@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,600&display=swap');
@font-face {
    font-family: 'Neue Montreal';
    src: url(../fonts/Neue/NeueMontreal-Bold.woff2) format('woff2'), url(../fonts/Neue/NeueMontreal-Bold.woff) format('woff');
    font-weight: 700
}

@font-face {
    font-family: 'Neue Montreal';
    src: url(../fonts/Neue/NeueMontreal-BoldItalic.woff2) format('woff2'), url(../fonts/Neue/NeueMontreal-BoldItalic.woff) format('woff');
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: 'Neue Montreal';
    src: url(../fonts/Neue/NeueMontreal-Italic.woff2) format('woff2'), url(../fonts/Neue/NeueMontreal-Italic.woff) format('woff');
    font-style: italic
}

@font-face {
    font-family: 'Neue Montreal';
    src: url(../fonts/Neue/NeueMontreal-Light.woff2) format('woff2'), url(../fonts/Neue/NeueMontreal-Light.woff) format('woff');
    font-weight: 100
}

@font-face {
    font-family: 'Neue Montreal';
    src: url(../fonts/Neue/NeueMontreal-LightItalic.woff2) format('woff2'), url(../fonts/Neue/NeueMontreal-LightItalic.woff) format('woff');
    font-weight: 100;
    font-style: italic
}

@font-face {
    font-family: 'Neue Montreal';
    src: url(../fonts/Neue/NeueMontreal-Medium.woff2) format('woff2'), url(../fonts/Neue/NeueMontreal-Medium.woff) format('woff');
    font-weight: 300
}

@font-face {
    font-family: 'Neue Montreal';
    src: url(../fonts/Neue/NeueMontreal-MediumItalic.woff2) format('woff2'), url(../fonts/Neue/NeueMontreal-MediumItalic.woff) format('woff');
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: 'Neue Montreal';
    src: url(../fonts/Neue/NeueMontreal-Regular.woff2) format('woff2'), url(../fonts/Neue/NeueMontreal-Regular.woff) format('woff')
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 40
}

body {
    font-family: 'Montserrat', 'Neue Montreal', sans-serif !important;
    font-size: 1.2rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', 'Neue Montreal', sans-serif, cursive !important;
}

html {
    scroll-padding-top: 67px;
}

.btn-xl {
    text-transform: uppercase;
    padding: 1.5rem 3rem;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
}

.navbar-custom {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
}

.navbar-custom .navbar-brand {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    font-weight: 700;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
    font-size: 0.675rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    color: #144b2d;
    text-transform: uppercase;
    padding: 1em 1.7rem;
}

.navbar-custom .navbar-nav .nav-item:not(:last-child) .nav-link {
    border-right: 1px solid #60a511;
}

.navbar-custom .navbar-nav .nav-item.contact-us .nav-link {
    color: #60a511;
    border: 1px solid #60a511;
    margin-left: 30px;
    font-size: 12px;
}

header.home-slider {
    position: relative;
    overflow: hidden;
}


/* Swiper */

header.home-slider .swiper-container {
    width: 100%;
    height: 100vh;
    background-color: #000;
}


/* Swiper slides */

header.home-slider .swiper-slide {
    position: relative;
    background-size: cover;
    background-position: 0 0;
}


/* Slide captions */

header.home-slider .slide-captions {
    position: absolute;
    top: 0;
    padding-top: 15%;
    bottom: 0;
    height: 100%;
    width: 600px;
    left: 10%;
    color: #FFF;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.8);
    padding-left: 50px;
    padding-right: 50px;
}

header.home-slider .slide-captions .current-tag {
    margin-bottom: 20px;
    font-size: 15px;
    color: #144b2d;
    text-transform: uppercase;
}

header.home-slider .slide-captions .current-title {
    margin: 0;
    font-size: 48px;
    color: #60a511;
    /*text-transform: uppercase;*/
    font-weight: bold;
    border-bottom: 2px solid #144b2d;
    padding-bottom: 20px;
    line-height: 1;
}

header.home-slider .slide-captions .current-subtitle {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 200;
    color: #144b2d;
    line-height: 1.5;
    margin-bottom: 20px;
}

header.home-slider .slide-captions .current-link {
    font-size: 18px;
    color: #fff;
    line-height: 1.3;
    background-color: #ea881d;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
}


/* Swiper arrows */

header.home-slider .swiper-pagination-bullet-active {
    background-color: #fff;
}


/* Swiper pagination */

header.home-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 50px;
}

header.home-slider .swiper-button-prev,
header.home-slider .swiper-button-next {
    color: #fff;
    transform: rotate(270deg);
}

header.home-slider .swiper-button-next:after,
header.home-slider .swiper-button-prev:after {
    font-size: 30px;
}

