/************ // DESKTOP MENU CSS START HERE //***********************/
@media (min-width:1200px) {
    .moblelogo {
        display: none;
    }

    .navigation li {
        position: relative;
    }

    .navigation li .sub-menu li {
        padding: 0;
    }

    .navigation ul li ul.sub-menu {
        position: absolute;
        top: calc(100%);
        left: 0;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        z-index: 9;
        background: #ffffff;
        width: 220px;
        padding: 0;
        -webkit-transform: translateY(35px);
        -ms-transform: translateY(35px);
        transform: translateY(35px);
        opacity: 0;
        visibility: hidden;
        box-shadow: 0 0 10px rgb(0 0 0 / 18%);
    }

    .navigation li:hover>.sub-menu {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .navigation ul li ul.sub-menu {
        flex-wrap: wrap;
    }

    .navigation ul li ul.sub-menu li {
        padding: 0;
        width: 100%;
        margin: 0;
    }

    .navigation li .sub-menu li a {
        padding: 10px 20px;
        text-transform: capitalize;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
        color: #000000;
        font-weight: 500;
        border-bottom: 1px solid #e5e5e5;
    }

    .navigation ul.sub-menu li:hover>a {
        color: #fff;
        background-color: #f4b70f;
    }

    .navigation ul.sub-menu li.menu-item-has-children:hover::before {
        border-top: 6px dashed #fff;
    }

    .navigation li .sub-menu li .sub-menu {
        left: 100%;
        top: 0;
    }

    .navigation ul li.menu-item-has-children {
        padding-right: 18px;
    }

    .navigation .menu-item-has-children::before {
        content: "";
        position: absolute;
        top: 46%;
        right: 2px;
        transition: 0.4s;
        border-top: 6px dashed #f4b70f;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }

    .navigation ul li.menu-item-has-children:hover::before {
        transform: rotate(-180deg);
    }

    .navigation ul li ul.sub-menu li::before {
        right: 15px;
    }

    .navigation ul li ul.sub-menu li:hover::before {
        transform: rotate(-90deg);
    }
}

/************ // CONTACT PAGE CSS START // ***********************/
.contact-banner-section {
    margin: 0;
    height: auto;
    position: relative;
    z-index: 0;
    padding: 160px 0;
}

.contact-banner-section .banner-content {
    max-width: 1260px;
    text-align: left;
    padding: 0 15px;
}

.contact-banner-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
     background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 31%, rgba(0, 0, 0, 0.52) 64%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 31%, rgba(0, 0, 0, 0.52) 64%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 31%, rgba(0, 0, 0, 0.52) 64%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
    opacity: 0.75;
}

.contact-banner-section .banner-content {}

.contact-banner-section .banner-content h1 {
    font-size: 44px;
    line-height: 1.3;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
}

.contact-banner-section .banner-content p {
    color: #FFFFFF;
    margin: 11px auto 0;
    width: 100%;
    max-width: 580px;
    line-height: 1.7;
}

.contact-form-section {
    background-color: #fffaf7;
    padding: 80px 0;
}

.contact-form-wrapper {
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 6%);
    padding: 50px 30px;
}

.contact-form-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.contact-form-input-cover {
    width: 66%;
    padding: 0 15px;
}

.contact-form-input-cover {}

.contact-form-wrapper h4.title {
    margin-bottom: 32px;
    text-align: center;
    line-height: 1.2;
    font-size: 38px;
    color: #0e2c53;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.contact-form-wrapper .title {
    margin-bottom: 32px;
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
}

.contact-form {
    justify-content: space-between;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

.contact-form .form-group {
    width: calc(50% - 15px);
    margin-bottom: 30px;
}

.contact-form .form-group.full-width {
    width: 100%;
}

.contact-form .form-group.submit-cover {
    width: 100%;
    text-align: center;
    margin: 0;
}

.contact-form .form-group .form-control {
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 6%);
    height: 57px;
    padding: 0 25px;
    background: #f4f4f4;
    color: #707070;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.contact-form .form-group select.form-control {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/select-drop.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 19px) center;
    padding-right: 40px;
}

.contact-form .form-group textarea.form-control {
    padding: 15px 25px 0;
    height: 200px;
    resize: none;
}

.submit-button {
    width: auto;
    outline: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 55px;
    border-radius: 75px;
    padding: 0px 25px;
    margin-right: 10px;
    background: #f4b70f;
    border: 2px solid #f4b70f;
    cursor: pointer;
}

.submit-button:hover {
    background: transparent;
    color: #f4b70f;
}

.contact-info-cover {
    width: 34%;
    padding: 0 15px;
}

.contact-wrapper {
    text-align: center;
}

.contact-wrapper .contact-item {
    padding: 0 15px 30px;
    width: 100%;
}

