@import url('../css/header.css');

/* Lustra */

@import url('../../font/Lustra/Lustra-font.css');

/* Sora */

@font-face {
    font-family: "Euclid Circular B", Sans-serif;
    font-family: "Euclid Circular B", Sans-serif;
    src: url('../../font/sora/Sora-Regular.ttf');
    src: url('../../font/sora/Sora-Medium.ttf');
    src: url('../../font/sora/Sora-SemiBold.ttf');
    src: url('../../font/sora/Sora-Bold.ttf');
    src: url('../../font/Euclid-Circular-B/Euclid-Circular-B-Regular.ttf');
}

:root {
    /* Colors: */
    --color-black: #000000;
    --color-white: #ffffff;
    --primary-colors: #005d6d;
    --secondary-colors: #73bf43;
    /* Font/text values */
    --font-family: "Euclid Circular B", Sans-serif;
    --font-family: 'lustrabold';
    --font-family: 'lustrabook';
    --font-style-normal: normal;
    --font-size-15: 15px;
    --font-size-16: 16px;
    --font-size-16: 16px;
    --font-size-17: 17px;
    --font-size-18: 18px;
    --font-size-20: 20px;
    --font-size-21: 21px;
    --font-size-22: 22px;
    --font-size-24: 24px;
    --font-size-26: 26px;
    --font-size-30: 30px;
    --font-size-36: 36px;
    --font-size-40: 40px;
    --font-size-45: 45px;
    --font-size-50: 50px;
    --font-size-55: 55px;
    --font-size-60: 60px;
    --font-size-65: 65px;
    --font-size-70: 70px;
    --font-size-75: 75px;
    --font-size-80: 80px;
    --line-height-inherit: inherit;
    --line-height-20: 20px;
    --line-height-22: 22px;
    --line-height-25: 25px;
    --line-height-28: 28px;
    --line-height-30: 30px;
    --line-height-32: 32px;
    --line-height-34: 34px;
    --line-height-36: 36px;
    --line-height-40: 40px;
    --line-height-46: 46px;
    --line-height-50: 50px;
    --line-height-55: 55px;
    --line-height-60: 60px;
    --line-height-64: 64px;
    --line-height-65: 65px;
    --line-height-70: 70px;
    --line-height-74: 74px;
    --line-height-75: 75px;
    --line-height-80: 80px;
    --line-height-85: 85px;
    --line-height-90: 90px;
    --font-weight-ExtraLight: 200;
    --font-weight-Light: 300;
    --font-weight-Regular: 400;
    --font-weight-Medium: 500;
    --font-weight-SemiBold: 600;
    --font-weight-Bold: 700;
    --font-weight-ExtraBold: 800;
    --font-weight-Black: 900;
    --letter-spacing-inherit: 0;
    --letter-spacing-04: 0.4px;
    --letter-spacing-05: 0.5px;
    --letter-spacing-06: 0.6px;
}

body {
    font-family: "Euclid Circular B", Sans-serif;
    font-weight: var(--font-weight-Medium);
    font-style: var(--font-style-normal);
    font-size: var(--font-size-17);
    line-height: var(--line-height-inherit);
    color: var(--color-000000);
    letter-spacing: var(--character-spacing-0);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #fff;
}
button{
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.section-space {
    clear: both;
    padding: 80px 0;
    overflow: hidden;
}

h1,
h2,
h3,
h4 {
    --font-family: 'lustrabold';
    font-weight: var(--font-weight-Light);
    line-height: var(--line-height-75);
    font-size: var(--font-size-80);
    font-family: 'lustrabold';
}
a{
    text-decoration: none;
}
p {
    font-family: "Euclid Circular B", Sans-serif;
    font-weight: var(--font-weight-Regular);
    line-height: var(--line-height-30);
    font-size: var(--font-size-17);
    font-weight: 400;
    margin-bottom: 10px;
    text-align: justify;
}

.main-title {
    font-family: 'lustrabold';
    font-weight: var(--font-weight-Regular);
    line-height: var(--line-height-85);
    font-size: var(--font-size-80);
    padding: 4px 0px;
    margin-bottom: 0;
    padding-bottom: 0;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    border-radius: 0px;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--secondary-colors);
}

.dropdown-menu {
    border: 0;
}

.orange-color {
    color: var(--secondary-colors) !important;
}


/* button-effect 1 */

.button-1 {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    padding: 0px 3px;
    width: 225px;
    height: 58px;
    border-radius: 0;
    margin-top: 20px;
    position: relative;
    z-index: 999;
    background: #fff;
}

.button-1 a {
    font-size: 20px;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 59px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    color: #000;
}

.eff-1 {
    width: 225px;
    height: 58px;
    border-radius: 0;
    right: 100%;
    background: #73bf43;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
}

