.top_list {
    display: flex;
    /* gap: 20px; */
}

.coll_lsit {
    display: flex;
    gap: 10px;
    position: relative;
    padding: 0px 20px;
}



.coll_lsit h6 {
    margin-bottom: 0;
}

.coll_lsit a {
    color: #ffffff;
    font-size: 14px;
}

.social_lsit {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.social_lsit ul {
    display: flex;
    gap: 15px;
}

.social_lsit ul li a {
  
color: #ffffff;
}

.menu ul {
    display: flex;
    gap: 22px;
}

.menu ul li a {
    color: #000;
}

.logo img {
    width: 100%;
    max-width: 260px;
}

.top_header {
    background:#002953;
    padding: 10px 0px;
}

.coll_lsit  i {
    color: var(--green-color);
}

.coll_lsit:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    background: #ffffff6b;
    height: 70%;
    content: '';
    bottom: 0;
    margin: auto;
}

.top_lsit {
    position: relative;
}

.coll_lsit:first-child {
    padding-left: 0;
}

.coll_lsit:last-child {
    padding-right: 0;
}

.coll_lsit:last-child:before {
    content: none;
}

.social_lsit h6 {
    margin: 0;
    color: #fff;
    font-size: 15px;
}

.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.colll_details {
    display: flex;
    align-items: center;
    gap: 30px;
}

.call_number {
    display: flex;
    gap: 15px;
}

.call_number i {
    width: 40px;
    height: 40px;
    background: #0075d621;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 20px;
    color: var(--green-color);
    border-radius: 5px;
}

.call_number h6 {
    color: #a7a7a7;
    margin: 0;
    font-size: 14px;
}

.call_number a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}



header {
    padding: 10px 0px;
}

.hero_section {
    background: url(../images/hero/banner_bg.jpg);
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: end;
    background-size: cover;
    background-position: top;
    position: relative;
    z-index: 1;
}

.hero_img img {
    width: 100%;
    max-width: 530px;
}

.continer_imge_ {
    position: absolute;
    right: 0;
    top: 0;
     animation: moveLeftRight 5s ease-in-out infinite alternate;
}

.goald_img {
    position: absolute;
    left: -300px;
    z-index: -1;
}

.goald_img img {
    width: 100%;
    animation: rotateme 10s linear infinite;
    max-width: 470px;
}

@keyframes rotateme{
from{transform:rotate(0deg);}
to{transform:rotate(360deg);}
}

@keyframes moveLeftRight {
    0% {
        right: 0;
    }
    100% {
        right: 50px; /* jitna move karwana ho */
    }
}

.continer_imge_ img {
    width: 100%;
    max-width: 260px;
}

.hero_content h5 {
    font-size: 17px;
    font-weight: 500;
    color: var(--green-color);
    margin-bottom: 11px;
}

.hero_content h1 {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    line-height: 55px;
}

.hero_content p {
    font-size: 16px;
    color: #7b7b7b;
    line-height: 26px;
    margin-top: 15px;
}

.hero_content .main_btn {
    margin-top: 30px;
}

.about__img{
    position: relative;
}

.about__img img {
    width: 100%;
}

.about__img img:nth-child(2) {
    position: absolute;
    width: 165px;
    height: 154px;
    left: 0;
    bottom: 0;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -o-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;
    object-fit: cover;
}

.about__img img:nth-child(3) {
    position: absolute;
    width: 230px;
    height: 270px;
    right: 0;
    top: 0;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    -o-border-radius: 38px;
    -ms-border-radius: 38px;
    border-radius: 38px;
    object-fit: cover;
}

.about_content h2 {
    color: #000;
    font-size: 40px;
    font-weight: 600;
}

.about_content h5 {
    font-size: 16px;
    color: var(--green-color);
    margin-bottom: 20px;
}

.about_content p {
    color: #676767;
    font-size: 15px;
    line-height: 25px;
}

.about_content ul li {
    margin-top: 10px;
}

.about_content ul li i {
    color: var(--green-color);
    font-size: 19px;
}


.fonder_content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.fonder_content h6 {
    font-size: 13px;
    margin: 0;
    color: var(--green-color);
}


.img_fonder img {
    width: 50px;
    height: 50px;
    min-width: 50px;
}

.fonder_content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.about_section {
    position: relative;
    z-index: 1;
}

