/*
Theme Name: Union Coop
Theme URI: http://underscores.me/
Author: Whitehats - Design Team
Author URI: https://whitehatsdesign.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ucs
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.


Union Coop is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

.slider-wrap-load {
    position: relative;
}
.sfsiplus_footerLnk{
	display: none;
}
.before-slick-load:not(.slick-slide) {
    position: absolute;
    width: 100%;
    display: none;
}

.before-slick-load:not(.slick-slide):first-child {
    position: static;
    width: 100%;
    display: block;
}
additional_content
@font-face {
    font-family: 'font-dubai';
    src: url('font-dubai/DubaiW23-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: light;
}

@font-face {
    font-family: 'font-dubai';
    src: url('font-dubai/DubaiW23-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'font-dubai';
    src: url('font-dubai/DubaiW23-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: medium;
}

@font-face {
    font-family: 'font-dubai';
    src: url('font-dubai/DubaiW23-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: bold;
}

/************* Bootstrap Responsive Overwrites **************/

@media only screen and (max-width: 767px) {
    .container {
        /* padding: 0px; */
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1040px;
        padding: 0px 8px;
    }
}

/************ General CSS **********/

.select-item-menu {
    background: #007b8a !important;
    border-bottom: none !important;
}

.select-item-menu a {
    color: #fff !important;
}

mark {
    background: none;
    background-color: none;
}

.marg-left-right {
    margin-left: 15px;
    margin-right: 15px;
}

.left-top-16 {
    left: 0 !important;
    top: 16px !important;
}

.width-100 {
    width: 100%;
}

.pattern-bg-wrap ul li,
.content-visual-component-builder ol li {
    color: #666666;
    font-weight: 300;
    line-height: 18px;
    font-size: 16px;
}

.right-side-content-height:first-child h1 {
    margin-top: -5px;
    text-transform: uppercase;
}

.marg-top0 {
    margin-top: 0px;
}

.marg-top15 {
    margin-top: 15px;
}

.marg-top25 {
    margin-top: 25px;
}

.marg-top10 {
    margin-top: 10px;
}

.marg-top35 {
    margin-top: 35px;
}

.marg-bottom0 {
    margin-bottom: 0px;
}

.marg-bottom15 {
    margin-bottom: 15px;
}

.marg-bottom15 {
    margin-bottom: 15px;
}

.marg-bottom10 {
    margin-bottom: 10px;
}

.padd-left-30 {
    padding-left: 30px;
}

.main-heading {
    position: relative;
    top: -7px;
    left: -1%;
}

.fonts-28 {
    font-size: 28px !important;
}

.fonts-18 {
    font-size: 18px;
}

.fonts-16 {
    font-size: 16px;
}

.fonts-26 {
    font-size: 23px;
}

.fontw-300 {
    font-weight: 300 !important;
}

.fontw-500 {
    font-weight: 500 !important;
}

.fontw-bold {
    font-weight: bold;
}

.heading-color {
    color: #007b8a;
}

.full-width-hr {
    color: #efefef;
    border: 1px solid;
}

body {
    font-family: 'font-dubai';
    color: #383838;
}

:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

h1 {
    font-size: 30px;
}

p {
    font-size: 16px;
    font-weight: 300;
}

a {
    color: #0e7e80;
}

a:hover {
    color: #ffbd11;
    text-decoration: none;
}

.no-margin {
    margin: 0px;
}

