body {
    padding: 0;
    margin: 0px;
    color: #404040;
    font-family: 'ProximaNova', sans-serif;
    background: #fff;
    font-weight: normal;
}

button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    clear: both;
    padding: 0;
    margin: 0;
}
figure {
    max-width: 100%;
}
p {
    clear: both;
    padding: 0 0 12px 0;
    margin: 0;
    color: #051C37;
    font-size: 20px;
    line-height: 28px;
}



p a:hover,
a,
a:hover {
    text-decoration: none;
    color: #0091FF;
}

h1 {
    color: #0091FF;
    font-family: 'Source Serif Pro', sans-serif;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -0.6px;
    line-height: 60px;
}

h2 {
    color: #051C37;
    font-family: 'Source Serif Pro', sans-serif;
    font-size: 56px;
    font-weight: 600;
    line-height: 47px;
}

h3 {
    color: #0091FF;
    font-family: 'Source Serif Pro', sans-serif;
    font-size: 50px;
    letter-spacing: -0.5px;
    line-height: 52px;
}

h4 {
    color: #051C37;
    font-size: 35px;
    font-family: 'ProximaNova', sans-serif;
    line-height: 44px;
    font-weight: 300;
}

h5 {
    color: #051C37;
    font-size: 32px;
    font-family: 'Proxima Nova Bold', sans-serif;
    line-height: 36px;
}

h6 {
    color: #46A7F1;
    font-size: 25px;
    font-family: 'Proxima Nova Bold', sans-serif;
    line-height: 32px;
}

h7 {
    color: #051C37;
    font-family: 'Source Serif Pro', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
}

