    .prj-duration {
        margin: 55px 0 20px 0;
    }
    
    .prj-duration img {
        float: right;
        margin: 10px 0 10px 10px;
        width: 350px;
        height: 350px;
        background: #ddd;
    }
    
    .prj-duration p {
        font-size: 16px;
    }
    
    .prj-duration strong {
        font-size: 28px;
        font-weight: 600;
        color: #000;
        margin: 0 0 12px 0;
        display: block;
    }
    
    .imp-switchon {
        background: #f6f6f6;
        padding: 10px;
        margin: 48px 0;
    }
    
    .imp-switchon h3,
    .part-switchon h3 {
        font-weight: 600;
        margin: 0 0 20px 0;
    }
    
    .imp-switchon ul li {
        display: flex;
        margin: 0 0 10px 0;
    }
    
    .imp-switchon ul li:last-child {
        margin: 0;
    }
    
    .imp-switchon ul li span {
        display: inline-block;
        margin-right: 5px;
    }
    
    .imp-switchon ul li span img {
        width: 19px;
    }
    
    .imp-switchon ul li p {
        margin: 0;
    }
    
    .part-switchon ul {
        display: flex;
        align-items: center;
    }
    
    .part-switchon ul li {
        border: 1px solid #ddd;
        margin: 0 10px 0 0;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }
    
    .part-switchon ul li:last-child {
        margin: 0;
    }
    /* WB IN NET PAGE */
    
    .inv-video-section video {
        width: 100%;
        height: 292px;
        margin: 0;
    }
    
    .qr_code {
        display: flex;
        align-items: center;
    }
    
    .qr_code p {
        margin: 0;
        font-size: 20px;
    }
    
    .wbin_images {
        height: 325px;
        overflow: hidden;
        margin-bottom: 10px;
        padding: 0 5px;
    }
    
    .wbin_images img {
        height: 100% !important;
    }
    
    .our-works-inner-page-banner {
        height: auto;
        padding: 17rem;
        background-color: #e5f6fe;
        background-size: auto;
    }
    
    .row .border-line {
        display: block;
        width: 100%;
        border-top: 1px solid #ff8484;
        padding-top: 10px;
    }
    
    .qr_code p strong {
        padding-top: 0;
        border: none;
    }
    
    .txt-wrpr {
        text-align: justify;
    }
    /*29-04-22*/
    
    .inv-section {
        background: #fff;
        padding: 60px 0;
        padding-top: 0;
    }
    
    .inv-section .container,
    .inv-supported-sector-section .container,
    .inv-structure-section .container,
    .wb-idea-challenge-section .container,
    .inv-video-section .container,
    .inv-faq-section .container {
        padding: 0 30px;
    }
    
    .inv-wrapper {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
    }
    /* .prm-switchon {
    padding-bottom: 0;
} */
    
    .inv-wrapper .text-holder {
        width: 100%;
        padding: 50px;
        background: #f7f7f7;
        border-radius: 10px;
        position: relative;
        z-index: 12;
    }
    
    .inv-wrapper .text-holder h3,
    .inv-objective h3 {
        font-size: 34px;
        color: #393838;
        margin-bottom: 0;
        font-weight: 700;
        position: relative;
        z-index: 1;
    }
    
    .inv-wrapper .text-holder p {
        color: #000000;
        font-size: 22px;
        margin-bottom: 25px;
        position: relative;
        z-index: 1;
    }
    
    .inv-wrapper .text-holder p:last-child {
        margin-bottom: 0;
    }
    
    .inv-objective {
        padding-top: 60px;
        text-align: center;
    }
    
    .inv-objective p {
        font-size: 18px;
        color: #000;
        margin: 0;
    }
    
    .inv-supported-sector-section {
        padding: 60px 0 30px 0;
    }
    
    .section-heading {
        text-align: center;
        margin-bottom: 35px;
    }
    
    .section-heading h3 {
        color: #393838;
        font-weight: 700;
        margin-bottom: 0;
    }
    
    .section-heading p {
        margin: 10px 0 0 0;
        font-size: 20px;
    }
    
    .sport-sector-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -10px;
    }
    
    .sport-sector-wrapper .sector-box {
        width: 20%;
        padding: 0 10px;
        margin-bottom: 30px;
    }
    
    .sector-item {
        text-align: center;
    }
    
    .sector-item figure {
        margin: 0;
    }
    
    .sector-item figure img {
    object-fit: cover;
    
}
    
    .sector-item figure figcaption {
        font-size: 16px;
        color: #000;
        font-weight: 700;
        line-height: 20px;
        margin-top: 25px;
    }
    
    .inv-structure-section {
        background: #f5f5f5;
        padding: 60px 0;
    }
    
    .inv-structure-list .inv-structure-title {
        font-size: 26px;
        color: #ea5d2f;
        font-weight: 700;
        display: block;
        margin-bottom: 15px;
    }
    
    .inv-structure-list ul {
        padding: 0;
        margin: 0 0 25px 0;
        list-style: none;
    }
    
    .inv-structure-list ul li {
        padding-left: 18px;
        position: relative;
        color: #000;
        margin-bottom: 10px;
    }
    
    .inv-structure-list ul li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 9px;
        width: 10px;
        height: 10px;
        background: #000;
        border-radius: 100%;
    }
    
    .inv-structure-list:last-child ul li:last-child {
        margin-bottom: 0;
    }
    
    .inv-video-section {
        padding: 60px 0;
    }
    
    .inv-video-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -25px;
    }
    
    .inv-video-wrapper .video-box {
        width: 47%;
        padding: 0;
        margin: 0 15px;
    }
    
    .inv-video-wrapper .video-box .video-holder {
        height: 298px;
        border: 7px solid #fff;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    }
    
    .inv-video-wrapper .video-box .video-holder video {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        object-fit: cover;
    }
    
    .wb-idea-challenge-section .row>div {
        margin: 0 0 30px
    }
    
    .wb-idea-challenge-section .row .block-img img {
        width: 100%;
    }
    
    .idea-chlnge-txts {
        text-align: center;
        padding-bottom: 20px;
    }
    
    .idea-challnge-block {
        margin: 30px 0 0;
    }
    
    .idea-chlnge-txts p {
        margin: 1.5rem;
    }
    
    .idea-challnge-block .section-heading {
        margin-bottom: 25px;
    }
    
    .greybg {
        background: #f4f4f4;
    }
    
    .inv-structure-list-wrapper.two {
        margin: 35px 0 0 0;
    }
    
    .inv-structure-list.how {
        margin: 0 0 30px 0;
    }
    
    .whitebg {
        background: #fff !important;
    }
    
    .wb-idea-challenge-section {
        padding: 60px 0;
    }
    /*qr holder*/
    
    .qrholdr {
        text-align: center;
    }
    
    .qrholdr h2 {
        font-size: 25px;
        font-weight: 600;
        color: #ea5d2f;
        margin: 0 0 25px 0;
    }
    
    .qrholdr p {
        font-size: 20px;
        color: #000;
        font-weight: 600;
        margin: 0;
    }
    
    .qrimghldr {
        margin: 50px 0 0 0;
    }
    
    .qrimghldr img {
        max-width: 250px;
    }
    
    .qrimghldr img {
        width: 100%;
    }
    
    .inv-faq-section {
        padding: 60px 0;
    }
    
    .faq-card {
        background: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }
    
    .faq-card .faq-card-title {
        padding: 15px 20px;
        color: #393838;
        font-size: 23px;
        font-weight: 700;
        margin: 0;
        border-bottom: 1px solid #f5bd99;
        background: #fff1e8;
    }
    
    .faq-card .faq-card-cont {
        padding: 15px;
    }
    
    .faq-card .faq-card-cont p {
        color: #2e2e2e;
        margin-bottom: 20px;
        font-size: 17px;
        margin-top: 0;
    }
    
    .faq-card .faq-card-cont p:last-child {
        margin-bottom: 0;
    }
    
    .faq-card-group .faq-card:not(:last-child) {
        margin-bottom: 30px;
    }
    
    .inv-faq-section {
        padding: 40px 0 80px 0;
    }
    
    .bsidea-sec h4 {
        text-align: center;
        margin: 0 0 40px 0;
        font-size: 24px;
        line-height: 31px;
        font-weight: 600;
        color: #f16e20;
    }
    
    .bsideaimg-row .block-img {
        height: 360px;
    }
    
    .bsideaimg-row .block-img img {
        width: 100%;
        height: 100%;
    }
    
    .inv-faq-section {
        background: #f4f4f4;
    }
    
    .graybg {
        background: #f5f5f5;
    }
    /* IN NET PAGE END */
    /*WORK WITH US START*/
    
    .sn-foundation-team-application {
        border: 1px solid #d6b086;
        padding: 30px 40px 40px 40px;
        border-radius: 15px;
        background: #f9eee2;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }
    
    .sn-foundation-team-application h3 {
        font-size: 35px;
        color: #000;
        font-weight: 700;
        margin-bottom: 20px;
    }
    
    .sn-foundation-team-application p {
        color: #000;
        font-size: 17px;
    }
    
    .sn-foundation-team-application p a {
        color: #db5a0d;
        font-weight: 600;
    }
    
    .sn-foundation-team-application p:last-child {
        margin-bottom: 0;
    }
    
    .team-application-footer {
        background: #e5cbae;
        border-radius: 0 0 15px 15px;
        padding: 20px 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .team-application-footer .email-box p {
        margin-bottom: 5px;
        font-size: 17px;
        display: flex;
        align-items: center;
        color: #000
    }
    
    .team-application-footer .email-box .zmdi-eye-off {
        margin-right: 15px;
    }
    
    .team-application-footer .email-box p a {
        color: #db5a0d;
        font-weight: 700;
        display: inline-block;
        margin-left: 10px;
    }
    
    .team-application-footer .email-box .req {
        color: red;
        font-weight: 500;
    }
    
    .team-application-footer .icon a {
        color: #000;
    }
    
    .team-application-footer .icon a:hover {
        color: #db5a0d;
    }
    
    .work-with-us-form-holder {
        margin-top: 60px;
        padding: 25px;
        border-radius: 15px;
        background: #efefef;
    }
    
    .work-with-us-form-holder .form-inline {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    
    .work-with-us-form-holder .form-inline .form-group {
        padding: 0 15px;
        width: 50%;
    }
    
    .work-with-us-form-holder .form-group {
        margin-bottom: 30px;
    }
    
    .work-with-us-form-holder .form-group input[type="text"],
    .work-with-us-form-holder .form-group input[type="email"],
    .work-with-us-form-holder .form-group input[type="tel"],
    .work-with-us-form-holder .form-group select {
        width: 100%;
        height: 48px;
        border: 1px solid #d1d1d1;
        outline: none;
        padding: 0 12px;
        font-size: 17px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    
    .work-with-us-form-holder .form-group label {
        display: block;
        color: #000;
        font-weight: 500;
        margin-bottom: 6px;
        line-height: 22px;
        font-size: 17px;
    }
    
    .work-with-us-form-holder .form-group label+br {
        display: none;
    }
    
    .work-with-us-form-holder .form-group label sup {
        color: red;
    }
    
    .work-with-us-form-holder .form-group textarea {
        height: 90px;
        resize: vertical;
        width: 100%;
        border: 1px solid #d1d1d1;
        outline: none;
        padding: 10px 20px;
        display: block;
        font-size: 17px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    
    .work-with-us-form-holder .form-group .ins-text {
        display: block;
        margin-top: -5px;
        margin-bottom: 6px;
        line-height: 18px;
        font-size: 15px;
    }
    
    .work-with-us-form-holder .form-group .ins-text+br {
        display: none;
    }
    
    .checkbox-holder {
        display: flex;
        flex-wrap: wrap;
    }
    
    .ckbx input[type="checkbox"] {
        width: 18px;
        height: 18px;
        vertical-align: middle;
        margin: 0 2px 0 0;
    }
    
    .ckbx label {
        margin: 0 20px 0 0;
        position: relative;
        cursor: pointer;
    }
    
    .ckbx label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        border: 1px solid #000;
        text-align: center;
        line-height: 18px;
        display: none;
    }
    
    .ckbx input[type="checkbox"]:checked+label:before {
        content: '\f26b';
        font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
        font-size: 20px;
        color: #fff;
        background: #f26f21;
        border-color: #f26f21;
    }
    
    .work-submit {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .work-with-us-form-holder .form-group.yn-group select {
        width: 250px;
    }
    
    .work-submit .submit-input input {
        padding: 0 55px;
        color: #fff;
        border: 1px solid #f26f21;
        background: #f26f21;
        outline: none;
        height: 60px;
        font-size: 22px;
        font-weight: 600;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        border-radius: 10px;
        transition: all 0.5s ease-in-out;
        line-height: 55px;
    }
    
    .work-submit .submit-input input:hover {
        color: #f26f21;
        background: #fff;
    }
    
    .sec-con-area .ngg-galleryoverview.default-view {
        text-align: left;
    }
    
    .sec-con-area .ngg-galleryoverview.default-view {
        margin-bottom: 0;
    }
    
    .checkbox-holder .wpcf7-list-item {
        margin: 0;
    }
    
    #boxer-overlay {
        background: rgb(0 0 0 / 65%) !important;
    }
    
    #boxer {
        background: #fff !important;
        box-shadow: none !important;
    }
    
    #boxer .boxer-close:before {
        top: -2px !important;
    }
    
    .under-image {
        margin: 50px 0 15px 0;
    }
    
    .under-image img {
        width: 100%;
        max-width: 305px;
    }
    
    .under-image p {
        font-size: 25px;
        font-weight: 600;
        font-style: italic;
        color: #ff9d14
    }
    /*17-05-22*/
    
    .about-section {
        padding-bottom: 0;
    }
    
    .about-wrapper .image-holder {
        position: relative;
    }
    
    .about-wrapper .image-holder .video-play {
        position: absolute;
        width: 80px;
        height: 80px;
        border-radius: 100%;
        padding: 5px;
        background: rgba(255, 157, 20, 0.8);
        top: 34%;
        left: 60%;
        transform: translate(-50%, -50%);
        z-index: 123;
        transition: all 0.5s ease-in-out;
    }
    
    .about-wrapper .image-holder .video-play:hover {
        background: #ff9d14;
    }
    
    .about-wrapper .image-holder .video-play span {
        width: 70px;
        height: 70px;
        display: inline-block;
        text-align: center;
        line-height: 64px;
        font-size: 35px;
        color: #fff;
        border: 3px solid #fff;
        border-radius: 100%;
    }
    
    .success-stories .success-story-wrapper {
        background: #f9f4f0;
        border-radius: 10px;
        align-items: center;
        margin-left: 90px;
    }
    
    .success-story-wrapper .image-holder {
        width: 200px;
        padding: 0;
        position: relative;
        margin-right: 0;
        left: -60px;
    }
    
    .success-story-wrapper .image-holder:before {
        content: '';
        position: absolute;
        left: 25px;
        top: 30px;
        width: 195px;
        height: 195px;
        border-radius: 100%;
        background: #e86618;
    }
    
    .success-story-wrapper .text-holder {
        width: calc(100% - 200px);
    }
    
    .success-story-wrapper .image-holder figure {
        height: 275px;
        width: 100%;
        margin-top: 90px;
        margin-left: 20px;
    }
    
    .success-story-wrapper .image-holder figure img {
        border-radius: 0;
        filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
    }
    
    .success-story-wrapper .image-holder figure:after,
    .success-story-wrapper .image-holder figure:before {
        display: none;
    }
    
    .success-story-wrapper .text-holder:before {
        width: 215px;
        height: 140px;
        background: url('../images/quate2.png') no-repeat center;
        background-size: contain;
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        opacity: 0.03;
        top: -70px;
    }
    
    .name-box {
        margin-bottom: 28px;
    }
    
    .success-story-wrapper .text-holder .name-box strong {
        color: #f16a19;
        font-size: 25px;
        margin: 0 0 5px 0;
        display: block;
    }
    
    .success-story-wrapper .text-holder .name-box p {
        font-size: 18px;
        color: #000;
        font-weight: 500;
    }
    /*17-05-22*/
    /*OUR JOURNEY*/
    
    .our-journey-list {
        width: 100%;
        max-width: 735px;
        margin: 0 auto;
        position: relative;
        padding: 50px 0;
    }
    
    .our-journey-list li {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        margin-top: 90px;
        position: relative;
    }
    
    .our-journey-list li::before {
        content: '';
        position: absolute;
        bottom: -40px;
        left: 0;
        height: 148px;
        background: url(../images/shadow.png) no-repeat;
        width: 100%;
        transform: rotateY(-175deg);
        -webkit-transform: rotateY(-175deg);
        -moz-transform: rotateY(-175deg);
        -ms-transform: rotateY(-175deg);
        -o-transform: rotateY(-175deg);
    }
    
    .our-journey-list li:nth-last-of-type(even):before {
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
    }
    
    .our-journey-list li:first-child {
        margin-top: 0;
        position: absolute;
        height: 100%;
        width: 2px;
        background: #dedede;
        left: 50%;
        transform: translateX(-50%);
        top: 25px;
    }
    
    .our-journey-list li:first-child:after,
    .our-journey-list li:first-child:before {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: 20px;
        width: 20px;
        border-radius: 100%;
        background: #f16a19;
    }
    
    .our-journey-list li:first-child:before {
        top: 0;
    }
    
    .our-journey-list li:first-child:after {
        bottom: 0;
    }
    
    .our-journey-list li:nth-child(odd) {
        flex-direction: row-reverse;
    }
    
    .our-journey-list li .journey-image {
        width: 284px;
        height: 284px;
        position: relative;
        z-index: 1;
    }
    
    .our-journey-list li .journey-image .main-image {
        width: 100%;
        height: 100%;
        margin: 0;
        overflow: hidden;
        border-radius: 100%;
        box-shadow: -15px 35px 25px rgba(0, 0, 0, 0.1);
        border: 7px solid #fff;
    }
    
    .our-journey-list li .journey-image .main-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .our-journey-list li .journey-image .sub-img {
        position: absolute;
        top: -28px;
        right: -20px;
        height: 110px;
        width: 110px;
        border-radius: 100%;
        background: #4ba07e;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }
    
    .our-journey-list li .journey-text {
        width: calc(100% - 284px);
        padding: 25px 25px 25px 40px;
        background: #f7f7f7;
        position: relative;
    }
    
    .our-journey-list li .journey-text:before {
        content: '';
        position: absolute;
        top: 0;
        right: 100%;
        width: 150px;
        height: 100%;
        background: #f7f7f7;
    }
    
    .our-journey-list li:nth-child(odd) .journey-text {
        padding-left: 30px;
    }
    
    .our-journey-list li:nth-child(odd) .journey-text:before {
        left: 100%;
        right: auto;
    }
    
    .our-journey-list li .journey-text h4 {
        color: #4ba07e;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    
    .our-journey-list li .journey-text h5 {
        font-size: 17px;
        font-weight: 500;
        font-family: inherit;
        color: #22252e;
        margin-bottom: 7px;
    }
    
    .our-journey-list li .journey-text p {
        margin: 0;
        color: #545454;
        line-height: 20px;
    }
    
    .our-journey-list li.yr-870 .journey-image .sub-img {
        background: #a49350;
    }
    
    .our-journey-list li.yr-870 .journey-text h4 {
        color: #a49350;
    }
    
    .our-journey-list li.yr-872 .journey-image .sub-img {
        background: #ff418b;
    }
    
    .our-journey-list li.yr-872 .journey-text h4 {
        color: #ff418b;
    }
    
    .our-journey-list li.yr-875 .journey-image .sub-img {
        background: #6ec5c1;
    }
    
    .our-journey-list li.yr-875 .journey-text h4 {
        color: #6ec5c1;
    }
    
    .our-journey-list li.yr-877 .journey-image .sub-img {
        background: #ff6948;
    }
    
    .our-journey-list li.yr-877 .journey-text h4 {
        color: #6febc5;
    }
    
    .our-journey-list li.yr-879 .journey-image .sub-img {
        background: #c473f4;
    }
    
    .our-journey-list li.yr-879 .journey-text h4 {
        color: #c473f4;
    }
    
    .our-journey-list li.yr-881 .journey-image .sub-img {
        background: #faa42a;
    }
    
    .our-journey-list li.yr-881 .journey-text h4 {
        color: #faa42a;
    }
    
    .our-journey-list li.yr-883 .journey-image .sub-img {
        background: #705efe;
    }
    
    .our-journey-list li.yr-883 .journey-text h4 {
        color: #705efe;
    }
    
    .our-journey-list li.yr-885 .journey-image .sub-img {
        background: #368ae3;
    }
    
    .our-journey-list li.yr-885 .journey-text h4 {
        color: #368ae3;
    }
    
    .glry-tabwrpr .nav {
        justify-content: flex-end;
        margin: 0 16px 20px 0;
    }
    
    .glry-tabwrpr .nav .nav-link {
        background: #e8e8e8;
        width: 160px;
        border-radius: 25px;
        margin: 0 5px;
        font-size: 20px;
        font-weight: bold;
        color: #000;
        padding: 12px;
    }
    
    .glry-tabwrpr .nav .nav-link.active {
        background: #fa7e35;
        color: #fff;
    }
    
    .auto-count-section {
        /* background: #ff6206 url(../images/pattern-62.png) no-repeat; */
        background: url(../images/counttbg.png) no-repeat, linear-gradient(0deg, #cafeee -38%, #f2f2f2);
        background-size: 436px;
        background-position: right center;
        padding: 80px 0;
    }
    
    .programman-wrpr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-top: 185px;
    }
    
    .programman-wrpr .list-item {
        width: 300px;
    }
    
    .programman-wrpr .list-item li {
        margin-bottom: 20px;
        position: relative;
        border-radius: 10px;
    }
    
    .programman-wrpr .list-item li:after {
        content: '';
        position: absolute;
        width: 100%;
        left: 100%;
        height: 1px;
        background: #000;
        top: 50%;
        transform: translateY(-50%);
        z-index: -1;
    }
    
    .programman-wrpr .list-item li:before {
        content: '';
        height: 6px;
        width: 6px;
        position: absolute;
        background: #000;
        border-radius: 100%;
        top: 50%;
        transform: translateY(-50%);
        right: -21px;
    }
    
    .programman-wrpr .list-item li figure {
        margin: 0;
    }
    
    .programman-wrpr .list-item li figure img {
        width: 100%;
    }
    
    .programman-wrpr .list-item li .sp-cont {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        padding: 0 40px;
    }
    
    .programman-wrpr .list-item li i {
        height: 60px;
        width: 60px;
        background: #fff;
        display: inline-block;
        position: absolute;
        border-radius: 100%;
        text-align: center;
        line-height: 60px;
        top: 50%;
        transform: translateY(-50%);
        right: -15px;
        z-index: 4;
    }
    
    .programman-wrpr .list-item.right li i {
        right: auto;
        left: -15px;
    }
    
    .programman-wrpr .list-item.right li .sp-cont {
        padding-left: 65px;
    }
    
    .programman-wrpr .list-item.right li:after {
        content: '';
        position: absolute;
        width: 100%;
        left: auto;
        height: 1px;
        background: #000;
        top: 50%;
        transform: translateY(-50%);
        z-index: -1;
        right: 100%;
    }
    
    .programman-wrpr .list-item.right li:before {
        content: '';
        height: 6px;
        width: 6px;
        position: absolute;
        background: #000;
        border-radius: 100%;
        top: 50%;
        transform: translateY(-50%);
        left: -21px;
        right: auto;
    }
    
    .programman-wrpr .list-item li:last-child {
        margin-bottom: 0;
    }
    
    .programman-wrpr .list-item li p {
        margin: 0;
        font-size: 19px;
        color: #fff;
        line-height: 24px;
    }
    
    .programman-wrpr .img-hldr {
        width: 400px;
        height: 400px;
    }
    
    .programman-wrpr .img-hldr figure {
        margin: 0;
        width: 100%;
        height: 100%;
        border: 10px solid #fff;
        border-radius: 100%;
        overflow: hidden;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }
    
    .flex-heading .section-heading {
        display: flex;
        flex-wrap: wrap;
        text-align: left;
        margin: 0;
        margin-bottom: 20px;
        max-width: 100%;
    }
    
    .flex-heading .section-heading h3 {
        width: 310px;
        margin-right: 15px;
    }
    
    .flex-heading .section-heading p {
        width: 70%;
        margin: 0;
    }
    
    .ourprogrmlist-sec {
        background: #f5f5f5;
    }
    
    .ourprogrmlist-wrpr {
        display: flex;
        flex-wrap: wrap;
        padding-top: 50px;
    }
    
    .list-card {
        width: 21.7%;
        margin: 0 48px 0 0;
        padding: 10px;
        background: #fff;
        box-shadow: 0 0 51px -16px rgb(0 0 0 / 20%);
    }
    
    .list-card:last-child {
        margin-right: 0;
    }
    
    .list-card .iconhldr {
        width: 242px;
        height: 116px;
        background: #fc3727;
        position: relative;
        border-radius: 0 150px 0 0;
        -webkit-border-radius: 0 150px 0 0;
        -moz-border-radius: 0 150px 0 0;
        -ms-border-radius: 0 150px 0 0;
        -o-border-radius: 0 150px 0 0;
        display: grid;
        place-content: center;
        position: relative;
        left: -32px;
        margin-top: -40px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }
    
    .list-card:nth-last-of-type(odd) {
        transform: translateY(50px);
    }
    
    .list-card:hover .iconhldr {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    
    .list-card .iconhldr:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -24px;
        background: linear-gradient(93deg, #000, #fc3727);
        clip-path: polygon(100% 0, 0 0, 100% 100%);
        width: 22px;
        height: 24px;
    }
    
    .list-card.blue .iconhldr {
        background: #0085c9;
    }
    
    .list-card.blue .iconhldr:before {
        background: linear-gradient(93deg, #000, #0085c9);
    }
    
    .list-card.bluedrk .iconhldr {
        background: #3857a7;
    }
    
    .list-card.bluedrk .iconhldr:before {
        background: linear-gradient(93deg, #000, #3857a7);
    }
    
    .list-card.syn .iconhldr {
        background: #0c9fc0;
    }
    
    .list-card.syn .iconhldr:before {
        background: linear-gradient(93deg, #000, #0c9fc0);
    }
    
    .list-card h4 {
        font-size: 20px;
        color: #000;
        font-weight: bold;
        margin: 20px 0 10px 0;
    }
    
    .list-card p {
        margin: 0;
        line-height: 24px;
    }
    
    .our-story-section.contact-page-section.Common-gallery {
        padding-top: 0;
    }
    
    .agri-common {
        background: #f5f5f5;
        padding-bottom: 45px;
    }
    
    .lrm-sec {
        position: relative;
    }
    
    .lrm-sec:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f5f5f5;
        z-index: -1;
    }
    
    .agreecltr-sec {
        background: #fff;
    }
    
    .programman-wrpr .img-hldr figure img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: top center;
    }
    /*.testimonials{*/
    /*    display:none;*/
    /*}*/
    
    .desktop-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
    }
    
    .donate-now-link {
        height: 45px;
        background: #f16a19;
        color: #fff;
        border-radius: 8px;
        padding: 0 12px;
        line-height: 45px;
        font-weight: 600;
        transition: all 0.5s ease-in-out;
        margin-left: 30px;
    }
    
    .donate-now-link:hover {
        background: #DF9C00;
        color: #fff;
    }
    
    .donate-now-link img {
        transition: all 0.5s ease-in-out;
        margin-right: 5px;
    }
    
    .donate-now-link:hover img {
        transform: translateY(3px);
    }
    
    .theory-section {
        padding-bottom: 0;
    }
    /*SOCIAL MEDIA SECTION*/
    
    .social-media-section {
        background: #f4f4f4;
    }
    
    .social-media-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    
    .social-media-wrapper .social-box {
        padding: 0 15px;
        width: calc(100% / 3);
    }
    
    .social-inner {
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
        padding: 0 20px 20px 20px;
        border-radius: 20px;
        overflow: hidden;
        background: #ffff;
    }
    
    .social-inner h4 {
        padding: 10px 15px;
        text-align: center;
        background: #4267B2;
        color: #fff;
        font-weight: 600;
        margin: 0 -20px 20px -20px;
    }
    
    .twitter .social-inner h4 {
        background: #00acee;
    }
    
    .linkedin .social-inner h4 {
        background: #0072b1;
    }
    
    .social-inner a,
    .social-inner iframe {
        width: 100%;
        height: 500px;
        display: block;
    }
    
    .social-inner a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }
    
    .has-submenu .sub-menu .has-sub-menu-sub>a:after {
        content: '\f2f6';
        font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
        font-size: 20px;
    }
    
    .has-submenu .sub-menu .has-sub-menu-sub .sub-menu {
        border-radius: 0;
    }
    /*SOCIAL MEDIA SECTION*/
    
    .news-evnt-filter form {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px 50px -15px;
        justify-content: center;
    }
    
    .news-evnt-filter .filter-select {
        width: 300px;
        padding: 0 15px;
    }
    
    .news-evnt-filter .filter-select select {
        height: 50px;
        width: 100%;
        border: 1px solid #000;
        outline: none;
        padding: 0 15px;
        border-radius: 5px;
    }
    
    .filter-search {
        width: 400px;
        padding: 0 15px;
    }
    
    .filter-search-holder {
        display: flex;
        flex-wrap: wrap;
    }
    
    .filter-search-holder input[type="search"] {
        height: 50px;
        border: 1px solid #000;
        outline: none;
        padding: 0 15px;
        border-radius: 5px 0 0 5px;
        width: calc(100% - 100px);
        border-right: none;
    }
    
    .filter-search-holder input[type="submit"] {
        width: 100px;
        height: 50px;
        border: none;
        outline: none;
        background: url('../images/search.png') center no-repeat #000;
        color: #fff;
        border-radius: 0 5px 5px 0;
        font-size: 0;
        transition: all 0.5s ease-in-out;
    }
    
    .filter-search-holder input[type="submit"]:hover {
        background: url('../images/search.png') center no-repeat #f16a19;
    }
    /*home-CHANGES*/
    
    .container {
        max-width: 100%;
        padding: 0 30px;
    }
    
    .auto-count-section {
        overflow: hidden;
    }
    
    .sec-link figure {
        height: 285px;
    }
    
    .news-blog-section .left-object {
        max-width: 170px;
    }
    
    .success-stories .success-story-wrapper {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .about-wrapper .image-holder figure:nth-child(1) {
        width: 60%;
        padding: 0;
    }
    
    .about-wrapper .image-holder figure:nth-child(2) {
        width: 60%;
        padding: 0;
        height: 320px;
    }
    
    .about-wrapper .image-holder .video-play {
        left: 70%;
    }
    
    .about-wrapper {
        align-items: center;
    }
    
    .our-program-wrapper {
        width: 40%;
    }
    
    .news-wrapper {
        margin-left: 90px;
    }
    
    ._2p3a {
        min-width: 555px !important;
        width: 555px !important;
    }
    /*home-CHANGES*/
    /*ABOUT CHANGES*/
    
    .section-heading {
        max-width: 100%;
    }
    
    .our-journey-list {
        max-width: 890px;
    }
    
    .team-card {
        width: 16.66%;
    }
    
    .award-wrapper {
        padding-left: 335px;
    }
    
    .flex-heading .section-heading h3 {
        width: 500px;
        margin-right: 0;
    }
    
    .flex-heading .section-heading p {
        width: calc(100% - 500px);
        padding-left: 20px;
    }
    
    .programman-wrpr {
        width: 100%;
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .programman-wrpr .img-hldr {
        width: 450px;
        height: 450px;
    }
    
    .agricltr-listwrpr {
        justify-content: center;
    }
    
    .ourprogrmlist-wrpr {
        justify-content: center;
    }
    
    .agri-common .agricltr-listwrpr {
        margin-right: -20px;
    }
    
    .event-wrapper {
        display: block;
        max-width: 80%;
        margin: 0 auto;
    }
    
    .research-report-wrapper .research-report-item {
        width: calc(100% / 4);
    }
    
    .research-report-tabs {
        justify-content: center;
    }
    
    .research-report-tabs li:not(:last-child) {
        margin-right: 40px;
    }
    
    .str-reports .owl-nav {
        left: -140px;
    }
    
    .gallery-wrapper {
        justify-content: center;
    }
    
    .gallery-wrapper a {
        width: 18%;
    }
    
    .work-with-us-cont {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .footer-contact-box address,
    .footer-contact-box .call-nos a,
    .footer-contact-box a.email {
        color: #fff;
        transition: all 0.5s ease-in-out;
    }
    
    .footer-contact-box .call-nos a:hover,
    .footer-contact-box a.email:hover {
        color: #fd4a36;
    }
    
    .copy-right-bar p {
        color: #fff;
    }
    
    .gallery-wrapper a img {
        object-fit: cover;
        object-position: top;
    }
    /*ABOUT CHANGES*/
    /*25-07-22*/
    
    .theory-of-change-page-section p {
        font-size: 17px;
        color: #393838;
    }
    
    .theory-points-wrapper {
        display: flex;
        margin-top: 40px;
        flex-wrap: wrap;
    }
    
    .theory-points-wrapper .new-theory-text {
        width: 50%;
        padding-right: 25px;
    }
    
    .theory-points-wrapper .new-theory-text:last-child {
        padding-right: 0;
        padding-left: 25px;
    }
    
    .theory-points-wrapper .new-theory-text h4 {
        font-size: 24px;
        font-weight: 700;
        color: #393838;
        margin-bottom: 20px;
    }
    
    .theory-points-wrapper .new-theory-text ul li:not(:last-child) {
        margin-bottom: 20px;
    }
    
    .theory-points-wrapper .new-theory-text ul li h5 {
        font-size: 20px;
        color: #f16a19;
        font-weight: 600;
        margin-bottom: 10px;
    }
    
    .theory-points-wrapper .new-theory-text ul li p {
        margin-bottom: 0;
        line-height: 22px;
        color: #393838;
    }
    /*25-07-22*/
    /* landing page */
    
    .landingbanner {
        height: 590px;
        background: #fff5e3dd;
    }
    
    .application-sec {
        padding: 60px 0;
    }
    
    .application-sec img {
        width: 100%;
    }
    
    .application-sec .row,
    .flowship-sec .row {
        align-items: center;
    }
    
    .application-sec h4 {
        font-size: 32px;
        line-height: 38px;
        margin: 0 0 15px 0;
        color: #222222;
        font-weight: 700;
    }
    
    .application-sec h4 .red {
        color: #f26f21;
    }
    
    .application-sec h4 .blue {
        color: #0da2f6;
    }
    
    .application-sec p {
        color: #222222;
        font-size: 20px;
        font-weight: 500;
        margin: 0;
    }
    
    .application-sec h5 {
        display: inline-block;
        font-size: 38px;
        padding: 5px 10px;
        background: #016228;
        font-weight: 700;
        color: #fff;
        line-height: 40px;
        margin: 15px 0 0;
    }
    
    .foundtn-txt-sec {
        padding: 60px 0;
        background: #f4f4f4;
    }
    
    .foundtn-txt-sec p:last-child {
        margin: 0;
        color: #222222;
        font-size: 20px;
        font-weight: 500;
        text-align: center;
    }
    
    .flowship-sec,
    .flow-select-sec {
        padding: 60px 0;
    }
    
    .flowship-sec img {
        width: 100%;
    }
    
    .lgrybg {
        background: #f4f4f4;
    }
    
    .lanndtitl {
        font-size: 40px;
        color: #222222;
        margin: 0 0 25px 0;
        font-weight: 700;
    }
    
    .lanndtitl span {
        display: block;
        font-weight: 500;
    }
    
    .flowship-sec p {
        margin: 0;
        font-size: 17px;
    }
    
    .landingul {
        padding: 20px 0 0 0;
    }
    
    .landingul li {
        position: relative;
        margin: 0 0 20px 0;
        display: flex;
        flex-wrap: wrap;
    }
    
    .landingul li p {
        margin: 0;
        font-size: 17px;
        width: calc(100% - 50px);
        font-weight: 450;
    }
    
    .landingul li i {
        width: 35px;
        height: 35px;
        background: #fff;
        border: 1.5px solid #ddd;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        text-align: center;
        font-size: 25px;
        line-height: 32px;
        color: #0abe5a;
        display: inline-block;
        margin-right: 15px;
    }
    
    .flow-select-sec p {
        font-size: 17px;
    }
    
    .flow-select-sec {
        background: #f4f4f4 url(../images/grylinebg.png) no-repeat;
        background-size: cover;
        background-position: bottom right;
    }
    
    .landingul li:last-child {
        margin: 0;
    }
    
    .flowexpct-sec {
        background: #fff;
        padding-bottom: 90px;
    }
    
    .land--durtnsec {
        padding: 60px 0;
        background: #366073;
        height: 290px;
        margin: 0 0 100px 0;
    }
    
    .duimg {
        position: relative;
        top: -110px;
        box-shadow: 0 27px 32px -3px rgb(0 0 0 / 20%);
        border-radius: 0 0 15px 15px;
        overflow: hidden;
        height: 380px;
        display: grid;
        place-content: center;
        background: #fff;
        padding: 25px 25px 0 25px;
    }
    
    .duimg img {
        width: 100%;
    }
    
    .land--durtnsec .contholder {
        color: #fff;
        padding: 0 140px 0 0;
    }
    
    .land--durtnsec .contholder h4 {
        font-size: 30px;
        font-weight: 700;
        margin: 0 0 12px 0;
    }
    
    .land--durtnsec .contholder p {
        margin: 0;
        font-size: 16px;
    }
    
    .mediaflow-sec {
        padding: 0px 0 60px 0;
        text-align: center;
    }
    
    .medieacard-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 45px 0 80px 0;
    }
    
    .mediea-card {
        width: 32%;
        margin: 0 15px 25px 0;
        text-align: center;
        background: #f6f6f6;
        padding: 15px;
        border-radius: 15px;
    }
    
    .mediea-card:nth-child(4),
    .mediea-card:nth-child(5) {
        width: 48.5%;
    }
    
    .mdp {
        width: 200px;
        height: 200px;
        background: #e4e4e4;
        overflow: hidden;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        display: inline-block;
        margin: 0 auto;
    }
    
    .mdp img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .mediea-card h5 {
        color: #000;
        font-weight: 600;
        margin: 15px 0 8px 0;
        font-size: 20px
    }
    
    .mediea-card h6 {
        margin: 0 0 10px 0;
        font-size: 16px;
        font-weight: 500;
        color: #000;
        min-height: 37px;
    }
    
    .mediea-card p {
        font-size: 15px;
        margin: 0;
        line-height: 22px;
    }
    
    .mapply-btn {
        display: inline-block;
        padding: 12px;
        width: 300px;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
        font-size: 23px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        background: #366073;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }
    
    .mapply-btn:hover {
        background: #4091b6;
        color: #fff;
    }
    
    .modal-backdrop.show {
        display: none;
    }
    
    .modal:before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }
    
    .applicationmodal {
        z-index: 9999;
    }
    
    .applicationmodal .modal-dialog {
        max-width: 60%;
    }
    
    .applicationfrm-wrp form .form-inline {
        display: flex;
    }
    
    .applicationfrm-wrp form .form-inline .form-group {
        width: 49.5%;
        margin-right: 10px;
    }
    
    .applicationfrm-wrp form .form-inline .form-group:last-child {
        margin-right: 0;
    }
    
    .applicationfrm-wrp form .form-group {
        margin: 0 0 15px 0;
    }
    
    .applicationfrm-wrp form .form-group label {
        width: 100%;
        font-size: 15px;
        color: #000;
        font-weight: 500;
        margin: 0 0 2px 0;
    }
    
    .applicationfrm-wrp form .form-group label em {
        color: red;
    }
    
    .applicationfrm-wrp form .form-group :is(input,
    textarea,
    select) {
        padding: 8px 10px;
        border: 1px solid #ddd;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        width: 100%;
    }
    
    .applicationfrm-wrp form .form-group :is(input,
    textarea,
    select):focus {
        outline: none;
        border-color: blue;
    }
    
    .applicationfrm-wrp form .form-group textarea {
        height: 100px;
    }
    
    .applicationfrm-wrp form .form-group img {
        width: 100%;
        max-width: 300px;
    }
    
    .applicationfrm-wrp form .form-inline .form-group .recaptcha {
        transform: translateY(10px);
        display: inline-block;
    }
    
    .applicationfrm-wrp form .form-group input[type='submit'] {
        width: 200px;
        margin-top: 25px;
        padding: 11px;
        font-size: 20px;
        background: #39c639;
        color: #fff;
        margin-left: auto;
        display: table;
        border-color: #39c639;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }
    
    .applicationfrm-wrp form .form-group input[type='submit']:hover {
        background: #0ed00e;
    }
    
    .applicationmodal .modal-header {
        background: #366073;
        position: sticky;
        top: 0;
        z-index: 999;
        border-radius: 0;
    }
    
    .applicationmodal .modal-title {
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        width: 100%;
        text-align: center;
    }
    
    .applicationmodal .btn-close {
        position: absolute;
        right: 20px;
        width: 30px;
        height: 30px;
        opacity: 1;
        background: #282727;
        font-size: 34px;
        color: #fff;
        text-align: center;
        padding: 5px 7px 7px 4px;
        display: inline-block;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }
    
    .applicationmodal .btn-close:hover {
        background: #000;
        color: #fff;
    }
    
    .applicationfrm-wrp h6 {
        font-size: 20px;
        margin: 0 0 16px 0;
        background: linear-gradient(45deg, #e4e4e4, transparent);
        padding: 8px;
    }
    
    .btn_form_title {
        font-size: 48px;
        font-weight: 800;
        margin: 0 0 20px 0;
        text-transform: uppercase;
        color: #3f3f3f;
    }
    
    .applicationfrm-wrp .wpcf7-response-output {
        text-align: center;
    }
    
    .applicationfrm-wrp form.invalid+.wpcf7-response-output {
        color: red;
    }
    
    .page-template-landing .desktop-nav {
        display: none;
    }
    
    .page-template-landing .hdr-bottom-hldr {
        justify-content: flex-end;
    }
    
    .page-template-landing .site-header {
        position: fixed;
        box-shadow: none;
        top: 20px;
    }
    
    .page-template-landing :is(.hdr-bottom,
    .hdr-bottom-hldr) {
        background: transparent;
    }
    
    .applicationmodal .wpcf7-response-output {
        position: absolute;
        bottom: 0px;
        margin: 0;
        width: 100%;
        left: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .applicationmodal .wpcf7-not-valid-tip {
        line-height: 22px;
    }
    /* landing page end */
    /* 14.9.22 */
    
    .member-image img {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .member-name {
        background: #f16a19;
        padding: 10px 15px;
        padding-right: 60px;
        position: relative;
    }
    
    .member-name h4 {
        color: #fff;
        font-weight: 700;
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 10px;
    }
    
    .member-image {
        width: 300px;
        margin: 0 auto;
    }
    
    .member-name p {
        color: #fff;
        font-weight: 500;
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 0px;
    }
    
    .member-name .member-linkdin {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        border: 1px solid #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .member-name .member-linkdin:hover {
        background: #fff;
    }
    
    .member-name .member-linkdin:hover i {
        color: #db5a0d;
    }
    
    .member-name .member-linkdin i {
        color: #fff;
        font-size: 16px;
    }
    
    .team-details .row {
        align-items: center;
    }
    
    .team-details h6 {
        color: #f16a19;
        font-weight: 700;
        margin-bottom: 8px;
    }
    
    .team-content {
        padding: 15px 30px;
        background: rgba(241, 106, 25, 0.3);
        margin-bottom: 25px;
        border-radius: 6px;
    }
    
    .social-inner {
        height: 420px;
        overflow-y: auto;
    }
    
    .social-inner::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }
    
    .social-inner::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5;
    }
    
    .social-inner::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: #555;
    }
    
    .block-con {
        display: inline-block;
        margin-bottom: 20px;
    }
    
    .press-content {
        margin-bottom: 20px;
    }
    /* 24.09.22 */
    
    .singleblogSection .eventcontent img {
        height: auto;
    }
    
    .singleblogSection .event-meta {
        background: #fdeee6;
        padding: 3px 25px;
    }
    
    .singleblogSection .eventcontent img {
        /* width: 50% !important;
        margin-bottom: 43px !important; */
        margin-bottom: 28px !important;
    }
    
    .eventcontent h2 a {
        color: #000;
        display: block;
    }
    
    .eventcontent h2:last-child {
        margin-bottom: 30px;
    }
    
    .singleblogSection .eventcontent br {
        display: none;
    }
    
    .singleblogSection .mt-4 {
        margin-top: 0 !important;
    }
    
    .singleblogSection table {
        border: 1px solid #f16a19;
        width: 100%;
        margin: 1rem 0;
    }
    
    .singleblogSection table tr td {
        border: 1px solid #f16a19;
        padding: 8px 10px;
    }
    
    .singleblogSection p {
        text-align: inherit;
    }
    
    .singleblogSection iframe {
        border: 0;
        width: 100%;
        height: 40vw;
    }
    
    .singleblogSection .eventcontent div:nth-child(7),
    .singleblogSection .eventcontent div:nth-child(8) {
        /* width: 50%;
        float: left;
        margin-top: 37px !important; */
    }
    
    .singleblogSection .eventcontent div:nth-child(7) img {
        width: 100% !important;
        float: none;
        padding-top: 42px !important;
        background: #fff;
    }
    
    .singleblogSection .eventcontent div:nth-child(8) img {
        width: 100% !important;
        float: none;
    }
    
    .singleblogSection .eventcontent div:nth-child(9) img {
        width: 100% !important;
        float: none;
    }
    
    .singleblogSection ul li {
        display: inline-block;
        margin-right: 15px;
    }
    
    .singleblogSection>div>div>div>div>div:first-child {
        padding: 4px 22px;
        margin-bottom: 35px;
    }

    /* 17.10.22 */
  .logo-cls, .our-partner-section.add_logo{
    padding: 30px 0px;
  }
  .logo-cls .top-header h2.titleh2, .our-partner-section.add_logo .top-header h2.titleh2{
    margin: 0 0 12px;
  }
  section.location_map {
    text-align: center;
}

  /* 28.10.22 */

  .search_form_box {
    text-align: center;
    margin-bottom: 30px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 30px;
    border: 1px solid #c0b1b1;
    border-radius: 30px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.search_form_box input[type="search"]{
    height: 50px;
    width: calc(100% - 180px);
    border:0px;
    padding: 5px 15px;
    border-radius: 30px 0px 0px 30px;
    outline: none;
}
.search_form_box input[type="submit"] {
    width: 180px;
    background: #db5a0d;
    color:#fff;
    font-weight: 600;
    height: 50px;
    border:0px;
    border-radius: 0px 30px 30px 0px;
    transition: all 0.5s ease-in-out;
}
.search_form_box input[type="submit"]:hover{
    background: #000;
    color:#fff;
}
.research-report-item-inner .download-pdf{
    width: 60px;
    height: 60px;
}
.research-report-item-inner .download-pdf img{
    width: 41px;
}




    @media(max-width:1700px) {
        /*home-CHANGES*/
        .our-program-wrapper {
            width: 40%;
        }
        .news-wrapper {
            width: 440px;
        }
        /*home-CHANGES*/
        /*ABOUT CHANGES*/
        .team-card {
            width: 20%;
        }
        .team-card figure img {
            object-position: top;
        }
        .str-report-section.award-page-section {
            background: #fff;
        }
        .award-wrapper {
            padding-left: 260px;
        }
        .programman-wrpr {
            max-width: 95%;
        }
        /*ABOUT CHANGES*/
        .applicationmodal .modal-dialog {
            max-width: 85%;
        }
        .btn_form_title {
            font-size: 42px;
        }
        .landingbanner {
            height: auto;
        }
        .ourprogrmlist-wrpr {
            padding-bottom: 50px;
        }
        .nav.nav-tabs button strong {
            display: inline-block;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            color: #fff;
            background: #f16a19;
            font-size: 15px;
            margin-left: 8px;
        }
        .nav.nav-tabs li.nav-item {
            margin-bottom: 10px;
        }
    }
    
    @media(max-width:1600px) {
        /*home-CHANGES*/
        .our-program-wrapper {
            width: 40%;
        }
        .news-wrapper {
            margin-left: 0px;
        }
        /*home-CHANGES*/
        /*ABOUT CHANGES*/
        .award-wrapper {
            padding-left: 180px;
        }
        .programman-wrpr {
            max-width: 100%;
        }
        .work-with-us-cont {
            max-width: 80%;
        }
        /*ABOUT CHANGES*/
    }
    
    @media(max-width:1500px) {
        /*home-CHANGES*/
        .our-program-wrapper {
            width: 40%;
        }
        .news-wrapper {
            margin-left: 0px;
        }
        /*home-CHANGES*/
        /*ABOUT CHANGES*/
        .team-card {
            width: 25%;
        }
        .award-wrapper {
            padding-left: 100px;
        }
        .research-report-item-inner figure {
            height: 420px;
        }
        .str-report-section .our-program-wrapper {
            width: 40%;
        }
        .work-with-us-cont {
            max-width: 90%;
        }
        /*ABOUT CHANGES*/
    }
    
    @media(max-width:1400px) {
        /*home-CHANGES*/
        .our-program-wrapper {
            width: 40%;
        }
        .news-wrapper {
            width: 475px;
            margin-left: 0;
        }
        /*home-CHANGES*/
        /*ABOUT CHANGES*/
        .research-report-item-inner .report-text {
            font-size: 15px;
            line-height: 20px;
        }
        /*ABOUT CHANGES*/
    }
    
    @media(max-width:1365px) {
        .our-works-inner-page-banner {
            padding: 14rem;
            background-size: 100%;
        }
        .txt-col {
            width: 100% !important;
        }
    }
    
    @media(max-width:1300px) {
        /*home-CHANGES*/
        .our-program-wrapper {
            width: 40%;
        }
        .news-wrapper {
            width: 425px;
        }
        /*home-CHANGES*/
        /*ABOUT CHANGES*/
        .gallery-wrapper a {
            height: 205px;
        }
        .gallery-wrapper a img {
            height: 185px;
        }
        /*ABOUT CHANGES*/
    }
    
    @media(max-width:1199px) {
        .our-works-inner-page-banner {
            padding-bottom: 0;
        }
        .inv-section .container,
        .inv-supported-sector-section .container,
        .inv-structure-section .container,
        .wb-idea-challenge-section .container,
        .inv-video-section .container,
        .inv-faq-section .container {
            padding: 0 15px;
        }
        .inv-wrapper .text-holder p {
            font-size: 18px;
        }
        .section-heading h3 {
            font-size: 40px;
        }
        .bsideaimg-row .block-img {
            height: 330px;
        }
        .bsidea-sec {
            padding-bottom: 40px;
        }
        .inv-wrapper .text-holder h3,
        .inv-objective h3 {
            font-size: 40px;
        }
        .inv-video-wrapper {
            margin: 0 -15px;
        }
        .inv-video-wrapper .video-box {
            padding: 0;
        }
        .work-with-us-cont {
            margin-top: 40px;
        }
        /* .our-story-section.contact-page-section.prm-switchon {
        padding-bottom: 0;
    } */
        .inv-supported-sector-section {
            padding-top: 0;
        }
        .about-wrapper .image-holder .video-play {
            top: 31%;
            left: 54%;
        }
        .auto-count-section {
            padding: 95px 0;
        }
        .count-inner {
            justify-content: center;
        }
        .count-inner figure {
            margin: 0 0 18px 0;
            width: 100px;
            height: 100px;
        }
        .count-inner .numbers {
            width: 100%;
            text-align: center;
        }
        .count-inner .numbers p {
            font-size: 22px;
        }
        .programman-wrpr .img-hldr {
            width: 350px;
            height: 350px;
        }
        .programman-wrpr .list-item {
            width: 285px;
        }
        .flex-heading .section-heading h3 {
            width: 325px;
        }
        .flex-heading .section-heading p {
            width: 63%;
        }
        .ourprogrmlist-wrpr {
            padding: 50px 15px 0;
        }
        .list-card {
            width: 21.7%;
            margin: 0 42px 0 0;
        }
        .list-card .iconhldr {
            width: 218px;
            height: 105px;
        }
        .lrm-sec:before {
            height: 48%;
        }
        .programman-wrpr {
            margin-top: 130px;
        }
        .success-story-wrapper .text-holder {
            padding-right: 30px;
        }
        /*home-CHANGES*/
        .container {
            max-width: 100%;
            padding: 0 15px;
        }
        .sec-link figure {
            height: 185px;
        }
        .our-program-wrapper {
            width: 40%;
        }
        .our-program-section {
            height: 400px;
        }
        .news-wrapper {
            padding-right: 0px;
        }
        .news-wrapper {
            width: 330px;
        }
        .news-blog-section .section-heading h3 {
            font-size: 28px;
        }
        .news-blog-section .left-object {
            max-width: 100px;
        }
        .about-wrapper .image-holder figure:nth-child(1),
        .about-wrapper .image-holder figure:nth-child(2) {
            height: 250px;
        }
        .about-wrapper .image-holder .video-play {
            top: 33%;
            left: 70%;
        }
        .about-wrapper .image-holder {
            margin-right: 30px;
            width: calc(50% - 30px);
        }
        .section-heading h3 {
            font-size: 36px;
        }
        /*home-CHANGES*/
        /*ABOUT CHANGES*/
        .our-story-wrapper .image-holder figure {
            height: 470px;
        }
        .award-wrapper {
            padding-left: 0;
        }
        .agricltr-box .img-cont-hldr {
            height: 275px;
        }
        .event-wrapper {
            max-width: 100%;
        }
        .research-report-tabs .nav-link {
            padding: 8px 20px;
        }
        .research-report-tabs li:not(:last-child) {
            margin-right: 15px;
        }
        .research-report-wrapper .research-report-item {
            width: 50%;
        }
        .str-report-cont {
            height: 455px;
        }
        .gallery-wrapper a {
            width: 23%;
        }
        .gallery-wrapper {
            justify-content: flex-start;
        }
        .work-with-us-cont {
            max-width: 100%;
        }
        /*ABOUT CHANGES*/
        .theory-points-wrapper .new-theory-text {
            width: 100%;
            padding: 0;
        }
        .theory-points-wrapper .new-theory-text:last-child {
            padding-left: 0;
            padding-top: 40px;
        }
        .landingbanner {
            height: auto;
        }
        .inner-page-hero-section img {
            height: auto;
        }
        .mediea-card {
            margin-right: 13px;
        }
        .btn_form_title {
            font-size: 32px;
        }
        .medieacard-row {
            margin-bottom: 20px;
        }
        .inner-page-hero-section {
            height: auto;
        }
        html,
        body {
            overflow-x: hidden;
        }
    }
    
    @media(max-width:1023px) {
        .prj-duration p {
            text-align: justify;
        }
        .imp-switchon {
            margin: 0 0 30px 0;
        }
        .prj-duration p {
            font-size: 15px;
        }
        .qr_code p {
            font-size: 16px;
            padding-right: 10px;
        }
        .wbin_images {
            height: 215px;
        }
        .inv-section,
        .inv-supported-sector-section,
        .inv-structure-section,
        .wb-idea-challenge-section,
        .inv-video-section,
        .inv-faq-section {
            padding: 40px 0;
        }
        .inv-wrapper .text-holder {
            padding: 30px;
        }
        .inv-wrapper .text-holder h3,
        .inv-objective h3 {
            font-size: 35px;
            margin-bottom: 15px;
        }
        .inv-objective {
            padding-top: 40px;
        }
        .section-heading {
            margin-bottom: 20px;
        }
        .section-heading h3 {
            font-size: 30px;
        }
        .sport-sector-wrapper .sector-box {
            width: 33.33%;
        }
        .inv-supported-sector-section {
            padding-bottom: 10px;
        }
        .inv-structure-list .inv-structure-title {
            font-size: 20px;
            margin-bottom: 10px;
        }
        .inv-structure-list ul li {
            margin-bottom: 10px;
        }
        .inv-structure-list-wrapper .inv-structure-list.how:last-child {
            margin-bottom: 0;
        }
        .inv-structure-list-wrapper .inv-structure-list.how p:last-child {
            margin-bottom: 0;
        }
        .qrimghldr {
            margin-top: 30px;
        }
        .idea-challnge-block {
            margin-top: 0
        }
        .idea-challnge-block .section-heading {
            margin-bottom: 0;
        }
        .idea-chlnge-txts p {
            margin: 10px 0;
        }
        .idea-chlnge-txts {
            padding-bottom: 0;
        }
        .inv-structure-list p:last-child {
            margin-bottom: 0;
        }
        .qrholdr h2 {
            font-size: 20px;
            margin-bottom: 10px;
        }
        .qrholdr p {
            font-size: 18px;
        }
        .bsidea-sec h4 {
            font-size: 20px;
            margin-bottom: 20px;
        }
        .bsideaimg-row .block-img {
            height: 245px;
        }
        .bsidea-sec {
            padding-bottom: 10px;
        }
        .sn-foundation-team-application {
            padding: 20px 25px 25px 25px;
        }
        .sn-foundation-team-application h3 {
            font-size: 30px;
            margin-bottom: 10px;
        }
        .sn-foundation-team-application p {
            text-align: justify;
            font-size: 16px;
            line-height: 24px;
        }
        .work-with-us-form-holder {
            margin-top: 40px;
        }
        .work-with-us-form-holder .form-group label {
            font-size: 16px;
        }
        .work-with-us-form-holder .form-group input[type="text"],
        .work-with-us-form-holder .form-group input[type="email"],
        .work-with-us-form-holder .form-group input[type="tel"],
        .work-with-us-form-holder .form-group select {
            font-size: 16px;
        }
        .work-with-us-form-holder .form-group .ins-text {
            font-size: 12px;
        }
        .work-with-us-form-holder .form-inline {
            margin: 0 -10px;
        }
        .work-with-us-form-holder .form-inline .form-group {
            padding: 0 10px;
        }
        .inv-video-wrapper .video-box {
            margin: 0 10px;
        }
        .prm-switchon .contact-shep img {
            height: 254px;
        }
        /*17-05-22*/
        .about-wrapper .image-holder .video-play {
            left: 73%;
            top: 35%;
        }
        /*17-05-22*/
        .success-story-wrapper .image-holder {
            width: 225px;
        }
        .success-story-wrapper .image-holder:before {
            width: 185px;
            height: 185px;
        }
        .success-story-wrapper .text-holder {
            width: calc(100% - 225px);
            transform: translateX(-32px);
            padding-right: 0;
        }
        .success-story-wrapper .text-holder:before {
            width: 170px;
            height: 170px;
            top: -77px;
        }
        .success-story-wrapper .image-holder figure {
            height: auto;
            margin-top: 68px;
            margin-left: 0;
        }
        .our-journey-list li .journey-image .sub-img {
            right: -15px;
        }
        .glry-tabwrpr {
            padding-top: 45px;
        }
        .auto-count-section {
            padding: 65px 0;
            background-size: 488px;
            background-position: center center;
        }
        .count-inner .numbers p {
            font-size: 16px;
        }
        .count-inner figure {
            height: 82px;
        }
        .programman-wrpr .list-item {
            width: 210px;
        }
        .programman-wrpr .img-hldr {
            width: 230px;
            height: 230px;
        }
        .programman-wrpr .list-item li p {
            font-size: 14px;
            line-height: 20px;
        }
        .programman-wrpr .list-item li .sp-cont {
            padding: 0 40px 0 25px
        }
        .programman-wrpr .list-item.right li .sp-cont {
            padding-left: 55px;
            padding-right: 25px;
        }
        .flex-heading .section-heading h3 {
            width: 254px;
        }
        .list-card {
            width: 45%;
            margin: 15px 15px 30px 15px;
        }
        .list-card:nth-last-of-type(odd) {
            transform: translateY(0px);
        }
        .ourprogrmlist-wrpr {
            padding-top: 25px;
        }
        .programman-wrpr {
            margin-top: 40px;
        }
        .agricltr-listwrpr .agricltr-box:last-child {
            width: 22.8%;
        }
        .agricltr-box .img-cont-hldr {
            height: 215px;
        }
        .social-media-wrapper {
            margin: 0 -10px;
            justify-content: center;
        }
        .social-media-wrapper .social-box {
            padding: 0 10px;
            width: 50%;
            margin-bottom: 25px;
        }
        .social-media-wrapper .social-box iframe,
        .social-inner a {
            height: 400px;
        }
        .donate-now-link {
            margin-left: 0;
            margin-right: 20px;
        }
        .social-media-section {
            padding-bottom: 20px;
        }
        .news-evnt-filter form {
            margin: 0 -10px 40px -10px;
        }
        .news-evnt-filter .filter-select,
        .news-evnt-filter .filter-search {
            padding: 0 10px;
            width: calc(100% / 3);
        }
        .filter-search-holder input[type="search"] {
            width: calc(100% - 50px);
        }
        .filter-search-holder input[type="submit"] {
            width: 50px;
        }
        /*home-CHANGES*/
        .success-stories .success-story-wrapper {
            max-width: 80%;
        }
        .about-wrapper .image-holder {
            width: 100%;
        }
        .about-wrapper .image-holder figure:nth-child(1),
        .about-wrapper .image-holder figure:nth-child(2) {
            height: 285px;
        }
        .news-wrapper {
            width: 37%;
        }
        /*home-CHANGES*/
        /*ABOUT CHANGES*/
        .our-story-section {
            padding-top: 40px;
        }
        .research-report-tabs {
            margin: 0 -5px 30px -5px;
        }
        .research-report-tabs li {
            width: 187px;
            margin: 0 !important;
            padding: 0 5px;
        }
        .research-report-item-inner figure {
            height: 330px;
        }
        .gallery-wrapper a {
            width: 30%;
        }
        /*ABOUT CHANGES*/
        .theory-of-change-page-section p {
            text-align: justify !important;
        }
        .theory-points-wrapper .new-theory-text ul li p {
            text-align: left !important;
        }
        /* landing start */
        .applicationmodal .modal-dialog {
            max-width: 100%;
        }
        .land--durtnsec .contholder {
            padding: 0 15px 0 0;
        }
        .mediea-card,
        .mediea-card:nth-child(4) {
            width: 46%;
            margin: 0 10px 15px;
        }
        .mediea-card:nth-child(5) {
            width: 100%;
            margin: 0 16px;
        }
        .foundtn-txt-sec p:last-child {
            font-size: 18px;
        }
        .application-sec h4 {
            font-size: 21px;
            line-height: 29px;
            margin: 0 0 8px 0;
        }
        .application-sec h5 {
            font-size: 28px;
        }
        .lanndtitl {
            font-size: 35px;
            margin: 0 0 15px 0;
        }
        .inner-page-hero-section.landingbanner {
            height: auto;
        }
        .btn_form_title {
            font-size: 33px;
        }
        .btn_form_title {
            font-size: 24px;
        }
        .page-template-landing .site-header {
            top: 0;
        }
        .applicationmodal .wpcf7-response-output {
            padding: 4px !important;
        }
        .mediea-card:not(:last-child) h6 {
            min-height: 52px;
        }
        .mediea-card:last-child h6 {
            min-height: inherit;
        }
        .our-program-wrapper {
            width: 48%;
        }
        .member-image {
            width: 100%;
        }
        .member-name p {
            font-size: 14px;
            line-height: 20px;
        }
        .singleblogSection .eventcontent img {
            margin-bottom: 15px !important;
        }
    }
    
    @media(max-width:767px) {
        .prj-duration img {
            width: 100%;
            height: auto;
            margin: 0 0 10px 0;
        }
        .prj-duration strong {
            font-size: 20px;
            margin: 0 0 2px 0;
        }
        .prj-duration img {
            margin: 0 0 28px 0;
        }
        .prj-duration {
            margin: 25px 0 20px 0;
        }
        .imp-switchon h3,
        .part-switchon h3 {
            margin: 0 0 12px 0;
        }
        .qr_code {
            flex-wrap: wrap;
        }
        .qr_code p {
            padding-right: 0;
            padding-bottom: 10px;
            text-align: center;
        }
        .qr_code img {
            width: 150px !important;
            height: 150px !important;
            margin: 0 auto;
        }
        .wbin_images {
            height: 120px;
        }
        .qr_code p {
            font-size: 14px;
        }
        .our-works-inner-page-banner {
            padding: 6.5rem;
        }
        video {
            float: none;
            width: 100%;
            height: 200px;
            margin: 0;
        }
        .our-works-inner-page-banner {
            padding-bottom: 0;
        }
        .inv-wrapper .text-holder {
            padding: 15px 10px;
        }
        .inv-wrapper .text-holder h3,
        .inv-objective h3 {
            font-size: 25px;
        }
        .inv-wrapper .text-holder p {
            font-size: 15px;
            margin-bottom: 15px;
        }
        .inv-objective p {
            font-size: 15px;
        }
        .section-heading h3 {
            font-size: 25px;
        }
        .section-heading p {
            font-size: 15px;
        }
        .inv-section,
        .inv-supported-sector-section,
        .inv-structure-section,
        .wb-idea-challenge-section,
        .inv-video-section,
        .inv-faq-section {
            padding: 30px 0;
        }
        .sport-sector-wrapper .sector-box {
            width: 50%;
            margin-bottom: 20px;
        }
        .sector-item {
            background: #f4f4f4;
            border-radius: 10px;
            padding: 10px;
            height: auto;
        }
        .sector-item figure figcaption {
            font-size: 15px;
            font-weight: 500;
        }
        .inv-supported-sector-section {
            padding-bottom: 20px;
        }
        .inv-structure-list .inv-structure-title {
            font-size: 18px;
            line-height: 24px;
        }
        .inv-video-wrapper .video-box {
            width: 100%;
            margin-bottom: 20px;
        }
        .inv-video-section {
            padding-bottom: 10px;
        }
        .faq-card .faq-card-title {
            font-size: 19px;
        }
        .faq-card .faq-card-cont p {
            font-size: 15px;
        }
        .inv-structure-list.how {
            margin-bottom: 15px;
        }
        .qrholdr h2 {
            font-size: 18px;
        }
        .qrholdr p {
            font-size: 15px;
        }
        .qrimghldr img {
            max-width: 128px;
        }
        .wb-idea-challenge-section .row>div {
            margin-bottom: 15px;
        }
        .inv-structure-list-wrapper .inv-structure-list {
            margin-bottom: 15px;
        }
        .inv-structure-list-wrapper .inv-structure-list:last-child {
            margin-bottom: 0;
        }
        .bsidea-sec {
            padding-bottom: 20px;
        }
        .bsidea-sec h4 {
            font-size: 17px;
            line-height: 24px;
        }
        .inv-video-wrapper .video-box .video-holder {
            height: 192px;
        }
        .qrholdr p {
            font-size: 15px;
            line-height: 20px;
        }
        .sn-foundation-team-application {
            padding: 15px;
            border: 1px solid #d6b086
        }
        .sn-foundation-team-application h3 {
            font-size: 20px;
        }
        .team-application-footer .email-box p {
            flex-wrap: wrap;
        }
        .team-application-footer {
            padding: 15px;
        }
        .team-application-footer .icon {
            width: 100%;
            text-align: right;
        }
        .work-with-us-form-holder .form-inline .form-group {
            width: 100%;
        }
        .work-with-us-form-holder .form-group input[type="text"],
        .work-with-us-form-holder .form-group input[type="email"],
        .work-with-us-form-holder .form-group input[type="tel"],
        .work-with-us-form-holder .form-group select {
            height: 45px;
            padding: 0 10px;
        }
        .work-with-us-form-holder .form-group {
            margin-bottom: 15px;
        }
        .work-with-us-form-holder .form-group textarea {
            padding: 5px 15px;
        }
        .work-with-us-form-holder .form-group label {
            font-size: 15px;
        }
        .work-with-us-form-holder .submit-input {
            width: 100%;
            margin-top: 20px;
        }
        .work-submit .submit-input input {
            height: 50px;
            line-height: 50px;
            font-size: 20px;
        }
        .work-submit .captcha-holder {
            text-align: center;
            width: 100%;
        }
        .work-with-us-form-holder .form-group.yn-group select {
            width: 100%;
        }
        .work-with-us-cont {
            margin-top: 30px;
        }
        .inv-structure-list ul li {
            line-height: 22px;
        }
        .inv-structure-list ul li:before {
            top: 5px;
        }
        .prm-switchon .contact-shep img {
            height: auto;
        }
        .our-story-section.contact-page-section.prm-switchon {
            background: #fff;
        }
        .sec-con-area .ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {
            width: 50%;
        }
        .captcha-holder {
            transform: scale(0.8);
            transform-origin: 0;
        }
        .under-image p {
            text-align: center;
        }
        /*17-05-22*/
        .about-wrapper .image-holder .video-play {
            top: 70%;
            left: 41%;
            height: 60px;
            width: 60px;
        }
        .about-wrapper .image-holder .video-play span {
            height: 50px;
            width: 50px;
            line-height: 44px;
        }
        .about-wrapper .image-holder .video-play span.zmdi-play:before {
            margin-left: 5px;
        }
        .about-wrapper .image-holder .video-play {
            top: 37%;
            left: 66%;
        }
        /*17-05-22*/
        .success-stories .success-story-wrapper {
            margin-left: 0;
        }
        .success-story-wrapper .image-holder {
            width: 100%;
            left: auto;
        }
        .success-story-wrapper .text-holder {
            width: 100%;
            transform: translateX(0);
            padding: 0 15px 15px 15px;
        }
        .success-story-wrapper .image-holder:before {
            display: none;
        }
        .success-story-wrapper .image-holder figure {
            height: 245px;
            margin-top: 10px;
            overflow: hidden;
        }
        .success-story-wrapper .image-holder figure img {
            object-fit: cover;
            object-position: top center;
        }
        .success-story-wrapper .text-holder .name-box strong {
            font-size: 20px;
            margin: 0;
        }
        .success-story-wrapper .text-holder .name-box p {
            font-size: 16px;
        }
        .name-box {
            margin-bottom: 10px;
        }
        .success-story-wrapper .text-holder:before {
            top: 52px;
            left: 20px;
        }
        .our-journey-list li {
            margin-top: 60px;
        }
        .our-journey-list li .journey-image {
            margin: 0 auto;
        }
        .our-journey-list li .journey-text {
            width: 100%;
            padding: 20px;
            text-align: center;
            margin-top: 25px;
        }
        .our-journey-list li .journey-text:before {
            display: none;
        }
        .glry-tabwrpr .nav .nav-link {
            width: 135px;
            font-size: 17px;
            padding: 9px;
        }
        .glry-tabwrpr {
            padding-top: 15px;
        }
        .glry-tabwrpr .nav {
            justify-content: center;
            margin: 0 0 15px 0;
        }
        .count-inner figure {
            height: 82px;
            width: 82px;
            border-radius: 50%;
            box-shadow: 0 5px 7px -2px rgb(0 0 0 / 20%);
            line-height: 60px;
        }
        .auto-count-section {
            padding: 25px 0;
        }
        .programman-wrpr .list-item {
            width: 80%;
            margin: 0 auto 20px auto;
        }
        .programman-wrpr .list-item li:before,
        .programman-wrpr .list-item li:after {
            display: none;
        }
        .programman-wrpr .list-item li p {
            font-size: 15px;
        }
        .programman-wrpr .img-hldr {
            margin: 0 auto 20px auto;
        }
        .our-journey-list li::before {
            bottom: -22px;
        }
        .flex-heading .section-heading h3,
        .flex-heading .section-heading p {
            width: 100%;
            margin: 0;
        }
        .flex-heading .section-heading h3 {
            margin: 0 0 15px 0;
        }
        .list-card {
            width: 100%;
            margin: 0 0 58px 0;
        }
        .list-card:last-child {
            margin-bottom: 0;
        }
        .agricltr-listwrpr .agricltr-box:last-child {
            width: 46%;
        }
        .under-image {
            margin-top: 20px;
        }
        .social-media-wrapper .social-box {
            width: 100%;
        }
        .social-media-wrapper .social-box iframe,
        .social-inner a {
            height: 300px;
        }
        .donate-now-link {
            height: 45px;
            line-height: 45px;
        }
        .news-evnt-filter .filter-select,
        .news-evnt-filter .filter-search {
            width: 100%;
            margin-bottom: 15px;
        }
        .news-evnt-filter .filter-select select,
        .news-evnt-filter .filter-search input[type="search"],
        .news-evnt-filter .filter-search input[type="submit"] {
            height: 45px;
        }
        /*home-CHANGES*/
        .success-stories .success-story-wrapper {
            max-width: 100%;
        }
        .about-wrapper .image-holder {
            width: 100%;
            margin-right: 0;
        }
        .about-wrapper .image-holder figure:nth-child(1),
        .about-wrapper .image-holder figure:nth-child(2) {
            height: 185px;
        }
        .section-heading h3 {
            font-size: 25px;
        }
        .our-program-wrapper {
            width: 100%;
        }
        .our-program-section {
            height: auto;
        }
        .about-wrapper .image-holder .video-play {
            top: 38%;
        }
        .auto-count-section {
            background-size: 205px;
        }
        /*ABOUT CHANGES*/
        .our-story-wrapper .image-holder figure {
            height: 185px;
        }
        .team-card {
            width: 50%;
        }
        .flex-heading .section-heading p {
            padding-left: 0;
        }
        .agreecltr-sec p {
            text-align: justify;
        }
        .research-report-wrapper .research-report-item {
            width: 100%;
        }
        .gallery-wrapper a {
            width: 47%;
            height: 152px;
        }
        .gallery-wrapper a img {
            height: 125px;
        }
        /*ABOUT CHANGES*/
        .theory-of-change-page-section p {
            font-size: 15px;
            line-height: 24px;
        }
        .theory-points-wrapper .new-theory-text h4 {
            font-size: 20px;
            text-align: center;
        }
        .theory-points-wrapper .new-theory-text ul li h5 {
            font-size: 17px;
        }
        /* landing page */
        .applicationmodal .modal-title {
            font-size: 20px;
        }
        .applicationfrm-wrp form .form-inline {
            flex-wrap: wrap;
        }
        .applicationfrm-wrp form .form-inline .form-group {
            width: 100%;
        }
        .applicationfrm-wrp form .form-inline .form-group {
            margin-right: 0;
        }
        .applicationfrm-wrp form .form-group {
            margin: 0 0 10px 0;
        }
        .applicationfrm-wrp form .form-group label {
            line-height: 18px;
        }
        .applicationfrm-wrp form .form-group input[type='submit'] {
            margin: 15px auto 36px;
        }
        .foundtn-txt-sec,
        .flowship-sec,
        .flow-select-sec,
        .application-sec,
        .land--durtnsec {
            padding: 30px 0;
        }
        .foundtn-txt-sec p:last-child {
            font-size: 16px;
            line-height: 23px;
            text-align: justify;
        }
        .lanndtitl {
            font-size: 25px;
            text-align: center;
        }
        .flow-select-sec p {
            font-size: 15px;
            line-height: 22px;
            text-align: center;
        }
        .landingul li {
            margin: 0 0 10px 0;
        }
        .landingul li p {
            font-size: 15px;
            text-align: left;
        }
        .mediea-card,
        .mediea-card,
        .mediea-card:nth-child(4),
        .mediea-card:nth-child(5) {
            width: 100%;
            margin: 0 0 15px 0;
            border: 1px solid #ddd;
            padding: 10px;
            border-radius: 15px;
            background: #f9f9f9;
        }
        .application-sec {
            text-align: center;
        }
        .application-sec h4 {
            font-size: 19px;
            line-height: 26px;
        }
        .application-sec h5 {
            font-size: 20px;
            padding: 1px 10px;
            margin-bottom: 15px;
        }
        .flowship-sec p {
            font-size: 16px;
            text-align: center;
            line-height: 22px;
            margin: 0 0 15px 0;
        }
        .landingul li i {
            margin-right: 6px;
            width: 30px;
            height: 30px;
            font-size: 22px;
            line-height: 28px;
            margin-top: 4px;
        }
        .land--durtnsec {
            height: auto;
            text-align: center;
            margin: 0 0 25px 0;
        }
        .duimg {
            position: inherit;
            top: auto;
            height: auto;
            border-radius: 15px;
            margin: 20px 0 0;
            padding: 10px;
        }
        .duimg img {
            border-radius: 10px;
        }
        .land--durtnsec .contholder {
            padding: 0 0px 0 0;
        }
        .land--durtnsec .contholder p {
            line-height: 22px;
        }
        .medieacard-row {
            margin: 25px 0 15px 0;
        }
        .mapply-btn {
            width: 185px;
            font-size: 20px;
        }
        .btn_form_title {
            font-size: 20px;
        }
        .page-template-landing .hdr-bottom-hldr .logo {
            max-width: 40px;
        }
        .mediea-card:not(:last-child) h6 {
            min-height: inherit;
        }
        .agri-common .agricltr-listwrpr {
            margin-right: 0;
        }
        .news-wrapper {
            width: 100%;
        }
        .team-details .col-md-8,
        .team-details .col-md-8 p {
            text-align: center !important;
        }
        .member-image {
            width: 300px;
            margin-bottom: 15px;
        }
        .team-content {
            padding: 6px 20px;
        }
        .social-inner {
            height: 245px;
            overflow-y: auto;
        }
        .block-con {
            margin-top: 15px;
        }
        .our-story-section.contact-page-section.singleblogSection {
            padding-top: 33px;
        }
        .singleblogSection table {
            margin: 1rem 0;
        }
        .singleblogSection .eventcontent img {
            width: 100% !important;
            margin-bottom: 15px !important;
        }
        .eventcontent div:nth-child(8) {
            width: 100%;
            float: none;
        }
        .eventcontent div:nth-child(7) {
            width: 100%;
            float: none;
        }
        .singleblogSection>div>div>div>div>div:first-child {
            padding: 4px 22px;
            margin-bottom: 9px;
        }
        .search_form_box input[type="search"]{
          
            width: calc(100% - 100px);
        }
        .search_form_box input[type="submit"] {{
            width:100px;
        }
    }