/*
Theme Name: tabreed
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tabreed
Tags:

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

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

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

/*@import url("https://www.tabreed.ae/wp-content/themes/tabreed/assets/fonts/kessel/font.css");
@import url("https://www.tabreed.ae/wp-content/themes/tabreed/assets/fonts/apexserif/font.css");*/
@import url("https://www.tabreed.ae/wp-content/themes/tabreed/assets/fonts/TypeType/font.css");

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
  font-family: Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: #2a2d42;
  font-size: 16px;
  font-family: TypeType;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-family: "TypeTypeBold" !important;
}
h2 {
  font-family: "TypeTypeBold" !important;
  margin: 10px 0 !important;
}
.newH3Class {
  font-family: "TypeTypeBold" !important;
}
.tp-caption {
  font-family: "TypeTypeBold" !important;
}
.tp-caption.light-heavy {
  font-family: "TypeTypeBold" !important;
}
h3 {
  font-family: "TypeTypeBold" !important;
}
.heavy {
  font-family: "TypeTypeBold" !important;
}
h2.bold,
h1.bold,
h3.bold {
  font-family: "TypeTypeBold" !important;
  text-indent: 1px;
}
h5,
h4,
h6 {
  font-family: "TypeTypeBold" !important;
}
.kessel_regular {
  font-family: "TypeType" !important;
}
mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}
svg {
  width: 100%;
}
figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
/*
p {
	margin-bottom: 1.5em;
}*/

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);*/
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  /*box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);*/
}

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;
}

select {
  border: 1px solid #ccc;
}

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;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #08baff;
}

a:visited {
  color: #08baff;
}

a:hover,
a:focus,
a:active {
  color: #fffff;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul ul li {
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* 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: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

/*
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
*/
h1.entry-title {
  display: none;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*Backgrounds:
Light grey Hex # f2f2f2
Light blue Hex # cde4f4 with diagonal stroke Hex # 008AB3

footer:
Light grey Hex # f2f2f2 with diagonal stroke Hex # cccccc*/
div.row.padding-t-b {
  padding: 15px 0;
}
p {
  text-align: justify;
}
.hp-p {
  margin-top: 1.5em;
}
/* Light grey background: */
.grey-bg {
  background: #f2f2f2;
}
/* Light blue background: */
.blue-bg {
  background: #cde4f4;
}
/*Light grey in headlines */
.grey-txt {
  color: #81878e;
}
a.more {
  font-family: "TypeType";
}
body.home a.more {
  color: #2a2d42;
}

h4.blue-txt a,
a.blue-txt:focus,
a.blue-txt:visited,
a.blue-txt,
.blue-txt {
  color: #08baff;
}
a.yellow-txt:focus,
a.yellow-txt:visited,
a.yellow-txt,
.yellow-txt {
  color: #ffce62;
}
.green-txt {
  color: #34b892;
}
.heavy,
.bold-txt {
  font-family: "TypeTypeBold";
}
div.container {
  background: #fff;
}
div.container.gr-bg {
  background: #f2f2f2;
}

div.bg-none {
  background: none;
}
a {
  text-decoration: none;
}
h1 {
  margin: 5px 0;
}
h1.no-margin {
  margin: 0;
}
h1.first-line {
  margin-top: 20px;
}
h1.no-margin-top {
  margin-top: 0;
}
.align-ctr {
  text-align: center;
}
.facts-factors {
  background: url(assets/img/facts-factors.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#facts-factors {
  position: fixed;
  top: 0;
  left: 0;

  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;
}
.facts-factors h1,
.facts-factors h2,
.facts-factors h3,
.facts-factors h4,
.facts-factors h5,
.facts-factors h6 {
  font-family: "TypeType";
}
footer {
  background: #fff;
  text-align: center;
}
.ins-div {
  text-align: left;
  display: inline-block;
}
ul.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.footer-menu a {
  color: #008ab3;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "TypeTypeBook";
}
footer input[type="submit"]:hover {
  background: #008ab3;
  box-shadow: none !important;
}
#top-footer {
  /*background-image: -webkit-linear-gradient(135deg, #F2F2F2 25%, transparent 25%, transparent 50%, #F2F2F2 50%, #F2F2F2 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #F2F2F2 25%, transparent 25%, transparent 50%, #F2F2F2 50%, #F2F2F2 75%, transparent 75%, transparent);
    
    background-size: 4px 4px;*/
  /*	background: #FFF url('../../uploads/2016/10/pattern-grey-inverted.png') left top scroll repeat;*/
  background: #fff;
  padding: 15px 0;
}
#copyright {
  background: #2a2d42;
  padding: 15px 0;
}
#copyright p {
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin: 0;
}
#copyright a {
  color: #fff;
}
#copyright a:active,
#copyright a:focus {
  color: #fff;
}

