* {
    padding: 0px;
    margin: 0px;
}

html {
    scroll-behavior: smooth !important;
}

:target:before {
    content: "";
    display: block;
    height: 100px;
    margin: -100px 0 0;
}

p {
    font-size: 15px;
}

.text-dark {
    color: #fff !important;
}

.background_image {
    position: relative;
    /*margin-top: -156px;*/
    z-index: -2;
}


a {
    text-decoration: none;
}

.navbar {
    padding: 0px;
}

.background_video {
    position: relative;
    margin-top: -240px;
    z-index: -2;
}

.background_video video {
    width: 100%;
    height: 530px;
    object-fit: cover;
}

.background_position1 {
    position: absolute;
    top: 300px;
    left: 189px;
    right: 189px;
}

.homeBanner {
    position: absolute;
    top: 290px;
    left: 50%;
    right: 50%;
    color: white;
    transform: translate(-50%, -50%);

}


.homeBanner button,
.homeBanner .btn {
    border: 2px solid white;
    border-radius: 40px 0px 40px 0px;
    padding: 10px 15px 10px 15px;
    color: white;
    width: 150px;
    margin-top: 15px;
}

.homeBanner button:hover,
.homeBanner .btn:hover {
    color: #0f7f45;
    background-color: #fff;
}

.background_position {
    position: absolute;
    top: 300px;
    left: 20px;

}

.background_position h1 {
    color: white;
    font-weight: 900;
    text-align: center;
}

@media (max-width: 1000px) {
    .background_position h1 {
        margin-top: 4px;
        font-size: 26px;
    }

    .carousel_top {
        margin-top: -155px;
    }
}

@media (min-width: 1001px) and (max-width: 2000px) {
    .webnone {
        display: none;
    }
}


.background_position p {
    color: white;
}

/* .carousel-indicators {
  display: block;
} */


.background_position button,
.background_position .btn {
    border: 2px solid white;
    border-radius: 40px 0px 40px 0px;
    padding: 10px 15px 10px 15px;
    color: white;
    width: 150px;
}

.background_position button:hover,
.background_position .btn:hover {
    color: #0f7f45;
    background-color: #fff;
}

button:focus {
    outline: none !important;
}

.crops_section {
    padding: 40px 0px 40px 0px;
}

.crop_headings p {
    color: black;
}

.programs_section {
    padding: 40px 0px 40px 0px;
    background-color: #f3ede8;
}

/* .border_square
{
  border: 2px solid #0f7f45;
} */
.img_program {
    padding: 10px;
    position: relative;
}

.img_program img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    /* \*box-shadow: 2px 2px 2px grey;*/
}

.text_program {
    position: absolute;
    bottom: 9px;
    left: 7%;
    background-color: rgb(0, 0, 0, 0.7);
    width: 87%;
    border-radius: 40px 0px 40px 0px;
}

.text_program h6 {
    font-size: large;
    color: #fff;
    text-align: center;
    padding: 10px 0px 10px 0px;
}

.news_feeds_section {
    padding: 40px 0px 40px 0px;
    background-color: #eff5f3;
}

.news_cards p {
    color: black;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
}

.news_cards .card {
    height: 320px;
    box-shadow: 0 0 15px -2px lightgrey;
    padding: 10px;
}

.card-body {
    padding: 0px;
}

.date_comments p {
    font-size: 12px;
    padding: 5px 0px;
    color: grey
}

.impacts_section {
    padding: 40px 0px 40px 0px;
}

.background_image_middle {
    background-image: linear-gradient(rgba(225, 225, 225, 0.8), rgba(225, 225, 225, 0.8)), url(../images/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    object-fit: contain;
    padding: 185px 0px 250px 0px;
    margin-top: -130px;
}

.events_section {
    padding: 40px 0px 40px 0px;
    margin-top: -350px;
}

.image_hover_text_effect {
    position: relative;
    height: 300px;
    text-align: center;
}

.image_hover_text_effect .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: #0f7f45ad;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: #0f7f45ad;
}