.agrf-logo {
    width: 200px;
}

footer.agrf-footer {
    background-color: #144b2d;
    color: rgba(255, 255, 255, 0.4);
}

footer .subscribe {
    color: #fff;
    text-decoration: none;
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 15px;
    display: inline-block;
}

footer .subscribe:hover {
    text-decoration: none;
    color: #fff;
}

footer .menu-title {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

footer .menu-items a {
    color: rgba(255, 255, 255, 0.4);
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
}

footer .address h3 {
    color: #fff;
    font-size: 18PX;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

footer .address p {
    font-size: 16px;
}

footer .copyright {
    color: #fff;
    font-size: 16px;
}

footer .info {
    font-size: 15px;
    margin-top: 40px;
}

footer .socials a {
    color: #fff;
}

.white-hr {
    opacity: 1;
    color: #fff;
    margin: 0;
}

.border-right-white {
    border-right: 1px solid #fff;
}

.text-green {
    color: #60a511;
}

.text-light-green {
    color: #a9ac22;
}

.text-dark-green {
    color: #144b2d;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.8;
}

section.home-about p.title {
    color: #144b2d;
    border-bottom: 1px solid #144b2d;
    padding-bottom: 10px;
    text-transform: uppercase;
    display: inline-block;
}

section.home-about h1 {
    line-height: 1.8;
}

section.home-glance {
    background-color: #ebebeb;
}

section.home-glance .stat {
    border-top: 1px solid #60a511;
    padding-top: 20px;
}

section.home-glance .stat .num {
    font-weight: bold;
    color: #60a511;
    font-size: 80px;
    text-align: right;
    /*margin-right: 30px;*/
}

section.home-glance .stat .title {
    color: #144b2d;
    text-align: right;
    font-size: 20px;
}

section.home-glance .stat-link {
    font-size: 18px;
    display: block;
    text-align: right;
    border-top: 1px solid #60a511;
    color: #144b2d;
    padding: 20px 0;
    text-decoration: none;
}

section.home-glance .stat-link .fa-stack {
    font-size: 13px;
}

section.home-glance .progress {
    height: 30px;
}

section.home-glance .progress-bar {
    background-color: rgba(96, 165, 17, 0.5);
    color: #144b2d;
    font-size: 20px;
    text-align: right;
}

div#resources .resource {
    border-bottom: 2px solid #60a511;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

div#resources .resource .title {
    font-size: 22px;
    color: #144b2d;
    text-transform: uppercase;
    font-weight: bold;
}

div#resources .resource .tag {
    color: #60a511;
    font-size: 14px;
}

div#resources .resource .content {
    font-size: 18px;
    color: #60a511;
}

div#resources .resource .link {
    color: #60a511;
    border-top: 1px solid #60a511;
    border-bottom: 1px solid #60a511;
    display: block;
    padding: 10px;
    text-decoration: none;
}

div#resources .resource .link svg {
    color: #a9ac22;
}

section.home-theme {
    background-size: cover;
}

section.home-theme .theme {
    padding: 60px;
    background: rgba(255, 255, 255, 0.8);
}

section.home-theme .theme .title {
    color: #60a511;
    font-weight: bold;
    border-bottom: 1px solid #144b2d;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

section.home-theme .theme .content {
    color: #144b2d;
    margin-bottom: 20px;
}

section.home-theme .theme .link {
    color: #144b2d;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #60a511;
    padding-bottom: 10px;
    font-size: 20px;
}

section.home-theme .theme .link .fa-stack {
    font-size: 15px;
    color: #a9ac22;
}

section.home-events-news .menu {
    border-bottom: 2px solid #60a511;
}

section.home-events-news #news-events {
    border: none;
}

section.home-events-news #news-events .nav-link {
    border: none;
    text-transform: uppercase;
    font-size: 30px;
    color: #144b2d;
}

section.home-events-news #news-events .nav-link.active {
    border: none;
    font-weight: bold;
    border-bottom: 4px solid #144b2d;
}

section.home-events-news .link {
    font-size: 18px;
    text-transform: uppercase;
    color: #144b2d;
    text-decoration: none;
    display: inline-block;
}

section.home-events-news .link .fa-stack {
    font-size: 16px;
    color: #144b2d;
}

section.home-events-news .home-event {
    color: #144b2d;
    height: 100%;
}

section.home-events-news .home-event>div {
    height: 100%;
    display: flex;
    flex-direction: column;
}

section.home-events-news .home-event img {
    margin-top: auto;
}

section.home-events-news .home-event.first {
    border-right: 1px solid #60a511;
}

section.home-events-news .home-event .date {
    font-size: 16px;
}

section.home-events-news .home-event .title {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
}

