/*!
Theme Name: Baladna
Author: Motif
Author URI: http://motif.net
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: baladna
*/

@font-face {
    font-family: "Frutiger LT Arabic";
    src: url("./fonts/frutiger-lt-arabic-75-black.ttf") format("opentype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Frutiger LT Arabic";
    src: url("./fonts/frutiger-lt-arabic-65-bold.ttf") format("opentype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Frutiger LT Arabic";
    src: url("./fonts/frutiger-lt-arabic-55-roman.ttf") format("opentype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Frutiger LT Arabic";
    src: url("./fonts/frutiger-lt-arabic-45-light.ttf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

/*
@media (min-width: 1920px){
.container {
    max-width: 1920px!important;
}
}
*/

body {
    font-family: "Frutiger LT Arabic";
    color: #333333;
    margin-top: 85px;
}
/* body.admin-bar{
    margin-top: 52px;
} */
img {
    max-width: 100%;
}
p {
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
}
a {
    color: initial;
    transition: all 0.2s ease;
}
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    color: inherit;
}
input:focus,
textarea {
    outline: none;
}
button:hover,
button:focus {
    outline: none;
    text-decoration: none;
}
.logo-container {
    margin: 0;
    padding: 0;
}
.logo-container .logo {
    margin-right: 0;
    top: 0px;
    position: absolute;

    z-index: 99999999;
    width: 125px;
}
#menu-header-right {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    float: right;
}
#menu-header-right li {
    float: left;
    padding: 0 12px;
    border-right: 1px solid #c2c2c2;
    height: 17px;
    line-height: 19px;
}
#menu-header-right li:first-child {
    padding-left: 0;
}

#menu-header-right li a {
    color: #444444;
    font-size: 12px;
    /* letter-spacing: 0.5px; */
    line-height: 14px;
    font-weight: 600;
}
.header-menu .menu > li a {
    padding: 0 20px;
    text-decoration: none;
    color: #98252b;
    font-size: 15px;
    line-height: 29px;
    font-weight: 600;
    text-transform: uppercase;
}
.header-menu .menu > li:first-child a {
    padding-left: 0;
}
#menu-header-right li a:hover {
    color: rgba(147, 147, 147, 1);
}
#header {
    height: 85px;
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999999;
}
#header.sticky {
    -webkit-box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    -moz-box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
}
.admin-bar #header {
    top: 32px;
}
.menu-header-right-container {
    padding: 32px 0;
}
#menu-header-right .menu-header-search-button {
    border: none;
    width: 36px;
}
.menu-header-search-form {
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 999999;
    width: 270px;
    /*    background: #98252c;*/

    display: none;
}

#header .container {
    position: relative;
}
.menu-header-search-form .search-field {
    padding: 0 10px;
    box-sizing: border-box;
    height: 49px;
    width: 100%;
    border: 1px solid #eaeaea;
    background-color: #f9f9f9;
    color: #777777;
    border-radius: 30px;
}

/*
.menu-header-search-form  ::placeholder,
.menu-header-search-form  ::-webkit-input-placeholder,
.menu-header-search-form  :-ms-input-placeholder


{
  color: #777777;
}
*/

.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    border: none;
    background: #98252b;
    color: #fff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.search-field::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    opacity: 1; /* Firefox */
}

.search-results .search-field::placeholder,
.sidenav-search .search-field::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
}

.search-field:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.search-field::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #777777;
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #777777;
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #777777;
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
}

.homeslider {
    position: relative;
}

.homeslider-shape {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.homeslider i {
    font-size: 48px;
    text-shadow: 2px 2px 20px rgb(105, 105, 105);
}
#hero {
    position: relative;
    background: #ffffff;
    /* min-height: 700px; */
}
#hero .hero-img {
    position: relative;
    width: 100%;
    height: calc(100vh - 100px);
    background-size: cover !important;
    background-position: bottom;
    /*    background-attachment: fixed !important;*/
    background-repeat: no-repeat;
}
.hero-info {
    position: absolute;
    z-index: 99;
    bottom: 280px;
}
#hero .hero-info h2,
#hero .hero-info h1 {
    color: #ffffff;
    font-size: 30px;
    line-height: 44px;
    text-shadow: 2px 2px 20px rgb(0, 0, 0);

    font-weight: bold;
    margin-bottom: 21px;
    text-transform: uppercase;
    min-width: 300px;
}
#hero .container {
    /*    position: relative;*/
}
.btn-baladna {
    background: #98252b;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    width: 229px;
    display: inline-block;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    border-radius: 30px;
}
.btn-baladna:hover {
    color: #ffffff;
    background: #f1bc7b;
}
.btn-baladna:focus {
    color: #ffffff;
    background: #f1bc7b;
}
.carousel-indicators {
    position: absolute;
    right: inherit;
    bottom: 90px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: initial;
    margin-left: inherit;
    list-style: none;
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    opacity: 0.3;
    margin-right: 5px;
    margin-left: 5px;
    text-shadow: 2px 2px 20px rgb(105, 105, 105);
}
.section-title {
    color: #8b2024;
    font-size: 22px;
    letter-spacing: 3px;
    line-height: 31px;
    text-transform: uppercase;
    font-weight: 700;
}
.section-title a {
    color: #8b2024;
    font-size: 22px;
    letter-spacing: 3px;
    line-height: 31px;
    text-transform: uppercase;
    font-weight: 700;
}

.section-title a:hover {
    color: #f1bc7b;
}

.section-big-text {
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 41px;
}

.home-products {
    margin-top: 70px;
}
.home-products-carousel {
    position: relative;
    margin-top: 41px;
}
.home-products-carousel .item {
    position: relative;
}
.home-products-carousel-info {
    position: absolute;
    top: 125px;
    width: 100%;
}
.home-products-carousel-info h3 {
    color: #892327;
    font-size: 32px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 700;
}
.home-products-carousel-info p {
    font-size: 24px;
    line-height: 39px;
    margin-bottom: 0;
    font-weight: 400;
}
.home-products-carousel-info .btn-baladna {
    margin-top: 50px;
}
#home-products {
    position: relative;
}
.home-products-carousel-img {
    position: relative;
}

.home-products-carousel .owl-prev,
.home-products-carousel .owl-next {
    color: #fff;
    border: none;
    font-size: 62px;
    opacity: 0.5;
    padding: 0 16px;
    background: transparent;
    position: absolute;
    z-index: 9;
    top: calc(50% - 46px);
}
.home-products-carousel .owl-prev {
    left: calc((100% - 1170px) / 2 - 125px);
}
.home-products-carousel .owl-next {
    right: calc((100% - 1170px) / 2 - 125px);
}
.home-products-carousel .owl-prev:hover,
.home-products-carousel .owl-next:hover {
    opacity: 1;
}
.nav-container button,
.nav-container2 button,
.event-nav-container button,
.gallery-nav-container button {
    border: none;
    font-size: 62px;
    opacity: 0.2;
    padding: 0 16px;
    background: transparent;
}
.nav-container button:hover,
.nav-container2 button:hover,
.event-nav-container button:hover,
.gallery-nav-container button:hover {
    opacity: 1;
}
.nav-container .owl-prev {
    padding-left: 0;
}
.nav-container .owl-next {
    padding-right: 0;
}
#home-about {
    /*    background-image: url(img/about.jpg);*/
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    margin-top: 75px;
    padding-top: 132px;
    padding-bottom: 139px;
}
#home-about .section-big-text {
    margin-bottom: 41px;
}
#home-about p {
    margin-bottom: 26px;
}
#home-impact {
    /*    background-image: url(img/impact.jpg);*/
    background-size: cover;
    background-position: bottom;
    padding: 120px 0;
}
#home-impact .section-big-text {
    color: #ffffff;
    margin-bottom: 50px;
}
.impact-columns h4 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 53px;
    margin: 0;
}
.impact-columns p {
    opacity: 0.7;
    color: #ffffff;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 50px;
}
#counter {
    margin: 50px 0;
}
#counter .section-big-text {
    margin-bottom: 50px;
}
#counter .numbers {
    text-align: center;
}
#counter .numbers .number {
    color: #98252b;
    font-size: 60px;
    letter-spacing: inherit;
    line-height: 115px;
    font-weight: 700;
}
#counter .numbers p {
    font-size: 16px;
    line-height: 31px;
}
#footer {
    background-image: url(img/footer.jpg);
    padding-bottom: 173px;
    padding-top: 118px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
