body {
    min-height: 1000px;
    /*font-family: proximaNova;*/
}

.contact-top-image {
    position: relative;
}

.contact-top-image img:nth-child(1) {
    position: absolute;
    top: -66px;
}

.contact-top-image img:nth-child(2) {
    position: absolute;
    top: -55px;
    left: 163px;
}


.contact-form .contact-form-input:focus {
    outline: none;
    box-shadow: none;
    border: 2px solid #0aad0a;
}

.contact-form .contact-form-input:focus + label {
    background: #fff;
    width: unset;
    position: absolute;
    left: 12px;
    padding: 0 5px;
    height: unset;
    top: -5px;
    opacity: 1;
}

.contact-form label {
    top: 10px;
}

.contact-form textarea {
    height: 120px !important;
}

/*.login-with-google-btn {*/
/*    padding: 10px 7rem 10px 7rem;*/

/*}*/

.login-with-google-btn:hover {
    background-color: #e9f8fb !important;
    color: #0046be !important;
}

.login-investor-bg {
    background-image: url('./../images/login-investor-bg.webp');
    background-size: cover;
}

.login-farmer-bg {
    background-image: url('./../images/login-farmer-bg.webp');
    background-size: cover;
}


.login-vendor-bg {
    background-image: url('./../images/login-vendor-bg.webp');
    background-size: cover;
}

.login-container .row:first-child {
    padding-top: 8rem;
    padding-bottom: 2rem;
}

.contact-form input, .contact-form textarea {
    caret-color: #0aad0a;
    border: solid 3px #9fa0aa;
    border-radius: 10px;
}


.login-form .login-form-input:focus {
    outline: none;
    box-shadow: none;
    border: 3px solid;
}

.login-form .login-form-input:focus + label,
.login-form .login-form-input:not([value=""]) ~ label{
    background: #fff;
    width: unset;
    position: absolute;
    left: 12px;
    padding: 0 5px;
    height: unset;
    top: -5px;
    opacity: 1;
}


.login-form .login-form-label-email-or-mobile {
    background: #fff;
    width: unset;
    position: absolute;
    left: 12px;
    padding: 0 5px;
    height: unset;
    top: -12px;
    opacity: 1;
}

.iti__selected-flag {
    padding: 8px 6px 1px 8px
}

.iti__flag-container {
    top: 6px;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input, .iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
    padding-top: 24px;
    padding-bottom: 14px;

}

.login-form .login-form-input-investor:focus {
    border-color: #0046be;
}

.login-form .login-form-input-farmer:focus {
    border-color: #0aad0a;
}

.login-form .login-form-input-vendor:focus {
    border-color: #aa875f;
}

.login-form label {
    top: 10px;
}

.iti {
    display: block !important;
}

.contact-box {
    box-shadow: 0 2px 3px 0 #d8dfe7;
    border: solid 1px #d7dde6;
    border-radius: 30px;
}

.contact-box h2 {
    font-size: 37px;
    font-weight: 700;
}

.contact-box2 {
    background-color: #fff;
    border-radius: 43px;
    padding: 35px 50px;
}

.contact-box2 h4 {
    font-size: 20px;
}

.contact-box3 {
    background-color: #fff;
    border-radius: 43px;
    padding: 35px 20px;
    margin: 12px;
}


.contact-box3 h4 {
    font-size: 20px;
}

.faq-item-box {
    background-color: #fff;
    border-radius: 20px;
    padding: 35px 50px;
    border: none;
    margin: 12px;
    text-align: center;
}

.faq-questions {
    height: 658px;
    overflow: hidden
}

.faq-item-box-vendor-selected {
    box-shadow: 0 7px 15px 0 rgba(170, 135, 95, 0.17);
    border: solid 3px #aa875f;
}

.faq-item-box-farmer-selected {
    box-shadow: 0 7px 15px 0 rgba(10, 173, 10, 0.13);
    border: solid 3px #0aad0a;
}

.faq-item-box-investor-selected {
    box-shadow: 0 7px 15px 0 rgba(0, 70, 190, 0.18);
    border: solid 3px #0046be;
}

.contact-box .google-map {
    padding-bottom: 50%;
    position: relative;
}

.contact-box .google-map iframe {
    height: 392px;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 20px;
}

.project-location .google-map {
    padding-bottom: 50%;
    position: relative;
}

.project-location .google-map iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    border-radius: 20px;
}

.technical-information ul:not(:last-child) {
    border-bottom: 1px solid #dddddd;
}

.btn-large {
    padding: 8px 55px;
}

.btn-x-large {
    padding: 13px 130px;
    font-size: 28px;
    font-weight: 500;
    border-radius: 10px;
}

.bg-dim-blue {
    background-color: #e9f8fb;
}

.bg-dim-cr {
    background-color: #faf6f3;
}