h8 {
    color: #00D5CF;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

iframe {
    max-width: 100%;
}

img {
    max-width: 100%;
}

blockquote {
    font-size: 37px;
    line-height: normal;
}


@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Th';
    src: url('../fonts/ProximaNovaT-Thin.woff2') format('woff2'),
        url('../fonts/ProximaNovaT-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNova-Light.woff2') format('woff2'),
        url('../fonts/ProximaNova-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url('../fonts/SourceSerifPro-Regular.woff2') format('woff2'),
        url('../fonts/SourceSerifPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url('../fonts/SourceSerifPro-SemiBold.woff2') format('woff2'),
        url('../fonts/SourceSerifPro-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url('../fonts/SourceSerifPro-Bold.woff2') format('woff2'),
        url('../fonts/SourceSerifPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*------------------------------------*\
         Custom Css Start
\*------------------------------------*/


header {
    z-index: 10;
    position: relative;
    background-color: #051C37;
}

.container {
    max-width: 1200px;
}

.container-md {
    max-width: 1400px;
    width: 100%;
}

.container-lg {
    max-width: 1460px;
    width: 100%;
}

.container-lg-xd {
    max-width: 1510px;
    width: 100%;
    margin: 0 auto;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
}

.logo {
    max-width: 282px;
    padding: 38px 0;
    height: 197px;
}

.header-right {
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
}

.hdr-top-link {
    display: flex;
    margin: 31px 0 0 0;
    padding: 0;
    list-style: none;
    align-items: center;
}

.hdr-top-link li {
    margin-left: 40px;
}

.hdr-top-link li:first-child {
    margin-left: 0;
}

.hdr-top-link li a {
    color: #57CEFF;
    font-family: 'Source Serif Pro', serif;
    font-size: 18px;
    line-height: 12px;
    transition: 0.3s;
    position: relative;
}

.hdr-top-link li a:hover {
    color: #46A7F1;
}

.hdr-top-link li.current_page_item a {
    color: #57CEFF;
}

.hdr-top-link li a:before {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #0091ff;
}

.hdr-top-link li:hover a:before {
    transform: scaleX(1);
    transform-origin: bottom left;
    transition: transform 0.5s ease-out;
}


.navbar {
    padding: 0
}

.navbar-light .navbar-nav .menu-item {
    margin-left: 60px;
}

.navbar-light .navbar-nav .menu-item:first-child {
    margin-left: 0px;
}

.navbar-light .navbar-nav a {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 17px;
    padding: 41px 0;
}

/*.navbar-light .navbar-nav a:hover,
.navbar-light .navbar-nav .menu-item:hover a{
    color: #46A7F1;
}*/

.navbar-light .navbar-nav .menu-item.current-menu-item>a {
    color: #fff;
}

.dropdown-toggle::after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    height: 10px;
    width: 10px;
    cursor: pointer;
    border-top: 0;
    border-left: 0;
}

.sub-menu {
    background-color: #061b36;
    border-radius: 0 0 .25rem .25rem;
    border: none;
    list-style: none;
    position: absolute;
    padding: 0px;
    display: none;
}

.navbar-light .navbar-nav .sub-menu li.menu-item {
    margin: 0px;
}

.navbar-light .navbar-nav .sub-menu li.menu-item a {
    font-size: 21px;
    color: #46A7F1;
    transition: all 0.3s;
    padding: 0.25rem 1rem !important;
    line-height: 32px;
}

.navbar-light .navbar-nav .sub-menu li.menu-item a:hover {
    background: rgba(255, 255, 255, .3);
    color: #fff;
}

.navbar-light .navbar-nav .sub-menu li.menu-item a:before {
    display: none;
}

.navbar-light .navbar-nav li.menu-item-has-children>a:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    height: 10px;
    width: 10px;
    cursor: pointer;
    border-top: 0;
    border-left: 0;
    display: inline-block;
    margin-left: 12px;
    vertical-align: 0.255em;
    content: "";
}


.sub-menu-toggle {
    display: none;
}


.navbar-light .navbar-nav a {
    position: relative;
    display: block;
}

.navbar-light .navbar-nav a:before {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 25px;
    left: 0;
    background-color: #0091ff;
}

.navbar-light .navbar-nav .menu-item:hover a:before {
    transform: scaleX(1);
    transform-origin: bottom left;
    transition: transform 0.5s ease-out;
}

.hdr-top-link li.current-menu-item a:before,
.navbar-light .navbar-nav .menu-item.current-menu-item a:before {
    transform: inherit;
}


.c-video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-banner {
    position: relative;
    /*background: url("../images/video-banner.jpg") no-repeat center center;*/
    background-size: cover;
    /* height: 650px; */
}

.video-btn {
    height: 118px;
    width: 118px;
    line-height: 77px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.video-banner .video-area iframe {
    background: #000;
    max-height: none !important;
    height: 100%;
}


.flexibility {
    padding: 80px 0px;
}

.flexibility-block {
    padding-top: 10px;
}

.flexibility-block h1 {
    color: #0091ff; 
    /* color: #01599c; */
    position: relative;
    padding: 0 0 0 40px;
}
.flexibility-block h1 b{
    font-weight: 600;
     display: block;
}
.flexibility-block h1:before {
    content: "";
    width: 20px;
    height: 100%;
    background: #0091ff;
    /* background: #01599c; */
    position: absolute;
    left: 0px;
}

.flexibility-block h1 span {
    display: block;
}

.flexable-content h4, .flexable-content p {
    letter-spacing: -0.8px;
    padding-bottom: 32px;
}
.flexable-content p{
    color: #051C37;
    font-size: 35px;
    font-family: 'ProximaNova', sans-serif;
    line-height: 44px;
    font-weight: 300;
}
@media (max-width: 1359px) {
    .flexable-content p {
        font-size: 30px;
        line-height: 36px;
    }
}
@media (max-width: 1024px) {
    .flexable-content p {
        font-size: 28px;
        line-height: 32px;
    }
}
@media (max-width: 767px) {
    .flexable-content p {
        font-size: 26px;
        line-height: normal;
    }
}
.flexable-content a {
    color: #0091ff;
    /* color: #01599c; */
    text-transform: uppercase;
    text-decoration: underline;
    font-family: 'ProximaNova', sans-serif;
    font-weight: 600;
}

.flexable-content a:hover {
    text-decoration: none;
}

.btn-primary {
    background: url("../images/btn-arrow.svg") 100% 50% no-repeat !important;
    color: #0091ff; 
    /* color: #01599c; */
    background-size: 20px !important;
    padding-right: 30px;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'ProximaNova', sans-serif;
    font-weight: 600;
    outline: none;
    box-shadow: none !important;
    transition: 0.3s;
    position: relative;
}

.btn-primary:hover {
    outline: none;
    border: none;
    color: #051c37;
}

.btn-primary span {
    display: inline-block;
    position: relative;
}

.btn-primary span:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0px;
    left: 0;
    background-color: #0091ff; 
    /* background-color: #01599c; */
    transform: scaleX(1);
    transform-origin: bottom left;
    transition: transform 0.5s ease-out;
}

.btn-primary:hover span:after {
    display: none;
    /*background-color: #0091ff;*/
}


.btn-primary span:before {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0px;
    left: 0;
    background-color: #0091ff; 
    /* background-color: #01599c; */
    z-index: 9999;
}

.btn-primary:hover span:before {
    background-color: #051c37;
    transform: scaleX(1);
    transform-origin: bottom left;
    transition: transform 0.5s ease-out;
}


.making-old {
    background: url("../images/block-bg.jpg") 50% 50% repeat;
    padding: 64px 0px 70px 0;
    margin: 70px 0;
}

.making-block {
    max-width: 70%;
}

.making-block h2 {
    position: relative;
    padding: 0 0 32px 0;
    margin: 0 0 35px 0;
}

.making-block h2:before {
    background: #51adf4;
    width: 100px;
    height: 5px;
    content: "";
    position: absolute;
    bottom: 0px;
}

.making-block p {
    padding-bottom: 40px;
}


.impact-block {
    background: #051c37;
/*    padding: 130px 0px;*/
    padding: 55px 0;
}

.impact-block h2 {
    position: relative;
    padding: 0 0 32px 0;
    margin: 0 0 35px 0;
    color: #0091ff;
}

.impact-block h2:before {
    background: #0091ff;
    width: 100px;
    height: 5px;
    content: "";
    position: absolute;
    bottom: 0px;
}
.impact-btn .btn-primary {
    background: url("../images/btn-arrow-light.svg") 100% 50% no-repeat !important;
    color: #0091FF;
    background-size: 20px !important;
}
.impact-btn .btn-primary span:before {
    background-color: #0091FF;
}
.impact-btn .btn-primary span:after {
    background-color: #0091FF;
}
.tag-pera {
    color: #E0e0e0;
    font-size: 37px;
    font-family: 'ProximaNova', sans-serif;
    font-weight: 300;
    line-height: normal;
    max-width: 1020px;
    padding: 0 0 72px 0;
}

.impact-block h6 {
    color: #fff;
    padding: 0 0 12px 0;
}

.impact-block h4 {
    color: #E0e0e0;
    padding: 0 0 70px 0;
}

.impact-block p {
    color: #E0e0e0;
}
p.people-category {
    color: #fff;
    padding: 0 0 12px 0;
    font-size: 25px;
    font-family: 'Proxima Nova Bold', sans-serif;
    line-height: 32px;
}

.impact-btn {
    padding: 50px 0 0px 15px;
}

.impact-btn .btn-primary:hover {
    color: #fff;
}

.impact-btn .btn-primary:hover span:after {
    background-color: #fff;
}

.impact-btn .btn-primary:hover span:before {
    background-color: #fff;
}


.making-real-block {
    padding: 123px 0px 174px 0px;
}

.making-real-block h2 {
    position: relative;
    padding: 0 0 32px 0;
    margin: 0 0 35px 0;
    color: #0091ff;
}

.making-real-block h2:before {
    background: #0091ff;
    width: 100px;
    height: 5px;
    content: "";
    position: absolute;
    bottom: 0px;
}

.making-real-block p {
    font-size: 37px;
    color: #051c37;
    font-family: 'ProximaNova', sans-serif;
    font-weight: 300;
    line-height: normal;
    padding-bottom: 55px;
    letter-spacing: -1px;
    margin-top: -10px;
}


.post-block {
    background: #f5f5f5;
    padding-top: 160px;
    padding-bottom: 215px;
    padding-left: calc(calc(100% - 1500px)/2);
}

.post-block .slick-list {
    padding-left: 0px !important;
}

.post-item {
    padding: 0 20px;
}

.post-item img {
    width: 100%;
}

.post-content {
    background: #fff;
    padding: 30px;
    border: 1px solid #E0E0E0;
}

.post-content span {
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'ProximaNova', sans-serif;
    font-weight: 600;
}

.post-content h6 {
    color: #000;
    padding: 15px 0 15px 0;
}

.post-content p {
    padding-bottom: 25px;
    line-height: 26px;
}

.new-content .read-more,
.post-content .read-more {
    font-size: 19px;
    color: #051c37;
    font-family: 'ProximaNova', sans-serif;
    font-weight: 600;
    border: none;
    padding: 0px;
    background: none;
    transition: 0.3s;
}

#featured-slider .post-img img {
    height: 214px;
    object-fit: cover;
}

.new-content .read-more:hover,
.post-content .read-more:hover {
    color: #0091FF;
}

.post-green {
    border-top: #00d5cf solid 7px;
}

.post-green span {
    color: #00d5cf;
}

.post-item a:hover .post-green .read-more {
    color: #00d5cf;
}

.post-purpal {
    border-top: #8f7aff solid 7px;
}

.post-purpal span {
    /* color: #8f7aff; accessibility color change*/
    color: #5039d5;
}

.post-item a:hover .post-purpal .read-more {
    color: #8f7aff;
}

.post-blue {
    border-top: #57ceff solid 7px;
}

.post-blue span {
    color: #57ceff;
}

.post-item a:hover .post-blue .read-more {
    color: #57ceff;
}


.impact-block .people-slider .owl-nav,
.post-block .owl-nav {
    position: relative;
}

.impact-block .people-slider .owl-nav button,
.post-block .owl-nav button {
    width: 56px;
    height: 40px;
    position: absolute;
    bottom: -98px;
    border: none;
    left: 15px;
    font-size: 0px;
}

.post-block .owl-nav .owl-prev {
    background: url("../images/pre.svg") 0 0 no-repeat;
    left: 15px;
}

.post-block .owl-nav .owl-next {
    background: url("../images/next.svg") 0 0 no-repeat;
    left: 90px;
}

.impact-block .people-slider .owl-nav button span,
.post-block .owl-nav button span {
    display: none;
}


.post-block .owl-nav .owl-prev:hover {
    background: url("../images/pre-hover.svg") 0 0 no-repeat;
}

.post-block .owl-nav .owl-next:hover {
    background: url("../images/next-hover.svg") 0 0 no-repeat;
}


.owl-dots {
    text-align: center;
    padding-top: 12px;
}

.owl-dots button {
    display: inline-block !important;
    margin: 0px 8px;
    width: 12px;
    height: 12px;
    font-size: 0px;
    border: none;
    background: #ffffff;
    display: block;
    border-radius: 100%;
}

.owl-dots button.owl-dot.active {
    background: #0090ff;
}


.footer {
    clear: both;
    background: #051c37;
    padding: 80px 0 0 0;
}

.footer-logo {
    padding: 0 0 50px 0;
    max-width: 284px;
}

.footer-about {
    padding: 0px 50px 0px 0px;
}

.footer-about p {
    color: #fff;
    padding: 0 0 30px 0;
    font-size: 21px;
    font-family: 'Source Serif Pro', sans-serif;
}

.footer-about p a {
    color: #fff;
}

.footer-about p a:hover {
    text-decoration: underline;
}

.updates-btn {
    text-align: right;
}

.updates-btn a {
    /* background: #0091ff; Changing Accessblity color */
    /* background-color: #19222a;*/
    color: #051C37; 
    background: #fff;
    border: 2px solid #051C37;
    padding: 15px 28px;
    display: inline-block;
    border-radius: 30px;
    /* font-size: 18px; */
     font-size: 20px;
    text-transform: uppercase;
    transition: 0.3s;
    font-family: 'ProximaNova', sans-serif;
    font-weight: 700;
}

.updates-btn a:hover {
    /* background: #fff; */
     color: #051C37; 
    background: #fff;
    border: 2px solid #051C37;
    /* color: #085a98; */
}

.social-icon {
    text-align: right;
    padding: 40px 0 0 0;
}

.social-icon ul {
    list-style: none;
    margin: 0px;
}

.social-icon ul li {
    display: inline-block;
    color: #0091ff;
    font-size: 21px;
}

.social-icon ul li a {
    color: #0091ff;
    padding: 0px 0px 0 0;
    margin: 0 10px 0 10px;
    font-size: 21px;
    font-family: 'ProximaNova', sans-serif;
    font-weight: 600;
   
}

.footer-about p a,
.privacy-link ul li a,
.footer-link ul li a,
.social-icon ul li a{
     position: relative;
}

.footer-about p a:hover,
.privacy-link ul li a:hover,
.footer-link ul li a:hover,
.social-icon ul li a:hover{
     text-decoration: none;
}

.footer-about p a:before,
.privacy-link ul li a:before,
.footer-link ul li a:before,
 .social-icon ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0px;
    left: 0;
    background-color: #fff;
    z-index: 9999;
}

.footer-about p a:hover:before,
.privacy-link ul li a:hover:before,
 .footer-link ul li a:hover:before,
 .social-icon ul li a:hover:before {
    background-color: #f6f6f6;
    transform: scaleX(1);
    transform-origin: bottom left;
    transition: transform 0.5s ease-out;
}

.social-icon ul li a:hover {
    color: #fff;
}


.footer-link {
    padding: 40px 0 50px 0;
    text-align: right;
}

.footer-link ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer-link ul li {
    padding: 0 0 10px 0px;
    color: #fff;
    font-size: 16px;
}

.footer-link ul li a {
    color: #fff;
    font-size: 21px;
}


.privacy-link {
    background: #4e4e4e;
    padding: 20px 0px;
}

.privacy-link ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.privacy-link ul li {
    float: left;
    color: #fff;
    font-size: 17px;
}

.privacy-link ul li a {
    padding: 0px 0px 0 0;
    margin: 0 0px 0 20px;
    color: #fff;
    font-size: 17px;
}

.privacy-link ul li:first-child a {
    margin-left: 0px;
}


.copyright {
    /* background: #0091ff; Changing Accessblity color */
        background: #19222a;
    padding: 30px 0px;
}

.copyright-txt p {
    color: #fff;
    font-size: 17px;
    padding: 0px 0px;
    margin: 0px;
    line-height: 24px;
}

.copyright-txt p:first-child {
    font-family: 'Proxima Nova Rg', sans-serif;
}


.video-banner iframe {
    display: none;
    position: relative
}


/*inner page css start*/


.main-banner img {
    height: 450px;
    object-fit: cover;
    width: 100%;
}

.video-banner .mute-sound {
    position: absolute;
    bottom: 15px;
/*    bottom: 90px;*/
    right: 35px;
}

.video-banner .mute-sound a img {
    max-width: 70px;
}


.strategic-block {
    padding: 95px 0px;
}

.strategic-block-inner {
    position: relative;
    margin-bottom: 50px;
    padding: 0 0 0 40px;
}

.strategic-block-inner h1 {
    /* color: #051c37; */
}

.strategic-block-inner:before {
    content: "";
    width: 20px;
    height: 100%;
    background: #0091ff;
    /* background: #005b9f; */
    position: absolute;
    left: 0px;
}

.strategic-block-inner h1 b {
    display: block;
    color: #0091ff;
    /* color: #005b9f; */
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 400;
}

.strategic-block-inner h4 {
    letter-spacing: -0.8px;
    padding-bottom: 0px;
}

.strategic-block-inner a {
    color: #0091ff;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: 'ProximaNova', sans-serif;
    font-weight: 600;
}

.strategic-btn {
    padding: 0 0 0 40px;
}


.better-way-block {
    background: #f5f5f5;
    padding:95px 0px;
}

.better-way-block h2 {
    position: relative;
    padding: 0 0 32px 0;
    margin: 0 0 35px 0;
    color: #0091ff; 
    /* color: #007AD9; */
}

.better-way-block h2:before {
    background: #0091ff; 
    /* background: #007AD9; */
    width: 130px;
    height: 6px;
    content: "";
    position: absolute;
    bottom: 0px;
}

.better-way-block h4 {
    padding: 0 0 72px 0;
    max-width: 1020px;
}

.better-way-block h6 {
    padding: 20px 0 6px 0;
    /* color: #005595;  */
}

.better-way-block p {
    max-width: 450px;
}

.making-real-block.better-way-block p {
    max-width: 100%
}

.better-way-block .col-md-6 {
    padding-bottom: 30px;
}

.better-way-block .better-btn {
    padding: 30px 0 0 15px;
}


.we-work-block {
    background: #051c37;
    padding: 120px 0px;
}

.we-work-block h2 {
    position: relative;
    padding: 0 0 32px 0;
    margin: 0 0 35px 0;
    color: #0091ff; 
    

}

.we-work-block h2:before {
    background: #0091ff; 
    width: 130px;
    height: 6px;
    content: "";
    position: absolute;
    bottom: 0px;
}

#work-accordion {
    padding: 50px 0 0 0;
}