#footer p {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
}
#footer h5 {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
}

.footer-description {
}
.sidenav .sidenav-lang {
    position: absolute;
    top: 21px;
    right: 15px;
    margin-left: 0;
    padding: 0;
    color: #939393;
    font-size: 12px;
    line-height: 14px;
}
.newsletter-form {
    padding-bottom: 36px;
    margin-bottom: 0px;
}
.newsletter-form input.mailpoet_text {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    padding: 16px 20px;
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    height: 52px;
    border-radius: 30px;
}
.newsletter-form .mailpoet_form_php {
    position: relative;
}
.newsletter-form .mailpoet_submit {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #98252b;
    color: #ffffff !important;
    display: inline-block;
    height: 50px;
    width: 70px;
    margin: 1px;
    text-align: center;
    border: none;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.newsletter-form .mailpoet_submit:hover {
    background: #f1bc7b;
}
.newsletter-form input[type="submit"] {
    display: none;
}
.parsley-required,
.parsley-custom-error-message {
    color: #ffff !important;
    padding: 7px;
    border: 2px solid #98252c;
}
.footer-logo {
    margin-top: 40px;
}
.footer-logo img {
    width: 130px !important;
    margin-bottom: -91px;
}
#menu-footer {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    margin-bottom: 20px;
}
#menu-footer li {
    float: left;
    margin-right: 41px;
    font-weight: 600;
}
#menu-footer li:last-child {
    margin: 0;
}
#menu-footer li a {
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 23px;
}
#menu-footer li a:hover {
    color: #f1bc7b;
}
.footer-bottom {
    background-color: #fff;
    text-align: center;
}
.social-links {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.social-links li {
    float: left;
    margin: 0 7px;
    font-size: 14px;
}
.social-links li a {
    color: #98252c;
}
.social-links li a:hover {
    color: #f1bc7b;
}
.sidenav-social-links {
    padding: 0;
    margin: 0 26px;
    list-style: none;
    display: inline-block;
}
.sidenav-social-links li {
    float: left;
    margin: 0 0px;
    font-size: 14px;
}
.sidenav-social-links li a {
    color: #fff;
    padding: 6px;
}
#copyright {
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 23px;
    margin-top: 8px;
    margin-bottom: 0;
    padding-bottom: 10px;
    display: block;
}

#archive-header {
    background: #98252b;
}
#single-post-header {
    background: #98252b;
}
.areer-single-page h4 {
    font-size: 24px;
    line-height: 33px;
    font-weight: 600;
    margin-bottom: 15px;
}
#page-header {
    padding-bottom: 200px;
    /*    background-size: 1920px;*/
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#page-header h1 {
    color: #ffffff;
    font-size: 44px;
    letter-spacing: -0.18px;
    line-height: 54px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    margin-top: 120px;
    margin-bottom: 120px;

    font-weight: 700;
}
.page-template-page-media #page-header h1 {
    margin: 200px 100px;
}
#product-archive-header {
    padding-bottom: 200px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#product-archive-header h1 {
    color: #ffffff;
    font-size: 44px;
    letter-spacing: -0.18px;
    line-height: 54px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    margin-top: 120px;
    margin-bottom: 120px;
    font-weight: 700;
}
.page-template-page-careers #page-header {
    position: relative;
    padding-bottom: 120px;
    height: 900px;
}
.page-template-page-media #page-header {
    padding-bottom: 85px;
}
.page-id-40 #page-header h1 {
    margin-top: 247px;
    margin-bottom: 50px;
}
.page-template-page-media .nav-container,
.page-template-page-media .nav-container2,
.page-template-page-media .event-nav-container,
.page-template-page-media .gallery-nav-container {
    position: relative;
    top: 10px;
    z-index: 999999;
}
.page-template-page-media .nav-container button,
.page-template-page-media .nav-container2 button,
.page-template-page-media .event-nav-container button,
.page-template-page-media .gallery-nav-container button {
    font-size: 34px;
    padding: 0 11px;
}
#default-page-header {
    background: #98252b;
    height: 200px;
}
#default-page-header h1 {
    color: #ffffff;
    font-size: 44px;
    letter-spacing: -0.18px;
    line-height: 45px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    margin-top: 35px;
    font-weight: 700;
}
#search-header {
    background: #98252b;
}
#search-header h1 {
    color: #ffffff;
    font-size: 44px;
    letter-spacing: -0.18px;
    line-height: 45px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    margin-top: 214px;
    font-weight: 700;
}

#page-gallery-header {
    background-size: cover;
    background-position: bottom;
}
#page-gallery-header h1 {
    color: #ffffff;
    font-size: 38px;
    line-height: 45px;
    font-weight: 700;
    margin-top: 63px;
    margin-bottom: 195px;
}
#archive-header h1 {
    color: #ffffff;
    font-size: 38px;
    line-height: 45px;
    font-weight: 700;
    margin: 0;
    padding: 40px 0 64px;
    margin-left: 1px;
}
#single-post-header h1 {
    color: #ffffff;
    font-size: 38px;
    line-height: 45px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px;
}
.page-template-page-recipes #page-header h1 {
    margin-top: 156px;
}
#page-our-team-header {
    padding-bottom: 240px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
#page-our-team-header h1 {
    color: #ffffff;
    font-size: 38px;
    line-height: 45px;
    font-weight: 700;
    margin-top: 130px;
}
.page-template-page-recipes #page-header {
    padding-bottom: 97px;
}

.page-template-page-gallery .baladna-page {
    background: #f9f9f9;
}
.page-template-page-gallery iframe {
    border-radius: 20px;
}

.single-baladna-team-content {
    margin-top: 50px;
}
#single-career-header {
    background: #98252b;
}
#single-career-header h1 {
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    margin-top: 24px;
    font-weight: 700;
    color: #ffffff;
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 15px;
}

#single-team-header {
    background-image: url(img/about-team-member.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-bottom: 240px;
}
#single-team-header h1 {
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    margin-top: 24px;
    font-weight: 700;
    color: #ffffff;
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 15px;
}
#single-recipes-header {
    background: #98252b;
}
#single-recipes-header h1 {
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    margin-top: 24px;
    font-weight: 700;
    color: #ffffff;
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 15px;
}
.recipes-big-text p {
    color: #333333;
    font-size: 38px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 40px;
}
.career-share {
    margin: 0px;
    margin-top: 24px;
    color: aliceblue;
    font-size: 12px;
    line-height: 23px;
    position: relative;
}
.career-share a {
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.8px;

    padding: 0px 10px;
    margin: 5px;
    border-radius: 20px;
    display: inline-block;
    background: #ffffff2e;
}
.career-share a:hover {
    background: #f1bc7b6b;
}

.career-share-hover {
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
    position: absolute;
    top: 33px;
    right: 0;
    z-index: 9;
}
.career-share-hover li a {
    width: 40px;
    text-align: center;
}
.career-share-share {
    position: relative;
    display: inline-block;
}
.career-share-share .facebook {
    background: #3b5998;
    background: rgba(59, 89, 152, 0.5);
}
.career-share-share .whatsapp {
    background: #25d366;
    background: rgba(37, 211, 102, 0.5);
}
.career-share-share .twitter {
    background: #1da1f2;
    background: rgba(29, 161, 242, 0.5);
}
.career-share-share:hover .career-share-hover {
    display: block;
}
.all-positions {
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 1.6px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
    display: inline-block;
}
.career-info p {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 23px;
}
.breadcrumb {
    background-color: transparent;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.8px;
    line-height: 23px;
    padding: 10px 0;
    font-weight: 600;
    margin-bottom: 0;
}
.breadcrumb-item.active {
    color: rgba(147, 147, 147, 0.5);
}
.breadcrumb-item a {
    color: rgba(147, 147, 147, 0.5);
}
.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(147, 147, 147, 0.5);
}

.breadcrumb-light .breadcrumb-item a,
.breadcrumb-light .breadcrumb-item.active,
.breadcrumb-light .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
}