/*==========  Main Menu  ==========*/
.button_container {
  position: fixed;
  top: 21px;
  right: 21px;
  height: 22px;
  width: 25px;
  cursor: pointer;
  z-index: 199;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff;
}
.button_container.active .middle {
  opacity: 0;
  background: #fff;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
  transform: translateY(-7px) translateX(0) rotate(-45deg);
  background: #fff;
}
.button_container span {
  background: #fff;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 9px;
}
.button_container span:nth-of-type(3) {
  top: 18px;
}
.overlay {
  position: fixed;
  width: 100%;
  max-width: 300px;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(0, 138, 179, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
  z-index: 198;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.right-bar {
  width: 66px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(0, 138, 179, 0.5);
  z-index: 190;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}
.main-head {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 180;
  text-align: left;
}
header {
  width: 100%;
}
header div.container {
  background: none;
}
a.logo img {
  margin: 20px 0 0 10px;
}

/*==========  Homepage map - Start  ==========*/
.patt-bg {
  background: url("assets/img/tabreed-pattern.png") repeat;
}
.patt-bg- {
  background-image: -webkit-linear-gradient(
    top left,
    #008ab3 25%,
    transparent 25%,
    transparent 50%,
    #008ab3 50%,
    #008ab3 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    to bottom right,
    #008ab3 25%,
    transparent 25%,
    transparent 50%,
    #008ab3 50%,
    #008ab3 75%,
    transparent 75%,
    transparent
  );
  background-size: 4px 4px;
}
.in-left-align {
  display: inline-block;
  position: relative;
  text-align: left;
}
.center-alignment {
  text-align: center;
}

i.pulsing-indicator {
  display: inline-block;
  position: absolute;
  margin: 0 30px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: white;
}

i.pulsing-indicator.pi-abudhabi {
  height: 8px;
  width: 8px;
}

i.pulsing-indicator:hover {
  cursor: pointer;
}
.pulsing-indicator.pi-ksa {
  left: 44%;
  top: 52%;
}
.pulsing-indicator.pi-uae {
  right: 16%;
  top: 50%;
}

.pulsing-indicator.pi-oman {
  right: 3%;
  top: 51%;
}
.pulsing-indicator.pi-yemen {
  left: 38%;
  bottom: 18%;
}

div.year.abudhabi {
  right: 34%;
  bottom: 33%;
  position: absolute;
  width: 15px;
  height: 15px;
  text-align: center;
}
.pulsing-indicator.pi-abudhabi {
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}

i.pulsing-indicator.pi-ourstory {
  right: 44%;
  bottom: 0;
  top: 21%;
  margin: auto;
  width: 10px;
  height: 10px;
  color: #008ab3;
  background: #008ab3;
  cursor: default;
}
i.pulsing-indicator.pi-ourstory:before,
i.pulsing-indicator.pi-ourstory:after {
  border-color: #008ab3;
}

i:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-style: solid;
  border-width: 4px;
  border-color: white;
  box-sizing: border-box;
  -webkit-animation: scale-before 2s infinite ease;
  animation: scale-before 2s infinite ease;
}
i:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-style: solid;
  border-width: 4px;
  border-color: white;
  box-sizing: border-box;
  -webkit-animation: scale-after 2s infinite 0.3s;
  animation: scale-after 2s infinite 0.3s;
}
i:nth-of-type(2):before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
i:nth-of-type(2):after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
i:nth-of-type(3):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
i:nth-of-type(3):after {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
div.aas {
  color: #fff;
  text-align: left;
  font-size: 1.3px;
  font-size: 1.3rem;
}
div.aas img {
  margin-bottom: 10px;
}
table.land-proj img {
  display: block;
}
/*//////// Animations ////////*/
@-webkit-keyframes scale-before {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes scale-before {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes scale-after {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes scale-after {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/*//////// Animations ////////*/
/*
@-webkit-keyframes scale-before {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@keyframes scale-before {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes scale-after {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0;
  }
}
@keyframes scale-after {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0;
  }
}*/

.stats {
  color: #fff;
  font-size: 2.6rem;
  font-size: 26px;
  display: inline-block;
  font-family: "Helvetica Neue", sans-serif;
  line-height: 28.6px;
}
.stats.sml {
  font-size: 2.6rem;
  font-size: 26px;
}

.rotate {
  -webkit-animation: rotating 5s infinite linear;
  animation: rotating 5s infinite linear;
}
.rotate- {
  -webkit-animation: rotating 15s infinite linear;
  animation: rotating 15s infinite linear;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#aed {
  position: absolute;
  top: -9px;
  right: -23px;
  width: 40px;
}
#est-date {
  display: inline-block;
  position: absolute;
  left: 0;
  color: #fff;
}

.featherlight .featherlight-content {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 25px 25px 0;
  border-bottom: none;
  background: none;
}
.featherlight .featherlight-close-icon {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
div.featherlight-inner h2 {
  margin: 0 0 10px;
  text-align: center;
}
div.featherlight-inner h5 {
  text-align: center;
  font-weight: bold;
}
div.featherlight-inner {
  padding: 15px;
}
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.15) !important;
}
div.lightbox {
  text-align: center;
}
footer h4,
div.lightbox h1,
div.lightbox h2,
div.lightbox h3,
div.lightbox h4,
div.lightbox h5,
div.lightbox h6 {
  font-family: "TypeType";
}

.lightbox table tr td {
  padding: 0 !important;
}
/*** UAE ***/
#uae-modal {
  background: rgba(240, 199, 113, 0.9);
}
#uae-modal h2,
#uae-modal h5,
#uae-modal p {
  /*    color: #008AB3;*/
  color: #fff;
}
#uae-modal hr.seperator {
  border-top: 1px dotted #fff;
}
/*** KSA ***/
#ksa-modal {
  background: rgba(52, 184, 146, 0.93);
}
#ksa-modal h2,
#ksa-modal h5,
#ksa-modal p {
  color: #fff;
}
#ksa-modal hr.seperator {
  border-top: 1px dotted #fff;
}
/*** Oman ***/
#oman-modal {
  background: rgba(57, 162, 177, 0.93);
}
#oman-modal h2,
#oman-modal h5,
#oman-modal p {
  color: #fff;
}
#oman-modal hr.seperator {
  border-top: 1px dotted #fff;
}
/*** Bahrain ***/
#bahrain-modal {
  background: rgba(240, 199, 113, 0.9);
}
#bahrain-modal h2,
#bahrain-modal h5,
#bahrain-modal p {
  color: #fff;
}
#bahrain-modal hr.seperator {
  border-top: 1px dotted #fff;
}
/*** Qatar ***/
#qatar-modal {
  background: rgba(240, 199, 113, 0.9);
}
#qatar-modal h2,
#qatar-modal h5,
#qatar-modal p {
  color: #fff;
}
#qatar-modal hr.seperator {
  border-top: 1px dotted #fff;
}
/*** Yemen ***/
#yemen-modal {
  background: rgba(52, 184, 146, 0.93);
}
#yemen-modal h2,
#yemen-modal h5,
#yemen-modal p {
  color: #fff;
}
#yemen-modal hr.seperator {
  border-top: 1px dotted #34b892;
}
/*
    #qatar:hover, .qatar-hovered { fill: #FFCE62; opacity: 1; }
    #bahrain:hover, .bahrain-hovered { fill: #34B892; opacity: 1; }
    #uae:hover, .uae-hovered { fill: #FFCE62; opacity: 1; }
    #oman:hover, .oman-hovered { fill: #FFCE62; opacity: 1; }
    #ksa:hover, .ksa-hovered { fill: #34B892; opacity: 1; }
    #yemen:hover, .yemen-hovered { fill: #FFCE62; opacity: 1; }
*/