section.home-events-news .home-event .content {
    margin-bottom: 50px;
    font-weight: 300;
}

section.home-events-news .news-item {
    color: #144b2d;
    display: flex;
    flex-direction: column;
    height: 100%;
}

section.home-events-news .news-item .tag {
    text-transform: uppercase;
    font-size: 16px;
}

section.home-events-news .news-item .title {
    font-size: 25px;
    font-weight: 700;
}

section.home-events-news .news-item .content {
    margin-bottom: 30px;
    font-weight: 300;
}

section.home-events-news .news-item .link {
    text-decoration: none;
    color: #144b2d;
    border-bottom: 1px solid #60a511;
    display: block;
    padding-bottom: 30px;
    margin-top: auto;
}

section.home-events-news .news-item .link .fa-stack {
    font-size: 20px;
}

section.home-events-news div.tab-pane {
    position: relative;
}

.go-to-all-links {
    position: absolute;
    right: 0;
    top: -100px;
}

.home-what-we-do {
    background-size: cover;
}

.home-what-we-do>div:not(:last-child) {
    border-right: 1px solid rgba(96, 165, 17, 0.99);
}

.home-what-we-do div.box {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    width: 100%;
    aspect-ratio: 2/3;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.home-what-we-do div.box:hover {
    background-color: rgba(96, 165, 17, 0.9);
}

.home-what-we-do .content {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 0 2em;
    z-index: 2;
    height: 30%;
    transition: all 0.2s ease;
}

.home-what-we-do div.box:hover .content {
    height: 50%;
    transition: all 0.2s ease;
}

.home-what-we-do div.box h4 {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.home-what-we-do div.box p {
    height: 0;
    opacity: 0;
    visibility: hidden;
    margin: 5px;
    line-height: 1.5em;
}

.home-what-we-do div.box:hover p {
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease;
}

.home-theme .timeline {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 100px;
}

.home-theme .timeline__event {
    position: relative;
    display: flex;
    margin: 20px 0;
    border-radius: 8px;
}

.home-theme .timeline__event__title {
    font-size: 1.2rem;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 600;
    color: #144b2d;
    letter-spacing: 1.5px;
    display: none;
}

.home-theme .timeline__event__content {
    padding: 20px;
}

.home-theme .timeline__event__date {
    color: #144b2d;
    font-size: 12px;
    font-weight: 600;
    word-wrap: break-word;
    text-align: center;
}

.home-theme .timeline__event__icon {
    top: 45%;
    color: #fff;
    padding: 0 10px;
    position: absolute;
    left: -6.5rem;
    z-index: 2;
}

.home-theme .timeline__event__description {
    font-size: 16px;
}

.home-theme .timeline__event:after {
    content: "";
    width: 2px;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 52%;
    left: -3.5rem;
    z-index: 0;
}

.home-theme .timeline__event:before {
    content: "";
    width: 7rem;
    height: 7rem;
    position: absolute;
    background: #fff;
    border-radius: 100%;
    left: -7rem;
    top: 50%;
    transform: translateY(-50%);
    border: 2px dotted #144b2d;
    z-index: 1;
}

.home-theme .timeline__event:last-child:after {
    content: none;
}

@media (max-width: 786px) {
    .home-theme .timeline__event {
        flex-direction: column;
    }
    .home-theme .timeline__event__icon {
        border-radius: 4px 4px 0 0;
    }
}

.page-header {
    background-size: cover;
    position: relative;
    height: 65vh;
}

.page-header::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 0;
}

.page-header>div {
    position: absolute;
    left: 0;
    bottom: 20%;
    width: 100%;
    z-index: 1;
}

.page-header .page-title {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.page-header .page-description {
    color: #fff;
}

.side-pages .navbar-custom {
    background-color: #fff;
}

.side-pages .navbar-custom .navbar-nav .nav-item .nav-link {
    color: #144b2d;
}

.side-pages .navbar-custom .navbar-nav .nav-item.contact-us .nav-link {
    border: 1px solid #60a511;
}

.page-menu {
    margin-bottom: 50px;
}

.page-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #60a511;
}

.page-menu-list li {
    display: inline-block;
}

.page-menu-list li a {
    display: block;
    padding: 30px;
    text-decoration: none;
    color: #fff;
}

.page-menu-list li a.active,
.page-menu-list li a:hover {
    background: #144b2d;
}

a.underline-hover {
    text-decoration: none; /* Initially, no underline */
}

a.underline-hover:hover {
    text-decoration: underline !important; /* Underline on hover */
    color: #60a511;
}


.page-meta-title {
    color: #144b2d;
    text-transform: uppercase;
    border-top: 1px solid #60a511;
    padding-top: 20px;
}

.page-meta-title-1 {
    color: #144b2d;
    padding-top: 20px;
}

.page-meta-description {
    color: #144b2d;
    font-size: 1.2rem;
    line-height: 1.7;
    font-weight: 300;
}

.bg-gray {
    background-color: #ebebeb;
}

section.about-1 {
    position: relative;
    margin-top: 100px;
}

section.about-1 .content {
    padding: 150px 30px 100px 280px
}

section.about-1 .abt-us-green {
    background-color: rgba(96, 165, 17, 0.2);
    color: #144b2d;
}

section.about-1 .more,
section.about-1 .more:hover {
    text-decoration: none;
    color: #144b2d;
    border: 4px solid #eb8922;
    padding: 20px 40px;
    display: inline-block;
    margin-top: 20px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 15px;
}

section.about-1 .img-cover {
    position: absolute;
    left: 0;
    width: 45%;
    top: -50px;
}

section.about-2 .content {
    font-size: 15px;
}

section.about-2 div#objective-accordion .accordion-button {
    color: #144b2d;
    background-color: transparent;
    box-shadow: none;
    font-weight: bold;
    font-size: 25px;
}