.breadcrumb-item a:hover {
    color: #f1bc7b;
}
.page-product-content {
    padding: 55px 0;
}
.page-product-content p {
    font-size: 24px;
    line-height: 36px;
}
.page-content {
    padding: 55px 0;
}
.cat-col {
    /*    border: 1px solid rgba(151, 151, 151, 0.3);*/
    margin-bottom: 29px;
    text-align: center;
    width: 100%;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    -moz-box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
}
.cat-col a {
    display: block;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    border-radius: 20px;
}

.cat-col img {
    transition: all 0.8s ease;
}

.cat-col a:hover img {
    transform: scale(1.1);
    transition: all 0.8s ease;
}
.cat-col h2 {
    color: #666;
    font-size: 27px;
    line-height: 45px;
    text-align: center;
    font-weight: 600;
    padding: 26px 0;
    margin: 0;
    background: #fff;
}
.grid-flex {
    display: flex;
    flex-wrap: wrap;
}
.grid-flex > div[class*="col-"] {
    display: flex;
}
.gallery-carousel.owl-carousel .owl-stage {
    display: flex;
    flex-wrap: wrap;
}
.gallery-carousel.owl-carousel.owl-drag .owl-item {
    display: flex;
}
.woocommerce .woocommerce-breadcrumb {
    padding: 10px 0px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
}
.woocommerce-products-header {
    direction: ltr;
    padding-bottom: 140px;
    background-position: top !important;
    background-repeat: no-repeat !important;
    height: 594px;
}
.woocommerce-products-header__title {
    color: #892327;
    font-weight: 700;
    font-size: 48px;
    line-height: 55px;
    margin-top: 107px;
}
.term-description {
    margin-bottom: 60px;
}
.term-description p {
    color: #444444;
    font-size: 24px;
    line-height: 32px;
}
.archive-product-loop {
    position: relative;
    margin-top: 100px;
    background-image: linear-gradient(#ffffff, #f5f3f0);
    padding-bottom: 140px;
}
.content-product {
    position: relative;
    z-index: 9;
    text-align: center;
    margin-bottom: 50px;
}
.content-product .content-product-image-container {
    /* border: 1px solid rgba(151, 151, 151, 0.3); */
    padding: 20px 0;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.42);
    -webkit-box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    -moz-box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
}
.content-product-image-container:hover img {
    transform: scale(1.03);
    transition: all 0.8s ease;
}
.baladna-archive-product .woocommerce-loop-product__title {
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    font-weight: 600;
    margin-top: 15px;
}
.baladna-single-product-content {
    direction: ltr;
    padding: 0px 0 6px;
}
.baladna-single-product-content img {
    margin: auto;
    display: block;
    max-width: 210px;
}
.single-product-cat {
    color: #7e2024;
    font-size: 24px;
    line-height: 53px;
    text-transform: uppercase;
    font-weight: 400;
}

.baladna-single-product-content .product_title {
    color: #7e2024;
    font-size: 38px;
    line-height: 53px;
    font-weight: 700;
}
.woocommerce-product-details__short-description p {
    font-size: 18px;
    line-height: 31px;
}
.ingredients h4 {
/*
    font-size: 18px;
    font-weight: 700;
    line-height: 31px;
    text-transform: uppercase;
*/
    
    
        font-size: 24px;
    line-height: 53px;
    font-weight: 600;
    border-bottom: 1px solid rgba(194, 194, 194, 0.5);
    text-transform: uppercase;
    width: 95%;
    margin-bottom: 20px;
    
    
    
    
    
}
.ingredients p {
    font-size: 18px;
    line-height: 31px;
}
.nutrition-facts {
}
.bordered-title {
    font-size: 24px;
    line-height: 53px;
    font-weight: 600;
    border-bottom: 1px solid rgba(194, 194, 194, 0.5);
    text-transform: uppercase;
    width: 95%;
    margin-bottom: 0;
}
.amonut-per-saving {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    font-style: italic;
    margin-top: 38px;
    margin-bottom: 50px;
}
.content-recipes-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.content-recipes-list li {
    margin-top: 27px;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.42);
    -webkit-box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    -moz-box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    padding-right: 10px;
}
.content-recipes-list li:hover img {
    transform: scale(1.03);
    transition: all 0.8s ease;
}
.recipe-title {
    font-size: 23px;
    font-weight: 700;
    line-height: 32px;
}
.recipe-title2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    display: block;
    margin: 15px 0px 0 0;
    color: #333333;
}
.recipe-content {
    color: #777777;
    font-size: 18px;
    line-height: 31px;
    margin: 5px 0px 15px 0;
}

.nutrition-facts-row {
    max-width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid rgba(194, 194, 194, 0.5);
}
.nutrition-facts-rows {
    margin: 0 127px 0 15px;
}
.nutrition-facts-note {
    margin: 20px 0;
}
.related.products {
    margin-top: 125px;
    /* margin-bottom: 125px; */
}
.related-products-title {
    color: #333333;
    font-size: 24px;
    line-height: 53px;
    font-weight: 600;
    border-bottom: 1px solid rgba(194, 194, 194, 0.5);
    padding-bottom: 0;
    margin-bottom: 27px;
    text-transform: uppercase;
    position: relative;
}
.related .woocommerce img,
.woocommerce-page img {
    height: auto;
    width: auto;
    max-width: 100%;
    transition: all 0.8s ease;
    border-radius: 20px;
}
.related .content-product .content-product-image-container {
    padding: 0;
    margin-bottom: 10px;
}
.woocommerce-loop-product__title {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    display: block;
    margin: 15px 0 0 0;
    color: #333;
}
.related.products .woocommerce-loop-product__title {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    display: block;
    margin: 15px 0 0 0;
    color: #333;
}
.baladna-single-product {
    /*
    background-repeat: no-repeat;
    background-size: 1920px auto;
*/

    padding-bottom: 140px;
    background-position: top;
    background-repeat: no-repeat;
    margin-bottom: 80px;
}
.baladna-archive-product {
    background-position: top;
    background-repeat: no-repeat;
}
.baladna-single-product {
    height: 594px;
}
.baladna-single-product-image {
    margin-top: 30px;
}
.baladna-single-product-image img {
    max-height: 539px;
}

.product-sizes h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 31px;
    text-transform: uppercase;
}
.product-size img {
    height: auto;
    margin-bottom: 0px;
}
.product-size {
    text-align: center;
    /* border: 1px solid #c3c3c3; */
    display: block;
    border-radius: 20px;
    background: rgba(239, 239, 239, 0.45);
    -webkit-box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    -moz-box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    transition: all 0.8s ease;
    height: 150px;
}

.product-size img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.8s ease;
}

.product-size .attribute-lable {
    font-size: 18px;
    font-weight: 600;
    line-height: 31px;
    margin: 0;
    color: #666;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes jump {
    0% {
        top: -3px;
    }
    50% {
        top: 3px;
    }
    100% {
        top: -3px;
    }
}

/* Standard syntax */

/* The element to apply the animation to */
@-webkit-keyframes floating {
    from {
        -webkit-transform: translate(0, 0px);
    }
    65% {
        -webkit-transform: translate(0, 15px);
    }
    to {
        -webkit-transform: translate(0, -0px);
    }
}

@-moz-keyframes floating {
    from {
        -moz-transform: translate(0, 0px);
    }
    65% {
        -moz-transform: translate(0, 15px);
    }
    to {
        -moz-transform: translate(0, -0px);
    }
}
.floating {
    -webkit-animation-name: floating;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}
/* 
.baladna-single-product-content {
    position: absolute;
    top: 133px;
    max-width: 100%;
} */

