@import url('https://fonts.googleapis.com/css2?family=Jost: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&family=Oswald:wght@200;300;400;500;600;700&family=Passion+One:wght@400;700;900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Jost', sans-serif;
    background: #fff;
}
p {
    margin-bottom: 0px;
}
a:hover{
    text-decoration: none;
}
html {
    scroll-behavior: smooth;
}
.owl-theme .owl-dots {
    display: none;
}
.owl-theme .owl-nav {
    display: block !important;
}
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #666;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.btn:focus {
    box-shadow: none !important;
    border: none !important;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.btn-close:focus {
    box-shadow: none;
}
.btn:hover {
    color: #fff !important;
}
.accordion-button:focus {
    box-shadow: none;
}
a {
    color: #000;
    text-decoration: none;
}
ul,
ol {
    padding-left: 0px;
    list-style-type: none;
}
a:hover {
    color: initial;
}
input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
/*.full-width {
  width: 100% !important;
}*/
.web-view {
    display: block;
}
.mobile-view {
    display: none;
}
.vertical-space-2 {
    height: 10px;
}
.vertical-space-5 {
    display: inline-block;
    width: 100%;
    height: 5px;
}

.vertical-space-8 {
    display: inline-block;
    width: 100%;
    height: 8px;
}

.vertical-space-10 {
    display: inline-block;
    width: 100%;
    height: 10px;
}

.vertical-space-12 {
    display: inline-block;
    width: 100%;
    height: 12px;
}

.vertical-space-15 {
    display: inline-block;
    width: 100%;
    height: 15px;
}

.vertical-space-20 {
    display: inline-block;
    width: 100%;
    height: 20px;
}

.vertical-space-30 {
    display: inline-block;
    width: 100%;
    height: 30px;
}

.vertical-space-40 {
    display: inline-block;
    width: 100%;
    height: 40px;
}

/* .vertical-space-50 {
    display: inline-block;
    width: 100%;
    height: 50px;
} */

.vertical-space-60 {
    display: inline-block;
    width: 100%;
    height: 60px;
}
.vertical-space-65 {
    display: inline-block;
    width: 100%;
    height: 65px;
}
.vertical-space-70 {
    display: inline-block;
    width: 100%;
    height: 70px;
}

.vertical-space-80 {
    display: inline-block;
    width: 100%;
    height: 80px;
}

.vertical-space-90 {
    display: inline-block;
    width: 100%;
    height: 90px;
}

