/**
 * @file
 * Subtheme specific CSS.
 */

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iranyekan/eot/iranyekanwebregularfanum.eot');
    src: url('../fonts/iranyekan/eot/iranyekanwebregularfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/iranyekan/woff/iranyekanwebregularfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iranyekan/ttf/iranyekanwebregularfanum.ttf') format('truetype');
}

@font-face {
    font-family: "iranyekanextrabold";
    src: url("../fonts/iranyekan/eot/iranyekanwebextraboldfanum.eot");
    src: url("../fonts/iranyekan/woff/iranyekanwebextraboldfanum.woff") format("woff"), url("../fonts/iranyekan/ttf/iranyekanwebextraboldfanum.ttf") format("truetype"), url("../fonts/iranyekan/svg/iranyekanwebextraboldfanum.svg") format("svg");
}

body {
    text-align: justify !important;
    font-family: iranyekan, tahoma !important;
    font-size: 0.95rem !important;
    background: #fff !important;
}

#page,
#main-wrapper,
.region-primary-menu .menu-item a.is-active,
.region-primary-menu .menu-item--active-trail a {
    background: #fff !important;
}

.row.region.region-top-header-form {
    justify-content: space-between;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
small,
label {
    font-family: iranyekan, tahoma !important;
}

a {
    text-decoration: none;
    font-family: iranyekan, tahoma;
    color: #000 !important;
}

a:hover {
    text-decoration: none !important;
}

h1.title {
    font-size: 1.75rem;
    margin-top: 0.5rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.25rem;
}

.white-text {
    color: #fff;
}

#navbar-top {
    background-color: transparent !important;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
}

.node--type-gallery #navbar-top,
.node--type-dsth-bndy-galry #navbar-top,
.page-view-vu-gallery #navbar-top {
    position: relative;
}

#navbar-top .logo div {
    width: 160px;
    text-align: center;
    color: #c70600;
}

#navbar-top .logo {
    position: absolute;
    right: 0;
}

.logo-group {
    position: absolute;
    left: 0;
}

.logo-group img {
    width: 140px;
}

#navbar-top .d-flex.flex-wrap.justify-content-center.w-100 {
    position: relative;
    align-items: center;
}

.nav-link {
    padding: 1.5rem 1rem !important;
}

.circle-menu {
    font-size: 0.7rem;
    display: none;
}


/*.carousel-inner::after,
.carousel-inner::before {
    content: " ";
    width: 50%;
    height: 80px;
    background: #fff;
    position: absolute;
    z-index: 99999;
    display: block;
    transform: skew(0deg, -6deg);
    bottom: -40px;
    right: 0;
    border:  1px solid #fff;
}

.carousel-inner::after {
    transform: skew(0deg, 6deg);
    right: unset;
    left: 0;
}*/

.logo.w-100 {
    text-align: center;
}

#navbar-top .logo img {
    width: 100px;
    height: auto;
    margin-top: 10px;
}

.language-select {
    margin-right: 100px;
    margin-top: -5px;
    display: flex;
    align-items: center;
}

.home-icon {
    font-size: 24px;
    color: #e84427 !important;
    position: fixed;
    z-index: 99999;
    padding: 0px 0px !important;
    margin-top: -15px;
}

.lang-en .language-select {
    margin-right: 0px;
    margin-left: 100px;
}

.language-select img {
    width: 32px;
}

.view-frontpage>.view-content.row {
    margin: 0px;
}

.path-frontpage #header {
    z-index: 2;
    width: 100%;
}

.path-frontpage #navbar-top {
    /*background-color: #ffc20e !important;*/
    background-color: transparent !important;
    z-index: 9;
}

#navbar-top a.dropdown-item {
    text-align: right !important;
    font-size: 0.9rem;
    min-width: 200px;
    color: #000 !important;
    text-shadow: none;
}

.path-frontpage #navbar-top a,
#navbar-top a {
    color: #fff !important;
    font-weight: 900;
    font-size: 1rem;
    text-shadow: 0px 0px 2px #000;
}

.path-frontpage #navbar-top a.dropdown-item {
    color: #000 !important;
}

.dropdown-menu {
    right: 0;
    left: unset !important;
}

.form-inline.navbar-form.container {
    justify-content: center;
}

.carousel {
    margin-left: auto;
    margin-right: auto;
}

.carousel-item img {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 5px #c1c1c1;
    min-height: 400px;
    object-fit: cover;
}

.carousel-caption {
    font-size: 2.5rem !important;
    bottom: 40% !important;
}

.carousel-caption .yellow {
    color: #e84427;
    text-shadow: 0px 1px #000;
}