section.about-2 div#objective-accordion .accordion-button span.count {
    color: #60a511;
    font-size: 15px;
    font-weight: bold;
}

section.about-2 div#objective-accordion .accordion-body {
    padding: 20px 50px 20px 80px;
    font-size: 16px;
    color: #144b2d;
}

section.about-2 div#objective-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23144b2d'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

.side-pages .navbar-custom.nav-scrolling {
    background-color: #fff;
}

.navbar-custom.nav-scrolling {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .24);
    -webkit-transition: padding .2s cubic-bezier(0, 0, .25, 1);
    transition: padding .2s cubic-bezier(0, 0, .25, 1);
    padding: 0;
}

.navbar-custom.nav-scrolling img.agrf-logo {
    width: 200px;
}


/* @keyframes zoom {
    0% {
        background-size: 100%;
    }
    50% {
        background-size: 150%;
    }
    100% {
        background-size: 200%;
    }
} */

.page-header {
    /* animation-name: zoom;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; */
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: 130px;
}

section.partners-1 a {
    text-decoration: none;
    color: #144b2d;
    font-weight: bold;
}

section.partners-1 a span {
    font-size: 14px;
    color: #a9ac22;
}

section.partners-2 .partner {
    margin-bottom: 100px;
}

section.partners-2 .partner img {
    height: 100px;
    padding-left: 60px;
}

section.partners-2 .partner a {
    color: #144b2d;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #60a511;
    border-bottom: 1px solid #60a511;
    margin-top: 40px;
}

section.journey-1 {
    padding-top: 200px;
}

section.journey-2 .timeline {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2);
}

section.journey-2 .timeline .swiper-container {
    height: 600px;
    width: 100%;
    position: relative;
}

section.journey-2 .timeline .swiper-wrapper {
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}

section.journey-2 .timeline .swiper-slide {
    position: relative;
    color: #fff;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

section.journey-2 .timeline .swiper-slide::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: -115%;
    bottom: -10%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.7);
    border-radius: 100%;
}

section.journey-2 .timeline .swiper-slide-content {
    position: absolute;
    text-align: center;
    width: 80%;
    max-width: 50%;
    right: 50%;
    top: 13%;
    transform: translate(50%, 0);
    font-size: 12px;
    z-index: 2;
}

section.journey-2 .timeline .swiper-slide .timeline-year {
    display: block;
    font-style: italic;
    font-size: 42px;
    margin-bottom: 50px;
    transform: translate3d(20px, 0, 0);
    color: #d4a024;
    font-weight: 300;
    opacity: 0;
    transition: 0.2s ease 0.4s;
}

section.journey-2 .timeline .swiper-slide .timeline-title {
    font-weight: 800;
    font-size: 34px;
    margin: 0 0 30px;
    opacity: 0;
    transform: translate3d(20px, 0, 0);
    transition: 0.2s ease 0.5s;
}

section.journey-2 .timeline .swiper-slide .timeline-text {
    line-height: 1.5;
    opacity: 0;
    transform: translate3d(20px, 0, 0);
    transition: 0.2s ease 0.6s;
    font-size: 25px;
}

section.journey-2 .timeline .swiper-slide .timeline-link {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    text-align: right;
    padding: 20px 0;
    border-top: 1px solid #60a511;
    border-bottom: 1px solid #60a511;
    margin-top: 15px;
    min-width: 250px;
    font-size: 20px;
    opacity: 0;
    transform: translate3d(20px, 0, 0);
    transition: 0.2s ease 0.5s;
}

section.journey-2 .timeline .swiper-slide-active .timeline-link {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.4s ease 1.7s;
}