.vertical-space-100 {
    display: inline-block;
    width: 100%;
    height: 100px;
}
.vertical-space-120 {
    display: inline-block;
    width: 100%;
    height: 120px;
}
.vertical-space-150 {
    display: inline-block;
    width: 100%;
    height: 150px;
}
.back-img{
    text-align: center;
}
.user-space{
    padding-top:12rem;
}
.common{
    color: #3260E0;
}
.fixed{
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1200;
    transition: 0.5s all;
    padding: 0px 0px;
    background: #fff;
    animation: swip_down .5s linear 1;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
.fixed .nav-item .nav-link{
    color: #000!important;

}
.fixed .navbar-brand img{
    width: 94px !important;
}

@keyframes swip_down {
    from {
        transform: translate(0px, -50px);
        opacity: 0
    }

    to {
        transform: translate(0,0);
        opacity: 1
    }
}
@keyframes swip_left {
    from {
        transform: translate(-50px, 0px);
        opacity: 0
    }

    to {
        transform: translate(0,0);
        opacity: 1
    }
}
@keyframes swip_right {
    from {
        transform: translate(50px, 0px);
        opacity: 0
    }

    to {
        transform: translate(0,0,);
        opacity: 1
    }
}
.main-section{
    background: url(../images/Home/main-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.main-section .navbar-brand img{
    width: 129px;
}
.main-section .brand-img img{
    width: 94px;
}
.main-section .nav-item{
    padding: 0px 30px;
}
.main-section .nav-item .nav-link{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.main-section .nav-item .nav-link.active , .main-section .nav-item .nav-link:hover{
    font-weight: 700;
}
 .main-section .banner-content .banner-subtitle{
    color: #EF2B3B;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    
} 
.main-section .banner-content .banner-title{
    font-size: 60px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    display: inline-block;
    letter-spacing: 1.63px;
}
.main-section .banner-content .banner-title .word{
    text-shadow: 0.5px 3px 4px rgba(0, 0, 0, 0.22);
    color:#fff;
}
.main-section .banner-content .banner-title .quote-right{
    color: rgba(0, 166, 81, 0.16);
    text-shadow: 0.5px 1px 1px rgba(0, 166, 81, 0.16);
}
.main-section .banner-content .banner-title .quote{
    font-family: 'Passion One', cursive;
    color: rgba(0, 166, 81, 0.16);
    position: absolute;
    top: -150px;
    left: -60px;
    transform: rotate(180deg);
    font-size: 200px;
}
.main-section .banner-content .user-img{
    position: absolute;
    bottom: -7px;
}
.main-section .banner-content .user-img img{
    width: 320px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color:#74E39A!important;
}
.common-top p{
    font-weight: 500;
    color: #000;
    padding-top:10px;
    font-size:16px;
}
.common-top h2{
    font-weight: 400;
    color: rgb(119, 119, 119);

    padding-top:10px;
    font-size:14px;
}
.about-content{
    padding: 60px 0px;
    position: relative;
}
.about-content .about-subtitle{
    color: rgba(0, 166, 81, 1);
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 30px;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
}
.about-content .about-subtitle::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 20px;
    background: url(../images/Home/title_shape.webp);
    background-repeat: no-repeat;
    background-size: auto;
}
.about-content .about-title{
    font-size: 40px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);;
    position: relative;
    margin-bottom: 15px;
}
.about-content .about-list li{
      font-size: 16px;
    font-weight: 500;
    line-height: 29px;
    color: rgba(119, 119, 119, 1);
    margin-bottom: 10px;
}
.about-content .about-list li img {
   width: 25px;
   margin-right: 10px;
}
.about-content .about-text{
    font-size: 16px;
    font-weight: 500;
    line-height: 29px;
    color: rgba(119, 119, 119, 1);
    margin-bottom: 10px;
}
.about-content .about-quote{
    font-size: 16px;
    text-shadow: 0.5px 1px 2px rgba(0, 0, 0, 0.22);
}
.about-content .about-quote .quote {
    font-family: 'Passion One', cursive;
    color: rgba(0, 166, 81, 0.16);
    text-shadow: none;
    position: relative;
    line-height: 20px;
}
.about-content .about-quote .quote-right {
    font-family: 'Passion One', cursive;
    color: rgba(0, 166, 81, 0.16);
    text-shadow: none;
    line-height: 25px;
}

.about-content .founder-img{
    width: 100%;
    height: 400px;
   position: relative;
}
.about-content .founder-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.about-content .founder-address{
 padding: 10px;
    background: url(../images/Home/contact-box.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 80%;
    border-radius: 0px;
}
.about-content .founder-name{
     color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0px;
   
}
.about-content .founder-text {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #f9f311;
    margin-bottom: 0px;
}
.rice-leaf{
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    right: 0px;
}
.rice-leaf img{
    width: 142px;
}
.contact-box{
    background: url(../images/Home/contact-box.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    padding: 30px;
}
.contact-box .title{
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: relative;
}
.contact-box .title .quote{
    font-family: 'Passion One', cursive;
    color: rgba(0, 94, 46, 0.16);
    position: absolute;
    top: -120px;
    left: -60px;
    transform: rotate(180deg);
    font-size: 160px;
}
.contact-box .text{
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}
.contact-box .contact-btn{
    background: #fff;
    border-radius: 10px;
    font-size: 18px;
    color: rgba(0, 166, 81, 1) !important;
    padding: 12px 35px;
    border: 1px solid #fff;
    font-weight: 500;
}
.technology-equipment{
    padding: 60px 0px;
    overflow-x: hidden;
}
.technology-equipment .technology-title{
    font-size: 40px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);;
    text-align: center;
    position: relative;
    margin-bottom: 25px;
}
.technology-equipment .technology-text{
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    color: rgba(119, 119, 119, 1);
    text-align: center;
}
.technology-equipment .slider-section .img-box{
    width: 100%;
    height: 280px;
}
.technology-equipment .slider-section .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    aspect-ratio: 3/2;
}








.social ul li {
    list-style-type: none;
    padding-left: 8px;
}
.social ul {
    display: flex;
    padding-left: 0px;
    justify-content: flex-start;
    padding-top: 20px;
    position: relative;
    z-index: 1;
}
.social i {
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 40px;
    margin:0px 15px 0px 0px;
}
.social a {
    cursor: pointer;
}
.social i:hover{
    color: #fff;
}


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: rgba(0, 166, 81, 1);
    color: #fff;
    cursor: pointer;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
}
#myBtn::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
#myBtn:hover {
    background-color: rgba(0, 166, 81, 1);
}