.no-padding {
    padding: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.custompad-8 {
    padding-left: 8px;
    padding-right: 8px;
    direction: ltr;
}

.space-break {
    display: block;
    min-width: 100%;
    min-height: 10px;
}

.relative {
    position: relative;
}

hr {
    margin: 5px 0px;
}

@media only screen and (max-width: 767px) {
    .no-padding-left {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .no-padding-right {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .no-padding-mobile {
        padding: 0px !important;
    }
}

.greyed-bg {
    /* background-color: #ededed; 
    background-color: #effdff;*/
    background-color: #E8F3F4;
}

/*********************** HEADER CSS *******************/

.top-bar-main {
    padding: 0px 10px;
}

.logo-top-main {
    padding: 10px 0px 5px !important;
}

.logo-top-main img {
    max-width: 120px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .logo-top-main {
        padding: 10px 0px 10px !important;
    }

    .logo-top-main img {
        margin: 0 auto !important;
        float: none !important;
    }
}

/****** Top Buttons CSS ********/

.top-buttons-wrap {
    width: 100%;
    padding: 5px 0px 1px !important;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    vertical-align: middle;
    margin-bottom: 0px;
}

.top-buttons-wrap li {
    display: inline-block;
    padding: 15px 5px 5px !important;
}

.top-buttons-wrap li:last-child {}

.top-buttons-wrap img {
    max-width: 25px;
    cursor: pointer;
    position: relative;
    top: -2px;
}

.top-buttons-wrap h1 {
    margin: 0 auto;
    font-size: 28px;
    color: #212e63;
    line-height: 27px;
    padding-right: 10px;
    border-right: 1px solid #8e8e8e;
}

.top-buttons-wrap .lang-btn {
    background: #ffbd11;
    width: 49px;
    color: #fff;
    padding: 1px 10px 3px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    top: -2px;
    transition: all 0.2s linear;
}

.top-buttons-wrap .lang-btn:hover {
    background: #e3a80c;
}

@media only screen and (max-width: 767px) {
    .top-buttons-wrap {
        display: block;
    }

    .top-buttons-wrap h1 {
        margin: 0 auto;
        font-size: 18px;
        color: #212e63;
        line-height: 27px;
        padding-right: 5px;
        border-right: 1px solid #212e63;
        display: inline-block;
        border-right: 0px;
    }

    .top-buttons-wrap a {
        display: inline-block !important;
        width: auto !important;
    }

    #trigger-searchbox {
        position: relative;
        top: 8px;
    }

    .top-buttons-wrap .lang-btn {
        min-width: 100% !important;
        width: 100% !important;
        text-align: center !important;
    }

    .header-responsive-info {
        float: none;
        padding-top: 5px !important;
        text-align: center;
    }

    .header-responsive-info h1 {
        font-size: 24px !important;
    }

    .header-responsive-info li {
        display: inline-block;
        float: none;
    }

    .top-bar-main {
        /*        padding-left: 0px !important;
                padding-right: 0px !important;*/
    }
}

/** Nav Main CSS **/

.nav-main-top {
    width: auto;
    padding: 0px 0px !important;
    text-align: right;
    margin-bottom: 15px;
    display: inline-block;
    float: right;
}

.nav-main-top li {
    display: inline-block;
}

.nav-main-top li a {
    color: #0e7e80;
    padding: 1px 11px;
    text-decoration: none !important;
    transition: all 0.2s linear;
    font-size: 16px;
}

/*.nav-main-top li:last-child a {
    padding-right: 0px;
}*/

.nav-main-top li:hover a {
    color: #ffbd11;
}

.nav-main-top li.active a {
    color: #ffbd11;
    font-weight: bold
}

.nav-main-top .lang-btn {
    background: #ffbd11;
    width: 49px;
    color: #fff;
    padding: 1px 10px 3px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    top: -2px;
    transition: all 0.2s linear;
}

.nav-main-top .lang-btn:hover {
    background: #e3a80c;
    color: #fff;
}

/***** Nav Offers CSS *****/

.nav-highlights {
    width: 100%;
    padding: 0px 0px !important;
    text-align: right;
}

.nav-highlights li {
    display: inline-block;
    position: relative;
}

.nav-highlights li a {
    color: #064c4d;
    padding: 0px 12px;
    text-decoration: none !important;
    transition: all 0.2s linear;
    font-size: 12px;
    font-weight: 500;
    border-right: 1px solid #688686;
    letter-spacing: 0px;
}

.nav-highlights li:last-child a {
    border-right: 0px solid #688686;
    padding-right: 0px;
}

.nav-highlights li:hover a {
    color: #ffbd11;
}

.nav-highlights .new-tag:after {
    content: "";
    width: 34px;
    height: 15px;
    color: #fff;
    position: absolute;
    z-index: 1;
    display: block;
    top: -15px;
    left: 8px;
    background: url('images/new-tag-icon.png') no-repeat center center/ contain;
}

.nav-highlights .hot-tag:after {
    content: "";
    width: 34px;
    height: 15px;
    color: #fff;
    position: absolute;
    z-index: 1;
    display: block;
    top: -15px;
    left: 8px;
    background: url('images/hot-tag-icon.png') no-repeat center center/ contain;
}

.nav-highlights .exclusive-tag:after {
    content: "";
    width: 55px;
    height: 15px;
    color: #fff;
    position: absolute;
    z-index: 1;
    display: block;
    top: -15px;
    left: 8px;
    background: url('images/exc-tag-icon.png') no-repeat center center/ contain;
}

/******************** HomePage Slider ****************/

.home-slider {
    border-top: 1px solid #cecece; //border: 1px solid #aaa;
}

.home-slider .slide {
    width: 100%;
}

.slider-home-promos {
    padding: 0px;
}

.slide-home-promo {
    background-image: url('images/img-bg-news.png');
    background-position: center center;
    background-size: cover;
    height: 409px;
    padding: 0px !important;
    display: flex;
    align-items: flex-end;
    margin-bottom: 0px;
    border: 1px solid #aaa;
    border-top: 0px;
}

.slide-home-promo a {
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.slide-home-promo h1 {
    margin: 0 auto;
    background: rgba(256, 256, 256, 0.8);
    font-size: 30px;
    font-weight: 600;
    line-height: 28px;
    display: flex;
    padding: 10px;
    color: #383838;
    width: 100%;
}

.slide-home-promo h1 span {
    font-size: 16px;
    font-weight: 400;
    margin-left: 7px;
}

.arrows-home-promos {
    position: absolute;
    min-width: 100%;
    z-index: 999;
    top: 45%;
    margin-top: -23px;
}

.home-sub-one {
    background-image: url('images/news-buzz-img.png');
    /* background-position: center center; */
    background-size: cover;
    height: 164px;
    padding: 0px !important;
    display: flex;
    align-items: flex-end;
    margin-bottom: 19px;
    border: 0px solid #aaa;
    border-top: 0px;
    overflow: hidden;
}

.home-sub-one a {
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    transform: translateY(55px);
    opacity: 0;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    transition: all 0.3s linear;
}

.home-sub-one h1 {
    margin: 0 auto;
    background: rgba(256, 256, 256, 0.6);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    padding: 10px;
    color: #383838;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.home-sub-one h1 span {
    font-size: 30px;
    font-weight: 600;
    margin-left: 7px;
}

.home-sub-two {
    background-image: url('images/img-bg-cards.png');
    background-position: center center;
    background-size: cover;
    height: 225px;
    padding: 0px !important;
    display: flex;
    align-items: flex-end;
}

.home-sub-two h1 {
    margin: 0 auto;
    background: rgba(256, 256, 256, 0.8);
    font-size: 30px;
    font-weight: 600;
    line-height: 28px;
    display: flex;
    padding: 10px;
    color: #383838;
    width: 100%;
}

.home-sub-two h1 span {
    font-size: 16px;
    font-weight: 400;
    margin-left: 7px;
    text-transform: capitalize;
}

.buzz-slider {
    margin-bottom: 0px !important;
}

.buzz-dotnav {
    position: absolute;
    top: 95px;
    z-index: 999;
    left: 0px;
    right: 0px;
    padding: 0px;
    text-align: center;
    transform: translateY(55px);
    opacity: 0.65;
    transition: all 0.3s linear;
}

.buzz-slider:hover a,
.buzz-slider:hover .buzz-dotnav {
    transform: none;
    opacity: 1;
}

.buzz-dotnav li {
    display: inline-block;
}

/*.buzz-dotnav li button{
    background: rgba(256,256,256,0.95);
    border:0px;
    transition: all 0.2s linear;
}

.buzz-dotnav li:first-child button{
    border-bottom-left-radius: 3px;
}

.buzz-dotnav li:last-child button{
    border-bottom-right-radius: 3px;
}*/

.buzz-dotnav li button {
    background: #fff; //#017b8b;
    color: #fff;
    width: 14px;
    height: 6px;
    overflow: hidden;
    margin: 3px;
    border: 0px solid #e5e5e5;
    transition: all 0.2s linear;
    box-shadow: 1px 3px 1px rgba(0, 0, 0, 0.2);
}

.buzz-dotnav .slick-active button {
    background: #017b8b; //#ffbd11;
    color: #017b8b;
}

.buzz-dotnav li button:hover {
    opacity: 0.6;
}

.home-cards-slider {
    margin-bottom: 0px !important;
    border: 1px solid #aaa;
}

.btn-login-tamayaz {
    background: #017b8b;
    padding: 8px 13px 6px;
    color: #fff;
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 999;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    text-decoration: none;
    transition: all 0.2s linear;
    font-weight: 500;
    font-size: 13px;
}

.btn-login-tamayaz:hover {
    background: #036572;
    color: #fff;
    text-decoration: none;
}

.btn-login-tamayaz img {
    position: relative;
    top: -1px;
}

.tamayaz-sidebar {
    background-position: center right;
    background-size: cover;
    height: 320px;
}

.tamayaz-sidebar h3 {
    position: relative;
    top: 40px;
}

.dot-nav {
    position: absolute;
    top: 145px;
    left: 0px;
    right: 0px;
}

.cards-dotnav {
    padding: 0px;
    text-align: center;
}

.cards-dotnav li {
    list-style-type: none;
    display: inline-block;
}

.cards-dotnav li button {
    width: 15px;
    height: 15px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #e5e5e5;
    background: #e5e5e5;
    color: #e5e5e5;
    margin: 5px 3px;
    transition: all 0.3s linear;
    max-width: 13px;
}

.cards-dotnav li.slick-active button {
    width: 15px;
    height: 15px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #e5e5e5;
    background: #027c8c;
    color: #027c8c;
    margin: 5px 3px;
}

@media only screen and (max-width: 767px) {

    .home-sub-one h1,
    .home-sub-two h1,
    .slide-home-promo h1 {
        display: block;
        font-size: 22px;
    }

    .slider-home-promos {
        padding-bottom: 25px;
        border-bottom: 1px solid #888;
    }

    .arrows-home-promos {
        top: 30%;
    }

    .slide-home-promo {
        height: 350px;
    }

    .home-slider .container .col-sm-8 {
        float: unset !important;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 767px) {

    .home-sub-one h1,
    .home-sub-two h1,
    .slide-home-promo h1 {
        display: block;
        font-size: 22px;
    }

    .dot-nav {
        top: 130px;
    }
}

.msg-icon {
    position: absolute;
    top: 0;
    left: 32px;
    top: -8px;
}

/************** Homepage Body CSS **************/

.pattern-bg-wrap {
    background: url('images/pattern-bg-sliced.png') repeat;
    min-height: 400px;
    /*  
     min-height: 100vh;
     padding-bottom: 50px !important; */
    background: white;
    /*  margin-bottom: 20px; */
}

.pattern-bg-wrap .pattern-bg-wrap {
    background: transparent;
}

.imgBackground {
    background-image: url("images/pattern-bg-sliced.png") !important;
}

/*** Cards **/

.card {
    font-size: 1em;
    padding: 0px 8px 0px 0px;
    border: none;
    text-align: center;
    display: block;
    cursor: pointer;
}

.card:focus {
    outline: none !important;
    border: 1px solid #eee !important;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    box-shadow: none;
    transition: all 0.2s linear;
    background-color: #fff;
    border: 1px solid #eee;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 74px;
}

.card:hover .card-block {
    background-color: #fafafa;
}

.card-img-top {
    display: block;
    width: 100%;
    height: 175px;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.2s linear;
}

.card:hover .card-img-top {
    opacity: 0.7;
}

.card-title {
    font-size: 16px;
    color: #017b8b;
    font-weight: 500;
    margin: 5px auto;
    text-decoration: none;
    overflow: hidden;
    text-transform: capitalize;
    padding-left: 9px;
    padding-right: 9px;
}

.media-txt {
    height: 175px;
    display: flex;
    place-content: center;
    align-items: center;
    background-color: #eee;
    border-radius: 5px;
}

.media-section-slider {
    margin-top: 15px;
}

/****** Media Center *****/

.hide-load-more {
    display: none;
}

.load-more {
    margin-top: 14%;
}

.media-center-heading {
    padding: 15px 0px;
}

#arrows-media-center {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -18px;
}

#buzz-slider {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

#arrows-media-center a,
#buzz-slider a {
    padding: 5px 10px;
    display: inline-block;
    margin: 3px;
    background: #d1d1d1;
    border-radius: 2px;
    transition: all 0.2s linear;
    border-radius: 4px;
}

#arrows-media-center a:hover,
#buzz-slider a:hover {
    background: #007b8a;
}

#arrows-media-center .slick-hidden,
#buzz-slider a:hover .slick-hidden {
    visibility: hidden;
}

.main-title-colored {
    margin: 5px auto;
    font-size: 32px;
    font-weight: 600;
    color: #007b8a;
    padding: 5px 0px;
    padding-right: 9px;
    line-height: 20px;
}

.main-title-colored span {
    font-size: 16px;
    font-weight: 500;
    margin-left: 7px;
}

.main-title-colored img {
    position: relative;
    top: -2px;
}

@media only screen and (max-width: 767px) {
    #arrows-media-center {
        position: static;
        display: block;
        text-align: right;
        margin-top: 5px;
    }

    .main-title-colored {
        padding-right: 5px;
    }

    .media-slider,
    .banner-slider {
        padding-bottom: 10px; //border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
    }

    .still-banner {
        padding-bottom: 20px;
    }

    .main-title-colored span {
        display: block;
        min-width: 100%;
        margin-top: 4px;
    }
}

.still-banner {
    max-height: 125px;
    background: #fff;
}

/***** Ads Section *****/