section.journey-2 .timeline .swiper-slide-active .timeline-year {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.4s ease 1.6s;
}

section.journey-2 .timeline .swiper-slide-active .timeline-title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.4s ease 1.7s;
}

section.journey-2 .timeline .swiper-slide-active .timeline-text {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.4s ease 1.8s;
}

section.journey-2 .timeline .swiper-pagination {
    right: 15% !important;
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    z-index: 1;
}

section.journey-2 .timeline .swiper-pagination::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

section.journey-2 .timeline .swiper-pagination-bullet {
    width: auto;
    height: auto;
    text-align: center;
    opacity: 1;
    background: transparent;
    color: #d4a024;
    margin: 15px 0 !important;
    position: relative;
}

section.journey-2 .timeline .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -32.5px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #d4a024;
    transform: scale(0);
    transition: 0.2s;
}

section.journey-2 .timeline .swiper-pagination-bullet-active {
    color: #d4a024;
}

section.journey-2 .timeline .swiper-pagination-bullet-active::before {
    transform: scale(1);
}

section.journey-2 .timeline .swiper-button-next,
section.journey-2 .timeline .swiper-button-prev {
    background-size: 20px 20px;
    top: 15%;
    width: 20px;
    height: 20px;
    margin-top: 0;
    z-index: 2;
    transition: 0.2s;
}

section.journey-2 .timeline .swiper-button-next:after,
section.journey-2 .timeline .swiper-button-prev:after {
    display: none;
}

section.journey-2 .timeline .swiper-button-prev {
    left: 8%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}

section.journey-2 .timeline .swiper-button-prev:hover {
    transform: translateX(-3px);
}

section.journey-2 .timeline .swiper-button-next {
    right: 8%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}

section.journey-2 .timeline .swiper-button-next:hover {
    transform: translateX(3px);
}

@media screen and (min-width: 768px) {
    section.journey-2 .timeline .swiper-slide::after {
        right: -30%;
        bottom: -8%;
        width: 240px;
        height: 50%;
        box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7);
    }
    section.journey-2 .timeline .swiper-slide-content {
        right: 30%;
        top: 50%;
        transform: translateY(-50%);
        width: 30%;
        font-size: 11px;
        text-align: right;
    }
    section.journey-2 .timeline .swiper-slide .timeline-year {
        margin-bottom: 0;
        font-size: 32px;
    }
    section.journey-2 .timeline .swiper-slide .timeline-title {
        font-size: 46px;
        margin: 0;
    }
    section.journey-2 .timeline .swiper-pagination {
        display: flex;
    }
    section.journey-2 .timeline .swiper-button-prev {
        top: 15%;
        left: auto;
        right: 15%;
        transform: rotate(90deg) translate(0, 10px);
    }
    section.journey-2 .timeline .swiper-button-prev:hover {
        transform: rotate(90deg) translate(-3px, 10px);
    }
    section.journey-2 .timeline .swiper-button-next {
        top: auto;
        bottom: 15%;
        right: 15%;
        transform: rotate(90deg) translate(0, 10px);
    }
    section.journey-2 .timeline .swiper-button-next:hover {
        transform: rotate(90deg) translate(3px, 10px);
    }
}

@media screen and (min-width: 1024px) {
    section.journey-2 .timeline .swiper-slide::after {
        right: -20%;
        bottom: -12%;
        width: 240px;
        height: 50%;
        box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, 0.7);
    }
    section.journey-2 .timeline .swiper-slide-content {
        right: 25%;
    }
}

section.journey-2 {
    position: relative;
}

section.journey-2 .title {
    position: absolute;
    left: 5%;
    top: 5%;
    z-index: 10;
    width: 95%;
}

section.what-we-do1 .deliverables>div {
    border-right: 1px solid #fff;
}

section.what-we-do1 .deliverables .deliverable {
    color: #fff;
    padding: 40px 20px;
    font-size: 16px;
}

section.what-we-do1 {
    background: #eb8922;
    padding-top: 100px;
}

section.what-we-do2 .platform {
    position: relative;
    margin-bottom: 100px;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .07);
    background-color: #fff;
    border: 5px solid #f5f5f5;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

section.what-we-do2 .platform img {
    position: relative;
    display: block;
    min-height: 100%;
    opacity: .4
}