.out-story-grid {
    /*
    margin-top: 44px;
    margin-bottom: 40px;
*/
    margin-top: 0;
    margin-bottom: 15px;
}
.out-story-grid img {
    /* margin-bottom: 23px; */
}
#misson-vision {
    padding-top: 83px;
    padding-bottom: 127px;
    background-image: url(img/misson-vision-back.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.misson-vision-content {
    margin-top: 44px;
}
.misson-vision-content-text {
    color: #333333;
    font-size: 17px;
    line-height: 27px;
}
.misson-vision-content-big-text {
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
}
.our-values h6 {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    padding-left: 30px;
}

.our-values h6:before {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0;
    color: #8b2024;
    line-height: 27px;
}

.our-values p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 26px;
}
#about-careers {
    padding-top: 66px;
    padding-bottom: 171px;
}
#about-careers .section-big-text {
    margin-bottom: 53px;
}
#about-careers .section-big-text {
    margin-bottom: 53px;
}
#about-careers .btn-baladna {
    margin-top: 30px;
}
.about-careers-content-big-text {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 33px;
    font-weight: 600;
}
#about-contact-us {
    background: rgba(241, 188, 123, 0.4);
    padding: 93px 0 71px;
}
#about-contact-us .section-big-text {
    margin-bottom: 30px;
}
.contact-info-item {
    border-bottom: 1px solid rgba(202, 202, 202, 0.5);
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 10px;
    padding-left: 75px;
    padding-right: 0px;
    position: relative;
}
.contact-info-item:last-child {
    border: 0;
}
.contact-info-item h6 {
    font-weight: 600;
}
.contact-info-item-icon {
    position: absolute;
    left: 23px;
}
input.wpcf7-text {
    /*    border: 1px solid #cacaca;*/
    background: transparent;
    padding: 10px 22px;
    margin-top: 20px;
    margin-bottom: 0;
    width: 100%;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.42);
    border: none;
}
textarea.wpcf7-textarea {
    border: 1px solid #cacaca;
    background: transparent;
    width: 100%;
    padding: 10px 22px;
    margin-top: 20px;
    height: 168px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.42);
    border: none;
}
.page-template-page-careers,
.page-template-page-our-team,
.single-baladna_team,
body.archive.category,
.search-results,
.page-template-page-gallery,
.page-template-page-media {
    background: #f9f9f9;
}
.bootsstrap-select {
    width: 100%;
}
.bootsstrap-select .dropdown-menu {
    border-radius: 0;
    padding: 0;
    border: 0;
    border-radius: 20px;
    border: 1px solid rgba(151, 151, 151, 0.3);
}
/*
.bootsstrap-select .btn-light:hover {
    border-color: #fff;
}
*/
.bootstrap-select .dropdown-menu li a {
    padding: 20px 40px;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: none;
}
.careers-select {
}
.careers-select .dropdown-toggle {
    background: #fff;
    padding: 6px 25px 6px 40px;
    border-radius: 20px;
    /*    border: 1px solid rgba(151, 151, 151, 0.3);*/
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    -moz-box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);

    background: rgba(255, 255, 255, 0.42);
}
.careers-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 19px;
    line-height: 33px;
    color: rgba(51, 51, 51, 0.5);
    font-weight: 600;
}
.bootsstrap-select .dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #cacaca;
    border: none;
    font-size: 23px;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}
.btn-light.focus,
.btn-light:focus {
    box-shadow: none;
}
.careers-available {
    margin-top: 22px;

    color: #333;
    padding: 10px 10px;
    font-weight: 500;
    display: inline-block;
    border-radius: 20px;
}
.careers-available span {
    color: #98252b;
}
.career-item {
    background: rgba(255, 255, 255, 0.42);
    padding: 32px 30px 35px 50px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 20px;
    /*    border: 1px solid rgba(151, 151, 151, 0.3);*/
    -webkit-box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    -moz-box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    transition: all 0.3s ease;
}
.career-item:hover {
    background: rgba(102, 102, 102, 0.18);
}
.career-item h4 {
    font-size: 27px;
    line-height: 46px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}
.career-item h6 {
    color: #777777;
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    margin: 0;
}
.btn-apply {
    color: #98252b !important;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid;
    width: 114px;
    padding: 5px;
    margin-top: 16px;
    display: inline-block;
    border-radius: 20px;
}
.load-more {
    text-align: center;
}
.load-more a {
    color: #98252b;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
}
.load-more a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #98252b;
    border: none;
    margin: 5px;
    font-size: 23px;
    position: relative;
    top: 3px;
}
#future-opportunities {
    padding: 105px 0;
    background: #fff;
    background: rgba(210, 201, 187, 1);
}
.wpcf7-select .btn {
    background: rgba(255, 255, 255, 0.42);
    /*    border: 1px solid #cacaca;*/
    border-radius: 0;
    color: #777777;
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    padding: 9px 22px;
    margin-top: 20px;
    margin-bottom: 0;
    border-radius: 20px;
    border: none;
}
.careers-note {
    display: inline-block;
    color: #777777;
    font-size: 14px;
    line-height: 27px;
    position: absolute;
    right: 1px;
    bottom: -21px;
    font-weight: 500;
}

.select-lable {
    width: 100%;
    background: transparent;
    padding: 9px 22px;
    /*    border: 1px solid #cacaca;*/
    font-weight: 500;
    color: #777777;
    font-size: 17px;
    line-height: 27px;
    position: relative;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 0;
    height: 47px;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.42);
    border: none;
}
.select-lable::after {
    content: "\f0c6";
    font-family: "Font Awesome 5 pro";
    font-weight: 300;
    position: absolute;
    top: 10px;
    right: 15px;
}
.select-lable .wpcf7-file {
    display: none;
}
.select-lable .wpcf7-not-valid-tip {
    margin: 8px -22px;
}
.select-lable .label-title {
    overflow: hidden;
    display: inline-block;
    height: 30px;
}
.wpcf7-submit.btn-baladna {
    margin-top: 30px;
}

.single-baladna_careers .apply-now {
    margin-bottom: 100px;
}

.apply-now {
    margin-top: 45px;
}
.apply-now h4 {
    margin-bottom: 07px;
    font-weight: 600;
}
.divider-text {
    width: 100%;
    height: 20px;
    border-bottom: 1px solid #b1b1b1;
    text-align: center;
    margin-bottom: 35px;
}
.divider-text span {
    background-color: #ffffff;
    padding: 0 25px;
    color: #b1b1b1;
    font-size: 24px;
    line-height: 33px;
}
#similar-jobs {
    background-image: url(img/career-single-footer-img.svg);
    margin-top: 50px;
    padding: 156px 0 60px;
}
#similar-jobs .section-big-text {
    margin-bottom: 42px;
}
#see-also-team {
    margin-top: 15px;
    background: #ffffff;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: #ffffff;
    color: #212529;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #000;
    text-decoration: none;
    background-color: #eeeeee;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #000000;
    background-color: #ffffff;
    border-color: rgba(151, 151, 151, 0.3);
}
.linked-in-block {
    text-align: center;
}
.linked-in-block p {
    color: #666666;
    font-size: 15px;
    line-height: 22px;
    width: 180px;
    text-align: center;
    display: inline-block;
}
.linked-in-block .linkedin-button {
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
    border-radius: 4px;
    background-color: #0184bf;
    padding: 10px 5px;
    margin-top: 20px;
    width: 230px;
    display: block;
    margin: auto;
}
.linked-in-block .linkedin-button i {
    text-align: left;
    font-size: 23px;
    line-height: 0;
    margin-right: 3px;
}
.linked-in-block .message {
    color: #666666;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    background: none;
    font-weight: 600;
    display: block;
}
.all-products-button {
    float: right;
    border: 1px solid #98252b;
    color: #98252b;
    font-size: 18px;
    letter-spacing: 1.5px;
    line-height: 35px;
    padding: 8px 24px;
    background: transparent;
    font-weight: 600;
    position: relative;
    z-index: 99999999;
    border-radius: 30px;
}
.all-products-button-active {
    background-color: #ffffff;
}
.all-products-button i {
    margin-right: 10px;
}
.all-products {
    position: relative;
}
.all-products-grid {
    padding: 15px 22.5px 0;
    top: 65px;
    display: none;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.14);
    z-index: 999999999;
    border-radius: 20px;
}
.all-products-grid .col-lg-3 {
    padding-right: 7.5px;
    padding-left: 7.5px;
}
.all-products-grid .cat-col {
    margin-bottom: 15px;
}
.all-products-grid .cat-col h2 {
    padding: 12px 0;
    font-size: 15px;
    line-height: 22px;
}
.all-products-background {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99999999;
}
#our-story {
    margin-top: 60px;
    padding-bottom: 70px;
}

