* {
    font-family: "Nunito Sans", sans-serif;
    color: #606060;
}

@font-face {
    font-family: "ChardyScript";
    src: url(Chardy-Script.woff);
}

/*
h1 {
    font-family: "ChardyScript";
    font-size: 140px;
    font-weight: 700;

    z-index: 55;
    color: #ad2b45;
}
*/
.inner-banner.initiatives .bannertxt h1 {
    /*! color: #f2d658; */
}

body {
    padding-top: 86px
}

.padding-item {
    padding: 50px 0;
}

.banner-text p {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 11px;
}

.main-banner {
    position: relative;
    padding: 40px 0;
    background-image: url(../images/bg.jpg);
    background-size: cover;
    height: 87vh;
    overflow: hidden;
    background-attachment: fixed;
}

.banner-text label {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.banner-text h1 span {
    font-weight: 30;
}

.banner-text {
    position: absolute;
    top: 50%;
    z-index: 9;
    transform: translateY(-60%);
    left: 0;
    width: 100%;
}

.inner-banner img {
    width: 100%;
}

.txtimg {
    max-width: 236px;
    margin: 20px 0;
}

.main-banner .bannertxt span {
    font-size: 34px;
    max-width: 310px;
    display: inline-block;
    color: #231f20;
    line-height: 40px;
    margin-bottom: 30px;
}

.mobile {
    display: none
}

.main-banner .bannertxt {
    margin-top: 120px;
}

.bannertxt h1 {
    font-size: 9vw;

    line-height: 112px;
}

h3 {
    font-size: 19px;
    color: #ad2b45;
    margin: 20px 0;
}

.inner-banner .bannertxt {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.inner-banner {
    position: relative;
}

.inner-banner .txtimg {
    max-width: 372px;
    margin: 20px 0;
}

.banner-img {
    position: absolute;
    right: 0;
    max-width: 580px;
    bottom: -40px;
}


h2,
.h2 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
}

section.Advocating {
    text-align: center;
}

.Advocating ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 58px 7px;
    justify-content: center;
}

.Advocating ul li p {
    max-width: 90%;
    margin: auto;
    font-size: 19px;
    color: #fff;
    line-height: 25px;
}

.Advocating ul li {
    background: #ad2b45;
    color: #fff;
    padding: 32px;
    transform: scale(0.9);
    max-width: 33%;
    display: flex;
}

.Advocating ul li:nth-child(2) {
    transform: scale(1.1);
    background-image: url(../images/image.jpg)
}

.Genderequality {
    background-image: url(../images/gendereq-bg.jpg);
    text-align: center;
    background-size: 100%;
    background-attachment: fixed;
}

.gender-gaps {
    background: #f7f1e3;
    text-align: center;
    padding: 69px;
    max-width: 720px;
    margin: 30px auto;
    position: relative;
}

.Genderequality h2 {
    color: #fff;
}

.txtimg2 {
    max-width: 270px;
    margin: 30px auto;
}