.accordion-item {
    background: none;
    border: none;
}

#work-accordion .accordion-button {
    padding: 8px 0px 5px 0px;
    background: none;
    border-top: #46a7f1 solid 1px;
    outline: 0;
    box-shadow: none;
    font-size: 26px;
    color: #fff;
}

#work-accordion .accordion-body {
    padding: 0;
}

#work-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("../images/less.svg");
    background-position: 100% 50%;
}

#work-accordion .accordion-button::after {
    background-image: url("../images/more.svg");
    background-position: 100% 50%;
}

#work-accordion .accordion-body p {
    padding: 0px 0 20px 0;
    color: #E0e0e0;
}

.team-block {
    padding: 70px 0px;
}

.team-slider {
    /*max-width: 1350px;*/
    margin: 0 auto;
}

.team-slider .team-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.team-img:after {
    content: "";
    display: block;
    padding-bottom: 45%;
}

.team-slider.owl-carousel .owl-item {
    max-width: 669px;
}

/*.team-item { padding: 0px 40px;}*/
.team-content {
    background: #f6f6f6;
    border: #e9e9e9 solid 1px;
    padding: 50px 70px;
}


.team-img {
    position: relative;
}

.team-content blockquote {
    color: #939393;
    font-family: 'Source Serif Pro', sans-serif;
    position: relative;
    transition: 0.3s;
}

.team-content blockquote:before {
    content: "";
    width: 20px;
    height: 210px;
    background: #C0c0c0;
    position: absolute;
    left: -70px;
    transition: 0.3s;
}

.team-detail {
    padding: 80px 0 0 0;
}

.team-detail h6 {
    font-size: 21px;
    color: #939393;
    line-height: normal;
}

.team-detail h6 span {
    display: block;
    font-family: 'Proxima Nova Rg', sans-serif;
    font-style: italic;
}

.team-block .owl-dots button {
    width: 16px;
    height: 16px;
    border: #0090ff solid 1px !important;
}

.owl-item.active .team-content blockquote {
    color: #051c37;
}

.owl-item.active .team-content blockquote:before {
    background: #0091ff;
    transition: 0.3s;
}

.owl-item.active .team-detail h6 {
    color: #46A7F1;
    transition: 0.3s;
}


.how-help-block {
    padding: 80px 0px;
}

.how-help-block h2 {
    position: relative;
    padding: 0 0 32px 0;
    margin: 0 0 35px 0;
    color: #0091ff;
}

