/* image slider */

.carousel-indicators {
    bottom: 10px;
}

.carousel-bullet li {
    content: url(../img/home/svg/top-inactive.svg);
    width: 22px;
    height: 22px;
    background: transparent;
}

.carousel-bullet .active {
    display: none;
}

.banner-section {
    /* height: 950px; */
    background-size: contain;
    position: relative;
}

.banner-section .top-banner-text {
    position: absolute;
    left: 5%;
    top: 15%;
}

.top-banner-text h4 {
    width: 696px;
    height: 60px;
    font-size: 50px;
    font-family: Rift-Bold;
    margin-bottom: 1rem;
}

.top-banner-text p {
    color: #1bb550;
    width: 544px;
    height: 81px;
    font-size: 20px;
    font-family: Avenir-Heavy;
    margin-bottom: 5rem;
}

.banner-section img {
    /* height: 980px; */
    object-fit: contain;
    width: 100%;
}

/* counter-section */

.counter-section {
    padding: 0rem 5rem;
    height: 180px;
    display: flex;
    background-color: #0076bf;
    align-items: center;
}

.counter-section .counter-box {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.counter-section .counter-box img {
    width: 61px;
    height: 61px;
    object-fit: contain;
}

.counter-section .counter-box .counter-text {
    display: flex;
    flex-direction: column;
    margin-left: 1rem;
}

.counter-section .counter-box .counter-text h4 {
    font-size: 45px;
    font-family: Rift-Bold;
    color: #ffffff;
    margin-bottom: 0;
}

.counter-section .counter-box .counter-text p {
    font-size: 18px;
    color: #ffffff;
    font-family: Avenir-Heavy;
}

/* card-section */

.card-section {
    margin-top: 2rem;
    margin-bottom: 4rem;
}

.cardBlock {
    width: 261px;
    height: 129px;
    background: url("../img/common/gradient-card.svg");
    background-repeat: no-repeat;
    margin-top: 2rem;
    position: relative;
}

.cardBlock .card-text {
    margin-left: 25%;
    margin-top: 5%;
}

.cardBlock h4 {
    font-size: 18px;
    font-family: Avenir-Heavy;
    line-height: 1;
    margin-bottom: 5px;
}

.cardBlock p {
    font-size: 14px;
    font-family: Avenir-Medium;
    width: 164px;
    line-height: 1.2;
}

.circle-img img {
    width: 39px;
    height: 39px;
    position: absolute;
    top: 34%;
    left: 8%;
    object-fit: contain;
}

/* cardSection */

.cardSection .cardText {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}

.cardSection .cardText h4 {
    font-size: 45px;
    font-family: Rift-Bold;
    margin-bottom: 1rem;
}

.cardSection .cardText p {
    font-size: 16px;
    font-family: Avenir-Medium;
    width: 324px;
}

.banner-item {
    width: 100%;
}

/* product-slider-section */

.slider-section {
    height: 480px;
    width: 800px;
    margin: auto;
}

.slider-section .Products-image {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.slider-section .Products-image img {
    width: 610px;
    /* width: 305px; */
    height: 313px;
    object-fit: contain;
}

.single-item .Products-image .slider-text {
    font-size: 40px;
    font-family: Rift-Bold;
    margin-top: 1rem;
}

.single-item .slick-prev:before {
    content: url(../img/home/svg/slick-left.svg);
    height: 30px;
    width: 30px;
}

.single-item .slick-next:before {
    content: url(../img/home/svg/slick-right.svg);
    height: 30px;
    width: 30px;
}

/*  */

/* image-gallery-slider */

.gallery-item {
    height: 930px;
}

.gallery-item .image-block-1,
.image-block-2,
.image-block-3 {
    height: 521px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.gallery-item .image-block-1:hover,
.image-block-2:hover,
.image-block-3:hover {
    transform: translateY(-0.25rem);
    transition: 0.4s;
}

.gallery-item .slick-prev:before {
    content: url(../img/home/svg/slick-left.svg);
    height: 30px;
    width: 30px;
}

.gallery-item .slick-next:before {
    content: url(../img/home/svg/slick-right.svg);
    height: 30px;
    width: 30px;
}

.gallery-item .slick-prev {
    top: 70%;
    left: 50%;
}

.gallery-item .slick-next {
    top: 70%;
    right: 45%;
}

.image-block-1 img {
    width: 400px;
    height: 433px;
    object-fit: contain;
}

.image-block-2 img {
    width: 322px;
    height: 503px;
    object-fit: contain;
}

.image-block-3 img {
    width: 400px;
    height: 433px;
    object-fit: contain;
}

/* end image-slider-section */

/* center-section */

.center-image-section {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.center-image-section img {
    width: 1026px;
    height: 470px;
    object-fit: contain;
}

.center-image-section .center-image-2 {
    width: 1012px;
    height: 614px;
    object-fit: contain;
}

.center-image-section .center-image-3 {
    width: 1207px;
    height: 697px;
    object-fit: contain;
}

/* image-section */

.image-section h4 {
    font-size: 45px;
    font-family: Rift-Bold;
    margin-bottom: 10px;
}

.image-section .green-text {
    color: #00a238;
    font-size: 45px;
    font-family: Rift-Bold;
}

.blue-text {
    color: #0082ca;
    font-size: 25px;
    font-family: Avenir-Heavy;
}

/* card-block */

.card-block-section {
    padding: 2rem 5rem;
    display: flex;
    justify-content: space-around;
}

.card-block {
    width: 370px;
    height: 100%;
    box-shadow: 0px 3px 6px #00000029 !important;
    padding-bottom: 10px;
}

.card-block-image {
    height: 324px;
}

.card-block-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card-block-txt {
    height: 395px;
    padding: 0.5rem 1rem;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.card-block-txt .date-text {
    font-size: 16px;
    font-family: Avenir-Medium;
    color: #242725;
    margin-bottom: 10px;
}

.card-block-txt h4 {
    font-family: Rift-Bold;
    font-size: 20px;
    color: #242725;
    margin-bottom: 10px;
}

.card-block-txt p {
    font-family: Avenir-Medium;
    font-size: 16px;
    color: #242725;
    margin-bottom: 8px;
    text-align: left;
}

.card-block-txt .read-more {
    color: #0082ca;
    font-size: 16px;
    font-family: Rift-Bold;
}

.card-block:hover {
    background-color: #1bb550;
}
.gallery_image:hover {
    background-color: white;
}

/* .card-block-txt:hover {
    background-color: #1bb550;
} */

.card-block:hover .date-text {
    color: #ffffff;
}

.card-block:hover .card-block-txt h4 {
    color: #ffffff;
}

.card-block:hover .card-block-txt p {
    color: #ffffff;
}

.card-block:hover .read-more {
    color: #ffffff;
}

/* get update */

.get-update {
    position: relative;
    height: 300px;
}

.get-update img {
    width: 206px;
    height: 243px;
    object-fit: contain;
    position: absolute;
    right: 0px;
}

.get-update input {
    position: absolute;
    top: 50%;
    padding-left: 2rem;
}

.get-update input {
    height: 140px;
    border: 1px solid #00ac4d;
}

.get-update input::placeholder {
    color: #6c6c6c;
    font-size: 25px;
    font-family: Avenir-Heavy;
}

.get-update input:focus {
    border: 1px solid #00ac4d;
    box-shadow: none;
}

.get-update .subscribe-button {
    position: absolute;
    right: 5%;
    top: 60%;
}

.img-fluid {
    display: block;
}

.banner-section-mobile {
    display: none;
}

.paragraph-heading {
    /* display: flex;
    justify-content: space-between; */
    text-align: center;
    margin-top: 20px;
}

.form-action-web {
    display: flex;
    margin-top: 0.25rem;
    height: 140px;
    width: 100%;
    border: 1px solid #00ac4d;
    font-size: 25px;
    font-family: Avenir-Heavy;
    color: #6c6c6c;
    border-radius: 6px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    position: absolute;
    background-color: white;
    top: 55%;
}

.form-text-web {
    width: 100%;
    height: 34px;
    border: none;
    justify-content: center;
    display: flex;
    /* margin-left: 3rem; */
}

.submit-btn-web {
    width: 224px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #ffffff;
    font-family: Rift-Bold;
    border: none;
    background-color: #0082ca;
    border-radius: 6px;
}

.search-container-web {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: end;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.search-container-web img {
    height: 243px;
    width: 206px;
}

.heading-text {
    font-size: 45px;
    font-family: Rift-Bold;
    text-align: center;
    margin-bottom: 4rem;
    color: #3c453f;
    margin-top: 1rem;
    padding-top: 2rem;
}

.background-section-1 {
    height: 614px;
}

/* css import from home */
.initiative_header {
    display: flex;
    justify-content: center;
    font-size: 3rem;
}
.custom-btn:hover {
    text-decoration: none;
    color: white;
}
.initiative_header h4 {
    font-size: 2rem;
    margin-bottom: 25px;
}

.mobile_banner {
    display: none;
}

.scroll_btn_style {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 35px;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    border-radius: 4px;
}
.form-action-web {
    height: 100px;

    border: 2px solid #00ac4d;

    padding: 0rem 2rem;
}

/* //error message  */
.form_input_type {
    height: 38px;
    width: 100%;
}

.form_input_type input {
    padding: 20px;
    border-radius: 6px;
}

.form_input_type input:focus {
    border: 2px solid rgb(0, 128, 255);
    outline: 0;
}

.error-email-message {
    margin-left: 51px;
    font-size: 14px;
    display: none;
    color: red;
    margin-left: 10px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .card-block-section {
        padding: 2rem 2rem;
    }
    .card-block {
        width: 300px;
    }
    .center-image-section .center-image-3 {
        width: 950px;
        height: 550px;
        object-fit: contain;
    }
    .center-image-section img {
        width: 990px;
        height: 470px;
        object-fit: contain;
    }
    .banner-section-mobile {
        display: none;
    }
    .banner-section img {
        height: 450px;
        object-fit: contain;
        width: 100%;
    }
    .banner-section {
        height: 450px;
        background-size: contain;
        position: relative;
    }
    .carousel-indicators {
        bottom: 0%;
    }
    .background-section-1 {
        height: 600px;
    }
    .center-image-section .center-image-2 {
        width: 995px;
        height: 614px;
        object-fit: contain;
    }
    .paragraph-heading {
        margin-top: 5rem;
    }
    .background-section-2 {
        height: 850px;
    }
    .banner-section .top-banner-text {
        position: absolute;
        left: 5%;
        top: 15%;
    }
    .gallery-item .slick-prev {
        top: 70%;
        left: 45%;
    }
    .gallery-item .slick-next {
        top: 70%;
        right: 45%;
    }
    .search-container-web {
        display: none;
    }
}

@media (max-width: 768px) {
    .our-assoicates .slick-list {
        height: 115px;
    }
    .paragraph-heading {
        margin-top: 1rem;
    }
    .center-image-section img {
        width: 350px;
        height: 179px;
        object-fit: contain;
    }
    .center-image-section .center-image-2 {
        /* width: 390px;
        height: 179px; */
        width: 100%;
        height: 200px;
        object-fit: contain;
    }
    .card-block-section {
        display: flex;
        height: 560px;
        overflow-x: scroll;
        flex-direction: column;
        padding: 0rem 0rem;
        margin-bottom: 5rem !important;
    }
    .counter-section {
        /* display: none; */
    }
    .counter-section {
        padding: 0rem 1rem;
        height: 80px;
        margin-top: 2rem;
    }
    .counter-section .counter-box {
        align-items: center;
    }
    .counter-section .counter-box img {
        width: 28px;
        height: 28px;
    }
    .counter-section .counter-box .counter-text h4 {
        font-size: 28px;
        margin-bottom: 0;
    }
    .counter-section .counter-box .counter-text p {
        font-size: 16px;
        margin: 0;
    }

    .heading-text {
        font-size: 30px;
        line-height: 1;
        width: 214px;
        margin: auto;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    .cardBlock {
        width: 290px;
    }
    .scroll-mobile {
        /* overflow: scroll; */
    }
    .image-block-1 img {
        width: 240px;
        height: 374px;
    }
    .image-block-1 img {
        width: 240px;
        height: 374px;
    }
    .image-block-3 img {
        width: 240px;
    }
    .image-block-2 img {
        width: 240px;
        height: 374px;
    }
    /* .single-item {
        width: 360px;
    } */
    .slick-prev {
        left: 0px;
    }
    .gallery-item .slick-next:before {
        content: url(../img/home/svg/slick-right.svg);
        height: 30px;
        width: 30px;
        display: none;
    }
    .slider-section {
        width: 350px;
        height: 240px;
    }
    .background-section-2 {
        height: 100%;
    }
    .background-section-1 {
        height: 100%;
        width: 100vw;
        overflow: scroll;
    }
    .gallery-item .slick-next {
        top: 70%;
        right: 55%;
    }

    .top-banner-text p {
        color: #1bb550;
        width: 90vw;
        height: 110px;
        font-size: 16px;
        font-family: Avenir-Heavy;
        margin-bottom: 3rem;
    }
    .custom-btn {
        width: 150px;
        height: 50px;
        font-size: 20px;
        font-family: Rift-Bold;
        margin-bottom: 2rem;
    }
    .paragraph-heading {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 5rem;
    }
    .slick-next {
        right: 23px;
    }

    .paragraph-text {
        /* display: none; */
        text-align: center;
        font-size: 18px;
        /* width: 90vw; */
        margin-bottom: 0;
    }
    .image-section h4 {
        font-size: 30px;
        font-family: Rift-Bold;
        margin-bottom: 10px;
        color: #3c453f;
    }
    .image-section .green-text {
        color: #00a238;
        font-size: 25px;
        font-family: George-SemiBold;
    }
    .more-detail {
        display: none;
    }
    .gallery-item {
        height: 550px;
    }
    .slick-list {
        height: 450px;
    }
    .gallery-item .image-block-1,
    .image-block-2,
    .image-block-3 {
        height: 480px;
    }

    .banner-section-mobile {
        display: block;
        height: auto;
        width: 100%;
        position: relative;
    }
    .banner-section-mobile img {
        height: 200px;
        width: 100%;
        position: absolute;
    }
    .top-banner-text-mobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 2rem;
    }
    .top-banner-text-mobile h4 {
        display: flex;
        justify-content: left;
        font-size: 16px;
        font-family: Rift-Bold;
        margin-bottom: 0.5rem;
        margin-top: 1rem;
    }
    .top-banner-text-mobile p {
        color: #1bb550;
        display: flex;
        justify-content: left;
        width: 186px;
        height: 44px;
        font-size: 8px;
        font-family: Avenir-Heavy;
        margin-bottom: 1rem;
        text-align: left;
    }
    .product-btn {
        margin-top: 0rem;
        width: 80px;
        height: 26px;
        font-size: 9px;
        font-family: Rift-Demi;
        font-weight: 400;
        margin-bottom: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        border: none;
        background-color: #0082ca;
        border-radius: 6px;
    }
    .search-container-web {
        display: none;
    }
    .top-banner-text {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .banner-section .top-banner-text {
        position: relative;
    }
    .top-banner-text .banner_heading {
        width: 90vw;
        font-size: 27px;
        font-family: Rift-Bold;
        margin-bottom: -1rem;
        margin-top: 1rem;
    }
    .top-banner-text a {
        margin: 0 27%;
    }
    .slider-section .Products-image img {
        width: 300px;
        height: 170px;
        object-fit: contain;
    }
    .single-item .Products-image .slider-text {
        font-size: 20px;
        font-family: Rift-Bold;
    }
    .banner {
        display: none;
    }
    .mobile_banner {
        display: block;
    }
    .initiative_header h4 {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }
    .cardSection .cardText p {
        font-size: 15px;
        width: 80vw;
    }
    .btn-section {
        margin-top: 1rem;
        margin-bottom: 0rem;
    }
    .gallery_image:hover {
        background-color: transparent;
    }
    .gallery_image .card-block-image {
        height: 500px;
    }

    .center-image-section .center-image-3 {
        width: 100%;
        height: 220px;
        object-fit: contain;
    }
    .blue-text {
        font-size: 21px;
        margin-bottom: 0;
    }

    .section1_auto_slider {
        display: flex;
        /* width: 300%; */
        height: 100%;
        transition: transform 1s ease;
    }
    .card-block.active {
        opacity: 1;
        display: block;
        background-color: red;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        background-color: black;
    }

    .carousel-item {
        float: none;
        margin: 0;
        text-align: -webkit-center;
    }

    .search-container-web {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: end;
        margin-bottom: 3rem;
    }

    .search-container-web img {
        height: 100px;
        width: 74px;
    }

    .submit-btn-web {
        height: 51px;
        width: 120px;
        text-decoration: none;
        background-color: #0082ca;
        color: #ffffff;
        font-size: 15px;
        font-family: Rift-Demi;
        border: none;
        border-radius: 0px;
    }

    .form-action-web {
        border: none;
        border-radius: none;
        width: 100%;
        position: absolute;
        flex-direction: row;
        display: flex;
        justify-content: space-around;
        top: 50%;
        height: 50px;
        padding: 0px;
    }

    .form-text-web {
        border: 1px solid #009839;
        height: 50px;
        width: 260px;
        text-align: center;
        margin-left: 0px;
        font-size: 16px;
        font-family: sans-serif;
    }

    .form_input_type {
        height: 50px;
        width: 69%;
    }

    .form_input_type input {
        padding: 0;
        border-radius: 0px;
    }
    .our-presence-section {
        margin-top: 2rem;
    }
    .image-section .green-text {
        font-family: Rift-Bold;
        margin-bottom: 20px;
    }
}
.latest-news-section {
    height: 770px;
}
.background-image-section {
    height: 770px;
}
.our-presence-section {
    margin-top: 10rem;
}

.initiative-background-section {
    height: 745px;
}
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
.top-cards{
    max-width: 100% !important;
  }
.custom-row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
  }
 
  .custom-column {
    flex: 1;
    max-width: 20%;
    padding: 10px; 
  } 
  .cardBlock{
    background-size: contain;
  }
  .cardBlock .card-text {
    margin-left: 31%;
    margin-top: 1%;
  }
  .cardBlock h4{
    font-size: 0.9rem;
  }
  .cardBlock p{
    font-size: 0.75rem ;
    width: 135px;
  }
.initiative-container {
    height: 100%;
}

.initiative-subsection {
    padding: 1rem 2rem;
}

.initiative-subsection .Products-image img {
    object-fit: contain;
    border-radius: 7px;
    width: 100%;
}

.initiative-subsection .slider-text {
    font-size: 23px;
    font-family: Rift-Bold;
    margin-top: 1rem;
    text-align: center;
}
.feature p {
    text-align: center;
    font-size: 20px;
}
.Products-image p {
    text-align: center;
    font-size: 16px;
    font-family: Avenir-Medium;
    margin-top: 1rem;
}
@media (max-width: 768px) {
    .custom-row {
        /* flex-direction: column; */
        height: 100%;
    }
    .custom-column {
        max-width: 100%;
    }
    .circle-img img {
        position: absolute;
        top: 36% !important;
    }
    .initiative-subsection .slider-text {
        font-size: 20px;
    }
}
 .huntenbergLogo img{
    object-fit: contain;
  }