.gender-gaps:before {
    content: "";
    background-image: url(../images/symble.png);
    position: absolute;
    right: 20px;
    bottom: 17px;
    width: 90px;
    height: 62px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.subheading h3 {
    color: #ad2b45;
    font-size: 24px;
    margin: 0 0 5px;
}

.subheading label {
    font-size: 19px;
    line-height: 24px;
}

.subheading p {
    margin-top: 26px;
}

p {
    font-size: 15px;
}

.rdmore a {
    border: solid 2px #b52b45;
    padding: 8px 20px;
    color: #606060;
    display: inline-block;
    margin-top: 20px;
    transition: all 0.4s;
}

.rdmore a:hover {
    background: #b52b45;
    color: #fff;
}

section.Initiatives .row {
    align-items: center;
}

.relative {
    position: relative
}

.heading span.numb {
    position: absolute;
    top: -159px;
    font-size: 29vw;
    color: #eeeeee;
    z-index: -1;
    left: 280px;
    font-weight: 700;
}

.colative {
    padding-left: 20px;
}


section.Initiatives .row:nth-child(2) {
    background: #ad2b45;
    color: #fff;
}

section.Initiatives .row:nth-child(2) h2,
section.Initiatives .row:nth-child(2) h3,
section.Initiatives .row:nth-child(2) label,
section.Initiatives .row:nth-child(2) p {
    color: #fff;
    position: relative;
}

section.Initiatives .row:nth-child(2) .rdmore a {
    color: #fff;
    border-color: #fff
}

section.Initiatives .row:nth-child(2) .heading span.numb {
    color: #a2243b;
    z-index: 0
}

section.Initiatives {
    overflow: hidden;
}

.trustees ul {
    display: flex;
    padding: 0;
    list-style: none;
}

.trustees {
    position: relative;
    max-width: 820px;
    margin: auto;
}

.Entrust .heading {
    text-align: center;

}

.heading {

    margin-bottom: 30px;
}

.closeb {
    color: #fff;
    position: absolute;
    top: 9px;
    right: 10px;
    background: #ad2b45;
    width: 20px;
    height: 20px;
    border-radius: 40px;
    text-align: center;
    line-height: 19px;
    font-weight: 600;
    cursor: pointer
}

.profileimg {
    cursor: pointer;
    margin: 0 5px;
}

.profileimg h3 {
    color: #ad2b45;
    font-size: 18px;
    margin: 10px 0;
}

.popup-box .closeb {
    background: #fff;
    color: #ad2b45;
}

.trustees ul {
    position: relative;
}

.popup-box {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    background: #ad2b45;
    width: 100%;
    z-index: 3;
    padding: 20px;
    height: 100%;
}

.reg_popup {
    position: fixed;
    left: 0;
    display: none;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    z-index: 3;
    padding: 20px;
    height: 100%;
    z-index: 9999;
}

.reg_popup > .reg {
    max-width: 440px;
    margin: 20px auto;
    position: relative;
}

.imgp {
    max-width: 220px;
    margin-right: 30px;
}

.reg_popup .closeb {
    background: #040404;
    color: #fff;
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 27px;
    font-weight: 900;
    right: -10px;
    top: -10px;
}

.popcontentboxup {
    display: flex;
}

.popcontentboxup h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.popcontentboxup p {
    color: #fff;
}

.text3 {
    max-width: 77%;
    margin: -60px auto 0;
}

.col-nwlist ul {
    padding: 0 0 0 20px;
    list-style: none;
}

.col-nwlist ul li {
    border-bottom: solid 1px #ad2b45;
    position: relative;
    padding: 10px 0;
    margin: 8px 0;
}

.col-nwlist li a {
    color: #606060;
    display: block;
    padding-right: 60px;
}

/*

.container {
    max-width: 1000px;
}
*/


.col-nwlist ul li span {
    position: absolute;
    right: 0;
    top: 26px;
    border: solid 1px #ad2b45;
    width: 21px;
    height: 21px;
    border-radius: 30px;
    text-align: center;
    line-height: 19px;
    color: #ad2b45;
}

.profileimg img.img-fluid:hover {
    opacity: 0.6;
}

.Advocating ul li:nth-child(2) p {
    font-size: 16px;
    line-height: 22px;
}

.changertxt {
    width: 81%;
    margin: -125px auto -143px;
    position: relative;
    z-index: -1;
}

.inner.Initiatives .heading h2,
.inner .subheading {
    z-index: 5;
    position: relative;
}

.inner.Initiatives .heading span.numb {
    color: #e4dfd1;
    z-index: 0;
}

.cent {
    border-top: solid 3px #a52b45;
    border-bottom: solid 3px #a52b45;
    padding: 30px 0;
    min-height: 180px;
    text-align: center;
    padding: 31px 28px;
    display: flex;
    align-items: center;
}

.We4Herup .row > div {
    display: flex;
    align-items: center;
}

.We4Herup .row > div:nth-child(2) {
    background: #a52b45;
}

.We4Herup .row > div:nth-child(2) p {
    color: #fff;
}

.cent p {
    margin: 0;
}

.image05 {
    max-width: 672px;
    margin: 30px auto 0;
}

.Popular ul {
    display: flex;
    flex-wrap: wrap;
}

.linksmenu.Popular a {
    color: #ad2b45;
    font-size: 17px;
    font-weight: 600;
}

.linksmenu.Popular li {
    margin: 0 18px 0 0;
}

.linksmenu.Popular h3 {
    border-top: solid 2px;
    margin-bottom: 0px;
    padding-top: 16px;
    margin-top: 21px;
    padding-bottom: 13px;
}

.col-md-4.logo2 {
    border-right: solid 2px #ad2b45;
}

footer hr {
    margin: 30px 0;
    border-width: 2px;
}

.trusteesimg {
    background: #a52b45;
    position: relative;
}


.trusteesimg h3 {
    color: #fff;
    font-size: 28px;
}

.trusteesimg p {
    color: #fff;
}

.trustees-txt2 {
    max-width: 90%;
    margin: 10px auto 40px;
}

.trusteesimg .detailsd {
    max-width: 363px;
    margin-top: 70px;
}

.trusteesimg img {
    max-width: 270px;
    margin-top: 30px;
    margin-left: 40px;
}

.trusteesimg.second {
    background: #ece6d8;
}

.trusteesimg.second h3,
.trusteesimg.second p {
    color: #000;
}

.addressbox ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.addressbox li {
    background: #f7f2e7;
    padding: 34px;
    margin: 0 10px;
    text-align: left;
    width: 44%;
}

.addressbox li h3 {
    margin: 0 0 9px;
    font-size: 25px;
    font-weight: 600;
}

.addressbox li p {
    font-weight: 600;
    font-size: 17px;
    margin: 0;
}

.conatctform {
    background: #ae334e;
    padding: 86px 60px 22px;
    margin: -60px 0 0;
}

.conatctform h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 33px;
}