/****/
hr.seperator {
  margin: 10px 0;
  background: none;
}
.bold {
  font-weight: bold;
}
div.featherlight-inner p {
  margin: 0;
}
div.featherlight-inner p.bold {
  margin-bottom: 3px;
}
.hoverable:hover {
  opacity: 1;
}
.tp-shapewrapper {
  background: none !important;
}
.land-proj {
  width: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.land-proj span {
  clear: both;
  margin: 2px 0;
  display: block;
}
.blue-txt {
  color: #08baff;
  /*font-weight: 700;*/
}
/*==========  Homepage map - End  ==========*/

/*==========  About us - Start  ==========*/
.d-o-est {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
}
.d-o-est li {
  list-style: none;
  float: left;
}
.d-o-est li img {
  width: 80px;
  margin: 0 20px;
}
.d-o-est li h1 {
  font-family: Arial;
  font-weight: bold;
}
.about_area_grey {
  background: #f2f2f2;
}
div.eng-svg-blk {
  background: #ffce62;
  text-align: center;
}
div.eng-svg-blk p {
  text-align: center;
}
.white p {
  color: #fff;
}
#energy-svg {
  max-width: 350px;
  width: 100%;
}
.about_area_green {
  background: #34b892;
}
.dc_area_yellow {
  background: #ffce62;
  padding-top: 10px;
  padding-bottom: 15px;
}
.about_area_green p,
.about_area_green h1 {
  color: #f2f2f2;
}
.dc_area_yellow p,
.dc_area_yellow h1 {
  color: #fff;
}

.ref-svg-blk {
  text-align: center;
}
.ref-svg-blk img {
  max-width: 380px !important;
  width: 100%;
}
.about_area_blue {
  background: #008ab3;
}
.about_area_blue p,
.about_area_blue h1 {
  color: #fff;
}

.emiss-svg-blk p {
  text-align: center;
}
.c-info a {
  color: #008ab3 !important;
}
.emiss-svg-blk {
  background: #63c29a;
  text-align: center;
}
.emiss-svg-blk img {
  max-width: 350px;
  width: 100%;
}

#about-vision-sec {
  background: #008ab3;
}
#about-mission-sec {
  background: url(assets/img/mission-bg.jpg) no-repeat center center fixed;
  background-size: cover;
}
#about-values-sec {
  background: url(assets/img/values-bg.jpg) no-repeat center center fixed;
  background-size: cover;
}
#about-vision-sec div.container,
#about-mission-sec div.container,
#about-values-sec div.container {
  background: rgba(85, 86, 90, 0.15);
  padding: 0 0 45px;
}
#about-vision-sec h1,
#about-mission-sec h1,
#about-values-sec h1 {
  color: #fff;
  font-size: 10rem;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 94px;
  line-height: 9.4rem;
  font-family: "TypeType" !important;
  font-weight: bold;
}
.relative {
  position: relative !important;
}
#about-vision-sec h3,
#about-mission-sec h3,
#about-values-sec h3 {
  color: #fff;
  text-align: center;
  margin: 5px 0;
}
ul#values {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: table;
}
ul#values li {
  float: left;
  list-style: none;
}
ul#values li {
  overflow: hidden;
}
ul#values li img {
  width: 100%;
  max-width: 150px;
}
h1.about-s5-en,
h1.about-s4-en {
  color: #81878e;
}
h2.about-s4-en {
  color: #2a2d42;
}
.blue2-txt {
  color: #76c0e6;
}

h3.single-job-description {
  margin: -20px 0 15px 0;
  color: #008ab3;
}
/*==========  About us - End  ==========*/

/*==========  District cooling - Start  ==========*/
div.p-wrap {
  margin: 30px 0 0;
}
div.p-wrap p {
  margin: 5px 0;
}
.dc-rotate {
  position: absolute;
  left: 8%;
  top: 6%;
}
.center-txt {
  text-align: center;
}
h1.white-txt {
  color: #fff;
}
.bold-arial {
  font-weight: bold;
}
div.benefits-img {
  border-bottom: 1px solid #f4f4f4;
  text-align: center;
  padding: 15px 0;
  width: 100%;
}
.supp-side {
  display: table;
  padding-left: 0;
}
.supp-side div {
  display: div;
  vertical-align: middle;
}
.supp-side div p {
  margin: 0;
}
.odd .supp-side div {
  background: #1a9bd3;
  padding: 20px 25px;
}
.even .supp-side div {
  background: #2ca7d8;
  padding: 20px 25px;
}
.supp-side.no-padd-right {
  padding-right: 0;
  position: relative;
}