.our-story-image-container {
    position: relative;
    height: 208px;

    overflow: hidden;
}
.our-story-image-container img {
}
.our-story-box p {
    padding: 20px;
    height: 260px;
}

.our-story-image-container h3 {
    position: absolute;
    bottom: 5px;
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 33px;
    text-transform: uppercase;
    left: 20px;
    font-weight: 700;
}
.our-story-image-overlay h3 {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
}

.our-story-box {
    /*    border: 1px solid rgba(151, 151, 151, 0.3);*/
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    -moz-box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    background: rgba(255, 255, 255, 0.42);
    margin-bottom: 30px;
}

.filter-categories {
    padding: 0;
    margin: 47px 0;
    list-style: none;
    display: inline-block;
}
.filter-categories li {
    float: left;
    padding-right: 30px;
}
.filter-categories li a {
    color: rgba(68, 68, 68, 0.6);
    font-size: 21px;
    letter-spacing: 2.4px;
    line-height: 41px;
    font-weight: 500;
    text-transform: uppercase;
}
.filter-categories li a.active {
    color: #b3e07c;
}
.recipes-content {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    margin-bottom: 19px;
}
.recipes-content a {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    position: relative;
    display: inline-block;
}
.recipes-content h4 {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 20px;
    margin: 0;
}
.recipes-content img {
    height: auto;
}
.recipes-info {
    color: #777777;
    font-size: 18px;
    line-height: 31px;
    padding: 21px;
}
.recipes-facts {
    background-color: rgba(202, 202, 202, 0.21);
    padding: 24px;
    position: relative;
}
.recipes-facts img {
    max-width: 179px;
    position: absolute;
    top: -90px;
    right: -20px;
}
.recipes-facts h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 37px;
}
.recipes-facts p {
    color: #777777;
    font-size: 16px;
    line-height: 27px;
}
.preparation-recipes {
    margin-top: 25px;
}
.recipes-tip {
    background-color: rgba(202, 202, 202, 0.21);
    padding: 24px;
    margin: 41px 0;
}
.recipes-tip h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 37px;
}
.recipes-tip p {
    color: #777777;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
}
#related-recipes .bordered-title {
    width: 100%;
    margin-bottom: 30px;
}

#team-list {
    padding-bottom: 100px;
}
.team-list {
    margin-top: 85px;
    margin-bottom: 30px;
}
.team-the-cat-text {
    margin-bottom: 45px;
}
.team-member {
    background: rgba(255, 255, 255, 0.42);
    margin-bottom: 20px;
    display: block;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    /*    border: 1px solid rgba(151, 151, 151, 0.3);*/
    -webkit-box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    -moz-box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);

    background: rgba(255, 255, 255, 0.42);
}
.team-member-big {
    margin-bottom: 100px;
}
.team-member-image-single {
    margin-bottom: 40px;
    overflow: hidden;
}
.about-team-the-board img {
    border-radius: 20px;
}
.team-member-image-single img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.team-member-image {
    height: 246px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.team-member-big .team-member-image {
    height: 330px;
}

.team-member-image img {
    transition: all 0.8s ease;
}
.team-member-image:hover img {
    -webkit-transform: cale(1.4); /* WebKit */
    -moz-transform: cale(1.4); /* Mozilla */
    -o-transform: scale(1.1); /* Opera */
    -ms-transform: scale(1.1); /* Internet Explorer */
    transform: scale(1.1);
    transition: all 0.8s ease;
}

.team-member img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.team-member-name {
    font-size: 22px;
    line-height: 31px;
    margin: 0 15px;
    text-align: center;
    margin-top: 15px;
}
.team-member-position {
    color: #777777;
    font-size: 15px;
    line-height: 27px;
    margin: 0 15px;
    padding-bottom: 30px;
    text-align: center;
}

#our-team-footer {
    padding: 100px 0;
    background: #fff;
}
#our-team-footer strong {
    font-size: 24px;
    line-height: 33px;
}

.our-team-governance-box {
    border: 1px solid rgba(151, 151, 151, 0.2);
    background-color: rgba(216, 216, 216, 0.2);
    padding: 30px 32px 0;
    margin-top: 25px;
    border-radius: 20px;
}
.our-team-governance-box a {
    color: #333333;
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    margin-bottom: 50px;
    display: block;
}
.our-team-governance-box a:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 30px;
    position: relative;
    top: 2px;
    color: #98252b;
}

.post-list-item {
    /*    border: 1px solid rgba(151, 151, 151, 0.2);*/
    background-color: rgba(216, 216, 216, 0.2);
    margin-bottom: 15px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    -moz-box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    transition: all 0.3s ease;
}
.post-list-item:hover {
    background: rgba(102, 102, 102, 0.18);
}
.post-list-item .media-body {
    margin: 18px 11px 7px 19px;
    position: relative;
    min-height: 128px;
}
body.search .post-list-item .media-body {
    min-height: 150px;
}
.post-list-item h5 {
    font-size: 21px;
    line-height: 27px;
}
.post-list-item-info {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.post-list-item-date {
    font-size: 14px;

    line-height: 27px;
}
.post-list-item img {
    width: 200px;
    height: auto;
    background: rgba(212, 206, 199, 0.57);
}
body.search .post-list-item img {
    width: 180px;
}
.post-list-item-cat {
    line-height: 27px;
    background: #8e8e8e;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px;
}
.owl-carousel .owl-stage-outer {
    padding: 20px 0;
}
.page-template-page-events .post-list-item-cat {
    display: none;
}

.archive-news .post-grid-item {
    margin-top: 20px;
}
.archive-news .archive-news-cat {
    padding: 40px 0;
}
.archive-news .archive-news-cat h2 {
    margin-bottom: 17px !important;
    font-size: 38px;
    line-height: 45px;
    font-weight: 700;
    color: #8e8e8e;
}

.archive-news .btn-baladna {
    margin: auto;
    margin-top: 60px;
}

.page-template-page-media .post-grid-item {
    background-color: rgba(216, 216, 216, 0.2);
    -webkit-box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    -moz-box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    border-radius: 20px;
    overflow: hidden;
    /*    border: 1px solid rgba(151, 151, 151, 0.3);*/
}
.post-grid-body {
    margin: 15px 15px 70px;
}
.post-grid-item-info {
    position: absolute;
    bottom: 15px;
    width: 92%;
}
.post-grid-item img {
    width: 100%;
    height: auto;
}

.post-grid-item {
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    -moz-box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    background: rgba(255, 255, 255, 0.42);
    transition: all 0.3s ease;
}
.post-grid-item:hover {
    background: rgba(102, 102, 102, 0.18);
}
.baladna-pagination {
    margin-top: 33px;
    text-align: center;
    margin-bottom: 75px;
    display: inline-block;
    position: relative;
}
.paginate-links {
}
.paginate-links a {
    background-color: #eaeaea;
    height: 40px;
    width: 40px;
    display: inline-block;
    padding-top: 15px;
    color: #777777;
    font-size: 16px;
    line-height: 10px;
    text-align: center;
}
.paginate-links .current {
    height: 40px;
    width: 40px;
    background: #98252b;
    display: inline-block;
    padding-top: 15px;
    color: #ffffff;
    font-size: 16px;
    line-height: 10px;
    text-align: center;
}
.paginate-links .next,
.paginate-links .prev {
    height: 31px;
    width: 26.4px;
    color: #98252b;
    font-size: 16px;
    line-height: 31px;
    text-align: center;
    background: transparent;
    border: none;
}
.post-sort button {
    margin-bottom: 25px;
}
.post-sort .dropdown-toggle {
    background: #fff;
    padding: 20px 25px 20px 40px;
    border-radius: 0;
}
.post-sort .dropdown-toggle .filter-option-inner-inner {
    font-size: 24px;
    line-height: 33px;
    color: rgba(51, 51, 51, 0.5);
    font-weight: 600;
}
.post-sort .filter-option-inner-inner:before {
    content: "Sort By:";
    color: #333;
    margin-right: 15px;
}
.department-select .filter-option-inner-inner::before {
    content: "Department:";
    color: #333;
    margin-right: 15px;
    font-weight: 600;
}
.category-select .filter-option-inner-inner::before {
    content: "Category:";
    color: #333;
    margin-right: 15px;
    font-weight: 600;
}
.images-sort button {
    margin-bottom: 25px;
}
.images-sort .dropdown-toggle {
    background: #fff;
    padding: 20px 25px 20px 40px;
    border-radius: 0;
}
.images-sort .dropdown-toggle .filter-option-inner-inner {
    font-size: 24px;
    line-height: 33px;
    color: rgba(51, 51, 51, 0.5);
    font-weight: 600;
}
.images-sort .filter-option-inner-inner:before {
    content: "Category:";
    color: #333;
    margin-right: 15px;
}
.post-items-view {
    float: right;
    background: transparent;
    border: 0;
    color: #d8d8d8;
    font-size: 46px;
}
.post-items-view.active {
    color: #777777;
}
.post-thumbnail {
    text-align: center;
    margin-bottom: 32px;
}
.post-thumbnail img {
    height: auto;
    border-radius: 20px;
}
#related-posts {
    /*    margin-top: 110px;*/
    padding: 80px 0;
    background: #f9f9f9;
}