section.what-we-do2 .tab-text {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

section.what-we-do2 .tab-text h2 {
    color: #fff;
    margin: 0;
    font-size: 1.5rem
}

section.what-we-do2 .tab-text p {
    color: #fff;
    margin: 0;
    font-size: 1rem
}

section.what-we-do2 .platform {
    background: #144b2d;
    position: relative
}

section.what-we-do2 .platform .tab-text {
    padding: 1em
}

section.what-we-do2 .platform .tab-text::after,
section.what-we-do2 .platform .tab-text::before {
    position: absolute;
    content: '';
    opacity: 0
}

section.what-we-do2 .platform .tab-text::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 2px solid rgba(255, 255, 255, .3);
    border-bottom: 2px solid rgba(255, 255, 255, .3);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

section.what-we-do2 .platform .tab-text::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

section.what-we-do2 .platform .icons-block {
    z-index: 1000;
    position: absolute;
    bottom: 14px;
    width: 100%;
    left: 0;
    text-align: center
}

section.what-we-do2 .platform .icons-block .social-icon-1,
section.what-we-do2 .platform .icons-block .social-icon-2,
section.what-we-do2 .platform .icons-block .social-icon-3 {
    transition: all .5s ease-in-out;
    opacity: 0
}

section.what-we-do2 .platform:hover .social-icon-1 {
    opacity: 1;
    transition-delay: .3s;
    transition-duration: .5s
}

section.what-we-do2 .platform:hover .social-icon-2 {
    opacity: 1;
    transition-delay: .4s;
    transition-duration: .5s
}

section.what-we-do2 .platform:hover .social-icon-3 {
    opacity: 1;
    transition-delay: .5s;
    transition-duration: .5s
}

section.what-we-do2 .platform .icons-block i {
    color: rgba(255, 255, 255, 1);
    padding-left: 10px;
    font-size: 1.3rem
}

section.what-we-do2 .platform h2 {
    padding-top: 20%;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    font-weight: 600;
    font-size: 16px;
}

section.what-we-do2 .platform p {
    padding: .5em 2.7em;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    font-size: .92rem;
    line-height: 16px;
    color: rgba(255, 255, 255, .9)
}

section.what-we-do2 .platform h2 {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
}

section.what-we-do2 .platform .tab-text::after,
section.what-we-do2 .platform .tab-text::before,
section.what-we-do2 .platform img,
section.what-we-do2 .platform p {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s
}

section.what-we-do2 .platform:hover img {
    opacity: .7;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0) scale(1.1, 1.1)
}

section.what-we-do2 .platform:hover .tab-text::after,
section.what-we-do2 .platform:hover .tab-text::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

section.what-we-do2 .platform:hover h2,
section.what-we-do2 .platform:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

