/*!
Theme Name: RAKMedia
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>RAKMedia</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: RAKMedia
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.

RAKMedia is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    direction: rtl;
    unicode-bidi: embed;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 3em 1.5em 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-right: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-right: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: right;
    position: absolute;
    top: 100%;
    right: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    right: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    right: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    right: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.page p {
    text-align: right;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0 0 0;
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
    float: left !important;
    margin-right: 0.5em;
    margin-bottom: 0;
}

.alignright {
    float: right !important;
    margin-left: 1.5em;
    margin-bottom: 0;
}

.aligncenter {
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1.5em;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free" !important;
}

/* CSS Document */
@keyframes slideimage {
    0% {
        opacity: 0.5;
    }

    12.5% {
        opacity: 1;
    }

    87.5% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

@keyframes slidetext {
    0% {
        opacity: 0.5;
    }

    12.5% {
        opacity: 1;
    }

    87.5% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -20%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@font-face {
    font-family: 'RAK-Bold';
    src: url('assets/fonts/RAK-Bold.eot');
    src: url('assets/fonts/RAK-Bold.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/RAK-Bold.woff2') format('woff2'),
    url('assets/fonts/RAK-Bold.woff') format('woff'),
    url('assets/fonts/RAK-Bold.ttf') format('truetype'),
    url('assets/fonts/RAK-Bold.svg#RAK-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RAK';
    src: url('assets/fonts/RAK-Regular.eot');
    src: url('assets/fonts/RAK-Regular.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/RAK-Regular.woff2') format('woff2'),
    url('assets/fonts/RAK-Regular.woff') format('woff'),
    url('assets/fonts/RAK-Regular.ttf') format('truetype'),
    url('assets/fonts/RAK-Regular.svg#RAK') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fa, .fas {
    font-weight: 900;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

body {
    margin: 0;
    padding: 0;
    background-color: #e8e8e8;
    background-image: url(assets/images/bg-pattern.png);
    -ms-overflow-style: -ms-autohiding-scrollbar;
    color: #575756;
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
    overflow-x: hidden;
}


img {
    max-width: 100%;
    max-height: 100%;
    outline: none;
    border: none;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none;
}

a:focus {
    outline: none;
    border: none;
}

.header {
    position: fixed;
    background-color: #e8e8e8;
    background-image: url(assets/images/bg-pattern.png);
    z-index: 999999;
    width: 100%;
    padding: 0.5em 0 0 0;
}

.fix-mt {
    margin-top: 175px;
}

.fix-mt-2 {
    padding-top: 135px;
}

.fix-mt-3 {
    padding-top: 175px;
}

.language a {
    font-size: 14px;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    margin-left: 0px;
    position: relative;
    top: -5px !important;
    right: -5px !important;
    color: #fff !important;
    background-color: #878787;
    padding: 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}

.language a:hover {
    color: #fff !important;
    background-color: #E84E0F;
}

.menu-bg {
    background-color: #878787;
}

.logo-2 {
    margin-top: .5rem !important;
}

header .main-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

header .menu-menu-1-arabic-container {
    background-color: #878787;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

header .main-menu a {
    position: relative;
    display: block;
    color: white;
    text-shadow: 1px 1px 0 rgba(225, 225, 225, .125);
}

header .main-menu a {
    transition: all .125s ease-in-out;
    -webkit-transition: all .125s ease-in-out;
    /*font-family: 'XiangHeHeiTC-Light', "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
    font-family: 'TTNorms-Regular', "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.90rem !important;
}

header .main-menu a:hover {
    background-color: #b3b5b6;
    color: #fff;
}

header .main-menu li a {
    padding: 1em 2.76em;
    text-transform: uppercase;
}

/*header .main-menu li:first-child a {padding-left:0}
header .main-menu li:last-child a {padding-right:0}*/
header .main-menu li .subcats {
    list-style-type: none;
    display: none
}

header .main-menu li .subcats {
    position: absolute;
    top: 100%;
    right: -25px !important;
    text-align: right;
    background-color: #878787;
    width: 16em;
    z-index: 999;
    border-width: 0;
    padding: 0 !important;
}

header .main-menu li .subcats a {
    display: block;
    text-decoration: none;
    text-transform: capitalize;
}

header .main-menu li .subcats a:hover, header .main-menu li .subcats a:active {
    background-color: #b3b5b6;
    color: #fff;
}

header .main-menu li:active {
    background-color: #b3b5b6;
    color: #fff;
}

header .main-menu li .subcats .dropdown-item {
    white-space: normal !important;
    padding: 1rem 0.76rem;
    margin-right: 0px;
}

header .main-menu .subcats ul li {
    margin-right: -30px;
}

header .main-menu li {
    position: relative;
}

header .menu-menu-1-container {
    background-color: #878787;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

header .main-menu li:hover .subcats {
    display: block;
}

header .dropdown-toggle::after {
    display: none
}

header .main-menu .current-menu-item a:active {
    background-color: #b3b5b6 !important;
    color: #fff !important;
}

header .main-menu .menu-item.active {
    background: #b3b5b6;
    color: #fff;
}

.site-main {
    position: relative;
    top: 190px;
    margin-bottom: 220px;
}

.new-title {
    background-image: url(assets/images/news-bg.png); /* background-repeat: no-repeat;*/
    color: #575756;
    text-transform: uppercase;
    text-align: center;
    height: 47px;
    line-height: 3.5em;
    padding-right: 0 !important;
    padding-left: 0 !important;
    background-position: left;
    font-size: 14px;
    padding-right: 0;
}

.news-marquee {
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
    background-image: url(assets/images/marquee-bg.png);
    background-repeat: no-repeat;
    height: 47px;
    line-height: 3.5em;
    padding-right: 0 !important;
    background-position: right;
    overflow: hidden;
    font-size: 14px;
}

.banner-info {
    position: relative;
    clear: both;
    max-height: 500px;
    height: auto;

    /* margin-bottom: 210px !important; */
}

.banner {
    position: relative;
}

.banner-silder {
    display: none;
    position: absolute;
    width: 100%; /*opacity: 0;*/
    overflow: hidden; /*left: 15px;*/
    padding: 0 15px;
}

/*.banner-silder.active{ display:block;}*/
.banner-silder-img {
    float: left;
    position: relative; /*max-width: 938px;*/
    width: 100%;
}

/*.banner-silder.active .banner-silder-img{
	animation-name: slideimage;
    animation-duration: 8s;
}*/

.image-strip {
    position: relative;
    bottom: 0;
    right: 0;
    height: 15px;
    z-index: 1;
    background-color: #e84e0f;
}

.image-strip-2 {
    position: absolute;
    bottom: 0px;
    right: 0;
    height: 17px;
    width: 100%;
    background-color: #e84e0f;
}

.banner-inner img {
    width: 100%;
}

.banner-silder-text {
    background-color: rgba(78, 78, 76, 0.4);
    top: 0;
    height: 500px;
    width: 336px;
    right: 4%;
    display: table;
    position: absolute;
    padding: 3%;
}

.banner-silder.active .banner-silder-text {
    animation-name: slidetext;
    animation-duration: 8s;
}

.banner-title {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.banner-title-2 {
    display: table-cell;
    vertical-align: middle;
}

.banner-title h1 {
    font-size: 1.5rem;
    font-family: 'RAK-Bold', Tahoma, Geneva, sans-serif;
}

.banner-title-2 h1 {
    font-size: 1.5rem;
    font-family: 'RAK-Bold', Tahoma, Geneva, sans-serif !important;
    margin-bottom: 15px;
}

.banner-title p {
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
}

.banner-inner-title h1 {
    font-size: 1.5rem;
    font-family: 'RAK-Bold', Tahoma, Geneva, sans-serif !important;
    text-align: right;
}

.banner-text {
    font-size: 15px;
}

.banner-btn {
    float: left;
    color: #000;
    border-bottom: solid 2px #000;
    padding-bottom: 10px
}

.banner-points {
    position: absolute;
    left: 15px;
    top: 100px;
    color: #e24307;
}

.banner-points li {
    cursor: pointer
}

.banner-points li.active {
    color: #878787;
}

.carusel-info {
    position: relative;
    clear: both;
}


.box-news { /* position: relative;*/
}

.news-box-bg {
    position: absolute;
    bottom: 17px;
    background: rgba(0, 0, 0, 0.65);
    padding: 2%;
    width: 100%;
    text-align: right;
    direction: rtl;
    min-height: 80px;
}

.news-box-title {
    font-family: 'RAK-Bold' !important;
    color: #fff;
    font-size: 16px;
    text-align: right;
    direction: rtl;
}

.news-box-text {
    color: #fff;
    font-size: 12px;
    text-align: right;
    direction: rtl;
}

.home-title {
    font-size: 22px;
    text-transform: uppercase;
    text-align: right;
    direction: rtl;
    font-weight: bold;
    font-family: 'RAK-Bold', Tahoma, Geneva, sans-serif !important;
}

.date-small {
    font-size: 18px;
    color: #5a657e;
}

.whats-on-bg {
    background-color: #878787;
    padding: 10%;
    position: relative;
    margin: 0;
    height: 185px !important;
    right: -8px;
    width: 98%;
}

.whaton-title {
    color: #e6e6e7;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'RAK-Bold', Tahoma, Geneva, sans-serif !important;
    text-align: right;
}

.whatson-text {
    font-size: 15px;
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
    color: #fff;
    text-align: right;
}

.whatson-date { /*text-align: left; */
    margin: 5% 0;
    color: #e6e6e7;
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
    font-size: 14px;
    text-align: right;
}

.whatson-arrow {
    position: absolute;
    right: -13px;
    top: 40%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.press-releases-info {
    position: relative;
    margin-bottom: 4.2%;
}

.press-releases-bg {
    position: absolute;
    bottom: 8px;
    background: rgba(0, 0, 0, 0.65);
    padding: 5%;
    width: 100%;
    min-height: 90px !important;
}

.press-releases-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem !important;
    font-family: 'RAK-Bold', Tahoma, Geneva, sans-serif !important;
    text-align: right;
}

.press-releases-text {
    color: #fff;
    font-size: 15px;
}

.social-blog {
    margin-bottom: 10%;
}

.newsletter-bg {
    background-color: #878787;
    width: 100%;
    padding: 2%;
}

#fe_1126 {
    width: 100%;
}

.cell {
    padding: 0 !important;
}

.news-letter-form {
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
    padding-right: 7%;
    text-align: right;
}

#_Email {
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
    background-color: #dedada;
    max-width: 500px;
    height: 44px;
    border: none;
    padding: 1% 2%;
    width: 100%;
    line-height: 2em;
    font-size: 0.82rem;
}

.btn-primary {
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
    background-color: #E84E0F !important;
    height: 45px;
    border: none;
    text-align: center;
    margin: 11% 5%;
    padding: 0px 15%;
    display: block;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase; /*line-height: 2.5em;*/
}

.footer-bg {
    background-image: url(../images/footer-pattern.png);
    width: 100%;
    padding: 1% 3% 1% 3%;
}

.footer-bg h4 {
    text-align: right;
}

.footer-links {
    color: #fff;
    font-size: 15px;
}

.line-footer-link {
    color: #fff;
    font-size: 16px;
    margin: 0 1%;
}

.social-blog {
    height: 400px;
}

.footer-btn-title {
    color: #fff;
    font-size: 18px;
    font-family: 'RAK-Bold', Tahoma, Geneva, sans-serif;
}

.copyright {
    text-align: right;
}

.footer-menu {
    list-style: none;
    padding: 0;
    text-align: right;

}

.footer-menu li a {
    color: #fff;
    font-size: 11px !important;
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
}

.footer-logo {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase
}

.hr-line {
    border-bottom: solid 2px #fff;
    opacity: 0.5;
    width: 25%;
}

.menu-icon {
    position: relative;
    float: left;
    /*padding: 0 30px;*/
}

.viewall {
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
    background-color: #E84E0F;
    height: 45px;
    border: none;
    text-align: center;
    margin: 0 auto;
    display: block;
    color: #e6e6e7 !important;
    font-size: 20px;
    width: 10%;
}

.viewall:visited {
    color: #e6e6e7 !important;
}

.facebook-p {
    background-image: url(../images/footer-pattern.png);
    border-radius: 5px;
    text-align: center;
    min-height: 435px;
    margin-bottom: 5%;
    padding: 3.3%;
    overflow: hidden;
}

.menu-btn {
    position: relative;
    top: 14px;
    line-height: 32px;
    right: 0px;
    z-index: 999;
    display: none;
    font-size: 32px;
    text-decoration: none !important;
}

.menu-btn a {
    display: inline-block;
    text-decoration: none !important; /* safari hack */
}

.btn-open:after {
    color: #333;
    content: "\f394";
    font-family: "Ionicons";
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}

.btn-open:hover:after {
    color: #1d2129;
    opacity: 0.9;
}

.btn-close:after {
    color: #fff;
    content: "\f2d7";
    font-family: "Ionicons";
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
    position: absolute;
    right: -250px;
    top: -10px;
}

.btn-close:hover:after {
    color: #e24307;
}

/* OVERLAY */
.overlay {
    position: fixed;
    top: 0;
    z-index: 99;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: url('assets/images/footer-pattern.png');
    opacity: 0.95;
    transform: none !important;
    text-align: right !important;
}

.overlay::-webkit-scrollbar {
    display: none;
}

.overlay {
    overflow: -moz-scrollbars-none;
}

.overlay .menu {
    margin: 1% auto;
    width: 80%;
}

.overlay .menu ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.overlay .menu ul li {
    float: right !important;
    padding: 6px 0;
    width: 100%;
    list-style: none;
    text-align: right !important;
    text-transform: uppercase;
    border-bottom: 1px solid #e24307;
    margin: 0 auto;
}

.overlay .menu ul li a {
    color: #e24307;
    font-weight: bold;
    font-size: 20px;
}

.overlay .menu ul li span {
    color: #e24307;
    font-weight: bold;
    font-size: 25px;
}

.overlay .menu ul ul {
    width: 100%;
    margin: 0 auto;
}

.overlay .menu ul ul li {
    position: relative;
    float: none;
    margin: 0;
    width: 100%;
    border: 0;
}

.overlay .menu ul ul li a {
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 12px;
}

.overlay .menu ul ul li a:hover {
    color: #e24307;
}

.news-text h1 {
    font-size: 2rem
}

.img-inline-500 {
    padding-bottom: 15px;
    background-color: #e84e0f; /*background-image: url(../images/banner-strip.png);*/
    background-position: center bottom;
    background-repeat: no-repeat;
}

rch-2.desktop-search {
    display: block
}

.box-search.mobile-search {
    display: none
}

.mobile-search-icon {
    display: none;
}

.tab-search-2 .fa-search {
    top: 10px !important;
    position: relative;
    right: -10px !important;
    cursor: pointer;
}

.form-control {
    padding: .375rem 2.75rem;
    height: 35px; /*border-radius: 1.25rem;*/
}

i.fab.text-dark, i.fas.text-dark {
    font-size: 19px;
}

/*.social-icons a:hover i.fab.text-dark {color:#e84e0f!important;}*/
.social-icons .fa-facebook:hover {
    background: #4060A5;
}


.facebook-icon-footer {
    margin-right: 0px !important;
    margin-left: 4px !important;
}

.footer-social {
    margin-top: 20px;
    text-align: left;
}

/*******************Calendar****************/
.calendar-bg {
    background-color: #dcdddf;
    padding: 40px 25px 25px 25px;
    margin-bottom: 35px;
}

.fc-view-container {
    background-color: #fff !important;
}

.fc-left, .fc-right {
    color: #000 !important;
}

.fc-today-button {
    display: none;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
    float: right !important;
}

.fc-unthemed td.fc-today {
    background: #dcdddf !important;
}

/* RESPONSIVE */
@media screen and (max-width: 768px) {

    .social-icons {
        text-align: left;
    }

    .searchresults {
        margin: 0px 10px 50px 10px !important;
        padding-top: 200px;
    }


    .ranges li:last-child {
        display: none;
    }

    .daterangepicker {
        width: auto !important;
    }

    .calendar-bg {
        padding: 20px 15px 15px 15px;
    }

    th.fc-day-header.fc-widget-header span {
        font-size: 8px;
        line-height: 21px;
    }

    .fc-left h2, .fc-right h2, .fc-toolbar {
        font-size: 1.1rem;
        line-height: 30px
    }

    .fc-day-header .fc-widget-header .fc-mon {
        font-size: 10px;
    }

    .fc button, .fc table, body .fc {
        font-size: 0.90em !important;
    }

    .download-pdf {
        position: absolute;
        width: 8%;
        top: 20px;
    }

    .fc-left, .fc-toolbar .fc-right {
        font-size: 0.8rem;
        line-height: 24px
    }

    .pagination.justify-content-center {
        padding-inline-start: 0;
    }


    .new-title {
        font-size: 11px;
        line-height: 4.5em;
    }

    .news-marquee {
        font-size: 11px;
        line-height: 4.5em;
    }

    .menu-icon {
        position: relative;
        float: none;
        padding: 0;
    }

    i.fa.mr-2.ml-2.text-dark {
        font-size: 20px;
    }

    .facebook-p {
        min-height: 425px;
    }

    .btn-primary {
        margin: 0 auto;
    }

    .news-letter-form p.text-white {
        text-align: center;
        padding-top: 10px;
    }

    input#_Email {
        text-align: center;
        line-height: 2em;
    }

    .text-danger.validation-error {
        text-align: center;
    }

    .banner-points {
        display: none;
    }

    .img-inline-500 img {
        width: 500px;
    }

    span.social-icons.m-3 {
        margin-right: 0 !important;
    }

    .same-topic {
        width: 63%;
    }
}


/* search start  */

.box-search {
    position: relative;
    overflow: hidden;
    /*width: 300px;*/
    height: 35px;
    top: -5px;
}

.tab-search {
    margin-right: 40px;
    /* width: 100%;*/
    position: absolute;
    top: 0;
    right: -36px;
    height: 35px;
    background: #fff;
    transition: right .5s;
    -webkit-transition: right .5s;
    -o-transition: right .5s;
    -moz-transition: right .5s;
    /*background-image: url(../images/bg-pattern.png);*/
}


.tab-search {
    /* right: -100%;*/
    border-radius: 60px 0px 0px 60px;
}

.box-search > input[type="text"]:focus {
    border: 1px solid #ddd;
    box-shadow: none;
}

.box-search > input[type="text"] {
    width: 100%;
    border-radius: 60px;
    height: 100%;
    padding-right: 40px;
}

.box-search > .tab-search > label:hover {
    opacity: .7;
}

.box-search > .tab-search > label {
    border-radius: 50%;
    border: 1px solid #ddd;
    width: 35px;
    background: #ddd;
    text-align: center;
    line-height: 34px;
    float: left;
    margin: 0;
    height: 35px;
    font-size: 17px;
    cursor: pointer;
}

.box-search > .tab-search > label span {
    position: relative;
    top: 6px;
}


.box-search-2 {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 35px;
    top: -5px;
}

.tab-search-2 {
    margin-right: 36px;
    width: 100%;
    position: absolute;
    top: 0;
    right: -36px;
    height: 35px;
    /*background: #fff;*/
    transition: right .5s !important;
    -webkit-transition: right .5s !important;
    -o-transition: right .5s;
    -moz-transition: right .5s;
    background-image: url(../images/bg-pattern.png);
}


.tab-search-2.open {
    right: -100% !important;
    border-radius: 5px 0px 0px 5px !important;
}

.box-search-2 > input[type="text"]:focus {
    border: 1px solid #ddd;
    box-shadow: none;
}

.box-search-2 > input[type="text"] {
    width: 100%;
    border-radius: 60px;
    height: 100%;
    padding-right: 40px;
}

.box-search-2 > .tab-search-2 > label:hover {
    opacity: .7;
}

.box-search-2 > .tab-search-2 > label {
    border-radius: 50%;
    border: 1px solid #ddd;
    width: 35px;
    background: #ddd;
    text-align: center;
    line-height: 34px;
    float: left !important;
    margin: 0;
    height: 35px;
    font-size: 14px;
    cursor: pointer;
}

.box-search-2 > .tab-search-2 > label span {
    position: relative;
    top: 6px;
}

.box-search-2-btn {
    position: absolute !important;
    top: 0;
    right: 238px !important;
    /*border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;*/
    background-color: #ed713f !important;
    border: 1px solid #fff !important;
    color: #ffffff;
    height: 29px;
    margin: 3px;
    line-height: 1em;
    outline: 0;
    border-radius: 5px;
}

.form-control-2 {
    padding: .375rem 2.75rem .375rem 4.75rem !important;
    height: 35px;
    display: block;
    width: 100% !important;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    outline: 0;
}

.inner-content-title .container {
    padding: 10px 0
}

.inner-content-paragraph .container {
    padding: 10px 0
}


/***about**/
.site-main {
    position: relative;
    top: 190px !important;
    margin-bottom: 220px !important;
}

.banner-inner {
    position: relative;
    overflow: hidden;
}

.image-strip-inner {
    position: absolute;
    height: 15px;
    width: 100%;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #e84e0f;
}

.breadcrumb {
    background-color: transparent !important;
    text-align: right;
}

.breadcrumb-item-arrow a, .breadcrumb-item-arrow span {
    color: #878787;
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
    font-size: 1rem;
    text-transform: uppercase;
}

.active.breadcrumb-item-arrow span {
    color: #878787;
    text-transform: uppercase;
}

.breadcrumb-arrow {
    color: #3f4249 !important;
    font-size: 1.1rem !important;
    margin: 0.5% 1%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

li.breadcrumb-item-arrow a, li.breadcrumb-item-arrow span {
    font-size: 15px;
}

.inner-text-p {
    text-align: justify;
    font-size: 17px;
}

.inner-text-p h1 {
    text-align: right !important;
    font-size: 2rem;
    font-family: 'RAK-Bold', Tahoma, Geneva, sans-serif !important;
    line-height: 2.9rem;
    margin-top: -4px;
}

.inner-text-p a, p a {
    color: #e84e0f;
}

.inner-page-title {
    text-transform: uppercase;
}

.inner-page-sub-title {
    font-size: 15px;
    color: #5a657e;
}

.border-bottom-dark {
    background-image: url(../images/border-bottom.png);
    background-repeat: no-repeat;
    background-position: bottom center
}

.border-right-dark {
    background-image: url(../images/border.png);
    background-repeat: no-repeat;
    background-position: right center
}


/**update***/
.banner-inner-bg {
    background-color: rgba(87, 87, 86, 0.4);
    top: 0;
    height: 406px;
    width: 350px;
    right: 4%;
    display: table;
    position: absolute;
    padding: 3%;
}

.banner-inner-title {
    display: table-cell;
    vertical-align: middle;
    font-family: 'RAK', Tahoma, Geneva, sans-serif;
    color: #fff;
}

.banner-inner-title p {
    text-align: right;
}

.news-strip {
    width: 100%;
    margin: 0 auto;
    max-width: 1140px;
    padding: 175px 15px 0 15px;
}

.mission_bg {
    border: solid 35px rgba(201, 203, 209, 0.60);
    padding: 35px;
    background-color: rgba(201, 203, 209, 0.25);
}

.mission-info { /*padding-bottom: 4%;margin-bottom: 4%; */
}

/**update***/

/**inner-pages**/
.contact-r-bg { /*background-image: url(../images/footer-pattern.png);*/
    padding: 5%;
    background-color: #575756;
}

.news-bg {
    background-color: #878787;
    padding: 2%;
    position: relative;
    margin: 0;
    height: 200px;
    right: -6px;
    width: 99%;
}

.news-pic {
    max-height: 200px;
    width: 100%;
    overflow: hidden;
}

.press-bg {
    background-color: #878787;
    padding: 2%;
    position: relative;
    margin: 0;
    height: 170px;
    right: -6px;
    width: 99%;
}

.events-bg {
    background-color: #878787;
    padding: 2%;
    position: relative;
    margin: 0;
    height: 170px;
    right: -6px;
    width: 99%;
}

.Legislation-bg {
    background-color: #878787;
    padding: 2%;
    position: relative;
    margin: 0;
    height: 170px;
    right: -6px;
    width: 99%;
}

.other-bg {
    background-color: #878787;
    padding: 2%;
    position: relative;
    margin: 0;
    width: 100%;
}

.other-entities {
    background-color: #878787;
    padding: 5%;
    position: relative;
    margin: 0;
    height: 150px;
    right: -3px;
    width: 100%;
}

.other-entities-pic {
    background-color: #fff;
    height: 150px;
    text-align: center;
    padding-top: 20%;
}

.publications-bg {
    background-color: #878787;
    padding: 2%;
    position: relative;
    margin: 0;
    margin-bottom: 3%
}

.news-title {
    color: #e6e6e7;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'RAK-Bold', Tahoma, Geneva, sans-serif !important;
    text-align: right;
}

.publications-title {
    font-family: 'RAK-Bold', Tahoma, Geneva, sans-serif;
    color: #e6e6e7;
    text-transform: uppercase;
    font-size: 20px;
}

.news-text {
    font-size: 15px;
    color: #fff;
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
    text-align: right;
}

.news-sub {
    font-size: 12px;
    margin-top: 12px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
    text-align: right;
}

.publications-sub {
    font-family: 'RAK', Tahoma, Geneva, sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    color: #fff;
}

.download-pdf {
    position: absolute;
    left: 20px;
}

.news-btn {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: underline;
    margin-top: 2.5%;
    display: block;
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
    text-align: right;
}

.ar-date {
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
    font-size: 0.9rem;
}

div.ar-calendar {
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
    direction: rtl;
}

.fc-right h2 {
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
}

.same-topic {
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
    font-size: 0.9rem;
    color: #fff;
    text-transform: uppercase;
    background-color: #82899c;
    padding: 2%;
    margin: 2.5% 0;
    width: 40%;
    margin-top: 0;
}

.same-topic-2 {
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
    font-size: 0.9rem;
    color: #fff;
    text-transform: uppercase;
    background-color: #82899c;
    padding: 2%;
    margin: 2.5% 0;
    width: 40%;
    margin-top: 0;
    text-align: right;
}

.border-news {
    border-bottom: solid 2px #82899c;
    margin: 0;
}

.inner-right-text {
    font-family: 'RAK-Bold', Tahoma, Geneva, sans-serif !important;
    font-size: 14px;
    color: #000;
    text-align: right;
}

.news-date {
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
    font-size: 12px;
    display: block;
}

.photo-item {
    position: relative;
    display: block;
    color: #fff;
}

.photo-item-strip {
    font-family: 'RAK-Bold', Tahoma, Geneva, sans-serif !important;
    position: absolute;
    width: 100%;
    background-color: rgba(29, 36, 49, 0.47);
    bottom: 0;
    padding: 1%;
    font-size: 20px;
    direction: rtl;
    text-align: right;
}

.video-item-strip {
    font-family: 'RAK-Bold', Tahoma, Geneva, sans-serif !important;
    position: absolute;
    width: 100%;
    background-color: rgba(29, 36, 49, 0.47);
    bottom: 0;
    padding: 2%;
    font-size: 15px;
    direction: rtl !important;
    text-align: right;
}

.video-item-strip p {
    color: #ffffff !important;
}

.video-content h3 {
    text-align: right;
}

.photo-itam-sub {
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
    font-size: 11px !important;
}

.paly-icon {
    position: absolute;
    top: 35%;
    left: 40%;
    width: 20%;
}

.embed-responsive-16by9::before {
    padding-top: 42.25% !important;
}

.map {
    margin-bottom: -6px;
}

/*.map {-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);}*/
.form-box {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #212529;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-form {
    background-color: transparent;
    border: none;
    text-decoration: underline;
    font-size: 25px;
    text-transform: uppercase;
}

#filter_select {
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
    font-size: 0.9rem;
    background-color: rgba(204, 204, 204, 0.76);
    height: 35px;
    outline: 0;
    width: 100%;
}

#daterange {
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
    font-size: 0.9rem;
    background-color: rgba(204, 204, 204, 0.76);
    height: 35px;
    outline: 0;
    border: 1px solid rgb(169, 169, 169);
    border-radius: 0;
    padding: .375rem 0.75rem;
    width: 100%;
}

#btnAdd {
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
    font-size: 0.8rem;
    cursor: pointer;
    height: 35px;
    background-color: #ed713f;
    color: #fff;
    border: 0;
    padding: 0 8%;
    position: absolute;
    right: 15px !important;
    text-align: right;
}

.daterangepicker.ltr .ranges {
    float: right !important;
    text-align: right !important;
}

.page-link {
    color: #1e232c !important;
    background-color: transparent !important;
    border: none !important;
    outline: 0 !important;
}

.page-link-active {
    font-size: 17px !important;
    line-height: 35px !important;
    text-decoration: underline !important;
    color: #5a657e !important;
}

.page-item.active .page-link {
    background-color: #878787 !important;
    color: white !important;
}

a.page-link:focus {
    outline: none;
    box-shadow: none
}

.publication-inner-bg {
    background-color: #878787;
    padding: 5%;
    position: relative;
    margin: 0;
    height: 150px;
}

.news-inner-2-bg {
    background-color: #878787;
    padding: 7%;
    position: relative;
    margin: 0;
    height: 125px;
    right: -8px;
    width: 97%;
}

.news-2inner-text {
    font-size: 13px;
    color: #fff;
    text-align: right;
    font-family: 'RAK-Bold', Tahoma, Geneva, sans-serif !important;
    /*margin-bottom: 20px;*/
}

.news-btn-inner2 {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: underline;
    margin-top: 2%;
    display: block;
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
    text-align: right;
}

.latest-new-inner-title {
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'RAK' !important;
    margin-bottom: 10px;
    text-align: right;
}

.viewall-news2 {
    background-color: #575756;
    border: none;
    text-align: center;
    display: block;
    color: #ccc;
    font-size: 20px;
    width: 19%;
}

.news-topic {
    font-size: 0.9rem;
    color: #fff;
    text-transform: uppercase;
    background-color: #82899c;
    padding: 2%;
    margin-bottom: 2.5%;
    width: 55%;
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
}

.press-date {
    border-left: solid 1px #82899c;
    text-align: center;
    color: #575756;
    font-size: 12px;
}

.press-date-2 {
    border-left: solid 1px #82899c;
    text-align: center;
    color: #575756;
}

.right-bg-news {
    background-color: #d7d7d8;
}

.inner-right-press-text-2 {
    color: #575756;
    font-size: 12px;
    font-family: 'RAK-Bold', Tahoma, Geneva, sans-serif !important;
}

.press-title-2 {
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
}

.inner-publication {
    color: #fff;
    font-size: 12px;
    font-family: 'RAK', Tahoma;
}

.inner-right-press-text-2-2 {
    color: #575756;
    font-size: 14px;
    font-family: 'RAK-Bold', Tahoma, Geneva, sans-serif !important;
}

.press-title-2-2 {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
}

.go-to {
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
    float: left !important;
    color: #ffffff;
    font-size: 12px;
    background-color: rgba(226, 67, 7, 0.8);
    padding: 0.8% 3%;
    border-radius: 5px;
    text-decoration: none;
}

.download-inner-2 {
    width: 15%;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

ol.mission, ul.mission {
    padding: 0 17px !important;
    list-style: none;
}

ul.mission li::before {
    content: "\2022";
    color: #e24307;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-right: -1em;
}

.daterangepicker .ranges li {
    direction: rtl;
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
}

cancelBtn btn btn-sm btn-default {
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
}

th.fc-day-header.fc-widget-header {
    /* background-color: #878787 !important;*/
    color: #000;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
    font-size: 11px !important;
}

button.applyBtn.btn.btn-sm.btn-primary {
    float: left;
    padding: 0 13px;
    margin-top: 0;
}

.daterangepicker .drp-buttons .btn {
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
}

.news-side {
    background-color: #878787;
    height: 90px;
    padding: 2%;
    position: relative;
    top: -8px;
}

.news-side-title {
    color: #fff;
    font-size: 16px;
    font-family: 'RAK-Bold', Tahoma, Geneva, sans-serif !important;
    line-height: 1.4rem;
}

.fc-today-button {
    background-color: #e84e0f !important;
    text-shadow: none !important;
    color: #fff !important;
    opacity: 1 !important;
}

.donwload-pic {
    position: absolute;
    bottom: 20px;
    z-index: 999;
    right: 20px;
    width: 7%;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 1%;
}

.donwload-pic-2 {
    position: absolute;
    bottom: 20px;
    z-index: 999;
    right: 20px;
    width: 5%;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 1%;
}

.badge-secondary {
    margin: 4% 0;
}

.livenow {
    top: -5px;
    position: relative;
}

.entityName {
    color: #e6e6e7;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'RAK-Bold', Tahoma, Geneva, sans-serif !important;
    text-align: right;
}

.EntityDescription {
    font-size: 13px;
    color: #fff;
}

.events-orange, .whatson-grey {
    font-size: 13px;
    font-family: 'RAK-Bold', Tahoma, Geneva, sans-serif !important;
}

.play-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 2%;
    background-color: rgba(0, 0, 0, 0.79);
    width: 15%;
}

/**inner-pages**/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .banner-info {
        height: 475px;
        width: 100%;
        margin: 0 auto;
    }

    .searchresults {
        margin: 0px 10px 50px 10px !important;
        padding-top: 200px;
    }

    .banner-silder {
        width: 100%;
        right: 0px;
    }

    .fix-mt {
        margin-top: 110px;
    }

    .fix-mt-2 {
        padding-top: 110px;
    }

    .news-box-bg {
        bottom: 16px;
    }

    .image-strip-2 {
        bottom: -1px;
    }

    .whats-on-bg {
        padding: 8%;
        height: 143px;
    }

    .new-title {
        background-position: -14px !important;
    }

    .menu-btn {
        position: relative;
        top: 14px;
        line-height: 32px;
        right: 0px;
        z-index: 999;
        display: inline;
        font-size: 32px;
        text-decoration: none !important;
    }

    #menu {
        display: none
    }

    .menu-bg {
        display: none;
    }

    .box-search-2.desktop-search {
        display: none
    }

    .box-search.mobile-search {
        display: block;
        margin-top: 30px;
    }

    .mobile-search-icon {
        display: none;
    }

    .news-strip {
        width: 94%;
    }

    .tab-search {
        top: 6px;
    }

    .whatson-text {
        font-size: 13px;
    }

    .yt_home_side {
        height: 231px !important;
    }

    .whaton-title {
        font-size: 13px;
    }

    i.fab.text-dark, i.fas.text-dark {
        font-size: 19px;
    }

    .menu-icon {
        position: relative;
        float: none;
        padding: 0 30px;
    }

    .btn-close:after {
        right: 550px;
        top: 0;
    }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

    .searchresults {
        margin: 0px 10px 50px 10px !important;
        padding-top: 200px;
    }

    .social-icons {
        text-align: left;
    }

    .banner-silder-text {
        height: 316px;
    }

    .fix-mt {
        margin-top: 110px;
    }

    .fix-mt-2 {
        padding-top: 110px;
    }

    .news-strip {
        width: 100%;
        margin: 0 auto;
        max-width: 720px;
        padding: 175px 15px 0 15px;
    }

    .banner-info {
        height: 300px;
        width: 100%;
        margin: 0 auto;
    }

    .banner-silder-text {
        height: 298px;
    }

    .banner-silder {
        width: 100%;
        right: 0px;
    }

    .news-box-bg {
        bottom: 10px;
        min-height: 65px
    }

    .news-box-title {
        /*font-size: 12px;*/
        font-size: 11px;
    }

    .image-strip-2 {
        bottom: 0;
        height: 10px;
    }

    .whats-on-bg {
        padding: 5%;
        height: 100px;
    }

    .whaton-title {
        font-size: 11px;
    }

    .whatson-text {
        font-size: 9px;
    }

    .whatson-date {
        margin: 2% 0;
        font-size: 10px;
    }

    .press-releases-bg {
        bottom: 15px;
        padding: 2%;
        min-height: 51px
    }

    .press-releases-text {
        color: #fff;
        font-size: 11px;
    }

    .newsletter-btn {
        padding: 0px 23%;
    }

    .btn-primary {
        margin: 23px auto
    }

    .news-letter-form {
        max-width: 700px;
    }

    .news-letter-form p.text-white {
        text-align: right;
    }

    .btn-close:after {
        right: 0px;
        top: -50px;
    }

    .banner-inner-bg {
        height: 295px;
        width: 250px;
        top: 50px;
    }

    .news-inner-2-bg {
        padding: 5%;
    }

    .latest-new-inner-title {
        margin-bottom: 5px;
    }

    .viewall {
        width: 20%;
        line-height: 2em;
        height: auto;
    }

    .menu-btn {
        position: relative;
        top: 5px;
        line-height: 32px;
        right: 0px;
        z-index: 999;
        display: inline;
        font-size: 40px;
        text-decoration: none !important;
    }

    #menu {
        display: none
    }

    .menu-bg {
        display: none;
    }

    .box-search-2.desktop-search {
        display: none;
    }

    .box-search.mobile-search {
        display: block;
        margin-top: 74px;
    }

    .mobile-search-icon {
        display: block;
        position: absolute;
        left: 60px;
        top: 15px;
    }

    .news-title {
        font-size: 12px;
    }

    .news-sub {
        font-size: 10px !important;
        margin-top: 5px;
    }

    .news-text {
        font-size: 11px !important;
    }

    .news-btn {
        font-size: 11px !important;
        margin-top: 1%;
    }

    .press-bg, .events-bg, .Legislation-bg {
        height: 140px;
    }

    .news-bg {
        height: 160px;
        right: -18px;
        width: 115%;
    }

    .news-side-title {
        font-size: 14px;
        line-height: 1.3rem;
    }

    .news-side {
        height: 70px;
    }

    .ipad {
        position: relative;
        top: 245px;
    }

    .ipad-small-pic {
        position: relative;
        top: 150px;
    }

    .same-topic, .same-topic-2 {
        width: 70%;
    }

    .ipad-search {
        display: none;
    }

    .tab-search .fa-search {
        position: relative;
        right: 10px !important;
        top: 10px !important;
    }

    .entityName {
        font-size: 12px;
    }

    .EntityDescription {
        font-size: 11px;
        color: #fff;
    }

    .language a {
        top: 7px;
        /*left: 25px;*/
    }

    .video-item-strip {
        font-size: 11px;
        padding: 5%;
    }

    .photo-item-strip {
        padding: 2%;
        font-size: 12px;
    }

    .photo-itam-sub {
        font-size: 11px !important;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .banner-info {
        height: 400px;
        width: 100%;
        margin: 0 auto;
    }

    .banner-silder-text {
        height: 404px;
    }

    .fix-mt {
        margin-top: 170px;
    }

    .fix-mt-2 {
        padding-top: 170px;
    }

    .news-strip {
        width: 100%;
        margin: 0 auto;
        max-width: 960px;
        padding: 170px 15px 0 15px;
    }

    .news-box-bg {
        bottom: 10px;
    }

    .news-box-title {
        font-size: 15px;
    }

    .image-strip-2 {
        bottom: 0;
        height: 10px;
    }

    .whats-on-bg {
        padding: 10%;
        height: 141px;
    }

    .whatson-text {
        font-size: 14px;
    }


    .news-letter-form {
        max-width: 700px;
    }

    .banner-inner-bg {
        height: 350px;
    }

    .viewall {
        width: 20%;
        line-height: 2em;
        height: auto;
    }

    .menu-btn {
        position: relative;
        top: 14px;
        line-height: 32px;
        right: 20px;
        z-index: 999;
        display: inline;
        font-size: 40px;
        text-decoration: none !important;
    }

    .btn-close:after {
        right: -330px;
        top: 0px;
    }

    #menu {
        display: none
    }

    .menu-bg {
        display: none;
    }

    .box-search-2.desktop-search {
        display: none;
    }

    .box-search.mobile-search {
        display: block;
        margin-top: 74px;
    }

    .mobile-search-icon {
        display: none;
    }

    .news-bg {
        height: 180px;
        right: 0;
        width: 100%;
    }

    .news-inner-2-bg {
        padding: 5%;
    }

    .menu-icon {
        position: relative;
        float: none;
        padding: 0;
    }

    .ipad {
        position: relative;
        top: 180px;
    }

    .ipad-small-pic {
        position: relative;
        top: 55px;
    }

    i.fab.text-dark, i.fas.text-dark {
        font-size: 15px;
    }

    .yt_home_side {
        height: 250px;
    }

    .ipad-search {
        display: block;
    }

    .language a {
        top: 7px;
    }

    .searchresults {
        margin: 0px 10px 50px 10px !important;
        padding-top: 200px;
    }
}

@media (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .yt_home_side {
        height: 350px;
    }

    .fix-mt-2 {
        padding-top: 140px;
    }

    .btn-close:after {
        right: 770px;
        top: 0px;
    }

    .searchresults {
        margin: 0px 10px 50px 10px !important;
        padding-top: 200px;
    }

    .whats-on-bg {
        padding: 8%;
        height: 172px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 768px) and (orientation: landscape) {
    .language a {
        top: 7px;
    }

    .banner-inner-title h1 {
        font-size: 1.5rem;
    }

    .banner-inner-title h1, .banner-inner-title p {
        color: #575756;
    }

    .menu-icon {
        position: relative;
        float: left;
        /*padding: 0 30px;*/
    }

    .logo.text-left {
        /* margin-right: 55px;*/
    }

    .breadcrumb-arrow {
        margin: 1.5% 1%;
    }

    .fix-mt {
        margin-top: 190px;
    }

    .fix-mt-2 {
        padding-top: 190px;
    }


    .news-strip {
        margin: 0 auto;
        width: 100%;
        padding: 190px 15px 0 15px;
    }

    .text-sm-mobile {
        text-align: center !important;
    }

    .new-title {
        padding: 0 !important;
    }

    .banner-silder {
        width: 100%;
        right: 0;
        padding: 0
    }

    .banner-title h3 {
        font-size: 1.2rem;
    }

    .banner-title p {
        font-size: 1.5rem;
    }

    .banner-title h1 {
        font-size: 1.5rem;
        font-family: 'RAK-Bold', Tahoma, Geneva, sans-serif;
        margin: 0;
    }

    .banner-title-2 h1 {
        font-size: 1.5rem;
        font-family: 'RAK-Bold', Tahoma, Geneva, sans-serif;
        margin: 0;
    }

    .banner-points {
        left: 10px;
        top: 67px;
    }

    .carousel .slide, #carouselExample {
        margin: 0 auto !important;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 5% !important;
    }

    .news-box-bg {
        bottom: 7px;
        min-height: 80px;
    }

    .image-strip-2 {
        bottom: -10px;
        width: 100%;
    }

    .whats-on-bg {
        padding: 12% !important;
        height: 140px !important;
        right: -90px !important;
        width: 140% !important;
    }

    .whats-on-pic-home {
        height: 140px;
    }

    .whatson-date {
        margin: 0% 0;
        font-size: 13px;
    }

    .whaton-title {
        font-size: 13px;
    }

    .whatson-text {
        font-size: 13px;
    }

    .press-releases-info {
        margin-bottom: 5%;
    }

    .press-releases-bg {
        bottom: 15px;
        padding: 1%;
    }

    .press-releases-title {
        font-size: 15px;
    }

    .press-releases-text {
        font-size: 12px;
    }

    .newsletter-btn {
        margin: 0 5%;
        padding: 0px 15%;
        font-size: 15px;
    }

    .news-input {
        width: 78%;
    }

    .btn-close:after {
        right: 0px !important;
        top: 0px;
    }

    .border-right-dark, .border-bottom-dark {
        background-image: none;
    }

    .viewall {
        width: 33%;
        line-height: 2em;
        height: auto;
    }

    .news-letter-form {
        padding-right: 0%;
    }

    .overlay .menu ul li {
        width: 80%;
        margin: 0 auto;
    }

    .banner-inner-bg {
        top: 20px;
        height: auto;
        width: auto;
        right: auto;
        display: table;
        position: relative;
        padding: 0;
        background-color: transparent;
        color: #575756;
    }

    .banner-inner-title h1, .banner-inner-title p span {
        color: #575756;
        font-size: 1.5rem;
    }

    .banner-inner-title h1, .banner-inner-title p {
        color: #575756;
    }

    .banner-silder-text {
        top: 35%;
        height: auto;
        width: 230px;
    }

    .box-search {
        margin: 60px 0 10px 0;
    }

    .menu-btn {
        position: relative;
        top: 14px;
        line-height: 32px;
        right: 0px;
        z-index: 999;
        display: inline;
        font-size: 32px;
        text-decoration: none !important;
    }

    #menu {
        display: none
    }

    .menu-bg {
        display: none;
    }


    .menu-open {
        background-image: none !important;
    }

    .menu-open > .menu-icon {
        display: block !important;
    }

    .social-icons {
        text-align: left;
    }

    .language {
        text-align: right;
        /*top: -25px;*/
        position: relative;
    }

    .mission_bg {
        border: solid 15px rgba(201, 203, 209, 0.60);
        padding: 15px;
        background-color: rgba(201, 203, 209, 0.25);
    }

    ol.mission, ul.mission {
        padding: 0 17px !important;
    }

    .box-search-2.desktop-search {
        display: none
    }

    .box-search.mobile-search {
        display: block
    }

    .mobile-search-icon {
        display: block;
        position: absolute;
        left: 50px;
        top: -20px
    }

    .tab-search .fa-search {
        position: relative;
        right: 10px !important;
        top: 6px !important;
    }

    .tab-search {
        background-image: none; /*  right: -100%;*/
        background-color: transparent
    }

    .news-box-title {
        font-size: 12px;
    }

    .news-bg, .press-bg, .Legislation-bg, .events-bg, .news-inner-2-bg, .other-entities {
        right: 0px;
        width: 100%;
        height: auto
    }

    .whatson-arrow {
        display: none;
    }

    .news-title {
        font-size: 13px;
    }

    .news-text {
        font-size: 12px;
    }

    .news-btn {
        font-size: 11px;
    }

    .news-sub {
        font-size: 11px;
        margin-top: 2px;
    }
}