.contact-wrapper .contact-item .contact-thumb {
    margin-bottom: 15px;
}

.contact-wrapper .contact-item .contact-content h6.title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.2;
    font-family: 'Raleway', sans-serif;
}

.contact-wrapper .contact-item .contact-content p {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 1.4;
}

.contact-wrapper .contact-item a {
    color: #707070;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

.contact-wrapper .contact-item a:hover {
    color: #f4b70f;
}

.map-wrapper {
    height: 600px;
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
}

/************ // CONTACT PAGE CSS END // ***********************/
/************ // POST DETAIL PAGE CSS START // ***********************/
.post-detail-section {
    padding: 80px 0;
    background-color: #fffaf7;
}

.post-detail-wrapper {
    width: 100%;
    margin: 0 auto;
}

.post-detail-inner {
    display: flex;
    flex-wrap: wrap;
}

.post-banner-section {
    position: relative;
    width: 100%;
    max-width: 40%;
}

.post-banner-section img {
    width: 100%;
}

.post-banner-section video {
    width: 100%;
}

.post-content-section {
    width: 100%;
    max-width: 60%;
    padding-left: 66px;
}

.post-content-heading {
    text-align: center;
    margin: 0 0 65px;
}

.post-content-heading h2 {
    font-size: 38px;
    color: #0e2c53;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin: 0 0 15px;
    text-transform: capitalize;
}

.post-content-section .video-Cover {
    margin: 10px 0 30px;
    display: inline-flex;
}

.post-content-section img {
    max-width: 100%;
    width: 100%;
    margin: 10px 0 30px;
}

.post-content-section p {
    margin-bottom: 20px;
    line-height: 1.7;
}

.post-content-section p:last-child {
    margin: 0;
}

.post-content-section p a {
    color: #f4b70f;
    text-decoration: underline;
}

.post-content-section p a:hover {
    color: #707070;
    text-decoration: none;
}

.post-content-section ul {
    list-style: none;
    margin: 0 0 20px;
}

.post-content-section ul li {
    margin: 0px 0px 0;
    padding: 0 0 0 15px;
    list-style-position: inside;
    display: block;
    position: relative;
}

.post-content-section li::before {
    content: "";
    position: absolute;
    background: #f4b70f;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    left: 0;
    top: 9px;
}

.post-content-section li a {
    color: #707070;
}

.post-content-section li a:hover {
    color: #f4b70f;
}

.post-content-section ol {
    margin: 0 0 25px;
    padding: 0;
}

.post-content-section ol li {
    margin: 0;
    padding: 0;
    list-style-position: inside;
    color: #707070;
}

.post-content-section ol li a {
    color: #707070;
}

.post-content-section h1 {
    margin-bottom: 20px;
    color: #000000;
}

.post-content-section h2 {
    font-size: 38px;
    color: #0e2c53;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin: 0 0 13px;
}

.post-content-section h3 {
    margin-bottom: 20px;
    color: #000000;
}

.post-content-section h4 {
    margin-bottom: 20px;
    color: #000000;
}

.post-content-section h6 {
    margin-bottom: 20px;
    color: #000000;
}

.post-content-section h5 {
    margin-bottom: 20px;
    color: #000000;
}

blockquote {
    position: relative;
    background: #f4b70f;
    color: #fff;
    border-radius: 10px;
    padding: 30px 30px 30px;
    margin: 10px 0 30px;
    padding-left: 84px;
    display: inline-flex;
    flex-wrap: wrap;
}

blockquote::before {
    content: "";
    width: 50px;
    height: 50px;
    background: url(../images/quote.png) no-repeat center center;
    background-size: contain;
    margin-bottom: 15px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.video-Cover {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-Cover video#video {
    background: #000;
    position: relative;
}

video[poster] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-Cover .play-pause-btn {
    cursor: pointer;
    background-position: center;
    background-size: 92px auto;
    background-repeat: no-repeat;
    background-image: url(../images/playBtn.svg);
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-Cover .play-pause-btn.paused {
    background-image: none;
}

/************ // POST DETAIL PAGE CSS END // ***********************/
/************ // OUR SUPPORTERS PAGE CSS START // ***********************/
.our-supporters-section {
    padding: 80px 0;
    background-color: #fffaf7;
}

.our-supporters-section .section-heading {
    margin: 0;
    text-align: center;
}

.our-supporters-section .section-heading h2 {
    font-size: 38px;
    color: #0e2c53;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin: 0 0 50px;
    text-transform: capitalize;
}

.our-supporters-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.our-supporters-wrapper {
    position: relative;
    width: 33.333%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}

.our-supporters-box {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 6%);
    height: 100%;
}

.supporters-image-wrapper {
    padding: 15px;
    background: #f1f1f1;
    height: 100%;
}

.supporters-content-wrapper p {
    margin-bottom: 2px;
}

.supporters-content-wrapper p a {
    color: #707070;
}

.supporters-content-wrapper p a:hover {
    color: #f4b70f;
}

.supporters-image-inner {
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    margin: 0 auto 20px;
    position: relative;
    overflow: hidden;
    height: 220px;
}

.supporters-image-inner a {
    display: block;
    overflow: hidden;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
}

.supporters-image-inner img {
    width: 100%;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.our-supporters-box:hover .supporters-image-inner img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.supporters-content-wrapper {
    padding: 0 15px 10px;
    position: relative;
}

.take-action-wrapper h3 {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-size: 32px;
    padding-bottom: 25px;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
}

.supporters-content-wrapper h3 {
    font-size: 22px;
    line-height: 1.3;
    color: #0e2c53;
    text-transform: capitalize;
    margin: 0 0 10px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    display: inline-block;
}

.supporters-content-wrapper h3 a {
    color: #0e2c53;
}

.supporters-content-wrapper h3 a:hover {
    color: #f4b70f;
}

.supporters-content-wrapper span {}

.supporters-contact-details {
    padding: 15px 15px 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.supporters-social-cover {
    margin: 0;
    padding: 0;
    list-style: none;
    width: calc(100% - 120px);
    display: flex;
    flex-wrap: wrap;
}

.supporters-social-cover li {
    padding: 0 5px 0 0;
}

.supporters-social-cover li a {
    padding: 5px;
    background-color: #f4b70f;
    width: 30px;
    height: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.supporters-social-cover li a:hover {
    background-color: #000;
}

.supporters-contact-details .see-profile-link {
    width: 120px;
    text-align: right;
    color: #000000;
    font-weight: 600;
}

.supporters-contact-details .see-profile-link:hover {
    color: #f4b70f;
}

/************ // OUR SUPPORTERS PAGE CSS END // ***********************/
/************ // SUPPORTERS DETAIL PAGE CSS START // ***********************/
.supporters-detail-wrapper {
    padding: 50px ​50p;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 6%);
}

.supporters-detail-item {
    align-items: flex-start;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
}

.supporters-detail-img {
    width: calc(50% - 25px);
    box-shadow: 0px 2px 4px 3px rgb(83 61 82 / 6%);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 8px solid #fff;
    position: relative;
    background: #e7e7e7;
    overflow: hidden;
}

.supporters-detail-img::before {
    content: "";
    display: block;
    padding-top: 100%;
}

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

.supporters-detail-content {
    width: calc(50% - 15px);
}

.supporters-detail-content .title-header {
    margin: 0 0 15px;
}

.supporters-detail-content .title-header h2 {
    margin-bottom: 10px;
    text-transform: capitalize;
}

.supporters-detail-content .title-header p {
    margin-bottom: 7px;
    color: #707070;
}

.supporters-detail-content h2 {
    margin-bottom: 15px;
    text-transform: capitalize;
}

.supporters-detail-content h3 {
    margin-bottom: 15px;
    text-transform: capitalize;
}

.supporters-detail-content h4 {
    margin-bottom: 15px;
    text-transform: capitalize;
}

.supporters-detail-content p {
    margin: 0 0 25px;
    color: #707070;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Barlow';
    font-weight: normal;
}

.supporters-detail-content ul {
    margin: 0;
    padding: 0;
}

.supporters-detail-content ul li {
    line-height: 22px;
    padding: 0;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    color: #707070;
    margin: 0 0 20px;
}

.supporters-detail-content ul li span {}

.supporters-detail-content ul li .cont-type {
    width: calc(135px);
    position: relative;
    padding-right: 10px;
    font-size: 16px;
}

.supporters-detail-content ul li .cont-type::after {
    content: ":";
    position: absolute;
    right: 5px;
    top: -1px;
}

.supporters-detail-content ul li .cont-info {
    width: calc(100% - 135px);
    color: #000000;
    font-weight: 400;
    font-size: 16px;
}

.supporters-detail-content ul li .cont-info a {
    color: #000000;
}

.supporters-detail-content ul li .cont-info a:hover {
    color: #f4b70f;
}

.supporters-detail-content ul ul.cont-info {
    padding: 0;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

.supporters-detail-content ul ul.cont-info a {
    color: #000000;
}

.supporters-detail-content ul ul.cont-info a:hover {
    color: #f4b70f;
}

.supporters-detail-content ul ul.cont-info li {
    margin: 0 5px 0 0;
}

.supporters-detail-content ul ul.cont-info li a {
    font-size: 18px;
    padding: 5px;
    background-color: #f4b70f;
    width: 32px;
    height: 32px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.supporters-detail-content ul ul.cont-info li a:hover {
    background-color: #000;
    color: #fff;
}

/************ // SUPPORTERS DETAIL PAGE CSS END // ***********************/
/************ // ABOUT PAGE CSS START // ***********************/
.about-banner-section {
    border-top: 1px solid #1d1d1d1a;
    border-bottom: 1px solid #1d1d1d1a;
}

.about-banner-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1470px;
    margin: 0 auto;
}

.about-banner-inner {
    display: flex;
    width: 100vw;
}

.about-banner-content {
    width: 750px;
}

.about-banner-content-inner {
    padding: 0 50px 0 0;
    align-items: center;
    height: 100%;
    display: flex;
    margin: 0;
}

.about-banner-content h1 {
    font-size: 60px;
    margin: 0 0 15px;
    line-height: 1.2;
    font-family: 'Barlow';
    font-weight: bold;
}

.about-banner-content p {
    font-size: 20px;
    line-height: 1.7;
}

.about-banner-image {
    width: 48.70vw;
    position: relative;
}

.about-banner-image img {
    height: 800px;
    object-fit: cover;
    width: 100%;
}

.about-team-section {
    padding: 80px 0 55px;
    background: #f1f1f1;
}

.about-team-section .section-header {}

.about-team-section .section-header h3 {
    color: #0e2c53;
    font-size: 38px;
    color: #0e2c53;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin: 0 0 13px;
}

.about-team-section .section-header p {
    color: #ee463b;
    text-transform: uppercase;
    margin: 0px 0 6px;
}

.about-team-info-wrapper {
    margin-bottom: 30px;
    width: 33.33%;
    padding: 0 15px;
}

.about-team-info-wrapper:last-child {
    margin-bottom: 0;
}

.about-team-info-wrapper:nth-child(even) {
    flex-direction: row-reverse;
}

.about-team-info-wrapper:nth-child(even) .about-team-details::before {
    right: -500%;
    left: auto;
}

.about-team-details {
    width: 100%;
    padding: 20px;
    align-items: center;
    position: relative;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
}

/* .about-team-details::before {
    content: "";
    background-color: #f4b70f;
    width: 500%;
    position: absolute;
    height: 100%;
    z-index: -1;
    top: 0;
    left: -500%;
} */
.about-team-content {}

.about-team-content h2 {
    color: #fff;
    margin: 0 0 15px;
}

.about-team-content h3 {
    color: #0e2c53;
    margin: 0 0 6px;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
    font-size: 22px;
}

.about-team-content h3 a {
    color: #0e2c53;
}

.about-team-content h3 a:hover {
    color: #ee463b;
}

.about-team-content p {
    font-size: 16px;
    line-height: 24px;
    color: #707070;
    font-family: 'Barlow';
    font-weight: normal;
    margin: 0px;
}

.about-team-img {
    width: 100%;
    height: 370px;
    overflow: hidden;
    position: relative;
}

.about-team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.about-team-info-wrapper:hover .about-team-img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.counter-section {
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: rgba(6, 22, 58, 0.7);
    padding: 75px 0 50px;
}

.counter-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.counter-box {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 20px;
    width: 25%;
}

.icon-cover {
    background-image: url(../images/bg-shape-yellow.png);
    width: 160px;
    height: 140px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.icon-cover img {}

.counter-box .count-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 10px;
    font-size: 46px;
    line-height: 1.2;
    color: #fff;
    font-family: 'Barlow';
    font-weight: bold;
}

.counter-box p {
    color: #fff;
    margin: 0;
}

/************ // ABOUT PAGE CSS END // ***********************/
.about-image figure {
    margin: 0px;
    padding: 0px;
    width: 100%;
    box-shadow: 0 0 60px rgba(0, 0, 0, .18);
}

.about-content {
    padding: 80px 0;
}

.about-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-section-content {
    text-align: center;
    margin: 0 0 65px;
}

.about-section-content h2 {
    font-size: 38px;
    color: #0e2c53;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin: 0 0 15px;
    text-transform: capitalize;
}

.about-section-content p {
    font-size: 18px;
    line-height: 30px;
    color: #707070;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    margin: 0 0 13px;
}

.about-detail h2 {
    font-size: 40px;
    color: #0e2c53;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 13px;
    text-transform: uppercase;
}

.about-detail p {
    font-size: 18px;
    line-height: 30px;
    color: #707070;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    margin: 0 0 13px;
}

.about-image {
    width: 40%;
    position: relative;
    margin-bottom: 0;
}

.about-detail {
    width: 60%;
    padding: 0 0 0 64px;
}

.about-wrapper {}

.about-wrapper h2 {
    font-size: 40px;
    color: #0e2c53;
    font-family: 'Barlow';
    font-weight: 600;
    margin: 0 0 13px;
    text-transform: uppercase;
}

.about-wrapper p {
    font-size: 18px;
    line-height: 30px;
    color: #707070;
    font-family: 'Barlow';
    font-weight: normal;
    margin: 0 0 13px;
}

.about-wrapper {
    overflow: hidden;
}

.align-left {
    float: left;
    margin: 0 20px 5px 0;
    border: 15px double silver;
}

.align-right {
    float: right;
    margin: 0 0px 5px 20px;
    border: 15px double silver;
}

/*------About-------*/
.about-social li {
    padding: 5px;
    list-style: none !important;
}

.about-social li a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #f2ae43;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.about-social li a:hover {
    background: #f2ae43;
    border: 2px solid #f2ae43;
    color: #fff;
}

.about-content .post-banner-section {
    margin-top: 30px;
}

.see-more-content {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 22px 0 0;
    margin: 15px 0 0 0;
}

ul.about-social {
    display: flex;
    flex-wrap: wrap;
}

.see-more-content::after, .see-more-content::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    left: 0;
}

.see-more-content::before {
    top: 0;
}

.see-more-content::after {
    top: 8px;
}

.vol-pro {
    font-size: 16px;
    line-height: 24px;
    color: #707070;
    font-family: 'Barlow';
    font-weight: normal;
}

.vol-pro:hover {
    color: #f2ae43;
}

.about-team-info .supporters-image-inner {
    margin: -150px auto 20px;
    border-radius: 200px;
    overflow: hidden;
    width: 200px;
    height: 200px;
}

.about-team-info .supporters-content-wrapper {
    padding: 0 0px 0px;
    position: relative;
    text-align: center;
}

.about-team-info .our-supporters-wrapper {
    position: relative;
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
    padding-top: 140px;
}

.about-team-info .supporters-content-wrapper h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #000000;
    text-transform: capitalize;
    margin: 0 0 4px;
    font-family: 'Raleway', sans-serif;
}

.about-team-info .our-supporters-box {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 6%);
    padding: 15px;
}

p {
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #707070;
}

.testimonials-left-content h3 {
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

/*--------Home banner-------------*/
.scroll-next-section img {
    margin: 0 auto;
}

.home-banner .slick-list, .home-banner .slick-track, .home-banner .item-slider {
    height: 100%;
}

.home-banner .slick-slide>div {
    height: 100%;
}

.home-banner .view img {
    width: 100%;
    height: 100%;
}

.home-banner .slick-dots {
    bottom: 18px;
    left: 0;
    /* display: none !important; */
}

.home-banner .slick-dots li {
    margin: 0 8px 0 0px;
}

.home-banner .slick-dots li button {
    border: 1px solid #f3bf2c;
    border-radius: 50%;
    height: 20px;
    width: 20px;
}

.home-banner .item-slider {
    position: relative;
}

/*-----------Events----------------*/
.events-section {
    padding: 80px 0 30px;
    background-color: #fff;
}

.events-section-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}

.event-item {
    width: 50%;
    padding: 0 25px 50px;
}

.event-content {
    max-width: 95%;
    margin: 0 auto;
    margin-top: -50px;
    background: #f1f1f1;
    z-index: 1;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    /* min-height: 210px; */
}

.event-thumb img {
    width: 100%;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    height: 410px;
    object-fit: cover;
}

.about-team-section.get-involved .supporters-image-inner img {
    height: 100%;
    object-fit: cover;
}

.event-item:hover .event-thumb img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.event-thumb {
    position: relative;
    overflow: hidden;
}

.events-data {
    width: 80px;
    float: left;
}

.events-data ul.eventdate {
    text-align: center;
    margin-top: -20px;
    box-shadow: 0 10px 10px rgb(37 50 66 / 20%);
}

.events-data ul.eventdate li {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    list-style: none;
}

.events-data ul.eventdate li:first-child {
    background: #f4b70f;
    color: #fff;
}

.events-data ul.eventdate li span.days {
    font-size: 36px;
}

.events-data ul.eventdate li span {
    font-weight: 700;
    font-size: 30px;
}

.events-data ul.eventdate li:first-child .smalltext {
    color: #fff;
}

.events-data ul.eventdate li .smalltext {
    font-size: 16px;
    text-transform: uppercase;
    color: #0e2c53;
}

.events-data ul.eventdate li:first-child::after {
    width: 16px;
    height: 16px;
    background: #ee463b;
    bottom: auto;
    top: 50%;
    left: auto;
    right: -5px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.event-content .events-content-detail {
    width: calc(100% - 0px);
    padding: 30px;
    box-shadow: 0 10px 10px rgba(37, 50, 66, 0.2);
}

.custom-button {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    border: 2px solid #f4b70f;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 55px;
    border-radius: 6px;
    padding: 0px 25px;
    margin-right: 10px;
    background: #f4b70f;
}

.custom-button:hover {
    background: transparent;
    color: #f4b70f;
}

.events-content-detail h4 {
    font-size: 26px;
    color: #0e2c53;
    margin: 0 0 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.events-content-detail h4 a {
    color: #0e2c53;
}

.events-content-detail h4 a:hover {
    color: #f4b70f;
}

.events-content-detail p {
    font-size: 18px;
    line-height: 26px;
    color: #707070;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    margin: 0 0 13px;
}

.events-content-detail p:last-child {
    margin-bottom: 0;
}

.post-meta {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 5px;
}

.post-meta a {
    font-size: 18px;
    line-height: 30px;
    color: #707070;
    font-family: 'Barlow';
    font-weight: normal;
    margin: 0 12px 0 0;
}

.post-meta a:hover {
    color: #f4b70f;
}

.post-meta a i.fa {
    margin-right: 7px;
}

.get-involved .supporters-content-wrapper {
    min-height: 210px;
}

.take-action.join-our-community::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.58);
    z-index: -1;
}

.banner-content h1 {
    font-size: 60px;
    line-height: 60px;
    color: #FFFFFF;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

.section-header h3 {
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

.gallery-heading h3 {
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

.feature-item .feature-inner .feature-content h4 {
    font-size: 26px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

.feature-content h4 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

/************ // MEMBER REGISTRATION PAGE CSS START //***********************/
.contact-form .form-group.submit-cover .submit-button {
    margin-right: 0;
}

.member-registration-section {}

.member-registration-section .contact-form-input-cover {
    width: 100%;
}

.member-registration-section .contact-form-wrapper {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.member-registration-section .contact-form .form-group {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.member-registration-section .contact-form .form-group label {
    font-size: 18px;
    font-weight: 400;
    color: #4e4e4e;
    line-height: 1.5;
    text-transform: capitalize;
    width: 100%;
    margin: 0 0 15px;
}

.member-registration-section .contact-form .form-group .form_checkbox label {
    color: #707070;
    margin: 0;
    line-height: 1.5;
    font-size: 16px;
    padding-left: 0;
}

.member-registration-section .contact-form .form-group .form_radio-in label {
    color: #707070;
    margin: 0;
    line-height: 1.5;
    font-size: 16px;
}

.member-registration-section .contact-form .form-group textarea.form-control {
    padding: 12px 18px 0;
    height: 110px;
}

.member-registration-section .contact-form .form-group.submit-cover {
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 25px 0 0;
    position: relative;
}

.member-registration-section .contact-form .form-group.submit-cover .submit-button {
    width: 200px;
}

.form_checkbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.form_checkbox label {
    font-style: normal;
    cursor: pointer;
    padding-left: 30px;
    margin: 0;
    position: relative;
    display: flex;
    justify-content: flex-start;
}

.form_checkbox input[type="checkbox"] {
}

.form_checkbox input[type="checkbox"]:not(:checked)+label:before,
.form_checkbox input[type="checkbox"]:checked+label:before {
    content: "";
    display: block;
    left: 7px;
    top: 5px;
    width: 6px;
    height: 12px;
    border: solid #f4b70f;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    cursor: pointer;
    background: none;
    opacity: 0;
}

.form_checkbox input[type="checkbox"]:not(:checked)+label::after,
.form_checkbox input[type="checkbox"]:checked+label::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    background: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: 1px solid #f4b70f;
    margin-right: 0;
}

.form_checkbox input[type=checkbox]:checked+label::before {
    opacity: 1;
}

/***radio**/
.form_radio input[type="radio"] {
    opacity: 0;
    display: none;
}

.form_radio .form_radio-in {
    margin-right: 15px;
}

.form_radio .form_radio-in label {
    padding-left: 30px !important;
    position: relative;
    cursor: pointer;
}

.form_radio input[type="radio"]:not(:checked)+label:before,
.form_radio input[type="radio"]:checked+label:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 1px;
    height: 20px;
    width: 20px;
    border: 1px #f4b70f solid;
    border-radius: 0;
    background: none;
    cursor: pointer;
    border-radius: 30px;
}

.form_radio input[type=radio]:checked+label:before {}

.form_radio input[type="radio"]:not(:checked)+label:after,
.form_radio input[type="radio"]:checked+label:after {
    content: "";
    display: block;
    left: 5px;
    top: 7px;
    width: 12px;
    height: 12px;
    position: absolute;
    cursor: pointer;
    background: #f4b70f;
    border-radius: 20px;
}

.form_radio input[type="radio"]:not(:checked)+label:after {
    opacity: 0;
}

.form_radio input[type="radio"]:checked+label:after {
    opacity: 1;
}

/************ // MEMBER REGISTRATION PAGE CSS END //***********************/
/************ // DONATE PAGE CSS START //***********************/
.donate-btn-cover {}

.donate-btn-cover .btn-black {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 51px;
    border-radius: 75px;
    padding: 0px 25px 4px;
    margin-right: 10px;
    width: 153px;
}

.donate-btn-cover .btn-black:hover {
    color: #000;
}

.donate-section .event-content .events-content-detail {
    box-shadow: 0 5px 10px rgb(37 50 66 / 16%);
}

/************ // DONATE PAGE CSS END //***********************/
/************ // DONATE FORM PAGE CSS START //***********************/
.donate-form .contact-form-wrapper h4.title {
    font-size: 20px;
}

/************ // DONATE FORM PAGE CSS END //***********************/
/************ // WHERE WE ARE PAGE CSS START //***********************/
.location-section {
    padding: 80px 0 50px;
    background-color: #fffaf7;
}

.location-wrap {}

.location-section .section-heading {
    margin: 0;
    text-align: center;
}

.location-section .section-heading h2 {
    font-size: 38px;
    color: #0e2c53;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin: 0 0 50px;
    text-transform: capitalize;
}

.location-inner {}

.location-inner ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -15px;
}

.location-inner ul li {
    width: 33.33%;
    padding: 0px 15px;
    border: 0px solid #ccc;
    margin-bottom: 30px;
    list-style: none;
}

.location-group-box {
    background: #fff;
}

.location-map-box {
    height: 215px;
    margin-bottom: 15px;
    border-bottom: 2px solid #F1F1F1;
}

.location-name-box {
    padding: 0px 15px;
    border-bottom: 2px solid #F1F1F1;
    display: flex;
    align-items: center;
}

.location-name-box h3 {
    font-size: 22px;
    line-height: 1.3;
    color: #0e2c53;
    text-transform: capitalize;
    margin: 0 0 10px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    display: inline-block;
}

.location-datails-box {
    padding: 20px 15px;
}

.location-datails-box a {
    display: block;
    font-size: 22px;
    line-height: 1.2;
    color: #707070;
    font-weight: bold;
    font-family: 'Barlow';
    margin: 0 0 10px;
}

.location-datails-box a:hover {
    color: #f4b70f;
}

.location-datails-box p {
    padding-bottom: 0;
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    color: #707070;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
}

.location-datails-box p span {
    display: block;
}

.location-btn-box {
    text-align: center;
}

.location-btn-box a {
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    padding: 20px 15px;
}

.location-btn-box a:hover {
    background: #f4b70f;
    color: #fff;
}

/************ // WHERE WE ARE PAGE CSS START //***********************/
/************ // OUR SUPPORTERS NEW PAGE CSS START // ***********************/
.new-supporters-page .our-supporters-wrapper {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}

.new-supporters-page .our-supporters-box {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    height: auto;
}

.new-supporters-page .supporters-image-wrapper {
    background: transparent;
    height: auto;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 0 70px;
    position: relative;
}

.new-supporters-page .supporters-image-wrapper::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 50px;
    bottom: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 7px 5px 30px rgb(72 73 121 / 15%);
    -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgb(72 73 121 / 15%);
    pointer-events: none;
    background-color: #fff;
}

.new-supporters-page .supporters-image-inner {
    margin: 0;
    position: relative;
    overflow: hidden;
    height: auto;
    width: 430px;
    border-radius: 10px;
}

.new-supporters-page .our-supporters-wrapper:nth-child(even) .supporters-image-wrapper {
    flex-direction: row-reverse;
}

.new-supporters-page .our-supporters-wrapper:nth-child(even) .supporters-content-wrapper {
    padding-left: 0px;
}

.new-supporters-page .supporters-content-wrapper {
    padding: 20px 0px;
    position: relative;
    width: calc(100% - 430px);
    padding-left: 70px;
    margin: 70px 0;
}

.new-supporters-page .supporters-content-wrapper p {
    margin-bottom: 10px;
}

/************ // OUR SUPPORTERS NEW PAGE CSS END // ***********************/
/************ // MEDIA AND PRESS RELEASE PAGE CSS START //***********************/
.media-section {}

.media-group {}

.media-group ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 -15px;
}

.media-group ul li {
    list-style: none;
    width: 33.333%;
    margin-bottom: 30px;
    padding: 0 15px;
}

.media-group ul li p {
    font-size: 20px;
    line-height: 1.4;
    color: #0e2c53;
    text-transform: capitalize;
    margin: 0 0 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.media-group ul li a {
    color: #f4b70f;
    margin: 0 0 10px;
    font-weight: 600;
}

.media-group ul li p a {
    color: #f4b70f;
}

.media-group ul li a:hover,
.media-group ul li p a:hover {
    color: #0e2c53;
}

.media-group .media-group-card {
    background: #fff;
    padding: 0;
    box-shadow: 0 3px 6px rgb(37 50 66 / 16%);
}

.media-group ul li figure {
    margin-bottom: 0;
    height: 280px;
    overflow: hidden;
    width: 100%;
}

.media-group ul li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
}

.media-group .media-group-card figcaption {
    padding: 20px;
}

.media-group .media-group-card:hover figure img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.media-group .media-group-card .btn-red {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: auto;
    border-radius: 75px;
    padding: 12px 22px;
    margin: 10px 0 0px;
    width: auto;
}

.media-group .media-group-card .btn-red:hover {
    color: #f4b70f;
}

/************ // MEDIA AND PRESS RELEASE PAGE CSS END //***********************/
/************* // SUPPORTS NEW 2 PAGE CSS START //***********************/
.supporters-main-section {
    padding-bottom: 50px;
}

.supporters-main-wrapper {}

.supporters-main-wrapper .our-supporters-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 30px;
}

.supporters-main-wrapper .supporters-image-wrapper {
    padding: 60px 50px 46px 85px;
    background: #fff;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.supporters-main-wrapper .supporters-image-inner {
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    margin: 0;
    position: relative;
    overflow: visible;
    height: auto;
    width: 400px;
    z-index: 0;
}

.supporters-main-wrapper .supporters-image-inner::before {
    content: "";
    position: absolute;
    top: -35px;
    left: -58px;
    width: 100%;
    height: 100%;
    border: 9px solid #f4b70f;
    background-color: #fff;
    z-index: -1;
}

.supporters-main-wrapper .supporters-image-inner::after {
    content: "";
    position: absolute;
    border: 3px solid #dfdfdf;
    height: calc(100% + 45px);
    left: -28px;
    top: -24px;
    width: 100%;
    z-index: -2;
}

.supporters-main-wrapper .supporters-content-wrapper {
    padding: 0 0 0 50px;
    position: relative;
    width: calc(100% - 400px);
}

.supporters-main-wrapper .our-supporters-box:hover .supporters-image-inner img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.supporters-main-wrapper .supporters-content-wrapper h3 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 18px;
    margin-bottom: 20px;
    position: relative;
    height: auto !important;
}