.carousel-caption .black {
    color: #000;
    text-shadow: 0px 1px #fff;
}

.carousel-caption .white {
    color: #fff;
    text-shadow: 0px 1px #000;
}

.carousel-caption .blue {
    color: #00f;
    text-shadow: 0px 1px #fff;
}

.carousel-caption .green {
    color: #0f0;
    text-shadow: 0px 1px #000;
}

.carousel-caption .red {
    color: #f00;
    text-shadow: 0px 1px #fff;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 0px;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block !important;
}

.carousel-item {
    float: right;
    margin-left: -100%;
    margin-right: unset;
}

.lang-en .carousel-item {
    float: left;
    margin-left: unset;
    margin-right: -100%;
}

.news-list,
.service-list,
.news-list-nice {
    margin-top: 10px;
    padding: 20px 0px;
    width: 100%;
}

.news-list .news {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    position: relative;
}

.news-date {
    color: #999;
    font-size: 0.75rem;
    position: absolute;
    bottom: 0px;
}

.news-list-nice .news {
    box-shadow: 0px 0px 5px #c1c1c1;
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 30px;
    background: #fff;
}

.news-list-nice .news .news-img img {
    border-radius: 20px;
    height: auto;
    width: 100%;
}

.news-list .news-img {
    z-index: 1;
}

.news-list .news-img img {
    border-radius: 7px;
    box-shadow: 0px 0px 5px #c1c1c1;
}

.news-list .news-body {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0px 1px 15px #c1c1c1;
    min-height: 180px;
    position: absolute;
    width: 85%;
    left: 0;
    padding: 15px 7% 15px 10px;
}

.news-title,
.news-title a {
    font-size: 1.1rem;
    color: #000;
}


/**
 * news list nice
 */

.news-list-nice .new {
    border-radius: 10px;
    box-shadow: 0px 1px 15px #c1c1c1;
}

#block-views-block-vu-front-service-block-1 {
    margin: 70px 0;
}

.service-list.row {
    margin-right: -4px;
}

.service-list>.col-md-12:nth-child(2) {
    display: flex;
    justify-content: flex-end;
}

.service-list .service {
    margin-bottom: 10px;
    align-items: center;
    position: relative;
    padding-right: 40px;
    padding-left: 0px;
}

.service-list .service-img img {
    width: 100%;
    height: auto;
}

.service-list .service-body {
    width: calc(50% - 40px);
    position: absolute;
    top: 0;
    background: rgba(200, 200, 50, 0.5);
    border-radius: 2px;
    z-index: 5;
    height: 100%;
}

.service-title {
    height: 100%;
}

.service-overlay {
    height: 130%;
    margin: auto;
    position: absolute;
    width: 50%;
    top: -15%;
    right: 0%;
    background: rgba(200, 200, 50, 1);
}

.service-list>.col-md-12:nth-child(1) .service-overlay {
    background: #ffc20e;
}

.service-list>.col-md-12:nth-child(2) .service-overlay {
    background: #d82417;
    right: unset;
    left: 0;
}

.service-list>.col-md-12:nth-child(1) .service-body {
    background: rgba(255, 194, 14, 0.5);
}

.service-list>.col-md-12:nth-child(2) .service-body {
    padding: 15px 10px 15px 7%;
    left: 40px;
    background: rgba(216, 36, 23, 0.5);
}

.service-list>.col-md-12:nth-child(3) .service-body {
    background: rgba(7, 72, 135, 0.5);
}

.service-list>.col-md-12:nth-child(2) .service {
    padding-left: 40px;
    padding-right: 0px;
}

.service-list>.col-md-12:nth-child(3) .service-overlay {
    background: #074887;
}

.service-list>.col-md-12:nth-child(3) .service-title a {
    color: #fff !important;
}

.service-list .service-title a {
    padding: 15px 7% 15px 10px;
    display: block;
    height: 100%;
    font-size: 28px;
    text-align: center;
}

.service-img {
    z-index: 1;
    position: relative;
    background: #fff;
}

.full-text img,
.field--type-text-long img {
    max-width: 100%;
    height: auto;
}

.block-header {
    width: 100%;
    margin-bottom: 40px;
}

.block-header h2 {
    font-size: 20px;
    text-align: center;
}

.related-links {
    width: 100%;
    margin: auto;
}