.button-1:hover .eff-1 {
    right: 0;
}

.button-1:hover a {
    color: #fff;
}

.button-eff a img {
    margin-left: 30px;
    position: relative;
    top: -1px;
    transition: 0.2s;
}

.button-1:hover img {
    margin-left: 0px;
    position: relative;
    top: -1px;
    transition: 0.2s;
}


/* button-effect-2 */

.button-2 {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    padding: 0px 3px;
    width: 250px;
    height: 58px;
    border-radius: 0;
    margin-top: 20px;
    position: relative;
    z-index: 999;
    border: 1px solid #fff;
    background: #005d6d;
}

.button-2 a {
    font-size: 20px;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 59px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    color: #fff;
}

.eff-2 {
    width: 250px;
    height: 58px;
    border-radius: 0;
    right: 100%;
    background: #73bf43;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
}

.button-2:hover .eff-2 {
    right: 0;
}

.button-2:hover a {
    color: #fff;
}

.button-eff a img {
    margin-left: 30px;
    position: relative;
    top: -2px;
    transition: 0.2s;
}

.button-2:hover img {
    margin-left: 0px;
    position: relative;
    top: -2px;
    transition: 0.2s;
}


/* button-effect-3 */

.button-3 {
    background: #73bf43;
}

.button-3 a {
    color: #fff;
}

.button-3 .eff-1 {
    background: #fff;
}

.button-3:hover a {
    color: #000;
}


/* swiper =========================*/

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #edf1eb;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/* hero-slider =================*/

section.hero-slider-section {
    position: relative;
}

.out-line {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}

.slider-title {
    font-size: var(--font-size-65);
    font-weight: var(--font-weight-Regular);
    line-height: var(--line-height-70);
    text-transform: inherit;
    color: var(--color-white);
}

.slide-sub-titile {
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    font-family: "Euclid Circular B", Sans-serif;
    width: 550px;
    font-weight: 400;
    margin: 20px 0px;
}

.slider-caption {
    text-align: left;
}

.slide-inner {
    width: 100%;
    height: 985px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-flex;
    /* align-items: center; */
    padding-top: 17rem;
}

.button-eff a {
    border-radius: 0;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: "Euclid Circular B", Sans-serif;
    font-style: italic;
}

.swiper-slide-active .slider-title1 {
    animation: bounceInDown 2s;
}

.swiper-slide-active .slider-title2 {
    animation: bounceInRight 2.5s;
}

.swiper-slide-active .slider-title3 {
    animation: bounceInRight 3s;
}

.swiper-slide-active .slider-button {
    animation: bounceInUp 3s;
    margin-top: 0px;
}


/* .swiper-button-prev.swiper-button-disabled {
    display: none;
}

.swiper-button-next.swiper-button-disabled {
    display: none;
} */


/* .slider-button {
    padding-top: 30px;
} */

.swiper-button-next,
.swiper-button-prev {
    color: #1f4c51;
    margin: 0px 40px;
}

.swiper-button-prev:after {
    display: none;
}

.swiper-button-next:after {
    display: none;
}

.swiper-button-next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #76bf4f;
    padding: 20px;
}

.swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #76bf4f;
    padding: 20px;
}

.swiper-button-next i {
    font-size: 50px;
    line-height: 0;
    text-align: center;
    margin: 0 auto;
}

.swiper-button-prev i {
    font-size: 50px;
    line-height: 0;
}

.mainSlider .swiper-button-next {
    right: 0rem;
}

.mainSlider .swiper-button-prev {
    left: 0rem;
}


/* organic */

.organic_type {
    width: 80%;
}

.small-title {
    font-size: 40px;
    top: -3rem !important;
}

.organic_inner_content {
    padding-left: 16rem;
}

.organic_inner_content p {
    padding-right: 135px;
}

.organic-box {
    display: flex;
    margin: 0 auto;
    justify-content: end;
    position: relative;
    left: 35%;
    margin-top: -58%;
}

.organic-food {
    width: 45%;
}

.organic-100 {
    width: 40%;
    position: absolute;
    bottom: 0;
    left: 97px;
    background: #73bf43;
    border-radius: 0px 0px 40px 0px;
}

.organic-100 img {
    position: relative;
    top: -20px;
    left: 22px;
}


/* innovation */

h2.inovation-title {
    text-transform: uppercase;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 180px;
    line-height: 150px;
    background: url("../images/innovation.jpg") top;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
}