.how-help-block h2:before {
    background: #0091ff;
    width: 130px;
    height: 6px;
    content: "";
    position: absolute;
    bottom: 0px;
}

.how-help-block h4 {
    padding: 0 0 50px 0;
    max-width: 1020px;
}

.how-help-block h6 {
    color: #1e1e1e;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 600;
    padding: 20px 0 6px 0;
}

.how-help-block h6 span {
    font-size: 40px;
    color: #0091ff;
    font-weight: 400;
}

.how-help-block p {
    max-width: 450px;
}

.how-help-block .col-md-6 {
    padding-bottom: 30px;
}

.how-help-block .better-btn {
    padding: 40px 0 0 15px;
}


.for-change-block {
    padding: 120px 0px 200px 0;
}

.for-change-block-inner {
    background: #051c37;
    padding: 60px 70px;
}

.for-change-top {
    padding: 0 0 70px 0;
    position: relative;
}

.for-change-top:before {
    content: "";
    width: 20px;
    height: 132px;
    background: #0091ff;
    position: absolute;
    left: -70px;
}

.for-change-top h2 {
    color: #fff;
    padding: 0 0 25px 0;
}

.for-change-top p {
    color: #fff;
    max-width: 998px;
}

.for-change-btn {
    color: #fff;
    padding: 10px 28px;
    display: inline-block;
    border-radius: 30px;
    font-size: 21px;
    transition: 0.3s;
    font-family: 'ProximaNova', sans-serif;
    font-weight: 600;
    border: #fff solid 1px;
}

.for-change-btn span {
    background: url(../images/btn-arrow-white.svg) 100% 50% no-repeat !important;
    background-size: 20px !important;
    padding: 0px 28px 0 0;
}

.for-change-btn:hover {
    border: #0091ff solid 1px;
    background: #0091ff;
}

.for-change-btn:hover span {
    color: #fff;
}


.team-slider .owl-item.active.center .team-content blockquote p {
    color: #051C37;
}

.team-slider .owl-item .team-content blockquote,
.team-slider .owl-item .team-content blockquote p {
    /* color: #939393; accessibility color change*/
    color: #7A7A7A;
}


#featured-slider.owl-carousel .owl-stage {
    padding-left: 0px !important;
}


#back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 68px;
    height: 68px;
    z-index: 999999999;
    display: none;
}

#back-to-top a {
    background: #000;
    border: #ffffff solid 1px;
    display: block;
    padding: 18px;
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
}

#back-to-top a img {
    display: block;
}

#back-to-top a:hover {
    background: #0091ff;
}

.strategic-block-inner p a {
    display: block;
    width: fit-content;
    margin-top: 32px;
    text-transform: capitalize;
}

section.news-detail a,
.resources-detail p a {
    /* color: #0091FF;  accessibility color change*/
    color: #051C37 !important;
}
.strategic-block-inner p a:before,
section.news-detail a:before,
.resources-detail p a:before{
 /* display: none; */
}



.impact-block  h4 a{
    position: relative;
    text-decoration: none;
}


.impact-block  h4 a:hover{
    text-decoration: none;
}


.impact-block h4 a:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(1);
    height: 2px;
    bottom: 0px;
    left: 0;
    background-color: #fff;
    z-index: 9999;
}

.impact-block h4 a:before {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0px;
    left: 0;
    background-color: #fff;
    z-index: 9999;
}


.impact-block h4 a:hover:before {
    background-color: #0091FF;
    transform: scaleX(1);
    transform-origin: bottom left;
    transition: transform 0.5s ease-out;
}


.impact-block h4 a:hover:after{
    background-color: #0091FF;
    transform: scaleX(0);
    transform-origin: bottom left;
    transition: transform 0.5s ease-out;
    display: none;
}


.contact-page a,
.strategic-block-inner p a,
section.news-detail a,
.resources-detail p a,
#work-accordion .accordion-body a,
.grant-detail .better-way-block p a,
.tabcontent p a, .speakers-detail a {
    position: relative;
}

.contact-page a:after,
.strategic-block-inner p a:after,
section.news-detail a:after,
.resources-detail p a:after,
.grant-detail .better-way-block p a:after,
#work-accordion .accordion-body a:after,
.tabcontent p a:after, .speakers-detail a:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(1);
    height: 2px;
    bottom: 0px;
    left: 0;
    background-color: #051c37;
    z-index: 9999;
}

.contact-page  a:before,
.strategic-block-inner p a:before,
section.news-detail a:before,
.resources-detail p a:before,
.grant-detail .better-way-block p a:before,
#work-accordion .accordion-body a:before,
.tabcontent p a:before, .speakers-detail a:before {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0px;
    left: 0;
    background-color: #051c37;
    z-index: 9999;
}

.contact-page  a:hover,
.strategic-block-inner p a:hover,
section.news-detail a:hover,
.resources-detail p a:hover,
.grant-detail .better-way-block p a:hover,
.tabcontent p a:hover, .speakers-detail a:hover
 {
    color: #051c37;
}
.contact-page a:hover:before,
.strategic-block-inner p a:hover:before,
section.news-detail a:hover:before,
.resources-detail p a:hover:before,
.grant-detail .better-way-block p a:hover:before,
#work-accordion .accordion-body a:hover:before,
.tabcontent p a:hover:before, .speakers-detail a:hover:before {
    background-color: #0091FF;
    transform: scaleX(1);
    transform-origin: bottom left;
    transition: transform 0.5s ease-out;
}

.contact-page a:hover:after,
.strategic-block-inner p a:hover:after,
section.news-detail a:hover:after,
.resources-detail p a:hover:after,
.grant-detail .better-way-block p a:hover:after,
#work-accordion .accordion-body a:hover:after,
.tabcontent p a:hover:after, .speakers-detail a:hover:after {
    background-color: #0091FF;
    transform: scaleX(0);
    transform-origin: bottom left;
    transition: transform 0.5s ease-out;
    display: none;
}

#work-accordion .accordion-body a:hover {
    color: #fff !important;
}
#work-accordion .accordion-body a:hover:before {
    background-color: #fff;
}

.video-banner iframe {
    display: none;
    position: relative;
    width: 100%;
    height: 650px;
}


#featured-slider.owl-carousel .owl-nav button.owl-next,
#featured-slider.owl-carousel .owl-nav button.owl-prev,
.team-slider.owl-carousel .owl-dot {
    font-size: 0px;
}


/*video section css*/

#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#light {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    width: 1368px;
    max-height: none;
    Transform: translate(-50%, -50%);
    background: #FFF;
    z-index: 1002;
    overflow: visible;
}

#boxclose {
    float: right;
    display: inline-block;
    position: absolute;
    right: 2px;
    top: -42px;
    z-index: 1002;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

#fade:hover~#boxclose {
    display: none;
}

body.video-open {
    overflow: hidden;
}

body.video-open .video-banner {
    position: static;
}

#video-iframe {
    display: block;
    max-height: 80vh;
}

.about-page .strategic-block-inner h1 b {
    font-size: 50px;
    line-height: 52px;
    font-weight: 500;
    display: block;
}

.about-page .making-real-block p {
    font-size: 35px;
    line-height: 44px;
    padding-bottom: 76px;
}

.impact-block .people-owl {
    padding-left: calc(calc(100% - 1200px)/2);
}

@media (min-width: 1400px){
    .impact-block .people-owl {
        padding-left: calc(calc(100% - 1240px)/2);
    }
}

.impact-block .people-slider {
    padding-bottom: 190px
}

.impact-block .people-slider:last-child {
    padding-bottom: 155px
}

.impact-block .people-slider .owl-prev {
    background: url("../images/pre-hover.svg") 0 0 no-repeat;
}

.impact-block .people-slider .owl-next {
    background: url("../images/next-hover.svg") 0 0 no-repeat;
}

.impact-block .people-slider .owl-nav button.owl-next {
    left: 100px;
}

.impact-block .people-slider .owl-nav button {
    bottom: -65px;
}

