@import url(../fonts/stylesheet.css);

.grecaptcha-badge {
    visibility: hidden;
}

/* temporary support submenu */

#menu-item-115, #menu-item-116 {
    margin-left: 20px;
}

.wpcf7-response-output {
    color: #fff;
}

.clearboth {
    clear: both;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

body {
    background: #e1e8e4;
    font-size: 16px;
    line-height: 1.3;
    color: #484848;
    font-family: "Helvetica Neue";
    font-weight: normal;
}

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

p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}

.single-peoples .innet_section .content_box p {
    font-size: 17px;
}

a {
    color: #484848;
    text-decoration: none;
}

/* ----- Heading Font CSS ------ */

h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: bold;
}

h1 {
    font-size: 50px;
    line-height: 55px;
}

h2 {
    font-size: 46px;
    line-height: 58px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
    line-height: 25px;
}

h5 {
    font-size: 16px;
    font-weight: 500;
}

h6 {
    font-size: 13px;
}

a:focus, .btn:focus, button:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
    outline: none;
    box-shadow: none;
}

input, select, label, button, textarea {
    font-family: "Helvetica Neue";
}

/* global css start */

.full_width {
    width: 100%;
    float: left;
}

.wrapper {
    max-width: 1645px;
    margin: 0 auto;
    width: 100%;
}

.wrapper_small {
    max-width: 1104px;
    margin: 0 auto;
    width: 100%;
}

input:focus, textarea:focus, button:focus, input[type="submit"]:focus {
    outline: none;
}

.btn_one {
    padding: 11px 20px;
    min-width: 122px;
    text-align: center;
    transition: 0.4s;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    background: #008932;
    color: #fff;
    border-radius: 19px;
}

.btn_one:hover {
    background: #fff;
    color: #008932;
    padding: 11px 20px;
    min-width: 151px;
}

.layout {
    overflow: hidden;
}

.btn_three {
    transition: 0.4s;
    padding-right: 80px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: bold;
    display: inline-block;
    background: url(../images/arrow1.svg) right 20px top 2px no-repeat;
    background-size: 45px;
}

.btn_three:hover {
    background-position: right top 2px;
}

p a {
    color: #008932;
}

/* global css end */

/* Main CSS */

/* header css start*/

.header {
    transition: all 0.4s linear;
    min-height: 250px;
    background: url(../images/header-bg.png) no-repeat;
    background-size: 110% 100%;
    line-height: 1;
    padding-top: 25px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    pointer-events: none;
}

.logged-in .header {
    top: 32px;
}

.header a, .header li {
    display: inline-block;
}

.header img {
    display: block;
    image-rendering: -webkit-optimize-contrast;
}

.header .logo {
    width: 402px;
    float: left;
    position: relative;
    z-index: 10;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #ffffff 50%);
}

.header .right_part {
    /*transition: all 0.5s linear;*/
    width: calc(100% - 465px);
    float: right;
    transform: translateX(0%);
    position: relative;
    left: 0;
    visibility: visible;
    /* transition: visibility 0.6s linear, left 0.6s linear; */
}

.header .inside-right-part {
    /* transition: opacity 0.6s linear, left 0.6s linear; */
    transition: opacity 0.5s cubic-bezier(0, -1, 0.99, 0.51), left 0.6s ease-out;
    float: left;
    position: relative;
    opacity: 1;
    left: 0;
}

.header .login_form {
    width: 270px;
    float: left;
}

.header .navigation {
    width: calc(100% - 270px);
    float: right;
    text-align: right;
}

.header h5 {
    color: #008932;
    margin-bottom: 6px;
    display: inline-block;
}

.header .field {
    margin-bottom: 15px;
}

.header .field label {
    font-weight: 500;
    font-size: 12px;
    color: #484848;
}

.header .field input {
    min-width: 196px;
    float: right;
    background: #e1e8e4;
    border-radius: 16px;
    border: none;
    height: auto;
    width: auto;
    padding: 3px 15px;
    font-size: 12px;
    box-sizing: border-box;
}

.header .login_form .button_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.header .button_box .login {
    min-width: 100px;
    padding: 5px 15px;
    color: #484848;
    border: none;
    background: #fff;
    border: 1px solid #e1e8e4;
    border-radius: 19px;
    transition: 0.4s;
    cursor: pointer;
    font-weight: 500;
    font-size: 12px;
}

.header .button_box .forget {
    min-width: 143px;
    padding: 5px 15px;
    color: #484848;
    border: none;
    background: #fff;
    border: 1px solid #e1e8e4;
    border-radius: 19px;
    transition: 0.4s;
    cursor: pointer;
    font-weight: 500;
    font-weight: normal;
    font-size: 12px;
}

.header .button_box .login:hover, .header .button_box .forget:hover {
    background: #008932;
    border-color: #008932;
    color: #fff;
}

.header .search {
    width: 251px;
    float: right;
    margin-bottom: 70px;
    position: relative;
}

.header .search input {
    border: 1px solid #e1e8e4;
    border-radius: 19px;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 66px 4px 16px;
    width: 100%;
}

.header .search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/search.svg) center center no-repeat #008932;
    height: 100%;
    border-radius: 0 19px 19px 0;
    font-size: 0;
    border: none;
    width: 54px;
    text-align: center;
    padding: 0;
    cursor: pointer;
}

.header .menu_list li {
    padding-right: 44px;
    position: relative;
    z-index: 10;
}

.header .menu_list li:last-child {
    padding-right: 0;
}

.header .menu_list a {
    color: #484848;
    font-size: 16px;
    font-weight: 500;
    transition: unset;
}

.header .menu_list a:hover {
    color: #008932;
}

.header .outer_part {
    transition: 0.4s;
    pointer-events: auto;
}

.header.sticky {
    /*background: url(../images/header-bg2.png) left top no-repeat;
  background-size: 40% 100%;*/
    background-size: 35% 100%;
    min-height: 190px;
}

.header.sticky * {
    pointer-events: none;
}

.header.sticky a img {
    pointer-events: auto;
}

.header.sticky .log {
    width: 40%;
}

.header.sticky .right_part {
    overflow: hidden;
    /* visibility: hidden;
    transform: translateX(-100px);
    transition: visibility 0.2s linear, left 0.5s linear;
    left: -14%; */
    z-index: 1;
}

.header.sticky .inside-right-part {
    /* transition: opacity 0.2s linear, left 0.5s linear; */
    left: -100%;
    transition: opacity 0.2s linear, left 0.5s linear;
    opacity: 0;
}

.header .login_form .login-username {
    width: 100%;
    float: left;
}

.header .login_form .login-username {
    width: 100%;
    float: left;
}

.header .login_form .login-password {
    width: 100%;
    float: left;
}

.header .login_form .login-submit {
    width: auto;
    float: left;
    margin-right: 5px;
}

.header .loginboxbuttons {
    margin-top: 10px;
}

.header .login_form .login-submit input, .header .loginboxbuttons .associatessection {
    margin-top: 2px;
    min-width: 100px;
    padding: 4px 15px;
    color: #484848;
    border: none;
    background: #fff;
    border: 1px solid #e1e8e4;
    border-radius: 19px;
    transition: 0.4s;
    cursor: pointer;
    font-weight: 500;
    font-size: 12px;
}

.header .loginboxbuttons .associatessection {
    background: #008932;
    border-color: #008932;
    color: #fff;
}

.header .loginboxbuttons .associatessection:hover {
    color: #484848;
    background: #fff;
    border: 1px solid #e1e8e4;
}

.header .login_form .login-submit input:hover, .header .login_form .login-register-lost-password a:hover {
    background: #008932;
    border-color: #008932;
    color: #fff;
}

.header .login_form a.mitaccess:hover {
    color: #484848;
    background: #fff;
    border-color: #e1e8e4;
}

.header .login_form .login-register-lost-password a, .header .login_form a.mitaccess {
    min-width: 143px;
    padding: 5px 15px;
    color: #484848;
    border: none;
    background: #fff;
    border: 1px solid #e1e8e4;
    border-radius: 19px;
    transition: 0.4s;
    cursor: pointer;
    font-weight: 500;
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0;
}

.header .login_form a.mitaccess {
    background: #9D0030;
    border-color: #9D0030;
    color: #fff;
    display: inline-block;
    margin-top: -5px;
}

.header .login_form.logoutbox {
    font-weight: 500;
    margin-top: 3%;
}

.header .login_form.logoutbox a.mitaccess {
    float: unset;
}

.header .login_form .login-register-lost-password, .header .login_form a.mitaccess {
    width: auto;
    float: right;
}

.header .login_form a.mitaccess {
    min-width: unset;
}

.header .login_form .login-remember {
    display: none;
}

.header .login_form input {
    min-width: 196px;
    float: right;
    background: #e1e8e4;
    border-radius: 16px;
    border: none;
    height: auto;
    width: auto;
    padding: 3px 15px;
    font-size: 12px;
    box-sizing: border-box;
}

.header .login_form label {
    font-weight: 500;
    font-size: 12px;
    color: #484848;
    font-family: "Helvetica Neue";
}

.header .login_form p {
    margin-bottom: 5px;
}

.header .login_form .wppb-error {
    font-size: 12px;
    color: red;
    margin-top: -8px;
    margin-bottom: 0;
}

/* sub menu css */

.header .menu_list li.current-menu-item a {
    color: #008932;
}

.header .menu_list li ul {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    overflow: hidden;
    position: absolute;
    min-width: 215px;
    max-width: 215px;
    border-radius: 20px;
    left: -20px;
    top: 15px;
    background: #fff;
    z-index: 10;
    padding: 20px;
}

.header .menu_list li li {
    text-align: left;
    display: block;
    margin-bottom: 20px;
}

.header .menu_list li li:last-child {
    margin-bottom: 0;
}

.header .menu_list li li a {
    padding: 0;
    display: block;
    font-weight: 300;
    color: #008932;
    opacity: 0.7;
    text-transform: capitalize;
    transition: unset;
}

.header .menu_list li li a:hover {
    font-weight: 400;
    opacity: 1;
}

.header .menu_list li li.current-menu-item a {
    opacity: 1;
}

.header .menu_list li:hover ul {
    height: unset;
    opacity: 1;
    visibility: visible;
    transition: 0.4s;
    overflow: visible;
}

.header .menu_list li li ul {
    position: absolute;
    min-width: 210px;
    max-width: 210px;
    border-radius: 20px;
    left: 155px;
    top: 15px;
    background: #fff;
    z-index: 10;
    padding: 20px;
}

.mobile_bar {
    display: none;
    z-index: 9999;
    cursor: pointer;
    width: 51px;
    height: 51px;
    background: #fff;
    position: fixed;
    right: 30px;
    top: 10px;
    border-radius: 100%;
    box-shadow: -1px 3px 6px rgba(0, 0, 0, 0.2);
    padding: 12px;
}

.logoutboxmobile {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin: 30px 0;
}

.logoutboxmobile .loginboxbuttonsmobile a {
    font-size: 4vw;
    border: 0.5vw solid #fff;
    border-radius: 5vw;
    padding: 1vw 3vw;
    margin-top: 5px;
    display: inline-block;
    margin: 5px 5px 0 5px;
    text-decoration: none;
}

.logoutboxmobile .loginboxbuttonsmobile a.logoutmobile {
    background: #9D0030;
    border-color: #9D0030;
}

.logoutboxmobile .loginboxbuttonsmobile a.logoutmobile:hover {
    background: unset;
    color: #9D0030;
    text-decoration: none;
}

.logoutboxmobile .loginboxbuttonsmobile a.associatessectionmobile:hover {
    background: #fff;
    color: #008932;
    text-decoration: none;
}

.logged-in .mobile_bar {
    top: 44px;
}

.logged-in .mobile_menu_section {
    padding-top: 64px;
}

.mobile_bar span {
    width: 100%;
    display: block;
    height: 4px;
    background: #008932;
    margin: 4px 0;
}

.mobile_bar span:nth-child(2) {
    background: #9D0030;
    transition: 0.4s;
}

.mobile_bar:hover span:nth-child(2) {
    width: 100%;
}

.mobile_bar.active span:nth-child(1) {
    width: 100%;
    transform: rotate(-45deg) translate(-9px, 9px);
    margin: 0;
}

.mobile_bar.active span:nth-child(2) {
    width: 100%;
    transform: rotate(45deg) translate(6px, 6px);
    margin: 0;
}

.mobile_bar.active span:nth-child(3) {
    display: none;
}

/* mobile menu css */

.stop_scroll {
    overflow: hidden;
}

.mobile_menu_section {
    overflow: scroll;
    position: fixed;
    left: -200%;
    top: 0;
    padding: 32px;
    background: #008932;
    transition: 0.4s;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.mobile_menu_section.open {
    left: 0;
}

.mobile_menu_section a {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
}

.mobile_menu_section a:hover {
    text-decoration: underline;
}

.mobile_menu_section .logo {
    width: 220px;
}

.mobile_menu_section .navigation_section {
    text-align: center;
}

.mobile_menu_section .navigation_section>ul {
    padding-top: 40px;
}

.logged-in .mobile_menu_section .navigation_section>ul {
    padding-top: 20px;
}

.logged-in .mobile_menu_section .navigation_section #menu-item-204 {
    display: none;
}

.mobile_menu_section .navigation_section li {
    position: relative;
    width: 300px;
    margin: 0 auto;
}

.mobile_menu_section .navigation_section>ul>li {
    margin-bottom: 30px;
}

.mobile_menu_section .navigation_section>ul>li:last-child {
    margin-bottom: 0;
}

.mobile_menu_section .navigation_section ul li ul {
    display: none;
}

.mobile_menu_section .navigation_section .sub-menu a {
    font-size: 25px;
    font-weight: 400;
}

.mobile_menu_section .navigation_section .sub-menu {
    padding: 20px 0 0;
}

.mobile_menu_section .navigation_section .sub-menu li {
    margin-bottom: 20px;
}

.mobile_menu_section .toogle_btn {
    position: absolute;
    width: 20px;
    height: 20px;
    display: inline-block;
    right: -50px;
    cursor: pointer;
    top: 12px;
}

.mobile_menu_section .toogle_btn::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    left: 9px;
    top: 0;
    background: #fff;
}

.mobile_menu_section .toogle_btn::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    left: 9px;
    top: 0;
    background: #fff;
    transform: rotate(-90deg);
}

.mobile_menu_section .toogle_btn.active::before {
    display: none;
}

/* header css end*/

/* banner start */

.main_banner {
    min-height: 976px;
    padding-top: 280px;
    position: relative;
    transition: 0.8s;
    overflow: hidden;
}

.main_banner .slider_bg_outer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.main_banner .slider_bg_outer .full_bg {
    width: 100% !important;
    min-height: 976px;
}