section.inovation-section {
    padding: 50px 0px;
    /* background-image: url('../images/innovation-bg.png'); */
    background-color: #edf1eb;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


/* why-choose==================== */


/* section.why-choose {
    background: #1f4c51;
    padding-top: 154px;
} */

span.text-orange {
    color: #73bf43;
}

h1.big-title-out-line.out-line {
    -webkit-text-stroke: 1px #cfcfcf;
    font-size: 155px;
    margin-top: 14px;
    z-index: 9;
    position: relative;
    text-transform: uppercase;
}


/* .why-choose-inner {
    background: #fff;
    width: 80%;
    margin: 0 auto;
    z-index: 1;
    margin-top: -3rem;
    position: relative;
    padding: 100px 190px;
    padding-bottom: 0;
}

p.big-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 35px;
    padding: 0px 2rem;
}

.why-choose-inner p {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
} */

.light-bg {
    background: #edf1eb;
}

.about_inner_content {
    padding-left: 80px;
    padding-right: 4rem;
}

ul.trust-worthness li {
    list-style: none;
    display: grid;
    width: 140px;
    padding-top: 35px;
}

ul.trust-worthness {
    display: flex;
    padding-left: 0;
    column-gap: 35px;
}

ul.trust-worthness li img {
    margin-bottom: 20px;
}

ul.trust-worthness li span {
    font-style: italic;
    font-size: 22px;
    text-transform: capitalize;
    color: #105d6c;
}

h2.ten-year-text {
    color: #fff;
}

.ten-year {
    height: 200px;
    left: 74px;
    width: 200px;
    padding: 28px 20px;
}

span.experience {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
}

.organic_inner_left.about-right {
    padding-right: 130px;
    padding-left: 50px;
}


/* products========== */

section.section-space.products-section {
    /* padding-bottom: 52rem; */
    margin: 0;
    background: #005d6d;
    position: relative;
}

section.section-space.products-section:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 450px;
    background-image: url('../images/product-bg-sape.png');
    background-color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.product-text-area p {
    text-align: center;
    padding: 0rem 11rem;
    margin-bottom: 70px;
    color: #333;
}

.main-title.text-move {
    color: #005d6d;
    position: relative;
    top: -5rem;
    z-index: 9;
}

.products-bg {
    background-image: url(../images/products-bg.png);
    height: 100%;
    width: 100%;
    margin: 0 auto;
    background-size: auto;
    background-position: top;
    background-repeat: no-repeat;
}

.products-brand-logo {
    width: 200px;
    height: 200px;
    text-align: center;
    border-radius: 50%;
    border: 4px solid #044f8af7;
    border-style: dotted;
    padding-top: 31px;
}

.products-list ul li {
    list-style: none;
    padding: 7px 0px;
    position: relative;
    padding-left: 40px;
}

.products-list ul li a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.products-list ul {
    padding: 0;
    margin: 0;
}

.products-list ul li:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 1px;
    width: 22px;
    height: 22px;
    background: #044f8a;
    border-radius: 50%;
    border: 7px solid #89d0f9;
}


/* products-slider */

.products-slider-box {
    position: relative;
}