span.supp-point {
  background: #008ab3;
  height: 20px;
  width: 20px;
  display: block;
  border: 2px solid #fff;
  border-radius: 50px;
  position: absolute;
  left: -10px;
  top: calc(62% - 20px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*
span.supp-point:hover {
    background: #FFF;
    border: 5px solid #008AB3;
}
*/

/*==========  Shareholders  ==========*/
.vc_color-success.vc_message_box,
.vc_color-danger.vc_message_box {
  background: none !important;
  border: none !important;
  margin-bottom: 0;
}
.vc_color-success.vc_message_box p,
.vc_color-danger.vc_message_box p {
  color: #55565a;
}
/******* Visual composer *************/
.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill
  + .vc_row-full-width
  + .vc_row
  > .vc_column_container
  > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill
  + .vc_vc_row
  > .vc_row
  > .vc_vc_column
  > .vc_column_container
  > .vc_column-inner,
.vc_row-has-fill
  + .vc_vc_row_inner
  > .vc_row
  > .vc_vc_column_inner
  > .vc_column_container
  > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row-has-fill
  > .vc_row
  > .vc_vc_column
  > .vc_column_container
  > .vc_column-inner,
.vc_row-has-fill
  > .vc_vc_column_inner
  > .vc_column_container
  > .vc_column-inner {
  padding-top: 0 !important;
}
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}
.hentry {
  margin: 0 !important;
}
br {
  line-height: 40px;
}
.wpb_text_column ul {
  padding: 0;
  margin: 0 0 0 20px;
}
/* Tables */
.dividends table {
  border-top: 1px solid #008ab3;
  color: #008ab3;
  margin-top: 15px;
}
.dividends table tr {
  border-bottom: 1px solid #008ab3;
}
.dividends table tr td:nth-child(2) {
  border-left: 1px solid #008ab3;
}
.ownership table {
  border-top: 1px solid #fff;
  color: #fff;
  margin-top: 15px;
}
.ownership table tr {
  border-bottom: 1px solid #fff;
}
.ownership table tr td:nth-child(2) {
  border-left: 1px solid #fff;
}
.dividends table tr td:nth-child(1),
.ownership table tr td:nth-child(1) {
  width: 70%;
}

.f-hilights table {
  color: #fff;
}
.f-hilights table tr:nth-child(1) {
  font-family: "TypeTypeBold" !important;
}
.f-hilights table tr td:nth-child(1) {
  width: 40%;
}
.f-hilights table tr {
  border-bottom: 1px solid #fff;
}
.f-hilights table tr td:nth-child(1) {
  border-left: none;
}
.f-hilights table tr td {
  border-left: 1px solid #fff;
}

.contact-info br {
  line-height: 30px;
}

.ext-exp p {
  color: #fff;
}
.ext-exp br {
  line-height: 20px;
}

.ceo-summ .more {
  color: #2a2d42;
}

.flexslider {
  overflow: hidden !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.fh-tabs .vc_tta-panels {
  background: none !important;
}
.fh-tabs .vc_tta-panels {
  border: none !important;
}
.fh-tabs .vc_icon_element-inner {
  height: 1.5em !important;
}
.fh-tabs .vc_tta-panel-body .vc_row {
  background: #fff;
  margin-bottom: 1px !important;
}
.fh-tabs .vc_tta-panel-body {
  padding: 0 !important;
}
.fh-tabs .vc_icon_element {
  margin-bottom: 0;
}
.fh-tabs .vc_icon_element {
  text-align: center !important;
  padding: 15px 0;
}
.fh-tabs .vc_tta-panel-body p {
  text-align: center !important;
  padding: 15px 0;
  color: #08baff;
  font-family: "TypeType";
}

.fh-tabs .vc_tta.vc_tta-shape-rounded .vc_tta-panel-body,
.fh-tabs .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading,
.fh-tabs .vc_tta.vc_tta-shape-rounded .vc_tta-tab > a {
  border-radius: 0 0 0 0 !important;
}

.fh-tabs .vc_tta-tab a {
  text-align: center !important;
  background: none !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}
.fh-tabs .vc_tta-tab.vc_active a {
  background: #fff !important;
  color: #008ab3 !important;
  border: 1px solid #fff !important;
  text-align: center !important;
}

.white-txt p {
  color: #fff;
}

.doe-ul ul {
  margin: 0;
}
/*** Landmark projects ***/
.cbp {
  /*    z-index: 999999;*/
  /*top: -40px;*/
  margin-top: 40px;
}
div.lm-js-filters-tabs {
  display: none;
}
.cbp-l-filters-big {
  margin-bottom: 64px;
  text-align: left;
  margin-top: 10px;
  border-bottom: 1px solid #08baff;
}
.eu-tabs .cbp-filter-item {
  border: none !important;
  background: #fff;
  color: #08baff;
  text-transform: none;
  padding: 16px 23px;
  font-family: "TypeTypeBook";
  margin: 0;
}
.eu-tabs .cbp-filter-item:hover {
  background: #08baff;
  color: #fff;
}
.eu-tabs .cbp-filter-item-active:hover,
.eu-tabs .cbp-filter-item-active {
  background: #08baff;
  color: #fff !important;
}

h1.lmp-country {
  color: #fff;
  text-align: left;
  margin-bottom: 25px;
}
h1.lmp-country span {
  display: inline-block;
  padding: 12px 30px 10px 30px;
}
h1.lmp-country.uae span {
  background: #08baff;
}
h1.lmp-country.ksa span {
  background: #08baff;
}

h1.lmp-country.qatar span {
  background: #08baff;
}
h1.lmp-country.oman span {
  background: #08baff;
}
h1.lmp-country.bahrain span {
  background: #08baff;
}
div.row.lm-project-row {
  padding: 25px 0;
  text-align: left;
}
div.row.lm-project-row h1 {
  color: #08baff;
  margin-bottom: 20px;
}
div.row.lm-project-row h2.heavyNewClass {
  font-size: 36px;
  color: #2a2d42;
  margin-bottom: 20px !important;
  margin-top: 5px !important;
}
div.row.lm-project-row ul {
  padding: 0 0 0 25px;
  margin: 0;
  color: #008ab3;
}
/*** Language switcher****/
div.lang-switcher {
  position: absolute;
  bottom: 15px;
  width: 100%;
}
#lang_sel_list ul {
  border-top: none !important;
  display: table;
  margin: 0 auto !important;
  padding: 10px 0 0 0 !important;
}
#lang_sel_list ul a {
  background: none !important;
  color: #fff !important;
  font-size: 15px;
}
#lang_sel_list ul a.lang_sel_sel {
  text-decoration: none !important;
}
#lang_sel_list ul a.lang_sel_other {
  text-decoration: underline !important;
}
div#lang_sel_list ul li:first-child a {
  font-family: "TypeTypeBook";
  font-size: 16px;
}
div#lang_sel_list ul li:nth-child(2) a {
  font-family: "Cairo", sans-serif !important;
}
/*** Media center ****/
.sec-yellow-bg {
  background: #2a2d42;
}
.news-h1 {
  color: #ffce62;
}
.news-row {
  /*display: none;*/
  transition: background 0.4s ease-in-out;
  padding: 15px 20px 0 20px;
}
.news-row:hover {
  background: #08baff;
}
.news-row:hover h3 a,
.news-row:hover span,
.news-row:hover p,
.news-row:hover a.more {
  color: #fff !important;
}
.news-row:hover hr {
  border-top: 1px dotted #ffce62;
}
.news-row h3 {
  margin-bottom: 0;
}
.news-row h3 > a {
  color: #08baff;
  font-family: "TypeTypeBold" !important;
  font-size: 20px;
}
.news-row h3 > a:hover {
  text-decoration: none;
}
.news-row p {
  margin-top: 10px;
}

.ir-news-tabs {
  padding-left: 15px;
  border-bottom: 1px dotted #d2d2d2;
}
.news-container {
  background: #f2f2f2;
}
.single-news-span,
.news-row span {
  color: #81878e;
  font-style: italic;
  font-size: 14px;
}
.single-news-span {
  margin-bottom: 30px;
  display: block;
}
.news-row hr {
  margin: 15px auto 0;
  width: 300px;
  border-top: 1px dotted #81878e;
  background: none;
}
#loadMore {
  background: #34b892;
  display: block;
  margin: 0 auto;
  width: 300px;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  margin: 20px auto 20px;
  cursor: pointer;
  font-family: "TypeType";
}
#loadMore:hover {
  text-decoration: none;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
  float: none;
  width: 100%;
  font-family: "TypeType";
}
.nav-links a {
  color: #008ab3;
}
.nav-links {
  margin: 0 0 30px;
}
.nav-links div {
  padding: 10px 0;
}
.post-navigation .nav-next {
  text-align: left;
}
p.read-also {
  font-family: "TypeTypeBold" !important;
  margin-top: 40px;
  color: #34b892;
}
.single-news-h1 {
  color: #008ab3;
  margin-top: 30px;
}
.back {
  margin-bottom: 30px;
  font-family: "TypeType";
}
.back a {
  color: #34b892;
}
/***************&&&&&&&&&&&***********/
.wpb_single_image .vc_single_image-wrapper,
.wpb_single_image .vc_figure {
  display: block !important;

  text-align: center !important;
}
/***************&&&&&&&&&&&***********/