.ads-wrap-home {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ads-wrap-home img {
    width: 100%;
    transition: all 0.2s linear;
}

.ads-wrap-home img:hover {
    transform: scale(0.95);
}

/**************** Home Boxes Section **************/

.home-boxes-wrap {
    padding: 0px 3px;
}

.home-boxes-wrap .col-sm-4 {
    padding: 0px 5px;
}

.home-box {
    background-image: url('images/img-home-box-2.png');
    background-size: cover;
    background-position: center center;
    background-color: #ffbd11;
    background-color: #e8af19;
    position: relative;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

.heading-in-the-box {
    margin: 0 auto;
    background-color: rgba(256, 256, 256, 0.8);
    font-size: 24px;
    font-weight: 300 !important;
    line-height: 28px;
    text-transform: uppercase;
    display: flex;
    padding: 10px;
    color: #444444;
    width: 100%;
    min-height: 0px;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all 0.3s ease-in-out;
    flex-wrap: wrap;
    align-content: center;
}

.heading-in-the-box span {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    text-align: center;
    max-height: 0px;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}

.heading-in-the-box img {
    height: 37px;
}

.heading-in-the-box a {
    background-color: rgba(256, 256, 256, 0.8);
    padding: 6px 18px;
    font-size: 14px;
    font-weight: 400;
    color: #a87f14;
    margin: 0 auto;
    margin-top: 5px;
    display: inline-block;
    text-decoration: none !important;
    transition: all 0.3s linear;
    text-transform: capitalize;
}

.heading-in-the-box button {
    background-color: rgba(256, 256, 256, 0.8);
    padding: 6px 18px;
    font-size: 14px;
    font-weight: 400;
    color: #a87f14;
    margin: 0 auto;
    margin-top: 5px;
    display: inline-block;
    text-decoration: none !important;
    transition: all 0.3s linear;
    text-transform: capitalize;
    border: 0px;
}

.home-box:hover .heading-in-the-box {
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff !important;
}

.home-box:hover span {
    max-height: 50px;
}

.home-box:hover .shop-zoom li img {
    height: 30px;
    margin-bottom: 10px;
}

.heading-in-the-box a:hover {
    background-color: rgba(256, 256, 256, 1);
}

.heading-in-the-box button:hover {
    background-color: rgba(256, 256, 256, 1);
}

.home-box-half-one {
    height: 325px;
}

.home-box-half-two {
    height: 273px;
}

.home-box-half-three-point-two {
    height: 154px;
}

.home-box-expanded {
    height: 432px;
}

.home-box-expanded-half {
    height: 211px;
}

.home-box-compact {
    height: 166px;
}

.boxes-description {
    background: rgba(256, 256, 256, 0.9);
    padding: 5px;
    text-align: left;
    max-height: 150px;
    overflow: hidden;
    border-radius: 5px;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin: 9px 8px 0 8px;
}

.boxes-description p {
    margin-bottom: 2px;
}

@media only screen and (max-width: 767px) {

    .home-boxes-wrap,
    .home-boxes-wrap .col-sm-4 {
        padding: 0px;
    }

    .home-boxes-wrap {
        padding: 0px 6px !important;
    }

    .heading-in-the-box span {
        display: none !important;
    }

    .home-box:hover .heading-in-the-box {
        min-height: 0px;
        background-color: rgba(256, 256, 256, 0.8);
        color: #444444;
    }

    /*    .home-box .heading-in-the-box {
            min-height: 100%;
            background-color: rgba(0,0,0,0.6);
            color: #fff;
        }
    
        .home-box span {
            max-height: 50px;
        }
        .heading-in-the-box a {
            background-color: rgba(256,256,256,1);
        }*/
}

/*********** Logos Slider CSS **************/

.logos-slider {
    background: transparent;
    margin: 15px 0px 25px;
    padding: 0px;
    max-width: 100%;
    overflow: hidden;
}

.logo-slide {
    width: 100%;
    height: 91px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfdfdf;
    border-radius: 8px;
}

.logo-slide img {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 98px;
}

.arrow-logo {
    position: absolute;
    top: 15px;
    z-index: 999;
    background: #fff;
    height: 91px;
    display: inline-block;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 34px;
}

.arrow-logo img {
    max-height: 23px;
}

.logo-prev {
    left: 8px;
}

.logo-next {
    right: 8px;
}

/*.slick-slider:hover .slick-track {
    transition: transform 0.1s linear !important;
}*/

@media only screen and (max-width: 767px) {
    .arrow-logo {
        //display:none !important;
    }
}

.logos-slider .slick-slide {
    //transition: all 0.7s linear;
}

/********************** Footer CSS ********************/

.footer-main-wrap {
    background: #252525;
}

.footer-section-details {
    background: #383838;
    padding: 35px 15px 18px 13px;
    padding-bottom: 25px;
    min-height: 350px;
    padding-top: 25px;
    color: #fff;
}

.footer-section-details .footer-detail-heading {
    font-size: 16px;
    display: block;
    margin: 5px auto 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer-section-details p {
    font-size: 13px;
    color: #d1d1d1;
    font-weight: 300;
    display: flex;
    margin-bottom: 1px;
}

.footer-section-details p img {
    margin-right: 8px;
    position: relative;
    top: -2px;
    width: 27px;
    height: 27px;
    min-width: 25px;
    min-height: 25px;
}

.footer-section-details p a {
    color: #ffbd11;
}

.footer-section-details p b {
    color: #f1f1f1;
    font-weight: 400;
}

.footer-newsletter {
    margin-top: 10px;
}

.footer-newsletter .field-email {
    display: block;
    min-width: 100%;
    padding: 8px 10px;
    color: #ccc;
    text-align: center;
    background: #4c4c4c;
    border: 0px;
    outline: none;
    transition: all 0.2s linear;
    margin-bottom: 7px;
    box-sizing: border-box;
}

.footer-newsletter .field-email::placeholder {
    color: #8d8d8d;
}

.footer-newsletter .btn-submit-form {
    background: #f4bd17;
    display: block;
    min-width: 100%;
    border: 0px;
    padding: 9px 10px 7px;
    text-transform: uppercase;
    transition: all 0.2s linear;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
}

.footer-newsletter .btn-submit-form:hover {
    background: #e3a80c;
}

.footer-newsletter .btn-submit-form img {
    position: relative;
    top: -2px;
    margin-right: 3px;
}

.footer-section {
    min-height: 350px;
    padding-top: 25px;
    color: #fff;
    padding-left: 25px;
}

.footer-banner {
    display: block;
    margin-bottom: 20px;
}

.footer-list-section {
    width: 22%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    background: url('images/line-footer-list.png') no-repeat left top;
    min-height: 191px; //border-left: 1px solid #888;
}

.footer-list-section:first-child {
    //border-left: 0px;
    padding-left: 0px;
    background: none;
}

.footer-list-section:last-child {
    padding-right: 0px;
    width: 34%;
}

.footer-list-section h2 {
    display: block;
    margin: 15px auto;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer-list-section ul {
    list-style-type: none;
    padding: 0px;
    padding-top: 10px;
}

.footer-list-section li a {
    display: block;
    color: #bbbbbb;
    font-size: 10px;
    text-transform: uppercase;
    margin: 5px 0px;
    text-decoration: none;
    transition: all 0.2s linear;
    font-weight: 500;
}

.footer-list-section li:hover a {
    color: #ffffff;
}

.footer-list-button {
    display: inline-block;
    color: #0a0a4b;
    font-size: 10px;
    text-transform: uppercase;
    margin: 3px 0px;
    text-decoration: none !important;
    transition: all 0.2s linear;
    background: #fff;
    padding: 7px 12px 5px;
    font-weight: 600;
    transition: all 0.2s linear;
}

.footer-list-button:hover {
    background: #ccc;
    color: #0a0a4b;
}

.footer-list-section h2 a {
    color: #fff;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

@media only screen and (max-width: 1024px) and (min-width: 767px) {
    .footer-list-section {
        padding-left: 0px;
        padding-right: 0px;
        border-left: 0px;
        width: 50% !important;
        background: none;
    }
}

@media only screen and (max-width: 767px) {
    .footer-section {
        padding: 0px;
        padding-top: 25px;
        display: block;
    }

    .footer-list-section {
        padding-left: 0px;
        padding-right: 0px;
        border-left: 0px;
        width: 100% !important;
        background: none;
        padding-top: 5px !important;
        padding-bottom: 20px !important;
        min-height: 15px;
    }

    .footer-list-section h2 {
        margin-top: 0px;
    }

    .footer-banner {
        margin-bottom: 3px !important;
    }
}

/** Copyrights CSS **/

.copyrights-wrap {
    text-align: center;
    background: #1a1a1a;
    padding: 15px 15px;
}

.copyrights-wrap p {
    color: #fff;
    font-size: 13px;
    color: #a5a5a5;
    display: block;
    margin: 0 auto;
}

.copyrights-wrap img {
    width: 24px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.copyrights-wrap a {
    font-weight: bold;
    color: #aaaaaa;
}

@media only screen and (max-width: 767px) {
    .copyrights-wrap a {
        display: block;
        min-width: 100%;
    }
}

/*********** Promotions Featured View ************/

/* padding-bottom and top for image */

.mfp-no-margins img.mfp-img {
    padding: 0;
}

/* position of shadow behind the image */

.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}

/* padding for main container */

.mfp-no-margins .mfp-container {
    padding: 0;
}

.featured-prom-type {
    background-size: cover;
    background-color: #f5f5f5;
    padding-top: 25px;
    display: flex;
    align-items: center;
    min-height: 300px;
}

.featured-prom-type .pull-right {
    order: 2;
}

.feat_prom_title,
.feat_prom_title h1,
.feat_prom_title h2,
.feat_prom_title h3,
.feat_prom_title h4,
.feat_prom_title h5,
.feat_prom_title h6,
.feat_prom_title p,
.feat_prom_title a,
.feat_prom_title ul,
.feat_prom_title li {
    font-size: 60px;
    color: #007b8a;
    width: 100%;
    display: block;
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    margin-bottom: 10px;
    line-height: 60px;
    font-weight: 300;
    text-transform: uppercase;
}

.feat_prom_text,
.feat_prom_text h1,
.feat_prom_text h2,
.feat_prom_text h3,
.feat_prom_text h4,
.feat_prom_text h5,
.feat_prom_text h6,
.feat_prom_text p,
.feat_prom_text a,
.feat_prom_text ul,
.feat_prom_text li {
    font-size: 18px;
    color: #f9be06;
    width: 100%;
    display: block;
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    margin-bottom: 15px;
    line-height: 18px;
    font-weight: 400;
    text-transform: none;
}

.feat_prom_object_wrap {
    position: relative;
    bottom: -30px;
    z-index: 900;
}

.prom_action_bar {
    min-height: 60px;
    background-color: #eeeeee;
    padding: 15px;
}

.prom_ghost_btn {
    display: inline-block;
    padding: 8px 30px;
    color: #007c8b;
    border: 1px solid #007c8b;
    border-radius: 3px;
    background: #C6DFE3;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s linear;
    margin-right: 10px;
    text-align: center;
    min-width: 166px;
}

.prom_ghost_btn:hover {
    background: #007c8b;
    color: #fff;
}

.prom_normal_btn {
    display: inline-block;
    padding: 8px 30px;
    color: #007c8b;
    border: 1px solid #007c8b;
    /* color: #a87f14;
     border: 1px solid #ffc93b; */
    border-radius: 3px;
    background: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    transition: all 0.3s linear;
    margin-right: 10px;
    text-align: center;
    min-width: 166px;
}

.prom_normal_btn:hover {
    background: #007c8b;
    color: #fff;
}

/********* Promotions Grid **********/

.grid_box_promotions {
    background-size: cover;
    background-position: center center;
    background-color: #ffbd11;
    position: relative;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    overflow: hidden;
}

.heading-in-prom-box {
    margin: 0 auto;
    background-color: rgba(256, 256, 256, 0.8);
    font-size: 24px;
    font-weight: 400 !important;
    line-height: 45px;
    text-transform: uppercase;
    display: flex;
    padding: 10px;
    color: #555555;
    width: 100%;
    min-height: 0px;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all 0.3s ease-in-out;
    flex-wrap: wrap;
    align-content: center;
}

.heading-in-prom-box span {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    text-align: center;
    max-height: 0px;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}

.heading-in-prom-box a {
    background-color: rgba(256, 256, 256, 0.8);
    padding: 6px 18px;
    font-size: 14px;
    font-weight: 400;
    color: #a87f14;
    margin: 0 auto;
    margin-top: 5px;
    display: inline-block;
    text-decoration: none !important;
    transition: all 0.3s linear;
    text-transform: capitalize;
}

.heading-in-prom-box button {
    background-color: rgba(256, 256, 256, 0.8);
    padding: 6px 18px;
    font-size: 14px;
    font-weight: 400;
    color: #a87f14;
    margin: 0 auto;
    margin-top: 5px;
    display: inline-block;
    text-decoration: none !important;
    transition: all 0.3s linear;
    text-transform: capitalize;
    border: 0px;
    line-height: 28px;
}

.heading-in-prom-box .promo_box_ico {
    max-height: 37px;
    width: auto;
}

.grid_box_promotions:hover .heading-in-prom-box {
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.grid_box_promotions:hover span {
    max-height: 50px;
}

.heading-in-prom-box a:hover,
.heading-in-prom-box button:hover {
    background-color: rgba(256, 256, 256, 1);
}

.grid_box_promotions {
    height: 325px;
}

.expanded_prom {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 508px;
}

/******** Expanded Promotion Box *********/

.title-block-prom-box {
    background: #007b8a;
    text-align: center;
    display: block;
    padding: 8px 15px;
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.title-block-prom-box b {
    font-weight: 500;
}

/************ Promotions Taxonomy View ************/

.sidebar-siblings-menu {
    padding: 0px;
    background: #f7f7f7;
}

#sidebar-siblings {
    background: #f7f7f7;
}

.sidebar-siblings-menu ul {
    list-style-type: none;
    display: block;
    width: 100%;
    padding: 0px;
}

.sidebar-siblings-menu li a {
    display: block;
    width: 100%;
    padding: 15px 10px 13px;
    color: #00454e;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0px;
    /*    white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; */
    text-decoration: none;
}

.sidebar-siblings-menu li a span {
    vertical-align: text-bottom;
}

.menu-item img._before,
.rtl .menu-item img._after {
    float: left;
}

.sidebar-siblings-menu li {
    display: block;
    width: 100%;
    background: #f7f7f7;
    border-top: 1px solid #bcd9dd;
    border-bottom: 2px solid #f7f7f7;
    transition: all 0.2s linear;
    position: relative;
}

.sidebar-siblings-menu li:hover {
    border-bottom: 2px solid #007b8a;
}

.sidebar-siblings-menu li.current-menu-item {
    border-bottom: 2px solid #007b8a;
}

.sidebar-siblings-menu li.current-menu-item i {
    transform: rotate(-90deg);
}

.sidebar-siblings-menu li i {
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 12px;
    margin-top: -6px;
}

.sidebar-siblings-menu .menu>li:first-child,
.sidebar-siblings-menu .menu>li.menu-item-has-children {
    background: #007b8a;
    color: white;
    border-bottom: none !important;
}

.sidebar-siblings-menu .menu>li:first-child>a,
.sidebar-siblings-menu .menu>li.menu-item-has-children>a {
    color: white;
}

.header-wide-slim {
    margin: 20px auto 10px;
    background-image: url('images/search-banner.jpg');
    background-size: cover;
    background-color: #ffbd11;
    background-position: center center;
    background-position: center 59%;
}

.header-wide-slim .container {
    display: flex;
    align-items: center;
    /* padding: 40px 0px; */
    min-height: 203px;
    color: #fff;
    text-transform: uppercase;
}

.header-wide-slim img {
    float: right;
    max-width: 100%;
    height: 179px;
}

.header-wide-slim h1 {
    font-size: 48px;
    margin: 0px 0px;
    font-weight: 600;
    line-height: 50px;
}

.header-wide-slim p {
    font-size: 24px;
    margin: 5px 0px;
    line-height: 25px;
}

@media only screen and (max-width: 767px) {
    .header-wide-slim .col-sm-5 {
        display: none;
    }
}

/*********** Visual Blocks ************/

.content-visual-component-builder p {
    color: #666666;
    font-weight: 300;
    line-height: 18px;
}

.content-visual-component-builder h1,
.content-visual-component-builder h2,
.content-visual-component-builder h3,
.content-visual-component-builder h4 {
    color: #007b8a;
    font-weight: 600;
}

.cta-section-full {
    margin: 15px auto;
    background-size: cover;
    background-color: #ffbd11;
    background-position: center center;
    background-attachment: fixed;
    padding: 40px 30px;
    color: #ffffff;
}

.cta-section-full h1 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin: 0 auto;
}

.cta-section-full p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    margin: 5px auto 25px;
}

.container .container {
    max-width: 100%;
    width: 100%;
    position: relative;
}

.spacer-blank {
    width: 100%;
    display: block;
    min-height: 20px;
}

.empty-space {
    min-height: 8px;
}

.content-visual-component-builder table {
    width: 100%;
}

.content-visual-component-builder td {
    border: 1px solid #eee;
    padding: 8px 12px;
    font-size: 16px;
    color: #666666;
}

.content-visual-component-builder th {
    border: 1px solid #eee;
    padding: 8px 12px;
    background: #f7f7f7;
    font-size: 14px;
    text-transform: uppercase;
}

.content-visual-component-builder tr:nth-child(even) {
    background: #e3fcff;
}

.pages-grid-builder .heading-in-the-box {
    font-size: 16px;
    font-weight: 400 !important;
    color: #444444;
}

.col-sm-4.text-center.pages-grid-builder {
    padding-right: 0;
}

/********* Breadcrumbs **********/

#breadcrumbs {
    list-style: none;
    margin: 10px 0;
    overflow: hidden;
    padding-left: 2px;
}

#breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #017b8a;
    font-size: 14px;
}

#breadcrumbs li a {
    color: #017b8a;
    font-weight: bold;
    font-size: 16px;
}

#breadcrumbs .item-current strong {
    color: #017b8a;
    font-weight: 400;
    font-size: 16px;
}