.ProductSlider .swiper-slide {
    transform: scale(0.8);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.ProductSlider .swiper-slide.swiper-slide-active {
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.ProductSlider {
    padding: 0px 2rem;
    padding-bottom: 0rem;
    padding-top: 10rem;
}

.products-slider-box {
    padding: 0rem 4rem;
    padding-bottom: 0;
}

.ProductSlider .swiper-slide .products-image {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-top: -11rem;
}

.ProductSlider .swiper-slide .products-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.ProductSlider .swiper-slide.swiper-slide-active .products-image {
    border-radius: 20px;
    overflow: hidden;
}

.ProductSlider .swiper-slide .products-into {
    opacity: 1;
}

.ProductSlider .swiper-slide.swiper-slide-active .products-into {
    opacity: 1;
    text-align: left;
}

.products-into {
    position: relative;
    z-index: 9;
    text-align: left;
    padding: 30px 0;
}

.products-into .products-name {
    margin: 0 auto;
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    color: #105d6c;
    font-family: "Euclid Circular B", Sans-serif;
}

.products-slider-box .swiper-slide {
    background: #fff;
    border-radius: 15px;
    padding: 40px 0px;
}

.products-slider {
    width: 100%;
    padding: 0px;
    position: relative;
    border-radius: 15px;
    text-align: center;
    margin: 0 auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ProductSlider .swiper-slide.swiper-slide-active .products-slider {
    opacity: 1;
    background: #fff;
    padding: 0px 23px;
    box-shadow: 2px 2px 7px #22222226;
}

.ProductSlider .swiper-slide .products-slider {
    background: #00000000;
    padding: 0px 20px;
}

.products-slider-box .swiper-button-next {
    top: 60%;
}

.products-slider-box .swiper-button-prev {
    top: 60%;
}

.ProductSlider .swiper-slide .products-slider p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    margin-top: 14px;
    color: #000;
    font-family: "Euclid Circular B", Sans-serif;
}

.ProductSlider .swiper-slide.swiper-slide-active .products-slider p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Euclid Circular B", Sans-serif;
}

a.red-product {
    color: #000;
    text-decoration: none;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s;
}

a.red-product:hover {
    color: #76bf4f;
    transition: 0.3s;
}

.products-slider a.red-product {
    font-size: 17px;
}

.swiper-slide.swiper-slide-active .products-slider a.red-product {
    font-size: 16px;
}
/* testimonial ==============*/

.testimonial .swiper-slide {
    background: #fff;
    /* padding: 80px; */
}

.swiper.testimonial {
    padding: 2rem 1rem;
    padding-top: 0px;
}

.testimonial-box {
    position: relative;
    padding: 2rem 10rem;
    padding-top: 0;
}

.testimonial .swiper-slide.swiper-slide-active {
    margin-left: 3px;
}

.testimonial.swiper-container {
    padding-bottom: 70px;
}

.testimonial {
    padding-bottom: 10px;
    padding-top: 50px;
}

.testimonial p {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    font-family: "Euclid Circular B", Sans-serif;
}

.testimonial-inner span i {
    font-size: 40px;
    color: #201a96;
    margin-bottom: 35px;
}

.testimonial .swiper-pagination {
    padding-bottom: 11px;
}

.testimonial-main-sectoin {
    margin-top: -28rem;
}

.photo-area {
    width: 120px;
    height: 120px;
    background: #f7f7f7;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    top: 3rem;
}

.testimonial-inner {
    background: #fff;
    padding: 40px 35px;
    padding-top: 120px;
    border-radius: 10px;
    box-shadow: 1px 1px 5px 0px #2222223d;
    text-align: left;
}

.testimonial-box .swiper-button-prev {
    left: 0;
}

.testimonial-box .swiper-button-next {
    right: 0;
}

.left_space-2 {
    padding-left: 11rem;
}

.testimonial-box .swiper-button-next i {
    color: #000;
}

.testimonial-view-all {
    border: 0;
    width: 100%;
}

.testimonial-view-all .view-all-project-btn {
    padding-top: 50px;
}

.testimonial .swiper-slide span {
    font-size: 150px;
    line-height: 0px;
    padding: 0;
    position: relative;
    margin: 0;
    display: block;
    padding-bottom: 30px;
    margin-top: 40px;
    top: 0;
    color: #001d38;
}

h3.testimonial-client-name {
    font-size: 22px;
    letter-spacing: 0.7px;
    font-weight: 600;
    color: #ed6e27;
    font-family: "Euclid Circular B", Sans-serif;
    text-align: center;
    line-height: inherit;
    margin-bottom: 10px;
}


/* brand-section ==================*/

.brand-section {
    background: #fff;
}

.brand-inner-section img {
    width: 100%;
    height: 60px;
    object-fit: contain;
}

.brand-inn-section {
    background: #fff;
    text-align: center;
    box-shadow: 0px 3px 8px #04216629;
}

.brand-inn-section img {
    width: auto;
    object-fit: contain;
    height: 150px;
    text-align: center;
    margin: 0 auto;
}

.BrandSlider {
    padding-bottom: 70px;
}

.BrandSlider .swiper-slide {
    background: transparent;
}


/* Investor-Relation ==========*/

section.investor {
    position: relative;
    height: 700px;
    margin-bottom: 100px;
}

section.investor:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background: #005d6d;
    z-index: -1;
}

section.investor:before {
    position: absolute;
    content: "";
    left: 0;
    top: 13%;
    width: 45%;
    height: 515px;
    background-image: url(../images/invaster.jpg);
    background-size: cover;
    z-index: 9;
}

.investor-box {
    position: relative;
    z-index: 9;
    padding-right: 0;
    height: 500px;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.sub-text2 {
    font-family: "Euclid Circular B", Sans-serif;
    font-weight: 200;
    font-style: italic;
    padding-right: 17rem;
    text-align: left;
    line-height: 35px;
    font-size: 22px;
}


/* backt to top */

#button {
    display: inline-block;
    background-color: var(--primary-colors);
    width: 55px;
    border: 1px solid #fff;
    height: 55px;
    text-align: center;
    border-radius: 0;
    position: fixed;
    bottom: 23px;
    right: 35px;
    border-radius: 50%;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

#button::after {
    content: "\F148";
    font-family: 'bootstrap-icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 55px;
    color: #fff;
    text-decoration: none;
}

#button:hover {
    cursor: pointer;
    background-color: #222;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
    text-decoration: none;
}