.impact-block .people-slider h6 {
    padding-bottom: 40px;
    color: #E0e0e0;
}
.impact-block .people-slider .people-category{
    padding: 0 0 12px 0;
    color: #E0e0e0;
    font-size: 25px;
    font-family: 'Proxima Nova Bold', sans-serif;
    line-height: 32px;
}
@media (max-width: 1359px) {
    .impact-block .people-slider .people-category {
        font-size: 21px;
        line-height: 32px;
    }
}
@media (max-width: 767px) {
    .impact-block .people-slider .people-category {
        padding-bottom: 20px;
    }
    .updates-btn.hidden-on-scroll a{
        font-size: 18px !important;
            padding: 15px 20px;
    }
}
.impact-block .people-slider h5 {
    color: #fff;
    font-family: 'Source Serif Pro';
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    padding-top: 25px;
}

.impact-block .people-slider .owl-dots button.owl-dot {
    font-size: 0;
}

.impact-block .people-slider .owl-nav button {
    left: 30px;
}

.impact-stories .team-block .owl-item.center .team-content {
    background: #051c37;
}

.impact-stories .team-block .owl-item.center p,
.impact-stories .team-block .owl-item.center h2 {
    color: #fff;
}

.impact-stories .owl-item.center .team-content .making-block h2:before {
    background: #0091FF;
}

.impact-stories .owl-item.center .team-content .making-block .btn-primary {
    color: #fff;
    background: #0091FF url(../images/btn-arrow-white.svg) 82% 50% no-repeat !important; 
    /* background: #43aeff00 url(../images/btn-arrow-white.svg) 82% 50% no-repeat !important; */
    background-size: 20px !important;
    border: 1px solid #43aeff;
    display: inline-block;
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.impact-block .people-slider .people-list {
    cursor: pointer;
    position: relative;
}

.impact-stories .team-block {
    background: #f4f4f4;
    padding: 136px 0 112px;
}

.impact-stories .team-content {
    background: #fff;
    padding: 30px;
    border-top: 0;
}

.impact-stories .team-content blockquote:before {
    content: none;
}

.impact-stories .team-content .making-block {
    max-width: 100%;
}

.impact-stories .team-content .making-block h2 {
    color: #939393;
    font-weight: 500;
    word-wrap: break-word;
    font-size: 45px;
    line-height: 52px;
}

.impact-stories .team-content .making-block h2:before {
    background: #939393;
}

.impact-stories .team-content .making-block p {
    /* color: #939393; accessibility color change*/
    color: #595959;
    min-height: 100%;
    padding: 0;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 110px !important;
}

.impact-stories .team-content .making-block .btn-primary {
    background-color: #fff !important;
    /* color: #939393; accessibility color change */
    color: #595959;
    text-transform: capitalize;
    font-size: 17px;
    border-radius: 50px;
    border: 1px solid #595959;
    padding: 10px 65px 10px 24px;
    /* background: url(../images/btn-arrow-gray.svg) 82% 50% no-repeat !important; accessibility color change*/
    background: url(../images/btn-arrow-gray-dark.svg) 82% 50% no-repeat !important;
    background-size: 20px !important;
    display: inline-block;
}

.about-page .better-way-block .making-img-block img,
.about-page .better-way-block .making-img-block{
    height: 100%;
}

.making-real-block .col-md-6:last-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.impact-stories .team-content .making-block .btn-primary span:before,
.impact-stories .team-content .making-block .btn-primary span:after {
    content: none;
}

.img-same {
    position: relative;
}

.img-same:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.img-same img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.popup-people .modal-dialog {
    max-width: 1030px;
}

.popup-people .for-change-block-inner {
    background: #f6f6f6;
    padding: 55px 100px 58px 60px;
    border: 0;
    border-radius: 0;
    min-height: 310px;
}

.popup-people .for-change-top {
    padding: 0;
    border: 0;
    align-items: flex-start;
}

.popup-people button.btn-close {
    right: 15px;
    position: absolute;
    top: 15px;
}

.popup-people button.btn-close:focus {
    box-shadow: none;
    outline: none;
}

.popup-people .for-change-top:before {
    height: 211px;
    left: -60px;
}

.popup-people .for-change-top .profil-content {
    padding-left: 38px;
    flex: 0 0 70%;
}

.popup-people .for-change-top .profil-content h4 {
    font-weight: 600;
    color: #0091FF;
    font-family: 'Source Serif Pro';
    font-size: 26px;
    line-height: 30px;
    padding: 0
}

.popup-people .for-change-top .profil-content h5 {
    color: #0091FF;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Proxima Nova Rg';
    padding-bottom: 10px;
    padding-top: 0;
}

.popup-people .for-change-top .profil-content p {
    color: #051C37;
}

.popup-people .for-change-top .for-change-btn span {
    background: transparent !important;
    color: #0091FF;
    padding: 0;
}

.popup-people .for-change-top .for-change-btn {
    border: 1px solid #0091FF;
    padding: 6px 30px;
    margin-top: 20px;
}

.popup-people .for-change-top .for-change-btn:hover span {
    color: #fff;
}

.modal-backdrop {
    background-color: #051C37;
    opacity: .9 !important;
}


.popup-people .for-change-top .img-same {
    flex: 0 0 30%;
}

.popup-impact .modal-dialog {
    max-width: 1030px;
}

.popup-impact .modal-content .modal-header {
    display: block;
    padding: 55px 50px;
    background: #fff;
}

.news-detail .img-imact,
.apply-for-funding .making-old .img-imact,
.popup-impact .modal-dialog .img-imact {
    position: relative;
}

.apply-for-funding .making-old .img-imact>img,
.popup-impact .modal-dialog .img-imact>img {
    width: 100%;
}

.news-detail .img-imact .play-button,
.apply-for-funding .making-old .img-imact .play-button,
.popup-impact .modal-dialog .img-imact .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news-detail .img-imact .play-button img,
.popup-impact .modal-dialog .img-imact .play-button img {
    max-width: 110px;
}

.popup-impact .modal-dialog .impact-block p {
    color: #051c37;
    padding-bottom: 25px;
}

.popup-impact .modal-dialog .modal-content {
    border-radius: 0;
}

.popup-impact .modal-dialog button.btn-close {
    position: absolute;
    right: 25px;
    top: 25px;
}

.popup-impact .modal-dialog button.btn-close:focus {
    box-shadow: none;
}


.video-area-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.video-area-section iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.video-area {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* padding-top: 56.25%;*/
}

.video-area iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 650px;
}


.apply-for-funding .making-old {
    height: 415px;
    margin-bottom: 450px;
}

.apply-for-funding .making-old .img-imact {
    padding-top: 17px;
}

.apply-for-funding .we-work-block {
    background: #F4F4F4;
}
.apply-for-funding .we-work-block h2 {
    /* color: #005392; */
}
.apply-for-funding .we-work-block h2::before {
    /* background-color: #005392; */
}
.apply-for-funding #work-accordion .accordion-button {
    color: #051C37;
}

.apply-for-funding #work-accordion .accordion-body {
    color: #051C37;
}

.apply-for-funding #work-accordion .accordion-button:not(.collapsed)::after {
    background-image: url(../images/blue-less.svg);
}

.apply-for-funding #work-accordion .accordion-button::after {
    background-image: url(../images/blue-more.svg);
}

.apply-for-funding #work-accordion .for-change-btn {
    color: #005392;
    border: #005392 solid 1px;
    margin: 25px 0 28px;
}
.apply-for-funding #work-accordion .for-change-btn:hover{
    background-color: #005392;
}
.apply-for-funding #work-accordion .for-change-btn span {
    background: url(../images/btn-arrow-bule-dark.svg) 100% 50% no-repeat !important;
    background-size: 20px !important;
}

.apply-for-funding #work-accordion .for-change-btn:hover span {
    background: url(../images/btn-arrow-white.svg) 100% 50% no-repeat !important;
    background-size: 20px !important;
}


