@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body *,
body *:active,
body *:focus {
    outline: none !important;
}

html {
    margin: 0;
    scroll-behavior: smooth;
}

html body {
    font-size: 16px;
    line-height: 2;
    color: #000000;
    background: #fff;
    font-family: "Fira Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

body a:hover,
body a:active,
body a:focus {
    opacity: 1;
    text-decoration: none;
    color: inherit;
}

body a {
    color: inherit;
    text-decoration: none;
    outline: none !important;
    box-shadow: none !important;
}

ul {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}

ul li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

b,
strong {
    font-weight: 600;
}

.bgCover {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

body h1,
body .h1,
body h2,
body .h2,
body h3,
body .h3,
body h4,
body .h4,
body h5,
body .h5,
body h6,
body .h6 {
    margin: 0;
}

body h1,
body .h1 {
    font-size: 66px;
    line-height: 70px;
    font-weight: 700;
}

body h2,
body .h2 {
    font-size: 47px;
    line-height: 1.4;
    font-weight: 700;
}

body h3,
body .h3 {
    font-size: 36px;
    line-height: 1.5;
    font-weight: 700;
}

body h4,
body .h4 {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;

}

body h5,
body .h5 {
    font-size: 27px;
    line-height: 1;
    font-weight: 700;

}

body h6,
body .h6 {
    font-size: 19px;
    line-height: 1.3;
    font-weight: 700;

}

.pLead,
.pLead p {
    font-size: 36px;
    line-height: 1;
    font-weight: 300;
}

.p1,
.p1 p {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
}

.p2,
.p2 p {
    font-size: 19px;
    line-height: 1.2;
    font-weight: 400;
}

.padding_md {
    padding-top: 20px;
    padding-bottom: 20px;
}

.margin_md {
    margin-top: 30px;
    margin-bottom: 30px;
}

.pt60 {
    padding-top: 20px;
}

.pb60 {
    padding-bottom: 20px;
}

.mt60 {
    margin-top: 20px;
}

.mb60 {
    margin-bottom: 20px;
}

.bgGreen {
    background: #4CAF50;
}

.GreenText {
    color: #4CAF50;
}

.blackText {
    color: #000000;
}

.whiteText {
    color: #fff;
}

.btn {
    font-size: 13px;
    padding: 10px 20px;
    font-weight: 600;
    line-height: 1;
    border: 1.73px solid #4CAF50;
    color: #4CAF50;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.4s ease;
}

.btn:hover {
    background: #4CAF50;
    color: #fff;
}

.blog_content_div .view_btn a:hover {
    border: 1.73px solid #4CAF50 !important;
    color: #4CAF50 !important;
    background: transparent;
}

.textWithImages {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 40px 0 20px 0;
}

.imageOnly {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.single_imageBlock {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin: 0 0 20px 0;
}

.single_imageBlock img {
    width: auto;
    margin: 0 auto;
    max-width: 762px;
}
.w-100 {
    width: 100% !important;
    max-width: 100% !important;
}
/*---------- Container size -----------*/

.container {
    max-width: 1400px;
}

@media(min-width:1600px) {
    .container {
        max-width: 100%;
        padding: 0 60px;
    }
}

@media(min-width:1921px) {
    .container {
        max-width: 1600px;
    }
}

.container .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

/*-----------------------------------*/
.simpleText {
    margin: 20px 0 20px 0;
}

.hero_img {
    height: 545px;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article_section .page_title h2 {
    font-weight: 400;
}

.article_section .page_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 70px 0 40px 0;
}

.article_content img {
    width: 100%;
    max-width: 100%;
}

.article_content {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.imageBlock {
    width: 100%;
    display: flex;
    position: relative;
    padding: 307px 0 0 0;
}

.imageBlock a {
    width: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.imageBlock a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article_content .read_btn a {
    color: #0077FF;
    text-decoration: underline;
}

.article_content .page_link a {
    color: #888888;
    text-decoration: underline;
    /* margin-top: 12px; */
    display: block;
    position: relative;
}

.article_content .page_link a:after {
    position: absolute;
    content: "/";
}

.article_content .page_link a:last-child:after {
    display: none;
}

.article_content p {
    margin-bottom: 0;
    /* margin-top: 12px; */
}

.article_side_bar {
    display: flex;
    flex-direction: column;
    gap: 52px;
}

.article_content .page_link {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.headingWithContent {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hero_img {
    margin-bottom: 40px;
}

.headingWithContent .hero_img img {
    width: 100%;
    height: auto;
}

.primary_btn {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
}

.headingWithContent .boxContent {
    background: #F2F2F2;
    padding: 22px 35px;
    color: #0077FF;
    display: flex;
    flex-direction: column;
}

.headingWithContent p {
    margin-bottom: 0;
}

.headingWithContent .boxContent a {
    text-decoration: underline;
}

.contentWithImage {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.contentWithImage img {
    width: 650px;
    max-width: 100%;
    height: 430px;
    max-height: 100%;
    object-fit: cover;
}

.contentWithImage a,
.imageOnly a,
.single_imageBlock a {
    color: #0077FF;
    text-decoration: underline;
    margin: 10px 0;
}
.blog_content p a,
.contentWithImage p a,
.imageOnly p a,
.single_imageBlock p a,
.headingWithContent p a {
    text-decoration: underline;
    color: #000;
}
.blog_content p a:hover,
.contentWithImage p a:hover,
.imageOnly p a:hover,
.single_imageBlock p a:hover,
.headingWithContent p a:hover {
    text-decoration: unset;
}

.contentWithImage ul li,
.super_Stock_div ul li,
.blog_content ul li {
    list-style: disc;
}

.contentWithImage ul,
.super_Stock_div ul,
.blog_content ul {
    padding-left: 18px;
}

.listingWithContent {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.listingWithContent ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.listingWithContent ul li {
    position: relative;
    padding-left: 26px;
    align-items: center;
    display: flex;
}

.listingWithContent ul li:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(/static/assets/images/check.png);
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 8px;
}

.super_Stock_content {
    padding: 105px 140px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.super_Stock_content p {
    position: relative;
    z-index: 1;
}

.super_Stock_div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.super_Stock_div ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.super_Stock_content:after {
    position: absolute;
    content: "";
    background-image: url(/static/assets/images/svg2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 160px;
    height: 128px;
    bottom: 40px;
    right: 40px;
}

.super_Stock_content:before {
    position: absolute;
    content: "";
    background-image: url(/static/assets/images/svg1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 160px;
    height: 128px;
    top: 40px;
    left: 40px;
}

.blog_content_div .view_btn a {
    color: #fff !important;
    padding: 10px 40px;
    font-size: 17px;
    margin-bottom: 35px;
}

.blog_content_div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.social_icon {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.social_icon i {
    font-size: 20px;
    border: 1px solid #afafaf;
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    height: 40px;
    transition: all 0.5s ease;
}

.social_icon i:hover {
    background: #000000;
    color: #fff;
}

.social_icon_div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.social_icon_div span {
    height: 150px;
    width: 2px;
    background: #646464;
}

.social_icon_div p {
    margin-bottom: 0;
}

.main_article_top_content {
    padding-right: 90px;
}

.contentWithImage.frame_inner_content a {
    margin-bottom: 0;
}


.carouselSlider .slick-arrow {
    width: 329px;
    position: absolute;
    top: 0;
    height: 100%;
    border: none;
    box-shadow: none;
    /* backdrop-filter: blur(20.600000381469727px); */
    background: transparent;
    font-size: 0;
    z-index: 10;
}

.carouselSlider .slick-prev.slick-arrow {
    left: 0;
}

.carouselSlider .slick-next.slick-arrow {
    right: 0;
}

.carouselSlider .slick-arrow::after {
    position: absolute;
    top: 50%;
    width: 39px;
    height: 72px;
    content: "";
    background: url(assets/images/Arrow-next.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 11;
    margin: -39px auto 0;
}

.carouselSlider .slick-prev.slick-arrow::after {
    left: 39px;
    transform: rotate(180deg);
}

.carouselSlider .slick-next.slick-arrow::after {
    right: 39px;
}

/* .slick-initialized .slick-slide{
    height: 615px;
} */

.slick-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(20.600000381469727px);
    z-index: 0;
}

.carouselSlider .slick-slide {
    position: relative;
    overflow: hidden;
    padding-top: 616px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.slick-slide img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.headingWithContent.inner_farm_content p:last-child {
    margin-bottom: 20px;
}

.mt-40 {
    margin-top: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.TopListingWitImage {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 0 32px 0;
}
.textOverImage {
    width: 100%;
    display: flex;
    position: relative;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.textOverImage .overlapText {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 28px;
    padding: 25px 48px;
    color: #fff;
}
.textOverImage .overlapText .btn.bgGreen {
    color: #fff;
    font-weight: 600;
    font-size: 21.56px;
    line-height: 100%;
    padding: 14px 60px;
}
.textOverImage .overlapText .btn.bgGreen:hover {
    background: transparent;
}
.TopListingWitImage .row,
.listingSection .row {
    margin-left: -10px;
    margin-right: -10px;
}
.TopListingWitImage .row>div,
.listingSection .row>div {
    padding: 0 10px;
}
.listingSection .row {
    row-gap: 40px;
}
.TopListingWitImage .article_content {
    gap: 10px;
}
.TopListingWitImage .article_content .read_btn {
    line-height: normal;
}
.TopListingWitImage .rightListing {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.TopListingWitImage .article_content .imageBlock {
    padding-top: 255px;
}
.bgGray {
    background: #F2F2F2;
}
.listingSection {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 32px 0 0 0;
}
hr.dashBorder {
    border: 0;
    border-top: 1px dashed;
}
.blog_content_div .view_btn {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
}
.subTitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
}
.blog_content_div .blog_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 5px;
}



@media (max-width:1300px) {

    body h1,
    body .h1 {
        font-size: 60px;
        line-height: 70px;
    }

    body h2,
    body .h2 {
        font-size: 42px;
        line-height: 1.4;
    }

    body h3,
    body .h3 {
        font-size: 32px;
        line-height: 1.5;
    }

    .pLead,
    .pLead p {
        font-size: 32px;
    }

    .super_Stock_content {
        padding: 70px;
    }

    .super_Stock_content:before {
        top: 20px;
        left: 20px;
    }

    .super_Stock_content:after {
        bottom: 20px;
        right: 20px;
    }
}

@media (max-width:1199px) {

    body h1,
    body .h1 {
        font-size: 42px;
        line-height: 52px;
    }

    body h2,
    body .h2 {
        font-size: 32px;

    }

    body h3,
    body .h3 {
        font-size: 28px;

    }

    .pLead,
    .pLead p {
        font-size: 28px;
    }

    .super_Stock_content {
        padding: 50px;
    }

    .super_Stock_content:after,
    .super_Stock_content:before {
        width: 130px;
        height: 104px;
    }

    .carouselSlider .slick-arrow {
        width: 150px;
    }

    .contentWithImage img {
        height: 350px;
        max-height: 100%;
    }

    .carouselSlider .slick-arrow::after {
        width: 26px;
        height: 48px;
    }

    .carouselSlider .slick-arrow::after {
        margin: -28px auto 0;
    }

    .main_article_top_content {
        padding-right: 0px;

    }

    .article_content .page_link {
        gap: 8px;
    }

    .hero_img {
        height: 360px;
        margin-bottom: 20px;
    }
}

@media (max-width:991px) {
    .textOverImage {
        height: auto;
        min-height: 516px;
    }
    .carouselSlider .slick-slide {
        padding-top: 516px;
    }
    .article_section .row.center_content_row {
        flex-direction: column-reverse;
    }

    .social_icon_div span {
        height: 2px;
        width: 80px;
    }

    .social_icon_div,
    .social_icon {
        flex-direction: row;
    }

    .social_icon_div {
        margin: 30px 0;
    }

    .article_content img {
        width: 100%;
        height: 500px;
        max-height: 100%;
        object-fit: cover;
    }

    .carousel-item {
        padding-top: 380px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 180px;
    }

    .main_article_top_content {
        padding-right: 0px;
    }

    .contentWithImage img {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
    }

    .headingWithContent .boxContent {
        padding: 20px;
    }

    .carouselSlider .slick-arrow::after {
        width: 20px;
        height: 36px;
    }

    .carouselSlider .slick-arrow::after {
        margin: -16px auto 0;
    }

    .article_side_bar {
        gap: 30px;
    }

    .blog_content_div .view_btn a {
        margin-bottom: 20px;
    }
    .single_imageBlock img {
        max-width: 100%;
    }
    .TopListingWitImage .row {
        row-gap: 40px;
    }
    .TopListingWitImage .article_content .imageBlock {
        padding-top: 307px;
    }

}

@media (max-width:767px) {
    .textOverImage .overlapText {
        padding: 20px;
    }
    .textOverImage {
        min-height: 416px;
    }
    .carouselSlider .slick-slide {
        padding-top: 416px;
    }
    body h1,
    body .h1 {
        font-size: 35px;
        line-height: 42px;
    }

    body h2,
    body .h2 {
        font-size: 28px;
        line-height: 1.1;
    }

    body h3,
    body .h3 {
        font-size: 24px;
        line-height: 1.1;
    }

    body h4,
    body .h4 {
        font-size: 22px;
    }

    body h5,
    body .h5 {
        font-size: 22px;
    }

    .pLead,
    .pLead p {
        font-size: 22px;
    }

    .super_Stock_content {
        padding: 25px;
    }

    .social_icon_div span {
        height: 2px;
        width: 50px;
    }

    .social_icon i {
        font-size: 14px;
        padding: 16px;
        border-radius: 4px;
        height: 33px;
    }

    .social_icon {
        gap: 16px;
    }

    .social_icon_div {
        gap: 20px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 70px;
    }

    .carousel-control-next:before,
    .carousel-control-prev:before {
        width: 16px;
        height: 30px;
    }

    .carousel-item {
        padding-top: 250px;
    }

    .carouselSlider .slick-arrow::after {
        margin: -20px auto 0;
    }

    .carouselSlider .slick-prev.slick-arrow::after {
        left: 20px;
    }

    .carouselSlider .slick-next.slick-arrow::after {
        right: 20px;
    }

    .carouselSlider .slick-arrow {
        width: 80px;
    }

    .article_content img {
        height: 300px;
        max-height: 100%;
    }

    .super_Stock_content:after,
    .super_Stock_content:before {
        width: 62px;
        height: 50px;
    }

    .hero_img {
        height: 250px;
    }

    .article_section .page_title {
        padding: 70px 0 30px 0;
    }

    .super_Stock_content:before {
        top: 8px;
        left: 6px;
    }

    .super_Stock_content:after {
        bottom: 8px;
        right: 6px;
    }

    .super_Stock_div p {
        margin-bottom: 0;
    }

    .social_icon_div {
        margin: 14px 0 30px 0;
    }
}