.related-links .links {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.related-links .links .link {
    text-align: center;
    width: 130px;
    background: #fff;
    box-shadow: 0px 0px 7px #c7c7c7;
    border-radius: 5px;
    margin: 10px;
}

.link-img img {
    width: 64px;
    height: auto;
}

.related-links .links .link a {
    width: 100%;
    display: block;
}

.related-links .link-img a {
    padding: 10px 10px 0px 10px;
}

.related-links .link-title a {
    font-size: 12px;
    padding: 0px 10px 10px 10px;
}

.search-form .button {
    font-family: 'Font Awesome 5 Free';
    color: #fff !important;
    display: inline;
}

.search-form .button::before {
    content: "\f002";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.btn-primary {
    color: #fff;
    background-color: #e84427 !important;
    border-color: #e84427 !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #c84427 !important;
    border-color: #c84427 !important;
}

.btn-warning {
    color: #fff;
    background-color: #e84427 !important;
    border-color: #e84427 !important;
}

.btn-warning:hover {
    color: #fff;
    background-color: #c84427 !important;
    border-color: #c84427 !important;
}


/**
 * product cat tabs
 */

.products-categories {
    margin-top: 4rem;
}

.products-categories .teaser-text {
    color: #777;
    overflow: auto;
    max-height: 275px;
}

.tab-txt {
    padding: 1rem 1rem 0rem 1rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.tab-img img {
    width: 100%;
    object-fit: contain;
}


/**
 * product
 */

.product-item {
    padding: 15px;
}

.product-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 5px #c1c1c1;
    height: 100%;
}

.product-title a {
    font-size: 1.25rem;
    text-align: center;
    display: block;
    padding: 15px;
}

.product-img a {
    padding: 15px 15px 0px 15px;
    display: block;
}

.product-img img {
    width: 100%;
    height: auto;
    border-radius: 13px;
}


/**
 * product carousel
 */

#custCarousel {
    overflow: hidden;
}

#custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
    flex-direction: row-reverse;
}

#custCarousel .carousel-indicators>li {
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c7c7c7;
    margin-top: 0.5rem;
    padding: 0.25rem;
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5;
    width: 100%;
    height: auto;
    max-height: 85px;
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}

#custCarousel .carousel-item {
    height: 400px;
    width: 100%;
}

#custCarousel .carousel-item img {
    max-width: 100%;
    max-height: 400px;
    height: auto;
    width: auto;
    box-shadow: unset;
    border-radius: 15px;
}

#custCarousel .carousel-item.active {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.cuscarusel-card {
    padding: 15px;
    background: #fff;
    overflow: hidden;
    margin: auto auto 25px auto;
    border-radius: 20px;
    box-shadow: 0px 3px 7px #c7c7c7;
}

.product-detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product-teaser-description {
    font-size: 1.25rem;
    color: #777;
}

.content-img img {
    width: 100%;
    height: auto;
}

.content-img {
    width: 100%;
    margin-bottom: 2rem;
}

.content-date {
    color: #999;
    font-size: 0.75rem;
}


/**
 * footer
 */

.site-footer .block {
    border: unset;
}

.site-footer .block-views .row {
    margin: 0px;
}

.site-footer a {
    color: #fff !important;
}

.site-footer .block-views img {
    margin: 25px auto;
    width: 120px;
    height: auto;
}

.row.region.region-footer-fifth {
    padding-right: 15px;
    margin-top: 0;
}

#block-views-block-vu-copyright-block-1 {
    margin: auto;
}

