
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 40px;
    height: 40px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-xl-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

.btn.btn-primary:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
}

/*** Navbar Start ***/
.header-top .topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}

.header-top .topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 12px;
    border: 0;
    transition: .5s;
    opacity: 1;
}

.header-top {
    height: 125px;
    position: relative;
}

.header-top::after {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 16%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1;
}

@media (min-width: 992px) {
    .header-top::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 45px;
        top: 0;
        right: 0;
        background: #fff;
        z-index: -1;
    }

    .navbar-brand-2 {
        display: none;
    }
}

@media (max-width: 991px) {
    .header-top {
        max-height: 80px;
    }

    .navbar {
        justify-content: space-between;
    }

    .header-top .container {
        max-height: 80px;
    }

    .navbar-brand {
        display: none;
    }

    .navbar-brand-2 {
        position: relative;
        overflow: hidden;
        width: 200px;
        height: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        z-index: 99;
    }

    .navbar-brand-2::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 600px;
        top: -200px;
        right: 18px;
        background: #fff;
        transform: rotate(-18deg);
        z-index: -1;
    }

    .navbar-brand-2::after {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 5px;
        height: 600px;
        top: -200px;
        right: 18px;
        background: var(--bs-primary);
        transform: rotate(-18deg);
        z-index: -1;
    }

    .navbar.navbar-light {
        height: 100%;
        padding: 0;
    }

    .navbar .navbar-collapse {
        margin-top: -20px;
    }

}

.nav-bar .navbar {
    z-index: 9;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 50px;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
    color: #000;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: 20px;
    color: #000
}

.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: var(--bs-primary);
}

@media (max-width: 991px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 12px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding-bottom: 20px;
        margin-left: 50px;
        background: var(--bs-light);
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        flex-direction: column;
    }

    .navbar .navbar-nav .nav-btn a.btn {
        margin-right: 15px;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        border-radius: 10px;
        padding: 5px 25px;
    }

    .navbar .navbar-nav .nav-btn {
        width: 100%;
        display: flex;
        margin-left: auto;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 19px;
        background: var(--bs-white);
        transition: .5s;
        opacity: 1;
    }

    .header-top .navbar-brand {
        position: relative;
        overflow: hidden;
        padding: 34px 50px 35px 0;
        z-index: 99;
    }

    .navbar-brand::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 300px;
        height: 600px;
        top: -200px;
        right: 18px;
        background: #fff;
        transform: rotate(-18deg);
        z-index: -1;
    }
    
    .navbar-brand::after {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 5px;
        height: 600px;
        top: -200px;
        right: 18px;
        background: var(--bs-primary);
        transform: rotate(-18deg);
        z-index: -1;
    }
}
/*** Navbar End ***/


/*** Carousel Hero Header Start ***/
.hero-section {
    background-image: url(../img/carousel-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 700px;
    display: flex;
    align-items: center;
    position: relative;
}
.hero-section-1 {
    background-image: url(../img/s2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 700px;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-bg-half-1 {
    background-image: url(../img/header-2.jpg);
    clip-path: polygon(37% 0%, 100% 0%, 100% 100%, 0% 100%);
    filter: grayscale(10%);
    transform: scale(100% - 50%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 58%;
    height: 100%;
    right: 0;
    top: 0;
}

.hero-bg-half-2 {
    background-image: url(../img/header-1.jpg);
    clip-path: polygon(37% 0%, 100% 0%, 100% 100%, 0% 100%);
    filter: grayscale(10%);
    transform: scale(100% - 50%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 58%;
    height: 100%;
    right: 0;
    top: 0;
}

.hero-shape-1 {
    background-color: var(--bs-primary);
    width: 150px;
    height: 50%;
    position: absolute;
    left: 54%;
    top: 0;
    transform: translateY(-50%) skew(-26deg, 0deg);
    position: relative;
}

.hero-shape-1:before {
    background-color: var(--bs-dark);
    content: "";
    width: 50%;
    height: 80%;
    position: absolute;
    right: 0;
    top: 0;
}

.hero-shape-2 {
    background-color: var(--bs-dark);
    width: 150px;
    height: 50%;
    position: absolute;
    right: -43%;
    bottom: 0;
    transform: translateY(50%) skew(-25deg, 0deg);
    position: relative;
    z-index: 1;
}

.hero-shape-2::after {
    background-color: var(--bs-primary);
    content: "";
    width: 75px;
    height: 80%;
    position: absolute;
    right: 0;
    bottom: 0;
}

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
    height: 700px;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    background: var(--bs-white);
    color: var(--bs-primary);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 0;
}
.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    right: 0;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 65px 0 var(--bs-primary);
    color: var(--bs-dark);
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    z-index: 9;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }

    .header-carousel.owl-carousel,
    .header-carousel .header-carousel-item {
        height: 700px;
    }
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/banner-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/


/*** Banner Start ***/
.banner {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/banner-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
}

.banner .container {
    position: relative;
    z-index: 99;
}

.banner::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 500px;
    top: -200px;
    left: 0;
    background: var(--bs-primary);
    transform: rotate(45deg);
    z-index: 1;
}

.banner::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 500px;
    bottom: -200px;
    right: 0;
    background: var(--bs-primary);
    transform: rotate(45deg);
    z-index: 1;
}

.banner .banner-design-1 {
    position: absolute;
    width: 30px;
    height: 500px;
    top: -165px;
    left: 0;
    background: var(--bs-dark);
    transform: rotate(45deg);
    z-index: 2;
}

.banner .banner-design-2 {
    position: absolute;
    width: 30px;
    height: 500px;
    bottom: -165px;
    right: 0;
    background: var(--bs-dark);
    transform: rotate(45deg);
    z-index: 2;
}
/*** Banner End ***/

/*** Service Start ***/
.service .nav .nav-item {
    width: 75%;
    border: 1px solid var(--bs-primary);
    background: var(--bs-light);
}

.service .nav .nav-item a {
    display: flex;
    justify-content: center;
}


.owl-stage-outer {
    margin-right: -1px;
}
.service .nav-item a.active {
    background: var(--bs-primary);
    color: #fff;
}

.service .nav-item a span {
    color: var(--bs-dark);
}

.service .nav-item a.active span {
    color: var(--bs-white);
}

.service-carousel .owl-nav .owl-prev,
.service-carousel .owl-nav .owl-next {
    position: absolute;
    padding: 10px 35px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-dark);
    background: var(--bs-light);
    transition: 0.5s;
}