.bg-dim-green {
    background-image: linear-gradient(to bottom, #daf4cb, #fff 96%);
}

.bg-blue {
    background-color: #0046be;
}

.border-blue {
    border-color: #0046be !important;
}

.text-blue {
    color: #0046be;
}

.bg-green {
    background-color: #0aad0a;

}

.border-green {
    border-color: #0aad0a !important;

}

.text-green {
    color: #0aad0a;

}

.bg-green2 {
    background-color: #34b734;
}

.bg-v {
    background-color: #aa875f;
}

.border-v {
    border-color: #aa875f !important;
}

.input-group > .farmer-page-top-search:focus {
    z-index: unset !important;
}

.subscribe-input {
    padding: 10px;
}

.input-group > .subscribe-input:focus {
    z-index: unset !important;
}

.text-justify {
    text-align: justify !important;
}

.m-timeline {
    border-top: 1px solid hsl(0, 0%, 90%);
    position: relative;
    list-style: none;
    display: flex;
}

.m-timeline .m-timeline-item {
    margin-left: 111px;
}

/*.m-timeline .m-timeline-item-right  {*/
/*margin-left: 140px;*/
/*}*/

.m-timeline .m-timeline-item span {
    content: '';
    position: absolute;
    /* left: 50%; */
    /*-webkit-transform: translateX(-50%);*/
    /*-ms-transform: translateX(-50%);*/
    /*transform: translateX(-50%);*/
    bottom: 14px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: #fff;
    transition: background-color .3s, border-color .3s;
    border: 1px solid #c9c1c1;
}

.m-timeline .m-timeline-item.selected span {
    background-color: #0046be;
}

.btn-outline-green {
    --bs-btn-color: #0aad0a;
    --bs-btn-border-color: #0aad0a;
    --bs-btn-disabled-color: #0aad0a;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0aad0a;
    --bs-gradient: none;
    border: solid 2px #0aad0a;
    font-weight: bold;
}
.btn-outline-green:hover{
    border-color: inherit;
}

.nav-link {
    font-weight: bold;
}

.nav-link-active {
    font-weight: bold;
    box-shadow: 0 2px 7px 0 rgba(127, 134, 141, 0.19);
    border: solid 1px #e5e7f0;
    border-radius: 10px;
    background-color: #fafafa;
}

.bg-green-gradient > * {
    position: relative;
    opacity: 0.43;
    background-image: linear-gradient(to bottom, #fff, #daf4cb 96%);

}

.m-bg-green-gradient > * {
    position: relative;
    opacity: 0.43;
    background-image: linear-gradient(to bottom, #fff, #daf4cb 96%);
}

.bg-green-gradient > .row {
    opacity: 1;

}

/*********************************/


/*.bg-green-gradient {*/
/*    background-image: linear-gradient(to bottom, #fff, #daf4cb 96%);*/
/*    position: relative;*/

/*}*/

.bg-green-gradient2 > * {
    background-image: linear-gradient(to bottom, #e3f6d8, #fff 96%);
    position: relative;
    opacity: 0.55;
}

.bg-green-gradient2 > .row {
    opacity: 1;
}

.bg-green-gradient2 > .container {
    opacity: 1;
}

.bg-dim-blue-gradient {
    background-image: linear-gradient(to bottom, #cbeef4, #fff 96%);
}

.bg-green-gradient-bottom-leaf {
    position: absolute;
    left: 0;
    bottom: -38px;
    z-index: 9;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.about-shadow-box {
    border-radius: 15px;
    box-shadow: 0 2px 3px 0 #d8dfe7;
    border: solid 1px #d7dde6;
    background-color: #fff;
    padding: 50px
}

.about-co-title {
    font-size: 30px;
    font-weight: bold;
    color: #172b4d;
}

.about-co-msg {
    font-size: 30px;
    color: #5f6c84;
}

.about-photo-video {
    color: #172b4d;
    font-size: 44px;
    font-weight: bold;
}

.bg-green-gradient-left {
    padding-left: 75px;
}

.bg-green-gradient-left h1 {
    font-weight: 900;
    font-size: 53px;
    font-stretch: normal;
    color: #172b4d;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.bg-green-gradient-left .bg-green-gradient-left-dec {
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #5f6c84;
}


.bg-green-gradient-left .bg-green-gradient-left-dec .bg-green-gradient-left-dec-desc {
    opacity: 0.6;
}


.bg-green-gradient-right-bt-image {
    position: absolute;
    right: 0;
    bottom: -42px;

}


.btn-green {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0aad0a;
    --bs-btn-border-color: #0aad0a;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0aad0a;
    --bs-btn-hover-border-color: #0aad0a;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0aad0a;
    --bs-btn-active-border-color: #0aad0a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0aad0a;
    --bs-btn-disabled-border-color: #0aad0a;
}

.btn-v {
    --bs-btn-color: #fff;
    --bs-btn-bg: #856043;
    --bs-btn-border-color: #856043;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #856043;
    --bs-btn-hover-border-color: #856043;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #856043;
    --bs-btn-active-border-color: #856043;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #856043;
    --bs-btn-disabled-border-color: #856043;
}

.btn-blue {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0046be;
    --bs-btn-border-color: #0046be;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0046be;
    --bs-btn-hover-border-color: #0046be;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0046be;
    --bs-btn-active-border-color: #0046be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0046be;
    --bs-btn-disabled-border-color: #0046be;
}

.statistic {
    width: 182px;
    height: 53px;
    margin: 1px 0 0 7.9px;
    font-size: 44px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #172b4d;
    display: flex;
}

.statistic-items img {
    position: relative;
    margin-top: 17%;
}

.statistic-items .statistic-item {
    margin-top: 10px;
    border-radius: 18px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 250px;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-clip: border-box;
    border: none;
    margin-left: 30px;
}

.statistic-items .statistic-item h5 {
    font-weight: 900;
    font-size: 42px;

}

.statistic-items .statistic-item .card-body {
height: 300px;
}

.statistic-items .statistic-item .card-text {
    font-weight: 900 !important;
}


.investor-widget {
    background-color: #e5faff;

}

.investor-widget .investor-widget-left img {
    object-fit: contain;
    mix-blend-mode: multiply;
    padding-top: 65px;

}

.investor-widget ul {
    mix-blend-mode: multiply;
    padding-top: 50px;
}

.investor-widget li {
    border: none;
    padding: 28px 0px 1px;
    color: #5f6c84;
}

.investor-widget .investor-widget-item-icon {
    width: 50px;
    height: 50px;
    margin: 34.3px 18px 58px 16.7px;
    padding: 5.8px 5.8px 5.8px;
    border-radius: 10px;
    background-color: #faf6f3;

}

.investor-widget .investor-widget-item-icon-inner {
    width: 27.4px;
    height: 27px;
    margin: 0 10px 0px;
    padding: 0px 12.2px 11.9px 0;
    transform: rotate(-315deg);
    background-image: linear-gradient(to bottom, #ffc7a0 -26%, #fe6f0a 132%);


}

.investor-widget .investor-widget-right h4 {
    font-weight: bold;
    font-size: 44px;
}


.investor-widget .investor-widget-right .investor-widget-right-desc {
    width: 75%;
}

.investor-widget .investor-widget-right .investor-widget-right-call-to-action {
    margin: 30px;
}

.investor-widget .investor-widget-right .investor-widget-right-call-to-action button {
    padding: 6px 30px;
}


.vendor-widget ul {
    mix-blend-mode: multiply;
    padding-top: 50px;
}

.vendor-widget li {
    border: none;
    padding: 28px 0px 1px;
    color: #5f6c84;
}

.vendor-widget .vendor-widget-item-icon {
    width: 50px;
    height: 50px;
    margin: 34.3px 18px 58px 16.7px;
    padding: 5.8px 5.8px 5.8px;
    border-radius: 10px;
    background-color: #faf6f3;

}

.vendor-widget .vendor-widget-item-icon-inner {
    width: 27.4px;
    height: 27px;
    margin: 0 10px 0px;
    padding: 0px 12.2px 11.9px 0;
    transform: rotate(-315deg);
    background-image: linear-gradient(to bottom, #ffc7a0 -26%, #fe6f0a 132%);


}

.vendor-widget .vendor-widget-right h4 {
    font-weight: bold;
    font-size: 44px;
}


.vendor-widget .vendor-widget-right .vendor-widget-right-desc {
    width: 75%;
}

.vendor-widget .vendor-widget-right .vendor-widget-right-call-to-action {
    margin: 30px;
}

.vendor-widget .vendor-widget-right .vendor-widget-right-call-to-action button {
    padding: 6px 30px;
}


.farmer-widget {
    background-color: #0aad0a;
    margin: 0px 0 0;

}

.farmer-widget-bottom-leaf {
    position: absolute;
    left: 0;
    bottom: -40px;
    z-index: 9;
}

.farmer-widget-right-top-image {
    position: absolute;
    right: 0;
    top: -85px;
}

.farmer-widget-left {
    padding-left: 75px;
}

.farmer-widget-left h4 {
    color: #ffffff;
    font-size: 44px;
}

.farmer-widget-left .farmer-widget-left-dec {
    color: #ffffff;
    font-size: 22px;
}

.farmer-widget-left .farmer-widget-left-dec .farmer-widget-left-dec-title {
    font-weight: bold;

}

.farmer-widget-left .farmer-widget-left-dec .farmer-widget-left-dec-desc {
    opacity: 0.6;
}


.video-widget {
    padding-top: 75px;
    padding-bottom: 30px;

}

.video-widget-bottom-leaf {
    position: absolute;
    left: 0;
    bottom: -40px;
    z-index: 9;
}

.video-widget-right video {
    border-radius: 18px;
}

.video-widget-right-top-image {
    position: absolute;
    right: 0;
    top: -123px;
}

.video-widget-left-top-image {
    position: absolute;
    left: 52px;
    top: -89px;
}

.video-widget-left-bottom-image {
    position: absolute;
    left: 52px;
    bottom: -44px;
}

.video-widget-left {
    padding-left: 75px;
}

.video-widget-left h4 {
    color: #ffffff;
    font-size: 42px;
}

.video-widget-right-bottom-image {
    position: absolute;
    right: 0;
    bottom: -99px;
}

.farmer-page-top-search {
    border-radius: 10px !important;
    box-shadow: 0 5px 4px 0 #e8ecf4;
    border: solid 1px #5f6c84;
    background-image: linear-gradient(to bottom, #fff, #fff);
    height: 45px;
}

.video-widget-left .video-widget-left-dec {
    color: #ffffff;
    font-size: 22px;
    margin-top: 30px;
}

.video-widget-left .video-widget-left-dec .video-widget-left-dec-title {
    font-weight: bold;

}

.video-widget-left .video-widget-left-dec .video-widget-left-dec-desc {
    opacity: 0.9;
    font-size: 18px;
}


.vendor-widget {
    background-color: #f7ecda;
    /*padding: 6.6px 0 4.8px 100.2px;*/
    margin: 0px 0 0;

}

.vendor-widget-bottom-image {
    position: absolute;
    left: 0;
    bottom: -40px;
}


.vendor-widget-left {
    padding-left: 75px;
}


.vendor-widget-left img {
    object-fit: contain;
    mix-blend-mode: multiply;
}

.vendor-widget-right h4 {
    color: #172b4d;
    font-size: 44px;
}

.vendor-widget-right .vendor-widget-right-icon {
    position: absolute;
    right: 0;
    bottom: -42px;
}

.vendor-widget-right .vendor-widget-right-dec {
    color: #5f6c84;
    font-size: 22px;
}

.vendor-widget-right .vendor-widget-right-dec .vendor-widget-right-dec-title {
    font-weight: bold;

}

.vendor-widget-right .vendor-widget-right-dec .vendor-widget-right-dec-desc {
    opacity: 0.6;
}

.bg-2 {
    background-color: #f5f5f7;
}

.bg-dim-blue-shape {
    background-image: url("/images/group-52.webp");
}

.blog-section h3 {
    font-size: 44px;
    font-weight: bold;
}

.blog-section .blog-post-item-footer {
    background-color: #fafcff;

}

.blog-section .blog-posts .card {
    border-radius: 18px;
    box-shadow: 0 2px 3px 0 #d8dfe7;
    border: solid 1px #d7dde6;
}


.blog-section .blog-post-item-footer {
    color: #5f6c84;
    font-size: 12px;
}

.blog-section .blogger-image {
    border-radius: 100%;
    margin-right: 5px;
}

.brands-section h3 {
    font-size: 44px;
    font-weight: bold;
}

.brands-section .brands-section-left-image {
    position: absolute;
    top: 45px;
    left: 0;
}

.brands-section .brands-section-right-image {
    position: absolute;
    top: 45px;
    right: 0;

}

.blog-featured-stories h2 {
    font-size: 18px;
}

.blog-slider .carousel-inner {
    height: 380px;
    padding-top: 20px;
}

/*.blog-slider .slider-indicator{*/
/*    background: #b7b9be;*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    border-radius: 100%;*/
/*}*/

.blog-slider .carousel-indicators {
    right: unset;
    position: unset;
    margin: 10px 0 0 5px;
    justify-content: start;
}

.blog-slider .carousel-indicators [data-bs-target] {
    width: 10px;
    height: unset;
    background-clip: unset;
    border-top: none;
    /*border-radius: 100%;*/
}


.slider-dots {
    list-style: none;
    display: flex;
    margin-top: 10px;
    justify-content: center;
}

.slider-dots li.slick-active button {
    outline: none;
    background: #0aad0a;
}

.slider-dots button {
    font-size: 0;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    border: 0;
    outline: none;
    background: #b7b9be;
    margin-right: 10px;
    border-radius: 100%;
}

.slick-next {
    top: unset;
    bottom: -32px;
    left: 70%;
    width: 40px;
    height: 40px;
    border: solid 2px #172b4d;
    border-radius: 50%;
    padding-bottom: 7px;
}

.slick-prev {
    top: unset;
    bottom: -32px;
    left: 66%;
    width: 40px;
    height: 40px;
    border: solid 2px #172b4d;
    border-radius: 50%;
    padding-bottom: 7px;
}

.slick-prev img {
    transform: rotate(-180deg);
}

.slick-prev:before {
    content: '';

}

.slick-slide img {
    border-radius: 18px;
    width: 100%;
}

.slick-next:before {
    content: '';
}


.top-of-footer {
    background-color: #427874;
    height: 13px;
    margin-top: 30px;
}

.footer {

    background: url("/images/Untitled-2.png");
    background-size: cover;

}

.footer-title {
    color: #004c46;
}

.search-btn {
    background-color: #ff700a;
    color: #fff;
    border: none;
    padding: 8px;
    position: absolute;
    right: 4px;
    top: 3px;
    bottom: 2px;
    line-height: 0;
    border-radius: 8px !important;

}

.search-btn {
    padding: 10px;
    right: 4px;
    top: 3px;
    bottom: 4px;
    height: 89%;
}

.search-btn .bi-search {
    font-size: 23px;

}

.footer-btn-group-inline {
    background-color: #ff700a;
    color: #fff;
    border: none;
    padding: 8px;
    position: absolute;
    right: 4px;
    top: 3px;
    bottom: 2px;
    line-height: 0;
    border-radius: 8px !important;
    z-index: 99;
}

.footer .footer-desc {
    margin: 3px;
    padding: 9.9px 16.8px 10.1px 9.3px;
    opacity: 0.24;
    border-radius: 10px;
    background-color: #004c46;
    font-size: 14px;

}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0aad0a;
}

.owl-theme .owl-nav [class*=owl-] {
    border-radius: 100%;
    width: 36px;
    height: 36px;
    margin: 0 0 0 43px;
    padding: 11.8px 12.9px 11.8px 16.9px;
    box-shadow: 0 2px 7px 0 #d4d8e1;
    background-color: #fff;
}

.owl-theme .owl-nav {
    margin-top: 40px;
}

.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 37%;
    bottom: 0;
}

.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 40%;
    bottom: 0;

}

.owl-theme .owl-nav .owl-prev:hover {
    position: absolute;
    left: 37%;
    bottom: 0;
    background: unset;
}

.owl-theme .owl-nav .owl-next:hover {
    position: absolute;
    right: 40%;
    bottom: 0;
    background: unset;

}


.owl-theme .owl-nav .owl-next span {
    font-size: 31px;
    color: #0aad0a;
    font-weight: 200;
    line-height: 0;

}


.owl-theme .owl-nav .owl-prev span {
    font-size: 31px;
    color: #0aad0a;
    font-weight: 200;
    line-height: 0;


}


.owl-theme .owl-nav .owl-next.disabled span {
    opacity: 0.5;
}


.owl-theme .owl-nav .owl-prev.disabled span {
    opacity: 0.5;
}

.owl-carousel .owl-item img {
    width: 131px;
}

.subscriber_req input {
    background-color: #f1f2f4;
}

.copyright {
    font-size: 12px;
    opacity: 0.58;
    padding-bottom: 5px;
    padding-top: 11px;
    line-height: 30px;
}

.bg-blue-gradient {
    background: url('/images/bg-grad.webp');
    background-size: cover;
}

.investor-desc-widget {
    border-radius: 78px;
    margin-top: 90px;
}

/*.bg-cr-gradient {*/
/*    background-image: linear-gradient(to bottom, #f7ecda 1%, #fff 96%);*/
/*    opacity: 0.55;*/

/*}*/

.bg-cr-gradient > * {
    position: relative;
    background-image: linear-gradient(to bottom, #f7ecda 1%, #fff 96%);
    opacity: 0.55;

}


.bg-cr-gradient > .row {
    opacity: 1;

}

.bg-11 {
    background-image: url("/images/group-52.webp");
    background-size: cover;
}

/******************** timeline **************/

.timeline {
    border-left: 1px solid hsl(0, 0%, 90%);
    position: relative;
    list-style: none;
}

.timeline .timeline-item {
    position: relative;
}


.timeline .timeline-item:after {
    position: absolute;
    display: block;
    top: 0;
    background-color: #fff;
    left: -41px;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    content: "";
    border: 1px solid #ddd;
    cursor: pointer;
}


.timeline .timeline-item.selected:after {
    background-color: #0046be;
}

.users_avatars li:nth-child(1) {
    position: absolute;
    right: 45px;
    top: 25px;

}

.users_avatars li:nth-child(3) {
    position: absolute;
    right: 47px;
    top: 123px;
}

/*.users_avatars li:nth-child(3) img {*/
/*    width: 96px;*/
/*}*/

.users_avatars li:nth-child(5) {
    position: absolute;
    right: 45px;
    top: 222px;
}

.users_avatars li:nth-child(2) {
    position: absolute;
    top: 90px;
    left: 50px;
}

.users_avatars li:nth-child(4) {
    position: absolute;
    top: 190px;
    left: 50px;
}

.bg-unset {
    background: unset !important;
}

.navbar-toggler:focus-visible {
    border: none !important;
    box-shadow: none !important;
}

.navbar-toggler:focus {
    border: none !important;
    box-shadow: none !important;
}

/******************** mobile **************/


.m-bg-green-gradient > .row {
    opacity: 1;

}

.m-bg-green-gradient .bottom-image {
    position: absolute;
    right: 0;
    bottom: -40px

}

.m-header-title {
    font-size: 80px;
    font-weight: 800;
}

.m-bg-green-gradient-left-title {
    text-align: left;
}

.m-bg-green-gradient-left-title h1 {
    font-size: 82px;
    font-weight: 900;
}

.m-bg-green-gradient-left-desc {
    font-size: 37px;
    color: #5f6c84;
    width: 80%;
    text-align: justify;
    font-weight: 500;
    margin-bottom: 20px;
}

.btn-x-large {
    font-size: 35px;
    padding-top: 26px;
    padding-bottom: 26px;
}

.bg-green-gradient-left {
    padding-top: 90px;
}

.navbar-toggler {
    border: none;
    background: #e2e8f0;
    height: 100%;
    padding: 9px;
    border-radius: 18px;

}

.navbar-toggler-icon {
    width: 85px;
    height: 76px;
}

.m-navbar-brand {
    padding-top: 15px;
    padding-left: 15px;
}

.m-navbar-collapse {
    direction: rtl;
    font-size: 25px;
}

.m-nav-link-active {
    font-weight: bold;
    box-shadow: 0 2px 7px 0 rgba(127, 134, 141, 0.19);
    border: solid 1px #e5e7f0;
    border-radius: 10px;
    background-color: #fafafa;
    width: 245px;
}

.investor-statistic-items .statistic-item {
    margin-bottom: 60px;
}

.investor-desc-widget-title {
    margin-top: 50px;
    margin-bottom: 40px;
    text-align: center;
}

.investor-desc-widget-title h3 {
    font-size: 45px;
    font-weight: 700;

}

.m-leaders-item {
    border-radius: 18px;
}

.blog-latest-topics h2 {
    font-size: 18px;
}

.login-right {
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
}

.login-left {
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

.login-left .users-nav {
    background: #fafafa;
    border: solid 1px #d0d2e1;
    border-radius: 10px
}

.login-left .users-nav .investor-btn.active {
    color: #0046be;
    border: 1px solid #0046be;
    font-weight: bold;
    border-radius: 10px !important;
}

.login-left .users-nav .farmer-btn.active {
    color: #0aad0a;
    border: 1px solid #0aad0a;
    font-weight: bold;
    border-radius: 10px !important;
}

.login-left .users-nav .vendor-btn.active {
    color: #aa875f;
    border: 1px solid #aa875f;
    font-weight: bold;
    border-radius: 10px !important;
}

.project-description-content img {
    width: 100% !important;
}

.investForm .invest-count button {
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: solid 1px #d0d2e1;
    background-color: #fff
}

.projects .card-body {
    height: 150px;
}
.projects .card-body p {
    font-size: 15px;
}

.projects .project-footer {
    background-color: #fafcff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 115px;
}

.projects .project-footer .project-country .project-country-name {
    font-size: 16px;
}

.projects .project-footer .project-date {
    font-size: 14px;
}

.projects .project-footer .project-rate svg {
    color: #ffd02b;
}

.projects-filter .form-select {
    height: 48px !important;
}

.projects-filter .form-select:focus {
    border-color: unset;
    box-shadow: unset;
}

.form-control:focus {
    border-color: unset;
    box-shadow: unset;
}

.pagination {
    --bs-pagination-padding-x: 18px;
    --bs-pagination-padding-y: 10px;

}

.page-link.disabled, .disabled > .page-link {
    background-color: #fff;
}

.page-link {
    color: inherit;
    font-weight: 500;
    /*border: none;*/
}

.page-item:not(:first-child) .page-link {
    border-left: none;

}

.page-item:not(:last-child) .page-link {
    border-right: none;
}

.page-link.active, .active > .page-link {
    background-color: #fff;
    border: 1px solid #0aad0a;
    color: #0aad0a;
    border-right: 1px solid #0aad0a !important;
    border-left: 1px solid #0aad0a !important;
}
.toast{
    position: absolute;
    z-index: 999;
    top: 2px;
    left: 38%;
}
.select2-selection__rendered {
    line-height: 31px !important;
}
.select2-container .select2-selection--single {
    height: 40px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}


.pagination{
    display: flex;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .select2-container .select2-selection--single{
        height: 50px !important;
    }
    .toast{
        width: 70%;
        left: 10%;
    }
    .login-form .login-form-input:focus + label, .login-form .login-form-input:not([value=""]) ~ label{
        top: -18px;
    }
    .m-bg-green-gradient-left-desc{
        width: 95%;
    }
    .investForm .invest-count button {
        font-size: 20px;
        width: 70px;
        height: 70px;
        border-radius: 10px;
        border: solid 1px #d0d2e1;
        background-color: #fff;
        margin: 0;
    }

    .project-location .google-map iframe {
        height: 100%;
        width: 100%;
        /*left: 2%;*/
        top: 0;
        bottom: 0;
        position: absolute;
        border-radius: 20px;
    }

    .iti-mobile .iti--container {
        top: 30%;
        bottom: 30px;
        left: 21%;
        right: 10%;
        height: 20%;
        width: 58%;
    }

    .iti__flag-box, .iti__country-name {
        font-size: 20px;
    }

    .iti__dial-code {
        font-size: 15px;
    }

    .iti__selected-flag div:first-child {
        font-size: 20px;
        height: 22px;
        margin-right: 1px;
    }

    /*.iti__arrow{*/
    /*    position: absolute;*/
    /*    top: 47%;*/
    /*    right: -1px;*/
    /*}*/
    .login-form .login-form-label-email-or-mobile {
        top: -20px;
    }


    #email-or-mobile {
        padding: 25px 0px 20px 50px !important
    }

    #email-or-mobile::placeholder {
        font-size: 21px;
        position: absolute;
        left: 9%;
    }

    .iti__flag-box div:first-child {
        font-size: 20px;
    }

    .carousel-control-prev, .carousel-control-next {
        top: 50% !important;
        opacity: 1;
        border-radius: 50%;
        background: #ddd;
        width: 80px !important;
        height: 80px !important;
    }

    .blog-post-item-footer-author .author-avatar {
        width: 50px;
    }

    .carousel-control-prev-icon, .carousel-control-next-icon {
        border-radius: 50%;
        padding: 31px;
        color: #fff;
    }

    .slider-dots button {
        width: 20px;
        height: 20px;
    }

    .slick-prev {
        left: 63%;

    }

    .login-with-google-btn {
        padding: 16px 11rem 16px 11rem;
        border-radius: 15px;
    }

    .login-form label {
        top: 14px;
        left: 20px;
        font-size: 25px;
    }

    .login-form-input {
        padding: 35px !important;
        border: 2px solid;
        border-radius: 18px;
    }

    .login-form .login-form-input:focus + label {
        top: -10px;
    }

    .carousel-control-prev-icon, .carousel-control-next-icon {
        background-color: #D6D6D6;
        padding: 10px;
    }

    .investor-widget ul {
        padding: 0;
    }

    .subscriber_req input::placeholder {
        font-size: 22px;
    }

    .m-title1 {
        font-size: 65px;
        font-weight: 700;
    }

    .m-title2 {
        font-size: 55px;
        font-weight: 700;
    }

    #faq-items-wrapper h1 {
        font-size: 65px;
    }

    .faq-item-box h2 {
        font-size: 42px;
    }

    .faq-questions {
        height: 100%;
        padding-bottom: 120px;
    }

    .faq-questions h3 {
        font-size: 50px;
        font-weight: bold;
        color: #172b4d;
    }

    .video-widget-left .video-widget-left-dec .video-widget-left-dec-desc {
        font-size: 38px;
        text-align: justify;
    }

    .faq-questions p {
        font-size: 38px;
        color: #5f6c84;
    }

    .contact-top-image img:nth-child(1) {
        position: absolute;
        top: -94px;
        left: 138px;
    }

    .contact-form label {
        font-size: 22px;
    }

    .contact-box h2 {
        font-size: 50px;
    }

    .contact-box2 h4 {
        font-size: 47px;
        font-weight: bold;
    }

    .contact-box2 p {
        font-size: 31px;
    }

    .offcanvas-collapse {
        position: fixed;
        top: 133px;
        /* Height of navbar */
        bottom: 0;
        right: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #f9fdff;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        z-index: 999;
    }

    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(100%);
    }

    .nav-link {
        font-size: 20px;
    }

    .closeNavbar {
        font-size: 70px;
    }

    .statistic {
        width: auto;
        height: auto;
        margin: auto;
        display: block;
    }

    .investor-desc-widget-title h3 {
        font-size: 52px;
        font-weight: 700;

    }

    .slide-titles span {
        font-size: 25px;
    }

    .statistic-item {
        width: 365px !important;
        height: 90% !important;
        margin-bottom: 24px !important;
    }


    .investor-widget-title h3 {
        font-size: 65px;
        font-weight: 700

    }

    .investor-widget-right-title {
        font-size: 30px;
    }

    .investor-widget-right-desc {
        font-size: 23px;
    }

    .investor-widget-right-call-to-action {
        padding-left: 10px;
    }

    .investor-widget .investor-widget-right .investor-widget-right-call-to-action button {
        padding: 10px 100px;
        font-size: 20px;
        border: 3px solid;
    }


    .vendor-widget-title h4 {
        font-size: 58px;

    }

    .vendor-widget-right-title {
        font-size: 30px;
    }

    .vendor-widget-right-desc {
        font-size: 23px;
    }

    .vendor-widget-right-call-to-action {
        padding-left: 10px;
    }

    .vendor-widget .vendor-widget-right .vendor-widget-right-call-to-action button {
        padding: 10px 100px;
        font-size: 20px;
        border: 3px solid;
    }

    .vendor-widget .vendor-widget-right .vendor-widget-right-desc {
        width: auto;
    }

    .farmer-widget h4 {
        color: #ffffff;
        font-size: 60px;
    }

    .farmer-widget-left-dec {
        color: #fff;
        font-size: 28px;
    }

    .farmer-widget-left-dec-desc {
        opacity: 0.6;
    }

    .farmer-widget-call_acton {
        margin: 70px 10px;
    }

    .farmer-widget-call_acton button {
        padding: 5px 30px;
    }

    .vendor-widget-right {
        padding-left: 40px;
    }

    .vendor-widget-right h4 {
        font-size: 52px;
        font-weight: 700;
    }

    .card-group.card-group-scroll {
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .card-group.card-group-scroll > .card {
        flex-basis: 42%;
    }

    .brands-section h3 {
        font-size: 50px;
    }

    .owl-theme .owl-nav .owl-prev {
        left: 22%;
    }

    .owl-theme .owl-nav .owl-next {
        right: 26%;
    }

    .footer-title {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .footer li, .footer h6 {
        text-align: left;
    }

    .footer li a {
        font-size: 26px;
    }

    .footer .footer-desc {
        font-size: 21px;
        opacity: 0.3;
    }

    .copyright {
        font-size: 18px;
    }

    .farmer-page-top-search {
        height: 94px;
        font-size: 32px;

    }


    .footer-btn-group-inline {
        padding: 23px 27px;
        right: 6px;
        top: 5px;
        bottom: 5px;
        height: 89%;
    }

    .footer-btn-group-inline .bi-search {
        font-size: 50px !important;

    }

    .farmer-page-m-top-search {
        height: 75px;
        font-size: 32px;

    }


    .farmer-page-m-top-search-btn {
        padding: 20px 27px;
        right: 6px;
        top: 5px;
        bottom: 5px;
        height: 86%;
    }

    .farmer-page-m-top-search-btn .bi-search {
        font-size: 36px !important;

    }

    .video-widget-bottom h4 {
        color: #fff;
        font-size: 55px;
    }

    .video-widget-bottom .video-widget-bottom-desc {
        color: #fff;
        font-size: 34px;
        margin-top: 15px;
    }

    .m-bg-green-gradient2 {
        background-image: linear-gradient(to bottom, #daf4cb, #fff 96%);
        position: relative;
    }

    .video-widget-left h4 {
        font-size: 76px;
    }

    .m-bg-green-gradient2 button {
        margin-bottom: 155px;
    }

    .video-widget-left-top-image {
        top: -123px;
    }


    .top-of-footer {
        margin-top: 0;
        height: 22px;

    }

    .video-widget-right-bottom-image {
        bottom: -60px;
    }

    .video-widget-right-bottom-image {
        bottom: -60px;
        left: 0;
    }

    .statistic-items .statistic-item h5 {
        font-weight: 900;
        font-size: 65px;

    }

    .statistic-items .statistic-item .card-text {
        font-weight: 900 !important;
        font-size: 24px;
    }

    .slide {
        position: unset;
    }
}


.slide-titles .highlight {
    width: 100%;
    background: unset;
    border: none;
}

.slide-titles .selected span {
    width: 100%;
    background: unset;
    border: none;
    color: #ff791a;
}


/* About page */

.message-from-cofound-grad-bl-box {
    background-image: linear-gradient(to bottom, #cbeef4, #fff 96%);
    height: 640px;
    /*margin: 0.4px 0 557.2px;*/
    padding: 49px 170px 78.5px;
    opacity: 0.55;
}

.message-from-cofound-grad-bl-box > .message-from-cofound-grad-bl-box-title-sec {
    opacity: 1;
    color: #172b4d;

}


.leaders {
    margin: 1px 0 0 7.9px;
    font-size: 44px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #172b4d;
    display: flex;
}

.leaders-widget {
    /*background-image: url("/images/group-52.webp");*/
    background-color: wheat;
}

.leaders-items .leaders-item img {
    position: relative;
    margin-top: 17%;
}

.leaders-items .leaders-item {
    margin-top: 10px;
    border-radius: 18px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 250px;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-clip: border-box;
    margin-left: 30px;
}

.leaders-items .leaders-item h5 {
    font-size: 18px;
    margin-left: 15px;

}

.m-users_avatar {
    min-height: 380px;
    margin-top: 55px;
    margin-bottom: 60px;
}

.m-users_avatar li:nth-child(1) {
    position: absolute;
    top: 0;
    left: 11%;
}

.m-users_avatar li:nth-child(3) {
    position: absolute;
    top: 0;
    left: 77%;
}

.m-users_avatar li:nth-child(2) {
    position: absolute;
    top: 0;
    left: 45%;
}

/*.m-users_avatar li:nth-child(2) img {*/
/*    width: 190px;*/
/*}*/

.m-users_avatar li:nth-child(5) {
    position: absolute;
    left: 61%;
    top: 60%;
}


.m-users_avatar li:nth-child(4) {
    position: absolute;
    top: 60%;
    left: 27%;
}

.m-leaders {
    margin: 1px 0 0 7.9px;
    font-size: 65px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #172b4d;
    display: flex;
}

.leaders-widget-top-img {
    position: relative;
}

.leaders-widget-top-img img {
    position: absolute;
    right: 0;
    top: -42px;
}

.m-leaders-widget-top-img {
    position: relative;
    height: 100px;
}

.m-leaders-widget-top-img img {
    position: absolute;
    right: 0;
    top: -75px;
}

.leaders-widget-bottom-img {
    position: relative;
}

.leaders-widget-bottom-img img {
    position: absolute;
    left: 0;
    bottom: -48px;
}

.m-leaders-widget {
    /*background-image: url("/images/group-52.webp");*/
    background-color: wheat;
}

.m-leaders-widget .m-leaders-widget-bottom-img {
    height: 100px
}

.m-leaders-widget .m-leaders-widget-bottom-img img {
    bottom: -100px
}



.loading::after {
    content: ' ';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1100;
    background-color: rgba(38, 35, 34, 0.4);
    background-image: url('../images/logo.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.position-sticky{
    position: sticky !important;
}


.user-picture-change {
    position: absolute;
    top: 41%;
    left: 17%;
    font-size: 16px;
    color: #000;
    width: 67%;
    display: none;
    background: #ddd;
    z-index: 999;
    cursor: pointer;
    text-align: center;
    opacity: 0.8;
}

.user-picture label:hover .user-picture-change {
    display: block !important;
}