.social-medias {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.social-medias a {
    font-size: 24px;
    margin: 5px;
    padding: 5px;
    background: #fff;
    color: #000 !important;
    text-align: center;
    border-radius: 100%;
    display: block;
    width: 42px;
    height: 42px;
    box-shadow: -1px 2px 2px #444;
}

.site-footer__bottom {
    margin-top: 0;
    border-top: unset;
}

.site-footer {
    background: #ffc20e !important;
    padding: 5px 0 10px 0px;
}


/**
 * blog list
 */

.blog-img img {
    width: 100%;
    height: auto;
}

.blog-title {
    margin: 10px 0px;
    font-weight: 600;
    padding: 0rem 1rem;
}

.blog-teaser {
    color: #7b7b7b;
    padding: 0rem 1rem 1rem 1rem;
}

.blog-card {
    background: #fff;
    box-shadow: 0px 3px 7px #c7c7c7;
    height: 100%;
    position: relative;
}

.blog-date {
    color: #999;
    font-size: 0.75rem;
    position: absolute;
    bottom: 0.5rem;
    right: 1rem;
}


/**
 * gallery
 */

.gallery-item {
    padding: 15px;
}

.gallery-card {
    position: relative;
    z-index: 2;
}

.gallery-card img {
    width: 100%;
    height: auto;
}

.page-view-frontpage .gallery-list {
    margin-top: 4rem;
}

.gallery-body {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e84427;
    border-radius: 32px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.gallery-body a {
    color: #e84427 !important;
}

.card-overlay {
    display: none;
    transition: 0.3s;
}

.gallery-card:hover .card-overlay {
    display: block;
    transition: 0.3s;
}

.card-overlay a {
    background: rgba(0, 0, 0, 0.7);
    color: #e84427 !important;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}


/**
 * features
 */

#block-views-block-vu-features-block-1 {
    margin-top: -50px;
}

.section-title {
    background: #12348e;
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    padding: 2rem;
    height: 200px;
    width: 100%;
    position: absolute;
    height: 195px;
}

.feature-item {
    background: #fff;
    padding: 2.5rem 1rem 0rem 1rem;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: center;
    box-shadow: 0px 3px 7px #c7c7c7;
    height: 100%;
}

.section-body {
    margin-top: 100px;
}

.section-title-inner::after {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    content: " ";
    border-bottom: 1px solid #e84427;
    padding-bottom: 10px;
}

.section-title-inner::before {
    display: block;
    width: 70%;
    height: 2px;
    content: " ";
    border-bottom: 1px solid #e84427;
    padding-bottom: 20px;
    position: absolute;
    top: 17px;
    margin: auto;
    left: 0;
    right: 0;
}

.feature-img {
    width: 60px;
}

.feature-title {
    margin-top: 1rem;
    text-align: center;
}

.feature-img img {
    width: 100%;
    height: auto;
}

.section-title-inner {
    position: relative;
    margin-bottom: 20px;
    font-size: 1.25rem;
}

.section-title-container {
    display: flex;
    justify-content: center;
}


/**
 * front page layout
 */

.page-view-frontpage .blog-list-nice {
    margin-top: 4rem;
}

.featured-bottom .row {
    margin: 0;
}

.row.region-featured-bottom-first,
.row.region-featured-bottom-second,
.row.region-featured-bottom-third {
    margin: 0px;
    justify-content: center;
}

.featured-bottom-first {
    position: relative;
}

.featured-bottom-first::before {
    content: " ";
    background: #12348e;
    width: 100%;
    height: 300px;
    display: block;
    position: absolute;
    bottom: -120px;
}

#block-views-block-vu-front-aboutus-block-1,
#block-views-block-vu-project-block-1 {
    width: 100%;
}

.front-aboutus {
    margin-top: 40px;
    background: #f7f7f7;
    padding: 2rem;
}

.featured-bottom-second {
    background: #fff;
    padding-bottom: 50px;
}

.site-footer__top .region {
    width: 25%;
    margin: 0;
}


/**
 * sidebar
 */

.layout-sidebar-second #main>.row-offcanvas-left {
    flex-direction: row-reverse;
}

.sidebar_second .section-title-container {
    width: 100%;
}

.sidebar_second .section-title-inner::before {
    top: 14px;
}

.small-card {
    width: 100%;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0px 1px 7px #c7c1c1;
}

.small-card-img {
    width: 85px;
    height: 75px;
    margin-left: 5px;
    min-width: 85px;
    max-height: 85px;
}

.small-card-img img {
    width: 100%;
    height: 100%;
    border-radius: 7px;
    object-fit: cover;
}

.small-card-date {
    color: #999;
    font-size: 0.75rem;
}

.sidebar .block {
    background-color: unset !important;
    border: none !important;
}


/**
 * contact
*/

.page-view-vu-contact #block-qengbarrio-content {
    width: 50%;
    float: right;
}

.contact-us-page.container>.row {
    margin-left: 0;
    margin-right: 0;
}


/**.page-view-vu-contact #block-webform {
    width: 50%;
}*/

.icon-items {
    display: flex;
    flex-wrap: wrap;
}

.icon-items img {
    width: 65px;
    height: auto;
    margin-left: 5px;
}

.page-view-vu-contact iframe {
    width: 100%;
}

#block-webform {
    width: 50%;
    float: left;
}


/**
 * about us
 */

.field--name-field-para-txt {
    width: 50%;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0px 3px 7px #c7c7c7;
    background: #fff;
}

.field--name-field-para-img {
    width: 50%;
    margin: 0px !important;
}

.field--name-field-para-img img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.field--name-field-para-title {
    display: block;
    clear: both;
    font-size: 1.25rem;
    font-weight: 900;
    margin: 1.25rem 0rem 1rem 0rem;
    position: absolute;
    top: 0;
    right: 0;
}

.field--name-field-para-title::before {
    display: block;
    width: 70%;
    height: 2px;
    content: " ";
    border-bottom: 1px solid #e84427;
    padding-bottom: 20px;
    position: absolute;
    top: 17px;
    margin: auto;
    left: 0;
    right: 0;
}