#breadcrumbs .separator {
    font-size: 14px;
    font-weight: 600;
    color: #017b8a;
}

.list-inline>li {
    padding-right: 0px;
}

.page-tolls {
    list-style: none;
    margin: 10px 0;
    overflow: hidden;
    padding-left: 2px;
}

#savepage {
    display: none;
}

.breadCrumbCon {
    margin-bottom: 10px;
}

/************ Search Full **********/

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(256, 256, 256, 0.8);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    /*    -webkit-transform: translate(0px, 0px) scale(0, 0);
        -moz-transform: translate(0px, 0px) scale(0, 0);
        -o-transform: translate(0px, 0px) scale(0, 0);
        -ms-transform: translate(0px, 0px) scale(0, 0);
        transform: translate(0px, 0px) scale(0, 0);*/
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #444444;
    background: rgba(256, 256, 256, 0.8);
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    outline: none;
    border: 1px solid gray;
}

#search input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #aaa;
}

#search input::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaa;
}

#search input:-ms-input-placeholder {
    /* IE 10+ */
    color: #aaa;
}

#search input:-moz-placeholder {
    /* Firefox 18- */
    color: #aaa;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    border-radius: 0px;
    padding: 10px 40px;
    font-size: 16px;
    background-color: #ffbd11;
    color: #fff;
    transition: all 0.2s linear;
}

#search .btn:hover {
    background-color: #f7b200;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #f35c5c;
    border-color: #f35c5c;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

@media only screen and (max-width: 767px) {
    #search input[type="search"] {
        font-size: 24px;
        padding: 20px 10px;
        top: 45%;
    }

    #search .close {
        right: auto !important;
        left: 10px !important;
    }
}

.search-result img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

/************************ Fixed Social Media **********************/

.fixed-social-media {
    position: absolute;
    left: -3px;
    top: 350px;
    z-index: 999;
}

.btn-facebook {
    display: block;
    background: #3a5799;
    padding: 11px 11px;
    transition: all 0.3s linear;
    float: left;
    clear: both;
}

.btn-facebook .data-social-feed {
    width: unset;
    overflow-y: unset;
}

.btn-twitter {
    display: block;
    background: #01abf0;
    padding: 11px 11px;
    transition: all 0.2s linear;
    float: left;
    clear: both;
}

.btn-googleplus {
    display: block;
    background: #de4c35;
    padding: 11px 11px;
    transition: all 0.2s linear;
    float: left;
    clear: both;
}

.feed_data-social-feed {
    width: 300px;
}

.feed_header {
    display: none;
}

.btn-each.btn-googleplus .data-social-feed {
    padding-left: 22px;
}

.feed_post post_1 {
    font-size: 12px;
    color: #666666;
}

.feed_content div {
    margin-bottom: 20px;
    margin-top: 20px;
}

.btn-linkedin {
    display: block;
    background: #127ab5;
    padding: 11px 11px;
    transition: all 0.2s linear;
    float: left;
    clear: both;
}

.btn-pinterest {
    display: block;
    background: #cc1c1f;
    padding: 11px 11px;
    transition: all 0.2s linear;
    float: left;
    clear: both;
}

.btn-pinterest .data-social-feed {
    overflow: unset;
}

.btn-telegram {
    display: block;
    background: #1F96D4;
    padding: 11px 11px;
    transition: all 0.2s linear;
    float: left;
    clear: both;
    border-bottom-right-radius: 3px;
}

.btn-instagram {
    background: #f6733e;
    display: block;
    padding: 11px 11px;
    transition: all 0.2s linear;
    float: left;
    clear: both;
}