.conatctform .form-control {
    background: #f7f2e7;
    border-radius: 0;
    border: none;
    font-size: 17px;
    margin-bottom: 22px;
}

.btnin .form-control {
    background: #000;
    color: #fff;
    width: 190px;
    font-weight: 600;
}

.form-control.height {
    min-height: 160px;
}

.map {
    margin-top: -65px;
    position: relative;
    z-index: -1;
}

.bannertxt span {
    font-size: 26px;
    line-height: 29px;
    color: #8c8c8c;
}


.initiatives .bannertxt span {
    color: #231f20;
}

.initiatives .bannertxt span.first {
    position: relative;
    left: 67px;
    top: 31px;
}

.initiatives .txtimg {
    max-width: 452px;
    margin-top: -30px;
}

.Reclaiming h3 {
    color: #fff;
    text-align: center;
    background: #ae334e;
    padding: 30px;
    margin: -51px auto 40px;
    position: relative;
    width: 88%;
    font-size: 29px;
}

.Empowering {
    margin-bottom: 30px;
}

.Empowering p {
    text-align: justify;
    padding-right: 20px;
}

.Research-Making {
    background: #efe9db;
    padding-top: 0;
}

.Perceptions {
    margin-top: 50px;
}

.alignitem {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.justify {
    text-align: justify
}

.Reclaiming img {
    border: solid 1px #f7f7ec;
}

.webinarsec {
    background: #ebe6d7;
    padding-bottom: 0;
}

.nwlabel > label {
    color: #ad2b45;
    margin: 10px 0 0;
    font-weight: 600;
    font-size: 14px;
}

.nwlabel > h3 {
    margin: 10px 0 10px;
    font-weight: 600;
    color: #000;
}

.webinarsec ul {
    display: flex;
    padding: 0;
    list-style: none;
    align-items: flex-end;
}

.webinarsec ul li {
    margin: 0 10px;
}

.emptitle span {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
}

.commonim {
    cursor: pointer;
}














li {}