/*only screen and**/
@media (min-device-width: 412px) and (max-device-width: 430px) {
    .banner-inner {
        position: relative;
        top: 0px;
    }

    .banner-inner-title p {
        color: #575756;
        height: 15px;
        font-size: 1.5rem !important;
        Margin: 20px 20px 20px 20px;
    }

    .banner-inner-title h1 {
        color: #575756;
        height: 12px;
        font-size: 1.5rem !important;
        Margin: 20px 20px 20px 20px;
    }
}

@media only screen and (min-device-width: 401px) and (max-device-width: 630px) {
    .logo-2 {
        width: 45%;
        float: right;
    }

    .menu-icon {
        position: relative;
        float: left;
        /* padding: 0 30px;*/
    }

    .mt-mob {
        margin-top: 520px !important;
    }

    .breadcrumb-arrow {
        margin: 1.5% 1%;
    }

    .fix-mt {
        margin-top: 190px;
    }

    .fix-mt-2 {
        padding-top: 190px;
    }


    .news-strip {
        margin: 0 auto;
        width: 100%;
        padding: 190px 15px 0 15px;
    }

    .text-sm-mobile {
        text-align: center !important;
    }

    .new-title {
        padding: 0 !important;
    }

    .banner-silder {
        width: 100%;
        right: 0;
    }

    .banner-title h3 {
        font-size: 1.2rem;
    }

    .banner-title p {
        font-size: 1.5rem;
        margin: 20px;
    }

    .banner-title h1 {
        font-size: 1.5rem;
        margin: 20px;
    }

    .banner-title-2 h1 {
        font-size: 1.2rem;
        margin: 20px;
    }

    .banner-points {
        left: 10px;
        top: 67px;
    }

    .carousel .slide, #carouselExample {
        margin: 0 auto !important;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 5% !important;
    }

    .news-box-bg {
        bottom: 15px;
    }

    .image-strip-2 {
        bottom: -2px;
        width: 100%;
    }

    .whats-on-bg {
        padding: 12%;
        height: 140px;
        right: -20px;
        width: 109%;
    }

    .whats-on-pic-home {
        height: 140px;
    }

    .whatson-date {
        margin: 0% 0;
        font-size: 13px;
    }

    .whaton-title {
        font-size: 13px;
    }

    .whatson-text {
        font-size: 12px;
    }

    .press-releases-info {
        margin-bottom: 5%;
    }

    .press-releases-bg {
        bottom: 15px;
        padding: 1%;
    }

    .press-releases-title {
        font-size: 20px;
    }

    .press-releases-text {
        font-size: 12px;
    }

    .newsletter-btn {
        margin: 0 5%;
        padding: 0px 15%;
        font-size: 15px;
    }

    .news-input {
        width: 78%;
    }

    .logo img {
        width: 75%;
    }

    .btn-close:after {
        right: -15px;
        top: 0px;
    }

    .border-right-dark, .border-bottom-dark {
        background-image: none;
    }

    .viewall {
        width: 33%;
        line-height: 2em;
        height: auto;
    }

    .news-letter-form {
        padding-right: 0%;
    }

    .overlay .menu ul li {
        width: 80%;
        margin: 0 auto;
    }

    .banner-inner-bg {
        top: 0;
        height: auto;
        width: auto;
        right: auto;
        display: table;
        position: relative;
        padding: 0;
        background-color: transparent;
        color: #575756;
    }

    .banner-inner-title h1, .banner-inner-title p span {
        color: #575756;
    }

    .banner-inner-title h1, .banner-inner-title p {
        color: #575756;
    }

    .banner-silder-text {
        top: 35%;
        height: auto;
        width: 230px;
        right: 16px;
    }

    .box-search {
        margin: 60px 0 10px 0;
    }

    .menu-btn {
        position: relative;
        top: 14px;
        line-height: 32px;
        right: 0px;
        z-index: 999;
        display: inline;
        font-size: 32px;
        text-decoration: none !important;
    }

    #menu {
        display: none
    }

    .menu-bg {
        display: none;
    }


    .menu-open {
        background-image: none !important;
    }


    .menu-open > .menu-icon {
        display: block !important;
    }

    .social-icons {
        text-align: left;
    }

    .language {
        text-align: right;
    }

    .mission_bg {
        border: solid 15px rgba(201, 203, 209, 0.60);
        padding: 15px;
        background-color: rgba(201, 203, 209, 0.25);
    }

    ol.mission, ul.mission {
        padding: 17px !important;
    }

    .box-search-2.desktop-search {
        display: none
    }

    .box-search.mobile-search {
        display: block
    }

    .mobile-search-icon {
        display: block;
        position: absolute;
        right: 50px;
    }

    .tab-search .fa-search {
        position: relative;
        right: 10px !important;
        top: 6px !important;
    }

    .tab-search {
        background-image: none; /*right: -100%;*/
        background-color: transparent
    }

    .news-bg, .press-bg, .Legislation-bg, .events-bg, .news-inner-2-bg, .other-entities {
        right: 0px;
        width: 100%;
        height: auto
    }

    .whatson-arrow {
        display: none;
    }

    .language a {
        top: 7px;
    }
}