.service-carousel .owl-nav .owl-prev:hover,
.service-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .service-carousel .owl-nav .owl-prev {
        top: 0;
        left: -115px;
    }
    
    .service-carousel .owl-nav .owl-next {
        bottom: 0;
        left: -115px;
    }
}

@media (max-width: 991px) {
    .owl-stage-outer {
        margin-bottom: 70px;
    }
    .service-carousel .owl-nav .owl-prev {
        bottom: -70px;
        left: 0;
    }

    .service-carousel .owl-nav .owl-next {
        bottom: -70px;
        right: 0;
    }

    .service .nav {
        display: flex;
        justify-content: center;
    }
}
/*** Service End ***/

/*** Projects Start ***/
.projects .nav-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .09);
}

.projects-item .projects-content {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.projects .nav-item a.active {
    background: var(--bs-primary);
}

.projects .nav-item a span {
    color: var(--bs-dark);
}

.projects .nav-item a.active span {
    color: var(--bs-white);
}

.projects .nav-item a.active .projects-icon {
    background: var(--bs-dark) !important;
}

.projects .nav-item a.active .projects-icon span {
    color: var(--bs-primary);
}
/*** Projects End ***/


/*** Blog Start ***/
.blog .blog-item {
    height: 100%;
    background: var(--bs-light);
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    background: rgba(246, 138, 10, .3);
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
    width: 100%;
    height: 100%;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-heading {
    position: relative;
    background: var(--bs-white);
    color: #000;
}

.blog .blog-item .blog-heading a.h4 {
    position: relative;
    width: 100%;
    display: inline-flex;
    transition: 0.5s;
    z-index: 2;
}

.blog .blog-item .blog-heading::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    right: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-heading::after {
    width: 100%;
    background: #9e2f2242;
}

.blog .blog-item:hover .blog-heading a.h4 {
    color: var(--bs-white);
}

.blog .blog-item:hover .blog-heading a.h4:hover {
    color: var(--bs-dark);
}
/*** Blog End ***/

/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
}

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: 20px; right: -100%;
    z-index: 9;
    transition: 0.5s;
}

.team .team-item:hover .team-img .team-icon {
    right: 25px;
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: rgba(246, 138, 10, .2);
    transition: 0.5s;
    z-index: 1;
}

.team .team-item:hover .team-img::after {
    height: 100%;
}

.team .team-item .team-content {
    transition: 0.5s;
}

.team .team-item:hover .team-content {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}
/*** Team End ***/

/*** FAQs Start ***/
.faq-section .accordion .accordion-item {
    margin-bottom: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    border: none;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-white);
    background: rgba(246, 138, 10, .9);
    font-size: 18px;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: var(--bs-dark);
    background: var(--bs-light);
}
/*** FAQs End ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-right: -1px;
}

.testimonial .testimonial-item {
    position: relative;
    margin-top: 35px;
}

.testimonial .testimonial-item .customer-text {
    border: 1px solid var(--bs-primary);
    border-top: none;
}

.testimonial .testimonial-item .testimonial-quote {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 25px;
    transform: translateY(-50%);
    color: var(--bs-dark);
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    align-items: center;
    background: var(--bs-white);
}

.testimonial .testimonial-item .testimonial-inner img {
    width: 100px; 
    height: 100px;
    border: 2px solid var(--bs-primary);
}

.testimonial-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    margin: 30px 10px 0 10px;
    background: var(--bs-white);
    transition: 0.5s;
}

@media (max-width: 991px) {
    .testimonial-carousel .owl-dots .owl-dot {
        margin: 0 10px 0 10px;
    }
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    margin-right: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--bs-white);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-primary);
    transition: 0.5s;
}
/*** Testimonial End ***/

/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover {
    color: var(--bs-primary);
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}
/*** copyright end ***/


.bg-black {
    background-color: black;
}