.image_hover_text_effect:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 16px;
    position: absolute;
    top: 33%;
    left: 48%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.text-2 {
    color: white;
    font-size: 12px;
    position: absolute;
    bottom: -10%;
    left: 44%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.events .owl-next {
    position: absolute;
    bottom: 150px;
    right: -50px;
}

.events .owl-prev {
    position: absolute;
    bottom: 150px;
    left: -50px;
}

.events .owl-dot span {
    background-color: #0f7f45 !important;
}

@media all and (max-width: 768px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    .background_position {
        position: absolute;
        top: 300px;
        left: 0px;
        right: 0px;
        z-index: -2;
    }

    .background_position1 {
        position: absolute;
        top: 300px;
        left: 0px;
        right: 0px;
        z-index: -2;
    }

    .crops ul {
        display: block;
    }

    .events .owl-next {
        display: none;
    }

    .events .owl-prev {
        display: none;
    }

    /* .footer_links .links {
     padding-left: 0px !important;
    } */
    .news_cards .card {
        height: auto;
        box-shadow: 0 0 15px -2px lightgrey;
        padding: 10px;
    }
}

.icrisat_home_events_btn {
    color: #fff;
    background-color: #f78a2f;
    border: none;
    padding: 0px 3px 0px 3px;
    border-radius: 3px;
}

.img_height {
    height: 245px;
}

.keyimpacts ul {
    display: flex;
    list-style-type: none;
}

.keyimpacts ul li {
    display: inline-block;
    margin-left: 10px;
}

/* .keyimpacts img
{
  width: 150px;
  height: 130px;
  object-fit: contain;
} */
.news_card-title {
    margin: 0px;
    color: #0f7f45;
}

.footer_links .links {
    padding-left: 40px;
}

.mobile-inner-pages-link {
    background-color: #0a7b39;
    color: #fff;
}

.mobile-inner-pages-link:hover {
    background-color: #f58a35;
    color: #fff;
}

.for-mobile-linking .active {
    background-color: #f58a35;
    color: #fff;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 2;
    /* Sit on top */
    padding-top: 150px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    margin-top: 30px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    /* float: right; */
    font-size: 28px;
    font-weight: bold;
    text-align: end;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.keyimpacts img:hover {
    cursor: pointer;
}

.modal-backdrop {
    z-index: -2;
}

.inner-pages-link {
    background-color: #0a7b39;
    color: #fff;
}

.inner-pages-link:hover {
    background-color: #f58a35;
    color: #fff;
}

.inner-links .active {
    background-color: #f58a35;
    color: #fff;
}


.designedanddeveloped {
    text-align: end;
}

@media (max-width: 1000px) {
    .designedanddeveloped {
        text-align: left;
    }
}

.inner-pages-link {
    background-color: #0a7b39;
    color: #fff;
}

.inner-pages-link:hover {
    background-color: #f58a35;
    color: #fff;
}

.r-14lw9ot {
    border-radius: unset !important;
}


@media (max-width: 768px) {


    .teammember_details h5 {
        text-align: center;
    }


    .governing-board-img {
        text-align: center;
    }

    .governing-board-img img {
        margin: 0 auto;
        display: block;
    }

    .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 80%;
        opacity: 0;
        transition: .5s ease;
        background: #0f7f45ad;
    }

}

.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    margin-top: 5px;
    overflow: visible;
    vertical-align: -0.125em;
}

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


.news-image-cover {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.news-image-cover img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}


.eventscard {
    background-color: #fff;
    padding: 10px;
}


.partner .owl-next {
    position: absolute;
    bottom: 50%;
    right: -50px;
}

.partner .owl-prev {
    position: absolute;
    bottom: 50%;
    left: -50px;
}

.partner-sec {
    height: 220px;
}

.icons-set {
    height: 40px;
}

.partner .card-img-top {
    height: 180px !important;
    -webkit-box-shadow: 0 2px 5px 0 rgba(10, 5, 74, 0.15);
    box-shadow: 0 2px 5px 0 rgba(10, 5, 74, 0.15);
}

.csr-partners .card-img-top {
    height: 180px !important;
    -webkit-box-shadow: 0 2px 5px 0 rgba(10, 5, 74, 0.15);
    box-shadow: 0 2px 5px 0 rgba(10, 5, 74, 0.15);
}


.eventscard img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}


.eventscard .card-body h6 {
    color: #0a7b39;
    margin-top: 10px;
}

.eventscard-location {
    color: #0a7b39;
    font-size: 15px;
    padding: 5px 0px;
    color: grey;
}

.eventscard-date {
    color: #0a7b39;
    font-size: 13px;
    padding: 5px 0px;
    color: grey;
}

.eventscard-date svg {
    margin-right: 8px;
}

.font-16 {
    font-size: 16px;
}