.btn-instagram .data-social-feed iframe {
    height: 500px !important;
}

.btn-youtube {
    background: #ff0000;
    display: block;
    padding: 11px 11px;
    transition: all 0.2s linear;
    float: left;
    clear: both;
}

.btn-searchfixed {
    display: block;
    background: #fff;
    border: 1px solid #c0c0c0;
    padding: 11px 11px;
    transition: all 0.2s linear;
    float: left;
    clear: both;
    border-radius: 3px;
}

.btn-feedback {
    display: block;
    background: #fff;
    padding: 6px 7px;
    transition: all 0.3s linear;
    float: left;
    clear: both;
    top: 19px;
    border-radius: 3px;
    border: 1px solid #c0c0c0;
}

.fixed-social-only-wrap {
    margin-bottom: 10px;
}

.btn-each {
    cursor: pointer;
    position: relative;
}

.btn-each:hover {
    padding: 11px 20px !important;
    border-radius: 3px;
}

.btn-feedback:hover {
    padding: 6px 15px 6px 15px;
}

.btn-each:first-child {
    border-top-right-radius: 3px !important;
}

.btn-each.btn-socials img {
    width: 19px;
}

.data-social-feed {
    position: absolute;
    top: -200px;
    left: 100%;
    opacity: 0;
    display: none;
    transform: scaleY(0);
    transition: all 0.2s linear;
    transform-origin: 100% 0;
    background: white;
    padding: 12px;
    min-height: 400px;
    max-height: 525px;
    min-width: 365px;
    overflow-y: scroll;
    border: 1px solid #007b8b;
}

.insta-feed h1 {
    margin: 10px auto;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    color: #007B8A;
}

.insta-feed p {
    font-size: 15px;
    font-weight: 400;
    color: #555;
}

span.data {
    font-size: 14px;
    display: block;
    color: #111;
}

.follow-insta-link {
    background: #007B8A;
    color: #fff;
    padding: 4px 15px;
    margin: 0px auto 10px auto;
    display: inline-block;
}



/*
.btn-each:hover .data-social-feed {
    visibility: visible;
    transform: scaleY(1);
    opacity: 1;
} */

.footer-section-details .btn-each {
    max-width: 20%;
    display: inline-block !important;
    float: left;
    clear: none;
    border: 2px solid #383838;
    width: 100%;
    padding-left: 1px;
    padding-right: 1px;
    text-align: center;
    border-radius: 0px !important;
    padding: 11px 1px !important;
}

.footer-section-details .btn-each:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 767px) {
    .btn-each {
        max-width: 20%;
        display: inline-block !important;
        float: left;
        clear: none;
        border: 2px solid #383838;
        width: 100%;
        padding-left: 1px;
        padding-right: 1px;
        text-align: center;
        border-radius: 0px !important;
        padding: 11px 1px !important;
    }

    .btn-each:hover {
        opacity: 0.8;
    }

    .data-social-feed {
        display: none !important;
    }
}

.fts-jal-fb-header a,
.fts-jal-single-fb-post a {
    color: #4267b2;
}

/************ Others CSS *********/

@keyframes bounce {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0.25;
    }

    50% {
        opacity: 0.5;
    }

    75% {
        opacity: 0.75;
    }

    100% {
        opacity: 1;
    }
}

/************ Navbar Transition Scroll *************/

.navbar_scrolled {
    transition: all 1s linear;
    top: 0px;
    position: fixed;
    left: 0px;
    z-index: 999;
    background: #fff;
    width: 100%;
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.2);
    transform: translateY(-150px);
    transition: all 0.1s ease-in;
}

.navbar_scrolled .logo-top-main img {
    max-width: 55px;
}

.navbar_scrolled .nav-main-top {
    margin-bottom: 0px !important;
}

.navbar_scrolled .container {
    display: flex;
    align-items: center;
}

/**************** Styles - Peel Effect *****************/

#inputs-peeler {
    position: absolute;
    max-width: 300px;
    margin: 0 auto;
    padding-top: 55px;
    left: 0px;
    right: 0px;
    text-align: right;
    padding-left: 70px;
}

#inputs-peeler h1 {
    font-size: 18px;
    color: #fff;
}

#peel-flip-image {
    //transition: all 1s linear;
    transform: rotate(45deg);
    transform-origin: 0% 0%;
    height: auto !important;
}

/******* Popup Bubble *******/

.fixed-pop-bubble {
    position: fixed;
    background: url('images/bg-popup-arabic.png') no-repeat center center / 100% 100%; //rgba(256,256,256,0.8);
    z-index: 999;
    width: 350px;
    overflow: hidden;
    display: block;
    max-width: 350px;
    max-height: 350px;
    bottom: -13px;
    left: 37px;
    top: 30%; //border: 10px solid #333;
    //height: 350px;
}

.inner-pop-content {
    display: block;
    width: 100%;
    padding: 25px 35px 85px;
}

.heading-pop-bubble {
    font-size: 18px;
    color: #444444;
    font-weight: 400;
}

.toggle-bubble {
    /*   position: fixed;
       color: #fff;
       bottom: 50px;
       right: 20px;
       z-index: 99999;
       height: 65px;
       width: 65px;
       border-radius: 50%;
       overflow: hidden;
       display: flex;
       align-items: center;
       justify-content: center;
       background: #f4bd17;
       cursor: pointer;
       border: 10px solid #F9DE8B;
       animation: pulse_icon 1.5s infinite;
       transition: border 0s linear !important; */
}

.close-button {
    float: right;
    background: #017a8a;
    border-radius: 15px;
    border: none;
    color: white;
    padding-top: 4px;
    cursor: pointer;
}

/*********** Overlay Floaters *********/

@media only screen and (max-width: 767px) {
    .overlay-on-mobile {
        position: fixed !important;
        z-index: 99999999;
        top: 0px;
        left: 0px;
        width: 100% !important;
        height: 100% !important;
        background: #f7f7f7;
        display: none;
        overflow-y: scroll;
    }

    .trigger-overlay-options {
        display: flex !important;
    }
}

.trigger-overlay-options {
    background: #ffbd11;
    border-radius: 50%;
    position: fixed !important;
    z-index: 99999999;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    display: none;
    justify-content: center;
    align-items: center;
    box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.3);
}

.trigger-overlay-options i {
    color: #fff;
    font-size: 32px;
    display: block;
}

.overlay-on-mobile.active-overlay {}

/******* Contact Us ************/

.addLocContent {
    padding-right: 0;
    /*  padding-left: 10px; */
    margin-bottom: 15px;
}

.col-sm-3.addLocContent div {
    min-height: 185px;
    display: flex;
    flex-direction: column;
    /* place-content: center; */
    align-items: center;
    /* justify-content:space-around; */
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 30px;
}

.col-sm-3.addLocContent div span {
    color: #595959;
}

.col-sm-3.addLocContent div span,
.addLocContent div text {
    font-size: 16px;
}

.icon-img img {
    height: 56px;
}

.addLocContent div text {
    color: #595959;
}

.addLocContent div>.icon-img~.icon-img {
    margin-top: 30px;
}

.social-media-title {
    min-height: 37px;
    display: flex;
    place-items: flex-end;
}

.wpcf7-form-control {
    width: 100%;
    font-size: 15px;
    padding-left: 12px;
    font-weight: 300;
    border: 1px solid #efefef;
    color: #99abb7;
}

input.wpcf7-form-control {
    height: 41px;
}

#wpcf7-f462-p361-o1 .screen-reader-response,
#wpcf7-f1243-p1255-o1 .screen-reader-response {
    width: 100%;
    height: 21px;
    position: unset;
    overflow: unset;
}

.screen-reader-response ul {
    display: none;
}

textarea.wpcf7-textarea {
    height: 92px;
    resize: none;
    padding-top: 12px;
}

textarea.wpcf7-textarea:focus {
    color: #007d8a;
    border: 1px solid #007d8a;
}

.wpcf7-submit {
    margin-top: -4px;
    border-radius: 4px;
    background: #007d8a;
    border: none;
    color: white !important;
}

div.wpcf7-mail-sent-ng {
    border: none !important;
}

/*.pattern-bg-wrap{
    margin-top: -8px;
}*/

.col-sm-5.pull-right.no-padding-right.text-right a {
    padding-left: 6px;
}

.sidebar-siblings-menu li a {
    font-size: 14px;
    font-weight: 400;
}

.menu-item img._before,
.rtl .menu-item img._after {
    width: 30px;
    height: auto;
}

.my-toggle-bubble {
    top: 10px;
    border-radius: 10%;
    background: #f4bd17;
    display: block;
    padding: 11px 14px;
    transition: all 0.3s linear;
    float: left;
    clear: both;
    animation: pulse_icon 1.5s infinite;
}

#map {
    height: 350px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #99abb7;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #99abb7;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #99abb7;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #99abb7;
}

input.wpcf7-form-control:focus {
    color: #007d8a;
    border: 1px solid #007d8a;
}

#feed-back-form {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    place-content: center;
    transition: all 0.5s ease-in-out;
    display: none;
}

#feed-back-form .screen-reader-response {
    text-align: center;
    width: 100%;
    position: unset;
    overflow: unset;
    color: white;
}

#feed-back-form div.wpcf7-validation-errors {
    display: none !important;
}

#feed-back-form span.wpcf7-not-valid-tip {
    color: #fff;
}

#wpcf7-f518-o2 .wpcf7-form-control {
    color: #007d8a;
    border: 1px solid #007d8a;
}

#wpcf7-f518-o2 input.wpcf7-form-control.wpcf7-submit {
    color: white !important;
}

#wpcf7-f518-o2 span.wpcf7-not-valid-tip {
    text-align: left;
    color: white;
}

#wpcf7-f518-o2 div.wpcf7-validation-errors {
    display: none !important;
}

div.wpcf7-validation-errors {
    border: none;
    text-align: center;
    color: red;
}