.grant-detail .strategic-block {
    padding: 90px 0px 40px;
}

.grant-detail .strategic-block-inner:before {
    content: none;
}

.grant-detail .strategic-block-inner {
    padding: 0;
}

/*
.grant-detail .strategic-block-inner h1 {
    font-size: 56px;
}
*/


.grant-detail .better-way-block h4 {
    padding-bottom: 8px;
}

.grant-detail .better-way-block h6 {
    padding: 0 0 30px;
    
}

.grant-detail .better-way-block.about-the-appeal {
    background: #fff;
/*    padding-bottom: 20px;*/
}

.grant-detail .better-way-block p {
    max-width: 870px;
    padding-bottom: 20px;
}

.grant-detail .better-way-block p a {
    color: #051C37;
    /* color: #025595; Accessblity Color Update*/
}

.grant-detail .news-detail-img {
    width: 100%;
    padding: 100px 0 70px;
}

.grant-detail.news-detail .better-way-block h4 {
    /* color: #46A7F1; Accessblity Color Update*/
    color: #0091ff; 
    padding-bottom: 25px;
    font-weight: 400;
}

.grant-detail.news-detail .better-way-block h6 {
    padding-bottom: 5px;
}

section.midd.about-page ul,
section.midd.impact-stories ul,
section.midd.apply-for-funding ul,
section.midd.grant-detail ul,
section.midd.news ul,
section.midd.about-page ol,
section.midd.impact-stories ol,
section.midd.apply-for-funding ol,
section.midd.grant-detail ol,
section.midd.news ol,
section.news-detail ul,
section.news-detail ol,
ul.impact-grants {
    padding: 0;
}

section.news-detail ul li,
section.news-detail ol li,
section.midd.about-page ul li,
section.midd.impact-stories ul li,
section.midd.apply-for-funding ul li,
section.midd.grant-detail ul li,
section.midd.news ul li,
section.midd.about-page ol li,
section.midd.impact-stories ol li,
section.midd.apply-for-funding ol li,
section.midd.grant-detail ol li,
section.midd.news ol li,
ul.impact-grants li {
    color: #051C37;
    font-size: 20px;
    line-height: 28px;
    list-style: none;
    font-weight: 600;
    background: url(../images/btn-arrow.svg) no-repeat 0 12px;
    background-size: 15px;
    padding: 5px 0 5px 30px;
}


nav.breadcrumb-section {
    padding: 20px 45px;
}

nav.breadcrumb-section .breadcrumb {
    margin: 0;
}

nav.breadcrumb-section li.breadcrumb-item {
    font-size: 12px;
    line-height: 17px;
    padding-left: 4px;
}

nav.breadcrumb-section li.breadcrumb-item.active {
    /* color: #0091FF;  Changing Accessblity color*/
    color: #051c37;

}

nav.breadcrumb-section .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 4px;
}

nav.breadcrumb-section li.breadcrumb-item a:hover {
    /* color: #0091FF;  Changing Accessblity color */
      color: #051c37;

}

nav.breadcrumb-section li.breadcrumb-item a {
    /* color: #707070     Changing Accessblity color */ 
      color: #051c37;
}


.midd blockquote {
    background: #F6F6F6;
    padding: 60px 70px;
    position: relative;
    margin: 30px 0 50px;
}

.midd blockquote:before {
    content: "";
    width: 20px;
    height: 50%;
    background: #0091ff;
    position: absolute;
    left: 0px;
    top: 60px;
}

.midd blockquote h1,
.midd blockquote h2,
.midd blockquote h3,
.midd blockquote h4,
.midd blockquote h5,
.midd blockquote h6,
.midd blockquote p {
    font-size: 37px !important;
    line-height: 45px !important;
    font-family: 'Source Serif Pro' !important;
    color: #051C37;
    max-width: 900px;
    font-weight: 400;
    letter-spacing: normal;
}

.midd blockquote h1:after,
.midd blockquote h2:after,
.midd blockquote h3:after,
.midd blockquote h4:after,
.midd blockquote h5:after,
.midd blockquote h6:after,
.midd blockquote p:after {
    content: close-quote;
    background: transparent;
    width: auto;
    height: auto;
    position: inherit;
}

.midd blockquote h1:before,
.midd blockquote h2:before,
.midd blockquote h3:before,
.midd blockquote h4:before,
.midd blockquote h5:before,
.midd blockquote h6:before,
.midd blockquote p:before {
    content: open-quote;
    background: transparent;
    width: auto;
    height: auto;
    position: inherit;
}


.team-content blockquote {
    background: transparent;
    padding: 0;
}

.team-content blockquote h4:before,
.team-content blockquote h4:after {
    content: none;
}

.team-content blockquote::before {
    left: -70px;
    height: 210px;
    top: 0;
}

.team-content blockquote h4 {
    margin-bottom: 16px;
    color: #939393 !important;
}

.team-content .team-detail .team-detail-data {
       color: #19222a;
       font-size: 21px;
    line-height: normal;
    font-family: 'Proxima Nova Rg', sans-serif;
    font-weight: 700;
}

.owl-item.center .team-content .team-detail .team-detail-data {
    color: #0091FF; 
    /* color: #19222a; */
}
.team-detail .team-detail-data span{
    display: block;
    font-family: 'Proxima Nova Rg', sans-serif;
    font-style: italic;
    font-weight: 500;
}

.owl-item.active .team-detail .team-detail-data {
    color: #19222a; 
    /* color: #544c4c; */
}

.owl-item.active .team-content blockquote:before {
    background: #939393; 
    /* background: #544c4c; */
}

.owl-item.center .team-content blockquote:before {
    background: #0091ff; 
    /* background: #055592; */
}

.news-section.post-block {
    padding: 80px 0;
}

.news-section.post-block .news-inner {
    display: flex;
    align-items: stretch;
}

.news-section.post-block .news-inner .news-img {
    flex: 0 0 45%;
    max-width: 570px;
}

.news-section.post-block .news-inner .news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-content {
    background: #fff;
    padding: 40px;
}

.post-block.news-list {
    background: #fff;
    padding: 110px 0 210px;
}

.post-block.news-list .col-md-4 {
    margin-bottom: 40px;
}

.post-block.news-list a {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.post-block.news-list .post-content {
    height: 100%;
}

.dark-post-blue {
    border-top: 7px solid #0091FF;
}

.new-content span {
    color: #051C37;
    font-size: 18px;
    font-family: 'Source Serif Pro';
    font-weight: 400;
    text-transform: none;
}

.post-content.new-content {
    padding: 30px;
}

.new-content h5 {
    padding: 0 0 10px;
}

.post-block.news-list .post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.post-block.news-list #view-more-post img {
    margin-top: 120px;
}

.post-block.news-list .post-grid-inner img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.view-more a {
    color: #0091FF;
    /* color: #025595; */
    text-transform: uppercase;
    font-size: 22px;
    line-height: 47px;
    font-weight: 600;
    transition: 0.3s;
    display: inline-block;
    max-width: max-content;
}

.news .post-block.news-list .view-more a{
        margin: 0 auto;
}
.news-detail {
    padding-bottom: 150px;
}

.news-detail .for-change-block-inner {
    background: #F6F6F6;
}

.grant-detail.news-detail .for-change-top h4 {
    font-size: 37px;
    line-height: 45px;
    font-family: 'Source Serif Pro';
    color: #051C37;
    max-width: 900px;
}

.grant-detail.news-detail .for-change-top:before {
    height: 210px;
}

.news-detail .for-change-block-inner .user h5 {
    color: #0091FF;
    font-size: 21px;
    line-height: 28px;
}

.news-detail .for-change-block-inner .user p {
    color: #0091FF;
    font-style: italic;
    padding: 0;
}

.news-detail .for-change-block {
    padding: 67px 0 60px;
}

.news-detail .img-imact {
    padding-top: 50px;
}

.news-detail .img-imact img {
    width: 100%;
}

