@import url(fonts.css);
body {
  font: 100% Helvetica, sans-serif;
  color: #545456;
  direction: ltr;
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  color: #3d3d3f; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #909091; }

.listingTitle {
  font-size: 20px; }

h4.listingTitle {
  font-size: 18px; }

.listingHolder > li {
  margin-bottom: 30px; }

.listingLink a, .listingDescription a {
  color: #909091; }

.ajaxLoader::before {
  color: #3d3d3f; }

.loadMoreBtn a {
  border: 1px solid #3d3d3f;
  color: #3d3d3f;
  padding: 0 55px;
  display: inline-block;
  height: 48px;
  line-height: 48px; }

.loadMoreBtn a:hover {
  color: #FFF;
  background: #909091;
  border-color: #909091; }

* {
  font-family: "Montserrat", 'Droid', sans-serif;
  font-style: normal; }

body {
  font-family: "Montserrat", 'Droid', sans-serif;
  color: #555555;
  direction: rtl;
  text-align: left;
  overflow-x: hidden; }
  body.fix {
    overflow: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3d3d3f; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit; }

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #909091; }

.listingTitle {
  font-size: 20px; }

h4.listingTitle {
  font-size: 18px; }

.listingHolder > li {
  margin-bottom: 30px; }

.listingLink a,
.listingDescription a {
  color: #909091; }

.ajaxLoader::before {
  color: #3d3d3f; }

.loadMoreBtn a {
  border: 1px solid #3d3d3f;
  color: #3d3d3f;
  padding: 0 55px;
  display: inline-block;
  height: 48px;
  line-height: 48px; }

.loadMoreBtn a:hover {
  color: #FFF;
  background: #909091;
  border-color: #909091; }

/*# sourceMappingURL=projectname.css.map */
/************************Structuring**********************/
input[type=submit] {
  cursor: pointer; }

.logoHolder {
  float: right;
  transform: translateY(-23px); }

.logoHolder img {
  display: block;
  width: auto;
  height: 75px;
  position: relative;
  z-index: 11; }

.inlineMiddle,
.inlinedList > li {
  vertical-align: middle;
  display: inline-block; }

.mainMenu {
  float: left;
  margin-top: 15px; }

.mainMenu > ul > li {
  display: inline-block; }
  .mainMenu > ul > li.hasSmartMenu a.active {
    font-weight: 700; }
  .mainMenu > ul > li.hasSmartMenu:last-child a {
    padding-left: 0; }

.mainMenu > ul > li > a {
  display: block;
  padding: 10px 15px 45px 15px;
  font-size: 18px;
  color: #555555;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.3s; }
  .mainMenu > ul > li > a:hover {
    color: #0ca8e1; }

.topHeader .mainMenu > ul > li.hasSubmenu {
  position: relative; }
  .topHeader .mainMenu > ul > li.hasSubmenu::after {
    display: none; }
  .topHeader .mainMenu > ul > li.hasSubmenu:hover .ddSecondLevel {
    opacity: 1;
    visibility: visible;
    display: block; }
  .topHeader .mainMenu > ul > li.hasSubmenu .ddSecondLevel {
    left: 50% !important;
    width: 250px;
    transform: translateX(-50%);
    padding: 0;
    z-index: 1;
    display: none;
    top: 100% !important;
    transition: all 0.3s ease-in-out;
    padding-top: 5px; }
    .topHeader .mainMenu > ul > li.hasSubmenu .ddSecondLevel ul {
      padding: 15px;
      background-color: #f2f0f0; }
      .topHeader .mainMenu > ul > li.hasSubmenu .ddSecondLevel ul li {
        margin-bottom: 5px; }
        .topHeader .mainMenu > ul > li.hasSubmenu .ddSecondLevel ul li a:hover {
          opacity: 0.5; }
        .topHeader .mainMenu > ul > li.hasSubmenu .ddSecondLevel ul li a.active {
          font-weight: 700; }
.topHeader .mainMenu > ul > li > a {
  font-size: 14px;
  padding-bottom: 0;
  padding-top: 0; }
  .topHeader .mainMenu > ul > li > a.active {
    font-weight: bold; }

.topHeader .menusMain {
  display: inline-block; }
  .topHeader .menusMain::after {
    content: '';
    display: block;
    clear: both; }
.topHeader .upperNav {
  display: inline-block;
  padding-top: 16px; }

.ddSecondLevel {
  display: block;
  position: absolute;
  top: 0 !important;
  z-index: 1;
  right: 100% !important;
  width: 100%;
  padding: 0px 35px;
  opacity: 0;
  visibility: hidden; }
  .ddSecondLevel a:hover {
    opacity: 0.5; }

.ddSmartMenu {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  background: white;
  padding-top: 50px;
  z-index: 10;
  margin: 0;
  min-height: 417px;
  display: none; }
  .ddSmartMenu .row {
    z-index: 2;
    position: relative; }
  .ddSmartMenu::after {
    content: '';
    display: block;
    position: absolute;
    width: 125vw;
    height: 400px;
    background-color: whitesmoke;
    left: -25vw;
    z-index: 1;
    top: 0;
    box-shadow: 2px 2px 0px 0px rgba(237, 237, 237, 0.75);
    -webkit-box-shadow: 2px 2px 0px 0px rgba(237, 237, 237, 0.75);
    -moz-box-shadow: 2px 2px 0px 0px rgba(237, 237, 237, 0.75); }
  .ddSmartMenu .listingTitle {
    padding-left: 20px; }
  .ddSmartMenu .megaMenuCol {
    border-right: 1px solid #7d7d7d;
    padding-right: 0; }
    .ddSmartMenu .megaMenuCol:first-child {
      border: none; }
    .ddSmartMenu .megaMenuCol.noborder {
      border: none; }
  .ddSmartMenu .megaMenuCol .listingList ul li {
    margin-bottom: 0;
    padding-bottom: 15px; }
    .ddSmartMenu .megaMenuCol .listingList ul li .ddSecondLevel {
      border-right: 1px solid #7d7d7d;
      transition: all 0.3s ease-in-out;
      transition-delay: 0.5s;
      height: 100%;
      background-color: whitesmoke; }
      .ddSmartMenu .megaMenuCol .listingList ul li .ddSecondLevel .maps_list {
        display: block; }
    .ddSmartMenu .megaMenuCol .listingList ul li:hover > a {
      color: #0ca8e1; }
    .ddSmartMenu .megaMenuCol .listingList ul li:hover .ddSecondLevel {
      display: block;
      visibility: visible;
      opacity: 1;
      transition-delay: 0s; }
      .ddSmartMenu .megaMenuCol .listingList ul li:hover .ddSecondLevel a:hover {
        color: #0ca8e1; }
    .ddSmartMenu .megaMenuCol .listingList ul li:hover ~ li .ddSecondLevel {
      transition-delay: 0s; }

.topHeader {
  padding: 15px 0;
  background: #f1f1f1;
  padding-bottom: 0; }

.additionalHeaderComponents {
  float: left; }

/************************Structuring**********************/
.topHeader {
  background: none; }

.firstSideElements {
  float: right; }

.secondSideElements {
  float: left; }

.fa {
  height: 250px !important; }

/********************************************************************Common css ends here***********************************************/
/*************Main Menu***********/
.upperNav {
  font-size: 14px;
  color: #555555;
  font-weight: bold;
  text-transform: uppercase; }

.nav_active {
  border-bottom: 4px solid #9ec33a;
  margin-top: 0px; }

.tabs li {
  border-bottom: 5px solid transparent; }
  .tabs li.section_active {
    border-bottom: 5px solid #9ec33a; }
  .tabs li:first-child {
    margin-right: 0 !important; }

.tab {
  display: none; }
  .tab.tab0 {
    display: block; }

.listingTitle {
  font-size: 29.363px;
  color: #484847;
  font-weight: bold;
  line-height: 1.208;
  text-align: right;
  margin-bottom: 20px; }

.lowerHeader {
  padding-bottom: 0px; }
  .lowerHeader .mainMenu > ul > li > a {
    font-weight: 600; }

.listingTxt {
  font-size: 16px;
  color: #181818;
  line-height: 1.251;
  margin-bottom: 20px;
  padding-left: 10px;
  text-align: right; }

.listingBtn {
  font-size: 14px;
  color: #0ba8e0;
  font-weight: bold;
  line-height: 1.286;
  text-align: center;
  border: 3px solid #0ba8e0;
  width: 152px;
  padding: 10px 0px;
  margin-bottom: 20px; }

.listingBtn a {
  text-decoration: none;
  color: #0ba8e0; }

.ArrowIcon {
  margin-right: 7px;
  margin-bottom: -2px; }

.maps_list,
.charts_list,
.infos_list,
.timelines_list {
  display: none; }

.ddSecondLevel.active .maps_list,
.ddSecondLevel.active .charts_list,
.ddSecondLevel.active .infos_list,
.ddSecondLevel.active .timelines_list {
  display: block; }

.ddSecondLevel {
  right: 0;
  left: auto; }

.middleListing {
  padding: 0px 20px;
  padding-left: 0; }

.middleListing ul {
  text-transform: uppercase; }

.lastListing {
  padding: 50px 0px; }

.listingList ul {
  font-size: 16px;
  color: #181818;
  line-height: 1.251; }

.listingList ul li {
  margin-bottom: 15px;
  text-align: right; }
  .listingList ul li a {
    transition: 0.3s; }
    .listingList ul li a:hover {
      color: #0ca8e1; }
  .listingList ul li.hasSubmenu:hover a:hover {
    opacity: 1; }
  .listingList ul li.hasSubmenu:hover::after {
    opacity: 1; }
  .listingList ul li.hasSubmenu > .ddSecondLevel.active {
    display: block;
    opacity: 1;
    visibility: visible; }

.narrowBox {
  width: 60%;
  margin-top: 5%;
  margin-right: 15%; }

.listingImg {
  width: 100%;
  height: 100%; }

.Listing li:nth-child(even) .row {
  flex-direction: row-reverse; }

.aboutUs .listingHolder > li {
  margin-bottom: 0; }

/************BreadCrumb**************/
.breadCrumbs {
  display: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #a5a4a4;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  padding-bottom: 30px;
  margin-bottom: 15px; }
  .breadCrumbs a {
    font-weight: 500; }

.breadCrumbStyle {
  color: black; }

.breadcrumbs {
  text-transform: uppercase;
  font-size: 14px;
  color: #a5a4a4;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 20px; }
  .breadcrumbs a {
    font-weight: 700; }

.breadCrumbInsideCont li {
  display: inline-block; }

.breadCrumbInsideCont li::before {
  content: "|";
  margin: 0 5px; }

.breadCrumbInsideCont li:first-child::before {
  display: none; }

/* *************Body**********/
.greybg {
  background-color: whitesmoke; }

.sectionMain.greybg,
header.greybg,
.article.greybg,
.similar.greybg {
  background-color: white; }

header {
  border-bottom: solid 1px #ededed;
  transition: all 0.4s ease-in-out; }
  header.hovered {
    background-color: whitesmoke; }

.sectionMain {
  padding-top: 50px; }
  .sectionMain .container .row {
    margin: 0; }
    .sectionMain .container .row .col-md-12,
    .sectionMain .container .row .col-md-8 {
      padding: 0; }
  .sectionMain .pageTitle {
    float: right; }

.bluebg {
  background-color: #0ca8e1; }

.whitebg {
  background-color: white; }

.seperator {
  border-left: 1px solid black;
  margin: 0px 10px; }

.sectionContent {
  padding-top: 30px; }

.sectionDecoration {
  min-height: 500px; }

.newsEvent .sectionDecoration {
  min-height: 0px; }

.Homepage .sectionText {
  padding-top: 70px; }

.Homepage {
  min-height: 500px; }
  .Homepage .sectionText {
    padding-bottom: 150px; }
    .Homepage .sectionText .blockTitle,
    .Homepage .sectionText .blockInfo,
    .Homepage .sectionText .more {
      text-align: center; }
    .Homepage .sectionText a {
      color: #0ca8e1; }
      .Homepage .sectionText a:hover {
        opacity: 0.5; }
  .Homepage .sectionDesign {
    margin-bottom: 50px;
    position: relative; }
    .Homepage .sectionDesign::after {
      content: '';
      display: block;
      clear: both; }
    .Homepage .sectionDesign .themeSlider {
      position: absolute;
      float: none;
      display: block;
      left: 3.5vw;
      width: 55%; }
      .Homepage .sectionDesign .themeSlider .owl-nav {
        text-align: left;
        padding-left: 75px; }
        .Homepage .sectionDesign .themeSlider .owl-nav .owl-prev {
          position: relative;
          display: inline-block;
          width: 20px;
          height: 20px;
          font-size: 0;
          right: auto;
          left: auto;
          margin-left: 20px;
          top: auto;
          transform: none;
          background-image: url(../images/arrow-left.png);
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain; }
          .Homepage .sectionDesign .themeSlider .owl-nav .owl-prev.disabled {
            opacity: 0.5; }
        .Homepage .sectionDesign .themeSlider .owl-nav .owl-next {
          position: relative;
          display: inline-block;
          width: 20px;
          height: 20px;
          font-size: 0;
          right: auto;
          left: auto;
          top: auto;
          transform: none;
          background-image: url(../images/arrow-right.png);
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain; }
          .Homepage .sectionDesign .themeSlider .owl-nav .owl-next.disabled {
            opacity: 0.5; }

.Homepage .blockTitle {
  font-size: 44.35px;
  font-weight: bold;
  line-height: 0.8;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 35px; }

.Homepage .blockInfo {
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  margin-bottom: 25px; }

.Homepage .more {
  font-size: 16px;
  font-family: "Montserrat";
  color: #009ddc;
  font-weight: bold;
  text-decoration: underline;
  line-height: 1.125;
  text-align: right;
  text-transform: uppercase; }

.themes {
  color: white;
  padding: 25% 10%;
  /* margin-top: -100px; */ }

.themesListing {
  margin-top: 30px; }

.themesListing .col-md-4:first-child {
  margin-top: 100px; }

.themesListing .col-md-4:nth-child(3) {
  margin-top: 100px; }

.themesTitle {
  font-size: 44.35px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: right; }

.themesInfo {
  font-size: 18.479px;
  line-height: 1.4;
  text-align: right;
  width: 75%; }

.themesType {
  height: 190px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80%;
  background-size: contain;
  border: 2px solid #0ca8e1;
  background-color: #f6f6f6;
  position: relative; }
  .themesType:hover .themesTxt {
    color: #0ca8e1; }

.themesTxt {
  font-size: 17px;
  color: black;
  line-height: 20px;
  position: absolute;
  left: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  white-space: normal;
  width: 40%;
  transition: 0.3s;
  padding: 0px 10px; }

.themesTxt a {
  font-size: 22px;
  color: white;
  color: black;
  line-height: 1.199;
  text-align: right;
  padding-bottom: 20px;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  display: block;
  white-space: normal;
  width: 30%; }

.space_down {
  padding-bottom: 75px; }

.latestTitle {
  font-size: 44.35px;
  font-family: "Montserrat";
  color: black;
  font-weight: bold;
  line-height: 0.8;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 120px; }

.push_up {
  margin-top: -75px; }

.authorIntro {
  margin-bottom: 50px;
  padding-top: 40px; }

.authorCard {
  margin-bottom: 30px; }
  .authorCard .sectionDecoration {
    background-size: auto 50%; }

.author_title {
  padding: 20px 0px;
  font-size: 40px;
  font-family: "Montserrat";
  color: #484847;
  font-weight: bold;
  line-height: 1.208;
  text-transform: uppercase; }

.author_desc {
  font-size: 18px;
  color: #484847;
  line-height: 1.2;
  text-align: right;
  padding-left: 100px; }
  .author_desc a {
    color: #0ba8e0; }
    .author_desc a:hover {
      color: #096ea9; }

.author_sub {
  padding-bottom: 20px; }

.author_socials {
  margin-top: 30px;
  font-size: 12px;
  font-family: "Montserrat";
  color: #828282;
  text-transform: uppercase;
  line-height: 3.214; }

.authorTitle {
  font-size: 30px;
  font-weight: bold;
  line-height: 0.6;
  text-align: right; }

.authorDesc {
  padding: 30px 0px;
  font-size: 22px;
  line-height: 1.2;
  text-align: right;
  width: 80%; }

.banner {
  min-height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

.BlockTitle {
  padding-top: 100px;
  font-size: 44.35px;
  color: white;
  font-weight: bold;
  line-height: 0.8;
  text-align: center;
  text-transform: uppercase; }

.BlockTxt {
  padding-top: 50px;
  font-size: 22px;
  color: white;
  line-height: 1.2;
  text-align: center; }

.newsTxt {
  margin-top: 80px; }

.newsTxt .pageSub:last-child {
  margin-bottom: 60px; }

.pageTxt {
  padding-top: 30px; }

.font {
  display: inline-block; }
  .font a {
    font-size: 18px;
    color: #555555;
    text-transform: uppercase;
    border: 2px solid #cfcfcf;
    padding: 7px;
    margin-right: 5px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    width: 40px;
    transition: all 0.3s ease-in-out; }
    .font a:hover {
      opacity: 0.5; }

.article_header {
  background-color: #f2f0f0;
  margin-top: 30px; }

.articleNav li {
  padding: 30px 0px !important;
  margin: 0px 50px !important; }

.articleNav li a {
  text-decoration: none;
  color: #555555; }

.pagePic img {
  width: auto;
  max-width: 100%;
  margin-top: 30px; }
.pagePic .caption {
  font-size: 14px;
  padding-top: 10px;
  display: block;
  line-height: 18px;
  font-weight: 400; }

.footNotes,
.footnotes {
  margin: 30px 0px; }
  .footNotes li,
  .footnotes li {
    margin-bottom: 10px; }
    .footNotes li a,
    .footnotes li a {
      color: inherit;
      text-decoration: underline; }
      .footNotes li a:hover,
      .footnotes li a:hover {
        opacity: 0.5; }
    .footNotes li .footnote-label,
    .footnotes li .footnote-label {
      text-decoration: none;
      margin-left: 20px;
      display: inline-block;
      color: #555555;
      font-weight: 700; }
    .footNotes li:last-child,
    .footnotes li:last-child {
      margin-bottom: 0; }
  .footNotes sup:first-of-type,
  .footnotes sup:first-of-type {
    margin-left: 20px;
    display: inline-block;
    color: #555555;
    font-weight: 700; }

.footTop {
  font-size: 22px;
  color: #555555;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.091; }

.footTxt {
  padding-top: 15px; }

/***************SideBar***********/
.sideBar {
  padding-top: 30px; }
  .sideBar .sideTxt {
    font-weight: 700; }

.sideSection {
  font-size: 16px;
  color: #555555;
  line-height: 1.5;
  margin-bottom: 30px; }
  .sideSection .sideTxt a {
    color: inherit;
    font-weight: 600; }
    .sideSection .sideTxt a:hover {
      opacity: 0.5; }
  .sideSection .dk-select {
    width: 100%; }
  .sideSection input {
    display: block;
    width: 100%;
    padding: 11.5px 12px !important;
    border: 3px solid #d7d7d7 !important;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 15px;
    font-family: inherit;
    border-radius: 0; }

.sideTitle {
  text-transform: uppercase; }

.sideNotes .footNote {
  padding: 30px 0px;
  text-overflow: ellipsis;
  overflow: hidden; }
  .sideNotes .footNote a {
    display: inline;
    color: #0ba8e0; }
    .sideNotes .footNote a:hover {
      opacity: 0.5; }

.similar {
  padding: 30px 0px; }
  .similar .card_text {
    padding-right: 0; }

.sectTitle {
  text-transform: uppercase;
  font-size: 29.363px;
  color: #484847;
  font-weight: bold;
  line-height: 1.208;
  font-style: normal; }

.sectSub {
  font-size: 17.737px;
  line-height: 1.387;
  padding: 20px 0px; }

.layout_page {
  margin-bottom: 50px; }

.homenews .sectTitle {
  margin-bottom: 40px; }
.homenews .themelinks {
  margin-bottom: 10px; }
  .homenews .themelinks .theme {
    display: block;
    transition: all 0.3s ease-in-out; }
    .homenews .themelinks .theme:hover {
      opacity: 0.5; }
.homenews .card_details a {
  color: #026aa7;
  transition: all 0.3s ease-in-out; }
  .homenews .card_details a:hover {
    opacity: 0.5; }
.homenews .card_more a {
  transition: all 0.3s ease-in-out; }
  .homenews .card_more a:hover {
    opacity: 0.5; }
.homenews .location {
  color: #026aa7;
  font-size: 12px;
  margin-bottom: 2px;
  font-weight: 700; }

/***********Similar Articles**************/
.doubleItem .listingItem {
  position: relative; }
  .doubleItem .listingItem .card_about {
    position: absolute;
    top: 18px;
    left: 0; }
    .doubleItem .listingItem .card_about .type,
    .doubleItem .listingItem .card_about .theme {
      color: white; }
  .doubleItem .listingItem .card_text {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: transparent; }
    .doubleItem .listingItem .card_text .card_title,
    .doubleItem .listingItem .card_text .card_details,
    .doubleItem .listingItem .card_text .card_more .readMore {
      color: white; }

.card_pic {
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  overflow: hidden;
  min-height: 240px; }
  .card_pic img {
    transition: 0.3s; }
  .card_pic:hover img {
    transform: scale(1.1); }

.card_pic img {
  width: 100%;
  display: block; }

.card_text {
  background-color: white;
  padding: 30px; }
  .card_text .allthemes {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px; }
    .card_text .allthemes > a {
      padding: 5px;
      color: #fff;
      transition: 0.3s; }
      .card_text .allthemes > a:hover {
        background-color: #8e8e8e; }
  .card_text .summary {
    font-size: 14px;
    margin-bottom: 10px; }
  .card_text .title {
    font-size: 20px;
    font-weight: 700;
    color: #8e8e8e;
    margin-bottom: 20px; }
  .card_text .date {
    margin-bottom: 10px;
    font-size: 14px; }
  .card_text .read-more {
    font-size: 14px;
    text-decoration: underline;
    transition: 0.3s; }
    .card_text .read-more:hover {
      color: #0ca8e1; }

.card_title {
  font-size: 18px;
  color: #181818;
  font-weight: bold;
  line-height: 1.333;
  padding-bottom: 15px;
  font-style: normal; }
  .card_title a {
    color: inherit; }

.card_details {
  font-size: 12.5px;
  color: #181818;
  line-height: 1.286;
  padding-bottom: 10px; }

.card_more .readMore {
  font-size: 10px;
  color: #181818;
  text-decoration: underline;
  line-height: 1.8;
  text-align: right;
  text-transform: uppercase; }

.map_image img {
  width: 100%;
  height: 100%; }

.map_card {
  padding: 10px 0px; }

.relevantmap {
  margin-bottom: 200px; }

.relevantmap .sectTitle {
  margin-bottom: 25px; }

.aboutUs .row {
  align-items: center;
  margin-left: 0px; }

.aboutUs .col-md-6 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.card_about {
  padding-bottom: 15px; }
  .card_about .location {
    font-size: 12px;
    padding-top: 10px;
    margin-bottom: 10px;
    color: #0069a6; }

.type {
  font-size: 11px;
  color: white;
  line-height: 1.636;
  text-align: center;
  background-color: #0ba8e0;
  padding: 3px 15px;
  text-transform: uppercase;
  text-decoration: none; }

.inner {
  padding: 10px; }

.theme {
  font-size: 11px;
  font-family: "Montserrat";
  color: white;
  line-height: 1.636;
  text-align: right;
  padding: 3px 3px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #0069a6;
  margin-left: 10px;
  display: inline-block; }

.bodyMain {
  margin-top: 50px; }

.artTypes {
  border-top: 5px solid #9ec33a;
  padding: 30px 20px 20px 20px;
  background-color: white; }

.artTypes a {
  text-decoration: none;
  color: black; }

.mainType {
  font-weight: bold;
  padding-top: 10px; }

.subType li {
  font-weight: normal;
  padding-right: 20px;
  line-height: 18px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  .subType li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .subType li a {
    color: #181818;
    font-size: 15px; }
    .subType li a.active {
      color: #9ec33a;
      font-weight: 900; }

.subType {
  padding: 0px 10px 10px 10px; }

.pageSearch {
  padding-top: 25px; }

.relevantContent .sectTitle {
  margin-bottom: 50px; }

.similar .push_up {
  margin-top: -175px; }

/************DropDown***********/
.dk-selected {
  border-radius: 0px !important;
  font-weight: bold;
  padding: 7px !important;
  border: 3px solid #d7d7d7 !important;
  text-transform: uppercase; }
  .dk-selected::after {
    border: none;
    margin: 0;
    display: block;
    position: absolute;
    width: 38px;
    height: 100%;
    background-color: #0ba8e0;
    background-image: url(../images/dropArrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px; }

/****************Carousel*************/
.carousel-top {
  margin-top: -50px;
  margin-bottom: 40px; }

.carousel-bottom {
  margin-top: 50px; }

.carouselbox {
  padding: 20px; }

.carousel-title {
  font-size: 18px;
  font-family: "Montserrat";
  color: #181818;
  font-weight: bold;
  line-height: 1.333;
  margin-bottom: 5px; }

.carousel-text {
  font-size: 14px;
  font-family: "Montserrat";
  color: #181818;
  line-height: 1.286;
  text-align: right;
  margin-bottom: 5px; }

.carousel-end {
  font-size: 10px;
  font-family: "Montserrat";
  color: #181818;
  text-decoration: underline;
  line-height: 1.8;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 5px; }

#newsEventCarousel {
  margin-bottom: -60px; }

/*************SearchPages***************/
.searchTxt {
  font-size: 22.757px;
  color: #484847;
  font-weight: bold;
  line-height: 1.559;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 15px; }

.inptSearch {
  width: 97%;
  border: 0px;
  height: 40px;
  padding-right: 10px;
  padding-top: 5px; }

.searchbtn {
  background: none;
  border: none;
  margin-right: -65px;
  font-size: 25px;
  cursor: pointer;
  height: 40px;
  padding: 0px 20px;
  color: #F7F5F5; }

.searchArea {
  padding: 40px 0px; }
  .searchArea .close {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/close-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }

.searchFilter {
  padding: 20px 0px; }

.filterTitle {
  font-size: 16px;
  color: #555555;
  text-transform: uppercase;
  line-height: 2.5; }

.search_down {
  margin-bottom: 10px; }

.Filterbtn {
  border: none;
  width: 179px;
  height: 40px;
  background-color: #0ba8e0;
  color: white;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  cursor: pointer; }

.searchFilter .dk-select,
.dk-select-multi {
  width: 90%; }

.searchFilters {
  display: flex; }

.search_criteria {
  display: flex;
  margin-right: 20px;
  align-items: center; }

.search_criteria li {
  margin: 0px 10px;
  padding: 0px 10px;
  font-size: 13px;
  color: #555555;
  line-height: 28px;
  background-color: darkgrey;
  text-align: center;
  border-radius: 10px;
  max-height: 28px;
  vertical-align: middle; }
  .search_criteria li .remove {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../images/remove.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 8px;
    vertical-align: middle;
    margin-top: -3px; }

.clear_filters {
  font-size: 10.277px;
  color: #b7b8ba;
  text-decoration: underline;
  line-height: 3.452;
  cursor: pointer;
  margin-top: 5px;
  margin-right: 15px; }

.searchShowing {
  font-size: 10.277px;
  color: #b7b8ba;
  line-height: 3.452;
  text-align: right; }

.search_result {
  border-bottom: 2px solid darkgrey;
  padding-bottom: 20px;
  padding-top: 15px; }

.result_title {
  font-size: 29.363px;
  color: #484847;
  font-weight: bold;
  line-height: 1.208;
  text-align: right;
  margin-bottom: 15px; }

.result_txt {
  font-size: 14.778px;
  font-family: "Montserrat";
  color: #484847;
  line-height: 1.259;
  text-align: right; }

.refineSearch {
  font-size: 22px;
  font-family: "Montserrat";
  color: #555555;
  text-transform: uppercase;
  line-height: 1.046;
  margin-bottom: 30px; }

.Results {
  margin-bottom: 50px; }
  .Results .search_result a {
    color: #0ba8e0;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    padding-top: 20px;
    transition: all 0.3s ease-in-out; }
    .Results .search_result a:hover {
      opacity: 0.5; }
  .Results .loadMoreBtn {
    padding-top: 40px;
    text-align: center; }
    .Results .loadMoreBtn a {
      border: none;
      width: 179px;
      height: 40px;
      background-color: #0ba8e0;
      border: 1px solid #0ba8e0;
      color: white;
      text-transform: uppercase;
      text-align: center;
      margin-top: 20px;
      cursor: pointer;
      font: 400 13.3333px Arial;
      padding: 13px 20px;
      transition: all 0.3s ease-in-out; }
      .Results .loadMoreBtn a:hover {
        background-color: white;
        color: #0ba8e0; }
  .Results .col-md-4 .search_down .inptSearch {
    padding-right: 10px;
    padding-top: 0px;
    border: 3px solid #d7d7d7;
    color: black;
    width: 200px; }
  .Results .col-md-4 .sendSearch {
    width: 200px; }
    .Results .col-md-4 .sendSearch button {
      width: 100%; }

/************Subscribe*******/
.subscribe {
  background-color: black;
  padding: 50px 0px;
  text-transform: uppercase; }

.subText {
  font-size: 20.751px;
  color: white;
  font-weight: bold;
  line-height: 2.25;
  text-align: right;
  width: 100%;
  font-style: normal; }

.subInpt {
  width: 100%;
  background: transparent;
  border-left: none;
  border-right: none;
  border-top: none;
  border-color: white;
  font-size: 20px;
  padding-right: 10px;
  padding-bottom: 10px; }

.arrowbtn {
  border: none;
  cursor: pointer;
  background: url(../images/arrow_white.png) no-repeat;
  height: 24px;
  width: 23px;
  background-size: contain;
  margin-right: -25px;
  position: relative;
  z-index: 1;
  position: absolute;
  top: 30%;
  left: 0;
  transform: translateY(-50%) rotateZ(180deg); }

.pageTitle {
  font-size: 29.363px;
  color: #484847;
  font-weight: bold;
  line-height: 1.208;
  text-align: right;
  text-transform: uppercase;
  max-width: 86%; }

.pageSub {
  font-size: 18px;
  color: #484847;
  line-height: 26px;
  text-align: right;
  margin-top: 30px; }
  .pageSub p {
    font-size: 18px;
    color: #484847;
    line-height: 26px;
    text-align: right;
    margin-bottom: 30px; }
    .pageSub p a {
      color: inherit;
      text-decoration: underline; }
      .pageSub p a:hover {
        opacity: 0.5; }
    .pageSub p .see-footnote {
      text-decoration: none;
      font-weight: 700;
      font-size: 12px;
      vertical-align: top;
      margin-right: 5px;
      color: #484847; }
    .pageSub p span {
      font-family: "Montserrat", "Droid", sans-serif !important; }
  .pageSub a {
    color: #0069a6; }
    .pageSub a:hover {
      opacity: 0.5; }
  .pageSub sup {
    font-weight: 700;
    font-size: 12px;
    vertical-align: top;
    margin-right: 5px; }
    .pageSub sup a {
      color: #484847; }
  .pageSub ul.no-bullet-points li::after {
    display: none; }
  .pageSub ul li {
    position: relative;
    padding-right: 20px; }
    .pageSub ul li::after {
      content: '';
      display: block;
      position: absolute;
      top: 10px;
      right: 0;
      width: 6px;
      height: 6px;
      background-color: #0163A1;
      border-radius: 50%; }
  .pageSub table {
    width: 100%;
    table-layout: fixed; }
    .pageSub table tr th {
      background-color: #0263A1;
      color: #FFFFFF;
      font-size: 10px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 13px;
      padding: 26px 10px 15px;
      text-transform: uppercase;
      vertical-align: middle; }
      .pageSub table tr th:first-child {
        padding-left: 18px;
        width: 224px; }
      .pageSub table tr th:last-child {
        padding-right: 18px; }
    .pageSub table tr td {
      color: #484847;
      font-size: 11px;
      letter-spacing: 0;
      line-height: 14px;
      padding: 27px 10px;
      vertical-align: middle;
      border-left: 1px solid #DBDBDB; }
      .pageSub table tr td:first-child {
        color: #0263A1;
        padding-left: 18px;
        border: none; }
        .pageSub table tr td:first-child a {
          color: #0263A1;
          transition: all 0.3s ease-in-out; }
          .pageSub table tr td:first-child a:hover {
            opacity: 0.5; }
      .pageSub table tr td:last-child {
        padding-right: 18px; }
    .pageSub table tr:nth-child(odd) td {
      background-color: rgba(231, 234, 237, 0.5); }
  .pageSub strong {
    font-weight: 400px; }

/*******Map**********/
.mapouter {
  position: relative;
  text-align: left;
  width: 100%;
  height: 750px;
  margin-top: 40px; }

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 100%;
  height: 654px; }
  .gmap_canvas iframe {
    width: 100%; }

.map .gmap_canvas {
  text-align: right; }

.gmap_iframe {
  height: 654px !important; }

/****************Footer****************/
.footer {
  padding: 0px 0px 40px 0px; }
  .footer .hold {
    flex-grow: 1; }
    .footer .hold.logoHold {
      line-height: 0px; }
    .footer .hold.otherHold {
      text-align: center; }
    .footer .hold.txtHold .footText {
      margin-right: 0; }
  .footer .secondlogoHold {
    display: none; }

.footer_bottom {
  padding-top: 40px; }
  .footer_bottom .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0; }

.otherPages {
  display: flex;
  justify-content: center;
  gap: 10px; }

.otherPages a {
  border-left: 1px solid #1e1e1e;
  padding-left: 10px;
  font-size: 13.305px;
  color: #1e1e1e;
  font-weight: bold;
  line-height: 1.667;
  text-transform: uppercase;
  transition: 0.3s; }
  .otherPages a:last-child {
    border: none; }

.otherPages a:hover {
  color: #0ca8e1; }

#contactUs {
  border-right: 1px solid #1e1e1e;
  padding-right: 10px;
  font-size: 13.305px;
  color: #1e1e1e;
  font-weight: bold;
  line-height: 1.667;
  text-transform: uppercase; }

#aboutUs {
  padding-left: 10px;
  font-size: 13.305px;
  color: #1e1e1e;
  font-weight: bold;
  line-height: 1.667;
  text-transform: uppercase; }

.social_media {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-left: 0px;
  text-align: left; }
  .social_media img {
    width: 32px;
    height: 32px; }

.footText {
  margin-right: -30px; }

.footTitle {
  padding-top: 15px;
  font-size: 13.305px;
  font-family: "Montserrat";
  color: #1e1e1e;
  font-weight: bold;
  line-height: 1.667;
  text-align: left; }

.footSub {
  font-size: 13.305px;
  font-family: "Montserrat";
  color: #1e1e1e;
  line-height: 1.667;
  text-align: left; }

.conditions {
  font-size: 12px;
  line-height: 20px;
  color: #1e1e1e;
  padding: 0 15px;
  padding-top: 30px; }
  .conditions a {
    color: inherit; }

.themeMain {
  margin-top: 220px;
  padding-bottom: 60px; }

.themeMain .aboveTheme {
  margin-top: -175px; }
  .themeMain .aboveTheme .listingItemLI .listingItem {
    height: 100%;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1); }
    .themeMain .aboveTheme .listingItemLI .listingItem .card_details {
      min-height: 42px; }
  .themeMain .aboveTheme .listingItemLI.highlightedInTheme {
    width: 66.66666667%;
    overflow: hidden; }
    .themeMain .aboveTheme .listingItemLI.highlightedInTheme .listingItem {
      height: 100%;
      position: relative; }
      .themeMain .aboveTheme .listingItemLI.highlightedInTheme .listingItem .card_pic {
        max-height: 100%;
        position: relative;
        height: 100% !important; }
        .themeMain .aboveTheme .listingItemLI.highlightedInTheme .listingItem .card_pic::after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.3);
          background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 100%); }
        .themeMain .aboveTheme .listingItemLI.highlightedInTheme .listingItem .card_pic a {
          display: block;
          height: 100%; }
        .themeMain .aboveTheme .listingItemLI.highlightedInTheme .listingItem .card_pic img {
          width: auto;
          display: block;
          height: auto;
          min-height: 100%;
          min-width: 100%; }
      .themeMain .aboveTheme .listingItemLI.highlightedInTheme .listingItem .card_text {
        position: absolute;
        left: 30px;
        bottom: 30px;
        width: 100%;
        background-color: transparent;
        color: white;
        padding: 0;
        width: calc(100% - 60px);
        height: auto; }
        .themeMain .aboveTheme .listingItemLI.highlightedInTheme .listingItem .card_text .card_details {
          font-size: 22px;
          font-weight: 600;
          color: white;
          margin-bottom: 10px;
          padding: 0; }
          .themeMain .aboveTheme .listingItemLI.highlightedInTheme .listingItem .card_text .card_details.card_summary {
            font-size: 14px;
            font-weight: 400;
            color: white; }
        .themeMain .aboveTheme .listingItemLI.highlightedInTheme .listingItem .card_text .card_more a {
          color: white; }
          .themeMain .aboveTheme .listingItemLI.highlightedInTheme .listingItem .card_text .card_more a:hover {
            opacity: 0.5; }
  .themeMain .aboveTheme .listingItemLI .card_pic {
    height: auto !important;
    max-height: 240px; }
  .themeMain .aboveTheme .listingItemLI .card_text {
    height: calc(100% - 240px); }
    .themeMain .aboveTheme .listingItemLI .card_text .card_about .theme {
      color: white;
      text-transform: uppercase;
      font-weight: 500;
      margin-bottom: 5px;
      display: inline-block; }
    .themeMain .aboveTheme .listingItemLI .card_text .card_about .card_details a {
      display: inline; }

.themeMain .col-md-4 {
  margin-bottom: 25px; }

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  height: 50px; }

/*
.themeMain .col-md-4:nth-child(5n+1) {
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.66667%;
}*/
/*/* .themeMain .col-md-4:nth-child(5n+1) .listingItem{
    color:white !important;
 }

    .themeMain .col-md-4:nth-child(5n+1) .card_title, .themeMain .col-md-4:nth-child(5n+1) .card_about, .themeMain .col-md-4:nth-child(5n+1) .card_details, .themeMain .col-md-4:nth-child(5n+1) .readMore {
        color: white !important;
    }*/
.latestNews .blockTitle,
.latestNews .sectTitle {
  margin-bottom: 78px;
  text-align: right; }

.latestNews .sectTitle {
  margin-bottom: 0px; }

.moreNewsBtn {
  text-align: center; }
  .moreNewsBtn a {
    color: #0ba8e0;
    border: 1px solid #0ba8e0; }
    .moreNewsBtn a:hover {
      background-color: #0ba8e0;
      border: 1px solid #0ba8e0;
      color: white; }

.Search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(193, 193, 193, 0.92);
  z-index: 12; }
  .Search .upperSearch {
    position: absolute;
    display: block;
    width: 80vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    max-height: 95vh;
    overflow: auto; }
    .Search .upperSearch .searchArea {
      background-color: #e6e6e6;
      padding: 100px 84px 87px; }
      .Search .upperSearch .searchArea .container {
        width: 100%; }
        .Search .upperSearch .searchArea .container .searchTxt {
          font-size: 30px;
          margin-bottom: 0; }
        .Search .upperSearch .searchArea .container .SearchInpt {
          position: relative; }
          .Search .upperSearch .searchArea .container .SearchInpt .inptSearch {
            width: 100%;
            border: 0px;
            height: 60px;
            padding-right: 10px;
            padding-top: 0;
            font-size: 14px;
            color: #484847; }
            .Search .upperSearch .searchArea .container .SearchInpt .inptSearch::placeholder {
              font-size: 14px;
              color: #484847; }
          .Search .upperSearch .searchArea .container .SearchInpt .searchbtn {
            position: absolute;
            top: 50%;
            left: 20px;
            transform: translateY(-50%);
            color: #e6e6e6;
            padding: 0;
            margin: 0;
            height: 28px; }
          .Search .upperSearch .searchArea .container .SearchInpt .ui-autocomplete {
            position: absolute;
            top: 100%;
            width: 100%;
            border: none;
            border: 1px solid #e6e6e6;
            border-radius: 0px;
            padding: 10px; }
            .Search .upperSearch .searchArea .container .SearchInpt .ui-autocomplete li {
              padding: 0; }
              .Search .upperSearch .searchArea .container .SearchInpt .ui-autocomplete li.ui-search-hover a {
                color: #0ba8e0; }
              .Search .upperSearch .searchArea .container .SearchInpt .ui-autocomplete li a {
                padding: 5px 0;
                display: block;
                border-bottom: 1px solid #e6e6e6;
                border-radius: 0;
                transition: all 0.3s ease-in-out; }
                .Search .upperSearch .searchArea .container .SearchInpt .ui-autocomplete li a:hover {
                  color: #0ba8e0; }
              .Search .upperSearch .searchArea .container .SearchInpt .ui-autocomplete li:last-child a {
                border: none; }
        .Search .upperSearch .searchArea .container .errorRecord {
          position: absolute;
          bottom: 20px;
          right: 70px;
          color: red; }
    .Search .upperSearch .searchFilter {
      padding: 34px 84px 65px;
      background-color: white; }
      .Search .upperSearch .searchFilter .container {
        width: 100%; }
        .Search .upperSearch .searchFilter .container .filterTitle {
          line-height: 16px;
          margin-bottom: 20px; }
        .Search .upperSearch .searchFilter .container .search_down {
          margin-bottom: 35px;
          text-align: right;
          direction: rtl; }
        .Search .upperSearch .searchFilter .container .dk-select .dk-selected::after {
          border: none;
          margin: 0;
          display: block;
          position: absolute;
          width: 38px;
          height: 100%;
          background-color: #0ba8e0;
          background-image: url(../images/dropArrow.png);
          background-position: center;
          background-repeat: no-repeat;
          background-size: 16px; }
        .Search .upperSearch .searchFilter .container .dk-select .dk-selected::before {
          display: none; }

.searchToggle {
  margin-left: 45px;
  display: inline-block;
  width: 20px;
  height: 20px;
  transform: translateY(16px);
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s ease-in-out; }
  .searchToggle:hover {
    opacity: 0.5; }

.ajaxLoader {
  background: transparent;
  padding-top: 20px; }
  .ajaxLoader::before {
    color: #0ba8e0; }

.newsletterSubscribe .subInpt {
  font-family: "Montserrat", 'Droid', sans-serif;
  position: relative; }
  .newsletterSubscribe .subInpt input[type="text"] {
    color: #fff;
    font-family: "Montserrat", 'Droid', sans-serif; }
    .newsletterSubscribe .subInpt input[type="text"]::placeholder {
      color: #fff;
      font-family: "Montserrat", 'Droid', sans-serif; }
.newsletterSubscribe .ajaxLoader {
  width: 30px;
  height: 30px;
  background: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: -30px; }
  .newsletterSubscribe .ajaxLoader::before {
    color: #ffffff; }
.newsletterSubscribe .errorMessage {
  color: red;
  padding-top: 5px;
  text-transform: capitalize;
  font-size: 14px; }
.newsletterSubscribe .successMessage {
  color: white;
  padding-top: 5px;
  text-transform: capitalize;
  font-size: 14px; }

.lanSwitch {
  font-weight: 400; }

.filterCol .mainType {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 24px;
  padding-bottom: 20px;
  padding-top: 0; }
  .filterCol .mainType a {
    color: #181818;
    line-height: 24px;
    font-size: 15px;
    font-weight: 400; }
    .filterCol .mainType a.active {
      font-weight: 700; }
    .filterCol .mainType a:hover {
      color: #9ec33a; }
  .filterCol .mainType .subType {
    padding-top: 5px;
    padding-bottom: 0;
    padding-left: 35px; }
    .filterCol .mainType .subType li {
      border: none;
      padding: 0;
      margin-bottom: 8px; }
      .filterCol .mainType .subType li a {
        color: #181818;
        font-size: 15px;
        line-height: 24px;
        font-weight: 400; }
        .filterCol .mainType .subType li a.active {
          font-weight: 700; }
        .filterCol .mainType .subType li a:hover {
          color: #9ec33a; }
  .filterCol .mainType:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }

blockquote {
  font-style: italic;
  padding-right: 0.5in; }
  blockquote a {
    font-weight: 700;
    font-size: 12px;
    vertical-align: top;
    margin-right: 5px; }

.card_details.carddet,
.card_details a {
  font-weight: 700;
  margin-bottom: 20px;
  padding: 0;
  display: block; }

.timeline .pageTitle {
  float: none;
  display: block;
  margin-bottom: 26px;
  font-weight: bold; }
  .timeline .pageTitle span.ar {
    padding-top: 6px;
    display: inline-block; }
  .timeline .pageTitle.dictionary {
    float: right; }
.timeline .pageIntro {
  color: #484847;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 74px;
  display: block; }
.timeline a {
  color: #0069a6;
  transition: all 0.3s ease-in-out; }
  .timeline a:hover {
    opacity: 0.5; }
.timeline .font a {
  color: #555555; }

.tab3 {
  padding-top: 30px; }

.timelineTabs {
  background-color: #F1F0F0;
  padding-top: 32px; }
  .timelineTabs .tabs {
    margin-bottom: 72px; }
  .timelineTabs ul {
    display: flex;
    justify-content: center;
    align-items: center; }
    .timelineTabs ul li {
      margin-right: 60px;
      margin-bottom: 0;
      border: none; }
      .timelineTabs ul li a {
        display: block;
        color: #484847;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 48px;
        text-align: center;
        padding-bottom: 12px;
        border-bottom: 5px solid transparent;
        transition: all 0.3s ease-in-out; }
        .timelineTabs ul li a:hover {
          opacity: 0.5; }
        .timelineTabs ul li a.active {
          border-bottom: 5px solid #484847; }
      .timelineTabs ul li.firstwomen a {
        color: #F383D0; }
        .timelineTabs ul li.firstwomen a.active {
          border-bottom: 5px solid #F383D0; }
      .timelineTabs ul li.activism a {
        color: #96A0F0; }
        .timelineTabs ul li.activism a.active {
          border-bottom: 5px solid #96A0F0; }
      .timelineTabs ul li.achievements {
        margin: 0; }
        .timelineTabs ul li.achievements a {
          color: #E0A268; }
          .timelineTabs ul li.achievements a.active {
            border-bottom: 5px solid #E0A268; }

.timeLineDetails .content .timeLineItemsHolder .owl-nav .owl-prev {
  font-size: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/timelineArrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat; }
.timeLineDetails .content .timeLineItemsHolder .owl-nav .owl-next {
  font-size: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/timelineArrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotateZ(180deg); }
.timeLineDetails .content .timeLineItem {
  margin-bottom: 43px; }
  .timeLineDetails .content .timeLineItem .image img {
    width: 100%;
    display: block; }
  .timeLineDetails .content .timeLineItem .text .date {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 10px; }
  .timeLineDetails .content .timeLineItem .text .title {
    color: #484847;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 37px;
    margin-bottom: 10px; }
  .timeLineDetails .content .timeLineItem .text .category {
    border-radius: 8px;
    margin-bottom: 30px;
    color: #484847;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    display: inline-block;
    padding: 6px 16px; }
  .timeLineDetails .content .timeLineItem .text p {
    color: #484847;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px; }
    .timeLineDetails .content .timeLineItem .text p a {
      color: inherit;
      transition: all 0.3s ease-in-out; }
      .timeLineDetails .content .timeLineItem .text p a:hover {
        opacity: 0.5; }
  .timeLineDetails .content .timeLineItem.women .text .date {
    color: #F383D0; }
  .timeLineDetails .content .timeLineItem.women .text .category {
    background-color: #F383D0; }

.tabsrecap {
  margin-bottom: 32px; }
  .tabsrecap ul {
    display: flex;
    justify-content: center;
    align-items: center; }
    .tabsrecap ul li {
      margin-right: 60px; }
      .tabsrecap ul li a {
        display: block;
        color: #484847;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 48px;
        text-align: center;
        transition: all 0.3s ease-in-out; }
        .tabsrecap ul li a:hover {
          opacity: 0.5; }
      .tabsrecap ul li:first-child a {
        color: #F383D0; }
      .tabsrecap ul li:nth-child(2) a {
        color: #96A0F0; }
      .tabsrecap ul li:last-child {
        margin: 0; }
        .tabsrecap ul li:last-child a {
          color: #E0A268; }

.timeLineSecondCarousel {
  margin-bottom: 90px; }
  .timeLineSecondCarousel .timeCar .owl-nav .owl-prev {
    font-size: 0;
    width: 40px;
    height: 40px;
    background-image: url(../images/timelineArrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: no-repeat; }
  .timeLineSecondCarousel .timeCar .owl-nav .owl-next {
    font-size: 0;
    width: 40px;
    height: 40px;
    background-image: url(../images/timelineArrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotateZ(180deg); }
  .timeLineSecondCarousel .timeCar li {
    width: 557px;
    margin: 0 auto; }
    .timeLineSecondCarousel .timeCar li .date {
      color: #0263A1;
      font-size: 18px;
      letter-spacing: 0;
      line-height: 22px;
      margin-bottom: 10px; }
    .timeLineSecondCarousel .timeCar li .title {
      color: #484847;
      font-size: 30px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 37px;
      margin-bottom: 25px; }
    .timeLineSecondCarousel .timeCar li p {
      color: #484847;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 19px; }

.alphaSort {
  padding: 32px;
  background-color: #F1F0F0;
  margin-bottom: 62px; }
  .alphaSort label a {
    color: #484847;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    display: inline-block;
    padding-right: 20px;
    border-right: 2px solid #979797;
    margin-right: 20px;
    margin-bottom: 32px; }
  .alphaSort .alphabet {
    display: inline-block; }
    .alphaSort .alphabet li {
      display: inline-block;
      border-radius: 50%;
      margin-right: 15px;
      text-align: center; }
      .alphaSort .alphabet li:last-child {
        margin: 0; }
      .alphaSort .alphabet li.active {
        background-color: #0169A4;
        height: 40px;
        width: 40px;
        line-height: 40px; }
        .alphaSort .alphabet li.active a {
          color: white; }
      .alphaSort .alphabet li a {
        color: #484847;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 22px;
        text-transform: uppercase;
        transition: all 0.3s ease-in-out; }
        .alphaSort .alphabet li a:hover {
          opacity: 0.5; }
  .alphaSort .right {
    float: right;
    color: #0263A1;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    border-left: 2px solid #979797;
    padding-left: 25px;
    margin-top: 8px;
    transition: all 0.3s ease-in-out; }
    .alphaSort .right:hover {
      opacity: 0.5; }
  .alphaSort .tags {
    display: block; }
    .alphaSort .tags li {
      display: inline-block;
      margin-right: 20px; }
      .alphaSort .tags li:last-child {
        margin: 0; }
      .alphaSort .tags li.active a {
        background-color: #0263A1;
        color: #ffffff; }
      .alphaSort .tags li a {
        color: #484847;
        font-size: 17px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 20px;
        transition: all 0.3s ease-in-out;
        border-radius: 20px;
        background-color: #E3E3E3;
        padding: 15px 44px;
        display: block;
        margin-bottom: 10px; }
        .alphaSort .tags li a:hover {
          background-color: white;
          color: #0263A1; }

.dictionaryDetails .title {
  color: #484847;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 34px;
  margin-bottom: 42px; }
.dictionaryDetails p {
  color: #484847;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px; }
  .dictionaryDetails p a {
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    color: inherit; }
    .dictionaryDetails p a:hover {
      opacity: 0.5; }
.dictionaryDetails .en {
  margin-bottom: 70px; }
.dictionaryDetails .ar {
  padding: 70px 0;
  background-color: #F1F0F0;
  direction: rtl;
  text-align: right; }
.dictionaryDetails .beautytips-module-processed {
  position: relative;
  display: inline-block;
  color: #0263a1;
  font-weight: 600;
  font-size: 10px;
  margin-right: 2px;
  margin-left: 2px;
  transform: translateY(-4px);
  cursor: pointer; }
  .dictionaryDetails .beautytips-module-processed .tool {
    position: absolute;
    top: calc(100% + 8px);
    transform: translateX(-50%);
    left: 50%;
    width: 234px;
    padding: 14px;
    background-color: white;
    border-radius: 10px;
    min-width: 100px;
    color: #484847;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 12px;
    font-weight: 400;
    display: none;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
    .dictionaryDetails .beautytips-module-processed .tool a {
      display: inline-block;
      white-space: nowrap;
      max-width: 100%;
      text-overflow: ellipsis;
      overflow: hidden;
      color: #0263A1;
      font-style: italic;
      font-weight: 400; }
    .dictionaryDetails .beautytips-module-processed .tool::before {
      content: '';
      display: block;
      position: absolute;
      top: -2px;
      left: 50%;
      border: 1px solid #d5d5d5;
      background-color: white;
      width: 8px;
      height: 8px;
      transform: rotateZ(45deg) translateX(-50%);
      border-bottom: none;
      border-left: none; }

.partnersListing {
  margin-bottom: 115px;
  display: none; }
  .partnersListing .blockHead .title {
    color: #484847;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 34px;
    margin-bottom: 45px;
    text-align: center; }
  .partnersListing .listingHolder .listingItemLI {
    margin-bottom: 30px; }
    .partnersListing .listingHolder .listingItemLI .listingItem {
      padding: 30px;
      border: 1px solid #DBDBDB; }
      .partnersListing .listingHolder .listingItemLI .listingItem .listingImage {
        display: block;
        min-height: 50px;
        margin-bottom: 30px;
        height: 130px; }
        .partnersListing .listingHolder .listingItemLI .listingItem .listingImage a {
          display: block;
          width: 100%;
          height: 100%;
          position: relative; }
          .partnersListing .listingHolder .listingItemLI .listingItem .listingImage a img {
            display: block;
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
      .partnersListing .listingHolder .listingItemLI .listingItem .listingInfos .listingTitle {
        font-size: 20px;
        font-weight: normal;
        letter-spacing: 0;
        line-height: 24px;
        display: block;
        margin-bottom: 7px;
        color: #484847; }
        .partnersListing .listingHolder .listingItemLI .listingItem .listingInfos .listingTitle a {
          color: #0069a6; }
          .partnersListing .listingHolder .listingItemLI .listingItem .listingInfos .listingTitle a:hover {
            opacity: 0.5; }
      .partnersListing .listingHolder .listingItemLI .listingItem .listingInfos .listingDescription {
        font-size: 14px;
        color: #8e8e8e;
        margin-bottom: 0px; }
    .partnersListing .listingHolder .listingItemLI:nth-child(4n+1) {
      clear: both; }
  .partnersListing.show {
    display: block; }
  .partnersListing:last-of-type .listingHolder .listingItemLI {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    position: relative; }
    .partnersListing:last-of-type .listingHolder .listingItemLI::before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      background-color: #0169A4;
      border-radius: 50%;
      width: 5px;
      height: 5px; }
    .partnersListing:last-of-type .listingHolder .listingItemLI .listingItem {
      padding: 0;
      padding-right: 10px;
      border: none; }
      .partnersListing:last-of-type .listingHolder .listingItemLI .listingItem .listingImage {
        display: none; }

.article_header.partners {
  margin-bottom: 45px; }
  .article_header.partners ul {
    display: flex;
    justify-content: center; }
    .article_header.partners ul li.active {
      border-bottom: 5px solid #9EC33B; }

.database {
  background-color: #f5f5f5;
  padding-top: 73px; }
  .database .container {
    border-bottom: 1px solid #ACACAC;
    padding-bottom: 40px; }
  .database .pageTitle,
  .database .pageIntro {
    float: none;
    display: block; }
  .database .pageTitle {
    text-transform: none;
    margin-bottom: 20px;
    max-width: 78%; }
  .database .pageIntro {
    font-size: 19px;
    padding-left: 20px; }
  .database .rightSection {
    background-color: #FFFFFF;
    padding: 55px 28px;
    min-height: 386px; }
    .database .rightSection h6 {
      color: #484847;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 18px;
      margin-bottom: 13px; }
    .database .rightSection p {
      color: #484847;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 18px;
      margin-bottom: 35px; }
      .database .rightSection p:last-child {
        margin-bottom: 0; }
    .database .rightSection h6:not(:first-of-type) {
      margin-top: 20px; }
  .database a {
    color: #0069a6; }
    .database a:hover {
      opacity: 0.5; }

.databaseContent {
  padding-top: 40px;
  background-color: #f5f5f5;
  margin-bottom: 60px; }
  .databaseContent .title {
    color: #484847;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 34px;
    margin-bottom: 40px; }
  .databaseContent .searchCriteria {
    padding: 30px;
    background-color: white;
    margin-bottom: 42px; }
    .databaseContent .searchCriteria .title {
      color: #484847;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 22px;
      margin-bottom: 10px; }
    .databaseContent .searchCriteria form .row {
      margin: 0 -12px; }
      .databaseContent .searchCriteria form .row .inputEntity {
        position: relative;
        margin-bottom: 18px;
        padding: 0 12px; }
        .databaseContent .searchCriteria form .row .inputEntity:nth-child(3n+1) {
          clear: both; }
        .databaseContent .searchCriteria form .row .inputEntity label {
          color: #484847;
          font-size: 14px;
          font-weight: 500;
          letter-spacing: 0;
          line-height: 19px;
          margin-bottom: 5px;
          display: block; }
        .databaseContent .searchCriteria form .row .inputEntity input.date,
        .databaseContent .searchCriteria form .row .inputEntity input {
          display: block;
          width: 100%;
          padding: 11.5px 12px !important;
          border: 1px solid #E1E1E1;
          background-color: #FFFFFF;
          color: #000000;
          font-size: 14px;
          font-weight: 500;
          letter-spacing: 0;
          line-height: 15px;
          font-family: inherit; }
        .databaseContent .searchCriteria form .row .inputEntity .dk-select {
          display: block;
          width: 100%; }
          .databaseContent .searchCriteria form .row .inputEntity .dk-select .dk-selected {
            border: 1px solid #E1E1E1 !important;
            color: #000000;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 0;
            line-height: 15px;
            font-family: inherit;
            text-transform: none;
            padding: 11.5px !important; }
            .databaseContent .searchCriteria form .row .inputEntity .dk-select .dk-selected::after {
              background-color: transparent;
              display: none; }
            .databaseContent .searchCriteria form .row .inputEntity .dk-select .dk-selected::before {
              margin: 0;
              right: 20px;
              width: 12px;
              height: 6px;
              transform: translateY(-50%);
              border-top: 6px solid #484847;
              border-left: 6px solid transparent;
              border-right: 6px solid transparent;
              border-bottom: none; }
        .databaseContent .searchCriteria form .row .inputEntity a,
        .databaseContent .searchCriteria form .row .inputEntity button[type="submit"] {
          color: #FFFFFF;
          font-size: 14px;
          font-weight: 600;
          letter-spacing: 0;
          line-height: 18px;
          text-align: center;
          background-color: #0263A1;
          transition: all 0.3s ease-in-out;
          border: 1px solid #0263A1;
          text-transform: uppercase;
          padding: 10px;
          min-width: 164px;
          cursor: pointer;
          display: block; }
          .databaseContent .searchCriteria form .row .inputEntity a:hover,
          .databaseContent .searchCriteria form .row .inputEntity button[type="submit"]:hover {
            background-color: white;
            color: #0263A1; }
    .databaseContent .searchCriteria .FormHolder {
      position: relative; }
      .databaseContent .searchCriteria .FormHolder .loader {
        width: 100%;
        height: 100%;
        animation: none;
        border-radius: 0;
        background-color: rgba(255, 255, 255, 0.7);
        border: none; }
        .databaseContent .searchCriteria .FormHolder .loader::after {
          content: '';
          display: block;
          position: absolute;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          border: 5px solid #0ba8e0;
          border-top: 5px solid transparent;
          top: 50%;
          position: absolute;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 1;
          animation: load 0.5s linear infinite; }
  .databaseContent .searchResults {
    padding: 39px 14px 36px 17px;
    background-color: white;
    margin-bottom: 42px; }
    .databaseContent .searchResults .head {
      margin-bottom: 18px;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .databaseContent .searchResults .head ul.tags {
        margin-left: 26px; }
        .databaseContent .searchResults .head ul.tags li {
          display: inline-block;
          margin-left: 5px;
          color: #484847;
          font-size: 10px;
          font-weight: bold;
          letter-spacing: 0;
          line-height: 13px;
          padding: 14px 17px;
          border-radius: 18.5px;
          background-color: #C3C3C3;
          vertical-align: middle; }
          .databaseContent .searchResults .head ul.tags li:last-child {
            margin-left: 0; }
          .databaseContent .searchResults .head ul.tags li a {
            vertical-align: middle;
            display: inline-block;
            margin-right: 15px;
            height: 11px;
            width: 11px;
            background-image: url(../images/remove.png);
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat; }
      .databaseContent .searchResults .head .clearall {
        color: #919191;
        font-size: 10px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 13px;
        text-decoration: underline; }
        .databaseContent .searchResults .head .clearall:hover {
          opacity: 0.5; }
    .databaseContent .searchResults .body table {
      width: 100%;
      table-layout: fixed; }
      .databaseContent .searchResults .body table tr th {
        background-color: #0263A1;
        color: #FFFFFF;
        font-size: 10px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 13px;
        padding: 26px 10px 15px;
        text-transform: uppercase;
        vertical-align: middle; }
        .databaseContent .searchResults .body table tr th:first-child {
          padding-right: 18px;
          width: 224px; }
        .databaseContent .searchResults .body table tr th:last-child {
          padding-left: 18px; }
      .databaseContent .searchResults .body table tr td {
        color: #484847;
        font-size: 11px;
        letter-spacing: 0;
        line-height: 14px;
        padding: 27px 10px;
        vertical-align: middle;
        border-right: 1px solid #DBDBDB; }
        .databaseContent .searchResults .body table tr td:first-child {
          color: #0263A1;
          padding-right: 18px;
          border: none; }
          .databaseContent .searchResults .body table tr td:first-child a {
            color: #0263A1;
            transition: all 0.3s ease-in-out; }
            .databaseContent .searchResults .body table tr td:first-child a:hover {
              opacity: 0.5; }
        .databaseContent .searchResults .body table tr td:last-child {
          padding-left: 18px; }
      .databaseContent .searchResults .body table tr:nth-child(odd) td {
        background-color: rgba(231, 234, 237, 0.5); }
    .databaseContent .searchResults .body .dbpagination {
      display: block;
      text-align: center;
      padding-top: 50px;
      margin-bottom: 50px; }
      .databaseContent .searchResults .body .dbpagination .collectivePage {
        display: inline-block;
        color: #75797c;
        font-weight: bold;
        font-size: 14px;
        padding: 5px;
        border-radius: 5px;
        width: 30px;
        border: 1px solid white;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        margin: 0; }
        .databaseContent .searchResults .body .dbpagination .collectivePage:hover {
          border: 1px solid #b0b0b0; }
        .databaseContent .searchResults .body .dbpagination .collectivePage.current {
          background-color: #036ba7;
          color: white; }
        .databaseContent .searchResults .body .dbpagination .collectivePage.Previous {
          width: auto;
          border: 1px solid #b0b0b0;
          margin-left: 30px;
          vertical-align: baseline;
          padding: 10px; }
          .databaseContent .searchResults .body .dbpagination .collectivePage.Previous:hover {
            opacity: 0.5; }
          .databaseContent .searchResults .body .dbpagination .collectivePage.Previous::before {
            content: '';
            display: inline-block;
            background-image: url(../images/paginationarrowprev.jpg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            width: 15px;
            height: 10px;
            vertical-align: baseline;
            margin-left: 10px; }
        .databaseContent .searchResults .body .dbpagination .collectivePage.next {
          width: auto;
          border: 1px solid #b0b0b0;
          margin-right: 30px;
          vertical-align: baseline;
          padding: 10px; }
          .databaseContent .searchResults .body .dbpagination .collectivePage.next:hover {
            opacity: 0.5; }
          .databaseContent .searchResults .body .dbpagination .collectivePage.next::after {
            content: '';
            display: inline-block;
            background-image: url(../images/paginationarrownext.jpg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            width: 15px;
            height: 10px;
            vertical-align: baseline;
            margin-right: 10px; }
    .databaseContent .searchResults .noresultText {
      display: none; }

.fullText .pageSub ul li {
  margin-bottom: 15px; }
  .fullText .pageSub ul li:last-child {
    margin-bottom: 0px; }
.fullText .pageSub strong {
  font-weight: bold; }

.listingItem a.type {
  color: white;
  display: inline-block; }

#GeneratePDF {
  margin-top: 30px;
  display: inline-block;
  border: 2px solid #0ba8e0;
  padding: 10px;
  border-radius: 5px;
  color: #0ba8e0;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 14px;
  transition: all 0.3s ease-in-out; }
  #GeneratePDF:hover {
    background-color: #0ba8e0;
    color: white; }

.contactTitle {
  text-align: center;
  float: none !important;
  display: block;
  max-width: 100%;
  margin-bottom: 20px; }

.accountSettings form input {
  color: black;
  padding: 7px !important;
  border: 1px solid #d7d7d7 !important;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-family: inherit; }
.accountSettings form textarea {
  color: black;
  padding: 7px !important;
  border: 1px solid #d7d7d7 !important;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  height: 100px;
  font-family: inherit; }
.accountSettings form .primaryBtn {
  border: none;
  width: 179px;
  height: 40px;
  background-color: #0ba8e0;
  border: 1px solid #0ba8e0 !important;
  color: white;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out; }
  .accountSettings form .primaryBtn:hover {
    background-color: white;
    color: #0ba8e0; }
.accountSettings form .formFieldTextBox,
.accountSettings form .row .col-md-6,
.accountSettings form .row .col-md-12 {
  width: 50%;
  float: none;
  margin: 0 auto; }
.accountSettings input#Captcha {
  position: absolute;
  visibility: hidden;
  opacity: 0; }

.FormHolder {
  position: relative; }
  .FormHolder .loader {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 5px solid #0ba8e0;
    border-top: 5px solid transparent;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    animation: load 0.5s linear infinite;
    display: none; }
  .FormHolder .errorMessage {
    left: 15px;
    position: absolute;
    top: 0;
    font-size: 12px;
    color: red; }

@keyframes load {
  0% {
    transform: translate(-50%, -50%); }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg); } }
.tl-slidenav-previous .tl-slidenav-icon:before {
  content: '';
  background-image: url(../images/timelineArrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 40px;
  height: 40px;
  display: block; }

.tl-slidenav-next .tl-slidenav-icon:before {
  content: '';
  background-image: url(../images/timelineArrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 40px;
  height: 40px;
  display: block;
  transform: rotateZ(180deg) translateX(20px); }

.timeline .pageIntro p {
  font-family: "Montserrat", "Droid", sans-serif !important; }

.tl-slide .tl-slide-scrollable-container {
  display: block; }
  .tl-slide .tl-slide-scrollable-container .tl-slide-content-container {
    display: block; }
    .tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content {
      display: block;
      margin: 0 auto;
      width: 100% !important; }
      .tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-headline-date {
        color: #0263A1;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 22px;
        margin-bottom: 10px;
        text-transform: capitalize !important;
        font-family: "Montserrat", "Droid", sans-serif !important; }
        .tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-headline-date.FIRSTWOMEN, .tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-headline-date.firstwomen {
          color: #F383D0; }
        .tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-headline-date.ACTIVISM, .tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-headline-date.activism {
          color: #96A0F0; }
        .tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-headline-date.ACHIEVEMENTS, .tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-headline-date.achievements {
          color: #E0A268; }
      .tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-headline {
        color: #484847;
        font-size: 30px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 37px;
        margin-bottom: 23px;
        text-transform: none !important;
        font-family: "Montserrat", "Droid", sans-serif !important; }
        .tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-headline a {
          color: inherit;
          transition: all 0.3s ease-in-out; }
          .tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-headline a:hover {
            text-decoration: none;
            opacity: 0.6; }
      .tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-text-content .timelineTag {
        margin-bottom: 30px;
        color: #484847;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 19px;
        font-family: "Montserrat", "Droid", sans-serif !important;
        display: inline-block;
        border-radius: 8px;
        padding: 6px 17px;
        background-color: #e1e1e1; }
        .tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-text-content .timelineTag.FIRSTWOMEN, .tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-text-content .timelineTag.firstwomen {
          background-color: #F383D0; }
        .tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-text-content .timelineTag.ACTIVISM, .tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-text-content .timelineTag.activism {
          background-color: #96A0F0; }
        .tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-text-content .timelineTag.ACHIEVEMENTS, .tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-text-content .timelineTag.achievements {
          background-color: #E0A268; }
      .tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-text-content p {
        color: #484847;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 19px;
        font-family: "Montserrat", "Droid", sans-serif !important; }
      .tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-media {
        width: 50%;
        float: right;
        padding-left: 20px; }
      .tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-text {
        float: left;
        max-height: 435px;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0;
        padding-left: 20px;
        padding-bottom: 50px; }
        .tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-text::-webkit-scrollbar-track {
          border-radius: 20px;
          background-color: #F5F5F5; }
        .tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-text::-webkit-scrollbar {
          width: 5px;
          background-color: #F5F5F5; }
        .tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-text::-webkit-scrollbar-thumb {
          border-radius: 20px;
          background-color: rgba(0, 0, 0, 0.1); }
.tl-slide.tl-slide-text-only .tl-slide-content-container .tl-slide-content .tl-text {
  float: none; }

.tl-timeline a,
.tl-timeline p a {
  color: inherit;
  transition: all 0.3s ease-in-out; }
  .tl-timeline a:hover,
  .tl-timeline p a:hover {
    color: inherit;
    opacity: 0.5; }

.tl-storyslider {
  height: 500px !important; }

.tl-timeline .tl-menubar {
  top: 500px !important; }

.tl-timeline {
  height: auto !important; }

.tl-icon-zoom-in:after {
  content: '';
  background-image: url(../images/zoomin.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  display: block;
  width: 20px; }

.tl-icon-zoom-out:after {
  content: '';
  background-image: url(../images/zoomout.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  display: block;
  width: 20px; }

.tl-icon-goback:after {
  content: '';
  background-image: url(../images/recall.PNG);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  display: block;
  width: 20px; }

.printLoad {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0; }
  .printLoad:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.leadershipListHolder {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .leadershipListHolder .listingItemLI {
    width: 100%; }
    .leadershipListHolder .listingItemLI > div {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 1px solid #dddddd; }
    .leadershipListHolder .listingItemLI .listingItem::after {
      content: '';
      display: block;
      clear: both; }
    .leadershipListHolder .listingItemLI .listingItem .listingImage {
      margin-bottom: 11px;
      width: 20%; }
      .leadershipListHolder .listingItemLI .listingItem .listingImage img {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        object-fit: cover; }
    .leadershipListHolder .listingItemLI .listingItem .memberInfo {
      float: right;
      width: 75%;
      padding-left: 40px; }
      .leadershipListHolder .listingItemLI .listingItem .memberInfo .name {
        font-size: 24px;
        font-weight: 600;
        color: #454646;
        margin-bottom: 10px; }
      .leadershipListHolder .listingItemLI .listingItem .memberInfo .post {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 23px;
        color: #0069a6;
        margin-bottom: 30px; }
      .leadershipListHolder .listingItemLI .listingItem .memberInfo .description .email {
        padding-top: 10px;
        color: #0069a6;
        font-weight: 600;
        display: none; }
  .leadershipListHolder .hiddenPopup {
    display: none;
    padding: 30px;
    width: 1120px;
    position: fixed;
    z-index: 9;
    top: 30%;
    left: 50%;
    background: white;
    -moz-transform: translate(-50%, -30%);
    -webkit-transform: translate(-50%, -30%);
    -o-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%); }
    .leadershipListHolder .hiddenPopup .closePopUp {
      background: url(../images/close-blue.svg);
      display: block;
      width: 30px;
      height: 30px;
      top: 30px;
      left: 30px;
      position: absolute;
      z-index: 9; }
    .leadershipListHolder .hiddenPopup img {
      float: right;
      margin-left: 33px;
      width: 100%;
      max-height: 430px; }
    .leadershipListHolder .hiddenPopup .name {
      font-size: 30px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 38px;
      padding-top: 33px;
      color: #454646; }
    .leadershipListHolder .hiddenPopup .post {
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 23px;
      color: #0069a6;
      margin-bottom: 18px; }
    .leadershipListHolder .hiddenPopup .description {
      font-size: 16px;
      letter-spacing: 0;
      line-height: 23px;
      color: #000; }
      .leadershipListHolder .hiddenPopup .description a {
        color: #9ec33a; }
        .leadershipListHolder .hiddenPopup .description a:hover {
          opacity: 0.5; }
    .leadershipListHolder .hiddenPopup .col-md-8 {
      max-height: 430px;
      overflow: auto; }
      .leadershipListHolder .hiddenPopup .col-md-8::-webkit-scrollbar-track {
        border-radius: 20px;
        background-color: #F5F5F5; }
      .leadershipListHolder .hiddenPopup .col-md-8::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5; }
      .leadershipListHolder .hiddenPopup .col-md-8::-webkit-scrollbar-thumb {
        border-radius: 20px;
        background-color: rgba(0, 0, 0, 0.1); }

.charts #chart g > g + g > rect {
  fill: #9ec33a !important; }
.charts #Categorychart g > g + g > rect {
  fill: #0263A1 !important; }
.charts #Typechart g > g + g > rect {
  fill: #0ba8e0 !important; }
.charts #Causechart g > g + g > rect {
  fill: #0263A1 !important; }
.charts #ModeActivechart g > g + g > rect {
  fill: #0ba8e0 !important; }
.charts text {
  padding-left: 10px; }

.lowerHeader .mainMenu > ul > li > a {
  font-size: 16px; }
.lowerHeader .mainMenu > ul > li:last-child a {
  padding-left: 0; }

.Homepage .blockInfo,
.themesInfo {
  font-size: 19px;
  line-height: 24px; }

.reportItem .map_card {
  padding-top: 0; }
.reportItem .card_title {
  margin-bottom: 10px; }
.reportItem .card_more a {
  font-weight: bold;
  color: #0069a6;
  transition: all 0.3s ease-in-out; }
  .reportItem .card_more a:hover {
    opacity: 0.5; }

.hiddenPub {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0; }
  .hiddenPub .content {
    background-color: white;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 80vw;
    height: auto;
    max-height: 80vh;
    overflow: auto; }

.printbtn {
  font-size: 0;
  background-image: url(../images/printer.png);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px; }

.testimonials {
  background-color: #F5F5F5;
  padding: 55px 0; }
  .testimonials .testimonialsSlider {
    background-color: #FFFFFF;
    padding: 60px 65px; }
    .testimonials .testimonialsSlider .title {
      color: #484847;
      font-size: 30px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 37px;
      margin-bottom: 44px;
      text-transform: uppercase; }
    .testimonials .testimonialsSlider .pageIntro {
      color: #40403F;
      font-size: 18px;
      letter-spacing: 0;
      line-height: 24px;
      margin-bottom: 60px; }
      .testimonials .testimonialsSlider .pageIntro a {
        color: #066ca8; }
    .testimonials .testimonialsSlider .testimonialItem {
      padding: 0 30px;
      margin-bottom: 50px; }
      .testimonials .testimonialsSlider .testimonialItem .img {
        position: relative;
        margin-bottom: 50px;
        padding-bottom: 50px; }
        .testimonials .testimonialsSlider .testimonialItem .img img {
          display: block; }
        .testimonials .testimonialsSlider .testimonialItem .img::after {
          content: '';
          display: block;
          position: absolute;
          top: calc(100% - 50px);
          left: 50%;
          transform: translateX(-50%);
          width: 100px;
          height: 50px;
          border-top: 50px solid #E0E4E8;
          border-right: 50px solid transparent;
          border-left: 50px solid transparent;
          border-bottom: 0px solid transparent; }
      .testimonials .testimonialsSlider .testimonialItem .content {
        line-height: 22px; }
    .testimonials .testimonialsSlider .owl-dots {
      text-align: center; }
      .testimonials .testimonialsSlider .owl-dots .owl-dot {
        width: 20px;
        height: 20px;
        background-color: #F3F3F3;
        border: none; }
        .testimonials .testimonialsSlider .owl-dots .owl-dot.active {
          background-color: #D8D8D8; }

.gm-style .gm-style-iw-c {
  padding: 10px !important; }
  .gm-style .gm-style-iw-c .gm-style-iw-d {
    padding: 0 !important; }
    .gm-style .gm-style-iw-c .gm-style-iw-d .MarkerInfo {
      font-family: "Montserrat", "Droid", sans-serif; }
      .gm-style .gm-style-iw-c .gm-style-iw-d .MarkerInfo strong a {
        color: #484847 !important;
        display: block;
        margin-bottom: 0px;
        transition: all 0.3s ease-in-out; }
        .gm-style .gm-style-iw-c .gm-style-iw-d .MarkerInfo strong a:hover {
          opacity: 0.5; }

.mapdet {
  padding-top: 50px; }
  .mapdet .infoItem {
    margin-bottom: 10px; }
  .mapdet a {
    color: #096ea9;
    transition: all 0.3s ease-in-out; }
    .mapdet a:hover {
      opacity: 0.5; }
  .mapdet .bodyTitle {
    font-size: 20px;
    font-weight: bold; }

.charts-holder {
  margin-bottom: 60px; }
  .charts-holder .container {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px; }
  .charts-holder .chart-summary {
    margin-bottom: 20px; }
  .charts-holder .filter-holder {
    display: inline-block;
    margin-left: 20px; }
    .charts-holder .filter-holder .dk-selected {
      font-size: 12px;
      padding: 2px 7px !important; }
      .charts-holder .filter-holder .dk-selected::after {
        width: 30px; }
  .charts-holder .btn-holder {
    border: none;
    width: 159px;
    height: 32px;
    background-color: #0ba8e0;
    color: white;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin-top: 2px; }
    .charts-holder .btn-holder a {
      color: white;
      line-height: 32px; }

#ZoneContent_3 .charts-holder {
  margin-bottom: 00px; }
  #ZoneContent_3 .charts-holder .container {
    border-bottom: none;
    padding-bottom: 0; }

.infographics {
  background-color: #f5f5f5;
  padding: 73px; }
  .infographics .container {
    background-color: #FFFFFF;
    padding: 60px 65px;
    direction: rtl;
    text-align: right; }
    .infographics .container:not(.infographics .container:last-child) {
      margin-bottom: 40px; }
    .infographics .container.rtl .pageTitle {
      direction: rtl;
      text-align: left; }
    .infographics .container.rtl .pageIntro {
      padding-right: 20px;
      padding-left: 0; }
    .infographics .container .pageTitle {
      text-transform: none;
      margin-bottom: 20px;
      max-width: 78%; }
    .infographics .container .pageIntro {
      font-size: 19px;
      padding-left: 20px;
      margin-bottom: 30px; }
      .infographics .container .pageIntro a {
        color: #0163A1;
        transition: all 0.3s ease-in-out; }
        .infographics .container .pageIntro a:hover {
          opacity: 0.5; }
    .infographics .container img {
      display: block;
      width: 100%;
      max-width: 90%; }

.reviewPage {
  background-color: #F5F5F5;
  padding: 40px 0; }
  .reviewPage .container h3 {
    color: #484847;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 37px;
    margin-bottom: 50px; }
  .reviewPage .container p {
    color: #40403F;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px; }
  .reviewPage .container img {
    display: block;
    margin-bottom: 60px;
    width: 100%; }
  .reviewPage .container .issue .image {
    margin-bottom: 20px; }
    .reviewPage .container .issue .image a {
      display: block; }
      .reviewPage .container .issue .image a img {
        display: block; }
  .reviewPage .container .issue .name {
    margin-bottom: 22px; }
    .reviewPage .container .issue .name a {
      color: #484847;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 24px; }
  .reviewPage .container .issue .link a {
    display: inline-block;
    color: #484847;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 19px;
    text-decoration: underline;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out; }
    .reviewPage .container .issue .link a:hover {
      opacity: 0.5; }
  .reviewPage .container .listingSolutions .solution .content {
    padding: 45px 20px;
    background-color: white;
    border-top: 8px solid #0163A1;
    text-align: center; }
  .reviewPage .container .listingSolutions .solution .image {
    border: 1px solid #333F48;
    border-radius: 50%;
    width: 116px;
    height: 116px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 35px; }
    .reviewPage .container .listingSolutions .solution .image img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 55px;
      height: 55px; }
  .reviewPage .container .listingSolutions .solution .name {
    color: #484847;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    margin-bottom: 24px; }
  .reviewPage .container .listingSolutions .solution p {
    color: #484847;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 20px; }
    .reviewPage .container .listingSolutions .solution p a {
      color: inherit; }
  .reviewPage .container .listingSolutions .solution .link a {
    color: #484847;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 19px;
    text-transform: uppercase;
    text-decoration: underline;
    transition: all 0.3s ease-in-out; }
    .reviewPage .container .listingSolutions .solution .link a:hover {
      opacity: 0.5; }
  .reviewPage .right a {
    display: block;
    width: 100%;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    background: #0163A1;
    padding: 10px;
    text-transform: capitalize;
    border: 1px solid #0163A1;
    transition: all 0.3s ease-in-out; }
    .reviewPage .right a:hover {
      background-color: white;
      color: #0163A1; }
  .reviewPage .empty {
    position: relative; }
    .reviewPage .empty::after {
      content: '';
      display: block;
      right: 40px;
      width: 1px;
      height: 100%;
      background-color: #B3B2B2;
      position: absolute;
      top: 0; }
  .reviewPage .memsListing .item {
    text-align: center;
    margin-bottom: 40px; }
    .reviewPage .memsListing .item .img {
      width: 134px;
      height: 134px;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 auto;
      margin-bottom: 12px; }
      .reviewPage .memsListing .item .img img {
        width: 100%;
        display: block; }
    .reviewPage .memsListing .item .name {
      color: #40403F;
      font-size: 18px;
      letter-spacing: 0;
      line-height: 30px;
      text-align: center;
      font-weight: 700; }
    .reviewPage .memsListing .item .pos {
      color: #40403F;
      font-size: 18px;
      letter-spacing: 0;
      line-height: 30px;
      text-align: center; }
  .reviewPage.white {
    background-color: white; }
  .reviewPage.tabs .title {
    font-weight: bold;
    text-transform: uppercase;
    color: #484847;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 37px; }
  .reviewPage.tabs .subtitle {
    color: #484847;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 55px;
    display: none; }

.tabsContent .title {
  margin-bottom: 30px;
  color: #484847;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px; }
.tabsContent .tab .links {
  margin-bottom: 86px; }
  .tabsContent .tab .links a {
    display: inline-block;
    color: #0163A1;
    border: 1px solid #0163A1;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    transition: all 0.3s ease-in-out;
    padding: 24px 30px;
    text-transform: uppercase;
    margin-left: 28px; }
    .tabsContent .tab .links a:hover {
      background-color: #0163A1;
      color: white;
      opacity: 1; }

.chart-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px; }

.articleTop .col-md-9 {
  padding-top: 30px; }
  .articleTop .col-md-9 .infoItem {
    margin-bottom: 10px; }
    .articleTop .col-md-9 .infoItem:last-child {
      margin-bottom: 0; }

.bodyContentMainParent {
  margin-bottom: 40px; }

.bodyContentMainParent.tab {
  margin-bottom: 0;
  max-width: 100%; }
  .bodyContentMainParent.tab .pageSub {
    padding-top: 0; }

.file-listing {
  padding-top: 20px; }
  .file-listing li {
    position: relative;
    padding-right: 20px; }
    .file-listing li::after {
      content: '';
      display: block;
      position: absolute;
      top: 7px;
      left: 0;
      width: 6px;
      height: 6px;
      background-color: #0163A1;
      border-radius: 50%; }
    .file-listing li a {
      color: #0163A1;
      transition: all 0.3s ease-in-out; }
      .file-listing li a:hover {
        opacity: 0.5; }

.infographic-title {
  margin-bottom: 20px;
  font-weight: 600; }

.infographic-image {
  margin-bottom: 30px; }

.audioplayer {
  display: flex;
  align-items: center; }

.eventsummary p[dir="rtl"] {
  display: none; }

.pdfListingDetails a {
  display: block;
  padding: 10px 30px;
  position: relative; }
  .pdfListingDetails a::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/pdf.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: right; } }
.topHeader .mainMenu > ul > li.hasSubmenu .ddSecondLevel {
  transform: translateX(50%);
  text-align: right; }

.bottomLogo,
.reviewPage.white,
.reviewPage .container h3,
.noRecords,
.article_header .container,
.similarcards,
.sectSub,
.bodyContentMainParent,
.sectTitle,
.sideBar,
.conditions,
.breadCrumbInsideCont,
.listType,
.sendSearch {
  text-align: right; }

.reviewPage.white,
.similarcards,
.newsletterSubscribe {
  direction: rtl; }

.dk-selected:before,
.dk-selected:after {
  left: 0;
  right: auto; }

.block-with-seperator {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 50px;
  margin-bottom: 50px; }
  .block-with-seperator p {
    margin-bottom: 0px; }
  .block-with-seperator strong {
    margin-bottom: 30px;
    display: block; }

.article .container {
  border-bottom: solid 1px #f1f1f1; }

.pageIntro p span {
  font-family: "Montserrat" !important;
  font-size: 16px !important; }

.owl-carousel.owl-rtl .owl-item {
  margin-right: 0 !important;
  margin-left: 20px !important; }

.Homepage .sectionDesign .themeSlider .owl-nav .owl-next {
  transform: rotateZ(180deg); }

.Homepage .sectionDesign .themeSlider .owl-nav .owl-prev {
  transform: rotateZ(180deg); }

.themeMain .aboveTheme .listingItemLI .card_text {
  direction: rtl;
  text-align: right; }

.leadershipListHolder .listingItemLI .listingItem {
  display: flex;
  flex-wrap: wrap; }
  .leadershipListHolder .listingItemLI .listingItem .memberInfo {
    float: right;
    direction: rtl;
    text-align: right; }
  .leadershipListHolder .listingItemLI .listingItem .listingImage {
    margin-left: 40px; }

.author_title,
.author_pic {
  direction: rtl;
  text-align: right; }

.sectionMain {
  direction: rtl;
  text-align: right; }

.themesTxt {
  width: 100%;
  bottom: 0;
  top: auto; }

.dictionaryDetails .en,
.dictionaryDetails .title,
.alphaSort {
  direction: rtl;
  text-align: right; }
  .dictionaryDetails .en label a,
  .dictionaryDetails .title label a,
  .alphaSort label a {
    border-right: none;
    border-left: 2px solid #979797;
    margin-left: 20px;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 0; }

.alphaSort .alphabet li {
  margin-right: 0px;
  margin-left: 15px; }

.articleTop .col-md-9 {
  direction: rtl;
  text-align: right; }

.paginationContainer {
  display: block;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 50px; }
  .paginationContainer a {
    display: inline-block;
    color: #75797c;
    font-weight: bold;
    font-size: 14px;
    padding: 5px;
    border-radius: 5px;
    width: 30px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin: 0; }
    .paginationContainer a:hover {
      border: 1px solid #b0b0b0; }
    .paginationContainer a.current {
      background-color: #036ba7;
      color: white; }
    .paginationContainer a.Previous {
      width: auto;
      border: 1px solid #b0b0b0;
      margin-left: 30px;
      vertical-align: baseline;
      padding: 10px; }
      .paginationContainer a.Previous:hover {
        opacity: 0.5; }
      .paginationContainer a.Previous::before {
        content: '';
        display: inline-block;
        background-image: url(../images/paginationarrowprev.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 15px;
        height: 10px;
        vertical-align: baseline;
        margin-left: 10px; }
    .paginationContainer a.next {
      width: auto;
      border: 1px solid #b0b0b0;
      margin-right: 30px;
      vertical-align: baseline;
      padding: 10px; }
      .paginationContainer a.next:hover {
        opacity: 0.5; }
      .paginationContainer a.next::after {
        content: '';
        display: inline-block;
        background-image: url(../images/paginationarrownext.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 15px;
        height: 10px;
        vertical-align: baseline;
        margin-right: 10px; }

.Search .upperSearch .searchArea .container .SearchInpt .inptSearch {
  font-family: "Montserrat", 'Droid', sans-serif; }

.Filterbtn {
  border: 2px solid #0ba8e0;
  transition: all 0.3s ease-in-out; }
  .Filterbtn:hover {
    background-color: white;
    color: #0ba8e0; }

.Results {
  direction: rtl;
  text-align: right;
  padding-top: 50px; }

.refineSearch {
  font-family: "Montserrat", 'Droid', sans-serif; }

.partnersListing:last-of-type .listingHolder .listingItemLI::before {
  left: auto;
  right: 0; }

.pageSub {
  direction: rtl; }

.newsTxt {
  direction: rtl;
  text-align: right; }

.videoYT {
  width: 100%;
  height: 400px; }

.social-share-holder {
  padding-top: 20px;
  display: flex;
  align-items: center; }
  .social-share-holder .sideIcon {
    display: inline-block;
    margin-left: 15px; }
    .social-share-holder .sideIcon a {
      display: block;
      width: 20px; }
      .social-share-holder .sideIcon a img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%; }
    .social-share-holder .sideIcon:last-child {
      margin: 0; }

.themeMain .col-md-4:nth-child(3n+1) {
  clear: both; }
.themeMain #listingContainer_999000033 .col-md-4:nth-child(3n+1) {
  clear: none; }

#listingContainer_999000033 {
  display: flex;
  flex-wrap: wrap; }
  #listingContainer_999000033 iframe {
    width: 100%;
    height: 514px; }
  #listingContainer_999000033 .listingItemLI {
    flex: 0 0 33.33333333%; }
    #listingContainer_999000033 .listingItemLI.highlightedInTheme {
      flex: 0 0 66.666666666%; }
    #listingContainer_999000033 .listingItemLI.video-frame {
      flex: 0 0 100%; }

.themeMain .aboveTheme .listingItemLI .card_text .card_about .theme {
  max-height: 26px; }

.social-share-holder {
  margin-bottom: 20px;
  padding-top: 0; }

#mainListingContainer_999000033 .video-frame,
#mainListingContainer_999000033 .hasFeaturedVideo {
  width: 50%;
  /*        iframe {
              width: 100%;
              height: 100%;
          } */ }

.iCWJxf {
  background-color: #0069a6 !important; }
  .iCWJxf:hover {
    background-color: #0ba8e0 !important; }

.sc-bdVaJa {
  direction: rtl;
  text-align: right; }

.eventsummary p[dir=rtl] {
  display: block; }

.card_details {
  direction: rtl;
  text-align: right; }

.tl-slidenav-previous {
  margin-right: 0px;
  left: 75px !important;
  right: auto !important;
  text-align: right; }

.tl-slidenav-next {
  left: auto !important;
  right: 75px !important;
  text-align: left; }
  .tl-slidenav-next .tl-slidenav-content-container {
    direction: ltr;
    left: 0; }
  .tl-slidenav-next .tl-slidenav-icon {
    margin: 0 !important; }
    .tl-slidenav-next .tl-slidenav-icon::before {
      transform: rotateZ(180deg); }
  .tl-slidenav-next .tl-slidenav-title {
    margin-left: 0 !important; }
  .tl-slidenav-next .tl-slidenav-description {
    margin-left: 0 !important; }

.themeMain .aboveTheme .listingItemLI .listingItem .card_details {
  padding-top: 15px; }

.alphaSort .right {
  border-right: 2px solid #979797;
  padding-right: 25px;
  float: left;
  border-left: none;
  padding-left: 0; }

.themeMain .aboveTheme .listingItemLI .card_pic {
  background-color: white; }

.pdfListingDetails a::before {
  left: auto;
  right: 0; }

.charts-holder .chart-title,
.charts-holder .chart-summary,
.charts-holder .filter-holder,
.charts-holder .container {
  text-align: right; }

#cap-info,
#cap-info-2 {
  width: 100%;
  margin-top: -23px;
  margin-bottom: 0;
  margin-right: 26px; }

.reviewPage .container p {
  text-align: right; }

.leadershipListHolder .listingItemLI .listingItem {
  padding-bottom: 30px; }

.article .container {
  border-bottom: none; }

.ddSmartMenu .megaMenuCol .listingList ul li .ddSecondLevel {
  transition: all 0.3s ease-in-out;
  transition-delay: 0.5s;
  height: 100%;
  background-color: whitesmoke; }

.themes {
  height: 585px; }

.tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-text {
  text-align: right; }

.timelineTabs ul li {
  margin-right: 0;
  margin-left: 60px; }

.tl-slidenav-next {
  left: 90px; }

#timeline-embed {
  direction: ltr; }

.tl-storyslider {
  direction: rtl; }

.databaseContent .searchResults .body .dbpagination .collectivePage.Previous,
.databaseContent .searchResults .body .dbpagination .collectivePage.next {
  border: 1px solid white;
  padding: 10px;
  margin: 0;
  height: 30px;
  line-height: 9.5px; }
  .databaseContent .searchResults .body .dbpagination .collectivePage.Previous:hover,
  .databaseContent .searchResults .body .dbpagination .collectivePage.next:hover {
    border: 1px solid #b0b0b0;
    opacity: 1; }
  .databaseContent .searchResults .body .dbpagination .collectivePage.Previous::after,
  .databaseContent .searchResults .body .dbpagination .collectivePage.next::after {
    display: none; }
  .databaseContent .searchResults .body .dbpagination .collectivePage.Previous::before,
  .databaseContent .searchResults .body .dbpagination .collectivePage.next::before {
    display: none; }

.databaseContent .searchResults .body .dbpagination .collectivePage {
  display: none; }
  .databaseContent .searchResults .body .dbpagination .collectivePage.current, .databaseContent .searchResults .body .dbpagination .collectivePage.displayed-pages, .databaseContent .searchResults .body .dbpagination .collectivePage.next, .databaseContent .searchResults .body .dbpagination .collectivePage.last, .databaseContent .searchResults .body .dbpagination .collectivePage.first, .databaseContent .searchResults .body .dbpagination .collectivePage.Previous {
    display: inline-block; }

.pageSub .no-bullet-points strong {
  font-weight: 800; }

/*section.main {
    .sectionMain {
        .newsEvent {
            .sectionDecoration {
                position: relative;
                min-height: unset;
                background-position: unset;
                background-repeat: unset;
                background-size: unset;
                background-image: unset;

                &::before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;*/
/* min-height: 500px; */
                    /*width: 500px;
                    height: 500px;
                    background-position: left;
                    background-repeat: no-repeat;
                    background-size: contain;
                    background-image: url(/images/homepagedecoration-ar.png) !important;
                }
                img {
                    max-width: 100%;
                }
            }
        }
    }
}*/

/*# sourceMappingURL=cskc-ar.css.map */
