/* fonts */
body,
html {
    width: 100%;
    position: relative;
}
.font-chiv {
    font-family: "chivoregular";
}

.font-80 {
    font-size: 80px !important;
}

.font-pop {
    font-family: "Poppins";
}

.font-chiv-b {
    font-family: "chivo_boldregular" !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-18 {
    font-size: 18px !important;
}

.line-height-1 {
    line-height: 1 !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

/* dimensions */

body {
    /* word-wrap: break-word !important; */
}
.nodisp {
    display: none;
}
.contact-submit-btn {
    position: relative;
    background: #15afa0;
    border: 0;
    width: 100%;
    color: #fff;
    font-family: "chivoregular";
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    padding: 10px;
}
.dimension-150 {
    width: 110px;
    height: 110px;
    padding: 15px;
    position: relative;
}

.icon-type-1 svg {
    /* width: 80px; */
    height: 90%;
    width: 90%;
    object-fit: contain;
}

.icon-type-2 svg {
    /* width: 80px; */
    height: 60%;
    width: 60%;
    object-fit: contain;
}

.dimension-500 {
    width: 500px;
    height: 500px;
}

.width-180 {
    width: 180px !important;
}

.body {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.logo-img {
    width: 174px !important;
    height: 108px !important;
    margin-top: 10px;
}

.section-features2 .btn {
    padding: 10px 20px;
}

.swiper-slide {
    font-family: "Poppins" !important;
}

.section-title {
    color: #282828;
    font-family: "Poppins";
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
}

p.feauture-paragraph {
    color: #282828 !important;
    font-family: "chivoregular";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.63px;
    line-height: 1.6;
}

.product-single-icon.bg-transparent img {
    width: 68px;
}

.image-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.image-fit {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.dropdown-menu.fadeIn {
    top: 75px !important;
}

.line-height-20 {
    line-height: 20px !important;
}

.carousel-home-title {
    color: #ffffff;
    font-family: "Poppins";
    font-size: 35px;
    font-weight: 400;
    line-height: 1.2;
    width: 30% !important;
    letter-spacing: normal;
}
.carousel-video-title {
    color: #ffffff;
    font-family: "Poppins";
    font-size: 35px;
    font-weight: 400;
    line-height: 1.2;
    width: 30% !important;
    letter-spacing: normal;
}

.swiper-full-screen {
    height: 800px !important;
}

.padding-left-right-140 {
    padding-left: 140px;
    padding-right: 140px;
}

.icon-title {
    color: #15afa0;
    font-family: "Poppins";
    font-size: 23px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
}

.impact-icons {
    width: 95px;
    /* height: 109px; */
    height: auto;
}

.swiper-button-prev.unset,
.swiper-button-next.unset {
    background-image: unset;
}

/* features boxes */

.section-features2 img {
    object-fit: cover;
}

.mobile-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}

.section-features2 h2 {
    color: #ffffff;
    font-family: "Poppins";
    font-size: 44px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0;
}

.section-features2 p {
    color: #ffffff;
    font-family: "chivoregular";
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

/* section impact */

/* .section-ourimpact {
                position: relative;
                background: url('../imgs/our-impacts.png');
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center; */

.overlay-blue::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(72deg, #15afa0 0%, #1427b2 100%);
    opacity: 0.74;
}

.section-ourimpact p {
    color: #ffffff;
    font-family: "Poppins";
    font-size: 35px;
    font-weight: 400;
    line-height: 30px;
}

.section-ourimpact .sub {
    font-size: 19px;
    line-height: 30px;
}

/* latest news */

.post-title {
    color: #282828;
    font-family: "Poppins";
    font-size: 19px;
    font-weight: 400;
    line-height: 1.2;
}

.post-title:hover {
    color: #15afa0;
}

.post-details p {
    color: #282828;
    font-family: "chivoregular";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

/* custom buttons  */

.btn-white-cover {
    background: transparent;
    border: 2px solid white;
    color: white;
    font-family: "Poppins";
    padding: 15px 30px;
    font-weight: 400;
    text-transform: uppercase;
}

.btn-white-cover:hover {
    background-color: white;
    color: #15afa0;
}

.btn-grey-cover {
    background: transparent;
    border: 2px solid #666;
    color: #666;
    font-family: "Poppins";
    padding: 15px 30px;
    font-weight: 400;
    text-transform: uppercase;
}

.btn-grey-cover:hover {
    background-color: #666;
    color: #fff;
}

.btn-green-cover {
    border: 1px solid #15afa0;
    background-color: transparent;
    color: #15afa0;
    font-family: "Poppins";
    font-size: 16px;
    padding: 10px 20px;
}

.btn-green-cover:hover {
    background-color: #15afa0;
    color: white;
}

.btn-contact-us {
    background-color: transparent;
    border: 2px solid white !important;
    font-family: "Poppins";
    font-size: 14px;
    color: white !important;
}

.btn-contact-us:hover {
    background-color: white !important;
    color: #15afa0 !important;
}

.btn-green-all {
    background-color: #15afa0;
    color: white !important;
    border-radius: 50px;
    font-weight: 400;
}

.btn-green-all:hover {
    color: white;
}

.btn-black-white {
    border: 1px solid black;
    color: black;
    border-radius: 50px;
    font-weight: 400;
    font-family: "Poppins";
}

.btn-black-white:hover {
    background-color: black;
    color: white;
}

/* USUAL */

.btn {
    text-transform: unset;
}

.btn--round {
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.bg-green {
    background-color: #15afa0;
}
.border-green {
    border-color: #15afa0 !important;
}
/* #letscollaborate .bg-green:nth-child(2n) {
    background-color: #15afa0;
}
#letscollaborate .bg-green:nth-child(1) {
    background-color: #fff;
}
#letscollaborate .bg-green:nth-child(3n) {
    background-color: #15afa0;
}
#letscollaborate .bg-green:nth-child(4n) {
    background-color: #fff;
} */
.text-green {
    color: #15afa0;
}

ul {
    list-style: none;
}

/* footer upper */

footer {
    color: white;
}

footer p {
    font-family: "chivoregular";
    line-height: 1.5rem;
}

.upper-footer {
    background-color: #059d8d;
}

.upper-footer .header-social-icon {
    border-left: none;
}

.upper-footer .header-social-icon a {
    font-size: 20px;
    color: white;
}

.lower-footer {
    background-color: #15afa0;
}

.lower-footer h1 {
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 700;
    line-height: unset;
    margin: 0px;
}

.lower-footer .left-items a {
    font-family: "chivoregular";
    font-size: 14px;
    color: white;
    font-weight: 400;
    padding: 15px 0px !important;
}

.lower-footer ul {
    float: left;
    margin: 0px;
}

/* footer emial  */

.footer-email-wrapper > div {
    position: relative;
    width: 300px;
    height: 45px;
}

.footer-email-wrapper input {
    background: transparent !important;
    border: 1px solid white;
    border-radius: 50px;
    height: 45px;
    box-shadow: none;
    outline: none;
}

.footer-email-wrapper input:focus {
    outline: none !important;
    border: 1px solid white !important;
}

.footer-email-wrapper button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: 1px solid white;
    border-radius: 50px;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 150px;
}

.swiper-pagination-square .swiper-pagination-bullet {
    width: 48px;
    margin-right: 12px !important;
}

.footer-email-wrapper input::placeholder {
    color: white;
    font-family: "chivo_lightregular";
}

input:focus {
    outline: none !important;
}

/* carousel arrows  */

/* overlay */

.black-overlay::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background: #000000;
    opacity: 0.5;
    /* background-color: rgba(255, 229, 223, 0.8); */
}

.events-filter p {
    color: #282828;
    font-family: "chivoregular";
    font-weight: 400;
}

.blog-post-style4 figure figcaption {
    background: rgba(21, 175, 160, 0.5);
    backdrop-filter: blur(6px);
}

.blog-post-style4 figure figcaption a {
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 400;
}

.cursor-pointer {
    cursor: pointer;
}

.events-filter span {
    color: #282828;
    font-family: "chivoregular";
}

a.text-deep-pink-hover:hover,
a.text-deep-pink-hover:focus {
    color: #15afa0 !important;
}

.catalogue-product h1 {
    font-family: "Poppins";
    font-size: 25px;
    font-weight: 400;
    color: #666;
}

.cover {
    object-fit: cover;
}

.font-25 {
    font-size: 25px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-20 {
    font-size: 20px !important;
}

.catalogue-product img {
    width: 200px;
    height: 260px;
    object-fit: contain;
    max-width: 100%;
}

.product-single {
    background-color: #f04e43;
}

.product-single .product-single-type {
    font-family: "chivo_lightregular";
    font-size: 18px;
    color: #666;
    font-weight: 400;
    margin: 0;
}

.product-single hr {
    border: 0.25px solid #666 !important;
    width: 50px;
    text-align: left;
}

.text-trans-none {
    text-transform: none !important;
}

.product-single h1 {
    font-family: "Poppins";
    font-weight: 400;
    /* Text style for "PenaMax" */
    color: #666;
}

.product-single h1 span {
    font-size: 35px;
}

.product-single p {
    font-family: "chivo_lightregular";
    font-size: 18px;
    color: white;
    line-height: 30px;
    font-weight: 400;
}

.dimension-200 {
    width: 200px;
    height: 200px;
}

.product-single-icon {
    background-color: white !important;
    border: 3px solid #15afa0 !important;
}

.product-features img {
    color: white !important;
}

.products-in-ingredients {
    position: relative;
}

.products-in-ingredients p {
    color: #ffffff;
    font-family: "chivo_lightregular";
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
}

.padding-left-right-140
/* .section-product-features */

.our-board p {
    color: #15afa0;
    font-family: "chivo_lightregular";
    font-size: 25px;
    font-weight: 400;
    line-height: 1.6;
}
.h-100vh {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: block;
}
.h-100vh {
    width: auto !important;
    min-width: 100% !important;
    height: 100% !important;
}
.blog-text-green {
    color: #15afa0;
    font-family: "chivo_lightregular";
    font-size: 19px;
    font-weight: 400;
    line-height: 1.6;
}
.blog-text-green p {
    color: #15afa0;
    font-family: "chivo_lightregular";
    font-size: 19px;
    font-weight: 400;
    line-height: 1.6;
}

.blog-text-blue {
    color: #282828;
    font-family: "chivoregular";
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.36px;
    line-height: 1.66;
}
.blog-text-blue p {
    color: #282828;
    font-family: "chivoregular";
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.36px;
    line-height: 1.66;
    margin: 0 !important;
}

.blog-text-white {
    color: #ffffff;
    font-family: "chivoregular";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.36px;
    line-height: 30px;
}

.about-text {
    color: #282828;
    font-family: "chivo_lightregular";
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.work-us::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background: black;
    opacity: 0.5;
}

.work-us h1 {
    color: #ffffff;
    font-family: "chivo_lightregular";
    font-size: 50px;
    font-weight: 400;
    letter-spacing: -1.3px;
    line-height: 50px;
}

.work-us p {
    color: #ffffff;
    font-family: "chivo_lightregular";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.44px;
    line-height: 30px;
}

.distributors {
    background-color: #f7f7f7;
}

.fiter-arrow-parent span.text-black {
    color: #282828;
    font-family: "chivoregular";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.667;
}

.distributors hr {
    width: 100%;
    border: 1px solid #707070;
}

.distributors p {
    color: #282828;
    font-family: "chivoregular";
    font-size: 16px;
    font-weight: 400;
}

.text-black {
    color: #282828 !important;
}

.distributor-card {
    background-color: #ffffff;
    height: 100%;
}

.distributor-card .title {
    color: #15afa0;
    font-family: "Poppins";
    font-size: 23px;
    font-weight: 600;
    line-height: 1;
}

.distributor-card .subtitle {
    color: #282828;
    font-family: "chivo_boldregular";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    padding-top: 10px !important;
}

.distributor-card p {
    color: #15afa0;
    font-family: "chivoregular";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.66;
    padding-top: 10px !important;
}
.distributor-card p a {
    color: #15afa0 !important;
    font-family: "chivoregular" !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.66 !important;
    padding-top: 10px !important;
    display: block;
}

.quality-text-green {
    color: #15afa0;
    font-family: "chivoregular";
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6;
}

.safety-text {
    color: #282828;
    font-family: "chivoregular";
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.36px;
    line-height: 1.66;
}

.quality-box {
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.quality-box::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #15afa0;
    opacity: 0.75;
    top: 0;
    left: 0;
}
.quality-box img {
    color: white !important;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.quality-box .hover-box {
    transition: 0.3s;
}
.quality-box:hover .hover-box {
    position: relative;
}
.quality-type {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
}

.quality-type p {
    color: #ffffff;
    font-family: "chivo_boldregular" !important;
    font-size: 22px;
    font-weight: 400;
}

.quality-type span {
    color: #ffffff;
    font-family: "chivoregular";
    font-size: 18px;
    font-weight: 400;
}

.quality-type img {
    /*width: 120px;*/
    height: 60px;
    object-fit: contain;
}

.font-chivo-light {
    font-family: "chivo_lightregular";
}

.slider-size {
    min-height: 500px !important;
}

.heading-img {
    position: relative;
    overflow: hidden;
}

.heading-img::before {
    position: absolute;
    content: "";
    border-style: solid;
    /* border-width: 0 0 0 0; */
    border-width: 75vw 75vw 0 0;
    border-color: #15afa0 transparent transparent transparent;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    opacity: 0.7;
    transition: 0.5s !important;
    transform: translateX(-100%);
}

.heading-img.show::before {
    transform: translateX(0);
}

.opacity-2::before {
    opacity: 0.3 !important;
}

.contact-info {
    position: absolute;
    top: 50%;
    left: -100%;
    z-index: 5;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    transition-delay: 0.2s;
}

.contact-info.show {
    left: 50% !important;
}

.contact-title {
    font-size: 75px;
    font-weight: 600;
    letter-spacing: -2.08px;
    line-height: 1.1;
    color: white;
}
.capital-all {
    text-transform: uppercase !important;
}
.social-icon-style-7 ul li a {
    background-color: #282828;
    color: white;
}

.contact-boxes-small {
    height: 300px;
    position: relative;
}
.small-box {
    position: relative;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}
/* .contact-boxes-small .small-box p {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}

.contact-boxes-small .small-box span {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
} */
/* .contact-boxes-small .small-box a {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
} */

.contact-boxes p {
    font-family: "Poppins";
    font-size: 25px;
    font-weight: 600;
    line-height: 1.66;
    text-transform: uppercase;
}

.contact-boxes span {
    font-family: "chivoregular";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.45px;
    line-height: 30px;
}
.contact-boxes a {
    font-family: "chivoregular";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.45px;
    line-height: 30px;
    display: block;
}
.contact-boxes a:hover,
.contact-boxes a:focus {
    color: #000 !important;
}

.text-bluer {
    color: #282828;
}

.collaborate {
    background-color: #f7f7f7;
}

.collaborate h1 {
    color: #282828;
    font-family: "Poppins";
    font-size: 70px;
    font-weight: 400;
    letter-spacing: -1.8px;
    line-height: 100px;
}

.panel-body {
    color: #282828;
    font-family: "chivoregular";
    font-size: 20px;
    font-weight: 400;
    line-height: 1.59;
}

.panel-title {
    color: #282828;
    font-family: "Poppins";
    font-size: 18px !important;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-16 {
    font-size: 16px !important;
}

.ti-plus,
.ti-minus {
    font-size: 22px !important;
}

.accordion-style1 .panel-title > span.float-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.send-mssg {
    display: none;
    background-color: #f7f7f7;
}

.send-mssg p {
    color: #666;
    font-family: "chivo_lightregular";
    font-size: 25px;
    font-weight: 400;
}

.send-mssg input,
.send-mssg textarea {
    border: 1px solid #ffffff;
    background-color: rgba(181, 181, 181, 0.25);
}

.send-mssg input {
    height: 50px;
}
.submitbtn {
    border: 0 !important;
}
.send-mssg input:focus,
.send-mssg textarea:focus {
    outline: none !important;
    border: none !important;
}

.send-mssg input ::placeholder {
    color: #282828;
    font-family: "chivoregular";
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.send-mssg .select-wrapper {
    position: relative;
}

.send-mssg .select-wrapper input {
    height: 50px !important;
    margin: 0px;
}

.send-mssg .select-wrapper ul {
    display: none;
    width: 100%;
    background-color: white;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
}

.send-mssg .select-wrapper ul li {
    padding: 18px 20px;
}

.send-mssg .select-wrapper ul li:hover {
    background-color: #15afa0;
    color: white;
}

.send-mssg a {
    font-family: "chivoregular";
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    color: white;
}

.btn-white {
    border: 2px solid black !important;
    font-family: "Poppins";
    font-size: 20px !important;
    font-weight: 400;
    line-height: 20px !important;
    text-transform: uppercase;
}

.btn-dark-gray {
    font-family: "Poppins";
    font-size: 25px;
    line-height: 20px !important;
}

.btn-white:hover {
    background-color: black !important;
    color: white !important;
}

.h-40 {
    height: 40px !important;
}

.blog-item {
    /* height: 100%;
width: 100%; */
}

.blog-items-inside {
    z-index: 99999 !important;
}

.blog-items-inside h6 {
    color: #ffffff;
    font-family: "Poppins";
    font-size: 23px;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 20px !important;
    padding-top: 100px !important;
    width: 100%;
    margin: 0;
    height: 158px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-items-inside > div span {
    color: #ffffff;
    font-family: "chivo_lightregular";
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    padding-bottom: 23px !important;
    text-transform: uppercase;
}

.blog-items-inside hr {
    border: 1px solid white;
}

.blog-items-inside p {
    color: #ffffff;
    font-family: "chivoregular";
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

nav {
    background: transparent !important;
}

nav.scrollUp {
    background: white !important;
}

nav.translateUp {
    transform: translateY(-100%);
}

nav.navbar.navbar-default ul.nav > li > a {
    color: white;
}

nav.navbar.navbar-default ul.nav > li > a.scrollUp {
    color: #282828 !important;
}

.margin-100 {
    margin-top: 0px !important;
}

.blog-item::before {
    /* background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 33%, #000000 100%); */
    opacity: 0.75;
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
    background: black;
}

.blog-item img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}

.btn-media {
    background-color: #1427b2;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400 !important;
    text-transform: uppercase;
    width: 90px;
    height: 30px !important;
    margin: 0 auto;
    vertical-align: middle;
    padding: 0;
    text-align: center;
    color: white !important;
    line-height: 30px;
    display: table-cell;
}

.btn-blog {
    background-color: #2cd75a;
}

.btn-press {
    background-color: #b21445;
}

.btn-media-mov {
    background-color: #3f027c;
}

.btn-news {
    background-color: #15afa0;
}

.btn-media:hover {
    color: white;
}

.margin-100 {
    margin-top: 142px;
}
@media (max-width: 1555px) {
    nav.navbar.navbar-default ul.nav > li > a {
        padding: 30px 20px !important;
        margin: auto;
        font-size: 17px !important;
    }
}
@media (max-width: 1385px) {
    nav.navbar.navbar-default ul.nav > li > a {
        padding: 30px 15px !important;
        font-size: 15px !important;
    }
}
@media (max-width: 1272px) {
    nav.navbar.navbar-default ul.nav > li > a {
        padding: 30px 15px !important;
        font-size: 12.8px !important;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
        margin-top: -5px !important;
    }
    .section-features2 h2 {
        color: #ffffff;
        font-family: "Poppins";
        font-size: 35px;
        font-weight: 400;
        line-height: 1.4;
        width: 50% !important;
    }
    .ad-boardd .board-item .board-item-context p {
        line-height: 30px;
    }
}

.media-over:hover {
    background-color: #3f027c !important;
    border: 2px solid #3f027c !important;
}

.news-over:hover {
    background-color: #15afa0 !important;
    border: 2px solid #15afa0 !important;
}

.blog-over:hover {
    background-color: #2cd75a !important;
    border: 2px solid #2cd75a !important;
}

.press-over:hover {
    background-color: #b21445 !important;
    border: 2px solid #b21445 !important;
}

.green-overlay::before,
.green-overlay2::before,
.blue-overlay::before,
.red-overlay::before,
.mov-overlay::before {
    opacity: 0.7;
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    bottom: 0;
    content: "";
}

.swiper-button-next,
.swiper-button-prev {
    color: white !important;
    opacity: 1;
}

.green-overlay::before {
    background-image: linear-gradient(180deg, rgba(44, 215, 90, 0) 0%, #2cd75a 100%);
}

.red-overlay::before {
    background-image: linear-gradient(180deg, rgba(178, 20, 69, 0) 0%, #b21445 100%);
}

.mov-overlay::before {
    background-image: linear-gradient(180deg, rgba(63, 2, 124, 0) 0%, #3f027c 100%);
}

.green-overlay2::before {
    background-image: linear-gradient(180deg, rgba(21, 175, 160, 0) 0%, #15afa0 100%);
}

.blue-overlay::before {
    background-image: linear-gradient(180deg, rgba(20, 39, 178, 0) 0%, #1427b2 100%);
}

nav.navbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
}

.logo-img.scrolled {
    width: 122.5px !important;
    height: 83.5px !important;
    transition: 0.5s;
}

body.search {
    overflow: hidden !important;
}

.custom-header-wrapper {
    height: 100vh;
    position: fixed;
    z-index: 99999999999;
    background-color: #15afa0;
    width: 100%;
    min-height: 100%;
    display: none;
    transition: none !important;
}

.search-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.search-box input {
    width: 450px;
    color: white !important;
    height: 75px;
    background: transparent;
    border: none;
    padding-left: 0px;
    outline: none;
    font-size: 30px !important;
    padding-bottom: 5px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 10px 0 !important;
}
.search-box button {
    position: relative;
    border: 0;
    background: transparent;
}
.seperator {
    position: relative;
    width: 100%;
    height: 3px;
    background: #15afa0;
    margin: 20px 0;
}
.search-box input::placeholder {
    font-size: 30px !important;
    color: white !important;
    opacity: 0.5 !important;
    padding-left: 0px !important;
    font-family: "chivoregular" !important;
    padding-left: 0px !important;
    text-transform: none !important;
}
.search-box ul {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 8px 0;
    margin: 0;
    background: #fff;
    margin-top: 1px;
    width: 100%;
}
.search-box ul li a {
    display: block;
    padding: 8px 15px;
    cursor: pointer;
}
.search-box ul li a:hover {
    background-color: #059d8d;
    color: #fff !important;
}

header nav {
    transition: 0.5s;
}

header nav.scrolled {
    transform: translateY(-105%) !important;
}

.section-features {
    background-color: #f7f7f7;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

@media (max-width: 767.98px) {
    .blog-items-inside h6{
        height: auto;
    }
    .logo-img {
        width: 102.5px !important;
        height: 63.5px !important;
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: 60%;
    }
    .contact-title,
    .work-us h1 {
        font-size: 50px;
    }
    .contact-title {
        line-height: 60px;
    }
    .search-box input {
        width: 275px !important;
        font-size: 18px !important;
    }
    .search-box input::placeholder {
        font-size: 18px !important;
    }
    .blog-item {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
    .blog-boxer {
        padding-top: 100%;
    }
    .blog-items-inside h6 {
        padding-top: unset !important;
        padding-bottom: unset !important;
        margin-top: 0px !important;
    }
    .blog-items-inside > div {
        margin-top: 0 !important;
        padding-top: 0px !important;
        position: absolute;
        bottom: 20px;
        left: 30px;
        right: 30px;
    }
    .blog-items-inside {
        padding-left: 30px !important;
    }
}

.dropdown-menu.show {
    transition: 1s !important;
}

@media (max-width: 991.98px) {
    .contact-boxes .contact-boxes-small:nth-child(even){
        background-color: transparent !important;
    }
    .contact-boxes .contact-boxes-small:nth-child(odd){
        background-color: #15afa0 !important;
    }

    .contact-boxes .contact-boxes-small:nth-child(odd) .small-box p,
    .contact-boxes .contact-boxes-small:nth-child(odd) .small-box span{
        color: #fff !important;
    }

    .contact-boxes .contact-boxes-small:nth-child(even) .small-box p{
        color: #15afa0 !important;
    }

    .contact-boxes .contact-boxes-small:nth-child(even) .small-box span,
    .contact-boxes .contact-boxes-small:nth-child(even) .small-box a{
        color: #666 !important;
    }

    nav.navbar.bootsnav.no-full .navbar-collapse {
        max-height: 600px !important;
    }
    .ad-boardd .board-item .board-item-context p {
        transform: translateY(0);
    }
    nav.navbar.bootsnav.no-full .navbar-collapse > ul {
        padding-top: 75px !important;
        transition: 0.1s all;
    }
    .search-box input {
        width: 350px;
        font-size: 25px;
    }
    .search-box input::placeholder {
        font-size: 25px !important;
    }
    .carousel-home-title {
        line-height: 45px !important;
        font-size: 48px !important;
    }
    nav.navbar.bootsnav .navbar-nav {
        background-color: white !important;
    }
    nav.navbar.bootsnav ul.nav li.dropdown.simple-dropdown > .dropdown-menu {
        background-color: white !important;
    }
    nav.navbar.navbar-default ul.nav > li > i {
        color: #15afa0 !important;
    }
    nav.navbar.navbar-default ul.nav > li > a {
        text-align: center;
        color: #15afa0 !important;
        font-family: "Poppins" !important;
        font-size: 25px;
        font-weight: 700;
        /* line-height: 45px; */
        /* text-transform: uppercase; */
    }
    nav.navbar.bootsnav ul.nav li.dropdown.simple-dropdown.show ul.dropdown-menu li > a.dropdown-toggle {
        color: #15afa0 !important;
        /* text-align: center; */
        opacity: 1;
    }
    .blog-inside-page-title {
        font-size: 50px !important;
        font-weight: 600;
        letter-spacing: -2.08px;
        line-height: 60px;
    }
    .page-header-wrapper {
        position: relative !important;
        height: auto !important;
        padding-top: 100vh;
    }
    .page-header-abs {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100%;
    }
}

.header-searchbar.scrollUp {
    border-left: 1px solid #282828 !important;
}

@media (max-width: 1199.98px) {
    .panel-group.accordion-style1{
        width: 100% !important;
    }
    .features2-box {
        height: 500px !important;
    }
    .header-searchbar {
        border-left: 1px solid white !important;
    }
    .portfolio-grid .grid-item-single,
    .portfolio-grid .grid-item-double {
        height: unset !important;
    }
    .section-title {
        font-size: 45px;
    }
    .icon-title {
        font-size: 23px;
    }
    .top-circle-wrapper img {
        width: 50px;
    }
    .quality-type p {
        font-size: 25px;
    }
    .padding-left-right-140 {
        padding-left: 100px;
        padding-right: 100px;
    }
    .section-features2 h2 {
        font-size: 40px;
    }
    .catalogue-product h1 {
        font-size: 45px;
    }
    .ad-boardd .board-item .board-item-context {
        opacity: 1 !important;
    }
    .board-item-context h1.display-large-none {
        display: block;
    }
    .board-item-context h2.display-large-none {
        display: block;
    }
    .board-item-context .display-large-none {
        display: block;
    }
    .ad-boardd .board-item .board-item-context p {
        transform: translateY(0) !important;
    }
    .board-item-context.items.z-index-5 {
        display: none;
    }
    .ad-boardd .board-item:hover .board-item-img-wrapper.black-overlay::before {
        opacity: 0 !important;
    }
}

.line-height-0 {
    line-height: 0px !important;
}

.custom-filter-dropdown {
    position: relative;
}

.custom-filter-dropdown ul {
    margin: 0;
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    z-index: 999;
    transition: 0.4s;
    width: 100%;
    text-align: left;
}

.custom-filter-dropdown ul li:first-child {
    padding-top: 30px;
}

.custom-filter-dropdown ul li:last-child {
    padding-bottom: 30px;
}

.custom-filter-dropdown ul {
    padding: 0;
}

.custom-filter-dropdown ul li {
    color: #282828;
    padding: 18px 0px;
    font-family: "chivoregular";
    font-weight: 400;
    font-size: 18px;
    padding: 20px 20px;
}

.custom-filter-dropdown ul li:hover {
    color: white;
    background-color: #15afa0;
    transition: 0.2s;
}

.post-details {
    background-color: white;
}

.rec-events1 > div::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #15afa0;
    opacity: 0.9;
}

.rec-events1 > div > div::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background: url("../imgs/recevents.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 0;
    right: 0;
    opacity: 1;
}

.latest-news .blog-post-images:hover .news-btn {
    opacity: 1;
}

.latest-news .blog-post-images:hover .news-btn:hover {
    color: white;
}

.latest-news .blog-post-images:hover img {
    transform: scale(1.1);
}

.latest-news .blog-post-images {
    position: relative;
    height: 300px;
}

.latest-news .blog-post-images .news-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
}

.latest-news .news-btn {
    color: #ffffff;
    font-family: "chivo_lightregular";
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
}

.latest-news {
    background-color: #f7f7f7;
}

.news-btn.green {
    background-color: #15afa0;
    border: 1px solid #15afa0;
}

.news-btn.blue {
    background-color: #1427b2;
    border: 1px solid #1427b2;
}

.rec-events1 .events-items p {
    color: #ffffff;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    text-transform: uppercase;
    margin-top: 35px !important;
    margin-bottom: 10px !important;
}

/* nav.navbar.bootsnav .navbar-nav {
background-color: #15afa0 !important;
}
*/

nav.navbar.navbar-default ul.nav > li.active > a {
    color: #15afa0 !important;
}

.small-nav-icons {
    text-align: center;
    font-size: 20px;
}

.small-nav-icons li {
    padding: 0 20px;
}

.ad-boardd .board-item .board-item-context {
    padding-top: 25px;
}

.ad-boardd .board-item .board-item-context h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #15afa0;
    font-family: "Poppins";
    margin-top: 15px;
    margin-bottom: 10px;
}

.ad-boardd .board-item .board-item-context h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    color: #15afa0;
    font-family: "Poppins";
    padding-top: 5px;
}

.ad-boardd .board-item .board-item-context p {
    color: #282828;
    margin-top: 10px;
    font-family: "chivoregular";
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    transform: translateY(-90%);
    margin-top: 15px;
    pointer-events: none;
}

.ad-boardd .board-item .board-item-context .social-icon-style-7 a {
    background-color: #15afa0;
}


.ad-boardd .board-item .board-item-context {
    opacity: 0;
}

@media (min-width:1200px) {


    .ad-boardd .board-item .board-item-context.description {
        opacity: 0;
        height: 0;
    }
}

.ad-boardd .board-item:hover .board-item-context {
    opacity: 1;
    transition: 1s;
}
/* .ad-boardd .board-item:hover {
    pointer-events: none;
} */

.lower-footer a:hover {
    color: #e8e8e8;
}

.lower-footer a.active {
    color: #e8e8e8;
}

.bg-f7 {
    background-color: #f7f7f7;
}

.bg-transparent {
    background: transparent !important;
}

.lower-footer a.footer-copyright {
    /* opacity: 1; */
    color: #ffffff;
    font-family: "chivo_lightregular";
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.lower-footer a.footer-copyright:hover {
    opacity: 1;
}

.features2-box {
    height: 450px;
    position: relative !important;
    overflow: hidden !important;
    width: 100%;
}

.blog-post-style4 .blog-grid .grid-item figure figcaption {
    height: 0;
    transition: 1s all;
}

.blog-post-style4 .blog-grid .grid-item:hover figure figcaption {
    height: 100%;
}

.blog-post-style4 .blog-grid .grid-item figure figcaption h6,
.event-item-over {
    position: absolute;
    top: 50%;
    padding: 0px;
    margin: 0px;
    left: 50%;
    width: 95%;
    transform: translate(-50%, -50%);
}

.blog-post-style4 .blog-grid .grid-item figure figcaption h6 a button {
    border: 1px solid white !important;
    margin-top: 10px;
    color: white;
    width: 125px !important;
}

.blog-post-style4 .blog-grid .grid-item:hover figure figcaption h6 a button:hover {
    background-color: transparent !important;
}

div.swiper-slide div.btn-dual .btn-transparent-white:hover svg path {
    fill: #15afa0 !important;
}

.board-item-img-wrapper {
    position: relative;
    height: 350px;
}

.board-item-img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.features2-box img:hover {
    transform: scale(1.3);
    transition: 0.5s;
}

.catalogue-blue {
    background-color: #2b2c85;
}

.catalogue-blue:hover a {
    color: #2b2c85;
    background-color: white;
}

.catalogue-red {
    background-color: #f04c49;
}

.catalogue-red:hover a {
    color: #f04c49;
    background-color: white;
}

.catalogue-yellow {
    background-color: #d3ac00;
}

.catalogue-yellow:hover a {
    color: #d3ac00;
    background-color: white;
}

.catalogue-red-dark {
    background-color: #b51f31;
}

.catalogue-red-dark:hover a {
    color: #b51f31;
    background-color: white;
}

.catalogue-purple {
    background-color: #962d64;
}

.catalogue-purple:hover a {
    color: #962d64;
    background-color: white;
}

.catalogue-blue-light {
    background-color: #87c0df;
}

.catalogue-blue-light:hover a {
    color: #87c0df;
    background-color: white;
}

.catalogue-product:hover img {
    transform: scale(1.1);
}
/* .catalogue .catalogue-product:nth-child(1n) {
    background-color: #2b2c85;
}
.catalogue .catalogue-product:nth-child(2n) {
    background-color: #f04c49;
}
.catalogue .catalogue-product:nth-child(3n) {
    background-color: #d3ac00;
}
.catalogue .catalogue-product:nth-child(4n) {
    background-color: #b51f31;
}
.catalogue .catalogue-product:nth-child(5n) {
    background-color: #962d64;
}
.catalogue .catalogue-product:nth-child(6n) {
    background-color: #87c0df;
} */

.display-large-none {
    display: none;
}

.filter select {
    position: relative;
    border: 0;
    background: transparent;
    color: #000;
    font-family: "chivoregular";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.667;
    -moz-appearance: none !important;
    /* for Chrome */
    -webkit-appearance: none !important;
    margin: 0;
}
.rotateme::before {
    content: "";
    transform: translateY(-100%) rotate(180deg) !important;
}
/* .filter:before {
    content: "";
    background-image: url("../imgs/Group 213.png");
    position: absolute;
    right: 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
} */
.reset-form {
    display: none;
}
.ad-boardd .board-item:hover .board-item-img-wrapper.black-overlay::before {
    opacity: 0.7;
    background-color: #15afa0;
}

.ad-boardd .board-item .board-item-img-wrapper.black-overlay::before {
    opacity: 0;
}

.board-item-img-wrapper .items {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    z-index: 5 !important;
}

.board-item-img-wrapper .items h1 {
    font-family: "chivo_boldregular" !important;
    /* font-weight: 1000 !important; */
}

.board-item-img-wrapper .items hr {
    width: 45px;
    border-top: 1px solid white;
    opacity: 1;
}

.board-item-img-wrapper .social-icon-style-7 ul li a {
    background-color: white !important;
    transform: scale(0.8) !important;
}

.board-item-img-wrapper .social-icon-style-7 i {
    color: #15afa0 !important;
}

.ad-boardd .board-item:hover .board-item-context p {
    transform: translateY(0) !important;
    transition: 0.5s;
}

.rec-events1 .event-item {
    position: relative;
}

.rec-events1 .event-item:hover > div::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    transition: 0.5s all;
    background: rgba(21, 175, 160, 0.5);
    backdrop-filter: blur(0.5rem) !important;
}

.rec-events1 .event-item:hover .event-item-over {
    display: inline-block !important;
}

.rec-events1 .event-item:hover .event-item-over a {
    border: 0.5px solid white !important;
    margin-top: 10px;
}

.rec-events1 .event-item:hover .event-item-over p {
    font-size: 18px !important;
    font-weight: bold !important;
}

.portfolio-grid .grid-item-single {
    height: 250px;
}

.portfolio-grid .grid-item-double {
    height: 500px;
}

.onhover-green {
    border: 1px solid;
}

.onhover-green:hover {
    background-color: #15afa0 !important;
    border: 1px solid #15afa0 !important;
    color: white !important;
}

.about-section-row-image {
    overflow: hidden !important;
}

.about-section-row-image img {
    transform: scale(1) !important;
    transition: 0.5s all;
    object-fit: cover !important;
    width: 100%;
    height: 100%;
    object-position: center;
}

.about-section-row:hover .about-section-row-image img {
    transform: scale(1.1) !important;
}

.about-section-row .about-section-row-body h1,
.our-board h1 {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    /* border-bottom: 2px solid rgba(0, 0, 0, 0); */
}

.about-section-row .about-section-row-body hr,
.our-board hr {
    margin: 0px;
    transform: translateX(-10%);
    transition: 0.5s;
    opacity: 0;
}

.about-section-row:hover .about-section-row-body h1 {
    color: #15afa0;
}

.about-section-row:hover .about-section-row-body hr,
.our-board:hover hr {
    transform: translateX(0);
    opacity: 1;
    border: 1px solid #15afa0;
}

.collaborate div.apply a {
    width: 300px;
}

.distributor-card:hover {
    background-color: #15afa0;
    transition: 0.5s;
}

.distributor-card .flag {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.distributor-card:hover .title,
.distributor-card:hover .subtitle,
.distributor-card:hover p,
.distributor-card:hover p a,
.distributor-card:hover p span {
    color: white !important;
}

.swiper-slide .carousel-video-play-btn {
    transform: scale(1.2);
    transition: 0.5s;
}

.swiper-slide .carousel-video-play-btn:hover {
    transform: scale(1);
}

.container .hover-option10 .grid-item .portfolio-icon a {
    position: relative;
}

.container .hover-option10 .grid-item .portfolio-icon a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.event-item .event-item-over a {
    transform: translateY(-75%);
    transition: 0.5s !important;
}

.event-item-over {
    display: inline-block !important;
    opacity: 0;
}

.event-item:hover .event-item-over {
    opacity: 1;
}

.event-item:hover .event-item-over a {
    transform: translateY(0);
}

.insta-img {
    position: relative;
}

.insta-icon-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.top-circle-wrapper {
    position: relative;
    width: 300px;
    transition: 0.5s all;
    top: 50%;
    padding: 10%;
    margin: 10px;
}

.top-circle-wrapper img {
    width: 58px;
}

.top-circle-wrapper .top-circle {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #d64646;
    position: absolute;
    top: -40px;
    right: -15px;
    color: #ffffff;
    font-family: "chivoregular";
    font-size: 16px;
    font-weight: 400;
    z-index: 5;
}

.top-circle-wrapper .top-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.top-circle-wrapper .heart {
    right: 0 !important;
}

.insta-img > div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
}

/*.insta-img:hover > div::before {*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    content: "";*/
/*    background: black;*/
/*    opacity: 0.6;*/
/*    transition: 0.5s all;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

.insta-img:hover .insta-icon-wrapper {
    opacity: 1;
    transition: 0.5s all;
}

.quality-box .quality-type span {
    height: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: 0.4s;
    margin: 15px 0;
}

.quality-box:hover .quality-type span {
    height: 90px;
}

.fiter-arrow-parent img {
    transition: 0.5s all;
}

.fiter-arrow-parent img.show {
    transform: rotate(180deg);
    transform-origin: center;
}

.opacity-0 {
    opacity: 0;
}

.fiter-arrow-parent .custom-filter-dropdown ul.show {
    height: auto;
    background-color: white;
    box-shadow: 0 3px 6px #bcc9d6;
    /* box-shadow: 0 3px 6px #bcc9d6; */
}

.fiter-arrow-parent:hover {
    /* background-color: white; */
}

.custom-filter-dropdown {
}

.custom-filter-dropdown ul {
    height: 0px;
    overflow: hidden;
    display: inline-block;
}

.header-searchbar.scrollUp {
    border-left: 1px solid black;
}

.onhover-text-green:hover {
    color: #15afa0;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.post-details p {
    text-align: left !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.product-features .dimension-200 {
    width: 125px;
    height: 125px;
}

.product-features .dimension-175 {
    width: 150px;
    height: 150px;
}

.blog-items-inside p {
    margin-top: 30px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    height: 75px;
}

.word-wrapper {
    word-wrap: break-word !important;
}

.object-pos-left {
    object-position: left !important;
}

.index-icons .bg-deep-pink {
    border: 2px solid #15afa0;
}

.index-icons:hover .bg-deep-pink {
    background-color: transparent;
    border: 2px solid #15afa0;
}

.index-icons img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 60%;
    max-height: 60%;
    object-fit: contain;
}

.index-icons img.hover {
    opacity: 0;
}

.index-icons:hover img.hover {
    opacity: 1;
}
.index-icons:hover img.non-hover {
    opacity: 0;
}
/* .index-icons:hover svg path {
    fill: #15afa0;
}

.index-icons:hover .c svg path {
    stroke: #15afa0;
    fill: none;
} */

.contact-title {
    padding: 0 30px !important;
    line-height: 1.1 !important;
}

.our-board p {
    line-height: 1.5 !important;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-by {
    color: white;
    font-size: 20px;
    font-family: "chivo_lightregular";
}

nav.navbar.navbar-default ul.nav > li > a {
    font-weight: 600;
}

.our-board p {
    color: #15afa0;
    font-family: "chivo_lightregular";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.custom-header-wrapper img {
    cursor: pointer;
}

.custom-header-wrapper span.close {
    position: absolute;
    top: 30px;
    right: 40px;
    z-index: 333;
    color: white;
    opacity: 1;
    /* font-family: "chivo_boldregular" !important; */
    font-family: "chivoregular" !important;
    font-weight: 300;
    font-size: 35px;
    cursor: pointer;
}

nav.navbar.navbar-default ul.nav > li > a:hover {
    color: #1427b2 !important;
}

.insta-icon-header {
    transform: scale(1.4) !important;
}

.post-details p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.padding-left-right-220 {
    padding-left: 220px;
    padding-right: 220px;
}

@media (min-width: 576px) {
    #home-video-mob {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .g-recaptcha div,
    .g-recaptcha iframe  {
        max-width: 100%;
    }
    .mbr-10px {
        margin-bottom: 10px;
    }
    #home-video-mob {
        display: block;
        height: 70vh;
    }
    #home-video-mob:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 70vh;
        background: rgba(0, 0, 0, 0.4);
    }
    #home-video-mob video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .video-text-about {
        font-size: 15px !important;
    }
    .quality_safety_300px {
        height: 300px;
    }
    .features2-box {
        height: 400px !important;
    }
    .contact-boxes p {
        font-size: 30px;
    }
    .blog-items-inside > div {
        margin-top: 0 !important;
        padding-top: 0px !important;
        position: absolute;
        bottom: 5px;
        left: 20px;
        right: 20px;
    }
    .blog-items-inside {
        padding-left: 20px !important;
    }
    .blog-post-style4 .blog-grid .grid-item:hover figure figcaption h6 a > div {
        height: 0px !important;
        opacity: 0 !important;
    }
    .blog-post-style4 .blog-grid .grid-item:hover figure figcaption {
        height: 0 !important;
    }
    .post-details p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        -webkit-box-orient: vertical;
    }
    .section-features2 .btn {
        font-size: 14px;
        padding: 7px 15px;
    }
    .search-box {
        width: 80%;
    }
    .custom-header-wrapper span.close {
        right: 15px;
        top: 10px;
        font-size: 40px;
    }
    .search-box input {
        width: 90% !important;
        font-size: 18px !important;
    }
    .search-box input::placeholder {
        font-size: 18px !important;
    }
    .padding-small-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .board-item-img-wrapper {
        height: 300px;
    }
    .catalogue .btn.font-18 {
        font-size: 10px !important;
        padding: 15px 20px;
    }
    .distributor-card .subtitle {
        font-size: 20px;
    }
    .distributor-card p {
        font-size: 16px;
        padding-top: 20px !important;
    }
    .distributor-card .title {
        font-size: 25px;
    }
    .quality-type {
        width: 90%;
    }
    .quality-box .quality-type span {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: -0.32px;
        line-height: 25px;
    }
    .product-features .dimension-200 {
        width: 150px;
        height: 150px;
    }
    .product-single-icon.bg-transparent img {
        width: 80px;
    }
    .contact-first-section {
        border: none !important;
    }
    .icon-title {
        font-size: 25px;
        line-height: 50px;
    }
    p.feauture-paragraph {
        font-size: 16px;
        line-height: 25px;
    }
    .padding-left-right-140 {
        padding-left: 30px;
        padding-right: 30px;
    }
    /* .catalogue-product a {
        font-size: 10px !important;
    } */
    .blog-by {
        font-size: 16px;
    }
    .quality-box > img {
        /*height: 300px;*/
        object-fit: cover !important;
    }
    /* .overlay-blue::before {
                    background-image: linear-gradient(163deg, #15afa0 0%, #1427b2 100%) !important;
                } */
    .border-mobile-show {
        border-left: 1px solid #282828 !important;
    }
    .post-details p {
        font-size: 14px;
    }
    .btn-green-cover.mobile {
        font-size: 14px;
    }
    .ad-boardd .board-item .board-item-context p {
        font-size: 15px;
    }
    .ad-boardd .board-item .board-item-context .social-icon-style-7 a {
        font-size: 15px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .our-board p {
        font-size: 16px;
    }
    .ad-boardd .board-item .board-item-context h1 {
        font-size: 18px;
    }
    .ad-boardd .board-item .board-item-context h2 {
        font-size: 14px;
    }
    input,
    textarea,
    select {
        /* margin: 0px; */
        margin: 0 0 10px 0;
    }
    .send-mssg p {
        font-size: 18px;
    }
    .contact-boxes p {
        font-weight: 400 !important;
    }
    .contact-boxes-small {
        height: 300px;
    }
    .quality-boxes-seperator {
        border-bottom: 2px solid white;
    }
    .blog-pager-img {
        height: 440px !important;
    }
    .quality-box .quality-type span {
        height: auto !important;
    }
    .quality-box:hover .quality-type span {
        height: auto !important;
    }
    .distributor-card {
        text-align: center;
    }
    .blog-pager-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .blog-items-inside h6 {
        font-size: 18px;
    }
    .blog-items-inside p {
        font-size: 16px;
        -webkit-line-clamp: 2;
    }
    .quality-text-green {
        font-size: 18px;
        line-height: 25px;
    }
    .blog-text-green,
    .blog-text-blue {
        font-size: 16px;
    }
    .blog-items-inside p,
    .safety-text {
        font-size: 16px;
    }
    .ad-boardd .board-item .board-item-context p {
        transform: translateY(0);
    }
    .work-us h1 {
        font-family: "Poppins";
    }
    .product-single p,
    .products-in-ingredients p,
    .our-board p,
    .blog-text-green,
    .blog-text-blue,
    .about-text {
        font-family: "chivoregular";
    }

    .products-in-ingredients p {
        font-size: 16px;
    }
    .products-in-ingredients.overlay-blue::before {
        background-image: linear-gradient(163deg, #15afa0 0%, #1427b2 100%);
        opacity: 0.76;
    }
    .blog-items-inside p {
        margin-top: unset !important;
    }
    .about-section-row-image {
        /* width: 302px !important; */
        height: 414px !important;
    }
    .swiper-wrapper h6.font-18 {
        font-size: 23px !important;
    }
    .product-single p {
        font-size: 16px;
        line-height: 22px;
    }
    .about-text {
        text-align: center;
        font-size: 16px;
        padding-top: 25px !important;
        padding-bottom: 25px;
    }
    .section-title {
        font-size: 35px !important;
    }
    .section-features2 h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .section-features2 p {
        font-size: 16px;
        line-height: 28px;
    }
    .swiper-button-next {
        right: -45px;
    }
    .swiper-button-prev {
        left: -45px;
    }
    .carousel-home-title {
        font-size: 35px !important;
        line-height: 40px !important;
    }
    .impact-icons {
        width: 75.5px;
    }
    .catalogue-product img {
        width: 150px;
    }
    .catalogue-product h1 {
        font-size: 34px;
    }
    .product-single h1 {
        font-size: 35px;
    }
    .product-single h1 span {
        font-size: 20px;
    }
    .contact-title,
    .work-us h1 {
        font-size: 40px !important;
    }
    .collaborate h1 {
        font-size: 35px;
    }
    .panel-group {
        width: 100% !important;
    }
    .section-ourimpact p {
        font-size: 40px;
    }
    .section-ourimpact p.font-16 {
        font-size: 20px !important;
        padding-top: 15px;
    }
    .latest-news .blog-post-images .news-btn {
        opacity: 1 !important;
        margin-bottom: 0px !important;
    }
    .rec-events1 .event-item .events-items {
        opacity: 1 !important;
    }
    .ad-boardd .board-item .board-item-context {
        opacity: 1 !important;
    }
    .margin-100 img {
        /* height: 600px !important; */
        object-fit: cover;
    }
    .prod-img img {
        height: 400px !important;
    }
    .blog-post-style4 figure figcaption a {
        font-size: 16px;
    }
    .container .blog-post-style4 figure figcaption {
        padding: 30px;
    }
    .heading-img::before {
        border-width: 400px 100vw 0 0 !important;
    }
    .heading-img.show::before {
        border-width: 700px 80vw 0 0 !important;
    }
    .lower-footer p.w-75 {
        width: 100% !important;
    }
    .display-large-none {
        display: block !important;
    }
    .board-item-img-wrapper .items {
        display: none;
    }
    .ad-boardd .board-item .board-item-img-wrapper.black-overlay::before {
        opacity: 0 !important;
    }
    .rec-events1 .event-item:hover .event-item-over {
        display: none !important;
    }
    .rec-events1 .event-item > div::before {
        content: unset !important;
    }
    .rec-events1 .event-item .event-item-over {
        display: none !important;
    }
    .rec-events1 .event-item:hover .event-item-over a,
    .rec-events1 .event-item:hover .event-item-over p {
        display: none !important;
    }
    .post-details span {
        text-align: left;
    }
    .header-searchbar a i {
        font-size: 20px;
    }
    .post-title {
        text-align: left;
        font-size: 16px;
    }
    .display-small-none {
        display: none !important;
    }
    .top-circle-wrapper img {
        width: 40px;
    }
    .top-circle-wrapper .top-circle {
        width: 30px;
        height: 30px;
        top: -30px;
        right: -15px;
    }
    .quality-type p {
        margin-bottom: 30px !important;
    }
    .quality-type img {
        margin-bottom: 15px;
    }
}

.color-blue {
    color: #1427b2;
}

.color-grey {
    color: #666 !important;
}

.navbar-toggler.active .icon-bar:nth-of-type(2) {
    top: 1px;
}

.navbar-toggler .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}

.navbar-toggler.active .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
}

.navbar-toggler.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}

.navbar-toggler.active .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
}

.quality-section-icons:hover span {
    color: #282828 !important;
}

.quality-section-icons:hover .product-single-icon {
    border: 3px solid #282828 !important;
}

.burger-menu {
    position: relative;
    -webkit-appearance: none;
    background: transparent;
    border: none;
    height: 20px;
    width: 30px;
    margin-right: 15px;
}

.header-icons.insta-icon-header.scrollUp path {
    fill: #282828 !important;
}

.header-icons.search-ic.scrollUp path {
    fill: none !important;
    stroke: #282828 !important;
}

.header-icons.scrollUp path {
    fill: #282828;
}

.header-icons.search-ic path {
    fill: none !important;
    stroke: white !important;
}

.header-icons path {
    fill: white;
}

.burger-menu div {
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    background: white;
    opacity: 1;
    border-radius: 2px;
    transition: 0.5s;
}

.burger-menu div.scrollUp {
    background: #282828;
}

.burger-menu div:nth-child(1) {
    top: 0;
    transform: translate(0, 0);
}

.burger-menu div:nth-child(2) {
    top: 50%;
    transform: translate(0, -50%);
}

.burger-menu div:nth-child(3) {
    bottom: 0;
    transform: translate(0, 0);
}

.burger-menu.open div:nth-child(1) {
    transform: rotate(-45deg) translate(-6px, 6px);
}

.burger-menu.open div:nth-child(2) {
    opacity: 0;
}

.burger-menu.open div:nth-child(3) {
    transform: rotate(45deg) translate(-6px, -7px);
}

.mobile-navbar {
    overflow: hidden;
    overflow-y: auto;
}

.mobile-navbar > div {
    height: 80px;
}

.mobile-navbar .menu-content {
    display: none;
    height: calc(100vh - 80px);
    color: #15afa0;
    font-size: 25px;
    font-family: Poppins;
    font-weight: bold;
}

.mobile-navbar .menu-content a {
    position: relative;
    color: inherit;
}

.mobile-navbar .menu-content a.active:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #15afa0;
}

.mobile-navbar .menu-content .submenu ul {
    display: none;
    line-height: 1.5;
    font-size: 24px;
    font-family: Poppins;
    font-weight: 400;
    color: #282828;
}

.mobile-navbar .menu-content .submenu ul li:first-child {
    margin-top: 15px;
}

.mobile-navbar .menu-content .social-media {
    font-size: 20px;
}

.farm:hover span {
    opacity: 1 !important;
    color: white !important;
    font-weight: bold !important;
}

.blog-post-style4 .blog-grid .grid-item figure figcaption h6 a > div {
    height: 0px;
    opacity: 0;
    transition: 0.5s all;
}

.blog-post-style4 .blog-grid .grid-item:hover figure figcaption h6 a > div {
    height: auto;
    opacity: 1;
}

@media (max-width: 1400px) {
    .carousel-home-title {
        font-size: 33px;
    }
    .section-features2 p {
        line-height: 1.4;
    }
}

.fiter-arrow-parent {
    position: relative;
}

.fiter-arrow-parent span {
    vertical-align: middle;
}

.custom-filter-arrow {
    vertical-align: middle;
    /* position: absolute;
    top: 50%;
    transform: translateY(-50%); */
}

.our-board:hover hr {
    border: 2px solid #282828;
}

header.header-appear nav.bootsnav.header-light-transparent .navbar-nav > li.dropdown.on > a,
header.header-appear nav.bootsnav.header-light .navbar-nav > li.dropdown.on > a,
header nav.navbar .navbar-nav > li.dropdown.on > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
    color: #15afa0;
}

nav.navbar.navbar-default ul.nav > li > a:hover {
    color: #15afa0 !important;
}

nav.navbar.navbar-default ul.nav > li.active > a {
    color: #15afa0 !important;
}

.swiper-slide video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.font-16 {
    font-size: 16px !important;
}

/* ========================= EB ============================ */
@media (min-width: 992px) {
    /* ========================= EB ============================ */
    .one-tow-two-one .col-lg-4:nth-child(even) {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .one-tow-two-one .col-lg-4:nth-child(even) .features2-box-img {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .one-tow-two-one .col-lg-4:nth-child(even) .flex-column {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .about-section-row:nth-child(even) {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        /* -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .about-section-row:nth-child(even) .about-section-row-image {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .about-section-row:nth-child(even) .about-section-row-body {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
}
.burger-menu.open div {
    background: #282828 !important;
}
@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
input[type="checkbox"] {
    height: inherit !important;
    width: auto;
    margin-right: 10px;
}
.checkbox-phy {
    float: left;
    padding: 0;
}
.checkbox-phy li {
    float: left;
    margin: 0 10px;
}
.checkbox-phy label {
    display: inherit !important;
}
.newsletter-popup {
    position: fixed;
    background: #15afa0;
    padding: 50px;
    top: 50%;
    left: 50%;
    z-index: 9999;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    transform: translate(-50%, -50%);
    display: none;
}
.newsletter-popup p {
    font-size: 20px;
    color: #fff;
    margin: 0;
}
.close-newsletter {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 5px;
    top: 5px;
}
.close-newsletter:hover {
    cursor: pointer;
}
.close-newsletter:before {
    content: "";
    width: 100%;
    height: 3px;
    background: red;
    display: block;
    border-radius: 100%;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.5);
}
.close-newsletter::after {
    content: "";
    width: 100%;
    height: 3px;
    background: red;
    display: block;
    border-radius: 100%;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 0;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.5);
}
.contact-popup {
    position: fixed;
    background: #15afa0;
    padding: 50px;
    top: 50%;
    left: 50%;
    z-index: 9999;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    transform: translate(-50%, -50%);
    display: none;
}
.contact-popup p {
    font-size: 20px;
    color: #fff;
    margin: 0;
}
.close-contact-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 5px;
    top: 5px;
}
.close-contact-popup:hover {
    cursor: pointer;
}
.close-contact-popup:before {
    content: "";
    width: 100%;
    height: 3px;
    background: red;
    display: block;
    border-radius: 100%;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.5);
}
.close-contact-popup::after {
    content: "";
    width: 100%;
    height: 3px;
    background: red;
    display: block;
    border-radius: 100%;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 0;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.5);
}
#about-video {
    position: relative;
    overflow: hidden;
}
#about-video video {
    position: relative;
}

#about-video .full-screen.slider-size {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    min-height: auto !important;
}
#about-video .full-screen.slider-size:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.video-text-about {
    color: #ffffff;
    font-family: "Poppins";
    font-size: 30px;
}
/* The container must be positioned relative: */
.custom-select {
    border: 0;
    background-color: transparent;
    background: url("../imgs/Group 213.png") no-repeat right 0 center/20px 20px;
    position: relative;
    padding: 8px 0px;
}

.quality-custom-icon img{
    position: relative !important;
}

.custom-select select {
    display: none;
}

.select-selected {
    background-color: transparent;
    color: #000 !important;
    font-family: "chivoregular";
}

/* Style the arrow inside the select element: */
/* .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
  } */

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div {
    color: #ffffff;
    cursor: pointer;
    font-family: "Poppins";
    padding: 10px 40px;
    overflow: hidden;
    position: relative;
    left: 0;
    opacity: 0.5;
    font-weight: 500;
    display: block;
    line-height: 1.42857143;
    font-size: 20px;
}
.select-items{
    max-height: 255px;
    overflow: overlay;
}

.select-selected {
    color: #ffffff;
    cursor: pointer;
    font-family: "chivoregular";
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #15afa0;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 10px 0;
    opacity: 1;
    transition: 0.2s;
    padding: 10px 0px;
}

/* Hide the items when the select box is closed: */
.select-hide {
    visibility: hidden;
    opacity: 0;
    top: 130%;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}
nav.navbar.navbar-default ul li.dropdown .dropdown-menu li > a:hover {
    left: 0 !important;
}

.cover-background {
    position: absolute !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.bgimg1 {
    background-image: url("../imgs/white-guy.jpg");
}
.bgimg2 {
    background-image: url("../imgs/qs.jpg");
}
.dropdown-menu {
    transition: 0s !important;
    top: 75px !important;
}
.rich-textbox-wrapper * {
    margin: 0;
}
.play-btn svg path {
    transition: all 0.2s 0.3s;
}
.play-btn:hover svg path {
    fill: #000;
}
[video-popup-target] {
    cursor: pointer;
}
.video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.video-popup .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: white;
    opacity: 1;
    /* font-family: "chivo_boldregular" !important; */
    font-family: "chivoregular" !important;
    font-weight: 300;
    font-size: 35px;
    cursor: pointer;
}
* {
    outline: none;
}

.mfp-bg,
.mfp-wrap {
    z-index: 999999;
}

.blog-img-height {
    height: 360px;
}

.z-1 {
    z-index: 1;
}

.viewer-box img {
    max-width: none !important;
    transition: all 0s ease 0s !important;
}

.global-wrapper {
/*    opacity: 0;*/
/*    transition: opacity 0.5s;*/
/*}*/

/*.global-wrapper.loaded {*/
/*    opacity: 1;*/
    /*-moz-transform: scale(0.8, 0.8) !important;*/
    zoom: 0.8 !important;
    zoom: 80% !important;
}
