/*** ARABIC/ENGLISH COMPATIBLE ***/
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Serif'), local('NotoSerif'), url(https://fonts.gstatic.com/s/notoserif/v9/ga6Iaw1J5X9T9RW6j9bNfFcWbQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  src: local('Cairo Regular'), local('Cairo-Regular'), url(https://fonts.gstatic.com/s/cairo/v9/SLXGc1nY6HkvalIhTp4.ttf) format('truetype');
}
@font-face {
  font-family: 'DINNextLTArabic-Bold';
  src: url('fonts/din/DINNextLTArabic-Bold.eot');
  src: url('fonts/din/DINNextLTArabic-Bold.eot') format('embedded-opentype'), url('fonts/din/DINNextLTArabic-Bold.woff') format('woff'), url('fonts/din/DINNextLTArabic-Bold.ttf') format('truetype'), url('fonts/din/DINNextLTArabic-Bold.svg#DINNextLTArabic-Bold') format('svg');
}
@font-face {
  font-family: 'DINNextLTArabic-Light';
  src: url('fonts/din/DINNextLTArabic-Light.eot');
  src: url('fonts/din/DINNextLTArabic-Light.eot') format('embedded-opentype'), url('fonts/din/DINNextLTArabic-Light.woff') format('woff'), url('fonts/din/DINNextLTArabic-Light.ttf') format('truetype'), url('fonts/din/DINNextLTArabic-Light.svg#DINNextLTArabic-Light') format('svg');
}
@font-face {
  font-family: 'DINNextLTArabic-Regular';
  src: url('fonts/din/DINNextLTArabic-Regular.eot');
  src: url('fonts/din/DINNextLTArabic-Regular.eot') format('embedded-opentype'), url('fonts/din/DINNextLTArabic-Regular.woff') format('woff'), url('fonts/din/DINNextLTArabic-Regular.ttf') format('truetype'), url('fonts/din/DINNextLTArabic-Regular.svg#DINNextLTArabic-Regular') format('svg');
}
@font-face {
  font-family: 'DINNextLTArabic-Medium';
  src: url('fonts/din/DINNextLTArabic-Medium.eot');
  src: url('fonts/din/DINNextLTArabic-Medium.eot') format('embedded-opentype'), url('fonts/din/DINNextLTArabic-Medium.woff') format('woff'), url('fonts/din/DINNextLTArabic-Medium.ttf') format('truetype'), url('fonts/din/DINNextLTArabic-Medium.svg#DINNextLTArabic-Medium') format('svg');
}
@font-face {
  font-family: 'DINPro-Light';
  src: url('fonts/din/DINPro-Light.eot');
  src: url('fonts/din/DINPro-Light.eot') format('embedded-opentype'), url('fonts/din/DINPro-Light.woff') format('woff'), url('fonts/din/DINPro-Light.ttf') format('truetype'), url('fonts/din/DINPro-Light.svg#DINPro-Light') format('svg');
}
@font-face {
  font-family: 'MyriadProCondensed';
  src: url('fonts/myriad/MyriadProCondensed.eot');
  src: url('fonts/myriad/MyriadProCondensed.eot') format('embedded-opentype'), url('fonts/myriad/MyriadProCondensed.woff2') format('woff2'), url('fonts/myriad/MyriadProCondensed.woff') format('woff'), url('fonts/myriad/MyriadProCondensed.ttf') format('truetype'), url('fonts/myriad/MyriadProCondensed.svg#MyriadProCondensed') format('svg');
}
/*** RESET ***/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid {
  width: 80rem;
  float: none;
  margin: 0 auto;
}
.full {
  width: 79rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  float: none;
}
.half {
  width: 39rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  float: left;
}
.ltr {
  direction: ltr;
}
.rtl {
  direction: rtl;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.relative {
  position: relative;
  z-index: 1;
}
.error {
  color: red;
}
button {
  border: none;
}
.noPadding {
  padding: 0 !important;
}
.noPaddingBottom {
  padding-bottom: 0 !important;
}
.noPaddingTop {
  padding-top: 0 !important;
}
.noMarginTop {
  margin-top: 0 !important;
}
.noMarginBottom {
  margin-bottom: 0 !important;
}
.hidden {
  display: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}
* html .clearfix {
  height: 1%;
  overflow: visible;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'DINNextLTArabic-Regular', sharp;
  font-weight: 400;
  color: #ffffff;
  -webkit-text-size-adjust: none;
}
html,
body {
  background: #ffffff;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
}
html.noScroll,
body.noScroll {
  overflow: hidden;
}
input,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  background: transparent;
}
input::-ms-clear,
textarea::-ms-clear {
  display: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
input:-webkit-autofill:hover,
textarea:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s;
}
input::placeholder,
textarea::placeholder {
  font-family: 'DINNextLTArabic-Light', sharp;
}
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #ffffff;
  outline: none;
}
p a {
  color: #107ebb;
}
ul,
ol {
  list-style: none;
}
article,
title,
text,
section {
  display: block;
}
.removeCenterMiddle {
  position: static;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
}
.fullVideo {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.captionGradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+51 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.65) 90%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.65) 90%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.65) 90%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
/** COLOR THEMES **/
body.loader:after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url('../images/loader.gif') no-repeat scroll center center;
  content: " ";
  z-index: 10;
  background-size: 45px;
}
body.blue .roundButton:not(.navy):not(.white):not(.gold):not(.facebook) {
  background-color: #107ebb;
}
body.blue .roundButton:not(.navy):not(.white):not(.gold):not(.facebook):hover {
  border-color: #107ebb;
  color: #107ebb;
}
body.blue .roundButton.facebook {
  background-color: #41549a;
}
body.blue .roundButton.facebook:hover {
  border-color: #ffffff;
}
body.blue .countdown {
  background: #0d7ab9;
}
body.blue .title.underline:before {
  background-color: #107ebb;
}
body.blue .commonCol.isotopeTrio .box.colored {
  background-color: #134c6a;
}
body.blue .commonCol.colored .box:first-child {
  background-color: #05669e;
}
body.blue .commonCol.colored .box:last-child {
  background-color: #107ebb;
}
body.blue .commonCol .box.small .title,
body.blue .commonCol .box.small .text {
  color: #134c6a;
}
body.blue .commonCol .box.small .linkStyle a {
  color: #107ebb;
}
body.blue .commonCol .displayItemsDetails .info .inner .name {
  color: #107ebb;
}
body.blue .commonCol .displayItemsDetails .info .inner .close {
  color: #107ebb;
}
body.blue .commonCol .quarterly-image-wrapper {
  text-align: right;
}
body.blue .stagePaddingCarouselWrapper .bigCarousel .item .boxTextHolder .title:before {
  background-color: #107ebb;
}
body.blue .stagePaddingCarouselWrapper .bigCarousel .item .boxTextHolder .linkStyle a {
  color: #107ebb;
}
body.blue .stagePaddingCarouselWrapper .bigCarousel .item .boxTextHolder .type {
  background-color: #107ebb;
}
body.blue .circleDate {
  background-color: #107ebb;
}

.blogDetails .date-container{float: left}
.blogDetails .date-container .blog-year{color: #107ebb; text-align: center; font-size: 18px; font-family: 'DINNextLTArabic-Regular', sharp; margin: 5px 0 0 0}

body.blue .commonTextWrapper.colored.bgBlue {
  background-color: #107ebb;
}
body.blue .commonTextWrapper.colored.bgBlue .text {
  color: #ffffff;
}
body.blue .commonTextWrapper.colored.bgBlue .title {
  color: #ffffff;
}
body.blue .commonTextWrapper.colored.bgBlue .title.underline:before {
  background-color: #ffffff;
}
body.blue .commonTextWrapper.colored.bgBlue .textEditor ul {
  color: #ffffff;
}
body.blue .commonTextWrapper.colored.bgBlue .textEditor ul li:before {
  color: #ffffff;
}
body.blue .commonTextWrapper.colored.gray {
  background-color: #f1f1f1;
}
body.blue .commonTextWrapper.colored .text {
  color: #134c6a;
}
body.blue .commonTextWrapper.colored .linkStyle a {
  color: #107ebb;
}
body.blue .commonTextWrapper .title {
  color: #107ebb;
}
body.blue .linkStyle a {
  color: #107ebb;
}
body.blue .linkStyle a:before {
  color: #107ebb;
}
body.blue .textEditor ul li:before {
  color: #107ebb;
}
body.blue .topSection .banner nav {
  background-color: #107ebb;
}
body.blue .iconStyle:not(.navyBg):not(.social):not(.grayBg) {
  background-color: #107ebb;
}
body.blue .iconStyle.social:hover {
  background-color: #107ebb;
}
body.blue .iconStyle.backToTop span {
  color: #107ebb;
}
body.blue .sideButton {
  background-color: #107ebb;
}
body.blue .form .formGroupRow .formGroup.uploadButtonFg:hover .uploadButton {
  background-color: #107ebb;
}
body.blue .sitemap .commonCol .box .title {
  color: #0d7ab9;
}
body.gold .roundButton:not(.blue) {
  background-color: #ccb27a;
}
body.gold .roundButton:not(.blue):hover {
  border-color: #ccb27a;
  color: #ccb27a;
}
body.gold .title:not(.white) {
  color: #ccb27a;
}
body.gold .title:not(.white).underline:before {
  background-color: #ccb27a;
}
body.gold .topSection .banner nav {
  background-color: #ccb27a;
}
body.gold .commonTextWrapper.colored {
  background-color: #134c6a;
}
body.gold .commonTextWrapper.colored.addSideArrow.bottom:after {
  border-top-color: #134c6a;
}
body.gold .commonTextWrapper.colored .linkStyle a {
  color: #ccb27a;
}
body.gold .commonTextWrapper .infoDetails h6 {
  color: #ccb27a;
}
body.gold .markerMap .mapCarousel .item .commonTextWrapper .info h5.text {
  color: #ccb27a;
}
body.gold .commonCol.colored .box:first-child {
  background-color: #6f793d;
}
body.gold .commonCol.colored .box:first-child .bigLabel {
  color: #1f6f78;
}
body.gold .commonCol.colored .box:last-child {
  background-color: #1f6f78;
}
body.gold .commonCol.colored .box:last-child .bigLabel {
  color: #6f793d;
}
body.gold .commonCol.colored .box .commonTextWrapper .title {
  color: #ccb27a;
}
body.gold .commonCol.colored .box .commonTextWrapper .title.underline:before {
  background-color: #ccb27a;
}
body.gold .commonCol .imageWithDetails .commonTextWrapper h4 {
  color: #ccb27a;
}
body.gold .commonCol .displayItemsDetails .info .inner .name {
  color: #ccb27a;
}
body.gold .commonCol .displayItemsDetails .info .inner .name span {
  color: #ccb27a;
}
body.gold .commonCol .displayItemsDetails .info .inner .close {
  color: #ccb27a;
}
body.gold .commonCol .box .inner.addOverlay .centered .title {
  color: #ccb27a;
}
body.gold .linkStyle a {
  color: #ccb27a;
}
body.gold .textEditor ul li:before {
  color: #ccb27a;
}
body.gold .circleDate {
  background-color: #ccb27a;
}
body.gold .iconStyle:not(.blueBg):not(.orangeBg):not(.navyBg):not(.social):not(.grayBg) {
  background-color: #ccb27a;
}
body.gold .iconStyle.social:hover {
  background-color: #ccb27a;
}
body.gold .iconStyle.backToTop span {
  color: #ccb27a;
}
body.gold .quoteWrapper {
  background-color: #ccb27a;
}
body.gold .sideButton {
  background-color: #107ebb;
}
body.gold .form .formGroupRow .formGroup.uploadButtonFg:hover .uploadButton {
  background-color: #ccb27a;
}
body.gold .filterWrapper .filterGroup .chosen-container .chosen-single {
  border-color: rgba(204, 178, 122, 0.4);
}
body.gold .filterWrapper .filterGroup .chosen-container .chosen-single:before {
  color: #ccb27a;
}
body.gold .filterWrapper .filterGroup .chosen-container .chosen-single span {
  color: #ccb27a;
}
body.gold .filterWrapper .filterGroup .chosen-container .chosen-single div b:after {
  color: #ccb27a;
}
body.gold .filterWrapper .filterGroup .chosen-container .chosen-drop {
  border-color: rgba(204, 178, 122, 0.4);
}
body.purple .roundButton:not(.white):not(.blue) {
  background-color: #681d58;
}
body.purple .roundButton:not(.white):not(.blue):not(.small):hover {
  border-color: #681d58;
  color: #681d58;
}
body.purple .roundButton.white {
  color: #681d58;
}
body.purple .roundButton.white:hover {
  border-color: #681d58;
}
body.purple .title:not(.white) {
  color: #681d58;
}
body.purple .title:not(.white).underline:before {
  background-color: #681d58;
}
body.purple .topSection .banner nav {
  background-color: #681d58;
}
body.purple .commonTextWrapper.colored {
  background-color: #681d58;
}
body.purple .commonTextWrapper.colored.addSideArrow.bottom:after {
  border-top-color: #681d58;
}
body.purple .commonTextWrapper.colored .title {
  color: #ffffff;
}
body.purple .commonTextWrapper.colored .title.underline:before {
  background-color: #ffffff;
}
body.purple .commonTextWrapper.colored .linkStyle a {
  color: #ffffff;
}
body.purple .commonTextWrapper.colored .circleDate {
  background-color: #ffffff;
  color: #681d58;
}
body.purple .commonTextWrapper .infoDetails h6 {
  color: #681d58;
}
body.purple .commonCol.colored .box:first-child {
  background-color: #681d58;
}
body.purple .commonCol.colored .box:last-child {
  background-color: #852571;
}
body.purple .commonCol.boxWithHoverEffect .box:hover .addOverlay:after,
body.purple .commonCol.boxWithHoverEffect .box:focus .addOverlay:after {
  background-color: rgba(104, 29, 88, 0.9);
}
body.purple .commonCol .box.medium .info h2 {
  color: #681d58;
}
body.purple .commonCol .displayItemsDetails .info .inner .name {
  color: #681d58;
}
body.purple .commonCol .displayItemsDetails .info .inner .name span {
  color: #681d58;
}
body.purple .commonCol .displayItemsDetails .info .inner .close {
  color: #681d58;
}
body.purple .linkStyle a {
  color: #681d58;
}
body.purple .textEditor ul li:before {
  color: #681d58;
}
body.purple .circleDate {
  background-color: #681d58;
}
body.purple .iconStyle:not(.blueBg):not(.orangeBg):not(.navyBg):not(.social):not(.grayBg) {
  background-color: #681d58;
}
body.purple .iconStyle.social:hover {
  background-color: #681d58;
}
body.purple .iconStyle.backToTop span {
  color: #681d58;
}
body.purple .iconsCarousel.owl-carousel .owl-nav:before {
  background-color: #681d58;
}
body.purple .iconsCarousel.owl-carousel .owl-nav [class*="owl-"] {
  color: #681d58;
}
body.purple .iconsCarousel .item {
  margin: 0 auto;
}
body.purple .iconsCarousel .item .dot {
  background-color: #681d58;
}
body.purple .iconsCarousel .item .tooltip .text {
  color: #681d58;
}
body.purple .iconsCarousel .item .tooltip .label {
  background-color: #681d58;
  display: table;
  width: 100%;
}
body.purple .iconsCarousel .item .tooltip .label.addSideArrow.bottom:after {
  border-top-color: #681d58;
}
body.purple .iconsCarousel .item .tooltip .label .text {
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
}
body.purple .threeItemCarousel.noArrows .box.selected .inner.addOverlay:after {
  background-color: #681d58;
}
body.purple .filterWrapper .filterGroup .chosen-container .chosen-single {
  border-color: rgba(104, 29, 88, 0.2);
}
body.purple .filterWrapper .filterGroup .chosen-container .chosen-single:before {
  color: #681d58;
}
body.purple .filterWrapper .filterGroup .chosen-container .chosen-single span {
  color: #681d58;
}
body.purple .filterWrapper .filterGroup .chosen-container .chosen-single div b:after {
  color: #681d58;
}
body.purple .filterWrapper .filterGroup .chosen-container .chosen-drop {
  border-color: rgba(104, 29, 88, 0.2);
}
body.purple .quoteWrapper {
  background-color: #681d58;
}
body.purple .oneItemCarousel .box .inner.addOverlay .title {
  color: #ffffff;
}
body.purple .oneItemCarousel .box .inner.addOverlay .title.underline:before {
  background-color: #ffffff;
}
body.purple .sideButton {
  background-color: #681d58;
}
body.purple .form .formGroupRow .formGroup.uploadButtonFg:hover .uploadButton {
  background-color: #681d58;
}
body.darkyellow .topSection .banner nav {
  background-color: #ad8627;
}
body.darkyellow .roundButton {
  background-color: #ad8627;
}
body.darkyellow .roundButton:not(.small):hover {
  border-color: #ad8627;
  color: #ad8627;
}
body.darkyellow .title:not(.white) {
  color: #ad8627;
}
body.darkyellow .title:not(.white).underline:before {
  background-color: #ad8627;
}
body.darkyellow a.text {
  color: #ad8627;
}
body.darkyellow .commonCol.colored .box:first-child {
  background-color: #a37d1f;
}
body.darkyellow .commonCol.colored .box:last-child {
  background-color: #ad8627;
}
body.darkyellow .commonCol .box.medium .info h2 {
  color: #ad8627;
}
body.darkyellow .commonCol .box .centered .title {
  color: #ffffff;
}
body.darkyellow .commonCol .box .centered .title.underline:before {
  background-color: #ffffff;
}
body.darkyellow .commonCol .box .centered .text {
  color: #ffffff;
}
body.darkyellow .commonCol .displayItemsDetails .info .inner .name {
  color: #ad8627;
}
body.darkyellow .commonCol .displayItemsDetails .info .inner .name span {
  color: #ad8627;
}
body.darkyellow .commonCol .displayItemsDetails .info .inner .close {
  color: #ad8627;
}
body.darkyellow .mapContainer svg .addBg.active.africa {
  fill: #ad8627;
}
body.darkyellow .mapContainer svg .addBg.active.mena {
  fill: #681d58;
}
body.darkyellow .mapContainer svg .addBg.active.gulf {
  fill: #134c6a;
}
body.darkyellow .commonTextWrapper .infoDetails h6 {
  color: #ad8627;
}
body.darkyellow .commonTextWrapper .infoDetails .details .title span {
  color: #ad8627;
}
body.darkyellow .quoteWrapper {
  background-color: #ad8627;
}
body.darkyellow .iconStyle:not(.blueBg):not(.orangeBg):not(.navyBg):not(.social):not(.marker):not(.grayBg) {
  background-color: #ad8627;
}
body.darkyellow .iconStyle.social:hover {
  background-color: #ad8627;
}
body.darkyellow .iconStyle.backToTop span {
  color: #ad8627;
}
body.darkyellow .sideButton {
  background-color: #ad8627;
}
body.darkyellow .sideButton.text {
  color: #ffffff;
}
body.darkyellow .textEditor ul li:before {
  color: #ad8627;
}
body.darkyellow .form .formGroupRow .formGroup.uploadButtonFg:hover .uploadButton {
  background-color: #ad8627;
}
body.orange .topSection .banner nav {
  background-color: #c16c33;
}
body.orange .roundButton {
  background-color: #c16c33;
}
body.orange .roundButton:hover {
  border-color: #c16c33;
  color: #c16c33;
}
body.orange .title:not(.white) {
  color: #c16c33;
}
body.orange .title:not(.white).underline:before {
  background-color: #c16c33;
}
body.orange .commonCol .box .centered .title {
  color: #ffffff;
}
body.orange .commonCol .box .centered .title.underline:before {
  background-color: #ffffff;
}
body.orange .commonCol .box .centered .text {
  color: #ffffff;
}
body.orange .commonCol .box.medium .inner.addOverlay .title.underline::before {
  background-color: #c16c33;
}
body.orange .commonCol .box.medium .inner.addOverlay .linkStyle a {
  color: #c16c33;
}
body.orange .commonCol .box.medium .boxTextHolder.center .time {
  color: #c16c33;
}
body.orange .commonCol .displayItemsDetails .info .inner .close {
  color: #c16c33;
}
body.orange .stagePaddingCarouselWrapper .bigCarousel .item .boxTextHolder .title:before {
  background-color: #c16c33;
}
body.orange .stagePaddingCarouselWrapper .bigCarousel .item .boxTextHolder .linkStyle a {
  color: #c16c33;
}
body.orange .stagePaddingCarouselWrapper .bigCarousel .item .boxTextHolder .type {
  background-color: #c16c33;
}
body.orange .circleDate {
  background-color: #c16c33;
}
body.orange .linkStyle a {
  color: #c16c33;
}
body.orange .textEditor ul li:before {
  color: #c16c33;
}
body.orange .commonTextWrapper.colored {
  background-color: #c16c33;
}
body.orange .commonTextWrapper.colored.addSideArrow.bottom:after {
  border-top-color: #c16c33;
}
body.orange .commonTextWrapper.colored .title {
  color: #ffffff;
}
body.orange .commonTextWrapper.colored .title.underline:before {
  background-color: #ffffff;
}
body.orange .commonTextWrapper.colored .linkStyle a {
  color: #c16c33;
}
body.orange .commonTextWrapper.colored .circleDate {
  background-color: #ffffff;
  color: #c16c33;
}
body.orange .iconStyle:not(.blueBg):not(.orangeBg):not(.navyBg):not(.social):not(.grayBg) {
  background-color: #c16c33;
}
body.orange .iconStyle.social:hover {
  background-color: #c16c33;
}
body.orange .iconStyle.backToTop span {
  color: #c16c33;
}
body.cadet .topSection .banner nav {
  background-color: #1f6f78;
}
body.cadet .title:not(.green) {
  color: #ccb27a;
}
body.cadet .title:not(.green).underline:before {
  background-color: #ccb27a;
}
body.cadet .commonTextWrapper.colored {
  background-color: #1f6f78;
}
body.cadet .commonTextWrapper.colored.addSideArrow.bottom:after {
  border-top-color: #1f6f78;
}
body.cadet .commonTextWrapper.colored .title {
  color: #ffffff;
}
body.cadet .commonTextWrapper.colored .title.underline:before {
  background-color: #ffffff;
}
body.cadet .commonTextWrapper.colored .linkStyle a {
  color: #ffffff;
}
body.cadet .commonTextWrapper .title {
  color: #1f6f78;
}
body.cadet .commonTextWrapper .title.underline:before {
  background-color: #1f6f78;
}
body.cadet .commonTextWrapper .title.green {
  color: #4bad47;
}
body.cadet .commonTextWrapper .title.green.underline:before {
  background-color: #4bad47;
}
body.cadet .commonCol.colored .box:first-child {
  background-color: #218590;
}
body.cadet .commonCol.colored .box:last-child {
  background-color: #1f6f78;
}
body.cadet .commonCol .displayItemsDetails .info .inner .close {
  color: #681d58;
}
body.cadet .roundButton:not(.green) {
  background-color: #1f6f78;
}
body.cadet .roundButton:not(.green):hover {
  border-color: #1f6f78;
  color: #1f6f78;
}
body.cadet .iconStyle:not(.greenBg):not(.navyBg):not(.social):not(.grayBg) {
  background-color: #1f6f78;
}
body.cadet .iconStyle.social:hover {
  background-color: #1f6f78;
}
body.cadet .iconStyle.backToTop span {
  color: #1f6f78;
}
body.cadet .textEditor ul li:before {
  color: #1f6f78;
}
body.green .commonCol.colored .box:first-child {
  background-color: #388235;
}
body.green .commonCol.colored .box:last-child {
  background-color: #4bad47;
}
body.green .commonCol.longCol > .box .revealSection .booksCarousel.owl-carousel .owl-nav .owl-prev {
  color: #4bad47;
}
body.green .commonCol.longCol > .box .revealSection .booksCarousel.owl-carousel .owl-nav .owl-next {
  color: #4bad47;
}
body.green .commonCol .box.medium .text.colored {
  color: #4bad47;
}
body.green .commonCol .box.medium .boxTextHolder.center .time {
  color: #ffffff;
}
body.green .commonCol .box.medium .boxTextHolder.textCenter p.text {
  color: #134c6a;
}
body.green .commonCol .box.bookStyle .commonTextWrapper .info .text.colored {
  color: #4bad47;
}
body.green .commonCol .box .centered .title {
  color: #ffffff;
}
body.green .commonCol .box .centered .title.underline:before {
  background-color: #ffffff;
}
body.green .commonCol .box .centered .text {
  color: #ffffff;
}
body.green .commonCol .displayItemsDetails .info .inner .close {
  color: #4bad47;
}
body.green .title:not(.white) {
  color: #4bad47;
}
body.green .title:not(.white).underline:before {
  background-color: #4bad47;
}
body.green .commonTextWrapper.colored {
  background-color: #4bad47;
}
body.green .commonTextWrapper.colored.addSideArrow.bottom:after {
  border-top-color: #4bad47;
}
body.green .commonTextWrapper.colored .title {
  color: #ffffff;
}
body.green .commonTextWrapper.colored .title.underline:before {
  background-color: #ffffff;
}
body.green .commonTextWrapper.colored .linkStyle a {
  color: #4bad47;
}
body.green .commonTextWrapper.colored .circleDate {
  background-color: #ffffff;
  color: #4bad47;
}
body.green .commonTextWrapper .text.green {
  color: #4bad47;
}
body.green .commonTextWrapper .infoDetails.halfStyle .details .text {
  color: #4bad47;
}
body.green .commonTextWrapper .infoDetails.halfStyle .details .tags .tag.active {
  background-color: #4bad47;
  border-color: #4bad47;
}
body.green .circleDate {
  background-color: #4bad47;
}
body.green .circleDate.big {
  background-color: #107ebb;
}
body.green .linkStyle a {
  color: #4bad47;
}
body.green .linkStyle .sectionTitle h1,
body.green .linkStyle .sectionTitle h5 {
  color: #4bad47;
}
body.green .textEditor ul li:before {
  color: #4bad47;
}
body.green .stagePaddingCarouselWrapper .bigCarousel .item .boxTextHolder .title:before {
  background-color: #4bad47;
}
body.green .stagePaddingCarouselWrapper .bigCarousel .item .boxTextHolder .linkStyle a {
  color: #4bad47;
}
body.green .stagePaddingCarouselWrapper .bigCarousel .item .boxTextHolder .type {
  background-color: #4bad47;
}
body.green .mapContainer svg .addBg.active {
  fill: #4bad47;
}
body.green .markerMap .mapCarousel .item .commonTextWrapper .info h5.text {
  color: #4bad47;
}
body.green a.text {
  color: #4bad47;
}
body.green .filterWrapper .filterGroup .chosen-container .chosen-single {
  border-color: rgba(111, 121, 61, 0.2);
}
body.green .filterWrapper .filterGroup .chosen-container .chosen-single:before {
  color: #4bad47;
}
body.green .filterWrapper .filterGroup .chosen-container .chosen-single span {
  color: #4bad47;
}
body.green .filterWrapper .filterGroup .chosen-container .chosen-single div b:after {
  color: #4bad47;
}
body.green .filterWrapper .filterGroup .chosen-container .chosen-drop {
  border-color: rgba(111, 121, 61, 0.2);
}
body.green .iconStyle:not(.blueBg):not(.orangeBg):not(.navyBg):not(.social):not(.grayBg) {
  background-color: #4bad47;
}
body.green .iconStyle.social:hover {
  background-color: #4bad47;
}
body.green .iconStyle.backToTop span {
  color: #4bad47;
}
body.green .formWrapper.colored {
  background-color: #4bad47;
}
body.green .formWrapper.colored .roundButton {
  background-color: #93ce91;
}
body.green .formWrapper.colored .header .title {
  color: #ffffff;
}
body.green .formWrapper.colored .header .title.underline:before {
  background-color: #ffffff;
}
body.green .formWrapper.colored .formGroupRow label {
  color: #ffffff;
}
body.green .formWrapper.colored .formGroupRow .formGroup.uploadButtonFg:hover .uploadButton {
  background-color: #93ce91;
}
body.green .formWrapper.colored .formGroupRow .formGroup.uploadButtonFg .uploadButton {
  background-color: #93ce91;
}
body.green .formWrapper .header h2 {
  color: #4bad47;
}
body.green .form .title {
  margin-bottom: 30px;
}
body.green .form .chosen-container .chosen-single div b:after {
  color: #4bad47;
}
body.green .form .formGroupRow .formGroup.uploadButtonFg:hover .uploadButton {
  background-color: #4bad47;
}
body.green .paginationWrapper .pagination li.active,
body.green .paginationWrapper .pagination li:hover {
  background-color: #4bad47;
  border-color: #4bad47;
}
body.green .criteriaHolder .criteria {
  background-color: #4bad47;
}
body.green .criteriaHolder .criteria.active {
  background-color: #ffffff;
}
body.green .criteriaHolder .criteria.active .iconStyle {
  background-color: transparent !important;
}
body.green .criteriaHolder .criteria.active .text {
  color: #4bad47;
}
body.green .sideButton {
  background-color: #4bad47;
}
body.green .sideButton.text {
  color: #ffffff;
}
body.green .sideButton.active {
  background-color: #93ce91;
}
body.green .roundButton {
  background-color: #4bad47;
}
body.green .roundButton:hover {
  border-color: #4bad47;
  color: #4bad47;
}
body.green .numbers-widget.flipStyle .number {
  color: #4bad47;
}
body.carmine .topSection .banner nav {
  background-color: #832134;
}
body.carmine .iconStyle:not(.navyBg):not(.social):not(.grayBg) {
  background-color: #832134;
}
body.carmine .iconStyle.social:hover {
  background-color: #832134;
}
body.carmine .iconStyle.backToTop span {
  color: #832134;
}
body.carmine .commonTextWrapper.colored {
  background-color: #832134;
}
body.carmine .commonTextWrapper.colored .title {
  color: #ffffff;
}
body.carmine .commonTextWrapper.colored .title.underline:before {
  background-color: #ffffff;
}
body.carmine .commonTextWrapper.colored .linkStyle a {
  color: #ffffff;
}
body.carmine .commonCol.coloredBoxes .box:nth-child(odd) {
  background-color: #832134;
}
body.carmine .commonCol.coloredBoxes .box:nth-child(odd) .iconStyle .plus {
  color: #832134;
}
body.carmine .commonCol.coloredBoxes .box:nth-child(even) {
  background-color: #751528;
}
body.carmine .commonCol.coloredBoxes .box:nth-child(even) .iconStyle .plus {
  color: #751528;
}
body.carmine .commonCol.coloredBoxes .box .iconStyle {
  background-color: #ffffff;
}
body.carmine .commonCol .box.bookStyle .commonTextWrapper .info .text.colored {
  color: #832134;
}
body.carmine .commonCol .displayItemsDetails .info .inner .close {
  color: #832134;
}
body.carmine .quoteWrapper,
body.carmine .circleDate {
  background-color: #832134;
}
body.carmine .roundButton {
  background-color: #832134;
}
body.carmine .roundButton:hover {
  border-color: #832134;
  color: #832134;
}
body.carmine .title {
  color: #832134;
}
body.carmine .title.underline:before {
  background-color: #832134;
}
body.carmine .paginationWrapper .pagination li.active,
body.carmine .paginationWrapper .pagination li:hover {
  background-color: #832134;
  border-color: #832134;
}
body.carmine .filterWrapper .filterGroup.searchBtn ::-webkit-input-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #832134;
  opacity: 0.9;
}
body.carmine .filterWrapper .filterGroup.searchBtn ::-moz-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #832134;
  opacity: 0.9;
}
body.carmine .filterWrapper .filterGroup.searchBtn ::-moz-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #832134;
  opacity: 0.9;
}
body.carmine .filterWrapper .filterGroup.searchBtn ::-ms-input-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #832134;
  opacity: 0.9;
}
body.carmine .filterWrapper .filterGroup.searchBtn .customInput {
  border-color: rgba(144, 25, 53, 0.2);
  color: #832134;
}
body.carmine .filterWrapper .filterGroup .chosen-container .chosen-single {
  border-color: rgba(144, 25, 53, 0.2);
}
body.carmine .filterWrapper .filterGroup .chosen-container .chosen-single:before {
  color: #832134;
}
body.carmine .filterWrapper .filterGroup .chosen-container .chosen-single span {
  color: #832134;
}
body.carmine .filterWrapper .filterGroup .chosen-container .chosen-single div b:after {
  color: #832134;
}
body.carmine .filterWrapper .filterGroup .chosen-container .chosen-drop {
  border-color: rgba(144, 25, 53, 0.2);
}
body.carmine .threeItemCarousel.owl-carousel .owl-nav .owl-prev,
body.carmine .fourItemCarousel.owl-carousel .owl-nav .owl-prev {
  color: #832134;
}
body.carmine .threeItemCarousel.owl-carousel .owl-nav .owl-next,
body.carmine .fourItemCarousel.owl-carousel .owl-nav .owl-next {
  color: #832134;
}
body.carmine .sideButton {
  background-color: #832134;
}
body.carmine .sideButton.active {
  background-color: #751a2c;
}
body.carmine .linkStyle a {
  color: #832134;
}
body.carmine .linkStyle .sectionTitle h1,
body.carmine .linkStyle .sectionTitle h5 {
  color: #832134;
}
body.carmine .textEditor ul li:before {
  color: #832134;
}
body.carmine .formWrapper.colored {
  background-color: #832134;
  margin-bottom: 100px;
}
body.carmine .formWrapper.colored .roundButton {
  background-color: #b43850;
}
body.carmine .formWrapper.colored .header .title {
  color: #ffffff;
}
body.carmine .formWrapper.colored .formGroupRow label {
  color: #ffffff;
}
body.carmine .formWrapper.colored .formGroupRow .formGroup.uploadButtonFg .uploadButton {
  background-color: #b43850;
}
body.carmine .formWrapper.colored .formGroupRow .formGroup.uploadButtonFg input[type="file"]:hover + .uploadButton {
  background-color: #b43850;
}
body.antique .roundButton:not(.white):not(.blue) {
  background-color: #b67d69;
}
body.antique .roundButton:not(.white):not(.blue):not(.small):hover {
  border-color: #b67d69;
  color: #b67d69;
}
body.antique .roundButton.white {
  color: #b67d69;
}
body.antique .roundButton.white:hover {
  border-color: #b67d69;
}
body.antique .title:not(.white) {
  color: #b67d69;
}
body.antique .title:not(.white).underline:before {
  background-color: #b67d69;
}
body.antique .topSection .banner nav {
  background-color: #c68974;
}
body.antique .commonTextWrapper.colored {
  background-color: #b67d69;
}
body.antique .commonTextWrapper.colored.addSideArrow.bottom:after {
  border-top-color: #b67d69;
}
body.antique .commonTextWrapper.colored .title {
  color: #ffffff;
}
body.antique .commonTextWrapper.colored .title.underline:before {
  background-color: #ffffff;
}
body.antique .commonTextWrapper.colored .linkStyle a {
  color: #ffffff;
}
body.antique .commonTextWrapper.colored .circleDate {
  background-color: #ffffff;
  color: #b67d69;
}
body.antique .commonTextWrapper .infoDetails h6 {
  color: #b67d69;
}
body.antique .commonTextWrapper.center .commonCol .box {
  float: none;
  display: inline-block;
}
body.antique .commonCol.colored .box:first-child {
  background-color: #b67d69;
}
body.antique .commonCol.colored .box:last-child {
  background-color: #c68974;
}
body.antique .commonCol.boxWithHoverEffect .box .addOverlay {
  text-align: center;
}
body.antique .commonCol.boxWithHoverEffect .box .addOverlay .iconStyle svg {
  fill: #ffffff;
  width: 26px;
  height: 36px;
}
body.antique .commonCol.boxWithHoverEffect .box .addOverlay .desc,
body.antique .commonCol.boxWithHoverEffect .box .addOverlay .linkStyle {
  display: block;
  text-align: center;
}
body.antique .commonCol.boxWithHoverEffect .box .addOverlay .title,
body.antique .commonCol.boxWithHoverEffect .box .addOverlay .text {
  color: #b67d69;
}
body.antique .commonCol.boxWithHoverEffect .box .addOverlay:after {
  background-color: #ffffff;
}
body.antique .commonCol.boxWithHoverEffect .box:hover .addOverlay,
body.antique .commonCol.boxWithHoverEffect .box:focus .addOverlay {
  cursor: pointer;
}
body.antique .commonCol.boxWithHoverEffect .box:hover .addOverlay .title,
body.antique .commonCol.boxWithHoverEffect .box:focus .addOverlay .title,
body.antique .commonCol.boxWithHoverEffect .box:hover .addOverlay .text,
body.antique .commonCol.boxWithHoverEffect .box:focus .addOverlay .text,
body.antique .commonCol.boxWithHoverEffect .box:hover .addOverlay h3,
body.antique .commonCol.boxWithHoverEffect .box:focus .addOverlay h3 {
  color: #ffffff;
}
body.antique .commonCol.boxWithHoverEffect .box:hover .addOverlay .iconStyle,
body.antique .commonCol.boxWithHoverEffect .box:focus .addOverlay .iconStyle {
  background-color: #ffffff !important;
}
body.antique .commonCol.boxWithHoverEffect .box:hover .addOverlay .iconStyle svg,
body.antique .commonCol.boxWithHoverEffect .box:focus .addOverlay .iconStyle svg {
  fill: #b67d69;
}
body.antique .commonCol.boxWithHoverEffect .box:hover .addOverlay.light:after,
body.antique .commonCol.boxWithHoverEffect .box:focus .addOverlay.light:after {
  background-color: #ca907c;
}
body.antique .commonCol.boxWithHoverEffect .box:hover .addOverlay:after,
body.antique .commonCol.boxWithHoverEffect .box:focus .addOverlay:after {
  background-color: #b67d69;
}
body.antique .commonCol.boxWithHoverEffect .list-view .row {
  max-width: 1287px;
  margin: 0 auto;
}
body.antique .commonCol.boxWithHoverEffect .list-view .row .top-align {
  bottom: auto;
  top: 85px;
}
body.antique .commonCol.boxWithHoverEffect .list-view a:hover .addOverlay .title,
body.antique .commonCol.boxWithHoverEffect .list-view a:hover .addOverlay .text,
body.antique .commonCol.boxWithHoverEffect .list-view a:hover .addOverlay h3 {
  color: #ffffff;
}
body.antique .commonCol.boxWithHoverEffect .list-view a:hover .addOverlay.light:after {
  background-color: #b67d69;
}
body.antique .commonCol.boxWithHoverEffect .list-view a:hover .addOverlay .iconStyle {
  background-color: #ffffff !important;
}
body.antique .commonCol.boxWithHoverEffect .list-view a:hover .addOverlay .iconStyle svg {
  fill: #b67d69;
}
body.antique .commonCol.boxWithHoverEffect #arab-award-platform-pagination {
  max-width: 1287px;
  margin: 0 auto;
}
body.antique .commonCol .box.medium .info h2 {
  color: #b67d69;
}
body.antique .commonCol .box .link-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 10;
}
body.antique .commonCol .displayItemsDetails .info .inner .name {
  color: #b67d69;
}
body.antique .commonCol .displayItemsDetails .info .inner .name span {
  color: #b67d69;
}
body.antique .commonCol .displayItemsDetails .info .inner .close {
  color: #b67d69;
}
body.antique .linkStyle {
  margin-top: 60px;
}
body.antique .linkStyle a {
  color: #b67d69;
}
body.antique .textEditor ul li:before {
  color: #b67d69;
}
body.antique .circleDate {
  background-color: #b67d69;
}
body.antique .iconStyle:not(.blueBg):not(.orangeBg):not(.navyBg):not(.social):not(.grayBg) {
  background-color: #b67d69;
}
body.antique .iconStyle:not(.blueBg):not(.orangeBg):not(.navyBg):not(.social):not(.grayBg).light {
  background-color: #ca907c;
}
body.antique .iconStyle.social:hover {
  background-color: #b67d69;
}
body.antique .iconStyle.backToTop span {
  color: #b67d69;
}
body.antique .iconsCarousel.owl-carousel .owl-nav:before {
  background-color: #b67d69;
}
body.antique .iconsCarousel.owl-carousel .owl-nav [class*="owl-"] {
  color: #b67d69;
}
body.antique .iconsCarousel .item {
  margin: 0 auto;
}
body.antique .iconsCarousel .item .dot {
  background-color: #b67d69;
}
body.antique .iconsCarousel .item .tooltip .text {
  color: #b67d69;
}
body.antique .iconsCarousel .item .tooltip .label {
  background-color: #b67d69;
  display: table;
  width: 100%;
}
body.antique .iconsCarousel .item .tooltip .label.addSideArrow.bottom:after {
  border-top-color: #b67d69;
}
body.antique .iconsCarousel .item .tooltip .label .text {
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
}
body.antique .threeItemCarousel.noArrows .box.selected .inner.addOverlay:after {
  background-color: #b67d69;
}
body.antique .filterWrapper .filterGroup .chosen-container .chosen-single {
  border-color: rgba(104, 29, 88, 0.2);
}
body.antique .filterWrapper .filterGroup .chosen-container .chosen-single:before {
  color: #b67d69;
}
body.antique .filterWrapper .filterGroup .chosen-container .chosen-single span {
  color: #b67d69;
}
body.antique .filterWrapper .filterGroup .chosen-container .chosen-single div b:after {
  color: #b67d69;
}
body.antique .filterWrapper .filterGroup .chosen-container .chosen-drop {
  border-color: rgba(104, 29, 88, 0.2);
}
body.antique .filterWrapper .title {
  padding-bottom: 35px;
  line-height: 1.5;
}
body.antique .quoteWrapper {
  background-color: #b67d69 !important;
}
body.antique .oneItemCarousel .box .inner.addOverlay .title {
  color: #ffffff;
}
body.antique .oneItemCarousel .box .inner.addOverlay .title.underline:before {
  background-color: #ffffff;
}
body.antique .sideButton {
  background-color: #b67d69;
}
body.antique .formWrapper {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
body.antique .form .formGroupRow .formGroup .customInput {
  color: #134c6a;
}
body.antique .form .formGroupRow .formGroup textarea {
  resize: vertical;
  height: 110px;
  padding-top: 12px;
}
body.antique .form .formGroupRow .formGroup.uploadButtonFg:hover .uploadButton {
  background-color: #b67d69;
}
body.antique .form .formGroupRow .formGroup.gray .form-group .award-target-countries {
  background-color: transparent;
}
body.antique .form .formGroupRow label {
  margin-bottom: 12px;
}
body.antique .form .hint-block {
  color: #b67d69;
  font-size: 16px;
  margin-top: 6px;
}
body.antique .chosen-container-multi .chosen-choices li {
  color: #b67d69 !important;
}
body.antique .chosen-container .chosen-single div b::after {
  color: #b67d69;
}
body.antique .chosen-container .chosen-single span {
  color: #134c6a;
}
body.antique .arab-award-platform-filter .form .formGroupRow label {
  color: #ffffff;
}
body.antique .arab-award-platform-filter .chosen-container-multi .chosen-search-input {
  color: #ffffff !important;
}
body.antique .dark-background {
  background-color: #b67d69 !important;
}
body.antique .darker-background {
  background-color: #a46d59 !important;
}
body.antique .light-background {
  background-color: #d79f8c !important;
  color: #ffffff !important;
}
body.antique .awards-listing .title {
  margin-top: 25px;
}
body.antique .awards-listing .title.underline:before {
  background-color: #b67d69 !important;
  margin: 0 auto;
  top: 30px;
}
body.antique .awards-listing .linkStyle {
  margin-top: 60px;
}
body.antique .formMsg {
  font-size: 16px;
  color: #b67d69;
}
body .edit-icon {
  display: inline-block;
}
body .edit-icon i {
  color: #681d58;
  font-size: 20px;
  line-height: 13px;
  margin-left: 12px;
}
body .paginationWrapper .pagination li.active,
body .paginationWrapper .pagination li:hover {
  background-color: #b67d69;
  border-color: #b67d69;
}
/** COMMON CLASSES **/
.pace-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-align: center;
  background: #ffffff url(../images/icons/logo.png) 50% 50% no-repeat;
  background-size: 220px auto;
}
iframe.iframeWrapper {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
}
iframe.iframeWrapper.shown {
  opacity: 1;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
.successForm {
  padding: 15px;
  text-align: center;
  color: green;
}
.blue-form .successForm {
  color: #ffffff;
}
.help-block {
  color: red;
  font-size: 14px;
}
.popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  z-index: 99;
  margin: 0 auto;
  overflow: hidden;
  background-color: rgba(16, 126, 187, 0.9);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.popup.active {
  top: 0;
  width: 100%;
  height: 100%;
}
.popup .closeButton {
  position: absolute;
  top: 3%;
  right: 3%;
  width: 38px;
  height: 44px;
  cursor: pointer;
}
.popup .closeButton:before,
.popup .closeButton:after {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  background: #ffffff;
  width: 1px;
  height: 50px;
}
.popup .closeButton:before {
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
}
.popup .closeButton:after {
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
}
.popup .wrapper {
  width: 431px;
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  margin: 0 auto;
}
.popup .wrapper.searchPopup {
  background: #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  text-align: left;
  padding: 3px 0 7px;
}
.popup .wrapper.searchPopup ::-webkit-input-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #134c6a;
  opacity: 0.9;
}
.popup .wrapper.searchPopup ::-moz-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #134c6a;
  opacity: 0.9;
}
.popup .wrapper.searchPopup ::-moz-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #134c6a;
  opacity: 0.9;
}
.popup .wrapper.searchPopup ::-ms-input-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #134c6a;
  opacity: 0.9;
}
.popup .wrapper.searchPopup:before {
  content: "Search";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 66px;
  font-size: 77px;
  font-family: 'DINNextLTArabic-Light', sharp;
  text-align: center;
  color: #5a9ec7;
  z-index: -1;
}
.popup .wrapper.searchPopup input {
  padding-left: 55px;
  width: 335px;
  font-size: 16px;
  color: #134c6a;
  line-height: 35px;
  font-family: 'DINNextLTArabic-Light', sharp;
}
.popup .wrapper.searchPopup .iconStyle {
  position: absolute;
  top: 7px;
  right: 8px;
}
.popup .wrapper.searchPopup .iconStyle i {
  color: #ffffff;
}
.popup .wrapper.surveyPopup {
  text-align: center;
}
.popup .wrapper.surveyPopup h3 {
  font-size: 25px;
  margin-bottom: 15px;
}
.popup .wrapper.surveyPopup .holder {
  margin-top: 18px;
}
.borderTransparent {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.title {
  color: #ffffff;
  font-size: 25px;
  font-family: 'DINNextLTArabic-Regular', sharp;
  position: relative;
  padding: 25px 0;
  margin-bottom: 10px;
}
.title.underline:before {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 55px;
  background-color: #ffffff;
  position: absolute;
}
.title.blue {
  color: #107ebb;
}
.title.blue.underline:before {
  background: #107ebb;
}
.title.white {
  color: #ffffff;
}
.title.white.underline:before {
  background: #ffffff;
}
.title.navy {
  color: #134c6a;
}
.title.navy.underline:before {
  background: #107ebb;
}
.title.black {
  color: #000000;
}
.title.black.underline:before {
  background: #000000;
}
.title.purple {
  color: #681d58;
}
.title.purple.underline:before {
  background: #681d58;
}
.title.green {
  color: #4bad47;
}
.title.green.underline:before {
  background-color: #4bad47;
}
.title a {
  float: right;
}
.title .linkStyle {
  display: inline;
}
a.title {
  display: block;
}
.roundButton {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  font-family: 'DINNextLTArabic-Light', sharp;
  font-size: 16px;
  color: #ffffff;
  min-width: 170px;
  height: 42px;
  margin: 16px auto;
  display: inline-block;
  border: 1px solid transparent;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 1;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.roundButton.white {
  background-color: #ffffff;
  color: #134c6a;
}
.roundButton.white:hover {
  border-color: #134c6a;
}
.roundButton.navy {
  background-color: #134c6a;
}
.roundButton.navy:hover {
  border-color: #134c6a;
  color: #134c6a;
}
.roundButton.blue {
  background-color: #107ebb;
}
.roundButton.blue:hover {
  border-color: #107ebb;
  color: #107ebb;
}
.roundButton.gold {
  background: #ccb27a;
}
.roundButton.gold:hover {
  border-color: #ccb27a;
  color: #ccb27a;
}
.roundButton.green {
  background-color: #4bad47;
}
.roundButton.green:hover {
  border-color: #4bad47;
  color: #4bad47;
}
.roundButton.right {
  float: right;
}
.roundButton.small {
  height: 28px;
  margin: 0;
  font-family: 'DINNextLTArabic-Regular', sharp;
  font-size: 20px;
  padding-top: 1px;
  width: 146px;
}
.roundButton.small + .title {
  padding-top: 6px;
}
.roundButton.sideAbsolute {
  position: absolute;
  right: 84px;
  bottom: 35px;
}
.roundButton:not(.small) {
  cursor: pointer;
}
.roundButton:not(.small):hover {
  background-color: #ffffff !important;
}
.roundButton + .roundButton {
  margin-left: 25px;
}
.roundButton i {
  padding-right: 5px;
}
a.roundButton,
span.roundButton {
  padding-top: 10px;
}
span.roundButton {
  pointer-events: none;
  cursor: default;
}
.circleDate {
  font-family: 'DINNextLTArabic-Regular', sharp;
  text-align: center;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.circleDate.big {
  width: 96px;
  height: 96px;
  float: left;
}
.circleDate.big p {
  padding-top: 14px;
  font-size: 50px;
}
.circleDate p {
  padding-top: 10px;
  font-size: 21px;
}
.circleDate span {
  font-size: 28px;
}
.text {
  color: #ffffff;
  font-size: 16px;
  font-family: 'DINNextLTArabic-Light', sharp;
  line-height: 24px;
}
.text.white {
  color: #ffffff;
}
.text.blue {
  color: #0d7ab9;
}
.text.navy {
  color: #134c6a;
}
.text.gold {
  color: #ccb27a;
}
.text.medium {
  font-family: 'DINNextLTArabic-Medium', sharp;
}
.text.regular {
  font-family: 'DINNextLTArabic-Regular', sharp;
}
.text.bold {
  font-family: 'DINNextLTArabic-Bold', sharp;
}
.text.small {
  font-size: 12px;
}
.text.purpleLight {
  color: #9d344d;
}
.text p {
  line-height: 1.5;
}
.subTitle {
  font-size: 16px;
  font-family: 'DINNextLTArabic-Regular', sharp;
}
.subTitle.blue {
  color: #0d7ab9;
}
.subTitle.white {
  color: #ffffff;
}
.formWrapper {
  background-color: #ffffff;
  margin: auto;
}
.formWrapper.colored {
  background-color: #4bad47;
}
.formWrapper.colored .form {
  position: relative;
}
.formWrapper.colored .form .holder {
  position: absolute;
  bottom: -35px;
  right: 0px;
}
.formWrapper.colored .successForm {
  color: #ffffff;
}
.formWrapper.fullwidth {
  padding: 60px 160px 65px;
  margin-top: 82px;
}
.formWrapper.fullwidth .form {
  width: 100%;
}
.formWrapper .header {
  margin-bottom: 37px;
  padding-left: 6px;
}
.formWrapper .header h2,
.formWrapper .header h5 {
  font-size: 25px;
  color: #107ebb;
}
.formWrapper .header h2 {
  float: left;
}
.formWrapper .form {
  width: 54rem;
  margin: auto;
  padding-top: 84px;
  padding-bottom: 78px;
}
.form .formGroupRow {
  width: 100%;
  padding-bottom: 15px;
}
.form .formGroupRow .award-images {
  padding-bottom: 15px;
}
.form .formGroupRow .add-image-field {
  color: #b67d69;
}
.form .formGroupRow .add-image-field .add-icon {
  color: #ffffff;
  width: 28px;
  height: 28px;
  border-radius: 50px;
  background-color: #b67d69;
  font-size: 25px;
  text-align: center;
  display: inline-block;
  line-height: 20px;
}
.form .formGroupRow .add-image-field .add-icon:hover {
  cursor: pointer;
}
.form .formGroupRow .add-image-field p {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  font-size: 16px;
}
.form .formGroupRow.moreTopSpace {
  padding-top: 25px;
}
.form .formGroupRow label,
.form .formGroupRow .hint-block {
  margin-bottom: 11px;
  font-size: 16px;
  color: #0d7ab9;
  font-family: 'DINNextLTArabic-Light', sharp;
  display: block;
  padding-right: 12px;
}
.form .formGroupRow .hint-block {
  margin-top: -6px;
}
.form .formGroupRow .formGroup {
  width: 50%;
  float: right;
  position: relative;
  padding-left: 6px;
}
.form .formGroupRow .honorCheckBox {
  margin-top: 5px;
}
.form .formGroupRow .formGroup ::-webkit-input-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #134c6a;
  opacity: 0.9;
}
.form .formGroupRow .formGroup ::-moz-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #134c6a;
  opacity: 0.9;
}
.form .formGroupRow .formGroup ::-moz-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #134c6a;
  opacity: 0.9;
}
.form .formGroupRow .formGroup ::-ms-input-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #134c6a;
  opacity: 0.9;
}
.form .formGroupRow .formGroup.fg10 {
  width: 10%;
}
.form .formGroupRow .formGroup.fg16 {
  width: 16.66%;
}
.form .formGroupRow .formGroup.fg20 {
  width: 20%;
}
.form .formGroupRow .formGroup.fg25 {
  width: 25%;
}
.form .formGroupRow .formGroup.fg30 {
  width: 30%;
}
.form .formGroupRow .formGroup.fg33 {
  width: 33.33%;
}
.form .formGroupRow .formGroup.fg40 {
  width: 40%;
}
.form .formGroupRow .formGroup.fg50 {
  width: 50%;
}
.form .formGroupRow .formGroup.fg60 {
  width: 60%;
}
.form .formGroupRow .formGroup.fg70 {
  width: 70%;
}
.form .formGroupRow .formGroup.fullwidth {
  width: 100%;
}
.form .formGroupRow .formGroup.center {
  text-align: center;
}
.form .formGroupRow .formGroup.right {
  text-align: right;
}
.form .formGroupRow .formGroup.nolabel {
  padding-top: 27px;
}
.form .formGroupRow .formGroup.withLabel .label {
  float: left;
  width: 40%;
  height: 47px;
  line-height: 47px;
  background-color: #e6e6e6;
}
.form .formGroupRow .formGroup.withLabel .customInput {
  float: left;
  width: 60%;
}
.form .formGroupRow .formGroup.uploadButtonFg input[type="file"],
.form .formGroupRow .formGroup.uploadButtonFg .uploadButton {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.form .formGroupRow .formGroup.uploadButtonFg .uploadButton {
  width: 149px;
  height: 47px;
  font-size: 16px;
  text-align: center;
  line-height: 44px;
  z-index: 1;
  background-color: #e1e1e1;
  transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
}
.form .formGroupRow .formGroup.uploadButtonFg .remove-button {
  background-color: #b67d69;
  width: 70px;
  height: 47px;
  font-size: 16px;
  text-align: center;
  line-height: 44px;
  z-index: 10;
  transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.form .formGroupRow .formGroup.uploadButtonFg input[type="file"] {
  opacity: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.form .formGroupRow .formGroup.insideText {
  width: 250px;
  float: none;
  display: inline-block;
}
.form .formGroupRow .formGroup.insideText .customInput {
  height: 22px;
  background-color: transparent;
  border-bottom: 1px black dotted;
  padding-left: 10px;
  padding-right: 10px;
}
.form .formGroupRow .formGroup label {
  display: inline-block;
  padding-right: 0px;
}
.form .formGroupRow .formGroup .customInput,
.form .formGroupRow .formGroup .customTextarea,
.form .formGroupRow .formGroup .label {
  width: 100%;
  font-family: 'DINNextLTArabic-Light', sharp;
  background-color: #f7f7f7;
  color: #134c6a;
  font-size: 16px;
  padding-left: 40px;
  padding-right: 10px;
}
.form .formGroupRow .formGroup .customInput {
  height: 47px;
  border: 0;
}
.form .formGroupRow .formGroup .customTextarea {
  height: 163px;
  resize: none;
  padding-top: 20px;
  /* padding-right: 40px; */
  overflow: auto;
}
.form .formGroupRow .formGroup .customInput::placeholder,
.form .formGroupRow .formGroup .customTextarea::placeholder {
  font-family: 'DINNextLTArabic-Light', sharp;
}
.form .formGroupRow .formGroup .toShowOnOtherChoose {
  position: relative;
}
.form .formGroupRow .formGroup .toShowOnOtherChoose .fa-close {
  position: absolute;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
  color: #107ebb;
}
.form .formMsg {
  padding-left: 6px;
}
.form .formMsg p {
  text-align: center;
}
.form .formMsg .radioCheckboxGrp.white label:not(.control-label) {
  color: #ffffff;
}
.form .formMsg .radioCheckboxGrp label:not(.control-label) {
  color: #107ebb;
  margin-top: 0;
}
.radioCheckboxGrp.white label:not(.control-label) {
  color: #ffffff;
}
.radioCheckboxGrp.white label:not(.control-label):before {
  border-color: rgba(255, 255, 255, 0.5);
  color: #231f20;
}
.radioCheckboxGrp.white label:not(.control-label).selected:before {
  background-color: #ffffff;
}
.radioCheckboxGrp.gray label:not(.control-label):before {
  border-color: #e2e2e2;
}
.radioCheckboxGrp.gray label:not(.control-label).selected:before {
  background-color: #e2e2e2;
}
.radioCheckboxGrp.round label:not(.control-label):before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.radioCheckboxGrp label:not(.control-label) {
  font-family: 'DINNextLTArabic-Light', sharp;
  font-size: 15px;
  cursor: pointer;
  color: #134c6a;
  position: relative;
  padding-left: 30px;
  margin-right: 30px;
  margin-bottom: 0;
  margin-top: 12px;
  display: inline-block;
  height: 15px;
}
.radioCheckboxGrp label:not(.control-label).selected:before {
  content: "✓";
}
.radioCheckboxGrp label:not(.control-label):before,
.radioCheckboxGrp label:not(.control-label) input {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
}
.radioCheckboxGrp label:not(.control-label):before {
  z-index: 1;
  border: 1px solid;
  content: "";
  display: inline-block;
  font-size: 13px;
  text-align: center;
  padding-top: 1px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.radioCheckboxGrp label:not(.control-label) input {
  z-index: 2;
  cursor: pointer;
  outline: none;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
}
.radioCheckboxGrp .form-group {
  display: inline-block;
}
.radioCheckboxGrp .form-group > div > div {
  display: inline-block;
}
.chosen-container.chosen-with-drop .chosen-single {
  background-image: none;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.chosen-container .chosen-single {
  background: #f7f7f7;
  border: none;
  height: 47px;
  line-height: 30px;
  padding-left: 40px;
  text-transform: capitalize;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.chosen-container .chosen-single span {
  margin-right: 40px;
  line-height: 42px;
  font-family: 'DINNextLTArabic-Light', sharp;
  color: #134c6a;
  font-size: 16px;
  padding-right: 10px;
}
.chosen-container .chosen-single div {
  width: 38px;
}
.chosen-container .chosen-single div b {
  background: none;
  width: 0;
  height: 0;
  display: inline-block;
  margin-top: 18px;
}
.chosen-container .chosen-single div b:after {
  content: "\f107";
  font-family: FontAwesome;
  color: #0d7ab9;
}
.chosen-container-multi .chosen-choices {
  height: 47px;
  overflow-y: auto;
  background: #f7f7f7;
  border: none;
  line-height: 30px;
  padding-left: 10px;
  text-transform: capitalize;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices span {
  /* margin-right: 40px; */
  line-height: 42px;
  font-family: 'DINNextLTArabic-Light', sharp;
  color: #134c6a;
  font-size: 16px;
}
.chosen-container-multi .chosen-choices div {
  width: 38px;
}
.chosen-container-multi .chosen-choices div b {
  background: none;
  width: 0;
  height: 0;
  display: inline-block;
  margin-top: 18px;
}
.chosen-container-multi .chosen-choices div b:after {
  content: "\f107";
  font-family: FontAwesome;
  color: #0d7ab9;
}
.chosen-container-multi .chosen-drop {
  border-color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.chosen-container-multi .chosen-drop .chosen-results li {
  padding-left: 35px;
  margin-bottom: 2px;
}
.chosen-container-multi .chosen-drop .chosen-results li:last-child {
  margin-bottom: 0;
}
.chosen-container-multi .chosen-drop .chosen-results li.result-selected {
  background-image: none;
  background-color: #107ebb;
  color: #ffffff;
}
.chosen-container-multi .chosen-choices {
  border-color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li {
  margin-right: 40px;
  margin-left: 40px !important;
  line-height: 42px;
  font-family: 'DINNextLTArabic-Light', sharp;
  color: #134c6a;
  font-size: 16px;
}
.chosen-container-multi .chosen-choices li.search-field input.chosen-search-input {
  line-height: 42px;
  font-family: 'DINNextLTArabic-Light', sharp;
  color: #134c6a;
  font-size: 16px;
  width: 150px !important;
}
.chosen-container-multi .chosen-choices li:last-child {
  margin-bottom: 0;
}
.chosen-container-multi .chosen-choices li.result-selected {
  background-image: none;
  background-color: #107ebb;
  color: #ffffff;
}
.chosen-container-multi .chosen-choices li.search-choice {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
}
.banner {
  position: relative;
  text-align: center;
  height: 423px;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.banner.longHeight {
  height: 1015px;
  padding: 85px;
}
.banner.longHeight .outerContainer {
  position: relative;
  z-index: 1;
  text-align: center;
}
.banner.longHeight .outerContainer .sectionTitle {
  display: block;
}
.banner.longHeight .outerContainer .formWrapper {
  text-align: left;
  background-color: rgba(255, 255, 255, 0.3);
}
.banner.longHeight .outerContainer .formWrapper .header h2 {
  color: #ffffff;
}
.banner.longHeight .outerContainer .formWrapper .form .formGroupRow label {
  color: #ffffff;
}
.banner.longHeight .outerContainer .commonCol {
  display: none;
  width: 69rem;
  margin: auto;
}
.banner.addOverlay .centered .text:not(.noWidth) {
  width: 442px;
}
.banner.addOverlay .centered .text {
  margin: 20px auto;
}
.topSection {
  position: relative;
}
.topSection .banner {
  height: 100%;
  position: relative;
}
.topSection .banner .countdown,
.topSection .banner .logo,
.topSection .banner nav {
  position: absolute;
  z-index: 1;
}
.topSection .banner .countdown {
  bottom: 160px;
}
.topSection .banner nav {
  height: 47px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 13px;
}
.topSection .banner nav .nav li {
  padding-left: 25px;
  padding-right: 25px;
}
.topSection .banner nav .nav li a {
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
}
.topSection .banner nav .nav li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
}
.topSection .banner nav.fix {
  position: fixed;
  top: 90px;
  z-index: 10;
}
.topSection .banner .logo {
  top: 190px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 310px;
}
.topSection .banner .logo img {
  width: 100%;
}
.topSection .numbers-widget .commonTextWrapper {
  padding-top: 16px;
}
.topSection .numbers-widget ul {
  margin-bottom: 0;
}
.topSection .numbers-widget ul li {
  width: 150px;
  height: 150px;
  margin-left: 10px;
  margin-right: 10px;
}
.topSection .numbers-widget ul li .number {
  font-size: 42px;
  padding-bottom: 2px;
  padding-top: 36px;
}
.topSection .numbers-widget ul li .label {
  font-size: 14px;
}
.filterWrapper {
  width: 100%;
  padding-top: 23px;
  padding-bottom: 10px;
  padding-left: 5px;
}
.filterWrapper.center {
  text-align: center;
  padding-left: 0;
}
.filterWrapper.center > .text {
  color: #107ebb;
}
.filterWrapper.center > .text b {
  color: #134c6a;
}
.filterWrapper.center .filterGroup.searchBtn ::-webkit-input-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #134c6a;
  opacity: 0.9;
}
.filterWrapper.center .filterGroup.searchBtn ::-moz-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #134c6a;
  opacity: 0.9;
}
.filterWrapper.center .filterGroup.searchBtn ::-moz-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #134c6a;
  opacity: 0.9;
}
.filterWrapper.center .filterGroup.searchBtn ::-ms-input-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #134c6a;
  opacity: 0.9;
}
.filterWrapper.center .filterGroup.searchBtn .customInput {
  border-color: #ffffff;
}
.filterWrapper .filterGroup {
  width: 14rem;
}
.filterWrapper .filterGroup.sort .chosen-container .chosen-single,
.filterWrapper .filterGroup.filter .chosen-container .chosen-single,
.filterWrapper .filterGroup.workShops .chosen-container .chosen-single,
.filterWrapper .filterGroup.language .chosen-container .chosen-single,
.filterWrapper .filterGroup.filterByYear .chosen-container .chosen-single {
  position: relative;
  padding-left: 93px;
  border: 1px #c5d0d6 solid;
}
.filterWrapper .filterGroup.sort .chosen-container .chosen-single:before,
.filterWrapper .filterGroup.filter .chosen-container .chosen-single:before,
.filterWrapper .filterGroup.workShops .chosen-container .chosen-single:before,
.filterWrapper .filterGroup.language .chosen-container .chosen-single:before,
.filterWrapper .filterGroup.filterByYear .chosen-container .chosen-single:before {
  position: absolute;
  font-family: 'DINNextLTArabic-Light', sharp;
  color: #134c6a;
  font-size: 16px;
  left: 28px;
  top: 6px;
}
.filterWrapper .filterGroup.sort .chosen-container .chosen-single span,
.filterWrapper .filterGroup.filter .chosen-container .chosen-single span,
.filterWrapper .filterGroup.workShops .chosen-container .chosen-single span,
.filterWrapper .filterGroup.language .chosen-container .chosen-single span,
.filterWrapper .filterGroup.filterByYear .chosen-container .chosen-single span {
  color: #134c6a;
}
.filterWrapper .filterGroup.sort .chosen-container .chosen-single div b:after,
.filterWrapper .filterGroup.filter .chosen-container .chosen-single div b:after,
.filterWrapper .filterGroup.workShops .chosen-container .chosen-single div b:after,
.filterWrapper .filterGroup.language .chosen-container .chosen-single div b:after,
.filterWrapper .filterGroup.filterByYear .chosen-container .chosen-single div b:after {
  content: "\f103";
  font-family: FontAwesome;
  color: #134c6a;
}
.filterWrapper .filterGroup.extraWidth {
  width: 19rem;
}
.filterWrapper .filterGroup.extraWidth .chosen-container .chosen-single {
  padding-left: 113px;
}
.filterWrapper .filterGroup.sort .chosen-container .chosen-single:before {
  content: "Sort By:";
}
.filterWrapper .filterGroup.filter .chosen-container .chosen-single:before {
  content: "Filter By:";
}
.filterWrapper .filterGroup.filterByYear {
  width: 15.25rem;
}
.filterWrapper .filterGroup.filterByYear .chosen-container .chosen-single {
  padding-left: 130px;
}
.filterWrapper .filterGroup.filterByYear .chosen-container .chosen-single:before {
  content: "Filter by year:";
}
.filterWrapper .filterGroup.workShops .chosen-container .chosen-single {
  padding-left: 150px;
}
.filterWrapper .filterGroup.language .chosen-container .chosen-single {
  padding-left: 102px;
}
.filterWrapper .filterGroup.language .chosen-container .chosen-single:before {
  content: "Language:";
}
.filterWrapper .filterGroup.right {
  float: right;
}
.filterWrapper .filterGroup.center {
  margin: auto;
}
.filterWrapper .filterGroup.searchBtn {
  position: relative;
}
.filterWrapper .filterGroup.searchBtn ::-webkit-input-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #0d7ab9;
  opacity: 0.9;
}
.filterWrapper .filterGroup.searchBtn ::-moz-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #0d7ab9;
  opacity: 0.9;
}
.filterWrapper .filterGroup.searchBtn ::-moz-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #0d7ab9;
  opacity: 0.9;
}
.filterWrapper .filterGroup.searchBtn ::-ms-input-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #0d7ab9;
  opacity: 0.9;
}
.filterWrapper .filterGroup.searchBtn:not(.bigSearch) {
  margin-left: 12px;
}
.filterWrapper .filterGroup.searchBtn.bigSearch {
  width: 423px;
}
.filterWrapper .filterGroup.searchBtn .iconStyle {
  position: absolute;
  right: 10px;
  top: 8px;
}
.filterWrapper .filterGroup.searchBtn .customInput {
  font-size: 14px;
  padding-left: 27px;
  border: 1px #c3d9e6 solid;
  color: #0d7ab9;
}
.filterWrapper .filterGroup .chosen-container.chosen-with-drop .chosen-single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.filterWrapper .filterGroup .chosen-container .chosen-single {
  border-radius: 24px;
  border: 1px #c3d9e6 solid;
  padding-left: 27px;
  background-color: #ffffff;
}
.filterWrapper .filterGroup .chosen-container .chosen-single span {
  color: #0d7ab9;
}
.filterWrapper .filterGroup .chosen-container .chosen-single div b:after {
  content: "\f103";
  font-family: FontAwesome;
}
.filterWrapper .filterGroup .chosen-container .chosen-drop {
  border-color: #c3d9e6;
}
.filterWrapper .filterGroup .customInput {
  width: 100%;
  font-family: 'DINNextLTArabic-Light', sharp;
  background-color: #ffffff;
  color: #134c6a;
  font-size: 16px;
  padding-left: 40px;
  border-radius: 40px;
  height: 47px;
  border: 0;
}
.filterWrapper .title {
  float: left;
  margin-bottom: 20px;
}
.filterWrapper .title.underline {
  padding-top: 0;
}
.filterWrapper .title:not(.underline) {
  padding-bottom: 0;
  margin-bottom: 0;
}
.filterWrapper .text {
  font-size: 30px;
  text-transform: uppercase;
}
.filterWrapper .text b {
  margin-left: 7px;
}
.publications .commonCol.isotopeTrio .box .boxTextHolder {
  top: 20px;
}
.publications .commonCol.isotopeTrio .box .boxTextHolder .title {
  font-size: 20px;
}
.commonCol {
  position: relative;
}
.commonCol.isotopeTrio.five .box:nth-child(3),
.commonCol.isotopeTrio.four .box:nth-child(3) {
  height: 700px;
}
.commonCol.isotopeTrio.five .box:nth-child(3) .boxTextHolder,
.commonCol.isotopeTrio.four .box:nth-child(3) .boxTextHolder {
  text-align: left;
}
.commonCol.isotopeTrio.five .box:nth-child(3) .boxTextHolder .title.underline:before,
.commonCol.isotopeTrio.four .box:nth-child(3) .boxTextHolder .title.underline:before {
  margin: 0;
}
.commonCol.isotopeTrio.four .box:nth-child(2) {
  height: 700px;
}
.commonCol.isotopeTrio.three .box:first-child {
  height: 700px;
  width: 66.66%;
}
.commonCol.isotopeTrio .box {
  width: 33.33%;
  padding: 0;
  margin: 0;
  height: 350px;
}
.commonCol.isotopeTrio .box.colored .boxTextHolder {
  width: 100%;
  left: 0;
}
.commonCol.isotopeTrio .box.colored .boxTextHolder .type {
  margin-bottom: 20px;
}
.commonCol.isotopeTrio .box.colored .boxTextHolder .title {
  margin-bottom: 0;
}
.commonCol.isotopeTrio .box.colored .boxTextHolder .title:before {
  display: none;
}
.commonCol.isotopeTrio .box.colored .boxTextHolder .radioCheckboxGrp .form-group {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 18px;
  font-size: 0;
}
.commonCol.isotopeTrio .box.colored .boxTextHolder .radioCheckboxGrp .form-group label {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 12px;
  margin-left: 20px;
  text-align: left;
}
.commonCol.isotopeTrio .box .boxTextHolder {
  top: 85px;
  bottom: auto;
  text-align: center;
}
.commonCol.isotopeTrio .box .boxTextHolder .title {
  font-size: 25px;
  margin-bottom: 25px;
}
.commonCol.isotopeTrio .box .boxTextHolder .title.underline:before {
  right: 0;
  margin: auto;
  background-color: #ffffff;
}
.commonCol.isotopeTrio .box .boxTextHolder .linkStyle a {
  color: #ffffff;
}
.commonCol.isotopeTrio .box .boxTextHolder .linkStyle a:before {
  color: #ffffff;
}
.commonCol.isotopeTrio .box .successForm {
  color: #ccb27a;
}
.commonCol.noBoxSpacing .box {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.commonCol.colored .box .commonTextWrapper {
  padding: 50px 80px;
  background-color: inherit;
}
.commonCol.colored .box .commonTextWrapper .title {
  color: #ffffff;
}
.commonCol.colored .box .commonTextWrapper .title.underline:before {
  background-color: #ffffff;
  margin: 0;
}
.commonCol.colored .box .commonTextWrapper .textEditor p {
  color: #ffffff;
}
.commonCol.colored .box .commonTextWrapper .textEditor ul,
.commonCol.colored .box .commonTextWrapper .textEditor ol {
  margin-left: 3px;
  margin-bottom: 0;
}
.commonCol.colored .box .commonTextWrapper .textEditor ul li,
.commonCol.colored .box .commonTextWrapper .textEditor ol li {
  color: #ffffff;
}
.commonCol.colored .box .commonTextWrapper .textEditor ul li:before,
.commonCol.colored .box .commonTextWrapper .textEditor ol li:before {
  color: #ffffff;
}
.commonCol.colored .box .commonTextWrapper .linkStyle {
  text-align: left;
}
.commonCol.lessHeight .box {
  height: 320px;
}
.commonCol.lessHeight .box .commonTextWrapper.colored {
  height: 100%;
  padding-bottom: 0;
  padding-top: 10px;
}
.commonCol.lessHeight .box .commonTextWrapper.colored .title {
  margin-bottom: 15px;
}
.commonCol.lessHeight .box .commonTextWrapper.colored .text {
  margin-bottom: 10px;
}
.commonCol.autoHeight .box {
  height: auto !important;
}
.commonCol.autoHeight .box.book {
  height: 707px !important;
}

.commonCol.autoHeight .box.book .book-ecommerce-links{position: absolute; z-index: 1; bottom: 30px; left: 0; background-color: #FFFFFF; padding: 12px 10px 12px 10px}
.commonCol.autoHeight .box.book .book-ecommerce-links span{font-size: 15px; color: #000000; display: block; margin: 0 0 15px 0; font-weight: bold}
.commonCol.autoHeight .box.book .book-ecommerce-links .link{display: block}
.commonCol.autoHeight .box.book .book-ecommerce-links .link.amazon{width: 100px; height: 24px; background: url('../images/icons/icon-amazon.png') no-repeat center; background-size: contain; margin: 0 0 5px 0}
.commonCol.autoHeight .box.book .book-ecommerce-links .link.neelwafurat{width: 100px; height: 42px; background: url('../images/icons/icon-neelwafurat.png') no-repeat center; background-size: contain}

.commonCol.autoHeight .displayItemsDetails .info .inner {
  height: auto;
  min-height: 230px;
}
.commonCol.autoHeight .displayItemsDetails .info .inner .title {
  padding: 0;
  margin-bottom: 10px;
}
.commonCol.autoHeight .displayItemsDetails .info .inner .linkStyle a {
  margin-bottom: 14px;
  text-decoration: underline;
}
.commonCol.autoHeight .displayItemsDetails .info .inner .linkStyle a:before {
  display: none;
}
.commonCol.longCol {
  position: relative;
}
.commonCol.longCol .inner {
  cursor: pointer;
}
.commonCol.longCol > .box {
  height: 900px;
}
.commonCol.longCol > .box.active {
  width: 100%;
}
.commonCol.longCol > .box.active .inner {
  width: 25%;
  float: left;
  cursor: default;
}
.commonCol.longCol > .box.active .revealSection {
  visibility: visible;
  float: left;
}
.commonCol.longCol > .box.active .revealSection .commonTextWrapper {
  padding-top: 25px;
  padding-bottom: 40px;
}
.commonCol.longCol > .box.active .revealSection .commonTextWrapper .text {
  margin-bottom: 15px;
}
.commonCol.longCol > .box.active .revealSection .commonTextWrapper .linkStyle {
  text-align: left;
}
.commonCol.longCol > .box.active .revealSection .commonTextWrapper .linkStyle a {
  margin-bottom: 0px;
}
.commonCol.longCol > .box.active .boxTextHolder {
  display: none;
}
.commonCol.longCol > .box.notActive {
  width: 0;
}
.commonCol.longCol > .box.small .boxTextHolder {
  max-width: none;
  text-align: center;
  bottom: 155px;
}
.commonCol.longCol > .box.small .boxTextHolder .text {
  font-size: 20px;
  margin-top: 15px;
}
.commonCol.longCol > .box .addOverlay {
  transition: all 0s ease;
  -moz-transition: all 0s ease;
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  -ms-transition: all 0s ease;
}
.commonCol.longCol > .box .revealSection {
  width: 75%;
  height: 100%;
  background-color: #ffffff;
  visibility: hidden;
  display: inline-block;
  overflow: hidden;
}
.commonCol.longCol > .box .revealSection .inner {
  height: 355px;
}
.commonCol.longCol > .box .revealSection .close {
  position: absolute;
  top: 62px;
  right: 81px;
  font-size: 40px;
  color: #4bad47;
  z-index: 1;
  cursor: pointer;
}
.commonCol.longCol > .box .revealSection .commonCol {
  padding-top: 48px;
}
.commonCol.longCol > .box .revealSection .booksCarousel {
  margin: auto;
  width: 54rem;
}
.commonCol.coloredBoxes .box {
  height: 240px;
}
.commonCol.coloredBoxes .box .title {
  padding-top: 10px;
  color: #ffffff;
}
.commonCol.boxWithHoverEffect .box:hover .boxTextHolder .desc,
.commonCol.boxWithHoverEffect .box:focus .boxTextHolder .desc,
.commonCol.boxWithHoverEffect .box:hover .boxTextHolder .linkStyle,
.commonCol.boxWithHoverEffect .box:focus .boxTextHolder .linkStyle {
  display: block;
}
.commonCol.boxWithHoverEffect .box .addOverlay:after {
  transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
}
.commonCol.boxWithHoverEffect .box .boxTextHolder .desc,
.commonCol.boxWithHoverEffect .box .boxTextHolder .linkStyle {
  display: none;
}
.commonCol.boxWithHoverEffect .box .boxTextHolder .desc {
  padding-top: 10px;
}
.commonCol .box {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  height: 500px;
  margin-bottom: 11px;
  width: 100%;
  position: relative;
}
.commonCol .box.textAge {
  margin-top: 10px;
}
.commonCol .box.storyAge {
  margin-top: 10px;
}
.commonCol .box.threeQuarter {
  width: 75%;
}
.commonCol .box.big {
  width: 50%;
  z-index: 1;
}
.commonCol .box.big .boxTextHolder {
  max-width: 530px;
}
.commonCol .box.big .boxTextHolder.center .circleDate {
  left: -93px;
  top: -22px;
}
.commonCol .box.big .boxTextHolder .title.underline:before {
  background-color: #ffffff;
}
.commonCol .box.big .boxTextHolder .linkStyle a {
  color: #ffffff;
}
.commonCol .box.big .boxTextHolder .linkStyle a:before {
  color: #ffffff;
}
.commonCol .box.fullBox {
  width: 100%;
}
.commonCol .box.fullBox .inner .centered .commonTextWrapper .roundButton {
  margin-top: 0;
}
.commonCol .box.fullBox .imageWithDetails {
  position: relative;
}
.commonCol .box.fullBox .imageWithDetails.fullText .commonTextWrapper {
  width: 100%;
}
.commonCol .box.fullBox .imageWithDetails.fullText .commonTextWrapper.addSideArrow:after {
  display: none;
}
.commonCol .box.fullBox .imageWithDetails .commonTextWrapper {
  width: 73%;
}
.commonCol .box.fullBox .imageWithDetails .commonTextWrapper h2 {
  color: #134c6a;
  margin-bottom: 10px;
}
.commonCol .box.fullBox .imageWithDetails .commonTextWrapper .linkStyle {
  text-align: left;
  margin-top: 20px;
}
.commonCol .box.fullBox .imageWithDetails .commonTextWrapper .circleDate {
  right: 30px;
  top: 30px;
}
.commonCol .box.fullBox .imageWithDetails .image {
  width: 27%;
}
.commonCol .box.medium {
  width: 33.33%;
}
.commonCol .box.medium .info {
  padding-top: 25px;
}
.commonCol .box.medium .inner {
  background-color: #ffffff;
}
.commonCol .box.medium .boxTextHolder {
  bottom: 30px;
}
.commonCol .box.medium .boxTextHolder .title {
  padding-bottom: 0;
  margin-bottom: 4px;
}
.commonCol .box.medium .boxTextHolder.center {
  width: 19rem;
  bottom: -76px;
  left: 118px;
}
.commonCol .box.medium .boxTextHolder.center .title {
  padding-bottom: 25px;
  color: #134c6a;
}
.commonCol .box.medium .boxTextHolder.center .time {
  margin-bottom: 5px;
}
.commonCol .box.medium .boxTextHolder.center .desc {
  margin-bottom: 0px;
}
.commonCol .box.medium .boxTextHolder.center .circleDate {
  left: -93px;
  top: -4px;
}
.commonCol .box.medium .boxTextHolder.textCenter {
  text-align: center;
  bottom: auto;
  top: 257px;
}
.commonCol .box.medium .boxTextHolder.textCenter .title {
  padding-bottom: 25px;
  margin-top: 5px;
}
.commonCol .box.medium .boxTextHolder.textCenter .title.underline:before {
  margin: auto;
}
.commonCol .box.small {
  width: 25%;
}
.commonCol .box.small.noImgHolder .inner {
  padding-top: 117px;
}
.commonCol .box.small.noImgHolder .linkStyle {
  margin-top: 37px;
}
.commonCol .box.small .inner {
  background-color: #ffffff;
}
.commonCol .box.small .boxTextHolder {
  max-width: 300px;
}
.commonCol .box.small .boxTextHolder .textEditor p {
  margin: 0;
}
.commonCol .box.small .imageWithDetails .circleDate {
  position: static;
  display: inline-block;
  margin-bottom: 15px;
}

.commonCol .box.small .imageWithDetails .year-date{margin-bottom: 15px}
.year-date.white-font{color: #FFFFFF !important}
.year-date.blue-font{color: #107EBB}
.year-date.orange-font{color: #C16C33}
.gold .year-date{color: #CCB27a}
.purple .year-date{color: #681D58}
.orange .year-date{color: #C16C33}
.green .year-date{color: #4BAD47}

.events-listing .box .year-date{position: absolute; right: -77px; top: 75px}

.commonCol .box.small .imageWithDetails .linkStyle {
  margin-top: 17px;
}
.commonCol .box.small .imageWithDetails .commonTextWrapper,
.commonCol .box.small .imageWithDetails .image {
  width: 100%;
}
.commonCol .box.small .imageWithDetails .commonTextWrapper {
  height: 65%;
  padding-left: 30px;
  padding-right: 30px;
}
.commonCol .box.small .imageWithDetails .commonTextWrapper.colored .title {
  color: #ffffff;
}
.commonCol .box.small .imageWithDetails .commonTextWrapper.colored .title.underline:before {
  background-color: #ffffff;
}
.commonCol .box.small .imageWithDetails .commonTextWrapper.colored .linkStyle .text {
  color: #ffffff;
}
.commonCol .box.small .imageWithDetails .commonTextWrapper .title {
  color: #134c6a;
  padding-top: 0;
  margin-bottom: 12px;
}
.commonCol .box.small .imageWithDetails .image {
  height: 35%;
}
.commonCol .box.xsmall {
  width: 20%;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.commonCol .box.xsmall.active {
  width: 100%;
  padding-right: 0;
}
.commonCol .box.xsmall.active .logoBox {
  width: 20%;
  float: left;
}
.commonCol .box.xsmall.active > .inner {
  width: calc(20% - 10px);
  float: left;
  cursor: default;
  margin-right: 6px;
  transition: all 0s ease;
  -moz-transition: all 0s ease;
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  -ms-transition: all 0s ease;
}
.commonCol .box.xsmall.active > .inner:after {
  background-color: transparent;
}
.commonCol .box.xsmall.active > .inner .boxTextHolder {
  display: none;
}
.commonCol .box.xsmall.active .displayItemsDetails {
  display: inline-block;
}
.commonCol .box.xsmall:hover .boxTextHolder {
  opacity: 1;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
.commonCol .box.xsmall .logoBox {
  cursor: pointer;
}
.commonCol .box.xsmall .boxTextHolder {
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
}
.commonCol .box.xsmall .boxTextHolder .iconStyle {
  position: static;
  margin-bottom: 18px;
}
.commonCol .box.xsmall .inner {
  position: relative;
  cursor: pointer;
}
.commonCol .box.xsmall .inner img {
  width: 100%;
}
.commonCol .box.xxsmall {
  width: 15%;
}
.commonCol .box.xxsmall img {
  width: 100%;
}
.commonCol .box.authorItem {
  width: 20%;
  height: 450px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
.commonCol .box.authorItem .authorHolder {
  background: #ffffff;
  height: 100%;
}
.commonCol .box.authorItem .authorHolder figure {
  position: relative;
  height: 350px;
  overflow: hidden;
  /*                    img{
                                            height: 100%;
                                            position: absolute;
                                            top:0;
                                            left:0;
                                        }*/
}
.commonCol .box.authorItem .authorHolder figure .iconStyle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  z-index: 1;
}
.commonCol .box.authorItem .authorHolder .authorInfo {
  padding: 15px;
  text-align: center;
}
.commonCol .box.authorItem .authorHolder .authorInfo h2 {
  font-size: 18px;
  color: #134c6a;
  padding-bottom: 5px;
}
.commonCol .box.authorItem .authorHolder .authorInfo h3 {
  font-size: 14px;
  color: #832134;
}
.commonCol .box.extraHeight {
  height: 700px;
}
.commonCol .box.bookStyle.big .imgCover,
.commonCol .box.bookStyle.fullBox .imgCover {
  height: 442px;
  /*                    img{
                                            width: 100%;
                                            height: auto;
                                            &.newsletter{
                                                width: auto;
                                                height: 100%;
                                            }
                                        }*/
}
.commonCol .box.bookStyle.big .commonTextWrapper,
.commonCol .box.bookStyle.fullBox .commonTextWrapper {
  padding-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
}
.commonCol .box.bookStyle.big .commonTextWrapper .brief {
  height: 52px;
  overflow: hidden;
}
.commonCol .box.bookStyle.big .commonTextWrapper .brief.remove-height {
  height: auto;
}
.commonCol .box.bookStyle .imgCover {
  height: 285px;
  background-color: #f1f1f1;
  text-align: center;
  overflow: hidden;
  position: relative;
  /*                img{
                                    height: 240px;
                                    width: auto;
                                    display: inline-block;
                                    .centerMiddle;
                                }*/
}
.commonCol .box.bookStyle .imgCover.addOverlay:after {
  background-color: rgba(0, 0, 0, 0.1);
}
.commonCol .box.bookStyle .commonTextWrapper {
  padding: 25px 0 0;
  text-align: center;
  background-color: #ffffff;
}
.commonCol .box.bookStyle .commonTextWrapper .info {
  float: none;
  padding: 0;
  width: 100%;
}
.commonCol .box.bookStyle .commonTextWrapper .info .title {
  height: 48px;
  padding: 0;
  margin: 0;
  margin-bottom: 14px;
  color: #134c6a;
  text-overflow: ellipsis;
  overflow: hidden;
}
.commonCol .box.bookStyle .commonTextWrapper .info .text {
  display: block;
  margin-bottom: 0px;
}
.commonCol .box.bookStyle .commonTextWrapper .info .text.colored + .text {
  padding-top: 6px;
}
.commonCol .box.bookStyle .commonTextWrapper .info .text.colored > div {
  padding-bottom: 2px;
}
.commonCol .box.bookStyle .commonTextWrapper .info .roundButton {
  margin-bottom: 0;
}
.commonCol .box .inner {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-position: top center;
}
.commonCol .box .inner.addOverlay .title {
  color: #ffffff;
}
.commonCol .box .inner.addOverlay .title.underline:before {
  background-color: #ffffff;
}
.commonCol .box .inner.addOverlay .text {
  color: #ffffff;
}
.commonCol .box .inner.addOverlay .linkStyle a {
  color: #ffffff;
}
.commonCol .box .inner.addOverlay .boxTextHolder .title {
  color: #ffffff;
}
.commonCol .box .inner .centered .title:not(.underline) {
  padding-top: 10px;
  padding-bottom: 0;
}
.commonCol .box .inner .centered .text {
  margin-left: auto;
  margin-right: auto;
}
.commonCol .box .inner .centered .text:not(.noWidth) {
  width: 280px;
}
.commonCol .box .inner .centered .text.noWidth {
  margin-top: 35px;
  margin-bottom: 24px;
  max-width: 80%;
}
.commonCol .box .inner .centered .roundButton {
  margin-top: 30px;
}
.commonCol .box .circleDate {
  position: absolute;
  right: 12px;
  top: 16px;
  z-index: 1;
}
.commonCol .box .boxTextHolder {
  position: absolute;
  margin: 25px 0 0 0;
  left: 35px;
  right: 35px;
  z-index: 1;
}

.commonCol .box.big .boxTextHolder {
  margin: 0;
  bottom: 25px;
}

.commonCol .box .boxTextHolder.center {
  top: 50%;
  margin: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
}
.commonCol .box .boxTextHolder.relative {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  padding: 35px;
}
.commonCol .box .bigLabel {
  position: absolute;
  z-index: 1;
  bottom: -20px;
  font-family: 'DINNextLTArabic-Regular', sharp;
  font-size: 115px;
}
.commonCol .box .bigLabel.right {
  right: -8px;
}
.commonCol .box .bigLabel.left {
  left: -4px;
}
.commonCol .box .imageWithDetails.reversed .commonTextWrapper,
.commonCol .box .imageWithDetails.reversed .image {
  float: right;
}
.commonCol .box .imageWithDetails .commonTextWrapper,
.commonCol .box .imageWithDetails .image {
  float: left;
  width: 50%;
}
.commonCol .box .imageWithDetails .commonTextWrapper {
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
  height: 100%;
}
.commonCol .box .imageWithDetails .commonTextWrapper:not(.colored) {
  background-color: #ffffff;
}
.commonCol .box .imageWithDetails .commonTextWrapper h2 {
  margin-bottom: 3px;
}
.commonCol .box .imageWithDetails .commonTextWrapper h4 {
  margin-bottom: 15px;
}
.commonCol .box .imageWithDetails .commonTextWrapper .iconStyle {
  margin-top: 24px;
}
.commonCol .box .imageWithDetails .image {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100%;
}
.commonCol .box .imageWithDetails .image img {
  height: 100%;
}
.commonCol .box .imgHolder {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.blog.innerContainer .blogContainer.commonCol .box.small .boxTextHolder, .blogDetails.innerContainer .viewedBlogs.commonCol .box.small .boxTextHolder {
  height: calc(100% - 290px);
}


.blog.innerContainer .blogContainer.commonCol .box .imgHolder img {
  position: initial !important;
}

.commonCol .box .imgHolder img {
  width: 100%;
}
.commonCol .box .fullLink {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  left: 0;
}
.commonCol .box.filter-box {
  cursor: pointer;
}
.commonCol .displayItemsDetails {
  display: none;
  width: 80%;
  float: left;
}
.commonCol .displayItemsDetails .box .inner,
.commonCol .displayItemsDetails .box .logoBox {
  cursor: default;
}
.commonCol .displayItemsDetails .info {
  padding: 0 5px;
  position: relative;
}
.commonCol .displayItemsDetails .info .inner {
  background-color: #ffffff;
  height: 306px;
  padding-top: 45px;
  padding-left: 40px;
  padding-right: 40px;
}
.commonCol .displayItemsDetails .info .inner .name {
  margin-bottom: 29px;
}
.commonCol .displayItemsDetails .info .inner p {
  margin-bottom: 25px;
}
.commonCol .displayItemsDetails .info .inner .linkStyle {
  text-align: left;
}
.commonCol .displayItemsDetails .info .inner .close {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 1;
  font-size: 37px;
  color: #107ebb;
  margin-bottom: 0px;
  cursor: pointer;
}
.commonCol .sideButton {
  position: absolute;
}
.commonCol .btnHolder {
  clear: both;
}
.logoBox {
  background-color: #ffffff;
  height: 230px;
}
.logoBox img {
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  max-width: 80%;
  margin: 0 auto;
  display: block;
}
.logoBox .invisibleInfo {
  display: none;
}
.boxTextHolder .type {
  font-family: 'DINNextLTArabic-Bold', sharp;
  font-size: 11px;
  display: inline-block;
  padding: 0 15px;
  height: 25px;
  min-width: 105px;
  margin-bottom: 50px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.boxTextHolder .type.white {
  background-color: #ffffff;
  color: black;
}
.boxTextHolder .type.white i {
  margin-right: 6px;
}
.boxTextHolder .type.darkyellow {
  background-color: #ad8627;
}
.boxTextHolder .type.carmine {
  background-color: #832134;
}
.boxTextHolder .type.navy {
  background-color: #134c6a;
}
.boxTextHolder .type.navy i {
  margin-right: 5px;
}
.boxTextHolder .type.blue {
  background-color: #107ebb;
}
.boxTextHolder .type i {
  margin-right: 3px;
  font-size: 15px;
  margin-top: 5px;
}
.boxTextHolder .type span {
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
}
.boxTextHolder .title {
  padding-top: 0px;
  font-size: 20px;
}

.boxTextHolder .linkStyle {
  margin-top: 15px;
  display: inline-block;
  text-align: left;
}
.boxTextHolder .linkStyle a {
  margin-bottom: 0px;
}
.boxTextHolder .time {
  margin-bottom: 5px;
}
.borderBottom {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.borderBottom.gray {
  border-bottom-color: #e6e6e6;
}
.tags .tag {
  height: 36px;
  border: 1px #0d7ab9 solid;
  text-align: center;
  padding-top: 4px;
  margin-right: 3px;
  padding-left: 13px;
  padding-right: 13px;
  display: inline-block;
  cursor: pointer;
}
.tags .tag.text {
  color: #107ebb;
}
.tags .tag:last-child {
  margin-right: 0px;
}
.tags .tag:hover {
  color: #ffffff;
  background-color: #107ebb;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.innerContainer {
  background-color: #f1f1f1;
  padding-bottom: 77px;
  min-height: 90%;
  padding-top: 0px;
}
.innerContainer.top-padding-40 {
  padding-top: 40px;
}
.innerContainer.moreTopPadding {
  padding-top: 70px;
}
.innerContainer.moreTopPadding .info .text p {
  color: #134c6a;
  text-align: initial;
  line-height: 1.5;
}
.innerContainer.moreTopPadding .text p {
  color: #134c6a;
  text-align: center;
  line-height: 1.5;
}
.innerContainer.lessbottomPadding {
  padding-bottom: 34px;
}
.innerContainer.rtl .formWrapper .header {
  padding-right: 6px;
}
.innerContainer.rtl .formWrapper .header h5 {
  float: left;
}
.innerContainer.rtl .formWrapper .header h2 {
  float: right;
}
.innerContainer.rtl .formWrapper .form {
  width: 100%;
}
.innerContainer.rtl .formWrapper .form .formGroupRow .formGroup:not(.insideText) {
  float: right;
}
.innerContainer.rtl .formWrapper .form .formGroupRow .formGroup:not(.insideText) .customInput,
.innerContainer.rtl .formWrapper .form .formGroupRow .formGroup:not(.insideText) .customTextarea,
.innerContainer.rtl .formWrapper .form .formGroupRow .formGroup:not(.insideText) .label {
  padding-left: 0px;
  padding-right: 40px;
}
.innerContainer.rtl .formWrapper .form .formGroupRow .formGroup.dirLeft {
  direction: ltr;
}
.innerContainer.rtl .formWrapper .form .formGroupRow .formGroup.dirLeft .customInput {
  padding-left: 40px;
  padding-right: 0px;
}
.innerContainer.rtl .formWrapper .form .formGroupRow .formGroup.uploadButtonFg input[type="file"],
.innerContainer.rtl .formWrapper .form .formGroupRow .formGroup.uploadButtonFg .uploadButton {
  right: auto;
  left: 0;
}
.innerContainer.rtl .formWrapper .form .formGroupRow .formGroup .chosen-container .chosen-single div {
  right: auto;
  left: 0;
}
.innerContainer.rtl .formWrapper .form .formGroupRow .formGroup .chosen-container .chosen-results li {
  padding-right: 35px;
  padding-left: 0px;
}
.innerContainer.rtl .formWrapper .form .roundButton {
  float: left;
}
.innerContainer.withIllustration {
  padding-bottom: 350px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
  position: relative;
  z-index: 0;
}
.innerContainer.withIllustration.kitabi {
  background-image: url(../images/illustrations/illustrationKitabi.jpg);
}
.innerContainer.withIllustration.arabi21 {
  background-image: url(../images/illustrations/illustrationArabi21.jpg);
}
.innerContainer.arab-award-platform-filter .banner {
  background-image: url(../images/illustrations/filter-image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.innerContainer .animationItem {
  position: absolute;
  z-index: -1;
}
.innerContainer .animationItem.airballoon {
  width: 260px;
  bottom: 245px;
  left: 29px;
  animation: infinite-up-down 4s 0s infinite normal linear forwards;
}
.innerContainer .animationItem.airplane {
  width: 60px;
  left: 39px;
  bottom: 198px;
  animation: side-to-side 60s 0s infinite normal linear forwards;
}
.innerContainer .animationItem.sun {
  width: 141px;
  right: 16px;
  bottom: 268px;
  animation: infinite-scaling 2s 0s infinite normal linear forwards;
}
.innerContainer .animationItem.bird {
  width: 44px;
  left: 15px;
  bottom: 315px;
  animation: side-to-side 60s 0s infinite normal linear forwards;
}
.innerContainer .animationItem.sheetplane {
  width: 77px;
  right: 20px;
  bottom: 210px;
  animation: infinite-up-down 4s 0s infinite normal linear forwards;
}
.innerContainer .quoteWrapper {
  margin-bottom: 10px;
  margin-top: 25px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  left: -20px;
  top: 17px;
}
.commonTextWrapper {
  padding: 56px 81px 30px;
}
.commonTextWrapper.center {
  text-align: center;
}
.commonTextWrapper.center .title.underline:before {
  margin: auto;
}
.commonTextWrapper.center .linkStyle {
  text-align: center;
}
.commonTextWrapper.center .info {
  width: 100%;
}
.commonTextWrapper.colored {
  padding-top: 25px;
  padding-bottom: 16px;
}
.commonTextWrapper.colored .text {
  color: #ffffff;
}
.commonTextWrapper.noSidePadding {
  padding-left: 0;
  padding-right: 0;
}
.commonTextWrapper.overContent {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  z-index: 2;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.commonTextWrapper.overContent.fixed {
  position: fixed;
}
.commonTextWrapper.overContent.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  pointer-events: all;
}
.commonTextWrapper .text,
.commonTextWrapper ul {
  margin-bottom: 34px;
  color: #134c6a;
}
.commonTextWrapper .text.noMarginBottom {
  margin-bottom: 0px;
}
.commonTextWrapper .title {
  margin-bottom: 27px;
}
.commonTextWrapper ul,
.commonTextWrapper ol {
  margin-left: 43px;
}
.commonTextWrapper ul .text,
.commonTextWrapper ol .text {
  margin-bottom: 3px;
}
.commonTextWrapper .holder .circleDate {
  float: right;
}
.commonTextWrapper .holder .aroundText {
  float: right;
  position: relative;
  width: 302px;
  top: 26px;
}

.blogDetails.innerContainer .commonTextWrapper .holder .aroundText.blog-quote{top: 7px}
.blogDetails.innerContainer .commonTextWrapper .holder .aroundText.blog-quote.ltr{top: 12px}
.blogDetails.innerContainer .commonTextWrapper .holder .aroundText.blog-quote .text{font-size: 18px; position: relative; top: 7px}
.blogDetails.innerContainer .commonTextWrapper .holder .aroundText.blog-quote.ltr .text{top: 3px}

.commonTextWrapper .holder .aroundText .text {
  font-size: 14px;
  padding-left: 46px;
  color: #107ebb;
}
.commonTextWrapper .holder .aroundText .quote {
  width: 40px;
  position: absolute;
  left: -3px;
  top: -10px;
}
.commonTextWrapper .holder .articleActivityContainer {
  padding-top: 14px;
}
.commonTextWrapper .holder .articleActivityContainer .iconStyle .text {
  margin-bottom: 0px;
}
.commonTextWrapper .holder .socialContainer {
  margin-top: 24px;
  display: inline-block;
}
.commonTextWrapper .info {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 94%;
}
.commonTextWrapper .info .flipbookStart {
  display: block;
}
.commonTextWrapper .info h2 {
  font-size: 18px;
}
.commonTextWrapper .info .text.small {
  font-size: 16px;
}
.commonTextWrapper .info .text:first-child {
  margin-bottom: 10px;
}
.commonTextWrapper .info .text.date {
  margin-bottom: 10px;
  color: #107ebb;
}
.commonTextWrapper .info .text.desc {
  margin-bottom: 0px;
}
.commonTextWrapper .infoDetails {
  margin-bottom: 18px;
}
.commonTextWrapper .infoDetails.halfStyle .imgWrapper,
.commonTextWrapper .infoDetails.halfStyle .details {
  width: 50%;
  float: left;
}
.commonTextWrapper .infoDetails.halfStyle .imgWrapper {
  margin-right: 0;
}
.commonTextWrapper .infoDetails.halfStyle .imgWrapper img {
  width: 100%;
}
.commonTextWrapper .infoDetails.halfStyle .details {
  padding-top: 100px;
  padding-left: 52px;
}
.commonTextWrapper .infoDetails.halfStyle .details .circleDate {
  float: none;
  margin-bottom: 20px;
}
.commonTextWrapper .infoDetails.halfStyle .details .circleDate p {
  font-size: 50px;
  color: #ffffff;
}
.commonTextWrapper .infoDetails.halfStyle .details .title {
  font-size: 35px;
  margin-bottom: 14px;
  display: block;
}
.commonTextWrapper .infoDetails.halfStyle .details .text {
  margin-bottom: 0px;
  display: inline-block;
}
.commonTextWrapper .infoDetails.halfStyle .details .tags .tag {
  height: 28px;
  padding: 0;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.commonTextWrapper .infoDetails.halfStyle .details .tags .tag:hover {
  background-color: initial;
}
.commonTextWrapper .infoDetails.halfStyle .details .tags .tag.category {
  margin-bottom: 27px;
  margin-top: 11px;
  padding-left: 13px;
  padding-right: 13px;
}
.commonTextWrapper .infoDetails.halfStyle .details .tags .tag.active {
  color: #ffffff;
  border: 1px solid;
}
.commonTextWrapper .infoDetails.halfStyle .details .tags:last-child {
  margin-top: 28px;
}
.commonTextWrapper .infoDetails.halfStyle .details .tags:last-child .tag {
  margin-right: 12px;
  height: 20px;
  line-height: 16px;
}
.commonTextWrapper .infoDetails.halfStyle .details .tags:last-child .tag:last-child {
  margin-right: 0px;
}
.commonTextWrapper .infoDetails.halfStyle .details .tags:last-child .tag.active {
  padding-left: 6px;
  padding-right: 6px;
}
.commonTextWrapper .infoDetails.halfStyle .details .tags:last-child div {
  margin-top: 6px;
}
.commonTextWrapper .infoDetails .imgWrapper {
  width: 22.75rem;
  float: left;
  margin-right: 52px;
  margin-bottom: 10px;
  position: relative;
  min-height: 216px;
}
.commonTextWrapper .infoDetails .imgWrapper img {
  width: 100%;
}
.commonTextWrapper .infoDetails .details .articleActivityContainer {
  float: none;
  margin-bottom: 20px;
  padding-top: 15px;
}
.commonTextWrapper .infoDetails .details p.text,
.commonTextWrapper .infoDetails .details h6 {
  color: #107ebb;
}
.commonTextWrapper .infoDetails .details p.text,
.commonTextWrapper .infoDetails .details h4 {
  font-size: 20px;
  margin-bottom: 5px;
}
.commonTextWrapper .infoDetails .details h5,
.commonTextWrapper .infoDetails .details h6 {
  font-size: 16px;
}
.commonTextWrapper .infoDetails .details h5 {
  margin-bottom: 10px;
}
.commonTextWrapper .infoDetails .details h6 {
  margin-bottom: 10px;
}
.commonTextWrapper .infoDetails .details .title {
  padding: 0;
  margin-bottom: 5px;
}
.commonTextWrapper .infoDetails .details .socialContainer {
  margin-top: 0px;
}
.commonTextWrapper .imgWrapper {
  position: relative;
}
.commonTextWrapper .imgWrapper img {
  width: 100%;
}
.commentSection {
  padding-bottom: 50px;
}
.commentSection .roundImage {
  float: left;
  width: 67px;
  height: 67px;
}
.commentSection .commentsContent {
  margin-bottom: 12px;
}
.commentSection .commentsContent h2 {
  font-size: 20px;
}
.commentSection .commentsContent .text {
  margin-bottom: 43px;
}
.commentSection .commentsContent .commentItem {
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.commentSection .commentsContent .commentItem .articleActivityContainer {
  margin-top: 12px;
}

.commentSection.ltr .commentsContent .commentItem .roundImage {
  float: left;
}

.commentSection .form {
  padding: 0;
}
.commentSection .form .title {
  font-size: 20px;
  padding-top: 0px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-left: 6px;
}
.commentSection .commentInputOuter {
  width: 100%;
  padding-left: 75px;
}
.commentSection .commentInputOuter .commentInput {
  background-color: #f1f1f1;
  height: 170px;
  margin: auto;
  padding: 35px 40px;
}
.commentSection .commentInputOuter .commentInput ::-webkit-input-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #134c6a;
  opacity: 0.9;
}
.commentSection .commentInputOuter .commentInput ::-moz-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #134c6a;
  opacity: 0.9;
}
.commentSection .commentInputOuter .commentInput ::-moz-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #134c6a;
  opacity: 0.9;
}
.commentSection .commentInputOuter .commentInput ::-ms-input-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #134c6a;
  opacity: 0.9;
}
.commentSection .commentInputOuter .commentInput textarea {
  width: 44rem;
  background-color: #ffffff;
  height: 100%;
  margin-left: 12px;
  margin-right: 12px;
  float: left;
  padding-left: 28px;
  padding-top: 24px;
  font-size: 16px;
  color: #134c6a;
  font-family: 'DINNextLTArabic-Light', sharp;
  resize: none;
}
.commentSection .commentInputOuter .commentInput .roundButton {
  min-width: 150px;
  margin-top: 29px;
}
.poster {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
}
.poster.hidden {
  opacity: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
}
.poster .play {
  width: 74px;
  height: 74px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
}
.poster .play.noBorder {
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  text-align: center;
}
.poster .play .fa-play {
  margin-top: 26px;
  margin-left: 6px;
  font-size: 23px;
}
.max-h-300 {
  max-height: 300px;
}
.addOverlay {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.addOverlay.lighter:after {
  background-color: rgba(0, 0, 0, 0.01);
}
.addOverlay:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.addOverlay.blue:after {
  background: rgba(13, 122, 185, 0.7);
}
.addOverlay .centered {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  z-index: 1;
  text-align: center;
  width: 100%;
}
.addOverlay .centered .text {
  width: auto;
}
.addSideArrow {
  position: relative;
}
.addSideArrow:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  z-index: 1;
  border-style: solid;
  border-width: 15px;
  top: 50%;
  pointer-events: none;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
}
.addSideArrow.right:after {
  left: 100%;
  border-color: transparent transparent transparent #ffffff;
}
.addSideArrow.left:after {
  right: 100%;
  border-color: transparent #ffffff transparent transparent;
}
.addSideArrow.bottom:after {
  top: 100%;
  left: 50%;
  border-color: #ffffff transparent transparent transparent;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
}
.addSideArrow.top:after {
  top: -30px;
  left: 50%;
  border-color: transparent transparent #ffffff transparent;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
}
.linkStyle {
  text-align: right;
}
.linkStyle a {
  margin-bottom: 11px;
  display: inline-block;
}
.linkStyle a.longArrow {
  position: relative;
}
.linkStyle a.longArrow:before {
  display: none;
}
.linkStyle a.longArrow:after {
  content: "\f178";
  font-family: fontAwesome;
  margin-left: 12px;
  position: absolute;
  top: 3px;
}
.linkStyle a:before {
  content: "\f101";
  font-family: fontAwesome;
  margin-right: 7px;
}
.linkStyle .sectionTitle {
  float: left;
}
.linkStyle .sectionTitle + a {
  margin-top: 34px;
  margin-bottom: 40px;
}
.linkStyle.withPaddingTop {
  padding-top: 35px;
}
.whiteWrapper {
  background-color: #ffffff;
  margin-bottom: 14px;
}
.whiteWrapper.extraSpace {
  padding-top: 163px;
  padding-bottom: 116px;
  margin-bottom: 0px;
}
.whiteWrapper .centered {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  z-index: 1;
  text-align: center;
  width: 100%;
}
.whiteWrapper .centered .text {
  width: auto;
}
.whiteWrapper .mainImg {
  overflow: hidden;
  position: relative;
}
.whiteWrapper .mainImg img {
  width: 100%;
}
.mediaGallery {
  position: relative;
  overflow: hidden;
}

.mediaGallery .displayGallery img {
  display: block;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.mediaGallery .displayGallery iframe {
  width: 100%;
  height: 100%;
}
.mediaGallery .mediaPlayList {
  width: 100%;
  background-color: #ffffff;
  position: relative;
  bottom: 0;
  padding: 36px 126px;
}
.mediaGallery .mediaPlayList .playListInfo {
  margin-bottom: 14px;
}
.mediaGallery .mediaPlayList .playListInfo .text,
.mediaGallery .mediaPlayList .playListInfo h5 {
  display: inline-block;
}
.mediaGallery .mediaPlayList .playListInfo h4 {
  float: left;
}
.mediaGallery .mediaPlayList .playListInfo .counter {
  float: right;
}
.mediaGallery .mediaPlayList .galleryCarousel .item {
  cursor: pointer;
  height: 100px;
  overflow: hidden;
}
.mediaGallery .mediaPlayList .galleryCarousel .item.image-placeholder {
  padding-bottom: 0;
}
.mediaGallery .mediaPlayList .galleryCarousel .item img {
  height: 100px;
}
.mediaGallery .mediaPlayList .galleryCarousel .owl-nav i {
  color: #0a0a0a;
}
.mediaGallery .mediaPlayList .caption,
.mediaGallery .mediaPlayList .text {
  background: #ffffff;
  color: #0a0a0a;
}
.roundImage {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.roundImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sideButton {
  color: #ffffff;
  position: fixed;
  right: 0;
  top: 50%;
  height: 44px;
  min-width: 171px;
  padding-left: 31px;
  padding-right: 31px;
  padding-top: 9px;
  border-top-left-radius: 21px;
  border-top-right-radius: 21px;
  z-index: 12;
  text-align: center;
  cursor: pointer;
  transform: rotate(-90deg) translateY(-50%) translateX(60%);
  -webkit-transform: rotate(-90deg) translateY(-50%) translateX(60%);
  -moz-transform: rotate(-90deg) translateY(-50%) translateX(60%);
  -ms-transform: rotate(-90deg) translateY(-50%) translateX(60%);
  transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
}
.sideButton.active {
  z-index: 3;
}
.socialCircle {
  position: fixed;
  bottom: 10%;
  left: 24px;
  z-index: 2;
}
.socialCircle.active .iconStyle.social:not(.shareBtn) {
  opacity: 1;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
.socialCircle.active .iconStyle.social:nth-child(1) {
  top: -60px;
  left: -21px;
}
.socialCircle.active .iconStyle.social:nth-child(2) {
  top: -55px;
  left: 31px;
}
.socialCircle.active .iconStyle.social:nth-child(3) {
  top: -10px;
  left: 60px;
}
.socialCircle.active .iconStyle.social:nth-child(4) {
  top: 43px;
  left: 47px;
}
.socialCircle.active .iconStyle.social:nth-child(5) {
  top: 65px;
  left: 0px;
}
.socialCircle .iconStyle {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.socialCircle .iconStyle.social {
  background-color: #363740;
}
.socialCircle .iconStyle.social:not(.shareBtn) {
  opacity: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
}
.socialCircle .iconStyle.shareBtn {
  position: relative;
  z-index: 1;
}
.socialCircle .iconStyle.shareBtn i {
  font-size: 19px;
  color: #57575d;
}
.socialCircle .iconStyle .plus {
  margin-top: -3px;
  display: inline-block;
}

.book-ecommerce-circle {
  position: absolute;
  bottom: 10px;
  left: 10px;
  cursor: pointer;
}
.book-ecommerce-circle.active .icon:not(.toggle) {
  opacity: 1;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
.book-ecommerce-circle.active .icon.amazon {
  top: -70px;
  left: 15px;
}
.book-ecommerce-circle.active .icon.neel-wa-furat {
  top: -10px;
  left: 71px;
}

.book-ecommerce-circle .icon {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.book-ecommerce-circle .icon {
  background-color: #363740;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
  z-index: 1;
}

.book-ecommerce-circle .icon i{
  font-size: 13px;
  font-style: normal;
  position: absolute;
  top: 50%;
  transform: translateY(-51%);
  left: 0;
  right: 0;
}
.book-ecommerce-circle .icon:not(.toggle) {
  opacity: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
}
.book-ecommerce-circle .icon.toggle {
  position: relative;
  z-index: 1;
}
.book-ecommerce-circle .icon.toggle span {
  font-size: 24px;
  line-height: 58px;
}
.book-ecommerce-circle .icon:hover {
  background-color: #832134;
}



/**** HEADER + FOOTER ****/
.nav {
  font-size: 0;
}
.nav li {
  font-size: 16px;
  display: inline-block;
  padding: 0 14px;
  position: relative;
}
.nav li:before {
  content: "";
  right: 0;
  height: 13px;
  width: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 4px;
}
.nav li:last-child {
  padding-right: 0;
}
.nav li:last-child:before {
  display: none;
}
.nav li a {
  transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
}
header {
  width: 100%;
  z-index: 11;
  transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
}
header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
header.fixed nav .nav li:hover a,
header.fixed nav .nav li.active a {
  color: #107ebb;
}
header.fixed nav .menutabs li.displayAllMenu {
  display: none;
}
header.static,
header.company-static {
  background-color: #ffffff;
}
header.static nav .nav,
header.company-static nav .nav {
  padding-top: 30px;
}
header.static nav .nav li:before,
header.company-static nav .nav li:before {
  background-color: #107ebb;
}
header.static nav .nav li:hover a,
header.company-static nav .nav li:hover a,
header.static nav .nav li.active a,
header.company-static nav .nav li.active a {
  font-family: 'DINNextLTArabic-Medium', sharp;
}
header.static nav .nav li a,
header.company-static nav .nav li a {
  color: #107ebb;
}
header.static nav .menutabs,
header.company-static nav .menutabs {
  padding-top: 27px;
  padding-left: 45px;
}
header.static nav .menutabs li.search .iconStyle i,
header.company-static nav .menutabs li.search .iconStyle i {
  color: #ffffff;
}
header.static nav .menutabs li.user:before,
header.company-static nav .menutabs li.user:before {
  border-top-color: #107ebb;
}
header.static nav .menutabs li.user .tooltip,
header.company-static nav .menutabs li.user .tooltip {
  background-color: #f1f1f1;
}
header.static nav .menutabs li > a,
header.company-static nav .menutabs li > a {
  border-color: #107ebb;
  color: #107ebb;
}
header.company-static nav .menutabs {
  padding-top: 5px;
}
header.scrolling {
  background-color: #ffffff;
  box-shadow: 0px -3px 10px 0px #7a767a;
  -webkit-box-shadow: 0px -3px 10px 0px #7a767a;
  -moz-box-shadow: 0px -3px 10px 0px #7a767a;
}
header.scrolling nav .nav li:before {
  background-color: #134c6a;
}
header.scrolling nav .nav li a {
  color: #134c6a;
}
header.scrolling nav .menutabs li:not(.search) > a {
  border-color: #134c6a;
  color: #134c6a;
}
header .logo {
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 170px;
}
header .logo img {
  width: 100%;
}
header nav {
  float: right;
  text-align: right;
}
header nav ul {
  display: inline-block;
  vertical-align: top;
  padding-top: 15px;
  padding-bottom: 15px;
}
header nav .nav.top {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
header nav .nav.top li:before {
  height: 11px;
  top: 6px;
}
header nav .nav.top li a {
  font-family: 'DINNextLTArabic-Light', sharp;
  font-size: 14px;
}
header nav .nav.bottom {
  padding-top: 10px;
  padding-bottom: 10px;
}
header nav .nav.bottom li:before {
  height: 4px;
  width: 4px;
  right: -2px;
  top: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
header nav .menutabs {
  padding-top: 4px;
  padding-left: 5px;
}
header nav .menutabs li {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-left: 5px;
}
header nav .menutabs li.internalMenuTriggerOnMobile {
  display: none;
}
header nav .menutabs li.search .iconStyle {
  border: 0;
}
header nav .menutabs li.lang a {
  text-transform: uppercase;
  font-family: 'DINPro-Light', sharp;
  line-height: 28px;
}
header nav .menutabs li.user {
  position: relative;
}
header nav .menutabs li.user i {
  font-size: 16px;
}
header nav .menutabs li.user:before,
header nav .menutabs li.user .tooltip {
  opacity: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
header nav .menutabs li.user:before {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #ffffff;
  left: 0;
  right: 0;
  margin: 0 auto;
}
header nav .menutabs li.user .tooltip {
  position: absolute;
  bottom: -26px;
  left: 50%;
  background-color: #ffffff;
  font-family: 'DINPro-Light', sharp;
  height: 18px;
  font-size: 12px;
  color: #0d7ab9;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 100;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
}
header nav .menutabs li.user .tooltip a {
  color: #0d7ab9;
  line-height: 16px;
}
header nav .menutabs li:hover.user:before,
header nav .menutabs li:hover.user .tooltip {
  opacity: 1;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
header nav .menutabs li > a {
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  display: block;
  font-size: 12px;
  color: #ffffff;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
header nav .menutabs li > a i {
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  display: block;
}
header nav .menutabs li .close {
  display: none;
  font-size: 20px;
}
header .headerPageTitle {
  font-size: 16px;
  color: #107ebb;
  font-family: 'DINNextLTArabic-Medium', sharp;
  padding-top: 46px;
  display: inline-block;
}
.footer {
  background-color: #134c6a;
  padding: 25px 0;
}
.footer.fix {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
.footer .subscribeContainer {
  float: left;
}
.footer .subscribeContainer ::-webkit-input-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #ffffff;
  opacity: 0.5;
}
.footer .subscribeContainer ::-moz-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #ffffff;
  opacity: 0.5;
}
.footer .subscribeContainer ::-moz-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #ffffff;
  opacity: 0.5;
}
.footer .subscribeContainer ::-ms-input-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #ffffff;
  opacity: 0.5;
}
.footer .subscribeContainer h3 {
  font-size: 20px;
  font-family: 'DINNextLTArabic-Light', sharp;
  font-weight: inherit;
  margin-bottom: 15px;
}
.footer .subscribeContainer .subscribe {
  width: 388px;
  padding: 3px 15px 7px;
}
.footer .subscribeContainer .subscribe ::-webkit-input-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #ffffff;
  opacity: 0.5;
}
.footer .subscribeContainer .subscribe ::-moz-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #ffffff;
  opacity: 0.5;
}
.footer .subscribeContainer .subscribe ::-moz-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #ffffff;
  opacity: 0.5;
}
.footer .subscribeContainer .subscribe ::-ms-input-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #ffffff;
  opacity: 0.5;
}
.footer .subscribeContainer .subscribe .form-group {
  width: 245px;
  height: 22px;
  float: left;
}
.footer .subscribeContainer .subscribe .form-group input {
  font-size: 13px;
  color: #ffffff;
  width: 100%;
  height: 100%;
  font-family: 'DINNextLTArabic-Medium', sharp;
}
.footer .subscribeContainer .subscribe .form-group ::-webkit-input-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #7e9cac;
  opacity: 1;
}
.footer .subscribeContainer .subscribe .form-group ::-moz-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #7e9cac;
  opacity: 1;
}
.footer .subscribeContainer .subscribe .form-group ::-moz-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #7e9cac;
  opacity: 1;
}
.footer .subscribeContainer .subscribe .form-group ::-ms-input-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #7e9cac;
  opacity: 1;
}
.footer .subscribeContainer .subscribe .submit {
  font-size: 14px;
  color: #ffffff;
  font-family: 'DINNextLTArabic-Light', sharp;
  background: transparent;
  border: none;
  cursor: pointer;
}
.footer .subscribeContainer .subscribe .submit .fa {
  padding-left: 10px;
}
.footer .subscribeContainer .subscribeError {
  padding: 5px 15px;
}
.footer .subscribeContainer .submit {
  font-size: 14px;
  color: #ffffff;
  font-family: 'DINNextLTArabic-Medium', sharp;
  background: transparent;
  border: none;
  cursor: pointer;
}
.footer .subscribeContainer .submit .fa {
  padding-left: 10px;
}
.footer .menuFooterHolder {
  float: right;
}
.footer .menuFooterHolder nav {
  text-align: right;
}
.footer .menuFooterHolder .copyrightHolder {
  margin-top: 15px;
  text-align: right;
  font-size: 12px;
  color: #ffffff;
  opacity: 0.7;
}
.footer .menuFooterHolder .copyrightHolder li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 5px;
}
.footer .menuFooterHolder .copyrightHolder li:last-child {
  margin-right: 0px;
}
.footer .menuFooterHolder .copyrightHolder li.textLink {
  padding-top: 12px;
}
.footer .menuFooterHolder .copyrightHolder li.textLink a {
  color: #ffffff;
}
.footer .menuFooterHolder .copyrightHolder li .copyright {
  margin-top: 4px;
  width: 212px;
  height: 32px;
  line-height: 26px;
}
.footer .menuFooterHolder .copyrightHolder li img {
  width: 135px;
  height: 40px;
}
.popMenu {
  background-color: rgba(19, 76, 106, 0.9);
  position: fixed;
  top: 120px;
  width: 100%;
  z-index: 99;
  width: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.popMenu.active {
  width: 100%;
}
.popMenu .popMenuHolder {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
}
.popMenu .popMenuHolder div {
  display: inline-block;
  vertical-align: bottom;
}
.popMenu .popMenuHolder .bottom {
  width: 270px;
  text-align: left;
}
.popMenu .popMenuHolder .bottom li {
  margin-bottom: 25px;
  display: block;
}
.popMenu .popMenuHolder .bottom li:last-child {
  margin-bottom: 0px;
}
.popMenu .popMenuHolder .bottom li:before {
  display: none;
}
.popMenu .popMenuHolder .bottom li a {
  font-size: 25px;
  color: #ffffff;
  font-family: 'DINNextLTArabic-Light', sharp;
}
.popMenu .popMenuHolder .bottom li a:hover {
  color: #129dee;
  text-decoration: underline;
}
.popMenu .popMenuHolder .top {
  columns: 280px 2;
  -webkit-columns: 280px 2;
  -moz-columns: 280px 2;
  margin-left: 86px;
}
.popMenu .popMenuHolder .top li {
  break-inside: avoid-column;
  display: block;
  padding-bottom: 12px;
  padding-top: 12px;
  text-align: left;
  padding-left: 103px;
}
.popMenu .popMenuHolder .top li:before {
  left: 0;
  height: 58px;
  background-color: #7b9aab;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
.popMenu .popMenuHolder .top li:last-child:before {
  display: inline-block;
  height: 29px;
}
.popMenu .popMenuHolder .top li:nth-child(3n) {
  padding-bottom: 5px;
}
.popMenu .popMenuHolder .top li a {
  font-size: 16px;
  color: #ffffff;
  font-family: 'DINNextLTArabic-Light', sharp;
  position: relative;
}
.popMenu .popMenuHolder .top li a:hover {
  color: #129dee;
}
.popMenu .popMenuHolder .top li a:before {
  content: "";
  position: absolute;
  left: -18px;
  top: 11px;
  width: 11px;
  height: 8px;
  background-image: url(../images/icons/small-arrow.png);
}
.sectionTitle {
  display: inline-block;
  z-index: 1;
}
.sectionTitle.left {
  position: relative;
  z-index: 1;
}
.sectionTitle.left h1 {
  text-align: left;
  display: inline-block;
}
.sectionTitle.left h5 {
  display: inline-block;
  vertical-align: bottom;
  font-size: 30px;
  font-family: 'DINPro-Light', sharp;
  margin-left: 28px;
}
.sectionTitle h1 {
  font-family: 'DINNextLTArabic-Regular', sharp;
  font-size: 60px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
/**** ICONS ****/
.socialContainer .iconStyle {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.socialContainer .text {
  margin-bottom: 15px;
  color: #107ebb;
}
.iconStyle {
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #134c6a;
  border: none;
  text-align: center;
  vertical-align: top;
  position: relative;
}
.iconStyle .plus {
  font-size: 34px;
}
.iconStyle .text,
.iconStyle i {
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
}
.iconStyle .text {
  font-family: 'DINNextLTArabic-Medium', sharp;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 18px;
}
.iconStyle i {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.iconStyle i.gallery {
  width: 33px;
  height: 23px;
  background-image: url(../images/icons/gallery.svg);
}
.iconStyle i.videoCamera {
  width: 27px;
  height: 22px;
  background-image: url(../images/icons/video-camera.svg);
}
.iconStyle i.user {
  width: 26px;
  height: 24px;
  background-image: url(../images/icons/user.svg);
}
.iconStyle i.lock {
  width: 19px;
  height: 24px;
  background-image: url(../images/icons/lock.svg);
}
.iconStyle i.female-male {
  width: 77px;
  height: 39px;
  background-image: url(../images/icons/female-male.svg);
}
.iconStyle i.fa-plus {
  font-size: 17px;
  margin-top: 1px;
  margin-left: 1px;
}
.iconStyle i.presenter {
  width: 11px;
  height: 21px;
  background-image: url(../images/icons/presenter.svg);
}
.iconStyle i.fa-microphone {
  color: #ccb27a;
}
.iconStyle i.book {
  width: 53px;
  height: 35px;
  background-image: url(../images/icons/book.svg);
}
.iconStyle i.stock {
  width: 46px;
  height: 37px;
  background-image: url(../images/icons/stock.svg);
}
.iconStyle i.croud {
  width: 41px;
  height: 38px;
  background-image: url(../images/icons/croud.svg);
}
.iconStyle i.tv {
  width: 44px;
  height: 44px;
  background-image: url(../images/icons/tv.svg);
}
.iconStyle i.penWriting {
  width: 27px;
  height: 43px;
  background-image: url(../images/icons/pen-writing.svg);
}
.iconStyle i.atoms {
  width: 68px;
  height: 68px;
  background-image: url(../images/icons/atoms.svg);
}
.iconStyle i.disc {
  width: 70px;
  height: 70px;
  background-image: url(../images/icons/disc.svg);
}
.iconStyle i.handPointer {
  width: 74px;
  height: 74px;
  background-image: url(../images/icons/hand-pointer.svg);
}
.iconStyle i.report {
  width: 37px;
  height: 55px;
  background-image: url(../images/icons/report.svg);
}
.iconStyle i.groupAge {
  width: 26px;
  height: 22px;
  background-image: url(../images/icons/ageGroup.svg);
}
.iconStyle i.groupAge.green {
  background-image: url(../images/icons/ageGroupGreen.svg);
}
.iconStyle i.theme {
  width: 16px;
  height: 22px;
  background-image: url(../images/icons/theme.svg);
}
.iconStyle i.theme.green {
  background-image: url(../images/icons/themeGreen.svg);
}
.iconStyle i.level {
  width: 22px;
  height: 19px;
  background-image: url(../images/icons/level.svg);
}
.iconStyle i.level.green {
  background-image: url(../images/icons/levelGreen.svg);
}
.iconStyle.addInnerIconShadow {
  background-image: url(../images/icons/icon-shadow.png);
  background-repeat: no-repeat;
  background-position: 12px 36px;
}
.iconStyle.biggest {
  cursor: default;
  width: 146px;
  height: 146px;
  margin-top: 40px;
}
.iconStyle.bigger {
  width: 100px;
  height: 100px;
}
.iconStyle.big {
  width: 65px;
  height: 65px;
}
.iconStyle.small {
  width: 46px;
  height: 46px;
}
.iconStyle.navyBg {
  background-color: #134c6a;
}
.iconStyle.blueBg {
  background-color: rgba(16, 126, 187, 0.6);
}
.iconStyle.blueBg.noOpacity {
  background-color: #107ebb;
}
.iconStyle.orangeBg {
  background-color: rgba(193, 108, 51, 0.6);
}
.iconStyle.greenBg {
  background-color: rgba(111, 121, 61, 0.6);
}
.iconStyle.greenBg.noOpacity {
  background-color: #6f793d;
}
.iconStyle.grayBg {
  background-color: #f1f1f1;
}
.iconStyle.social {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  font-size: 14px;
  background: #5f5f65;
}
.iconStyle.social:last-child {
  margin-right: 0px;
}
.iconStyle.transparent {
  background-color: transparent !important;
}
.iconStyle.youtube i {
  font-size: 22px;
}
.iconStyle.marker i {
  width: 32px;
  height: 50px;
  display: inline-block;
}
.iconStyle.marker.blue i {
  background-image: url(../images/map/marker.svg);
}
.iconStyle.marker.gold i {
  background-image: url(../images/map/markerGold.svg);
}
.iconStyle.marker.purple i {
  background-image: url(../images/map/markerPurple.svg);
}
.iconStyle.marker2 i {
  width: 32px;
  height: 50px;
  background-image: url(../images/map/marker2.svg);
  display: inline-block;
}
.iconStyle.backToTop {
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 2;
  box-shadow: 0px 0px 7px -3px #7a767a;
  -webkit-box-shadow: 0px 0px 7px -3px #7a767a;
  -moz-box-shadow: 0px 0px 7px -3px #7a767a;
  opacity: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
}
.iconStyle.backToTop.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
.iconStyle.backToTop span {
  display: block;
  text-transform: uppercase;
}
.iconStyle + .info {
  padding-top: 14px;
}
.iconStyle + .info .text {
  margin-bottom: 0;
}
.iconStyle + .info .text:first-child {
  margin-bottom: 2px;
}
button.iconStyle i {
  color: #ffffff;
  position: static;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
}
.smallArrow {
  width: 11px;
  height: 8px;
  background-image: url(../images/icons/small-arrow.png);
}
.btnHolder {
  text-align: center;
  padding-bottom: 25px;
  width: 100%;
}
.btnHolder.extraSpace {
  padding-top: 51px;
  padding-bottom: 51px;
}
.mapContainer {
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
}
.mapContainer .inner {
  width: 1105px;
  margin: auto;
  position: relative;
  pointer-events: none;
}
.mapContainer .countryNames {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
}
.mapContainer svg {
  width: 100%;
}
.mapContainer svg .addBg {
  fill: #778ca5;
}
.mapContainer svg .addBg,
.mapContainer svg .cls-2 {
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 0.25px;
}
.mapContainer svg .cls-2 {
  fill: #ccc;
}
.mapContainer + .btnHolder {
  margin-top: -110px;
  position: relative;
  z-index: 1;
}
.mapCaption {
  text-align: center;
  height: 55px;
  background-color: #fafbfc;
}
.mapCaption ul {
  display: inline-block;
  padding-top: 17px;
}
.mapCaption ul li {
  display: inline-block;
  float: left;
  margin-right: 102px;
  font-size: 12px;
}
.mapCaption ul li:last-child {
  margin-right: 0px;
}
.mapCaption ul li .iconStyle {
  background-color: transparent;
  height: 20px;
  width: 20px;
  cursor: default;
}
.mapCaption ul li .iconStyle.marker i {
  width: 14px;
  height: 18px;
}
.commonTextWrapper.center.gray {
  background-color: #f1f1f1;
  padding-top: 0;
  padding-bottom: 1px;
}
.commonTextWrapper.center.gray .title {
  margin-bottom: 10px;
}
.markerMap {
  position: absolute;
  display: inline-block;
}
.markerMap.markerMap2 .mapCarousel {
  top: -305px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.markerMap.markerMap2 .mapCarousel .owl-nav {
  top: auto;
  bottom: 50px;
}
.markerMap.markerMap2 .mapCarousel .owl-nav .owl-prev,
.markerMap.markerMap2 .mapCarousel .owl-nav .owl-next {
  color: #ad8627;
}
.markerMap.markerMap2 .mapCarousel .owl-nav .owl-next {
  right: 12px;
}
.markerMap.markerMap2 .mapCarousel .owl-nav .owl-prev {
  left: 12px;
}
.markerMap.markerMap2 .mapCarousel .item .imageHolder {
  height: 206px;
}
.markerMap.markerMap2 .mapCarousel .item .commonTextWrapper {
  text-align: center;
  height: 105px;
}
.markerMap.markerMap2 .mapCarousel .item .commonTextWrapper .roundButton {
  font-size: 14px;
  width: 103px;
  height: auto;
  min-height: 24px;
  padding: 5px;
  cursor: default;
}
.markerMap i {
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.markerMap i.marker {
  width: 32px;
  height: 50px;
  background-image: url(../images/map/marker.svg);
  display: inline-block;
}
.markerMap i.marker2 {
  width: 32px;
  height: 50px;
  background-image: url(../images/map/marker2.svg);
  display: inline-block;
}
.markerMap .flag {
  position: absolute;
  top: 5px;
  left: 1px;
  width: 30px;
  pointer-events: none;
}
.markerMap .mapCarousel {
  width: 289px;
  position: absolute;
  top: -283px;
  left: -130px;
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  box-shadow: 0px 0px 8px -2px #7a767a;
  -webkit-box-shadow: 0px 0px 8px -2px #7a767a;
  -moz-box-shadow: 0px 0px 8px -2px #7a767a;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.markerMap .mapCarousel.visible {
  opacity: 1;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  pointer-events: all;
}
.markerMap .mapCarousel .owl-nav {
  top: 86px;
}
.markerMap .mapCarousel .owl-nav .owl-next {
  right: 20px;
}
.markerMap .mapCarousel .owl-nav .owl-prev {
  left: 20px;
}
.markerMap .mapCarousel .item .imageHolder {
  height: 173px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.markerMap .mapCarousel .item .imageHolder img {
  width: auto;
  height: 100%;
  display: inline-block;
}
.markerMap .mapCarousel .item .commonTextWrapper {
  height: 105px;
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 10px;
  background-color: #ffffff;
}
.markerMap .mapCarousel .item .commonTextWrapper .info {
  float: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.markerMap .mapCarousel .item .commonTextWrapper .info .text:first-child {
  margin-bottom: 0px;
}
.articleActivityContainer {
  float: left;
}
.articleActivityContainer.right {
  float: right;
}
.articleActivityContainer.floatNone {
  float: none !important;
  padding-bottom: 15px;
}
.articleActivityContainer > div {
  display: inline-block;
  vertical-align: top;
}
.articleActivityContainer .iconStyle {
  width: auto;
  margin-right: 29px;
}
.articleActivityContainer .iconStyle:last-child {
  margin-right: 0;
}
.articleActivityContainer .iconStyle i {
  font-size: 21px;
  float: left;
  color: #107ebb;
}
.articleActivityContainer .iconStyle .text {
  float: left;
  color: #8a8a8a;
  font-family: 'DINNextLTArabic-Light', sharp;
  font-size: 15px;
  margin-left: 9px;
}
/** TEXT EDITOR STYLE **/
.textEditor ul {
  margin-bottom: 34px;
}
.textEditor ul li {
  position: relative;
  margin-bottom: 3px;
  padding-left: 7px;
  color: #ffffff;
  font-size: 16px;
  font-family: 'DINNextLTArabic-Light', sharp;
  line-height: 24px;
  color: #134c6a;
}
.textEditor ul li.white {
  color: #ffffff;
}
.textEditor ul li.blue {
  color: #0d7ab9;
}
.textEditor ul li.navy {
  color: #134c6a;
}
.textEditor ul li.gold {
  color: #ccb27a;
}
.textEditor ul li.medium {
  font-family: 'DINNextLTArabic-Medium', sharp;
}
.textEditor ul li.regular {
  font-family: 'DINNextLTArabic-Regular', sharp;
}
.textEditor ul li.bold {
  font-family: 'DINNextLTArabic-Bold', sharp;
}
.textEditor ul li.small {
  font-size: 12px;
}
.textEditor ul li.purpleLight {
  color: #9d344d;
}
.textEditor ul li p {
  line-height: 1.5;
}
.textEditor ul li:before {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  left: -3px;
  top: 2px;
}
.textEditor ol {
  margin-bottom: 34px;
  list-style-type: decimal;
  list-style-position: inside;
}
.textEditor ol li {
  position: relative;
  margin-bottom: 3px;
  color: #ffffff;
  font-size: 16px;
  font-family: 'DINNextLTArabic-Light', sharp;
  line-height: 24px;
  color: #134c6a;
}
.textEditor ol li.white {
  color: #ffffff;
}
.textEditor ol li.blue {
  color: #0d7ab9;
}
.textEditor ol li.navy {
  color: #134c6a;
}
.textEditor ol li.gold {
  color: #ccb27a;
}
.textEditor ol li.medium {
  font-family: 'DINNextLTArabic-Medium', sharp;
}
.textEditor ol li.regular {
  font-family: 'DINNextLTArabic-Regular', sharp;
}
.textEditor ol li.bold {
  font-family: 'DINNextLTArabic-Bold', sharp;
}
.textEditor ol li.small {
  font-size: 12px;
}
.textEditor ol li.purpleLight {
  color: #9d344d;
}
.textEditor ol li p {
  line-height: 1.5;
}
.textEditor p {
  color: #ffffff;
  font-size: 16px;
  font-family: 'DINNextLTArabic-Light', sharp;
  line-height: 24px;
  margin-bottom: 34px;
  color: #134c6a;
}
.textEditor p.white {
  color: #ffffff;
}
.textEditor p.blue {
  color: #0d7ab9;
}
.textEditor p.navy {
  color: #134c6a;
}
.textEditor p.gold {
  color: #ccb27a;
}
.textEditor p.medium {
  font-family: 'DINNextLTArabic-Medium', sharp;
}
.textEditor p.regular {
  font-family: 'DINNextLTArabic-Regular', sharp;
}
.textEditor p.bold {
  font-family: 'DINNextLTArabic-Bold', sharp;
}
.textEditor p.small {
  font-size: 12px;
}
.textEditor p.purpleLight {
  color: #9d344d;
}
.textEditor p p {
  line-height: 1.5;
}
.textEditor a {
  color: #134c6a;
}
/** IE/EDGE Special Styles **/
.ie section .owl-carousel video,
.edge section .owl-carousel video,
.ie iframe,
.edge iframe {
  height: auto;
}
.alert-dismissible {
  color: #1f6f78;
  text-align: center;
  padding: 5rem 0;
}
.alert-dismissible .close {
  display: none;
}
.image-proxy-parent {
  position: relative;
}
.image-proxy-parent .fullbox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.image-proxy-parent:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/default.png) center no-repeat;
  background-size: cover;
  z-index: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
}
.image-proxy-parent img {
  visibility: hidden;
}
.image-proxy-parent .img-proxy {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.image-placeholder {
  /* 16x9 aspect */
  height: 0;
  padding-bottom: 64%;
}
.overlay.relative {
  position: relative;
}
.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  left: 5px;
  background-color: #ffffff;
  z-index: 0;
}
.overlay .overlay-sibling {
  z-index: 1;
}
.overlay .overlay-sibling.relative {
  position: relative;
}
@keyframes infinite-scaling {
  0% {
    transform: none;
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: none;
  }
}
@keyframes infinite-up-down {
  0% {
    transform: none;
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: none;
  }
}
@keyframes side-to-side {
  0% {
    left: -60px;
  }
  100% {
    left: 101%;
  }
}
.arab-award-platform .textEditor p {
  margin-bottom: 10px;
}
.top-padding-30 {
  padding-top: 30px !important;
}
.top-padding-15 {
  padding-top: 15px !important;
}
.no-padding-bottom {
  padding-bottom: 0;
}
/*** HOME LANDING PAGE **/
.mediaCarousel {
  min-height: 600px;
}
.mediaCarousel .owl-dots {
  margin-top: 10px;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  z-index: 10;
}
.mediaCarousel .owl-dots .owl-dot {
  width: 72px;
  height: 72px;
  margin: 0 5px;
  text-align: center;
  position: relative;
}
.mediaCarousel .owl-dots .owl-dot:before {
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: rgba(16, 126, 187, 0.4);
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.mediaCarousel .owl-dots .owl-dot.active:before,
.mediaCarousel .owl-dots .owl-dot:hover:before {
  background: transparent;
}
.mediaCarousel .owl-dots .owl-dot.active img,
.mediaCarousel .owl-dots .owl-dot:hover img {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(0%);
}
.mediaCarousel .owl-dots .owl-dot.active p,
.mediaCarousel .owl-dots .owl-dot:hover p {
  display: block;
}
.mediaCarousel .owl-dots .owl-dot .thumb {
  width: 72px;
  height: 72px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mediaCarousel .owl-dots .owl-dot .thumb img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -ms-filter: grayscale(100%);
}
.mediaCarousel .owl-dots .owl-dot p {
  display: none;
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
}
.mediaCarousel .media-item {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.countdown {
  width: 100%;
  font-family: 'DINNextLTArabic-Light', sharp;
}
.countdown ul {
  margin: 0 auto;
  text-align: center;
}
.countdown ul li {
  margin: 10px 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  width: 109px;
  height: 109px;
  padding-top: 16px;
  background-color: #134c6a;
}
.countdown ul li span {
  padding: 14px 0px 2px;
  font-size: 48px;
  color: #ffffff;
}
.countdown ul li p {
  padding: 2px 0;
  font-size: 16px;
  color: #ccb27a;
}
.stagePaddingCarouselWrapper.gray {
  background-color: #f4f4f4;
}
.stagePaddingCarouselWrapper .item {
  opacity: 1;
  filter: alpha(opacity=1);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
.stagePaddingCarouselWrapper .item .img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  width: 600px;
}
.stagePaddingCarouselWrapper .before,
.stagePaddingCarouselWrapper .after {
  cursor: pointer;
}
.stagePaddingCarouselWrapper .before .item,
.stagePaddingCarouselWrapper .after .item {
  width: 100%;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
}
.stagePaddingCarouselWrapper .before .fullLink,
.stagePaddingCarouselWrapper .after .fullLink {
  display: none;
}
.stagePaddingCarouselWrapper .innerContainer > .commonTextWrapper .title.underline {
  padding-top: 0;
  margin-bottom: 0;
}
.stagePaddingCarouselWrapper .bigCarousel {
  height: 487px;
  margin: 180px 0 60px;
}
.stagePaddingCarouselWrapper .bigCarousel:before {
  content: "Latest News";
  font-family: 'DINNextLTArabic-Bold', sharp;
  font-size: 105px;
  left: 732px;
  top: 0;
  position: absolute;
  color: #e8f2f8;
}
.stagePaddingCarouselWrapper .bigCarousel .item .img,
.stagePaddingCarouselWrapper .bigCarousel .item .boxTextHolder {
  float: left;
}
.stagePaddingCarouselWrapper .bigCarousel .item .img {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  width: 600px;
  overflow: hidden;
}
.stagePaddingCarouselWrapper .bigCarousel .item .boxTextHolder {
  padding: 135px 10px 0px 80px;
  width: 40%;
}
.stagePaddingCarouselWrapper .bigCarousel .item .boxTextHolder .title {
  font-size: 20px;
  color: #134c6a;
}
.stagePaddingCarouselWrapper .bigCarousel .item .boxTextHolder .text {
  color: #134c6a;
}
.stagePaddingCarouselWrapper .bigCarousel .item .boxTextHolder .text p {
  line-height: 24px;
}
.stagePaddingCarouselWrapper .bigCarousel .owl-item.before .item .img {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  float: right;
}
.stagePaddingCarouselWrapper .bigCarousel .owl-item.after .item .img {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
}
.stagePaddingCarouselWrapper .bigCarousel .owl-nav {
  width: 85%;
}
.stagePaddingCarouselWrapper .smallCarousel {
  padding-top: 40px;
}
.stagePaddingCarouselWrapper .smallCarousel.single .owl-item.before .item,
.stagePaddingCarouselWrapper .smallCarousel.single .owl-item.after .item {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  opacity: 1;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
.stagePaddingCarouselWrapper .smallCarousel .item {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.stagePaddingCarouselWrapper .smallCarousel .item .quoteWrapper {
  background-color: #134c6a;
}
.stagePaddingCarouselWrapper .smallCarousel .owl-item.before .item {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
}
.stagePaddingCarouselWrapper .smallCarousel .owl-item.after .item {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
}
.stagePaddingCarouselWrapper .smallCarousel .owl-nav {
  width: 80%;
}
.stagePaddingCarouselWrapper .boxCarousel .box {
  transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
}
.stagePaddingCarouselWrapper .boxCarousel .owl-item.before .box .imgCover.addOverlay:after,
.stagePaddingCarouselWrapper .boxCarousel .owl-item.after .box .imgCover.addOverlay:after {
  background-color: rgba(0, 0, 0, 0.6);
}
.stagePaddingCarouselWrapper .boxCarousel .owl-item.before .box .imgCover .iconStyle,
.stagePaddingCarouselWrapper .boxCarousel .owl-item.after .box .imgCover .iconStyle {
  display: none;
}
.stagePaddingCarouselWrapper .boxCarousel .owl-item.before .box .commonTextWrapper,
.stagePaddingCarouselWrapper .boxCarousel .owl-item.after .box .commonTextWrapper {
  opacity: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
}
.stagePaddingCarouselWrapper .boxCarousel .owl-item.before .box {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform-origin: 100% 221px;
  -moz-transform-origin: 100% 221px;
  -webkit-transform-origin: 100% 221px;
  -ms-transform-origin: 100% 221px;
}
.stagePaddingCarouselWrapper .boxCarousel .owl-item.after .box {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform-origin: 0 221px;
  -moz-transform-origin: 0 221px;
  -webkit-transform-origin: 0 221px;
  -ms-transform-origin: 0 221px;
}
.stagePaddingCarouselWrapper .boxCarousel .owl-nav {
  width: 85%;
  top: 221px;
}
.blocksWrapper.equal .block {
  width: 50%;
}
.blocksWrapper.equal .block:first-child,
.blocksWrapper.equal .block:last-child {
  width: 50%;
}
.blocksWrapper .block {
  float: left;
}
.blocksWrapper .block:first-child {
  width: 40%;
}
.blocksWrapper .block:last-child {
  width: 60%;
}
.blocksWrapper .block .box {
  height: 500px;
  padding: 0;
  margin-bottom: 0px;
}
.blocksWrapper .block .box:last-child .boxTextHolder {
  left: 136px;
}
.blocksWrapper .block .box:last-child .boxTextHolder .circleDate {
  left: -119px;
}
.blocksWrapper .block .box.blue {
  background-color: #107ebb;
}
.blocksWrapper .block .box.blue .content:before {
  content: "Subscribe";
  font-family: 'DINNextLTArabic-Bold', sharp;
  font-size: 93px;
  position: absolute;
  top: -66px;
  opacity: 0.1;
  filter: alpha(opacity=10);
  -khtml-opacity: 0.1;
  -moz-opacity: 0.1;
  left: -4px;
  color: #ffffff;
}
.blocksWrapper .block .box.grey {
  background-color: #f1f1f1;
}
.blocksWrapper .block .box.grey .content img,
.blocksWrapper .block .box.grey .content .text {
  display: inline-block;
  vertical-align: top;
}
.blocksWrapper .block .box.grey .content img {
  max-width: 190px;
}
.blocksWrapper .block .box.grey .content .text {
  width: 190px;
  padding-left: 45px;
}
.blocksWrapper .block .box.grey .content .text h3 {
  font-size: 20px;
  padding-top: 0;
  line-height: 22px;
}
.blocksWrapper .block .box.grey .content .text .linkStyle {
  text-align: left;
}
.blocksWrapper .block .box.grey .content .text .linkStyle .text {
  font-size: 14px;
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 45px;
  color: #231f20;
  width: auto;
}
.blocksWrapper .block .box.grey .date {
  color: #107ebb;
}
.blocksWrapper .block .box.navy {
  background-color: #134c6a;
}
.blocksWrapper .block .box.white {
  background-color: #ffffff;
}
.blocksWrapper .block .box.white .caption {
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  margin: 0 auto;
}
.blocksWrapper .block .box.white .caption .event {
  float: left;
  width: 50%;
  height: 225px;
}
.blocksWrapper .block .box.white .caption .event .text {
  padding: 0px 5px 0px 30px;
}
.blocksWrapper .block .box.white .caption .event .text .title {
  padding: 10px 0px 25px 0px;
}
.blocksWrapper .block .box.white .caption .event .text .link {
  margin: 10px 0 10px;
}
.blocksWrapper .block .box.white .caption .date {
  color: #107ebb;
}
.blocksWrapper .block .box.small {
  width: 50%;
}
.blocksWrapper .block .box.small .boxTextHolder .title {
  color: #231f20;
}
.blocksWrapper .block .box.small .boxTextHolder .title.underline:before {
  background-color: #231f20;
}
.blocksWrapper .block .box.small .boxTextHolder h5.text {
  margin-top: 15px;
  color: #107ebb;
}
.blocksWrapper .block .box.small .boxTextHolder .linkStyle a {
  color: #231f20;
}
.blocksWrapper .block .box.small .boxTextHolder .linkStyle a:before {
  color: #231f20;
}
.blocksWrapper .block .box.fullBox {
  width: 100%;
  float: none;
}
.blocksWrapper .block .box.fullBox .boxTextHolder .linkStyle {
  margin-top: 96px;
}
.blocksWrapper .block .box.fullBox .boxTextHolder .linkStyle a {
  color: #ffffff;
}
.blocksWrapper .block .box.fullBox .boxTextHolder .linkStyle a:before {
  color: #ffffff;
}
.blocksWrapper .block .box.fullBox .boxTextHolder .title.underline:before {
  background-color: #ffffff;
}
.blocksWrapper .block .box .content {
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  max-width: 387px;
  margin: 0 auto;
}
.blocksWrapper .block .box .content h3 {
  font-size: 25px;
  font-family: 'DINNextLTArabic-Regular', sharp;
  font-weight: inherit;
  margin-bottom: 20px;
}
.blocksWrapper .block .box .content .subscribe {
  width: 388px;
  padding: 3px 15px 7px;
}
.blocksWrapper .block .box .content .subscribe ::-webkit-input-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #69b6d8;
  opacity: 1;
}
.blocksWrapper .block .box .content .subscribe ::-moz-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #69b6d8;
  opacity: 1;
}
.blocksWrapper .block .box .content .subscribe ::-moz-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #69b6d8;
  opacity: 1;
}
.blocksWrapper .block .box .content .subscribe ::-ms-input-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #69b6d8;
  opacity: 1;
}
.blocksWrapper .block .box .content .subscribe .form-group {
  width: 245px;
  height: 22px;
  float: left;
}
.blocksWrapper .block .box .content .subscribe .form-group input {
  font-size: 14px;
  color: #ffffff;
  width: 100%;
  height: 100%;
}
.blocksWrapper .block .box .content .subscribe .submit {
  font-size: 14px;
  color: #ffffff;
  font-family: 'DINNextLTArabic-Light', sharp;
  background: transparent;
  border: none;
  cursor: pointer;
}
.blocksWrapper .block .box .content .subscribe .submit .fa {
  padding-left: 10px;
}
.blocksWrapper .block .box .content .subscribeError {
  padding: 5px 15px;
}
.blocksWrapper .block .box .content .link {
  margin-top: 15px;
}
.blocksWrapper .block .box .boxTextHolder {
  left: 157px;
  bottom: auto;
  top: 112px;
}
.blocksWrapper .block .box .boxTextHolder .circleDate {
  left: -120px;
  right: auto;
  top: -10px;
}
.logosWrapper {
  overflow: hidden;
}
.logosWrapper .banner {
  height: 650px;
}
.logosWrapper .title {
  padding-top: 0;
}
.logosWrapper .title.underline:before {
  margin: auto;
}
.logosWrapper ul {
  text-align: center;
  padding-bottom: 20px;
}
.logosWrapper ul li {
  display: inline-block;
  vertical-align: top;
  min-width: 170px;
  position: relative;
  cursor: pointer;
  font-size: 25px;
  font-family: 'DINNextLTArabic-Regular', sharp;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.logosWrapper ul li a {
  color: #99c6e1;
}
.logosWrapper ul li:before {
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
  height: 28px;
  background: #aacee3;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
}
.logosWrapper ul li:last-child:before {
  width: 0;
  height: 0;
}
.logosWrapper ul li.active {
  opacity: 1;
  filter: alpha(opacity=1);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
.logosWrapper ul li.active a {
  color: #ffffff;
}
.logosWrapper ul li.active:before {
  opacity: 1;
  filter: alpha(opacity=1);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
.logosWrapper ul li:hover a {
  color: #ffffff;
}
.logosWrapper .logoCarouselParent {
  margin-top: 70px;
  margin-bottom: 70px;
  height: 230px;
}
.logosWrapper .partners-carousel-holder {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
}
.logosWrapper .partners-carousel-holder.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
.logosWrapper .partners-carousel-holder.hidden {
  display: none;
}
.logosWrapper .logoCarousel {
  width: 85%;
  margin: 0 auto;
}
.logosWrapper .logoCarousel .logoBox {
  position: relative;
}
.logosWrapper .logoCarousel .logoBox:hover .logoCaption {
  opacity: 1;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
.logosWrapper .logoCarousel .logoBox img {
  max-width: 150px;
}
.logosWrapper .logoCarousel .logoBox .logoCaption {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.logosWrapper .logoCarousel .logoBox .logoCaption .text {
  font-size: 22px;
  max-width: 90%;
  display: block;
  margin-top: 0;
  color: #134c6a;
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
}
.logosWrapper .logoCarousel .owl-stage {
  margin: 0 auto;
}
.logosWrapper .roundButton {
  position: relative;
  z-index: 1;
}
.site-gallery .image-placeholder {
  padding-bottom: initial;
}
section .owl-carousel .owl-stage,
section .owl-carousel .owl-item,
section .owl-carousel .owl-stage-outer {
  height: auto;
}
section .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  margin: -15px auto 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 0;
}
section .owl-carousel .owl-nav .owl-prev,
section .owl-carousel .owl-nav .owl-next {
  position: relative;
  top: 0;
  padding: 0;
  margin: 0;
  display: inline-block;
}
section .owl-carousel .owl-nav .owl-prev .fa,
section .owl-carousel .owl-nav .owl-next .fa {
  font-size: 2em;
}
section .owl-carousel .owl-nav .owl-prev {
  float: left;
  left: -60px;
}
section .owl-carousel .owl-nav .owl-next {
  float: right;
  right: -60px;
}
section .grid .details .title,
section .grid .details .textEditor {
  line-height: 24px;
}
section .grid .details .title a,
section .grid .details .textEditor a {
  color: #107ebb;
  text-decoration: underline;
}
/*** Internal Pages ***/
.contact .banner {
  height: auto;
  text-align: left;
  padding-top: 40px;
}
.contact .banner .text {
  width: auto;
  margin-top: 0px;
}
.contact .contactFormContainer {
  margin-top: 50px;
  padding-top: 50px;
  z-index: 1;
  position: relative;
}
.contact .contactFormContainer .formContainer,
.contact .contactFormContainer .mapContainer {
  width: 50%;
  float: left;
}
.contact .contactFormContainer .formContainer {
  padding-right: 70px;
}
.contact .contactFormContainer .formContainer .contactInfo {
  margin-top: 28px;
}
.contact .contactFormContainer .formContainer .contactInfo .subTitle {
  font-family: 'DINNextLTArabic-Light', sharp;
  font-weight: bold;
}
.contact .contactFormContainer .formContainer .contactInfo .firstCol {
  width: 284px;
  float: left;
}
.contact .contactFormContainer .formContainer .contactInfo .firstCol .text {
  margin-top: 10px;
}
.contact .contactFormContainer .formContainer .contactInfo .secondCol {
  width: 11.5rem;
  padding-top: 26px;
  float: left;
  margin-left: 80px;
  position: relative;
}
.contact .contactFormContainer .formContainer .contactInfo .secondCol:before {
  content: '';
  position: absolute;
  height: 60px;
  background-color: #e6e6e6;
  width: 1px;
  left: -46px;
}
.contact .contactFormContainer .formContainer .contactInfo .secondCol .text {
  display: block;
}
.contact .contactFormContainer .formContainer .contactInfo span.ltr {
  display: inline-block;
}
.contact .contactFormContainer .formContainer .form {
  margin-top: 29px;
}
.contact .contactFormContainer .formContainer .form .formGroupRow .formGroup {
  padding-left: 0;
  padding-right: 14px;
}
.contact .contactFormContainer .formContainer .form .formGroupRow .formGroup input::-webkit-input-placeholder {
  line-height: 30px;
}
.contact .contactFormContainer .formContainer .form .formGroupRow .formGroup input {
  line-height: 50px;
}
.contact .contactFormContainer .mapContainer {
  height: 582px;
  padding-top: 25px;
}
.contact .contactFormContainer .mapContainer #map {
  width: 100%;
  height: 100%;
}
.contact .contactFormContainer .successForm {
  color: #ffffff;
}
.volunteer .commonTextWrapper {
  padding: 0;
  padding-top: 40px;
}
.volunteer .commonTextWrapper p:first-child {
  margin-bottom: 30px;
}
.volunteer .formWrapper {
  margin-top: 59px;
}
.volunteer .formWrapper .btnHolder {
  padding-top: 30px;
}
.volunteer .formWrapper .btnHolder .roundButton {
  margin-bottom: 0;
}
.collapsibleContainer {
  padding-top: 80px;
}
.collapsibleContainer .collapsibleItem {
  width: 100%;
  margin-bottom: 13px;
}
.collapsibleContainer .collapsibleItem:last-child {
  margin-bottom: 0px;
}
.collapsibleContainer .collapsibleItem .collapsibleHeader {
  background-color: #ffffff;
  padding: 27px 45px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
}
.collapsibleContainer .collapsibleItem .collapsibleHeader:after {
  content: "+";
  font-size: 30px;
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #0d7ab9;
  right: 45px;
  position: absolute;
  top: 20px;
}
.collapsibleContainer .collapsibleItem .collapsibleHeader.open {
  background-color: #134c6a;
}
.collapsibleContainer .collapsibleItem .collapsibleHeader.open .text {
  color: #ffffff;
}
.collapsibleContainer .collapsibleItem .collapsibleHeader.open:after {
  content: "-";
  color: #ffffff;
}
.collapsibleContainer .collapsibleItem .collapsibleHeader .text.regular {
  display: inline-block;
  font-size: 20px;
}
.collapsibleContainer .collapsibleItem .collapsibleDesc {
  height: auto;
  background-color: #ffffff;
  padding: 42px 45px;
  display: none;
}
.careers .paginationWrapper {
  padding-top: 50px;
}
.careers .careersContainer.commonTextWrapper {
  padding: 0;
  padding-top: 18px;
}
.careers .careersContainer .careerItem {
  background-color: #ffffff;
  padding: 42px 40px 105px;
  margin-bottom: 44px;
  position: relative;
  height: 320px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.careers .careersContainer .careerItem.active .inner {
  max-height: initial;
}
.careers .careersContainer .careerItem:last-child {
  margin-bottom: 0px;
}
.careers .careersContainer .careerItem .inner {
  overflow: hidden;
  max-height: 100%;
}
.careers .careersContainer .careerItem .careerBreif {
  width: 60%;
  float: left;
}
.careers .careersContainer .careerItem .careerBreif .subTitle {
  margin-top: 11px;
  margin-bottom: 20px;
}
.careers .careersContainer .careerItem .careerBreif p {
  position: relative;
  padding-right: 38px;
}
.careers .careersContainer .careerItem .careerBreif p:after {
  content: "";
  background-color: #0d7ab9;
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0px;
  top: 0;
  display: none;
}

.careers .careersContainer .careerItem .careerBreif.info {
  padding-left: 0px;
}
.careers .careersContainer .careerItem .qualifications {
  width: 40%;
  float: left;
  padding-left: 45px;
  padding-top: 29px;
}
.careers .careersContainer .careerItem .qualifications ul {
  padding-left: 6px;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.careers .careersContainer .careerItem .qualifications ul li:last-child {
  margin-bottom: 0px;
}
.careers .careersContainer .careerItem .btnHolder {
  position: absolute;
  bottom: -35px;
  right: 40px;
  width: auto;
  padding-bottom: 0;
}
.careers .careersContainer .careerItem .btnHolder .roundButton {
  display: inline-block;
}
.careers .careersContainer .careerItem .btnHolder .roundButton + .roundButton {
  margin-left: 4px;
}
.myAccount .editAccountBanner {
  width: 100%;
  height: 280px;
  background-color: #0d7ab9;
}
.myAccount .editAccountBanner .logoHolder {
  width: 19rem;
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  margin: auto;
  text-align: center;
}
.myAccount .editAccountBanner .logoHolder .logoImageContainer {
  width: 161px;
  height: 161px;
  border: 1px #4998c5 solid;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.myAccount .editAccountBanner .logoHolder .logoImageContainer .imageHolder {
  width: 141px;
  height: 141px;
  border: 1px #4998c5 solid;
  margin: 9px auto auto;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.myAccount .editAccountBanner .logoHolder .logoImageContainer .imageHolder img {
  width: 100%;
  height: 100%;
}
.myAccount .editAccountBanner .logoHolder .logoImageContainer .imageHolder .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #134c6a;
  top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
.myAccount .editAccountBanner .logoHolder .logoImageContainer .imageHolder .cover img {
  height: 70px;
  margin-top: 44px;
}
.myAccount .editAccountBanner .logoHolder .info {
  color: #ffffff;
  font-family: 'DINNextLTArabic-Regular', sharp;
}
.myAccount .editAccountBanner .logoHolder .info h4 {
  font-size: 30px;
  margin-bottom: 10px;
}
.myAccount .formWrapper {
  margin-top: 40px;
}
.myAccount .formWrapper .form {
  padding-top: 84px;
  padding-bottom: 78px;
}
.searchResult .filterWrapper {
  padding-top: 48px;
}
.searchResult .filterWrapper .text {
  display: block;
  margin-bottom: 20px;
}
.searchResult .filterWrapper .filterGroup {
  position: relative;
}
.searchResult .filterWrapper .filterGroup .searchIcon {
  position: absolute;
  top: 9px;
  right: 12px;
}
.searchResult .resultsContainer {
  margin-top: 43px;
  padding: 67px 0 67px 76px;
  background-color: #ffffff;
}
.searchResult .resultsContainer .resultItem {
  width: 100%;
  padding-bottom: 35px;
  border-bottom: 1px #e6e6e6 solid;
  margin-bottom: 35px;
}
.searchResult .resultsContainer .resultItem.info {
  padding-left: 0px;
  float: none;
}
.searchResult .resultsContainer .resultItem h2 {
  margin-bottom: 14px;
}
.searchResult .resultsContainer .resultItem h4 {
  margin-bottom: 16px;
}
.searchResult .resultsContainer .resultItem p {
  padding-right: 40px;
}
.searchResult .resultsContainer .empty {
  color: #134c6a;
}
.empty {
  color: #134c6a;
  text-align: center;
}
.loginContainer .banner {
  height: 775px;
}
.loginContainer .loginForm {
  width: 24rem;
  margin: auto;
  z-index: 1;
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
}
.loginContainer .loginForm ::-webkit-input-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #134c6a;
  opacity: 0.9;
}
.loginContainer .loginForm ::-moz-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #134c6a;
  opacity: 0.9;
}
.loginContainer .loginForm ::-moz-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #134c6a;
  opacity: 0.9;
}
.loginContainer .loginForm ::-ms-input-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #134c6a;
  opacity: 0.9;
}
.loginContainer .loginForm .title {
  padding: 0;
  margin: 0;
  margin-bottom: 35px;
}
.loginContainer .loginForm .formGroup {
  margin-bottom: 11px;
  position: relative;
}
.loginContainer .loginForm .formGroup.passwordHolder {
  margin-bottom: 17px;
}
.loginContainer .loginForm .formGroup.passwordHolder a {
  position: absolute;
  top: 15px;
  right: 35px;
  width: auto;
  font-size: 13px;
  margin-top: 0px;
}
.loginContainer .loginForm .formGroup:last-child {
  margin-bottom: 0px;
  width: auto;
  margin-top: 32px;
}
.loginContainer .loginForm .formGroup:last-child a {
  position: relative;
}
.loginContainer .loginForm .formGroup:last-child a:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background: #ffffff;
  bottom: -5px;
  left: 0px;
}
.loginContainer .loginForm .formGroup .customInput {
  width: 100%;
  font-family: 'DINNextLTArabic-Light', sharp;
  background-color: #e6e6e6;
  color: #134c6a;
  font-size: 16px;
  padding-left: 60px;
  height: 50px;
}
.loginContainer .loginForm .formGroup .customInput:focus {
  border-left: 6px solid #134c6a;
  padding-left: 54px;
}
.loginContainer .loginForm .formGroup .iconStyle {
  position: absolute;
  pointer-events: none;
  width: 60px;
  height: 50px;
  left: 0;
  top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.loginContainer .loginForm .formGroup .roundButton {
  width: 100%;
  height: 49px;
  margin: 0;
}
.loginContainer .loginForm .formGroup .roundButton.facebook {
  background-color: #41549a !important;
  padding-top: 14px;
}
.loginContainer .loginForm .formGroup .help-block {
  text-align: left;
}
.loginContainer .loginForm .orHolder {
  width: auto;
  margin-top: 27px;
  margin-bottom: 27px;
  position: relative;
}
.loginContainer .loginForm .orHolder:before,
.loginContainer .loginForm .orHolder:after {
  content: "";
  width: 165px;
  position: absolute;
  margin-top: 14px;
  background-color: #d1d1d1;
  height: 1px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
.loginContainer .loginForm .orHolder:before {
  left: 5px;
}
.loginContainer .loginForm .orHolder:after {
  right: 5px;
}
.blog .holder {
  text-align: center;
  padding-top: 10px;
}
#blog-section .empty {
  text-align: center;
}
.blogDetails .whiteWrapper .socialContainer {
  padding-bottom: 12px;
  padding-top: 20px;
}
.blogDetails .whiteWrapper .relatedStories {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blogDetails .whiteWrapper .relatedStories h2 {
  color: #107ebb;
}
.blogDetails .whiteWrapper .relatedStories .text {
  margin-bottom: 12px;
  font-size: 20px;
}
.blogDetails .whiteWrapper .relatedStories .tags .tag {
  font-size: 16px;
}
.blogDetails .commentSection .commentsContent .commentItem:last-child {
  margin-bottom: 32px;
}
.blogDetails .commentSection .formWrapper:first-child {
  padding-top: 60px;
}
.blogDetails .postNavContainer .postNavHolder {
  width: 50%;
  height: 155px;
}
.blogDetails .postNavContainer .postNavHolder:first-child {
  padding-right: 5px;
  float: left;
}
.blogDetails .postNavContainer .postNavHolder:last-child {
  padding-left: 5px;
  float: right;
}
.blogDetails .postNavContainer .postNavHolder:last-child .postNav {
  text-align: right;
}
.blogDetails .postNavContainer .postNavHolder .postNav {
  background-color: #ffffff;
  padding-left: 77px;
  padding-right: 77px;
  padding-top: 35px;
  height: 100%;
}
.blogDetails .postNavContainer .postNavHolder .postNav h2 {
  font-size: 20px;
  margin-bottom: 7px;
}
.blogDetails .postNavContainer .postNavHolder .postNav .roundButton {
  width: 120px;
  height: 24px;
  margin: 0;
  padding: 1px 0 0;
  margin-bottom: 17px;
}
.blogDetails .viewedBlogs {
  padding-top: 55px;
  /*        .box{
            .imgHolder{
                img{
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: auto;
                }
            }
        }*/
}
.blogDetails .viewedBlogs h2 {
  font-size: 25px;
  margin-bottom: 12px;
}
.blogDetails .viewedBlogs.ltr .box {
  direction: rtl;
  float: left;
}

.blogDetails .viewedBlogs.ltr .box.ltr {
  direction: ltr;
}

.forum .forumContainer {
  margin-bottom: 14px;
  padding-top: 70px;
}
.forum .forumContainer.commentSection .commentsContent .commentItem:last-child {
  margin-bottom: 9px;
}
.forum .forumContainer .commonTextWrapper .infoDetails {
  margin-bottom: 25px;
}
.forum .forumContainer .commonTextWrapper .infoDetails .details {
  width: 44rem;
  float: left;
}
.forum .forumContainer .leaveCommentSection {
  border: 1px #e6e6e6 solid;
  text-align: center;
  height: 65px;
  background-color: #ffffff;
  padding-top: 17px;
}
.forum .forumContainer .leaveCommentSection .text {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
}
.forum .forumContainer .forumsCarousel {
  width: 100%;
}
.forum .forumContainer .forumsCarousel .owl-nav {
  position: absolute;
  top: -55px;
  right: 0;
}
.forum .forumContainer .forumsCarousel .owl-nav[class*=owl-] i {
  font-size: 35px;
  color: #134c6a;
}
.levels .indexList {
  height: 80px;
  background-color: #ffffff;
  text-align: center;
  padding-top: 30px;
  width: 100%;
}
.levels .indexList .list {
  display: inline-block;
}
.levels .indexList .list li {
  float: left;
  margin-right: 23px;
  position: relative;
}
.levels .indexList .list li:last-child {
  margin-right: 0px;
}
.levels .indexList .list li:last-child:after {
  display: none;
}
.levels .indexList .list li:after {
  content: "-";
  color: #134c6a;
  font-size: 25px;
  position: absolute;
  left: 21px;
}
.levels .indexList .list li a {
  font-size: 25px;
}
.levels .indexList .list li.active a {
  font-size: 40px;
  color: #0d7ab9;
  margin-top: -6px;
  display: inline-block;
}
.levels .indexList .list li.active:after {
  left: 28px;
}
.levels .collapsibleContainer {
  padding-top: 27px;
}
.levels .collapsibleContainer .index {
  margin-bottom: 18px;
}
.levels .collapsibleContainer .index .indexInfo {
  float: left;
  margin-left: 22px;
  margin-top: 20px;
}
.levels .collapsibleContainer .index .indexInfo h3 {
  font-size: 35px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.levels .collapsibleContainer .index .indexInfo h4 {
  font-size: 18px;
}
.survey .surveyFormContainer {
  padding-top: 84px;
  display: table;
  border-collapse: separate;
  border-spacing: 10px;
  width: 100%;
  height: 100%;
}
.survey .surveyFormContainer .col {
  padding: 50px;
  display: table-cell;
  vertical-align: top;
  background-color: #ffffff;
}
.survey .surveyFormContainer .col h3 {
  font-size: 18px;
  margin-bottom: 16px;
}
.survey .surveyFormContainer .col.firstCol {
  width: 30%;
}
.survey .surveyFormContainer .col.firstCol .item {
  margin: auto;
  padding-bottom: 34px;
  margin-bottom: 42px;
}
.survey .surveyFormContainer .col.firstCol .item ul li {
  width: 100%;
  margin-bottom: 11px;
}
.survey .surveyFormContainer .col.firstCol .item ul li:last-child {
  margin-bottom: 0px;
}
.survey .surveyFormContainer .col.firstCol .item ul li .customradio {
  margin-right: 11px;
}
.survey .surveyFormContainer .col.firstCol .item ul li .customradio + span {
  font-size: 16px;
}
.survey .surveyFormContainer .col.firstCol .item:last-child {
  margin-bottom: 0px;
  border-bottom: 0;
}
.survey .surveyFormContainer .col.secondCol {
  position: relative;
  width: 70%;
}
.survey .surveyFormContainer .col.secondCol .form .formGroupRow {
  margin-bottom: 26px;
}
.survey .surveyFormContainer .col.secondCol .form .formGroupRow .formGroup .chosen-container .chosen-single div b {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 100%;
  margin-top: 9px;
}
.survey .surveyFormContainer .col.secondCol .form .formGroupRow .formGroup .chosen-container .chosen-single div b:after {
  position: absolute;
  top: 9px;
  left: 10px;
}
.survey .surveyFormContainer .col.secondCol .btnHolder {
  position: absolute;
  bottom: -35px;
  right: 40px;
}
.polls {
  padding-top: 77px;
}
.polls .pollsContainer .pollsWrapper {
  padding-top: 53px;
  padding-bottom: 64px;
  background-color: #ffffff;
  text-align: center;
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #107ebb;
  position: relative;
}
.polls .pollsContainer .pollsWrapper.halfPoll {
  width: 50%;
  padding-top: 40px;
  float: left;
  height: 360px;
  padding: 0 5px;
  background-color: inherit;
  margin-bottom: 10px;
}
.polls .pollsContainer .pollsWrapper.halfPoll .inner {
  background-color: #ffffff;
  padding-top: 53px;
  padding-bottom: 64px;
  height: 100%;
}
.polls .pollsContainer .pollsWrapper.halfPoll .inner .pollTitle {
  font-size: 17px;
  margin-bottom: 12px;
}
.polls .pollsContainer .pollsWrapper.halfPoll .inner .pollsHolder .poll {
  margin-right: 47px;
}
.polls .pollsContainer .pollsWrapper.halfPoll .inner .pollsHolder .poll:last-child {
  margin-right: 0px;
}
.polls .pollsContainer .pollsWrapper.halfPoll .inner .pollsHolder .poll .legend {
  font-size: 14px;
  max-width: 150px;
}
.polls .pollsContainer .pollsWrapper.halfPoll .inner .pollsHolder .poll .grayCircle {
  height: 105px;
  width: 105px;
  top: 20px;
  left: 22px;
}
.polls .pollsContainer .pollsWrapper.halfPoll .inner .pollsHolder .poll .grayCircle h3 {
  font-size: 20px;
  padding-top: 34px;
}
.polls .pollsContainer .pollsWrapper.halfPoll .inner .pollsHolder .poll .grayCircle.big {
  width: 155px;
  height: 155px;
  left: -3px;
  top: -6px;
}
.polls .pollsContainer .pollsWrapper .pollTitle {
  font-size: 20px;
  margin-bottom: 23px;
}
.polls .pollsContainer .pollsWrapper .pollDate {
  font-size: 14px;
  position: absolute;
  right: 30px;
  bottom: 20px;
}
.polls .pollsContainer .pollsWrapper .pollsHolder {
  display: inline-block;
  margin: 14px auto 0;
}
.polls .pollsContainer .pollsWrapper .pollsHolder .poll {
  display: inline-block;
  float: left;
  margin-right: 127px;
  position: relative;
}
.polls .pollsContainer .pollsWrapper .pollsHolder .poll:nth-child(2) .grayCircle {
  color: #681d58;
}
.polls .pollsContainer .pollsWrapper .pollsHolder .poll:nth-child(3) .grayCircle {
  color: #c16c33;
}
.polls .pollsContainer .pollsWrapper .pollsHolder .poll:last-child {
  margin-right: 0;
}
.polls .pollsContainer .pollsWrapper .pollsHolder .poll .grayCircle {
  width: 150px;
  height: 150px;
  border: 8px #f7f7f7 solid;
  border-radius: 100%;
  position: absolute;
  top: 28px;
  left: 30px;
}
.polls .pollsContainer .pollsWrapper .pollsHolder .poll .grayCircle h3 {
  font-size: 30px;
  display: inline-block;
  padding-top: 50px;
  font-family: 'DINNextLTArabic-Bold', sharp, 'sharp';
}
.polls .pollsContainer .pollsWrapper .pollsHolder .poll .grayCircle h3.purple {
  color: #681d58;
}
.polls .pollsContainer .pollsWrapper .pollsHolder .poll .grayCircle h3.orange {
  color: #c16c33;
}
.polls .pollsContainer .pollsWrapper .pollsHolder .poll .grayCircle.big {
  width: 215px;
  height: 215px;
  left: -2px;
  top: -5px;
}
.polls .pollsContainer .pollsWrapper .pollsHolder .poll .c3 {
  display: inline-block;
}
.polls .pollsContainer .pollsWrapper .pollsHolder .poll .legend {
  font-size: 16px;
  margin-top: 18px;
  color: #134c6a;
  max-width: 215px;
}
.polls .pollsContainer .archiveContainer {
  margin-top: 65px;
}
.polls .pollsContainer .archiveContainer .text {
  font-size: 25px;
  margin-bottom: 18px;
}
.whoweare .directorContainer {
  min-height: 830px;
}
.whoweare .directorContainer .holder {
  width: 50%;
  float: left;
  position: relative;
}
.whoweare .directorContainer .holder img {
  width: 100%;
}
.whoweare .directorContainer .holder:first-child .innerTextHolder {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  height: 360px;
  width: 100%;
  z-index: 1;
}
.whoweare .directorContainer .holder:first-child .innerTextHolder .commonTextWrapper {
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  display: inline-block;
  padding: 0;
  z-index: 1;
}
.whoweare .directorContainer .holder:first-child .innerTextHolder .commonTextWrapper .title {
  font-size: 16px;
  font-family: 'DINNextLTArabic-Light', sharp;
  width: 548px;
  margin: auto;
  color: #ffffff;
  z-index: 1;
  line-height: 24px;
}
.whoweare .directorContainer .holder:first-child .innerTextHolder .commonTextWrapper .title.underline:before {
  margin: auto;
  background-color: #ffffff;
}
.whoweare .directorContainer .holder:first-child .innerTextHolder .commonTextWrapper .text {
  color: #ffffff;
  z-index: 1;
  position: relative;
  margin-top: 30px;
}
.whoweare .directorContainer .holder:first-child .innerTextHolder .commonTextWrapper:before {
  content: "“";
  font-size: 87px;
  color: #ffffff;
  font-family: 'Noto Serif', serif;
  z-index: 1;
  position: absolute;
  left: -48px;
  top: -55px;
}
.whoweare .directorContainer .holder:last-child .title:first-child {
  padding: 0;
  margin: 0;
  margin-bottom: 11px;
  font-size: 35px;
}
.whoweare .directorContainer .holder:last-child .underline {
  color: #134c6a;
}
.whoweare .directorsCarouselParent {
  padding-top: 70px;
}
.whoweare .directorsCarouselParent .directorsCarousel .owl-nav .owl-next i,
.whoweare .directorsCarouselParent .directorsCarousel .owl-nav .owl-prev i {
  color: #107ebb;
}
.whoweare .directorsCarouselParent .directorsCarousel.commonCol .box.xsmall {
  width: 100%;
  margin-bottom: 0px;
  padding: 0;
}
.whoweare .directorsCarouselParent .directorsCarousel.commonCol .box.xsmall .inner {
  cursor: default;
}
.quoteWrapper {
  padding: 30px 40px 50px;
  margin-bottom: 50px;
  margin-top: 10px;
}
.quoteWrapper .quoteStyle {
  position: relative;
}
.quoteWrapper .quoteStyle:before {
  position: absolute;
  content: url(../images/icons/quote-white.svg);
  width: 22px;
  height: 19px;
  top: 0;
  left: 0;
}
.quoteWrapper .imageWrapper {
  float: left;
  text-align: center;
  width: 240px;
  font-size: 14px;
  position: relative;
  margin-right: 60px;
  font-family: 'DINNextLTArabic-Light', sharp;
  padding-top: 24px;
}
.quoteWrapper .imageWrapper:before {
  position: absolute;
  content: url(../images/icons/quote-white.svg);
  width: 22px;
  height: 19px;
  top: 0;
  left: 0;
}
.quoteWrapper .imageWrapper:after {
  position: absolute;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.3);
  width: 1px;
  right: 0;
  top: 24px;
  content: "";
}
.quoteWrapper .imageWrapper .roundImage {
  width: 88px;
  height: 88px;
  margin: 0 auto 6px;
}
.quoteWrapper .imageWrapper .name {
  font-size: 20px;
  padding-bottom: 10px;
}
.quoteWrapper .text {
  font-style: italic;
  padding-top: 50px;
}
.quoteWrapper .text.quote {
  position: relative;
}
.quoteWrapper .text.quote:before {
  position: absolute;
  content: url(../images/icons/quote-white.svg);
  width: 22px;
  height: 19px;
  top: 0;
  left: 0;
}
.mediaCoverage {
  background-color: #f1f1f1;
}
.mediaCoverage.transparent {
  background-color: transparent;
}
.mediaCoverage > .commonTextWrapper {
  padding-top: 30px;
}
.newsStyleListing {
  padding: 40px 45px 0;
}
.newsStyleListing.twoColumns {
  padding-top: 30px;
  padding-right: 0;
}
.newsStyleListing.twoColumns .row {
  width: 270px;
  float: left;
  margin-right: 50px;
  padding-top: 10px;
}
.newsStyleListing.twoColumns .row:last-child {
  margin-right: 0;
}
.newsStyleListing.twoColumns .row .image {
  float: none;
  margin-bottom: 5px;
  width: 100%;
}
.newsStyleListing .row {
  padding-top: 22px;
}
.newsStyleListing .row:last-of-type {
  padding-bottom: 10px;
}
.newsStyleListing .row .commonTextWrapper {
  padding: 0;
}
.newsStyleListing .row .commonTextWrapper .text {
  margin-bottom: 8px;
}
.newsStyleListing .row .commonTextWrapper .text.bold {
  line-height: 20px;
}
.newsStyleListing .row .linkStyle {
  text-align: left;
}
.newsStyleListing .row .image {
  width: 270px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.newsStyleListing .row .image img {
  width: 100%;
}
.oneItemCarousel {
  height: 612px;
}
.oneItemCarousel.owl-carousel .owl-nav {
  width: 85%;
}
.oneItemCarousel .box {
  height: 100%;
}
.twoItemCarousel {
  width: 24rem;
  margin: auto;
}
.twoItemCarousel.full {
  width: 100%;
}
.twoItemCarousel.owl-carousel .owl-nav {
  width: 80%;
}
.twoItemCarousel .item {
  width: 11.5rem;
}
.threeItemCarousel.owl-carousel .owl-nav {
  width: 85%;
}
.threeItemCarousel.noArrows {
  padding-bottom: 120px;
}
.threeItemCarousel.noArrows .box {
  padding-left: 5px;
  padding-right: 5px;
}
.threeItemCarousel.noArrows .box.selected .inner.addOverlay:after {
  height: 7px;
}
.threeItemCarousel.booksCarousel.insideWhiteWrapper {
  padding: 40px 42px 42px;
}
.threeItemCarousel.booksCarousel.insideWhiteWrapper .box.bookStyle .imgCover {
  height: 240px;
}
.threeItemCarousel.booksCarousel.insideWhiteWrapper .box.bookStyle .imgCover.addOverlay:after {
  background-color: rgba(0, 0, 0, 0.5);
}
.threeItemCarousel.booksCarousel.insideWhiteWrapper .box.bookStyle .imgCover img {
  width: 100%;
  height: auto;
}
.threeItemCarousel.booksCarousel.insideWhiteWrapper .owl-nav .owl-prev {
  left: 15px;
}
.threeItemCarousel.booksCarousel.insideWhiteWrapper .owl-nav .owl-next {
  right: 15px;
}
.threeItemCarousel.booksCarousel .owl-nav {
  width: 100%;
  top: 160px;
}
.fourItemCarousel.booksCarousel {
  padding: 40px 42px 42px;
}
.fourItemCarousel.booksCarousel .box.bookStyle .imgCover {
  background-color: #ffffff;
  height: 240px;
}
.fourItemCarousel.booksCarousel .owl-nav .owl-prev {
  left: 15px;
}
.fourItemCarousel.booksCarousel .owl-nav .owl-next {
  right: 15px;
}
.fourItemCarousel.booksCarousel .owl-nav {
  width: 100%;
  top: 160px;
}
.iconsCarousel {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}
.iconsCarousel.owl-carousel .owl-nav {
  z-index: -1;
}
.iconsCarousel.owl-carousel .owl-prev {
  left: -20px;
}
.iconsCarousel.owl-carousel .owl-next {
  right: -20px;
}
.iconsCarousel .owl-item:before {
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  content: "";
  background-color: #681d58;
}
.iconsCarousel .owl-item:nth-child(odd) .item .iconStyle {
  top: 80px;
}
.iconsCarousel .owl-item:nth-child(even) .item .iconStyle {
  bottom: 72px;
}
.iconsCarousel .owl-item:nth-child(even) .item .tooltip {
  padding-top: 76px;
}
.iconsCarousel .item {
  height: 330px;
  width: 200px;
  text-align: center;
  cursor: pointer;
}
.iconsCarousel .item:hover .dot:before,
.iconsCarousel .item.active .dot:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
.iconsCarousel .item:hover .tooltip,
.iconsCarousel .item.active .tooltip {
  opacity: 1;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
.iconsCarousel .item .dot {
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.iconsCarousel .item .dot:before {
  width: 16px;
  height: 16px;
  border: 2px solid #d3d3d3;
  position: absolute;
  left: -1px;
  top: -1px;
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.iconsCarousel .item .iconStyle {
  width: 72px;
  height: 72px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.iconsCarousel .item .tooltip {
  width: 200px;
  opacity: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.iconsCarousel .item .tooltip .text {
  margin-bottom: 0;
}
.iconsCarousel .item .tooltip .label {
  height: 44px;
  color: #ffffff;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 2px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.iconsCarousel .item .tooltip .label.addSideArrow:after {
  border-width: 8px;
}
.askAmbassador {
  margin-top: 32px;
}
.askAmbassador .holder {
  width: 44rem;
  margin: auto;
}
.askAmbassador .holder .title {
  color: #134c6a;
  font-size: 20px;
}
.askAmbassador .holder .form .formGroup ::-webkit-input-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #ad8627;
  opacity: 0.9;
}
.askAmbassador .holder .form .formGroup ::-moz-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #ad8627;
  opacity: 0.9;
}
.askAmbassador .holder .form .formGroup ::-moz-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #ad8627;
  opacity: 0.9;
}
.askAmbassador .holder .form .formGroup ::-ms-input-placeholder {
  font-family: 'DINNextLTArabic-Regular', sharp;
  color: #ad8627;
  opacity: 0.9;
}
.askAmbassador .holder .form .formGroup .customInput {
  text-align: center;
  padding-left: 0;
  height: 65px;
  background-color: #ffffff;
  color: #ad8627;
  border: 1px #ad8627 solid;
}
.kitabiGallery .linkStyle .sectionTitle {
  margin-top: 12px;
  margin-bottom: 45px;
}
.criteriaHolder {
  display: inline-block;
  margin-top: 42px;
  margin-bottom: 45px;
}
.criteriaHolder .criteria {
  width: 270px;
  position: relative;
  height: 55px;
  float: left;
  text-transform: uppercase;
  padding-top: 15px;
  margin-right: 11px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.criteriaHolder .criteria.addSideArrow:after {
  border-width: 9px;
}
.criteriaHolder .criteria:last-child {
  margin-right: 0px;
}
.criteriaHolder .criteria .iconStyle {
  position: absolute;
  left: 24px;
  top: 13px;
}
.criteriaBoxesHolder .box .imgContainer {
  height: 176px;
  background-color: #e6e6e6;
  position: relative;
}
.criteriaBoxesHolder .box .imgContainer img {
  height: 170px;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: auto;
}
.criteriaBoxesHolder .box .infoHolder {
  background-color: #ffffff;
  padding-top: 14px;
  padding-bottom: 14px;
}
.criteriaBoxesHolder .box .infoHolder .text {
  color: #4bad47;
  font-size: 20px;
}
.criteriaBoxesHolder .box.filter-box {
  float: none;
  display: inline-block;
}
.directorsCarousel {
  width: 59rem;
  margin: auto;
}
.sitemap .whiteWrapper {
  margin-top: 70px;
}
.sitemap .commonCol .box {
  margin-bottom: 0;
}
.sitemap .commonCol .box .title {
  font-size: 22px;
  text-transform: uppercase;
  display: block;
  padding: 0 0 5px;
  margin: 0;
}
.sitemap .commonCol .box ul {
  margin: 25px 0 0;
}
.sitemap .commonCol .box ul li {
  display: block;
  padding: 0 16px 10px;
}
.sitemap .commonCol .box ul li:before {
  content: "";
  width: 11px;
  height: 8px;
  background-image: url(../images/icons/small-arrow.png);
  left: 0;
  top: 6px;
}
.sitemap .commonCol .box ul li:last-child:before {
  display: inline-block;
}
.sitemap .commonCol .box ul li a {
  color: #134c6a;
}
.arab-award-platform-filter h1 {
  max-width: 720px;
}
.arab-award-platform-filter h5 {
  max-width: 445px;
}
.arab-award-platform-filter h1,
.arab-award-platform-filter h5 {
  margin: 0 auto;
  width: 100%;
}
.arab-award-platform-filter .formWrapper {
  background-color: rgba(255, 255, 255, 0.3) !important;
  text-align: left;
}
.arab-award-platform-filter .row .box .award-title {
  font-size: 25px;
  font-weight: bold;
  margin-top: 25px;
  color: #ca907c;
}
.arab-award-platform-filter .row .box .content {
  color: #b67d69;
  position: absolute;
  z-index: 1;
  padding: 40px;
  text-align: left;
  width: 100%;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.arab-award-platform-filter .row .box .content .time-holder {
  height: 240px;
  overflow-y: scroll;
}
.arab-award-platform-filter .row .box .content .time-holder p {
  display: inline-block;
  margin-bottom: 35px;
  color: #b67d69;
}
.arab-award-platform-filter .row .box .content .time-holder .separator {
  padding-left: 25px;
  padding-right: 25px;
}
.arab-award-platform-filter .row .box .content ::-webkit-scrollbar {
  width: 5px;
}
.arab-award-platform-filter .row .box .content ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.arab-award-platform-filter .row .box .content ::-webkit-scrollbar-thumb {
  background: #e4e4e4;
}
.arab-award-platform-filter .row .box .content ::-webkit-scrollbar-thumb:hover {
  background: #e4e4e4;
}
.arab-award-platform-filter .row .box .content .tag-wrapper {
  width: 100%;
  overflow: hidden;
}
.arab-award-platform-filter .row .box .content .tag-wrapper ul {
  margin-bottom: 0;
}
.arab-award-platform-filter .row .box .content .tag-wrapper ul li {
  margin-right: 5px;
}
.arab-award-platform-filter .row .box .content .tag-wrapper ul li span {
  display: inline-block;
  margin-bottom: 5px;
}
.arab-award-platform-filter .row .box .content .tag-wrapper ul li span.lighter {
  background-color: #deb1a1;
}
.arab-award-platform-filter .tab-content {
  display: none;
}
.arab-award-platform-filter .tab-content .table {
  max-width: 1190px;
  width: 100%;
  display: table;
  margin: 0 auto;
  font-size: 14px;
  margin-bottom: 11px;
}
.arab-award-platform-filter .tab-content .table .table-head,
.arab-award-platform-filter .tab-content .table .table-row {
  display: table-row;
}
.arab-award-platform-filter .tab-content .table .table-row .table-content:nth-child(2) {
  color: #ffffff;
  background-color: #e8b8a6;
}
.arab-award-platform-filter .tab-content .table .table-row > div {
  text-align: center;
  background-color: #ffffff;
  display: table-cell;
  padding: 30px 5px 25px;
  outline: 1px solid #f1f1f1;
  font-size: 14px;
  outline-offset: -1px;
  width: 143px;
}
.arab-award-platform-filter .tab-content .table .table-row > div > div {
  padding-bottom: 3px;
}
.arab-award-platform-filter .tab-content .table .table-row > div > div p {
  line-height: 20px;
}
.arab-award-platform-filter .tab-content .table .head-title {
  color: #fff;
  text-align: center;
  padding: 25px 5px;
  background-color: #b67d69;
  font-weight: bold;
  display: table-cell;
  outline: 1px solid #f1f1f1;
}
.arab-award-platform-filter .tab-content .table .head-title h3 {
  width: 133px;
}
.arab-award-platform-filter .tab-content .table .table-content {
  text-align: center;
  background-color: #ffffff;
  display: table-cell;
  padding: 30px 5px 25px;
  outline: 1px solid #f1f1f1;
  font-size: 14px;
  outline-offset: -1px;
}
.arab-award-platform-filter .tab-content .table .table-content:last-child {
  text-transform: lowercase;
  width: 133px;
}
.arab-award-platform-filter .tab-content .table .table-content:last-child:first-letter {
  text-transform: uppercase;
}
.arab-award-platform-filter .tab-content .table .table-content .countries {
  text-transform: lowercase;
  width: 133px;
}
.arab-award-platform-filter .tab-content .table .table-content .countries p {
  line-height: 16px;
}
.arab-award-platform-filter .tab-content .table .table-content .countries:first-letter {
  text-transform: uppercase;
}
.arab-award-platform-filter .tab-content .inner {
  background-color: #ffffff;
}
.arab-award-platform-filter .current {
  display: inherit;
}
.arab-award-platform-filter .filter-result .tab-content {
  padding-top: 40px;
}
.arab-award-platform-filter .filter-result #filter-tabs ul {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}
.arab-award-platform-filter .filter-result #filter-tabs ul li {
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  color: #dbc8c2;
  background: none;
  min-width: auto;
}
.arab-award-platform-filter .filter-result #filter-tabs ul li:hover {
  cursor: pointer;
}
.arab-award-platform-filter .filter-result #filter-tabs ul li a {
  color: #dbc8c2;
  font-family: 'DINNextLTArabic-Medium', sharp;
  font-weight: 500;
}
.arab-award-platform-filter .filter-result #filter-tabs ul li.current a {
  color: #b67d69;
}
.arab-award-platform-filter .filter-result #filter-tabs ul li.current:after {
  color: #b67d69;
}
.arab-award-platform-filter .filter-result #filter-tabs ul li:after {
  content: "|";
  right: -5px;
  position: absolute;
  top: 0;
}
.arab-award-platform-filter .filter-result #filter-tabs ul li:last-child:after {
  content: "";
}
.filter-data,
.arab-award-platform {
  position: relative;
}
.filter-data .popup-background,
.arab-award-platform .popup-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  z-index: 3;
}
.filter-data .popup-background .popup-wrapper,
.arab-award-platform .popup-background .popup-wrapper {
  background: #fff;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  max-width: 560px;
  margin: 0 auto;
  padding: 65px 75px;
  outline: 1px solid #b67d69;
  outline-offset: -15px;
}
.filter-data .popup-background .popup-wrapper .content,
.arab-award-platform .popup-background .popup-wrapper .content {
  padding: 0;
}
.filter-data .popup-background .popup-wrapper h3,
.arab-award-platform .popup-background .popup-wrapper h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
.filter-data .popup-background .popup-wrapper p,
.arab-award-platform .popup-background .popup-wrapper p {
  color: #164965;
  line-height: 1.554;
  padding-bottom: 10px;
}
.filter-data .popup-background .popup-wrapper .close,
.arab-award-platform .popup-background .popup-wrapper .close {
  position: absolute;
  right: 40px;
  top: 40px;
  font-size: 35px;
  font-weight: 100;
  line-height: 1;
}
.filter-data .popup-background .popup-wrapper .close:hover,
.arab-award-platform .popup-background .popup-wrapper .close:hover {
  cursor: pointer;
}
.filter-data .popup-background .popup-wrapper .help-block,
.arab-award-platform .popup-background .popup-wrapper .help-block {
  margin-top: 10px;
}
.filter-data .popup-background .popup-wrapper .roundButton,
.arab-award-platform .popup-background .popup-wrapper .roundButton {
  margin-top: 20px;
}
.arab-award-platform {
  color: #b67d69;
}
.arab-award-platform .award-image-wrapper {
  overflow: hidden;
  float: left;
}
.arab-award-platform .award-image-wrapper .award-image {
  width: 570px;
  margin-bottom: 40px;
  margin-right: 70px;
}
.arab-award-platform .content {
  float: left;
}
.arab-award-platform .content.details {
  float: none;
  padding-top: 15px;
}
.arab-award-platform .content .details {
  margin-bottom: 40px;
}
.arab-award-platform .content p {
  font-family: 'DINNextLTArabic-Light', sharp;
  font-size: 16px;
  line-height: 1.375;
}
.arab-award-platform .content p strong {
  font-family: 'DINNextLTArabic-Medium', sharp;
}
.arab-award-platform .content h1 {
  font-size: 35px;
  margin-top: 10px;
  display: inline-block;
  padding-top: 0;
}
.arab-award-platform .tag-wrapper {
  overflow: hidden;
}
.arab-award-platform .tag-wrapper ul {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.arab-award-platform .tag-wrapper ul li {
  float: left;
  font-size: 16px;
  color: #b67d69;
  margin-right: 15px;
  margin-bottom: 14px;
}
.arab-award-platform .tag-wrapper ul li span {
  padding: 10px 15px;
  background-color: #b67d69;
  color: #ffffff;
  border-radius: 7px;
  display: inline-block;
  text-align: center;
  margin-bottom: 7px;
}
.arab-award-platform .tag-wrapper ul li span.lighter {
  background-color: #b67d69;
}
.arab-award-platform .tag-wrapper ul li strong {
  margin-bottom: 8px;
  display: block;
  color: #b67d69;
}
.arab-award-platform .company-logo {
  text-align: center;
}
.arab-award-platform .company-logo img {
  margin: 0px 40px;
  width: 160px;
}
.arab-award-platform .award-detail {
  overflow: hidden;
}
.arab-award-platform .award-detail .left {
  float: left;
}
.arab-award-platform .award-detail .right {
  float: right;
}
.arab-award-platform .award-detail .title {
  padding: 0;
  margin-top: 0;
}
.arab-award-platform .content-wrapper .button-wrapper {
  margin-bottom: 28px;
}
.arab-award-platform .content-wrapper .button-wrapper .roundButton {
  margin-top: 0;
}
.arab-award-platform .content-wrapper .text {
  margin-bottom: 25px;
}
.arab-award-platform .download-report {
  background-image: url("../images/icons/download-button.png");
  background-size: 15px 18px;
  background-repeat: no-repeat;
  background-position: 20px;
  min-width: 230px;
}
/** Numbers Widget **/
.numbers-widget {
  text-align: center;
  background-color: #134c6a;
  width: 100%;
}
.numbers-widget.flipStyle {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  z-index: 1;
}
.numbers-widget.flipStyle .text {
  padding-top: 12px;
}
.numbers-widget.flipStyle .count {
  padding-top: 25px;
  padding-bottom: 40px;
  font-size: 70px;
}
.numbers-widget.flipStyle .count span {
  display: inline-block;
  width: 78px;
  height: 100px;
  margin-left: 12px;
  margin-right: 12px;
  padding-top: 8px;
  position: relative;
  z-index: 1;
  background-image: -webkit-gradient(linear, 0 0, 0 39, from(#bcbaba), color-stop(0.076, #d0cfcf), color-stop(0.717, #f7f7f7), to(#fefefe));
  background-image: -webkit-linear-gradient(#bcbaba, #d0cfcf 7.6%, #f7f7f7 71.7%, #fefefe);
  background-image: -moz-linear-gradient(#bcbaba, #d0cfcf 7.6%, #f7f7f7 71.7%, #fefefe);
  background-image: -o-linear-gradient(#bcbaba, #d0cfcf 7.6%, #f7f7f7 71.7%, #fefefe);
  background-image: linear-gradient(#bcbaba, #d0cfcf 7.6%, #f7f7f7 71.7%, #fefefe);
  background-color: #ffffff;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  box-shadow: 0 0 6px 0 #7a767a;
  -webkit-box-shadow: 0 0 6px 0 #7a767a;
  -moz-box-shadow: 0 0 6px 0 #7a767a;
}
.numbers-widget.flipStyle .count span:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #231f20;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
}
.numbers-widget .commonTextWrapper {
  padding-top: 25px;
  padding-bottom: 16px;
}
.numbers-widget ul {
  margin-left: 0;
}
.numbers-widget ul li {
  width: 157px;
  height: 157px;
  display: inline-block;
  vertical-align: top;
  border: 5px solid rgba(255, 255, 255, 0.3);
  margin-left: 25px;
  margin-right: 25px;
  font-family: 'DINNextLTArabic-Regular', sharp;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
}
.numbers-widget ul li span {
  display: block;
}
.numbers-widget ul li .number {
  font-size: 70px;
  padding-bottom: 10px;
  padding-top: 16px;
}
.numbers-widget ul li .label {
  font-size: 20px;
}
.push {
  height: 134px;
}
/** Timeline **/
.timeline-section.internal .timeline-days-container {
  padding-top: 60px;
}
.timeline-section.internal .innerContainer {
  padding-top: 0;
  padding-bottom: 14px;
}
.timeline-section.onSide .timeline-days-container {
  text-align: left;
  padding-bottom: 15px;
}
.timeline-section.onSide .timeline-days-container a {
  text-align: center;
  margin: 0;
}
.timeline-section.onSide .timeline-container .timeline-track {
  left: 94px;
  margin-left: 0;
}
.timeline-section.onSide .timeline-container .timeline-items-container {
  display: block;
}
.timeline-section.onSide .timeline-container .timeline-item .timeline-item-label {
  text-align: left;
}
.timeline-section.onSide .timeline-container .timeline-item .timeline-item-label span {
  text-align: center;
  margin-left: 20px;
}
.timeline-section.onSide .timeline-container .timeline-item .timeline-item-content:not(.centered) {
  padding: 50px 90px 40px 70px;
}
.timeline-section.onSide .timeline-container .timeline-item .timeline-item-content.centered {
  padding-bottom: 25px;
}
.timeline-section.onSide .timeline-container .timeline-item .timeline-item-content .first-block {
  width: 100%;
}
.timeline-section.onSide .timeline-container .timeline-item .timeline-item-content .first-block .text.small {
  padding-top: 12px;
}
.timeline-section.onSide .timeline-container .timeline-item .timeline-item-content .second-block {
  width: 100%;
}
.timeline-section.onSide .timeline-container .timeline-item .timeline-item-content .second-block .label {
  padding-top: 6px;
}
.timeline-section.onSide .allImagesWapper .imageWrapper {
  padding-bottom: 6px;
  margin-left: 4px;
}
.timeline-section.onSide .allImagesWapper .imageWrapper .roundImage {
  display: inline-block;
}
.timeline-section.onSide .allImagesWapper .imageWrapper .text {
  position: static;
  display: inline-block;
  vertical-align: top;
  padding-top: 4px;
  padding-left: 2px;
  opacity: 1;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
}
.timeline-section .commonTextWrapper {
  padding-top: 30px;
  padding-bottom: 0;
}
.timeline-section .timeline-days-container {
  text-align: center;
}
.timeline-section .timeline-days-container a:not(.imageWrapper) {
  margin-left: 4px;
  margin-right: 4px;
  color: #134c6a;
  border: 1px solid #134c6a;
  width: 200px;
  height: 42px;
  line-height: 36px;
  cursor: pointer;
  display: inline-block;
  vertical-align: bottom;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.timeline-section .timeline-days-container a:not(.imageWrapper):hover,
.timeline-section .timeline-days-container a:not(.imageWrapper).active {
  background-color: #134c6a;
  color: #ffffff;
}
.timeline-section .timeline-days-container .presenterInfo {
  display: inline-block;
  padding-left: 20px;
}
.timeline-section .timeline-days-container .presenterInfo .allImagesWapper .imageWrapper {
  padding-bottom: 0;
  margin-left: 0;
}
.timeline-section .timeline-days-container .presenterInfo .allImagesWapper .imageWrapper .label {
  padding-left: 8px;
  vertical-align: bottom;
  padding-bottom: 2px;
}
.timeline-section .timeline-days-container .presenterInfo .allImagesWapper .imageWrapper .iconStyle span {
  vertical-align: bottom;
}
.timeline-section .timeline-days-container .presenterInfo .text {
  color: #ccb27a;
}
.timeline-section .timeline-container {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 40px;
  margin-top: 5px;
}
.timeline-section .timeline-container .timeline-track {
  background-color: #ccb27a;
  width: 2px;
  margin-left: -1px;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
}
.timeline-section .timeline-container .timeline-track:before,
.timeline-section .timeline-container .timeline-track:after {
  position: absolute;
  background-color: #ccb27a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
}
.timeline-section .timeline-container .timeline-track:before {
  width: 12px;
  height: 12px;
  top: 0;
  left: -5px;
}
.timeline-section .timeline-container .timeline-track:after {
  width: 24px;
  height: 24px;
  bottom: 0;
  left: -11px;
}
.timeline-section .timeline-container .timeline-items-container {
  position: relative;
  z-index: 1;
  display: none;
}
.timeline-section .timeline-container .timeline-items-container.shown {
  display: block;
}
.timeline-section .timeline-container .timeline-item {
  padding-top: 30px;
}
.timeline-section .timeline-container .timeline-item .timeline-item-label {
  text-align: center;
}
.timeline-section .timeline-container .timeline-item .timeline-item-label.purple span {
  background-color: #681d58;
  color: #ffffff;
}
.timeline-section .timeline-container .timeline-item .timeline-item-label span {
  background-color: #ccb27a;
  width: auto;
  /*width: 150px;*/
  height: 32px;
  display: inline-block;
  padding-top: 6px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.timeline-section .timeline-container .timeline-item .timeline-item-content {
  padding: 25px 40px 20px;
  background-color: #f9f9f9;
  margin-top: -15px;
}
.timeline-section .timeline-container .timeline-item .timeline-item-content.centered {
  text-align: center;
}
.timeline-section .timeline-container .timeline-item .timeline-item-content .text:not(.navy) {
  color: #ccb27a;
}
.timeline-section .timeline-container .timeline-item .timeline-item-content .first-block {
  width: 70%;
  padding-right: 40px;
  float: left;
}
.timeline-section .timeline-container .timeline-item .timeline-item-content .first-block > .text.gold {
  padding-bottom: 5px;
}
.timeline-section .timeline-container .timeline-item .timeline-item-content .first-block .text.small {
  padding-top: 3px;
}
.timeline-section .timeline-container .timeline-item .timeline-item-content .second-block {
  width: 30%;
  float: right;
}
.timeline-section .timeline-container .timeline-item .timeline-item-content .second-block .text {
  font-size: 13px;
}
.timeline-section .timeline-container .timeline-item .timeline-item-content .second-block .text.speaker-name {
  margin-top: 10px;
  padding: 5px;
  background-color: #fff;
  border-radius: 10px;
  min-width: 200px;
  z-index: 10;
}
.timeline-section .timeline-container .timeline-item .timeline-item-content .second-block .text.speaker-name:before {
  content: "";
  top: -7px;
  left: 0;
  right: 0;
  width: 15px;
  margin: 0 auto;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  position: absolute;
}
.timeline-section .timeline-container .timeline-item .timeline-item-content .second-block .label {
  padding-top: 4px;
  display: inline-block;
  vertical-align: top;
}
.timeline-section .timeline-container .timeline-item .timeline-item-content .second-block ul li {
  display: block;
  padding-bottom: 10px;
}
.timeline-section .timeline-container .timeline-item .timeline-item-content .fa {
  font-size: 16px;
}
.timeline-section .timeline-container .timeline-item .timeline-item-content .fa.fa-microphone {
  margin-top: 3px;
  font-size: 18px;
}
.timeline-section .timeline-container + .btnHolder {
  padding-bottom: 40px;
}
.timeline-section .iconStyle {
  width: auto;
  height: auto;
  font-size: 13px;
}
.timeline-section .iconStyle span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 2px;
  min-width: 50px;
  text-align: left;
}
.timeline-section .iconStyle i {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  top: auto;
  vertical-align: middle;
}
.timeline-section .allImagesWapper {
  display: inline-block;
  vertical-align: top;
  max-width: 70%;
}
.timeline-section .allImagesWapper .imageWrapper {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  padding-bottom: 24px;
  cursor: pointer;
}
.timeline-section .allImagesWapper .imageWrapper:hover .roundImage {
  border-color: #ccb27a;
}
.timeline-section .allImagesWapper .imageWrapper:hover .text {
  opacity: 1;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
.timeline-section .allImagesWapper .imageWrapper .roundImage {
  width: 33px;
  height: 33px;
  border: 1px solid #f9f9f9;
  display: block;
}
.timeline-section .allImagesWapper .imageWrapper .text {
  position: absolute;
  top: 32px;
  left: 50%;
  min-width: 70px;
  text-align: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  line-height: 16px;
}
/** Pagination **/
.paginationWrapper {
  text-align: right;
  padding-top: 20px;
}
.paginationWrapper .pagination li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border: 1px solid #c9c9c9;
  width: 33px;
  height: 33px;
  margin-left: 1px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.paginationWrapper .pagination li:hover,
.paginationWrapper .pagination li.active {
  border-color: #107ebb;
  background-color: #107ebb;
}
.paginationWrapper .pagination li:hover a,
.paginationWrapper .pagination li.active a {
  color: #ffffff;
}
.paginationWrapper .pagination li.disabled {
  pointer-events: none;
}
.paginationWrapper .pagination li.disabled .fa {
  color: #c9c9c9;
}
.paginationWrapper .pagination li.prev .fa,
.paginationWrapper .pagination li.next .fa {
  font-size: 10px;
  line-height: 33px;
}
.paginationWrapper .pagination li.prev .fa {
  padding-right: 3px;
}
.paginationWrapper .pagination li.next .fa {
  padding-left: 1px;
}
.paginationWrapper .pagination li a {
  display: block;
  height: 100%;
  font-size: 15px;
  font-family: 'MyriadProCondensed', sharp;
  line-height: 31px;
  color: #ad8627;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
/***Datepicker Class***/
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.datepicker table tr td,
.datepicker table tr th {
  color: #000;
}
/** Error page **/
.site-error {
  background-color: #0d7ab9;
  min-height: 500px;
  position: relative;
}
.site-error.addOverlay:after {
  display: none;
}
.site-error .image {
  width: 404px;
  height: 269px;
  display: inline-block;
  position: relative;
}
.site-error .image .number {
  position: absolute;
}
.site-error .title {
  font-size: 30px;
  font-family: 'DINNextLTArabic-Medium', sharp;
  padding-bottom: 15px;
}
.site-error .subTitle {
  font-size: 25px;
  font-family: 'DINNextLTArabic-Light', sharp;
  line-height: 28px;
}
.smcx-embed {
  max-width: 100% !important;
  height: 100% !important;
}
.smcx-embed > .smcx-iframe-container {
  max-width: 100% !important;
  height: 100% !important;
}
/**Image Caption**/
.caption {
  font-family: 'DINNextLTArabic-Light', sharp;
  padding: 20px 0;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+51 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.65) 90%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.65) 90%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.65) 90%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  z-index: 10;
}
.caption.hidden {
  opacity: 0;
}
.caption .grid {
  width: 85%;
}
.commonTextWrapper .text p {
  line-height: 24px;
}
.live-stream {
  position: fixed;
  right: -50%;
  max-width: 320px;
  width: 100%;
  bottom: 22%;
  z-index: 100;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.live-stream iframe {
  width: 100%;
  height: 200px;
}
.live-stream.active {
  right: 16%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.author-name h2 {
  font-size: 16px !important;
  padding-bottom: 5px;
  font-weight: bold;
  color: #134c6a;
}
.form .formGroupRow .formGroup input::-webkit-input-placeholder {
  line-height: 30px;
}
body.rtl {
  direction: rtl;
  /**** HEADER + FOOTER ****/
  /**** ICONS ****/
  /**** TEXT EDITOR STYLE ****/
  /*** HOME LANDING PAGE **/
  /*** Internal Pages ***/
  /** Numbers Widget **/
  /** Timeline **/
  /** Pagination **/
}
body.rtl .float-left {
  float: right;
}
body.rtl .float-right {
  float: left;
}
body.rtl h1 {
  line-height: 1.7;
}
body.rtl h2,
body.rtl h3,
body.rtl h4 {
  line-height: 1.2;
}
body.rtl .popup .closeButton {
  right: auto;
  left: 3%;
}
body.rtl .popup .wrapper.searchPopup {
  text-align: right;
}
body.rtl .popup .wrapper.searchPopup:before {
  content: "البحث";
  bottom: 58px;
}
body.rtl .popup .wrapper.searchPopup input {
  padding-left: 0;
  padding-right: 55px;
}
body.rtl .popup .wrapper.searchPopup .iconStyle {
  left: 8px;
  right: auto;
}
body.rtl .title a {
  float: left;
}
body.rtl .roundButton.right {
  float: left;
}
body.rtl .roundButton.sideAbsolute {
  left: 84px;
  right: auto;
}
body.rtl .roundButton + .roundButton {
  margin-left: 0;
  margin-right: 25px;
}
body.rtl .roundButton i {
  padding-right: 0;
  padding-left: 5px;
}
body.rtl .formWrapper.colored .form .holder {
  right: auto;
  left: 0;
}
body.rtl .formWrapper .header h2 {
  float: right;
}
body.rtl .form blocksWrapper Row label,
body.rtl .form blocksWrapper Row .hint-block {
  padding-right: 0;
  padding-left: 12px;
}
body.rtl .form blocksWrapper Row .formGroup:not(.insideText) {
  float: right;
}
body.rtl .form blocksWrapper Row .formGroup:not(.insideText) .customInput,
body.rtl .form blocksWrapper Row .formGroup:not(.insideText) .customTextarea,
body.rtl .form blocksWrapper Row .formGroup:not(.insideText) .label {
  padding-left: 0;
  padding-right: 40px;
}
body.rtl .form blocksWrapper Row .formGroup.right {
  text-align: left;
}
body.rtl .form blocksWrapper Row .formGroup.withLabel .label {
  float: right;
}
body.rtl .form blocksWrapper Row .formGroup.withLabel .customInput {
  float: right;
}
body.rtl .form blocksWrapper Row .formGroup.uploadButtonFg .uploadButton {
  right: auto;
  left: 0;
}
body.rtl .form blocksWrapper Row .formGroup .remove-button {
  right: auto;
  left: 0;
}
body.rtl .form .formMsg {
  padding-left: 0;
  padding-right: 6px;
}
body.rtl .radioCheckboxGrp label:not(.control-label) {
  padding-left: 0;
  padding-right: 30px;
  margin-right: 0;
  margin-left: 30px;
}
body.rtl .radioCheckboxGrp label:not(.control-label):before,
body.rtl .radioCheckboxGrp label:not(.control-label) input {
  left: auto;
  right: 0;
}
body.rtl .chosen-container .chosen-single {
  padding-left: 0;
  padding-right: 0;
}
body.rtl .chosen-container .chosen-single span {
  margin-right: 0;
  margin-left: 40px;
}
body.rtl .chosen-container .chosen-drop .chosen-results li {
  padding-left: 0;
  padding-right: 35px;
}

body.rtl .banner.longHeight .outerContainer .formWrapper {
  text-align: right;
}
body.rtl .topSection .banner nav {
  left: auto;
  right: 0;
}
body.rtl .filterWrapper {
  padding-left: 0;
  padding-right: 5px;
}
body.rtl .filterWrapper.center {
  padding-right: 0;
}
body.rtl .filterWrapper .filterGroup.sort .chosen-container .chosen-single,
body.rtl .filterWrapper .filterGroup.filter .chosen-container .chosen-single,
body.rtl .filterWrapper .filterGroup.workShops .chosen-container .chosen-single,
body.rtl .filterWrapper .filterGroup.language .chosen-container .chosen-single,
body.rtl .filterWrapper .filterGroup.filterByYear .chosen-container .chosen-single {
  padding-right: 93px;
}
body.rtl .filterWrapper .filterGroup.sort .chosen-container .chosen-single:before,
body.rtl .filterWrapper .filterGroup.filter .chosen-container .chosen-single:before,
body.rtl .filterWrapper .filterGroup.workShops .chosen-container .chosen-single:before,
body.rtl .filterWrapper .filterGroup.language .chosen-container .chosen-single:before,
body.rtl .filterWrapper .filterGroup.filterByYear .chosen-container .chosen-single:before {
  left: 0;
  right: 20px;
}
body.rtl .filterWrapper .filterGroup.extraWidth .chosen-container .chosen-single {
  padding-left: 0;
  padding-right: 113px;
}
body.rtl .filterWrapper .filterGroup.sort .chosen-container .chosen-single:before {
  content: "الترتيب حسب:";
}
body.rtl .filterWrapper .filterGroup.filter .chosen-container .chosen-single:before {
  content: "تصنيف حسب:";
}
body.rtl .filterWrapper .filterGroup.filterByYear .chosen-container .chosen-single {
  padding-right: 140px;
}
body.rtl .filterWrapper .filterGroup.filterByYear .chosen-container .chosen-single:before {
  content: " تصنيف حسب السنة:";
}
body.rtl .filterWrapper .filterGroup.language .chosen-container .chosen-single {
  padding-left: 0;
  padding-right: 102px;
}
body.rtl .filterWrapper .filterGroup.language .chosen-container .chosen-single:before {
  content: "اللغة:";
}
body.rtl .filterWrapper .filterGroup.filterByYear .chosen-container .chosen-single {
  padding-left: 0;
  padding-right: 102px;
}
body.rtl .filterWrapper .filterGroup.filterByYear .chosen-container .chosen-single:before {
  content: "السنة:";
}
body.rtl .filterWrapper .filterGroup.right {
  float: left;
}
body.rtl .filterWrapper .filterGroup.searchBtn:not(.bigSearch) {
  margin-left: 0;
  margin-right: 12px;
}
body.rtl .filterWrapper .filterGroup.searchBtn .iconStyle {
  right: auto;
  left: 10px;
}
body.rtl .filterWrapper .filterGroup.searchBtn .customInput {
  padding-left: 45px;
  padding-right: 27px;
}
body.rtl .filterWrapper .filterGroup .chosen-container .chosen-single {
  padding-left: 0;
  padding-right: 27px;
}
body.rtl .filterWrapper .filterGroup .chosen-container .chosen-single span {
  text-align: center;
}
body.rtl .filterWrapper .filterGroup .customInput {
  padding-left: 0;
  padding-right: 40px;
}
body.rtl .filterWrapper .title {
  float: right;
}
body.rtl .filterWrapper .text b {
  margin-left: 0;
  margin-right: 7px;
}
body.rtl .circleDate.big {
  float: right;
}
body.rtl .commonCol.isotopeTrio.five .box:nth-child(3) .boxTextHolder,
body.rtl .commonCol.isotopeTrio.four .box:nth-child(3) .boxTextHolder {
  text-align: right;
}
body.rtl .commonCol.isotopeTrio .box.colored .boxTextHolder {
  left: auto;
  right: 0;
}
body.rtl .commonCol.isotopeTrio .box.colored .boxTextHolder .radioCheckboxGrp .form-group label {
  margin-right: 20px;
  text-align: right;
}
body.rtl .commonCol.colored .box .commonTextWrapper .textEditor ul {
  margin-left: 0;
  margin-right: 3px;
}
body.rtl .commonCol.colored .box .commonTextWrapper .linkStyle {
  text-align: right;
}
body.rtl .commonCol.longCol > .box.active .inner {
  float: right;
}
body.rtl .commonCol.longCol > .box.active .revealSection {
  float: right;
}
body.rtl .commonCol.longCol > .box.active .revealSection .commonTextWrapper .linkStyle {
  text-align: right;
}
body.rtl .commonCol.longCol > .box .revealSection .close {
  right: auto;
  left: 81px;
}
body.rtl .commonCol .box {
  float: right;
}
body.rtl .commonCol .box.big .boxTextHolder.center .circleDate {
  left: auto;
  right: -93px;
}
body.rtl .commonCol .box.fullBox .imageWithDetails .commonTextWrapper .linkStyle {
  text-align: right;
}
body.rtl .commonCol .box.fullBox .imageWithDetails .commonTextWrapper .circleDate {
  right: auto;
  left: 30px;
}

body.rtl .commonCol .box.fullBox .imageWithDetails .commonTextWrapper .year-date{position: absolute; left: 46px; color: #CCB27A; top: 107px}

body.rtl .commonCol .box.medium .boxTextHolder.center {
  left: 45px;
  right: 118px;
}
body.rtl .commonCol .box.medium .boxTextHolder.center .circleDate {
  left: auto;
  right: -93px;
}
body.rtl .commonCol .box.xsmall.active {
  padding-right: 5px;
  padding-left: 0;
}
body.rtl .commonCol .box.xsmall.active > .inner {
  margin-right: 0;
  margin-left: 6px;
}
body.rtl .commonCol .box.xsmall.active > .inner,
body.rtl .commonCol .box.xsmall.active .logoBox {
  float: right;
}
body.rtl .commonCol .box.bookStyle .commonTextWrapper .info {
  float: none;
}
body.rtl .commonCol .box.bookStyle .commonTextWrapper .info .text {
  display: block;
  margin-bottom: 0px;
}
body.rtl .commonCol .box .circleDate {
  right: auto;
  left: 12px;
}

.blogContainer .box .year-date, .viewedBlogs .box .year-date{position: absolute; top: 92px; z-index: 1}
.blogContainer .box.small .year-date, .viewedBlogs .box .year-date{left: 30px}
.blogContainer .box.big .year-date{left: 28px}

body.rtl .commonCol .box .bigLabel {
  bottom: -4px;
}
body.rtl .commonCol .box .bigLabel.right {
  right: auto;
  left: -8px;
}
body.rtl .commonCol .box .bigLabel.left {
  left: auto;
  right: -4px;
}
body.rtl .commonCol .box .imageWithDetails.reversed .commonTextWrapper,
body.rtl .commonCol .box .imageWithDetails.reversed .image {
  float: left;
}
body.rtl .commonCol .box .imageWithDetails .commonTextWrapper,
body.rtl .commonCol .box .imageWithDetails .image {
  float: right;
}
body.rtl .commonCol .box.filter-box {
  float: none;
  display: inline-block;
}
body.rtl .commonCol .displayItemsDetails {
  float: right;
}
body.rtl .commonCol .displayItemsDetails .info .inner .linkStyle {
  text-align: right;
}
body.rtl .commonCol .displayItemsDetails .info .inner .close {
  right: auto;
  left: 40px;
}
body.rtl .boxTextHolder .type.white i {
  margin-right: 0;
  margin-left: 6px;
}
body.rtl .boxTextHolder .type.navy i {
  margin-right: 0;
  margin-left: 5px;
}
body.rtl .boxTextHolder .type i {
  margin-right: 0;
  margin-left: 3px;
}
body.rtl .boxTextHolder .linkStyle {
  text-align: right;
}
body.rtl .tags .tag {
  margin-right: 0;
  margin-left: 3px;
}
body.rtl .tags .tag:last-child {
  margin-left: 0px;
}
body.rtl .commonTextWrapper ul {
  margin-left: 0;
  margin-right: 43px;
}
body.rtl .commonTextWrapper .holder .circleDate {
  float: left;
}

.blogDetails .commonTextWrapper .year-date{float: left; text-align: center; font-size: 18px; font-family: 'DINNextLTArabic-Regular', sharp; margin: 5px 18px 0 18px}

body.rtl .commonTextWrapper .holder .aroundText {
  float: left;
}

body.rtl .commonTextWrapper .holder .aroundText.ltr {
  float: right;
  padding: 0 0 0 10px;
}

body.rtl .commonTextWrapper .holder .aroundText .text {
  padding-left: 0;
  padding-right: 50px;
}
body.rtl .commonTextWrapper .holder .aroundText .quote {
  left: auto;
  right: 0;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  filter: FlipH;
  -ms-filter: “FlipH”;
}

body.rtl .commonTextWrapper .holder .aroundText.ltr .quote {
  transform: none;
  margin: 0 0 0 10px;
}

body.rtl .commonTextWrapper .holder .aroundText.ltr .quote {
  right: auto;
  left: 0;
}

body.rtl .commonTextWrapper .holder .aroundText.ltr .text{padding: 0 0 0 50px}

body.rtl .commonTextWrapper .info {
  float: right;
}
body.rtl .commonTextWrapper .infoDetails.halfStyle .imgWrapper,
body.rtl .commonTextWrapper .infoDetails.halfStyle .details {
  float: right;
}
body.rtl .commonTextWrapper .infoDetails.halfStyle .imgWrapper {
  margin-left: 0;
}
body.rtl .commonTextWrapper .infoDetails.halfStyle .details {
  padding-left: 0;
  padding-right: 52px;
}
body.rtl .commonTextWrapper .infoDetails.halfStyle .details .tags:last-child .tag {
  margin-right: 0;
  margin-left: 12px;
}
body.rtl .commonTextWrapper .infoDetails.halfStyle .details .tags:last-child .tag:last-child {
  margin-left: 0px;
}
body.rtl .commonTextWrapper .infoDetails .imgWrapper {
  float: right;
  margin-right: 0;
  margin-left: 52px;
}
body.rtl .commentSection .roundImage {
  float: right;
}
body.rtl .commentSection .form .title {
  margin-left: 0;
  margin-right: 6px;
}

body.rtl .commentSection.ltr .form .title {
  margin-left: 6px;
  margin-right: 0;
}

body.rtl .commentSection.ltr .form .roundButton {
  float: right;
}

body.rtl .commentSection .commentInputOuter {
  padding-left: 0;
  padding-right: 75px;
}
body.rtl .commentSection .commentInputOuter .commentInput textarea {
  float: right;
  padding-left: 0;
  padding-right: 28px;
}
body.rtl .poster {
  left: auto;
  right: 0;
}
body.rtl .addSideArrow.right:after {
  left: auto;
  right: 100%;
  border-color: transparent #ffffff transparent transparent;
}
body.rtl .addSideArrow.left:after {
  right: auto;
  left: 100%;
  border-color: transparent transparent transparent #ffffff;
}
body.rtl .addSideArrow.bottom:after {
  top: 100%;
  left: 50%;
  border-color: #ffffff transparent transparent transparent;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
}
body.rtl .addSideArrow.top:after {
  top: -30px;
  left: 50%;
  border-color: transparent transparent #ffffff transparent;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
}
body.rtl .linkStyle {
  text-align: left;
}
body.rtl .linkStyle a.longArrow:after {
  margin-left: 0;
  margin-right: 12px;
  content: "\f177";
}
body.rtl .linkStyle a:before {
  margin-right: 0;
  margin-left: 7px;
  content: "\f100";
}
body.rtl .box.ltr .linkStyle a:before {
  margin: 0 7px 0 0;
  content: "\f101";
}
body.rtl .linkStyle .sectionTitle {
  float: right;
}
body.rtl .mediaGallery .mediaPlayList .playListInfo h4 {
  float: right;
  right: 0;
}
body.rtl .mediaGallery .mediaPlayList .playListInfo .counter {
  float: left;
  direction: ltr;
}
body.rtl .sideButton {
  top: 55%;
  right: auto;
  left: 0;
  transform: rotate(90deg) translateY(-50%) translateX(-60%);
  -webkit-transform: rotate(90deg) translateY(-50%) translateX(-60%);
  -moz-transform: rotate(90deg) translateY(-50%) translateX(-60%);
  -ms-transform: rotate(90deg) translateY(-50%) translateX(-60%);
  transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
}
body.rtl .socialCircle {
  left: auto;
  right: 24px;
}
body.rtl .socialCircle.active .iconStyle.social {
  left: auto;
}
body.rtl .socialCircle.active .iconStyle.social:nth-child(1) {
  right: -21px;
}
body.rtl .socialCircle.active .iconStyle.social:nth-child(2) {
  right: 31px;
}
body.rtl .socialCircle.active .iconStyle.social:nth-child(3) {
  right: 60px;
}
body.rtl .socialCircle.active .iconStyle.social:nth-child(4) {
  right: 47px;
}
body.rtl .socialCircle.active .iconStyle.social:nth-child(5) {
  right: 0px;
}
body.rtl .socialCircle .iconStyle {
  left: auto;
  right: 0;
}
body.rtl .nav li:before {
  right: auto;
  left: 0;
}
body.rtl .nav li:last-child {
  padding-left: 0;
  padding-right: 14px;
}
body.rtl header.fixed {
  left: auto;
  right: 0;
}
body.rtl header.static nav .menutabs {
  padding-left: 0;
  padding-right: 45px;
}
body.rtl header .logo {
  float: right;
}
body.rtl header nav {
  float: left;
  text-align: left;
}
body.rtl header nav .nav.bottom li:before {
  right: auto;
  left: -2px;
}
body.rtl header nav .menutabs {
  padding-left: 0;
  padding-right: 5px;
}
body.rtl header nav .menutabs li {
  margin-left: 0;
  margin-right: 5px;
}
body.rtl header nav .menutabs li.user .tooltip {
  min-width: 130px;
  font-family: 'DINNextLTArabic-Light', sharp;
}
body.rtl header nav .menutabs li.user .tooltip a {
  line-height: 15px;
}
body.rtl .footer .subscribeContainer {
  float: right;
}
body.rtl .footer .subscribeContainer .submit .fa {
  padding-left: 0;
  padding-right: 10px;
}
body.rtl .footer .subscribeContainer .submit .fa.fa-long-arrow-right:before {
  content: "\f177";
}
body.rtl .footer .subscribeContainer .subscribe .form-group {
  float: right;
}
body.rtl .footer .menuFooterHolder {
  float: left;
}
body.rtl .footer .menuFooterHolder nav {
  text-align: left;
}
body.rtl .footer .menuFooterHolder .copyrightHolder {
  text-align: left;
}
body.rtl .footer .menuFooterHolder .copyrightHolder li:last-child {
  margin-left: 0px;
}
body.rtl .popMenu .popMenuHolder .bottom {
  text-align: right;
}
body.rtl .popMenu .popMenuHolder .top li {
  text-align: right;
  padding-left: 0;
  padding-right: 103px;
}
body.rtl .popMenu .popMenuHolder .top li:before {
  left: auto;
  right: 0;
}
body.rtl .popMenu .popMenuHolder .top li a:before {
  left: auto;
  right: -18px;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  filter: FlipH;
  -ms-filter: “FlipH”;
}
body.rtl .sectionTitle h1 {
  line-height: 1.7;
}
body.rtl .sectionTitle.left h1 {
  text-align: right;
}
body.rtl .sectionTitle.left h5 {
  font-family: 'DINNextLTArabic-Light', sharp;
  margin-bottom: 20px;
  margin-right: 28px;
  margin-left: 0;
}
body.rtl .iconStyle.social {
  margin-right: 0;
  margin-left: 5px;
}
body.rtl .iconStyle.social:last-child {
  margin-left: 0px;
}
body.rtl .iconStyle.backToTop {
  right: auto;
  left: 30px;
}
body.rtl .iconStyle + .info .text:first-child {
  margin-bottom: 4px;
}
body.rtl .mapCaption ul li {
  float: right;
  margin-right: 0;
  margin-left: 102px;
}
body.rtl .mapCaption ul li:last-child {
  margin-left: 0px;
}
body.rtl .markerMap.markerMap2 .mapCarousel .owl-nav .owl-next {
  right: -12px;
}
body.rtl .markerMap.markerMap2 .mapCarousel .owl-nav .owl-prev {
  right: 12px;
}
body.rtl .markerMap .mapCarousel {
  left: auto;
  right: -130px;
}
body.rtl .markerMap .mapCarousel .owl-nav .owl-next {
  left: 20px;
}
body.rtl .markerMap .mapCarousel .owl-nav .owl-prev {
  right: 20px;
}
body.rtl .articleActivityContainer {
  float: right;
}
body.rtl .articleActivityContainer.right {
  float: left;
}
body.rtl .articleActivityContainer .iconStyle {
  margin-right: 0;
  margin-left: 29px;
}

body.rtl .articleActivityContainer.ltr .iconStyle {
  margin-right: 29px;
  margin-left: 0;
}

body.rtl .articleActivityContainer .iconStyle:last-child {
  margin-left: 0px;
}

body.rtl .articleActivityContainer.ltr .iconStyle:last-child {
  margin-right: 0;
}

body.rtl .articleActivityContainer .iconStyle i {
  float: right;
}

body.rtl .articleActivityContainer.ltr .iconStyle i {
  float: left;
}

body.rtl .articleActivityContainer .iconStyle .text {
  float: right;
  margin-left: 0;
  margin-right: 9px;
}

body.rtl .articleActivityContainer.ltr .iconStyle .text {
  margin-right: 0;
  margin-left: 9px;
}

body.rtl .textEditor ul li {
  padding-left: 0;
  padding-right: 7px;
}
body.rtl .textEditor ul li:before {
  left: auto;
  right: -3px;
  content: "\f0d9";
}
body.rtl .stagePaddingCarouselWrapper .bigCarousel:before {
  content: "أحدث الأخبار";
  left: auto;
  right: 732px;
}
body.rtl .stagePaddingCarouselWrapper .bigCarousel .item .img,
body.rtl .stagePaddingCarouselWrapper .bigCarousel .item .boxTextHolder {
  float: right;
}
body.rtl .stagePaddingCarouselWrapper .bigCarousel .item .boxTextHolder {
  padding-left: 10px;
  padding-right: 80px;
}
body.rtl .stagePaddingCarouselWrapper .bigCarousel .owl-item.before .item .img {
  float: right;
}
body.rtl .stagePaddingCarouselWrapper .bigCarousel .owl-item.after .item .img {
  float: left;
}
body.rtl .blocksWrapper .block {
  float: right;
}
body.rtl .blocksWrapper .block .box:last-child .boxTextHolder {
  left: auto;
  right: 136px;
}
body.rtl .blocksWrapper .block .box:last-child .boxTextHolder .circleDate {
  left: auto;
  right: -119px;
}
body.rtl .blocksWrapper .block .box.blue .content:before {
  left: auto;
  right: -4px;
  content: "سجل وشارك";
  font-size: 40px;
  letter-spacing: 3px;
}
body.rtl .blocksWrapper .block .box.grey .content .text {
  padding-left: 0;
  padding-right: 45px;
}
body.rtl .blocksWrapper .block .box.grey .content .text .linkStyle {
  text-align: right;
}
body.rtl .blocksWrapper .block .box.grey .content .text .linkStyle .text {
  padding-right: 0px;
}
body.rtl .blocksWrapper .block .box.white .caption .event {
  float: right;
}
body.rtl .blocksWrapper .block .box.white .caption .event .text {
  padding-right: 30px;
  padding-left: 5px;
}
body.rtl .blocksWrapper .block .box.fullBox {
  float: none;
}
body.rtl .blocksWrapper .block .box .content .subscribe .submit .fa {
  padding-left: 0;
  padding-right: 10px;
}
body.rtl .blocksWrapper .block .box .content .subscribe .submit .fa.fa-long-arrow-right:before {
  content: "\f177";
}
body.rtl .blocksWrapper .block .box .content .subscribe .form-group {
  float: right;
}
body.rtl .blocksWrapper .block .box .boxTextHolder {
  left: auto;
  right: 157px;
}
body.rtl .blocksWrapper .block .box .boxTextHolder .circleDate {
  left: auto;
  right: -120px;
}

body.rtl .blocksWrapper .block .box .boxTextHolder .year-date{position: absolute; right: -103px; top: 65px}
body.rtl .commonCol .box.big .boxTextHolder.center .year-date{position: absolute; right: -77px; top: 55px}
body.rtl .commonCol .box.medium .boxTextHolder.center .year-date{position: absolute; right: -75px; top: 70px}


body.rtl .logosWrapper ul li:before {
  right: auto;
  left: 0;
}
body.rtl section .owl-carousel .owl-nav .owl-prev .fa,
body.rtl section .owl-carousel .owl-nav .owl-next .fa {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  filter: FlipH;
  -ms-filter: “FlipH”;
}
body.rtl section .owl-carousel .owl-nav .owl-prev {
  float: right;
  left: auto;
  right: -60px;
}
body.rtl section .owl-carousel .owl-nav .owl-next {
  float: left;
  right: auto;
  left: -60px;
}
body.rtl .contact .banner {
  text-align: right;
}
body.rtl .contact .contactFormContainer .formContainer,
body.rtl .contact .contactFormContainer .mapContainer {
  float: right;
}
body.rtl .contact .contactFormContainer .formContainer {
  padding-right: 0;
  padding-left: 70px;
}
body.rtl .contact .contactFormContainer .formContainer .contactInfo .firstCol {
  float: right;
}
body.rtl .contact .contactFormContainer .formContainer .contactInfo .secondCol {
  float: right;
  margin-left: 0;
  margin-right: 80px;
}
body.rtl .contact .contactFormContainer .formContainer .contactInfo .secondCol:before {
  left: auto;
  right: -46px;
}
body.rtl .contact .contactFormContainer .formContainer .form .formGroupRow .formGroup {
  padding-left: 14px;
  padding-right: 0;
}
body.rtl .collapsibleContainer .collapsibleItem .collapsibleHeader:after {
  left: 45px;
  right: auto;
}
body.rtl .careers .careersContainer .careerItem .careerBreif {
  float: right;
}
body.rtl .careers .careersContainer .careerItem .careerBreif p {
  padding-left: 38px;
  padding-right: 0;
}
body.rtl .careers .careersContainer .careerItem .careerBreif p:after {
  right: auto;
  left: 0;
}
body.rtl .careers .careersContainer .careerItem .careerBreif.info {
  padding-right: 0;
}
body.rtl .careers .careersContainer .careerItem .qualifications {
  float: right;
  padding-left: 0;
  padding-right: 45px;
}

body.rtl .careers .careersContainer .careerItem.ltr .careerBreif{float: left}
body.rtl .careers .careersContainer .careerItem.ltr .qualifications{float: right}
body.rtl .careers .careersContainer .careerItem.ltr .careerBreif p{padding-left: 0; padding-right: 38px}
body.rtl .careers .careersContainer .careerItem.ltr .qualifications{padding-left: 45px; padding-right: 0}
body.rtl .careers .careersContainer .careerItem.ltr .qualifications .textEditor:before{left: -45px; right: initial}
body.rtl .careers .careersContainer .careerItem.ltr .iconStyle.social{margin-right: 5px; margin-left: 0}
body.rtl .careers .careersContainer .careerItem.ltr .iconStyle.social:last-child{margin-right: 0}
.careers .careersContainer .careerItem.ltr .btnHolder{left: 40px; right: initial}
.careers .careersContainer .careerItem.ltr .roundButton + .roundButton{margin-left: 25px; margin-right: 0}
.careers .careersContainer .careerItem.ltr .textEditor ul{margin-left: 43px; margin-right: 0}
.careers .careersContainer .careerItem.ltr .textEditor ul li{padding-left: 10px; padding-right: 0}
.careers .careersContainer .careerItem.ltr .textEditor ul li:before{right: auto; left: -0; transform: rotate(180deg)}
body.rtl .formWrapper .form.career-form .header.ltr h2{float: left}


body.rtl .careers .careersContainer .careerItem .qualifications h5.subTitle{margin: 0 0 20px 0}

body.rtl .careers .careersContainer .careerItem .qualifications .textEditor {
  position: relative;
}
body.rtl .careers .careersContainer .careerItem .qualifications .textEditor:before {
  content: '';
  border-right: 1px solid #0D7AB9;
  position: absolute;
  height: 100%;
  right: -45px;
}

body.rtl .careers .careersContainer .careerItem .qualifications ul {
  padding-left: 0;
  padding-right: 6px;
  margin-right: 0;
  /*position: relative;*/
}

/*body.rtl .careers .careersContainer .careerItem .qualifications ul:before {*/
  /*content: '';*/
  /*border-right: 1px solid #0D7AB9;*/
  /*position: absolute;*/
  /*height: 100%;*/
  /*right: -45px;*/
/*}*/

body.rtl .careers .careersContainer .careerItem .holder {
  right: auto;
  left: 40px;
}
body.rtl .careers .careersContainer .careerItem .holder .roundButton + .roundButton {
  margin-left: 0;
  margin-right: 4px;
}
body.rtl .searchResult .filterWrapper .filterGroup .searchIcon {
  right: auto;
  left: 12px;
}
body.rtl .searchResult .resultsContainer {
  padding-left: 0;
  padding-right: 76px;
}
body.rtl .searchResult .resultsContainer .resultItem.info {
  padding-right: 0px;
}
body.rtl .searchResult .resultsContainer .resultItem p {
  padding-right: 0;
  padding-left: 40px;
}
body.rtl .loginContainer .loginForm .formGroup.passwordHolder a {
  right: auto;
  left: 35px;
}
body.rtl .loginContainer .loginForm .formGroup:last-child a:after {
  left: auto;
  right: 0;
}
body.rtl .loginContainer .loginForm .formGroup .customInput {
  padding-left: 0;
  padding-right: 60px;
}
body.rtl .loginContainer .loginForm .formGroup .customInput:focus {
  border-left: 0;
  border-right: 6px solid #134c6a;
  padding-left: 0;
  padding-right: 54px;
}
body.rtl .loginContainer .loginForm .formGroup .iconStyle {
  right: 0;
  left: auto;
}
body.rtl .loginContainer .loginForm .formGroup .help-block {
  text-align: right;
}
body.rtl .loginContainer .loginForm .orHolder:before {
  left: auto;
  right: 5px;
}
body.rtl .loginContainer .loginForm .orHolder:after {
  right: auto;
  left: 5px;
}
body.rtl .blogDetails .postNavContainer .postNavHolder:first-child {
  padding-right: 0;
  padding-left: 5px;
  float: right;
}

body.rtl .blogDetails .postNavContainer.en-direction .postNavHolder:first-child {
  float: left;
  padding: 0 5px 0 0;
}

body.rtl .blogDetails .postNavContainer .postNavHolder:last-child {
  padding-left: 0;
  padding-right: 5px;
  float: left;
}

body.rtl .blogDetails .postNavContainer.en-direction .postNavHolder:last-child {
  float: right;
  padding: 0 0 0 5px;
}

body.rtl .blogDetails .postNavContainer .postNavHolder:last-child .postNav {
  text-align: left;
}

body.rtl .blogDetails .postNavContainer.en-direction .postNavHolder:first-child .postNav {
  text-align: left;
}

body.rtl .blogDetails .postNavContainer.en-direction .postNavHolder:last-child .postNav {
  text-align: right;
}

.blogDetails .postNavContainer.en-direction .postNavHolder .postNav .text.date{
  direction: ltr;
}

body.rtl .forum .forumContainer .commonTextWrapper .infoDetails .imgWrapper {
  padding-right: 0;
}
body.rtl .forum .forumContainer .commonTextWrapper .infoDetails .details {
  float: right;
}
body.rtl .forum .forumsCarousel .owl-nav {
  position: absolute;
  top: -55px;
  left: 0;
  right: auto;
}
body.rtl .forum .forumsCarousel .owl-nav .owl-prev {
  float: left;
}
body.rtl .levels .indexList .list li {
  float: right;
  margin-right: 0;
  margin-left: 23px;
}
body.rtl .levels .indexList .list li:last-child {
  margin-left: 0px;
}
body.rtl .levels .indexList .list li:after {
  left: -21px;
}
body.rtl .levels .collapsibleContainer .index .indexInfo {
  float: right;
  margin-left: 0;
  margin-right: 22px;
}
body.rtl .survey .surveyFormContainer .col.firstCol .item ul li .customradio,
body.rtl .survey .surveyFormContainer .col.firstCol .item ul li .customCheckbox {
  margin-right: 0;
  margin-left: 11px;
}
body.rtl .survey .surveyFormContainer .col.secondCol .form .formGroupRow .formGroup .chosen-container .chosen-single div b:after {
  left: 0;
  right: 10px;
}
body.rtl .survey .surveyFormContainer .col.secondCol .btnHolder {
  right: auto;
  left: 40px;
}
body.rtl .polls .pollsContainer .pollsWrapper .pollsHolder .poll {
  float: right;
  margin-right: 0;
  margin-left: 127px;
}
body.rtl .polls .pollsContainer .pollsWrapper .pollsHolder .poll:last-child {
  margin-left: 0;
}
body.rtl .polls .pollsContainer .pollsWrapper .pollsHolder .poll .grayCircle {
  left: auto;
  right: 30px;
}
body.rtl .polls .pollsContainer .pollsWrapper .pollsHolder .poll .grayCircle.big {
  left: auto;
  right: -2px;
}
body.rtl .polls .pollsContainer .pollsWrapper.halfPoll {
  float: right;
}
body.rtl .polls .pollsContainer .pollsWrapper.halfPoll .inner .pollsHolder .poll {
  margin-right: 0;
  margin-left: 47px;
}
body.rtl .polls .pollsContainer .pollsWrapper.halfPoll .inner .pollsHolder .poll:last-child {
  margin-left: 0px;
}
body.rtl .polls .pollsContainer .pollsWrapper.halfPoll .inner .pollsHolder .poll .grayCircle {
  left: 0;
  right: 22px;
}
body.rtl .polls .pollsContainer .pollsWrapper.halfPoll .inner .pollsHolder .poll .grayCircle.big {
  right: -3px;
}
body.rtl .whoweare .directorContainer .holder {
  float: right;
}
body.rtl .whoweare .directorContainer .holder:first-child .innerTextHolder .commonTextWrapper:before {
  left: auto;
  right: -48px;
}
body.rtl .quoteWrapper .imageWrapper {
  float: right;
  margin-right: 0;
  margin-left: 60px;
  padding-left: 10px;
}
body.rtl .quoteWrapper .imageWrapper:before {
  left: auto;
  right: 0;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  filter: FlipH;
  -ms-filter: “FlipH”;
}
body.rtl .quoteWrapper .imageWrapper:after {
  right: auto;
  left: 0;
}
body.rtl .newsStyleListing.twoColumns {
  padding-right: 45px;
  padding-left: 0;
}
body.rtl .newsStyleListing.twoColumns .row {
  float: right;
  margin-right: 0;
  margin-left: 50px;
}
body.rtl .newsStyleListing.twoColumns .row:last-child {
  margin-left: 0;
}
body.rtl .newsStyleListing .row .linkStyle {
  text-align: right;
}
body.rtl .newsStyleListing .row .image {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
body.rtl .threeItemCarousel.booksCarousel.insideWhiteWrapper .owl-nav .owl-prev {
  right: 15px;
  left: auto;
}
body.rtl .threeItemCarousel.booksCarousel.insideWhiteWrapper .owl-nav .owl-next {
  left: 15px;
  right: auto;
}
body.rtl .fourItemCarousel.booksCarousel .owl-nav .owl-prev {
  right: 15px;
}
body.rtl .fourItemCarousel.booksCarousel .owl-nav .owl-next {
  left: 15px;
}
body.rtl .iconsCarousel.owl-carousel .owl-nav .owl-prev {
  right: -20px;
}
body.rtl .iconsCarousel.owl-carousel .owl-nav .owl-next {
  left: -20px;
}
body.rtl .askAmbassador .holder .form .formGroup .customInput {
  padding-right: 0;
}
body.rtl .criteriaHolder .criteria {
  float: right;
  margin-right: 0;
  margin-left: 11px;
}
body.rtl .criteriaHolder .criteria:last-child {
  margin-left: 0px;
}
body.rtl .criteriaHolder .criteria .iconStyle {
  left: auto;
  right: 24px;
}
body.rtl .sitemap .commonCol .box ul li {
  padding-right: 18px;
}
body.rtl .sitemap .commonCol .box ul li:before {
  left: auto;
  right: 0;
  top: 7px;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  filter: FlipH;
  -ms-filter: “FlipH”;
}
body.rtl .numbers-widget ul {
  margin-right: 0;
}
body.rtl .timeline-section.onSide .timeline-days-container {
  text-align: right;
}
body.rtl .timeline-section.onSide .timeline-container .timeline-track {
  left: auto;
  right: 94px;
  margin-right: 0;
}
body.rtl .timeline-section.onSide .timeline-container .timeline-item .timeline-item-label {
  text-align: right;
}
body.rtl .timeline-section.onSide .timeline-container .timeline-item .timeline-item-label span {
  margin-left: 0;
  margin-right: 20px;
}
body.rtl .timeline-section.onSide .timeline-container .timeline-item .timeline-item-content:not(.centered) {
  padding-left: 90px;
  padding-right: 70px;
}
body.rtl .timeline-section.onSide .allImagesWapper .imageWrapper {
  margin-left: 0;
  margin-right: 4px;
}
body.rtl .timeline-section.onSide .allImagesWapper .imageWrapper .text {
  padding-left: 0;
  padding-right: 2px;
}
body.rtl .timeline-section .timeline-days-container .presenterInfo {
  padding-left: 0;
  padding-right: 20px;
}
body.rtl .timeline-section .timeline-days-container .presenterInfo .allImagesWapper .imageWrapper {
  margin-right: 0;
}
body.rtl .timeline-section .timeline-days-container .presenterInfo .allImagesWapper .imageWrapper .label {
  padding-left: 0;
  padding-right: 8px;
}
body.rtl .timeline-section .timeline-container .timeline-item .timeline-item-content .first-block {
  float: right;
  padding-right: 0;
  padding-left: 40px;
}
body.rtl .timeline-section .timeline-container .timeline-item .timeline-item-content .second-block {
  float: left;
}
body.rtl .timeline-section .iconStyle span {
  padding-left: 0;
  padding-right: 2px;
  text-align: right;
}
body.rtl .timeline-section .allImagesWapper .imageWrapper {
  margin-left: 0;
  margin-right: 8px;
}
body.rtl .paginationWrapper {
  text-align: left;
}
body.rtl .paginationWrapper .pagination li {
  margin-left: 0;
  margin-right: 1px;
}
body.rtl .paginationWrapper .pagination li.prev .fa,
body.rtl .paginationWrapper .pagination li.next .fa {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  filter: FlipH;
  -ms-filter: “FlipH”;
}
body.rtl .live-stream {
  left: -50%;
  right: initial;
}
body.rtl .live-stream.active {
  right: initial;
  left: 16%;
}
body.rtl .edit-icon i {
  margin-right: 10px;
}
body.rtl.antique .form .formGroupRow {
  text-align: right;
}
body.rtl.antique .arab-award-platform-filter #filter-tabs ul li:after {
  left: -5px;
  right: auto;
}
body.rtl.antique .arab-award-platform-filter .row .box .content {
  text-align: right;
}
body.rtl.antique .arab-award-platform .award-image {
  float: right;
  margin-right: 0px;
  margin-left: 70px;
}
body.rtl.antique .arab-award-platform .content {
  float: right;
  width: 460px;
}
body.rtl.antique .arab-award-platform .content.details {
  float: none;
}
body.rtl.antique .arab-award-platform .award-image-wrapper {
  float: right;
}
body.rtl.antique .arab-award-platform .tag-wrapper ul {
  margin-right: 0;
  margin-left: 43px;
}
body.rtl.antique .arab-award-platform .tag-wrapper ul li {
  float: right;
  margin-right: 0;
  margin-left: 7px;
}
body.rtl.antique .arab-award-platform .award-detail .left {
  float: right;
}
body.rtl.antique .arab-award-platform .award-detail .right {
  float: left;
}
body.rtl.antique .arab-award-platform .download-report {
  background-position: 190px;
}
body.rtl.antique .arab-award-platform .popup-wrapper .close {
  right: auto;
  left: 40px;
}

.blog.innerContainer .sectionTitle .text{display: none}

.blog.innerContainer .filterGroup{margin: 0 12px 0 0}
.blog.innerContainer .searchBtn{width: auto}
.blog.innerContainer .filterWrapper .filterGroup.searchBtn .iconStyle{position: relative; left: initial; right: initial}

.blog.innerContainer .subscription-popup{position: fixed; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0, 0, 0, .5);  z-index: 9; visibility: visible; opacity: 1; transition: .3s}
.blog.innerContainer .subscription-popup.hide{visibility: hidden; opacity: 0}
.blog.innerContainer .subscription-popup .close{position: absolute; top: 30px; left: 40px; font-size: 35px; font-family: 'DINNextLTArabic-Regular', sharp; color: #107ebb}
.blog.innerContainer .subscription-popup .subscription-form{background-color: #FFFFFF; height: 380px; max-width: 600px; padding: 75px; margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; outline: 1px solid #107ebb; outline-offset: -15px}
.blog.innerContainer .subscription-popup .subscription-form h3{font-size: 25px; font-weight: bold; color: #107ebb; margin: 0 0 20px 0}
.blog.innerContainer .subscription-popup .subscription-form input{height: 40px; border: 1px solid rgba(0, 0, 0, 0.25); padding: 0 10px 0 0; width: 100%}
.blog.innerContainer .subscription-popup .subscription-form button{cursor: pointer; margin: 20px 0; padding: 6px 67px 11px 67px; border-radius: 20px; background-color: #107ebb; color: #FFFFFF; font-family: 'DINNextLTArabic-Regular', sharp; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; border: 1px solid transparent; font-size: 16px}
.blog.innerContainer .subscription-popup .subscription-form button:hover{background-color: #FFFFFF; border-color: #107ebb; color: #107ebb}
.blog.innerContainer .subscription-popup .subscription-form button i{display: none}


.blog.innerContainer .commonTextWrapper .brief-title{color: #000000; font-weight: bold; margin: 0 0 20px 0}
.blog.innerContainer .commonTextWrapper .text p.bold{font-weight: bold}

.blog.innerContainer .commonCol .box .inner .text, .blogDetails.innerContainer .commonCol .box .inner .text{padding: 0 0 35px 0}
.blog.innerContainer .commonCol .box .linkStyle, .blogDetails.innerContainer .commonCol .box .linkStyle{position: absolute; bottom: 0}
.blog.innerContainer .commonCol .box .linkStyle a, .blogDetails.innerContainer .commonCol .box .linkStyle a{padding: 0 !important}


.streaming-popup{position: fixed; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0, 0, 0, .5);  z-index: 9; visibility: visible; opacity: 1; transition: .3s}
.streaming-popup.hide{visibility: hidden; opacity: 0}
.streaming-popup .close{position: absolute; top: 30px; left: 40px; font-size: 35px; font-family: 'DINNextLTArabic-Regular', sharp; color: #FFFFFF}
.streaming-popup > div{position: absolute; top: 50%; left: 0; right: 0; margin: auto; width: 700px; height: 400px; transform: translateY(-50%)}
.streaming-popup > div iframe{width: 100%; height: 100%}


@media screen and (min-width: 1681px) {
  .grid {
    width: 85%;
  }
  .full {
    width: 100%;
  }
  .half {
    width: 50%;
    margin: 0;
  }
  .socialCircle {
    left: 35px;
  }
  .innerContainer.withIllustration {
    padding-bottom: 450px;
  }
  .innerContainer .animationItem {
    position: absolute;
    z-index: -1;
  }
  .innerContainer .animationItem.airballoon {
    bottom: 290px;
  }
  .innerContainer .animationItem.airplane {
    bottom: 260px;
  }
  .innerContainer .animationItem.sun {
    bottom: 300px;
  }
  .innerContainer .animationItem.bird {
    bottom: 350px;
  }
  .innerContainer .animationItem.sheetplane {
    bottom: 260px;
  }
  .contact .contactFormContainer .formContainer {
    padding-right: 135px;
  }
  .contact .contactFormContainer .formContainer .contactInfo .secondCol {
    margin-left: 110px;
  }
  .blogDetails .whiteWrapper .blogDetailsContent .holder .aroundText {
    width: 320px;
  }
  .survey .surveyFormContainer .col {
    padding: 77px;
  }
  .blocksWrapper .box .boxTextHolder {
    left: 215px;
  }
  .commonCol .box.xsmall {
    height: 410px;
  }
  .commonCol .box.big .imageWithDetails .image img,
  .commonCol .box.small .imageWithDetails .image img {
    height: 100%;
    width: 100%;
  }
  .commonCol .box.fullBox .imageWithDetails .commonTextWrapper .circleDate {
    right: 80px;
  }
  .commonCol .box .imageWithDetails .image {
    width: 40%;
  }
  .commonCol .box .imageWithDetails .commonTextWrapper {
    width: 60%;
    padding-top: 35px;
    padding-left: 65px;
    padding-right: 65px;
  }
  .commonCol .box.authorItem .authorHolder {
    padding: 10px;
  }
  .commonCol .box.authorItem .authorHolder .authorInfo h2 {
    font-size: 20px;
  }
  .commonCol .box.authorItem .authorHolder .authorInfo h3 {
    font-size: 16px;
  }
  .commonCol .displayItemsDetails .info .inner {
    height: 410px;
  }
  .stagePaddingCarouselWrapper .boxCarousel .owl-item.before .box {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform-origin: 100% 271px;
    -moz-transform-origin: 100% 271px;
    -webkit-transform-origin: 100% 271px;
    -ms-transform-origin: 100% 271px;
  }
  .stagePaddingCarouselWrapper .boxCarousel .owl-item.after .box {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform-origin: 0 271px;
    -moz-transform-origin: 0 271px;
    -webkit-transform-origin: 0 271px;
    -ms-transform-origin: 0 271px;
  }
  .stagePaddingCarouselWrapper .boxCarousel .owl-item .box.bookStyle.big .imgCover,
  .stagePaddingCarouselWrapper .boxCarousel .owl-item .box.bookStyle.fullBox .imgCover {
    height: 542px;
  }
  .stagePaddingCarouselWrapper .boxCarousel .owl-nav {
    top: 271px;
  }
  .threeItemCarousel.booksCarousel.insideWhiteWrapper .box.bookStyle .imgCover {
    height: 280px;
  }
  .threeItemCarousel.booksCarousel.insideWhiteWrapper .owl-nav {
    top: 180px;
  }
  .newsStyleListing {
    padding-left: 60px;
    padding-right: 80px;
  }
  .quoteWrapper .imageWrapper {
    width: 360px;
  }
  .directorsCarousel {
    width: 100%;
  }
  body.rtl .socialCircle {
    right: 35px;
  }
  body.rtl .contact .contactFormContainer .formContainer {
    padding-left: 135px;
  }
  body.rtl .contact .contactFormContainer .formContainer .contactInfo .secondCol {
    margin-right: 110px;
  }
  body.rtl .blocksWrapper .box .boxTextHolder {
    right: 215px;
  }
  body.rtl .commonCol .box.fullBox .imageWithDetails .commonTextWrapper .circleDate {
    left: 80px;
  }

  body.rtl .commonCol .box.fullBox .imageWithDetails .commonTextWrapper .year-date{left: 98px}

  body.rtl .newsStyleListing {
    padding-left: 80px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .grid {
    width: 90rem;
  }
  .full {
    width: 89rem;
  }
  .half {
    width: 44rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    float: left;
  }
}
@media screen and (max-width: 1405px) {
  .commonCol .box.small .imageWithDetails .commonTextWrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .grid {
    width: 60rem;
  }
  .full {
    width: 59rem;
  }
  .half {
    width: 29rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    float: left;
  }
  .nav li {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  header.static nav .nav {
    display: block;
  }
  header.static nav .nav + .menutabs {
    padding-left: 10px;
    padding-top: 0;
  }
  header nav {
    width: 46.5rem;
  }
  header nav .nav.top li:before {
    top: 4px;
  }
  header nav .nav.bottom li:before {
    top: 9px;
  }
  .footer {
    text-align: center;
  }
  .footer .subscribeContainer {
    float: none;
    display: inline-block;
    margin-bottom: 20px;
  }
  .footer .subscribeContainer h3 {
    display: inline-block;
    margin-right: 20px;
    margin-top: 4px;
  }
  .footer .subscribeContainer .subscribe {
    display: inline-block;
  }
  .footer .menuFooterHolder {
    float: none;
  }
  .footer .menuFooterHolder nav {
    text-align: center;
  }
  .footer .menuFooterHolder .copyrightHolder {
    margin-top: 20px;
    text-align: center;
  }
  .articleActivityContainer .iconStyle {
    margin-right: 12px;
  }
  .stagePaddingCarouselWrapper .bigCarousel {
    height: 315px;
  }
  .stagePaddingCarouselWrapper .bigCarousel:before {
    font-size: 60px;
    left: 485px;
    top: -10px;
  }
  .stagePaddingCarouselWrapper .bigCarousel .item .boxTextHolder {
    padding: 58px 0px 0px 30px;
    width: 50%;
  }
  .stagePaddingCarouselWrapper .bigCarousel .item .boxTextHolder .type {
    margin-bottom: 15px;
  }
  .stagePaddingCarouselWrapper .bigCarousel .active .item .img,
  .stagePaddingCarouselWrapper .bigCarousel .item .img {
    width: 390px;
  }
  .blocksWrapper .box {
    height: 400px;
  }
  .blocksWrapper .box.blue .content:before {
    font-size: 75px;
    top: -48px;
  }
  .blocksWrapper .box.grey .content img {
    max-width: 170px;
  }
  .blocksWrapper .box.grey .content .text {
    width: 185px;
    padding-left: 25px;
  }
  .blocksWrapper .box .content {
    max-width: 360px;
  }
  .blocksWrapper .box .content .subscribe {
    width: 350px;
  }
  .blocksWrapper .box .content .subscribe input {
    width: 200px;
  }
  .blocksWrapper .block.commonCol .boxTextHolder {
    left: 148px;
  }
  .blocksWrapper .block.commonCol .boxTextHolder .circleDate {
    width: 70px;
    height: 70px;
  }
  .blocksWrapper .block.commonCol .boxTextHolder .circleDate span {
    font-size: 28px;
  }
  .blocksWrapper .block.commonCol .boxTextHolder .circleDate p {
    font-size: 21px;
  }
  .contact .contactFormContainer {
    margin-top: 30px;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .contact .contactFormContainer .formContainer {
    padding-right: 50px;
  }
  .contact .contactFormContainer .formContainer .contactInfo .firstCol {
    float: none;
  }
  .contact .contactFormContainer .formContainer .contactInfo .secondCol {
    float: none;
    margin-left: 0px;
  }
  .contact .contactFormContainer .formContainer .contactInfo .secondCol:before {
    display: none;
  }
  .contact .contactFormContainer .mapContainer {
    height: 720px;
  }
  .banner {
    height: 300px;
  }
  .banner.longHeight .outerContainer .commonCol {
    margin-top: 0;
    width: 100%;
  }
  .commonCol.colored .box .commonTextWrapper {
    padding-left: 45px;
    padding-right: 45px;
  }
  .commonCol.longCol > .box {
    height: 700px;
  }
  .commonCol.longCol > .box.active {
    height: 1000px;
  }
  .commonCol.longCol > .box .revealSection .booksCarousel {
    width: 41.5rem;
  }
  .commonCol.lessHeight .box.medium {
    height: 360px;
  }
  .commonCol .box.small .imgHolder {
    height: 177px;
  }

  .blog.innerContainer .blogContainer.commonCol .box.small .boxTextHolder, .blogDetails.innerContainer .blogContainer.commonCol .box.small .boxTextHolder {
    height: calc(100% - 227px);
  }

  .commonCol .box.small .imageWithDetails .commonTextWrapper {
    padding-left: 5px;
    padding-right: 5px;
  }
  .commonCol .box.extraHeight .imgHolder {
    height: 197px;
  }
  .commonCol .box.extraHeight .boxTextHolder.textCenter {
    top: 220px;
  }
  .commonCol .box.big .imageWithDetails .commonTextWrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
  }
  .commonCol .box.big .imageWithDetails .commonTextWrapper .iconStyle {
    margin-top: 15px;
  }
  .commonCol .box.medium .boxTextHolder.center {
    width: 14rem;
  }
  .commonCol .box.fullBox .imageWithDetails .commonTextWrapper {
    width: 60%;
    padding-top: 0;
  }
  .commonCol .box.fullBox .imageWithDetails .image {
    width: 40%;
  }
  .commonCol .box.bookStyle.big .imgCover {
    height: 320px;
  }
  .commonCol .box.xsmall.active > .inner {
    width: calc(25% - 10px);
  }
  .commonCol .box.xsmall.active .logobox {
    width: 25%;
  }
  .commonCol .box .boxTextHolder {
    left: 22px;
    right: 22px;
  }
  .commonCol .box .boxTextHolder.center {
    left: 115px;
  }
  .commonCol .box .boxTextHolder .desc,
  .commonCol .box .boxTextHolder .title {
    width: auto;
  }
  .commonCol .box .inner .centered .text:not(.noWidth) {
    width: auto;
  }
  .commonCol .displayItemsDetails {
    width: 75%;
  }
  .commonCol .displayItemsDetails .info .inner {
    padding-top: 20px;
  }
  .commonCol .displayItemsDetails .info .inner .close {
    top: 12px;
  }
  .formWrapper.fullwidth {
    padding-left: 60px;
    padding-right: 60px;
  }
  .form .header h2,
  .form .header h5 {
    font-size: 19px;
  }
  .form .formGroupRow .formGroup label {
    font-size: 15px;
  }
  .survey .surveyFormContainer .col {
    padding: 25px;
  }
  .survey .surveyFormContainer .col.firstCol {
    width: 40%;
  }
  .survey .surveyFormContainer .col.secondCol {
    width: 60%;
  }
  .commonTextWrapper {
    padding-left: 41px;
    padding-right: 41px;
  }
  .commonTextWrapper.overContent {
    padding-right: 60px;
  }
  .commonTextWrapper .holder .aroundText {
    left: 10px;
  }
  .commonTextWrapper .infoDetails.halfStyle .details {
    padding-top: 50px;
    padding-left: 30px;
  }
  .commonTextWrapper .infoDetails .imgWrapper .socialContainer {
    display: block;
  }
  .forum .forumContainer .commonTextWrapper .infoDetails .imgWrapper {
    width: 21.5rem;
    margin-right: 25px;
  }
  .forum .forumContainer .commonTextWrapper .infoDetails .details {
    width: 31.5rem;
  }
  .commentSection .commentsContent .commentItem .info {
    width: 92%;
  }
  .commentSection .commentInputOuter .commentInput textarea {
    width: 29rem;
  }
  .blogDetails .whiteWrapper .mainImg {
    height: 457px;
  }
  .polls .pollsContainer .pollsWrapper.halfPoll .inner .pollsHolder .poll {
    margin-right: 7px;
  }
  .whoweare .directorContainer .holder:first-child {
    margin-right: 25px;
  }
  .whoweare .directorContainer .holder:first-child .innerTextHolder {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    height: 285px;
  }
  .whoweare .directorContainer .holder:first-child .innerTextHolder .commonTextWrapper {
    top: 66%;
  }
  .whoweare .directorContainer .holder:first-child .innerTextHolder .commonTextWrapper:before {
    left: -9px;
  }
  .whoweare .directorContainer .holder:first-child .innerTextHolder .commonTextWrapper .title {
    width: 100%;
  }
  .whoweare .directorContainer .holder:last-child {
    width: auto;
    float: none;
  }
  section .owl-carousel .owl-nav .owl-next {
    right: -30px;
  }
  section .owl-carousel .owl-nav .owl-prev {
    left: -30px;
  }
  .displayListing .list .box {
    width: 25%;
  }
  .newsStyleListing {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 20px;
  }
  .newsStyleListing.twoColumns {
    padding-left: 35px;
  }
  .newsStyleListing.twoColumns .row {
    margin-right: 20px;
    width: 210px;
  }
  .newsStyleListing .row {
    padding-top: 15px;
  }
  .twoItemCarousel.owl-carousel .owl-nav {
    width: 80%;
  }
  .quoteWrapper .imageWrapper {
    width: 200px;
    margin-right: 30px;
  }
  .quoteWrapper .text {
    padding-top: 35px;
  }
  .initiativesPage .banner {
    height: 423px;
  }
  .mediaGallery .mediaPlayList {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .threeItemCarousel .owl-item .commonTextWrapper {
    padding-left: 81px;
    padding-right: 81px;
  }
  .iconsCarousel {
    max-width: 850px;
  }
  body.rtl header.static nav .nav + .menutabs {
    padding-right: 10px;
  }
  body.rtl .footer .subscribeContainer {
    float: none;
  }
  body.rtl .footer .subscribeContainer h3 {
    margin-right: 0;
    margin-left: 20px;
  }
  body.rtl .footer .menuFooterHolder {
    float: none;
  }
  body.rtl .footer .menuFooterHolder nav {
    text-align: center;
  }
  body.rtl .footer .menuFooterHolder .copyrightHolder {
    text-align: center;
  }
  body.rtl .articleActivityContainer .iconStyle {
    margin-left: 12px;
  }
  body.rtl .stagePaddingCarouselWrapper .bigCarousel:before {
    right: 485px;
  }
  body.rtl .stagePaddingCarouselWrapper .bigCarousel .item .boxTextHolder {
    padding-right: 30px;
    padding-left: 0;
  }
  body.rtl .blocksWrapper .box.grey .content .text {
    padding-right: 25px;
  }
  body.rtl .blocksWrapper .block.commonCol .boxTextHolder {
    right: 148px;
  }
  body.rtl .contact .contactFormContainer .formContainer {
    padding-left: 50px;
  }
  body.rtl .contact .contactFormContainer .formContainer .contactInfo .secondCol {
    margin-right: 0;
  }
  body.rtl .commonCol .box .boxTextHolder.center {
    left: auto;
    right: 115px;
  }
  body.rtl .commonTextWrapper.overContent {
    padding-left: 60px;
  }
  body.rtl .commonTextWrapper .holder .aroundText {
    right: 10px;
  }
  body.rtl .commonTextWrapper .infoDetails.halfStyle .details {
    padding-right: 30px;
  }
  body.rtl .forum .forumContainer .commonTextWrapper .infoDetails .imgWrapper {
    margin-left: 25px;
  }
  body.rtl .polls .pollsContainer .pollsWrapper.halfPoll .inner .pollsHolder .poll {
    margin-left: 7px;
  }
  body.rtl .whoweare .directorContainer .holder:first-child {
    margin-left: 25px;
    margin-right: 0;
  }
  body.rtl .whoweare .directorContainer .holder:first-child .innerTextHolder .commonTextWrapper:before {
    right: -9px;
  }
  body.rtl .whoweare .directorContainer .holder:last-child {
    float: none;
  }
  body.rtl section .owl-carousel .owl-nav .owl-next {
    left: -30px;
  }
  body.rtl section .owl-carousel .owl-nav .owl-prev {
    right: -30px;
  }
  body.rtl .newsStyleListing.twoColumns {
    padding-right: 35px;
  }
  body.rtl .newsStyleListing.twoColumns .row {
    margin-left: 20px;
  }
  body.rtl .quoteWrapper .imageWrapper {
    margin-left: 30px;
  }
  .arab-award-platform-filter .tab-content.current {
    overflow-x: scroll;
  }
  .arab-award-platform .content {
    padding-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .grid {
    width: 40rem;
  }
  .full {
    width: 39rem;
  }
  .half {
    width: 19rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    float: left;
  }
  header.fixed nav .nav {
    display: none;
  }
  header.fixed nav .menutabs li.displayAllMenu {
    display: inline-block;
  }
  header.static nav {
    position: relative;
  }
  header.static nav .nav {
    position: absolute;
    width: 200px;
    background-color: #f7f7f7;
    text-align: center;
    box-shadow: 0px 0px 7px -3px #7a767a;
    -webkit-box-shadow: 0px 0px 7px -3px #7a767a;
    -moz-box-shadow: 0px 0px 7px -3px #7a767a;
    top: 80px;
    right: 0;
    z-index: 2;
    padding-top: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    pointer-events: none;
  }
  header.static nav .nav.active {
    opacity: 1;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    pointer-events: all;
  }
  header.static nav .nav.addSideArrow.top:after {
    visibility: visible;
    left: 30px;
    border-bottom-color: #f7f7f7;
  }
  header.static nav .nav li {
    display: block;
    padding: 0 0 14px;
    margin-bottom: 10px;
  }
  header.static nav .nav li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-right: 0;
  }
  header.static nav .nav li:before {
    height: 1px;
    width: 13px;
    left: 0;
    bottom: 0;
    margin: auto;
    top: auto;
  }
  header.static nav .menutabs li.internalMenuTriggerOnMobile {
    display: inline-block;
  }
  header .logo {
    width: 150px;
  }
  header nav {
    width: auto;
  }
  header nav .menutabs {
    padding-top: 25px !important;
  }
  header .headerPageTitle {
    padding-top: 35px;
  }
  .popMenu {
    top: 90px;
  }
  .popMenu .popMenuHolder div {
    vertical-align: top;
  }
  .popMenu .popMenuHolder .top {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    margin-left: 45px;
    padding-top: 22px;
  }
  .footer .subscribeContainer h3 {
    margin-right: 13px;
  }
  .footer .menuFooterHolder nav ul li {
    margin-bottom: 10px;
  }
  .roundButton.sideAbsolute {
    bottom: 25px;
  }
  .linkStyle .sectionTitle.left {
    text-align: left;
  }
  .linkStyle .sectionTitle.left h5 {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
  .articleActivityContainer .iconStyle {
    margin-right: 10px;
  }
  .topSection .mediaCarousel,
  .topSection .banner {
    height: 600px;
  }
  .topSection .banner .logo {
    max-width: 260px;
  }
  .topSection .banner .countdown {
    bottom: 60px;
  }
  .topSection .banner nav .nav li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .topSection .banner nav.fix {
    top: 77px;
  }
  .mediaCarousel {
    min-height: 1px;
  }
  .blocksWrapper.equal .block {
    width: 100%;
  }
  .blocksWrapper.equal .block:first-child,
  .blocksWrapper.equal .block:last-child {
    width: 100%;
  }
  .blocksWrapper.equal .block .box:not(.fullBox) {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
  }
  .blocksWrapper .block:first-child,
  .blocksWrapper .block:last-child {
    width: 100%;
  }
  .blocksWrapper .block .box {
    float: left;
    width: 50%;
    height: 400px;
  }
  .blocksWrapper .block .box.grey .content img {
    display: block;
    max-width: 130px;
  }
  .blocksWrapper .block .box.grey .content .text {
    width: auto;
    padding-left: 0;
  }
  .blocksWrapper .block .box.grey .content .text h3 {
    padding-top: 10px;
  }
  .blocksWrapper .block .box.grey .content .text .linkStyle .text {
    margin-top: 10px;
  }
  .blocksWrapper .block .box .content {
    max-width: 90%;
  }
  .blocksWrapper .block .box .content .subscribe {
    width: 100%;
    padding: 3px 10px 3px;
  }
  .blocksWrapper .block .box .content .subscribe input {
    width: 162px;
  }
  .blocksWrapper .block .box .content .subscribe .submit {
    padding: 0;
  }
  .blocksWrapper .block .box .content .subscribe .submit .fa {
    padding-left: 5px;
  }
  .stagePaddingCarouselWrapper .bigCarousel {
    margin: 30px 0;
    height: auto;
  }
  .stagePaddingCarouselWrapper .bigCarousel:before {
    font-size: 50px;
    left: 412px;
  }
  .stagePaddingCarouselWrapper .bigCarousel .owl-nav {
    top: 160px;
    width: 75%;
  }
  .stagePaddingCarouselWrapper .bigCarousel .owl-item.after .item .boxTextHolder,
  .stagePaddingCarouselWrapper .bigCarousel .owl-item.before .item .boxTextHolder {
    display: none;
  }
  .stagePaddingCarouselWrapper .bigCarousel .active .item .img,
  .stagePaddingCarouselWrapper .bigCarousel .item .img {
    width: 316px;
  }
  .stagePaddingCarouselWrapper .bigCarousel .item .boxTextHolder {
    padding: 10px 0px 0px 10px;
    width: 90%;
    display: block;
  }
  .stagePaddingCarouselWrapper .boxCarousel .owl-item.before .box {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform-origin: 100% 165px;
    -moz-transform-origin: 100% 165px;
    -webkit-transform-origin: 100% 165px;
    -ms-transform-origin: 100% 165px;
  }
  .stagePaddingCarouselWrapper .boxCarousel .owl-item.after .box {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform-origin: 0 185px;
    -moz-transform-origin: 0 185px;
    -webkit-transform-origin: 0 185px;
    -ms-transform-origin: 0 185px;
  }
  .stagePaddingCarouselWrapper .boxCarousel .owl-item .box.bookStyle.big .imgCover,
  .stagePaddingCarouselWrapper .boxCarousel .owl-item .box.bookStyle.fullBox .imgCover {
    height: 330px;
  }
  .stagePaddingCarouselWrapper .boxCarousel .owl-nav {
    top: 165px;
  }
  .contact .contactFormContainer {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .contact .contactFormContainer .formContainer {
    width: 100%;
    padding-right: 0px;
  }
  .contact .contactFormContainer .formContainer .form .formGroupRow .formGroup {
    padding-right: 0;
  }
  .contact .contactFormContainer .mapContainer {
    height: 385px;
    width: 100%;
    padding-top: 0px;
  }
  .sectionTitle.left h5 {
    font-size: 21px;
    margin-top: 23px;
  }
  .sectionTitle.left h1 {
    font-size: 45px;
  }
  .banner {
    height: 226px;
  }
  .banner.longHeight {
    height: auto;
  }
  .initiativesPage .banner {
    height: auto;
  }
  .initiativesPage .banner.addOverlay .centered {
    position: relative;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
  }
  .criteriaHolder .criteria {
    width: 192px;
  }
  .criteriaHolder .criteria .iconStyle {
    left: 15px;
  }
  .careers .careersContainer .careerItem .careerBreif {
    width: 100%;
    float: none;
  }
  .careers .careersContainer .careerItem .careerBreif p {
    padding-right: 0px;
  }
  .careers .careersContainer .careerItem .careerBreif p:after {
    display: none !important;
  }
  .careers .careersContainer .careerItem .qualifications {
    width: 100%;
    float: none;
    padding-left: 0px;
  }
  .searchResult .resultsContainer {
    padding-left: 45px;
  }
  .commonCol.isotopeTrio.four .box:nth-child(3),
  .commonCol.isotopeTrio.five .box:nth-child(3) {
    height: 350px;
  }
  .commonCol.isotopeTrio.four .box:nth-child(3) .boxTextHolder,
  .commonCol.isotopeTrio.five .box:nth-child(3) .boxTextHolder {
    text-align: center;
  }
  .commonCol.isotopeTrio.four .box:nth-child(3) .boxTextHolder .title.underline:before,
  .commonCol.isotopeTrio.five .box:nth-child(3) .boxTextHolder .title.underline:before {
    margin: auto;
  }
  .commonCol.isotopeTrio.four .box .desc,
  .commonCol.isotopeTrio.five .box .desc {
    display: none;
  }
  .commonCol.isotopeTrio.four .box .linkStyle,
  .commonCol.isotopeTrio.five .box .linkStyle {
    margin-top: 0;
  }
  .commonCol.isotopeTrio.four .box:nth-child(2) {
    height: 350px;
  }
  .commonCol.isotopeTrio.three .box:first-child {
    width: 50%;
    height: 350px;
  }
  .commonCol.isotopeTrio .box {
    width: 50%;
  }
  .commonCol.longCol > .box {
    height: 440px;
  }
  .commonCol.longCol > .box.active .inner {
    width: 0;
  }
  .commonCol.longCol > .box .revealSection {
    width: 100%;
  }
  .commonCol.longCol > .box .revealSection .close {
    right: 40px;
  }
  .commonCol.autoHeight .displayItemsDetails {
    margin-bottom: 10px;
  }
  .commonCol.autoHeight .displayItemsDetails .box.xsmall {
    margin: 0;
  }
  .commonCol.autoHeight .displayItemsDetails .box.xsmall .logoBox {
    height: 165px;
  }
  .commonCol.autoHeight .box.book {
    height: auto !important;
  }
  .commonCol.lessHeight .box.fullBox {
    height: auto;
  }
  .commonCol.lessHeight .box.medium {
    height: 300px;
  }
  .commonCol.coloredBoxes .box.medium {
    width: 50%;
  }
  .commonCol .box.small {
    width: 50%;
  }
  .commonCol .box.small .imgHolder {
    height: 260px;
  }

  .blog.innerContainer .blogContainer.commonCol .box.small .boxTextHolder, .blogDetails.innerContainer .blogContainer.commonCol .box.small .boxTextHolder {
    height: calc(100% - 300px);
  }

  .commonCol .box.big {
    width: 100%;
  }
  .commonCol .box.medium {
    width: 100%;
  }
  .commonCol .box.medium.extraHeight {
    width: 50%;
  }
  .commonCol .box.medium .boxTextHolder.center {
    width: 520px;
  }
  .commonCol .box.fullBox .imageWithDetails .commonTextWrapper,
  .commonCol .box.fullBox .imageWithDetails .image {
    width: 100%;
    height: auto;
  }
  .commonCol .box.fullBox .imageWithDetails .commonTextWrapper.addSideArrow.left:after,
  .commonCol .box.fullBox .imageWithDetails .commonTextWrapper.addSideArrow.right:after {
    top: 100%;
    left: 50%;
    border-color: #ffffff transparent transparent transparent;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
  }
  .commonCol .box.fullBox .imageWithDetails .commonTextWrapper .circleDate {
    right: 20px;
    top: 20px;
  }
  .commonCol .box.threeQuarter {
    width: 50%;
  }
  .commonCol .box.xsmall.active > .inner {
    width: calc(50% - 10px);
  }
  .commonCol .box.xsmall.active .logoBox {
    width: 50%;
    min-height: 408px;
    height: auto;
  }
  .commonCol .box .imageWithDetails .image img {
    height: auto;
    width: 100%;
  }
  .commonCol .box .inner .centered .text.noWidth {
    margin-top: 10px;
    max-width: 90%;
  }
  .commonCol .displayItemsDetails {
    width: 50%;
  }
  .commonCol .displayItemsDetails .info .inner {
    height: auto;
    min-height: 408px;
    padding-left: 20px;
  }
  .commonCol .displayItemsDetails .info .inner .close {
    top: 15px;
    right: 20px;
  }
  .formWrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .formWrapper.fullwidth .formGroupRow .formGroup.fg33 {
    width: 100%;
  }
  .formWrapper .form {
    width: 100%;
  }
  .form {
    width: 100%;
  }
  .form .formGroupRow .formGroup {
    width: 100%;
    margin-bottom: 15px;
  }
  .form .formGroupRow .formGroup:last-child {
    margin-bottom: 0;
  }
  .form .formGroupRow .formGroup.fg10 {
    width: 25%;
  }
  .form .formGroupRow .formGroup.fg16 {
    width: 33.33%;
  }
  .form .formGroupRow .formGroup.fg20,
  .form .formGroupRow .formGroup.fg25 {
    width: 50%;
  }
  .form .formGroupRow .formGroup.fg40 {
    width: 75%;
  }
  .form .formGroupRow .formGroup.fg30,
  .form .formGroupRow .formGroup.fg50,
  .form .formGroupRow .formGroup.fg70 {
    width: 100%;
  }
  .form .formGroupRow .formGroup.withLabel .label {
    padding-left: 25px;
  }
  .form .formGroupRow .formGroup label {
    font-size: 15px;
  }
  .form .formGroupRow .formGroup .customInput,
  .form .formGroupRow .formGroup .customTextarea {
    padding-left: 25px;
  }
  .form .formGroupRow .formGroup .chosen-container .chosen-single {
    padding-left: 25px;
  }
  .survey .surveyFormContainer {
    display: block;
  }
  .survey .surveyFormContainer .col.firstCol,
  .survey .surveyFormContainer .col.secondCol {
    width: 100%;
    display: block;
  }
  .survey .surveyFormContainer .col.firstCol .item:last-child {
    padding-bottom: 0px;
  }
  .forum .forumContainer .commonTextWrapper .infoDetails {
    margin-bottom: 23px;
  }
  .forum .forumContainer .commonTextWrapper .infoDetails h6 {
    margin-bottom: 0px;
  }
  .forum .forumContainer .commonTextWrapper .infoDetails .imgWrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .forum .forumContainer .commonTextWrapper .infoDetails .details {
    width: 100%;
  }
  .commentSection .commentsContent .commentItem .articleActivityContainer {
    float: left;
  }
  .commentSection .commentsContent .commentItem .info {
    width: 86%;
  }
  .commentSection .commentInputOuter {
    padding-left: 0px;
    position: relative;
  }
  .commentSection .commentInputOuter .commentInput {
    padding-left: 20px;
    padding-right: 20px;
  }
  .commentSection .commentInputOuter .commentInput .roundButton {
    position: absolute;
    bottom: -41px;
    right: 31px;
  }
  .commentSection .form {
    width: 100%;
    padding-left: 21px;
    padding-right: 21px;
  }
  .commentSection .form .formGroupRow .formGroup {
    padding-right: 0px;
  }
  .commonTextWrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .commonTextWrapper .infoDetails.halfStyle .imgWrapper,
  .commonTextWrapper .infoDetails.halfStyle .details {
    width: 100%;
    float: none;
  }
  .commonTextWrapper .infoDetails.halfStyle .details {
    padding-top: 20px;
    padding-left: 0;
  }
  .commonTextWrapper .infoDetails .imgWrapper {
    width: 100%;
    margin-right: 0;
    min-height: 300px;
  }
  .blogDetails .whiteWrapper {
    padding-bottom: 0px;
  }
  .blogDetails .whiteWrapper .mainImg {
    height: 306px;
  }
  .blogDetails .commentSection .formWrapper:first-child {
    padding-top: 25px;
  }
  .blogDetails .postNavContainer .postNavHolder .postNav {
    padding-left: 30px;
    padding-right: 30px;
  }
  .polls .pollsContainer .pollsWrapper .pollsHolder .poll {
    margin-right: 5px;
  }
  .polls .pollsContainer .pollsWrapper.halfPoll {
    width: 100%;
  }
  .polls .pollsContainer .pollsWrapper.halfPoll .inner .pollsHolder .poll {
    margin-right: 47px;
  }
  section .owl-carousel .owl-nav .owl-next {
    right: -35px;
  }
  section .owl-carousel .owl-nav .owl-prev {
    left: -35px;
  }
  .whoweare .directorContainer .holder {
    width: 100%;
  }
  .whoweare .directorContainer .holder:first-child {
    margin-bottom: 20px;
    float: none;
  }
  .whiteWrapper .commonTextWrapper {
    padding-top: 16px;
  }
  .displayListing .list .box {
    width: 50%;
  }
  .displayListing .list .box.xsmall {
    height: 408px;
  }
  .directorsCarousel {
    width: 100%;
  }
  .timeline-section .timeline-days-container {
    padding-bottom: 15px;
  }
  .timeline-section .timeline-days-container a:not(.imageWrapper) {
    margin-bottom: 12px;
  }
  .timeline-section .timeline-container .timeline-item .timeline-item-content .first-block,
  .timeline-section .timeline-container .timeline-item .timeline-item-content .second-block {
    width: 100%;
    float: none;
  }
  .timeline-section .timeline-container .timeline-item .timeline-item-content .first-block {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .numbers-widget ul li {
    margin-left: 10px;
    margin-right: 10px;
  }
  .newsStyleListing:not(.twoColumns) {
    padding-bottom: 25px;
  }
  .newsStyleListing.twoColumns .row {
    margin-right: 40px;
    width: 270px;
  }
  .quoteWrapper .imageWrapper {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .quoteWrapper .imageWrapper:after {
    display: none;
  }
  .quoteWrapper .text {
    padding-top: 15px;
  }
  .mediaGallery .mediaPlayList {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .iconsCarousel {
    max-width: 650px;
  }
  .threeItemCarousel.noArrows .owl-item .box.fullBox {
    height: 250px;
  }
  .askAmbassador .holder {
    width: 100%;
  }
  .mapContainerWrapper {
    display: inline-block;
    z-index: 3000;
  }
  .innerContainer.withIllustration {
    padding-bottom: 250px;
  }
  .innerContainer .animationItem.airballoon {
    width: 160px;
    bottom: 170px;
    left: 60px;
  }
  .innerContainer .animationItem.airplane {
    bottom: 130px;
  }
  .innerContainer .animationItem.sun {
    width: 100px;
    bottom: 150px;
  }
  .innerContainer .animationItem.bird {
    bottom: 240px;
  }
  .innerContainer .animationItem.sheetplane {
    bottom: 100px;
  }
  .sitemap .commonCol .box {
    height: 240px;
  }
  .criteriaBoxesHolder .box.medium {
    width: 50%;
  }
  body.rtl header.static nav .nav {
    right: auto;
    left: 0;
  }
  body.rtl header.static nav .nav.addSideArrow.top:after {
    left: auto;
    right: 0;
  }
  body.rtl header.static nav .nav li:before {
    right: 0;
  }
  body.rtl .footer .subscribeContainer h3 {
    margin-left: 13px;
  }
  body.rtl .linkStyle .sectionTitle.left {
    text-align: right;
  }
  body.rtl .linkStyle .sectionTitle.left h5 {
    margin-right: 0;
  }
  body.rtl .articleActivityContainer .iconStyle {
    margin-left: 10px;
  }
  body.rtl .blocksWrapper .block .box {
    float: right;
  }
  body.rtl .blocksWrapper .block .box.grey .content .text {
    padding-right: 0;
  }
  body.rtl .blocksWrapper .block .box .content .subscribe .submit .fa {
    padding-right: 5px;
  }
  body.rtl .stagePaddingCarouselWrapper .bigCarousel:before {
    right: 412px;
  }
  body.rtl .stagePaddingCarouselWrapper .bigCarousel .item .boxTextHolder {
    padding-right: 10px;
  }
  body.rtl .contact .contactFormContainer .formContainer {
    padding-left: 0px;
  }
  body.rtl .contact .contactFormContainer .formContainer .form .formGroupRow .formGroup {
    padding-left: 0;
  }
  body.rtl .criteriaHolder .criteria .iconStyle {
    right: 15px;
  }
  body.rtl .careers .careersContainer .careerItem .careerBreif p {
    padding-left: 0;
  }
  body.rtl .careers .careersContainer .careerItem .qualifications {
    padding-right: 0;
  }
  body.rtl .searchResult .resultsContainer {
    padding-right: 45px;
  }
  body.rtl .commonCol.isotopeTrio.four .box:nth-child(3) .boxTextHolder,
  body.rtl .commonCol.isotopeTrio.five .box:nth-child(3) .boxTextHolder {
    text-align: center;
  }
  body.rtl .commonCol.longCol > .box .revealSection .close {
    left: 40px;
  }
  body.rtl .commonCol .box.fullBox .imageWithDetails .commonTextWrapper .circleDate {
    left: 20px;
  }

  body.rtl .commonCol .box.fullBox .imageWithDetails .commonTextWrapper .year-date{left: 38px; top: 95px}


  body.rtl .commonCol .displayItemsDetails .info .inner {
    padding-right: 20px;
  }
  body.rtl .commonCol .displayItemsDetails .info .inner .close {
    left: 20px;
  }
  body.rtl .form .formGroupRow .formGroup.withLabel .label {
    padding-left: 0;
    padding-right: 25px;
  }
  body.rtl .form .formGroupRow .formGroup .customInput,
  body.rtl .form .formGroupRow .formGroup .customTextarea {
    padding-right: 25px;
  }
  body.rtl .form .formGroupRow .formGroup .chosen-container .chosen-single {
    padding-left: 0;
    padding-right: 25px;
  }
  body.rtl .forum .forumContainer .commonTextWrapper .infoDetails .imgWrapper {
    margin-left: 0;
  }
  body.rtl .commentSection .commentsContent .commentItem .articleActivityContainer {
    float: right;
  }
  body.rtl .commentSection .commentInputOuter {
    padding-right: 0px;
  }
  body.rtl .commentSection .commentInputOuter .commentInput .roundButton {
    left: 31px;
    right: auto;
  }
  body.rtl .commentSection .form .formGroupRow .formGroup {
    padding-left: 0;
  }
  body.rtl .commonTextWrapper .infoDetails.halfStyle .details {
    padding-right: 0;
  }
  body.rtl .commonTextWrapper .infoDetails .imgWrapper {
    margin-left: 0;
  }
  body.rtl .polls .pollsContainer .pollsWrapper .pollsHolder .poll {
    margin-left: 5px;
  }
  body.rtl .polls .pollsContainer .pollsWrapper.halfPoll .inner .pollsHolder .poll {
    margin-left: 47px;
  }
  body.rtl section .owl-carousel .owl-nav .owl-next {
    left: -35px;
  }
  body.rtl section .owl-carousel .owl-nav .owl-prev {
    right: -35px;
  }
  body.rtl .displayListing .displayItemsDetails .box {
    margin-left: 20px;
  }
  body.rtl .timeline-section .timeline-container .timeline-item .timeline-item-content .first-block,
  body.rtl .timeline-section .timeline-container .timeline-item .timeline-item-content .second-block {
    float: none;
  }
  body.rtl .timeline-section .timeline-container .timeline-item .timeline-item-content .first-block {
    padding-left: 0;
  }
  body.rtl .newsStyleListing.twoColumns .row {
    margin-left: 40px;
  }
  body.rtl .quoteWrapper .imageWrapper {
    margin-left: 0;
  }
  body.rtl .live-stream.active {
    left: 5%;
  }
  .live-stream {
    bottom: 10%;
  }
  .live-stream.active {
    right: 5%;
  }
  .arab-award-platform .content {
    padding: 15px !important;
  }
  .arab-award-platform .company-logo {
    overflow: hidden;
  }
  .arab-award-platform .company-logo img {
    margin: 0;
    padding: 20px;
    width: 100%;
  }
  .arab-award-platform .award-image-wrapper {
    text-align: center;
    float: none;
  }
  .arab-award-platform .award-image-wrapper .award-image {
    margin: 0;
  }
  .arab-award-platform-filter .row .box .addOverlay .iconStyle {
    background-color: #ffffff !important;
  }
  .arab-award-platform-filter .row .box .addOverlay .iconStyle svg {
    fill: #b67d69 !important;
  }
  .arab-award-platform-filter .row .box .addOverlay.light .text,
  .arab-award-platform-filter .row .box .addOverlay.light .award-title {
    color: #ffffff !important;
  }
  .arab-award-platform-filter .row .box .addOverlay.light:after {
    background-color: #c68974 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .whoweare .directorsCarouselWrapper .owl-item .box .addOverlay {
    height: 270px;
  }
}
@media screen and (max-width: 767px) {
  .grid {
    width: 90%;
  }
  .full {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .half {
    width: 45%;
  }
  .radioCheckboxGrp label:not(.control-label) {
    height: auto;
  }
  .footer .subscribeContainer h3 {
    float: none;
  }
  .footer .menuFooterHolder .copyrightHolder {
    margin-top: 0;
  }
  .footer .menuFooterHolder .copyrightHolder li {
    margin: 5px 4px;
  }
  .footer .menuFooterHolder .copyrightHolder li.textLink {
    padding-bottom: 8px;
  }
  .footer .menuFooterHolder .copyrightHolder li:nth-child(3) {
    display: block;
    text-align: center;
  }
  .footer .menuFooterHolder .copyrightHolder li:nth-child(3) .copyright {
    margin: auto;
  }
  .roundButton.sideAbsolute {
    position: static;
    display: block;
    width: 170px;
  }
  .popMenu .popMenuHolder .bottom {
    width: 160px;
  }
  .popMenu .popMenuHolder .bottom li {
    margin-bottom: 12px;
  }
  .popMenu .popMenuHolder .bottom li a {
    font-size: 15px;
  }
  .popMenu .popMenuHolder .top {
    margin-left: 0;
    padding-top: 0;
  }
  .popMenu .popMenuHolder .top li {
    padding-bottom: 0;
    padding-left: 35px;
  }
  .popMenu .popMenuHolder .top li:first-child {
    padding-top: 10px;
  }
  .popMenu .popMenuHolder .top li a {
    font-size: 11px;
  }
  .popMenu .popMenuHolder .top li a:before {
    top: 6px;
  }
  .topSection .mediaCarousel,
  .topSection .banner {
    height: 300px;
  }
  .topSection .banner .logo {
    top: 140px;
    max-width: 180px;
  }
  .topSection .banner .countdown {
    bottom: 90px;
  }
  .topSection .banner nav .nav li {
    padding-bottom: 18px;
  }
  .topSection .numbers-widget:not(.flipStyle) {
    padding-top: 16px;
  }
  section .owl-carousel .owl-nav .owl-prev {
    left: -19px;
  }
  section .owl-carousel .owl-nav .owl-next {
    right: -19px;
  }
  .chosen-container .chosen-single div {
    width: 25px;
  }
  .iconStyle.backToTop {
    width: 40px;
    height: 40px;
    right: 15px;
  }
  .iconStyle.backToTop .text {
    padding-bottom: 1px;
  }
  .iconStyle.backToTop .text span:last-child {
    display: none;
  }
  .commonCol.isotopeTrio.three .box .boxTextHolder {
    top: 30px;
  }
  .commonCol.isotopeTrio.three .box:first-child {
    width: 100%;
  }
  .commonCol.isotopeTrio .box {
    width: 100%;
  }
  .commonCol.longCol > .box {
    height: 210px;
  }
  .commonCol.longCol > .box .revealSection .close {
    top: 55px;
  }
  .commonCol.longCol > .box .revealSection .booksCarousel {
    width: 21.5rem;
  }
  .commonCol.longCol > .box.small .boxTextHolder {
    bottom: 65px;
  }
  .commonCol.lessHeight .box.big {
    height: auto;
  }
  .commonCol.lessHeight .box.big .commonTextWrapper.colored {
    height: auto;
    padding-bottom: 20px;
  }
  .commonCol.coloredBoxes .box.medium {
    width: 100%;
  }
  .commonCol .box.small {
    width: 100%;
  }
  .commonCol .box.small.noImgHolder {
    height: 485px;
  }
  .commonCol .box.small.extraHeight {
    height: auto;
  }
  .commonCol .box.small .boxTextHolder {
    max-width: 100%;
  }
  .commonCol .box.small .imageWithDetails .commonTextWrapper,
  .commonCol .box.small .imageWithDetails .image {
    height: auto;
  }
  .commonCol .box.medium.extraHeight {
    width: 100%;
  }
  .commonCol .box.medium .boxTextHolder.center {
    width: 400px;
  }
  .commonCol .box.extraHeight .imgHolder {
    height: 267px;
  }
  .commonCol .box.extraHeight .boxTextHolder.textCenter {
    top: 303px;
  }
  .commonCol .box.big .imageWithDetails .commonTextWrapper,
  .commonCol .box.big .imageWithDetails .image {
    width: 100%;
    float: none;
    height: auto;
  }
  .commonCol .box.big .imageWithDetails .commonTextWrapper {
    padding-bottom: 20px;
  }
  .commonCol .box.big .imageWithDetails .commonTextWrapper.addSideArrow.left:after,
  .commonCol .box.big .imageWithDetails .commonTextWrapper.addSideArrow.right:after {
    top: 100%;
    left: 50%;
    right: auto;
    border-color: #ffffff transparent transparent transparent;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
  }
  .commonCol .box.big .imageWithDetails .commonTextWrapper .info {
    float: none;
  }
  .commonCol .box.big .inner.commonTextWrapper {
    padding-top: 0;
  }
  .commonCol .box.big .inner.commonTextWrapper .text {
    margin-bottom: 10px;
  }
  .commonCol .box.fullBox .imageWithDetails .commonTextWrapper .circleDate {
    right: 10px;
    top: 10px;
  }
  .commonCol .box.fullBox .imageWithDetails .commonTextWrapper .circleDate + h2 {
    padding-right: 50px;
  }
  .commonCol .box.threeQuarter {
    width: 100%;
  }
  .commonCol .box.autoHeightOnMobile {
    height: auto;
  }
  .commonCol .box.autoHeightOnMobile .inner {
    height: auto;
  }
  .commonCol .box.autoHeightOnMobile .inner .centered {
    position: relative;
    top: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
  }
  .commonCol .box .bigLabel {
    font-size: 65px;
    bottom: -5px;
  }
  .commonCol .displayItemsDetails .info .inner {
    height: 350px;
  }
  .commonCol .displayItemsDetails .info .inner .close {
    right: 15px;
  }
  .mediaCarousel .owl-dots {
    bottom: 30px;
  }
  .mediaCarousel .owl-dots .owl-dot {
    margin-left: 6px;
    margin-right: 6px;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
  }
  .mediaCarousel .owl-dots .owl-dot img,
  .mediaCarousel .owl-dots .owl-dot p,
  .mediaCarousel .owl-dots .owl-dot:before {
    display: none;
  }
  .mediaCarousel .owl-dots .owl-dot:hover,
  .mediaCarousel .owl-dots .owl-dot.active {
    background-color: #107ebb;
  }
  .mediaCarousel .owl-dots .owl-dot:hover p,
  .mediaCarousel .owl-dots .owl-dot.active p {
    display: none;
  }
  .blocksWrapper .box.blue,
  .blocksWrapper .box.grey {
    float: none;
    width: 100%;
  }
  .blocksWrapper .box.blue {
    height: 250px;
  }
  .blocksWrapper .box.blue .content {
    width: 300px;
  }
  .blocksWrapper .box.grey .content .text {
    width: 255px;
  }
  .blocksWrapper .box.white .caption .event {
    float: none;
    width: 100%;
    height: auto;
  }
  .blocksWrapper .box.white .caption .event .text {
    padding: 0px 5px 0px 10px;
  }
  .blocksWrapper .box.white .caption .event .text .link {
    margin: 0;
  }
  .blocksWrapper .block .box .content .subscribe .form-group {
    width: 220px;
  }
  .blocksWrapper .block.commonCol .box.small {
    height: 250px;
    width: 100%;
    float: none;
  }
  .blocksWrapper .block.commonCol .box .boxTextHolder {
    top: 50px;
  }
  .blocksWrapper .block.commonCol .box .boxTextHolder .circleDate {
    left: -100px;
  }
  .stagePaddingCarouselWrapper {
    padding: 0px 10px;
  }
  .stagePaddingCarouselWrapper .bigCarousel:before {
    display: none;
  }
  .stagePaddingCarouselWrapper .bigCarousel .owl-nav {
    top: 175px;
    width: 100%;
  }
  .stagePaddingCarouselWrapper .bigCarousel .owl-nav .owl-prev {
    left: 20px;
  }
  .stagePaddingCarouselWrapper .bigCarousel .owl-nav .owl-next {
    right: 20px;
  }
  .stagePaddingCarouselWrapper .bigCarousel .item .img,
  .stagePaddingCarouselWrapper .bigCarousel .active .item .img {
    width: 100%;
    height: 350px;
  }
  .stagePaddingCarouselWrapper .bigCarousel .item .boxTextHolder {
    padding: 10px 0px 0px 0px;
    width: 100%;
    font-size: 14px;
  }
  .logosWrapper ul li {
    min-width: 125px;
    font-size: 18px;
  }
  .contact .contactFormContainer .mapContainer {
    height: 248px;
  }
  .sectionTitle.left h5 {
    font-size: 17px;
    margin-left: 22px;
  }
  .sectionTitle.left h1 {
    font-size: 37px;
  }
  .banner {
    height: 167px;
  }
  .banner.longHeight {
    padding: 30px;
  }
  .banner.longHeight .formWrapper .form {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .banner .sectionTitle h1 {
    font-size: 40px;
  }
  .criteriaHolder .criteria {
    width: 162px;
  }
  .criteriaHolder .criteria .iconStyle {
    left: 5px;
  }
  .collapsibleContainer .collapsibleItem .collapsibleHeader,
  .collapsibleContainer .collapsibleItem .collapsibleDesc {
    padding-left: 25px;
    padding-right: 25px;
  }
  .careers .careersContainer .careerItem {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 120px;
    height: 405px;
  }

  body.rtl .careers .careersContainer .careerItem.ltr .careerBreif p img{max-width: 100%}

  .careers .careersContainer .careerItem .btnHolder {
    right: 0;
    width: 100%;
  }

  .careers .careersContainer .careerItem.ltr .btnHolder{left: 0}
  .careers .careersContainer .careerItem.ltr .roundButton + .roundButton{margin-left: 0}

  body.rtl .careers .careersContainer .careerItem .qualifications ul:before{display: none}
  body.rtl .careers .careersContainer .careerItem .qualifications .textEditor:before {display: none}
  .loginContainer .banner {
    height: 600px;
  }
  .levels .indexList {
    overflow-x: scroll;
    padding-left: 15px;
    padding-right: 15px;
  }
  .levels .indexList .list {
    width: 715px;
  }
  .formWrapper.fullwidth {
    padding-left: 15px;
    padding-right: 15px;
  }
  .formWrapper.fullwidth .form .header h2,
  .formWrapper.fullwidth .form .header h5 {
    font-size: 16px;
  }
  .form .formGroupRow .formGroup {
    width: 100%;
  }
  .form .formGroupRow .formGroup .customInput,
  .form .formGroupRow .formGroup .customTextarea,
  .form .formGroupRow .formGroup .label {
    padding-left: 18px;
  }
  .form .formGroupRow .formGroup .chosen-container .chosen-single {
    padding-left: 18px;
  }
  .commentSection .commentInputOuter .commentInput textarea {
    width: 76%;
  }
  .commentSection .commentsContent .commentItem .info {
    width: 100%;
    margin-top: 10px;
  }
  .blogDetails .whiteWrapper .mainImg {
    height: 243px;
  }
  .blogDetails .postNavContainer .postNavHolder {
    width: 100%;
  }
  .blogDetails .postNavContainer .postNavHolder:first-child,
  .blogDetails .postNavContainer .postNavHolder:last-child {
    float: none;
    padding: 0;
  }
  .blogDetails .postNavContainer .postNavHolder:first-child .postNav,
  .blogDetails .postNavContainer .postNavHolder:last-child .postNav {
    text-align: center;
  }
  .blogDetails .postNavContainer .postNavHolder:first-child {
    padding-bottom: 10px;
  }
  .polls .pollsContainer .pollsWrapper .pollsHolder .poll {
    display: block;
    float: none;
    margin-bottom: 30px;
    margin-right: 0px;
  }
  .polls .pollsContainer .pollsWrapper.halfPoll {
    height: auto;
  }
  .polls .pollsContainer .pollsWrapper.halfPoll .inner {
    padding-bottom: 22px;
    padding-left: 15px;
    padding-right: 15px;
    height: initial;
  }
  .polls .pollsContainer .pollsWrapper.halfPoll .inner .pollsHolder .poll {
    margin-right: 0px;
  }
  .displayListing .list .box.xsmall {
    height: 325px;
  }
  .twoItemCarousel {
    margin: auto;
  }
  .numbers-widget.flipStyle .text {
    padding-top: 8px;
  }
  .numbers-widget.flipStyle .count {
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 40px;
  }
  .numbers-widget.flipStyle .count span {
    width: 50px;
    height: 64px;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }
  .numbers-widget .commonTextWrapper.colored {
    padding-top: 0;
    padding-bottom: 1px;
  }
  .numbers-widget ul li {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
    width: 120px;
    height: 120px;
  }
  .numbers-widget ul li .number {
    font-size: 50px;
    padding-bottom: 4px;
  }
  .numbers-widget ul li .label {
    font-size: 15px;
  }
  .timeline-section.onSide .timeline-container .timeline-item .timeline-item-content:not(.centered) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .timeline-section .timeline-container .timeline-item .timeline-item-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .timeline-section .timeline-container .timeline-item .timeline-item-content .allImagesWapper.speakers-listing {
    max-width: 95%;
  }
  .timeline-section .timeline-container .timeline-item .timeline-item-content .allImagesWapper.speakers-listing a {
    width: 100%;
  }
  .countdown ul li {
    width: 80px;
    height: 80px;
  }
  .countdown ul li span {
    font-size: 35px;
  }
  .countdown ul li p {
    font-size: 12px;
  }
  .newsStyleListing .row .image {
    float: none;
    margin-bottom: 8px;
  }
  .mediaGallery .mediaPlayList {
    padding: 10px 80px;
    background-color: #ffffff;
  }
  .mediaGallery .mediaPlayList .galleryCarousel .owl-nav .owl-prev {
    left: -38px;
  }
  .mediaGallery .mediaPlayList .galleryCarousel .owl-nav .owl-next {
    right: -38px;
  }
  .iconsCarousel {
    max-width: 250px;
  }
  .mapCaption ul li {
    margin-right: 66px;
  }
  .innerContainer.withIllustration {
    padding-bottom: 200px;
  }
  .innerContainer .animationItem.airballoon {
    width: 80px;
    bottom: 120px;
    left: 20px;
  }
  .innerContainer .animationItem.airplane {
    width: 30px;
    left: 15px;
    bottom: 90px;
  }
  .innerContainer .animationItem.sun {
    width: 50px;
    bottom: 130px;
  }
  .innerContainer .animationItem.bird {
    width: 25px;
    bottom: 182px;
  }
  .innerContainer .animationItem.sheetplane {
    width: 40px;
    right: 10px;
    bottom: 73px;
  }
  .sitemap .commonCol .box {
    height: auto;
    padding-bottom: 20px;
  }
  .criteriaBoxesHolder .box.medium,
  .criteriaBoxesHolder .box.xsmall {
    width: 100%;
  }
  .criteriaBoxesHolder .box.xxsmall {
    width: 33.33%;
  }
  .site-error {
    min-height: 400px;
  }
  .site-error .image {
    width: 300px;
    height: auto;
  }
  .site-error .title {
    font-size: 20px;
  }
  .site-error .subTitle {
    font-size: 15px;
    line-height: 20px;
  }
  body {
    overflow-x: hidden;
  }
  body.green .mediaCarousel .owl-dots .owl-dot {
    background-color: #4bad47;
  }
  body.rtl .popMenu .popMenuHolder .top {
    margin-right: 0;
  }
  body.rtl .popMenu .popMenuHolder .top li {
    padding-right: 35px;
  }
  body.rtl .popMenu .popMenuHolder .top li a:before {
    top: 7px;
  }
  body.rtl section .owl-carousel .owl-nav .owl-prev {
    right: -19px;
  }
  body.rtl section .owl-carousel .owl-nav .owl-next {
    left: -19px;
  }
  body.rtl .commonCol .box.fullBox .imageWithDetails .commonTextWrapper .circleDate {
    left: 10px;
  }

  body.rtl .commonCol .box.fullBox .imageWithDetails .commonTextWrapper .year-date{left: 25px; top: 85px}

  body.rtl .commonCol .box.fullBox .imageWithDetails .commonTextWrapper .circleDate ~ h2 {
    padding-left: 50px;
    padding-right: 0;
  }
  body.rtl .commonCol .displayItemsDetails .info .inner .close {
    left: 15px;
  }
  body.rtl .blocksWrapper .box.white .caption .event {
    float: none;
    width: 100%;
    height: auto;
  }
  body.rtl .blocksWrapper .box.white .caption .event .text {
    padding-right: 10px;
    padding-left: 5px;
  }
  body.rtl .blocksWrapper .block.commonCol .box .boxTextHolder {
    right: 121px;
  }
  body.rtl .blocksWrapper .block.commonCol .box .boxTextHolder .circleDate {
    right: -100px;
  }
  body.rtl .stagePaddingCarouselWrapper .bigCarousel .owl-nav .owl-prev {
    right: 20px;
  }
  body.rtl .stagePaddingCarouselWrapper .bigCarousel .owl-nav .owl-next {
    left: 20px;
  }
  body.rtl .sectionTitle.left h5 {
    margin-right: 22px;
  }
  body.rtl .criteriaHolder .criteria .iconStyle {
    right: 5px;
  }
  body.rtl .form .formGroupRow .formGroup .customInput,
  body.rtl .form .formGroupRow .formGroup .customTextarea,
  body.rtl .form .formGroupRow .formGroup .label {
    padding-right: 18px;
  }
  .uploadPlaceHolder {
    padding-right: 75px !important;
    font-size: 15px !important;
  }
  body.rtl .form .formGroupRow .chosen-container .chosen-single {
    padding-right: 18px;
  }
  body.rtl .polls .pollsContainer .pollsWrapper .pollsHolder .poll {
    margin-left: initial;
    float: none;
  }
  body.rtl .polls .pollsContainer .pollsWrapper.halfPoll .inner .pollsHolder .poll {
    margin-left: 0;
  }
  body.rtl .mediaGallery .mediaPlayList .galleryCarousel .owl-nav .owl-prev {
    left: auto;
    right: -38px;
  }
  body.rtl .mediaGallery .mediaPlayList .galleryCarousel .owl-nav .owl-next {
    right: auto;
    left: -38px;
  }
  body.rtl .mapCaption ul li {
    margin-left: 66px;
  }
  body.rtl .blogDetails .postNavContainer .postNavHolder:first-child,
  body.rtl .blogDetails .postNavContainer .postNavHolder:last-child {
    float: none;
  }

  body.rtl .blogDetails .postNavContainer.en-direction .postNavHolder:first-child, body.rtl .blogDetails .postNavContainer.en-direction .postNavHolder:last-child{float: none}

  body.rtl .blogDetails .postNavContainer .postNavHolder:last-child .postNav {
    text-align: center;
  }

  body.rtl .blogDetails .postNavContainer.en-direction .postNavHolder:first-child .postNav, body.rtl .blogDetails .postNavContainer.en-direction .postNavHolder:last-child .postNav {
    text-align: center;
  }

  body.rtl .timeline-section.onSide .timeline-container .timeline-item .timeline-item-content:not(.centered) {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.rtl .iconStyle.backToTop {
    left: 15px;
  }
  body.rtl .live-stream {
    left: 0;
    right: 0;
  }
  body.rtl .live-stream.active {
    left: 0;
    right: 0;
  }
  .live-stream {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -500px;
    width: 100%;
    height: 175px;
    max-width: 320px;
  }
  .live-stream iframe {
    width: 100%;
  }
  .live-stream.active {
    bottom: 10%;
    left: 0;
    right: 0;
  }
  .arab-award-platform-filter .row .box .content .time-holder {
    height: 290px;
  }
  .arab-award-platform-filter form .roundButton.right {
    float: none;
  }
  .arab-award-platform-filter #filter-tabs ul li {
    padding: 5px;
    overflow: hidden;
    display: block !important;
  }
  .arab-award-platform-filter #filter-tabs ul li:after {
    content: none !important;
  }
  .arab-award-platform h1 {
    padding: 15px 0;
    line-height: 1;
  }
  .arab-award-platform .award-image-wrapper .award-image {
    min-height: auto;
    width: 100%;
    margin: 0;
  }

  .blog.innerContainer .filterWrapper{position: relative; padding: 0 0 80px 0}
  .blog.innerContainer .filterWrapper .filterGroup.searchBtn{position: absolute; bottom: 45px; width: 100%; text-align: center; margin: 0 !important}
  .blog.innerContainer .blogContainer.commonCol .box.small .boxTextHolder, .blogDetails.innerContainer .blogContainer.commonCol .box.small .boxTextHolder{height: auto}
  .blog.innerContainer .commonCol .box, .blogDetails.innerContainer .commonCol .box{height: 460px}
  .blog.innerContainer .commonCol .box .linkStyle, .blogDetails.innerContainer .commonCol .box .linkStyle{position: relative}
  .blog.innerContainer .commonCol .box .inner .text, .blogDetails.innerContainer .commonCol .box .inner .text{padding: 0}
  .blogContainer .box.small .year-date{left: 28px}


  body.rtl .blocksWrapper .block .box .boxTextHolder .year-date{right: -82px}
  .events-listing .box .year-date{position: relative; right: initial; top: initial; display: inline-block; margin: 0 18px 10px 18px}
  body.rtl .commonCol .box.big .boxTextHolder.center .year-date, body.rtl .commonCol .box.medium .boxTextHolder.center .year-date{right: -75px}
}
@media screen and (max-width: 578px) {
  .topSection .banner nav {
    height: 104px;
  }
  .antique .topSection .banner nav {
    height: 73px;
  }
  .antique .mediaGallery .displayGallery img {
    width: 100%;
    height: 100%;
  }
  .arab-award-platform-filter #filter-tabs ul li:after {
    content: none;
  }
  .arab-award-platform-filter .separator {
    display: none !important;
  }
  .arab-award-platform-filter .filter-data .popup-background .popup-wrapper {
    padding: 65px 40px;
    margin: 25px;
  }

  .blog.innerContainer .subscription-popup .subscription-form{max-width: calc(100% - 20px); height: 275px; padding: 50px 40px 50px 40px}
  .streaming-popup > div{width: calc(100% - 20px); height: 215px}
  .streaming-popup .close{top: 20px; left: 20px; font-size: 30px}
}
@media screen and (max-width: 479px) {
  .grid {
    width: 95%;
  }
  header.static nav .menutabs {
    padding-left: 0;
  }
  header nav .menutabs li {
    margin-left: 4px;
  }
  header .headerPageTitle {
    display: none;
  }
  .footer .subscribeContainer {
    width: 100%;
  }
  .footer .subscribeContainer .subscribe {
    width: 100%;
    text-align: center;
  }
  .footer .subscribeContainer .subscribe .form-group {
    display: inline-block;
    float: none;
  }
  .footer .subscribeContainer .subscribe .form-group input {
    text-align: center;
  }
  .title {
    font-size: 20px;
  }
  section .owl-carousel .owl-nav .owl-prev {
    left: -22px;
  }
  section .owl-carousel .owl-nav .owl-next {
    right: -22px;
  }
  .radioCheckboxGrp .form-group {
    display: block;
  }
  .roundButton + .roundButton {
    margin-left: 0;
  }
  .popMenu .popMenuHolder {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
  }
  .popMenu .popMenuHolder div {
    display: block;
  }
  .popMenu .popMenuHolder .bottom {
    width: 100%;
    text-align: center;
  }
  .popMenu .popMenuHolder .top {
    padding-top: 10px;
  }
  .popMenu .popMenuHolder .top li {
    text-align: center;
  }
  .linkStyle .sectionTitle + a {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .topSection .banner .countdown {
    bottom: 120px;
  }
  .blocksWrapper .box .caption .dates .circleDate p {
    padding-top: 7px;
    font-size: 18px;
  }
  .blocksWrapper .box .caption .dates .circleDate span {
    font-size: 20px;
  }
  .blocksWrapper .box.grey {
    height: 400px;
  }
  .blocksWrapper .box.grey .content .text {
    width: 100%;
    padding-left: 0;
  }
  .blocksWrapper .box.grey .content .text .title {
    margin: 10px 0;
  }
  .blocksWrapper .box.grey .content .text .date {
    padding-bottom: 0px;
  }
  .blocksWrapper .block.commonCol .box.small {
    height: 280px;
  }
  .blocksWrapper .block.commonCol .box.fullBox {
    height: 410px;
  }
  .blocksWrapper .block.commonCol .box .boxTextHolder {
    left: 15px;
  }
  .blocksWrapper .block.commonCol .box .boxTextHolder .circleDate {
    position: static;
    margin-bottom: 10px;
  }
  .displayListing .list .box {
    width: 100%;
  }
  .displayListing .list .box.xsmall {
    height: 390px;
  }
  .commonCol.colored .box {
    height: auto;
    max-height: 470px;
  }
  .commonCol.colored .box .inner {
    max-height: 450px;
  }
  .commonCol.colored .box .commonTextWrapper {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .commonCol.longCol > .box.active {
    height: 1228px;
  }
  .commonCol.longCol > .box .revealSection .booksCarousel {
    width: 11.5rem;
  }
  .commonCol.longCol > .box .revealSection .close {
    right: 25px;
  }
  .commonCol.lessHeight .box.big {
    height: auto;
  }
  .commonCol.lessHeight .box.big .commonTextWrapper.colored {
    height: auto;
    padding-bottom: 20px;
  }
  .commonCol.lessHeight .box.medium {
    height: 370px;
  }
  .commonCol .box.small .imgHolder {
    height: 220px;
  }

  .blog.innerContainer .blogContainer.commonCol .box.small .boxTextHolder, .blogDetails.innerContainer .blogContainer.commonCol .box.small .boxTextHolder {
    height: calc(100% - 270px);
  }

  .commonCol .box.extraHeight .imgHolder {
    height: 180px;
  }
  .commonCol .box.extraHeight .boxTextHolder.textCenter {
    top: 200px;
  }
  .commonCol .box.medium .boxTextHolder.center {
    left: 15px;
    bottom: 30px;
    width: 94%;
  }
  .commonCol .box.fullBox .imageWithDetails .commonTextWrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .commonCol .box.bookStyle.big .imgCover {
    height: 204px;
  }
  .commonCol .box.xsmall.active {
    height: auto;
  }
  .commonCol .box.xsmall.active > .inner {
    width: 100%;
    height: 425px;
  }
  .commonCol .box.xsmall.active .logoBox {
    width: 100%;
    height: 230px;
    margin-bottom: 10px;
  }
  .commonCol .box .boxTextHolder.center {
    left: 15px;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
  }
  .commonCol .box .boxTextHolder.center .circleDate {
    position: static;
    margin-bottom: 10px;
  }
  .commonCol .box .imageWithDetails .commonTextWrapper,
  .commonCol .box .imageWithDetails .image {
    width: 100%;
    float: none;
  }
  .commonCol .box .imageWithDetails .commonTextWrapper {
    height: auto;
    padding-bottom: 20px;
  }
  .commonCol .box .imageWithDetails .commonTextWrapper .info {
    float: none;
  }
  .commonCol .box .imageWithDetails .image {
    height: 300px;
  }
  .commonCol .displayItemsDetails {
    width: 100%;
  }
  .commonCol .displayItemsDetails .info {
    padding-left: 0;
    padding-right: 0;
  }
  .commonCol .displayItemsDetails .info .inner {
    overflow-y: auto;
    height: auto;
    padding-right: 20px;
  }
  .logosWrapper ul li {
    min-width: 100px;
    font-size: 17px;
  }
  .logosWrapper ul li:before {
    height: 17px;
  }
  .popup .wrapper {
    width: 300px;
  }
  .popup .wrapper.searchPopup:before {
    bottom: 60px;
    font-size: 50px;
  }
  .popup .wrapper.searchPopup input {
    padding-left: 15px;
    width: 260px;
  }
  .contact .contactFormContainer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact .contactFormContainer .mapContainer {
    padding-top: 0px;
  }
  .sectionTitle.left h5 {
    font-size: 17px;
    margin-left: 4px;
    clear: left;
    margin-top: 14px;
  }
  .banner.longHeight {
    padding: 20px;
  }
  .banner.addOverlay .centered .text {
    font-size: 15px;
  }
  .banner.addOverlay .centered .text:not(.noWidth) {
    width: 90%;
  }
  .banner .sectionTitle h1 {
    font-size: 30px;
  }
  .criteriaHolder .criteria {
    width: 100%;
    margin-bottom: 10px;
  }
  .criteriaHolder .criteria:last-child {
    margin-bottom: 0px;
  }
  .criteriaHolder .criteria .iconStyle {
    left: 15px;
  }
  .searchResult .filterWrapper .text {
    font-size: 20px;
  }
  .searchResult .resultsContainer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .searchResult .resultsContainer .resultItem p {
    padding-right: 0px;
  }
  .filterWrapper .filterGroup {
    width: 100%;
  }
  .filterWrapper .filterGroup.searchBtn.bigSearch {
    width: 100%;
    margin-bottom: 5px;
  }
  .filterWrapper .filterGroup + .title.underline {
    padding-top: 20px;
  }
  .filterWrapper .filterGroup + .filterGroup {
    margin-top: 15px;
  }
  .loginContainer .banner {
    height: 525px;
  }
  .loginContainer .loginForm {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .loginContainer .loginForm .orHolder:before,
  .loginContainer .loginForm .orHolder:after {
    width: 116px;
  }
  .collapsibleContainer .collapsibleItem .collapsibleHeader {
    padding-left: 30px;
    padding-right: 30px;
  }
  .collapsibleContainer .collapsibleItem .collapsibleHeader:after {
    right: 40px;
  }
  .careers .careersContainer .careerItem .btnHolder .roundButton {
    min-width: 130px;
  }
  .commonTextWrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .commonTextWrapper .holder .articleActivityContainer {
    float: none;
  }
  .commonTextWrapper .holder .circleDate {
    float: left;
    margin-top: 10px;
  }
  .commonTextWrapper .holder .aroundText {
    left: auto;
    width: 100%;
    top: 20px;
  }

  .blogDetails.innerContainer .commonTextWrapper .holder .aroundText.blog-quote, .blogDetails.innerContainer .commonTextWrapper .holder .aroundText.blog-quote.ltr{top: 20px}

  .commonTextWrapper .infoDetails.halfStyle .imgWrapper,
  .commonTextWrapper .infoDetails.halfStyle .details {
    width: 100%;
  }
  .commonTextWrapper .infoDetails .imgWrapper {
    min-height: 1px;
  }
  .commonTextWrapper .infoDetails .imgWrapper iframe.iframeWrapper {
    position: relative;
    height: 300px;
  }
  .commentSection .commentInputOuter .commentInput {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 227px;
  }
  .commentSection .commentInputOuter .commentInput textarea {
    height: 55%;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
  }
  .blogDetails .whiteWrapper .mainImg {
    height: 145px;
  }
  .blogDetails .postNavContainer .postNavHolder .postNav {
    padding-left: 15px;
    padding-right: 15px;
  }
  .blogDetails .postNavContainer .postNavHolder .postNav h2 {
    font-size: 15px;
  }
  .whoweare .directorContainer .holder:first-child {
    height: 600px;
  }
  .whoweare .directorContainer .holder:first-child img {
    height: 100%;
    width: auto;
    margin-left: -40%;
  }
  .whoweare .directorContainer .holder:first-child .innerTextHolder {
    height: auto;
  }
  .whoweare .directorContainer .holder:first-child .innerTextHolder .commonTextWrapper {
    padding-bottom: 20px;
    top: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
  }
  .whoweare .directorContainer .holder:first-child .innerTextHolder .commonTextWrapper:before {
    top: -2px;
  }
  .whoweare .directorContainer .holder:first-child .innerTextHolder .commonTextWrapper .text {
    margin-bottom: 0;
    margin-top: 15px;
  }
  .whoweare .directorContainer .holder .commonTextWrapper {
    padding-top: 0;
  }
  .directorsCarousel {
    width: 70%;
  }
  .countdown ul li:last-child {
    display: none;
  }
  .form .formGroupRow .formGroup.fg10,
  .form .formGroupRow .formGroup.fg16,
  .form .formGroupRow .formGroup.fg20,
  .form .formGroupRow .formGroup.fg25,
  .form .formGroupRow .formGroup.fg33,
  .form .formGroupRow .formGroup.fg40,
  .form .formGroupRow .formGroup.fg60 {
    width: 100%;
  }
  .form .formGroupRow .formGroup.uploadButtonFg:last-child {
    margin-bottom: 45px;
  }
  .form .formGroupRow .formGroup.uploadButtonFg .uploadButton {
    top: 47px;
    width: 100%;
  }
  .form .formGroupRow .formGroup.uploadButtonFg .customInput {
    margin-bottom: 48px;
  }
  .form .formGroupRow .formGroup.uploadButtonFg.award-images:last-child {
    margin-bottom: 0;
  }
  .form .formGroupRow .formGroup.uploadButtonFg.award-images .customInput {
    margin-bottom: 0;
  }
  .form .formGroupRow .formGroup.nolabel {
    padding-top: 0;
  }
  .twoItemCarousel {
    width: 11.5rem;
  }
  .mediaGallery {
    height: 435px;
  }
  .mediaGallery .displayGallery {
    height: 210px;
  }
  .mediaGallery .mediaPlayList {
    padding-left: 50px;
    padding-right: 50px;
  }
  .mediaGallery .mediaPlayList .playListInfo .text {
    font-size: 14px;
  }
  .stagePaddingCarouselWrapper .bigCarousel .owl-nav {
    top: 125px;
  }
  .stagePaddingCarouselWrapper .bigCarousel .item .img,
  .stagePaddingCarouselWrapper .bigCarousel .active .item .img {
    height: 250px;
  }
  .stagePaddingCarouselWrapper .boxCarousel .owl-item .box.bookStyle.big .imgCover,
  .stagePaddingCarouselWrapper .boxCarousel .owl-item .box.bookStyle.fullBox .imgCover {
    height: 230px;
  }
  .stagePaddingCarouselWrapper .boxCarousel .owl-nav {
    width: 75%;
    top: 115px;
  }
  .threeItemCarousel:not(.booksCarousel) .owl-nav {
    width: 80%;
  }
  .threeItemCarousel .owl-item .commonTextWrapper {
    padding-left: 41px;
    padding-right: 41px;
  }
  .askAmbassador .commonTextWrapper {
    padding-left: 5px;
    padding-right: 5px;
  }
  .askAmbassador .holder {
    width: 100%;
  }
  .askAmbassador .holder .form .formGroup .customInput {
    font-size: 13px;
  }
  .mapCaption ul li {
    margin-right: 28px;
  }
  .innerContainer.withIllustration {
    padding-bottom: 150px;
  }
  .innerContainer .animationItem.airballoon {
    bottom: 70px;
  }
  .innerContainer .animationItem.airplane {
    bottom: 50px;
  }
  .innerContainer .animationItem.sun {
    bottom: 70px;
  }
  .innerContainer .animationItem.bird {
    bottom: 100px;
  }
  .innerContainer .animationItem.sheetplane {
    width: 28px;
    bottom: 50px;
  }
  .newsStyleListing {
    padding-left: 25px;
    padding-right: 25px;
  }
  .newsStyleListing.twoColumns {
    padding-left: 25px;
  }
  body.rtl header.static nav .menutabs {
    padding-right: 0;
  }
  body.rtl header nav .menutabs li {
    margin-right: 4px;
  }
  body.rtl section .owl-carousel .owl-nav .owl-prev {
    right: -22px;
  }
  body.rtl section .owl-carousel .owl-nav .owl-next {
    left: -22px;
  }
  body.rtl .roundButton + .roundButton {
    margin-right: 0;
  }
  body.rtl .blocksWrapper .block.commonCol .box .content .subscribe .form-group {
    width: 220px;
  }
  body.rtl .blocksWrapper .block.commonCol .box .boxTextHolder {
    right: 15px;
  }
  body.rtl .blocksWrapper .box.grey .content .text {
    padding-right: 0;
  }
  body.rtl .commonCol.longCol > .box .revealSection .close {
    left: 25px;
  }
  body.rtl .commonCol .box.medium .boxTextHolder.center {
    right: 15px;
  }
  body.rtl .commonCol .box .boxTextHolder.center {
    right: 15px;
  }
  body.rtl .commonCol .displayItemsDetails .info .inner {
    padding-left: 20px;
  }
  body.rtl .popup .wrapper.searchPopup input {
    padding-right: 15px;
  }
  body.rtl .sectionTitle.left h5 {
    margin-right: 4px;
  }
  body.rtl .criteriaHolder .criteria .iconStyle {
    right: 15px;
  }
  body.rtl .searchResult .resultsContainer .resultItem p {
    padding-left: 0;
  }
  body.rtl .collapsibleContainer .collapsibleItem .collapsibleHeader:after {
    left: 40px;
  }
  body.rtl .commonTextWrapper .holder .circleDate {
    float: right;
  }

  body.rtl .blocksWrapper .block .box .boxTextHolder .year-date{position: relative; right: initial; top: initial; margin: 0 20px 5px 20px; display: inline-block}
  .blogDetails .commonTextWrapper .year-date{float: right; margin: 5px 14px 0 14px}
  body.rtl .commonCol .box.big .boxTextHolder.center .year-date, body.rtl .commonCol .box.medium .boxTextHolder.center .year-date{right: initial; top: initial; margin: 0 20px 5px 20px; display: inline-block; position: relative}

  .blogDetails .date-container{float: right}

  body.rtl .commonTextWrapper .holder .aroundText {
    right: auto;
  }
  body.rtl .mapCaption ul li {
    margin-left: 28px;
  }
  body.rtl .newsStyleListing.twoColumns {
    padding-right: 25px;
  }
}
@media screen and (max-width: 375px) {
  .mediaGallery {
    height: 393px;
  }
  .arab-award-platform .award-detail div {
    padding: 5px 0;
  }
}
@media screen and (max-width: 360px) {
  .mediaGallery {
    height: 368px;
  }
  .commonCol .isotopeTrio .box .boxTextHolder {
    top: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 800px) {
  .topSection .banner .logo {
    top: 150px;
  }
  .topSection .banner .countdown {
    bottom: 70px;
  }
  .commonCol .box.big .boxTextHolder {
    max-width: 450px;
  }
  .form .formGroupRow .formGroup.fg10 {
    width: 16%;
  }
}
@media screen and (min-width: 2050px) {
  .stagePaddingCarouselWrapper .boxCarousel .owl-item .box.bookStyle.fullBox .imgCover {
    height: 592px;
  }
}
@media screen and (min-width: 2100px) {
  .commonCol.lessHeight .box {
    height: 405px;
  }
}
@media screen and (min-width: 2200px) {
  .stagePaddingCarouselWrapper .boxCarousel .owl-item .box.bookStyle.fullBox .imgCover {
    height: 635px;
  }
}
@media screen and (min-width: 2300px) {
  .stagePaddingCarouselWrapper .boxCarousel .owl-item .box.bookStyle.fullBox .imgCover {
    height: 663px;
  }
}
@media screen and (min-width: 2400px) {
  .stagePaddingCarouselWrapper .boxCarousel .owl-item .box.bookStyle.fullBox .imgCover {
    height: 692px;
  }
}
@media screen and (min-width: 2560px) {
  .stagePaddingCarouselWrapper .boxCarousel .owl-item .box.bookStyle.fullBox .imgCover {
    height: 738px;
  }
}
@media screen and (min-height: 1188px) {
  .contact .banner {
    height: 100%;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15-Nov-2018, 12:45:02
    Author     : ali.sbeity
*/
@media print {
  .socialCircle,
  .static,
  .popMenu,
  footer,
  .backToTop,
  .socialContainer,
  .social,
  .commentSection,
  .banner,
  .articleActivityContainer,
  .noPrint,
  .relatedStories,
  .viewedBlogs,
  .postNavContainer {
    display: none;
  }
  .whiteWrapper {
    padding-top: 0;
  }
  .whiteWrapper .mainImg .roundButton {
    display: none;
  }
  .whiteWrapper .mainImg img {
    max-width: 750px;
    min-height: 350px;
    display: block;
  }
  .commonTextWrapper {
    padding: 20px 0;
    max-width: 720px;
  }
  .textEditor p {
    font-size: 14px;
  }
  .title {
    font-size: 20px;
    padding-bottom: 0px;
  }
  .caption {
    padding: 5px 0;
    font-size: 12px;
  }
  .caption .grid {
    width: 100%;
  }
  .addOverlay {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
  }
  .addOverlay:after {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */