body {
    min-height: 1000px;
}

.btn-large {
    padding: 8px 55px;
}

.border-orange {
    --bs-border-opacity: 1;
    border-color: #ff700a;
}

.post-words-number-count {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background-image: linear-gradient(to top, #ff700a 5%, #ffffff 5%)
}

.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;
}

.bg-green {
    background-color: #0aad0a;

}

.bg-v {
    background-color: #aa875f;
}

.input-group > .farmer-page-top-search:focus {
    z-index: unset !important;
}

.subscribe-input {
    padding: 10px;
}

.input-group > .subscribe-input:focus {
    z-index: unset !important;
}

.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-numbers:not(:first-child) .page-link {
    border-left: none;

}

.page-numbers:not(:last-child) .page-link {
    border-right: none;
}

#top-navbar {
    flex-grow: unset;
}

.top-search-wrapper {
    margin-left: 9%
}

.top-search-wrapper input::placeholder {
    font-size: 15px;
}

.page-link.active, .active > .page-link {
    background-color: #fff;
    border: 1px solid #ff7300;
    color: #ff7300;
    border-right: 1px solid #ff7300 !important;
    border-left: 1px solid #ff7300 !important;
}


.text-justify {
    text-align: justify !important;
}

.btn-outline-green {
    --bs-btn-color: #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: 25, 135, 84;
    --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: #0aad0a;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0aad0a;
    --bs-gradient: none;
    border: solid 2px #0aad0a;
    font-weight: bold;
}


.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;
}


.bg-2 {
    background-color: #f5f5f7;
}

.blog-featured-story {
    border-radius: 20px;
}

.blog-featured-story img {
    border-radius: 20px;
    object-fit: contain;
    width: 100% !important;
}

.blog-post-item-footer {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    object-fit: contain;
}

.blog-latest-topics-item {
    border-radius: 20px;
}

.blog-latest-topics-item img.wp-post-image {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    object-fit: contain;
    width: 100%;
}

.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;
}

.blogger-image {
    border-radius: 100%;
    margin-right: 5px;
}

.brands-section h3 {
    font-size: 44px;
    font-weight: bold;
}


.blog-featured-stories h1 {
    font-size: 3vw;
}


.blog-featured-stories h2 {
    font-size: 18px;
}

.blog-featured-stories h2 a, .blog-latest-topics h2 a {
    text-decoration: none;
    color: #0c0c0c;
}

.blog-slider .carousel-inner {
    height: 380px;
    padding-top: 20px;
}


.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;
}

.related-posts .col-12:not(:first-child) {
    border-top: solid 1px rgba(155, 160, 170, 0.52);
    padding-top: 27px;
}

.blog-single-sidebar {
    border-radius: 10px;
    box-shadow: 0 2px 3px 0 #d8dfe7;
    border: solid 1px #d7dde6;
    background-color: #fff;
    padding: 35px;

}

.position-sticky {
    position: sticky;
    top: 40px;
}

.progressCounter {
    position: unset !important;
    width: 100% !important;
    height: 100% !important;
}

.progressScroll-circle {
    width: 40px !important;
    height: 40px !important;
}

.progressScroll-circle {
    /*display: none*/
}

.blog-single-sidebar .list-unstyled li {
    margin-top: 15px;
}

.blog-single-sidebar .list-unstyled li a {
    color: #0068c5;
    text-decoration: none;
    font-weight: 600;
}


.progress {
    width: 40px;
    height: 40px;
    background: none;
    position: relative;
}

.progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 3px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}


/*.slick-list {*/
/*    padding: 0 25% 0 0 !important;*/
/*}*/

.slider-dots {
    list-style: none;
    display: flex;
    margin-top: 10px;
}

.slider-dots li.slick-active button {
    outline: none;
    background: #ff730f;
}

.slider-dots button {
    font-size: 0;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    border: 0;
    outline: none;
    background: #b7b9be;
    margin-right: 5px;
    border-radius: 100%;
}

.slick-next {
    top: unset !important;
    bottom: -22px !important;
    width: 40px !important;
    height: 40px !important;
    border: solid 2px #172b4d !important;
    border-radius: 50% !important;
    padding-bottom: 7px !important;
    right: 47px!important;
}

.slick-prev {
    top: unset !important;
    bottom: -22px !important;
    width: 40px !important;
    height: 40px !important;
    border: solid 2px #172b4d !important;
    border-radius: 50% !important;
    padding-bottom: 7px !important;
    right: 100px !important;
    left: unset!important;
}

.slick-prev svg {
    transform: rotate(-180deg);
}

.slick-prev:before {
    content: '' !important;

}

.slick-next:before {
    content: '' !important;
}

.slick-disabled {
    opacity: 0.4;
}

.slick-slide img {
    border-radius: 18px;
    width: 100%;
}

.top-of-footer {
    background-color: #4e4e4e;
    height: 13px;
    margin-top: 30px;
}

.footer {
    box-shadow: 0 1px 0 0 rgba(212, 212, 212, 0.41);
    background-color: #202020;
}

.top-search {
    border: solid 1px #ddd;
    border-radius: 10px;
    padding: 5px;
}

.dropdown-menu[data-bs-popper] {
    right: 0;
    left: unset;
}

.top-search input:focus-visible {
    outline: none !important;
}

.top-search button {
    background: unset;
}

.footer .icons a {
    background: #fff;
    border-radius: 50%;

}

.footer .icons a:nth-child(1) {
    padding-left: 3px;
    padding-bottom: 5px;
    padding-right: 4px;
    padding-top: 3px;
}

.footer .icons a:nth-child(2) {
    padding-left: 5px;
    padding-bottom: 6px;
    padding-right: 3px;
    padding-top: 3px;
}

.footer .icons a:nth-child(3) {
    padding-right: 3px;
    padding-left: 6px;
    padding-top: 3px;
    padding-bottom: 7px;
}

.footer .icons a:nth-child(4) {
    padding-right: 5px;
    padding-left: 6px;
    padding-top: 3px;
    padding-bottom: 7px;
}

.footer a {
    font-size: 12px;
}


.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;

}

.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;

}

.subscriber_req input {
    background-color: #f1f2f4;
    padding: 9px;
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
}


.copyright {
    font-size: 12px;
    opacity: 0.58;
    padding-bottom: 5px;
    padding-top: 11px;
    line-height: 30px;
}


.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;
}


.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: 7px;
    border-radius: 13px;

}

.navbar-toggler-icon {
    width: 30px;
    height: 30px;
}

.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;
}

.blog-latest-topics h2 {
    font-size: 18px;
}

.blog-latest-topics .card-body {
    height: 60px;
}

.d-header {
    display: block;
}

.m-header {
    display: none;
}

.subscriber_req .subscriber_req_input:focus {
    z-index: unset;
}

@media (max-width: 430px) {
    .top-search input{
        max-width: 60%;
        margin-left: 45px;
    }
}
@media (max-width: 991.98px) {
    /*.slick-next{*/
    /*    left: 67% !important;*/
    /*}*/
    .navbar-brand a img{
        width: 145px;
    }
    .slick-slide img{
        height: 200px;
    }
    .position-fixed {
        position: inherit !important;
    }

    .page-item:not(:first-child) .page-link {
        border: 1px solid #ddd;
        margin-left: 10px;
        --bs-pagination-padding-x: 97px;
        border-radius: 10px;
    }

    .page-item:not(:last-child) .page-link {
        border: 1px solid #ddd;
        margin-right: 10px;
        --bs-pagination-padding-x: 97px;
        border-radius: 10px;
    }

    .page-numbers:not(:first-child) .page-link {
        border: 1px solid #ddd;
        margin-left: 10px;
        --bs-pagination-padding-x: 97px;
        border-radius: 10px;
    }

    .page-numbers:not(:last-child) .page-link {
        border: 1px solid #ddd;
        margin-right: 10px;
        --bs-pagination-padding-x: 97px;
        border-radius: 10px;
    }

    .top-search-wrapper input::placeholder {
        font-size: 15px;
    }

    .footer-btn-group-inline {
        padding: 8px;
        bottom: 3px;
        top: 13px;
    }

    .subscriber_req input {
        padding: 10px;
        margin-top: 10px;
    }

    .subscriber_req button {
        padding: 12px;
        font-size: 20px;
    }

    .subscriber_req span {
        font-size: 18px;
    }

    .footer .icons a:nth-child(1) {
        padding-left: 7px;
        padding-bottom: 18px;
        padding-right: 9px;
        padding-top: 14px;
    }

    .footer .icons a:nth-child(1) img {
        width: 30px;
    }

    .footer .icons a:nth-child(2) {
        padding-left: 10px;
        padding-bottom: 18px;
        padding-right: 8px;
        padding-top: 14px;
    }

    .footer .icons a:nth-child(2) img {
        width: 30px;
    }

    .footer .icons a:nth-child(3) {
        padding-left: 8px;
        padding-bottom: 17px;
        padding-right: 7px;
        padding-top: 13px;
    }

    .footer .icons a:nth-child(3) img {
        width: 30px;
    }

    .footer .icons a:nth-child(4) {
        padding-left: 11px;
        padding-bottom: 17px;
        padding-right: 10px;
        padding-top: 13px;
    }

    .footer .icons a:nth-child(4) img {
        width: 30px;
    }

    .footer .list-inline a {
        font-size: 16px;
    }

    .footer .list-inline .list-inline-item {
        margin-right: 104px;
    }

    .blog-featured-stories h1 {
        font-size: 7vw;
    }

    .blog-featured-stories h2 {
        font-size: 4vw;
    }

    .blog-featured-stories p {
        font-size: 2.5vw;
    }

    .latest-topics-title {
        font-size: 7vw;
    }

    .blog-latest-topics h2 {
        font-size: 3vw;
    }

    #closeSearchBtn span {
        font-size: 70px;
    }

    .w-700 {
        width: 700px;
    }

    .w-390 {
        width: 500px;
    }

    .closeNavbar {
        background: unset;
        border: none;
        left: -10px;
    }

    .slick-prev {
        /*left: 60% !important;*/

    }

    .top-search {
        border: none;
    }

    .top-search button i {
        font-size: 25px;
    }

    /*.d-header {*/
    /*    display: none;*/
    /*}*/
    .m-header {
        display: block;
    }

    .subscriber_req input::placeholder {
        font-size: 15px;

    }


    .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%);
    }

    .top-menu .nav-link {
        font-size: 40px;
    }

    .top-menu .dropdown-menu {
        border: none;
    }

    .top-menu .dropdown-menu .dropdown-item {
        font-size: 30px;
    }
    .navbar-brand img{
        width: 190px;
    }
    .top-search-wrapper {
        margin-left: 2%;
    }

    .closeNavbar {
        font-size: 35px;
        position: absolute;
    }

    .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;
    }


    .top-of-footer {
        margin-top: 0;
        height: 22px;

    }

    .slide {
        position: unset;
    }
}


.slide-titles .highlight {
    width: 100%;
    background: unset;
    border: none;
}

.slide-titles .selected span {
    width: 100%;
    background: unset;
    border: none;
    color: #ff791a;
}