#close-btn {
    position: fixed;
    top: 15px;
    right: 15px;
    border: 1px solid #007d8a;
    opacity: 1;
    padding: 5px 17px;
    border-radius: 30px;
    font-size: 27px;
    color: white;
    background-color: #007d8a;
}

.feedBackTitle {
    /*   color: #007b8a;*/
    color: white;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0;
}

.feedback-desc {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-top: 6px;
    margin-bottom: 0;
    text-align: left;
}

/********BRANCHES *********/

.content-bg-img {
    height: 266px;
    background-size: cover !important;
    background-position: center bottom !important;
    box-shadow: inset 1000px 1000px 1px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    place-content: center;
    justify-content: center;
    align-items: center;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 28px !important;
}

.content-bg-img h1 {
    margin-top: 0 !important;
    color: #f6be07;
    font-size: 30px;
}

.content-bg-img p {
    font-size: 18px;
    color: white;
    text-align: justify !important;
    line-height: 20px;
}

.multiCol {
    min-height: 0 !important;
}

.multiCol .sidebar-siblings-menu {
    background: none;
}

.multiCol#sidebar-siblings {
    background: none;
}

.branch-video {
    position: absolute;
    right: 10px;
    top: 9px;
}

.branch-head {
    color: #383838 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.full-width-title {
    color: #007b8a;
    font-weight: 600;
}

.branches-slider {
    margin-bottom: 10px;
    clear: both;
}

.shop-zoom {
    width: 100%;
}

.shop-zoom li img {
    height: 0px;
}

/********Testimonial Section*********/

.testimonial {
    background-color: #fafafa;
    background: black;
    padding-top: 12px;
    border: 1px solid #eaeaea;
    padding-left: 12px !important;
    padding-top: 12px !important;
    height: 200px;
}

.testimonial-arrow {
    content: '';
    width: 15px;
    height: 15px;
    background: #fafafa;
    position: absolute;
    left: 50px;
    bottom: 63px;
    transform: rotate(45deg);
    margin-top: -15px;
    border: 1px solid black;
    border: 1px solid #eaeaea;
    z-index: -1;
}

.testimonial-star {
    vertical-align: sub;
    margin-left: 7px;
    margin-right: 7px;
}

.testimonial-time {
    vertical-align: sub;
    color: #8b8b8b;
    text-transform: lowercase;
    font-size: 14px;
    position: relative;
    bottom: -3px;
}

.testimonial-comment {
    color: #8b8b8b;
    padding-left: 32px;
    padding-right: 32px;
    min-height: 100px;
}

.testimonial-social {
    float: right;
    position: relative;
    right: 13px;
    bottom: 0px;
}

.testimonial-arrow {
    /* position: relative;
     top: 26px;
     left: 32px; */
}

.review-star-img {
    width: 16px !important;
    display: unset !important;
}

.view-review-btn {
    background: #ffbd11;
    width: 49px;
    color: #fff;
    padding: 1px 10px 3px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    top: -2px;
    transition: all 0.2s linear;
}

.view-review-btn:hover {
    background: #e3a80c;
    color: #fff;
}

.name-section {
    padding-left: 25px;
}

.name-section p:first-child {
    color: white;
    height: 40px;
    width: 40px;
    border: 1px solid;
    border-radius: 21px;
    display: flex;
    flex-direction: column;
    place-content: center;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    font-weight: 300;
    float: left;
}

.name-section span:last-child {
    color: #8b8b8b;
}

.name-section ul {
    list-style-type: none;
    position: relative;
    left: 7px;
    top: 3px;
}

.name-section ul li:first-child {
    margin-bottom: -5px;
    font-size: 16px;
    font-weight: 500;
}

span sup {
    font-size: 26px;
    /* vertical-align: middle; */
    margin-right: 5px;
    margin-left: 7px;
    position: relative;
    top: -3px;
}

.name-section text {
    font-weight: 600;
    font-size: 15px;
}

/********Required Infomation Question*********/

.required-info {
    background: #dcdcdc;
    padding: 20px 2px 10px 2px;
}

.required-info li:first-child a {
    border-radius: 0px;
    padding: 7px 26px;
    font-size: 16px;
    background-color: #ffbd11;
    color: #fff;
    transition: all 0.2s linear;
}

.required-info p {
    font-size: 18px;
    color: #5a5a5a;
    position: relative;
    top: 7px;
}

.required-info li:last-child a {
    border-radius: 0px;
    padding: 7px 26px;
    font-size: 16px;
    background-color: #ffffff;
    color: #a97f13;
    transition: all 0.2s linear;
}

/*******siteMap*********/

h2.wsp-pages-title {
    display: none;
}

.page-item-242.page_item_has_children>a:first-child,
.page-item-987.page_item_has_children>a:first-child,
.page-item-1240.page_item_has_children>a:first-child,
.page-item-1104.page_item_has_children>a:first-child {
    pointer-events: none;
    cursor: default;
}

/*********media side bar second menu**********/

ul#menu-most-viewed li:first-child {
    background: #f7f7f7;
}

ul#menu-most-viewed li:last-child {
    /*
    background:#868686; */
}

ul#menu-most-viewed li:last-child a {
    /* color:white; */
}

ul#menu-most-viewed li:last-child a span {
    /*
    vertical-align: bottom; */
}

#menu-most-viewed li a,
.most-liked li a {
    white-space: unset;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #00454e !important;
    max-height: 39px;
    padding: 0;
}

.most-liked li:first-child {
    background: #f7f7f7;
}

.most-liked li,
#menu-most-viewed li {
    padding: 15px 10px 13px;
}

.img-right-space {
    margin-right: .5em;
    width: 34px;
    height: auto;
}

ul#menu-most-viewed {
    margin-bottom: 0;
}

.most-view-title {
    background: #18355c;
    margin-bottom: 0;
    color: white;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 10px 13px;
}

.most-like-con {
    /*
     background-position: 7% center !important; */
    background-color: #868686 !important;
    color: white;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 10px 13px;
}

.accordion-section-title {
    color: #fff !important;
    vertical-align: sub;
    text-decoration: none !important;
}

.accordion h2 span {
    vertical-align: sub;
}

.accordion h2 a {
    color: white;
}

ul.accordion-section-content {
    display: none;
}

.accordion-section-content li {
    overflow: hidden;
}

/*******Media Blog News********/

.media-blog-content h4,
.media-blog-content p {
    font-size: 16px;
}

.media-blog-content p {
    font-size: 14px;
}

.media-blog-content h4 {
    font-weight: 500;
    overflow: hidden;
}

.media-blog-content a {
    font-size: 16px;
    font-weight: 500;
}

.media-blog-content .media-thumbnail {}

.author {
    margin-top: 8px;
}

.author span:last-child {
    color: #ababab;
    /*  padding-left: 10px; */
}

.author span:nth-child(-n+2) {
    display: none;
}

.author span:first-child {
    text-transform: capitalize;
    padding-right: 10px;
}

.author span:nth-child(2) {
    color: #ababab;
}

.author span {
    font-size: 12px;
}

.block-img {
    background-size: cover;
    background-position: center;
}

.btn-second-style {
    display: inline-block;
    padding: 8px 30px;
    color: #a87f14 !important;
    border: 1px solid #ffc93b;
    border-radius: 3px;
    background: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    transition: all 0.3s linear;
    margin-right: 10px;
    text-align: center;
    min-width: 166px;
    cursor: pointer;
}

.btn-second-style:hover {
    background: #ffc93b;
    color: #fff;
}

.loadMore {
    /*  display:none; */
}

h2.second-widget-title {
    margin-top: 0;
}

.recent-posts {
    padding: 12px 0 6px;
}

.all-posts {
    background: #1b365f;
    padding: 8px 8px 23px;
}

.all-posts h1 {
    color: white;
    font-size: 22px;
    font-weight: bold;
}

.recent-posts a {
    color: white;
}

.featured-img {
    max-height: 600px;
}

.single-content-detail p {
    color: #666666;
    font-weight: 300;
    text-align: justify;
    line-height: 20px;
}

.single-content-detail p {
    margin: 0;
}

.single-content-detail h1,
.single-content-detail h4 {
    color: #007b8a;
    font-weight: 600;
}

.jrm-toggle {
    display: inline-block;
    padding: 8px 30px;
    color: #a87f14 !important;
    border: 1px solid #ffc93b;
    border-radius: 3px;
    background: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    transition: all 0.3s linear;
    margin-right: 10px;
    text-align: center;
    width: 378px;
    cursor: pointer;
    position: relative;
    left: 170px;
    right: 0;
}

.jrm-toggle:hover {
    background: #ffc93b;
    color: #fff;
}

.jrm-truncate {
    margin-bottom: 20px;
}

/*********Media single page Slider Slider ***********/

.slick-prev {
    left: 10px;
    z-index: 1;
}

.slick-next {
    right: 16px;
    z-index: 1;
}

.slick-prev:after {
    content: url('images/prev-arrow.png');
}

.slick-prev:before {
    content: '';
}

.slick-next:after {
    content: url('images/next-arrow.png');
}

.slick-next:before {
    content: '';
}

.single-media-heading {
    margin-top: 0;
    color: #262e5f !important;
}

.media-center-single-page-slider .draggable,
.media-center-single-page-slider,
.media-center-single-page-slider .draggable .slick-track {
    height: 300px;
    overflow: hidden;
}

.slick-prev,
.slick-next {
    top: 38%;
}

.media-slider .media-slides img {
    width: 100%;
    object-fit: cover;
}

.media-center-single-page-slider .slick-slide img {
    max-height: 300px;
    max-width: 100%;
    margin: 0 auto !important;

}

.media-slider .media-slides {
    background: #ffffff;
    margin-bottom: 10px;
    padding-top: 5px;
    /* padding-left: 5px;*/
    border-radius: 5px;
    position: static;
    width: 100%;
    left: 0;
    top: 0;
}

.media-slider {
    overflow: hidden;
}



.media-center-single-page-slider .slick-slide {
    position: relative !important;
}