@media only screen and (min-device-width: 350px) and (max-device-width: 400px) {
    .logo {
        position: absolute;
        right: 30px;
    }

    .logo-2 {
        width: 45%;
        float: right !important;
        margin-right: 20px;
        margin-top: 30px !important;
    }

    .mt-2, .my-2 {
        margin-top: 30px !important;
    }

    /* .alignright {position: absolute;right: 10px !important;} */
    .site-main {
        position: relative;
        top: 140px !important;
        margin-bottom: 220px;
    }

    .entry-content {
        margin-top: 30px !important;
    }

    .menu-icon {
        position: relative;
        float: left;
        /* padding: 0 30px;*/
    }

    .whats-on-pic img {
        width: 100%;
        height: auto;
    }


    .breadcrumb-arrow {
        margin: 1.5% 1%;
    }

    .fix-mt {
        margin-top: 170px;
    }

    .fix-mt-2 {
        padding-top: 170px;
    }


    .menu-open {
        background-image: none !important;
    }


    .menu-open > .menu-icon {
        display: block !important;
    }

    .text-sm-mobile {
        text-align: center !important;
    }

    .new-title {
        padding: 0 !important;
    }

    .banner-info {
        margin: 0 auto;
        height: 150px;
        width: 100%;
    }

    .news-strip {
        margin: 0 auto;
        width: 100%;
        padding: 190px 15px 0 15px;
    }

    .banner-silder {
        width: 100%;
        right: 0;
    }

    .banner-title h3 {
        font-size: 1.2rem;
    }

    .banner-title p {
        font-size: 1.5rem;
    }

    .banner-title h1 {
        font-size: 1.5rem;
        margin: 0;
    }

    .banner-title-2 h1 {
        font-size: 1.5rem;
        margin: 0;
    }

    .banner-points {
        left: 10px;
        top: 55px;
    }

    .news-box-bg {
        bottom: 15px;
    }

    .image-strip-2 {
        bottom: -2px;
        left: 0px;
    }

    .whats-on-pic-home {
        height: 140px;
    }

    .whats-on-bg {
        padding: 5%;
        height: 140px;
        width: 108%;
    }

    .whatson-date {
        margin: 0% 0;
        font-size: 12px;
    }

    .whaton-title {
        font-size: 13px;
    }

    .whatson-text {
        font-size: 12px;
    }

    .press-releases-info {
        margin-bottom: 8%;
    }

    .press-releases-bg {
        bottom: 15px;
        padding: 3%;
    }

    .press-releases-title {
        font-size: 18px;
    }

    .press-releases-text {
        font-size: 14px;
    }

    .btn-primary {
        margin: 0 auto;
    }

    .news-input {
        width: 65%;
    }

    .social-blog {
        overflow-x: hidden !important;
    }

    .pr-mobile-0 {
        padding-left: 0 !important;
    }

    .newsletter-bg {
        padding: 7%;
    }

    .border-right-dark, .border-bottom-dark {
        background-image: none;
    }


    .inner-content-title h1 {
        font-size: 1.5rem;
    }

    h1 {
        font-size: 1.5rem;
    }

    .btn-close:after {
        right: -15px;
        top: 0px;
    }

    .logo img {
        width: 75%;
    }

    .viewall {
        width: 38%;
        line-height: 2em;
        height: auto;
    }

    .news-letter-form {
        padding-right: 0%;
    }

    .overlay .menu ul li {
        width: 80%;
        margin: 0 auto;
    }

    .banner-inner-bg {
        top: 0;
        height: auto;
        width: auto;
        right: auto;
        display: table;
        position: relative;
        padding: 0;
        background-color: transparent;
        color: #575756;
    }

    .banner-inner-title h1, .banner-inner-title p span {
        color: #575756;
    }

    .banner-inner-title h1, .banner-inner-title p {
        color: #575756;
    }

    .banner-silder-text {
        top: 35%;
        height: auto;
        width: 230px;
        right: 16px;
    }

    .box-search {
        margin: 60px 0 10px 0;
    }

    .menu-btn {
        position: relative;
        top: 14px;
        line-height: 32px;
        right: -20px !important;
        z-index: 999;
        display: inline;
        font-size: 32px;
        text-decoration: none !important;
    }

    #menu {
        display: none
    }

    .menu-bg {
        display: none;
    }

    .social-icons {
        text-align: left;
    }

    .language {
        text-align: right;
    }

    .mission_bg {
        border: solid 15px rgba(201, 203, 209, 0.60);
        padding: 15px;
        background-color: rgba(201, 203, 209, 0.25);
    }

    ol.mission {
        padding: 15px;
    }

    .tab-search .fa-search {
        position: relative;
        right: 10px !important;
        top: 6px !important;
    }

    .box-search-2.desktop-search {
        display: none
    }

    .box-search.mobile-search {
        display: block
    }

    .mobile-search-icon {
        display: block;
        position: absolute;
        right: 50px;
    }

    .tab-search {
        background-image: none; /*  right: -100%;*/
        background-color: transparent
    }

    .news-bg, .press-bg, .Legislation-bg, .events-bg, .news-inner-2-bg, .other-entities {
        right: 0px;
        width: 100%;
        height: auto
    }

    .whatson-arrow {
        display: none;
    }

    .language a {
        top: 7px;
    }
}