section.what-we-do2 .platform:hover .tab-text::after,
section.what-we-do2 .platform:hover h2,
section.what-we-do2 .platform:hover img,
section.what-we-do2 .platform:hover p {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

section.what-we-do2>div.container>div.row>div.col-md-4:nth-child(1) {
    padding-top: 100px;
}

section.what-we-do2>div.container>div.row>div.col-md-4:nth-child(3) {
    padding-top: 150px;
}

section.resource-center1 .feature-news {
    padding-bottom: 40px;
    margin-bottom: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

section.resource-center1 .feature-news img {
    aspect-ratio: 16/9;
}

section.resource-center1 .feature-news .tag {
    color: #144b2d;
    margin-top: 20px;
    text-transform: uppercase;
}

section.resource-center1 .feature-news .title {
    color: #144b2d;
    text-decoration: none;
    font-size: 25px;
    display: block;
    margin-bottom: 20px;
}

section.resource-center1 .feature-news .content {
    color: #144b2d;
    border-bottom: 1px solid #60a511;
    font-weight: 300;
    margin-top: auto;
}

.bg-dark-green {
    background-color: #144b2d;
}

.bg-green {
    background-color: #60a511;
}

section.resource-center2 img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}

section.resource-center2 .feature-content {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

section.resource-center3 .news {
    padding-bottom: 40px;
    margin-bottom: 50px;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-content: space-between;
    flex-wrap: wrap;
}

section.resource-center3 .news .tag {
    color: #144b2d;
    margin-top: 20px;
    text-transform: uppercase;
}

section.resource-center3 .news .title {
    color: #144b2d;
    text-decoration: none;
    font-size: 23px;
    display: block;
    margin-bottom: 20px;
}

section.resource-center3 .news .content {
    color: #144b2d;
    font-weight: 300;
}

section.resource-center3 .news a.link {
    text-decoration: none;
    display: block;
    margin-top: auto;
    border-bottom: 1px solid #60a511;
}

section.resource-center3 .news a.link span {
    font-size: 25px;
    color: #000;
}

section.resource-center3 .news a.link span.material-symbols-outlined {
    font-size: 50px;
    color: #60a511;
}

section.partnerships1 .partnership-image {
    position: relative;
    margin-bottom: 100px;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .07);
    background-color: #fff;
    border: 5px solid #f5f5f5;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

section.partnerships1 img {
    position: relative;
    display: block;
    min-height: 100%;
    opacity: .8
}

section.partnerships1 .partnership-image::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

section.partnerships1 .tab-text {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

section.partnerships1 .tab-text h2 {
    color: #fff;
    margin: 0;
    font-size: 1.5rem
}

section.partnerships1 .tab-text p {
    color: #fff;
    margin: 0;
    font-size: 1rem
}

section.partnerships1 .partnership-image {
    background: #42b078
}

section.partnerships1 .partnership-image .tab-text h2 {
    position: relative;
    padding: .5em 0;
    text-align: left;
    overflow: hidden;
}

section.partnerships1 .partnership-image h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    transform: translate3d(-100%, 0, 0);
    transition: all .35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    -webkit-transition: all .35s
}

section.partnerships1 .partnership-image:hover h2:after {
    transform: translate3d(0, 0, 0)
}

section.partnerships1 .partnership-image .tab-text p {
    padding: .7em 0;
    font-size: .8rem;
    text-align: left;
    line-height: 1.1;
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transition: all .35s;
    -webkit-transition: all .35s;
}

section.partnerships1 .partnership-image:hover p {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1
}

section.partnerships1 .partnership-image img {
    max-width: none;
    opacity: 1;
    transform: translate3d(-10px, 0, 0);
    transition: all .35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    -webkit-transition: all .35s
}

section.partnerships1 .partnership-image:hover img {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: .4
}

section.partnerships1 .partnership-image .icons-block {
    z-index: 1000;
    position: absolute;
    bottom: 25px;
    width: 100%;
    left: 0;
    text-align: left;
    padding-left: 15px
}

section.partnerships1 .partnership-image .icons-block .social-icon-1,
section.partnerships1 .partnership-image .icons-block .social-icon-2,
section.partnerships1 .partnership-image .icons-block .social-icon-3 {
    transition: all .5s ease-in-out;
    opacity: 0
}

section.partnerships1 .partnership-image:hover .social-icon-1 {
    opacity: 1;
    transition-delay: .3s;
    transition-duration: .5s
}

section.partnerships1 .partnership-image:hover .social-icon-2 {
    opacity: 1;
    transition-delay: .4s;
    transition-duration: .5s
}

section.partnerships1 .partnership-image:hover .social-icon-3 {
    opacity: 1;
    transition-delay: .5s;
    transition-duration: .5s
}

section.partnerships1 .partnership-image .icons-block i {
    color: rgba(255, 255, 255, 1);
    padding-left: 10px;
    font-size: 1.3rem
}


/*section.partnerships1 div.partnerships:nth-child(odd) .partnership-image .content{*/


/*  right: 0;*/


/*}*/


/*section.partnerships1 div.partnerships:nth-child(even) .partnership-image .content{*/


/*left: 0;*/


/*}*/

section.partnerships1 .content {
    color: #144b2d;
    line-height: 2;
    font-size: 20px;
}

.image-scroll-effect {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.image-scroll-effect img {
    width: 75%;
}

#main-nav .dropdown-item {
    color: #60a511;
    text-transform: uppercase;
}

#main-nav .dropdown-item.active {
    font-weight: bold;
}

#main-nav .dropdown-item:hover {
    background-color: transparent;
    color: #144b2d;
}

#main-nav .dropdown .dropdown-menu {
    display: none;
    border-radius: 0;
    border: none;
    padding: 40px 100px;
    margin-left: -100px;
    font-size: 0.875rem;
}

#main-nav .dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
}

#main-nav .dropdown .dropdown-menu li:first-child {
    border-top: 3px solid #144b2d;
    padding-top: 20px;
}

section.secretariat .at-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #fff;
    border: 1px solid #e2e9ed;
}

section.secretariat .at-grid[data-column="1"] .at-column {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    flex-basis: 100%;
}

section.secretariat .at-grid[data-column="2"] .at-column {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    flex-basis: 50%;
}

section.secretariat .at-grid[data-column="3"] .at-column {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
}

section.secretariat .at-grid[data-column="4"] .at-column {
    width: 25%;
    max-width: 25%;
    min-width: 25%;
    flex-basis: 25%;
}

section.secretariat .at-grid[data-column="5"] .at-column {
    width: 20%;
    max-width: 20%;
    min-width: 20%;
    flex-basis: 20%;
}

section.secretariat .at-grid[data-column="6"] .at-column {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
    flex-basis: 16.6666666667%;
}

section.secretariat .at-grid[data-column="7"] .at-column {
    width: 14.2857142857%;
    max-width: 14.2857142857%;
    min-width: 14.2857142857%;
    flex-basis: 14.2857142857%;
}

section.secretariat .at-grid[data-column="8"] .at-column {
    width: 12.5%;
    max-width: 12.5%;
    min-width: 12.5%;
    flex-basis: 12.5%;
}