a.download-slide-btn {
    position: absolute;
    background-color: #262e5f;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 4px;
    display: none !important;
    top: 0;
    left: 0;
    z-index: 9999;
}

.single-media-rightside-bar {
    background: none;
}

#verticalScroller {
    position: relative;
    height: 390px;
}

/*********Comment Form************/

form#commentform label {
    display: none;
}

textarea#comment {
    width: 100%;
    resize: none;
}

#comments .comments-title {
    display: none;
}

#commentform .comment-notes {
    display: none;
}

#commentform .comment-form-author,
#commentform .comment-form-lastname,
#commentform .comment-form-email {
    /*float:left;
    width:341px; */
}

#commentform input {
    width: 100%;
    height: 40px;
}

#commentform .comment-form-author,
#commentform .comment-form-lastname {
    padding-right: 5px;
}

#commentform .form-submit {
    clear: both;
}

#commentform textarea,
#author,
#email,
#lastname {
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    padding: 10px;
    color: #9b9b9b;
}

.comment-form {
    display: flex;
    flex-flow: column;
}

#userInfoSec {
    order: 1;
}

#userComment {
    order: 2;
}

.gglcptch.gglcptch_v2 {
    order: 3;
}

.form-submit {
    order: 4;
}

#submit {
    background: #ffbd11;
    color: white;
    border: none;
}

/**********Left Side Bar*************/

.widget_media_image img {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 255px;
}

/***********Conventions MOU's'************/

.published-by .col-sm-12 .col-sm-3 .col-xs-12 {
    color: white;
    height: 100px;
    display: flex;
    flex-direction: column;
    place-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.published-by .col-sm-12 .col-sm-3 {
    margin-bottom: 20px;
}

.published-by h5 {
    font-size: 28px;
    color: #666666;
}

/**********Video Gallery***************/

/**
 * Simple fade transition,
 */

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.popup-youtube {
    z-index: 999;
    width: 100%;
    position: absolute;
    transition: all 0.7s linear;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: none;
}

.videoLibrary:hover .popup-youtube {
    background: rgba(0, 0, 0, 0.4);
}

.videoLibrary {
    margin-bottom: 15px;
}

.videoLibrary iframe {
    width: 100%;
    border-radius: 5px;
}

/*********Photo Gallery*************/

.media-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: all 0.3s linear;
}

.media-info {
    padding: 0 30px 15px 9px;
    z-index: 999;
	position:relative;
}

.media-info h5 {
    font-size: 16px;
    font-weight: 400 !important;
    color: #444444;
    width: 100%;
    min-height: 40px;
    display: flex;
    justify-content: center;
    place-content: center;
    align-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 28px;
    padding: 5px;
    max-height: 74px;
    font-family: 'font-dubai' !important;
}

.media-gallery .photo-gallery-con {
    display: flex;
    flex-direction: column;
    place-content: flex-end;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 15px;
    padding: 0;
    border-radius: 5px;
}

.media-gallery .photo-gallery-con:hover .media-img {
    transform: scale(1.2);
    transition: all 0.4s linear;
}

.media-overlay,
.black-overlay {
    z-index: 99;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    transition: all 0.5s linear;
    top: 0;
}

.media-overlay a,
.black-overlay a {
    height: 100%;
    width: 100%;
    display: block;
}

.media-gallery .photo-gallery-con:hover .media-overlay {
    background: rgba(210, 35, 42, 0.8);
}

.media-gallery .photo-gallery-con:hover .black-overlay {
    background: rgba(35, 31, 32, 0.8);
}

/**************** Blog Page ****************/

.heading-posts-grid {
    font-size: 30px;
    text-transform: uppercase;
}

.each_post_in_grid .main_post_image_in_grid {
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.each_post_in_grid .post_data_in_grid {
    font-size: 13px;
    color: #aaa;
    font-weight: 500;
    margin: 6px 0px;
    text-transform: capitalize;
}

.each_post_in_grid .post_data_in_grid b {
    color: #777;
    font-weight: 500;
}

.each_post_in_grid .post_data_in_grid span {
    margin: 0px 2px;
}

.each_post_in_grid .post_title_in_grid {
    font-size: 16px;
    margin: 15px 0px;
    margin-top: 0px !important;
    display: block;
}

.view_all_blog_link {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}

.gallery-single {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: all 0.3s linear;
}

.gallery-single-content {
    margin-bottom: 20px;
}

.gallerie-imagebox {
    height: 70% !important;
}

.gallerie-captionbox {
    top: -10px !important;
}

.gallerie-control {
    padding: 0 !important;
}

/************Social Share Popup********************/

.sfsi_outr_div {
    position: fixed;
    width: 100%;
    opacity: 0;
    z-index: -1;
    text-align: center;
}

.sfsi_footerLnk {
    display: none;
}

.sfsi_outr_div .sfsi_FrntInner_chg {
    bottom: 0;
    top: 300px;
}

.sfsi_FrntInner_chg ul {
    direction: ltr;
}

span#likes {
    font-weight: 500;
    color: #a87f14;
}

#WhatsApp {
    display: none;
}

#eMail {
    display: none;
}

/**************Stackholder forms *****************/

select.wpcf7-form-control.wpcf7-select {
    height: 41px;
}

/*******Polls**********/

.survey_element.survey_question {
    box-shadow: rgb(255, 189, 17) 0px 1px 1px 0px !important;
    background: #007b8a !important;
    color: #fff !important;
    font-size: 19px !important;
}

.survey_answers {
    background: #16315b !important;
    color: #fff !important;
    font-size: 17px !important;
    box-shadow: rgb(255, 189, 17) 0px 1px 1px 0px !important;
}

.question-choices {
    vertical-align: sub;
    margin-right: 5px !important;
}

.ms-participant-form a.send-participant-form {
    background: #017b8b;
}

.yop-poll-forms div {
    text-align: left !important;
}

.yop-poll-footer {
    float: left;
}

.yop_poll_vote_button {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: bold;
}

.yop_poll_vote_button {
    display: inline-block;
    padding: 8px 30px;
    color: #007c8b;
    border: 1px solid #007c8b;
    /* color: #a87f14;
     border: 1px solid #ffc93b; */
    border-radius: 3px;
    background: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    transition: all 0.3s linear;
    margin-right: 10px;
    text-align: center;
    min-width: 166px;
}

.yop_poll_vote_button:hover {
    background: #007c8b;
    color: #fff;
}

.yop-poll-container-error {
    font-size: 16px !important;
    font-style: inherit !important;
    text-transform: lowercase !important;
    text-align: left !important;
}

/********padding right 0 for contact us main img***********/

.content-visual-component-builder:first-child .col-sm-12 {
    padding-right: 0px;
}

/********** Key Frames **********/

@keyframes pulse_icon {
    0% {
        border-width: 14px;
        color: #ffffff;
    }

    20% {
        border-width: 7px;
    }

    50% {
        border-width: 0px;
        color: #c89600;
    }

    80% {
        border-width: 7px;
    }

    100% {
        border-width: 14px;
        color: #ffffff;
    }
}

@keyframes submit_error {
    0% {
        transform-origin: 100% 100%;
        transform: rotate(0deg);
    }

    20% {
        transform-origin: 100% 100%;
        transform: rotate(-5deg);
    }

    40% {
        transform-origin: 100% 100%;
        transform: rotate(5deg);
    }

    60% {
        transform-origin: 100% 100%;
        transform: rotate(-5deg);
    }

    80% {
        transform-origin: 100% 100%;
        transform: rotate(5deg);
    }

    100% {
        transform-origin: 100% 100%;
        transform: rotate(0deg);
    }
}

.description-blocks img {
    display: block;
}

.description-blocks {
    width: 100%;
    text-align: center;
    text-align: -webkit-center;
    color: #888888;
    background-color: #eff5f7;
    min-height: 160px;
    padding: 25px 0;
}

.tamayaz-output-text {
    color: #1C3C40 !important;
    padding: 0 3px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-variant: all-petite-caps;
    font-weight: 600;
    font-size: 17px !important;
}

.tamayaz-dashboard-heading {
    display: flex;
}

.tamayaz-dashboard-heading img {
    width: 40px;
    height: 40px;
    margin-top: 23px;
}

.tamayaz-dashboard-heading h1 {
    font-weight: 700;
    font-variant: all-petite-caps;
    font-size: 40px;
    margin-left: 10px;
    color: #10808D;
}

.tamayaz-dashboard-stat {
    margin-top: 15px;
}

.tamayaz-dashboard-stat span {
    margin-left: 5px;
    color: #10808D;
    font-size: 15px;
    font-weight: 500;
}

.tamayaz-dashboard-stat .point-value {
    font-size: 20px;
    font-weight: 600;
}

.tamayaz-dashboard-stat .points-underline {
    float: right;
}

.tamayaz-dashboard-stat .crdNoWrap {
    float: right;
    margin-top: -14px !important;
    color: #5E5C5E !important;
    font-size: 17px;
}

.tamayaz-welcome-note {
    margin-bottom: 15px;
}

.tamayaz-welcome-note .card-holder-name {
    font-variant: all-petite-caps;
    font-weight: 600;
    font-size: 24px;
    color: #10808D;
}

.tamayaz-welcome-note .welcomenonte-description {
    font-size: 17px;
    font-weight: 500;
    color: #5E5C5E;
}

.tamayaz-transation-history-wrapper {
    padding-right: 0px !important;
    margin-top: 15px;
}

.tamayaz-transation-history-wrapper table th {
    border-width: 0px !important;
    border-right: 1px solid #ffffff !important;
    text-align: center;
    background: #007989;
    color: #ffffff;
    box-shadow: none;
    font-size: 16px;
    padding: 15px 0 !important;
}

.tamayaz-transation-history-wrapper table td {
    text-align: center;
    color: #888889;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0 !important;
}

.tamayaz-transation-history-wrapper .transation-heading {
    font-variant: all-petite-caps;
    font-size: 22px;
    font-weight: 600;
    color: #10808D;
}