@media only screen and (min-device-width: 300px) and (max-device-width: 340px) {
    .logo-2 {
        width: 45%;
        float: right;
    }

    .banner-inner-title h1, .banner-inner-title p {
        color: #575756;
    }

    .social-icons {
        text-align: left;
    }

    .menu-icon {
        position: relative;
        float: left;
        /*padding: 0 30px;*/
    }


    .menu-open {
        background-image: none !important;
    }


    .menu-open > .menu-icon {
        display: block !important;
    }

    .whats-on-pic-home {
        height: 120px;
    }

    .whats-on-bg {
        padding: 5%;
        height: 120px;
    }


    .text-sm-mobile {
        text-align: center !important;
    }

    .new-title {
        padding: 0 !important;
    }

    .banner-info {
        margin: 0 auto;
        height: 120px;
        width: 100%;
    }

    .fix-mt {
        margin-top: 190px;
    }

    .fix-mt-2 {
        padding-top: 190px;
    }

    .news-strip {
        margin: 0 auto;
        width: 100%;
        padding: 190px 15px 0 15px;
    }

    .banner-silder {
        width: 100%;
        right: 0;
    }

    .banner-title h3 {
        font-size: 1.2rem;
    }

    .banner-title p {
        font-size: 1.5rem;
    }

    .banner-title h1 {
        font-size: 1.5rem;
        font-family: 'RAK-Bold', Tahoma, Geneva, sans-serif;
        margin: 0;
    }

    .banner-title-2 h1 {
        font-size: 1.5rem;
        font-family: 'RAK-Bold', Tahoma, Geneva, sans-serif;
        margin: 0;
    }

    .banner-points {
        left: 10px;
        top: 40px;
    }

    .news-box-bg {
        bottom: 13px;
    }

    .image-strip-2 {
        bottom: 0px;
        left: 0px;
        height: auto
    }

    .whatson-date {
        margin: 0% 0;
        font-size: 10px;
    }

    .whaton-title {
        font-size: 12px;
    }

    .whatson-text {
        font-size: 10px;
    }

    .press-releases-info {
        margin-bottom: 8%;
    }

    .press-releases-bg {
        bottom: 15px;
        padding: 3%;
    }

    .press-releases-title {
        font-size: 15px;
    }

    .press-releases-text {
        font-size: 14px;
    }

    .btn-primary {
        margin: 0 auto;
    }

    .news-input {
        width: 65%;
    }

    .social-blog {
        overflow-x: hidden !important;
    }

    .pr-mobile-0 {
        padding-left: 0 !important;
    }

    .newsletter-bg {
        padding: 7%;
    }

    .border-right-dark, .border-bottom-dark {
        background-image: none;
    }


    .inner-content-title h1 {
        font-size: 1.5rem;
    }

    h1 {
        font-size: 1.5rem;
    }

    .btn-close:after {
        right: -15px;
        top: 0px;
    }

    .logo img {
        width: 75%;
    }

    .viewall {
        width: 45%;
        line-height: 2em;
        height: auto;
    }

    .news-letter-form {
        padding-right: 0%;
    }

    .overlay .menu ul li {
        width: 80%;
        margin: 0 auto;
    }

    .banner-inner-bg {
        top: 20px;
        height: auto;
        width: auto;
        right: auto;
        display: table;
        position: relative;
        padding: 0;
        background-color: transparent;
        color: #575756;
    }

    .banner-inner-title h1, .banner-inner-title p span {
        color: #575756;
    }

    .banner-silder-text {
        top: 35%;
        height: auto;
        width: 230px;
        right: 16px;
    }

    .box-search {
        margin: 60px 0 10px 0;
    }

    .menu-btn {
        position: relative;
        top: 14px;
        line-height: 32px;
        right: 0px;
        z-index: 999;
        display: inline;
        font-size: 32px;
        text-decoration: none !important;
    }

    #menu {
        display: none
    }

    .menu-bg {
        display: none;
    }

    .language {
        text-align: right;
    }

    .mission_bg {
        border: solid 15px rgba(201, 203, 209, 0.60);
        padding: 15px;
        background-color: rgba(201, 203, 209, 0.25);
    }

    ol.mission {
        padding: 15px;
    }

    .box-search-2.desktop-search {
        display: none
    }

    .box-search.mobile-search {
        display: block;
        z-index: 37;
        position: relative;
    }

    .mobile-search-icon {
        display: block;
        position: absolute;
        right: 40px;
    }

    .tab-search .fa-search {
        position: relative;
        right: 10px !important;
        top: 6px !important;
    }

    .tab-search {
        background-image: none; /* right: -100%;*/
        background-color: transparent
    }

    .news-bg, .press-bg, .Legislation-bg, .events-bg, .news-inner-2-bg, .other-entities {
        right: 0px;
        width: 100%;
        height: auto
    }

    .whatson-arrow {
        display: none;
    }

    .language a {
        top: 7px;
    }
}