.news .post-block.news-list .post-img {
    position: relative;
}

.news .post-block.news-list .post-img:after {
    content: "";
    display: block;
    padding-bottom: 65%;
}




/*Resources Page CSS*/
form.resources-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 80px;
}

form.resources-form .select-resources {
    position: relative;
    max-width: 390px;
    width: 100%;
    margin-right: 28px;
}

form.resources-form .select-resources select {display: none; }
/*form.resources-form .select-resources select {
    background-color: #0091FF !important;
    border-radius: 26px;
    padding: 12px 45px 12px 25px !important;
    color: #fff;
    font-weight: 600;
    background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right 20px center;
    height: 52px !important;
    display: flex;
    align-items: center;
    outline: none;
    width: 100% !important;
    font-size: 21px !important;
    line-height: 21px !important;
    appearance: none;
    border: 0 !important;
}*/

form.resources-form .select-resources .select-selected {
    background-color: #0091FF;
    border-radius: 26px;
    padding: 12px 45px 12px 25px;
    color: #fff;
    font-weight: 600;
    background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right 20px center;
    height: 52px;
    display: flex;
    align-items: center;
}

form.resources-form .select-selected.select-arrow-active {
    border-radius: 26px 26px 0 0;
    background-image: url(../images/up-arrow.svg);
}

form.resources-form .select-items div {
    border-top: 1px solid rgb(255 255 255 / 32%);
}

form.resources-form .select-items div,
form.resources-form .select-selected {
    color: rgb(255 255 255 / 70%);
    padding: 14px 0;
    cursor: pointer;
    font-size: 21px;
    line-height: 21px;
    font-weight: 400;
}

form.resources-form .select-items {
    position: absolute;
    background-color: #0091FF;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 0 0 26px 26px;
    padding: 0 25px;
}

form.resources-form .select-hide {
    display: none;
}

form.resources-form .search-resources {
    position: relative;
}

form.resources-form .search-resources input {
    width: 370px !important;
    margin-right: 28px;
    height: 52px !important;
    border-radius: 26px;
    border: 1px solid #505050 !important;
    padding: 13px 50px 13px 25px !important;
    font-size: 21px !important;
    line-height: 21px !important;
    color: #505050;
    outline: none;
    background-color: #fff !important;
}

form.resources-form .search-resources button.search-btn {
    position: absolute;
    content: "";
    background: url(../images/serach-icon.svg) no-repeat;
    right: 45px;
    top: 50%;
    background-color: transparent;
    border: none;
    width: 22px;
    height: 22px;
    padding: 0;
    transform: translate(0, -50%);
}

form.resources-form .reset-btn a {
    background: #939393 url(../images/close-icon.svg) no-repeat;
    color: #fff;
    border-radius: 26px;
    text-align: center;
    line-height: 52px;
    padding: 0 50px 0 25px;
    font-size: 21px;
    display: block;
    background-size: 14px;
    background-position: right 20px center;
}

.resources-reset .resources-content {
    border-top: 1px solid #0091FF;
    padding-bottom: 100px;
}

.resources-reset .resources-inner {
    border-bottom: 1px solid #0091FF;
    padding: 20px 0;
}

.resources-reset .resources-inner p {
    padding: 0;
}

.resources-reset .resources-inner h6 {
    color: #051C37;
}
.view-more a,
.resources-reset .resources-inner a{
    position: relative;
}
.view-more a:before,
.resources-reset .resources-inner a:before {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0px;
    left: 0;
    background-color: #0091FF;
    z-index: 9999;
}
.view-more a:hover:before,
.resources-reset .resources-inner a:hover:before {
    background-color: #0091FF;
    transform: scaleX(1);
    transform-origin: bottom left;
    transition: transform 0.5s ease-out;
}
.resources-detail {
    padding: 100px 0 70px;
}

.resources-detail p.heading {
    padding-bottom: 0;
    text-transform: capitalize;
}

.resources-detail h3 {
    padding-bottom: 20px;
}

.resources-detail h6 {
    color: #4E4E4E;
    padding-bottom: 20px;
}

.resources-detail .for-change-btn {
    color: #0091FF; 
    /* color: #025595; */
    border: 1px solid #0091FF; 
    /* border: 1px solid #025595; */
    margin-top: 36px;
}

.resources-detail .for-change-btn span {
    background: transparent !important;
    padding: 0;
}

.resources-detail .back-btn {
    margin-top: 85px;
}

.resources-detail .btn-primary {
    padding: 0 0 0 30px;
    background: url(../images/left-btn-arrow.svg) 0 50% no-repeat !important; 
    /* background: url(../images/left-btn-arrow-dark.svg) 0 50% no-repeat !important; */
    background-size: 20px !important;
    color: #0091ff; 
    /* color: #01599c; */
}

.resources-detail .btn-primary:active {
    color: #051c37;
}

.resources-detail .btn-primary:hover {
    color: #051c37;
}


.contact-inner {
    padding:95px 0px;
}

.contact-inner h2 {
    position: relative;
    padding: 0 0 32px 0;
    margin: 0 0 35px 0;
    color: #0091ff;
}

.contact-inner h2:before {
    background: #0091ff;
    width: 100px;
    height: 5px;
    content: "";
    position: absolute;
    bottom: 0px;
}

.contact-inner p.other {
    color: #939393;
    font-size: 17px;
    line-height: 23px;
    padding-bottom: 30px;
}

.contact-inner span {
    display: block;
    color: #051C37;
    font-size: 20px;
    line-height: 28px;
}

.contact-detail {
    background: #f6f6f6;
    padding: 95px 0;
}

.contact-detail h6 {
    color: #051C37;
    padding-bottom: 10px;
}

.contact-detail p {
    /* color: #01599c; Changing Accessblity color*/
    color: #051C37;
    font-size: 17px;
    line-height: 23px;
    font-family: 'Source Serif Pro', sans-serif;
    padding-bottom: 30px;
}

.contact-detail .contact-content {
    padding-right: 30px;
    padding-bottom: 90px;
}

.contact-detail .col-md-4:last-child .contact-content {
    padding-right: 0px;
}

.contact-detail .contact-content span a {
    display: inline-block;
}

.contact-detail .contact-content span h5,
.contact-detail .contact-content span p,
.contact-detail .contact-content span a {
    font-size: 20px;
    line-height: 28px;
}

.contact-detail .contact-content span p {
    font-family: 'Proxima Nova Rg', sans-serif;
    padding: 0;
    color: #31333f;
}

.contact-detail .contact-content span p.director {
    /* color: #01599c;  Changing Accessblity color*/
     color: #051C37;
}


.contact-page a {
    transition: 0.3s;
    color: #051C37 ;
}

.contact-page a:hover {
        color: #051C37 ;
}

.new-news-sec ul {
    max-width: 870px;
}

.new-news-sec p {
    max-width: 870px;
    padding-bottom: 20px;
}

.new-news-sec .video-banner {
    margin-top: 50px;
}

.weknow-sec.grant-detail.news-detail {
    padding-bottom: 0;
}

.news .post-grid-inner.news-post-section {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news .post-block.news-list a {
    position: relative;
}

.strategic-block-inner p.heading {
    padding-bottom: 0;
}

section.new-news-sec.grant-detail.news-detail {
    padding-top: 45px;
}


.video-banner .video-btn a.boxclose:before {
    display: none;
}


.team-slider .team-content {
    padding: 30px;
}

.team-slider .team-content blockquote {
    margin: 0;
}

.team-slider .team-content blockquote::before {
    left: -50px;
    height: 100%;
}
.team-block .team-slider .team-content blockquote::before {
    left: -30px;
}

.team-slider .team-content blockquote p {
    font-size: 24px !important;
    line-height: 27px !important;
    min-height: 150px;
}

.team-slider .team-content .team-detail {
    padding: 24px 0 0 0;
}


.news-detail-page {
    padding:95px 0px;
}

.news-detail-page .grant-detail .strategic-block {
    padding: 0px;
}

.news-detail-page .news-detail,
.news-detail-page .grant-detail .better-way-block.about-the-appeal {
    padding: 0;
}

.news-detail-page .main-banner {
    margin: 25px 0 80px;
}

.news-detail-page .grant-detail .news-detail-img {
    padding: 66px 0 87px;
}

.news-detail-page .video-banner {
    margin-top: 67px;
}

.video-thumb-impact {
  max-width: 100%;
  position: relative;
}
.post-block #featured-slider .post-content h6 {
    min-height: 120px;
}