.tamayaz-card-logout-btn {
    font-size: 15px !important;
    cursor: pointer;
}

.btn-tmayaz-dashboard {
    background: #1A355E !important;
}

.stripped-row {
    background-color: #E5F1F4 !important;
}

.tamayaz-pagination {
    display: inline;
}

.tamayaz-pagination .pagination-btn {
    border: 1px solid #CCCCCC;
    padding: 0px 5px;
}

.tamayaz-pagination .pagination-btn {
    border: 1px solid #CCCCCC;
    padding: 3px 10px;
    border-radius: 0px;
}

.tamayaz-pagination .pagination-btn.not-active {
    pointer-events: none;
    cursor: default;
    color: #cccccc;
}

.tamayaz-pagination .pagination-btn.active {
    color: #0095FF;
}

.tamayaz-pagination .pagination-btn>span {
    margin-top: 3px;
    font-size: 10px;
}

.tamayaz-pagination .show-page-count {
    padding: 3px 8px;
}

.tamayaz-pagination .pagination-active {
    padding: 2px;
}

/** **/

li#wp-admin-bar-wp-logo {
    display: none !important;
}

.feed-them-social-admin-input-default {
    display: none;
}

.card-slider-head {
    font-size: 25px !important;
}

.card-slider-head a {
    color: #383838;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

/**Linkedin news feed .feed-item-meta,,  .comments **/

div.conf-macro.output-block input {
    display: none;
}

.share-object img {
    width: 100%;
}

.annotated-body {
    font-size: 1.5em;
}

.paging-url,
.feed-item {
    list-style: none;
}

.feed-item {
    padding: 10px;
}

.feed-actions {
    list-style-type: none;
    display: flex;
    float: left;
    padding-left: 0;
    margin-left: 0;
    margin-top: 10px;
}

ul.feed-actions li {
    margin-right: 28px;
}

.feed-like {
    display: none;
}

.nus-timestamp {
    position: relative;
    top: 9px;
    color: #666666;
}

li.feed-item {
    padding-bottom: 30px;
}

/** union coop products content pages **/

.slider-with-caption .col-xs-12 {
    height: 409px;
    /* background-size: cover !important; */
    background-position: center center !important;
    display: flex;
    align-items: flex-end;
}

.slider-with-caption .col-xs-12 h1 {
    background: rgba(256, 256, 256, 0.8);
    color: #444444;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}

.slider-with-caption .col-xs-12 img {
    position: absolute;
    z-index: -100;
    height: 409px;
    width: 100%;
    object-fit: cover;
}

.bg-size-contain {
    object-fit: contain !important;
}

.slider-with-caption .slick-next:after {
    content: url('images/arrow-promo-right.png');
}

.slider-with-caption .slick-prev:after {
    content: url('images/arrow-promo-left.png');
}

.slider-with-caption .slick-next {
    right: 7px;
    z-index: 1;
}

.slider-with-caption .slick-prev {
    left: 10px;
    z-index: 1;
}

.slider-with-caption .slick-prev,
.slider-with-caption .slick-next {
    top: 38%;
}

/**Subscribe popup **/

#subscribe .modal-title {
    font-weight: 600;
    color: #007b8a;
}

#subscribe .modal-body p {
    color: #666666;
    font-weight: 300;
    line-height: 18px;
}

#comments ul,
#comments ol {
    list-style-type: none !important;
    padding-left: 0px !important;
}

.comment-author.vcard img {
    border-radius: 50%;
    border: 8px solid #f3f3f3;
    width: 45px;
    height: 45px;
    margin-right: 5px;
}

.comment-author.vcard {
    color: #888;
}

.comment-meta {
    position: relative;
}

.comment-meta .comment-metadata {
    position: absolute;
    right: 0;
    top: 15px;
}

.comment-meta .comment-metadata a {
    color: #aaa;
    font-size: 12px;
}

.comment-content {
    margin-top: 10px;
    padding-bottom: 6px;
}

.comment .reply a {
    background: #0e7e80;
    color: #fff !important;
    padding: 1px 15px;
}

.comment-body {
    padding-bottom: 15px;
}

.children .comment-body {
    padding-left: 50px;
}

#userInfoSec {
    margin-bottom: 7px;
}

.img-responsive img {
    max-width: 100% !important;
    height: auto;
}

/**Flip Book Size**/

.book canvas {
    min-height: 100% !important;
}

.real3dflipbook-1 {
    min-height: 700px;
}

/**Language Switcher **/

.wpml-ls-legacy-dropdown {
    width: 130px;
}

.wpml-ls-legacy-dropdown ul:first-child {
    width: 130px;
    margin-top: -7px !important;
}

.wpml-ls-sub-menu li {
    padding-top: 0px !important;
    width: 125px;
    border: none;
    text-align: left;
    padding: 0 !important;
}

.wpml-ls-current-language {
    width: 135px;
    text-align: left;
    padding-top: 5px !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    margin-top: -5px;
    margin-left: 5px !important;
    width: 120px;
    margin-right: 5px;
}

.wpml-ls-legacy-dropdown a {
    border-radius: 4px;
    background-color: #f7bd08 !important;
    color: #ffffff !important;
    font-weight: 500;
    width: 100% !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    width: 100% !important;
}

.wpml-ls-legacy-dropdown a:hover {
    color: #ffffff;
}

.scroll-flag .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu {
    margin-top: 0;
    width: 135px;
    border: none;
    margin-left: unset !important;
    margin-right: unset !important;
}

.scroll-flag .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu li {
    width: 135px;
}

.wpml-ls ul li:hover a {
    color: #007b8a;
}

img.alignnone.size-full.wp-image-324 {
    width: 180px;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    color: #ffffff;
}

/**Content Collapse **/

.content-wrap-head span {
    color: #f4bd17;
    padding-left: 12px;
}

.content-wrap-head h2 {
    cursor: pointer;
}

.zoomIn img {
    width: 30px;
    cursor: pointer;
    display: none;
}

.zoomIn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    place-content: center;
    justify-content: center;
    align-items: center;
    min-height: 0;
    transition: all 0.3s ease-in-out;
}

.zoom-gallery {
    margin-bottom: 0;
}

.zoom-gallery li:hover .zoomIn {
    background: rgba(0, 0, 0, 0.5);
    min-height: 100%;
}

.zoom-gallery li:hover .zoomIn img {
    display: block;
}

.ar-direc {
    padding-left: 3px;
    padding-right: 3px;
}

/**Animation Slider **/

.wrapper {
    width: 100% !important;
    max-height: 432px !important;
    border-radius: 5px;
    margin: unset !important;
    margin-bottom: 10px !important;
}

.sb-slider {
    margin: unset;
}

.sb-slider li a img {
    border-radius: 5px;
    height: 432px;
    object-fit: cover;
}

.nav-arrows a {
    top: 216px;
}

.nav-arrows a:first-child {
    right: 5px;
}

.nav-arrows a {
    left: 5px;
}

/**Mobile Responsive **/

@media(max-width:767px) {
    .right-side-content-height.fontsizeInDe .col-sm-3 {
        width: 100%;
    }

    .navbar_scrolled .container {
        display: block;
    }

    .content-visual-component-builder p {
        line-height: 23px;
    }

    .jrm-toggle {
        width: 100%;
    }
}

.html5-endscreen {
    display: none;
}

.sfsi_FrntInner_chg h2 {
    font-family: 'font-dubai', sans-serif !important;
}

@media print {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left !important;
    }

    .col-sm-12 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .col-sm-11 {
        width: 91.66666667% !important;
        max-width: 91.5% !important;
    }

    .col-sm-10 {
        width: 83.33333333% !important;
        max-width: 83% !important;
    }

    .col-sm-9 {
        width: 75% !important;
        max-width: 74% !important;
    }

    .col-sm-8 {
        width: 66.66666667% !important;
        max-width: 66.5% !important;
    }

    .col-sm-7 {
        width: 58.33333333% !important;
        max-width: 58% !important;
    }

    .col-sm-6 {
        width: 50% !important;
        max-width: 49% !important;
    }

    .col-sm-5 {
        width: 41.66666667% !important;
        max-width: 41.5% !important;
    }

    .col-sm-4 {
        width: 33.33333333% !important;
        max-width: 33% !important;
    }

    .col-sm-3 {
        width: 25% !important;
        max-width: 25% !important;
    }

    .col-sm-2 {
        width: 16.66666667% !important;
        max-width: 16.66666667% !important;
    }

    .col-sm-1 {
        width: 8.33333333% !important;
        max-width: 8% !important;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .visible-xs {
        display: none !important;
    }

    .hidden-xs {
        display: block !important;
    }

    table.hidden-xs {
        display: table;
    }

    tr.hidden-xs {
        display: table-row !important;
    }

    th.hidden-xs,
    td.hidden-xs {
        display: table-cell !important;
    }

    .hidden-xs.hidden-print {
        display: none !important;
    }

    .hidden-sm {
        display: none !important;
    }

    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }

    .top-bar-main,
    .overlay-on-mobile,
    .fixed-social-media,
    .page-tolls,
    .footer-main-wrap,
    .logos-slider-wrap {
        display: none !important;
    }

    a {
        overflow: hidden !important;
        word-break: break-all !important;
    }

    #printArea {
        width: 100% !important;
        max-width: 100% !important;
    }

    * {
        -webkit-print-color-adjust: exact !important;
        /* Chrome, Safari */
        color-adjust: exact !important;
        /*Firefox*/
    }
}

.cover-the-dp {
    width: 100px;
    height: 35px;
    background: #fff;
    position: absolute;
    top: 24px;
    right: 25px;
}

.download-btn-mg-pop-up::after {
	content: "Download";
    margin-left: 10px;
}


.media-info{margin-bottom:20px;}
.media-info h5{background:#fff;}
.nav-highlights .hot-tag{display:none;}
.rtl .footer-list-section{float:right}
.additional_content{
	dispaly: none;
}