.overfollow {
    overflow: hidden;
    overflow: -moz-scrollbars-none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
}

.overfollow::-webkit-scrollbar {
    display: none;
}

.text-danger {
    color: #e04307 !important;
}

.underline {
    text-decoration: underline;
}

.umb-grid .grid-section .col-md-12.column, .umb-grid .grid-section /*.col-md-6.column*/
{
    padding-right: 0;
    padding-left: 0;
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: 100%;
    margin-right: initial;
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: 100%;
    margin-left: initial;
}

#myCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
    cursor: pointer;
}

#left {
    position: absolute;
    left: 150px;
    bottom: 3%;
    font-size: 25px;
}

#right {
    position: absolute;
    right: 150px;
    bottom: 3%;
    font-size: 25px;
}

#myCarousel .carousel-indicators > li.active img {
    opacity: 0.7;
}

@media (min-width: 1200px) {
    .mt-26 {
        margin-top: 2.6rem
    }
}

.contact-form-lower button.btn.btn-primary {
    margin: 0;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.news-text.entities {
    margin-top: 15px;
    text-align: justify;
}

.searchresults {
    margin: 200px 10px 50px 10px;
}

.searchresults a {
    color: #e04307;
    /* font-weight: bold; */
    font-size: 17px;
    font-family: 'RAK-Bold', Tahoma, Geneva, sans-serif !important;
}

.searchresults p {
    font-size: 14px;
}

.main-menu.clearfix a.active {
    background-color: #b3b5b6;
    color: #e6e6e7 !important;
}

.umb-grid .grid-section p {
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
    font-size: 1rem;
    line-height: 1.7rem;
}

small, a, text, span, p.text-white, p ,body .home-title p{
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
}

h3.news-inner-title {
    font-family: 'RAK-Bold', Tahoma, Geneva, sans-serif !important;
    font-size: 1.5rem;
    text-align: right;
}

.grecaptcha-badge {
    display: none;
}

h1, h3 {
    font-family: 'RAK-Bold', Tahoma, Geneva, sans-serif !important;
}

.contact-form-lower h3, .contact-form-lower p, .contact-r-bg h3, .contact-r-bg p {
    text-align: right;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="subject"], .wpcf7 textarea {
    direction: rtl;
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
    color: #495057 !important;
    font-size: 1rem;
    font-weight: 400;
}

.entry-content h1, .entry-content h2 {
    text-align: right;
}

.entry-content h2 {
    font-family: 'RAK', Tahoma, Geneva, sans-serif !important;
}

.entry-content ul li {
    text-align: right;
}

/********marquee****/
.tickercontainer { /* the outer div with the black border */
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
    position: relative;
}

#ticker02 {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}

#ticker02 span.bullet {
    margin: 0 0.5%;
    color: #e24307;
}