.post-grid-title {
    color: #666;
    font-weight: 600;
}

#related-posts h2 {
    font-size: 38px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 37px;
    color: #8e8e8e;
}
.archive-posts-grid {
    display: none;
}

.posts-carousel .owl-item,
.posts2-carousel .owl-item,
.events-carousel .owl-item,
.gallery-carousel .owl-item {
    opacity: 1;
}
.posts-carousel .owl-item.active,
.posts2-carousel .owl-item.active,
.events-carousel .owl-item.active,
.gallery-carousel .owl-item.active {
    opacity: 1;
}
.posts-carousel .post-grid-body,
.posts2-carousel .post-grid-body {
    min-height: 161px;
}
#media-events,
#brand-news,
#media-gallery {
    margin-top: 56px;
    padding-bottom: 100px;
}

.page-template-page-events .media-last-event {
    margin-bottom: 20px;
}

.media-last-event img {
    height: auto;
    margin: -1px;
}

.media-last-event h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    margin-top: 60px;
    margin-bottom: 13px;
    padding: 0 12px;
    font-weight: 600;
}
.media-last-event p {
    color: #ffffff;
    font-size: 17px;
    line-height: 27px;
    padding: 0 12px;
}
.media-last-event {
    border: 1px solid #979797;
    background-color: #98252b;
    border-radius: 20px;
    overflow: hidden;
    /*    margin-bottom: 30px;*/
}
.media-last-event p.media-last-event-date {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

#impact-sections {
    margin-bottom: 128px;
}
#impact-sections .fa-long-arrow-right {
    font-size: 34px;
}
#impact-sections h3 {
    color: #333333;
    font-size: 38px;
    line-height: 45px;
    font-weight: 700;
    margin-top: 135px;
    margin-bottom: 20px;
}
#impact-sections p {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 34px;
}
#impact-sections a {
    color: #98252b;
    font-size: 17px;
}
.search-results-for {
    color: #ffffff;
    font-size: 38px;
    line-height: 45px;
    margin-top: 15px;
}
.page-search-form {
    position: relative;
}
.page-search-form .submit-icon {
    position: absolute;
    right: 20px;
    bottom: 52px;
    background: transparent;
    border: navajowhite;
    color: #fff;
    font-size: 16px;
}
.page-search-form .search-field {
    background: transparent;
    border: 0;
    border: 1px solid #f9f9f97d;
    color: #ffffff;
    font-size: 18px;
    margin: 20px 0;
    margin-bottom: 0;
    font-weight: 300;
    padding: 10px 20px;
    width: 100%;
    padding-right: 30px;
    border-radius: 20px;
}
.results-found {
    color: #ffffff69;
    font-size: 12px;
    letter-spacing: 0.8px;
    line-height: 23px;
    font-weight: 600;
    padding-left: 20px;
    margin-bottom: 20px;
}
.gallery-model .modal-body {
    padding: 0;
}
.gallery-model img {
    width: 100%;
}
.gallery-model .close {
    position: absolute;
    top: -27px;
    right: -27px;
    z-index: 99;
    background: #fff;
    width: 54px;
    height: 54px;
    opacity: 1;
    border-radius: 50%;
}
.gallery-model .close span {
    position: absolute;
    top: 14px;
    left: 20px;
}
.gallery-content {
    padding: 30px 34px;
}
.gallery-content p {
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
}
.gallery-image-info {
    color: #777777;
    font-size: 17px;
    line-height: 32px;
    font-weight: 600;
}
.search-sidebar {
    background-color: #ffffff;
    padding: 30px;
    border: 1px solid rgba(151, 151, 151, 0.2);
    min-height: 300px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.btn-apply:hover {
    color: #f1bc7b !important;
    border-color: #f1bc7b;
}

.search-sidebar .btn {
    margin-left: 20px;
}

.search-sidebar h4 {
    font-size: 21px;
    line-height: 27px;
    font-weight: 700;
    text-transform: uppercase;
}
.search-sidebar input[type="checkbox"] {
}
.search-sidebar .btn-baladna {
    margin: 24px 0px;
}
.sidebar-year {
    margin-left: 20px;
}
.sidebar-year a {
    display: block;
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: 500;
}
.sidebar-year a.active {
    color: #98252c;
}
.input-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 7px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #cacaca;
    background-color: #f9f9f9;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.input-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.input-checkbox input:checked ~ .checkmark {
    border: 1px solid #98252b;
    background-color: transparent;
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.input-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.input-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.input-checkbox .checkmark:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    color: #98252b;
    display: none;
    font-size: 14px;
    margin: 0px 2px 1px;
}
.input-checkbox-lable {
    color: rgba(51, 51, 51, 0.5);
    font-size: 20px;
    line-height: 33px;
    font-weight: 500;
}
.singl-post-content {
    padding-bottom: 100px;
}
.about-team-the-board {
    padding: 20px 25px;
    margin-top: 29px;
    border: 1px solid #fff;
    transition: all 0.3s ease;
}
.about-team-the-board:hover {
    border: 1px solid rgba(151, 151, 151, 0.2);
    background-color: rgba(216, 216, 216, 0.2);
    padding: 20px 25px;
    margin-top: 29px;
    border-radius: 20px;
}
#about-our-team img {
    border-radius: 20px;
}

#about-our-team {
    margin: 100px 0;
}
#about-our-team h4 {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    margin-top: 18px;
}
#about-our-team .fal.fa-long-arrow-right {
    color: #98252b;
    font-size: 34px;
    position: relative;
    top: 4px;
    margin: 0 13px;
}
.mobile-right {
    padding: 14px 0px;
    margin: 0;
    list-style: none;
    display: inline-block;
    float: right;
}
.mobile-right li {
    float: left;
    padding-left: 8px;
}
.mobile-right li a {
    color: #939393;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
}
.sidenav-search {
    padding: 12px 14px;
}
.sidenav-search .fa-search {
    font-size: 15px;
}

.sidenav-search .search-field {
    width: 100%;
    padding: 6px 13px;
    padding-right: 40px;
    background: transparent;
    border: 1px solid rgba(249, 249, 249, 0.49);
    border-radius: 20px;
}
.sidenav-search-form {
    position: relative;
}
.sidenav-search-form button {
    position: absolute;
    right: 20px;
    top: 0px;
    bottom: 18px;
    background: transparent;
    border: navajowhite;
    color: #eaeaea;
    font-size: 22px;
}
.single-tribe_events .tribe-events-event-meta {
    margin: 0;
    background: #ffffff;
    border: 1px solid rgba(151, 151, 151, 0.2);
    padding: 0;
    border-radius: 20px;
    background: #f9f9f9;
    -webkit-box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    -moz-box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);

    background: rgba(255, 255, 255, 0.42);
}

.tribe-venue {
    border-bottom: none !important;
}
.tribe-venue-location {
    display: none;
}
.ngg-album-compact h4 {
    height: 100%;
    padding: 0;
    /*    position: absolute;*/
    bottom: 0;
    left: 0;
    color: #666;
    z-index: 999;
    width: 100%;
    padding: 28px 15px;
    margin: 0;
    opacity: 1;
    -webkit-transition: width 2s, height 4s;
    transition: 0.3s ease-out !important;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    background: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    text-transform: uppercase;
}
.ngg-album-compact:hover h4 {
    opacity: 1;
}

.ngg-album-compact {
    position: relative;
    margin-top: 30px;

    /*    border: 1px solid rgba(151, 151, 151, 0.3);*/
    border-radius: 20px;
    overflow: hidden;

    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    -moz-box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
}

.ngg-album-compact img {
    width: 100%;
    height: auto;
}

.page-template-page-media .ngg-album-compact {
    margin-top: 0;
}

.gallery-item {
    padding: 0 15px;
}

.gallery-img-container {
    /*    max-height: 214px;*/
    display: block;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.ngg-album-compact img {
    transition: all 0.8s ease;
}

.ngg-album-compact:hover img {
    -webkit-transform: scale(1.4);
    transform: scale(1.1);
    transition: all 0.8s ease;
}

.single-baladna_gallery .singl-post-content img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    -moz-box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
}

.single-gallery-img-con {
    padding: 0 15px;
    margin-top: 30px;
}
.single-gallery-img-con a {
    overflow: hidden;
    display: block;
    border-radius: 20px;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.single-gallery-img-con a:hover img {
    transform: scale(1.1);
    transition: all 0.8s ease;
}

.single-gallery-img-con a img {
    transition: all 0.8s ease;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
    color: #666666;
    font-size: 17px;
    line-height: 21px;
    font-weight: normal;
    margin-bottom: 6px;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
    color: #333;
    font-size: 21px;
    font-weight: 600;
    line-height: 29px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 28px;
}
.column,
.tribe-events-event-meta .tribe-events-meta-group {
    padding: 25px 29px 0px;
    width: 100%;
    margin-bottom: 0;
}
#tribe-events-content {
    margin: 0;
    padding-bottom: 48px;
}
#tribe-events-content .tribe-events-abbr {
    border-bottom: 0;
    cursor: default;
    text-decoration: none;
}
.single-tribe_events
    #tribe-events-content
    .tribe-events-event-meta
    dd:last-child {
    /*    border-bottom: none;*/
}
.lb-dataContainer {
    direction: rtl;
}
.lb-data .lb-close {
    position: absolute;
    top: -12px;
    margin-right: -16px;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    z-index: 99999;
}

.tribe-events-meta-group-venue {
    padding-top: 0 !important;
}
.lb-data .lb-close:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f00d";
    color: #000;
    position: absolute;
    top: 17px;
    right: 10px;
}
.lb-outerContainer {
    border-radius: 0;
}
.lb-dataContainer {
    background: #fff;
    border-radius: 0;
}

.lb-data .lb-details {
    width: 100%;
}

.lb-data .lb-caption {
    width: 100%;
    color: #333;
    font-weight: 600;
    font-size: 17px;
    margin: 15px 0px 20px;
    display: inline-block !important;
}
.mega-menu-description {
    display: none !important;
}
/*
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item a.mega-menu-link:before {
    display: inline-block;
    font: inherit;
    font-family: dashicons;
    position: static;
    margin: 0 6px 0 0px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    background: transparent;
    height: auto;
    width: auto;
    top: auto;
    opacity: 0.65;

}
*/

#mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link,
#mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    border-style: dashed;
    border-color: rgba(255, 255, 255, 0.8);
    padding-left: 25px;
}

.mega-menu-link {
    font-weight: 600 !important;
    font-family: "Frutiger LT Arabic" !important;
}
.mega-menu-row {
    padding: 20px 0 30px !important;
    height: 365px !important;
}

.mega-menu-column ul li:last-child a.mega-menu-link {
    border: none !important;
}

.mega-menu-columns-3-of-12 {
    margin-right: -20px !important;
}

.mega-menu-row .mega-menu-link:before {
    content: "\f0da" !important;
    font-family: "Font Awesome 5 Pro" !important;
    font-size: 16px !important;
    opacity: 0.65;
    position: absolute !important;
    left: 0px;
    top: 12px !important;
}

.mega-menu-link:hover {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.menu-title .mega-sub-menu li a {
    font-size: 32px !important;
    padding: 0 !important;
    text-transform: uppercase !important;
    color: rgba(255, 255, 255, 0.45) !important;
}
.menu-title .mega-sub-menu li a:before {
    content: "" !important;
}
.slider-nav-container {
    position: absolute;
    bottom: 250px;
    width: 100%;
}
.slider-nav {
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 0 17px;
}

/*
.baladna-single-product-image {
    margin-top: -75px;
}
*/

.tribe-events-single-section-title {
    display: none;
}

.tribe-events-cal-links {
    display: none !important;
}
.tribe-events-event-image img {
    border-radius: 20px;
}
#mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-item:first-child
    > a.mega-menu-link {
    padding-left: 0;
}
.product-video-container {
    position: absolute;
    height: 823px;
    width: 100%;
    overflow: hidden;
}
.product-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.lightbox {
    z-index: 100000000;
}
.lightboxOverlay {
    z-index: 99999999;
}
.gallery-share {
    padding: 0 15px;
    margin: 0;
    list-style: none;
}
.gallery-download {
    float: right;
}
.gallery-share li {
    float: left;
    padding: 0 10px;
}
.gallery-share li a {
    color: #98252c !important;
}
.gallery-share li a.facebook {
    color: #3b5998 !important;
}
.gallery-share li a.twitter {
    color: #1da1f2 !important;
}
.gallery-share li a.whatsapp {
    color: #25d366 !important;
}
.press-release {
    position: relative;
    margin-bottom: 30px;
    min-height: 282px;
}
.press-release:hover img {
    transition: all 0.3s ease;
    background: rgba(102, 102, 102, 0.18);
    /*    opacity: 0.8;*/
}
.press-release img {
    transition: all 0.3s ease;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    -moz-box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
}

.press-release-title {
    position: absolute;
    bottom: 40px;
    width: 65%;
    left: 20px;
    line-height: 24px;
    font-size: 18px;
    color: #98252b;
}
.press-release-date {
    position: absolute;
    bottom: 0px;
    width: 65%;
    left: 20px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 30px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #98252b;
    background-color: #ffffffbd;
    border-color: #dee2e6 #dee2e6 #ffffff61;
    border-bottom: none;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    font-size: 19px;
    font-weight: 500;
}
/* offset-right */

@media (min-width: 1200px) {
    .col-lg-offset-right-12 {
        margin-right: 100%;
    }
    .col-lg-offset-right-11 {
        margin-right: 91.66666667%;
    }
    .col-lg-offset-right-10 {
        margin-right: 83.33333333%;
    }
    .col-lg-offset-right-9 {
        margin-right: 75%;
    }
    .col-lg-offset-right-8 {
        margin-right: 66.66666667%;
    }
    .col-lg-offset-right-7 {
        margin-right: 58.33333333%;
    }
    .col-lg-offset-right-6 {
        margin-right: 50%;
    }
    .col-lg-offset-right-5 {
        margin-right: 41.66666667%;
    }
    .col-lg-offset-right-4 {
        margin-right: 33.33333333%;
    }
    .col-lg-offset-right-3 {
        margin-right: 25%;
    }
    .col-lg-offset-right-2 {
        margin-right: 16.66666667%;
    }
    .col-lg-offset-right-1 {
        margin-right: 8.33333333%;
    }
    .col-lg-offset-right-0 {
        margin-right: 0;
    }

    html[dir="rtl"] .col-lg-offset-right-12 {
        margin-left: 100%;
    }
    html[dir="rtl"] .col-lg-offset-right-11 {
        margin-left: 91.66666667%;
    }
    html[dir="rtl"] .col-lg-offset-right-10 {
        margin-left: 83.33333333%;
    }
    html[dir="rtl"] .col-lg-offset-right-9 {
        margin-left: 75%;
    }
    html[dir="rtl"] .col-lg-offset-right-8 {
        margin-left: 66.66666667%;
    }
    html[dir="rtl"] .col-lg-offset-right-7 {
        margin-left: 58.33333333%;
    }
    html[dir="rtl"] .col-lg-offset-right-6 {
        margin-left: 50%;
    }
    html[dir="rtl"] .col-lg-offset-right-5 {
        margin-left: 41.66666667%;
    }
    html[dir="rtl"] .col-lg-offset-right-4 {
        margin-left: 33.33333333%;
    }
    html[dir="rtl"] .col-lg-offset-right-3 {
        margin-left: 25%;
    }
    html[dir="rtl"] .col-lg-offset-right-2 {
        margin-left: 16.66666667%;
    }
    html[dir="rtl"] .col-lg-offset-right-1 {
        margin-left: 8.33333333%;
    }
    html[dir="rtl"] .col-lg-offset-right-0 {
        margin-left: 0;
    }
}

.grecaptcha-badge {
    display: none !important;
}

#mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-megamenu
    > ul.mega-sub-menu {
    background-color: #98252b;
    background-image: url(img/back.png);
    background-position: center;
    background-size: cover;
}
#single-post-slider .carousel-indicators {
    right: 0;
    bottom: 20px;
}
#single-post-slider .carousel-control-next,
.carousel-control-prev {
    font-size: 42px;
}

.mega-menu-item-8734,
.mega-menu-item-8735 {
    display: none !important;
}

#wpadminbar {
    z-index: 99999999999999;
}

.investors-sidebar {
    background-color: #ffffffb3;
    padding: 30px;
    border: 1px solid rgba(151, 151, 151, 0.2);
    min-height: 300px;
    border-radius: 20px;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-top: 20px;

    -webkit-box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    -moz-box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
    box-shadow: 0px 0px 20px -5px rgba(199, 199, 199, 1);
}
.categories-list {
    list-style: none;
    padding: 0;
}
.categories-list > li {
    margin: 0;
    border-bottom: 1px #dcdcdc dashed;
}

.categories-list > li:last-child {
    border: none !important;
}

.categories-list > li > a {
    font-weight: normal;
    font-size: 15px;
    line-height: 43px;
    color: #444444;
}
.categories-list li > a[aria-expanded="false"]::after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    margin: 0px 10px;
    float: right;
    background: #f2f2f2;
    width: 20px;
    height: 20px;
    line-height: 22px;
    margin-top: 6px;
    text-align: center;
    color: #98252b;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
}
.categories-list li > a[aria-expanded="true"]::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    margin: 0px 10px;
    float: right;
    background: #f2f2f2;
    width: 20px;
    height: 20px;
    line-height: 22px;
    margin-top: 6px;
    text-align: center;
    color: #98252b;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
}

.categories-list li > a[aria-expanded="true"] {
    font-weight: 600;
}

.categories-list a {
    color: #000;
}
.categories-list > li ul {
    padding-left: 10px;
    list-style-type: none;
    background: rgba(212, 212, 212, 0.16);
    padding: 0;
}

.categories-list > li ul li {
    margin: 0;
    border-bottom: 1px #dcdcdc dashed;
    padding-left: 10px;
}

.categories-list > li ul li:last-child {
    border: none !important;
}

.categories-list > li ul li a {
    line-height: 43px;
    color: #7b7b7b;
}

.categories-list li a.active {
    color: #99272d;
    font-weight: 600;
}
.investor_relations-read-more {
    color: #98262b;
    display: inline-block;
    margin-top: 20px;
}
.investor_relations-read-more::before {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    margin-right: 10px;
}
.contact-ir input[type="text"],
.contact-ir textarea,
.contact-ir input[type="email"] {
    border: 1px #dcdcdc solid;
}
.investors-scrolling-ticker {
    padding-top: 8px;
    border: 1px solid #e0e0e0;
}
.investor-small-title {
    font-weight: 900;
    font-size: 16px;
    line-height: 31px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #8b2024;
    margin-bottom: 16px;
}
.investor-big-title {
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
    color: #333333;
    max-width: 470px;
    margin-bottom: 16px;
}
.investor-text p {
    font-size: 17px;
    line-height: 28px;
    color: #444444;
}
.baladna-qpsc {
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 40px;
}
.baladna-qpsc h4 {
    font-weight: 900;
    font-size: 22px;
    line-height: 30px;
    /*    text-transform: uppercase;*/
    color: #8d2f2f;
    margin: 0;
}

.investor-card {
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    height: 330px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
}
.investor-card.contact-ir {
    background-color: #8d2f2f;
}
.investor-card-contnet {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 13px 100px 24px 28px;
}
.investor-card .top-img {
    width: 770px;
    max-width: 770px;
    position: absolute;
    right: 0;
    bottom: -79px;
    border-radius: 0px 0px 20px 20px;

    /*
    -webkit-transition:all 0.2s ease;
-moz-transition:all 0.2s ease;
-ms-transition:all 0.2s ease;
-o-transition:all 0.2s ease;
transition:all 0.2s ease;
*/
}
.investor-card-contnet h4 {
    font-weight: 900;
    font-size: 22px;
    line-height: 30px;
    /*    text-transform: uppercase;*/
    color: #8d2f2f;
    margin: 0;
}

.investor-card.contact-ir .investor-card-contnet {
    padding: 13px 100px 33px 28px;
}
.investor-card.contact-ir .investor-card-contnet h4 {
    color: #ffffff;
}
.investor-card-contnet .go-button,
.baladna-qpsc .go-button {
    width: 54px;
    height: 54px;
    border: 1px solid #8d2f2f;
    color: #8d2f2f;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    font-size: 26px;
    /* padding: 7px 0; */
    position: absolute;
    right: 24px;
    bottom: 19px;
    line-height: 52px;
}

.investor-card-contnet .go-button i,
.baladna-qpsc .go-button i {
    line-height: 56px;
}

.investor-card.contact-ir .investor-card-contnet .go-button,
.investor-card.contact-ir .baladna-qpsc .go-button {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.investor-card-children {
    width: 75%;
    display: none;
}
.investor-card-children a {
    font-size: 15px;
    line-height: 29px;
    color: #8d2f2f;
    margin-right: 28px;
    white-space: nowrap;
}
.investor-card-children a::before {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    margin-right: 10px;
}
.investor-card-hover:hover .top-img {
    bottom: -2px;
    opacity: 0.95;
}
.investor-card-hover:hover .investor-card-children {
    display: block;
}
.investor-card:hover .investor-card-contnet .go-button,
.investor-card:hover .baladna-qpsc .go-button {
    border: 1px solid #8d2f2f;
    color: #ffffff;
    background-color: #8d2f2f;
}
.investor-card:hover.contact-ir .investor-card-contnet .go-button,
.investor-card:hover.contact-ir .baladna-qpsc .go-button {
    border: 1px solid #ffffff;
    color: #8d2f2f;
    background-color: #ffffff;
}
.mega-sub-menu
    .mega-sub-menu
    .mega-sub-menu
    .mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link:before {
    display: none !important;
}
#mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-item
    li.mega-menu-item
    > a.mega-menu-link,
#mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    li.mega-menu-item
    > a.mega-menu-link {
    font-weight: normal !important;
}

.out-story-grid .post-list-item img {
    width: 119px;
    border-radius: 6px;
    background: none;
}
.out-story-grid .post-list-item {
    padding: 15px;
    background: #fff;
}

.out-story-grid .post-list-item .media-body {
    margin: 16px 30px 0px 30px;
    min-height: 142px;
}

.out-story-grid .post-list-item h5 {
    font-size: 24px;
    font-weight: 800;
    color: #98252b;
}

.out-story-grid .post-list-item-info {
    position: initial;
}
.out-story-grid .post-list-item-date {
    font-size: 17px;
    font-weight: 300;
    color: #444;
}

.out-story-grid .btn-baladna {
    /*
    width: 215px;
    height: 51px;
*/
    position: absolute;
    bottom: 0;
    /*
    line-height: 38px;
    font-weight: 400;
*/
}

.out-story-grid .post-list-item .media-body img {
    width: 24px;
    height: 24px;

    margin-top: -6px;
}

.page-template-page-brands #page-header {
    position: relative;
    margin-bottom: 30px;
}
.brand-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
}
.brand-card-image img {
    height: 300px;
}
.brand-card-title{
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
    color: #333333;
}
.brand-card-description{
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    color: #444444;
}

#mega-menu-item-40224 > .mega-menu-link,
#mega-menu-item-40245 > .mega-menu-link

{
    opacity: 0!important;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
    padding-left: 8px;
}