.team-skills-one {
  position: relative;
  background-color: var(--agrofa-white, #fff);
  padding: 118px 0 0 0;
}
@media (max-width: 991px) {
  .team-skills-one {
    padding-top: 52px;
  }
}
.team-skills-one .container-fluid {
  position: relative;
  z-index: 3;
  margin-bottom: 118px;
}
@media (max-width: 991px) {
  .team-skills-one .container-fluid {
    margin-bottom: 52px;
  }
}
.team-skills-one .section-common-title {
  max-width: 810px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-skills-one__chose-reasone {
  flex-direction: column;
  padding-bottom: 14px;
}
.team-skills-one__title {
  text-align: center;
  margin-bottom: 92px;
}
@media (max-width: 991px) {
  .team-skills-one__title {
    margin-bottom: 38px;
  }
}
.team-skills-one__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  gap: 0 95px;
}
.team-skills-one__col-left {
  width: calc((50% - 47.5px) / 1);
  padding: 0;
}
@media (max-width: 991px) {
  .team-skills-one__col-left {
    width: 100%;
  }
}
.team-skills-one__left-content {
  width: 100%;
  max-width: 538px;
  margin: 0 0 0 auto;
}
@media (max-width: 991px) {
  .team-skills-one__left-content {
    max-width: initial;
    margin: 0;
  }
}
.team-skills-one__left-content__inner {
  max-width: 488px;
}
@media (max-width: 991px) {
  .team-skills-one__left-content__inner {
    max-width: initial;
  }
}
.team-skills-one__col-title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: var(--agrofa-green3, #9e2f22);
  margin-bottom: 35px;
}
.team-skills-one__col-title br {
  display: none;
}
@media (max-width: 991px) {
  .team-skills-one__col-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .team-skills-one__col-title br {
    display: block;
  }
}
.team-skills-one__col-text {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  color: var(--agrofa-text, #12110e);
  margin-bottom: 44px;
}
@media (max-width: 991px) {
  .team-skills-one__col-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 26px;
  }
}
.team-skills-one__progress {
  border: 1px solid var(--agrofa-green3, #9e2f22);
  padding: 17px 40px 27px 33px;
  margin-bottom: 52px;
}
@media (max-width: 991px) {
  .team-skills-one__progress {
    margin-bottom: 38px;
    padding: 12px 20px 22px 20px;
  }
}
.team-skills-one__progress + .team-skills-one__progress {
  margin-top: 17px;
}
.team-skills-one__progress__title {
  margin: 0;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  color: var(--agrofa-text, #12110e);
  display: block;
  margin-bottom: 19px;
}
@media (max-width: 991px) {
  .team-skills-one__progress__title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
  }
}
.team-skills-one__progress__bar {
  width: 100%;
  height: 11px;
  position: relative;
  border-radius: 5px;
  background-color: var(--agrofa-yellow, 253, 214, 31);
}
.team-skills-one__progress__inner {
  position: absolute;
  height: calc(100% - 0px);
  left: 0;
  top: 0;
  background-color: var(--agrofa-green3, #9e2f22);
  border-radius: 5px;
  transition: all 700ms linear;
  width: 0px;
}
.team-skills-one__progress__number {
  position: absolute;
  bottom: calc(100% + 7px);
  right: -18px;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  color: var(--agrofa-text, #12110e);
}
.team-skills-one__customers {
  border-top: 1px solid #edebe4;
  padding-top: 33px;
}
.team-skills-one__customers__col {
  gap: 0 23px !important;
}
.team-skills-one__customers__col:hover .team-skills-one__customers__cricle span {
  color: var(--agrofa-text, #12110e);
}
.team-skills-one__customers__cricle span {
  font-family: var(--agrofa-heading-font, "Mali", cursive);
  font-size: 24px;
  line-height: 1;
  color: var(--agrofa-white, #fff);
  transition: all 0.4s ease;
}
.team-skills-one__customers__cricle:hover span {
  color: var(--agrofa-text, #12110e);
}
.team-skills-one__customers__feedback {
  width: calc(100% - 105px) !important;
}
.team-skills-one__col-right {
  width: calc((50% - 47.5px) / 1);
  padding: 0;
}
@media (max-width: 991px) {
  .team-skills-one__col-right {
    width: 100%;
  }
}
.team-skills-one__col-right__all-product {
  padding-top: 22px;
}
@media (max-width: 991px) {
  .team-skills-one__col-right__all-product {
    padding-top: 40px;
  }
}
.team-skills-one__col-right__bg {
  min-height: 186px;
  background-color: var(--agrofa-yellow, 253, 214, 31);
  width: fit-content;
  max-width: 253px;
  border-radius: 25px 0 25px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 32px;
}
@media (max-width: 991px) {
  .team-skills-one__col-right__bg {
    width: 100%;
    max-width: 100%;
    min-height: 152px;
  }
}
.team-skills-one__col-right__count-product {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  color: var(--agrofa-text, #12110e);
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .team-skills-one__col-right__count-product {
    font-size: 32px;
    margin-bottom: 8px;
  }
}
.team-skills-one__col-right__pure-product {
  font-size: 26px;
  line-height: 26px;
  font-weight: 500;
  color: var(--agrofa-text, #12110e);
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .team-skills-one__col-right__pure-product {
    font-size: 22px;
    line-height: 24px;
  }
}
.team-skills-one__right-image {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}
.team-skills-one__right-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #fffdf1;
}
.team-skills-one__right-image__bg {
  position: relative;
  z-index: 2;
}
.team-skills-one__right-image__bg > img {
  display: block;
  max-width: 864px;
  margin-top: 110px;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
@media (max-width: 991px) {
  .team-skills-one__right-image__bg {
    display: none;
  }
}
@-webkit-keyframes mover {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(25px);
  }
}
@keyframes mover {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(25px);
  }
}
.team-skills-one--two {
  background-color: var(--agrofa-white, #fff);
  z-index: 1;
}
.team-skills-one--two::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 162px;
  left: 0;
  bottom: 82px;
  background-image: url("../images/shapes/team-skill-effect2-1-.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 100%;
  -webkit-animation: skillEffect1 1s infinite alternate;
  animation: skillEffect1 1s infinite alternate;
}
@-webkit-keyframes skillEffect1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-25px);
  }
}
@keyframes skillEffect1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-25px);
  }
}
@media (max-width: 1440px) {
  .team-skills-one--two::before {
    width: 100px;
    height: 110px;
    bottom: 50px;
  }
}
@media (max-width: 991px) {
  .team-skills-one--two::before {
    width: 82px;
    height: 95px;
    bottom: 0;
    top: 0;
    margin: auto 0;
  }
}
@media (max-width: 767px) {
  .team-skills-one--two::before {
    display: none;
  }
}
.team-skills-one--two .container-fluid {
  margin-bottom: 0;
  padding-top: 90px;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .team-skills-one--two .container-fluid {
    padding-top: 90px;
    padding-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .team-skills-one--two .container-fluid {
    padding-top: 8px;
    padding-bottom: 58px;
  }
}
.team-skills-one--two .team-skills-one__row {
  gap: 0;
}
.team-skills-one--two .team-skills-one__col-left {
  width: 51%;
}
@media (max-width: 991px) {
  .team-skills-one--two .team-skills-one__col-left {
    width: 100%;
  }
}
.team-skills-one--two .team-skills-one__left-content {
  max-width: 600px;
}
@media (max-width: 991px) {
  .team-skills-one--two .team-skills-one__left-content {
    max-width: initial;
  }
}
.team-skills-one--two .team-skills-one__left-content__inner {
  max-width: initial;
}
.team-skills-one--two .section-common-title {
  max-width: initial;
  align-items: flex-start;
}
.team-skills-one--two .team-skills-one__chose-reasone {
  flex-direction: row;
}
.team-skills-one--two .team-skills-one__title {
  text-align: left;
  margin-bottom: 43px;
}
@media (max-width: 767px) {
  .team-skills-one--two .team-skills-one__title {
    margin-bottom: 28px;
  }
}
.team-skills-one--two .team-skills-one__col-text {
  font-weight: 400;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .team-skills-one--two .team-skills-one__col-text {
    padding-right: 0;
  }
}
.team-skills-one--two .team-skills-one__customers {
  max-width: 502px;
  border-top: 0;
  padding-top: 0;
}
@media (max-width: 991px) {
  .team-skills-one--two .team-skills-one__customers {
    max-width: initial;
  }
}
.team-skills-one--two .team-skills-one__customers__col {
  position: relative;
}
.team-skills-one--two .team-skills-one__customers__col:first-child::before {
  display: none;
}
.team-skills-one--two .team-skills-one__customers__col::before {
  content: "";
  position: absolute;
  width: 105px;
  height: 1px;
  top: -34px;
  left: 0;
  z-index: 1;
  background-color: var(--agrofa-white, #fff);
}
.team-skills-one--two .team-skills-one__customers__icon-cricle {
  font-size: 49px;
  color: var(--agrofa-white, #fff);
  transition: all 0.5s;
}
.team-skills-one--two .team-skills-one__col-right {
  width: 49%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .team-skills-one--two .team-skills-one__col-right {
    width: 100%;
    padding-top: 30px;
  }
}
.team-skills-one--two .team-skills-one__col-right__all-product {
  padding-top: 0;
  padding-left: 22px;
}
@media (max-width: 991px) {
  .team-skills-one--two .team-skills-one__col-right__all-product {
    padding: 0;
    width: 100%;
  }
}
.team-skills-one--two .team-skills-one__col-right__bg {
  border-radius: 20px;
}
.team-skills-one--two .team-skills-one__col-right__pure-product {
  line-height: 34px;
}
.team-skills-one--two .team-skills-one__right-image {
  z-index: 1;
  padding-left: 85px;
}
.team-skills-one--two .team-skills-one__right-image img {
  margin-top: 0;
  width: 100%;
  max-width: initial;
  height: 100%;
  object-fit: cover;
  -webkit-animation: teamSkillMoving 2.5s infinite alternate;
  animation: teamSkillMoving 2.5s infinite alternate;
}
@keyframes teamSkillMoving {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(2px);
  }
  50% {
    transform: translateX(4px);
  }
  75% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(15px);
  }
}
.team-skills-one--two .team-skills-one__right-image::after {
  display: none;
}
.team-skills-one--two .team-skills-one__right-image__bg {
  height: 100%;
  position: relative;
  padding-bottom: 115px;
}
.team-skills-one--two .team-skills-one__right-image__bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-image: url("../images/shapes/team-skill-effect2-2-.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}
.team-skills-one--three {
  padding-top: 119px;
  padding-bottom: 140px;
}
@media (max-width: 991px) {
  .team-skills-one--three {
    padding-top: 52px;
    padding-bottom: 58px;
  }
}
@media (max-width: 1200px) {
  .team-skills-one--three .container {
    max-width: 100%;
  }
}
.team-skills-one--three .team-skills-one__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  gap: 0;
}
@media (max-width: 991px) {
  .team-skills-one--three .team-skills-one__row {
    gap: 100px 0;
  }
}
.team-skills-one--three .team-skills-one__col-left {
  width: calc((50% - 0px) / 1);
}
@media (max-width: 991px) {
  .team-skills-one--three .team-skills-one__col-left {
    width: 100%;
  }
}
.team-skills-one--three .team-skills-one__left-content {
  max-width: initial;
  margin: 0;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .team-skills-one--three .team-skills-one__left-content {
    padding-right: 0;
  }
}
.team-skills-one--three .team-skills-one__col-right {
  width: calc((50% - 0px) / 1);
  padding-left: 40px;
  position: relative;
}
@media (max-width: 991px) {
  .team-skills-one--three .team-skills-one__col-right {
    width: 100%;
    max-width: 475px;
    margin: 0 auto;
    height: 602px;
    padding-left: 8px;
  }
}
.team-skills-one--three .team-skills-one__col-right__all-product {
  position: absolute;
  top: -40px;
  left: -4px;
  z-index: 2;
  padding-top: 0;
}
.team-skills-one--three .team-skills-one__col-right .right-top--product {
  right: -78px;
  left: initial;
}
@media (max-width: 1400px) {
  .team-skills-one--three .team-skills-one__col-right .right-top--product {
    right: 0;
    top: -50px;
  }
}
.team-skills-one--three .team-skills-one__col-right .left-bottom--product {
  right: initial;
  top: initial;
  bottom: 58px;
}
.team-skills-one--three .team-skills-one__col-right .left-bottom--product .team-skills-one__col-right__bg {
  background-color: #9e2f22;
  border-radius: 0px 25px 25px 25px;
}
.team-skills-one--three .team-skills-one__col-right .left-bottom--product .team-skills-one__col-right__pure-product,
.team-skills-one--three .team-skills-one__col-right .left-bottom--product .team-skills-one__col-right__count-product {
  color: var(--agrofa-white, #fff);
}
.team-skills-one--three .team-skills-one__col-right__pure-product {
  line-height: 34px;
}
@media (max-width: 991px) {
  .team-skills-one--three .team-skills-one__col-right__pure-product {
    line-height: 26px;
  }
}
.team-skills-one--three .team-skills-three__img {
  width: calc(100% + 0px);
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-right: 38px;
  margin-top: -6px;
}
@media (max-width: 1200px) {
  .team-skills-one--three .team-skills-three__img {
    padding-left: 25px;
  }
}
@media (max-width: 991px) {
  .team-skills-one--three .team-skills-three__img {
    height: 100%;
    padding: 0 10px;
  }
}
.team-skills-one--three .team-skills-three__img img {
  width: 100% !important;
  max-width: 428px;
  display: block;
  height: auto;
  border-radius: 220px;
  -webkit-box-shadow: 17px 6px 0px 14px #F5F4EE;
  box-shadow: 17px 6px 0px 14px #F5F4EE;
}
@media (max-width: 1200px) {
  .team-skills-one--three .team-skills-three__img img {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .team-skills-one--three .team-skills-three__img img {
    object-fit: cover;
    object-position: top center;
  }
}
.team-skills-one--three .team-skills-three__img::before, .team-skills-one--three .team-skills-three__img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border: 1px solid transparent;
  border-radius: 220px;
}
.team-skills-one--three .team-skills-three__img::before {
  left: initial;
  right: 28px;
  width: 455px;
  height: 672px;
  top: -26px;
  border-color: #9e2f22;
  border-radius: 240px;
}
@media (max-width: 1200px) {
  .team-skills-one--three .team-skills-three__img::before {
    width: 100%;
    height: 100%;
    right: 14px;
  }
}
@media (max-width: 991px) {
  .team-skills-one--three .team-skills-three__img::before {
    right: 5px;
  }
}
.team-skills-one--three .team-skills-three__img::after {
  width: 431px;
  height: 637px;
  top: -21px;
  right: initial;
  left: 53px;
  border-color: var(--agrofa-yellow, 253, 214, 31);
}
@media (max-width: 1200px) {
  .team-skills-one--three .team-skills-three__img::after {
    width: 100%;
    height: 100%;
    left: 5px;
  }
}
@media (max-width: 991px) {
  .team-skills-one--three .team-skills-three__img::after {
    left: 2px;
  }
}
.team-skills-one--about {
  padding-top: 119px;
}
@media (max-width: 991px) {
  .team-skills-one--about {
    padding-top: 52px;
  }
}

.team-form-one {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .team-form-one {
    padding: 80px 0;
  }
}
.team-form-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  opacity: 0.8;
  mix-blend-mode: luminosity;
}
.team-form-one .container {
  position: relative;
  max-width: 800px;
}
.team-form-one .sec-title {
  text-align: center;
}
.team-form-one .form-one .bootstrap-select > .dropdown-toggle,
.team-form-one .form-one input[type=text],
.team-form-one .form-one input[type=email],
.team-form-one .form-one textarea {
  background-color: var(--agrofa-white, #fff);
}
.team-form-one .form-one textarea {
  height: 188px;
}   


.food-one__col:last-child, .team-skills-one__customers__col:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.food-one__col:hover .food-one__cricle, .team-skills-one__customers__col:hover .food-one__cricle, .food-one__col:hover .team-skills-one__customers__cricle, .team-skills-one__customers__col:hover .team-skills-one__customers__cricle {
  background-color: var(--agrofa-yellow, 253, 214, 31);
  color: var(--agrofa-text, #12110e);
}
.food-one__col:hover .team-skills-one__customers__icon-cricle, .team-skills-one__customers__col:hover .team-skills-one__customers__icon-cricle,
.food-one__col:hover .food-one__icon,
.team-skills-one__customers__col:hover .food-one__icon {
  color: var(--agrofa-text, #12110e);
}
.food-one__cricle, .team-skills-one__customers__cricle {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: #9e2f22;
  border: 2px solid var(--agrofa-yellow, 253, 214, 31);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.food-one__icon {
  color: var(--agrofa-white, #fff);
  font-size: 40px;
  line-height: 1;
  transition: all 0.5s;
}
.food-one__quality-info-bx, .team-skills-one__customers__feedback {
  width: calc((100% - 100px) / 1);
}
.food-one__quality-title {
  font-family: var(--agrofa-font, "Inter", sans-serif);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  color: var(--agrofa-text3, #080501);
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .food-one__quality-title {
    font-size: 16px;
    line-height: 1;
  }
}
.food-one__quality-info {
  line-height: 30px;
  font-weight: 400;
  color: var(--agrofa-text3, #080501);
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .food-one__quality-info {
    line-height: 27px;
  }
}
.food-one__right {
  width: 464px;
  padding: 0;
  padding-top: 73px;
}
@media (max-width: 991px) {
  .food-one__right {
    margin: 0 auto;
    padding-top: 35px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
.food-one__right-img {
  width: calc(100% + 0px);
  position: relative;
  display: flex;
  justify-content: center;
  padding-left: 38px;
}
@media (max-width: 1300px) {
  .food-one__right-img {
    padding-right: 16px;
    padding-left: 10px;
  }
}
.food-one__right-img > img {
  width: 100% !important;
  border-radius: 215px;
}
@media (max-width: 991px) {
  .food-one__right-img > img {
    object-position: center top;
  }
}
.food-one__right-img::before, .food-one__right-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border: 1px solid transparent;
  border-radius: 220px;
}
.food-one__right-img::before {
  border-color: var(--agrofa-green, #0c7735);
  width: 455px;
  height: 672px;
  top: -26px;
  right: initial;
  left: 21px;
  border-radius: 240px;
}
.food-one__right-img::after {
  border-color: var(--agrofa-yellow, 253, 214, 31);
  width: 431px;
  height: 637px;
  top: -21px;
  right: initial;
  left: 13px;
}
@media (max-width: 1300px) {
  .food-one__right-img::before {
    left: 0px;
    width: calc(100% - 7px);
    height: calc(100% + 30px);
    top: -20px;
  }
  .food-one__right-img::after {
    left: -10px;
    width: calc(100% - 15px);
    height: calc(100% + 0px);
    top: -10px;
  }
}
@media (max-width: 991px) {
  .food-one__right-img::before {
    left: 4px;
  }
  .food-one__right-img::after {
    left: -4px;
  }
}
.food-one--two {
  background-image: none;
  background-color: var(--agrofa-white, #fff);
  padding-top: 175px;
}
.food-one--two::after {
  content: none;
}
.food-one--two .container {
  max-width: 1582px;
}
.food-one--two .food-one__content-bx {
  gap: 0;
  align-items: flex-start;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .food-one--two .food-one__content-bx {
    gap: 70px 0;
  }
}
.food-one--two .food-one__left {
  width: calc((100% - 700px) / 1);
  padding-left: 110px;
  margin-top: -5px;
}
@media (max-width: 1400px) {
  .food-one--two .food-one__left {
    width: calc((100% - 500px) / 1);
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .food-one--two .food-one__left {
    width: calc((100% - 0px) / 1);
    padding-left: 15px;
  }
}
.food-one--two .section-common-title {
  max-width: 600px;
  padding-bottom: 29px;
}
@media (max-width: 991px) {
  .food-one--two .section-common-title {
    max-width: 100%;
    padding-bottom: 16px;
  }
}
.food-one--two .food-one__feature--wrap {
  max-width: 558px;
  gap: 0 30px;
}
@media (max-width: 991px) {
  .food-one--two .food-one__feature--wrap {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .food-one--two .food-one__feature--wrap {
    gap: 30px 0;
  }
}
.food-one--two .food-one__feature--wrap__col {
  width: calc((100% - 30px) / 2);
  min-height: 191px;
}
@media (max-width: 767px) {
  .food-one--two .food-one__feature--wrap__col {
    width: calc((100% - 0px) / 1);
  }
}
.food-one--two .food-one__feature--wrap__bg {
  height: 100%;
  padding: 25px 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px 0;
}
@media (max-width: 1200px) {
  .food-one--two .food-one__feature--wrap__bg {
    padding: 22px 20px;
  }
}
.food-one--two .food-one__feature--wrap__bg > i {
  font-size: 62px;
  line-height: 1;
  text-align: center;
}
.food-one--two .food-one__feature--wrap .yellow--bg {
  background-color: var(--agrofa-yellow, 253, 214, 31);
  transition: all 0.4s;
}
.food-one--two .food-one__feature--wrap .yellow--bg:hover {
  background-color: var(--agrofa-green, #0c7735);
  color: var(--agrofa-white, #fff);
}
.food-one--two .food-one__feature--wrap .yellow--bg:hover .food-one__feature--wrap__title {
  color: var(--agrofa-white, #fff);
}
.food-one--two .food-one__feature--wrap .green--bg {
  background-color: var(--agrofa-green, #0c7735);
  transition: all 0.4s;
}
.food-one--two .food-one__feature--wrap .green--bg > i {
  color: var(--agrofa-white, #fff);
}
.food-one--two .food-one__feature--wrap .green--bg .food-one__feature--wrap__title {
  color: var(--agrofa-white, #fff);
  transition: all 0.4s;
}
.food-one--two .food-one__feature--wrap .green--bg:hover {
  background-color: var(--agrofa-yellow, 253, 214, 31);
  color: var(--agrofa-text, #12110e);
}
.food-one--two .food-one__feature--wrap .green--bg:hover .food-one__feature--wrap__title {
  color: var(--agrofa-text, #12110e);
}
.food-one--two .food-one__feature--wrap .green--bg:hover > i {
  color: var(--agrofa-text, #12110e);
}
.food-one--two .food-one__feature--wrap__title {
  font-family: var(--agrofa-font, "Inter", sans-serif);
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: var(--agrofa-text5, #00200c);
  text-align: center;
  margin-bottom: 0;
}
.food-one--two .food-one__feature--wrap__title > br {
  display: none;
}
@media (min-width: 767px) {
  .food-one--two .food-one__feature--wrap__title br {
    display: block;
  }
}
.food-one--two .food-one__quality-list {
  margin-top: 42px;
}
@media (max-width: 767px) {
  .food-one--two .food-one__quality-list {
    margin-top: 28px;
  }
}
.food-one--two .food-one__quality-list li {
  color: var(--agrofa-text5, #00200c);
  margin-bottom: 10px;
}
.food-one--two .food-one__right {
  width: 700px;
  position: relative;
  padding-top: 0;
}
@media (max-width: 1400px) {
  .food-one--two .food-one__right {
    width: 500px;
  }
}
@media (max-width: 991px) {
  .food-one--two .food-one__right {
    margin: 0 auto;
  }
}
.food-one--two .food-one__right::after {
  content: "";
  position: absolute;
  width: 142px;
  height: 112px;
  right: 55px;
  top: 92px;
  z-index: 1;
  background-image: url("../images/shapes/food-shape3-3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  animation: foodRightEffec1_Rotate 3.2s linear infinite alternate;
}
@keyframes foodRightEffec1_Rotate {
  from {
    transform: skew(10deg, 12deg);
  }
  to {
    transform: skew(-10deg, -12deg);
  }
}
@media (max-width: 1400px) {
  .food-one--two .food-one__right::after {
    width: 67px;
    height: 80px;
    right: 0;
    top: 20px;
  }
}
@media (max-width: 991px) {
  .food-one--two .food-one__right::after {
    right: 0;
    top: 0;
  }
}
.food-one--two .food-one__right-img {
  width: 100%;
  justify-content: flex-start;
}
@media (max-width: 1300px) {
  .food-one--two .food-one__right-img::after {
    left: 5px;
    width: calc(100% - 45px);
    height: calc(100% - 9px);
    top: -10px;
  }
}
@media (max-width: 430px) {
  .food-one--two .food-one__right-img {
    height: 545px;
  }
}
.food-one--two .food-one__right-img > img {
  max-width: 427px;
}
@media (max-width: 1300px) {
  .food-one--two .food-one__right-img > img {
    max-width: 100%;
  }
}
@media (max-width: 430px) {
  .food-one--two .food-one__right-img > img {
    object-fit: cover;
    object-position: top center;
  }
}
.food-one--two .food-one__bottom-img {
  position: absolute;
  width: 100%;
  max-width: 312px;
  right: 14px;
  bottom: -19px;
  z-index: 2;
}
@media (max-width: 1400px) {
  .food-one--two .food-one__bottom-img {
    max-width: 225px;
  }
}
@media (max-width: 430px) {
  .food-one--two .food-one__bottom-img {
    max-width: 170px;
  }
}
.food-one--two .food-one__bottom-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-box-shadow: 0px 0px 0px 38px #F5F4EE;
  box-shadow: 0px 0px 0px 38px #F5F4EE;
  border-radius: 146px;
}
@media (max-width: 1400px) {
  .food-one--two .food-one__bottom-img::after {
    -webkit-box-shadow: 0px 0px 0px 22px #F5F4EE;
    box-shadow: 0px 0px 0px 22px #F5F4EE;
  }
}
@media (max-width: 430px) {
  .food-one--two .food-one__bottom-img::after {
    -webkit-box-shadow: 0px 0px 0px 9px #F5F4EE;
    box-shadow: 0px 0px 0px 9px #F5F4EE;
  }
}
.food-one--two .food-one__bottom-img > img {
  border-radius: 146px !important;
  width: 100% !important;
}
.food-one--two__effect-left, .food-one--two__effect-right {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  z-index: 1;
}
.food-one--two__effect-left {
  left: 75px;
  top: 165px;
  max-width: 68px;
  animation: foodEffec1_Rotate 4.2s linear infinite;
}
.food-one--two__effect-left img {
  width: 100% !important;
}
@keyframes foodEffec1_Rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1400px) {
  .food-one--two__effect-left {
    left: 15px;
    top: 75px;
  }
}
@media (max-width: 991px) {
  .food-one--two__effect-left {
    top: 70px;
    max-width: 50px;
  }
}
.food-one--two__effect-right {
  right: 98px;
  top: 40px;
  max-width: 226px;
  animation: foodEffec2_Rotate 2.2s linear infinite alternate;
}
.food-one--two__effect-right img {
  width: 100% !important;
}
@keyframes foodEffec2_Rotate {
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    transform: rotate3d(1, -3, 1, 45deg);
  }
}
@media (max-width: 1400px) {
  .food-one--two__effect-right {
    right: 20px;
    max-width: 145px;
  }
}
@media (max-width: 991px) {
  .food-one--two__effect-right {
    right: 28px;
    max-width: 70px;
    top: 30px;
  }
}
.food-one--about {
  padding-top: 124px;
  padding-bottom: 234px;
}
@media (max-width: 991px) {
  .food-one--about {
    padding-top: 60px;
    padding-bottom: 125px;
  }
}
.food-one--about .food-one__right {
  padding-top: 20px;
}
.food-one--about .food-one__right::after {
  content: "";
  position: absolute;
  width: 142px;
  height: 112px;
  right: 55px;
  top: 92px;
  z-index: 1;
  background-image: url("../images/shapes/food-shape3-3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  animation: aboutEffec1_Rotate 3.2s linear infinite alternate;
}
@keyframes aboutEffec1_Rotate {
  from {
    transform: skew(10deg, 12deg);
  }
  to {
    transform: skew(-10deg, -12deg);
  }
}
@media (max-width: 1400px) {
  .food-one--about .food-one__right::after {
    width: 67px;
    height: 80px;
    right: 0;
    top: 20px;
  }
}
@media (max-width: 991px) {
  .food-one--about .food-one__right::after {
    right: 0;
    top: 0;
  }
}
.food-one--about .food-one--two__effect-left {
  left: 73px;
  top: 119px;
}
@media (max-width: 1400px) {
  .food-one--about .food-one--two__effect-left {
    left: 15px;
    top: 75px;
  }
}
@media (max-width: 991px) {
  .food-one--about .food-one--two__effect-left {
    top: 35px;
  }
}





/*--------------------------------------------------------------
# food-one
--------------------------------------------------------------*/
.food-one {
  background-image: url("../images/shapes/food-bg1-2.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  position: relative;
  padding-bottom: 40px;
}
.food-one::after {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 815px;
  height: 300px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: url("../images/shapes/food-bg1-1.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  -webkit-animation: movingLeftRight 1s infinite alternate;
  animation: movingLeftRight 1s infinite alternate;
}
@media (max-width: 1200px) {
  .food-one::after {
    content: none;
  }
}
@-webkit-keyframes movingLeftRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-25px);
  }
}
@keyframes movingLeftRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-25px);
  }
}
.food-one .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .food-one .container {
    max-width: 100% !important;
  }
}
.food-one__content-bx {
  gap: 0 44px;
}
.food-one__left {
  width: calc((100% - 508px) / 1);
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .food-one__left {
    width: 100%;
  }
}
.food-one__title {
  font-size: 70px;
  font-weight: 600;
  line-height: 75px;
  color: var(--agrofa-text5, #00200c);
  word-wrap: break-word;
  margin-bottom: 43px;
}
@media (max-width: 767px) {
  .food-one__title {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}
.food-one__text {
  font-size: 18px;
  font-weight: 400;
  color: var(--agrofa-text, #12110e);
  line-height: 34px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .food-one__text {
    font-size: 16px;
    line-height: 27px;
    padding-right: 0;
  }
}
.food-one__featurebx {
  max-width: 488px;
  padding-top: 37px;
}
@media (max-width: 991px) {
  .food-one__featurebx {
    max-width: 100%;
    padding-top: 20px;
  }
}
.food-one__col, .team-skills-one__customers__col {
  display: flex;
  flex-wrap: wrap;
  gap: 0 18px;
  border-bottom: 1px solid #ddd4ce;
  padding-bottom: 24px;
  margin-bottom: 33px;
}
.team-skills-one__col-right__bg {
    min-height: 186px;
    background-color: #9e2f22;
    width: fit-content;
    max-width: 253px;
    border-radius: 25px 0 25px 25px;
    display: flex
;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    padding: 15px 32px;
}

.thumb-img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid #ddd;
  border-radius: 6px;
  transition: 0.3s;
}
.thumb-img:hover {
  border-color: #ff6600;
  transform: scale(1.05);
}



.product_inner_page table {

    font-family: "Poppins", sans-serif;

    border-collapse: collapse;

    width: 100%;

    border-radius: 8px;

    /*box-shadow: 0 0 .5em #999;*/

    font-weight: 100;

    font-size:16px;

    margin-top:30px;

}

.product_inner_page thead {

    font-family: "Poppins", sans-serif;

    font-weight: 100;

    text-transform:capitalize;

}

.product_inner_page th {

    font-family: "Poppins", sans-serif;

    /*background: linear-gradient(#c4d5e8, #c4d5e8);*/

    background: linear-gradient(#302e2e, #363434);

    padding:10px 20px;

    font-weight:500; 

    color:#fff;

    white-space: nowrap;

    font-size:18px;

    line-height:26px;  

    /*border-bottom: 1px solid #e1e1e1;*/
    border-top: none;

}

.product_inner_page th span{

      font-size:15px; 

      font-weight:400;

}

.product_inner_page tr{

    overflow: hidden;

    padding:0px 20px;

}

.product_inner_page td{color:#000; padding:10px 20px; font-size:14px; font-weight:400; font-family: "Poppins", sans-serif;}

.product_inner_page td strong{ font-weight:600; color:#777;}

.product_inner_page tr:nth-child(odd) {background: linear-gradient(#eee 1px, #f7f7f7 1px, #f1f1f1 calc(100% - 1px), #eee calc(100% - 1px));}

.product_inner_page tr:nth-child(even) {background: linear-gradient(#ddd 1px, #f5f5f5 1px, #dcdcdc calc(100% - 1px), #ddd calc(100% - 1px));}

.blog-heading1 {
    padding: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.h-300 {
    height: 150px;
}