.job-manager .full-time,
.job-types .full-time,
.job_listing .full-time {
  color: #34b892 !important;
}
.position h3 {
  color: #008ab3;
}
.search_jobs input {
  border-radius: 0 !important;
}
.single_job_listing .meta .full-time {
  background: #008ab3;
  color: #fff !important;
  font-size: 12px;
}
.single_job_listing .company .name {
  line-height: 2.5em;
}
.single_job_listing .meta {
  font-size: 13px !important;
}
.application_button.button {
  background: #008ab3;
  color: #fff;
  border: none;
}
.application_button.button:hover {
  box-shadow: none;
}
.application_details,
.company {
  box-shadow: none !important;
}
.application_details p {
  font-size: 13px;
}
.application_details p a {
  color: #008ab3;
}

.wpml-ls-legacy-list-horizontal {
  border: none !important;
}
.wpml-ls-statics-shortcode_actions {
  background-color: transparent !important;
}
.button.wp_job_manager_send_application_button {
  background: #008ab3;
  color: #fff;
  border: none;
  padding: 10px;
}
.button.wp_job_manager_send_application_button:hover {
  box-shadow: none;
}
.navbar-toggle .icon-bar {
  background-color: #008ab3;
}

a.ir-link:visited,
a.ir-link:active,
a.ir-link:focus,
a.ir-link:hover,
a.ir-link {
  color: inherit !important;
}
div.ir-block {
  margin-bottom: 30px;
}
span.ir-news-date {
  color: #2a2d42 !important;
  font-style: italic;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}
h3.ie-pt {
  background: #08baff;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  margin: 0 0 1px 0;
}
.ie-pt {
  background: #08baff;
  color: #fff;
  padding: 15px 0;
}
.ie-pt a {
  color: #fff;
}

ul.dlm-downloads {
  list-style: none;
  display: table;
  margin: 0 auto;
  padding: 15px 0;
  width: 90%;
  padding: 15px 0px 15px 30px;
}
ul.dlm-downloads li {
  list-style: none;
  padding: 15px 0;
  border-bottom: 1px dotted #fff;
}
ul.dlm-downloads li:last-child {
  border-bottom: none;
}
ul.dlm-downloads li a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  text-align:center;
  height: 85px;
}
ul.dlm-downloads li a:visited,
ul.dlm-downloads li a:active,
ul.dlm-downloads li a:focus,
ul.dlm-downloads li a:hover {
  color: #fff;
}

ul.dlm-downloads li:before {
  content: "\f1c1"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #fff;
}
section#ir-main-menu {
  /*background: #2a2d42;*/ /*rgb(99, 194, 155);*/
  /*position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 180;*/
  /* background: #F2F2F2; /*rgb(99, 194, 155);*/

  background: linear-gradient(
    90deg,
    rgba(8, 186, 255, 1) 32%,
    rgba(104, 237, 163, 1) 81%,
    rgba(104, 237, 163, 1) 100%
  ) !important;
  /* margin-top: 15%; */
}
#toggle-container {
  position: relative;
  width: 100%;
}
#toggle-container a#ir-menu-toggle {
  position: absolute;
  top: -50px;
  left: 50%;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 12px;
  outline: none;
  transition: all 0.4s ease-in-out;
  background: none;
  display: none;
}
#toggle-container a#ir-menu-toggle:focus,
#toggle-container a#ir-menu-toggle:visited,
#toggle-container a#ir-menu-toggle:active,
#toggle-container a#ir-menu-toggle:hover {
  text-decoration: none;
}
#toggle-container a#ir-menu-toggle:before {
  font-family: FontAwesome;
  content: "\f0d7";
}

#toggle-container a.act {
  background: #008ab3 !important;
  border: 1px solid #008ab3 !important;
}
#toggle-container a.act:before {
  font-family: FontAwesome !important;
  content: "\f0d8" !important;
}

.top-25 {
  padding-top: 25px;
}
section#ir-main-menu .dropdown-menu {
  background: #f2f2f2;
  border-radius: 0 !important;
  box-shadow: none !important;
}

section#ir-main-menu .nav a:hover,
section#ir-main-menu .nav a:active,
section#ir-main-menu .nav a:visited,
section#ir-main-menu .nav .open > a,
section#ir-main-menu .nav .open > a:focus,
section#ir-main-menu .nav .open > a:hover {
  background-color: #fff;
  border-color: transparent;
  text-decoration: none;
}

section#ir-main-menu .nav a:hover,
section#ir-main-menu .nav a:focus,
section#ir-main-menu .nav .open > a:hover {
  color: #2a2d42;
}
section#ir-main-menu .nav a.active {
  color: #2a2d42;
  background-color: #fff;
}
section#ir-main-menu .container {
  background: none;
}
.navbar-nav li {
  position: relative;
  display: block;
  list-style: none;
  float: left;
}
section#ir-main-menu .container a {
  font-family: "TypeTypeBook";
  font-size: 15px;
  color: #2a2d42;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bold;
}
.ir-m-title {
  color: #08baff;
  text-indent: 15px;
}
.ir-s-title {
  color: #81878e;
  text-indent: 15px;
  margin: 20px 0px 3px 0;
}
.ir-news-tit {
  margin: 0 0px 10px 0;
}
.ir-tick-div {
  text-align: center;
  background: #08baff;
  padding: 20px 0;
}
div.ir-ov-cont a {
  display: block;
  background: #008ab3;
  color: #fff;
  margin-top: 15px;
  text-align: center;
  padding: 15px 0;
  border: 1px solid #008ab3;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
div.ir-ov-cont a:hover {
  background: #fff;
  color: #008ab3;
  text-decoration: none;
}
.sh-matt-downloads {
  background: #34b892;
  margin-bottom: 30px;
}
.ir-h4 {
  color: #81878e;
  text-align: center;
  margin-top: 0;
}
.ir-h4 a:hover {
  color: #008ab3 !important;
  text-decoration: none;
}
#not-found-link {
  border: 1px solid #008ab3;
  background: #008ab3;
  color: #fff;
  display: block;
  width: 300px;
  padding: 20px 0;
  margin: 50px auto;
  text-align: center;
  font-family: "kessel_105bold" !important;
  transition: all 0.4s ease-in-out;
}
#not-found-link:hover {
  background: #fff;
  color: #008ab3;
  text-decoration: none;
}
.nl-txt {
  font-size: 12px;
  width: 70%;
  float: left;
  border: none;
  height: 30px;
  line-height: 30px;
  border-radius: 0 !important;
}
.nl-submit {
  text-align: center;
  width: 30%;
  float: left;
  background: #008ab3;
  color: #fff;
  border: none;
  font-size: 12px;
  height: 30px;
  line-height: 20px;
  text-align: center;
  border-radius: 0 !important;
}
h1.title-af {
  margin: 20px 0;
}
.footer-ls div.lang-switcher {
  position: static !important;
}
.footer-ls #lang_sel_list ul a {
  color: #2a2d42 !important;
  font-weight: 700;
}
.footer-ls #lang_sel_list ul {
  padding-top: 0 !important;
}