.about_section:before {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/about/ab4.png);
    width: 100%;
    height: 230px;
    content: '';
    z-index: -1;
    max-width: 300px;
    background-size: cover;
}

.services_section {
    background: #f3f8f9;
    padding: 80px 0px;
    margin-top: 80px;
    position: relative;
    z-index: 1;
}

.services_section::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/services/vector_bg02.svg);
    content: '';
    z-index: -1;
}


.main_heading h5 {
    color: var(--green-color);
    font-size: 18px;
    font-weight: 600;
}

.main_heading h3 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
}

.services__item {
    background: #fff;
    margin-bottom: 25px;
    padding: 10px;
    border-radius: 15px;
}

.services__content {
    padding: 10px 10px;
}

.services__content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-top: 15px;
}

.services__content p {
    font-size: 14px;
    color: gray;
    margin-bottom: 0px;
    margin-top: 10px;
}

.services__thumb img {
    width: 100%;
    object-fit: cover;
}

.services__thumb-wrap {
    position: relative;
}

.services__icon {
    position: absolute;
    left: 18px;
    width: 60px;
    height: 60px;
    background: var(--green-color);
    border-radius: 50%;
    padding: 9px;
    bottom: -6px;
}

.services__icon img {
    width: 100%;
}

.work__item {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.work__icon {
    width: 104px;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    background: var(--green-color);
    color: #fff;
    border-radius: 50%;
    position: relative;
}

.work__icon img {
    width: 100%;
    max-width: 55px;
    transition: 0.5s;
}

.work__item:hover img{
    transform: rotateY(180deg);
}

.work_section {
    position: relative;
    z-index: 1;
    padding: 80px 0px;
    overflow: hidden;
}

.achieved__shape img {
    position: absolute;
    right: 0%;
    bottom: 0px;
    z-index: -1;
    left: 0;
    margin: auto;
    max-width: 920px;
}

.work__icon .number {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 50%;
    line-height: 1;
    position: absolute;
    right: 3px;
    top: 0;
}

.work__shape {
    position: absolute;
    right: -60px;
    top: 32px;
    z-index: -1;
}

.work__content h3 {
    font-size: 23px;
    font-weight: 600;
    color: #000;
}

.work__content p {
    margin: 0;
    font-size: 15px;
    color: #717171;
}

.product_box {
    border-radius: 15px;
    position: relative;
    margin-bottom: 20px;
}

.product_img img {
    width: 100%;
    border-radius: 15px;
    height: 340px;
    object-fit: cover;
}

.product_content {
    position: absolute;
    bottom: 25px;
    left: 25px;
}

.product_content h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

.product_content a {
    font-size: 14px;
    color: var(--green-color);
}

.product_content p {
    display: none;
}

.product_box:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(180deg, #0000003b 0%, #0000003d 64.33%, #000000 100%);
    border-radius: 15px;
}

.agro_product_section {
    padding: 70px 0px;
    position: relative;
    z-index: 1;
    background: #f3f8f9;
    overflow: hidden;
}

.agro_product_section:before {
    position: absolute;
    right: 0;
    top: 0px;
    width: 240px;
    height: 100%;
    background: var(--green-color);
    content:
    '';
    z-index: -1;
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.faq_content .accordion-item {
    margin-bottom: 15px;
    border: 1px solid #8080804d;
    border-radius: 10px;
}

.faq_content .accordion-item .accordion-header button {
    background: var(--green-color);
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
}

.faq_content .accordion-item .accordion-header button.collapsed {
    background: transparent;
    color: #000;
}

.faq_content .accordion-item .accordion-body {
    font-size: 15px;
    color: #5f5f5f;
    line-height: 25px;
}

.main_heading p {
    color: gray;
    line-height: 26px;
    font-size: 15px;
}

.main_heading ul li {
    margin-top: 10px;
}

.main_heading ul li i {
    font-size: 19px;
    color: var(--green-color);
}

.product_img {
    overflow: hidden;
    border-radius: 15px;
}

.testimonials_section {
    background: linear-gradient(45deg, #f8f8f8eb, #f8f8f8eb), url(../images/testimonial/testi_bg_1.jpeg);
    padding: 70px 0px;
    position: relative;
    background-size: cover;
}

.testimonials_box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    position: relative;
}

.testimonials_box > p {
    font-size: 15px;
    color: #656565;
}

.testimonials_box > p span {
    color: var(--green-color);
    font-size: 20px;
}

.testimonials_name {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 30px;
}

.testimonials_img {
    width: 75px;
    height: 75px;
    border-radius: 10px;
}

.testimonials_img img {
    width: 100%;
    border-radius: 10px;
}

.testimonials_name h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.testimonials_name p {
    color: var(--green-color);
    margin: 0;
    font-size: 13px;
    margin-top: 5px;
}

.testimonials_box .quets_icon {
    position: absolute;
    right: 30px;
    bottom: 25px;
    font-size: 50px;
    color: var(--green-color);
}

.newslatter_section .container {
    position: relative;
}

.newslatter_section .cta__shape {
    position: absolute;
    right: 350px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.3;
}

.newslatter_box {
    background: var(--green-color);
    padding: 45px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newslatter_box h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}

.newslatter_box .main_btn a {
    background: #fff;
    color: #000;
}

.newslatter_box .main_btn a i {
    background: #000;
    color: #fff;
}

footer {
    background: #002953;
    padding-top: 160px;
    margin-top: -80px;
}

.footer_logo img {
    width: 100%;
    max-width: 250px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.footer_logo p {
    font-size: 15px;
    color: #c3c3c3;
    margin-top: 20px;
}

.mail_input {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 30px;
}

.mail_input input {
    padding: 11px 105px 11px 20px;
    border-radius: 30px;
    font-size: 15px;
    border: 0;
    outline: none;
    font-weight: 500;
    width: 100%;
}

.mail_input button {
    position: absolute;
    right: 0;
    border: 0;
    background: var(--green-color);
    padding: 12px 15px;
    border-radius: 40px;
    font-size: 14px;
    color: #fff;
}


.quick_linsk h3, .footer_contact h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    margin-bottom: 25px;
}

.quick_linsk h3:before, .footer_contact h3:before {
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 2px;
    background: var(--green-color);
    content:'';
    width: 15%;
}

.quick_linsk ul li a {
    display: flex;
    padding: 7px 0px;
    color: #dddddd;
    font-size: 15px;
    transition: 0.5s;
}

.quick_linsk ul li a:hover {
    color: var(--green-color);
}

.footer_contact ul li, .footer_contact ul li a {
    display: flex;
    color: #dddddd;
    font-size: 15px;
    padding: 7px 0px;
}

.footer_contact ul li i {
    color: var(--green-color);
    padding-right: 8px;
    font-size: 17px;
}

.footer_contact ul li:first-child {
    padding: 0;
}



.copy_text-rpw {
    border-top: 1px solid #80808024;
    padding: 10px 0px;
    margin-top: 80px;
    align-items: center;
}

.copy_text p {
    margin: 0;
    font-size: 15px;
    color: #c9c9c9;
}

.copy_text p a {
    color: var(--green-color);
}

.footer_social_media {
    justify-content: end;
}

.footer_social_media ul {
    display: flex;
    justify-content: end;
    gap: 15px;
}

.footer_social_media ul li a {
    width: 35px;
    height: 35px;
    background: var(--green-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
}

#topBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: var(--green-color);
    color: #fff;
    border: none;
    font-size: 18px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    z-index: 999;
    width: 50px;
    height: 50px;
}

.main_burger{
    display: none;
}

.logo-mobile{
    display: none;
}

.coll_us_mobile{
    display: none;
}

.breadcrumb_section {
    background: linear-gradient(45deg, #00000094, #00000094), url(../images/hero/breadcrumb_bg.jpg);
    padding: 80px 0px;
}

.bread_content h3 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
}


.bread_content ul {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.bread_content ul li a {
    color: #fff;
}

.bread_content ul li {
    color: var(--green-color);
}

.trade_section {
    background: #f3f8f9;
    padding: 80px 0px;
}

.trade_box {
    display: flex;
    gap: 15px;
    border: 1px solid #80808036;
    padding: 25px 15px;
    border-radius: 15px;
    margin-top: 20px;
    position: relative;
    background: #fff;
}

.img_trade img {
    width: 100%;
    max-width: 55px;
    min-width: 55px;
}

.trade_content h3 {
    font-size: 21px;
    font-weight: 600;
}

.trade_content p {
    font-size: 14px;
    color: gray;
    margin: 0;
}

.trade_box:before {
    position: absolute;
    left: 17px;
    width: 50px;
    height: 2px;
    background: var(--green-color);
    content:'';
    top: -2px;
}