section.secretariat .at-grid[data-column="9"] .at-column {
    width: 11.1111111111%;
    max-width: 11.1111111111%;
    min-width: 11.1111111111%;
    flex-basis: 11.1111111111%;
}

section.secretariat .at-column {
    position: relative;
    background: #fff;
    box-shadow: 0 0 0 1px #e2e9ed;
    padding: 10px;
    box-sizing: border-box;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

section.secretariat .at-column:before {
    content: "";
    display: block;
    padding-top: 100%;
}

section.secretariat .at-column:hover {
    z-index: 1;
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

section.secretariat .at-column:hover .at-social {
    margin: 16px 0 0;
    opacity: 1;
}

section.secretariat @media (max-width: 800px) {
    .at-column {
        width: 50% !important;
        max-width: 50% !important;
        min-width: 50% !important;
        flex-basis: 50% !important;
    }
    section.secretariat
}

section.secretariat @media (max-width: 600px) {
    .at-column {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        flex-basis: 100% !important;
    }
    section.secretariat
}

section.secretariat .at-user {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
    text-align: center;
}

section.secretariat .at-user__avatar {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    margin: 0 auto 20px;
    overflow: hidden;
}

section.secretariat.secretariat-2 .at-user__avatar {
    width: 100px;
    height: 100px;
}

section.secretariat .at-user__avatar img {
    display: block;
    width: 100%;
    max-width: 100%;
}

section.secretariat .at-user__name {
    color: #313435;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.625rem;
}

section.secretariat .at-user__title {
    color: #6f808a;
    font-size: 0.775rem;
    line-height: 2.375rem;
}

section.secretariat .at-social {
    margin: 0 0 -18px;
    opacity: 0;
    transition: margin 0.2s ease, opacity 0.2s ease;
}

section.secretariat .at-social__item {
    display: inline-block;
    margin: 0 10px;
}

section.secretariat .at-social__item a {
    display: block;
}

section.secretariat .at-social__item svg {
    fill: #515f65;
    display: block;
    height: 18px;
    transition: fill 0.2s ease;
}

section.secretariat .at-social__item svg:hover {
    fill: #788d96;
}

section.summit .summit-link {
    font-size: 15px;
    display: block;
    text-align: left;
    border-top: 1px solid #60a511;
    border-bottom: 1px solid #60a511;
    color: #144b2d;
    padding: 20px 0;
    text-decoration: none;
    margin: 0 20px;
}

section.summit .summit-link .fa-stack {
    font-size: 11px;
    float: right;
}

section.summit-1 .summit-link {
    font-size: 18px;
    display: block;
    text-align: left;
    color: #144b2d;
    text-decoration: none;
}

section.summit-1 .summit-link .fa-stack {
    font-size: 13px;
}

section.summit-1 .content {
    font-size: 15px;
}

section.summit-2 .feature-news {
    border-bottom: 1px solid #60a511;
    padding-bottom: 40px;
    margin-bottom: 50px;
}

section.summit-2 .feature-news img {
    aspect-ratio: 3/2;
}

section.summit-2 .feature-news .tag {
    color: #144b2d;
    margin-top: 20px;
    text-transform: uppercase;
}

section.summit-2 .feature-news .title {
    color: #144b2d;
    text-decoration: none;
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
}

section.summit-2 .feature-news .content {
    color: #144b2d;
    font-size: 15px;
    font-weight: 300;
}

section.summit-2 .feature-news .summit-link {
    display: block;
    text-align: left;
    color: #144b2d;
    text-decoration: none;
    margin-top: 15px;
}

section.summit-2 .summit-link .fa-stack {
    font-size: 20px;
}

@media (max-width: 1200px) {
    .agrf-logo {
        width: 80px;
    }
}

@media (max-width: 768px) {
    .navbar-toggler {
        color: #fff;
        background: #144b2d;
    }
    nav.fixed-top {
        position: relative;
        background-color: #144b2d !important;
    }
    header.home-slider .slide-captions {
        width: 80%;
    }
    header.home-slider .slide-captions .current-title {
        font-size: 30px;
    }
    .go-to-all-links {
        position: relative;
        margin-bottom: 50px;
        top: unset;
    }
    .home-theme .timeline__event__content {
        margin-top: 20px;
    }
    .home-theme .timeline__event__icon {
        top: 0;
        left: -35px;
    }
    .home-theme .timeline__event__date {
        font-size: 20px;
    }
    .home-theme .timeline {
        padding: 0;
    }
    .home-theme .timeline__event:before,
    .home-theme .timeline__event:after {
        display: none;
    }
    .navbar-custom .navbar-nav .nav-item.contact-us .nav-link {
        margin: 20px 0;
        padding-left: 15px;
    }
}