/*****************************/
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  padding: 0 !important;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
/*******************************/

ul.csr-menu {
  padding: 0;
  display: table;
  width: 100%;
  list-style: none;
  margin: 0;
}
ul.csr-menu li {
  list-style: none;
  float: left;
  width: 50%;
}
ul.csr-menu li a {
  background: #81878e;
  display: block;
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
  color: #fff;
}

ul.csr-menu li a:visited,
ul.csr-menu li a:focus,
ul.csr-menu li a:active,
ul.csr-menu li a:hover {
  text-decoration: none;
  outline: 0;
}

#sus-row {
  overflow: visible;
}
ul.csr-menu li h1 {
  margin: 0;
}
ul.csr-menu li {
  position: relative;
}
.chartrain {
  font-size: 13px !important;
}

/* ==========  Responsiveness  ========== */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .footer-logo {
    width: 73%;
  }
  .container.vc_col-sm-12 {
    width: 750px;
    margin: 0 auto;
    float: none;
  }

  .pulsing-indicator.pi-bahrain {
    right: 29.5%;
    top: 36%;
  }
  .pulsing-indicator.pi-qatar {
    right: 27%;
    top: 40%;
  }

  .r-border {
    border-right: 1px dotted #fff;
  }

  .our-story-cont {
    width: 70%;
  }
  table tr td {
    padding: 14px 0 14px 30px;
  }
  .cus-container {
    width: 780px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .container.vc_col-sm-12 {
    width: 970px;
    margin: 0 auto;
    float: none;
  }

  .about-s1-en {
    font-size: 70px;
    font-size: 7rem;
  }
  .about-s2-en {
    font-size: 44px;
    font-size: 4.4rem;
  }
  .about-s2-en.reduce {
    font-size: 32px;
    font-size: 3.2rem;
    margin-top: -13px;
  }
  .about-s2-en.reduce.reduce- {
    font-size: 26px;
    font-size: 2.6rem;
  }
  h1.about-s4-en {
    font-size: 58px;
    font-size: 5.8rem;
  }
  h2.about-s4-en {
    font-size: 58px;
    font-size: 5.8rem;
  }
  h1.about-s5-en {
    font-size: 53px;
    font-size: 5.3rem;
  }
  .marg p,
  p.marg {
    padding: 0 !important;
    margin: 30px 0 !important;
  }
  p.ir-p {
    font-size: 15px;
    font-size: 1.3rem;
  }
  .ir-news-tit {
    font-size: 23px !important;
    min-height: 75px;
  }
  .padd-blk {
    padding: 20px 0;
  }
  .eng-cons-svg img img.eng-cons-svg {
    max-width: 232px !important;
  }
  .benif-img {
    margin-top: 71px;
  }
  div.benefits-img img {
    width: 58%;
  }
  .supp-side {
    /* height: 180px;
        min-height: 180px;*/
  }
  .cus-container {
    width: 1000px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 100px) {
  div.featherlight-inner {
    max-width: 600px;
  }
}
@media only screen and (min-width: 1400px) {
  .container.vc_col-sm-12 {
    width: 1370px !important;
    margin: 0 auto;
    float: none;
  }

  h1,
  h2 {
    font-size: 40px;
    font-size: 4rem;
  }
  h1.single-news-h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  p,
  ul {
    font-size: 19px;
    font-size: 1.9rem;
  }
  p.ir-p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .more {
    font-size: 16px;
    font-size: 1.6rem;
  }

  div.featherlight-inner p {
    font-size: 1.3px;
    font-size: 1.3rem;
    text-align: left;
  }
  .about-s1-en {
    font-size: 80px;
    font-size: 8rem;
  }
  .about-s2-en {
    font-size: 44px;
    font-size: 5.2rem;
    margin-top: -20px;
  }
  .about-s2-en.reduce {
    font-size: 36px;
    font-size: 3.6rem;
    margin-top: -13px;
  }
  .about-s2-en.reduce.reduce- {
    font-size: 30px;
    font-size: 3rem;
  }
  h1.about-s4-en {
    font-size: 68px;
    font-size: 6.8rem;
  }
  h2.about-s4-en {
    font-size: 68px;
    font-size: 6.8rem;
  }
  h1.about-s5-en {
    font-size: 63px;
    font-size: 6.3rem;
  }
  h1.hp-s6-en {
    font-size: 62px;
    font-size: 6.2rem;
  }
  div.eng-svg-blk {
    padding: 64px 0;
  }
  div.padding-t-b.abt {
    padding: 30px 0;
  }
  .marg p,
  p.marg {
    padding: 0 !important;
    margin: 40px 0 !important;
  }
  .about_area_green {
    padding-top: 15px;
  }
  .padd-blk {
    padding: 30px 0;
  }
  .eng-cons-svg img,
  img.eng-cons-svg {
    max-width: 288px !important;
  }
  .emiss-svg-blk {
    padding: 66px 0;
  }
  .dc-main-marg {
    margin: 35px auto 25px;
  }

  .cus-container {
    width: 1200px;
  }
}
@media only screen and (max-width: 1399px) {
  .right-bar {
    height: 66px;
  }
  .pulsing-indicator.pi-oman {
    right: 3%;
  }
  .pulsing-indicator.pi-uae {
    right: 16%;
  }
  .pulsing-indicator.pi-qatar {
    right: 27%;
  }
  .pulsing-indicator.pi-bahrain {
    right: 30%;
  }
  h1.single-news-h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pulsing-indicator.pi-bahrain {
    right: 32%;
  }
  .pulsing-indicator.pi-qatar {
    right: 30%;
  }
  .pulsing-indicator.pi-uae {
    right: 21%;
  }
  .pulsing-indicator.pi-oman {
    right: 11%;
  }
  h5,
  h6 {
    font-size: 10px !important;
  }
  .chartrain {
    font-size: 9px !important;
  }
}
@media only screen and (max-width: 991px) {
  .responsivePadding {
    padding: 0 10px;
  }
  .eng-cons-svg img,
  img.eng-cons-svg {
    max-width: 220px !important;
  }
  .benif-img {
    display: none;
  }
  .about-s2-en {
    font-size: 44px;
    font-size: 5.4rem;
    margin-top: -14px !important;
  }
  .dc-main-marg {
    margin: 15px auto 10px;
  }
  div.benefits-img img {
    width: 80%;
  }
  .pulsing-indicator.pi-bahrain {
    right: 34%;
  }
  .pulsing-indicator.pi-qatar {
    right: 32.2%;
  }
  .pulsing-indicator.pi-uae {
    right: 24%;
  }
  .pulsing-indicator.pi-oman {
    right: 16%;
  }

  .uae-int-row {
    background: rgba(240, 199, 113, 0.9);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*.supp-side {
        height: 195px;
        min-height: 195px;
    }*/
  p.ir-p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  /*html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    overflow-y: visible; 
}*/
  /*.dropdown-submenu{
	padding: 0 0 0 15px;
}*/
  #ir-main-menu a.active {
    color: #fff !important;
    background-color: #008ab3 !important;
  }
  .dl-submenu {
    margin-left: 20px;
  }
  .ir-menu {
    display: none !important;
  }
  section#ir-main-menu .navbar-nav {
    width: 100%;
  }
  .navbar-nav li,
  section#ir-main-menu .navbar-nav > li {
    float: none !important;
  }

  .ref-svg-blk img,
  #energy-svg {
    max-width: 150px;
  }
  .emiss-svg-blk,
  div.eng-svg-blk {
    padding: 15px 0;
  }
  ul#values li {
    float: none;
  }
  .r-border > div {
    border-bottom: 1px dotted #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  footer .padding-t-b {
    text-align: center;
  }
  .our-story-cont {
    width: 90%;
  }
  .pulsing-indicator.pi-bahrain {
    right: 30%;
    top: 29%;
  }
  .pulsing-indicator.pi-qatar {
    right: 27%;
    top: 35%;
  }
  .supp-side {
    padding-right: 0;
  }

  table tr td {
    padding: 10px 0 10px 10px;
  }
  .stats {
    font-size: 2.2rem !important;
    font-size: 22px !important;
  }
  h1.single-news-h1 {
    font-size: 20px;
    font-size: 2rem;
  }
  .in-left-align {
    width: 217px;
  }
  .r-border {
    height: auto !important;
  }
  .stats2-wrap {
    width: auto !important;
    margin: 0 !important;
  }

  #financial-performance {
    height: 870px !important;
  }
  .ins-div {
    width: 212px;
  }
  #management .vc_column-inner,
  #m1,
  #m1 .vc_inner vc_row-fluid,
  #m2,
  #m2 .vc_inner vc_row-fluid,
  #m3,
  #m3 .vc_inner vc_row-fluid,
  #m4,
  #m4 .vc_inner vc_row-fluid {
    border-color: #fff !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .pulsing-indicator.pi-bahrain {
    right: 30%;
    top: 29%;
  }
  .pulsing-indicator.pi-qatar {
    right: 27%;
    top: 35%;
  }
  div.year.abudhabi {
    right: 35%;
    bottom: 39%;
  }

  footer div.rtl-col .ins-div {
    width: 220px;
  }

  .num-empl {
    margin: 10px 15px 8px 0 !important;
    width: 62px !important;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .pulsing-indicator.pi-bahrain {
    right: 23%;
    top: 31%;
  }
  .pulsing-indicator.pi-qatar {
    right: 18%;
    top: 37%;
  }
  .pulsing-indicator.pi-uae {
    right: 9%;
    top: 44.2%;
  }
  .pulsing-indicator.pi-oman {
    right: -4%;
    top: 52%;
  }
}
.adjust-height {
  height: 387px !important;
}
.slick-slide img {
  height: 381px !important;
}
a.white {
  color: #fff !important;
  text-decoration: underline;
}
a.white:hover {
  text-decoration: none;
}
.sitemap h2 {
  display: none;
}
.sitemap li {
  list-style-type: none;
}
.sitemap a {
  color: #55565a;
}
.stats2 {
  color: #fff;
  font-size: 26px;
}
@media only screen and (max-width: 780px) {
  .stats2 {
    font-size: 14px;
  }
  /*.stats2-wrap{
		width: 171px !important;	
	}*/
}
.subsidiaries {
  margin: 10px 10px 10px 16px !important;
  padding: 0 !important;
}
.subsidiaries li {
  font-size: 14px !important;
}
.company .tagline {
  display: none !important;
}