@media (min-width:2000px) {
   .main-section::after{
    height:370px ;
   }
   .main-section .line-img{
    margin: 20px 0px;
    padding-bottom: 150px;
   }
   .main-section .over-img{
    top: -120px;
   }
}



@media (min-width: 992px) and (max-width: 1199.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        position: sticky;
        top: 0px;
        z-index: 1200;
        background: #fff;
        border-bottom: 1px solid #efefef;
        padding: 15px 0px;
    }
    .mobile-header .logo img {
        width: 150px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
    color: #000;
    font-weight: 500;
        position: relative;
        line-height: 25px;
    }
  .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .main-section .vertical-space-50{
        height: 0px !important;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .offcanvas .logo img{
        width: 150px;
    }
 
    .toggler {
    color: #3260E0 !important;
        font-size: 26px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: #1C4078;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .banner-content .banner-title {
        font-size: 20px;
        line-height: 28px;
    }
    .main-title , .about-title , .form-section .form-left-title , .industries-detail .product-box-1 .product-box-title , .industries-detail .product-box-2 .product-box-title{
        font-size: 26px;
        line-height: 32px;
    }
    .inner-column{
        margin-left: 0px !important;
    }
    .industries .client-box , .client-box.client-bt-0 , .border-end-0{
        border: 1px solid #efefef !important;
    }
    .footer .footer-logo img{
        width: 150px;
    }
    .product-detail{
        padding: 30px 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        position: sticky;
        top: 0px;
        z-index: 1200;
        background: #fff;
        border-bottom: 1px solid #efefef;
        padding: 15px 0px;
    }
    .mobile-header .logo img {
        width: 150px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
    color: #000;
    font-weight: 500;
        position: relative;
        line-height: 25px;
    }
  .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .main-section .vertical-space-50{
        height: 0px !important;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .offcanvas .logo img{
        width: 150px;
    }
 
    .toggler {
    color: #3260E0 !important;
        font-size: 26px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: #1C4078;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .banner-content .banner-title {
        font-size: 20px;
        line-height: 28px;
    }
    .main-title , .about-title , .form-section .form-left-title , .industries-detail .product-box-1 .product-box-title , .industries-detail .product-box-2 .product-box-title{
        font-size: 26px;
        line-height: 32px;
    }
    .inner-column{
        margin-left: 0px !important;
    }
    .industries .client-box , .client-box.client-bt-0 , .border-end-0{
        border: 1px solid #efefef !important;
    }
    .industries-detail .product-box-1{
        margin-left: 0px;
    }
    .industries-detail .product-box-2{
        margin-right: 0px;
    }
    .industries-detail .product-box{
        padding: 15px;
    }
    .product-detail{
        padding: 30px 0px;
    }
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        position: sticky;
        top: 0px;
        z-index: 1200;
        background: #fff;
        border-bottom: 1px solid #efefef;
        padding: 15px 0px;
    }
    .mobile-header .logo img {
        width: 150px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
    color: #000;
    font-weight: 500;
        position: relative;
        line-height: 25px;
    }
  .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .main-section .vertical-space-50{
        height: 0px !important;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .offcanvas .logo img{
        width: 150px;
    }
 
    .toggler {
    color: #3260E0 !important;
        font-size: 26px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: #1C4078;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .banner-content .banner-title {
        font-size: 20px;
        line-height: 28px;
    }
    .main-title , .about-title , .form-section .form-left-title , .industries-detail .product-box-1 .product-box-title , .industries-detail .product-box-2 .product-box-title{
        font-size: 26px;
        line-height: 32px;
    }
    .inner-column{
        margin-left: 0px !important;
    }
    .industries .client-box , .client-box.client-bt-0 , .border-end-0{
        border: 1px solid #efefef !important;
    }
    .footer .footer-logo img{
        width: 150px;
    }
    .industries-detail .product-box-1{
        margin-left: 0px;
    }
    .industries-detail .product-box-2{
        margin-right: 0px;
    }
    .industries-detail .product-box{
        padding: 15px;
    }
    .product-detail{
        padding: 30px 0px;
    }
    }   

@media only screen and (max-width: 575.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        position: sticky;
        top: 0px;
        z-index: 1200;
        background: #fff;
        border-bottom: 1px solid #efefef;
        padding: 15px 0px;
    }
    .mobile-header .logo img {
        width: 150px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
    color: #000;
    font-weight: 500;
        position: relative;
        line-height: 25px;
    }
  .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .main-section .vertical-space-50{
        height: 0px !important;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .offcanvas .logo img{
        width: 150px;
    }
 
    .toggler {
    color: #3260E0 !important;
        font-size: 26px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: #1C4078;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .banner-content .banner-title {
        font-size: 20px;
        line-height: 28px;
    }
    .main-title , .about-title , .form-section .form-left-title , .industries-detail .product-box-1 .product-box-title , .industries-detail .product-box-2 .product-box-title{
        font-size: 26px;
        line-height: 32px;
    }
    .inner-column{
        margin-left: 0px !important;
    }
    .industries .client-box , .client-box.client-bt-0 , .border-end-0{
        border: 1px solid #efefef !important;
    }
    .footer .footer-logo img{
        width: 150px;
    }
    .industries-detail .product-box-1{
        margin-left: 0px;
    }
    .industries-detail .product-box-2{
        margin-right: 0px;
    }
    .industries-detail .product-box{
        padding: 15px;
    }
    .product-detail{
        padding: 30px 0px;
    }
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
/**product-section-start**/
.product-content h2{
    color: #000000;
    font-size: 40px;
    font-weight: 600;
}
.product-content p{
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    color: rgba(119, 119, 119, 1);
    max-width: 75%;
    margin: 0 auto;
    padding-top: 15px;
}
.product-content button{
    border: 1px solid #00A651;
    border-radius: 10px;
    background-color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    color: #00A651;
    margin-top: 15px;
}
.product-content a{
    color: #00A651;
}
.product-types {
    border-radius: 10px;
    background: #F0FFF7;
    box-shadow: 0px 2px 8px 2px rgba(163, 163, 163, 0.15);
    padding: 10px;
}
.common-spacing{
    padding-left: 200px;
    padding-right: 200px;
}
.product-details h2{
    font-size: 18px;
    color: #3F3F3F;
    font-weight: 500;
}
.product-details p{
    font-size: 14px;
    color: #3F3F3F;
    font-weight: 500;
}
.product-details h3{
    font-size: 14px;
    color: #3F3F3F;
    font-weight: 500;
    padding-top: 10px;
}
.product-details button{
    border: 1px solid #00A651;
    border-radius: 5px;
    background-color: #F0FFF7;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    color: #00A651;
    margin-top: 15px;
}
/**product-section-end**/
/**why-section-start**/
.why-content h2{
    color: rgba(0, 166, 81, 1);
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}
.why-content h3{
    font-size: 35px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    margin-bottom: 25px;
}
.why-content p{
    font-size: 18px;
    font-weight: 500;
    color: rgb(119, 119, 119);
    text-align: center;
    line-height: 1.7;
}
.why-box-1 h2 ,.why-box-2 h2, .why-box-3 h2,.why-box-4 h2,.why-box-5 h2,.why-box-6 h2{
    font-size: 14px;
    color: rgb(119, 119, 119);
    text-align: center;
    padding-top: 10px;
    font-weight: 400;
}
.why-box-1 p ,.why-box-2 p, .why-box-3 p,.why-box-4 p,.why-box-5 p,.why-box-6 p{
    font-size: 16px;
    font-weight: 500;
    color: rgb(119, 119, 119);
    color: #000000;
    padding-top: 15px;
}
.why-box-img img{
    width: 150px;
}
.why-main-section{
    position:relative;
}
.why-box-1 {
    position: absolute;
    top: 4rem;
    left: 10rem;
}
.why-box-2{
    position: absolute;
    top: 18rem;
    left: 0;
}
.why-box-3{
    position: absolute;
    top: 32rem;
    left: 10rem;
}
.why-box-4 {
    position: absolute;
    top: 4rem;
    right: 10rem;
}
.why-box-5{
    position: absolute;
    top: 18rem;
    right: 0;
}
.why-box-6{
    position: absolute;
    top: 32rem;
    right: 10rem;
}

/**why-section-end**/
/**feedback-section-start**/
.feedback-wrapper{
    background-color: #F0FFF7;
    padding-bottom: 2rem;
}
.feedback-content h2{
    max-width: 40%;
    margin: 0 auto;
    font-size: 38px;
    font-weight: 600;
}
.testimonial4_slide img{
    max-width: 10%;
    margin: 0 auto;
    padding-top: 15px;
}
.testimonial4_slide p{
    max-width: 35%;
    margin: 0 auto;
    padding-top: 15px;
}
.testimonial4_slide h4{
    max-width: 35%;
    margin: 0 auto;
    padding-top: 15px;
}
.rating i {
    color: #FFC107;
    padding-right: 3px;
    padding-top: 15px;
}
.rating span i{
    color: #D8D8D8;
}
.carousel-indicators li{
    background-color:#00A651;
    height: 15px;
    width:15px;
    border-radius: 50%;
}
.carousel-indicators{
    bottom:-4rem;
}
/**feedback-section-end**/
/**footer-start**/
.footer-wrapper{
    background: url(../images/Home/footer-bg.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;

}
.footer-wrapper .nav-link:active{
    color:#fff;
}
.footer-wrapper .navbar {
    justify-content: center;
}
.footer-wrapper .nav-link{
    color: rgba(189, 189, 189, 1);
    font-size: 16px;
}
.footer-logo h2{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.footer-logo p{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    max-width: 100%;
    margin: 0 auto;
}
.footer-logo ul{
    display:flex;
    justify-content: center;
}
.footer-logo li{
    list-style: none;
    padding-right:25px;
}
.footer-logo a{
    color:#fff;
    font-weight: 400;
    font-size:16px;
}
.end-content p{
    color: rgba(189, 189, 189, 1);
    font-size: 16px;
}
.end-content ul{
    display: flex;
    justify-content: center;
}
.common-top{
    padding-top:1rem;
}

/**footer-end**/

@media (max-width: 600px){
    .footer-logo h2 {
        font-size: 16px;
    }
    .end-content{
        display:block!important;
    }
    .footer-logo p {
        font-size: 12px;
        max-width: 100%;
    }
    .end-content p {
        font-size: 12px!important;
    }
    .footer-logo ul{
        display:block!important;
    }
    .footer-logo li {
        padding-top:1rem;
    }
}
@media (max-width: 1024px){
    .common-bg .nav-item .nav-link{
        font-size: 15px!important;
    }
}



@media (max-width:1680px){
    .common-spacing{
        padding-left:15px;
        padding-right:15px;
    }
}


@media (max-width:1200px){
    .main-section .banner-content .banner-title {
        font-size: 40px;
        line-height: 1.2;
    }
    .product-details h2 {
        font-size: 16px;
    }
    .about-content .about-title{
        line-height: 1.2;
    }
    .product-img img{
        max-width: 100%;
    }
    .why-box-6 {
        right: 7rem;
    }
    .why-box-3 {
        left: 7rem;
    }
    .footer-logo h2{
        font-size:16px;
    }
}
@media (max-width:992px){
    .main-section .banner-content .banner-title {
        font-size: 40px;
        line-height: 1.2;
    }
    .about-content .about-title{
        font-size: 30px;
        line-height: 1.2;
    }
    .contact-box .title{
        font-size: 30px;
    }
    .contact-box .text {
        font-size: 16px;
    }
    .about-content .about-text {
        font-size: 16px;
    }
    .why-box-1 {
        left: 5rem;
    }
    .why-box-4 {
        right: 5rem;
    }
    .why-box-5 {
        right: -2rem;
    }
    .why-box-3 {
        left: 5rem;
    }
    .why-box-6 {
        right: 5rem;
    }
    .feedback-content h2 {
        font-size: 30px;
        max-width: 70%;
    }
    .footer-logo a {
        font-size: 14px;
    }
    .footer-logo img{
        max-width: 120px;
    }
    .rice-leaf img{
        display:none;
    }
    .technology-equipment .technology-title{
        font-size:30px;
    }
    .technology-equipment .technology-text{
        font-size:16px;
    }
    .product-content h2{
        font-size:30px; 
    }
    .product-content p{
        font-size:16px; 
    }
    .why-content h3{
        font-size:30px; 
    }

    .banner-content{
        padding-top:inherit;
    }
    .main-section .banner-content .user-img img {
        width: 300px;
    }
    .product-img{
        max-width: 70%;
    }
    .main-section .banner-content .user-img {
        position: absolute;
        bottom: -270px;
        left: -3rem;
    }
    .footer-logo h2 {
        font-size: 14px;
    }
    .footer-logo p {
        font-size: 12px;
    }
    .end-content p {
        font-size: 14px;
    }
}
@media(max-width:2160px){
    .why-mobile{
        display: none;
    }
}
@media(max-width:1200px){
    .common-bg .nav-item .nav-link{
        font-size:14px !important;
    }
    .why-mobile{
        display: none;
    }
}

@media(max-width:992px){
    .why-main-section{
        display: none;
    }
    .why-mobile{
        display: block;
    }
    .why-content p{
        font-size:16px;
    }
}
@media(max-width:768px){
.why-main-section{
    display: none;
}
.common-top p{
    padding-top:1rem;
}
.main-section .banner-content .user-img img {
    width: 250px;
}
.product-img{
    max-width: 60%;
}
.main-section .banner-content .user-img {
    position: absolute;
    bottom: -270px;
    left: -1rem;
}
}
@media(max-width:577px){
    .common-top p{
        padding-top:1rem;
    }
    .main-section .banner-content .banner-title {
        font-size: 20px!important;
        line-height: 1.3;
    }
    .main-section .banner-content .banner-subtitle {
        color: #fff;
    }
    .about-content .about-title {
        font-size: 20px;
        line-height: 1.2;
    }
    .about-content .about-text {
        font-size: 14px;
    }
    .contact-box .title {
        font-size: 20px;
    }
    .contact-box .text {
        font-size: 14px;
    }
    .technology-equipment {
        padding: inherit;
    }
    .technology-equipment .technology-title {
        font-size: 20px;
    }
    .technology-equipment .technology-text {
        font-size: 14px;
    }
    .product-content h2 {
        font-size: 20px;
    }
    .product-content p{
        max-width: 100%;
        font-size:14px;
    }
    .why-content h3 {
        font-size: 20px;
    }
    .why-content p {
        font-size: 14px;
    }
    .feedback-content h2 {
        font-size: 18px;
    }
    .testimonial4_slide p {
        max-width: 100%;
    }
    .footer-logo img {
        margin-top: 2rem;
    }
}
@media(max-width:1500px){
    .main-section .banner-content .banner-title{
        font-size:40px;
    }
    .banner-main-content{
        padding-bottom:inherit!important;
    }
    .banner-content{
        padding-top:inherit!important;
    }
}
.btm-set{
    position: fixed;
    bottom: 120px !important;
    left: 30px !important;
    z-index: 99999;
}.btm-set-1{
    position: fixed;
    bottom: 120px !important;
   right: 30px !important;
    z-index: 99999;
}
.btns-call{
    padding:7px 12px !important;
    background:rgba(0, 166, 81, 1) !important;
    border-color:rgba(0, 166, 81, 1) !important;
}