.js-marquee {
    white-space: nowrap;
}

/********marquee****/

@media (min-width: 768px) and (max-width: 768px) and (orientation: portrait) {
    .go-to {
        float: right;
    }
}

/**********Calendar**********/
a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end, .fc-day-grid-event.fc-h-event.fc-event.fc-not-start.fc-end, .fc-day-grid-event.fc-h-event.fc-event.fc-not-start.fc-not-end, .fc-rtl.fc-h-event.fc-not-start, .fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-not-end {
    background-color: #e84e0f;
    border: none;
    padding: 4px;
    direction: rtl;
    color: #ffffff;
    border-radius: 2px;
    cursor: pointer;
    margin: 2px 5px;
}

th.fc-day-header.fc-widget-header {
    font-weight: 100
}

.fc-prev-button.fc-button.fc-state-default.fc-corner-right.fc-state-disabled {
    display: none;
}

/*.fc-prev-button{display:none;}*/
/***************DateRange*****************/
.applyBtn.btn.btn-sm.btn-primary {
    height: 28px;
    line-height: 28px;
}

/***************PRINT ONLY*****************/
@media print {
    .same-topic, .related_news, .social-icons, .language, .tab-search-2, form, .newsletter-bg {
        display: none
    }
}

/***********************News YouTube************/
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/******************GDPR Cookie*************/