.video-banner .video-area lottie-player {
    position: absolute;
    top: 50%;
    z-index: 9;
    transform: translate(0, -50%);
}

.video-banner .mute-sound a {
    position: relative;
    z-index: 9;
}


.video-area-section.video-player-impact {
    padding: 0
}



.better-way-block.about-the-appeal .video-area-section.video-player-impact{padding-top: 56.25%;}
.better-way-block.about-the-appeal .video-area-section iframe {display: block; max-height: none; height: 100%;}



.error-404 {text-align: center; padding: 100px 0;}
.error-404 img{padding-top: 40px;}


/*video section css end*/


/*animation css*/


/*.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}*/

/*animation end*/



#cmApp_signupContainer {
    max-width: 750px;
    margin: 0;
    width: 100%;
    background: #fff;
    padding: 35px;
    border-radius: 25px;
    box-shadow: 1px 0px 15px 0px #dbdbdb;
    margin-bottom: 100px;
}

form#cmApp_signupForm {
    padding-bottom: 25px;
}

form#cmApp_signupForm p {
    padding: 0;
}

form#cmApp_signupForm .cmApp_formInput {
    padding-bottom: 20px;
}

label {
    color: #0091ff !important;
    font-family: 'Source Serif Pro', sans-serif !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    display: block;
}

input,
textarea,
select {
    border-radius: 50px;
    outline: none;
    border: 0;
    padding: 15px 25px;
    font-size: 16px;
    color: #051C37;
    width: 100%;
    display: block;
    max-width: 100%;
    background-color: #f1f1f1;
    height: auto;
    line-height: 24px;
}

input[type="checkbox"] {
    width: auto !important;
}

textarea {
    border-radius: 25px;
}

input[type="submit"] {
    border: 1px solid #0091FF ;
    display: block;
    max-width: 185px;
    font-size: 21px ;
    transition: 0.3s;
    font-family: 'ProximaNova', sans-serif ;
    font-weight: 600 ;
    color: #fff;
    background-color: #0091FF ;
}

input[type="submit"]:hover {
    color: #0091FF ;
    background-color: transparent ;
}


/*

.footer div#cmApp_signupContainer {
    margin-right: 0;
    padding: 0;
    max-width: 100%;
    width: 91%;
}
.footer form#cmApp_signupForm {
    display: flex;
    align-items: flex-end;
}
.footer form#cmApp_signupForm input {
    height: auto;
    border-radius: 50px;
    outline: none;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 24px;
}
.footer form#cmApp_signupForm label {
    color: #fff;
}
.footer input.cmApp_formSubmitButton.post-ajax {
    border: 1px solid #0091ff !important;
    background-color: #0091ff !important;
    outline: none !important;
    font-weight: 600;
    transition: 0.3s;
}
.footer input.cmApp_formSubmitButton.post-ajax:hover {
    background-color: transparent !important;
    color: #0091ff !important;
}
.footer form#cmApp_signupForm .cmApp_fieldWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

@media (max-width:991px) {
    .footer form#cmApp_signupForm .cmApp_fieldWrap,
    .footer form#cmApp_signupForm {
        display: block;
    }
    .footer div#cmApp_signupContainer{
        width: 100%;
    }
}*/


a.cmFormElemButton {
    text-decoration: none;
}

.page-template-signup .strategic-block:first-child .strategic-block-inner:before {
    content: "";
}
.page-template-signup .strategic-block:first-child .strategic-block-inner {
    padding-left: 40px;
}




/*/ == WordPress WYSIWYG Editor Styles == /*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
/*	 not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}



/* event page css */

.tab { overflow: hidden; display:flex;}

.tab button { background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 50px 15px;transition: 0.3s;font-size:20px;color: #000;
font-weight: 600; border-bottom:#E6E9F1 solid 3px; margin: 0 50px 0 0; }
.tab button:hover, .tab button.active { border-bottom:#0091FF solid 3px; color: #0091FF;   }

	
.tab-row { background: #E6E9F1; padding:0px 0px  }	
.tab-row .row { align-items: center; }
.book-btn a { background: #0091ff;  color: #fff; padding: 15px 28px; display: block; border-radius: 30px; font-size: 21px;text-transform: uppercase;transition: 0.3s;
 font-family: 'ProximaNova', sans-serif; font-weight: 600; display: flex;justify-content: center; align-items: center; box-shadow: 0px 2px 1px rgba(0,0,0,0.2); }
.book-btn a:hover {background:#0275cd; color:#fff;  }
.book-btn a img { margin: 0 0px 0 12px;  }	  
	
		  
	  
.event-main { padding: 80px 0px;}  
.event-page .strategic-block-inner h1 { max-width: 500px;}
	  
.main-tab .col-md-9 { flex: 0 0 auto; width: 72%; }	  
.main-tab .col-md-3 { flex: 0 0 auto; width: 28%; }	  	  
	  
.tabcontent { display: none;  }



	  
	 
.sidebar { background:#E6E9F1; padding:30px 50px; }
.sidebar ul { list-style:none; margin:0px; padding:0px;  }
.sidebar ul li { display: flex; border-bottom: #C4C6C8 solid 1px; padding:20px 0 20px 0; }

.left-icon { width:30px; margin:0 12px 0 0; max-width: 30px; flex: 0 0 30px;  }
.left-icon img { width: 30px; }	  

.shadul-right label {line-height: 22px; font-family: 'Proxima Nova Bold', sans-serif!important;  }
.shadul-right span { font-size:18px; color:#000; word-break: break-word; }
	  
	  
.event-page .strategic-block-inner { margin-bottom: 0px; }	  
	  
#agenda h3 { color: #1e1e1e; font-weight: 600; padding: 0 0 30px 0 }
/* #agenda h3 span { color: #0091FF;}	  */
	  
#agenda ul { list-style: none; margin: 0px; padding: 0px; }	 
#agenda ul li { display: flex; border-bottom: #C4C6C8 solid 1px; padding: 20px 20px }	 
#agenda ul li label { width:180px;  max-width: 180px; flex: 0 0 180px; margin:0 20px 0 0; font-family: 'ProximaNova', sans-serif!important; color: #051C37!important; }

.agenda-content-block p { padding: 0px 0 10px 0; }
.agenda-content-block p a { color: #0091FF; } 
.agenda-content-block p a:hover { text-decoration: none;}
.agenda-content-block p:last-child { padding: 0px; margin: 0px}
	  
	  
.speakers-list { padding-right:30px; }
.speakers-list .row { margin-bottom:30px; }	  
.speakers-list .row:nth-child(even) { background:#F3F3F3; }
.speakers-img img { width: 100%; height: 200px; object-fit: cover;}
.speakers-detail h5 { font-weight: 600; padding:10px 0 3px 0; font-size: 28px; }	 
.speakers-detail h6 {font-size: 20px; color:#051C37;  font-weight: 600; padding: 0 0 3px 0; }
.speakers-detail a {color: #0091FF; font-size: 18px; }
.speakers-detail a:hover {color: #051c37;}
.btn-check:focus+.btn-primary, .btn-primary:focus{
        color: #0091ff;
}
.impact-block-class-h3 {    
	color: #E0e0e0;
        padding: 0 0 70px 0;
    	font-size: 35px;
    	font-family: 'ProximaNova', sans-serif;
    	line-height: 44px;
    	font-weight: 300;
}

.impact-block a{
    color: #fff;
}