#whatsapp.show {
    opacity: 1;
    visibility: visible;
    text-decoration: none;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -ms-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
  
  }
  
  .whatsapp-btn {
    position: fixed;
    bottom: 12%;
    right: 35px;
    z-index: 999;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    animation: breathe 2s ease-in-out infinite;
  }
  
  /*Estilos solo al icono whatsapp*/
  .whatsapp-btn i {
    color: #fff;
    font-size: 24px;
    animation: beat 2s ease-in-out infinite;
    text-decoration: none;
    line-height: 0px;
  }
  
  
  /*Estilos con animation contorno respirando*/
  @keyframes breathe {
    0% {
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
  
    70% {
      box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
  
    100% {
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
  }
  
  /*Estilos de animacion del icono latiendo*/
  @keyframes beat {
    0% {
      transform: scale(1);
    }
  
    50% {
      transform: scale(1.2);
    }
  
    100% {
      transform: scale(1);
    }
  }
  @keyframes breathe1 {
    0% {
      box-shadow: 0 0 0 0 #316FF680;
    }
  
    70% {
      box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
  
    100% {
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
  }

/* footer */

section.footer-section {
    background: #005d6d;
    padding-bottom: 50px;
}
.widget-area {
    width: 80%;
}

.ft-menu-list ul {
    padding: 0;
    /* display: grid; */
}

.ft-logo img {
    width: 75%;
}

.ft-menu-list ul li {
    margin: 6px 0px;
    list-style: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    display: flex;
    padding: 3px 0px;
}

.ft-menu-list ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Euclid Circular B", Sans-serif;
}

.ft-title {
    color: #fff;
    font-size: 17px;
    line-height: 40px;
    position: relative;
    margin-bottom: 8px;
    font-weight: 500;
    font-family: "Euclid Circular B", Sans-serif;
    text-transform: uppercase;
}

ul.social-midea li {
    float: left;
    margin-right: 15px;
}

.ft-menu-list ul li i {
    margin-right: 15px;
    color: #fff;
    position: relative;
}

ul.address li {
    padding: 10px 0px;
    margin: 0;
}


/* .address li {
    display: flex;
} */

.ft-menu-list ul li a:hover {
    text-decoration: underline;
}

.social-media-inner ul {
    padding: 0;
    margin: 0;
}

.social-media-inner ul li {
    float: left;
    list-style: none;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media-inner ul li a i {
    color: #1f4c51;
    font-size: 27px;
    line-height: 30px;
}


/* copy-right ===========*/

.copy-right p {
    font-size: 18px;
    text-align: right;
    color: #fff;
}

.copy-right p a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

hr {
    margin: 50px 0px;
    background: #fff;
}


/* about-us-page============= */

.breadcrumb-section {
    background: linear-gradient(90deg, rgb(24 24 24 / 63%), rgb(0 0 0 / 1%)), url(../images/breadcrumb-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    display: -webkit-flex;
    align-items: end;
    padding-bottom: 50px;
}

h2.bredcrumb-title.text-white {
    font-size: 55px;
    font-family: "Euclid Circular B", Sans-serif;
    font-weight: 500;
}

.about-article-inner {
    padding-left: 10px;
    padding-top: 30px;
}

.about-main-section {
    position: relative;
    padding-bottom: 130px;
}

.about-main-section:after {
    position: absolute;
    content: "";
    width: 22%;
    height: 453px;
    top: 29%;
    left: 5%;
    background: #76bf4f;
    z-index: -1;
    border-radius: 0px 0px 0px 15px;
}

.quality-checker-inner-section-left {
    display: flex;
    align-items: center;
    height: 100%;
    padding-right: 70px;
}

.quality-checker-inner-content p {
    margin-top: 20px;
}

.quality-section {
    background: #f9f9f9;
}

section.section-space.vision-section {
    background: #efefef;
}

.vision-content-inner {
    text-align: center;
}

h3.vision-title {
    font-size: 27px;
    margin: 20px 0px;
    line-height: 30px;
    color: #105d6c;
}

.vision-content-inner img {
    width: 100px;
}

.vision-content-inner p {
    text-align: center;
    padding: 0px 30px;
}

.vision-divider {
    border-left: 1px solid #105d6c45;
    border-right: 1px solid #105d6c45;
}

.vision-inner {
    height: 100%;
}


/* career */

.table-sectoin table {
    width: 100%;
    margin-top: 40px;
}

.table-sectoin table td {
    border: 1px solid #222;
    padding-left: 10px;
}

.table-sectoin table td p {
    font-size: 17px;
}

.career-section {
    position: relative;
}


/* .career-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-image: url(../images/career01.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 40%;
    height: 100%;
} */

.contact-form .form-field {
    position: relative;
    margin: 16px 0;
    padding: 0;
}

.contact-form .input-text {
    display: block;
    width: 100%;
    color: #fff;
    height: 45px;
    border-width: 0 0 2px 0;
    border-color: #000;
    font-family: Lusitana, serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    border: 1px solid #fff;
    border-radius: 5px;
    background: transparent;
}

.contact-form .input-text:focus {
    outline: none;
}

.contact-form .input-text:focus+.label,
.contact-form .input-text.not-empty+.label {
    transform: translateY(-24px);
    color: #000;
    background: #fff;
    height: initial;
    width: fit-content;
    padding: 0px 6px;
    border-radius: 2px;
}

.contact-form .label {
    position: absolute;
    left: 20px;
    top: 13px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #fff;
    cursor: text;
    transition: transform 0.2s ease-in-out;
}

.contact-form .submit-btn {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 24px;
    padding: 13px 32px;
    border: none;
    cursor: pointer;
    background: #73bf43;
    border-radius: 34px;
    transition: 0.4s;
}

.job-applycation {
    background: #1f4c51;
    padding: 35px 30px;
    border-radius: 8px;
    margin-left: 28px;
}

.contact-form .submit-btn:hover {
    background: #73bf43;
    box-shadow: 1px 1px 8px #ffffff57;
    transition: 0.4s;
}

.file-input {
    display: inline-block;
    text-align: left;
    padding: 8px !important;
    position: relative;
    border-radius: 3px;
    border: 1px solid #fff;
}

.file-input>[type='file'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.file-input>.button {
    display: inline-block;
    cursor: pointer;
    background: #eee;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 2px;
    margin-right: 8px;
    cursor: pointer;
}

.file-input:hover>.button {
    background: #ee7132;
    color: white;
    cursor: pointer;
}

.file-input>.label {
    color: #fff;
    opacity: .7;
    width: 210px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    left: inherit;
    right: 20px !important;
    top: 33%;
}

.file-input.-chosen>.label {
    opacity: 1;
    width: 210px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    left: inherit;
    right: 20px !important;
    top: 33%;
}

.branch-card .big-title {
    padding-left: 0;
    margin: 20px 0px;
    /* color: #000; */
}


/* contact-page */

ul.contact-address {
    padding: 0;
    margin: 0;
}



.contact-inner .big-title {
    padding-left: 0;
    color: #fff;
}
.contact-inner .big-title,.form .big-title{
    font-size: var(--font-size-36);
    line-height: normal;
    font-weight: var(--font-weight-SemiBold);
    margin-bottom: 20px;
    color: #1f4c51;
}
ul.contact-address li a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    height: 100%;
    width: 60%;
}


ul.contact-address li {
    list-style: none;
    padding: 20px 0px;
    display: flex;
    align-items: center;
}

ul.contact-address li i {
    font-size: 30px;
    position: relative;
    margin-right: 15px;
    color: #fff;
}

.contact-inner {
    padding: 80px 0;
}

.map-section {
    height: 100%;
    overflow: hidden;
}

.map-section iframe {
    height: 400px;
}

.line2 {
    border-bottom: 1px solid #000;
    margin: 100px 0px !important;
    padding: 0 !important;
}


/* product-page */


/* products */

.buttons-tab {
    position: relative;
}

.g_header1 {
    width: 100%;
    z-index: 9;
    position: relative;
    top: 0px;
    background: #fff;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    padding: 0;
}

.g_shrink1 {
    position: fixed;
    top: 115px;
    left: 0;
    background: #fff;
    box-shadow: #63636333 0px 2px 8px 0px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    z-index: 99;
}

.buttons-tab ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
    border-bottom: 1px solid #cfcfcf;
    margin: 0;
}

.buttons-tab ul li a {
    color: #000;
    background: var(--color-f9f1e2);
    font-size: var(--font-size-17);
    font-weight: var(--font-weight-Medium);
    border: 1px solid #ffffff;
    margin: 3px;
    display: inline-block;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    text-transform: capitalize;
    padding: 10px 18px !important;
    letter-spacing: 0;
}

.buttons-tab ul li a.active {
    background: #76bf4f !important;
    border-radius: 0;
    color: #fff;
}

.buttons-tab ul li a:hover,
.buttons-tab ul li .active,
.buttons-tab ul li a:focus {
    background: #76bf4f !important;
    color: #fff!important;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

ul.nacc {
    position: relative;
    text-align: left;
    /* height: 422px!important; */
    list-style: none;
    margin: 0;
    padding: 0;
    transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.products {
    width: 100%;
    background: #f9f1e3;
    position: relative;
}

.products-slider.swiper-container-initialized.swiper-container-horizontal {
    overflow: hidden;
}

.highlighted-pegination {
    bottom: 30px !important;
}

.products h2 {
    margin-bottom: 30px;
}

.products h4 {
    font-size: var(--font-size-28);
    color: var(--color-282828);
    font-weight: var(--font-weight-Medium);
}

.products p {
    color: var(--color-282828);
    opacity: 0.6;
}

.products-right {
    padding-left: 10px;
}

.products-inner img {
    width: 100%;
    background: radial-gradient(circle, rgba(255, 252, 246, 1) 40%, rgba(29, 230, 248, 0) 80%) top;
}

.other-chemicals ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.other-chemicals ul li p {
    font-size: var(--font-size-24);
    margin: 0;
    font-weight: var(--font-weight-Medium);
}

.other-chemicals ul li i {
    font-size: var(--font-size-22);
    color: var(--color-ef7822);
    margin-right: 10px;
}

img.p-leaf {
    position: absolute;
    width: 250px;
    left: 0px;
    top: 50px;
}

img.p-leaf1 {
    position: absolute;
    width: 300px;
    right: 0px;
    top: 130px;
}

.buttons-tab ul li {
    list-style: none;
    text-align: center;
    padding: 0px !important;
    margin: 0;
}

h2.product-title-sm {
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 35px;
    text-align: left;
    margin-bottom: 15px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #76bf4f;
    color: #fff;
    box-shadow: none;
    padding: 10px 30px;
    border: 1px solid #76bf4f;
    border-radius: 0;
}

.nav-tabs .nav-link {
    color: #222;
    box-shadow: none;
    padding: 10px 30px;
    border: 1px solid #ccc;
    border-radius: 0;
    text-transform: capitalize !important;
}

.nav-tabs .nav-link:hover {
    background: #105d6c;
    color: #fff !important;
    border: 1px solid #105d6c;
}

.tab-content {
    padding-top: 20px;
}

table {
    width: 100%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.table-responsive {
    overflow-x: hidden;
}

.table100 th {
    font-size: var(--font-size-18);
    color: #fff;
    text-transform: uppercase;
    background-color: var(--color-f16022);
}

.table100 td {
    font-size: 14px;
    color: #808080;
}

.table100 .row100 {
    border: 0;
    font-family: var(--font-family-poppins);
    background-color: #f9f4f44d;
}


/* .table100 .row100:hover td {
    background-color: #f9f1e3;
    color: #000;
} */

.table100 tbody tr:nth-child(even) {
    background-color: #e9e9e9;
    border: 0;
}

tr.row100.head-tr-bg {
    background: #105d6c;
    text-align: center;
}

tr.row100.head-tr-bg td {
    color: #fff;
    font-size: 17px;
}

.row100 td {
    padding-top: 8px;
    font-family: var(--font-family-Poppins);
    padding-bottom: 8px;
    font-weight: var(--font-weight-Regular);
    color: #000;
    font-size: 15px;
    padding: 10px;
}

.row100.head th {
    padding-top: 15px;
    padding-bottom: 15px;
}

.toulene th {
    width: 130px;
}

.column100 {
    padding: 0 15px;
}

/* products */
.tabs{
    padding: 80px 0;
    border-bottom: 1px solid #cfcfcf;
}
.tabs img{
    border-radius: 16px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/* sus */
.sustain-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 200px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 75%;
    border-radius: 10px;
}
.sustainibility-tabs{
    padding: 200px 0;
    background: #efefef;
    padding-bottom: 0px!important;
}

.sustainibility-inner {
    padding:  0px 20px;
}
.sustainibility h2{
    font-size: 30px;
}
.sustain-inner img{
    width: 90%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    margin-top: -100px;
}
.social-contact {
    display: flex;
    margin-top: 40px;
}
  .contact-info {
    background: var(--color-ef7822);
    border-radius: 100px 0 0 100px;
    padding: 80px;
    margin-left: 100px;
  }
  
  .contact-us {
    background: url(../images/contact-bg.jpg)no-repeat center;
    background-size: cover;
  }
  
  input.form-control {
    width: 100%;
    font-size: 15px;
    padding: 20px;
    border-radius: 5px;
  }
  
  .contact-pg h4 {
    font-weight: var(--font-weight-Bold);
  }
  
  textarea.form-control {
    width: 100%;
    border-radius: 5px;
    height: auto;
    padding: 15px;
    background: #f7f7ff;
  }
  .form a{
    font-style: normal;
    font-weight: var(--font-weight-Medium);
  }
  button.contact-btn {
    width: 100%;
    padding: 15px ;
    background: #005d6d;
    border: none;
    text-transform: uppercase;
    font-size: var(--font-size-20);
    font-weight: var(--font-weight-Medium);
    color: #fff;
    border: 1px solid #005d6d;
  }
  button.contact-btn:hover{
    background: #fff;
    color: #005d6d;

  }
  
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  form#form {
    margin-top: 20px;
  }
  .contact-inner {
    position: relative;
}
  .contact-inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #005d6d;
    z-index: -9;
    border-radius: 0 86px 86px 0; 
    left: -20%;
    top: 0;

}
  
  button.read-more1 {
    display: inline-block;
    background: var(--color-gradient);
    text-transform: uppercase;
    font-weight: var(--font-weight-Medium);
    padding: 15px 100px;
    margin-top: 20px;
    transition: 0.5s;
    border: 2px solid var(--color-0570b8);
  }
  
  button.read-more1:hover {
    background: #fff;
    color: #0570b8;
  }
  
  
  .address p {
    margin-bottom: 0;
    color: var(--color-ffffff);
    font-weight: var(--font-weight-SemiBold);
  }
  
  .address i {
    font-size: 30px;
    margin-right: 30px;
    color: var(--color-ffffff);
  }
  
  ul.contact-social li {
    float: left;
  }
  
  ul.contact-social li i {
    font-size: 30px;
    transition: 0.5s;
  }
  
  ul.contact-social li i:hover {
    color: var(--color-000000);
  }
  .social-media-inner ul li {
    float: left;
    list-style: none;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media-inner ul li a i {
    color: #005d6d;
    font-size: 22px;
    line-height: 30px;
}




/* 768  */

@media screen and (min-device-width: 768px) and (max-device-width: 1000px) {
    h1,
    h2,
    h3,
    h4 {
        --font-family: 'lustrabold';
        font-weight: var(--font-weight-Light);
        line-height: var(--line-height-34);
        font-size: var(--font-size-30);
        font-family: 'lustrabold';
    }
    .main-heading {
        font-weight: 300;
        font-size: 35px;
        margin-bottom: 0;
    }
    figure {
        overflow: hidden;
        margin: 0;
    }
    /* header */
    .main-brand img {
        width: 100%;
        height: 58px;
    }
    .container-70 {
        max-width: 90%;
    }
    .navbar-section {
        text-align: right;
        padding: 3px 15px;
        padding-bottom: 20px;
        display: flex;
        align-items: center;
    }
    .mobile-offcanvas.show {
        background: #fff;
        padding-left: 0;
    }
    .open-btn {
        background: #005d6d;
        border-radius: 0;
        padding: 9px 6px;
        height: 48px;
    }
    a.nav-link {
        font-size: 16px;
        font-weight: 400;
        padding: 10px 8px !important;
        text-transform: uppercase;
        text-align: left;
    }
    .mobile-offcanvas {
        background: #fff;
    }
    /* section */
    .section-space {
        clear: both;
        padding: 50px 0;
        overflow: hidden;
    }
}


/* 500px-max */

@media screen and (min-device-width: 501px) and (max-device-width: 767px) {
    h1,
    h2,
    h3,
    h4 {
        --font-family: 'lustrabold';
        font-weight: var(--font-weight-Light);
        line-height: var(--line-height-34);
        font-size: var(--font-size-30);
        font-family: 'lustrabold';
    }
    .main-heading {
        font-weight: 300;
        font-size: 35px;
        margin-bottom: 0;
    }
    figure {
        overflow: hidden;
        margin: 0;
    }
    /* header */
    .main-brand img {
        width: 100%;
        height: 58px;
    }
    .container-70 {
        max-width: 90%;
    }
    .navbar-section {
        display: flex;
        text-align: right;
        padding: 3px 15px;
        padding-bottom: 7px;
        align-items: center;
    }
    .mobile-offcanvas.show {
        background: #fff;
        padding-left: 0;
    }
    .open-btn {
        background: #005d6d;
        border-radius: 0;
        padding: 9px 6px;
        height: 50px;
    }
    a.nav-link {
        font-size: 16px;
        font-weight: 400;
        padding: 10px 8px !important;
        text-transform: uppercase;
        text-align: left;
    }
    .mobile-offcanvas {
        width: 100%;
    }
    /* section */
    .section-space {
        clear: both;
        padding: 50px 0;
        overflow: hidden;
    }
}


/* Mobile */

@media screen and (min-device-width: 320px) and (max-device-width: 500px) {
    h1,
    h2,
    h3,
    h4 {
        --font-family: 'lustrabold';
        font-weight: var(--font-weight-Light);
        line-height: var(--line-height-34);
        font-size: var(--font-size-30);
        font-family: 'lustrabold';
    }
    .main-heading {
        font-weight: 300;
        font-size: 30px;
        margin-bottom: 0;
    }
    figure {
        overflow: hidden;
        margin: 0;
    }
    /* header */
    .main-brand img {
        width: 100%;
        height: 58px;
    }
    .container-70 {
        max-width: 90%;
    }
    .navbar-section {
        text-align: right;
        padding: 3px 15px;
        padding-bottom: 20px;
    }
    .mobile-offcanvas.show {
        background: #fff;
        padding-left: 0;
    }
   
    a.nav-link {
        font-size: 16px;
        font-weight: 400;
        padding: 10px 8px !important;
        text-transform: uppercase;
        text-align: left;
    }
    .mobile-offcanvas {
        width: 80%;
        background: #fff;
    }
    
}