.field--name-field-para-title::after {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    content: " ";
    border-bottom: 1px solid #e84427;
    padding-bottom: 10px;
}

.paragraph--type--para-title-txt-img {
    padding-top: 5rem;
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    position: relative;
    margin-top: 3rem;
}

.field--name-field-page-para-titletxtimg .field__item:nth-child(2n) .paragraph--type--para-title-txt-img {
    flex-direction: row-reverse;
}

.field--name-field-page-para-titletxtimg .field__item:nth-child(2n-1) .field--name-field-para-txt {
    margin-left: 1rem;
}

.field--name-field-page-para-titletxtimg .field__item:nth-child(2n) .field--name-field-para-img {
    margin-left: 1rem !important;
}


/**
 * bee page
 */

#block-views-block-vu-main-page-bee-block-1 .views-row {
    width: 100%;
}

#block-views-block-vu-main-page-bee-block-1 video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

#block-views-block-vu-main-page-bee-block-1 img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

#block-views-block-vu-main-page-ind-block-2 .view-content.row,
#block-views-block-vu-main-page-ind-block-3 .view-content.row,
#block-views-block-vu-product-block-1 .view-content.row,
.view-vu-page-header .view-content.row,
#block-views-block-vu-main-page-bee-block-1 .view-content.row,
#block-views-block-vu-main-page-bee-block-3 .view-content.row,
#block-views-block-vu-front-productcat-block-2 .view-content.row,
#block-views-block-vu-main-page-bee-block-2 .view-content.row,
.page-view-vu-main-page-food .view-content.row {
    margin: 0;
}

.page-bee-text h1 {
    text-align: center;
    padding: 30px 0px 20px 0px;
}

.page-view-vu-front-productcat #main.container {
    z-index: 1;
}

.path-frontpage #main-wrapper,
.page-view-vu-front-service #main-wrapper {
    background: url("/themes/custom/qengbarrio/images/polygon.png") no-repeat !important;
    padding-bottom: 70px;
    background-size: contain;
    background-position: bottom left !important;
}

.page-view-vu-front-productcat #main-wrapper,
.page-bee-features,
.page-bee-text {
    background: none !important;
    text-shadow: 0px 0px 4px #fff;
    min-height: 100vh;
    overflow: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.page-view-vu-front-productcat #main-wrapper::after,
.page-bee-text::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("/themes/custom/qengbarrio/images/polygon.png") no-repeat !important;
    padding-bottom: 70px;
    background-size: contain;
    background-position: bottom left !important;
    z-index: 0;
}

.page-bee-text .container {
    z-index: 2;
}

.page-bee-features::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("/themes/custom/qengbarrio/images/polygon-features.png") no-repeat !important;
    background-size: contain;
    background-position: bottom left !important;
}

.page-view-vu-main-page-bee .main-content,
.page-view-vu-main-page-ind .main-content,
.page-view-vu-main-page-food .main-content {
    min-height: 0;
}

.page-view-vu-main-page-bee h1.title,
.page-view-vu-main-page-ind h1.title,
.page-view-vu-main-page-food h1.title {
    margin: 0;
}

.page-view-vu-main-page-food .page-bee-text {
    background: none;
}

.food-content #block-views-block-vu-product-block-1::after,
.food-type.page-view-vu-front-productcat #main-wrapper::after,
.page-view-vu-main-page-food .page-bee-features::after,
.page-view-vu-main-page-food .page-bee-text::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.25;
    background: url("/themes/custom/qengbarrio/images/liquid-text-bg.png") no-repeat !important;
    background-position: left bottom !important;
}


.ind-content #block-views-block-vu-product-block-1::after,
.ind-type.page-view-vu-front-productcat #main-wrapper::after,
.page-view-vu-main-page-ind .page-bee-features::after,
.page-view-vu-main-page-ind .page-bee-text::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.25;
    background: url("/themes/custom/qengbarrio/images/cogs-draw.png") no-repeat !important;
    background-position: left bottom !important;
}

.page-bee-features-inner {
    background: url("/themes/custom/qengbarrio/images/honeyjam.png") no-repeat;
    background-size: contain;
    background-position-x: 105%;
    padding: 60px 0px 10px 0px;
}

.page-view-vu-main-page-ind .page-bee-features-inner,
.page-view-vu-main-page-food .page-bee-features-inner {
    background: none;
    background-position: right top;
    position: relative;
}

.page-view-vu-main-page-ind .page-bee-features-inner::before,
.page-view-vu-main-page-food .page-bee-features-inner::before {
    content: " ";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.7;
    background: url("/themes/custom/qengbarrio/images/blueberry-feature-food.png") no-repeat;
    background-position: right top;
}