.main_banner .slider_bg_outer .full_bg::before {
    content: "";
    position: absolute;
    width: 75%;
    height: 100%;
    background: linear-gradient(90deg, #004972 42%, #00000000 100%);
    left: 0%;
    top: 0;
}

.banner_inner .banner_slider .slick-dots {
    overflow: visible;
}

.main_banner .banner_inner {
    max-width: 591px;
    float: left;
    margin-left: 170px;
    position: relative;
    z-index: 11;
    transition: 0.4s;
}

.main_banner h2 {
    color: #fff;
    font-weight: 300;
    margin-bottom: 5px;
    /* font-size: 36px;
  line-height: 40px; */
    line-height: 100%;
}

.main_banner p {
    color: #fff;
    font-weight: normal;
}

.main_banner .button_box {
    float: right;
    padding-right: 0px;
    width: 151px;
}

.main_banner .slick-slide {
    padding: 1px;
}

.main_banner::after {
    content: "";
    background: url(../images/top-banner-layer.png) center bottom no-repeat;
    background-size: 100% 100%;
    left: 0;
    bottom: 0px;
    height: 375px;
    position: absolute;
    z-index: 1;
    width: 100%;
}

.banner_slider {
    position: relative;
    z-index: 11;
}

.banner_slider .slick-dots {
    text-align: center;
    position: absolute;
    left: -110.6px;
    top: 92px;
    transform: rotate(90deg);
}

.banner_slider .slick-dots li {
    display: inline-block;
    margin: 0 10px;
}

.banner_slider .slick-dots li.slick-active button {
    background: #008932;
}

.banner_slider .slick-dots button {
    border: none;
    font-size: 0;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #ffffff;
}

.banner_slider .slick-prev.slick-arrow {
    position: absolute;
    left: -35px;
    font-size: 0;
    top: 0;
    z-index: 1;
    background: url(../images/left-arrow.png) center center no-repeat;
    width: 16px;
    height: 9px;
    border: none;
    cursor: pointer;
}

.banner_slider .slick-next.slick-arrow {
    position: absolute;
    left: -35px;
    font-size: 0;
    top: 200px;
    z-index: 1;
    background: url(../images/right-arrow.png) center center no-repeat;
    width: 16px;
    height: 9px;
    border: none;
    cursor: pointer;
}

.main_banner .slider_card {
    min-height: 410px;
}

/* .main_banner.sticky-top {
    min-height: 800px;
} */

.main_banner.sticky-top .banner_inner {
    opacity: 0;
    visibility: hidden;
}

/* banner end */

/* blog start */

.blog_section {
    margin-top: -115px;
    margin-bottom: 200px;
}

.blog_section .blog_card {
    position: relative;
    transition: 0.5s;
    width: 100%;
    float: left;
}

.blog_card .card_section {
    margin-top: -85px;
    position: relative;
    z-index: 10;
    float: left;
    width: calc(100% - 400px);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.blog_card .card {
    margin-right: 2%;
    float: left;
    overflow: hidden;
    transition: 0.5s;
    position: relative;
    z-index: 10;
    transform: skew(0deg, 13deg);
    background: #fff;
    width: 32%;
    padding: 55px 45px 95px;
    border-radius: 66px;
    box-shadow: 0 3px 46px rgba(0, 0, 0, 0.1);
    border-top-right-radius: 42px;
    border-bottom-left-radius: 42px;
}

.blog_card .card .inner_card {
    transform: skew(0deg, -13deg);
    width: 100%;
}

.page-template-template-events .blog_card .card .inner_card ul {
    padding: 0;
}

.page-id-5739 .blog_card .card .inner_card ul, .page-id-5739 .blog_card .card .inner_card li, .page-id-6025 .otherpublication_with_image ul, .page-id-6025 .otherpublication_with_image li, .page-template-template-associates .blog_section ul, .page-template-template-associates .blog_section li, .page-template-template-login .otherpublication ul, .page-template-template-login .otherpublication ul, .single-opportunities .workingpaper_card ul {
    list-style: unset;
    margin: unset;
    padding: unset;
    font-size: 16px;
    line-height: 25px;
    float: left;
}

.page-id-5739 .blog_card .card .inner_card ul, .page-id-6025 .otherpublication_with_image ul, .page-template-template-associates .blog_section ul, .page-template-template-login .otherpublication ul {
    margin-bottom: 20px;
}

.page-template-template-associates .card_section .card {
    height: 100%;
}

.blog_card .card .inner_card ul, .page-template-template-login .otherpublication ul, .single-opportunities .workingpaper_card ul {
    padding: 0 0 0 40px;
    margin-bottom: 20px;
}

.blog_card .card:nth-child(2) {
    top: 105px;
}

.blog_card .card:nth-child(3) {
    top: 210px;
    margin-right: 0;
}

.blog_card .card:last-child {
    margin-right: 0;
}

.blog_card .card .image {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}

.blog_card .card .image img {
    width: 140px;
    height: auto;
    border-radius: 100%;
}

.blog_card .card .image img.large {
    width: auto;
    height: auto;
    border-radius: unset;
}

.blog_card .card .blog_date {
    font-weight: bold;
    color: #9D0030;
    margin-bottom: 10px;
    font-size: 13px;
}

.blog_card .card .blog_date a {
    color: #9D0030;
    text-transform: capitalize;
}

.blog_section .btn_one:hover {
    background: #9D0030;
    color: #fff;
}

.blog_card .card h4 {
    color: #333333;
    font-weight: bold;
    font-size: 20px;
}

.blog_card .card p {
    margin-bottom: 20px;
    line-height: 25px;
}

.home_page .blog_card .card p {
    font-size: 13px !important;
    color: #333333;
}

.home_page .blog_card .card h4 {
    color: #333333;
    font-weight: 500;
    font-size: 18px;
}

.home_page .blog_card .card h4.bottom {
    font-size: 21px;
}

.blog_section .blog_card:nth-child(even) {
    margin-top: 225px;
}

.blog_section .blog_card:first-child .card:nth-child(1) {
    margin-top: -100px;
}

.blog_section .blog_card.top {
    margin-top: -200px;
}

.blog_section .blog_card.top .card:nth-child(1) {
    margin-top: 0px !important;
}

/* .blog_card .button_section{transform: translateX(-200%) translateY(-50%);transition-duration: .6s !important;transition:20s; z-index: 1;width: calc(100% + 400px);border-top-right-radius: 66px;border-bottom-right-radius: 66px; display: flex;justify-content: flex-end; position: absolute;align-items: center; left: 0;top: 80%;min-height: 347px;background: #008932;} */

.blog_card .button_section {
    transform: translateX(-200%);
    transition-duration: 0.6s !important;
    transition: 20s;
    z-index: 1;
    width: calc(100% + 400px);
    border-top-right-radius: 66px;
    border-bottom-right-radius: 66px;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    align-items: center;
    left: 0;
    top: 365px;
    min-height: 347px;
    background: #008932;
}

.blog_card .button_section::before {
    content: "";
    position: absolute;
    width: 1000%;
    left: -1000%;
    height: 100%;
    background: #008932;
}

.blog_card .button_section a {
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    color: #fff;
    width: 270px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    margin-right: 60px;
    padding-right: 30px;
}

.blog_card .button_section a::before {
    transition: 0.4s;
    content: "";
    position: absolute;
    background: url(../images/arrow.svg) right top 3px no-repeat;
    width: 44px;
    height: 20px;
    right: 0;
    top: 0;
}

.blog_card .button_section a:hover::before {
    right: -20px;
}

.blog_card .card_section .button_section.aos-animate {
    transform: translateX(0);
}

/* .blog_card .card_section .button_section.aos-animate{transform: translateX(0) translateY(-50%);} */

.blog_section .blog_card:nth-child(even) .button_section {
    background: #9D0030;
    left: unset;
    right: 0;
}

.blog_section .blog_card:nth-child(even) .button_section {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    border-top-left-radius: 66px;
    border-bottom-left-radius: 66px;
}

.blog_section .blog_card:nth-child(even) .button_section::before {
    background: #9D0030;
    left: unset;
    right: -1000%;
}

.blog_section .blog_card:nth-child(even) .button_section {
    justify-content: flex-start;
    transform: translateX(200%);
}

.blog_section .blog_card:nth-child(even) .button_section a {
    margin-left: 60px;
    margin-right: 0;
}

.blog_section .blog_card:nth-child(even) .card_section {
    float: right;
}

.blog_section .blog_card:nth-child(even) .card_section.aos-animate .button_section {
    transform: translateX(0);
}

/* .blog_section .blog_card:nth-child(even){margin-top: -85px;} */

/* new css */

.blog_section [data-aos^="fade"][data-aos^="fade"] {
    opacity: 1 !important;
}

.blog_section.blog_team .team_bg {
    height: 232px;
    width: 100%;
    transform: skew(0deg, -13deg);
    position: absolute;
    left: 0;
    top: -38px;
    filter: grayscale(100%);
    transition: 0.4s;
}

.blog .blog_section.blog_team .team_bg {
    filter: unset;
}

.home .blog_section.blog_team .team_bg {
    filter: none;
}

.blog_section.blog_team .team_bg:hover {
    filter: unset;
}

.blog_section.blog_team .image.mobile_show {
    display: none;
}

.blog_section.blog_team .blog_card .card .inner_card {
    margin-top: 175px;
}

.page-template-template-people-inner .blog_section.blog_team .blog_card .card .inner_card {
    margin-top: 317px;
}

.page-template-template-people-inner .blog_section.blog_team .team_bg {
    height: 389px;
}

/* blog end */

/* news page start */

/* banner css start */

.banner_com {
    position: relative;
}

.banner_com h6 {
    color: #008932;
    font-size: 20px;
}

.banner_com h1, .banner_com h3 {
    color: #fff;
    font-weight: 300;
}

/* .main_banner.banner_com.sticky-top {
    min-height: 490px;
} */

.main_banner.banner_com .banner_inner {
    margin-left: 115px;
    max-width: 50%;
}

.banner_com::before {
    content: "";
    position: absolute;
    width: 75%;
    height: 100%;
    background: linear-gradient(90deg, #004972 42%, #00000000 100%);
    left: 0%;
    top: 0;
}

/* banner css end */

/* news post start */

/* .news_post .card p{font-size: 16px;font-weight: bold; font-style: normal;line-height: 18px;}
.news_post .card  h4{font-size: 16px;} */

.news_post .blog_card.top {
    margin-top: 0 !important;
}

.news_post .button_box {
    text-align: center;
    padding: 220px 0 0px;
}

.news_post .card .blog_date {
    font-size: 20px;
}

.news_post .blog_card:first-child .card:nth-child(1) {
    margin-top: -200px;
}

.news_post {
    margin-top: -190px;
    position: relative;
}

.blog_section, .otherpublication {
    position: relative;
}

.bg-blur {
    width: 100%;
    height: 300px;
    top: 976px;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(225, 232, 228, 1), rgba(255, 255, 255, 0));
    transition: 0.8s;
}

/* news post end */

.subscribe_section {
    overflow: hidden;
    margin-bottom: 80px;
}

.subscribe_section .outer_part {
    background: #008932;
    position: relative;
    margin: 50px 0;
    border-top-right-radius: 66px;
    border-bottom-right-radius: 66px;
}

.subscribe_section .outer_part::before {
    content: "";
    background: #008932;
    width: 1000%;
    left: -1000%;
    position: absolute;
    top: 0;
    height: 100%;
}

.subscribe_section .left_part {
    width: 430px;
    float: left;
    position: relative;
}

.subscribe_section .left_part img {
    position: absolute;
    left: 0;
    top: -44px;
    border-radius: 100%;
    width: 430px;
    height: auto;
}

.subscribe_section .right_part {
    width: calc(100% - 430px);
    float: right;
    padding-left: 60px;
    min-height: 347px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.subscribe_section .right_part .inner_text {
    margin-top: auto;
    margin-bottom: auto;
}

.subscribe_section .right_part h2 {
    color: #fff;
    margin-bottom: 40px;
    font-weight: 300;
}

.subscribe_section .right_part a {
    color: #fff;
}

.subscribe_section .right_part a {
    background: url(../images/arrow.svg) right 20px top 2px no-repeat;
    font-size: 18px;
    line-height: 20px;
}

.subscribe_section .right_part a:hover {
    background-position: right top 2px;
}

/* news page end */

/* news details start */

/* post top css */

.blog_post_details {
    position: relative;
    z-index: 20;
    margin-top: -415px;
    padding-bottom: 40px;
}

.blog_post_details .blog_outer {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.blog_post_details .post_image {
    width: 491px;
    height: 491px;
    border-radius: 100%;
    float: left;
    background-size: cover !important;
}

.blog_post_details .post_details {
    width: calc(100% - 491px);
    float: left;
}

.blog_post_details .inner_text {
    max-width: 286px;
}

.blog_post_details h4 {
    color: #9D0030;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
}

.blog_post_details p {
    font-weight: bold;
}

.post_description {
    padding: 50px 0 100px;
}

.post_description p {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    color: #484848;
}

.post_description h2, .post_description h3, .post_description h4, .post_description h5, .post_description h6, .post_description li {
    color: #484848;
    font-weight: 300;
}

.post_description a, .post_description p a {
    color: #008932;
    font-size: 16px;
}

.further_reading p {
    color: #008932;
    background: url(../images/book.svg) left center no-repeat;
    padding: 4px 0 4px 40px;
}

.further_reading strong {
    color: #484848;
    font-weight: bold;
}

.authors_block {
    padding-top: 30px;
}

.authors_block h2 {
    margin-bottom: 72px;
    font-size: 45px;
}

.authors_block .author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.authors_block .author_thumbnail {
    width: 223px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
}

.authors_block .author_thumbnail img {
    width: 100%;
    display: block;
}

.authors_block .author .author_info {
    width: calc(100% - 223px);
    float: right;
    padding-left: 53px;
}

.authors_block p {
    margin-bottom: 0;
}

.archive_description {
    padding: 40px 0;
}

.webinar-content ul, .webinar-content li {
    list-style: unset;
    margin: unset;
    padding: unset;
    font-size: 16px;
    line-height: 25px;
    float: left;
}

.webinar-content h3 {
    font-weight: bold;
}

.webinar-content td img {
    height: 200px;
    width: auto;
}

.webinar-content table {
    margin: auto;
}

.webinar-content td {
    padding: 0.5em;
}

.webinar-content td td {
    text-align: center;
}

.register_block a {
    font-weight: bold;
    font-size: 120%;
}

.archive_description .card_list li.group_title {
    padding: 0;
    margin-top: 10px;
}

.archive_description .card_list li.group_title h4 {
    font-size: 16px;
}

.research_workshop_page .archive_description, .webinars_page .archive_description, .otherevent_page .archive_description {
    margin-bottom: -238px;
    padding-bottom: 300px;
    background: #e1e8e4;
    position: relative;
}

.research_workshop_page .archive_description::before, .webinars_page .archive_description::before, , .otherevent_page .archive_description:before {
    content: "";
    position: absolute;
    left: 0;
    top: -120px;
    width: 100%;
    height: 120px;
    background: linear-gradient(0deg, #e1e8e4, #000b4100);
}

.archive_description h3 {
    font-weight: bold;
    line-height: 25px;
    padding: 0 20px;
}

#agendaaccordion h3 {
    font-weight: bold;
    line-height: 25px;
    padding: 0;
    cursor: pointer;
    color: #008932;
}

.archive_description .tab_header {
    margin-bottom: 20px;
    padding: 0 20px;
}

.archive_description .tab_header ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.archive_description .tab_header li {
    display: inline-block;
    width: auto;
    margin-right: 14px;
    margin-bottom: 5px;
}

.archive_description a, .archive_description .pagination span {
    font-size: 20px;
    font-weight: bold;
    transition: 0.4s;
    color: #484848;
}

.archive_description .tab_header li a:hover, .archive_description .tab_header li.active a {
    color: #008932;
}

.archive_description .tab_body {
    border-top: 1px solid #008932;
    border-bottom: 1px solid #008932;
    padding: 50px 0;
}

.archive_description .tab_body h2 {
    font-size: 35px;
    color: #008932;
}

.archive_description .tab_body .card_outer {
    padding-top: 20px;
}

.archive_description .tab_body .card {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

.archive_description .tab_body .left_image {
    width: 260px;
    float: left;
}

.archive_description .tab_body .left_image img {
    width: 110px;
    border-radius: 100%;
}

.archive_description .right_text h4 a {
    font-weight: bold;
    color: #008932;
}

.archive_description .right_text h4 {
    font-weight: bold;
    color: #008932;
}

.archive_description .right_text h4, .archive_description .right_text p {
    margin-bottom: 5px;
}

.archive_description .tab_body .right_text {
    width: calc(100% - 260px);
    float: right;
}

.archive_description .wrapper {
    padding: 0 85px;
}

.archive_description p {
    color: #484848;
}

.archive_description .tab_body .left_image p, .archive_description .tab_body .left_image p a {
    font-size: 18px;
    color: #008932;
    font-weight: bold;
}

.archive_description .tab_body .right_text p a {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    border-right: 2px solid #484848;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 1;
}

.archive_description .tab_body .right_text p a:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.pagination {
    padding: 45px 0 100px;
}

.pagination li {
    width: auto;
    float: left;
}

.pagination li a {
    line-height: 1;
    padding: 0 10px;
}

/* news details end */

/* working papers page start */

.banner_com.blue_shadow::before {
    background: linear-gradient(90deg, #001c57 42%, #00000000 100%);
}

.workingpaper_card {
    margin-top: -270px;
    margin-bottom: 50px;
}

.workingpaper_card .innet_section::before {
    z-index: -1;
    height: 380px;
    position: absolute;
    content: "";
    left: 0;
    top: -205px;
    background: url(../images/faq-top-bg.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
}

.workingpaper_card .innet_section {
    position: relative;
    z-index: 20;
    background: #fff;
    max-width: 1055px;
    float: left;
    padding: 0px 180px 60px 100px;
    border-radius: 66px;
}

.working_papers_page .archive_description .tab_body {
    padding-top: 20px;
}

.advance_search {
    padding-bottom: 150px;
}

.advance_search p {
    color: #008932;
}

.advance_search .field {
    width: 144px;
    float: left;
    margin-right: 15px;
}

.advance_search .field input {
    width: 100%;
    float: left;
    border: none;
    color: #a8a8a8;
    border-radius: 19px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: normal;
    background: #fff;
}

/* .advance_search .field select{width: 100%;float: left;cursor: pointer;border: none;color: #A8A8A8;background: url(../images/select-arrow.svg)right 15px center no-repeat #fff; -webkit-appearance: none;border-radius: 19px;padding: 5px 10px;font-size: 14px;font-weight: normal;} */

.advance_search .field input[type="submit"] {
    transition: 0.4s;
    cursor: pointer;
    width: 84px;
    background: #a8a8a8;
    color: #fff;
}

.advance_search .field input[type="submit"]:hover {
    background: #9D0030;
}

.advance_search .date {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: auto;
}

.advance_search .date label {
    color: #008932;
    font-size: 14px;
    width: auto;
    float: left;
    margin-right: 22px;
}

.advance_search .date input {
    width: 64px;
    float: right;
    cursor: pointer;
    text-align: center;
}

input:focus, select:focus {
    outline: none;
}

::placeholder {
    color: #a8a8a8;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #a8a8a8;
}

::-ms-input-placeholder {
    color: #a8a8a8;
}

.working_papers_page .archive_description .tab_body .right_text p a {
    color: #484848;
}

.advance_search .field.select {
    width: 244px;
    position: relative;
}

.advance_search .field .custom_select {
    position: relative;
    width: 100%;
    height: 27px;
    float: left;
    cursor: pointer;
    border: none;
    color: #a8a8a8;
    background: url(../images/select-arrow.svg) right 15px center no-repeat #fff;
    -webkit-appearance: none;
    border-radius: 19px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: normal;
}

.advance_search .field .custom_select span {
    color: #008932;
    font-size: 14px;
    font-family: "Helvetica Neue";
    font-weight: normal;
}

.advance_search .field .select_content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    padding-top: 40px;
}

.advance_search .field .select_content ul {
    width: 593px;
    padding: 15px;
    background: #fff;
    border-radius: 19px;
}

.advance_search .field .select_content li {
    display: inline-block;
    margin-bottom: 5px;
    padding-right: 20px;
    width: auto;
    font-size: 14px;
    font-weight: 500;
}

.advance_search .field .select_content li.active, .advance_search .field .select_content li:hover {
    color: #008932;
    cursor: pointer;
}

.advance_search .field.select:hover .select_content {
    opacity: 1;
    visibility: visible;
}

.advance_search .field select {
    width: 100%;
    float: left;
    cursor: pointer;
    border: none;
    color: #a8a8a8;
    background: url(../images/select-arrow.svg) right 15px center no-repeat #fff;
    -webkit-appearance: none;
    border-radius: 19px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: normal;
}

/* working papers page end */

/* newsletter page start */
.wpcf7 form .lite-webform input[type="email"],
.wpcf7 form .lite-webform input[type="text"],
.page-template-template-newsletter .inner_card input[type="email"],
.page-template-template-newsletter .inner_card input[type="text"] {
    border-radius: 19px;
    padding: 9px 18px;
    max-width: 264px;
    width: 60%;
    float: left;
    font-size: 16px;
    font-weight: 500;
    background: #E1E8E4;
    border: none;
    margin: 0 10px 10px 0;
}

.wpcf7 form .lite-webform textarea {
    border-radius: 19px;
    padding: 9px 18px;
    max-width: 264px;
    width: 60%;
    float: left;
    font-size: 16px;
    font-weight: 500;
    background: #E1E8E4;
    border: none;
    margin: 0 10px 10px 0;
}

.wpcf7 form .lite-webform input[type="email"],
.wpcf7 form .lite-webform input[type="text"],
.wpcf7 form .lite-webform textarea {
    max-width: unset;
    width: 100%;
}

.page-template-template-newsletter .inner_card input:nth-child(even) {
    clear: left;
}

.wpcf7 form .lite-webform input[type="submit"],
.page-template-template-newsletter .inner_card input[type="submit"] {
    transition: 0.4s;
    padding: 6px 6px;
    max-width: 122px;
    width: 30%;
    float: left;
    background: #008932;
    border: 3px solid #008932;
    color: #fff;
    cursor: pointer;
    border-radius: 19px;
}

.wpcf7 form .lite-webform input[type="submit"]:hover,
.page-template-template-newsletter .inner_card input[type="submit"]:hover {
    background: #fff;
    border: 3px solid #008932;
    color: #008932;
}

.two_column_box {
    margin-top: -145px;
    padding-bottom: 75px;
}

.two_column_box .blog_card.top .card:nth-child(1) {
    margin-top: 0 !important;
}

.two_column_box .wrapper, .downloads_section .wrapper {
    padding: 0 115px;
}

.two_column_box .blog_card .card_section {
    width: 1400px;
}

.two_column_box .card_section .card {
    width: 38%;
    padding-top: 90px;
    padding-bottom: 130px;
}

.two_column_box .card_section .card:nth-child(2) {
    width: 58%;
}

.two_column_box .blog_card:first-child .card:nth-child(1) {
    margin-top: -200px;
}

.two_column_box .blog_card.top {
    margin-top: 0 !important;
}

.two_column_box .blog_card .card p {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    float: left;
}

.two_column_box .blog_card .card_section {
    margin-top: 0;
}

.two_column_box .blog_card .card:nth-child(2) {
    top: 168px;
}

.two_column_box .blog_card h3 {
    margin-bottom: 4px;
}

.login_form_global {
    max-width: 469px;
    padding-top: 40px;
    float: left;
}

.login_form_global .field {
    margin-bottom: 15px;
}

.login_form_global .field label {
    font-weight: 500;
    font-size: 20px;
    color: #484848;
}

.login_form_global .field input {
    min-width: 333px;
    float: right;
    background: #e1e8e4;
    border-radius: 16px;
    border: none;
    height: auto;
    width: auto;
    padding: 10px 15px;
    font-size: 12px;
    box-sizing: border-box;
}

.login_form_global .button_box {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.login_form_global .button_box input {
    border: none;
    cursor: pointer;
}

.downloads_section {
    padding: 40px 0;
}

.downloads_card {
    padding-top: 40px;
}

.downloads_card .card {
    width: 23%;
    float: left;
    text-align: center;
    margin-bottom: 80px;
    margin-right: 2.5%;
}

.downloads_card .card:nth-child(4n) {
    margin-right: 0;
}

.downloads_card .card .image {
    display: block;
}

.downloads_card .card .title a:hover {
    color: #008932;
}

.downloads_card .card .image img {
    border-radius: 44px;
}

.downloads_card .card .title a {
    margin: 20px 0;
    font-size: 20px;
    font-weight: bold;
    display: block;
    transition: 0.4s;
}

.other_publication_page .downloads_card .card .image img {
    border-radius: 100%;
    transition: 0.4s;
}

.other_publication_page .downloads_card .card .image img:hover {
    opacity: 0.5;
}

.other_publication_page .downloads_section h2, .workingpaper_card.full_width h2 {
    font-weight: 300;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
    clear: left;
    width: 100%;
    float: left;
    color: #484848;
    background: #fff;
}

.wpcf7-not-valid-tip {
    width: 100%;
    float: left;
    padding-top: 5px;
}

/* newsletter page end */

/* other publication start */

.otherpublication {
    margin-top: -400px;
    padding-bottom: 150px;
    padding-left: 70px;
}

.page-template-template-cate .otherpublication {
    margin-top: unset;
}

.otherpublication .innet_section {
    overflow: hidden;
    position: relative;
    z-index: 10;
    transform: skew(0deg, 13deg);
    background: #fff;
    width: 50%;
    padding: 130px 160px 130px 100px;
    border-radius: 66px;
    box-shadow: 0 3px 46px rgba(0, 0, 0, 0.1);
}

.otherpublication .content_box {
    transform: skew(0deg, -13deg);
    width: 100%;
}

.otherpublication p a {
    color: #008932;
}

.otherpublication .btn_box a {
    min-width: 60%;
    margin-bottom: 15px;
    transition: 0.4s;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 80px;
}

.otherpublication .btn_box {
    margin-top: 25px;
}

.otherpublication .btn_three {
    color: #008932;
    background: url(../images/greenarrow.png) right 20px center no-repeat;
}

.otherpublication .btn_three.two {
    margin-bottom: 0;
    color: #484848;
    background: url(../images/greyarrow.png) right 20px center no-repeat;
}

.otherpublication .btn_box a:hover {
    background-position: right center;
}

/* other publication end */

/* people page start */

.news_post .blog_card:nth-child(odd) .card_section {
    margin-top: -70px;
}

.news_post .blog_card:nth-child(1) .card_section {
    margin-top: 0 !important;
}

.people_page .news_post {
    margin-top: -180px;
}

.people_page .news_post .card p {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
}

/* .people_page .news_post .blog_card .card {
    min-height: 560px;
} */

.people_page .news_post .card .btn_three {
    text-transform: uppercase;
    font-size: 18px;
}

.people_page .banner_com::before, .people_page_main .banner_com::before {
    background: rgba(0, 28, 87, 0.5);
    width: 100%;
}

/* people page end */

/* support page start */

.support_page .blog_section .btn_box {
    margin-top: 10px;
}

.support_page .blog_section .btn_box a {
    min-width: 50%;
    margin-bottom: 15px;
    transition: 0.4s;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 80px;
}

.support_page .blog_section .btn_three {
    color: #008932;
    background: url(../images/greenarrow.png) right 20px center no-repeat;
}

.support_page .blog_section .btn_three.two {
    margin-bottom: 0;
    color: #484848;
    background: url(../images/greyarrow.png) right 20px center no-repeat;
}

.support_page .blog_section .btn_box a:hover {
    background-position: right center;
}

/* support page end */

/* associates page  start */

.associates_page .otherpublication .innet_section {
    width: 400px;
    padding: 100px 65px 100px 65px;
}

/* associates green  start */

.associates_green {
    margin: 65px 0;
    position: relative;
    z-index: 10;
    min-height: 347px;
}

.associates_green .outer_card {
    position: relative;
}

.associates_green .left_text {
    width: 100%;
    float: left;
    background: #008932;
    position: absolute;
    right: 0;
    top: 0;
    top: 50%;
    height: 347px;
    transform: translateY(-50%);
}

.associates_green .left_text::before {
    width: 1000%;
    left: -1000%;
    background: #008932;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
}

.associates_green .left_text::after {
    width: 1000%;
    right: -1000%;
    background: #008932;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
}

.associates_green .right_text {
    width: 50%;
    float: right;
    position: relative;
}

.associates_green .skew_text {
    transform: skew(0deg, 13deg);
    background: #fff;
    padding: 120px 65px;
    border-radius: 66px;
}

.associates_green .inner_text {
    transform: skew(0deg, -13deg);
}

.associates_green .left_inner_text {
    width: 40%;
    padding: 40px 0;
    padding-left: 112px;
}

.associates_green .left_text h2 {
    color: #fff;
    font-weight: 300;
}

.associates_green .left_text p {
    color: #fff;
}

/* associates green  start */

/* Current Associates start */

.associates_current {
    padding: 65px 0 130px;
    position: relative;
    z-index: 10;
}

.associates_current .outer_part {
    transform: skew(0deg, 13deg);
    background: #fff;
    padding: 180px 84px;
    border-radius: 66px;
    max-width: 1177px;
}

.associates_current .inner_logo {
    transform: skew(0deg, -13deg);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.associates_current .card {
    width: 33%;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px;
}

.associates_current .inner_logo .card img {
    max-width: 90%;
}

/* Current Associates end */

/* associates page css end */

/* member login page start  */

.member_login_page .banner_com::before, .search_page .banner_com::before {
    display: none;
}

.member_login_page .otherpublication {
    padding-left: 226px;
    padding-bottom: 150px;
}

.otherpublication .login_form {
    max-width: 450px;
    float: left;
    padding-bottom: 40px;
}

.otherpublication .login_form h2, .search_page .otherpublication h2 {
    font-size: 47px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 45px;
}

.otherpublication .login_form p {
    margin-bottom: 20px;
    width: 100%;
    float: left;
    /* line-height: 1; */
    line-height: 24px;
}

.otherpublication .login_form p label {
    font-family: "Helvetica Neue";
    font-weight: 500;
    font-size: 20px;
    color: #484848;
}

.otherpublication .login_form input {
    width: 74%;
    float: right;
    background: #e1e8e4;
    border-radius: 16px;
    border: none;
    padding: 4px 15px;
    font-size: 20px;
    font-family: "Helvetica Neue";
}

.otherpublication .login_form .button_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 74%;
    float: right;
}

.otherpublication .login_form .login-submit input {
    min-width: 120px;
    float: left;
    padding: 8px 10px 10px;
    margin-right: 40px;
    color: #fff;
    border: none;
    background: #008932;
    border-radius: 19px;
    transition: 0.4s;
    cursor: pointer;
    font-weight: normal;
    font-family: "Helvetica Neue";
    font-size: 16px;
}

.otherpublication .login_form .login-register-lost-password a {
    width: auto;
    float: right;
    color: #484848;
    border: none;
    transition: 0.4s;
    cursor: pointer;
    font-weight: normal;
    font-family: "Helvetica Neue";
    font-weight: normal;
    font-size: 16px;
    background: transparent;
}

.otherpublication .login_form .button_box .login:hover {
    background: #484848;
}

.otherpublication .bottom_text p {
    margin-bottom: 10px;
    font-weight: 300;
    font-family: "Helvetica Neue";
}

.otherpublication .login_form .login-submit {
    width: auto;
    margin-bottom: 0;
}

.otherpublication .login_form .login-register-lost-password {
    width: auto;
    margin-bottom: 0;
    margin-top: 12px;
}

.otherpublication .login_form .login-register-lost-password a:hover {
    color: #008932;
}

.otherpublication .login_form .login-remember {
    display: none;
}

.otherpublication .login_form .wppb-error {
    color: red;
}

.otherpublication .login_form .form-submit {
    width: 74%;
    float: right;
}

.otherpublication .login_form .form-submit input {
    width: 185px;
    margin-top: 15px;
    float: left;
    padding: 8px 10px 10px;
    color: #fff;
    border: none;
    background: #008932;
    border-radius: 19px;
    transition: 0.4s;
    cursor: pointer;
    font-weight: normal;
    font-family: "Helvetica Neue";
    font-size: 16px;
}

.otherpublication .login_form form>p {
    line-height: 25px;
}

/* member login page end  */

/* search page start  */

.search_page .otherpublication {
    padding-left: 226px;
}

.search_form {
    min-width: 590px;
    float: left;
    padding-bottom: 40px;
}

.search_form h2 {
    font-size: 47px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 45px;
}

.search_form .field {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.search_form .field input {
    padding: 8px 20px;
    border-radius: 19px;
    font-size: 14px;
    font-family: "Helvetica Neue";
    font-weight: normal;
    width: 450px;
    float: left;
    border: none;
    background: #e1e8e4;
}

.search_form .field input[type="submit"] {
    transition: 0.4s;
    cursor: pointer;
    padding: 8px 10px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    width: 122px;
    float: right;
    background: #008932;
}

.search_form .field input[type="submit"]:hover {
    background: #484848;
}

.search_form .field select {
    padding: 6px 20px;
    border-radius: 19px;
    font-size: 14px;
    font-family: "Helvetica Neue";
    font-weight: normal;
    width: 450px;
    float: left;
    border: none;
    background: url(../images/select-arrow.svg) right 15px center no-repeat #fff;
    border: 1px solid #008932;
    -webkit-appearance: none;
    cursor: pointer;
}

.search_publication, .search_publication .outer_card {
    margin-bottom: 60px;
}

.search_publication .card {
    margin-bottom: 40px;
}

.search_publication h3 {
    color: #008932;
    margin-bottom: 10px;
}

.search_publication h2 {
    font-size: 47px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 30px;
}

.search_publication h4 a {
    color: #008932;
}

.search_publication p a {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    border-right: 2px solid #484848;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 1;
}

.search_publication p a:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.search_publication h4, .search_publication p {
    margin-bottom: 5px;
}

/* search page start */

/* event page start */

.banner_com.lightgreen_shadow::before {
    background: linear-gradient(90deg, #004657 42%, #00000000 100%);
}

.two_column_box.event_circle .blog_card .card_section {
    align-items: flex-start;
}

.two_column_box.event_circle {
    margin-bottom: 100px;
}

.two_column_box.event_circle .card_section .card:nth-child(2) {
    margin-right: 0;
    margin-top: -220px;
    top: 182px;
    width: 66%;
    /* Alvaro 14042022 */
    /* height: 518px; */
    height: auto;
}

.two_column_box.event_circle .blog_card.top .card:nth-child(2) {
    margin-top: 0 !important;
    min-height: 620px;
}

.two_column_box.event_circle .card:nth-child(3) {
    min-height: 800px !important;
    padding: 55px 70px 60px !important;
    margin-left: 32%;
    /* margin-top: -103px;
    alvaro 14042022 */
    margin-top: 0;
}

.two_column_box.event_circle .card_section .card {
    width: 30%;
}

.two_column_box.event_circle .card_section .card:nth-child(3) {
    width: 66%;
}

.two_column_box.event_circle .event_card {
    position: relative;
    margin-top: -50px;
}

.two_column_box.event_circle .event_card .image_card {
    position: relative;
    width: 302px;
    float: left;
}

.two_column_box.event_circle .event_card .text_overlap::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(81, 181, 118, 0.6);
    border-radius: 100%;
}

.two_column_box.event_circle .event_card .image_card img {
    transition: 0.4s;
    display: block;
    width: 302px;
    height: 302px;
    border-radius: 100%;
}

.two_column_box.event_circle .event_card .image_card .text_overlap {
    transition: 0.4s;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    float: left;
    height: 100%;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.two_column_box.event_circle .event_card .image_card .text_overlap h3 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.two_column_box.event_circle .event_card .text_overlap:hover::before, .event_circle .event_card .image_card:hover .text_overlap {
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.two_column_box.event_circle .event_card .image_card:hover img {
    transform: scale(1.05);
}

.two_column_box.event_circle .event_card .grey .text_overlap::before {
    background: rgba(72, 72, 72, 0.6);
}

.two_column_box.event_circle .event_card .red .text_overlap::before {
    background: rgba(193, 10, 10, 0.4);
}

.two_column_box.event_circle h3 {
    color: #008932;
    margin-bottom: 20px;
}

.two_column_box.event_circle .event_card .green {
    position: absolute;
    top: 0;
    left: 0;
}

.two_column_box.event_circle .event_card .grey {
    position: absolute;
    top: 170px;
    left: 350px;
}

.two_column_box.event_circle .event_card .red {
    position: absolute;
    top: 350px;
    left: 0;
}

.two_column_box.event_circle .card .center_img {
    position: absolute;
    left: 242px;
    top: 280px;
    width: 82px;
    float: left;
}

.two_column_box.event_circle .card .center_img img {
    display: block;
}

.two_column_box.event_circle .bottom_text {
    position: absolute;
    left: 400px;
    top: 510px;
    max-width: 265px;
}

.two_column_box.event_circle .card_list {
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

.two_column_box.event_circle .card_list li {
    padding-left: 25px;
    margin-top: 5px;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
}

.two_column_box.event_circle .card_list li.user {
    background: url(../images/user.png) left center no-repeat;
}

.two_column_box.event_circle .card_list li.doc {
    background: url(../images/document-icon.png) left center no-repeat;
}

.two_column_box.event_circle .card_list li.video {
    background: url(../images/Icon-video.png) left center no-repeat;
}

.two_column_box.event_circle .card_list p {
    margin-bottom: 0;
    font-weight: bold;
}

.two_column_box.event_circle .event_card .image_card .text_overlap h3 {
    margin-bottom: 0;
}

/* .two_column_box .blog_card:first-child .card.dark{margin-top: 300px !important;}
.two_column_box .blog_card:first-child .card.set{margin-top: -450px ;}
.two_column_box .blog_card:first-child .card.dark.dark2{margin-top: 520px !important;}
.two_column_box .blog_card:first-child .card.set.set2{margin-top: -668px ;} */

/* event page end */

/* people_page_main start */

.background_fixed_image {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 200%;
    filter: grayscale(100%);
    opacity: 0.3;
    z-index: -1;
}

.team_information_box {
    margin-top: -302px;
}

.team_information_box {
    position: relative;
    padding-bottom: 120px;
}

.team_information_box .innet_section {
    position: relative;
    z-index: 10;
    transform: skew(0deg, 13deg);
    background: #fff;
    width: 50%;
    padding: 130px 100px 130px 100px;
    border-radius: 66px;
    box-shadow: 0 3px 46px rgba(0, 0, 0, 0.1);
}

.team_information_box .content_box {
    transform: skew(0deg, -13deg);
    width: 100%;
}

.team_information_box .content_box h2 {
    font-weight: bold;
    color: #000;
}

.team_information_box .content_box p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #333333;
}

.team_information_box .outer_section {
    position: relative;
}

.team_information_box .Bg_text_box {
    z-index: 1;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10%;
    min-height: 347px;
    background: #9D0030;
    border-top-right-radius: 66px;
    border-bottom-right-radius: 66px;
}

.team_information_box .Bg_text_box::before {
    content: "";
    position: absolute;
    left: -1000%;
    top: 0;
    background: #9D0030;
    width: 1000%;
    height: 100%;
}

.image_with_text {
    position: relative;
    padding: 150px 0;
}

.image_with_text .outer_section {
    position: relative;
    background: #008932;
    border-radius: 66px;
    border-radius: 66px;
}

.image_with_text .outer_section::before {
    content: "";
    position: absolute;
    left: calc(-1000% + 100px);
    top: 0;
    background: #008932;
    width: 1000%;
    height: 100%;
}

.image_with_text .image_box {
    width: 50%;
    float: left;
    position: relative;
}

.image_with_text .image_box img {
    border-radius: 100%;
    width: 491px;
    height: auto;
}

.image_with_text .image_box .image {
    position: absolute;
    right: 50px;
    top: -58px;
    width: auto;
}

.image_with_text .text_box {
    width: 50%;
    float: right;
    min-height: 347px;
    position: relative;
}

.image_with_text .inner_text {
    max-width: 638px;
    float: left;
}

.image_with_text .inner_text h2 {
    line-height: 55px;
    color: #fff;
    font-size: 47px;
}

.image_with_text .inner_text p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.image_with_text .inner_text .btn_box a {
    color: #fff;
    font-size: 18px;
    background: url(../images/arrow.svg) right 20px top 2px no-repeat;
    text-transform: uppercase;
}

.image_with_text .inner_text .btn_box a:hover {
    background-position: right top 2px;
}

.team_information_section .image_with_text .content_box {
    top: 50px;
}

.team_information_section .image_with_text .text_box {
    padding: 40px 0;
}

.team_information_section .image_with_text.single_image .image {
    top: -170px;
}

.team_information_section .image_with_text .inner_tex {
    font-size: 47px;
}

.team_information_section .image_with_text:nth-child(even) .outer_section {
    background: #9D0030;
}

.team_information_section .image_with_text:nth-child(even) .outer_section::before {
    background: #9D0030;
    left: unset;
    right: calc(-1000% + 100px);
}

.team_information_section .image_with_text:nth-child(even) .image_box {
    float: right;
}

.team_information_section .image_with_text:nth-child(even) .text_box {
    float: left;
}

.team_information_section .image_with_text:nth-child(even) .inner_text {
    float: right;
}

.team_information_section .image_with_text:nth-child(even) .image_box .image {
    right: unset;
    left: 50px;
}

.image_with_text .content_box {
    position: relative;
}

.team_information_section .image_with_text:nth-child(odd) .outer_section .content_box {
    left: 210px;
}

.image_with_text .content_box .image_card {
    position: relative;
    width: 245px;
    float: left;
}

.image_with_text .content_box .image_card img {
    transition: 0.4s;
    display: block;
    width: 245px;
    height: 245px;
    border-radius: 100%;
}

.image_with_text .content_box .image_card .text_overlap {
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    float: left;
    height: 100%;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.image_with_text .content_box .image_card .text_overlap h3 {
    position: relative;
    z-index: 1;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
}

.image_with_text .content_box .image_card:hover .text_overlap {
    transform: scale(1.05);
    opacity: 1;
    visibility: visible;
}

.image_with_text .content_box .image_card:hover img {
    transform: scale(1.05);
}

.image_with_text .content_box .image_card {
    position: absolute;
    left: 50px;
    top: 0;
}

.image_with_text .content_box .image_card.one {
    top: -125px;
}

.image_with_text .content_box .image_card.two {
    top: 195px;
}

.image_with_text .content_box .image_card.three {
    left: 295px;
    top: 40px;
}

.image_with_text .content_box .text_overlap::before {
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 100%;
    background: rgba(81, 181, 118, 0.6);
}

.image_with_text .image_card:hover .text_overlap::before {
    opacity: 1;
    visibility: visible;
}

.image_with_text .content_box .image_card.reload {
    z-index: 2;
    display: inline-block;
    top: 105px;
    left: 192px;
    transition: 0.4s;
    width: 102px;
    height: 102px;
    display: flex;
    align-items: center;
    text-align: center;
    background: #008932;
    border-radius: 100%;
    background: url(../images/reload.svg) center center no-repeat #008932;
    background-size: 35px;
}

.image_with_text .content_box .image_card.reload:hover {
    background: #fff;
    background: url(../images/reload-g.svg) center center no-repeat #fff;
    background-size: 35px;
}

.image_with_text .content_box .image_card.reload:hover {
    transform: rotate(180deg);
}

.image_with_text .content_box .image_card.reload.notransition {
    transition: none !important;
}

/* people_page_main end */

/* map section start */

.map_section {
    padding: 60px 0 90px;
}

.map_section iframe {
    display: block;
    width: 100%;
    height: 455px;
}

/* map section end */

/* contact us start */

.otherpublication_with_image .location_address h3, .otherpublication_with_image .contact_info h3, .otherpublication_with_image .press_media h3 {
    color: #008932;
    margin-bottom: 5px;
}

.otherpublication_with_image .contact_info a {
    display: block;
}

.otherpublication_with_image .contact_info {
    margin-bottom: 20px;
}

.otherpublication_with_image .contact_info p {
    margin-bottom: 0;
}

.otherpublication_with_image .contact_info p a {
    color: #484848;
    transition: 0.4s;
}

.otherpublication_with_image .contact_info p a:hover {
    color: #008932;
}

.otherpublication_with_image .contact_info p br {
    display: none;
}

.otherpublication_with_image .press_media p a {
    color: #484848;
}

/* contact us end */

/* about page start  */

.banner_com.gray_shadow h6 {
    color: #008932;
}

.banner_com.gray_shadow::before {
    background: linear-gradient(90deg, #506b7c 42%, #00000000 100%);
}

.otherpublication_with_image {
    margin-top: -400px;
    padding-bottom: 150px;
    position: relative;
}

.otherpublication_with_image .innet_section {
    min-height: 535px;
    position: relative;
    z-index: 10;
    transform: skew(0deg, 13deg);
    background: #fff;
    width: 50%;
    padding: 113px 160px 80px 90px;
    border-radius: 66px;
    box-shadow: 0 3px 46px rgba(0, 0, 0, 0.1);
}

.otherpublication_with_image .content_box {
    transform: skew(0deg, -13deg);
    width: 100%;
    padding-right: 80px;
    padding-bottom: 40px;
}

.otherpublication_with_image p a {
    color: #008932;
}

.otherpublication_with_image .btn_box a {
    min-width: 60%;
    margin-bottom: 15px;
    transition: 0.4s;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 80px;
}

.otherpublication_with_image .btn_box {
    margin-top: 25px;
}

.otherpublication_with_image .image_box {
    position: absolute;
    right: -200px;
    top: 50%;
    transform: translateY(-50%) skew(0deg, -13deg);
    width: 398px;
    height: 398px;
    border-radius: 100%;
}

.otherpublication_with_image h2 {
    font-weight: 300;
}

.about_card_section {
    padding: 100px 0;
}

.about_card_section .team_information_box .content_box p {
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
}

.about_card_section .team_information_box {
    padding: 0 0 150px;
    margin-top: 0;
}

.about_card_section .team_information_box .Bg_text_box {
    border-radius: 66px;
}

.about_card_section .Bg_text_box .btn_three {
    font-size: 18px;
    text-transform: uppercase;
    padding-right: 90px;
    position: absolute;
    left: 60px;
    bottom: 60px;
    color: #fff;
    background: url(../images/arrow.svg) right 20px center no-repeat;
}

.about_card_section .Bg_text_box .btn_three:hover {
    background-position: right center;
}

.about_card_section .team_information_box .Bg_text_box::before {
    left: -990%;
}

.about_card_section .team_information_box:first-child {
    padding-top: 0;
}

.about_card_section .team_information_box .Bg_text_box, .about_card_section .team_information_box .Bg_text_box::before {
    background: #008932;
}

.about_card_section .team_information_box:nth-child(odd) .innet_section {
    float: right;
}

.about_card_section .team_information_box:nth-child(odd) .Bg_text_box {
    background: #9D0030;
}

.about_card_section .team_information_box:nth-child(odd) .Bg_text_box::before {
    left: unset;
    right: -990%;
    background: #9D0030;
}

.about_card_section .team_information_box:nth-child(even) .Bg_text_box .btn_three {
    left: unset;
    right: 60px;
}

.about_card_section .team_information_box .image_box {
    position: absolute;
    right: -200px;
    top: 50%;
    transform: translateY(-50%) skew(0deg, -13deg);
    width: 398px;
    height: 398px;
    border-radius: 100%;
}

.about_card_section .team_information_box:nth-child(even) .content_box {
    padding-right: 100px;
}

.about_card_section .team_information_box:nth-child(odd) .content_box {
    padding-left: 120px;
}

.about_card_section .team_information_box:nth-child(even) .content_box {
    padding-right: 120px;
}

.about_card_section .team_information_box:nth-child(odd) .image_box {
    right: unset;
    left: -200px;
}

.about_card_section .team_information_box h2 {
    font-weight: 300;
    font-size: 47px;
}

.about_card_section .team_information_box .btn_three.mobile_view {
    display: none;
}

.about_card_section .team_information_box.single_box {
    padding-top: 150px;
}

.about_card_section .team_information_box.single_box p a {
    color: #484848;
    font-weight: normal;
}

.about_card_section .team_information_box.single_box p a:hover {
    color: #008932;
}

.about_card_section .team_information_box.single_box .content_box {
    padding-left: 0 !important;
}

.about_card_section .team_information_box.single_box a {
    display: block;
}

.about_card_section .team_information_box.single_box h3 {
    color: #008932;
    margin-bottom: 5px;
}

.about_card_section .team_information_box.single_box .innet_section {
    padding: 60px 100px 130px 100px;
}

.about_card_section .team_information_box.single_box .btn_box {
    text-align: right;
    margin-bottom: 113px;
}

.footer_sponsors .content, .about_card_section .team_information_box.single_box .about-images {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 40px 0;
}

.footer_sponsors {
    margin: 40px 0;
}

.footer_sponsors .content {
    margin: 0;
}

.footer_sponsors .content a, .about_card_section .team_information_box.single_box .about-images a {
    margin: 0 20px;
    display: inline-block;
}

.footer_sponsors .content a:nth-child(1), .about_card_section .team_information_box.single_box .about-images a:nth-child(1) {
    margin-left: 0;
}

.footer_sponsors h3 {
    margin: 0;
}

.footer_sponsors h4 {
    margin: 0;
    font-size: 20px;
    text-transform: unset;
    color: #fff;
}

.footer_sponsors .content a:nth-child(3), .about_card_section .team_information_box.single_box .about-images a:nth-child(3) {
    margin-right: 0;
}

.footer_sponsors .content img, .about_card_section .team_information_box.single_box .about-images img {
    max-height: 76px;
    width: auto;
}

.footer_sponsors .content a:nth-child(3) img, .about_card_section .team_information_box.single_box .about-images a:nth-child(3) img {
    max-height: 107px;
}

.about_card_section .team_information_box .btn_box a {
    text-transform: uppercase;
    min-width: 40%;
    text-align: left;
    display: inline-block;
    color: #008932;
    background: url(../images/greenarrow.png) right 20px center no-repeat;
}

.about_card_section .team_information_box .btn_box a:hover {
    background-position: right center;
}

/* about page start  */

/* roosevelt project start */

/* .roosevelt_page .banner_com::before,.about_project_page .banner_com::before{display: none;} */

.page-template-template-project-publication .card_repeat .right_text p a:first-child {
    font-weight: bold;
    font-size: 1.05em;
}

.testimonial_section {
    margin-top: -122px;
    position: relative;
    z-index: 2;
    padding-bottom: 80px;
    transition: 0.8s;
}

.page-template-template-cate .testimonial_section {
    padding-bottom: unset;
    margin-top: 0;
}

.testimonial_section .inner_section {
    max-width: 1300px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
}

.page-template-template-cate .testimonial_section .inner_section {
    max-width: unset;
    align-items: center;
}

.testimonial_section .left_part {
    width: 40%;
    float: left;
    text-align: center;
    transition: 0.8s;
}

.page-template-template-cate .testimonial_section .left_part {
    width: 55%;
}

.testimonial_section .right_part {
    width: 55%;
    float: right;
    padding: 80px;
    transition: 0.8s;
}

.page-template-template-cate .testimonial_section .right_part {
    width: 40%;
}

.testimonial_section .left_part p strong {
    font-weight: bold;
    color: #9D0030;
}

.testimonial_section .left_part .image_box img {
    width: 491px;
    height: auto;
    border-radius: 100%;
    margin-bottom: 20px;
    transition: 0.8s;
}

.page-template-template-cate .testimonial_section .left_part .image_box img {
    border-radius: unset;
    width: 100%;
}

.testimonial_section p {
    margin-bottom: 0;
    font-weight: 300;
}

.testimonial_section h3 {
    margin-bottom: 0;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
}

.testimonial_section .right_part p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 300;
}

.page-template-template-cate .testimonial_section .right_part p {
    font-size: unset;
}

.testimonial_section .text_box {
    position: relative;
}

.testimonial_section .text_box::before {
    content: "";
    position: absolute;
    left: -60px;
    top: 0;
    background: url(../images/blockquot-left.png) left center no-repeat;
    width: 49px;
    height: 43px;
}

.page-template-template-cate .testimonial_section .text_box::before {
    content: unset;
}

.testimonial_section .text_box::after {
    content: "";
    position: absolute;
    right: -50px;
    bottom: 0;
    background: url(../images/blockquot-right.png) left center no-repeat;
    width: 49px;
    height: 43px;
}

.page-template-template-cate .testimonial_section .text_box::after {
    content: unset;
}

.testimonial_section.full_open {
    transition: 0.8s;
}

.testimonial_section.full_open .left_part .image_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    transition: 0.8s;
}

.testimonial_section.full_open .left_part .image_box img {
    width: 212px;
    float: left;
    transition: 0.8s;
}

.testimonial_section.full_open .left_part .image_box .title_box {
    width: calc(100% -215px);
    padding-bottom: 65px;
    transition: 0.8s;
}

.testimonial_section.full_open .left_part {
    width: 45%;
    position: absolute;
    left: 0;
    top: -80px;
    width: 580px;
    transition: 0.8s;
}

.testimonial_section.full_open .right_part {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.testimonial_section.full_open {
    min-height: 500px;
    transition: 0.8s;
}

.testimonial_section.full_open .left_part h3, .testimonial_section.full_open .left_part p {
    margin-bottom: 0px !important;
    transition: 0.8s;
}

.project_left_right {
    position: relative;
    padding: 150px 0;
}

.project_left_right .outer_section {
    position: relative;
    background: #008932;
    border-radius: 66px;
    border-radius: 66px;
}

.project_left_right .outer_section::before {
    content: "";
    position: absolute;
    left: calc(-1000% + 100px);
    top: 0;
    background: #008932;
    width: 1000%;
    height: 100%;
}

.project_left_right .image_box {
    width: 52%;
    float: right;
    position: relative;
    transition: 2s;
}

.roosevelt_page .project_left_right .image_box {
    right: -20%;
}

.roosevelt_page .project_left_right .image_box.aos-animate {
    right: 0;
}

.project_left_right .image_box img {
    border-radius: 25px;
    width: auto;
    height: auto;
}

.project_left_right.opposite_section .image_box img {
    border-radius: 100%;
    width: auto;
    height: auto;
}

.project_left_right .image_box .image {
    position: absolute;
    left: 50px;
    top: -155px;
    width: auto;
}

.project_left_right .text_box {
    width: 45%;
    float: left;
    min-height: 417px;
    position: relative;
}

.project_left_right .inner_text {
    max-width: 100%;
    float: left;
}

.project_left_right .inner_text h2 {
    line-height: 1.2;
    margin-top: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 47px;
}

.project_left_right .inner_text p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
}

.project_left_right .inner_text .btn_box a {
    color: #fff;
    font-size: 20px;
    background: url(../images/arrow.svg) right 20px top 2px no-repeat;
}

.project_left_right .inner_text .btn_box a:hover {
    background-position: right top 2px;
}

.other_pagelink {
    padding: 40px 0 90px;
}

.other_pagelink li {
    display: inline-block;
}

.other_pagelink ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.other_pagelink li a {
    transition: 0.4s;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
    padding-right: 80px;
    display: block;
    background: url(../images/greenarrow.png) right 20px center no-repeat;
    line-height: 1;
}

.other_pagelink li a:hover {
    background-position: right center;
}

/* roosevelt project end */

/* project page start  */

.project_page .otherpublication_with_image .content_box {
    padding-top: 45px;
}

.evidence_action {
    padding: 40px 0 90px;
}

.evidence_action .left_part {
    width: 30%;
    float: left;
    text-align: right;
}

.evidence_action .right_part {
    width: 65%;
    float: right;
    padding-right: 130px;
}

.evidence_action h2 {
    font-size: 47px;
    font-weight: 300;
    color: #333333;
}

.evidence_action p {
    margin-bottom: 30px;
}

.evidence_action p:last-child {
    margin-bottom: 0;
}

.evidence_action p span {
    color: #9D0030;
}

.evidence_action .btn_three {
    color: #008932;
    font-size: 18px;
    text-transform: uppercase;
    background: url(../images/greenarrow.png) right top 2px no-repeat;
    padding-right: 80px;
}

.evidence_action .btn_three:hover {
    background: url(../images/arrow.svg) right top 2px no-repeat;
    color: #fff;
    padding-right: 100px;
}

/* project page end  */

/* our impact page start  */

.ourimpact_page .evidence_action .inner_section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.ourimpact_page .evidence_action .left_part img {
    border-radius: 65px;
}

/* our impact page end  */

/* about the project page start */

.about_project_page .main_banner.banner_com .banner_inner {
    padding-left: 30px;
}

.roosevelt_inner_page {
    padding-bottom: 150px;
}

.page-template-template-cate .roosevelt_inner_page {
    margin-top: 150px;
}

.roosevelt_inner_page .otherpublication {
    width: 52%;
    float: left;
    padding-bottom: 0;
}

.roosevelt_inner_page .otherpublication p strong {
    font-size: 20px;
    font-weight: bold;
}

.roosevelt_inner_page .otherpublication .innet_section {
    padding: 85px 140px 85px 80px;
    width: 100%;
    float: left;
}

.roosevelt_inner_page .otherpublication .image_with_textbox {
    padding-top: 20px;
}

.roosevelt_inner_page .otherpublication .image_with_textbox .card_repeat {
    margin-bottom: 25px;
}

.roosevelt_inner_page .otherpublication .card_repeat .left_image {
    width: auto;
    float: left;
    padding-top: 10px;
}

.roosevelt_inner_page .otherpublication .card_repeat .left_image img {
    display: block;
    width: 81px;
    height: 81px;
    border-radius: 100%;
}

.roosevelt_inner_page .otherpublication .card_repeat .right_text {
    width: 75%;
    float: right;
}

.roosevelt_inner_page .rightpart_content {
    width: 32%;
    float: left;
    margin-left: 150px;
    margin-top: 90px;
}

.page-template-template-cate .roosevelt_inner_page .rightpart_content {
    margin-top: 190px;
}

.roosevelt_inner_page .rightpart_content p {
    font-size: 20px;
    font-weight: 300;
}

.page-template-template-cate .roosevelt_inner_page .rightpart_content p {
    font-size: 16px;
}

.page-template-template-cate .roosevelt_inner_page .rightpart_content ul, .page-template-template-cate .roosevelt_inner_page .rightpart_content li {
    list-style: unset;
    margin: unset;
    padding: unset;
    font-size: 16px;
    line-height: 25px;
    float: left;
    font-weight: 300;
}

.page-template-template-cate .roosevelt_inner_page .rightpart_content ul {
    padding-left: 80px;
}

.page-id-6025 .otherpublication_with_image ul {
    padding-left: 40px;
}

.project_left_right.opposite_section .outer_section::before {
    right: calc(-1000% + 100px);
    left: unset;
}

.project_left_right.opposite_section .image_box {
    width: 536px;
}

.project_left_right.opposite_section .text_box {
    width: calc(100% - 536px);
    padding-left: 140px;
}

.project_left_right.opposite_section .inner_text {
    max-width: 548px;
}

.project_left_right.opposite_section .image_box .image {
    top: -50px;
}

.project_left_right.opposite_section .text_box {
    min-height: 347px;
}

.project_left_right.opposite_section .outer_section {
    width: 90%;
    float: right;
}

.page-template-template-cate .first_phase {
    line-height: 30px;
    font-weight: 300;
}

.page-template-template-cate .first_phase ul, .page-template-template-cate .first_phase li {
    list-style: unset;
    margin: unset;
    padding: unset;
    font-size: 16px;
    line-height: 30px;
}

.page-template-template-cate .first_phase ul {
    padding-left: 80px;
}

.first_phase .inner_content {
    max-width: 1300px;
    margin: 0 auto;
}

.first_phase .inner_content p:first-child {
    margin-bottom: 10px;
}

.first_phase .inner_content p {
    width: 100%;
    float: left;
    font-size: 18px;
}

.page-template-template-cate .first_phase .inner_content p {
    font-size: unset;
}

.first_phase .inner_content .btn_three {
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 18px;
    color: #008932;
    background: url(../images/forwardarrow.png) right 20px center no-repeat;
}

.first_phase .inner_content .btn_three:hover {
    background-position: right center;
}

/* about the project page end */

/* history css start  */

.history_slider_section .mobile_view {
    display: none;
}

.history_slider_section .top_title {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 85px;
    padding-left: 112px;
}

.history_slider_section .top_title h1, .history_slider_section .top_title h6 {
    color: #fff;
}

.history_slider_section .otherpublication_with_image {
    margin-top: 0;
    padding: 100px 0 300px;
    position: relative;
    height: calc(100vh + 250px);
    display: flex !important;
    align-items: center;
}

/* .history_slider_section .otherpublication_with_image::before{content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 400px;
    background: linear-gradient(0deg, #E1E8E4, #00000000 );} */

.history_slider_section .otherpublication_with_image .image_box {
    top: 62%;
}

.history_slider_section .otherpublication_with_image {
    position: relative;
}

.history_slider_section .otherpublication_with_image.layout_five {
    padding-bottom: 350px;
}

.history_slider_section .otherpublication_with_image.layout_five::before {
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100vh + 250px);
    content: "";
    background: linear-gradient(160deg, #0d172b 50%, #0000 100%);
    width: 100%;
}

.history_slider_section p, .history_slider_section h2 {
    color: #484848;
}

.history_slider_section p {
    font-size: 15px;
    line-height: 23px;
}

.history_slider_section p strong {
    color: #008932;
    font-weight: bold;
}

.history_slider_section p a {
    font-weight: bold;
}

.history_slider_section h2 {
    counter-reset: #484848;
}

.history_slider_section .otherpublication_with_image .innet_section {
    min-height: unset;
}

.history_slider_section .otherpublication_with_image .innet_section {
    padding: 90px 110px 90px 60px;
}

.history_slider_section .otherpublication_with_image .content_box {
    padding: 20px;
}

.history_slider_section .otherpublication_with_image .image_box {
    height: auto;
    right: -110px;
    border-radius: unset;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 220px;
}

.history_slider_section .otherpublication_with_image .image_box img:nth-child(2) {
    margin-top: 40px;
}

.history_slider_section .otherpublication_with_image .image_box img {
    border-radius: 45px;
}

.history_slider_section .otherpublication_with_image.layout_two .image_box img {
    border-radius: 45px;
}

.history_slider_section .otherpublication_with_image.layout_one .innet_section {
    margin-left: 53px;
    padding: 70px 90px 60px 40px;
    width: 550px;
    margin-top: 250px;
}

.history_slider_section .otherpublication_with_image.layout_two .content_box {
    padding-right: 20px;
}

.history_slider_section .otherpublication_with_image.layout_two .wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.history_slider_section .otherpublication_with_image.layout_two .three_image_box {
    float: left;
    width: 490px;
    position: relative;
}

.history_slider_section .otherpublication_with_image.layout_two .three_image_box img {
    display: block;
}

.history_slider_section .otherpublication_with_image.layout_two .three_image_box img:nth-child(2) {
    margin-left: 100px;
    margin-top: -20px;
}

.history_slider_section .otherpublication_with_image.layout_two .three_image_box img:nth-child(3) {
    margin-left: 200px;
    margin-top: -20px;
}

.history_slider_section .otherpublication_with_image.layout_two .innet_section {
    float: right;
    width: 40%;
    margin-right: 110px;
}

.history_slider_section .otherpublication_with_image.layout_three .wrapper {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.history_slider_section .otherpublication_with_image.layout_three .content_box {
    padding-right: 0px;
}

.history_slider_section .otherpublication_with_image.layout_three .innet_section {
    width: 35%;
    float: left;
    z-index: 1;
}

.history_slider_section .otherpublication_with_image.layout_three .left_inner_section {
    width: 35%;
    float: right;
    transform: skew(0deg, -11deg);
    background: #fff;
    padding: 70px 60px 60px 30px;
    border-radius: 45px;
    box-shadow: 0 3px 46px rgba(0, 0, 0, 0.1);
    position: relative;
    top: 130px;
    left: -50px;
    z-index: 2;
}

.history_slider_section .otherpublication_with_image.layout_three .innet_section {
    padding: 70px 60px 60px 30px;
}

.history_slider_section .otherpublication_with_image.layout_three .inner_text {
    transform: skew(0deg, 11deg);
    padding: 20px;
}

.history_slider_section .otherpublication_with_image.layout_three .image_box {
    transform: translateY(-50%) skew(0deg, 11deg);
    right: -100px;
    top: -100px;
}

.history_slider_section .otherpublication_with_image h2 {
    font-weight: 300;
    font-size: 30px;
    line-height: 1.3;
}

.history_slider_section .otherpublication_with_image.layout_four .left_inner_section .image_box {
    top: 60%;
    right: -110px;
}

.history_slider_section .otherpublication_with_image.layout_four .left_inner_section {
    margin-right: 110px;
}

.history_slider_section .otherpublication_with_image.layout_four .left_inner_section {
    padding: 70px 110px 60px 30px;
}

.history_slider_section .otherpublication_with_image.single_card .left_inner_section {
    top: 0;
    width: 38%;
}

.history_slider_section .layout_five .full_width_content h2 {
    color: #fff;
}

.history_slider_section .layout_five .full_width_content h6 {
    color: #fff;
}

.history_slider_section .layout_five .full_width_content .card {
    width: 100%;
    float: left;
    padding: 40px 0;
    border-bottom: 1px solid #fff;
}

.history_slider_section .layout_five .full_width_content .card h2 {
    color: #fff;
}

.history_slider_section .otherpublication_with_image .innet_section {
    transform: skew(0deg, 11deg);
    border-radius: 45px;
}

.history_slider_section .otherpublication_with_image .image_box {
    transform: translateY(-50%) skew(0deg, -11deg);
}

.history_slider_section .otherpublication_with_image .content_box {
    transform: skew(0deg, -10deg);
}

.history_slider_section .layout_five .full_width_content .card:last-child {
    border-bottom: 0;
}

.history_slider_section .layout_five .full_width_content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.history_slider_section .layout_five .full_width_content li {
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    width: 11%;
    line-height: 1.1;
    color: #fff;
}

.history_slider_section .otherpublication_with_image.layout_five .full_width_content {
    position: relative;
}

.history_slider_section {
    position: relative;
}

.history_slider_section .slick-dots {
    text-align: center;
    position: absolute;
    left: 150px;
    bottom: 285px;
}

.history_slider_section .slick-dots li {
    display: inline-block;
    margin: 0 10px;
}

.history_slider_section .slick-dots li.slick-active button {
    background: #008932;
}

.history_slider_section .slick-dots button {
    border: none;
    font-size: 0;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #fff;
    border: 2px solid #fff;
}

.history_slider_section .slick-prev.slick-arrow {
    position: absolute;
    left: 140px;
    font-size: 0;
    bottom: 285px;
    z-index: 1;
    background: url(../images/grey-arrow-prev.png) center center no-repeat;
    width: 9px;
    height: 16px;
    border: none;
    cursor: pointer;
}

.history_slider_section .slick-next.slick-arrow {
    position: absolute;
    left: 465px;
    font-size: 0;
    bottom: 285px;
    z-index: 1;
    background: url(../images/grey-arrow-next.png) center center no-repeat;
    width: 9px;
    height: 16px;
    border: none;
    cursor: pointer;
}

.history_fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.page-id-150 .outer_wrapper .wrapper {
    max-width: 100%;
    padding: 0 60px;
}

.page-id-150 footer {
    margin-top: 0;
}

/* history css end  */

/* Opportunities css start  */

.opportunities_card_section .blog_card .card p {
    font-size: 16px;
}

.opportunities_card_section .blog_card .card h2 {
    font-weight: 300;
}

.opportunities_card_section .blog_card .card h3 {
    color: #008932;
    margin-bottom: 0;
    font-weight: 300;
}

.opportunities_card_section .blog_card .card {
    min-height: 670px;
}

.blog_section.opportunities_card_section {
    margin-bottom: 80px;
}

/* Opportunities css end */

/* Appalachian Pennsylvania start */

/* .appalachian_page .banner_com::before,.gulf_study_page .banner_com::before,.Mexico_page .banner_com::before,.industrial_page .banner_com::before{display: none;} */

.mapimage_text {
    margin-bottom: 100px;
    min-height: 500px;
}

.mapimage_text .inner_section {
    padding: 90px 0 90px 112px;
}

.mapimage_text .inner_section .left_image {
    width: 25%;
    float: left;
    margin-top: -124px;
}

.mapimage_text .inner_section .left_image img {
    display: block;
    border-radius: 100%;
}

.mapimage_text .inner_section .right_text {
    width: 674px;
    float: left;
    margin-left: 145px;
}

/* faq start */

.faq {
    position: relative;
    margin-bottom: 50px;
}

.faq_section .accordian {
    max-width: 1180px;
    margin: 0 auto;
    width: 100%;
}

.faq_section .acc-items {
    background: #fff;
    border-radius: 45px;
    margin-bottom: 25px;
    width: 100%;
    float: left;
    position: relative;
}

.faq_section .acc-title {
    cursor: pointer;
    padding: 50px 65px;
    position: relative;
    width: 100%;
    float: left;
}

.other_case_wrapper {
    display: flex;
    clear: both;
    align-items: flex-start;
    margin-top: 5%;
    justify-content: space-between;
}

.other_case_wrapper img {
    border-radius: 100%;
    margin-bottom: 5%;
}

.other_case {
    margin-top: 5%;
    clear: both;
}

.faq .accordian .other_case_wrapper .card {
    margin: 0 5% 0 0;
    clear: unset;
    width: 13%;
}

.faq .accordian .other_case_wrapper .card:nth-child(4) {
    margin: 0;
}

.faq_section .acc-title h5, .other_case {
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.faq_section .acc-title h5::before {
    content: '\25B8';
    color: #008932;
    display: inline-block;
}

.faq_section .acc-title.active h5::before {
    content: '\25BE';
    display: inline-block;
}

.faq_section .acc-items .acc-content {
    padding: 30px 65px 0;
    width: 100%;
    float: left;
}

.faq_section .acc-items .acc-content p:last-child {
    margin-bottom: 0;
}

.faq .card {
    width: 30%;
    float: left;
    margin-bottom: 60px;
    margin-right: 5%;
}

.faq .rows .card {
    width: 100%;
    margin-bottom: 30px;
}

.faq .rows .card .image {
    display: inline-block;
    vertical-align: top;
}

.faq .rows .card .text_box {
    display: inline-block;
    width: calc(100% - 180px);
    margin-left: 30px;
    vertical-align: top;
}

.faq .card:nth-child(3n) {
    margin-right: 0;
}

.faq .card:nth-child(3n + 1) {
    clear: left;
}

.faq .card .image {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}

.faq .card .image img {
    width: 140px;
    height: auto;
    border-radius: 100%;
}

.faq .card .image img.large {
    width: auto;
    height: auto;
    border-radius: unset;
}

.faq .card .blog_date {
    font-weight: bold;
    color: #9D0030;
    margin-bottom: 10px;
    font-size: 20px;
}

.faq .card .blog_date a {
    font-weight: bold;
    color: #9D0030;
}

.faq .btn_one:hover {
    background: #9D0030;
    color: #fff;
}

.faq .card h4 {
    color: #333333;
    font-weight: 500;
}

.faq .card p {
    line-height: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.page-template-template-project-team .faq .card p {
    margin: 0;
}

.faq .card .btn_three {
    text-transform: uppercase;
    font-size: 18px;
    min-width: 50%;
    line-height: 1.1;
}

.faq_section .acc-items:first-child .acc-title::before {
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url(../images/faq-top-bg.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
}

.faq_section .acc-items:first-child .acc-title.active::before {
    top: -185px;
    height: 350px;
    opacity: 1;
    visibility: visible;
    z-index: -1;
}

/* faq end */

/* Appalachian Pennsylvania end */

/* history two start */

.faculty_executive .card {
    width: 32%;
    float: left;
    padding: 40px 0;
    padding-left: 150px;
}

.faculty_executive .card h2 {
    color: #008932;
    font-weight: 300;
}

.faculty_executive h6 {
    color: #008932;
}

.faculty_executive ul {
    width: 100%;
    float: left;
    position: relative;
}

.faculty_executive ul::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #008932;
}

.faculty_executive li {
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.faculty_executive {
    padding: 60px 0;
}

.faculty_executive .card:last-child ul::before {
    display: none;
}

/* history two end */

.description_box_with_bg {
    margin: 65px 0;
    position: relative;
    z-index: 10;
    min-height: 347px;
}

.description_box_with_bg .outer_card {
    position: relative;
}

.description_box_with_bg .left_text {
    width: 100%;
    float: left;
    position: absolute;
    right: 0;
    top: 35%;
    height: 347px;
    transform: translateY(-50%);
    border-radius: 66px;
}

.description_box_with_bg .fixed_bg {
    width: 1000%;
    right: -990%;
    background: #9D0030;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
}

.description_box_with_bg .right_text {
    width: 50%;
    float: right;
    position: relative;
}

.description_box_with_bg .skew_text {
    transform: skew(0deg, 13deg);
    background: #fff;
    padding: 120px 120px;
    border-radius: 66px;
}

.description_box_with_bg .inner_text {
    transform: skew(0deg, -13deg);
}

.description_box_with_bg .left_inner_text {
    width: 40%;
    padding: 40px 0;
    padding-left: 112px;
}

.description_box_with_bg .image_box {
    margin-top: -70px;
    position: relative;
    z-index: 1;
}

.description_box_with_bg.left_align .left_text::before {
    background: #008932;
    right: unset;
    left: -990%;
}

*/ .description_box_with_bg.left_align .left_text {
    float: right;
}

.description_box_with_bg.left_align .right_text {
    float: left;
}

.description_box_with_bg.left_align .left_inner_text {
    float: right;
    padding-left: 0;
    padding-right: 112px;
}

.description_box_with_bg.left_align .fixed_bg {
    right: unset;
    left: -990%;
}

.description_box_with_bg .content_box_bottom {
    position: absolute;
    width: 45%;
    right: 0;
    top: 650px;
}

.description_box_with_bg .content_box_bottom {
    position: absolute;
    width: 45%;
    right: 0;
    top: 650px;
}

.two_column_full_bg {
    transform: skew(0deg, 13deg);
    margin: 300px 0 50px;
}

.two_column_full_bg .skew_remove {
    transform: skew(0deg, -13deg);
}

.two_column_full_bg .card_outer {
    margin-top: -100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.two_column_full_bg .card {
    width: 49%;
    transform: skew(0deg, 13deg);
    background: #fff;
    padding: 120px 120px;
    border-radius: 66px;
}

.two_column_full_bg .card .inner_text {
    transform: skew(0deg, -13deg);
}

.two_column_full_bg .card:first-child {
    margin-top: -175px;
}

.two_column_full_bg .card .inner_text h2, .description_box_with_bg .inner_text h2 {
    font-weight: 300;
}

/* francis o sullivan css end  */

/* project team start */

.faq.faqtop_banner {
    margin-top: -285px;
    z-index: 11;
}

.faq.faqtop_banner .accordian {
    float: left;
}

/* project team end */

/* faq start */

.faqtop_banner .image_with_textbox {
    padding-top: 0px;
    padding-bottom: 50px;
    max-width: 80%;
}

.faqtop_banner .image_with_textbox .card_repeat {
    margin-bottom: 30px;
}

.faqtop_banner .card_repeat .left_image {
    width: auto;
    float: left;
    padding-top: 0px;
}

.faqtop_banner .card_repeat .left_image img {
    display: block;
    width: 81px;
    height: 81px;
    border-radius: 100%;
}

.faqtop_banner .card_repeat .right_text {
    width: 80%;
    float: left;
    margin-left: 60px;
}

.faqtop_banner .rightpart_content {
    width: 32%;
    float: left;
    margin-left: 150px;
    margin-top: 90px;
}

.faqtop_banner .rightpart_content p {
    font-size: 20px;
    font-weight: 300;
}

/* faq end */

/* case studies css start */

.case_studies_card {
    overflow: hidden;
    margin-bottom: 80px;
}

.case_studies_card .card {
    position: relative;
    margin: 150px 0;
    border-radius: 66px;
}

.case_studies_card .card .bg_color {
    content: "";
    background: #008932;
    width: 1000%;
    left: -990%;
    position: absolute;
    top: 0;
    height: 100%;
}

.case_studies_card .left_part {
    width: 430px;
    float: left;
    position: relative;
}

.case_studies_card .left_part img {
    position: absolute;
    left: 0;
    top: -44px;
    border-radius: 100%;
    width: 430px;
    height: 430px;
}

.case_studies_card .right_part {
    width: calc(100% - 430px);
    float: right;
    padding-left: 115px;
    min-height: 347px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.case_studies_card .right_part .inner_text {
    margin-top: auto;
    margin-bottom: auto;
}

.case_studies_card .right_part h2 {
    color: #fff;
    margin-bottom: 40px;
    font-weight: 300;
}

.case_studies_card .right_part a {
    color: #fff;
}

.case_studies_card .right_part a {
    background: url(../images/arrow.svg) right 20px top 2px no-repeat;
    font-size: 18px;
    line-height: 20px;
}

.case_studies_card .right_part a:hover {
    background-position: right top 2px;
}

.case_studies_card .card:nth-child(even) .left_part {
    float: right;
}

.case_studies_card .card:nth-child(even) .right_part {
    float: left;
}

.case_studies_card .card:nth-child(even) .bg_color {
    left: unset;
    right: -990%;
}

.workingpaper_card .image {
    padding-top: 30px;
}

.case_studies_card [data-aos="fade-left"] {
    transform: translate3d(30%, 0, 0);
}

.case_studies_card [data-aos="fade-right"] {
    transform: translate3d(-100%, 0, 0);
}

/* case studies css end */

/* other events page start */

.otherevent_page .otherpublication h2 {
    font-weight: 300;
}

.otherpublication h3 a {
    color: #008932;
}

.agenda_section {
    padding-top: 30px;
}

.agenda_section .card {
    margin-bottom: 30px;
}

.agenda_section .doc {
    background: url(../images/document-icon.png) left top 5px no-repeat;
}

.agenda_section .video {
    background: url(../images/Icon-video.png) left top 5px no-repeat;
}

.agenda_section p {
    margin-bottom: 5px;
    color: #333333;
    font-weight: bold;
    line-height: 1.2;
    padding-left: 30px;
}

.faq_archives {
    margin-bottom: 90px;
    margin-bottom: -238px;
    padding-bottom: 300px;
    background: #e1e8e4;
}

.otherevent_page .faq_archives {
    padding-top: 40px;
    position: relative;
}

.otherevent_page .faq_archives::before {
    content: "";
    position: absolute;
    left: 0;
    top: -120px;
    width: 100%;
    height: 120px;
    background: linear-gradient(0deg, #e1e8e4, #000b4100);
}

.faq_archives .faqarchives_section {
    max-width: 1108px;
    float: left;
    padding-left: 114px;
}

.faq_archives h2 {
    color: #008932;
    font-weight: 300;
}

.faq_archives h5 {
    font-size: 35px;
    font-weight: bold;
    color: #008932;
}

.faq_archives h4 {
    font-size: 20px;
    font-weight: bold;
    color: #484848;
    margin-bottom: 0;
}

.faq_archives p {
    font-size: 18px;
}

.faq_archives .acc-title {
    padding: 10px 50px 10px 0;
    position: relative;
    width: 100%;
    float: left;
}

.faq_archives .acc-items {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    cursor: pointer;
}

.faq_archives .acc-title::before {
    transition: 0.4s;
    content: "";
    background: url(../images/green-forward-arrow.png) right center no-repeat;
    right: 0px;
    top: 16px;
    width: 14px;
    height: 24px;
    position: absolute;
}

.faq_archives .acc-title.active::before {
    transform: rotate(90deg);
}

.faq_archives .acc-items .acc-content {
    width: 100%;
    float: left;
    padding-right: 50px;
}

/* other events page end */

/* webinars page css start */

.webinars_page .two_column_box .card_section .card {
    width: 29%;
}

.webinars_page .two_column_box .card_section .card:nth-child(2) {
    width: 51%;
    top: 140px;
}

.webinars_page .blog_card .card .inner_card .text_box h2 {
    font-weight: 300;
    color: #333333;
}

.webinars_page .blog_card .card .inner_card .text_box {
    padding-top: 30px;
}

/* .webinars_page .blog_card .card{min-height: 415px;} */

.webinars_page .archive_description .tab_body .card p {
    margin-bottom: 0px;
    color: #333333;
}

.webinars_page .archive_description .tab_body .card strong {
    font-weight: bold;
}

.webinars_page .archive_description .tab_body .card h4 {
    width: 100%;
    float: left;
    margin-bottom: 0;
}

.webinars_page .archive_description .tab_body .card h4 a {
    font-size: 20px;
    color: #008932;
    display: block;
}

.webinars_page .archive_description .tab_header li {
    padding-right: 60px;
}

.webinars_page .archive_description .tab_header ul {
    justify-content: flex-start;
}

/* webinars page css end */

/* case studies page  */

.otherpublication_with_image.two_column_banner .innet_section {
    min-height: unset;
}

.otherpublication_with_image.two_column_banner .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.otherpublication_with_image.two_column_banner {
    padding-bottom: 300px;
}

.otherpublication_with_image.two_column_banner .content_box {
    padding-right: 0px;
}

.otherpublication_with_image.two_column_banner .innet_section {
    padding: 80px 90px 130px 100px;
}

.otherpublication_with_image.two_column_banner .inner_text {
    transform: skew(0deg, -13deg);
}

.otherpublication_with_image.two_column_banner .left_inner_section {
    margin-left: 1%;
    width: 49%;
    float: left;
    transform: skew(0deg, 13deg);
    background: #fff;
    padding: 80px 90px 130px 100px;
    border-radius: 66px;
    box-shadow: 0 3px 46px rgba(0, 0, 0, 0.1);
    position: relative;
    top: 195px;
    z-index: 1;
}

.otherpublication_with_image.two_column_banner .innet_section {
    float: left;
}

.otherpublication_with_image.two_column_banner h2 {
    color: #484848;
    font-weight: 300;
}

/* case studies page  */

.otherpublication_with_image.two_column_banner .innet_section {
    width: 49%;
}

.energy_supply_section {
    padding-bottom: 80px;
}

.energy_supply_section h2 {
    color: #008932;
    font-weight: 300;
    margin-bottom: 4%;
}

.energy_supply_section h4 {
    font-size: 25px;
}

.energy_supply_section .outer_section {
    max-width: 900px;
}

.energy_supply_section .card {
    width: 100%;
    float: left;
}

.energy_supply_section .card ul {
    width: 100%;
    float: left;
}

.energy_supply_section .card li {
    text-transform: uppercase;
    transition: 0.4s;
    margin-right: 4%;
    margin-bottom: 4%;
    width: 180px;
    min-height: 104px;
    background: #484848;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px;
    float: left;
}

.energy_supply_section .card ul.green li {
    background: #008932;
}

.energy_supply_section .card li:hover {
    transform: scale(1.07);
}

.description_box_with_bg.research_description .inner_text a {
    margin-top: 40px;
    color: #008932;
    min-width: 40%;
    font-size: 20px;
    text-transform: uppercase;
    background: url(../images/greenarrow.png) right 20px center no-repeat;
}

.description_box_with_bg.research_description .inner_text a:hover {
    background-position: right center;
}

.description_box_with_bg.research_description .left_text {
    top: 50%;
}

.description_box_with_bg.only_text_box {
    margin: 100px 0;
}

.description_box_with_bg.only_text_box .text_box {
    position: relative;
    z-index: 2;
}

.description_box_with_bg.only_text_box h2 {
    color: #fff;
    font-size: 47px;
}

.description_box_with_bg.only_text_box p {
    color: #fff;
}

.description_box_with_bg.only_text_box a {
    margin-top: 10px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/arrow.svg) right 20px center no-repeat;
    min-width: 20%;
}

.description_box_with_bg.only_text_box a:hover {
    background-position: right center;
}

.description_box_with_bg.only_text_box .left_text {
    display: flex;
    align-items: center;
    padding-left: 300px;
    position: static;
    transform: unset;
}

/* three card section  */

.blog_section.full_width.three_column_card {
    margin-bottom: 360px;
}

.blog_section.three_column_card .blog_card .card_section {
    width: 100%;
    align-items: flex-start;
}

.blog_section.three_column_card .card {
    width: 24%;
    padding-bottom: 130px;
}

.blog_section.three_column_card .card:nth-child(3) {
    width: 44%;
    top: 250px;
    padding-top: 90px;
}

.blog_section.three_column_card .card .card_list p {
    margin-bottom: 0;
    font-weight: bold;
}

.blog_section.three_column_card .card p strong {
    color: #008932;
    font-weight: bold;
}

.blog_section.three_column_card .card .card_list {
    margin-bottom: 30px;
}

.blog_section.three_column_card .card_list li {
    padding-left: 25px;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500;
}

.blog_section.three_column_card .card_list li.user {
    background: url(../images/user.png) left center no-repeat;
}

.blog_section.three_column_card .card_list li.doc {
    background: url(../images/document-icon.png) left center no-repeat;
}

.blog_section.three_column_card .card_list li.video {
    background: url(../images/Icon-video.png) left center no-repeat;
}

.blog_section.three_column_card .card h2 {
    font-weight: 300;
}

/* three card section  */

/* faq section */

.archive_description .card_list {
    margin-bottom: 30px;
}

.archive_description .card_list li {
    padding-left: 25px;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500;
}

.archive_description .card_list li a {
    font-size: 16px;
    font-weight: 500;
}

.archive_description .card_list li.user {
    background: url(../images/user.png) left center no-repeat;
}

.archive_description .card_list li.doc {
    background: url(../images/document-icon.png) left center no-repeat;
}

.archive_description .card_list li.video {
    background: url(../images/Icon-video.png) left center no-repeat;
}

.page-template-template-research-workshops .archive_description .card_list li.doc, .page-template-template-research-workshops .archive_description .card_list li.video, .page-template-template-research-workshops .archive_description .card_list li.user, .otherevent_page .archive_description li.doc, .otherevent_page .archive_description li.video, .otherevent_page .archive_description li.user {
    display: inline-block;
    margin: 0 40px 10px 0;
}

.archive_description .card_list p {
    margin-bottom: 0;
    font-weight: bold;
}

.archive_description .card_list div.body p {
    font-weight: initial;
    margin-bottom: 20px;
}

.page-template-template-research-workshops .archive_description .card_list p, .otherevent_page .archive_description .card_list p {
    font-size: 18px;
}

.archive_description .acc-title {
    position: relative;
    cursor: pointer;
    padding: 10px 50px 10px 0;
}

.archive_description .acc-content {
    padding-right: 50px;
}

.archive_description .acc-title::before {
    transition: 0.4s;
    content: "";
    background: url(../images/green-forward-arrow.png) right center no-repeat;
    right: 0px;
    top: 16px;
    width: 14px;
    height: 24px;
    position: absolute;
}

.archive_description .acc-title.active::before {
    transform: rotate(90deg);
}

.research_workshop_page .archive_description .tab_header li, .otherevent_page .archive_description .tab_header li {
    padding-right: 60px;
}

.research_workshop_page .archive_description .tab_header ul, .otherevent_page .archive_description .tab_header ul {
    justify-content: flex-start;
}

.research_workshop_page .archive_description h2, .otherevent_page .archive_description h2 {
    font-weight: 300;
    color: #008932;
}

.research_workshop_page .archive_description .acc-title h3, .page-template-template-webinars .archive_description .acc-title h3, .otherevent_page .archive_description .acc-title h3 {
    color: #008932;
    padding-left: 0;
}

.research_workshop_page .faqarchives_section, .otherevent_page .archive_description .faqarchives_section {
    max-width: 1108px;
    float: left;
}

/* faq section */

/* research page css  */

.research_areas {
    padding-bottom: 60px;
}

.research_areas .inner_area {
    max-width: 1077px;
    padding-left: 135px;
}

.research_areas .area_content h2 {
    font-size: 47px;
    font-weight: 300;
}

.research_areas .area_content a {
    display: block;
}

.research_faq .research_faq_section .accordian {
    max-width: 1228px;
    padding-left: 135px;
}

.research_faq .research_faq_section .acc-items {
    width: 100%;
    float: left;
    margin-bottom: 100px;
}

.research_faq .research_faq_section .acc-title {
    width: 100%;
    float: left;
}

.research_faq .research_faq_section .acc-title h2 {
    color: #008932;
    font-weight: 300;
    margin-bottom: 30px;
}

.research_faq .research_faq_section .acc-content {
    width: 100%;
    float: left;
}

.research_faq .acc-content .image_gallery .card {
    width: 32%;
    float: left;
    border-radius: 12px;
    position: relative;
    margin-bottom: 30px;
    margin-right: 2%;
    overflow: hidden;
}

.research_faq .acc-content .image_gallery .card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
}

.research_faq .acc-content .image_gallery .card img {
    transition: 0.4s;
    display: block;
    border-radius: 12px;
}

.research_faq .acc-content .image_gallery .text_overlap {
    position: absolute;
    bottom: 30px;
    left: 20px;
    padding-right: 20px;
}

.research_faq .acc-content .image_gallery .text_overlap h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}

.research_faq .acc-content .image_gallery .card:nth-child(3n) {
    margin-right: 0;
}

.research_faq .acc-content .image_gallery .card:hover img {
    transform: scale(1.1);
}

.mobile_select_field {
    display: none;
}

/* research page css  */

/* udated page css */

.otherpublication_with_image.detail_top_section .wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.otherpublication_with_image.detail_top_section .three_btn_box, .working_paper_details .three_btn_box {
    margin-bottom: 20px;
}

.otherpublication_with_image.detail_top_section .three_btn_box a, .working_paper_details .three_btn_box a {
    transition: 0.4s;
    text-align: center;
    margin: 0 5px 5px 0;
    min-width: 64px;
    display: inline-block;
    color: #008932;
    border: 1px solid #008932;
    padding: 3px 10px;
    border-radius: 15px;
    font-size: 14px;
}

.otherpublication_with_image.detail_top_section .three_btn_box {
    margin-bottom: 20px;
}

.otherpublication_with_image.detail_top_section .three_btn_box a:hover, .working_paper_details .three_btn_box a:hover {
    background: #008932;
    color: #fff;
}

.otherpublication_with_image.detail_top_section .card_two {
    position: relative;
    z-index: 1;
    margin-left: 220px;
    width: calc(400px);
    float: right;
    transform: skew(0deg, 13deg);
    background: #fff;
    padding: 70px 50px;
    border-radius: 66px;
    box-shadow: 0 3px 46px rgba(0, 0, 0, 0.1);
}

.otherpublication_with_image.detail_top_section .text_box {
    transform: skew(0deg, -13deg);
    padding: 0px 0 40px;
}

.otherpublication_with_image.detail_top_section {
    float: left;
}

.otherpublication_with_image.detail_top_section .card_two h3 {
    color: #008932;
}

.otherpublication_with_image.detail_top_section .card_two .btn_three {
    font-size: 18px;
}

.publication_card_btn .blog_card .card .btn_one {
    position: absolute;
    left: 0;
    bottom: 0px;
}

.publication_card_btn .blog_card .card .inner_card {
    height: 100%;
    padding-bottom: 60px;
}

/* udated page css */

/* working paper single page start */

.working_paper_details {
    padding: 300px 0 65px;
}

.working_paper_details .inner_section {
    max-width: 630px;
    margin-left: 145px;
}

.working_paper_details .inner_section.papercover {
    /*max-width: calc(100% - 920px);*/
    max-width: calc(100% - 1218px);
}

.working_paper_details .inner_section.papercover img {
    border-radius: 44px;
}

.working_paper_details h1 {
    font-weight: 300;
}

.working_paper_details h3 {
    margin-bottom: 35px;
}

.working_paper_details h4 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 50px;
}

.working_paper_details .button_box {
    width: 100%;
    float: left;
    padding-top: 30px;
    max-width: unset;
}

.working_paper_details .button_box .btn_three:hover {
    background-position: right 10px top 2px;
}

/* new changes */

.team_details_page .otherpublication_with_image {
    margin-top: -150px;
    padding-bottom: 0 !important;
}

.team_details_page .otherpublication_with_image .innet_section {
    padding-right: 90px;
    transform: unset;
    border-radius: 0;
    background: transparent;
    box-shadow: unset;
    width: 55%;
    padding-right: 0;
}

.team_details_page .otherpublication_with_image .content_box {
    padding-right: 0;
    transform: unset;
}

.team_details_page .otherpublication_with_image.detail_top_section .card_two {
    margin-left: 0px;
}

.team_details_page .otherpublication_with_image.detail_top_section .card__image {
    margin-left: 40px;
    width: 400px;
}

.team_details_page .otherpublication_with_image.detail_top_section .card_two {
    width: 100% !important;
}

.team_details_page .otherpublication_with_image.detail_top_section .card__image .image_box_new {
    width: 100%;
    float: left;
    margin-top: -100px;
}

.team_details_page .otherpublication_with_image.detail_top_section .card__image .image_box_new.top_spc {
    margin-top: 188px;
}

.team_details_page .otherpublication_with_image.detail_top_section .card__image .image_box_new img {
    box-shadow: 0 3px 46px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.main_banner.peoples_banner .banner_inner {
    max-width: 550px;
}

.peoples_banner .right_part {
    width: 375px;
    height: 438px;
    float: left;
    transform: skew(0deg, 13deg);
    border-radius: 66px;
    position: relative;
    overflow: hidden;
}

.peoples_banner .right_part .image_box {
    width: 100%;
    height: 118%;
    transform: skew(0deg, -13deg);
    position: absolute;
    left: 0;
    top: -32px;
}

.team_details_page .otherpublication_with_image.detail_top_section .card_two {
    top: -180px;
    border-top-right-radius: 42px;
    border-bottom-left-radius: 42px;
}

.team_details_page .otherpublication_with_image.detail_top_section .left {
    width: 49%;
    float: left;
}

.team_details_page .otherpublication_with_image.detail_top_section .right {
    width: 49%;
    float: right;
}

.team_details_page .peoples_banner .right_part {
    margin-left: 30px;
}

.single-peoples {
    background: #fff;
}

/* .team_details_page .otherpublication_with_image.detail_top_section  .outer{display: flex;justify-content: space-between;flex-wrap: wrap;} */

.main_banner.peoples_banner::after {
    content: "";
    background: url(../images/top-banner-layer-w.png) center bottom no-repeat;
    background-size: auto;
    background-size: 100% 100%;
}

/* new css */

.other_pagelink .inner_part {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    background: #e1e8e4;
    padding: 30px 0;
    transition: 0.2s;
}

.other_pagelink .inner_part ul {
    max-width: 1645px;
    margin: 0 auto;
}

.other_pagelink.aos-animate .inner_part {
    position: static;
    z-index: 1;
    padding: 0;
    background: transparent;
}

.other_pagelink.aos-animate .inner_part {
    max-width: 100%;
}

/* footer start */

footer {
    background: #484848;
    position: relative;
    margin-top: 240px;
    padding-bottom: 30px;
}

footer::before {
    content: "";
    background: url(../images/footer-top-bg.png) center top no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: -230px;
    height: 235px;
    position: absolute;
    z-index: 20;
    width: 100%;
}

footer h3 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.4em;
}

footer p, footer h3, footer li, footer a {
    color: #ffffff;
}

footer .footer_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .footer_left {
    width: 58%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .footer_left .footer_card:first-child a {
    transition: 0.4s;
    padding: 6px 6px;
    background: transparent;
    color: #fff;
    border: 3px solid #fff;
    cursor: pointer;
    border-radius: 19px;
    padding: 0 18px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    box-sizing: border-box;
    height: 38px;
    line-height: 34px;
}

footer .footer_left .footer_card:first-child a:hover {
    color: #3bcc86;
    border-color: #3bcc86;
}

footer .footer_card:nth-child(2) {
    width: auto !important;
}

footer .footer_card {
    width: 30%;
    float: left;
}

.google-terms {
    font-size: 13px;
    font-weight: 400;
    float: left;
    width: 64%;
    color: #fff;
}

#content .google-terms {
    color: #484848;
}

.google-terms a {
    display: initial;
}

footer p, footer a {
    font-size: 13px;
    font-weight: 500;
}

footer a {
    display: block;
    transition: 0.4s;
    margin-bottom: 8px;
}

footer li {
    display: block;
}

footer .footer_left li a {
    display: inline-block;
    background: url(../images/Polygon.png) left center no-repeat;
    padding-left: 15px;
    transition: 0.4s;
}

footer a:hover {
    color: #008932;
}

footer .footer_right {
    width: 39%;
    float: right;
}

footer .social_icon {
    margin-top: 20px;
}

footer .social_icon li {
    display: inline-block;
    padding-right: 20px;
}

footer .social_icon li:last-child {
    padding-right: 0;
}

footer .social_icon a, footer .social_icon img {
    display: block;
}

footer .field {
    width: 100%;
    float: left;
}

footer .field input {
    border-radius: 19px;
    padding: 9px 18px;
    width: 264px;
    float: left;
    font-size: 16px;
    font-weight: 500;
    background: #ffffff;
    border: none;
}

footer .field input[type="submit"] {
    transition: 0.4s;
    padding: 6px 6px;
    width: 122px;
    float: left;
    background: transparent;
    color: #fff;
    border: 3px solid #fff;
    cursor: pointer;
    margin-left: 15px;
}

footer .field input[type="submit"]:hover {
    color: #3bcc86;
    border-color: #3bcc86;
}

footer ::placeholder {
    color: #3bcc86;
    opacity: 1;
}

footer :-ms-input-placeholder {
    color: #3bcc86;
}

footer ::-ms-input-placeholder {
    color: #3bcc86;
}

/* footer end */

.header.sticky .login_form * {
    transition: unset !important;
}

.image_box_new.mobile {
    display: none;
}

/* NINJA FORMS START */
.nf-form-content .listcheckbox-wrap li, .nf-form-content .listradio-wrap li {
    margin-right: 20px !important;
}

.textbox-wrap label, .email-wrap label {
    display: none;
}

.nf-form-content .textbox-wrap input[type="text"],
.nf-form-content .textbox-wrap input[type="text"]:focus,
.nf-form-content .email-wrap input[type="email"],
.nf-form-content .email-wrap input[type="email"]:focus {
    border-radius: 19px;
    padding: 9px 18px;
    /* max-width: 264px; */
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 500;
    background: #E1E8E4;
    border: none;
    margin: 0 10px 10px 0;
    height: 40px;
}

.nf-field .nf-error.field-wrap .nf-field-element:after {
    top: 0;
    right: 0;
    bottom: unset;
    height: 40px;
    width: 50px;
    line-height: 40px;
    border-radius: 0 25px 25px 0;
}

.nf-form-layout .nf-form-content .listcheckbox-wrap li, .nf-form-layout .nf-form-content .listradio-wrap li {
    margin-right: 20px !important;
}

.nf-form-layout .nf-form-content .submit-wrap input[type=button] {
    transition: 0.4s;
    padding: 6px 6px;
    max-width: 122px;
    width: 30%;
    float: left;
    background: #008932;
    border: 3px solid #008932;
    color: #fff;
    cursor: pointer;
    border-radius: 19px;
    height: 40px;
}

.nf-form-layout .nf-form-content .submit-wrap input[type=button]:hover {
    background: #fff;
    border: 3px solid #008932;
    color: #008932;
}

.nf-pass.field-wrap .nf-field-element:after {
    display: none !important;
}

.nf-breadcrumbs li a, .nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    border-radius: 19px;
    margin-right: 16px;
}

/* NINJA FORMS END */
.agenda_accordion .accordion-content-row {
    display: flex;
}

.agenda_accordion .accordion-hour {
    width: 25%;
}

.agenda_accordion .accordion-session {
    width: 75%;
}

/* Responsive Css Start */

@media only screen and (min-width: 1921px) {
    .layout {
        /* max-width: 1920px;
        margin: 0 auto;
        width: 100%; */
        overflow: hidden;
    }

    .header {
        /* max-width: 1920px; */
        max-width: 2141px;
        background-size: 100%;
        padding-right: 190px;
        margin: 0 auto;
        float: unset;
        left: 50%;
        transform: translateX(-50%);
    }

    /* .background_fixed_image {
        left: 50%;
        transform: translateX(-50%);
        max-width: 1920px;
    } */
    .history_slider_section .otherpublication_with_image {
        display: flex !important;
        align-items: center;
    }
}

@media only screen and (max-width: 1750px) {
    .two_column_box.event_circle .blog_card.top .card:nth-child(2) {
        min-height: 687px;
    }

    .working_paper_details .inner_section.papercover {
        max-width: calc(100% - 1018px);
    }

    .bg-blur {
        top: 849px;
    }

    h2 {
        font-size: 36px;
        line-height: 1.1;
    }

    h4, .blog_card .card h4, .home_page .blog_card .card h4 {
        font-size: 15px;
        line-height: 1.1;
    }

    .home_page .blog_card .card h4.bottom {
        font-size: 17px;
    }

    .wrapper {
        max-width: 1400px;
    }

    .other_pagelink .inner_part ul {
        max-width: 1400px;
    }

    .header {
        min-height: 224px;
    }

    .header .logo {
        width: 379px;
    }

    .header .right_part {
        width: calc(100% - 399px);
    }

    .header {
        padding-top: 15px;
    }

    .header h5 {
        margin-bottom: 10px;
    }

    .header .field {
        margin-bottom: 12px;
    }

    .header .menu_list li {
        padding-right: 30px;
    }

    .header .search {
        margin-bottom: 70px;
    }

    .blog_card .card {
        padding: 42px 30px;
    }

    .blog_section .blog_card:nth-child(2n) {
        margin-top: 150px;
    }

    .main_banner {
        min-height: 850px;
        padding-top: 240px;
    }

    .main_banner .slider_bg_outer .full_bg {
        min-height: 850px;
    }

    .main_banner::after {
        height: 250px;
    }

    .blog_card .card:nth-child(2) {
        top: 65px;
    }

    .blog_card .card:nth-child(3) {
        top: 132px;
    }

    .blog_section {
        margin-top: -70px;
        margin-bottom: 100px;
    }

    .blog_section .blog_card:first-child .card:nth-child(1) {
        margin-top: -125px;
    }

    .blog_section .blog_card.top {
        margin-top: -130px;
    }

    .blog_card .card_section {
        width: calc(100% - 360px);
    }

    .blog_card .button_section {
        width: calc(100% + 360px);
        top: 355px;
    }

    .blog_card .card {
        transform: skew(0deg, 11deg);
    }

    .blog_card .card .inner_card, .blog_section.blog_team .team_bg {
        transform: skew(0deg, -11deg);
    }

    .header.sticky {
        background-size: 40% 100%;
        min-height: 145px;
    }

    .blog_card .card_section {
        margin-top: -50px;
    }

    /* .main_banner.banner_com.sticky-top {
        min-height: 410px;
    } */
    .blog_post_details {
        margin-top: -350px;
    }

    .main_banner .banner_inner {
        margin-left: 100px;
    }

    .archive_description .wrapper {
        padding: 0 30px;
    }

    .archive_description .tab_body .left_image {
        width: 210px;
    }

    .archive_description .tab_body .right_text {
        width: calc(100% - 210px);
    }

    .two_column_box .blog_card .card_section {
        max-width: 1200px;
    }

    .two_column_box {
        margin-top: -70px;
    }

    .two_column_box .blog_card .card:nth-child(2) {
        top: 112px;
    }

    .two_column_box .blog_card:first-child .card:nth-child(1) {
        margin-top: -200px;
    }

    .news_post .blog_card:first-child .card:nth-child(1) {
        margin-top: -175px;
    }

    .otherpublication {
        margin-top: -320px;
    }

    .otherpublication .innet_section {
        padding: 130px 100px 130px 100px;
        width: 55%;
    }

    .otherpublication {
        padding-bottom: 80px;
    }

    .news_post .blog_card:nth-child(2n + 1) .card_section {
        margin-top: -60px;
    }

    .news_post {
        margin-top: -115px;
    }

    .news_post .card .blog_date {
        font-size: 18px;
    }

    .people_page .news_post {
        margin-top: -110px;
    }

    /* .news_post .blog_card .card {min-height: 550px;} */
    .otherpublication, .member_login_page .otherpublication, .search_page .otherpublication {
        padding-left: 0px;
    }

    .event_circle.two_column_box .event_card .image_card {
        width: 250px;
    }

    .event_circle.two_column_box .event_card .image_card img {
        width: 250px;
        height: 250px;
    }

    .event_circle.two_column_box .event_card .image_card .text_overlap h3 {
        font-size: 23px;
        padding: 0 15px;
    }

    .event_circle.two_column_box .event_card .grey {
        top: 154px;
        left: 300px;
    }

    .event_circle.two_column_box .event_card .red {
        top: 300px;
    }

    .event_circle.two_column_box .card .center_img {
        left: 196px;
        top: 232px;
    }

    .event_circle.two_column_box .bottom_text {
        left: 340px;
        top: 425px;
    }

    .event_circle.two_column_box .bottom_text p {
        line-height: 1.3;
    }

    .event_circle.two_column_box .card:nth-child(3) {
        padding: 55px 45px 60px !important;
        min-height: 660px !important;
    }

    .two_column_box.event_circle .card:nth-child(3) {
        /* margin-top: -140px; */
        /* alvaro 14042022 */
        margin-top: 0;
    }

    .event_circle.two_column_box .blog_card .card:nth-child(2) {
        top: 90px;
        /* height: 550px;
        alvaro 14042022 */
        height: auto;
    }

    .event_circle.two_column_box .card_section .card:nth-child(3) {
        padding-left: 70px !important;
    }

    /* .image_with_text .inner_text h2{margin-top: -95px;} */
    .team_information_section .image_with_text:nth-child(odd) .outer_section .content_box {
        left: 85px;
    }

    .otherpublication_with_image .image_box {
        right: -155px;
        width: 300px;
        height: 300px;
    }

    .otherpublication_with_image .innet_section {
        padding: 105px 90px 80px 90p;
    }

    .about_card_section .team_information_box .image_box {
        width: 300px;
        height: 300px;
    }

    .about_card_section .team_information_box:nth-child(odd) .content_box {
        padding-left: 60px;
    }

    .about_card_section .team_information_box:nth-child(even) .content_box {
        padding-right: 60px;
    }

    .about_card_section .team_information_box:nth-child(2n + 1) .image_box {
        left: -162px;
    }

    .about_card_section .team_information_box:nth-child(2n) .image_box {
        right: -162px;
    }

    .otherpublication_with_image {
        margin-top: -300px;
    }

    .otherpublication_with_image, .about_card_section .team_information_box {
        padding-bottom: 100px;
    }

    .testimonial_section.full_open .left_part {
        top: 0;
    }

    .project_left_right .image_box .image {
        width: 80%;
    }

    .about_card_section .team_information_box.single_box {
        padding-top: 100px;
    }

    .about_project_page .main_banner.banner_com .banner_inner {
        padding-left: 0px;
    }

    .roosevelt_inner_page {
        padding-bottom: 80px;
    }

    .faq_section .acc-title h5, .other_case {
        font-size: 30px;
    }

    .faq_section .acc-title {
        padding: 35px 55px;
    }

    .description_box_with_bg .skew_text {
        padding: 90px;
    }

    .two_column_full_bg .card {
        padding: 90px;
    }

    .faq.faqtop_banner {
        margin-top: -230px;
    }

    .workingpaper_card {
        margin-top: -155px;
    }

    .webinars_page .two_column_box .card_section .card:nth-child(2) {
        top: 100px;
    }

    .blog_section.three_column_card .card:nth-child(3) {
        top: 170px;
    }

    /* history page */
    .history_slider_section .otherpublication_with_image.layout_two .innet_section {
        width: 45%;
    }

    .history_slider_section .otherpublication_with_image.layout_three .innet_section, .history_slider_section .otherpublication_with_image.layout_three .left_inner_section {
        width: 45%;
    }

    .history_slider_section .otherpublication_with_image {
        padding: 100px 0 300px;
    }

    .history_slider_section .top_title {
        padding-left: 38px;
    }

    .history_slider_section .otherpublication_with_image.layout_one .innet_section {
        margin-left: 0;
    }

    .history_slider_section .otherpublication_with_image.layout_one .innet_section {
        padding: 70px 20px 60px 20px;
    }

    /* .history_slider_section .slick-dots,.history_slider_section .slick-next.slick-arrow,.history_slider_section .slick-prev.slick-arrow{bottom: 400px;} */
    /* research css  */
    .research_areas .inner_area, .research_faq .research_faq_section .accordian {
        padding-left: 100px;
    }

    .otherpublication_with_image.detail_top_section .card_two {
        width: calc(30% - 50px);
    }

    .blog_card .button_section {
        top: 250px;
    }

    .working_paper_details {
        padding: 275px 0 65px;
    }

    .working_paper_details h3 {
        margin-bottom: 20px;
    }

    .working_paper_details h4 {
        margin-bottom: 35px;
    }

    .working_paper_details .inner_section {
        margin-left: 108px;
    }

    .team_details_page .otherpublication_with_image.detail_top_section .card__image {
        margin-left: 50px;
        width: 400px;
        width: calc(30% - 50px);
    }

    .otherpublication_with_image.detail_top_section .card_two {
        width: calc(30% - 50px);
    }

    .team_details_page .otherpublication_with_image.detail_top_section .card__image .image_box_new.top_spc {
        margin-top: 150px;
    }

    .team_details_page .otherpublication_with_image .innet_section {
        width: 60%;
    }

    .team_details_page .otherpublication_with_image {
        margin-top: 0px;
    }

    .peoples_banner .right_part {
        transform: skew(0deg, 11deg);
        border-radius: 45px;
    }

    .peoples_banner .right_part .image_box {
        transform: skew(0deg, -11deg);
    }

    .otherpublication_with_image.detail_top_section .card_two {
        transform: skew(0deg, 11deg);
        border-radius: 45px;
    }

    .otherpublication_with_image.detail_top_section .text_box {
        transform: skew(0deg, -11deg);
    }

    .main_banner .slider_card {
        min-height: 350px;
    }
}

@media only screen and (max-width: 1500px) {
    .two_column_box.event_circle .blog_card.top .card:nth-child(2) {
        min-height: 587px;
    }

    #content .google-terms {
        width: 100%;
    }

    .page-template-template-newsletter .inner_card input[type="text"],
    .page-template-template-newsletter .inner_card input[type="email"],
    .page-template-template-newsletter .inner_card input[type="submit"] {
        width: 100%;
        max-width: 100%;
    }

    .working_paper_details .inner_section.papercover {
        max-width: calc(100% - 790px);
    }

    .bg-blur {
        top: 680px;
    }

    h1 {
        font-size: 45px;
        line-height: 1.1;
    }

    .main_banner h2 {
        font-size: 30px;
    }

    .wrapper {
        max-width: 1190px;
    }

    .other_pagelink .inner_part ul {
        max-width: 1190px;
    }

    .blog_card .card_section {
        width: calc(100% - 274px);
    }

    .blog_card .button_section {
        width: calc(100% + 270px);
    }

    .blog_card .card {
        padding: 50px 20px 80px;
    }

    .blog_card .button_section a {
        font-size: 15px;
        width: 220px;
        margin-right: 20px;
        padding-right: 30px;
    }

    .blog_section .blog_card:first-child .card:nth-child(1) {
        margin-top: -50px;
    }

    .blog_section .blog_card.top {
        margin-top: -90px;
    }

    .blog_card .button_section a:hover::before {
        right: -5px;
    }

    .blog_card .button_section a::before {
        background-size: 32px;
    }

    .blog_section .blog_card:nth-child(even) .button_section a {
        margin-left: 30px;
    }

    .header .login_form {
        width: 255px;
    }

    .header .login_form input {
        min-width: 170px;
    }

    .header .button_box .forget {
        min-width: auto;
    }

    .header .button_box .login {
        min-width: auto;
    }

    .header .navigation {
        width: calc(100% - 255px);
    }

    .header .menu_list li {
        padding-right: 12px;
    }

    .header .menu_list a {
        font-size: 15px;
    }

    .header .logo {
        width: 320px;
    }

    .header .right_part {
        width: calc(100% - 350px);
    }

    .header .search {
        margin-bottom: 60px;
    }

    .header.sticky {
        background-size: 40% 100%;
    }

    .main_banner {
        min-height: 760px;
    }

    .main_banner .slider_bg_outer .full_bg {
        min-height: 760px;
    }

    .main_banner.banner_com {
        min-height: 680px;
    }

    /* .blog_section {
        margin-top: -145px;
    } */
    .blog_section {
        margin-top: -80px;
    }

    .blog_card .card:nth-child(2) {
        top: 68px;
    }

    .blog_card .card:nth-child(3) {
        top: 135px;
    }

    .blog_card .button_section {
        min-height: 270px;
    }

    footer .field input {
        width: 60%;
    }

    footer .field input[type="submit"] {
        width: 38%;
        margin-left: 2%;
    }

    .banner_slider .slick-dots button {
        width: 10px;
        height: 10px;
    }

    .banner_slider .slick-dots li {
        margin: 0 6px;
    }

    .banner_slider .slick-dots {
        left: -76px;
        top: 61px;
    }

    .banner_slider .slick-next.slick-arrow {
        top: 136px;
    }

    footer .field input {
        font-size: 14px;
    }

    footer {
        margin-top: 170px;
    }

    footer::before {
        height: 170px;
        top: -170px;
    }

    /* .main_banner.sticky-top {
        min-height: 660px;
    } */
    .blog_card .card {
        border-radius: 45px;
    }

    .blog_card .card .image img {
        width: 110px;
    }

    .news_post .blog_card:first-child .card_section {
        margin-top: 30px !important;
    }

    .news_post .blog_card .card_section {
        margin-top: -50px;
    }

    .main_banner.banner_com .banner_inner {
        margin-left: 60px;
    }

    .blog_post_details .post_image {
        width: 350px;
        height: 350px;
    }

    .blog_post_details .post_details {
        width: calc(100% - 350px);
    }

    .blog_post_details {
        margin-top: -14%;
    }

    .main_banner.banner_com .banner_inner {
        max-width: 80%;
    }

    .main_banner .banner_inner {
        margin-left: 80px;
    }

    .authors_block .author_thumbnail {
        width: 180px;
    }

    .authors_block .author .author_info {
        width: calc(100% - 180px);
    }

    .authors_block h2 {
        font-size: 40px;
    }

    .blog_post_details .inner_text {
        padding-left: 20px;
    }

    .blog_post_details .inner_text {
        max-width: 310px;
    }

    .news_post .button_box {
        padding: 180px 0 0px;
    }

    footer .footer_left {
        width: 65%;
    }

    footer .footer_right {
        width: 32%;
    }

    footer .footer_card {
        width: 30%;
    }

    .workingpaper_card .innet_section {
        max-width: 920px;
    }

    .workingpaper_card {
        margin-top: -300px;
    }

    .archive_description a {
        font-size: 18px;
    }

    .pagination li a img {
        width: 12px;
    }

    .advance_search {
        padding-bottom: 100px;
    }

    .two_column_box {
        margin-top: -85px;
        padding-bottom: 40px;
    }

    .two_column_box .blog_card .card:nth-child(2) {
        top: 100px;
    }

    .two_column_box .blog_card:first-child .card:nth-child(1) {
        margin-top: -140px;
    }

    .two_column_box.event_circle .card_section .card:nth-child(2) {
        width: 60%;
    }

    .two_column_box.event_circle .card:nth-child(2) {
        margin-top: -140px;
    }

    .two_column_box .blog_card .card_section {
        max-width: 950px;
    }

    .login_form_global .field label {
        font-size: 18px;
    }

    .two_column_box .wrapper, .downloads_section .wrapper {
        padding: 0 60px;
    }

    .two_column_box .blog_card .card {
        padding: 80px 40px 80px;
    }

    .login_form_global {
        max-width: 100%;
    }

    .otherpublication {
        margin-top: -220px;
    }

    .otherpublication .innet_section {
        padding: 110px 80px 110px 60px;
        width: 65%;
    }

    .news_post {
        margin-top: -138px;
    }

    .news_post .blog_card:nth-child(2n + 1) .card_section {
        margin-top: -30px;
    }

    .news_post .blog_card:first-child .card:nth-child(1) {
        margin-top: -138px;
    }

    .blog_section {
        margin-bottom: 130px;
    }

    .subscribe_section .right_part {
        min-height: 280px;
    }

    .subscribe_section .left_part img {
        top: -30px;
        width: 350px;
        height: 350px;
    }

    .publication_page .blog_card .card_section {
        width: 90%;
    }

    /* .support_page .blog_card .card {min-height: 663px;} */
    .associates_current .outer_part {
        max-width: 100%;
    }

    .associates_page .otherpublication .innet_section {
        width: 45%;
        padding: 100px 55px 130px 55px;
    }

    .associates_green .left_inner_text {
        padding-left: 55px;
    }

    .people_page .news_post .blog_card .card {
        min-height: 530px;
    }

    .event_circle.two_column_box .card_section {
        max-width: 100% !important;
    }

    .event_circle.two_column_box .card_section .card:nth-child(3) {
        width: 60%;
    }

    .event_circle.two_column_box .card_section .card {
        width: 38%;
    }

    .two_column_box.event_circle .card:nth-child(3) {
        margin-left: 40%;
        /* margin-top: -55px; */
        /* alvaro 14042022 */
        margin-top: 0;
    }

    .event_circle.two_column_box .event_card .image_card {
        width: 200px;
    }

    .event_circle.two_column_box .event_card .image_card img {
        width: 200px;
        height: 200px;
    }

    .event_circle.two_column_box .event_card .image_card .text_overlap h3 {
        font-size: 20px;
    }

    .event_circle.two_column_box .event_card .grey {
        top: 130px;
        left: 250px;
    }

    .event_circle.two_column_box .event_card .red {
        top: 250px;
    }

    .event_circle.two_column_box .card .center_img {
        left: 166px;
        top: 196px;
    }

    .event_circle.two_column_box .card .center_img img {
        width: 60px;
    }

    .event_circle.two_column_box .bottom_text {
        left: 250px;
        top: 345px;
    }

    .event_circle.two_column_box .card_section .card:nth-child(2) {
        padding-left: 45px !important;
        height: auto;
    }

    .event_circle.two_column_box .event_card {
        margin-top: 0 !important;
    }

    .blog_section.event_circle {
        margin-bottom: 80px;
    }

    .team_information_box .innet_section {
        padding: 100px 55px 100px 55px;
    }

    .team_information_box {
        margin-top: -180px;
    }

    .image_with_text .content_box {
        left: 0;
    }

    .image_with_text .image_box img {
        width: 420px;
    }

    .image_with_text .image_box .image {
        top: -40px;
    }

    .image_with_text .image_box {
        width: 45%;
    }

    .image_with_text .text_box {
        width: 55%;
    }

    .image_with_text .content_box .image_card img {
        width: 100%;
        height: 100%;
    }

    .image_with_text .content_box .image_card {
        width: 220px;
        height: 220px;
    }

    .image_with_text .content_box .image_card.reload {
        width: 90px;
        height: 90px;
        background-size: 30px;
    }

    .image_with_text .content_box .image_card.one {
        top: -95px;
    }

    .image_with_text .content_box .image_card.two {
        top: 175px;
    }

    .image_with_text .content_box .image_card.three {
        left: 284px;
    }

    .team_information_section .image_with_text:nth-child(odd) .outer_section .content_box {
        left: -45px;
    }

    .otherpublication_with_image .innet_section {
        padding: 118px 55px 80px 55px;
        width: 55%;
    }

    .otherpublication_with_image .image_box {
        right: -130px;
        width: 250px;
        height: 250px;
    }

    .otherpublication_with_image .btn_box a {
        font-size: 16px;
    }

    .about_card_section .team_information_box .image_box {
        width: 250px;
        height: 250px;
    }

    .team_information_box .innet_section {
        width: 55%;
    }

    .otherpublication_with_image {
        margin-top: -215px;
    }

    .otherpublication_with_image, .about_card_section .team_information_box {
        padding-bottom: 80px;
    }

    .team_information_box .innet_section {
        padding: 75px 55px 75px 55px;
    }

    .about_card_section .team_information_box:nth-child(2n + 1) .image_box {
        left: -145px;
    }

    .about_card_section .team_information_box:nth-child(2n) .image_box {
        right: -145px;
    }

    .team_information_box .Bg_text_box {
        min-height: 320px;
    }

    .evidence_action .btn_three {
        font-size: 16px;
    }

    .testimonial_section {
        top: 62px;
    }

    .page-template-template-cate .testimonial_section {
        margin-top: -122px;
    }

    .testimonial_section .left_part .image_box img {
        width: 360px;
    }

    .testimonial_section h3 {
        font-size: 20px;
    }

    .testimonial_section .right_part {
        width: 58%;
    }

    .testimonial_section .right_part {
        padding: 60px;
    }

    .testimonial_section .right_part p {
        font-size: 18px;
    }

    .testimonial_section .text_box::before {
        background-size: 35px;
        left: -50px;
    }

    .testimonial_section .text_box::after {
        background-size: 35px;
        right: -50px;
    }

    .testimonial_section.full_open .left_part {
        width: 52%;
    }

    .project_left_right .text_box {
        padding-bottom: 30px;
    }

    .project_left_right .text_box {
        width: 48%;
    }

    .project_left_right .image_box .image {
        top: -55px;
    }

    .testimonial_section.full_open .left_part {
        top: -68px;
    }

    .other_pagelink li a {
        font-size: 16px;
    }

    .other_pagelink li a {
        padding-right: 50px;
        background-size: 35px;
        background-position: right 10px center;
    }

    .project_left_right {
        padding-bottom: 50px;
    }

    .about_card_section .team_information_box.single_box {
        padding-top: 80px;
    }

    .about_card_section .team_information_box.single_box .innet_section {
        padding: 60px 55px 130px 55px;
    }

    .project_left_right.opposite_section .outer_section {
        width: 100%;
        float: right;
    }

    .roosevelt_inner_page .otherpublication {
        width: 58%;
    }

    .roosevelt_inner_page .otherpublication .innet_section {
        padding: 80px 60px 80px 60px;
    }

    .roosevelt_inner_page .otherpublication p strong {
        font-size: 18px;
    }

    .roosevelt_inner_page .otherpublication .image_with_textbox {
        padding-top: 10px;
    }

    .roosevelt_inner_page .otherpublication .image_with_textbox .card_repeat {
        margin-bottom: 10px;
    }

    .roosevelt_inner_page .otherpublication .card_repeat .right_text {
        width: 77%;
    }

    .roosevelt_inner_page .rightpart_content {
        width: 36%;
        margin-left: 60px;
        margin-top: 60px;
    }

    .project_left_right.opposite_section .text_box {
        padding-left: 80px;
    }

    .project_left_right .image_box .image {
        left: 103px;
    }

    .roosevelt_inner_page {
        padding-bottom: 50px;
    }

    .first_phase {
        padding-top: 40px;
    }

    .evidence_action .right_part {
        padding-right: 40px;
    }

    .mapimage_text .inner_section .left_image {
        margin-top: -60px;
    }

    .mapimage_text .inner_section .right_text {
        margin-left: 80px;
    }

    .faq_section .acc-items:first-child .acc-title.active::before {
        top: -150px;
        height: 275px;
    }

    .mapimage_text {
        margin-bottom: 70px;
    }

    .faq_section .acc-title h5, .other_case {
        font-size: 26px;
    }

    /* .news_post.opportunities_card_section .blog_card .card{min-height: 725px;} */
    .news_post.opportunities_card_section .blog_card .card h2 {
        font-size: 30px;
    }

    .description_box_with_bg .skew_text {
        padding: 90px 65px;
    }

    .description_box_with_bg .left_text {
        height: 270px;
    }

    .two_column_full_bg .card {
        padding: 65px;
    }

    .faculty_executive li {
        font-size: 16px;
        list-style: 1.1;
    }

    .faculty_executive .card {
        padding-left: 0;
        width: 360px;
    }

    .faculty_executive .card:last-child {
        padding-left: 40px;
    }

    .description_box_with_bg .left_text {
        top: 25%;
    }

    .faculty_executive ul::before {
        right: 68px;
    }

    .faq.faqtop_banner {
        margin-top: -171px;
    }

    .faqtop_banner .faq_section .accordian {
        max-width: 900px;
    }

    .faqtop_banner .image_with_textbox {
        max-width: 100%;
    }

    .description_box_with_bg .content_box_bottom {
        top: 530px;
    }

    .workingpaper_card {
        margin-top: -85px;
    }

    .blog_section.full_width.three_column_card {
        margin-bottom: 150px;
    }

    .case_studies_card .right_part {
        min-height: 270px;
    }

    .case_studies_card .left_part img {
        top: -75px;
    }

    .case_studies_card .right_part a {
        font-size: 16px;
    }

    .case_studies_card .card {
        margin: 90px 0;
    }

    .webinars_page .two_column_box .card_section .card {
        width: 35%;
    }

    .webinars_page .two_column_box .card_section .card:nth-child(2) {
        top: 88px;
    }

    .webinars_page .blog_card .card .inner_card .text_box {
        padding-top: 0;
    }

    .otherpublication_with_image.two_column_banner .innet_section {
        padding: 80px 60px 130px 60px;
    }

    .otherpublication_with_image.two_column_banner .left_inner_section {
        padding: 80px 60px 130px 60px;
    }

    .otherpublication_with_image.two_column_banner .left_inner_section {
        top: 128px;
    }

    .otherpublication_with_image.two_column_banner {
        padding-bottom: 150px;
    }

    .otherpublication_with_image.two_column_banner .left_inner_section {
        min-height: 658px;
    }

    .description_box_with_bg.only_text_box .left_text {
        padding-left: 100px;
    }

    .description_box_with_bg.only_text_box a {
        font-size: 16px;
    }

    .blog_section.three_column_card .card:nth-child(3) {
        top: 150px;
    }

    /* case study pages css  */
    .mapimage_text .inner_section {
        padding: 90px 0 90px 60px;
    }

    /* history page */
    .history_slider_section .otherpublication_with_image .innet_section {
        padding: 60px 50px 60px 20px;
    }

    .history_slider_section .otherpublication_with_image.layout_three .innet_section, .history_slider_section .otherpublication_with_image.layout_three .left_inner_section {
        padding: 65px 60px 65px 20px;
    }

    .history_slider_section .otherpublication_with_image.layout_one .innet_section {
        padding: 60px 20px 60px 20px;
    }

    .history_slider_section .otherpublication_with_image.layout_three .left_inner_section {
        left: -40px;
    }

    .history_slider_section .otherpublication_with_image.layout_three.layout_four .left_inner_section {
        padding: 90px 115px 90px 20px;
    }

    /* research css  */
    .research_areas .inner_area, .research_faq .research_faq_section .accordian {
        padding-left: 0px;
    }

    .research_faq .acc-content .image_gallery .text_overlap h3 {
        font-size: 22px;
    }

    /* .history_slider_section{margin-bottom: -170px;} */
    .otherpublication_with_image.detail_top_section .card_two {
        width: calc(45% - 140px);
        margin-left: 140px;
    }

    .otherpublication_with_image.detail_top_section .card_two {
        padding: 55px 40px 55px 40px;
    }

    .otherpublication_with_image.detail_top_section .card_two .btn_three {
        font-size: 16px;
    }

    .image_with_text .inner_text h2 {
        font-size: 38px;
        line-height: 45px;
    }

    .team_information_section .image_with_text.single_image .image {
        top: -110px;
    }

    .image_with_text {
        padding: 120px 0;
    }

    /* new css */
    .image_with_text .inner_text {
        max-width: 85%;
    }

    .people_page .news_post .card .btn_three {
        font-size: 15px;
        line-height: 1.3;
    }

    .btn_three {
        font-size: 16px;
    }

    .history_slider_section {
        margin-bottom: -280px;
    }

    .history_slider_section .otherpublication_with_image {
        padding: 150px 0 480px;
    }

    .history_slider_section .otherpublication_with_image {
        height: 100%;
    }

    .history_slider_section .slick-dots, .history_slider_section .slick-next.slick-arrow, .history_slider_section .slick-prev.slick-arrow {
        bottom: 520px;
    }

    .history_slider_section .slick-prev.slick-arrow {
        left: 40px;
    }

    .history_slider_section .slick-next.slick-arrow {
        left: 370px;
    }

    .history_slider_section .slick-dots {
        left: 50px;
    }

    /* .team_information_box .content_box p{font-size: 18px;line-height: 28px;} */
    .blog_card .button_section {
        top: 315px;
    }

    .blog_section.blog_team .team_bg {
        height: 200px;
    }

    .blog_section.blog_team .blog_card .card .inner_card {
        margin-top: 136px;
    }

    .blog_card .card p {
        line-height: 22px;
    }

    .blog_card .button_section {
        min-height: 320px;
    }

    .blog_card .button_section {
        min-height: 220px;
        border-radius: 42px;
    }

    .blog_card .button_section::before {
        left: -990%;
    }

    .blog_section .blog_card:nth-child(2n) .button_section {
        border-radius: 42px;
    }

    .blog_section .blog_card:nth-child(2n) .button_section::before {
        right: -990%;
    }

    /* .two_column_box .blog_card:first-child .card.dark{margin-top: 200px !important;}
    .two_column_box .blog_card:first-child .card.set{margin-top: -328px ;}
    .two_column_box .blog_card:first-child .card.dark.dark2{margin-top: 450px !important;}
    .two_column_box .blog_card:first-child .card.set.set2{margin-top: -588px ;} */
    .working_paper_details .inner_section {
        margin-left: 80px;
    }

    .main_banner.peoples_banner .banner_inner {
        max-width: 45%;
    }

    .team_details_page .otherpublication_with_image.detail_top_section .card_two {
        margin-left: 70px;
    }

    .team_details_page .otherpublication_with_image.detail_top_section .card__image .image_box_new {
        margin-top: 0;
    }

    .otherpublication_with_image.detail_top_section .card_two {
        width: calc(35% - 70px);
    }

    .team_details_page .otherpublication_with_image.detail_top_section .card__image {
        margin-left: 70px;
        width: 400px;
        width: calc(35% - 70px);
    }

    .peoples_banner .right_part {
        width: 320px;
        height: 350px;
    }

    .team_details_page .otherpublication_with_image.detail_top_section .card_two {
        top: -68px;
    }

    .history_page .otherpublication_with_image .innet_section {
        transform: skew(0deg, 11deg);
        border-radius: 45px;
    }

    .history_page .otherpublication_with_image .content_box {
        transform: skew(0deg, -11deg);
    }

    .history_page .otherpublication_with_image .innet_section {
        transform: skew(0deg, 11deg);
        border-radius: 45px;
    }

    .history_page .otherpublication_with_image .image_box {
        transform: translateY(-50%) skew(0deg, -11deg);
    }

    .history_slider_section .otherpublication_with_image.layout_two .three_image_box img {
        width: 150px;
    }

    .history_slider_section .otherpublication_with_image.layout_three .wrapper {
        justify-content: center;
    }

    .history_slider_section .otherpublication_with_image.layout_three .innet_section, .history_slider_section .otherpublication_with_image.layout_three .left_inner_section {
        width: 48%;
    }

    .history_slider_section .otherpublication_with_image.layout_three .left_inner_section {
        top: 80px;
    }

    .history_slider_section .otherpublication_with_image.layout_four .left_inner_section {
        margin-right: 40px;
    }

    .history_slider_section .otherpublication_with_image.layout_four .left_inner_section .image_box {
        margin-right: -40px;
    }

    .history_slider_section .otherpublication_with_image .image_box img {
        border-radius: 20px;
    }

    .history_slider_section .otherpublication_with_image .image_box {
        width: 160px;
    }

    .history_slider_section .otherpublication_with_image.layout_four .left_inner_section .image_box {
        right: -40px;
    }

    .history_slider_section .otherpublication_with_image.layout_five::before {
        height: calc(100% + 500px);
    }

    .history_slider_section .top_title {
        margin-top: 12px;
    }

    .history_slider_section .otherpublication_with_image.layout_one .innet_section {
        margin-top: 165px;
    }

    .history_slider_section .slick-dots li {
        margin: 0 6px;
    }

    .history_slider_section .slick-next.slick-arrow {
        left: 300px;
    }

    .history_slider_section .layout_five .full_width_content .card {
        padding: 25px 0;
    }

    .history_slider_section .layout_five .full_width_content li {
        font-size: 16px;
    }

    .history_slider_section .otherpublication_with_image.layout_three.single_card .left_inner_section {
        top: 0;
    }

    .history_slider_section p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1250px) {
    .two_column_box.event_circle .blog_card.top .card:nth-child(2) {
        min-height: 447px;
    }

    .image_box_new.desktop {
        display: none;
    }

    .image_box_new.mobile {
        display: block;
        max-width: 650px;
    }

    .image_box_new.mobile img {
        box-shadow: 0 3px 46px rgb(0 0 0 / 10%);
        border-radius: 10px;
    }

    .working_paper_details .inner_section.papercover {
        max-width: unset;
    }

    .bg-blur {
        top: 640px;
    }

    .home_page .blog_section {
        margin-top: -35px;
    }

    .header .search {
        margin-bottom: 50px;
    }

    .banner_com h6 {
        font-size: 16px;
    }

    h1 {
        font-size: 38px;
    }

    .wrapper {
        max-width: 900px;
    }

    .other_pagelink .inner_part ul {
        max-width: 900px;
    }

    .first_phase .inner_content {
        max-width: 100%;
    }

    .header h5 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .header .login_form label, .header .login_form .login-submit input, .header .login_form .login-register-lost-password a {
        font-size: 10px;
    }

    .header .button_box .login, .header .button_box .forget {
        padding: 2px 10px;
    }

    .header .login_form .button_box {
        margin-top: 10px;
    }

    .header .login_form {
        width: 221px;
    }

    .header .logo {
        width: 190px;
    }

    .header .right_part {
        width: calc(100% - 210px);
    }

    .header .navigation {
        width: calc(100% - 225px);
    }

    .header .login_form input {
        min-width: 150px;
        padding: 2px 10px;
    }

    .header .field {
        margin-bottom: 8px;
    }

    .header .menu_list a {
        font-size: 13px;
    }

    .header .menu_list li {
        padding-right: 6px;
    }

    .header .menu_list li {
        padding-right: 6px;
    }

    .header {
        min-height: 175px;
    }

    .header.sticky {
        min-height: unset;
        background-size: 34% 71%;
    }

    .header .menu_list li ul, .header .menu_list li li ul {
        min-width: 150px;
        max-width: 150px;
    }

    .header .menu_list li li ul {
        left: 115px;
    }

    .header .menu_list li li {
        margin-bottom: 10px;
    }

    .header .login_form .login-submit input {
        min-width: 60px;
    }

    .header .login_form .login-register-lost-password a {
        min-width: 125px;
    }

    .header .login_form p {
        line-height: 1;
    }

    .header .login_form .wppb-error {
        margin-bottom: 2px;
    }

    .event_circle.two_column_box .content_box p:empty {
        display: none;
    }

    .event_circle.two_column_box .card {
        padding: 55px 25px 55px !important;
    }

    .event_circle.two_column_box .event_card .image_card img {
        width: 100%;
        height: 100%;
    }

    .event_circle.two_column_box .event_card .image_card {
        width: 150px;
    }

    .event_circle.two_column_box .event_card .image_card .text_overlap h3 {
        font-size: 18px;
    }

    .event_circle.two_column_box .event_card .red {
        top: 200px;
    }

    .event_circle.two_column_box .event_card .grey {
        top: 105px;
        left: 200px;
    }

    .event_circle.two_column_box .card .center_img {
        left: 123px;
        top: 148px;
    }

    .event_circle.two_column_box .bottom_text {
        max-width: 225px;
        left: 180px;
        top: 270px;
    }

    .event_circle.two_column_box .blog_card .card .bottom_text p {
        font-size: 14px;
        line-height: 19px;
    }

    .event_circle.two_column_box .card_section .card:nth-child(3) {
        padding-left: 30px !important;
    }

    .event_circle.two_column_box .blog_card .card:nth-child(3) {
        top: 153px;
    }

    .event_circle.two_column_box {
        margin-top: -50px;
    }

    /* .event_circle .event_card{margin-top: 40px !important;} */
    .news_post .blog_card:nth-child(2n + 1) .card_section {
        margin-top: 35px;
    }

    .main_banner {
        min-height: 620px;
        padding: 180px 0 0;
    }

    .main_banner .slider_bg_outer .full_bg {
        min-height: 620px;
    }

    .main_banner h2 {
        font-size: 26px;
        line-height: 1.2;
    }

    /* .main_banner.sticky-top {
        min-height: 500px;
    } */
    .btn_one {
        font-size: 15px;
    }

    .main_banner .banner_inner {
        margin-left: 50px;
    }

    .blog_card .card_section {
        width: 100%;
    }

    .blog_card .button_section {
        width: 100%;
        position: static;
        float: left;
        margin-top: -30px;
    }

    .blog_card .button_section {
        justify-content: flex-start;
    }

    .blog_card .button_section a {
        width: 25%;
    }

    .blog_card .card {
        padding: 50px 30px 60px;
    }

    .blog_section .blog_card:nth-child(2n) {
        margin-top: 0;
    }

    .blog_section {
        margin-bottom: 80px;
    }

    .blog_section.news_post .blog_card:nth-child(2n) {
        margin-top: 80px;
    }

    .news_post .blog_card:first-child .card_section {
        margin-top: 80px !important;
    }

    footer .footer_left {
        width: 100%;
    }

    footer .footer_right {
        width: 50%;
        margin-top: 30px;
    }

    footer h3 {
        font-size: 20px;
        line-height: 1.2;
    }

    footer {
        padding-bottom: 40px;
    }

    /* case study pages css  */
    .mapimage_text {
        margin-bottom: 60px;
    }

    .mapimage_text .inner_section .right_text {
        margin-left: 40px;
        width: 70%;
    }

    .mapimage_text .inner_section .left_image {
        margin-top: -45px;
    }

    .otherpublication {
        padding-bottom: 60px;
    }

    .faq_section .acc-items:first-child .acc-title.active::before {
        top: -130px;
        height: 210px;
    }

    .faq .card .btn_three {
        font-size: 16px;
    }

    .faq_section .acc-title h5, .other_case {
        font-size: 25px;
    }

    .other_pagelink li {
        margin-bottom: 15px;
    }

    /* about the project css  */
    .roosevelt_inner_page .rightpart_content {
        margin-left: 40px;
    }

    .roosevelt_inner_page .otherpublication p strong br {
        display: none;
    }

    .project_left_right.opposite_section .text_box {
        padding-left: 60px;
    }

    .project_left_right.opposite_section .inner_text {
        max-width: 454px;
    }

    .project_left_right.opposite_section .text_box {
        width: calc(100% - 450px);
    }

    .project_left_right {
        padding: 114px 0 40px;
    }

    .project_left_right.opposite_section .image_box {
        width: 450px;
    }

    .roosevelt_inner_page .otherpublication .innet_section {
        padding: 80px 35px 80px 30px;
    }

    .main_banner.banner_com .banner_inner {
        margin-left: 35px;
    }

    .main_banner.banner_com {
        min-height: 640px;
    }

    .main_banner::after {
        height: 185px;
    }

    .testimonial_section .left_part {
        width: 30%;
    }

    .testimonial_section .right_part {
        width: 64%;
    }

    .testimonial_section .right_part {
        padding: 30px;
        padding-top: 122px;
    }

    .testimonial_section.full_open .left_part .image_box img {
        width: 140px;
    }

    .testimonial_section.full_open .left_part {
        top: 0;
    }

    .testimonial_section.full_open .left_part .image_box .title_box {
        padding-bottom: 30px;
    }

    .roosevelt_page .project_left_right .image_box .image {
        left: 30px;
    }

    /* our impact css  */
    .evidence_action .right_part {
        padding-right: 0;
    }

    .evidence_action {
        padding-top: 10px;
    }

    .ourimpact_page .evidence_action .left_part img {
        border-radius: 30px;
    }

    .evidence_action h2 {
        font-size: 34px;
    }

    /* case study css */
    .case_studies_card .left_part img {
        top: -64px;
        width: 370px;
        height: 370px;
    }

    .case_studies_card .left_part {
        width: 370px;
    }

    .case_studies_card .right_part {
        width: calc(100% - 385px);
    }

    .otherpublication .innet_section {
        padding: 110px 50px 110px 40px;
    }

    /* about page */
    .team_information_box .innet_section {
        width: 60%;
    }

    .otherpublication_with_image .btn_box {
        margin-top: 5px;
    }

    /* associates css */
    .associates_green .left_inner_text {
        padding-left: 0;
    }

    .associates_green .right_text {
        width: 55%;
    }

    .associates_green .skew_text {
        padding: 90px 55px;
    }

    .associates_current {
        padding: 40px 0 80px;
    }

    /* newsletter css */
    .two_column_box {
        margin-top: -40px;
    }

    .two_column_box .blog_card .card_section {
        max-width: 100%;
        width: 100%;
    }

    .login_form_global .field label {
        width: 100%;
        padding-bottom: 5px;
        float: left;
    }

    .login_form_global .field input {
        min-width: 100%;
        float: left;
        width: 100%;
    }

    .login_form_global {
        padding-top: 0px;
    }

    .downloads_section .wrapper {
        padding: 0 40px;
    }

    .two_column_box .blog_card .card:nth-child(1) p:empty {
        display: none;
    }

    .two_column_box .wrapper {
        padding: 0;
    }

    /* history two css */
    .description_box_with_bg .left_inner_text {
        padding-left: 60px;
    }

    .description_box_with_bg.left_align .left_inner_text {
        padding-right: 60px;
    }

    .description_box_with_bg .image_box {
        top: 12px;
    }

    .description_box_with_bg .skew_text {
        padding: 90px 45px;
    }

    .description_box_with_bg .right_text {
        width: 55%;
    }

    .description_box_with_bg .content_box_bottom {
        width: 40%;
    }

    .two_column_full_bg .card {
        padding: 55px 45px;
    }

    .two_column_full_bg .card .inner_text h2 {
        font-size: 30px;
    }

    .two_column_full_bg {
        transform: skew(0deg, 5deg);
        margin: 190px 0 50px;
    }

    .two_column_full_bg .skew_remove {
        transform: skew(0deg, -5deg);
    }

    .two_column_full_bg .card_outer {
        margin-top: 0;
    }

    /* pepole main css */
    .team_information_section .image_with_text .inner_text p {
        font-size: 18px;
        line-height: 27px;
    }

    .team_information_section .image_with_text .text_box {
        min-height: 280px;
    }

    .team_information_section .image_with_text .inner_text {
        padding-right: 30px;
    }

    .team_information_section .image_with_text .content_box .image_card {
        width: 150px;
        height: 150px;
    }

    .team_information_section .image_with_text .content_box .image_card.reload {
        width: 60px;
        height: 60px;
        background-size: 20px !important;
        top: 100px;
        left: 116px;
    }

    .team_information_section .image_with_text .content_box .image_card .text_overlap h3 {
        font-size: 18px;
    }

    .team_information_section .image_with_text .content_box .image_card.one {
        top: -38px;
    }

    .team_information_section .image_with_text .content_box .image_card.two {
        top: 150px;
    }

    .team_information_section .image_with_text .content_box .image_card.three {
        left: 178px;
        top: 55px;
    }

    .team_information_section .image_with_text .content_box .image_card {
        left: 20px;
    }

    .team_information_section .image_with_text .image_box {
        width: 333px;
    }

    .team_information_section .image_with_text .text_box {
        width: calc(100% - 333px);
    }

    .team_information_section .image_with_text {
        padding: 100px 0;
    }

    .team_information_section .image_with_text .image_box .image {
        top: 0;
    }

    .team_information_section .image_with_text:nth-child(2n + 1) .outer_section .content_box {
        left: 0;
    }

    .team_information_section .image_with_text .inner_text {
        padding-left: 30px;
    }

    .team_information_section .image_with_text .inner_text .btn_box a {
        font-size: 18px;
    }

    /* support css  */
    .support_page .two_column_box .blog_card .card p:empty {
        display: none;
    }

    /* news details css  */
    .wrapper_small {
        max-width: 800px;
    }

    .blog_post_details .inner_text {
        max-width: 380px;
    }

    /* search css  */
    .search_page .otherpublication .innet_section {
        width: 80%;
    }

    .search_form .field input[type="submit"] {
        float: left;
        margin-left: 20px;
    }

    /* working paper css  */
    .archive_description .tab_header ul {
        display: unset;
    }

    .archive_description .tab_header li {
        width: auto;
        float: left;
        padding-bottom: 10px;
        margin-bottom: 0;
    }

    .advance_search .field input[type="submit"] {
        margin-top: 20px;
    }

    .workingpaper_card .innet_section {
        max-width: 100%;
        padding: 30px 40px 40px 40px;
    }

    .workingpaper_card .innet_section::before {
        height: 300px;
        top: -145px;
    }

    .archive_description .wrapper, .archive_description h3 {
        padding: 0;
    }

    .archive_description .tab_header {
        padding: 0 10px;
    }

    .pagination {
        padding: 45px 0 55px;
    }

    /* other events css  */
    .faq_archives .faqarchives_section {
        padding-left: 0;
        max-width: 100%;
    }

    /* research workshop css  */
    .blog_section.full_width.three_column_card .blog_card .card {
        width: 48%;
    }

    .blog_section.full_width.three_column_card .blog_card .card:nth-child(2) {
        top: 92px;
    }

    .blog_section.three_column_card .blog_card .card_section {
        align-items: unset;
    }

    .blog_section.three_column_card .blog_card .card:nth-child(3) {
        width: 70%;
        float: left;
        top: unset;
        margin-top: 60px;
    }

    .blog_section.full_width.three_column_card {
        margin-bottom: 60px;
    }

    .blog_section.full_width.three_column_card .blog_card .card .text_box {
        padding-top: 20px;
    }

    /* histery page */
    .history_slider_section .otherpublication_with_image.layout_one .innet_section {
        width: 100%;
    }

    .history_slider_section .otherpublication_with_image.layout_two .three_image_box {
        width: calc(100% - 220px);
        float: unset;
        margin: 0 auto 80px;
    }

    .history_slider_section .otherpublication_with_image.layout_two .three_image_box img {
        width: auto;
        max-width: 100%;
    }

    .history_slider_section .otherpublication_with_image.layout_two .innet_section, .history_slider_section .otherpublication_with_image.layout_four .left_inner_section {
        margin-right: 0px;
    }

    .history_slider_section .otherpublication_with_image.layout_two .innet_section {
        width: 100%;
    }

    .history_slider_section .otherpublication_with_image .innet_section {
        padding: 90px 72px 90px 20px;
    }

    .history_slider_section .otherpublication_with_image.layout_three .innet_section, .history_slider_section .otherpublication_with_image.layout_three .left_inner_section {
        width: 50%;
    }

    .history_slider_section .otherpublication_with_image.layout_three .innet_section, .history_slider_section .otherpublication_with_image.layout_three .left_inner_section {
        padding: 65px 45px 65px 20px;
    }

    .history_slider_section .otherpublication_with_image.layout_three .left_inner_section {
        left: 0px;
        top: 0px;
        margin-top: 35px;
    }

    .history_slider_section .otherpublication_with_image.layout_three.layout_four .innet_section, .history_slider_section .otherpublication_with_image.layout_three.layout_four .left_inner_section {
        width: 100%;
    }

    .history_slider_section .otherpublication_with_image.layout_three .innet_section, .history_slider_section .otherpublication_with_image.layout_three .left_inner_section {
        width: 100%;
    }

    .history_slider_section .otherpublication_with_image.layout_three .inner_text {
        padding: 60px 20px;
    }

    .history_slider_section .otherpublication_with_image .wrapper {
        padding: 0 100px;
    }

    .history_slider_section .otherpublication_with_image.layout_three .left_inner_section {
        transform: skew(0deg, 13deg);
    }

    .history_slider_section .otherpublication_with_image.layout_three .image_box {
        transform: translateY(-50%) skew(0deg, -13deg);
    }

    .history_slider_section .otherpublication_with_image.layout_three .inner_text {
        transform: skew(0deg, -13deg);
    }

    .history_slider_section .otherpublication_with_image {
        padding: 150px 0 500px;
    }

    .history_slider_section .top_title {
        margin-top: -38px;
    }

    .history_slider_section .otherpublication_with_image.layout_one .innet_section {
        margin-top: 130px;
    }

    .history_slider_section .layout_five .full_width_content li {
        width: 22%;
        margin-bottom: 20px;
        line-height: 1.3;
    }

    .history_slider_section .otherpublication_with_image.layout_four .left_inner_section .image_box {
        top: 50%;
    }

    .history_slider_section .otherpublication_with_image.layout_four .left_inner_section .image_box {
        right: -40px;
    }

    .history_slider_section .otherpublication_with_image.layout_three.layout_four .left_inner_section {
        padding: 90px 86px 90px 20px;
    }

    /* research css  */
    .research_areas .inner_area, .research_faq .research_faq_section .accordian {
        max-width: 100%;
    }

    .research_faq .acc-content .image_gallery .text_overlap h3 {
        font-size: 18px;
    }

    .otherpublication_with_image.detail_top_section .card_two {
        width: 55%;
        margin-left: 0;
        margin-top: 40px;
    }

    .team_details_page .otherpublication_with_image.detail_top_section .card__image {
        margin-left: 35px;
        width: 55%;
    }

    .team_details_page .otherpublication_with_image.detail_top_section .card__image .image_box_new {
        margin-top: 60px;
    }

    .image_with_text .inner_text {
        max-width: 100%;
    }

    .image_with_text .inner_text h2 {
        font-size: 30px;
        line-height: 1.1;
    }

    .team_information_section .image_with_text .inner_text .btn_box a {
        font-size: 16px;
    }

    .team_information_section .image_with_text .inner_text p, .team_information_box .content_box p {
        font-size: 16px;
        line-height: 25px;
    }

    .team_information_section .image_with_text .content_box {
        top: 18px;
    }

    .team_information_section .image_with_text .image_box .image {
        top: -50px;
    }

    .team_information_section .image_with_text {
        padding: 80px 0;
    }

    .about_card_section .Bg_text_box .btn_three {
        font-size: 16px;
    }

    .about_card_section .team_information_box:nth-child(2n) .Bg_text_box .btn_three {
        right: 30px;
    }

    .publication_card_btn .blog_card .card {
        width: 48%;
    }

    .publication_card_btn .blog_card .card:nth-child(3) {
        top: unset;
        margin-top: 20px;
    }

    .event_circle.two_column_box .card_section .card {
        width: 49%;
    }

    .event_circle.two_column_box .blog_card .card:nth-child(3) {
        width: 49%;
        margin-left: 51%;
        margin-top: -42px;
        min-height: 535px !important;
    }

    .event_circle.two_column_box .card_section .card:nth-child(2) {
        margin-right: 0;
        width: 48%;
    }

    .event_circle.two_column_box .bottom_text {
        max-width: 208px;
    }

    .advance_search .field .select_content ul {
        width: 494px;
    }

    .advance_search .field .select_content li {
        padding-right: 10px;
    }

    .history_slider_section .otherpublication_with_image {
        min-height: 100%;
    }

    .team_information_box .content_box p {
        font-size: 16px;
        line-height: 25px;
    }

    .home .blog_section .blog_card:nth-child(2n) .card_section {
        margin-top: 50px;
    }

    /* .blog_section.blog_team .team_bg {
        height: 232px;
    } */
    .blog_section.blog_team .blog_card .card .inner_card {
        margin-top: 140px;
    }

    /* .two_column_box .blog_card:first-child .card.dark{margin-top: 215px !important;}
    .two_column_box .blog_card:first-child .card.set{margin-top: -255px ;}
    .two_column_box .blog_card:first-child .card.dark.dark2{margin-top: 420px !important;}
    .two_column_box .blog_card:first-child .card.set.set2{margin-top: -450px ;} */
    .working_paper_details {
        padding: 225px 0 60px;
    }

    .working_paper_details .inner_section {
        margin-left: 68px;
    }

    .team_details_page .otherpublication_with_image .innet_section {
        width: 100%;
        order: 2;
        padding-right: 40px;
    }

    .team_details_page .otherpublication_with_image .innet_section {
        padding-right: 0px;
        padding-left: 35px;
    }

    .team_details_page .otherpublication_with_image.detail_top_section .card_two {
        margin-left: 0;
        margin-bottom: -40px;
    }

    .history_slider_section .otherpublication_with_image.layout_one .innet_section {
        padding: 90px 20px 90px 20px;
    }

    .history_slider_section .slick-dots, .history_slider_section .slick-next.slick-arrow, .history_slider_section .slick-prev.slick-arrow {
        bottom: 480px;
    }

    .history_slider_section .otherpublication_with_image.layout_five {
        padding-bottom: 500px;
    }

    .history_slider_section .otherpublication_with_image.layout_five::before {
        height: calc(100% + 500px);
    }

    .history_slider_section .otherpublication_with_image.layout_five .wrapper {
        padding: 0;
    }

    .history_slider_section .otherpublication_with_image.single_card .left_inner_section {
        width: calc(100% - 40px) !important;
    }
}

@media only screen and (max-width: 991px) {
    body #wpadminbar {
        position: fixed;
    }

    .mobile_bar {
        display: block;
        top: 20px;
    }

    .header.sticky, .logged-in .header.sticky {
        top: -100%;
        background: url(../images/header-bg.png) left top no-repeat;
        background-size: 110% 100%;
    }

    .menu_list.full_width {
        display: none;
    }

    .header .search {
        display: none;
    }

    .header {
        padding: 20px 0;
    }

    .wrapper, .two_column_box .wrapper, .downloads_section .wrapper {
        max-width: 100%;
        padding: 0 40px;
    }

    .header .login_form {
        display: none;
    }

    .header {
        min-height: 121px;
    }

    .header .navigation {
        width: 100%;
    }

    .header .menu_list a {
        font-size: 14px;
    }

    .header .menu_list li {
        padding-right: 8px;
    }

    .header .search {
        margin-bottom: 25px;
    }

    .header {
        min-height: 140px;
    }

    .header.sticky {
        min-height: 100px;
        background-size: 38% 100%;
    }

    .btn_one {
        font-size: 14px;
    }

    .btn_one:hover {
        min-width: 130px;
    }

    .main_banner::after {
        height: 160px;
    }

    .main_banner {
        padding: 170px 0 0px;
    }

    footer .footer_card {
        width: 32%;
    }

    footer h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    footer::before {
        height: 128px;
        top: -128px;
    }

    footer {
        margin-top: 128px;
    }

    .event_circle.two_column_box {
        margin-bottom: 60px;
    }

    .event_circle.two_column_box .card_section .card:nth-child(3) {
        padding-left: 45px !important;
    }

    /* .event_circle.two_column_box  .bottom_text{max-width: 180px;left: 192px;} */
    .event_circle.two_column_box .card:nth-child(3) {
        min-height: 687px !important;
    }

    .event_circle.two_column_box .blog_card .card:nth-child(3) {
        top: 90px;
    }

    .event_circle.two_column_box {
        margin-top: -55px;
    }

    /* case study pages css  */
    .faq_section .acc-title {
        padding: 25px 55px;
    }

    .faq {
        margin-bottom: 30px;
    }

    .other_pagelink ul {
        justify-content: flex-start;
    }

    .faq_section .acc-items:first-child .acc-title.active::before {
        top: -115px;
        height: 225px;
    }

    .faq_section .acc-items .acc-content {
        padding-top: 40px;
    }

    .mapimage_text .inner_section {
        padding: 50px 0 70px 0px;
    }

    .mapimage_text .inner_section .right_text {
        width: 69%;
    }

    .other_pagelink li {
        padding-right: 18px;
    }

    /* about the project css  */
    .project_left_right.opposite_section .image_box {
        width: 360px;
    }

    .project_left_right .image_box .image {
        left: 33px;
        width: 90%;
    }

    .project_left_right.opposite_section .text_box {
        width: calc(100% - 360px);
    }

    .project_left_right.opposite_section .inner_text {
        max-width: 509px;
    }

    .project_left_right.opposite_section .text_box {
        min-height: 320px;
    }

    .project_left_right.opposite_section .image_box .image {
        top: 0;
    }

    .roosevelt_page .project_left_right {
        background: #008932;
        padding: 60px 0;
        margin: 60px 0;
    }

    .roosevelt_page .project_left_right .outer_section::before {
        display: none;
    }

    .roosevelt_page .project_left_right .inner_text h2 {
        margin-top: 0px;
        color: #fff;
        margin-bottom: 20px;
    }

    .roosevelt_page .project_left_right .text_box {
        width: 100%;
        margin-top: 30px;
    }

    .roosevelt_page .project_left_right .image_box {
        width: 100%;
        text-align: center;
    }

    .roosevelt_page .project_left_right .image_box .image {
        position: static;
    }

    .roosevelt_page .project_left_right .image_box .image {
        width: 100%;
    }

    .roosevelt_page .project_left_right .text_box {
        min-height: 100%;
    }

    .testimonial_section h3 {
        font-size: 18px;
    }

    .testimonial_section .right_part {
        margin-top: 0;
    }

    .testimonial_section {
        top: 0;
        padding: 60px 0 0;
    }

    .testimonial_section.full_open .left_part {
        width: 60%;
    }

    .project_left_right .text_box {
        padding: 0 40px;
    }

    .project_left_right .image_box .image {
        margin: 0 auto;
    }

    /* our impact css  */
    .otherpublication_with_image .innet_section {
        width: 65%;
    }

    .otherpublication_with_image .innet_section {
        min-height: 460px;
        padding: 80px 40px 80px 40px;
    }

    /* new css */
    .subscribe_section .right_part {
        padding-left: 40px;
    }

    /* other publication css  */
    .downloads_card .card {
        width: 30%;
        margin-right: 5%;
    }

    .downloads_card .card:nth-child(4n) {
        margin-right: 5%;
    }

    .downloads_card .card:nth-child(3n) {
        margin-right: 0;
    }

    .downloads_card .card .title a {
        font-size: 18px;
    }

    .downloads_section .wrapper {
        padding: 0 40px;
    }

    /* case study css */
    .case_studies_card .right_part h2 {
        font-size: 30px;
    }

    /* about page */
    .about_card_section .team_information_box .innet_section {
        padding: 75px 40px 75px 40px;
    }

    .about_card_section .team_information_box:nth-child(2n) .content_box {
        padding-right: 70px;
    }

    .about_card_section .team_information_box:nth-child(2n + 1) .content_box {
        padding-left: 70px;
    }

    .about_card_section .team_information_box h2 {
        font-size: 38px;
    }

    /* member login css  */
    .otherpublication .innet_section {
        padding: 80px 40px 100px 40px;
    }

    .faqtop_banner .card_repeat .right_text {
        width: calc(100% - 81px);
        float: left;
        margin-left: 0;
        padding-left: 30px;
    }

    .faqtop_banner .card_repeat .left_image {
        width: 81px;
        float: left;
    }

    /* associates css */
    .associates_page .otherpublication .innet_section {
        width: 55%;
    }

    .associates_page .otherpublication .innet_section {
        padding: 90px 40px 90px 40px;
    }

    .associates_green .skew_text {
        padding: 90px 40px;
    }

    /* newsletter css  */
    .two_column_box .card_section .card {
        width: 40%;
    }

    .two_column_box .blog_card .card:nth-child(2) {
        top: 90px;
    }

    /* history two css */
    .description_box_with_bg {
        margin-top: 170px;
        margin-bottom: 70px;
    }

    .description_box_with_bg .right_text {
        width: 100%;
        margin-top: -200px;
    }

    .description_box_with_bg .inner_text {
        padding: 40px 0;
    }

    .description_box_with_bg .left_text {
        width: 100%;
        text-align: center;
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        padding-bottom: 250px;
        height: unset;
        display: flex;
        justify-content: center;
    }

    .description_box_with_bg .fixed_bg {
        width: calc(100% + 80px);
        right: -40px;
        border: 0;
    }

    .description_box_with_bg.left_align .fixed_bg {
        left: -40px;
    }

    .description_box_with_bg .left_inner_text {
        padding: 0;
        padding-right: 0 !important;
    }

    .description_box_with_bg .image_box {
        top: unset;
        margin-top: -170px;
        width: 100%;
    }

    .description_box_with_bg .left_inner_text {
        width: 100%;
    }

    .description_box_with_bg .skew_text {
        padding: 90px 40px;
    }

    .two_column_full_bg .card {
        padding: 55px 40px;
    }

    .two_column_full_bg .card {
        width: 100%;
    }

    .two_column_full_bg .card:first-child {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .two_column_full_bg .card .inner_text {
        padding: 60px 0;
    }

    .two_column_full_bg, .two_column_full_bg .skew_remove {
        transform: unset;
    }

    .description_box_with_bg .content_box_bottom {
        position: static;
        width: 100%;
        margin-top: 100px;
        float: left;
    }

    .faculty_executive ul::before {
        right: 78px;
    }

    .two_column_full_bg {
        margin: 100px 0 100px;
    }

    .team_details_page .description_box_with_bg {
        margin-top: 60px;
    }

    /* pepole main css */
    .team_information_box .innet_section {
        width: 70%;
    }

    .team_information_section .image_with_text .inner_text h2 {
        color: #fff;
        margin-top: 0;
    }

    .team_information_section .image_with_text .image_box {
        width: 100%;
        text-align: center;
    }

    .team_information_section .image_with_text .text_box {
        width: 100%;
    }

    .team_information_section .image_with_text.single_image .image_box {
        order: unset;
    }

    .team_information_section .image_with_text.single_image .image_box .image {
        position: relative;
        top: 0;
        margin-top: -435px;
        right: 0;
    }

    .team_information_section .image_with_text .image_box img {
        width: 360px;
    }

    .team_information_section .image_with_text .inner_text {
        max-width: 100%;
    }

    .team_information_section .image_with_text .outer_section::before {
        width: 500%;
    }

    .team_information_section .image_with_text .outer_section {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .team_information_section .image_with_text .wrapper {
        padding: 0;
    }

    .team_information_section .image_with_text .outer_section {
        border-radius: 0;
        padding: 40px 0;
    }

    .team_information_section .image_with_text.single_image {
        padding-top: 350px;
    }

    .team_information_section .image_with_text {
        padding: 40px 0;
    }

    .team_information_section .image_with_text .image_box {
        order: 2;
    }

    /* .team_information_section  .image_with_text .content_box .image_card{position: relative;} */
    .team_information_section .image_with_text .content_box {
        width: 250px;
        margin: 0 auto;
        float: unset;
        margin-top: 40px;
    }

    .team_information_section .image_with_text .content_box .image_card {
        width: 120px;
        height: 120px;
    }

    .team_information_section .image_with_text .content_box .image_card .text_overlap h3 {
        font-size: 14px;
    }

    .team_information_section .image_with_text .content_box .image_card.reload {
        top: 80px;
        left: 137px;
    }

    .team_information_section .image_with_text .content_box .image_card.two {
        top: 0px;
        left: 0px;
    }

    .team_information_section .image_with_text .content_box .image_card.three {
        left: 109px;
        top: 165px;
    }

    .team_information_section .image_with_text .content_box .image_card.one {
        top: 0px;
        left: 220px;
    }

    /* support css  */
    .support_page .blog_section .btn_box a {
        font-size: 16px;
    }

    .webinars_page .two_column_box .card_section .card {
        width: 40%;
    }

    .webinars_page .two_column_box .card_section .card:nth-child(2) {
        width: 58%;
    }

    /* news details css  */
    .blog_post_details .post_image {
        width: 310px;
        height: 310px;
    }

    .post_description {
        padding: 20px 0 80px;
    }

    .wrapper_small {
        width: 100%;
        max-width: 100%;
        padding: 0 40px;
    }

    .authors_block .author .author_info {
        padding-left: 35px;
    }

    /* search css  */
    .search_page .otherpublication .innet_section {
        width: 68%;
    }

    .search_form {
        min-width: 100%;
        float: left;
        padding-bottom: 15px;
        padding-top: 25px;
    }

    .search_form .field {
        margin-bottom: 25px;
    }

    .search_form .field input, .search_form .field select {
        width: 100%;
        float: left;
    }

    .search_form .field input[type="submit"] {
        float: right;
        margin-left: 0;
        margin-top: 10px;
    }

    .search_page .otherpublication h2 {
        margin-bottom: 12px;
    }

    .search_publication h4, .search_publication p, .search_publication p a, .search_publication h3 {
        font-size: 16px;
    }

    .search_publication h2 {
        font-size: 30px;
    }

    .search_page .otherpublication h2 {
        font-size: 35px;
    }

    /* working paper css  */
    .advance_search .field {
        width: 32%;
        float: left;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    .advance_search .field.select {
        margin-right: 0;
        width: 32%;
    }

    .advance_search .date {
        width: 20%;
    }

    .advance_search .field input[type="submit"] {
        margin-top: 0;
    }

    .advance_search {
        padding-bottom: 60px;
    }

    .archive_description .wrapper {
        padding: 0 40px;
    }

    /* other events css  */
    .faq_archives h4 br {
        display: none;
    }

    .blog_section.full_width.three_column_card .blog_card .card:nth-child(2) {
        top: 83px;
    }

    /* history page */
    .history_slider_section .otherpublication_with_image .wrapper {
        padding: 0 100px;
    }

    /* people main css  */
    .team_information_section .image_with_text .content_box .image_card:hover .text_overlap {
        transform: unset;
    }

    .team_information_section .image_with_text .content_box .image_card .text_overlap {
        top: 98px;
        opacity: 1;
        visibility: visible;
    }

    .team_information_section .image_with_text .content_box .text_overlap::before {
        display: none;
    }

    .team_information_section .image_with_text .content_box .image_card:hover img {
        transform: unset;
    }

    .team_information_section .image_with_text .content_box {
        top: -73px;
        margin-top: 110px;
        height: 300px;
        width: 340px;
    }

    .team_information_box .Bg_text_box::before {
        display: none;
    }

    .team_information_box .Bg_text_box {
        background: none;
    }

    .team_information_box .innet_section {
        padding: 75px 40px 75px 40px;
    }

    /* research css  */
    .research_areas .area_content h3 {
        font-size: 18px;
    }

    .research_faq .research_faq_section .acc-items {
        margin-bottom: 60px;
    }

    .description_box_with_bg.only_text_box.left_align .fixed_bg {
        left: -990%;
        width: 1000%;
    }

    .description_box_with_bg.only_text_box .left_text {
        text-align: left;
        padding: 80px 0;
    }

    .description_box_with_bg.only_text_box h2 {
        font-size: 30px;
    }

    .event_circle.two_column_box .blog_card .card:nth-child(3) .inner_card {
        padding-left: 0px;
    }

    .otherpublication_with_image.detail_top_section .card_two {
        width: 65%;
    }

    .event_circle.two_column_box .card_section .card {
        width: 100%;
    }

    .event_circle.two_column_box .card {
        min-height: unset !important;
    }

    .event_circle.two_column_box .content_box {
        padding: 50px 20px;
    }

    .team_details_page .otherpublication_with_image.detail_top_section .card__image {
        margin-left: 0;
        width: 65%;
    }

    .team_details_page .otherpublication_with_image.detail_top_section .card__image .image_box_new.top_spc {
        margin-top: 120px;
    }

    .team_details_page .otherpublication_with_image .innet_section {
        padding-right: 0px;
        padding-left: 0;
        padding-top: 13vw;
    }

    .event_circle.two_column_box .card_section .card:nth-child(3) {
        width: 100%;
        min-height: 600px !important;
        margin-left: 0;
    }

    .event_circle.two_column_box .blog_card .card:nth-child(1) {
        margin-top: 0px !important;
        unset !important;
    }

    .event_circle.two_column_box .blog_card .card:nth-child(3) {
        margin-top: 40px;
        top: unset;
    }

    .event_circle.two_column_box .event_card .image_card {
        width: 222px;
    }

    .event_circle.two_column_box .event_card {
        margin-top: 0 !important;
    }

    .event_circle.two_column_box .event_card .image_card, .event_circle.two_column_box .card .center_img {
        position: relative !important;
        top: unset;
        left: unset;
    }

    .event_circle.two_column_box .event_card {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }

    .event_circle.two_column_box .bottom_text {
        position: static;
        max-width: 80%;
        margin: 100px 0 70px;
    }

    .event_circle.two_column_box .event_card .grey {
        top: 120px;
        left: 20px;
    }

    .event_circle.two_column_box .event_card .red {
        top: 50px;
        left: -50px;
    }

    .event_circle.two_column_box .card .center_img {
        top: -123px;
        left: -165px;
    }

    .event_circle.two_column_box .event_card .image_card {
        width: 280px;
    }

    .event_circle.two_column_box .blog_card .card:nth-child(2) {
        top: unset;
        margin-top: 0;
    }

    .event_circle.two_column_box .blog_card .card {
        margin-right: 0;
    }

    .event_circle.two_column_box .blog_card .inner_card {
        padding: 40px 0;
        width: 100%;
        float: left;
    }

    .two_column_box.event_circle .blog_card.top .card:nth-child(2) {
        margin-top: 30px !important;
        top: unset;
        width: 100%;
    }

    .two_column_box.event_circle .card:nth-child(2) {
        margin-top: 30px !important;
    }

    .advance_search .field .select_content {
        left: unset;
        right: 0;
    }

    .working_paper_details .inner_section {
        margin-left: 0px;
    }

    .working_paper_details {
        padding: 190px 0 65px;
    }

    .other_pagelink .inner_part ul {
        max-width: 100%;
    }

    .other_pagelink .inner_part {
        position: static;
        left: 0;
        bottom: 0;
        z-index: 999;
        background: unset;
        padding: 0px 0;
    }

    .history_slider_section .otherpublication_with_image.layout_five .wrapper {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 850px) {
    .page-template-template-cate .testimonial_section {
        margin-top: 0;
    }

    h2 {
        font-size: 32px;
    }

    /* case study pages css  */
    .mapimage_text .inner_section .left_image {
        width: 80%;
        float: unset;
        margin: 0 auto;
    }

    .mapimage_text .inner_section .left_image img {
        margin: 0 auto;
    }

    .mapimage_text .inner_section .right_text {
        width: 100%;
        margin-left: 0;
        padding-top: 20px;
    }

    .otherpublication .innet_section {
        padding: 80px 50px 80px 40px;
    }

    .faq .card {
        width: 48%;
        margin-right: 4%;
    }

    .faq .card:nth-child(3n), .faq .rows .card:nth-child(3n) {
        margin-right: 4%;
    }

    .faq .card:nth-child(2n), .faq .rows .card:nth-child(2n) {
        margin-right: 0;
    }

    /* about the project css  */
    .first_phase .inner_content .btn_three {
        margin-bottom: 30px;
    }

    .roosevelt_inner_page .otherpublication {
        width: 100%;
    }

    .roosevelt_inner_page .otherpublication .card_repeat .right_text {
        width: 80%;
    }

    .roosevelt_inner_page .otherpublication .innet_section {
        padding: 95px 35px 80px 30px;
    }

    .roosevelt_inner_page .rightpart_content {
        width: 100%;
        margin-left: 0px;
        margin-top: 95px;
    }

    .roosevelt_inner_page {
        padding-bottom: 30px;
    }

    .project_left_right.opposite_section .image_box {
        width: 100%;
        float: left;
    }

    .project_left_right .image_box {
        position: static;
    }

    .project_left_right .image_box .image {
        margin: -215px auto 0;
        width: 430px;
        position: static;
    }

    .project_left_right.opposite_section .text_box {
        min-height: unset;
        width: 100%;
        padding: 40px 30px 40px;
    }

    .project_left_right.opposite_section .inner_text {
        max-width: 100%;
    }

    .project_left_right .inner_text h2 {
        margin-top: 0;
        margin-bottom: 10px;
        color: #fff;
    }

    .project_left_right .wrapper {
        padding: 0;
    }

    .project_left_right .outer_section {
        border-radius: unset;
    }

    .project_left_right {
        padding-top: 215px;
    }

    .project_left_right.opposite_section .outer_section::before {
        display: none;
    }

    .otherpublication {
        margin-top: -170px;
    }

    .banner_com.blue_shadow::before {
        background: linear-gradient(100deg, #001c57 10%, #0000 100%);
        width: 100%;
    }

    .banner_com::before {
        background: linear-gradient(100deg, #004972 10%, #0000 100%);
        width: 100%;
    }

    .banner_com.lightgreen_shadow::before {
        background: linear-gradient(100deg, #004657 10%, #0000 100%);
        width: 100%;
    }

    .banner_com.gray_shadow::before {
        background: linear-gradient(100deg, #506b7c 10%, #0000 100%);
        width: 100%;
    }

    .events_page .blog_section.two_column_box {
        margin-top: -178px;
    }

    .events_page .blog_section.two_column_box .blog_card.top {
        margin-top: 0 !important;
    }

    .testimonial_section .inner_section {
        flex-wrap: wrap;
    }

    .testimonial_section .left_part, .page-template-template-cate .testimonial_section .left_part {
        width: 100%;
        margin-bottom: 20px;
    }

    .testimonial_section .right_part, .page-template-template-cate .testimonial_section .right_part {
        width: 100%;
    }

    .testimonial_section.full_open .left_part {
        width: 100%;
    }

    .testimonial_section.full_open .left_part .image_box {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .testimonial_section.full_open .left_part .image_box .title_box {
        width: 100%;
    }

    .testimonial_section {
        margin-top: -40px;
    }

    .testimonial_section .right_part {
        padding-top: 40px;
    }

    .testimonial_section .right_part {
        padding: 40px 0 30px;
    }

    .testimonial_section .text_box::before {
        left: 0;
        top: -40px;
        background-size: 28px;
    }

    .testimonial_section .text_box::after {
        right: 0;
        bottom: -30px;
        background-size: 28px;
    }

    .roosevelt_page .project_left_right {
        padding-top: 0;
    }

    .roosevelt_page .project_left_right .image_box .image {
        margin-top: 60px;
    }

    /* our impact css  */
    .otherpublication_with_image .innet_section {
        width: 78%;
    }

    .evidence_action h2 {
        font-size: 30px;
    }

    /* new page */
    .subscribe_section {
        background: #008932;
        position: relative;
        padding: 50px 0;
    }

    .subscribe_section .outer_part::before {
        display: none;
    }

    .subscribe_section .outer_part {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0;
        margin-bottom: 0px;
    }

    .subscribe_section .left_part {
        width: 100%;
        order: 2;
        text-align: center;
        min-height: 400px;
        z-index: 1;
    }

    .subscribe_section .right_part {
        width: 100%;
        padding-left: 0;
        min-height: 100%;
    }

    .subscribe_section .left_part img {
        position: static;
        width: 350px;
    }

    .subscribe_section .right_part a.btn_three {
        position: absolute;
        bottom: -400px;
        z-index: 2;
    }

    .subscribe_section .right_part {
        position: relative;
        z-index: 2;
    }

    /* our impact css  */
    .otherpublication_with_image .innet_section {
        width: 78%;
    }

    .evidence_action h2 {
        font-size: 30px;
    }

    /* case study pages css  */
    .case_studies_card .right_part {
        width: calc(100% - 320px);
        min-height: 245px;
        padding-left: 50px;
    }

    .case_studies_card .left_part img {
        top: -45px;
        width: 320px;
        height: 320px;
    }

    .case_studies_card .left_part {
        width: 320px;
    }

    .case_studies_card .card {
        margin: 70px 0;
    }

    /* about page */
    .about_card_section .team_information_box:nth-child(2n) .content_box {
        padding-right: 0px;
    }

    .about_card_section .team_information_box:nth-child(2n + 1) .content_box {
        padding-left: 0px;
    }

    .about_card_section .team_information_box h2 {
        font-size: 38px;
    }

    .about_card_section .team_information_box .innet_section {
        width: 70%;
    }

    .about_card_section .team_information_box .image_box {
        left: 50%;
        right: unset;
        top: unset;
        bottom: -125px;
        transform: translateX(-50%) skew(0deg, -13deg);
    }

    .about_card_section .team_information_box:nth-child(2n + 1) .image_box {
        left: 50%;
    }

    .about_card_section .team_information_box .content_box {
        padding-bottom: 75px;
    }

    .about_card_section .Bg_text_box .btn_three {
        left: 20px;
    }

    .about_card_section .team_information_box:nth-child(2n) .Bg_text_box .btn_three {
        right: 20px;
    }

    .about_card_section .team_information_box {
        padding-bottom: 140px;
    }

    .about_card_section .team_information_box:last-child {
        padding-bottom: 0;
    }

    .about_card_section {
        padding-top: 60px;
    }

    /* member login css  */
    .otherpublication .login_form h2 {
        font-size: 35px;
    }

    .otherpublication .login_form p label, .otherpublication .login_form input {
        font-size: 18px;
    }

    .otherpublication .login_form .login-submit input {
        margin-right: 20px;
    }

    /* associates css */
    .associates_page .otherpublication .innet_section {
        width: 65%;
    }

    .associates_green .right_text {
        width: 100%;
        margin-top: -155px;
    }

    .associates_green .left_text {
        position: relative;
        padding: 0px 40px 230px;
        transform: unset;
        height: unset;
        top: unset;
        left: unset;
        right: unset;
    }

    /* .associates_green .left_text::after {display: none;} */
    /* .associates_green .wrapper{padding: 0;} */
    .associates_green .left_inner_text {
        width: 100%;
    }

    .associates_green .inner_text {
        padding: 50px 0;
    }

    .associates_current .card {
        width: 45%;
    }

    .associates_current .outer_part {
        padding: 90px 40px;
    }

    .faculty_executive .card {
        width: 50%;
    }

    .description_box_with_bg {
        margin-bottom: 45px;
    }

    .faculty_executive .card {
        padding-top: 0;
    }

    /* support css  */
    .webinars_page .two_column_box .card_section .card:nth-child(2) {
        top: unset;
    }

    /* news details css  */
    .blog_post_details .post_image {
        width: 260px;
        height: 260px;
    }

    .post_description {
        padding-bottom: 60px;
    }

    /* working paper css  */
    .workingpaper_card .innet_section::before {
        height: 230px;
        top: -105px;
    }

    .workingpaper_card {
        margin-top: -116px;
        margin-bottom: 25px;
    }

    .archive_description .acc-title::before {
        top: 13px;
    }

    /* research page css  */
    .research_areas .area_content h2 {
        font-size: 32px;
    }

    .research_faq .acc-content .image_gallery .text_overlap h3 {
        font-size: 16px;
    }

    .otherpublication_with_image.detail_top_section .card_two {
        width: 78%;
    }

    .team_details_page .otherpublication_with_image.detail_top_section .card__image {
        width: 78%;
    }

    .team_details_page .otherpublication_with_image.detail_top_section .card__image {
        margin-left: 0;
        width: 78%;
    }

    .event_circle.two_column_box .card .center_img {
        top: -100px;
        left: -140px;
    }

    .event_circle.two_column_box .event_card .image_card {
        width: 230px;
    }

    .team_details_page .peoples_banner .right_part {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 782px) {
    .logged-in .header {
        top: 46px;
    }

    .logged-in .mobile_bar {
        display: block;
        top: 56px;
    }

    .faq .rows .card .image {
        display: block;
    }

    .faq .rows .card .text_box {
        display: unset;
        width: unset;
        margin-left: usnet;
        vertical-align: unset;
    }

    .faq .rows .card {
        width: 48%;
        margin-right: 4%;
    }
}

@media only screen and (max-width: 767px) {
    .research_faq .acc-content .image_gallery .text_overlap h3 {
        font-size: 3.5vw;
    }

    .research_faq .acc-content .image_gallery .text_overlap {
        position: absolute;
        bottom: 3vw;
        left: 3vw;
        padding-right: 3vw;
    }

    .bg-blur {
        top: 640px;
    }

    .menu_list.full_width {
        display: none;
    }

    .header .logo {
        width: 220px;
    }

    .header .right_part {
        width: auto;
    }

    .header {
        min-height: 125px;
    }

    .main_banner {
        padding: 120px 0 105px;
    }

    .main_banner {
        padding: 160px 0 0;
        min-height: 630px;
    }

    .main_banner .slider_bg_outer .full_bg {
        min-height: 630px;
    }

    /* .main_banner.sticky-top {
        min-height: 350px;
    } */
    .main_banner .banner_inner {
        max-width: 100%;
        width: calc(90% - 50px);
    }

    .main_banner::after {
        height: 80px;
    }

    .blog_card .card {
        width: 51%;
        margin-right: 0;
        padding: 60px 30px 100px;
        min-height: 100%;
    }

    .blog_card .card_section {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .blog_card .card:nth-child(2) {
        margin-top: 40px;
    }

    .blog_card .card:nth-child(3) {
        margin-top: 40px;
    }

    .blog_section {
        margin-top: -55px;
    }

    /* .blog_card .button_section{margin-top: 30px;} */
    .blog_card .button_section a {
        width: 35%;
    }

    .header .search {
        display: none;
    }

    .blog_card .card h4, .home_page .blog_card .card h4 {
        font-size: 18px;
    }

    .home_page .blog_card .card h4.bottom {
        font-size: 21px;
    }

    .blog_card .card:nth-child(2) {
        top: unset;
    }

    .blog_card .card:nth-child(3) {
        top: unset;
    }

    .news_post .button_box {
        padding: 80px 0;
    }

    .blog_card .card_section {
        margin-top: 0;
    }

    footer .footer_card:first-child {
        width: 60%;
    }

    footer .footer_card {
        width: 50%;
        margin-bottom: 30px;
    }

    footer .footer_card:nth-child(2) {
        width: 50% !important;
    }

    footer .footer_right {
        margin-top: 0;
    }

    /* case study pages css  */
    .other_pagelink {
        padding: 25px 0 70px;
    }

    .faq_section .acc-title {
        padding: 25px 40px;
    }

    .faq_section .acc-items .acc-content {
        padding: 30px 40px 0;
    }

    .faq {
        margin-bottom: 10px;
    }

    .otherpublication .innet_section {
        padding: 80px 40px 80px 40px;
    }

    /* about the project css  */
    .roosevelt_inner_page .otherpublication .card_repeat .right_text {
        width: 75%;
    }

    .publication_page .blog_card .card_section {
        width: 100%;
    }

    .blog_section.event_circle {
        margin-bottom: 40px;
    }

    .event_circle.two_column_box .card {
        padding: 55px 30px 55px !important;
    }

    .people_page .news_post {
        margin-top: -65px;
    }

    .two_column_full_bg .card, .otherpublication .innet_section, .roosevelt_inner_page .rightpart_content, .team_information_box .innet_section, .two_column_box .card_section .card, .otherpublication_with_image .innet_section, .associates_green .skew_text, .associates_current .outer_part, .description_box_with_bg .skew_text, .workingpaper_card .innet_section, .history_slider_section .otherpublication_with_image.layout_three .left_inner_section, .otherpublication_with_image .innet_section, .otherpublication_with_image.detail_top_section .card_two {
        border-radius: 45px;
    }

    .news_post .button_box {
        padding: 80px 0 30px;
    }

    /* our impact css  */
    .otherpublication_with_image .innet_section {
        border-radius: 45px;
    }

    .evidence_action .right_part {
        width: 100%;
        float: left;
        order: 1;
    }

    .evidence_action .left_part {
        width: 100%;
        float: left;
        order: 2;
        text-align: center;
        padding-top: 50px;
    }

    .evidence_action .right_part h2 br {
        display: none;
    }

    .subscribe_section .left_part img {
        height: auto;
    }

    /* other publication css  */
    .downloads_card .card {
        width: 48%;
        margin-right: 4%;
    }

    .downloads_card .card:nth-child(3n) {
        margin-right: 4%;
    }

    .downloads_card .card:nth-child(4n) {
        margin-right: 0;
    }

    .downloads_card .card:nth-child(2n) {
        margin-right: 0;
    }

    /* case study pages css  */
    .case_studies_card {
        margin-bottom: 0;
        margin-top: 60px;
    }

    .case_studies_card .wrapper {
        padding: 0;
    }

    .case_studies_card .card {
        margin: 140px 0 80px;
        border-radius: unset;
    }

    .case_studies_card .card .bg_color {
        position: static;
    }

    .case_studies_card .left_part {
        width: 100%;
        float: left;
    }

    .case_studies_card .left_part img {
        top: -140px;
        width: 280px;
        height: 280px;
        left: 50%;
        transform: translateX(-50%);
    }

    .case_studies_card .right_part {
        width: 100%;
        min-height: unset;
        float: left;
        flex-wrap: wrap;
        padding: 190px 40px 80px;
    }

    .case_studies_card .right_part h2 {
        font-size: 30px;
        text-align: center;
    }

    /* about css */
    .about_card_section .team_information_box .Bg_text_box {
        display: none;
    }

    .about_card_section .team_information_box .innet_section {
        width: 80%;
    }

    .about_card_section .team_information_box .btn_three.mobile_view {
        display: inline-block;
        min-width: 50%;
    }

    /* member login css  */
    .otherpublication .login_form .button_box, .otherpublication .login_form .field label, .otherpublication .login_form .field input {
        width: 100%;
        float: left;
    }

    .otherpublication .login_form p label, .otherpublication .login_form input, .otherpublication .login_form .form-submit {
        width: 100%;
        float: left;
    }

    .otherpublication .login_form p label {
        margin-bottom: 10px;
    }

    .otherpublication .login_form .field label {
        padding-bottom: 5px;
    }

    .otherpublication .login_form h2 {
        margin-bottom: 25px;
    }

    .otherpublication .login_form .login-register-lost-password {
        float: left;
    }

    .otherpublication .login_form .login-submit {
        width: 120px;
        margin-right: 20px;
    }

    .otherpublication .login_form .login-submit input {
        margin-right: 0;
    }

    .otherpublication .login_form .field label {
        margin-bottom: 15px;
    }

    /* newsletter css  */
    .blog_section.two_column_box .card_section .card {
        width: 100% !important;
    }

    .blog_section.two_column_box .card_section .card {
        top: unset;
    }

    .description_box_with_bg .image_box {
        width: 250px;
        height: auto;
        margin: -125px auto 0;
    }

    .description_box_with_bg {
        margin-top: 125px;
    }

    .team_information_box .innet_section {
        width: 100%;
    }

    /* support css  */
    .support_page .two_column_box .blog_card .card {
        padding: 80px 40px 100px;
    }

    /* news details css  */
    .blog_post_details {
        margin-top: 0;
        padding-bottom: 0;
    }

    .blog_post_details .post_details {
        width: 100%;
        float: left;
        padding-top: 35px;
    }

    .blog_post_details .inner_text {
        max-width: 100%;
        width: 100%;
        float: left;
        padding-left: 0;
    }

    .blog_post_details .post_image {
        width: 222px;
        height: 222px;
        margin: -111px auto 0;
    }

    .post_description h2 {
        font-size: 30px;
    }

    .authors_block h2 {
        margin-bottom: 60px;
    }

    .authors_block .author .author_info {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }

    .authors_block .author_thumbnail {
        margin: 0 auto;
    }

    .search_publication .outer_card:last-child {
        margin-bottom: 30px;
    }

    /* working paper css  */
    .archive_description .tab_body h2 {
        font-size: 30px;
    }

    .archive_description .right_text h4 a {
        font-size: 16px;
    }

    .archive_description .tab_body .left_image {
        width: 100%;
        float: left;
    }

    .archive_description .tab_body .left_image p {
        margin-bottom: 10px;
    }

    .archive_description .tab_body .right_text {
        width: 100%;
        float: left;
    }

    .advance_search .field {
        width: 48%;
        margin-right: 4%;
    }

    .advance_search .advance_field .field:nth-child(2) {
        margin-right: 0;
    }

    .advance_search .field.select {
        width: 100%;
    }

    .advance_search .date {
        width: 25% !important;
    }

    .advance_search .advance_field .field:last-child {
        margin-right: 0;
        width: 25%;
    }

    .webinars_page .archive_description .tab_body .card h4 a {
        font-size: 17px;
    }

    .archive_description .tab_body {
        padding-bottom: 30px;
    }

    /* news archive css  */
    .news_archive_page .archive_description .tab_body h2 {
        display: none;
    }

    .news_archive_page .archive_description .tab_body .left_image {
        width: 150px;
        float: left;
    }

    .news_archive_page .archive_description .tab_body .right_text {
        width: calc(100% - 150px);
    }

    /* other events css  */
    .faq_archives h4 {
        font-size: 18px;
    }

    .faq_archives p {
        font-size: 16px;
    }

    .faq_archives .acc-title::before, .archive_description .acc-title::before {
        background-size: 12px;
        top: 12px;
    }

    .blog_section.full_width.three_column_card .blog_card .card {
        width: 100%;
    }

    .blog_section.full_width.three_column_card .blog_card .card:nth-child(2) {
        top: unset;
    }

    .blog_section.three_column_card .blog_card .card:nth-child(3) {
        margin-top: 40px;
    }

    /* history page */
    .history_slider_section .otherpublication_with_image .wrapper {
        padding: 0 40px;
    }

    /* .history_slider_section .otherpublication_with_image .image_box{display: none; align-items: flex-start;left: 50%;transform: translateX(-50%) skew(0deg, -13deg);top: -200px;} */
    .history_slider_section .otherpublication_with_image .image_box {
        display: none;
    }

    .history_slider_section .otherpublication_with_image.layout_one .innet_section {
        margin-top: 100px;
    }

    .history_slider_section .top_title {
        margin-top: -170px;
    }

    .history_slider_section .otherpublication_with_image .innet_section {
        padding: 65px 20px 65px 20px;
    }

    .history_slider_section .otherpublication_with_image.layout_three .innet_section, .history_slider_section .otherpublication_with_image.layout_three .left_inner_section {
        padding: 65px 20px 65px 20px;
    }

    .history_slider_section .otherpublication_with_image.layout_three.layout_four .left_inner_section {
        padding: 65px 20px 65px 20px;
    }

    .history_slider_section .otherpublication_with_image.layout_four .left_inner_section .image_box {
        display: none;
        top: -200px;
        right: unset;
        left: 50%;
        transform: translateX(-50%) skew(0deg, -13deg);
    }

    .history_slider_section .otherpublication_with_image .image_box img:nth-child(2) {
        margin-top: -160px;
        margin-left: 160px;
    }

    .history_slider_section .mobile_view {
        display: block;
        position: relative;
        width: 100%;
        text-align: center;
        float: left;
        margin-bottom: -58px;
    }

    .history_slider_section .mobile_view img {
        width: auto;
        display: inline-block;
    }

    .otherpublication_with_image.layout_three.layout_four.single_card .mobile_view img:nth-child(2) {
        margin-bottom: -77px;
        margin-left: -32px;
    }

    .history_slider_section .otherpublication_with_image.layout_three.single_card .left_inner_section {
        margin-top: 0;
    }

    .history_slider_section .mobile_view.two {
        margin-bottom: -10px;
    }

    .history_slider_section .layout_five .full_width_content li {
        width: 30%;
    }

    .history_slider_section .slick-dots li {
        margin: 0 5px;
    }

    .history_slider_section .otherpublication_with_image {
        padding: 110px 0 300px;
    }

    .history_slider_section .slick-next.slick-arrow {
        left: 315px;
    }

    .history_slider_section .slick-dots button {
        width: 10px;
        height: 10px;
    }

    .history_slider_section .slick-next.slick-arrow, .history_slider_section .slick-prev.slick-arrow {
        bottom: 280px;
    }

    .history_slider_section .slick-dots {
        bottom: 281px;
        left: 50px;
    }

    .history_slider_section .slick-prev.slick-arrow {
        left: 40px;
    }

    .history_slider_section .slick-next.slick-arrow {
        left: 210px;
    }

    .history_slider_section .otherpublication_with_image.layout_one .innet_section {
        margin-top: 166px;
    }

    .history_slider_section {
        margin-bottom: -130px;
    }

    /* people main css  */
    .team_information_section .image_with_text .content_box {
        top: -67px;
    }

    /* research page css  */
    .research_faq .acc-content .image_gallery .card {
        width: 48%;
        margin-right: 4%;
    }

    .research_faq .acc-content .image_gallery .card:nth-child(3n) {
        margin-right: 4%;
    }

    .research_faq .acc-content .image_gallery .card:nth-child(2n) {
        margin-right: 0;
    }

    .mobile_select_field {
        display: block;
    }

    .archive_description .tab_header ul {
        display: none;
    }

    .mobile_select_field select {
        border: none;
        background: url(../images/select-arrow.svg) right 15px center no-repeat #fff;
        border: 1px solid #008932;
        width: 100%;
        padding: 6px 16px;
        border-radius: 19px;
        -webkit-appearance: none;
        color: #a8a8a8;
        font-family: "Helvetica Neue";
        font-weight: 400;
        cursor: pointer;
    }

    .archive_description .tab_header {
        padding: 0;
    }

    .mobile_select_field select:focus {
        outline: none;
    }

    .publication_card_btn .blog_card .card {
        width: 51%;
    }

    .publication_card_btn .blog_card .card:nth-child(3) {
        top: unset;
        margin-top: 40px;
    }

    .advance_search .field .select_content {
        width: 100%;
        right: unset;
        left: 0;
    }

    .advance_search .field .select_content ul {
        width: 100%;
    }

    .working_paper_details {
        padding: 170px 0 65px;
    }

    .main_banner.peoples_banner .banner_inner {
        max-width: 100%;
    }

    .peoples_banner .right_part .image_box {
        height: 122%;
        top: -50px;
    }

    .peoples_banner .right_part {
        width: 78%;
        height: 438px;
        margin-top: 80px;
        bottom: -30px;
    }

    .team_details_page .otherpublication_with_image {
        margin-top: 30px;
    }

    .team_details_page .otherpublication_with_image.detail_top_section .card_two {
        top: 0;
    }

    .team_details_page .otherpublication_with_image {
        margin-top: 8vw;
    }

    .peoples_banner {
        overflow: visible;
    }

    .peoples_banner .right_part {
        z-index: 2;
    }

    .team_details_page .otherpublication_with_image.detail_top_section .left {
        width: 100%;
    }

    .team_details_page .otherpublication_with_image.detail_top_section .right {
        width: 100%;
    }

    .team_details_page .otherpublication_with_image.detail_top_section .card_two {
        margin-bottom: 0;
    }

    .team_details_page .peoples_banner .right_part {
        margin-left: 0;
    }

    .team_details_page .otherpublication_with_image.detail_top_section .card_two {
        margin-top: 80px;
    }

    .main_banner .slider_card {
        min-height: 320px;
    }
}

@media only screen and (max-width: 650px) {

    .agenda_accordion .accordion-content-row {
        display: block;
    }

    .agenda_accordion .accordion-hour, .agenda_accordion .accordion-session{
        width: 100%;
    }

    .google-terms {
        width: 100%;
    }

    .other_case_wrapper, h4.other_case {
        padding: 0 40px;
        width: 90%;
        display: block;
    }

    .faq .accordian .other_case_wrapper .card {
        margin: 5% 0 10% 0;
        clear: unset;
        width: 100%;
    }

    .other_case_wrapper {
        float: left;
        margin-bottom: 20%;
    }

    .associates_current .inner_logo .card img, .associates_current .card {
        max-width: 100%;
        width: 100%;
    }

    h1, h2 {
        font-size: 30px;
    }

    .main_banner .slider_card p {
        display: none;
    }

    /* .banner_slider .slick-dots {
        transform: unset;
        left: unset;
        right: 20px;
        top: unset;
        bottom: 30px;
    }
    .banner_slider .slick-prev.slick-arrow {
        left: unset;
        top: unset;
        bottom: 30px;
        right: 130px;
        transform: rotate(-90deg);
    }
    .banner_slider .slick-next.slick-arrow {
        left: unset;
        top: unset;
        bottom: 30px;
        right: 0px;
        transform: rotate(-90deg);
    } */
    .banner_slider .slick-prev.slick-arrow, .banner_slider .slick-next.slick-arrow {
        left: -34px;
    }

    .main_banner .button_box {
        float: left;
        margin-top: 10px;
    }

    .main_banner .banner_inner {
        width: 84%;
        margin-left: 0;
    }

    /* .blog_card .button_section{margin-top: 100px;} */
    .blog_card .button_section {
        margin-bottom: 30px;
    }

    .blog_card .button_section a {
        width: 50%;
    }

    .blog_section {
        margin-bottom: 0;
    }

    .blog_section .blog_card .wrapper {
        padding: 0;
    }

    .blog_card .card {
        width: 100%;
        margin-right: 0;
    }

    footer .footer_card {
        width: 100%;
        margin-bottom: 30px;
    }

    footer .footer_card:nth-child(2) {
        width: 100% !important;
    }

    footer .footer_right {
        width: 100%;
    }

    footer h3 {
        font-size: 24px;
    }

    footer {
        margin-top: 85px;
        padding-bottom: 30px;
    }

    footer::before {
        height: 85px;
        top: -84px;
    }

    /* innteractive mapping tool css  */
    .workingpaper_card .innet_section::before {
        height: 240px;
        top: -119px;
    }

    .workingpaper_card {
        margin-bottom: 40px;
    }

    .workingpaper_card .wrapper {
        padding: 0;
    }

    .workingpaper_card .innet_section {
        padding: 30px 40px 40px 40px;
    }

    /* case study pages css  */
    .other_pagelink li {
        width: 100%;
        float: left;
        display: block;
        padding-right: 0;
        margin-bottom: 40px;
    }

    .other_pagelink li a {
        display: inline-block;
        padding-right: 60px;
    }

    .faq .wrapper {
        padding: 0;
    }

    .faq_section .acc-items {
        border-radius: unset;
    }

    .otherpublication .wrapper {
        padding: 0;
    }

    .otherpublication .innet_section {
        width: 100%;
    }

    .faq_section .acc-items:first-child .acc-title.active::before {
        top: -119px;
        height: 194px;
    }

    .faq .card, .faq .rows .card {
        width: 100%;
    }

    .faq .card:nth-child(3n), .faq .rows .card:nth-child(3n) {
        margin-right: 0;
    }

    .faq_section .acc-title {
        padding: 32px 40px;
    }

    .mapimage_text .inner_section {
        padding: 30px 0 70px 0px;
    }

    .mapimage_text .inner_section .right_text {
        padding-top: 30px;
    }

    /* about the project css  */
    .roosevelt_inner_page .wrapper {
        padding: 0;
    }

    .roosevelt_inner_page .rightpart_content {
        padding: 0 30px;
    }

    .roosevelt_inner_page .otherpublication .innet_section {
        padding: 95px 30px 80px 30px;
    }

    .main_banner.banner_com .banner_inner {
        max-width: 100%;
        margin-left: 0;
    }

    .blog_section.news_post {
        margin-bottom: 50px;
    }

    .event_circle.two_column_box .event_card .image_card, .event_circle.two_column_box .card .center_img {
        top: unset !important;
        left: unset !important;
    }

    .event_circle.two_column_box .event_card {
        max-width: 80%;
        margin: 0 auto;
        float: unset;
    }

    .event_circle.two_column_box .card .center_img {
        position: absolute !important;
        top: -90px !important;
        left: 50% !important;
        transform: translateX(-50%);
    }

    .event_circle.two_column_box .event_card .image_card {
        margin-bottom: 20px;
    }

    .event_circle.two_column_box .bottom_text {
        margin: 30px 0;
        max-width: 100%;
    }

    .event_circle.two_column_box .content_box {
        padding: 20px 0px;
    }

    .event_circle.two_column_box .card_section .card:nth-child(3) .inner_card {
        padding-top: 90px;
    }

    .event_circle.two_column_box .card_section .card:nth-child(3) {
        padding: 45px 30px !important;
    }

    .event_circle.two_column_box .event_card .image_card {
        width: 250px;
    }

    .roosevelt_page .project_left_right .image_box .image {
        margin-top: 00px;
        width: 100%;
    }

    .roosevelt_page .project_left_right .image_box .image img {
        width: 100%;
        border-radius: unset;
    }

    .testimonial_section .left_part .image_box img {
        width: 222px;
    }

    .testimonial_section h3 {
        font-size: 22px;
    }

    /* our impact css  */
    .otherpublication_with_image .image_box {
        right: unset;
        bottom: -103px;
        top: unset;
        left: 50%;
        transform: translateX(-50%) skew(0deg, -13deg);
    }

    .otherpublication_with_image .wrapper {
        padding: 0;
    }

    .otherpublication_with_image .innet_section {
        width: 100%;
        padding: 80px 40px 170px 40px;
        min-height: unset;
    }

    .otherpublication_with_image .content_box {
        padding-right: 0;
    }

    .otherpublication_with_image {
        padding-bottom: 135px;
    }

    .project_page .otherpublication_with_image .content_box {
        padding-top: 0;
    }

    .map_section iframe {
        height: 602px;
    }

    .mapimage_text .inner_section .left_image img {
        width: 222px;
        height: auto;
    }

    .otherpublication_with_image .image_box {
        width: 222px;
        height: 222px;
    }

    .subscribe_section .left_part img {
        width: 222px;
    }

    .subscribe_section .left_part {
        min-height: 300px;
    }

    .subscribe_section .right_part a.btn_three {
        bottom: -300px;
    }

    /* other publication css  */
    .other_publication_page .downloads_card .card {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 45px;
    }

    .newsletter_page .downloads_card .card {
        margin-bottom: 35px;
    }

    /* case study css */
    .case_studies_card .left_part img {
        top: -111px;
        width: 222px;
        height: 222px;
    }

    .case_studies_card .card {
        margin: 111px 0 60px;
    }

    .case_studies_card .right_part {
        padding: 150px 40px 60px;
    }

    .case_studies_card {
        margin-top: 20px;
    }

    /* about css */
    .about_card_section .team_information_box .innet_section {
        width: 100%;
    }

    .about_card_section .team_information_box {
        padding-bottom: 160px;
    }

    .about_card_section .team_information_box .wrapper {
        padding: 0;
    }

    .about_card_section .team_information_box.single_box {
        padding-top: 0;
    }

    .about_card_section {
        padding-top: 40px;
    }

    .about_card_section .team_information_box.single_box .btn_box {
        float: unset;
        margin-top: 30px;
        text-align: left;
        margin-bottom: 60px;
    }

    .about_card_section .team_information_box .btn_three.mobile_view {
        max-width: unset;
        padding-right: 100px;
    }

    .about_card_section .team_information_box .image_box {
        width: 222px;
        height: 222px;
    }

    .otherpublication .innet_section, .roosevelt_inner_page .rightpart_content, .blog_card .card, .two_column_box .card_section .card, .team_information_box .innet_section, .otherpublication_with_image .innet_section, .associates_green .skew_text, .associates_current .outer_part, .two_column_full_bg .card, .description_box_with_bg .skew_text, .workingpaper_card .innet_section, .history_slider_section .otherpublication_with_image.layout_three .left_inner_section, .otherpublication_with_image .innet_section, .otherpublication_with_image.detail_top_section .card_two {
        border-radius: 30px;
    }

    /* associates css */
    .associates_green .left_text::after {
        display: none;
    }

    .associates_green .wrapper {
        padding: 0;
    }

    .associates_current {
        padding: 0px 0 60px;
    }

    .associates_current .wrapper {
        padding: 0;
    }

    .associates_page .otherpublication .innet_section {
        width: 100%;
    }

    .mobile_menu_section .toogle_btn {
        right: -10px;
    }

    .mobile_menu_section a {
        font-size: 25px;
    }

    .mobile_menu_section .navigation_section>ul>li {
        margin-bottom: 20px;
    }

    .mobile_menu_section .navigation_section>ul>li li a {
        font-size: 20px;
    }

    .mobile_menu_section .navigation_section .sub-menu li {
        margin-bottom: 10px;
    }

    .description_box_with_bg .image_box {
        width: 222px;
        height: auto;
        margin: -125px auto 0;
    }

    .description_box_with_bg {
        margin-top: 122px;
    }

    .description_box_with_bg .wrapper, .two_column_full_bg .wrapper {
        padding: 0;
    }

    .description_box_with_bg .content_box_bottom {
        padding: 0 40px;
    }

    /* search css  */
    .search_page .otherpublication .innet_section {
        width: 100%;
    }

    .search_publication h4, .search_publication p, .search_publication p a, .search_publication h3, .webinars_page .archive_description .tab_body .card h4 a {
        font-size: 16px;
    }

    /* working paper css  */
    .advance_search .date {
        width: auto !important;
    }

    .advance_search .advance_field .field:last-child {
        width: auto;
    }

    /* news archive css */
    .news_archive_page .archive_description .tab_body .left_image {
        width: 66px;
    }

    .news_archive_page .archive_description .tab_body .right_text {
        width: calc(100% - 66px);
        padding-left: 20px;
    }

    /* other event css  */
    .faq_archives h4, .research_workshop_page .archive_description .acc-title h3 {
        font-size: 16px;
    }

    .faq_archives .acc-title, .archive_description .acc-title {
        padding: 10px 30px 10px 0;
    }

    .faq_archives .acc-items .acc-content, .archive_description .acc-content {
        padding-right: 25px;
    }

    .history_slider_section .otherpublication_with_image .wrapper {
        padding: 0 0px;
    }

    .history_slider_section .otherpublication_with_image.layout_five .wrapper {
        padding: 0 40px;
    }

    .history_slider_section .otherpublication_with_image.layout_two .three_image_box img {
        width: 195px;
    }

    .history_slider_section .otherpublication_with_image.layout_two .three_image_box {
        width: calc(100% - 35%);
    }

    .history_slider_section .otherpublication_with_image.layout_two .three_image_box img:nth-child(2) {
        margin-left: 17%;
        margin-top: -10%;
    }

    .history_slider_section .otherpublication_with_image.layout_two .three_image_box img:nth-child(3) {
        margin-left: 35%;
        margin-top: -10%;
    }

    .history_slider_section .otherpublication_with_image {
        padding: 80px 0 150px;
    }

    .history_slider_section .otherpublication_with_image.layout_one .innet_section {
        margin-top: 210px;
    }

    .blog_section.blog_team .image.mobile_show {
        display: block;
    }

    .blog_section.blog_team .team_bg {
        display: none;
    }

    .blog_section.blog_team .image.mobile_show img {
        width: 140px;
        height: 140px;
        border-radius: 100%;
    }

    .blog_section.blog_team .blog_card .card .inner_card, .page-template-template-people-inner .blog_section.blog_team .blog_card .card .inner_card {
        margin-top: 0;
    }

    .people_page .news_post .blog_card .card {
        min-height: unset;
    }

    /* people main css  */
    .team_information_box .wrapper {
        padding: 0;
    }

    /* research page css  */
    .research_areas .area_content h2 {
        font-size: 30px;
    }

    .research_areas .inner_area {
        transform: skew(0deg, 13deg);
        border-radius: 30px;
        box-shadow: 0 3px 46px rgba(0, 0, 0, 0.1);
        background: #fff;
        position: relative;
        z-index: 10;
        overflow: hidden;
    }

    .research_areas .inner_area .area_content {
        transform: skew(0deg, -13deg);
        width: 100%;
        padding: 55px 40px 78px;
    }

    .research_areas .wrapper, .research_faq .wrapper {
        padding: 0;
    }

    .research_faq .research_faq_section .acc-content {
        display: none;
    }

    .research_faq .research_faq_section .acc-title h2 {
        margin-bottom: 0;
    }

    .research_faq .research_faq_section .acc-title {
        background: #fff;
        padding: 24px 40px 24px 80px;
        position: relative;
        cursor: pointer;
    }

    .research_faq .research_faq_section .acc-items {
        margin-bottom: 50px;
    }

    .research_faq .research_faq_section .acc-content .image_gallery {
        padding: 30px 40px 0;
    }

    .research_faq {
        margin: 60px 0 40px;
    }

    .research_faq .research_faq_section .acc-title::before {
        transition: 0.4s;
        content: "";
        position: absolute;
        width: 24px;
        height: 4px;
        left: 40px;
        top: 40px;
        background: #008932;
    }

    .research_faq .research_faq_section .acc-title::after {
        transition: 0.4s;
        content: "";
        position: absolute;
        width: 24px;
        height: 4px;
        left: 40px;
        top: 40px;
        background: #008932;
        transform: rotate(-90deg);
    }

    .research_faq .research_faq_section .acc-title.active::after {
        opacity: 0;
        visibility: hidden;
    }

    .description_box_with_bg.research_description .fixed_bg {
        background: none !important;
    }

    .description_box_with_bg.research_description .left_text {
        padding-bottom: 0;
        background: none !important;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }

    .description_box_with_bg.research_description .image_box {
        margin-top: 0;
    }

    .description_box_with_bg.research_description .inner_text {
        padding-top: 0;
    }

    .description_box_with_bg.research_description {
        margin-top: 250px;
    }

    .description_box_with_bg.research_description .skew_text {
        padding: 65px 40px 190px;
    }

    .description_box_with_bg.research_description .left_inner_text {
        padding-top: 32px;
    }

    .description_box_with_bg.only_text_box .wrapper {
        padding: 0 40px;
    }

    .description_box_with_bg.only_text_box.left_align .fixed_bg {
        left: unset;
        right: -970%;
    }

    .description_box_with_bg.only_text_box .left_text {
        padding: 60px 0;
        padding-left: 40px;
    }

    .description_box_with_bg.only_text_box {
        margin: 80px 0 30px;
    }

    .otherpublication_with_image.detail_top_section .card_two {
        width: 100%;
        margin-top: 150px;
    }

    .team_details_page .otherpublication_with_image .innet_section, .team_details_page .otherpublication_with_image.detail_top_section .card__image .image_box_new {
        padding-left: 30px;
        padding-right: 30px;
    }

    .team_details_page .otherpublication_with_image.detail_top_section .card__image {
        width: 100%;
    }

    .otherpublication_with_image.detail_top_section {
        padding-bottom: 60px;
    }

    .publication_card_btn .blog_card .card {
        width: 100%;
    }

    .publication_card_btn .blog_card .card:nth-child(3) {
        top: unset;
        margin-top: 40px;
    }

    .home_page .blog_card .button_section a {
        margin-right: 0;
        margin-left: 30px;
    }

    .working_paper_details .inner_section {
        max-width: 100%;
    }

    /* .team_details_page .otherpublication_with_image.detail_top_section .card_two{margin-top: 50px;} */
    .peoples_banner .right_part {
        width: calc(100% + 80px);
        left: -40px;
    }

    .peoples_banner .right_part .image_box {
        top: -60px;
    }

    .peoples_banner .right_part .image_box {
        height: 130%;
    }

    .main_banner .slider_card {
        min-height: 250px;
    }

    .main_banner h2 {
        min-height: 95px;
    }
}

}

@media only screen and (max-width: 500px) {
    .main_banner h2 {
        font-size: 23px;
    }

    .main_banner .banner_inner {
        width: 100%;
        margin-left: 0;
    }

    .blog_card .button_section a {
        width: 78%;
    }

    footer .field input {
        width: 100%;
        margin-bottom: 15px;
    }

    .subscribe_section .right_part a.btn_three br {
        display: none;
    }

    /* case study pages css  */
    .mapimage_text .inner_section {
        padding-top: 0;
    }

    .faq_section .acc-items:first-child .acc-title.active::before {
        top: -67px;
        height: 105px;
    }

    .mapimage_text {
        margin-bottom: 15px;
    }

    /* about the project css  */
    .project_left_right .image_box .image {
        width: 300px;
        margin-top: -150px;
    }

    .project_left_right {
        padding-top: 154px;
    }

    .roosevelt_inner_page .rightpart_content {
        margin-top: 70px;
    }

    .project_left_right.opposite_section .text_box {
        padding: 30px 30px 30px;
    }

    .first_phase {
        padding-top: 0;
    }

    .first_phase .inner_content .btn_three {
        font-size: 16px;
    }

    .roosevelt_inner_page .otherpublication .card_repeat .right_text {
        width: 69%;
    }

    .roosevelt_inner_page .otherpublication .innet_section {
        padding: 70px 30px 69px 30px;
    }

    /* innteractive mapping tool css  */
    .workingpaper_card .innet_section::before {
        height: 185px;
        top: -90px;
    }

    .event_circle.two_column_box .event_card {
        max-width: 100%;
    }

    .event_circle.two_column_box .event_card .image_card {
        width: 222px;
    }

    /* about page */
    .about_card_section .team_information_box h2 {
        font-size: 30px;
    }

    /* associates css */
    .associates_green .left_inner_text {
        padding-bottom: 0;
    }

    .associates_green .skew_text {
        padding: 40px;
    }

    .associates_green {
        margin: 50px 0;
    }

    .mobile_menu_section .navigation_section li {
        width: 100%;
    }

    .mobile_menu_section .toogle_btn {
        top: 8px;
    }

    .two_column_full_bg .card .inner_text {
        padding: 30px 0;
    }

    .description_box_with_bg .skew_text {
        padding: 55px 40px;
    }

    .two_column_full_bg {
        margin: 50px 0;
    }

    .faculty_executive .card {
        width: 100%;
    }

    .faculty_executive ul::before {
        display: none;
    }

    .faculty_executive .card:last-child {
        padding-left: 0;
    }

    .faculty_executive {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .faculty_executive .card {
        padding-bottom: 10px;
    }

    .description_box_with_bg {
        margin-bottom: 10px;
    }

    /* working paper css  */
    .workingpaper_card .innet_section::before {
        height: 150px;
        top: -66px;
    }

    .advance_search .date label {
        margin-right: 10px;
    }

    .advance_search .date {
        margin-right: 2% !important;
    }

    .blog_section.full_width.three_column_card {
        margin-bottom: 30px;
    }

    /* history page */
    .history_slider_section .layout_five .full_width_content li {
        width: 48%;
    }

    .history_slider_section .layout_five .full_width_content li {
        font-size: 14px;
    }

    /* people main css  */
    .team_information_section .image_with_text .image_box img {
        width: 300px;
    }

    .team_information_section .image_with_text .content_box .image_card {
        width: 100px;
        height: 100px;
    }

    .team_information_section .image_with_text .content_box {
        width: 300px;
    }

    .team_information_section .image_with_text .content_box .image_card.reload {
        top: 73px;
        left: 122px;
    }

    .team_information_section .image_with_text .content_box .image_card.one {
        top: 0px;
        left: 200px;
    }

    /* research page css  */
    .research_faq .acc-content .image_gallery .card {
        width: 90%;
        margin: 0 auto 30px !important;
        float: unset;
    }

    .research_areas .area_content h3 {
        font-size: 16px;
    }

    .research_faq {
        margin: 30px 0;
    }

    .working_paper_details h3, .working_paper_details h4 {
        font-size: 16px;
    }

    .working_paper_details h3 br, .working_paper_details h1 br {
        display: none;
    }

    .working_paper_details .btn_three {
        min-width: 55%;
        margin-bottom: 10px;
    }

    .working_paper_details .button_box {
        padding-top: 10px;
    }

    .working_paper_details h4 {
        margin-bottom: 25px;
    }

    .peoples_banner .right_part {
        border-radius: 30px;
    }

    .team_details_page .otherpublication_with_image .innet_section {
        padding-bottom: 0;
    }

    .history_slider_section .mobile_view img {
        width: 160px;
    }
}

@media only screen and (max-width: 375px) {
    .research_faq .acc-content .image_gallery .text_overlap h3 {
        font-size: 16px;
    }

    .research_faq .acc-content .image_gallery .text_overlap {
        position: absolute;
        bottom: 30px;
        left: 20px;
        padding-right: 20px;
    }

    .header {
        min-height: 110px;
    }

    /* case study pages css  */
    .mapimage_text .inner_section .left_image {
        width: 100%;
    }

    /* about the project css  */
    .roosevelt_inner_page .rightpart_content {
        margin-top: 54px;
    }

    .project_left_right .image_box .image {
        width: 240px;
        margin-top: -120px;
    }

    .project_left_right {
        padding-top: 120px;
    }

    /* innteractive mapping tool css  */
    .workingpaper_card .innet_section::before {
        height: 150px;
        top: -70px;
    }

    /* other publication css  */
    .downloads_section h2 {
        font-size: 25px;
    }

    /* newsletter css */
    .newsletter_page .downloads_card .card .title a {
        font-size: 14px;
    }

    .faq.faqtop_banner .card_repeat .left_image {
        width: 100%;
    }

    .faq.faqtop_banner .card_repeat .right_text {
        width: 100%;
        padding-left: 0px;
        padding-top: 20px;
    }

    /* associates css */
    .associates_current .card {
        width: 100%;
        text-align: center;
    }

    .associates_current .card {
        margin-bottom: 50px;
    }

    .associates_green {
        margin: 40px 0;
    }

    /* global p css  */
    p, body {
        font-size: 14px;
    }

    .history_slider_section .otherpublication_with_image.layout_two .three_image_box {
        width: 100%;
        overflow: hidden;
    }

    .history_slider_section .otherpublication_with_image.layout_two .three_image_box img:nth-child(2) {
        margin-left: 25%;
        margin-top: -10%;
    }

    .history_slider_section .otherpublication_with_image.layout_two .three_image_box img:nth-child(3) {
        margin-left: 50%;
        margin-top: -10%;
    }

    .history_slider_section .otherpublication_with_image.layout_two .three_image_box img {
        width: 50%;
    }

    .history_slider_section .top_title {
        margin-top: -120px;
    }

    /* research page css  */
    .research_faq .acc-content .image_gallery .card {
        width: 100%;
    }

    .team_information_section .image_with_text .content_box .image_card.three {
        left: 100px;
    }

    .team_information_section .image_with_text .content_box .image_card.two {
        left: 10px;
    }

    .team_information_section .image_with_text .content_box .image_card.one {
        left: 190px;
    }

    .working_paper_details {
        padding: 150px 0 50px;
    }
}

@media only screen and (max-width: 350px) {
    .main_banner {
        min-height: 550px;
    }

    .main_banner .slider_bg_outer .full_bg {
        min-height: 550px;
    }

    .wrapper {
        padding: 0 20px;
    }

    .header {
        min-height: 110px;
    }

    .mobile_bar {
        right: 20px;
    }

    .header .logo {
        width: 200px;
    }

    /* about the project css  */
    .roosevelt_inner_page .otherpublication .card_repeat .left_image {
        width: 100%;
    }

    .roosevelt_inner_page .otherpublication .card_repeat .right_text {
        width: 100%;
    }

    .project_left_right.opposite_section .text_box {
        padding: 30px 20px 30px;
    }

    .roosevelt_inner_page .otherpublication .innet_section {
        padding-left: 20px;
    }

    .otherpublication .innet_section {
        padding: 80px 20px 80px 20px;
    }

    .faq_section .acc-title {
        padding: 32px 20px;
    }

    .faq_section .acc-items .acc-content {
        padding: 30px 20px 0;
    }

    .roosevelt_inner_page .rightpart_content {
        padding: 0 20px;
    }

    /* innteractive mapping tool css  */
    .workingpaper_card .innet_section {
        padding: 30px 20px 40px 20px;
    }

    .project_left_right .text_box {
        padding: 0 20px;
    }

    /* our impact css  */
    .otherpublication_with_image .innet_section {
        padding: 80px 20px 170px 20px;
    }

    /* our impact css  */
    .otherpublication_with_image .innet_section {
        padding: 80px 20px 170px 20px;
    }

    .downloads_section .wrapper {
        padding: 0 20px;
    }

    /* case study css */
    .case_studies_card .right_part {
        padding-left: 20px;
        padding-right: 20px;
    }

    .case_studies_card .right_part a, .otherpublication_with_image .btn_box a, .about_card_section .team_information_box .btn_three.mobile_view {
        font-size: 14px;
    }

    /* about css */
    .about_card_section .team_information_box .innet_section {
        padding: 75px 20px 75px 20px;
    }

    /* associates css */
    .associates_green .left_text {
        padding: 0px 20px 230px;
    }

    .associates_green .skew_text {
        padding: 20px 20px;
    }

    .associates_current .outer_part {
        padding: 50px 20px;
    }

    .blog_card .card {
        padding: 60px 20px 100px;
    }

    .blog_section.two_column_box .blog_card .card {
        padding: 80px 20px 80px;
    }

    .mobile_menu_section .navigation_section>ul>li {
        margin-bottom: 20px;
    }

    .mobile_menu_section .navigation_section .sub-menu a {
        font-size: 18px;
    }

    .mobile_menu_section a {
        font-size: 22px;
    }

    .mobile_menu_section .toogle_btn {
        top: 4px;
    }

    .mobile_menu_section .logo {
        width: 180px;
    }

    .two_column_full_bg .card, .description_box_with_bg .skew_text {
        padding: 50px 20px;
    }

    /* news details css  */
    .wrapper_small, .archive_description .wrapper {
        padding: 0 20px;
    }

    .history_slider_section .otherpublication_with_image.layout_five .wrapper {
        padding: 0 20px;
    }

    .history_slider_section .otherpublication_with_image .content_box {
        padding: 0;
    }

    .history_slider_section .otherpublication_with_image.layout_three .inner_text {
        padding: 0;
    }

    /* research page css  */
    .research_areas .inner_area .area_content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .research_faq .research_faq_section .acc-title::after, .research_faq .research_faq_section .acc-title::before {
        left: 20px;
    }

    .research_faq .research_faq_section .acc-title {
        padding-right: 20px;
        padding-left: 55px;
    }

    .research_faq .research_faq_section .acc-content .image_gallery {
        padding: 30px 20px 0;
    }

    .description_box_with_bg.only_text_box .left_text {
        padding-left: 20px;
    }

    .description_box_with_bg.only_text_box .wrapper {
        padding: 0 20px;
    }

    .peoples_banner .right_part {
        width: calc(100% + 40px);
        left: -20px;
    }

    .team_details_page .otherpublication_with_image .innet_section {
        padding-right: 20px;
    }
}