.supporters-main-wrapper .supporters-content-wrapper h3::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 70px;
    height: 3px;
    background-color: #0e2c53;
}

.supporters-main-wrapper .supporters-content-wrapper p {
    margin-bottom: 15px;
}

.supporters-main-wrapper .supporters-content-wrapper p strong {
    color: #0e2c53;
    margin-right: 5px;
}

.supporters-main-wrapper .our-supporters-wrapper:nth-child(even) .supporters-image-wrapper {
    flex-direction: row-reverse;
}

.supporters-main-wrapper .our-supporters-wrapper:nth-child(even) .supporters-content-wrapper {
    padding: 0 80px 0 0px;
}

/************* // SUPPORTS NEW 2 PAGE CSS END //***********************/


.member-registration-section .contact-form .form-group .form_checkbox label input::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    background: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: 1px solid #f4b70f;
    margin-right: 0;
    background: #fff;
}
.member-registration-section .contact-form .form-group .form_checkbox label input[type=checkbox]:checked:after {
    content: "";
    display: block;
    left: 7px;
    top: 5px;
    width: 6px;
    height: 12px;
    border: solid #f4b70f;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    cursor: pointer;
    background: none;
}
.form_checkbox span.wpcf7-list-item.first.last {
    margin-left: 0;
}

.member-registration-section .contact-form .form-group .form_checkbox label input {
    margin-right: 20px;
    margin-top: 6px;
}
.member-registration-section .contact-form .form-group .form_radio-in .wpcf7-list-item{
    margin-left: 0;
    margin-right: 20px;
    position: relative;
}
.member-registration-section .contact-form .form-group .form_radio-in input {
    opacity: 1;
    display: inline-block;
    margin: 5px 7px 0 6px;
}

.member-registration-section .contact-form .form-group .form_radio-in input::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 1px;
    height: 20px;
    width: 20px;
    border: 1px #f4b70f solid;
    border-radius: 0;
    background: #fff;
    cursor: pointer;
    border-radius: 30px;
}
.member-registration-section .contact-form .form-group .form_radio-in input[type=radio]:checked:after {
    content: "";
    display: block;
    left: 5px;
    top: 7px;
    width: 12px;
    height: 12px;
    position: absolute;
    cursor: pointer;
    background: #f4b70f;
    border-radius: 20px;
}

.wpcf7-not-valid-tip {
    font-size: 14px !important;
}
span.wpcf7-spinner {
    position: absolute;
    right: 0;
}