.page-view-vu-main-page-ind .page-bee-features-inner::before {
    background: url("/themes/custom/qengbarrio/images/boltsandspanner.png") no-repeat;
    background-position: right top;
    opacity: 0.45;
}

.page-bee-text p {
    margin-top: 20px;
    text-align: center;
}


/*
 * page product cat node
 */

.product-cat-page {
    width: 100%;
}

.product-cat-content-img img {
    width: 100%;
    height: auto;
}

#block-views-block-vu-product-block-1,
#block-views-block-vu-front-productcat-block-2 {
    background: url("/themes/custom/qengbarrio/images/polygon-honeyjam.png") no-repeat;
    background-size: 500px;
    background-position: bottom left;
    padding: 60px 0px 10px 0px;
}

#block-views-block-vu-product-block-1 .content {
    position: relative;
    z-index: 2;
}

.ind-content #block-views-block-vu-product-block-1 {
    background: none;
    min-height: 100vh;
}

.food-content #block-views-block-vu-product-block-1 {
    background: none;
    min-height: 100vh;
}

.product-cat-page .nav-tabs .nav-link.active {
    color: #777;
}

.product-cat-page .nav-tabs {
    border: none !important;
}

.product-cat-page .nav-tabs {
    margin-bottom: 50px;
}

.product-cat-page .nav-tabs .nav-item {
    display: flex;
    align-items: center;
}

.product-cat-page .nav-tabs .nav-item:after {
    content: " / ";
}

.product-cat-page .nav-tabs .nav-item:last-child:after {
    display: none;
}

.nav-item.dropdown.product-menu-desktop.d-flex {
    align-items: center;
}

.product-cat-page .nav-tabs .nav-link {
    color: #999 !important;
}

.product-cat-page .nav-tabs .nav-link.active {
    color: #212529 !important;
    background-color: #fff;
    border: none !important;
}

.product-cat-page .nav-tabs .nav-link,
.product-cat-page .nav-tabs .nav-link:focus,
.product-cat-page .nav-tabs .nav-link:hover {
    border: none;
}

.tabs-container.col-md-8 .tab-content {
    height: 350px;
    overflow-y: auto;
}

.node--type-product-cat .node__content {
    margin: 0px;
}


/**
 * new product
 */

.product-img-bg-new {
    position: relative;
}

.product-body-new {
    position: relative;
}

.product-img-new {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70%;
    left: 0;
    right: 0;
    margin: auto;
}

.product-img-logo-new {
    position: absolute;
    top: 0;
    width: 40%;
    left: 0;
}

.product-card-new img {
    max-width: 100%;
    height: auto;
    border-radius: 2rem;
}


/**
 * slick
 */

.slick {
    width: 100% !important;
}

.slick--skin--fullwidth .slide__constrained {
    text-align: center;
    padding-top: 0;
    width: 100%;
    left: 0;
    margin-left: 0;
    position: absolute !important;
}

[dir="rtl"] .slick-next::before {
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #ffc107;
}

[dir="rtl"] .slick-prev::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #ffc107;
}

.slick-arrow::before {
    color: #000;
    font-size: 2.25rem;
}

.slide__overlay img {
    margin: auto;
    width: 85px;
}

.slide__caption,
.slide__caption a {
    color: #fff !important;
}

.slide__caption a {
    display: block;
    padding: 15px 0px;
    height: 100%;
}

.slide__caption .views-field-field-product-cat-txt {
    height: 100%;
}

.slide__caption .views-field-field-product-cat-txt a {
    font-size: 12px;
    text-align: justify;
    padding: 5px 50px;
    height: 100%;
}

.slide__caption {
    padding: 0;
}

.slide__data,
.slide__description,
.slide__description .views-field.views-field-field-product-cat-txt .field-content,
.slide--caption--bottom .slide__constrained>.slide__caption {
    height: 100%;
}

.slick__slide .blazy .media {
    background: #000;
}

.slick--skin--fullwidth .slide__media {
    background: #000;
}

.slick--skin--fullwidth .slide__media img {
    opacity: 0.4;
    transition: 0.3s;
}

.slick__slide:hover .slide__media img {
    opacity: 1;
    transition: 0.3s;
}

.slick__arrow {
    bottom: auto;
    height: 2px;
    left: 0;
    margin-top: -1px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 94%;
    z-index: 2;
    margin: auto;
    left: 0;
    right: 0;
}

.view.view-vu-bee-product-slick .view-content.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.slick__arrow {
    width: 94%;
    margin: auto;
    left: 0;
    right: 0;
}