.co2tbl td {
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  font-size: 26px;
  line-height: 26px;
}

.ir-tick-div {
  padding: 20px;
  color: #fff;
}
.ir-tick-div * {
  color: #fff;
  font-size: 16px;
}
.ir-tick-div a:hover {
  color: #fff;
}
.dl-link {
  font-size: 14px !important;
  text-align: center !important;
  display: block;
}
.s-t ul {
  margin: 0;
  padding: 15px 0;
  list-style: none;
  width: 100%;
}
.s-t li {
  margin: 40px 0;
  float: left;
  padding: 0 8.4%;
  background: transparent
    url("https://www.tabreed.ae/wp-content/themes/tabreed/assets/img/s-t.png")
    center center scroll repeat-x;
}
.s-t li:first-child {
  padding-left: 0;
}
.s-t li:last-child {
  padding-right: 0;
}
.s-t a {
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
  background-color: #f8f8f8;
  transition: background-color 0.3s, border-color 0.3s;
}
.s-t a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 990px) {
  .s-t li {
    padding: 0 20%;
  }

  .s-t li:first-child {
    padding-left: 0;
  }
  .s-t li:nth-child(4) {
    padding-left: 0;
  }
  .s-t li:last-child {
    padding-right: 0;
  }
  .s-t li:nth-child(3) {
    padding-right: 0;
  }
}
.our-story-cont i:before,
.our-story-cont i:after {
  border: none !important;
  animation: none !important;
  -webkit-animation: none !important;
}
.c-p h2 {
  color: #08baff !important;
  font-size: 2rem;
  /*text-align: left !important;*/
}
h3.newCustomClassh3 {
  /*color: #FFCE62 !important;*/
  font-size: 2rem;
  /*text-align: left !important;*/
}
.c-p p {
  color: #2a2d42;
}
.ie-pt-2 {
  background: #08baff !important;
}
.latest-tweets ul {
  color: #fff;
  list-style: none;
}
.tweet-text,
.tweet-text a {
  font-family: Lato, sans-serif;
  font-size: 19px;
  margin: 0;
  color: #fff;
}
.tweet-details time {
  color: #81878e;
  font-size: 14px;
  font-style: italic;
}
.latest-tweets li {
  padding-top: 10px;
}
#latest_tweets_widget-2 .widget-title {
  margin: 0 !important;
}
.right-bar,
.button_container,
.overlay {
  display: none;
}
.home-menu {
  /*position: sticky !important;
	position: -webkit-sticky !important;
	z-index: 180 !important;*/
}
.widget-wrap {
  float: right;
  width: 160px;
  position: relative;
  margin-top: 26px;
  background: rgba(0, 0, 0, 0.2);
  height: 125px;
}
.home-menu .dropdown-menu {
  z-index: 2000 !important;
}
.linkedin-wrap {
  display: inline-block;
  margin: -14px 10px;
}
#share-price {
  clear: right;
  width: 160px;
  position: relative;
  margin-top: 3px;
  background: rgba(0, 0, 0, 0.2);
  height: 125px;
  float: right;
  padding: 9px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 300;
  font-family: open sans;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px;
}
.ir-menu {
  color: #fff;
  background-color: #08baff !important;
}
section.ir-menu .container a {
  color: #fff !important;
}
section.ir-menu .dropdown-menu {
  background-color: #08baff !important;
}
section.ir-menu .nav a.active,
section.ir-menu .nav a:hover {
  color: #08baff !important;
  background-color: #fff !important;
}
.menu-wrap {
  /*position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 1000;*/
}
.featherlight-inner {
  overflow: auto !important;
}