/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    left: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: var(--gray);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
    margin-left: 30px;
    font-family: system-ui;
}

#gdpr-cookie-message h4 {
    color: var(--orange);
    font-family: 'RAK', Tahoma, Geneva, sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

#gdpr-cookie-message h5 {
    color: var(--orange);
    font-family: 'RAK', Tahoma, Geneva, sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}

#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}

#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}

#gdpr-cookie-message a {
    color: var(--orange);
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease-in;
    display: none;
}

#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: var(--orange);
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: var(--orange);
    color: white;
    font-family: 'RAK', Tahoma, Geneva, sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button:hover {
    background: white;
    color: var(--orange);
    transition: all 0.3s ease-in;
}

button#gdpr-cookie-advanced {
    background: white;
    color: var(--orange);
    display: none;
}

#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}

#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

/******************GDPR Cookie End*************/
textarea {
    height: 355px;
}

.butdisabled {
    opacity: 0.5;
    cursor: auto !important;
}

/*social*/
.social-icons {
    margin: 0;
    padding: 0;
    text-align: left !important;
}

.social-icons ul {
    margin: 0;
    padding: 6px 0;
}

.social-icons ul li {
    margin: 1px 2px;
    list-style: none outside none;
    display: inline-block;
}

.social-icons i {

    color: #FFF;
    background-color: #878787;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    width: 23px;
    padding-top: 6px;
    height: 23px;
    padding-right: 4px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}

.social-icons i:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social-icons .fa-facebook-f:hover {
    background: #4060A5;
}

.social-icons .fa-twitter:hover {
    background: #00ABE3;
}


.social-icons .fa-linkedin-in:hover {
    background: #0094BC;
}


.social-icons .fa-instagram:hover {
    background: #375989;
}


.social-icons .fa-youtube:hover {
    background: #FF1F25;
}

@media (max-width: 1180px) {
    #menu a {
        transition: all .125s ease-in-out;
        -webkit-transition: all .125s ease-in-out;
        font-family: 'RAK', Tahoma, Geneva, sans-serif;
        font-size: 0.75rem !important;
    }

    #toggle-menu, #menu a {
        padding: 1em 3.70em !important;
    }

}

a.media-kit-link {
    color: #e84e0f;
    display: block;
    text-decoration: underline;
    text-align: right;
}   
.logo.alignright {
    text-align: right;
}