/**
 * hero header
 */

.hero-header {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    width: 100%;
}

.hero-header h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    text-shadow: 0px 0px 10px #fff;
}

.hero-header-img {
    width: 100%;
}

.hero-header-img img {
    width: 100%;
    height: auto;
    min-height: 200px;
    object-fit: cover;
}

.hero-header>.container {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    text-shadow: 0px 0px 5px #fff;
}


/**
 * product poly
 */

.product-poly-card {
    display: flex;
    justify-content: center;
    width: 660px;
    margin: auto;
    position: relative;
}

.product-poly-body {
    background: url("/themes/custom/qengbarrio/images/products-polygon.png") no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 360px;
    background-size: contain;
    height: 416px;
}

.product-img {
    width: 300px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
}

.product-list-polygon .product-item:nth-child(2n-1) .product-img {
    left: unset;
    right: 0;
}

.product-list-polygon .product-item:nth-child(2n) .product-img {
    left: 0;
    right: unset;
}


/**
 * product coverage
 */

.product-list-coverage {
    padding-top: 40px;
    padding-bottom: 40px;
}

.product-cover-img img {
    width: 100%;
    height: auto;
    transition: 0.5s;
}

.product-cover-img {
    background: url("/themes/custom/qengbarrio/images/products-bg.jpg") no-repeat;
    padding: 10px;
    border-radius: 25px;
    overflow: hidden;
    background-size: cover !important;
}

.food-type .product-cover-img {
    background: url("/themes/custom/qengbarrio/images/foods-bg.jpg") no-repeat;
}

.ind-type .product-cover-img {
    background: url("/themes/custom/qengbarrio/images/gears-background.jpg") no-repeat;
}

.product-cover-img-cover {
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    transition: 0.5s;
}

.product-cover-img:hover .product-cover-img-cover img {
    transform: scale(1.2);
    transition: 0.5s;
}

.product-cover-img-cover a {
    display: block;
    height: 100%;
}

.product-cover-title a {
    display: block;
    text-align: center;
    padding: 10px 15px;
}

.product-cover-img-img {
    z-index: 1;
    position: absolute;
    width: 58%;
    top: 25px;
    right: 25px;
}


/**
 * new footer
 */

.large-footer {
    text-align: center;
}

.large-footer>div {
    width: 100%;
}

.phone-number .h4 {
    color: #ffc20e;
}

div.fast-access {
    margin: 25px auto;
    width: 50%;
}

.fast-access a {
    padding: 15px;
    display: inline-block;
}

.footer-copyright,
.footer-address {
    color: #000;
}


/**
* menu
**/

#block-qengbarrio-main-menu a {
    color: #e84427 !important;
}

.navbar {
    padding: 0px !important;
}

.navbar.box-shadow {
    padding: 5px 0px !important;
    position: fixed;
    z-index: 99999;
}

.main-menu {
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.nav-open .main-menu {
    opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, 0.92);
}

.main-menu .nav li a {
    color: #FFF;
    font-size: 4vh;
    font-weight: 600;
}

.main-menu .nav li {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation-timing-function: cubic-bezier(.45, .005, 0, 1);
    -moz-animation-timing-function: cubic-bezier(.45, .005, 0, 1);
    -o-animation-timing-function: cubic-bezier(.45, .005, 0, 1);
    animation-timing-function: cubic-bezier(.45, .005, 0, 1);
}

.nav-open .main-menu .nav li {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s;
}

.main-menu .nav li.delay-1 {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.main-menu .nav li.delay-2 {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.main-menu .nav li.delay-3 {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.main-menu .nav li.delay-4 {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.main-menu .nav li.delay-5 {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.main-menu .nav li.delay-6 {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.main-menu .nav li.delay-7 {
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.main-menu .nav li.delay-8 {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.main-menu .nav li.delay-9 {
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.nav-button {
    position: relative;
    z-index: 1111;
    height: 42px;
    display: block;
    width: 50px;
    padding: 12px;
}

.nav-button #nav-icon3 {
    width: 24px;
    height: 22px;
    display: inline-block;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.nav-button #nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #e84427;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.nav-button #nav-icon3 span:nth-child(1) {
    top: 0
}

.nav-button #nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 7px
}

.nav-button #nav-icon3 span:nth-child(4) {
    top: 14px
}

.nav-open #nav-icon3 span:nth-child(1) {
    top: 9px;
    width: 0;
    left: 50%
}

.nav-open #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-open #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav-open #nav-icon3 span:nth-child(4) {
    top: 9px;
    width: 0;
    left: 50%
}

.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

#CollapsingNavbar {
    justify-content: center !important;
    height: 100vh;
}

.navbar-nav {
    flex-direction: column !important;
}

#navbar-main {
    background: none !important;
}


/**
 * seprate sections
 */

.food-type .site-footer,
.page-view-vu-main-page-food .site-footer {
    background: #ffc20e !important;
}

.ind-content .site-footer,
.ind-page .site-footer,
.ind-type .site-footer,
.page-view-vu-main-page-ind .site-footer {
    background: #074887 !important;
}


.food-content .site-footer,
.food-page .site-footer,
.food-type .site-footer,
.page-view-vu-main-page-food .site-footer {
    background: #d82417 !important;
}

.food-content header#header {
    background: #d82417;
}

.ind-content header#header {
    background: #074887;
}