/* to the body element */
.noscroll {
  overflow: hidden;
}

.featherlight {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

[aria-hidden="true"] {
  display: none;
}
[aria-hidden="false"] {
  display: block;
}

@media screen and (orientation: portrait) {
  html,
  body {
    overflow-x: hidden;
  }
}
@media screen and (orientation: landscape) {
  html,
  body {
    overflow-x: hidden;
  }
}
.still {
  position: fixed !important;
  top: 0px !important;
  z-index: 99999 !important;
}
.pulsing-indicator.pi-qatar {
  display: none !important;
}

.wpml-ls-legacy-list-horizontal {
  border: 1px solid transparent;
  padding: 7px;
  clear: both;
}
.wpml-ls-legacy-list-horizontal > ul {
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}
.wpml-ls-legacy-list-horizontal a {
  display: block;
  text-decoration: none;
  padding: 5px 10px;
  line-height: 1;
}
.wpml-ls-legacy-list-horizontal a span {
  vertical-align: middle;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
  display: inline;
  vertical-align: middle;
  width: 18px;
  height: 12px;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-flag + span {
  margin-left: 0.4em;
}
.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag + span {
  margin-left: 0;
  margin-right: 0.4em;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin-bottom: 30px;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer > ul {
  text-align: center;
}
.show-mobile {
  display: none;
}
@media only screen and (max-width: 780px) {
  #about-vision-sec h1,
  #about-mission-sec h1,
  #about-values-sec h1 {
    font-size: 8rem;
  }
  .show-mobile {
    display: block;
  }

  .sticky-menu {
    position: relative;
    z-index: 100;
  }
  /*.ir-menu{
		display: none;	
	}*/

  .cbp-l-grid-tabs .cbp-item {
    padding: 0 15px !important;
    font-size: 16px !important;
  }
  h1.ir-m-title {
    font-size: 50px !important;
  }
}
.customPostCss {
  font-size: 36px;
  font-weight: bold;
}
.entry-titleCustom {
  font-size: 36px;
  font-weight: 500;
}
div.entry-title {
  display: none;
}
#about-vision-sec h2,
#about-mission-sec h2,
#about-values-sec h2 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 10rem;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 94px;
  line-height: 9.4rem;
  font-family: "TypeTypeBold" !important;
}
.supllier_relationH2 {
  margin-bottom: 0 !important;
}
h2.single-job-description-newcustom {
  margin: -20px 0 15px 0 !important;
  color: #008ab3;
  font-size: 24px;
  font-weight: 100;
  font-family: "kessel_105regular" !important;
}
ul.csr-menu li h2 {
  margin: 0 !important;
}
.h2sustainabilityClass {
  margin-top: -13px !important;
  margin: 5px 0;
}
.applynowbtn {
  background: #067393;
  color: white !important;
  padding: 10px;
  display: inline-block;
  margin-top: 10px;
  position: relative;
}
.linkedinIcons:before,
.linkedinIcons:after {
  animation: unset !important;
  border: unset !important;
  position: relative !important;
  display: inline-block;
  margin-left: -10px !important;
  height: unset !important;
}
.tweetsCenter {
  text-align: center;
}
.tweetsCenter .wp-block-embed__wrapper {
  text-align: center !important;
}

/*new csss*/

#zoom-social-icons-widget-3 {
  background: #2a2d42;
}

.theme-light-color {
  color: #08baff !important;
}
.theme-dark-color {
  color: #2a2d42 !important;
}
.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-info:focus,
.vc_btn3.vc_btn3-color-info:hover {
  background-color: #08baff !important;
}
.footer-blue-text {
  font-weight: 700 !important;
  font-family: "TypeTypeBook" !important;
}
.cbp-l-grid-tabs .cbp-item {
  color: #2a2d42 !important;
}
.ir-p {
  color: #2a2d42;
}
.text-bold {
  font-weight: 600;
}
.careerMainBanner {
  background: #2a2d42;
  height: 25vh;
  width: 100%;
}
#rev_slider_6_1_forcefullwidth {
  height: 600px !important;
}
.footer-menu1 {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: unset !important;
}
.footer-menu1 li a {
  color: #2a2d42;
  font-weight: 600;
  font-size: 12px !important;
}
.footer-menu1 li {
  font-size: 0 !important;
}
.supplier-heading {
    background: linear-gradient(to right, #51e2db 8%, #6bdeb4 16%, #70db96 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.supplier-headingArabic {
    background: linear-gradient(to left, #51e2db 8%, #6bdeb4 16%, #70db96 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.s1-Arabic{background: #08baff;}
.s1inner-Arabic{background: #ffffff;}
.last li:before {float: right;}
.AboutusBoxPadding{padding-top:10px;}