.bee-content header#header {
    background: #ffc20e;
}

.bee-content #navbar-top,
.ind-content #navbar-top,
.food-content #navbar-top {
    position: relative;
}


.bee-content .logo-group img,
.ind-content .logo-group img,
.food-content .logo-group img {
    width: 115px;
}

.bee-content .logo-group,
.ind-content .logo-group,
.food-content .logo-group {
    background: #fff;
    padding: 10px 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 1px 0px 5px #777;
}


/**
 * responsive
 */

.navbar-toggler-right {
    display: none;
}

.product-menu-mobile {
    display: none !important;
}

@media (max-width: 1024px) {
    .slide__caption a {
        padding: 10px 0px 5px 0px;
        font-size: 0.95rem;
    }
    .slide__overlay img {
        width: 75px;
    }
    .slick-list {
        padding-right: 0px !important;
        padding-left: 0 !important;
    }
    .nav-link,
    .path-frontpage #navbar-top a {
        font-weight: 100;
        font-size: 0.8rem;
        padding: 1.5rem 0.5rem !important;
    }
}

@media (max-width: 991.98px) {
    #navbar-top .logo img {
        width: 75px;
    }
    .bee-content .logo-group img,
    .ind-content .logo-group img,
    .food-content .logo-group img {
        width: 85px;
    }
    .logo-group img {
        width: 85px;
    }
    .hero-header .container {
        font-size: 1rem;
    }
    .hero-header h1 {
        font-size: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .blog-list-nice .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    .tab-img img {
        height: auto;
    }
    .tab-txt .btn {
        margin-bottom: 10px;
    }
    .carousel-caption {
        font-size: 1.5rem !important;
    }
    .site-footer__top .region {
        width: 100%;
    }
    .main-menu .nav li a {
        font-size: 4vh;
    }
    .full-text img,
    .field--type-text-long img {
        clear: both;
    }
    #navbar-top {
        min-height: 50px;
        background: #fff !important;
        position: relative;
    }
    .nav-link {
        padding: 0.5rem 1rem !important;
        font-weight: 100;
        font-size: 0.9rem;
        color: #8d8d8d !important;
        border-bottom: 1px solid #eaeaea;
    }

    #navbar-top a,
    .path-frontpage #navbar-top a {
        color: #8d8d8d !important;
        font-size: 0.9rem;
        font-weight: 100;
        padding: 0.5rem 1rem !important;
        text-shadow: none;
    }
    .nav-link:first-child {
        padding-top: 1rem !important;
    }
    .nav-link:last-child {
        border-bottom: none;
    }
    #CollapsingNavbar {
        display: flex !important;
    }
    .navbar-form .d-flex {
        justify-content: space-between !important;
    }
    .navbar-form .navbar {
        order: 1;
        width: 100%;
        color: #232323;
    }
    #navbar-top .logo {
        right: unset;
        left: 0;
    }
    .navbar-form .logo {
        order: 3;
        left: 0;
        z-index: 1;
    }
    .navbar-form .logo-group {
        order: 2;
        left: 0;
        right: 0;
        width: 100px;
        margin: auto;
        z-index: 1;
    }
    #navbar-top .logo,
    #navbar-top .logo-group {
        position: absolute;
        top: 0;
    }
    #navbar-top .logo-group {
        top: -8px;
    }
    .logo-group img {
        width: 85px;
    }
    #navbar-top .logo img {
        width: 80px;
    }
    .product-menu-desktop {
        display: none;
    }
    .product-menu-mobile {
        display: block !important;
    }
    div.fast-access {
        width: 100%;
    }
    .circle-menu {
        display: none;
    }
    .service-list .service {
        margin-bottom: 110px;
    }
    #navbar-top .logo img {
        margin-top: 0;
    }
    .carousel-item img {
        min-height: unset;
    }
    .carousel-inner::after,
    .carousel-inner::before {
        display: none;
    }
}