﻿/*** LTR websites ***/
@font-face {
  font-family: "LinaSans";
  src: url("../fonts/AR/Lina sans Regular.otf"); }

@font-face {
  font-family: "LinaSans";
  src: url("../fonts/AR/Lina sans Light.otf");
  font-weight: 400; }

@font-face {
  font-family: "LinaSans";
  src: url("../fonts/AR/Lina sans Medium.otf");
  font-weight: 500; }

@font-face {
  font-family: "LinaSans";
  src: url("../fonts/AR/Lina sans Bold.otf");
  font-weight: 600; }

@font-face {
  font-family: "IBMPlex Sans";
  src: url("../fonts/EN/IBMPlexSans-Regular.ttf"); }

@font-face {
  font-family: "IBMPlex Sans";
  src: url("../fonts/EN/IBMPlexSans-Light.ttf");
  font-weight: 400; }

@font-face {
  font-family: "IBMPlex Sans";
  src: url("../fonts/EN/IBMPlexSans-Medium.ttf");
  font-weight: 500; }

@font-face {
  font-family: "IBMPlex Sans";
  src: url("../fonts/EN/IBMPlexSans-Bold.ttf");
  font-weight: 600; }

body {
  font-family: "IBMPlex Sans";
  direction: ltr;
  text-align: left; }

html[dir="rtl"] body {
  font-family: "LinaSans"; }

html[dir="ltr"] body {
  /* adding style to en style */
  /* end style to en style */ }
  html[dir="ltr"] body .wekala-chart .main-sec,
  html[dir="ltr"] body .wekala-chart .vice,
  html[dir="ltr"] body .wekala-chart .level-one::before {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  html[dir="ltr"] body .wekala-chart .level-one::after {
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%); }
  html[dir="ltr"] body .positionAos, html[dir="ltr"] body .orChartNew .level1 .AgencyCard::after, html[dir="ltr"] body .orChartNew .level2::after, html[dir="ltr"] body .orChartNew .level2::before, html[dir="ltr"] body .orChartNew .level2 .adminHeadCard:first-of-type::after, html[dir="ltr"] body .orChartNew .level3 .AgencyCard::after, html[dir="ltr"] body .orChartNew .level3 .borderBOT, html[dir="ltr"] body .orChartNew .level3 .borderBottom::before, html[dir="ltr"] body .orChartNew .level4 > div:last-of-type::after,
  html[dir="ltr"] body .orChartNew .level4 > div:first-of-type::after, html[dir="ltr"] body .orChartNew .level4 .adminCard::after, html[dir="ltr"] body .orChartNew .level4 .borderTop::after, html[dir="ltr"] body body .orChartNew .level1 .AgencyCard::after,
  html[dir="ltr"] body body .orChartNew .level2::after, html[dir="ltr"] body body .orChartNew .level2::before,
  html[dir="ltr"] body body .orChartNew .level2 .adminHeadCard:first-of-type::after,
  html[dir="ltr"] body body .orChartNew .level3 .AgencyCard::after,
  html[dir="ltr"] body body .orChartNew .level3 .borderBOT,
  html[dir="ltr"] body body .orChartNew .level3 .borderBottom::before,
  html[dir="ltr"] body body .orChartNew .level4 > div:last-of-type::after,
  html[dir="ltr"] body body .orChartNew .level4 > div:first-of-type::after,
  html[dir="ltr"] body body .orChartNew .level4 .adminCard::after,
  html[dir="ltr"] body body .orChartNew .level4 .borderTop::after {
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }

*,
*:focus,
*:active,
button:focus {
  outline: none; }

a:hover {
  text-decoration: none; }

p {
  font-size: 15px;
  color: #666;
  line-height: 30px; }

h4 {
  font-size: 22px;
  font-weight: bold; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-30 {
  margin-top: 30px !important; }

.ml-30 {
  margin-left: 30px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-50 {
  margin-top: 50px !important; }

.pl-15 {
  padding-left: 15px !important; }

.pl-30 {
  padding-left: 30px !important; }

.strong {
  font-weight: bold; }

ul.blue-dots {
  list-style: none;
  line-height: 32px; }
  ul.blue-dots li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 10px; }

ol {
  list-style: decimal;
  line-height: 32px; }
  ol li {
    padding-left: 10px; }

.text-left {
  text-align: right !important; }

.text-right {
  text-align: left !important; }

.float-left {
  float: right !important; }

.float-right {
  float: left !important; }

body {
  font-family: "LinaSans";
  background-color: #f3f6fb; }

/* global */
.btnSmall {
  border: unset;
  border-radius: 6px;
  min-width: 60px;
  padding: 5px 10px;
  min-height: 36px;
  font-family: 'LinaSans';
  font-weight: 500;
  font-size: 1.125rem;
  color: #727F7C;
  -webkit-transition: .2s;
  transition: .2s; }

.btnGreen {
  background: #E1F5EB;
  color: #239157; }
  .btnGreen:hover {
    background: #239157;
    color: #fff;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
            box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08); }

.btnGray:hover {
  background: #727F7C;
  color: #fff;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08); }

.greenLink {
  padding: 5px 10px;
  background: #46C752;
  color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  font-weight: bold;
  font-size: 1rem; }
  .greenLink:hover {
    background: #008941;
    color: #fff; }

.dateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .dateBox img {
    max-width: 25px; }
  .dateBox span {
    font-size: 0.875rem;
    color: #32383d;
    margin-left: 8px; }

.mainArrow .owl-nav .owl-prev,
.mainArrow .owl-nav .owl-next {
  width: 44px;
  height: 44px;
  background: white;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 20px rgba(0, 52, 98, 0.2);
          box-shadow: 0 0 20px rgba(0, 52, 98, 0.2); }

.mainArrow .owl-nav .owl-prev:hover,
.mainArrow .owl-nav .owl-next:hover {
  background: #fff; }

.HBNew, .newSection .boxNews .newsImg p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #fff;
  border-radius: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 14px;
  padding-left: 50px;
  position: absolute;
  top: 14px;
  left: 14px;
  min-height: 38px;
  margin: 0; }
  .HBNew span, .newSection .boxNews .newsImg p span {
    font-size: 0.875rem;
    color: #005D45;
    white-space: nowrap; }
  .HBNew img, .newSection .boxNews .newsImg p img {
    max-width: 50px;
    position: absolute;
    left: -5px; }

.patternCr {
  position: relative;
  z-index: 2; }
  .patternCr::after, .patternCr::before {
    z-index: -1;
    position: absolute;
    content: "";
    width: 300px;
    height: 300px;
    background-image: url(../images/home/cirlceServ.svg);
    background-repeat: no-repeat; }
  .patternCr::before {
    right: -33px;
    bottom: -40px;
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1); }
  .patternCr::after {
    top: 0;
    left: -33px; }

.btnArrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #46C752;
  padding: 20px 22px;
  border-radius: 25px;
  min-width: 160px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 5px 25px rgba(0, 52, 98, 0.15);
          box-shadow: 0 5px 25px rgba(0, 52, 98, 0.15); }
  .btnArrow img {
    max-width: 22px;
    margin-left: 25px; }
  .btnArrow span {
    font-size: 1rem;
    color: #fff; }

.headingArrow {
  font-size: 1.5625rem;
  font-weight: bold;
  padding-left: 40px;
  color: #041A2D;
  position: relative; }
  .headingArrow::after {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    background-image: url(../images/E-Services/arrowHeading.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px; }

a {
  text-decoration: none; }

.font35pxBold {
  font-size: 2.1875rem;
  font-weight: bold;
  color: #005D45; }

.font18P {
  font-size: 1.125rem;
  color: #32383d;
  line-height: 1.8; }

.font16Roma, footer .row .footerLinks ul li a, footer .lastUpdate p, footer .websiteSupport ul li, footer .reservedBar ul li, footer .reservedBar ul li a, .MainHeader .boxHeader .headerText p, .servicesBg .sevBob .servMore span {
  font-size: 1rem;
  color: #fff;
  font-family: "LinaSans"; }

.font20Bold, footer .row .logoFooter h4 {
  font-size: 1.25rem;
  color: #fff;
  font-family: "LinaSans";
  font-weight: 600; }

.patternIcon, .menuBg .navbarCustom .colMenu h4, .servicesBg .sevBob:hover h3 {
  position: relative; }
  .patternIcon::after, .menuBg .navbarCustom .colMenu h4::after, .servicesBg .sevBob:hover h3::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 100%;
    min-height: 25px;
    background-color: #46C752;
    left: -30px;
    border-radius: 20px 0px 20px 0px; }

.SearchCustom {
  background: #fff;
  height: 74px;
  width: 100%;
  border-radius: 16px;
  padding-left: 30px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 100%; }
  .SearchCustom .forGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
  .SearchCustom .searchInput {
    height: 100%;
    width: 80%;
    border: unset;
    font-size: 1rem;
    font-family: "LinaSans";
    color: #727f7c; }
    .SearchCustom .searchInput::-webkit-input-placeholder {
      font-size: 1rem;
      font-family: "LinaSans";
      color: #727f7c; }
    .SearchCustom .searchInput::-moz-placeholder {
      font-size: 1rem;
      font-family: "LinaSans";
      color: #727f7c; }
    .SearchCustom .searchInput:-ms-input-placeholder {
      font-size: 1rem;
      font-family: "LinaSans";
      color: #727f7c; }
    .SearchCustom .searchInput::-ms-input-placeholder {
      font-size: 1rem;
      font-family: "LinaSans";
      color: #727f7c; }
    .SearchCustom .searchInput::placeholder {
      font-size: 1rem;
      font-family: "LinaSans";
      color: #727f7c; }
  .SearchCustom .searchSubmit {
    height: 100%;
    width: 71px;
    background: #46C752;
    border: unset;
    border-radius: 16px; }
  .SearchCustom .boxSloce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 31px; }
    .SearchCustom .boxSloce button {
      opacity: 1; }

.tabsCustom {
  border: unset;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 38px;
  padding: 0; }
  .tabsCustom .nav-item {
    margin-right: 10px; }
    .tabsCustom .nav-item:last-of-type {
      margin-right: 0px; }
    .tabsCustom .nav-item .nav-link {
      border: unset;
      font-size: 1.125rem;
      font-weight: bold;
      background: #e0e5e9;
      padding: 9px 40px 13px 40px;
      border-radius: 23px;
      color: #78838c; }
      .tabsCustom .nav-item .nav-link.active {
        background: #005D45;
        color: #fff; }

/* end global */
.scrollTop {
  background: #46C752;
  padding: 3px 21px;
  border-radius: 12px;
  right: 51px;
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: -10px; }
  .scrollTop img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-right: 15px; }

.navBar {
  background: #005D45; }
  .navBar .textLeft ul {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right; }
  .navBar .linksNB {
    height: 50px;
    line-height: 50px; }
    .navBar .linksNB ul {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0;
      padding: 0; }
      .navBar .linksNB ul li {
        padding-left: 24px; }
        .navBar .linksNB ul li a {
          color: #fff;
          font-size: 0.875rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .navBar .linksNB ul li a span {
            color: #fff;
            font-size: 0.875rem;
            padding-left: 8px;
            font-family: "LinaSans"; }
        .navBar .linksNB ul li:first-of-type {
          padding: 0; }
        .navBar .linksNB ul li.paddingGap {
          padding-left: 60px; }
          .navBar .linksNB ul li.paddingGap span {
            font-family: "LinaSans";
            font-weight: 500; }
          .navBar .linksNB ul li.paddingGap strong {
            font-family: "LinaSans";
            font-weight: 600;
            font-size: 1.125rem;
            color: #46C752;
            padding: 0 10px; }

.modalSearch .modal-dialog {
  max-width: 800px;
  min-height: calc(100vh - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto; }
  @media (max-width: 768px) {
    .modalSearch .modal-dialog {
      min-height: calc(100vh - 20px); } }
  .modalSearch .modal-dialog .modal-content {
    background: transparent;
    border: unset; }
    .modalSearch .modal-dialog .modal-content .SearchCustom {
      width: 750px; }

.modalSearch button.btn {
  background: transparent;
  border: unset; }

.menuBg {
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 99;
  background: #fff; }
  .menuBg > .container {
    padding: 0; }
  .menuBg.fixedTop {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    right: 0; }
  .menuBg.preventScrolling {
    position: unset; }
  .menuBg .navbarCustom {
    padding: 0;
    background-color: #fff !important;
    height: 95px; }
    .menuBg .navbarCustom .navbar-collapse {
      -webkit-box-pack: right;
          -ms-flex-pack: right;
              justify-content: right; }
    .menuBg .navbarCustom .searchBNT {
      padding-left: 11px !important; }
      .menuBg .navbarCustom .searchBNT button {
        background: unset;
        border: unset;
        height: 100%;
        padding: 0;
        border-right: 1px solid rgba(167, 173, 174, 0.5);
        padding-right: 30px;
        border-radius: unset;
        max-width: 60px; }
        .menuBg .navbarCustom .searchBNT button:focus, .menuBg .navbarCustom .searchBNT button:active {
          border-right: 1px solid rgba(167, 173, 174, 0.5);
          background: unset;
          outline: none;
          -webkit-box-shadow: unset;
                  box-shadow: unset; }
    .menuBg .navbarCustom .navbar-nav {
      padding-left: 0px; }
    .menuBg .navbarCustom .nav-item {
      padding: 0;
      margin: 0;
      padding-left: 25px; }
      .menuBg .navbarCustom .nav-item .nav-link {
        height: 95px;
        padding: 0 12px;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 1rem;
        color: #005D45;
        font-family: "LinaSans";
        font-weight: 500; }
        .menuBg .navbarCustom .nav-item .nav-link:hover {
          background-color: #f2f5f8; }
      .menuBg .navbarCustom .nav-item.dropdown .nav-link::after {
        margin-right: 0;
        vertical-align: 0;
        content: "";
        border-top: 0;
        border-left: 0;
        border-bottom: 0;
        border-right: 0;
        background-image: url(../images/home/arrowMenu.svg);
        background-repeat: no-repeat;
        background-size: 10px;
        width: 10px;
        height: 10px;
        -webkit-transform: translateY(6px);
                transform: translateY(6px);
        margin-left: 8px; }
    .menuBg .navbarCustom .dropdown-menu {
      background-color: #eef2f5 !important;
      -webkit-box-shadow: 0 45px 45px rgba(0, 52, 98, 0.15);
              box-shadow: 0 45px 45px rgba(0, 52, 98, 0.15);
      border: unset;
      padding: 0; }
      .menuBg .navbarCustom .dropdown-menu .row {
        margin-left: 0;
        margin-right: 0;
        width: 100%; }
    .menuBg .navbarCustom .colMenu {
      text-align: left;
      padding-left: 60px;
      margin-top: 38px; }
      .menuBg .navbarCustom .colMenu h4 {
        font-size: 1.25rem;
        color: #005D45;
        font-family: "LinaSans";
        margin-bottom: 20px; }
        .menuBg .navbarCustom .colMenu h4::after {
          width: 7px;
          left: -15px; }
      .menuBg .navbarCustom .colMenu ul {
        list-style: none;
        padding: 0; }
        .menuBg .navbarCustom .colMenu ul li a {
          color: #005D45;
          font-size: 1rem;
          font-family: "LinaSans";
          margin-bottom: 4px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 4px 12px; }
          .menuBg .navbarCustom .colMenu ul li a:hover {
            background-color: #46C752;
            -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
                    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
            color: #fff; }
    .menuBg .navbarCustom .navbar-brand {
      max-height: 95px;
      padding: 0;
      margin: 0; }
    .menuBg .navbarCustom .dropdown-menu div[class*="col"] {
      margin-bottom: 20px; }

@media screen and (min-width: 992px) {
  body .navbarCustom .dropdown-menu {
    top: 95px; }
  body .fixedTop .navbarCustom .dropdown-menu {
    top: 90px; }
  .navbarCustom {
    padding-top: 0px;
    padding-bottom: 0px;
    position: unset; }
    .navbarCustom .dropdown-menu {
      width: 100%;
      right: 0;
      left: 0;
      /*  height of nav-item  */
      top: 45px;
      display: block;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: visibility 0s, opacity 0.3s linear;
      transition: visibility 0s, opacity 0.3s linear; }
    .navbarCustom .nav-item {
      padding: 5px;
      margin: 0 2.5px; }
    .navbarCustom .dropdown {
      position: static; }
      .navbarCustom .dropdown:hover .dropdown-menu {
        display: block;
        visibility: visible;
        opacity: 1;
        -webkit-transition: visibility 0s, opacity 0.3s linear;
        transition: visibility 0s, opacity 0.3s linear; }
      .navbarCustom .dropdown .dropdown-menu:hover {
        display: block;
        visibility: visible;
        opacity: 1;
        -webkit-transition: visibility 0s, opacity 0.3s linear;
        transition: visibility 0s, opacity 0.3s linear; }
    .navbarCustom .dropdown-menu {
      border: 1px solid rgba(0, 0, 0, 0.15);
      background-color: #fff; } }

footer {
  background: #005D45;
  padding: 65px 0 40px;
  position: relative; }
  footer .row:first-of-type {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid rgba(189, 229, 192, 0.1);
    margin-bottom: 42px;
    padding-bottom: 60px; }
  footer .row:last-of-type {
    margin-top: 50px; }
  footer .row .re-edited-box-icon img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
    max-width: 250px; }
  footer .row .logoFooter {
    max-width: 470px;
    margin-bottom: 50px; }
    footer .row .logoFooter img {
      max-width: 100%; }
    footer .row .logoFooter h4 {
      margin: 30px 0 10px; }
  footer .row .SearchCustom {
    max-width: 470px;
    height: 50px;
    border-radius: 2px;
    padding-left: 12px;
    background: rgba(0, 0, 0, 0.15);
    margin-bottom: 48px; }
    footer .row .SearchCustom .searchInput {
      background: transparent;
      color: #a3b2af;
      font-size: 1rem; }
      footer .row .SearchCustom .searchInput::-webkit-input-placeholder {
        color: #a3b2af; }
      footer .row .SearchCustom .searchInput::-moz-placeholder {
        color: #a3b2af; }
      footer .row .SearchCustom .searchInput:-ms-input-placeholder {
        color: #a3b2af; }
      footer .row .SearchCustom .searchInput::-ms-input-placeholder {
        color: #a3b2af; }
      footer .row .SearchCustom .searchInput::placeholder {
        color: #a3b2af; }
    footer .row .SearchCustom .searchSubmit {
      border-radius: 4px;
      width: 44px; }
  footer .row .socialIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start; }
    footer .row .socialIcon li {
      margin-right: 15px;
      margin-bottom: 5px !important; }
      footer .row .socialIcon li a {
        width: 43px;
        height: 43px;
        background: #e7ebef;
        border-radius: 8px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 0; }
        footer .row .socialIcon li a img {
          max-width: 23px;
          width: 100%; }
  footer .row .footerLinks h4 {
    font-size: 1.5625rem;
    color: #46C752;
    font-family: "LinaSans";
    font-weight: 600;
    margin-bottom: 26px; }
  footer .row .footerLinks ul {
    list-style: none;
    padding: 0; }
    footer .row .footerLinks ul li {
      margin-bottom: 10px; }
      footer .row .footerLinks ul li a {
        margin-bottom: 3px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        footer .row .footerLinks ul li a:hover {
          color: #46C752; }
  footer .row .footerLinks .twoCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  footer .row .footerLinks.contactUsCl ul li {
    margin-bottom: 0px; }
    footer .row .footerLinks.contactUsCl ul li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      line-height: 1.8; }
      footer .row .footerLinks.contactUsCl ul li a span strong {
        font-size: 1.125rem; }
  footer .lastUpdateDiv {
    margin-top: 20px; }
  footer .lastUpdate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    footer .lastUpdate p {
      margin: 0;
      font-size: 0.9375rem;
      margin-left: 8px; }
  footer .websiteSupport {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 14%; }
    footer .websiteSupport ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      padding: 0; }
      footer .websiteSupport ul:first-of-type {
        margin-right: 56px; }
      footer .websiteSupport ul li {
        margin-right: 8px;
        font-size: 0.9375rem; }
  footer .imgsFooter {
    text-align: right; }
    footer .imgsFooter img {
      margin-left: 24px; }
      footer .imgsFooter img:first-of-type {
        margin-left: 0px; }
  footer .fontBold span {
    font-weight: bold; }
  footer .reservedBar ul {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    footer .reservedBar ul li {
      font-size: 0.9375rem; }
      footer .reservedBar ul li:first-of-type {
        margin-right: 30px; }
      footer .reservedBar ul li:last-of-type a::after {
        display: none; }
      footer .reservedBar ul li a {
        font-size: 0.9375rem;
        margin-right: 0px;
        position: relative; }

.borderWidth {
  position: relative; }
  .borderWidth::after {
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    height: 40px;
    height: 3px;
    background: #46C752;
    -webkit-transition: all 0.5s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 18px;
    bottom: 5.5px;
    border-radius: 4px; }
  .borderWidth:hover::after {
    width: 90%; }

.chatNow {
  position: fixed;
  left: 15px;
  bottom: 10px;
  width: 120px;
  height: 120px;
  overflow: hidden;
  background: transparent;
  border-radius: 66%;
  z-index: 3; }
  .chatNow img {
    position: absolute;
    right: -18px;
    top: -15px; }
  .chatNow span {
    position: absolute;
    top: 32px;
    right: 26px; }

.chatNowBox {
  display: none;
  width: 365px;
  height: 451px;
  background: #005D45;
  position: fixed;
  left: 29px;
  bottom: 130px;
  z-index: 2;
  border: 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  font-size: 50px;
  text-align: center; }

.MainHeader {
  position: relative; }
  .MainHeader .boxHeader {
    height: 690px; }
    .MainHeader .boxHeader > img {
      position: absolute;
      top: 0;
      z-index: -1;
      height: 100%; }
      .MainHeader .boxHeader > img:last-of-type {
        -o-object-fit: cover;
           object-fit: cover; }
    .MainHeader .boxHeader .headerText {
      width: 32%;
      margin-top: 182px; }
      .MainHeader .boxHeader .headerText h1 {
        font-size: 3.625rem;
        font-weight: bold;
        color: #fff;
        margin-bottom: 20px; }
      .MainHeader .boxHeader .headerText p {
        margin-bottom: 45px; }
      .MainHeader .boxHeader .headerText .btnArrow {
        -webkit-box-shadow: unset;
                box-shadow: unset;
        background-color: transparent;
        border: 3px solid #fff;
        padding: 13px 20px; }
        .MainHeader .boxHeader .headerText .btnArrow span {
          font-size: 1.25rem; }
  .MainHeader .owl-nav {
    position: absolute;
    top: 95px;
    max-width: 1750px;
    width: 100%;
    margin: 0 auto !important;
    display: none;
    right: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .MainHeader .owl-nav button {
      width: 44px;
      height: 44px;
      background: #fff !important;
      margin: 0 2px !important; }
      .MainHeader .owl-nav button > img {
        margin-top: -5px; }
      .MainHeader .owl-nav button.owl-prev {
        border-radius: 0 12px 12px 0; }
      .MainHeader .owl-nav button.owl-next {
        border-radius: 12px 0 0 12px; }
  .MainHeader .owl-dots {
    width: auto;
    position: absolute;
    bottom: 235px;
    -webkit-margin-start: 23%;
            margin-inline-start: 23%; }
  .MainHeader .postionRel {
    position: relative;
    margin-top: -50px;
    z-index: 1;
    text-align: right;
    margin-bottom: 5px; }
    .MainHeader .postionRel .headerIcons {
      right: 0;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      text-align: right; }
      .MainHeader .postionRel .headerIcons > a {
        margin-right: 25px; }
      .MainHeader .postionRel .headerIcons .scrollDown {
        margin-left: 25px;
        position: relative;
        top: -17px; }

@media (max-width: 1400px) {
  .MainHeader .owl-nav {
    max-width: 1125px; } }

@media (min-width: 2000px) {
  .MainHeader .owl-dots {
    -webkit-margin-start: 27%;
            margin-inline-start: 27%; } }

@media (min-width: 2800px) {
  .MainHeader .owl-dots {
    -webkit-margin-start: 27%;
            margin-inline-start: 27%; } }

@media (max-width: 1400px) {
  .MainHeader .owl-nav {
    max-width: 1125px; } }

@media (max-width: 992px) {
  body .MainHeader .owl-nav {
    max-width: 710px;
    top: 34px; } }

@media (min-width: 600px) and (max-width: 750px) {
  body .MainHeader .owl-nav {
    max-width: 520px; } }

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 8px;
  margin: 5px 5px;
  background: #b5caaa99;
  -webkit-transition: width 0.2s;
  transition: width 0.2s; }

.owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
  width: 40px; }

.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff; }

.happeningNow {
  -webkit-box-shadow: 0 -70px 50px rgba(0, 52, 98, 0.35);
          box-shadow: 0 -70px 50px rgba(0, 52, 98, 0.35);
  position: fixed;
  height: 260px;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 9;
  bottom: -500px; }
  .happeningNow.openUpSection {
    bottom: 0; }
  .happeningNow::before, .happeningNow::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0; }
  .happeningNow::after {
    background: url(../images/home/patternHN.svg), #f2f7fc;
    background: url(../images/home/patternHN.svg), linear-gradient(97deg, #f2f7fc 0%, white 76%, rgba(71, 137, 200, 0.71) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f7fc",endColorstr="$lightGreen",GradientType=1);
    background-repeat: no-repeat;
    background-size: 100%; }
  .happeningNow::before {
    background-image: url(../images/home/border.svg);
    background-size: cover;
    width: 100%;
    top: -8px;
    height: 8px; }
  .happeningNow .boxHN {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1123px;
    margin: 0 auto; }
    .happeningNow .boxHN .patternIcon::after, .happeningNow .boxHN .menuBg .navbarCustom .colMenu h4::after, .menuBg .navbarCustom .colMenu .happeningNow .boxHN h4::after, .happeningNow .boxHN .servicesBg .sevBob:hover h3::after, .servicesBg .sevBob:hover .happeningNow .boxHN h3::after {
      top: 0;
      -webkit-transform: translate(10px, 15px);
              transform: translate(10px, 15px);
      width: 13px;
      height: 40px; }
    .happeningNow .boxHN .boxImgHN img {
      max-width: 230px;
      margin-right: 24px;
      height: 188px; }
    .happeningNow .boxHN .boxTextHN h2 {
      font-size: 2.1875rem;
      font-weight: bold;
      margin-bottom: 22px;
      color: #005D45; }
    .happeningNow .boxHN .boxTextHN .forFlex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .happeningNow .boxHN .boxTextHN .forFlex .date span {
        font-size: 0.875rem;
        color: #005D45;
        margin-left: 8px; }
      .happeningNow .boxHN .boxTextHN .forFlex .moreHn span {
        font-size: 1.125rem;
        color: #005D45;
        margin-right: 8px; }
    .happeningNow .boxHN .moreBox {
      width: 100%;
      text-align: center; }
      .happeningNow .boxHN .moreBox .btnArrow {
        border-radius: 16px;
        border: 2px solid #46C752;
        background: transparent;
        padding: 13px 18px; }
        .happeningNow .boxHN .moreBox .btnArrow span {
          color: #46C752;
          font-size: 1.25rem;
          margin-top: -4px; }
  .happeningNow .swiper {
    width: 100%;
    height: 300px; }
  .happeningNow .swiper-button-prev:after,
  .happeningNow .swiper-button-next:after {
    content: "";
    width: 37px;
    height: 41px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    display: none; }
  .happeningNow .swiper-button-prev {
    left: unset;
    right: 100px;
    -webkit-transform: translateY(-49px);
            transform: translateY(-49px); }
  .happeningNow .swiper-button-next {
    right: 100px; }
  .happeningNow .swiper-button-prev:after {
    background-image: url("../images/home/arrowUp.svg") !important; }
  .happeningNow .swiper-button-next:after {
    background-image: url("../images/home/arrowDown.svg") !important; }
  .happeningNow .closeUp {
    position: absolute;
    top: -40px;
    z-index: 3;
    left: 50px;
    cursor: pointer; }

.HappensNowPuple {
  position: fixed;
  z-index: 99;
  right: 0;
  bottom: 0; }
  .HappensNowPuple .asbo,
  .HappensNowPuple span {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .HappensNowPuple .asbo {
    margin-top: -12px; }
  .HappensNowPuple span {
    font-size: 1rem;
    font-weight: 600;
    color: #005D45;
    margin-top: 15px; }
  .HappensNowPuple .animatedCr {
    width: 15px;
    height: 15px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 55px;
    left: 45px;
    border-radius: 50%;
    background: #e54750;
    -webkit-animation: circleAni 1.5s infinite;
            animation: circleAni 1.5s infinite; }

@-webkit-keyframes circleAni {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(229, 71, 80, 0.7);
            box-shadow: 0 0 0 0px rgba(229, 71, 80, 0.7); }
  75% {
    -webkit-box-shadow: 0 0 0px 15px rgba(229, 71, 80, 0);
            box-shadow: 0 0 0px 15px rgba(229, 71, 80, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0px rgba(229, 71, 80, 0);
            box-shadow: 0 0 0 0px rgba(229, 71, 80, 0); } }

@keyframes circleAni {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(229, 71, 80, 0.7);
            box-shadow: 0 0 0 0px rgba(229, 71, 80, 0.7); }
  75% {
    -webkit-box-shadow: 0 0 0px 15px rgba(229, 71, 80, 0);
            box-shadow: 0 0 0px 15px rgba(229, 71, 80, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0px rgba(229, 71, 80, 0);
            box-shadow: 0 0 0 0px rgba(229, 71, 80, 0); } }

.servicesBg {
  background: #f3f6fb;
  padding-bottom: 0px; }
  .servicesBg .patternCr {
    min-height: 541px; }
  .servicesBg .font35pxBold {
    color: #005D45;
    font-size: 2.8125rem;
    text-align: center;
    margin-top: 65px;
    margin-bottom: 10px; }
  .servicesBg .font18P {
    text-align: center;
    margin-bottom: 45px; }
  .servicesBg .sevBob {
    text-align: center;
    padding: 37px 33px;
    background: #fff;
    border-radius: 16px;
    height: 265px;
    -webkit-box-shadow: 4px 15px 30px -22px rgba(0, 0, 0, 0.15);
            box-shadow: 4px 15px 30px -22px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.25s;
    transition: 0.25s; }
    .servicesBg .sevBob .hiddenBox {
      display: none;
      -webkit-transition: 0.25s;
      transition: 0.25s; }
    .servicesBg .sevBob:hover {
      height: 355px;
      padding: 17px 33px;
      background: #005D45; }
      .servicesBg .sevBob:hover > img {
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1); }
      .servicesBg .sevBob:hover h3 {
        font-size: 1.25rem;
        color: #fff;
        margin-top: 2px;
        -webkit-transition: 0.25s;
        transition: 0.25s; }
        .servicesBg .sevBob:hover h3::after {
          left: -30px;
          min-height: 40px;
          top: -7px; }
      .servicesBg .sevBob:hover .hiddenBox {
        display: block; }
    .servicesBg .sevBob > img {
      max-height: 92px;
      height: 90px;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
    .servicesBg .sevBob h3 {
      font-size: 1.25rem;
      color: #041A2D;
      margin-top: 30px;
      font-weight: bold; }
    .servicesBg .sevBob .sevUl {
      text-align: left;
      padding-left: 30px;
      height: 140px;
      margin: 0;
      margin-top: 23px; }
      .servicesBg .sevBob .sevUl li {
        position: relative;
        list-style: none; }
        .servicesBg .sevBob .sevUl li::after {
          position: absolute;
          content: "";
          left: -22px;
          top: 10px;
          background-image: url(../images/home/servArrow.svg);
          width: 8px;
          height: 13px;
          background-size: 100%; }
        .servicesBg .sevBob .sevUl li span {
          font-size: 1rem;
          color: #fff; }
    .servicesBg .sevBob .servMore {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }

@media (min-width: 1400px) and (max-width: 1790px) {
  .mediaCenter .patternCr::before {
    right: 0 !important; } }

.briefNama {
  background-color: #005D45;
  padding: 115px 0 85px;
  background-image: url(../images/home/briefBgPattern.png);
  background-position: right bottom;
  background-repeat: no-repeat; }
  .briefNama .briefText .font18P,
  .briefNama .briefText h2 {
    color: #fff; }
  .briefNama .briefText .patternIcon, .briefNama .briefText .menuBg .navbarCustom .colMenu h4, .menuBg .navbarCustom .colMenu .briefNama .briefText h4, .briefNama .briefText .servicesBg .sevBob:hover h3, .servicesBg .sevBob:hover .briefNama .briefText h3 {
    margin-bottom: 20px; }
  .briefNama .briefText .font18P {
    margin-bottom: 16px; }
  .briefNama .briefText .font20Bold, .briefNama .briefText footer .row .logoFooter h4, footer .row .logoFooter .briefNama .briefText h4 {
    color: #46C752;
    margin-bottom: 24px; }
  .briefNama .briefText .twoBoxBF {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .briefNama .briefText .twoBoxBF .boxBF {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 388px;
      background: rgba(255, 255, 255, 0.15);
      padding: 9px 15px;
      border-radius: 16px;
      margin-bottom: 24px;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      width: calc(50% - 20px); }
      .briefNama .briefText .twoBoxBF .boxBF:hover {
        -webkit-box-shadow: 0 3px 45px rgba(255, 255, 255, 0.5);
                box-shadow: 0 3px 45px rgba(255, 255, 255, 0.5);
        background: #fff; }
        .briefNama .briefText .twoBoxBF .boxBF:hover p {
          color: #32383D; }
      .briefNama .briefText .twoBoxBF .boxBF p {
        font-size: 1rem;
        color: #fff;
        margin: 0; }
      .briefNama .briefText .twoBoxBF .boxBF img {
        margin-right: 14px;
        width: 33px; }
  .briefNama .briefText .actionBF {
    margin-top: 26px; }

.eventsSection {
  padding: 65px 0 80px 0;
  background-color: #f3f6fb; }
  .eventsSection .font35pxBold {
    text-align: center;
    margin-bottom: 30px; }
  .eventsSection .patternBox {
    -webkit-transition: 300ms;
    transition: 300ms;
    border-radius: 16px; }
    .eventsSection .patternBox .boxImgPT {
      border-radius: 16px;
      overflow: hidden; }
      .eventsSection .patternBox .boxImgPT > img {
        -webkit-transition: 0.2s;
        transition: 0.2s;
        overflow: hidden; }
    .eventsSection .patternBox .eventPT {
      position: absolute;
      right: 16px;
      top: 16px;
      background: #46C752;
      font-size: 0.875rem;
      font-weight: 600;
      padding: 5px 10px;
      border-radius: 8px;
      color: #fff; }
      .eventsSection .patternBox .eventPT.forum {
        background: #2c7857; }
      .eventsSection .patternBox .eventPT.publicEvent {
        background: #fcb415; }
      .eventsSection .patternBox .eventPT.communityPart {
        background: #4e5f6a; }
    .eventsSection .patternBox .boxTxtPT {
      padding: 11px 16px 25px; }
      .eventsSection .patternBox .boxTxtPT .font20Bold, .eventsSection .patternBox .boxTxtPT footer .row .logoFooter h4, footer .row .logoFooter .eventsSection .patternBox .boxTxtPT h4 {
        color: #32383d;
        height: 75px;
        line-height: 34px;
        overflow: hidden;
        font-size: 1.25rem;
        margin-bottom: 19px;
        -webkit-transition: 300ms;
        transition: 300ms; }
      .eventsSection .patternBox .boxTxtPT .locationDate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .eventsSection .patternBox .boxTxtPT .locationDate .dateBox {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 65%; }
          .eventsSection .patternBox .boxTxtPT .locationDate .dateBox img {
            max-width: 20px; }
          .eventsSection .patternBox .boxTxtPT .locationDate .dateBox:first-of-type {
            margin-right: 10px;
            width: 35%; }
          .eventsSection .patternBox .boxTxtPT .locationDate .dateBox span {
            white-space: revert;
            height: 40px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
    .eventsSection .patternBox:hover {
      background-color: #fff;
      display: block;
      -webkit-box-shadow: 0 15px 50px rgba(0, 93, 69, 0.15);
              box-shadow: 0 15px 50px rgba(0, 93, 69, 0.15); }
      .eventsSection .patternBox:hover .boxImgPT > img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      .eventsSection .patternBox:hover .boxTxtPT .font20Bold, .eventsSection .patternBox:hover .boxTxtPT footer .row .logoFooter h4, footer .row .logoFooter .eventsSection .patternBox:hover .boxTxtPT h4 {
        color: #005D45; }
  .eventsSection .event2Ctr .event2Box {
    background: transparent;
    border-radius: 16px;
    padding: 0;
    padding-bottom: 25px;
    -webkit-transition: 0.25s;
    transition: 0.25s; }
    .eventsSection .event2Ctr .event2Box .EVImg {
      margin-bottom: 12px;
      background-color: #46C752;
      background-image: url(../images/home/pattern-ev.svg);
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 16px;
      height: 193px;
      padding: 20px 50px;
      -webkit-transition: 300ms;
      transition: 300ms; }
      .eventsSection .event2Ctr .event2Box .EVImg .Date2Box {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        border-radius: 50%;
        width: 49%;
        height: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: relative; }
        .eventsSection .event2Ctr .event2Box .EVImg .Date2Box:first-child::before {
          content: "";
          position: absolute;
          top: 40%;
          right: -1.5px;
          width: 3px;
          height: 37px;
          background-color: #fff;
          border-radius: 4px;
          -webkit-transition: 500ms;
          transition: 500ms; }
        .eventsSection .event2Ctr .event2Box .EVImg .Date2Box strong {
          font-size: 2.5rem;
          font-weight: bold;
          color: #fff;
          height: 35px; }
        .eventsSection .event2Ctr .event2Box .EVImg .Date2Box span {
          color: #fff;
          font-size: 1rem;
          font-weight: 400;
          margin-top: 5px; }
      .eventsSection .event2Ctr .event2Box .EVImg .HBNew, .eventsSection .event2Ctr .event2Box .EVImg .newSection .boxNews .newsImg p, .newSection .boxNews .newsImg .eventsSection .event2Ctr .event2Box .EVImg p {
        right: 15px;
        left: unset; }
    .eventsSection .event2Ctr .event2Box .font20Bold, .eventsSection .event2Ctr .event2Box footer .row .logoFooter h4, footer .row .logoFooter .eventsSection .event2Ctr .event2Box h4 {
      color: #32383D;
      line-height: 1.8;
      height: 80px;
      margin-bottom: 19px;
      overflow: hidden;
      padding: 0 16px; }
    .eventsSection .event2Ctr .event2Box .locationDate {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 16px; }
      .eventsSection .event2Ctr .event2Box .locationDate .dateBox span {
        white-space: nowrap;
        margin-left: 8px;
        font-size: 1rem; }
      .eventsSection .event2Ctr .event2Box .locationDate .dateBox.addCln {
        background: rgba(70, 199, 82, 0.2);
        border-radius: 9px;
        padding: 10px 11px; }
    .eventsSection .event2Ctr .event2Box:hover {
      background-color: #fff;
      -webkit-box-shadow: 0 15px 50px rgba(0, 93, 69, 0.15);
              box-shadow: 0 15px 50px rgba(0, 93, 69, 0.15); }
      .eventsSection .event2Ctr .event2Box:hover .EVImg {
        background-color: #005D45; }
  .eventsSection .event2Ctr .container {
    max-width: 1415px;
    position: relative; }
  .eventsSection .event2Ctr .owl-prev,
  .eventsSection .event2Ctr .owl-next {
    position: absolute;
    top: 190px;
    background-color: #fff !important; }
  .eventsSection .event2Ctr .owl-prev {
    left: -45px; }
  .eventsSection .event2Ctr .owl-next {
    right: -45px; }
  .eventsSection .owl-carousel-event1 .owl-stage-outer {
    padding: 10px 0px 35px 0px; }
    .eventsSection .owl-carousel-event1 .owl-stage-outer .owl-item {
      -webkit-transition: 0.25s;
      transition: 0.25s;
      border-radius: 16px; }
  .eventsSection .owl-carousel-event1 .owl-nav {
    margin-top: 0; }
  .eventsSection .owl-carousel-event1 .owl-prev,
  .eventsSection .owl-carousel-event1 .owl-next {
    position: absolute;
    top: 190px;
    background-color: #fff !important; }
  .eventsSection .owl-carousel-event1 .owl-prev {
    left: -45px; }
  .eventsSection .owl-carousel-event1 .owl-next {
    right: -45px; }
  .eventsSection .owl-carousel-event2 .owl-stage-outer {
    padding: 10px 0px 75px 0px; }
  .eventsSection .actionBF {
    text-align: center; }
    .eventsSection .actionBF .btnArrow {
      background: #46C752;
      margin-top: 37px; }
  .eventsSection .owl-theme .owl-dots .owl-dot.active span {
    background-color: #46C752 !important; }
  .eventsSection .container {
    max-width: 1380px; }

.newSection {
  background-color: #f3f6fb;
  padding: 50px 0 210px; }
  .newSection .text-center .font18P {
    margin-bottom: 40px; }
  .newSection .boxNews {
    height: 466px;
    border-radius: 16px; }
    .newSection .boxNews .newsImg {
      height: 269px;
      position: relative;
      overflow: hidden;
      border-radius: 16px 16px 0 0; }
      .newSection .boxNews .newsImg img {
        width: 100%;
        -webkit-transition: 0.25s;
        transition: 0.25s; }
    .newSection .boxNews .newsTxt {
      padding: 10px 10px 25px 10px;
      height: 143px;
      overflow: hidden;
      -webkit-transition: 0.25s;
      transition: 0.25s;
      background: #fff;
      border-radius: 0px 0px 16px 16px; }
      .newSection .boxNews .newsTxt .dateBox img {
        max-width: 20px; }
      .newSection .boxNews .newsTxt .dateBox span {
        color: #727f7c; }
      .newSection .boxNews .newsTxt .titleNews {
        font-size: 1.1875rem;
        color: #32383d;
        font-weight: 600;
        height: 73px;
        margin: 8px 0 18px;
        line-height: 35px;
        height: 80px;
        overflow: hidden; }
      .newSection .boxNews .newsTxt .hiddenNew {
        display: none; }
        .newSection .boxNews .newsTxt .hiddenNew .servMore {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .newSection .boxNews .newsTxt .hiddenNew .servMore span {
            font-size: 1rem;
            color: #005D45;
            font-weight: 600; }
          .newSection .boxNews .newsTxt .hiddenNew .servMore img {
            max-width: 15px;
            padding-top: 8px;
            margin-left: 9px; }
    .newSection .boxNews:hover .newsImg img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .newSection .boxNews:hover .newsTxt {
      height: 190px; }
      .newSection .boxNews:hover .newsTxt .hiddenNew {
        display: block; }
  .newSection .owl-dots {
    margin-top: 10px !important; }
    .newSection .owl-dots button.active span {
      background-color: #46C752 !important; }
  .newSection .actionBF {
    margin-top: 30px;
    text-align: center; }
    .newSection .actionBF .btnArrow {
      background-color: #46C752; }
  .newSection .patternCr::before {
    right: 0;
    bottom: 15px; }
  .newSection .patternCr::after {
    left: -134px; }
  .newSection .owl-carousel-news .owl-nav {
    margin-top: 0; }
  .newSection .owl-carousel-news .owl-prev,
  .newSection .owl-carousel-news .owl-next {
    position: absolute;
    top: 190px;
    background-color: #fff !important; }
  .newSection .owl-carousel-news .owl-prev {
    left: -55px; }
  .newSection .owl-carousel-news .owl-next {
    right: -55px; }

.mediaCenter {
  background-color: #f3f6fb;
  padding: 24px 0 74px; }
  .mediaCenter .col-md-12 .font35pxBold {
    text-align: center;
    color: #005D45;
    margin-bottom: 15px; }
  .mediaCenter .col-md-12 .font16Roma, .mediaCenter .col-md-12 footer .row .footerLinks ul li a, footer .row .footerLinks ul li .mediaCenter .col-md-12 a, .mediaCenter .col-md-12 footer .lastUpdate p, footer .lastUpdate .mediaCenter .col-md-12 p, .mediaCenter .col-md-12 footer .websiteSupport ul li, footer .websiteSupport ul .mediaCenter .col-md-12 li, .mediaCenter .col-md-12 footer .reservedBar ul li, footer .reservedBar ul .mediaCenter .col-md-12 li, .mediaCenter .col-md-12 footer .reservedBar ul li a, footer .reservedBar ul li .mediaCenter .col-md-12 a, .mediaCenter .col-md-12 .MainHeader .boxHeader .headerText p, .MainHeader .boxHeader .headerText .mediaCenter .col-md-12 p, .mediaCenter .col-md-12 .servicesBg .sevBob .servMore span, .servicesBg .sevBob .servMore .mediaCenter .col-md-12 span {
    text-align: center;
    color: #32383D;
    margin-bottom: 40px; }
  .mediaCenter .boxCounter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    margin: 42px 0 28px; }
    .mediaCenter .boxCounter .boxCt {
      text-align: center;
      padding: 35px 0 20px;
      -webkit-transition: 0.25s;
      transition: 0.25s;
      width: 341px;
      margin: 0 6px; }
      .mediaCenter .boxCounter .boxCt:hover {
        background: white;
        -webkit-box-shadow: 0 3px 45px #d7e1ee;
                box-shadow: 0 3px 45px #d7e1ee;
        border-radius: 16px; }
      .mediaCenter .boxCounter .boxCt img {
        max-height: 110px; }
      .mediaCenter .boxCounter .boxCt .counter {
        font-size: 2rem;
        font-weight: bold;
        color: #005D45;
        margin: 19px 0px 8px; }
      .mediaCenter .boxCounter .boxCt .counterTxt {
        font-size: 1.25rem;
        color: #32383D;
        width: 75%;
        margin: 0 auto; }
  .mediaCenter .nav-item .nav-link {
    background: #e0e5e9;
    color: #78838c;
    min-width: 145px; }
    .mediaCenter .nav-item .nav-link.active {
      background: #005D45; }
  .mediaCenter .container {
    position: relative; }
    .mediaCenter .container::after {
      position: absolute;
      content: "";
      width: 90%;
      height: 20px;
      bottom: -8px;
      border-radius: 20px;
      left: 5%;
      -webkit-filter: blur(14px);
              filter: blur(14px);
      background-color: rgba(0, 0, 0, 0.18); }
  .mediaCenter .patternCr {
    background: #f8f9f9;
    background: radial-gradient(circle, #f8f9f9 0%, #f4f6f7 0%, #e1e8ee 100%, #e1e8ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f9f9",endColorstr="#e1e8ee",GradientType=1);
    border-radius: 26px;
    padding: 45px 20px; }
    .mediaCenter .patternCr::after, .mediaCenter .patternCr::before {
      background-image: url(../images/home/mediaCenterleft.svg);
      -webkit-transform: unset;
              transform: unset;
      overflow: hidden;
      width: 33%;
      height: 360px; }
    .mediaCenter .patternCr::before {
      left: unset;
      right: -150px; }
    .mediaCenter .patternCr::after {
      top: -75px;
      left: -150px;
      right: unset;
      width: 305px; }
  .mediaCenter .homeGallaryWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 80px 0 130px 0; }
    .mediaCenter .homeGallaryWrapper .boxHG {
      max-width: 335px;
      max-height: 247px; }
      .mediaCenter .homeGallaryWrapper .boxHG > a {
        display: block;
        -webkit-transition: .2s;
        transition: .2s; }
        .mediaCenter .homeGallaryWrapper .boxHG > a:hover {
          background-color: #fff;
          border-radius: 15px; }
          .mediaCenter .homeGallaryWrapper .boxHG > a:hover .boxImg img {
            -webkit-transform: scale(1.2);
                    transform: scale(1.2); }
        .mediaCenter .homeGallaryWrapper .boxHG > a .boxImg {
          overflow: hidden;
          position: relative;
          border-radius: 15px;
          width: 335px;
          height: 247px; }
          .mediaCenter .homeGallaryWrapper .boxHG > a .boxImg::before {
            position: absolute;
            content: '';
            width: 60px;
            height: 60px;
            background-repeat: no-repeat;
            right: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            background-image: url(../images/shared/playGreen.png);
            z-index: 2; }
          .mediaCenter .homeGallaryWrapper .boxHG > a .boxImg img {
            width: 100%;
            height: 100%;
            border-radius: 15px;
            -webkit-transition: .2s;
            transition: .2s; }
        .mediaCenter .homeGallaryWrapper .boxHG > a .titleG {
          overflow: hidden;
          padding: 24px 16px;
          color: #005D45;
          font-weight: bold;
          font-size: 1.375rem;
          text-align: center;
          line-height: 26px;
          margin: 0; }
  .mediaCenter .actionBF {
    text-align: center; }

.mediaCenter .homeGallaryWrapper.videoFB .boxHG > a .boxImg::before {
  background-image: url(../images/shared/playVideoGreen.svg); }

.fancybox-lock .fancybox-overlay {
  overflow-y: hidden; }

.fancybox-skin {
  padding: 0 !important;
  background: transparent; }
  .fancybox-skin .child {
    display: none; }
  .fancybox-skin .fancybox-next span,
  .fancybox-skin .fancybox-prev span {
    visibility: visible;
    background-image: url(../images/shared/arrowLeft.svg);
    background-repeat: no-repeat;
    border: 1px solid #008941;
    width: 44px;
    height: 44px;
    background-size: 11px;
    border-radius: 50px;
    background-position: 14px 11px;
    background-color: #fff; }
  .fancybox-skin .fancybox-next span {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background-position: 13px 9px; }

.APISec {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 510px;
  background: #fff;
  padding: 14px 22px;
  border-radius: 32px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); }
  .APISec p {
    font-size: 1.125rem;
    color: #32383d;
    margin: 0;
    text-align: left;
    margin-left: 16px; }

.ADSSecti {
  background-color: #f3f6fb;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  padding-bottom: 50px;
  padding-top: 45px; }
  .ADSSecti .owl-carousel-center .owl-stage {
    margin-left: 0 !important; }
  .ADSSecti .ADSBox {
    padding-top: 70px; }
    .ADSSecti .ADSBox .font18P {
      margin: 18px 0;
      min-height: 250px; }
  .ADSSecti .boxADSSlide {
    height: 505px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 16px;
    border: 4px solid #fff; }
    .ADSSecti .boxADSSlide::after {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), color-stop(transparent), color-stop(rgba(0, 93, 69, 0.96)), to(#005D45));
      background-image: linear-gradient(180deg, transparent, transparent, transparent, rgba(0, 93, 69, 0.96), #005D45);
      border-radius: 16px;
      z-index: -1; }
    .ADSSecti .boxADSSlide > img {
      position: absolute;
      top: 0;
      z-index: -1;
      border-radius: 16px; }
    .ADSSecti .boxADSSlide .ADBoxTxt {
      padding: 0 10px; }
      .ADSSecti .boxADSSlide .ADBoxTxt h1 {
        font-size: 1.375rem;
        font-weight: bold;
        color: #fff;
        text-align: center;
        line-height: 40px; }
      .ADSSecti .boxADSSlide .ADBoxTxt .dateBox {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-bottom: 39px; }
        .ADSSecti .boxADSSlide .ADBoxTxt .dateBox span {
          color: #fff; }
    .ADSSecti .boxADSSlide:hover img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
      -webkit-transition: 0.25s;
      transition: 0.25s; }
    .ADSSecti .boxADSSlide:hover .ADBoxTxt h1 {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
      -webkit-transition: 0.25s;
      transition: 0.25s; }
    .ADSSecti .boxADSSlide:hover .ADBoxTxt img {
      -webkit-transform: scale(1);
              transform: scale(1); }
    .ADSSecti .boxADSSlide:hover::after {
      -webkit-transition: 0.25s;
      transition: 0.25s;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 93, 69, 0.3)), color-stop(rgba(0, 93, 69, 0.6)), color-stop(rgba(0, 93, 69, 0.8)), color-stop(rgba(0, 93, 69, 0.96)), to(#005D45));
      background-image: linear-gradient(180deg, rgba(0, 93, 69, 0.3), rgba(0, 93, 69, 0.6), rgba(0, 93, 69, 0.8), rgba(0, 93, 69, 0.96), #005D45); }
  .ADSSecti .owl-nav .owl-prev,
  .ADSSecti .owl-nav .owl-next {
    position: absolute;
    background-color: #fff !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .ADSSecti .owl-nav .owl-next {
    left: -55px; }
  .ADSSecti .owl-nav .owl-prev {
    right: -55px; }
  .ADSSecti .owl-dots {
    text-align: left;
    padding-left: 47%; }
    .ADSSecti .owl-dots span {
      background: #46C752 !important;
      opacity: 0.5; }
    .ADSSecti .owl-dots .active span {
      opacity: 1; }
  .ADSSecti .actionBF {
    text-align: center;
    margin-top: 30px; }

.homeTenders {
  background-color: #edf0f5;
  padding: 73px 0 55px; }
  .homeTenders .headingTeT {
    font-size: 1.875rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 22px; }
  .homeTenders .boxTags {
    min-height: 490px;
    background-image: url(../images/home/tagsImg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid #fff;
    border-radius: 16px;
    padding: 35px;
    -webkit-box-shadow: 30px 15px 60px rgba(0, 0, 0, 0.1);
            box-shadow: 30px 15px 60px rgba(0, 0, 0, 0.1); }
    .homeTenders .boxTags a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding: 10px;
      background: #ebf1f7;
      border-radius: 6px;
      margin-bottom: 20px;
      margin-right: 10px;
      -webkit-transition: 0.25s;
      transition: 0.25s; }
      .homeTenders .boxTags a span {
        font-size: 1.125rem;
        font-weight: 600;
        color: #005D45;
        margin-left: 8px; }
      .homeTenders .boxTags a:hover {
        background: #46C752; }
        .homeTenders .boxTags a:hover img {
          -webkit-filter: brightness(0) invert(1);
                  filter: brightness(0) invert(1); }
        .homeTenders .boxTags a:hover span {
          color: #fff; }
  .homeTenders .mostWatched {
    min-height: 490px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 16px;
    padding: 22px;
    -webkit-box-shadow: 30px 15px 60px rgba(0, 0, 0, 0.1);
            box-shadow: 30px 15px 60px rgba(0, 0, 0, 0.1); }
    .homeTenders .mostWatched ol {
      list-style: none;
      counter-reset: item;
      padding: 0;
      margin: 0; }
      .homeTenders .mostWatched ol li {
        counter-increment: item;
        padding: 0;
        margin-bottom: 13px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .homeTenders .mostWatched ol li::before {
          margin-right: 9px;
          content: counter(item);
          background: #46C752;
          color: white;
          text-align: center;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          width: 26px;
          height: 26px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          border-radius: 6px;
          padding-bottom: 4px; }
        .homeTenders .mostWatched ol li a {
          font-size: 1rem;
          font-weight: bold;
          color: #646D75; }
          .homeTenders .mostWatched ol li a:hover {
            color: #46C752;
            text-decoration: underline; }

.owl-carousel-center .owl-dots.disabled,
.owl-carousel-center .owl-nav.disabled {
  display: block; }

.owl-carousel-center .owl-stage {
  padding-top: 40px;
  padding-bottom: 40px; }

.owl-carousel-center .owl-stage .owl-item {
  -webkit-box-shadow: 0 3px 20px rgba(0, 52, 97, 0.5);
          box-shadow: 0 3px 20px rgba(0, 52, 97, 0.5);
  border-radius: 16px;
  background: #023663; }

.owl-carousel-center .owl-stage > .active {
  background-color: #fff; }

.breadcrumbSec {
  background: rgba(70, 199, 82, 0.1);
  padding: 29px 0 16px;
  margin-bottom: 60px; }
  .breadcrumbSec .breadcrumb {
    margin-bottom: 20px; }
    .breadcrumbSec .breadcrumb li {
      font-size: 0.875rem; }
      .breadcrumbSec .breadcrumb li a {
        font-size: 0.875rem;
        color: #005D45; }
      .breadcrumbSec .breadcrumb li:last-of-type {
        color: #646D75; }
      .breadcrumbSec .breadcrumb li:not(:last-of-type) {
        padding-right: 40px;
        position: relative; }
        .breadcrumbSec .breadcrumb li:not(:last-of-type)::before {
          position: absolute;
          content: "";
          background-image: url(../images/shared/arrowBC.svg);
          background-repeat: no-repeat;
          background-size: 6px;
          right: 18px;
          top: 6px;
          width: 10px;
          height: 10px; }
  .breadcrumbSec .patternIcon, .breadcrumbSec .menuBg .navbarCustom .colMenu h4, .menuBg .navbarCustom .colMenu .breadcrumbSec h4, .breadcrumbSec .servicesBg .sevBob:hover h3, .servicesBg .sevBob:hover .breadcrumbSec h3 {
    margin: 0;
    line-height: 62px;
    color: #005D45;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px); }
    .breadcrumbSec .patternIcon::after, .breadcrumbSec .menuBg .navbarCustom .colMenu h4::after, .menuBg .navbarCustom .colMenu .breadcrumbSec h4::after, .breadcrumbSec .servicesBg .sevBob:hover h3::after, .servicesBg .sevBob:hover .breadcrumbSec h3::after {
      height: 40px;
      top: 18px; }
  .breadcrumbSec .socialBC {
    padding: 0;
    list-style: none;
    margin: 0 0 5px 0;
    height: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end; }
    .breadcrumbSec .socialBC > li {
      margin-left: 15px;
      position: relative; }
      .breadcrumbSec .socialBC > li:hover > .innderSocial {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .breadcrumbSec .socialBC > li:hover > a {
        background-color: #239157; }
        .breadcrumbSec .socialBC > li:hover > a > img {
          -webkit-filter: brightness(0) invert(1);
                  filter: brightness(0) invert(1); }
      .breadcrumbSec .socialBC > li > a {
        width: 36px;
        height: 36px;
        border: 1px solid #239157;
        border-radius: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .breadcrumbSec .socialBC > li .innderSocial {
        position: absolute;
        top: -60px;
        display: none;
        min-height: 52px;
        padding: 8px 10px 8px 10px;
        list-style: none;
        background: #fff;
        border-radius: 8px;
        left: -56px;
        min-width: 151px;
        -webkit-box-shadow: 0 -5px 40px rgba(0, 0, 0, 0.1);
                box-shadow: 0 -5px 40px rgba(0, 0, 0, 0.1); }
        .breadcrumbSec .socialBC > li .innderSocial::after {
          position: absolute;
          content: "";
          width: 0;
          height: 0;
          border-right: 7px solid transparent;
          border-left: 7px solid transparent;
          border-top: 7px solid #fff;
          bottom: -5px;
          left: 50%;
          -webkit-transform: translateX(8px);
                  transform: translateX(8px); }
        .breadcrumbSec .socialBC > li .innderSocial::before {
          background: transparent;
          position: absolute;
          content: "";
          height: 11px;
          width: 95%;
          bottom: -10px; }
        .breadcrumbSec .socialBC > li .innderSocial li:not(:last-of-type) {
          margin-right: 5px; }
        .breadcrumbSec .socialBC > li .innderSocial li a {
          width: 36px;
          height: 36px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          border-radius: 8px; }
      .breadcrumbSec .socialBC > li .increaseFont li a {
        background: #ddeee5;
        font-size: 1rem;
        font-weight: bold;
        color: #239157;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
        .breadcrumbSec .socialBC > li .increaseFont li a:hover {
          background-color: #46C752;
          color: #fff; }
      .breadcrumbSec .socialBC > li .increaseFont li:not(:last-of-type) {
        margin-right: 11px; }
      .breadcrumbSec .socialBC > li .socialPostion {
        left: -70px; }
        .breadcrumbSec .socialBC > li .socialPostion li:hover a {
          background: #46C752; }
          .breadcrumbSec .socialBC > li .socialPostion li:hover a img {
            -webkit-filter: brightness(0) invert(1);
                    filter: brightness(0) invert(1); }

.alertInfo .boxAlert {
  background: #FFFFFF;
  border: 1px solid #D9DFE6;
  padding: 15px 25px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 5px 35px rgba(0, 52, 98, 0.115);
          box-shadow: 0 5px 35px rgba(0, 52, 98, 0.115); }
  .alertInfo .boxAlert > img {
    margin-right: 20px; }
  .alertInfo .boxAlert strong,
  .alertInfo .boxAlert a span {
    font-size: 1rem;
    font-weight: bold;
    font-family: 'LinaSans';
    font-weight: 600; }
  .alertInfo .boxAlert strong {
    color: #32383D;
    margin-right: 15px; }
    .alertInfo .boxAlert strong::before {
      display: none; }
  .alertInfo .boxAlert a span {
    color: #46C752;
    line-height: normal;
    margin-right: 10px; }
  .alertInfo .boxAlert a span img {
    max-width: 30px; }

.customTab {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 37px auto;
  background-color: rgba(150, 167, 140, 0.2);
  border-radius: 33px;
  padding: 0; }
  .customTab .nav-link {
    padding: 12px 30px;
    border-radius: 50px;
    border: unset;
    font-size: 1.125rem;
    font-weight: 500;
    color: #646D75;
    min-width: 150px; }
    .customTab .nav-link:not(:last-of-type) {
      margin-right: 20px; }
    .customTab .nav-link.active {
      background: #46C752;
      color: #fff; }

.numSectionTabs {
  padding-bottom: 80px; }

.EServicesRow .headingArrow {
  margin-bottom: 60px; }

.EServicesRow .flexWrpper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 73px; }
  .EServicesRow .flexWrpper .box {
    text-align: center; }
    .EServicesRow .flexWrpper .box img {
      width: 110px;
      height: 110px; }
    .EServicesRow .flexWrpper .box h5 {
      font-size: 2rem;
      font-weight: bold;
      color: #005D45;
      margin: 0;
      padding: 30px 0 12px 0; }
    .EServicesRow .flexWrpper .box span {
      font-size: 1.25rem;
      color: #32383D; }

.EServicesRow:last-of-type .flexWrpper {
  width: 50%;
  margin: 0 auto 73px auto; }

.Evaluation {
  background: #EAEFF6;
  padding: 45px 0 70px; }
  .Evaluation .dispalyFlex, .Evaluation .lastEdit, .Evaluation .alertEvaluation, .Evaluation .alertEvaluation .left, .Evaluation .evaDetails .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .Evaluation .evaluationBox {
    margin: 0; }
    .Evaluation .evaluationBox strong {
      color: #32383D;
      font-size: 1rem;
      font-weight: bold;
      margin-right: 10px; }
    .Evaluation .evaluationBox span {
      font-size: 1rem;
      color: #727F7C; }
  .Evaluation .lastEdit {
    margin-bottom: 33px; }
    .Evaluation .lastEdit > img {
      margin-right: 10px; }
  .Evaluation .alertEvaluation {
    min-height: 115px;
    background: #fff;
    padding-left: 18px;
    padding-right: 16px;
    border-radius: 16px;
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.09);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.09);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 46px; }
    .Evaluation .alertEvaluation .right strong {
      font-size: 1.25rem;
      padding: 0 23px;
      font-weight: bold; }
    .Evaluation .alertEvaluation .right .btnGreen {
      margin-right: 20px; }
    .Evaluation .alertEvaluation .left p {
      margin: 0;
      margin-right: 20px;
      font-size: 1.125rem;
      color: #32383D; }
      .Evaluation .alertEvaluation .left p .number {
        min-width: 39px;
        min-height: 39px;
        background: #46C752;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 6px;
        font-weight: bold;
        color: #fff;
        margin-right: 13px; }
  .Evaluation .evaDetails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 46px; }
    .Evaluation .evaDetails .right .EvaluationRadio {
      margin-right: 40px; }
    .Evaluation .evaDetails .right .evaluationBox {
      margin-right: 40px; }
    .Evaluation .evaDetails .right .greenLink {
      margin-left: 13px; }
    .Evaluation .evaDetails .sharePage span {
      font-size: 1rem;
      padding-left: 6px;
      padding-right: 5px;
      color: #727F7C; }
    .Evaluation .evaDetails .sharePage a {
      width: 36px;
      height: 36px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 8px;
      margin-left: 5px; }
      .Evaluation .evaDetails .sharePage a:hover {
        background: #63BE6A;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
                box-shadow: 0 0 15px rgba(0, 0, 0, 0.05); }
        .Evaluation .evaDetails .sharePage a:hover img {
          -webkit-filter: brightness(0) invert(1);
                  filter: brightness(0) invert(1); }
  .Evaluation .tagHeading {
    text-align: center;
    font-size: 1.5625rem;
    font-weight: bold;
    color: #005D45;
    margin-bottom: 20px;
    position: relative; }
    .Evaluation .tagHeading::after, .Evaluation .tagHeading::before {
      position: absolute;
      content: '';
      width: calc(45% - 45px);
      height: 2px;
      top: 20px;
      background-color: #D6DFDD; }
    .Evaluation .tagHeading::after {
      left: 0; }
    .Evaluation .tagHeading::before {
      right: 0; }

.boxTagsShared {
  margin-top: 40px; }
  .boxTagsShared a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px;
    background: #ebf1f7;
    border-radius: 6px;
    margin-bottom: 20px;
    margin-right: 10px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    background: #fff; }
    .boxTagsShared a span {
      font-size: 1.125rem;
      font-weight: 600;
      color: #005D45;
      margin-left: 8px; }
    .boxTagsShared a:hover {
      background: #46C752; }
      .boxTagsShared a:hover img {
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1); }
      .boxTagsShared a:hover span {
        color: #fff; }

/* start fixing issue in live demo */
.owl-theme .owl-nav [class*="owl-"],
.owl-theme .owl-dots .owl-dot {
  min-width: unset; }

.ms-webpart-zone,
div.ms-webpart-cell-vertical-inline-table,
.ms-webpart-cell-vertical,
.ms-webpart-chrome-vertical {
  display: block !important; }

body,
#s4-workspace {
  overflow: visible !important; }

.ms-webpartzone-cell {
  margin-bottom: 0 !important; }

.eventsSection .patternBox .boxImgPT > img {
  height: 270px; }

.mostTwt > iframe {
  -webkit-box-shadow: 30px 15px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 30px 15px 60px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  height: 490px !important; }

iframe .timeline-Viewport::-webkit-scrollbar {
  width: 5px; }

iframe .timeline-Viewport::-webkit-scrollbar-track {
  background: #c2ced8;
  border-radius: 10px; }

iframe .timeline-Viewport::-webkit-scrollbar-thumb {
  background: #005D45;
  border-radius: 10px; }

iframe .timeline-Viewport::-webkit-scrollbar-thumb:hover {
  background: #012444; }

h2, h3, .ms-h2, .ms-h3, .ms-headerFont {
  font-family: "LinaSans"; }

.mostTwt .twitter-timeline {
  height: 490px; }

footer .row .footerLinks .twoCol {
  display: block; }

/* end fixing issue in live demo */
.or-chart-col4L1 .wekala-chart .main-sec,
.or-chart-col3TwoLevel .wekala-chart .main-sec,
.or-chart-col4ToUP .wekala-chart .main-sec,
.or-chart-col3 .wekala-chart .main-sec,
.or-chart-col7 .wekala-chart .main-sec,
.or-chart-col5 .wekala-chart .main-sec {
  padding: 10px 15px 18px; }

.or-chart-col4L1 .wekala-chart .level-one,
.or-chart-col3TwoLevel .wekala-chart .level-one,
.or-chart-col4ToUP .wekala-chart .level-one,
.or-chart-col3 .wekala-chart .level-one,
.or-chart-col7 .wekala-chart .level-one,
.or-chart-col5 .wekala-chart .level-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .or-chart-col4L1 .wekala-chart .level-one div,
  .or-chart-col3TwoLevel .wekala-chart .level-one div,
  .or-chart-col4ToUP .wekala-chart .level-one div,
  .or-chart-col3 .wekala-chart .level-one div,
  .or-chart-col7 .wekala-chart .level-one div,
  .or-chart-col5 .wekala-chart .level-one div {
    position: relative !important;
    margin-top: 5px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.or-chart-col4L1 .wekala-chart .level-one::before,
.or-chart-col3TwoLevel .wekala-chart .level-one::before,
.or-chart-col4ToUP .wekala-chart .level-one::before,
.or-chart-col3 .wekala-chart .level-one::before,
.or-chart-col7 .wekala-chart .level-one::before,
.or-chart-col5 .wekala-chart .level-one::before {
  width: 1163px; }

body .or-chart-col4ToUP {
  height: 480px; }
  body .or-chart-col4ToUP .wekala-chart .level-one {
    width: 80%;
    margin: 0 auto;
    padding-top: 100px; }
    body .or-chart-col4ToUP .wekala-chart .level-one::before {
      width: 77.3%; }
    body .or-chart-col4ToUP .wekala-chart .level-one .toUp {
      margin-top: -95px;
      font-weight: 700;
      color: #003462;
      border: 3px solid #003462; }
    body .or-chart-col4ToUP .wekala-chart .level-one .one:not(.toUp)::before {
      top: -155px;
      height: 153px; }

body .or-chart-col3TwoLevel {
  height: 860px; }
  body .or-chart-col3TwoLevel .wekala-chart .level-one {
    width: 65%;
    margin: 0 auto; }
  body .or-chart-col3TwoLevel .wekala-chart .level-one-head::before {
    width: 72%; }
  body .or-chart-col3TwoLevel .wekala-chart .level-one-head .one {
    font-weight: 700;
    color: #003462;
    border: 3px solid #003462; }
  body .or-chart-col3TwoLevel .wekala-chart .level-one:not(.level-one-head) {
    margin-top: 20px; }
    body .or-chart-col3TwoLevel .wekala-chart .level-one:not(.level-one-head) .one::before {
      top: -27px;
      height: 25px; }
    body .or-chart-col3TwoLevel .wekala-chart .level-one:not(.level-one-head) .emptyCol {
      visibility: hidden; }
  body .or-chart-col3TwoLevel .wekala-chart .level-one:not(.level-one-head)::before,
  body .or-chart-col3TwoLevel .wekala-chart .level-one:not(.level-one-head)::after {
    display: none; }

body .or-chart-col7 .wekala-chart .level-one div {
  width: 185px;
  padding: 5px 10px; }

body .or-chart-col7 .wekala-chart .level-one::before {
  width: 1231px; }

body .or-chart-col4L1 .wekala-chart .vice,
body .or-chart-col3 .wekala-chart .vice {
  position: absolute;
  min-width: 182px;
  height: 64px;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  top: 0;
  background-color: #46C752;
  border: 2px solid #003462;
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  -webkit-filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.1));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 12px; }
  body .or-chart-col4L1 .wekala-chart .vice h4,
  body .or-chart-col3 .wekala-chart .vice h4 {
    font-size: 25px;
    font-weight: 500;
    color: #fff; }

body .or-chart-col4L1 .wekala-chart .main-sec,
body .or-chart-col3 .wekala-chart .main-sec {
  top: 100px; }
  body .or-chart-col4L1 .wekala-chart .main-sec::before,
  body .or-chart-col3 .wekala-chart .main-sec::before {
    height: 45px; }
  body .or-chart-col4L1 .wekala-chart .main-sec::after,
  body .or-chart-col3 .wekala-chart .main-sec::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 80px;
    top: -81px;
    left: 50%;
    border: 1px solid #AEBDCB; }

body .or-chart-col4L1 .wekala-chart .level-one,
body .or-chart-col3 .wekala-chart .level-one {
  -webkit-transform: translateY(65px);
          transform: translateY(65px);
  width: 65%;
  margin: 0 auto; }
  body .or-chart-col4L1 .wekala-chart .level-one::before,
  body .or-chart-col3 .wekala-chart .level-one::before {
    width: 72%; }

body .or-chart-col4L1 {
  height: 540px; }
  body .or-chart-col4L1 .wekala-chart .level-one {
    -webkit-transform: translateY(65px);
            transform: translateY(65px);
    width: 100%;
    margin: 0 auto; }
    body .or-chart-col4L1 .wekala-chart .level-one::before {
      width: 82%; }
    body .or-chart-col4L1 .wekala-chart .level-one .centerMid {
      margin-top: 100px; }
      body .or-chart-col4L1 .wekala-chart .level-one .centerMid::before {
        top: -146px;
        height: 145px; }

.AgencyCard {
  min-width: 182px;
  height: 64px;
  background-color: #63BE6A;
  border: 2px solid #47AA4F;
  border-radius: 12px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 36px;
  color: #fff !important;
  padding: 10px 15px 18px;
  -webkit-filter: drop-shadow(0 10px 25px rgba(6, 67, 35, 0.16));
          filter: drop-shadow(0 10px 25px rgba(6, 67, 35, 0.16));
  margin: 0; }

.adminHeadCard,
.adminCard {
  width: 256px;
  height: 70px;
  background-color: #fff;
  border: 2px solid #003462;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 9px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0; }

.adminHeadCard {
  font-weight: 700;
  color: #005D45 !important;
  border: 3px solid #003462; }

.positionAos, body .orChartNew .level1 .AgencyCard::after, body .orChartNew .level2::after, body .orChartNew .level2::before, body .orChartNew .level2 .adminHeadCard:first-of-type::after, body .orChartNew .level3 .AgencyCard::after, body .orChartNew .level3 .borderBOT, body .orChartNew .level3 .borderBottom::before, body .orChartNew .level4 > div:last-of-type::after,
body .orChartNew .level4 > div:first-of-type::after, body .orChartNew .level4 .adminCard::after, body .orChartNew .level4 .borderTop::after {
  position: absolute;
  content: "";
  right: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  background: #AEBDCB;
  top: 62px;
  height: 80px; }

body .orChartNew {
  height: unset; }
  body .orChartNew .chartAgency {
    height: 810px;
    width: 1440px;
    overflow: auto;
    margin-bottom: 30px; }
  body .orChartNew .level1,
  body .orChartNew .level2,
  body .orChartNew .level3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 50px; }
  body .orChartNew .level1 .AgencyCard {
    position: relative; }
    body .orChartNew .level1 .AgencyCard::after {
      height: 155px;
      z-index: -1; }
  body .orChartNew .level2 {
    padding-bottom: 70px;
    position: relative; }
    body .orChartNew .level2::after {
      width: 85%;
      height: 2px;
      top: 105px; }
    body .orChartNew .level2::before {
      background-color: #46C752;
      border-radius: 50%;
      width: 11px;
      height: 11px;
      top: 100px;
      z-index: 5; }
    body .orChartNew .level2 .adminHeadCard:first-of-type {
      margin-right: 110px;
      position: relative; }
      body .orChartNew .level2 .adminHeadCard:first-of-type::after {
        width: 108px;
        height: 2px;
        right: -58px;
        top: 35px; }
  body .orChartNew .level3 {
    padding-bottom: 70px; }
    body .orChartNew .level3 .AgencyCard {
      position: relative;
      height: 75px;
      line-height: 1.3; }
      body .orChartNew .level3 .AgencyCard::after {
        top: -35px;
        height: 33px; }
      body .orChartNew .level3 .AgencyCard:first-of-type {
        margin-right: 265px; }
    body .orChartNew .level3 .borderBOT {
      width: 246px;
      height: 2px;
      top: 105px;
      display: block;
      margin-right: 2px; }
    body .orChartNew .level3 .borderBottom::before {
      top: 73px;
      height: 33px; }
  body .orChartNew .level4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    body .orChartNew .level4 .adminHeadCard,
    body .orChartNew .level4 .adminCard {
      width: 215px; }
    body .orChartNew .level4 > div:last-of-type::after,
    body .orChartNew .level4 > div:first-of-type::after {
      top: -180px;
      height: 180px;
      width: 2px; }
    body .orChartNew .level4 .adminCard {
      margin-top: 30px;
      position: relative; }
      body .orChartNew .level4 .adminCard::after {
        top: -32px;
        width: 2px;
        height: 30px; }
    body .orChartNew .level4 .borderTop {
      position: relative; }
      body .orChartNew .level4 .borderTop::after {
        top: -36px;
        height: 36px;
        width: 2px; }

.or-chart.or-chart-col5,
.or-chart.or-chart-col7,
.or-chart.or-chart-normal {
  height: 400px; }

.or-chart.or-chart-col3 {
  height: 450px; }

.or-chart .Dfont {
  font-size: 13px; }

.adminHeadCard,
body .or-chart-col3TwoLevel .wekala-chart .level-one-head .one,
body .or-chart-col4ToUP .wekala-chart .level-one .toUp {
  background-color: #deefff !important; }

body .orChartNew .chartAgency div {
  margin: 0 !important; }

@media (max-width: 1600px) {
  .or-chart .wekala-chart {
    margin-left: -50px; } }

@media (max-width: 1410px) {
  .or-chart .wekala-chart {
    margin-left: 0px; }
  body .or-chart-normal .wekala-chart,
  body .or-chart-col4ToUP .wekala-chart {
    margin-left: -100px; }
  body .or-chart-col3 .wekala-chart,
  body .or-chart-col3TwoLevel .wekala-chart {
    margin-left: -140px; } }

@media (max-width: 992px) {
  .or-chart {
    height: 350px; }
  body .or-chart-col3TwoLevel {
    height: 685px; }
  body .or-chart-col4ToUP {
    height: 475px; }
  body .or-chart-col4L1 {
    height: 480px; }
  .or-chart .main-head-WZ-icon {
    margin-bottom: 5px; }
  body .orChartNew .chartAgency {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    margin-left: -270px; }
  .or-chart .wekala-chart {
    width: 1420px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
  body .or-chart-col7 .wekala-chart .level-one::before {
    width: 1225px; }
  .or-chart-col5 .wekala-chart .level-one::before {
    width: 1151px; }
  .or-chart .wekala-chart {
    margin-left: -330px !important; } }

.clearBGWithPadding,
.clearBGWithPadding .container,
.or-chart {
  margin-bottom: 0 !important;
  margin-top: 0 !important; }

.clearBGWithPadding {
  background: white;
  padding-top: 68px;
  margin-bottom: -10px !important; }

@media (max-width: 500px) {
  .clearBGWithPadding {
    padding-top: 40px; }
  .or-chart .main-head-WZ-icon {
    margin-bottom: 20px; }
  body .or-chart {
    padding-top: 20px; }
  body .or-chart-col3TwoLevel {
    height: 545px;
    margin-top: -50px; }
  .or-chart.or-chart-col5,
  .or-chart.or-chart-col7,
  .or-chart.or-chart-normal {
    height: 225px; }
  body .or-chart-col4ToUP {
    height: 310px; }
  .or-chart.or-chart-col3 {
    height: 260px; }
  body .or-chart-normal {
    height: 230px; }
  .orChartNew > .container {
    height: 680px;
    margin-top: -152px; }
  body .or-chart-col4L1 {
    height: 315px;
    padding-top: 0 !important; }
  body .or-chart-col7 .wekala-chart,
  body .or-chart-col5 .wekala-chart,
  body .or-chart-col4L1 .wekala-chart {
    margin-left: -270px !important; } }

.interactive-map {
  margin-top: -140px;
  background: #f3f6fb;
  padding-bottom: 20px; }
  .interactive-map .map-bg {
    -webkit-box-shadow: 4px 15px 30px -22px rgba(0, 0, 0, 0.2);
            box-shadow: 4px 15px 30px -22px rgba(0, 0, 0, 0.2);
    background: #f9f9f9;
    background: url(../images/map/map-pattern.svg), radial-gradient(circle, #f9f9f9 0%, #e1e8ee 65%);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 26px;
    height: 610px;
    padding-top: 75px; }
    .interactive-map .map-bg .main-content {
      margin-left: 110px; }
      .interactive-map .map-bg .main-content h2 {
        font-size: 35px;
        font-weight: 600;
        color: #005D45;
        position: relative;
        margin-bottom: 15px; }
        .interactive-map .map-bg .main-content h2::before {
          content: "";
          position: absolute;
          left: -25px;
          top: 5px;
          width: 15px;
          height: 40px;
          background-image: url(../images/map/sh.svg);
          background-repeat: no-repeat;
          background-size: contain; }
      .interactive-map .map-bg .main-content p {
        font-size: 18px;
        font-weight: 400;
        color: #32383D;
        margin-bottom: 25px;
        margin-right: -100px; }
    .interactive-map .map-bg .navigation-links {
      margin-left: 110px;
      width: 245px; }
      .interactive-map .map-bg .navigation-links a {
        width: 100%;
        height: 61px;
        display: block;
        margin-bottom: 15px;
        background-color: #fff;
        color: #646D75;
        font-size: 18px;
        font-weight: 600;
        padding: 15px 30px;
        text-align: right;
        -webkit-transition: 500ms;
        transition: 500ms; }
        .interactive-map .map-bg .navigation-links a:hover {
          -webkit-filter: drop-shadow(0 0 25px rgba(0, 52, 98, 0.25));
                  filter: drop-shadow(0 0 25px rgba(0, 52, 98, 0.25)); }
        .interactive-map .map-bg .navigation-links a.active {
          -webkit-filter: drop-shadow(0 0 25px rgba(0, 52, 98, 0.25));
                  filter: drop-shadow(0 0 25px rgba(0, 52, 98, 0.25));
          color: #46C752;
          position: relative; }
          .interactive-map .map-bg .navigation-links a.active::after {
            position: absolute;
            content: "";
            width: 4px;
            height: 100%;
            right: 0;
            top: 0;
            background-color: #46C752; }
    .interactive-map .map-bg .svg-map {
      margin-left: -50px;
      position: relative; }
      .interactive-map .map-bg .svg-map svg {
        width: 95%; }
        .interactive-map .map-bg .svg-map svg #Map-Areas path {
          -webkit-transition: 500ms;
          transition: 500ms; }
          .interactive-map .map-bg .svg-map svg #Map-Areas path:hover {
            fill: #4C9151; }

.marker-with-popup {
  position: absolute; }
  .marker-with-popup .marker {
    position: relative; }
  .marker-with-popup .map-popup {
    width: 337px;
    min-height: 255px;
    background-color: #fff;
    -webkit-filter: drop-shadow(0 15px 45px rgba(0, 52, 98, 0.2));
            filter: drop-shadow(0 15px 45px rgba(0, 52, 98, 0.2));
    border-radius: 16px;
    position: absolute;
    top: -260px;
    left: -162px;
    visibility: visible;
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
    z-index: 9; }
    .marker-with-popup .map-popup.hide {
      visibility: hidden;
      -webkit-transform: translateY(35px);
              transform: translateY(35px);
      opacity: 0; }
    .marker-with-popup .map-popup::after {
      content: "";
      position: absolute;
      width: 23px;
      height: 16px;
      left: 49%;
      top: 98%;
      z-index: -1;
      background-image: url(../images/map/map-Polygon.svg);
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-filter: drop-shadow(0 15px 45px rgba(0, 52, 98, 0.2));
              filter: drop-shadow(0 15px 45px rgba(0, 52, 98, 0.2)); }
    .marker-with-popup .map-popup .content-box {
      padding-top: 15px;
      padding-bottom: 20px;
      padding-left: 20px;
      padding-right: 30px; }
      .marker-with-popup .map-popup .content-box a.close-pop {
        float: right;
        margin-top: -10px;
        margin-right: -20px; }
      .marker-with-popup .map-popup .content-box h2 {
        font-size: 18px;
        font-weight: 600;
        color: #005D45;
        margin-bottom: 10px; }
      .marker-with-popup .map-popup .content-box h3 {
        font-size: 15px;
        font-weight: 600;
        color: #46C752;
        margin-bottom: 7px; }
      .marker-with-popup .map-popup .content-box p {
        font-size: 15px;
        font-weight: 400;
        color: #646D75;
        margin-bottom: 10px; }
      .marker-with-popup .map-popup .content-box .contact {
        margin-bottom: 20px; }
        .marker-with-popup .map-popup .content-box .contact .two-in-row a:first-child {
          margin-right: 10px; }
        .marker-with-popup .map-popup .content-box .contact a {
          margin-bottom: 5px;
          display: inline-block; }
          .marker-with-popup .map-popup .content-box .contact a img {
            max-width: 20px;
            margin-right: 5px; }
          .marker-with-popup .map-popup .content-box .contact a span {
            font-size: 15px;
            font-weight: 400;
            color: #646D75; }
      .marker-with-popup .map-popup .content-box .btns a {
        width: 132px;
        height: 31px;
        font-size: 15px;
        font-weight: 600;
        background-color: rgba(0, 137, 65, 0.12);
        border-radius: 7px;
        display: inline-block;
        padding: 2px 5px;
        text-align: center; }
        .marker-with-popup .map-popup .content-box .btns a img {
          max-width: 16px; }
      .marker-with-popup .map-popup .content-box .btns .direction {
        color: #63BE6A;
        margin-right: 15px; }
        .marker-with-popup .map-popup .content-box .btns .direction img {
          margin-right: 4px; }
      .marker-with-popup .map-popup .content-box .btns .contact-us {
        color: #005D45; }
        .marker-with-popup .map-popup .content-box .btns .contact-us img {
          margin-left: 4px; }
      .marker-with-popup .map-popup .content-box.ver-2 {
        border-top: 1px dashed #646D75; }
  .marker-with-popup.reyadh {
    right: 415px;
    top: 215px; }
  .marker-with-popup.makkah {
    right: 550px;
    top: 255px; }
  .marker-with-popup.madinah {
    right: 655px;
    top: 200px; }
  .marker-with-popup.tabuk {
    right: 780px;
    top: 105px; }
  .marker-with-popup.haael {
    right: 580px;
    top: 120px; }
  .marker-with-popup.qasim {
    right: 510px;
    top: 145px; }
  .marker-with-popup.algouf {
    right: 670px;
    top: 70px; }
  .marker-with-popup.shamalya {
    right: 530px;
    top: 50px; }
  .marker-with-popup.sharqia {
    right: 230px;
    top: 200px; }
  .marker-with-popup.nagran {
    right: 315px;
    top: 330px; }
  .marker-with-popup.asser {
    right: 470px;
    top: 320px; }
  .marker-with-popup.gazan {
    right: 460px;
    top: 375px; }
  .marker-with-popup.baaha {
    right: 525px;
    top: 305px; }

.services-section .marker-with-popup .map-popup .content-box .contact {
  margin-bottom: 5px;
  /* padding-bottom: 5px; */
  border-bottom: 1px dashed #646D75; }
  .services-section .marker-with-popup .map-popup .content-box .contact:last-child {
    border: 0; }

.inner {
  background-color: #f3f6fb; }

.main-card {
  margin-bottom: 35px; }
  .main-card:hover .img-box {
    z-index: -1; }
  .main-card:hover .content-box {
    -webkit-transform: translateY(-360px);
            transform: translateY(-360px);
    padding-top: 27px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .main-card:hover .content-box .hidden-details {
      opacity: 1;
      -webkit-transform: translateY(0px);
              transform: translateY(0px); }

.list-cards .list-card {
  margin-bottom: 35px; }

.list-card {
  width: 434px;
  height: 484px;
  position: relative;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 3px 25px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0 3px 25px rgba(0, 0, 0, 0.08)); }
  .list-card .img-box {
    overflow: hidden;
    width: 100%;
    height: 360px; }
    .list-card .img-box img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .list-card .content-box {
    padding: 23px 16px;
    height: 100%;
    z-index: 0;
    background-color: #fff;
    -webkit-transition: 300ms;
    transition: 300ms; }
    .list-card .content-box h4 {
      font-size: 1.25rem;
      font-weight: 600;
      color: #005D45;
      line-height: 28px;
      margin-bottom: 5px;
      -webkit-transition: 500ms;
      transition: 500ms;
      text-align: center; }
    .list-card .content-box p {
      font-size: 1.125rem;
      font-weight: 500;
      color: #646D75;
      margin-bottom: 0;
      line-height: 26px;
      max-height: calc(26px * 2);
      overflow: hidden;
      text-align: center; }
    .list-card .content-box .hidden-details {
      opacity: 0;
      -webkit-transform: translateY(70px);
              transform: translateY(70px);
      -webkit-transition: 1s;
      transition: 1s;
      margin-bottom: 30px;
      overflow: hidden; }
      .list-card .content-box .hidden-details .phone-det p {
        font-size: 1rem;
        font-weight: 500;
        color: #646D75;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
        height: auto;
        line-height: 24px;
        max-height: calc(24px * 3); }
      .list-card .content-box .hidden-details .phone-det .phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        margin-bottom: 15px; }
        .list-card .content-box .hidden-details .phone-det .phone::before {
          content: "";
          position: absolute;
          width: 50%;
          height: 1px;
          background-color: #C2CCCA;
          bottom: 0;
          left: 0;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
        .list-card .content-box .hidden-details .phone-det .phone img {
          width: 36px;
          height: 36px; }
        .list-card .content-box .hidden-details .phone-det .phone span {
          font-size: 1.25rem;
          font-weight: 600;
          color: #005D45;
          text-align: center;
          margin-top: 15px;
          margin-bottom: 20px; }
      .list-card .content-box .hidden-details .description {
        font-size: 1rem;
        font-weight: 500;
        color: #646D75;
        margin-bottom: 27px;
        text-align: center; }
    .list-card .content-box a.more {
      display: inline-block;
      font-size: 1rem;
      font-weight: 400;
      color: #46C752; }
      .list-card .content-box a.more img {
        margin-left: 10px;
        max-width: 30px;
        max-height: 30px; }

.top-section {
  padding-top: 40px;
  padding-bottom: 50px; }
  .top-section .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
    .top-section .content-box h2 {
      font-size: 1.5625rem;
      font-weight: 600;
      color: #041A2D;
      margin-bottom: 32px; }
      .top-section .content-box h2.with-arrow img {
        width: 25px;
        height: 25px;
        margin-right: 15px; }
    .top-section .content-box p {
      font-size: 1.125rem;
      font-weight: 500;
      color: #32383D;
      padding-left: 35px;
      padding-right: 20px; }
  .top-section .img-box {
    border-radius: 16px;
    overflow: hidden; }
    .top-section .img-box img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.years-list {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 50px; }
  .years-list ul {
    list-style: none;
    margin: 48px 60px;
    padding: 0; }
    .years-list ul li {
      font-size: 1.0625rem;
      color: #0B261F;
      margin-bottom: 32px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .years-list ul li .date {
        width: 66px;
        height: 66px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 65px;
                flex: 0 0 65px;
        margin-right: 25px;
        padding: 10px;
        font-size: 1.125rem;
        background-image: url(../images/about/Ellipse.svg);
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
        display: block;
        color: #fff;
        text-align: center;
        font-weight: 600;
        line-height: 21px; }
        .years-list ul li .date::before {
          content: "";
          position: absolute;
          width: 2px;
          height: 100%;
          background-color: #00846C;
          right: 50%;
          top: 97%;
          -webkit-transform: translateX(50%);
          transform: translateX(50%);
          z-index: 0; }

.wekalat {
  position: relative; }
  .wekalat::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 94%;
    background-color: #00846C;
    left: 92px;
    top: 0; }
  .wekalat::after {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #00846C;
    left: 87px;
    bottom: 6%; }
  .wekalat .wekalat-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 125px; }

.wekala-card {
  width: calc(100%/5 - 12px);
  height: 165px;
  margin-bottom: 35px;
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 8px;
  -webkit-transition: 500ms;
  transition: 500ms;
  padding: 0 15px; }
  .wekala-card .img-box {
    width: 82px;
    height: 82px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 82px;
            flex: 0 0 82px;
    border-radius: 50%;
    overflow: hidden;
    background-color: rgba(70, 199, 82, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
    z-index: 1;
    -webkit-transition: 500ms;
    transition: 500ms; }
    .wekala-card .img-box img {
      width: 50px;
      height: 50px; }
  .wekala-card .content-box {
    z-index: 1; }
    .wekala-card .content-box h4 {
      font-size: 1.0625rem;
      font-weight: 600;
      color: #0F3329;
      margin-bottom: 0;
      text-align: center;
      -webkit-transition: 500ms;
      transition: 500ms;
      margin: 0; }
  .wekala-card::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 123px;
    background-color: #fff;
    border: 2px solid #F2F6F9;
    border-radius: 8px;
    z-index: -0;
    -webkit-transition: 500ms;
    transition: 500ms; }
  .wekala-card:hover .img-box {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); }
  .wekala-card:hover .content-box h4 {
    color: #fff; }
  .wekala-card:hover::before {
    background-color: #005D45;
    -webkit-filter: drop-shadow(0 15px 35px rgba(0, 93, 69, 0.2));
            filter: drop-shadow(0 15px 35px rgba(0, 93, 69, 0.2)); }

.main-p {
  font-size: 1.125rem !important;
  font-weight: 500 !important;
  color: #32383D !important;
  margin: 0 !important; }

p + p.main-p {
  margin-top: 30px; }

.list-cards-two {
  margin-top: 50px; }
  .list-cards-two .wekala-card {
    width: 100%; }

.header-with-arrow {
  font-size: 1.5625rem;
  font-weight: 600;
  color: #041A2D; }
  .header-with-arrow img {
    width: 25px;
    height: 25px;
    margin-right: 15px; }

.list-with-header {
  margin-top: 70px; }
  .list-with-header .header-with-arrow {
    margin-bottom: 32px; }
  .list-with-header ul {
    list-style: none;
    padding: 0 50px; }
    .list-with-header ul li {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin: 0 8px;
      margin-bottom: 20px;
      width: calc(100% / 2 - 20px); }
      .list-with-header ul li .number {
        font-size: 20px;
        font-weight: 600;
        color: #239157;
        background-color: rgba(49, 125, 95, 0.2);
        border-radius: 50%;
        margin-right: 24px;
        width: 32px;
        height: 32px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 32px;
                flex: 0 0 32px;
        text-align: center; }
      .list-with-header ul li p {
        font-size: 1.0625rem;
        font-weight: 500;
        color: #0B261F;
        line-height: 24px;
        height: calc(24px *2);
        margin-bottom: 0; }

.normal-list {
  margin-top: 30px;
  padding-bottom: 70px; }
  .normal-list p {
    margin-bottom: 15px; }
  .normal-list ul {
    padding: 0 70px; }
    .normal-list ul li {
      font-size: 1.0625rem;
      font-weight: 500;
      color: #0B261F;
      margin-bottom: 10px; }
      .normal-list ul li::marker {
        width: 10px;
        height: 10px;
        color: #239157; }

.privacy .content-box {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .privacy .content-box h2.with-arrow {
    margin-bottom: 20px; }
    .privacy .content-box h2.with-arrow img {
      margin-right: 10px; }
  .privacy .content-box p {
    font-size: 1.0625rem;
    padding-left: 45px; }
    .privacy .content-box p + p {
      margin-top: 30px; }
  .privacy .content-box ul {
    padding: 0 70px;
    margin-bottom: 20px;
    margin-top: 10px; }
    .privacy .content-box ul li {
      font-size: 1.0625rem;
      font-weight: 400;
      color: #0B261F;
      margin-bottom: 10px; }
      .privacy .content-box ul li::marker {
        width: 10px;
        height: 10px;
        color: #239157; }
    .privacy .content-box ul.light-green li {
      color: #46C752;
      font-weight: 500; }
    .privacy .content-box ul + p {
      padding-left: 0; }

.badge-white {
  background-color: #fff;
  border: 1px solid #D9DFE6;
  border-radius: 16px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px; }
  .badge-white .img-box {
    width: 37px;
    height: 37px; }
  .badge-white .content {
    font-size: 1rem;
    font-weight: 600;
    color: #32383D;
    margin-left: 20px;
    margin-right: 15px; }
  .badge-white a {
    font-size: 1rem;
    font-weight: 600;
    color: #46C752; }
    .badge-white a img {
      width: 30px;
      height: 30px;
      vertical-align: text-bottom;
      margin-left: 7px; }

.side-navigation {
  background-color: #fff;
  -webkit-filter: drop-shadow(0 5px 25px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 5px 25px rgba(0, 0, 0, 0.1));
  padding: 35px 0;
  padding-bottom: 20px; }
  .side-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .side-navigation ul li {
      padding: 20px 35px;
      position: relative;
      -webkit-transition: 500ms;
      transition: 500ms; }
      .side-navigation ul li::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 100%;
        background-color: #46C752;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: 500ms;
        transition: 500ms; }
      .side-navigation ul li a {
        font-size: 1.125rem;
        font-weight: 600;
        color: rgba(50, 56, 61, 0.5);
        -webkit-transition: 500ms;
        transition: 500ms; }
      .side-navigation ul li:hover {
        background-color: rgba(239, 245, 249, 0.5); }
        .side-navigation ul li:hover a {
          color: rgba(50, 56, 61, 0.7); }
      .side-navigation ul li.active {
        background-color: #EFF5F9; }
        .side-navigation ul li.active a {
          color: #32383D; }
        .side-navigation ul li.active::before {
          opacity: 1; }

.news-card {
  background-color: #fff;
  -webkit-filter: drop-shadow(0 3px 50px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 3px 50px rgba(0, 0, 0, 0.1));
  margin-bottom: 40px;
  overflow: hidden;
  position: relative; }
  .news-card .img-box {
    width: 100%;
    height: 269px;
    overflow: hidden; }
    .news-card .img-box img {
      width: 100%;
      -webkit-transition: 500ms;
      transition: 500ms; }
  .news-card .content-box {
    padding: 10px 16px 40px;
    background-color: #fff; }
    .news-card .content-box .date {
      margin-bottom: 8px; }
      .news-card .content-box .date span {
        margin-left: 8px;
        font-size: 0.875rem;
        color: #727F7C; }
    .news-card .content-box h4 {
      font-size: 1.0625rem;
      font-weight: 500;
      color: #32383D;
      line-height: 34px;
      height: calc(34px * 3);
      margin-bottom: 18px;
      overflow: hidden;
      -webkit-transition: 500ms;
      transition: 500ms; }
    .news-card .content-box .more {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .news-card .content-box a {
      display: block;
      font-size: 1rem;
      color: #005D45;
      margin-left: auto;
      margin-right: 0; }
      .news-card .content-box a img {
        margin-left: 10px;
        width: 30px; }
  .news-card:hover .img-box img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .news-card:hover .content-box h4 {
    color: #005D45; }

.news-details {
  margin-bottom: 90px; }
  .news-details .header-with-arrow {
    margin-top: 50px;
    margin-bottom: 33px; }
  .news-details .h2-main {
    font-size: 1.875rem;
    line-height: 55px;
    margin-bottom: 25px; }
  .news-details .date-main {
    margin-bottom: 25px; }
    .news-details .date-main span {
      font-size: 0.875rem;
      color: #96A78C;
      margin-left: 8px; }

.sort-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 37px;
  margin-bottom: 24px;
  text-align: end; }
  .sort-section .col-md-3 {
    max-width: 265px; }
  .sort-section .sort-search {
    display: inline-block; }
    .sort-section .sort-search input {
      min-width: 195px;
      min-height: 48px;
      padding: 0 15px;
      border-radius: 6px;
      border: 1px solid #C6E1D3;
      background: #fff url(../images/news/search-sort.svg) no-repeat 13px 17px;
      font-size: 1rem;
      color: rgba(11, 38, 31, 0.5);
      -webkit-box-shadow: none;
              box-shadow: none; }
  .sort-section label {
    font-size: 1rem;
    font-weight: 500;
    color: #0B261F;
    margin-right: 14px; }
    .sort-section label img {
      margin-right: 8px; }
  .sort-section select {
    min-width: 142px;
    min-height: 44px;
    border: 1px solid #C6E1D3;
    padding: 0 15px;
    border-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(../images/news/sort-arr.svg) no-repeat 13px 19px; }

.News-slider {
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }
  .News-slider .fancybox::after {
    width: 50px;
    height: 50px;
    background: url(../images/news/fullscreen.svg) no-repeat center center;
    background-size: cover;
    content: "";
    position: absolute;
    bottom: 22px;
    right: 29px; }
  .News-slider img {
    max-height: 560px;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 auto;
    display: block; }

.arrowz-news {
  position: relative; }
  .arrowz-news .owl-carousel .owl-nav button {
    width: 44px;
    height: 44px;
    background: url(../images/news/arrow-comp-left.svg) no-repeat 0px 0px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .arrowz-news .owl-carousel .owl-nav button span {
      visibility: hidden; }
    .arrowz-news .owl-carousel .owl-nav button.owl-prev {
      right: -96px; }
    .arrowz-news .owl-carousel .owl-nav button.owl-next {
      left: -96px;
      -webkit-transform: scaleX(-1);
              transform: scaleX(-1); }
    .arrowz-news .owl-carousel .owl-nav button.disabled {
      opacity: 0.5;
      cursor: auto; }

.page-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0 80px;
  position: relative; }

.pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0; }
  .pagination li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 5px;
    margin: 0 2.5px;
    font-size: 1rem;
    font-weight: 600;
    color: #727F7C; }
    .pagination li a.Disabled {
      cursor: unset;
      opacity: 0.5; }
    .pagination li a.current {
      background-color: #46C752;
      color: #fff;
      cursor: unset; }
    .pagination li a.NextPagi, .pagination li a.prePagi {
      background-color: transparent;
      border: 0; }

.pagination-count {
  position: absolute;
  right: 0;
  top: 25%; }
  .pagination-count span {
    font-size: 1rem;
    font-weight: 500;
    color: #727F7C;
    margin-right: 10px; }
    .pagination-count span.number {
      min-width: 34px;
      height: 34px;
      padding: 0 5px;
      color: #008941;
      background-color: #E6E9EF;
      border-radius: 6px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .pagination-count span:last-child {
      margin-right: 0; }

.media-center-list .media-card {
  height: 360px;
  background-color: #fff;
  margin-bottom: 40px; }
  .media-center-list .media-card .img-box {
    overflow: hidden;
    position: relative;
    height: 247px; }
    .media-center-list .media-card .img-box img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: 500ms;
      transition: 500ms; }
    .media-center-list .media-card .img-box::before {
      position: absolute;
      content: '';
      width: 60px;
      height: 60px;
      background-repeat: no-repeat;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 2; }
  .media-center-list .media-card .content-box {
    background-color: #fff;
    padding: 19px 16px;
    height: 113px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .media-center-list .media-card .content-box h3 {
      font-size: 1.0625rem;
      font-weight: 500;
      color: #32383D;
      text-align: center;
      margin-bottom: 0;
      line-height: 27px;
      max-height: calc(27px * 2);
      overflow: hidden;
      -webkit-transition: 500ms;
      transition: 500ms; }
  .media-center-list .media-card.vid .img-box::before {
    background-image: url(../images/shared/playVideoGreen.svg); }
  .media-center-list .media-card:hover .img-box img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .media-center-list .media-card:hover .content-box h3 {
    color: #005D45; }

.mt-70 {
  margin-top: 70px; }

.mt-60 {
  margin-top: 60px; }

.h2-main {
  font-size: 2.1875rem;
  font-weight: 600;
  color: #008941; }

.main-p2 {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #0B261F;
  margin-top: 33px;
  margin-bottom: 0; }

@media (min-width: 992px) {
  .offset-lg-4 {
    margin-left: 33.33333333%;
    margin-right: auto; } }

.table-head {
  font-size: 1.875rem;
  font-weight: 600;
  color: #041A2D;
  margin-bottom: 26px;
  text-align: center; }

.mezanya-main {
  padding-top: 43px;
  padding-bottom: 127px; }
  .mezanya-main .table-head {
    margin-bottom: 46px; }

.mezanya-archive {
  padding-top: 40px;
  padding-bottom: 80px;
  min-height: 775px;
  background-color: #E1EBF7; }
  .mezanya-archive .noData-box {
    margin-top: 119px; }

.data-archive {
  padding-top: 55px;
  padding-bottom: 100px;
  min-height: 550px; }
  .data-archive .noData-box {
    margin-top: 77px; }

.mezanya-box {
  margin-top: 42px;
  text-align: center; }
  .mezanya-box h4 {
    font-size: 1.5625rem;
    font-weight: 600;
    color: #041A2D;
    margin-bottom: 22px;
    line-height: 49px; }
  .mezanya-box p {
    font-size: 1rem;
    font-weight: 500;
    color: #32383D;
    margin-bottom: 34px; }
  .mezanya-box a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 27px;
    padding-left: 35px;
    padding-right: 43px;
    background-color: #fff;
    border-radius: 18px;
    border: 1px solid #D9DFE6;
    -webkit-filter: drop-shadow(0 5px 45px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0 5px 45px rgba(0, 0, 0, 0.1));
    -webkit-transition: 500ms;
    transition: 500ms; }
    .mezanya-box a img {
      width: 28px;
      height: 31px;
      margin-right: 25px;
      -webkit-transition: 500ms;
      transition: 500ms; }
    .mezanya-box a span {
      font-size: 1rem;
      font-weight: 600;
      color: #646D75;
      -webkit-transition: 500ms;
      transition: 500ms; }
    .mezanya-box a:hover {
      background-color: #005D45; }
      .mezanya-box a:hover img {
        -webkit-filter: brightness(5);
                filter: brightness(5); }
      .mezanya-box a:hover span {
        color: #fff; }

.content table {
  width: 100%; }
  .content table.table-bordered tbody, .content table.table-bordered td, .content table.table-bordered tfoot, .content table.table-bordered th, .content table.table-bordered thead, .content table.table-bordered tr {
    border-color: #d7d7d7; }
  .content table caption {
    text-align: center;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    height: 65px;
    padding: 15px; }
    .content table caption.bg-blue {
      background-color: #46C752; }
    .content table caption.bg-green {
      background-color: #63BE6A; }
  .content table tbody, .content table td, .content table tfoot, .content table th, .content table thead, .content table tr {
    border-color: #fff; }
  .content table thead {
    background-color: #005D45; }
    .content table thead tr {
      border-top: none; }
      .content table thead tr th {
        font-size: 1rem;
        font-weight: 600;
        color: #fff;
        text-align: center;
        height: 65px;
        vertical-align: middle;
        border-top: none; }
  .content table tbody {
    background-color: #fff; }
    .content table tbody tr:nth-child(odd) {
      background: #F8F8F8; }
    .content table tbody tr:first-child {
      background-color: #005D45 !important;
      border-top: 0; }
      .content table tbody tr:first-child td, .content table tbody tr:first-child th {
        color: #fff;
        border: 1px solid #fff;
        border-top: 0;
        text-align: center;
        height: 65px;
        vertical-align: middle; }
        .content table tbody tr:first-child td p, .content table tbody tr:first-child th p {
          color: #fff;
          text-align: center;
          margin-bottom: 0;
          font-weight: 600; }
    .content table tbody td {
      font-size: 1rem;
      font-weight: 500;
      color: #32383D;
      text-align: center;
      height: 65px;
      vertical-align: middle !important;
      border-bottom: 0; }

.select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 42px; }
  .select-box select {
    width: 480px;
    font-size: 22px;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #ADC8BA;
    border-radius: 12px;
    height: 70px;
    background-image: url(../images/shared/select-arr.svg);
    background-repeat: no-repeat;
    background-position: 3% 55%;
    padding-left: 18px;
    padding-right: 40px; }
    .select-box select:focus {
      border: 1px solid #ADC8BA;
      -webkit-box-shadow: none;
              box-shadow: none; }

.noData-box {
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #D9DFE6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 16px;
  max-width: 855px;
  padding: 43px 50px 48px;
  margin: 0 auto; }
  .noData-box img {
    width: 37px;
    height: 37px; }
  .noData-box p {
    margin-top: 20px;
    font-size: 1.375rem;
    font-weight: 500;
    color: #727F7C; }

.customTab-two {
  margin: 60px auto;
  background-color: transparent;
  border-bottom: 0; }
  .customTab-two .nav-link {
    padding: 11px 45px;
    background-color: rgba(150, 167, 140, 0.2); }
    .customTab-two .nav-link:not(:last-of-type) {
      margin-left: 10px; }

.competitions .content-box {
  margin-bottom: 120px; }
  .competitions .content-box p {
    font-size: 1rem;
    font-weight: 500;
    color: #32383D;
    margin-bottom: 60px;
    text-align: center; }

.social-media {
  padding-bottom: 300px; }
  .social-media p {
    font-size: 1rem;
    font-weight: 500;
    color: #32383D;
    margin-bottom: 70px;
    text-align: center; }

.social-card {
  padding: 48px 98px;
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 15px 35px rgba(0, 52, 98, 0.05);
          box-shadow: 0 15px 35px rgba(0, 52, 98, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: 500ms;
  transition: 500ms; }
  .social-card .img-box {
    max-width: 80px;
    height: 60px;
    margin-bottom: 24px;
    -webkit-transition: 200ms;
    transition: 200ms; }
    .social-card .img-box img {
      width: 100%;
      height: 100%; }
  .social-card h3 {
    font-size: 1.5625rem;
    font-weight: 600;
    color: #041A2D;
    line-height: 49px;
    margin: 0;
    -webkit-transition: 200ms;
    transition: 200ms; }

p.p-20 {
  font-size: 1rem;
  font-weight: 500;
  color: #32383D;
  margin-bottom: 70px;
  text-align: center; }

.social-card.sharing-card {
  padding: 55px 48px;
  height: 280px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 54px;
  overflow: hidden; }
  .social-card.sharing-card .img-box {
    height: 92px;
    max-width: 106px; }
  .social-card.sharing-card h3 {
    font-size: 1.75rem;
    line-height: 55px; }
  .social-card.sharing-card a {
    font-size: 1.125rem;
    font-weight: 500;
    color: #fff;
    position: absolute;
    bottom: -35px;
    opacity: 0;
    -webkit-transition: 500ms;
    transition: 500ms;
    left: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }
    .social-card.sharing-card a img {
      margin-left: 12px; }
  .social-card.sharing-card:hover {
    background-color: #005D45;
    -webkit-box-shadow: 0 3px 45px #95b5cc;
            box-shadow: 0 3px 45px #95b5cc; }
    .social-card.sharing-card:hover .img-box {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      -webkit-filter: invert(1) contrast(1) brightness(9) grayscale(1);
              filter: invert(1) contrast(1) brightness(9) grayscale(1); }
    .social-card.sharing-card:hover h3 {
      color: #fff; }
    .social-card.sharing-card:hover a {
      bottom: 20px;
      opacity: 1; }

#mailModal .modal-content {
  margin-top: 150px;
  border-radius: 8px; }
  #mailModal .modal-content .modal-header {
    border: 0; }
  #mailModal .modal-content .modal-body {
    padding: 50px 85px; }
    #mailModal .modal-content .modal-body .form-group {
      margin-bottom: 18px; }
      #mailModal .modal-content .modal-body .form-group .form-control {
        border: 2px solid #C6E1D3;
        border-radius: 6px;
        font-size: 1rem;
        font-weight: 400;
        color: #0B261F;
        min-height: 48px;
        padding: 5px 15px 10px; }
        #mailModal .modal-content .modal-body .form-group .form-control:focus {
          -webkit-box-shadow: none;
                  box-shadow: none;
          border-color: #C6E1D3; }
    #mailModal .modal-content .modal-body .lastSec {
      margin-top: 10px; }
      #mailModal .modal-content .modal-body .lastSec .sendMail {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        #mailModal .modal-content .modal-body .lastSec .sendMail a, #mailModal .modal-content .modal-body .lastSec .sendMail input {
          width: 140px;
          background-color: #239157;
          border-radius: 16px;
          font-weight: 400;
          font-size: 1.0625rem;
          color: #fff;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          padding: 5px 18px;
          height: 55px;
          -webkit-transition: 500ms;
          transition: 500ms;
          border: 0; }
          #mailModal .modal-content .modal-body .lastSec .sendMail a:hover, #mailModal .modal-content .modal-body .lastSec .sendMail input:hover {
            background-color: #63BE6A; }

.sort-sec2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .sort-sec2 .sort-filter, .sort-sec2 .sort-search {
    display: inline-block; }
  .sort-sec2 .search-right {
    text-align: start; }
    .sort-sec2 .search-right select {
      width: 219px;
      min-height: 48px;
      margin-right: 10px; }
    .sort-sec2 .search-right .search-butn {
      background-color: #46C752;
      color: #fff;
      width: 110px;
      height: 48px;
      font-size: 1rem;
      font-weight: 500;
      border-radius: 8px;
      -webkit-box-shadow: none;
              box-shadow: none;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 0;
      margin-left: 10px; }

.list-system-cards {
  margin-top: 50px; }
  .list-system-cards .system-card {
    background-color: #fff;
    border-radius: 16px;
    height: 250px;
    width: 100%;
    padding: 26px 19px 30px;
    -webkit-transition: 500ms;
    transition: 500ms;
    margin-bottom: 40px; }
    .list-system-cards .system-card .img-box {
      margin-bottom: 10px; }
    .list-system-cards .system-card .content-box h4 {
      font-size: 1rem;
      line-height: 30px;
      font-weight: 600;
      color: #646D75;
      border-bottom: 1px solid #E2E5E4;
      padding-bottom: 20px;
      margin-bottom: 16px;
      -webkit-transition: 500ms;
      transition: 500ms;
      height: 81px; }
    .list-system-cards .system-card .content-box .sys-btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .list-system-cards .system-card .content-box .sys-btns .download {
        font-size: 1rem;
        color: #008941;
        -webkit-transition: 500ms;
        transition: 500ms; }
        .list-system-cards .system-card .content-box .sys-btns .download img {
          margin-right: 12px;
          -webkit-transition: 500ms;
          transition: 500ms; }
      .list-system-cards .system-card .content-box .sys-btns .sys-share {
        position: relative; }
        .list-system-cards .system-card .content-box .sys-btns .sys-share:hover > .innderSocial {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .list-system-cards .system-card .content-box .sys-btns .sys-share:hover > a {
          background-color: #239157; }
          .list-system-cards .system-card .content-box .sys-btns .sys-share:hover > a > img {
            -webkit-filter: brightness(0) invert(1);
                    filter: brightness(0) invert(1); }
        .list-system-cards .system-card .content-box .sys-btns .sys-share .share {
          width: 36px;
          height: 36px;
          display: inline-block;
          border-radius: 50%; }
          .list-system-cards .system-card .content-box .sys-btns .sys-share .share img {
            -webkit-transition: 500ms;
            transition: 500ms; }
        .list-system-cards .system-card .content-box .sys-btns .sys-share span {
          font-size: 1rem;
          color: #008941;
          margin-left: 12px;
          -webkit-transition: 500ms;
          transition: 500ms; }
        .list-system-cards .system-card .content-box .sys-btns .sys-share .innderSocial {
          position: absolute;
          top: -50px;
          display: none;
          min-height: 52px;
          padding: 8px 10px 8px 10px;
          list-style: none;
          background: #fff;
          border-radius: 8px;
          left: -70px;
          min-width: 151px;
          -webkit-box-shadow: 0 -5px 40px rgba(0, 0, 0, 0.1);
                  box-shadow: 0 -5px 40px rgba(0, 0, 0, 0.1); }
          .list-system-cards .system-card .content-box .sys-btns .sys-share .innderSocial::after {
            position: absolute;
            content: "";
            width: 0;
            height: 0;
            border-right: 7px solid transparent;
            border-left: 7px solid transparent;
            border-top: 7px solid #fff;
            bottom: -5px;
            left: 50%;
            -webkit-transform: translateX(8px);
                    transform: translateX(8px); }
          .list-system-cards .system-card .content-box .sys-btns .sys-share .innderSocial::before {
            background: transparent;
            position: absolute;
            content: "";
            height: 11px;
            width: 95%;
            bottom: -10px; }
          .list-system-cards .system-card .content-box .sys-btns .sys-share .innderSocial li:not(:last-of-type) {
            margin-right: 5px; }
          .list-system-cards .system-card .content-box .sys-btns .sys-share .innderSocial li a {
            width: 36px;
            height: 36px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            border-radius: 8px;
            -webkit-transition: 500ms;
            transition: 500ms; }
            .list-system-cards .system-card .content-box .sys-btns .sys-share .innderSocial li a:hover {
              background-color: #46C752; }
              .list-system-cards .system-card .content-box .sys-btns .sys-share .innderSocial li a:hover img {
                -webkit-filter: brightness(0) invert(1);
                        filter: brightness(0) invert(1); }
    .list-system-cards .system-card:hover {
      background-color: #005D45;
      -webkit-box-shadow: 0 15px 35px rgba(0, 93, 69, 0.2);
              box-shadow: 0 15px 35px rgba(0, 93, 69, 0.2); }
      .list-system-cards .system-card:hover .content-box h4 {
        color: #fff; }
      .list-system-cards .system-card:hover .content-box .sys-btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .list-system-cards .system-card:hover .content-box .sys-btns .download {
          color: #fff; }
          .list-system-cards .system-card:hover .content-box .sys-btns .download img {
            -webkit-filter: brightness(0) invert(1);
                    filter: brightness(0) invert(1); }
        .list-system-cards .system-card:hover .content-box .sys-btns .sys-share .share img {
          -webkit-filter: brightness(0) invert(1);
                  filter: brightness(0) invert(1); }
        .list-system-cards .system-card:hover .content-box .sys-btns .sys-share span {
          color: #fff; }

.shared-dev .main-top h2.with-arrow {
  font-size: 1.5625rem;
  color: #041A2D;
  font-weight: 600;
  margin-bottom: 24px; }

.shared-dev .main-top p {
  font-size: 1rem;
  font-weight: 500;
  color: #32383D;
  margin-bottom: 24px;
  line-height: 36px; }

.shared-dev .top-list-sec {
  margin-top: 50px;
  margin-bottom: 100px; }
  .shared-dev .top-list-sec h2 {
    font-size: 1.875rem;
    font-weight: 600;
    color: #041A2D;
    text-align: center;
    margin-bottom: 22px; }
  .shared-dev .top-list-sec p {
    font-size: 1rem;
    font-weight: 500;
    color: #32383D;
    text-align: center;
    margin-bottom: 0px; }

@-webkit-keyframes come-down {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; } }

@keyframes come-down {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; } }

@-webkit-keyframes line-main {
  0% {
    height: 0;
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  100% {
    height: 400px;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes line-main {
  0% {
    height: 0;
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  100% {
    height: 400px;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@-webkit-keyframes showMe {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes showMe {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes line-sub1 {
  0% {
    width: 0;
    opacity: 0; }
  100% {
    width: 105px;
    opacity: 1; } }

@keyframes line-sub1 {
  0% {
    width: 0;
    opacity: 0; }
  100% {
    width: 105px;
    opacity: 1; } }

@-webkit-keyframes circled-lines {
  0% {
    opacity: 0;
    height: 0; }
  100% {
    opacity: 1;
    height: 255px; } }

@keyframes circled-lines {
  0% {
    opacity: 0;
    height: 0; }
  100% {
    opacity: 1;
    height: 255px; } }

@-webkit-keyframes line-sub2 {
  0% {
    height: 0;
    opacity: 0; }
  100% {
    height: 260px;
    opacity: 1; } }

@keyframes line-sub2 {
  0% {
    height: 0;
    opacity: 0; }
  100% {
    height: 260px;
    opacity: 1; } }

.org-chart {
  position: relative;
  min-height: 1400px; }
  .org-chart h2 {
    font-size: 25px;
    font-weight: 600;
    color: #005D45;
    text-align: center;
    margin-bottom: 50px;
    -webkit-animation: come-down 0.5s ease-in-out 0s forwards;
            animation: come-down 0.5s ease-in-out 0s forwards; }
  .org-chart .main-sec-chart {
    position: relative;
    height: 190px; }
    .org-chart .main-sec-chart::before {
      content: "";
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(50%);
              transform: translateX(50%);
      top: 75px;
      width: 2px;
      border: 1px solid #AEBDCB;
      height: 400px;
      z-index: 0;
      opacity: 0;
      -webkit-animation: line-main 0.7s ease-in-out 0.5s forwards;
              animation: line-main 0.7s ease-in-out 0.5s forwards; }
    .org-chart .main-sec-chart::after {
      content: "";
      position: absolute;
      left: calc(50% - 5px);
      top: 475px;
      width: 11px;
      height: 11px;
      background-color: #46C752;
      z-index: 3;
      border-radius: 50%;
      opacity: 0;
      -webkit-animation: showMe 0.7s ease-in-out 1s forwards;
              animation: showMe 0.7s ease-in-out 1s forwards; }
    .org-chart .main-sec-chart .saudi-logo {
      position: absolute;
      border-radius: 8px;
      width: 80px;
      height: 80px;
      left: calc(50% - 40px);
      top: 0;
      opacity: 0;
      -webkit-animation: come-down 0.5s ease-in-out 0.5s forwards;
              animation: come-down 0.5s ease-in-out 0.5s forwards; }
    .org-chart .main-sec-chart .saudi-head {
      position: absolute;
      font-size: 35px;
      font-weight: 500;
      color: #fff;
      background-color: #005D45;
      border-radius: 12px;
      width: 465px;
      height: 82px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-shadow: 0 10px 30px rgba(0, 93, 69, 0.7);
              box-shadow: 0 10px 30px rgba(0, 93, 69, 0.7);
      left: calc(50% - 232.5px);
      top: 105px;
      opacity: 0;
      -webkit-animation: come-down 0.5s ease-in-out 0.5s forwards;
              animation: come-down 0.5s ease-in-out 0.5s forwards; }
  .org-chart .level-one {
    position: relative;
    height: 290px; }
    .org-chart .level-one a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 185px;
      height: 75px;
      background-color: #fff;
      border: 2px solid #005D45;
      border-radius: 12px;
      font-size: 18px;
      font-weight: 500;
      color: #005D45;
      text-align: center;
      -webkit-filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.1));
              filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.1));
      -webkit-transition: 500ms;
      transition: 500ms;
      position: absolute;
      opacity: 0;
      -webkit-animation: showMe 0.7s ease-in-out .8s forwards;
              animation: showMe 0.7s ease-in-out .8s forwards; }
      .org-chart .level-one a:hover {
        background-color: #E5F3FF;
        width: 200px;
        height: 81px; }
      .org-chart .level-one a.level-one-R1 {
        top: 42px;
        left: 475px; }
        .org-chart .level-one a.level-one-R1::before {
          content: "";
          width: 105px;
          height: 2px;
          border: 1px solid #AEBDCB;
          position: absolute;
          left: 101%;
          top: 37px;
          opacity: 0;
          -webkit-animation: line-sub1 0.7s ease-in-out .6s forwards;
                  animation: line-sub1 0.7s ease-in-out .6s forwards; }
        .org-chart .level-one a.level-one-R1:hover {
          left: 465px; }
      .org-chart .level-one a.level-one-R2 {
        top: 134px;
        left: 475px; }
        .org-chart .level-one a.level-one-R2::before {
          content: "";
          width: 105px;
          height: 2px;
          border: 1px solid #AEBDCB;
          position: absolute;
          left: 101%;
          top: 37px;
          opacity: 0;
          -webkit-animation: line-sub1 0.7s ease-in-out .6s forwards;
                  animation: line-sub1 0.7s ease-in-out .6s forwards; }
        .org-chart .level-one a.level-one-R2:hover {
          left: 465px; }
      .org-chart .level-one a.level-one-L1 {
        top: 42px;
        left: 760px; }
        .org-chart .level-one a.level-one-L1:hover {
          left: 750px; }
      .org-chart .level-one a.level-one-L2 {
        top: 134px;
        left: 760px; }
        .org-chart .level-one a.level-one-L2:hover {
          left: 750px; }
  .org-chart .level-two {
    position: relative;
    height: 255px;
    z-index: 1; }
    .org-chart .level-two span {
      width: 738px;
      height: 0px;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(50%);
              transform: translateX(50%);
      border: 2px solid #AEBDCB;
      border-bottom: 0;
      border-radius: 30px 30px 0 0;
      opacity: 0;
      -webkit-animation: circled-lines 0.5s ease-in-out 1.2s forwards;
              animation: circled-lines 0.5s ease-in-out 1.2s forwards; }
      .org-chart .level-two span::before {
        content: "";
        position: absolute;
        left: -6px;
        top: 250px;
        width: 11px;
        height: 11px;
        background-color: #46C752;
        z-index: 3;
        border-radius: 50%; }
      .org-chart .level-two span::after {
        content: "";
        position: absolute;
        left: calc(100% - 4px);
        top: 250px;
        width: 11px;
        height: 11px;
        background-color: #46C752;
        z-index: 3;
        border-radius: 50%; }
    .org-chart .level-two .top-two-head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 315px;
      height: 75px;
      background-color: #46C752;
      border: 2px solid #005D45;
      border-radius: 12px;
      font-size: 25px;
      font-weight: 500;
      color: #fff;
      text-align: center;
      -webkit-filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.1));
              filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.1));
      -webkit-transition: 500ms;
      transition: 500ms;
      position: absolute;
      top: 30px;
      left: 925px;
      opacity: 0;
      -webkit-animation: showMe 0.7s ease-in-out 1.5s forwards;
              animation: showMe 0.7s ease-in-out 1.5s forwards; }
    .org-chart .level-two .top-two-sub {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 185px;
      height: 75px;
      background-color: #fff;
      border: 2px solid #005D45;
      border-radius: 12px;
      font-size: 18px;
      font-weight: 500;
      color: #005D45;
      text-align: center;
      -webkit-filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.1));
              filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.1));
      -webkit-transition: 500ms;
      transition: 500ms;
      position: absolute;
      top: 140px;
      left: 837px;
      opacity: 0;
      -webkit-animation: showMe 0.7s ease-in-out 1.5s forwards;
              animation: showMe 0.7s ease-in-out 1.5s forwards; }
      .org-chart .level-two .top-two-sub::before {
        content: "";
        width: 54px;
        height: 2px;
        border: 1px solid #AEBDCB;
        position: absolute;
        left: 101%;
        top: 37px;
        -webkit-transition: 500ms;
        transition: 500ms; }
      .org-chart .level-two .top-two-sub:hover {
        background-color: #E5F3FF;
        width: 200px;
        height: 81px;
        left: 827px; }
        .org-chart .level-two .top-two-sub:hover::before {
          width: 50px; }
  .org-chart .level-three {
    position: relative;
    height: 165px; }
    .org-chart .level-three .left-cards {
      position: absolute;
      left: 782px;
      width: 600px;
      height: 125px; }
      .org-chart .level-three .left-cards::before {
        content: "";
        position: absolute;
        width: 480px;
        height: 70px;
        border: 2px solid #AEBDCB;
        border-bottom: 0;
        border-radius: 50px 50px 0 0;
        left: 55px;
        -webkit-animation: showMe 0.7s ease-in-out 1.7s forwards;
                animation: showMe 0.7s ease-in-out 1.7s forwards;
        opacity: 0; }
      .org-chart .level-three .left-cards a {
        font-size: 18px;
        line-height: 20px;
        font-weight: 500;
        color: #fff;
        background-color: #46C752;
        border: 2px solid #47AA4F;
        border-radius: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        -webkit-filter: drop-shadow(0 10px 25px rgba(6, 67, 35, 0.1));
                filter: drop-shadow(0 10px 25px rgba(6, 67, 35, 0.1));
        -webkit-transition: 500ms;
        transition: 500ms;
        width: 121px;
        height: 75px;
        position: absolute;
        top: 38px;
        -webkit-animation: showMe 0.5s ease-in-out 1.8s forwards;
                animation: showMe 0.5s ease-in-out 1.8s forwards;
        opacity: 0; }
        .org-chart .level-three .left-cards a:hover {
          background-color: #399241;
          width: 129px;
          height: 81px;
          top: 35px; }
      .org-chart .level-three .left-cards .left-card-1 {
        right: 0; }
        .org-chart .level-three .left-cards .left-card-1:hover {
          right: -5px; }
      .org-chart .level-three .left-cards .left-card-2 {
        right: 133px;
        font-size: 15px; }
        .org-chart .level-three .left-cards .left-card-2::before {
          content: "";
          width: 2px;
          height: 37px;
          position: absolute;
          top: -39px;
          left: 57px;
          border: 1px solid #AEBDCB;
          -webkit-transition: 500ms;
          transition: 500ms; }
        .org-chart .level-three .left-cards .left-card-2:hover {
          right: 128px; }
          .org-chart .level-three .left-cards .left-card-2:hover::before {
            height: 34px;
            top: -36px;
            left: 60px; }
      .org-chart .level-three .left-cards .left-card-3 {
        left: 133px;
        font-size: 16px; }
        .org-chart .level-three .left-cards .left-card-3::before {
          content: "";
          width: 2px;
          height: 37px;
          position: absolute;
          top: -39px;
          left: 57px;
          border: 1px solid #AEBDCB;
          -webkit-transition: 500ms;
          transition: 500ms; }
        .org-chart .level-three .left-cards .left-card-3:hover {
          left: 128px; }
          .org-chart .level-three .left-cards .left-card-3:hover::before {
            height: 34px;
            top: -36px;
            left: 62px; }
      .org-chart .level-three .left-cards .left-card-4 {
        left: 0; }
        .org-chart .level-three .left-cards .left-card-4:hover {
          left: -5px; }
    .org-chart .level-three .right-cards {
      position: absolute;
      left: -57px;
      width: 800px;
      height: 125px; }
      .org-chart .level-three .right-cards::before {
        content: "";
        position: absolute;
        width: 690px;
        height: 70px;
        border: 2px solid #AEBDCB;
        border-bottom: 0;
        border-radius: 50px 50px 0 0;
        left: 55px;
        -webkit-animation: showMe 0.7s ease-in-out 1.7s forwards;
                animation: showMe 0.7s ease-in-out 1.7s forwards;
        opacity: 0; }
      .org-chart .level-three .right-cards a {
        font-size: 18px;
        line-height: 20px;
        font-weight: 500;
        color: #fff;
        background-color: #46C752;
        border: 2px solid #47AA4F;
        border-radius: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        -webkit-filter: drop-shadow(0 10px 25px rgba(6, 67, 35, 0.1));
                filter: drop-shadow(0 10px 25px rgba(6, 67, 35, 0.1));
        -webkit-transition: 500ms;
        transition: 500ms;
        width: 121px;
        height: 75px;
        position: absolute;
        top: 38px;
        -webkit-animation: showMe 0.5s ease-in-out 1.8s forwards;
                animation: showMe 0.5s ease-in-out 1.8s forwards;
        opacity: 0; }
        .org-chart .level-three .right-cards a:hover {
          background-color: #399241;
          width: 129px;
          height: 81px;
          top: 35px; }
      .org-chart .level-three .right-cards .right-card-1 {
        left: 0; }
        .org-chart .level-three .right-cards .right-card-1:hover {
          left: -5px; }
      .org-chart .level-three .right-cards .right-card-2 {
        left: 133px; }
        .org-chart .level-three .right-cards .right-card-2::before {
          content: "";
          width: 2px;
          height: 37px;
          position: absolute;
          top: -39px;
          left: 57px;
          border: 1px solid #AEBDCB;
          -webkit-transition: 500ms;
          transition: 500ms; }
        .org-chart .level-three .right-cards .right-card-2:hover {
          left: 128px; }
          .org-chart .level-three .right-cards .right-card-2:hover::before {
            height: 34px;
            top: -36px;
            left: 62px; }
      .org-chart .level-three .right-cards .right-card-3 {
        left: 266px; }
        .org-chart .level-three .right-cards .right-card-3::before {
          content: "";
          width: 2px;
          height: 37px;
          position: absolute;
          top: -39px;
          left: 57px;
          border: 1px solid #AEBDCB;
          -webkit-transition: 500ms;
          transition: 500ms; }
        .org-chart .level-three .right-cards .right-card-3:hover {
          left: 260px; }
          .org-chart .level-three .right-cards .right-card-3:hover::before {
            height: 34px;
            top: -36px;
            left: 63px; }
      .org-chart .level-three .right-cards .right-card-4 {
        right: 266px;
        font-size: 16px; }
        .org-chart .level-three .right-cards .right-card-4::before {
          content: "";
          width: 2px;
          height: 37px;
          position: absolute;
          top: -39px;
          left: 57px;
          border: 1px solid #AEBDCB;
          -webkit-transition: 500ms;
          transition: 500ms; }
        .org-chart .level-three .right-cards .right-card-4:hover {
          right: 260px; }
          .org-chart .level-three .right-cards .right-card-4:hover::before {
            height: 34px;
            top: -36px;
            left: 59px; }
      .org-chart .level-three .right-cards .right-card-5 {
        right: 133px;
        font-size: 16px; }
        .org-chart .level-three .right-cards .right-card-5::before {
          content: "";
          width: 2px;
          height: 37px;
          position: absolute;
          top: -39px;
          left: 57px;
          border: 1px solid #AEBDCB;
          -webkit-transition: 500ms;
          transition: 500ms; }
        .org-chart .level-three .right-cards .right-card-5:hover {
          right: 128px; }
          .org-chart .level-three .right-cards .right-card-5:hover::before {
            height: 34px;
            top: -36px;
            left: 60px; }
      .org-chart .level-three .right-cards .right-card-6 {
        right: 0; }
        .org-chart .level-three .right-cards .right-card-6:hover {
          right: -5px; }
  .org-chart .level-four {
    position: relative;
    height: 220px; }
    .org-chart .level-four .four-content {
      position: absolute;
      left: 750px;
      top: 100px;
      width: 660px;
      height: 125px; }
      .org-chart .level-four .four-content::before {
        content: "";
        position: absolute;
        width: 550px;
        height: 55px;
        border: 2px solid #AEBDCB;
        border-bottom: 0;
        border-radius: 50px 50px 0 0;
        left: 55px;
        top: -35px;
        -webkit-animation: showMe 0.7s ease-in-out 2s forwards;
                animation: showMe 0.7s ease-in-out 2s forwards;
        opacity: 0; }
      .org-chart .level-four .four-content::after {
        content: "";
        position: absolute;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background-color: #46C752;
        left: calc(50% - 9px);
        top: -39px;
        -webkit-animation: showMe 0.7s ease-in-out 2s forwards;
                animation: showMe 0.7s ease-in-out 2s forwards;
        opacity: 0; }
      .org-chart .level-four .four-content span {
        width: 2px;
        height: 260px;
        border: 1px solid #AEBDCB;
        position: absolute;
        left: 326px;
        top: -260px;
        -webkit-animation: line-sub2 0.7s ease-in-out 1.7s forwards;
                animation: line-sub2 0.7s ease-in-out 1.7s forwards;
        opacity: 0; }
      .org-chart .level-four .four-content a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
        color: #646D75;
        background-color: #fff;
        border: 2px solid #005D45;
        width: 121px;
        height: 70px;
        border-radius: 8px;
        text-align: center;
        position: absolute;
        -webkit-transition: 500ms;
        transition: 500ms;
        -webkit-animation: showMe 0.7s ease-in-out 2s forwards;
                animation: showMe 0.7s ease-in-out 2s forwards;
        opacity: 0; }
        .org-chart .level-four .four-content a:hover {
          background-color: #E5F3FF;
          width: 131px;
          height: 75px; }
        .org-chart .level-four .four-content a.four-a {
          left: 0;
          top: 0; }
          .org-chart .level-four .four-content a.four-a:hover {
            left: -5px;
            top: -3px; }
        .org-chart .level-four .four-content a.four-b {
          left: 135px;
          top: 0; }
          .org-chart .level-four .four-content a.four-b::before {
            content: "";
            width: 2px;
            height: 34px;
            position: absolute;
            top: -36px;
            left: 57px;
            border: 1px solid #AEBDCB;
            -webkit-transition: 500ms;
            transition: 500ms; }
          .org-chart .level-four .four-content a.four-b:hover {
            left: 130px;
            top: -3px; }
            .org-chart .level-four .four-content a.four-b:hover::before {
              height: 32px;
              top: -34px;
              left: 62px; }
        .org-chart .level-four .four-content a.four-c {
          left: 270px;
          top: 0; }
          .org-chart .level-four .four-content a.four-c:hover {
            left: 265px;
            top: -3px; }
        .org-chart .level-four .four-content a.four-d {
          left: 405px;
          top: 0; }
          .org-chart .level-four .four-content a.four-d::before {
            content: "";
            width: 2px;
            height: 34px;
            position: absolute;
            top: -36px;
            left: 57px;
            border: 1px solid #AEBDCB;
            -webkit-transition: 500ms;
            transition: 500ms; }
          .org-chart .level-four .four-content a.four-d:hover {
            left: 400px;
            top: -3px; }
            .org-chart .level-four .four-content a.four-d:hover::before {
              height: 32px;
              top: -34px;
              left: 62px; }
        .org-chart .level-four .four-content a.four-e {
          right: 0;
          top: 0; }
          .org-chart .level-four .four-content a.four-e:hover {
            right: -5px;
            top: -3px; }
  .org-chart .colors-sec {
    margin-bottom: 42px; }
    .org-chart .colors-sec .grey-sec {
      background-color: #DDE2E9;
      border-radius: 12px;
      padding: 25px 18px;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      -webkit-animation: showMe 0.7s ease-in-out 2.5s forwards;
              animation: showMe 0.7s ease-in-out 2.5s forwards;
      opacity: 0; }
      .org-chart .colors-sec .grey-sec div {
        font-size: 15px;
        color: #464749; }
        .org-chart .colors-sec .grey-sec div span {
          display: inline-block;
          width: 15px;
          height: 15px;
          border-radius: 4px;
          margin-right: 15px;
          vertical-align: middle; }
        .org-chart .colors-sec .grey-sec div.color-one span {
          background-color: #005D45;
          border: 2px solid #005D45; }
        .org-chart .colors-sec .grey-sec div.color-two span {
          background-color: #fff;
          border: 2px solid #005D45; }
        .org-chart .colors-sec .grey-sec div.color-three span {
          background-color: #46C752;
          border: 2px solid #47AA4F; }
  .org-chart .last-with-date {
    border-top: 1px solid #B7C1BE;
    padding-top: 10px;
    padding-bottom: 70px;
    -webkit-animation: showMe 0.7s ease-in-out 2.8s forwards;
            animation: showMe 0.7s ease-in-out 2.8s forwards;
    opacity: 0; }
    .org-chart .last-with-date .content-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .org-chart .last-with-date .content-box .name {
        font-size: 16px;
        font-weight: 600;
        color: #005D45;
        margin-right: 11px; }
      .org-chart .last-with-date .content-box .date {
        font-size: 16px;
        font-weight: 500;
        color: #727F7C; }
        .org-chart .last-with-date .content-box .date img {
          margin-right: 8px; }

.feedback-main-content {
  margin-top: 45px; }
  .feedback-main-content .h2-main {
    font-size: 1.5625rem;
    font-weight: 600;
    color: #041A2D;
    margin-bottom: 32px;
    text-align: center; }
    .feedback-main-content .h2-main img {
      margin-right: 15px; }
  .feedback-main-content p {
    font-size: 1rem;
    font-weight: 500;
    color: #32383D;
    margin-bottom: 37px;
    text-align: center; }

.feedback-slider .feedback-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 303px;
  border-radius: 16px;
  background-color: #fff;
  padding: 35px 24px 48px;
  -webkit-transition: 500ms;
  transition: 500ms; }
  .feedback-slider .feedback-card img {
    width: auto; }
  .feedback-slider .feedback-card .img-box {
    max-height: 53px;
    margin-bottom: 16px;
    -webkit-transition: 500ms;
    transition: 500ms;
    -webkit-transform: translateY(15px);
            transform: translateY(15px); }
  .feedback-slider .feedback-card .content-box {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    width: 100%;
    -webkit-transition: 500ms;
    transition: 500ms; }
    .feedback-slider .feedback-card .content-box h5 {
      color: #005D45;
      font-weight: 500;
      font-size: 1.125rem;
      text-align: center;
      line-height: 30px;
      -webkit-transition: 500ms;
      transition: 500ms; }
    .feedback-slider .feedback-card .content-box .stars-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: rgba(240, 179, 73, 0.07);
      border-radius: 50px;
      width: 100%;
      height: 56px;
      margin: 16px 0;
      -webkit-transition: 500ms;
      transition: 500ms; }
      .feedback-slider .feedback-card .content-box .stars-container .star {
        width: 28px;
        height: 28px;
        margin-right: 16px; }
        .feedback-slider .feedback-card .content-box .stars-container .star:last-child {
          margin-right: 0; }
    .feedback-slider .feedback-card .content-box .rate {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .feedback-slider .feedback-card .content-box .rate img {
        width: 20px;
        height: 20px;
        margin-right: 7px; }
      .feedback-slider .feedback-card .content-box .rate span {
        font-size: 0.875rem;
        color: #32383D; }
    .feedback-slider .feedback-card .content-box .hidden-sec {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transform: translateY(86px);
              transform: translateY(86px);
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
      -webkit-transition: 500ms;
      transition: 500ms; }
      .feedback-slider .feedback-card .content-box .hidden-sec .logo {
        width: 70px;
        height: 32px; }
        .feedback-slider .feedback-card .content-box .hidden-sec .logo img {
          max-width: 100%; }
      .feedback-slider .feedback-card .content-box .hidden-sec a {
        font-size: 0.875rem;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .feedback-slider .feedback-card .content-box .hidden-sec a img {
          margin-left: 7px; }
  .feedback-slider .feedback-card:hover {
    background-color: #005D45;
    padding-top: 18px;
    padding-bottom: 22px; }
    .feedback-slider .feedback-card:hover .img-box {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-filter: brightness(5);
              filter: brightness(5); }
    .feedback-slider .feedback-card:hover .content-box {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      .feedback-slider .feedback-card:hover .content-box h5 {
        color: #fff; }
      .feedback-slider .feedback-card:hover .content-box .rate {
        margin-bottom: 11px; }
        .feedback-slider .feedback-card:hover .content-box .rate span {
          color: #fff; }
      .feedback-slider .feedback-card:hover .content-box .hidden-sec {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
                transform: translateY(0); }

.feedback-slider.arrowz-news {
  margin-bottom: 200px; }
  .feedback-slider.arrowz-news .owl-carousel .owl-nav button {
    background-image: none;
    background-color: #FFFFFF;
    -webkit-filter: drop-shadow(0 0 20px rgba(201, 201, 201, 0.3));
            filter: drop-shadow(0 0 20px rgba(201, 201, 201, 0.3));
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .feedback-slider.arrowz-news .owl-carousel .owl-nav button.owl-next {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  .feedback-slider.arrowz-news .owl-theme .owl-nav {
    margin-top: 48px; }
  .feedback-slider.arrowz-news .owl-dots .owl-dot.active span, .feedback-slider.arrowz-news .owl-dots .owl-dot:hover span {
    background-color: rgba(105, 115, 123, 0.25); }
  .feedback-slider.arrowz-news .owl-dots .owl-dot.active span {
    background: #46C752;
    width: 40px; }

.ads-list {
  margin-bottom: 100px; }
  .ads-list .boxADSSlide {
    height: 450px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    border-radius: 16px;
    border: 4px solid #fff;
    margin-bottom: 50px;
    -webkit-box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
            box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1); }
    .ads-list .boxADSSlide::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), color-stop(transparent), color-stop(rgba(0, 93, 69, 0.96)), to(rgba(0, 93, 69, 0.96)));
      background-image: linear-gradient(180deg, transparent, transparent, transparent, rgba(0, 93, 69, 0.96), rgba(0, 93, 69, 0.96));
      border-radius: 16px;
      z-index: -1;
      -webkit-transition: 0.25s;
      transition: 0.25s; }
    .ads-list .boxADSSlide > img {
      position: absolute;
      top: 0;
      z-index: -1;
      border-radius: 16px;
      -webkit-transition: 0.25s;
      transition: 0.25s; }
    .ads-list .boxADSSlide .ADBoxTxt {
      padding: 0 10px; }
      .ads-list .boxADSSlide .ADBoxTxt h1 {
        font-size: 1.375rem;
        font-weight: bold;
        color: #fff;
        text-align: center;
        line-height: 35px;
        max-height: calc(35px *2);
        overflow: hidden;
        -webkit-transition: 0.25s;
        transition: 0.25s;
        margin-bottom: 15px; }
      .ads-list .boxADSSlide .ADBoxTxt .dateBox {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-bottom: 39px; }
        .ads-list .boxADSSlide .ADBoxTxt .dateBox img {
          max-width: 25px; }
        .ads-list .boxADSSlide .ADBoxTxt .dateBox span {
          color: #fff; }
    .ads-list .boxADSSlide:hover > img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
    .ads-list .boxADSSlide:hover .ADBoxTxt h1 {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px); }
    .ads-list .boxADSSlide:hover::after {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 93, 69, 0.18)), color-stop(rgba(0, 93, 69, 0.18)), color-stop(rgba(0, 93, 69, 0.18)), color-stop(rgba(0, 93, 69, 0.96)), to(#005D45));
      background-image: linear-gradient(180deg, rgba(0, 93, 69, 0.18), rgba(0, 93, 69, 0.18), rgba(0, 93, 69, 0.18), rgba(0, 93, 69, 0.96), #005D45); }

.open-data .content-box {
  margin-bottom: 50px; }
  .open-data .content-box p {
    font-size: 1.0625rem;
    color: #0B261F;
    margin-bottom: 15px;
    font-weight: 400;
    text-align: left; }
    .open-data .content-box p a {
      font-size: 1rem;
      font-weight: 600;
      color: #46C752;
      margin-left: 10px; }
      .open-data .content-box p a img {
        margin-left: 8px; }

.open-data .alertInfo {
  margin-bottom: 80px; }

.open-data .social-card.sharing-card {
  height: 305px;
  padding-left: 25px;
  padding-right: 25px; }
  .open-data .social-card.sharing-card h3 {
    font-size: 1.5rem;
    line-height: 32px;
    text-align: center; }
  .open-data .social-card.sharing-card:hover .img-box {
    -webkit-transform: translateY(-10px) scale(1.2);
            transform: translateY(-10px) scale(1.2); }

.open-data-top {
  margin-bottom: 140px; }
  .open-data-top h2.with-arrow {
    font-size: 1.5625rem;
    color: #041A2D;
    font-weight: 700;
    margin-bottom: 24px; }
    .open-data-top h2.with-arrow img {
      margin-right: 10px; }
  .open-data-top p {
    padding-left: 45px;
    font-size: 1rem;
    font-weight: 500;
    color: #32383D;
    margin-bottom: 24px;
    line-height: 36px; }
  .open-data-top .data-card {
    background-color: #fff;
    border: 1px solid #D9DFE6;
    border-radius: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 86px;
    padding: 15px 35px;
    margin-left: 45px;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden; }
    .open-data-top .data-card .content-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 80%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .open-data-top .data-card .content-box img {
        margin-right: 15px; }
      .open-data-top .data-card .content-box span {
        font-size: 1rem;
        font-weight: 500;
        color: #46C752; }
    .open-data-top .data-card .btns a {
      font-size: 1rem;
      font-weight: 400;
      margin-left: 24px;
      display: inline-block; }
      .open-data-top .data-card .btns a img {
        margin-right: 12px; }
      .open-data-top .data-card .btns a.show {
        color: #005D45; }
      .open-data-top .data-card .btns a.download {
        color: #008941; }
        .open-data-top .data-card .btns a.download::before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }

.mapIframe {
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  margin-bottom: 140px; }
  .mapIframe iframe {
    width: 100%;
    height: 1000px; }

.telephone-book-card {
  background-color: #fff;
  width: 100%;
  height: 350px;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 3px 25px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 3px 25px rgba(0, 0, 0, 0.1));
  padding: 20px 10px;
  margin-bottom: 30px; }
  .telephone-book-card .img-box {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -webkit-transform: translateY(55px);
            transform: translateY(55px);
    margin-bottom: 10px;
    -webkit-transition: 1s;
    transition: 1s; }
    .telephone-book-card .img-box img {
      width: 100%;
      height: 100%; }
  .telephone-book-card .content-box {
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translateY(70px);
            transform: translateY(70px); }
    .telephone-book-card .content-box h4 {
      font-size: 1.25rem;
      font-weight: 700;
      color: #005D45;
      line-height: 28px;
      margin-bottom: 5px;
      -webkit-transition: 500ms;
      transition: 500ms;
      text-align: center; }
    .telephone-book-card .content-box p.manseb {
      font-size: 1.125rem;
      font-weight: 500;
      color: #646D75;
      margin-bottom: 0;
      line-height: 26px;
      max-height: calc(26px * 2);
      overflow: hidden;
      text-align: center; }
  .telephone-book-card .phone-det {
    margin-top: 10px; }
    .telephone-book-card .phone-det p {
      font-size: 1rem;
      font-weight: 500;
      color: #646D75;
      margin-top: 20px;
      margin-bottom: 20px;
      text-align: center;
      height: auto;
      line-height: 24px;
      max-height: calc(24px * 3); }
    .telephone-book-card .phone-det .phone {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      margin-bottom: 15px; }
      .telephone-book-card .phone-det .phone img {
        width: 30px;
        height: 30px;
        margin-bottom: 5px; }
      .telephone-book-card .phone-det .phone span {
        font-size: 1.25rem;
        font-weight: 600;
        color: #005D45;
        text-align: center; }
  .telephone-book-card .hidden-info {
    opacity: 0;
    -webkit-transform: translateY(210px);
            transform: translateY(210px);
    -webkit-transition: 1s;
    transition: 1s; }
    .telephone-book-card .hidden-info .wekala {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 10px;
      margin-bottom: 10px; }
      .telephone-book-card .hidden-info .wekala h6 {
        font-size: 1rem;
        font-weight: 500;
        margin-bottom: 7px;
        color: #041A2D; }
      .telephone-book-card .hidden-info .wekala p {
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 7px;
        color: #646D75;
        line-height: inherit; }
    .telephone-book-card .hidden-info .qesm {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .telephone-book-card .hidden-info .qesm h6 {
        font-size: 1rem;
        font-weight: 500;
        margin-bottom: 7px;
        color: #041A2D; }
      .telephone-book-card .hidden-info .qesm p {
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 7px;
        color: #646D75;
        line-height: inherit; }
  .telephone-book-card:hover .img-box {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    width: 0;
    height: 0;
    margin-bottom: 0; }
  .telephone-book-card:hover .content-box {
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }
  .telephone-book-card:hover .hidden-info {
    opacity: 1;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }

.under-const {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 75px;
  margin-bottom: 100px; }
  .under-const .img-box {
    margin-bottom: 40px; }
  .under-const .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .under-const .content-box h4 {
      color: #005D45;
      font-size: 2.5rem;
      font-weight: 600;
      margin-bottom: 20px; }
    .under-const .content-box p {
      font-size: 1.125rem;
      font-weight: 500;
      color: #646D75;
      margin-bottom: 40px; }
    .under-const .content-box a.back-home {
      background-color: #46C752;
      border-radius: 26px;
      color: #fff;
      font-size: 1.25rem;
      font-weight: 400;
      -webkit-filter: drop-shadow(0 5px 25px rgba(0, 93, 69, 0.3));
              filter: drop-shadow(0 5px 25px rgba(0, 93, 69, 0.3));
      padding: 14px 25px 18px; }
      .under-const .content-box a.back-home img {
        margin-left: 30px; }

.scroll-sec {
  background-color: #005D45;
  padding: 22px 10px;
  margin-top: -60px; }
  .scroll-sec.fixed-ntp2020 {
    position: fixed;
    width: 100%;
    top: 95px;
    left: 0;
    z-index: 99;
    margin-top: 0; }
  .scroll-sec ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    padding: 0;
    margin-bottom: 0; }
    .scroll-sec ul li {
      margin-right: 40px; }
      .scroll-sec ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: relative; }
        .scroll-sec ul li a img {
          width: 36px;
          height: 36px;
          margin-right: 15px;
          -webkit-filter: grayscale(1);
                  filter: grayscale(1);
          -webkit-transition: 500ms;
          transition: 500ms; }
        .scroll-sec ul li a span {
          font-size: 1.0625rem;
          font-weight: 500;
          color: #BDBDBD;
          -webkit-transition: 500ms;
          transition: 500ms; }
        .scroll-sec ul li a::before {
          content: "";
          position: absolute;
          width: 0;
          height: 3px;
          background-color: #46C752;
          left: 0;
          bottom: -22px;
          -webkit-transition: 500ms;
          transition: 500ms; }
        .scroll-sec ul li a.active span {
          color: #46C752; }
        .scroll-sec ul li a.active img {
          -webkit-filter: none;
                  filter: none; }
        .scroll-sec ul li a.active::before {
          width: 100%; }

.ntp-header {
  font-size: 2.5rem;
  font-weight: 600;
  color: #005D45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 45px; }
  .ntp-header img {
    width: 60px;
    height: 60px;
    margin-right: 25px; }

.offset-lg-1 {
  margin-left: 8.33333333%;
  margin-right: 0; }

.challenge {
  margin-top: 75px;
  margin-bottom: 75px; }
  .challenge .white-card {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.08);
            box-shadow: 0 3px 25px rgba(0, 0, 0, 0.08); }
    .challenge .white-card .content-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
      padding: 35px 70px; }
      .challenge .white-card .content-box img {
        width: 86px;
        height: 86px;
        margin-bottom: 33px; }
      .challenge .white-card .content-box h5 {
        font-size: 1.5625rem;
        font-weight: 600;
        color: #041A2D; }
    .challenge .white-card .img-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }

.ntp-list {
  background-color: #EAEFF6;
  padding-top: 60px;
  padding-bottom: 75px; }
  .ntp-list ul {
    padding: 0; }
    .ntp-list ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #fff;
      border-radius: 12px;
      padding: 9px 16px;
      font-size: 1.125rem;
      color: #0B261F;
      margin-bottom: 25px;
      width: 100%; }
      .ntp-list ul li .number {
        border: 2px solid #46C752;
        border-radius: 8px;
        color: #46C752;
        font-size: 1.25rem;
        font-weight: 600;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 40px;
        height: 40px;
        margin-right: 20px; }
  .ntp-list .show-more {
    display: block;
    text-align: center;
    padding-top: 8px;
    width: 200px;
    height: 48px;
    font-size: 1.125rem;
    font-weight: 600;
    color: #78838C;
    background-color: #E0E5E9;
    border-radius: 23px;
    -webkit-transition: 500ms;
    transition: 500ms;
    margin-top: 40px; }
    .ntp-list .show-more span {
      margin: 0 8px; }
    .ntp-list .show-more:hover {
      background-color: #D6DBDF; }

.ntp-goals {
  background-image: url(../images/ntp-2020/golas-bg.svg);
  background-repeat: no-repeat;
  background-position: 60px 220px; }

.pointers {
  padding-top: 85px;
  padding-bottom: 75px;
  background-image: url(../images/ntp-2020/ksa-logo.svg);
  background-repeat: no-repeat;
  background-position: 50px 330px; }
  .pointers img {
    max-width: 100%; }

.charts {
  background-color: #fff;
  -webkit-box-shadow: 0 15px 35px rgba(0, 93, 69, 0.05);
          box-shadow: 0 15px 35px rgba(0, 93, 69, 0.05);
  border-radius: 16px;
  margin-bottom: 40px;
  overflow: hidden; }
  .charts img {
    max-width: 100%; }

.ntp-initiatives {
  margin-bottom: 170px; }

.important-link-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 25px 20px;
  height: 265px;
  background-color: #fff;
  border-radius: 16px;
  -webkit-transition: .5s;
  transition: .5s;
  margin-bottom: 30px;
  position: relative; }
  .important-link-card .img-box img {
    max-width: 100%; }
  .important-link-card .content-box {
    margin-top: 25px; }
    .important-link-card .content-box h4 {
      font-size: 1.125rem;
      font-weight: 500;
      color: #005D45;
      text-align: center;
      line-height: 28px;
      padding: 0 10px;
      margin-bottom: 0; }
  .important-link-card:hover {
    -webkit-box-shadow: 0 5px 55px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 55px rgba(0, 0, 0, 0.1); }

.list-trans {
  height: 700px;
  position: relative; }

.trans-card {
  position: absolute;
  width: 33.333%;
  left: 0;
  height: 590px;
  overflow: hidden;
  display: block;
  /* border-bottom: 15px solid #25816d; */
  -webkit-transition: 300ms;
  transition: 300ms;
  /* border-bottom-color: #df7f02; */ }

.trans-card:nth-child(2) {
  left: 33.333%;
  /* border-bottom-color: #00b6cf; */ }

.trans-card:nth-child(3) {
  left: 66.666%;
  /* border-bottom-color: #00c063; */ }

.trans-card .img-box {
  position: absolute;
  height: 100%;
  z-index: 1;
  width: 100%; }

.trans-card .img-box img {
  /* width: auto;
    min-height: 100%; */
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.trans-card .img-box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  /* background: -webkit-linear-gradient( -45deg, rgba(0, 0, 0, 0.14902) 0%, rgba(0, 0, 0, 0.6) 100% ); */
  background: #000000;
  opacity: .20;
  -webkit-transition: all 0.8s ease 0.1s;
  transition: all 0.8s ease 0.1s; }

.trans-card .content-box {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 70px 40px; }

.trans-card .content-box .icon {
  position: absolute;
  width: 70px;
  height: 55px;
  border-radius: 50%;
  padding: 0;
  left: 40px;
  top: 390px;
  /* transform: translateX(50%) translateY(0); */
  -webkit-transition: 500ms;
  transition: 500ms; }

/* .trans-card .content-box .icon::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease 0.1s;

} */
.trans-card .content-box .icon img {
  max-width: 100%;
  /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%); */ }

.trans-card .content-box .card-title {
  position: absolute;
  top: 457px;
  left: 40px;
  color: white;
  font-weight: normal;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-padding-end: 1.75rem;
          padding-inline-end: 1.75rem;
  margin-bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 43px;
  -webkit-transition: 500ms;
  transition: 500ms; }

.trans-card .content-box .card-title::after {
  content: "";
  position: absolute;
  top: 11px;
  right: -12px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../images/cards/arrow1.svg);
  background-image: linear-gradient(transparent, transparent), url(../images/cards/arrow1.svg);
  width: 28px;
  height: 28px;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat; }

.trans-card .content-box .hidden-content {
  /* display: none; */
  -webkit-transform: translateY(650px);
          transform: translateY(650px);
  -webkit-transition: 500ms ease;
  transition: 500ms ease; }

.trans-card .content-box .hidden-content .first-title {
  text-align: center;
  color: #fff;
  font-size: 1.4375rem;
  margin-bottom: 20px; }

.trans-card .content-box .hidden-content .first-title img {
  max-width: 70px;
  max-height: 60px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px; }

.trans-card .content-box .hidden-content .second-title {
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
  margin-bottom: 30px; }

.trans-card .content-box .hidden-content a.initiativesDetails--link {
  /* background-color: rgba(0, 0, 0, 0.15); */
  border-radius: 12px;
  padding: 5px;
  padding-left: 45px;
  font-size: 15px;
  display: block;
  color: #fff;
  margin-top: 10px;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s; }

.trans-card .content-box .hidden-content a.initiativesDetails--link:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3); }

.trans-card .content-box .hidden-content a.initiativesDetails--link::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  background: url(../images/cards/tabArr.svg) no-repeat center center transparent;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  /* background-size: 14px; */
  -webkit-transform: translateX(0) translateY(-50%);
          transform: translateX(0) translateY(-50%); }

.Details-close {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  position: relative;
  background: url(../images/cards/notification-close.svg) center center #fff no-repeat;
  background-size: 22px;
  position: absolute;
  left: 20px;
  cursor: pointer;
  top: 20px; }

/* orange */
/* .trans-card.card-orange {
    border-bottom-color: #df7f02;
    transition: 300ms;
} */
/* .trans-card:first-of-type:hover .img-box::before, .trans-card:first-of-type.is-active .img-box::before{
    background: -moz-linear-gradient( -45deg, rgba(229, 198, 53, 0.15) 0%, #d07f00 100% );
    background: -webkit-linear-gradient( -45deg, rgba(229, 198, 53, 0.15) 0%, #d07f00 100% );
    background: -ms-linear-gradient( -45deg, rgba(229, 198, 53, 0.15) 0%, #d07f00 100% );
} */
/* blue */
/* .trans-card.card-blue {
    border-bottom-color: #00b6cf;
} */
/* .trans-card:nth-child(2):hover .img-box::before, .trans-card:nth-child(2).is-active .img-box::before{
    background: -moz-linear-gradient( -45deg, rgba(54, 185, 183, 0.15) 0%, #008c42 100% );
    background: -webkit-linear-gradient( -45deg, rgba(54, 185, 183, 0.15) 0%, #008c42 100% );
    background: -ms-linear-gradient( -45deg, rgba(54, 185, 183, 0.15) 0%, #008c42 100% );
} */
/* green */
/* .trans-card.card-green {
    border-bottom-color: #00c063;
} */
/* .trans-card:nth-child(3):hover .img-box::before, .trans-card:nth-child(3).is-active .img-box::before{
    background: -moz-linear-gradient( -45deg, rgba(0, 92, 156, 0.15) 0%, #00b6b4 100% );
    background: -webkit-linear-gradient( -45deg, rgba(0, 92, 156, 0.15) 0%, #00b6b4 100% );
    background: -ms-linear-gradient( -45deg, rgba(0, 92, 156, 0.15) 0%, #00b6b4 100% );
} */
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }
@keyframes spinAround {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

.trans-card:hover .icon:before {
  -webkit-animation: spinAround 15s linear infinite;
  animation: spinAround 15s linear infinite;
  border-color: #fff; }

.trans-card.is-active {
  width: 42.5%;
  z-index: 9;
  /* left: 0; */ }

.trans-card.is-active .img-box img {
  width: 100%; }

.trans-card.is-active .content-box .icon {
  /* transform: translateY(-30px);
    z-index: -5;
    opacity: 0; */
  top: 46px;
  left: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%); }

.trans-card.is-active .content-box .card-title {
  /* transform: translateY(-50px);
    z-index: -5;
    opacity: 0; */
  top: 114px;
  left: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%); }

.trans-card.is-active .content-box .hidden-content {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  /* padding: 40px 100px 20px; */ }

.trans-card:nth-child(2).is-active {
  left: 28.75%; }

.trans-card:nth-child(3).is-active {
  left: 57.5%; }

.trans-card.not-active {
  width: 28.75%; }

.trans-card:nth-child(2).not-active {
  left: 42.5%; }

.trans-card:nth-child(3).not-active {
  left: 71.25%; }

.trans-card.not-active .img-box::before {
  opacity: .5; }

.trans-card.not-active + .trans-card:nth-child(2) {
  left: 28.75%; }

.main-chats-p {
  font-size: 1rem;
  font-weight: 500;
  color: #32383D;
  margin-bottom: 45px;
  text-align: center; }

.Minister-CV {
  margin-bottom: 60px; }
  .Minister-CV .img-box {
    width: 100%;
    height: 100%;
    border-radius: 8px; }
    .Minister-CV .img-box img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .Minister-CV .content-box {
    padding-top: 25px; }
    .Minister-CV .content-box h4 {
      font-size: 1.5625rem;
      font-weight: 600;
      color: #005D45;
      line-height: 40px;
      margin-bottom: 5px; }
    .Minister-CV .content-box h3 {
      font-size: 1.875rem;
      font-weight: 600;
      color: #005D45;
      line-height: 60px;
      margin-bottom: 15px; }
    .Minister-CV .content-box h5 {
      font-size: 1.125rem;
      font-weight: 500;
      color: #46C752;
      margin-bottom: 5px; }

.Minister-CV-content .content-sec {
  margin-bottom: 60px; }
  .Minister-CV-content .content-sec h2.with-arrow {
    font-size: 1.5625rem;
    font-weight: 600;
    color: #005D45;
    margin-bottom: 16px; }
    .Minister-CV-content .content-sec h2.with-arrow img {
      width: 25px;
      height: 25px;
      vertical-align: bottom;
      margin-right: 15px; }
  .Minister-CV-content .content-sec p {
    font-size: 1.0625rem;
    color: #0B261F;
    margin-bottom: 15px; }
    .Minister-CV-content .content-sec p + p {
      margin-top: 30px; }
  .Minister-CV-content .content-sec ul {
    padding: 0; }
    .Minister-CV-content .content-sec ul li {
      margin-bottom: 20px;
      font-size: 1rem;
      color: #0B261F;
      display: inline-block;
      position: relative;
      padding-left: 25px;
      margin-right: 10px; }
      .Minister-CV-content .content-sec ul li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 11px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #239157; }
    .Minister-CV-content .content-sec ul.half-row li {
      width: calc(50% - 20px); }

.content table.user-sat-table {
  margin-top: 45px;
  margin-bottom: 30px; }
  .content table.user-sat-table tbody td:first-child {
    padding: 7px 25px; }

.main-with-arrow {
  font-size: 1.5625rem;
  font-weight: 600;
  color: #041A2D; }
  .main-with-arrow img {
    width: 25px;
    height: 25px;
    margin-right: 15px; }

.main-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.contact-white-card {
  background-color: #fff;
  -webkit-box-shadow: 0 15px 35px rgba(0, 93, 69, 0.05);
          box-shadow: 0 15px 35px rgba(0, 93, 69, 0.05);
  border-radius: 16px;
  margin-bottom: 40px;
  overflow: hidden;
  padding: 20px;
  padding-left: 28px;
  padding-top: 30px; }
  .contact-white-card h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #041A2D;
    margin-bottom: 15px;
    position: relative;
    line-height: 47px; }
    .contact-white-card h4::before {
      content: "";
      position: absolute;
      left: -28px;
      top: -1px;
      width: 5px;
      height: 50px;
      background-color: #46C752;
      border-radius: 15px 0 0 15px; }
  .contact-white-card .time {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #E2E5E4; }
    .contact-white-card .time p {
      font-size: 1.125rem;
      font-weight: 600;
      color: #32383D;
      padding: 0 12px; }
  .contact-white-card .contact-data {
    padding: 0 12px; }
    .contact-white-card .contact-data .informations {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 15px; }
      .contact-white-card .contact-data .informations .img-box {
        width: 25px;
        margin-right: 12px; }
        .contact-white-card .contact-data .informations .img-box img {
          max-width: 100%; }
      .contact-white-card .contact-data .informations div span {
        font-size: 1rem;
        color: #32383D; }
        .contact-white-card .contact-data .informations div span.bold {
          font-size: 1.125rem;
          font-weight: 600;
          margin-left: 8px; }
        .contact-white-card .contact-data .informations div span.location {
          font-size: 1rem;
          font-weight: 500;
          color: #46C752; }
        .contact-white-card .contact-data .informations div span.mail {
          font-size: 1rem;
          font-weight: 500;
          color: #005D45; }

.contact-data-map {
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  margin-bottom: 140px; }
  .contact-data-map iframe {
    width: 100%;
    height: 570px; }

.mainBlueColor {
  color: #005D45 !important; }

.Portal-statistics-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 47px 23px 24px;
  width: 100%;
  height: 250px;
  margin-bottom: 30px;
  -webkit-transition: 500ms;
  transition: 500ms;
  text-align: center; }
  .Portal-statistics-card .numbers {
    position: relative;
    margin-bottom: 23px; }
    .Portal-statistics-card .numbers::after {
      content: "";
      width: 39px;
      height: 5px;
      background-color: #BFC8C6;
      position: absolute;
      bottom: -2px;
      left: 50%;
      -webkit-transform: translateX(50%);
              transform: translateX(50%);
      border-radius: 8px; }
    .Portal-statistics-card .numbers h4 {
      font-size: 2.5rem;
      line-height: 79px;
      font-weight: 600;
      color: #46C752; }
  .Portal-statistics-card .title h6 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #32383D; }
  .Portal-statistics-card:hover {
    -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 50px rgba(0, 0, 0, 0.1); }

.Portal-statistics-twoCards {
  background-color: #fff;
  border-radius: 16px;
  padding: 25px 30px;
  height: 380px;
  margin-top: 32px;
  margin-bottom: 200px; }
  .Portal-statistics-twoCards h4 {
    font-size: 1.5625rem;
    font-weight: 600;
    color: #041A2D;
    margin-bottom: 20px;
    position: relative;
    line-height: 50px; }
    .Portal-statistics-twoCards h4::before {
      content: "";
      position: absolute;
      width: 5px;
      height: 50px;
      background-color: #46C752;
      border-radius: 15px 0 0 15px;
      left: -30px;
      top: 0px; }
  .Portal-statistics-twoCards p {
    font-size: 1rem;
    font-weight: 500;
    color: #32383D;
    line-height: 34px;
    margin-bottom: 28px; }
    .Portal-statistics-twoCards p a.green-a {
      font-size: 1rem;
      font-weight: 500;
      color: #46C752;
      margin-left: 10px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .Portal-statistics-twoCards p a.green-a img {
        margin-left: 10px; }
  .Portal-statistics-twoCards .second-sec {
    border-top: 1px solid #BFC9C7;
    padding-top: 28px; }
    .Portal-statistics-twoCards .second-sec .title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 20px; }
      .Portal-statistics-twoCards .second-sec .title .img-box {
        margin-right: 15px; }
      .Portal-statistics-twoCards .second-sec .title .content-box h6 {
        font-size: 1.25rem;
        font-weight: 500;
        color: #041A2D;
        line-height: 30px;
        margin-bottom: 0; }
    .Portal-statistics-twoCards .second-sec .btns-sec {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .Portal-statistics-twoCards .second-sec .btns-sec a {
        font-size: 1rem;
        font-weight: 400;
        margin-left: 24px;
        display: inline-block; }
        .Portal-statistics-twoCards .second-sec .btns-sec a img {
          margin-right: 8px; }
        .Portal-statistics-twoCards .second-sec .btns-sec a.show {
          color: #005D45; }
        .Portal-statistics-twoCards .second-sec .btns-sec a.download {
          color: #008941; }

.main-comp {
  margin-bottom: 65px; }
  .main-comp p {
    font-size: 1rem;
    font-weight: 500;
    color: #32383D;
    margin-bottom: 15px;
    text-align: center; }
  .main-comp .manasa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .main-comp .manasa div {
      background-color: #fff;
      border-radius: 12px;
      -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
              box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
      margin-right: 30px;
      font-size: 1rem;
      color: #32383D;
      padding: 5px 12px;
      height: 51px;
      position: relative; }
      .main-comp .manasa div img {
        margin-left: 11px; }
      .main-comp .manasa div:last-child {
        margin-right: 0px; }

.list-consultations .consultations-card {
  height: 325px;
  background-color: #fff;
  border-radius: 16px;
  padding: 13px 12px;
  margin-bottom: 30px;
  -webkit-transition: 500ms;
  transition: 500ms;
  overflow: hidden; }
  .list-consultations .consultations-card .hashtags {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .list-consultations .consultations-card .hashtags span {
      background-color: rgba(70, 199, 82, 0.2);
      font-size: 0.875rem;
      font-weight: 500;
      color: #005D45;
      margin-right: 6px;
      width: 88px;
      height: 37px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 6px; }
  .list-consultations .consultations-card .img-box {
    margin-bottom: 15px;
    padding: 0 11px; }
    .list-consultations .consultations-card .img-box img {
      -webkit-transition: 500ms;
      transition: 500ms;
      height: 56px; }
  .list-consultations .consultations-card .content-box {
    margin-bottom: 0;
    padding: 0 11px; }
    .list-consultations .consultations-card .content-box h5 {
      font-size: 0.875rem;
      line-height: 28px;
      font-weight: 400;
      color: #727F7C;
      margin-bottom: 0; }
    .list-consultations .consultations-card .content-box h6 {
      font-size: 1rem;
      font-weight: 500;
      color: #005D45;
      line-height: 26px;
      margin-bottom: 0; }
    .list-consultations .consultations-card .content-box div {
      margin-bottom: 15px; }
      .list-consultations .consultations-card .content-box div.address h6 {
        height: calc(26px *2);
        overflow: hidden; }
      .list-consultations .consultations-card .content-box div.time p.date {
        margin-bottom: 0;
        text-align: left; }
        .list-consultations .consultations-card .content-box div.time p.date span {
          font-size: 0.875rem;
          font-weight: 400;
          color: #32383D; }
          .list-consultations .consultations-card .content-box div.time p.date span.to {
            padding-left: 22px;
            position: relative; }
            .list-consultations .consultations-card .content-box div.time p.date span.to::before {
              content: "-";
              color: #005D45;
              font-size: 1rem;
              font-weight: 500;
              position: absolute;
              left: 5px;
              top: 0%; }
        .list-consultations .consultations-card .content-box div.time p.date img {
          margin-right: 8px; }
  .list-consultations .consultations-card .card-footer {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-top: 1px solid #D5DCE2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 11px 0; }
    .list-consultations .consultations-card .card-footer a {
      font-size: 1rem;
      color: #005D45; }
      .list-consultations .consultations-card .card-footer a img {
        margin-left: 10px; }
    .list-consultations .consultations-card .card-footer .end-time .end-at {
      font-size: .75rem;
      line-height: 24px;
      font-weight: 500;
      color: #46C752;
      margin-bottom: 0; }
    .list-consultations .consultations-card .card-footer .end-time .number {
      font-size: 1.25rem;
      font-weight: 500;
      color: #005D45;
      margin-bottom: 0;
      margin-top: -4px; }
    .list-consultations .consultations-card .card-footer .ended {
      font-size: 0.875rem;
      font-weight: 500;
      color: #E63E33;
      background-color: rgba(240, 83, 73, 0.2);
      border-radius: 6px;
      height: 37px;
      width: 88px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 8px; }
  .list-consultations .consultations-card:hover {
    -webkit-box-shadow: 0 5px 55px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 55px rgba(0, 0, 0, 0.1); }
    .list-consultations .consultations-card:hover .img-box img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }

.sort-button {
  font-size: 1.0625rem;
  color: #fff;
  background-color: #46C752;
  border-radius: 8px;
  height: 48px;
  width: 119px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  -webkit-transition: 500ms;
  transition: 500ms; }
  .sort-button:hover {
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1); }

.Sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .Sections a {
    font-size: 0.875rem;
    font-weight: 500;
    color: #005D45;
    border-radius: 6px;
    background-color: rgba(70, 199, 82, 0.2);
    -webkit-transition: 500ms;
    transition: 500ms;
    height: 37px;
    min-width: 28px;
    padding: 0 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 6px; }
    .Sections a.active {
      color: #fff;
      background-color: #005D45; }

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

.sort-sec2 .search-right .serv-stat-sort select {
  width: 385px; }

.content table.serv-stat-table tbody td,
.content table.serv-stat-table tbody tr:first-child td,
.content table.serv-stat-table tbody tr:first-child th {
  text-align: left;
  padding: 0.5rem 26px; }

.e-service-statistics-main {
  height: 624px;
  width: 100%;
  margin-top: -60px;
  position: relative;
  padding-top: 108px;
  overflow: hidden; }
  .e-service-statistics-main::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #041a2d;
    background: -webkit-gradient(linear, left top, right top, from(rgba(4, 26, 45, 0)), to(rgba(4, 26, 45, 0.496236)));
    background: linear-gradient(90deg, rgba(4, 26, 45, 0) 0%, rgba(4, 26, 45, 0.496236) 100%);
    z-index: 1; }
  .e-service-statistics-main .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
    .e-service-statistics-main .img-box img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .e-service-statistics-main .content-box {
    background: #60ac66;
    background: linear-gradient(96deg, rgba(96, 172, 102, 0) 0%, #60ac66 60%, #60ac66 100%);
    border-radius: 29px;
    padding-top: 17px;
    padding-bottom: 45px;
    padding-left: 45px;
    padding-right: 105px;
    position: relative;
    z-index: 1; }
    .e-service-statistics-main .content-box h2 {
      font-size: 3.625rem;
      font-weight: 600;
      color: #fff;
      margin-bottom: 30px; }
    .e-service-statistics-main .content-box p {
      font-size: 1rem;
      font-weight: 500;
      color: #fff;
      margin-bottom: 50px; }
    .e-service-statistics-main .content-box a.moree {
      font-size: 1.25rem;
      font-weight: 500;
      color: #fff;
      border: 2px solid #fff;
      -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
              box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
      border-radius: 26px;
      padding: 8px 25px 15px; }
      .e-service-statistics-main .content-box a.moree img {
        margin-left: 50px; }

.offset-lg-2 {
  margin-left: 16.66666667%;
  margin-right: 0; }

.main-head-WZ-icon {
  font-size: 1.5625rem;
  font-weight: 600;
  color: #005D45;
  text-align: center;
  margin-bottom: 0; }
  .main-head-WZ-icon img {
    margin-right: 25px;
    width: 60px;
    height: 60px; }

.wakeel {
  padding-top: 80px;
  padding-bottom: 100px; }
  .wakeel .main-head-WZ-icon {
    margin-bottom: 44px; }
  .wakeel .wakeel-card {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.08);
            box-shadow: 0 3px 25px rgba(0, 0, 0, 0.08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 330px; }
    .wakeel .wakeel-card .img-box {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 305px;
              flex: 0 0 305px;
      width: 305px;
      height: 100%;
      overflow: hidden; }
      .wakeel .wakeel-card .img-box img {
        width: 100%;
        height: 100%; }
      .wakeel .wakeel-card .img-box .ms-rtestate-field {
        margin: 0; }
    .wakeel .wakeel-card .content-box {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 25px 50px; }
      .wakeel .wakeel-card .content-box h4 {
        font-size: 1.25rem;
        font-weight: 600;
        color: #005D45;
        line-height: 40px;
        margin-bottom: 3px; }
      .wakeel .wakeel-card .content-box p {
        font-size: 1.125rem;
        font-weight: 500;
        color: #646D75;
        margin-bottom: 0; }
      .wakeel .wakeel-card .content-box .contact {
        margin-top: 39px; }
        .wakeel .wakeel-card .content-box .contact p {
          margin-bottom: 15px; }
        .wakeel .wakeel-card .content-box .contact .phone {
          font-size: 1.25rem;
          font-weight: 600;
          color: #005D45; }
          .wakeel .wakeel-card .content-box .contact .phone img {
            margin-right: 15px; }

.tasks {
  margin-bottom: 60px;
  background-image: url(../images/wekala/circle.svg), url(../images/wekala/circle.svg);
  background-position: top left+85px, bottom right+85px;
  background-repeat: no-repeat; }
  .tasks .main-head-WZ-icon {
    margin-bottom: 42px; }
  .tasks ul {
    counter-reset: li;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .tasks ul li {
      width: 49%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #fff;
      border-radius: 12px;
      padding: 10px 16px 14px;
      font-size: 1.125rem;
      color: #0B261F;
      margin: .5%;
      margin-bottom: 25px;
      padding-left: 75px;
      position: relative;
      min-height: 105px; }
      .tasks ul li::before {
        width: 40px;
        height: 40px;
        position: absolute;
        border: 2px solid #46C752;
        border-radius: 8px;
        right: 16px;
        counter-increment: li;
        content: counter(li);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 1.25rem;
        font-weight: 500;
        color: #46C752; }
  .tasks .show-more {
    display: block;
    text-align: center;
    padding-top: 8px;
    width: 200px;
    height: 48px;
    font-size: 1.125rem;
    font-weight: 600;
    color: #78838C;
    background-color: #E0E5E9;
    border-radius: 23px;
    -webkit-transition: 500ms;
    transition: 500ms;
    margin-top: 15px; }
    .tasks .show-more span {
      margin: 0 8px; }
    .tasks .show-more:hover {
      background-color: #D6DBDF; }

.or-chart {
  height: 525px;
  padding-top: 68px;
  background-color: #fff; }
  .or-chart .main-head-WZ-icon {
    margin-bottom: 50px; }

.wekala-chart {
  position: relative; }
  .wekala-chart .main-sec {
    position: absolute;
    min-width: 182px;
    height: 64px;
    background-color: #46C752;
    border: 2px solid #47AA4F;
    border-radius: 12px;
    font-size: 1.125rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 36px;
    padding: 10px 5px 18px;
    left: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    -webkit-filter: drop-shadow(0 10px 25px rgba(6, 67, 35, 0.16));
            filter: drop-shadow(0 10px 25px rgba(6, 67, 35, 0.16)); }
    .wekala-chart .main-sec::before {
      content: "";
      position: absolute;
      width: 2px;
      height: 80px;
      top: 102%;
      left: 50%;
      border: 1px solid #AEBDCB; }
  .wekala-chart .level-one {
    position: relative;
    top: 142px; }
    .wekala-chart .level-one::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(50%);
              transform: translateX(50%);
      border: 1px solid #AEBDCB;
      height: 2px;
      width: 841px; }
    .wekala-chart .level-one::after {
      content: "";
      position: absolute;
      width: 11px;
      height: 11px;
      top: -4px;
      left: 50%;
      -webkit-transform: translateX(40%);
              transform: translateX(40%);
      background-color: #46C752;
      border-radius: 50%; }
    .wekala-chart .level-one div {
      width: 256px;
      height: 70px;
      background-color: #fff;
      border: 2px solid #005D45;
      border-radius: 8px;
      -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
              box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
      text-align: center;
      font-size: 0.9375rem;
      font-weight: 500;
      padding: 9px 14px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #646D75;
      position: absolute;
      top: 50px; }
      .wekala-chart .level-one div::before {
        content: "";
        position: absolute;
        top: -56px;
        left: 50%;
        border: 1px solid #AEBDCB;
        height: 54px;
        width: 2px; }
      .wekala-chart .level-one div.one-1 {
        left: 159px; }
      .wekala-chart .level-one div.one-2 {
        left: 440px; }
      .wekala-chart .level-one div.one-3 {
        left: 720px; }
      .wekala-chart .level-one div.one-4 {
        left: 999px; }

.themes {
  padding-top: 54px;
  padding-bottom: 66px; }
  .themes .main-head-WZ-icon {
    margin-bottom: 66px; }
  .themes .theme-card {
    background-color: #fff;
    border: 1px solid #E2E5E5;
    -webkit-transition: 500ms;
    transition: 500ms;
    margin-bottom: 37px;
    position: relative; }
    .themes .theme-card .img-box {
      width: 100%;
      height: 290px;
      overflow: hidden; }
      .themes .theme-card .img-box img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transition: 500ms;
        transition: 500ms; }
    .themes .theme-card .content-box {
      padding: 16px;
      height: 118px; }
      .themes .theme-card .content-box h4 {
        font-size: 1.25rem;
        font-weight: 500;
        color: #32383D;
        line-height: 37px;
        max-height: calc(37px * 2 + 4px);
        padding-bottom: 6px;
        -webkit-transition: 500ms;
        transition: 500ms;
        position: relative;
        overflow: hidden; }
        .themes .theme-card .content-box h4::before {
          content: "";
          position: absolute;
          width: 25px;
          height: 2px;
          border: 1px solid #005D45;
          border-radius: 6px;
          left: 0;
          bottom: 0;
          -webkit-transition: 500ms;
          transition: 500ms; }
    .themes .theme-card:hover {
      -webkit-box-shadow: 0 3px 85px rgba(0, 0, 0, 0.15);
              box-shadow: 0 3px 85px rgba(0, 0, 0, 0.15); }
      .themes .theme-card:hover .img-box img {
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }
      .themes .theme-card:hover .content-box h4 {
        color: #005D45; }
        .themes .theme-card:hover .content-box h4::before {
          width: 80px; }

.social-media-2 .socMed-card {
  padding-top: 75px;
  padding-bottom: 75px; }
  .social-media-2 .socMed-card:first-child {
    padding-top: 15px; }
  .social-media-2 .socMed-card:last-child {
    margin-bottom: 145px; }
  .social-media-2 .socMed-card .socMed-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    margin-bottom: 75px; }
    .social-media-2 .socMed-card .socMed-content h2 {
      font-size: 1.5625rem;
      margin-bottom: 24px;
      font-weight: 600; }
      .social-media-2 .socMed-card .socMed-content h2 img {
        margin-right: 15px; }
    .social-media-2 .socMed-card .socMed-content p {
      font-size: 1rem;
      font-weight: 500;
      color: #32383D;
      padding-left: 40px; }
  .social-media-2 .socMed-card .socMed-img {
    background-color: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0 15px 35px rgba(0, 52, 98, 0.05);
            box-shadow: 0 15px 35px rgba(0, 52, 98, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 315px; }
    .social-media-2 .socMed-card .socMed-img h3 {
      height: 49px;
      margin-top: 24px;
      margin-bottom: 0;
      color: #041A2D;
      font-size: 1.5625rem;
      font-weight: 600; }
  .social-media-2 .socMed-card.blue-bg {
    background-color: #E1EBF7; }
    .social-media-2 .socMed-card.blue-bg .row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .social-media-2 .socMed-card.blue-bg .row .offset-lg-1 {
        margin-right: 8.33333333%;
        margin-left: 0; }

.open-data-lib-p {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #0B261F;
  margin-bottom: 60px; }

.open-data-lib {
  margin-bottom: 50px; }
  .open-data-lib tbody tr td {
    border-left: 1px solid #D1DBD9 !important;
    border-right: 1px solid #D1DBD9 !important; }
    .open-data-lib tbody tr td:last-child {
      border-right: none !important; }
    .open-data-lib tbody tr td:first-child {
      border-left: none !important; }
  .open-data-lib table {
    padding: 0 50px; }
    .open-data-lib table tbody {
      background-color: transparent !important; }
      .open-data-lib table tbody tr {
        background-color: transparent !important; }
        .open-data-lib table tbody tr:first-child {
          background-color: transparent !important; }
        .open-data-lib table tbody tr td {
          font-size: 1rem;
          font-weight: 500;
          color: #32383D !important;
          text-align: left !important;
          padding: 0 25px;
          border: none !important; }
    .open-data-lib table.border-table tbody tr {
      border-bottom: 1px solid #D1DBD9 !important; }
      .open-data-lib table.border-table tbody tr:last-child {
        border: none !important; }
      .open-data-lib table.border-table tbody tr table tbody tr {
        border: none !important; }

.open-lib-list {
  margin-bottom: 145px; }

.open-lib-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 34px 24px;
  height: 305px; }
  .open-lib-card .img-box {
    margin-bottom: 21px; }
    .open-lib-card .img-box img {
      height: 58px; }
  .open-lib-card .content-box h4 {
    font-size: 1.5625rem;
    font-weight: 600;
    color: #041A2D;
    margin-bottom: 16px; }
  .open-lib-card .content-box p {
    font-size: 1.0625rem;
    font-weight: 400;
    color: #0B261F;
    line-height: 32px; }
    .open-lib-card .content-box p a {
      font-size: 1rem;
      font-weight: 600;
      color: #46C752; }
      .open-lib-card .content-box p a img {
        margin-left: 8px; }

.Administration {
  background-repeat: no-repeat;
  background-color: #005D45;
  background-image: url(../images/wekala/bggg.svg);
  height: 676px;
  position: relative;
  overflow: hidden; }
  .Administration::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 288px;
    height: 304px;
    background-image: url(../images/wekala/bg-2.svg);
    background-repeat: no-repeat;
    background-position: center; }
  .Administration .main-head-WZ-icon {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    background-color: rgba(0, 93, 69, 0.2);
    border-radius: 0 0 40px 40px;
    padding: 33px 90px 37px;
    margin-bottom: 40px;
    color: #fff; }
  .Administration .admins-card {
    background-color: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0 3px 35px rgba(0, 93, 69, 0.2);
            box-shadow: 0 3px 35px rgba(0, 93, 69, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 290px;
    padding: 24px;
    margin-top: 40px;
    -webkit-transition: 300ms;
    transition: 300ms;
    overflow: hidden; }
    .Administration .admins-card .number {
      font-size: 24px;
      font-weight: 600;
      color: #46C752;
      border: 2px solid #46C752;
      border-radius: 29px;
      width: 58px;
      height: 58px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 25px; }
    .Administration .admins-card .title {
      font-size: 1.25rem;
      font-weight: 500;
      color: #005D45;
      text-align: center;
      line-height: 30px;
      height: 60px;
      margin-bottom: 20px; }
  .Administration .popup-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .Administration .popup-more a {
      background-color: #E0E5E9;
      border-radius: 23px;
      padding: 10px 20px;
      font-size: 1rem;
      font-weight: 600;
      color: #005D45;
      height: 48px; }
      .Administration .popup-more a img {
        display: inline-block;
        margin-left: 10px;
        width: 16px;
        height: 16px; }
  .Administration .owl-nav .owl-prev, .Administration .owl-nav .owl-next {
    position: absolute;
    background-color: #fff !important;
    top: 195px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .Administration .owl-nav .owl-prev {
    right: -53px; }
  .Administration .owl-nav .owl-next {
    left: -53px; }
  .Administration .owl-dots {
    position: absolute;
    top: 400px;
    left: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    z-index: -1; }

.shared-dev-ideas .with-arrow {
  font-size: 1.5625rem;
  font-weight: 600;
  color: #041A2D;
  margin-bottom: 24px; }
  .shared-dev-ideas .with-arrow img {
    margin-right: 15px; }

.shared-dev-ideas p {
  font-size: 1rem;
  font-weight: 500;
  color: #32383D;
  line-height: 44px;
  padding-left: 50px; }
  .shared-dev-ideas p .img-box {
    border-radius: 12px;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
            box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    display: inline-block;
    overflow: hidden;
    vertical-align: middle; }

.current-initiatives {
  padding-top: 50px;
  padding-bottom: 70px; }
  .current-initiatives .shared-dev-ideas {
    margin-bottom: 45px; }
  .current-initiatives .current-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    border-radius: 16px;
    height: 330px;
    -webkit-transition: 500ms;
    transition: 500ms; }
    .current-initiatives .current-card .hashtags {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-right: 13px;
      margin-top: 12px; }
      .current-initiatives .current-card .hashtags span {
        background-color: rgba(70, 199, 82, 0.2);
        border-radius: 6px;
        font-size: 14px;
        font-weight: 500;
        color: #005D45;
        margin-right: 6px;
        padding: 0 30px;
        height: 37px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
    .current-initiatives .current-card .title {
      font-size: 1.375rem;
      font-weight: 500;
      color: #005D45;
      line-height: 42px;
      padding: 0 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0;
      text-align: center; }
    .current-initiatives .current-card a {
      font-size: 1rem;
      color: #005D45;
      border-top: 1px solid #D5DCE2;
      padding: 20px 20px 28px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: auto; }
      .current-initiatives .current-card a img {
        width: 30px;
        height: 30px;
        margin-left: 10px;
        -webkit-transition: 300ms;
        transition: 300ms; }
      .current-initiatives .current-card a:hover img {
        -webkit-transform: translateX(-5px);
                transform: translateX(-5px); }
    .current-initiatives .current-card:hover {
      -webkit-box-shadow: 0 5px 55px rgba(0, 0, 0, 0.1);
              box-shadow: 0 5px 55px rgba(0, 0, 0, 0.1); }
  .current-initiatives .owl-stage {
    padding-bottom: 45px; }
  .current-initiatives .owl-nav .owl-prev, .current-initiatives .owl-nav .owl-next {
    position: absolute;
    background-color: #fff !important;
    top: 38%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .current-initiatives .owl-nav .owl-prev {
    right: -65px; }
  .current-initiatives .owl-nav .owl-next {
    left: -65px; }
  .current-initiatives .owl-dots {
    margin-top: 0px; }
    .current-initiatives .owl-dots .owl-dot span {
      background-color: #69737B !important;
      opacity: .25;
      -webkit-transition: 300ms;
      transition: 300ms; }
    .current-initiatives .owl-dots .owl-dot.active span {
      background-color: #46C752 !important;
      opacity: 1; }

.creative {
  padding-top: 80px;
  padding-bottom: 80px; }
  .creative .shared-dev-ideas {
    margin-bottom: 67px; }
    .creative .shared-dev-ideas span {
      font-size: 1rem;
      font-weight: 400;
      color: #727F7C; }
    .creative .shared-dev-ideas.second-part {
      margin-bottom: 45px; }
  .creative .creative-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    border-radius: 16px;
    height: 350px;
    -webkit-transition: 500ms;
    transition: 500ms; }
    .creative .creative-card .hashtags {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-right: 13px;
      margin-top: 12px; }
      .creative .creative-card .hashtags span {
        background-color: rgba(70, 199, 82, 0.2);
        border-radius: 6px;
        font-size: 14px;
        font-weight: 500;
        color: #005D45;
        margin-right: 6px;
        padding: 0 30px;
        height: 37px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
    .creative .creative-card .img-box {
      height: 50px;
      margin-top: 35px;
      margin-bottom: 15px; }
      .creative .creative-card .img-box img {
        max-width: 100%;
        max-height: 100%; }
    .creative .creative-card .title {
      font-size: 1.375rem;
      font-weight: 500;
      color: #005D45;
      line-height: 42px;
      padding: 0 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 0;
      text-align: center; }
    .creative .creative-card a {
      font-size: 1rem;
      color: #005D45;
      border-top: 1px solid #D5DCE2;
      padding: 20px 20px 28px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: auto; }
      .creative .creative-card a img {
        width: 30px;
        height: 30px;
        margin-left: 10px;
        -webkit-transition: 300ms;
        transition: 300ms; }
      .creative .creative-card a:hover img {
        -webkit-transform: translateX(-5px);
                transform: translateX(-5px); }
    .creative .creative-card:hover {
      -webkit-box-shadow: 0 5px 55px rgba(0, 0, 0, 0.1);
              box-shadow: 0 5px 55px rgba(0, 0, 0, 0.1); }
  .creative .owl-stage {
    padding-bottom: 45px; }
  .creative .owl-nav .owl-prev, .creative .owl-nav .owl-next {
    position: absolute;
    background-color: #fff !important;
    top: 38%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .creative .owl-nav .owl-prev {
    right: -65px; }
  .creative .owl-nav .owl-next {
    left: -65px; }
  .creative .owl-dots {
    margin-top: 0px; }
    .creative .owl-dots .owl-dot span {
      background-color: #69737B !important;
      opacity: .25;
      -webkit-transition: 300ms;
      transition: 300ms; }
    .creative .owl-dots .owl-dot.active span {
      background-color: #46C752 !important;
      opacity: 1; }

.blue-bg {
  background-color: #E1EBF7; }

.send-idea {
  padding-top: 50px;
  padding-bottom: 64px; }
  .send-idea .form-cont {
    width: 708px;
    margin: 0 auto; }
    .send-idea .form-cont h4 {
      font-size: 1.5625rem;
      font-weight: 600;
      color: #041A2D;
      text-align: center; }
    .send-idea .form-cont label {
      font-size: 1rem;
      font-weight: 400;
      color: #0B261F;
      min-height: 28px;
      margin-bottom: 5px; }
      .send-idea .form-cont label span {
        color: #C44545; }
        .send-idea .form-cont label span.label-comp {
          color: #727F7C; }
    .send-idea .form-cont input, .send-idea .form-cont textarea {
      background-color: #fff;
      border-radius: 6px;
      border: 1px solid #C6E1D3;
      min-height: 48px;
      padding: 5px 20px;
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .send-idea .send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px; }
    .send-idea .send .send-button {
      background-color: #46C752;
      border-radius: 26px;
      color: #fff;
      font-size: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 195px;
      height: 62px;
      padding: 0 25px;
      -webkit-box-shadow: 0 5px 25px rgba(0, 93, 69, 0.3);
              box-shadow: 0 5px 25px rgba(0, 93, 69, 0.3); }
      .send-idea .send .send-button img {
        margin-left: 25px;
        height: 25px;
        width: 20px;
        margin-top: 4px; }

.shared-stats {
  padding-top: 56px;
  padding-bottom: 120px; }
  .shared-stats .shared-dev-ideas {
    margin-bottom: 80px; }
  .shared-stats .stats-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .shared-stats .stats-list .stats-card {
      width: 255px;
      height: 280px;
      padding: 23px 10px;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 10px; }
      .shared-stats .stats-list .stats-card:last-child {
        margin-right: 0px; }
      .shared-stats .stats-list .stats-card .img-box {
        width: 110px;
        height: 110px; }
        .shared-stats .stats-list .stats-card .img-box img {
          max-width: 100%;
          max-height: 100%; }
      .shared-stats .stats-list .stats-card .content-box h5.number {
        line-height: 63px;
        margin-top: 14px;
        margin-bottom: 6px;
        font-size: 2rem;
        font-weight: 600;
        color: #005D45; }
      .shared-stats .stats-list .stats-card .content-box p {
        font-size: 1.125rem;
        font-weight: 500;
        color: #32383D;
        margin-bottom: 0; }
  .shared-stats.stats-two {
    padding-top: 80px;
    padding-bottom: 140px; }

.custom-width {
  width: 100% !important;
  -webkit-transform: unset !important;
          transform: unset !important;
  -webkit-transition: unset !important;
  transition: unset !important;
  overflow: hidden !important; }

.hide-me {
  visibility: hidden;
  opacity: 0;
  display: none; }

.hovered {
  width: 100% !important;
  height: 100%;
  top: -70px;
  z-index: 99;
  height: 465px; }
  .hovered .admins-card {
    height: 465px;
    background-color: #46C752;
    border-radius: 16px;
    padding-top: 27px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 34px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .hovered .admins-card .number {
      opacity: 0;
      -webkit-transform: translateY(-150px);
              transform: translateY(-150px);
      display: none; }
    .hovered .admins-card .title {
      opacity: 0;
      -webkit-transform: translateY(-150px);
              transform: translateY(-150px);
      display: none; }
    .hovered .admins-card .hidden-content {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
      visibility: visible;
      display: block; }

#detailsModal {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  #detailsModal .modal-content {
    padding-bottom: 65px; }
  #detailsModal .modal-header {
    border: 0;
    padding: 32px 32px 20px; }
    #detailsModal .modal-header h1 {
      font-size: 1.25rem;
      font-weight: 500;
      height: 50px;
      color: #005D45;
      padding-bottom: 17px;
      position: relative; }
      #detailsModal .modal-header h1::before {
        content: "";
        position: absolute;
        height: 5px;
        width: 35px;
        left: 0;
        border-radius: 12px;
        bottom: 0;
        background-color: #F0B349; }
    #detailsModal .modal-header .btn-close {
      margin-right: 0; }
  #detailsModal .modal-body {
    padding: 0px 30px 0px; }
    #detailsModal .modal-body .modal-list ul {
      padding: 0;
      margin-bottom: 0;
      list-style: none; }
      #detailsModal .modal-body .modal-list ul li {
        padding-left: 17px;
        font-size: 1.0625rem;
        font-weight: 400;
        color: #0B261F;
        margin-bottom: 12px;
        position: relative;
        line-height: 33px; }
        #detailsModal .modal-body .modal-list ul li::before {
          content: "";
          position: absolute;
          height: 10px;
          width: 5px;
          left: 0;
          top: 15px;
          background-image: url(../images/wekala/li-modal.svg);
          background-repeat: no-repeat;
          background-size: contain; }
  #detailsModal ::-webkit-scrollbar {
    width: 10px; }
  #detailsModal ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 50px; }
  #detailsModal ::-webkit-scrollbar-thumb {
    background: #787878;
    border-radius: 50px;
    cursor: -webkit-grab;
    cursor: grab; }
  #detailsModal ::-webkit-scrollbar-thumb:hover {
    background: #888; }

.top-weather {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%; }

.weather-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ddd;
  border-radius: 50px;
  height: 35px; }

@-webkit-keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(240, 83, 73, 0.6);
            box-shadow: 0 0 0 0px rgba(240, 83, 73, 0.6); }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(240, 83, 73, 0);
            box-shadow: 0 0 0 20px rgba(240, 83, 73, 0); } }

@keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(240, 83, 73, 0.6);
            box-shadow: 0 0 0 0px rgba(240, 83, 73, 0.6); }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(240, 83, 73, 0);
            box-shadow: 0 0 0 20px rgba(240, 83, 73, 0); } }

.weather-widget .notification {
  background-color: #46C752;
  padding: 12px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -1px;
  -webkit-animation: pulse-animation 1s infinite;
          animation: pulse-animation 1s infinite; }

.weather-widget .notification::after {
  display: none; }

.weather-widget .notification img {
  width: 22px; }

.weather-widget .weather {
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
  color: #003462;
  font-weight: bold; }

.weather-widget .weather img {
  width: 20px;
  -webkit-filter: brightness(5);
          filter: brightness(5);
  margin-left: 5px; }

.weather-widget .weather .small {
  font-size: 0.8rem; }

.weather-widget .select-region select {
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: 115px;
  border-left: 1px solid #ddd;
  height: auto;
  margin-left: 12px;
  padding-left: 10px;
  color: #fff;
  line-height: 29px;
  font-size: .875rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/arr-down-n.svg);
  background-repeat: no-repeat;
  background-position: 10px 60%;
  background-repeat: no-repeat;
  background-size: 8px; }

.weather-widget .select-region select option {
  color: #000; }

.weather-widget .dropdown-menu {
  min-width: 280px;
  text-align: left;
  padding: 15px;
  left: 0;
  right: auto;
  border: 0;
  border-radius: 20px;
  -webkit-box-shadow: 5px 14px 25px #005D45;
          box-shadow: 5px 14px 25px #005D45;
  color: #112f48;
  font-size: 0.875rem; }

.weather-widget .dropdown-menu p + span {
  padding-top: 10px;
  border-top: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  color: #005D45;
  font-weight: 600; }

.weather-widget .dropdown-menu a {
  color: #46C752;
  font-weight: 600; }

.weather-widget .dropdown-menu h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 13px;
  color: #005D45 !important;
  font-size: 1rem; }

.weather-widget .dropdown-menu h4 span {
  margin-left: 10px;
  color: #005D45 !important; }

.weather-widget .dropdown-menu p {
  font-size: 0.875rem;
  line-height: 22px; }

.weather-widget .weather {
  padding-left: 10px;
  color: #fff;
  font-weight: bold; }

.weather-widget .weather .small {
  font-size: 0.8rem; }

.weather-widget {
  /* width */
  /* Track */
  /* Handle */ }
  .weather-widget ::-webkit-scrollbar {
    width: 10px; }
  .weather-widget ::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .weather-widget ::-webkit-scrollbar-thumb {
    background: #d1d1d1; }

.weather-widget .dropdown.open .dropdown-menu {
  display: block;
  z-index: 9999; }

footer .row .mobile-Apps h4 {
  margin-bottom: 20px; }

footer .row .mobile-Apps ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0; }
  footer .row .mobile-Apps ul li {
    margin-right: 5px;
    margin-bottom: 5px; }
    footer .row .mobile-Apps ul li:last-child {
      margin-right: 0px; }
    footer .row .mobile-Apps ul li a {
      display: block;
      width: 105px;
      margin-bottom: 0; }
      footer .row .mobile-Apps ul li a img {
        max-width: 100%; }

footer .row .Accessibility h4 {
  margin-bottom: 20px; }

footer .row .Accessibility div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

footer .row .Accessibility ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  footer .row .Accessibility ul li {
    margin-bottom: 0;
    margin-right: 20px; }
    footer .row .Accessibility ul li:last-child {
      margin-right: 0px; }
    footer .row .Accessibility ul li a {
      display: block;
      max-width: 20px;
      margin-bottom: 0; }
      footer .row .Accessibility ul li a img {
        max-width: 100%; }
  footer .row .Accessibility ul.fontUl {
    margin-left: 30px;
    padding-left: 30px !important;
    position: relative; }
    footer .row .Accessibility ul.fontUl::before {
      content: "|";
      color: #fff;
      position: absolute;
      left: 0;
      top: 0; }

html[dir="ltr"] body {
  font-family: "IBMPlex Sans"; }
  html[dir="ltr"] body .btnSmall {
    font-family: 'IBMPlex Sans';
    font-weight: 500; }

html[dir="ltr"] .re-edited-box-icon.text-end {
  text-align: left !important; }

html[dir="ltr"] .font16Roma, html[dir="ltr"] footer .row .footerLinks ul li a, footer .row .footerLinks ul li html[dir="ltr"] a, html[dir="ltr"] footer .lastUpdate p, footer .lastUpdate html[dir="ltr"] p, html[dir="ltr"] footer .websiteSupport ul li, footer .websiteSupport ul html[dir="ltr"] li, html[dir="ltr"] footer .reservedBar ul li, footer .reservedBar ul html[dir="ltr"] li, html[dir="ltr"] footer .reservedBar ul li a, footer .reservedBar ul li html[dir="ltr"] a, html[dir="ltr"] .MainHeader .boxHeader .headerText p, .MainHeader .boxHeader .headerText html[dir="ltr"] p, html[dir="ltr"] .servicesBg .sevBob .servMore span, .servicesBg .sevBob .servMore html[dir="ltr"] span {
  font-family: "IBMPlex Sans"; }

html[dir="ltr"] .font20Bold, html[dir="ltr"] footer .row .logoFooter h4, footer .row .logoFooter html[dir="ltr"] h4 {
  font-family: "IBMPlex Sans";
  font-weight: 600; }

html[dir="ltr"] .SearchCustom .searchInput {
  font-family: "IBMPlex Sans"; }
  html[dir="ltr"] .SearchCustom .searchInput::-webkit-input-placeholder {
    font-family: "IBMPlex Sans"; }
  html[dir="ltr"] .SearchCustom .searchInput::-moz-placeholder {
    font-family: "IBMPlex Sans"; }
  html[dir="ltr"] .SearchCustom .searchInput:-ms-input-placeholder {
    font-family: "IBMPlex Sans"; }
  html[dir="ltr"] .SearchCustom .searchInput::-ms-input-placeholder {
    font-family: "IBMPlex Sans"; }
  html[dir="ltr"] .SearchCustom .searchInput::placeholder {
    font-family: "IBMPlex Sans"; }

html[dir="ltr"] .navBar .linksNB ul li a span {
  font-family: "IBMPlex Sans"; }

html[dir="ltr"] .navBar .linksNB ul li.paddingGap span {
  font-family: "IBMPlex Sans";
  font-weight: 500; }

html[dir="ltr"] .navBar .linksNB ul li.paddingGap strong {
  font-family: "LinaSans";
  font-weight: 600; }

html[dir="ltr"] .menuBg .navbarCustom > .navbar-brand {
  width: 20%; }

html[dir="ltr"] .menuBg .navbarCustom .nav-item .nav-link {
  font-family: "IBMPlex Sans";
  font-weight: 500; }

html[dir="ltr"] .menuBg .navbarCustom .colMenu h4 {
  font-family: "IBMPlex Sans"; }

html[dir="ltr"] .menuBg .navbarCustom .colMenu ul li a {
  font-family: "IBMPlex Sans"; }

html[dir="ltr"] .footerLinks h4 {
  font-family: "IBMPlex Sans";
  font-weight: 600; }

html[dir="ltr"] .alertInfo .boxAlert strong,
html[dir="ltr"] .alertInfo .boxAlert a span {
  font-family: 'IBMPlex Sans';
  font-weight: 600; }

html[dir="ltr"] h2, html[dir="ltr"] h3, html[dir="ltr"] .ms-h2, html[dir="ltr"] .ms-h3, html[dir="ltr"] .ms-headerFont {
  font-family: "IBMPlex Sans"; }

@media (min-width: 993px) and (max-width: 1600px) {
  .menuBg .navbarCustom .nav-item {
    padding: 0;
    margin: 0;
    padding-left: 10px; }
    .menuBg .navbarCustom .nav-item .nav-link {
      padding: 0 5px;
      font-size: 13px;
      white-space: nowrap;
      font-size: 18px !important; }
  .menuBg .navbarCustom .searchBNT button {
    padding-right: 14px; }
  .menuBg .navbarCustom > .navbar-brand img {
    max-width: 190px; }
  .menuBg .navbarCustom .borderWidth img {
    width: 100px; }
  .MainHeader .owl-nav {
    max-width: 1330px;
    width: 100%;
    margin: 0 auto !important;
    display: none;
    right: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .briefImg img {
    max-width: 100%; }
  .eventsSection .event2Ctr .container {
    max-width: 1300px; } }

@media (min-width: 993px) and (max-width: 1200px) {
  .patternCr::after {
    left: 0; }
  .newSection .patternCr::before {
    right: 0; }
  .menuBg .navbarCustom > .navbar-brand {
    margin: 0; }
    .menuBg .navbarCustom > .navbar-brand img {
      max-width: 175px; }
  .menuBg .navbarCustom .nav-item .nav-link {
    font-size: 16px !important;
    padding: 0 2px; }
  .borderWidth::after {
    display: none; }
  body .MainHeader .owl-nav {
    max-width: 931px; } }

@media (min-width: 993px) and (max-width: 1200px) {
  html[dir="ltr"] .menuBg .navbarCustom .nav-item .nav-link {
    font-size: 14px !important; } }

@media (min-width: 1600px) {
  html[dir="ltr"] .menuBg .navbarCustom .navbar-brand.borderWidth {
    width: 100px; } }

@media (min-width: 768px) {
  html[dir="ltr"] .re-edited-box-icon.text-md-start {
    text-align: right !important; } }

@media (min-width: 1400px) {
  .customContainer {
    max-width: 1350px; } }

@media (min-width: 1650px) {
  .container {
    max-width: 1440px; }
  .newSection .patternCr::before {
    right: -145px; } }

@media (min-width: 1800px) {
  .customContainer {
    max-width: 1750px; }
  .servicesBg .container::before {
    right: -100px;
    bottom: 25px; }
  .servicesBg .container::after {
    left: -100px;
    top: 118px; }
  .eventsSection .event2Ctr .owl-carousel .owl-dots,
  .eventsSection .event2Ctr .actionBF .btnArrow {
    -webkit-transform: translateX(40px);
            transform: translateX(40px); } }

@media (max-width: 1400px) {
  .happeningNow .boxHN .boxTextHN h2 {
    font-size: 30px; }
  .happeningNow .boxHN .moreBox .btnArrow {
    padding: 11px 14px;
    min-width: 130px; }
    .happeningNow .boxHN .moreBox .btnArrow span {
      font-size: 18px; }
  .MainHeader .owl-nav {
    max-width: 1125px; }
  .MainHeader .boxHeader .headerText h1 {
    font-size: 44px; }
  .MainHeader .boxHeader .headerText p {
    font-size: 14px; }
  .homeTenders .boxTags a span {
    font-size: 16px; }
  .homeTenders .mostWatched ol li a {
    line-height: 1.4; }
  .homeTenders .mostWatched ol li::before {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .interactive-map .map-bg {
    height: auto; }
    .interactive-map .map-bg .svg-map {
      margin-left: 0; }
    .interactive-map .map-bg .col-lg-8 {
      width: 100%; } }

@media (max-width: 992px) {
  .servicesBg .patternCr::after {
    top: 44px; }
  .MainHeader .boxHeader > img:last-of-type {
    width: 150%; }
  .happeningNow .closeUp {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    left: 0px; }
  .happeningNow .boxHN .boxTextHN h2 {
    font-size: 16px; }
  .happeningNow .boxHN .boxImgHN img {
    height: 180px;
    max-width: 170px; }
  .patternCr::before {
    right: 0; }
  .patternCr::after {
    left: 0; }
  .navBar .linksNB {
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    .navBar .linksNB ul li.paddingGap {
      padding-left: 20px; }
    .navBar .linksNB ul li a span {
      font-size: 12px;
      white-space: nowrap; }
  .menuBg .navbarCustom {
    padding: 12px 0;
    height: unset; }
    .menuBg .navbarCustom .navbar-collapse {
      text-align: center; }
    .menuBg .navbarCustom .nav-item {
      text-align: center; }
      .menuBg .navbarCustom .nav-item .nav-link {
        height: auto;
        padding: 5px 0;
        margin: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .menuBg .navbarCustom .nav-item .nav-link:hover {
          background-color: unset; }
    .menuBg .navbarCustom .searchBNT button {
      border-right: 0px solid rgba(167, 173, 174, 0.5);
      padding-right: 0; }
    .menuBg .navbarCustom .dropdown-menu {
      margin-top: 0; }
    .menuBg .navbarCustom .colMenu {
      text-align: left;
      padding-left: 20px;
      margin-top: 30px;
      margin-bottom: 0; }
      .menuBg .navbarCustom .colMenu h4 {
        font-size: 14px;
        margin-bottom: 10px; }
      .menuBg .navbarCustom .colMenu ul li a {
        font-size: 12px; }
  .borderWidth::after {
    display: none; }
  .btnArrow {
    padding: 15px 15px;
    border-radius: 25px;
    min-width: auto; }
    .btnArrow img {
      max-width: 15px;
      margin-left: 10px; }
    .btnArrow span {
      font-size: 12px;
      color: #fff;
      margin-top: -4px; }
  .MainHeader .boxHeader {
    height: 500px; }
    .MainHeader .boxHeader .headerText {
      width: 50%;
      margin-top: 136px; }
      .MainHeader .boxHeader .headerText .btnArrow {
        padding: 10px 15px;
        border: 2px solid #fff; }
        .MainHeader .boxHeader .headerText .btnArrow span {
          font-size: 16px;
          margin-top: -7px; }
  .MainHeader .owl-dots {
    width: auto;
    position: absolute;
    bottom: 100px;
    left: 50%;
    -webkit-margin-start: unset;
            margin-inline-start: unset;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }
  .MainHeader .postionRel {
    margin-top: -75px; }
  .ADSSecti .boxADSSlide {
    height: 340px; }
    .ADSSecti .boxADSSlide .ADBoxTxt h1 {
      font-size: 15px;
      line-height: 24px; }
    .ADSSecti .boxADSSlide .ADBoxTxt .dateBox span {
      font-size: 12px; }
  .ADSSecti .ADSBox .font18P {
    margin: 18px 0;
    min-height: auto; }
  .ADSSecti .owl-nav .owl-next {
    left: 12px; }
  .briefNama {
    padding: 30px 0 20px; }
    .briefNama .col-md-5 {
      width: 100%; }
    .briefNama .col-md-7 {
      width: 100%; }
    .briefNama .font20Bold, .briefNama footer .row .logoFooter h4, footer .row .logoFooter .briefNama h4 {
      font-size: 16px; }
    .briefNama .briefImg img {
      max-width: 100%; }
    .briefNama .briefText .twoBoxBF .boxBF p {
      font-size: 14px; }
    .briefNama .briefText .actionBF {
      margin-top: 0;
      margin-bottom: 30px; }
    .briefNama .font35pxBold {
      font-size: 25px; }
  .ADSSecti .owl-carousel .owl-item .dateBox img {
    display: block;
    width: 20px; }
  .tabsCustom .nav-item .nav-link {
    font-size: 16px;
    padding: 9px 30px 13px 30px; }
  .homeTenders .col-md-4 {
    width: 100%; }
  .servicesBg .font35pxBold {
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 30px; }
  .servicesBg .font18P {
    text-align: center;
    margin-bottom: 25px; }
  .servicesBg .sevBob {
    margin-bottom: 25px; }
    .servicesBg .sevBob h3 {
      font-size: 16px; }
  .mediaCenter .nav-item .nav-link {
    margin-bottom: 10px;
    font-size: 14px;
    padding: 9px 30px 13px 30px; }
  .mediaCenter .boxCounter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin: 25px 0 40px; }
    .mediaCenter .boxCounter .boxCt {
      margin-bottom: 20px;
      width: 50%; }
      .mediaCenter .boxCounter .boxCt img {
        max-height: 80px; }
      .mediaCenter .boxCounter .boxCt .counter {
        font-size: 20px; }
      .mediaCenter .boxCounter .boxCt .counterTxt {
        font-size: 14px; }
  .APISec p {
    font-size: 14px; }
    .APISec p strong {
      display: block; }
  footer .websiteSupport {
    padding-left: 0; }
    footer .websiteSupport ul {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      footer .websiteSupport ul li {
        margin-bottom: 8px; }
  footer .reservedBar ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    footer .reservedBar ul li:first-of-type {
      margin-bottom: 10px; }
  footer .row .logoFooter h4 {
    font-size: 16px; }
  footer .row .footerLinks h4 {
    font-size: 16px; }
  footer .row .footerLinks ul li a {
    font-size: 14px; }
  footer .row .socialIcon li a {
    width: 38px;
    height: 38px; }
    footer .row .socialIcon li a img {
      max-width: 20px; }
  .font18P {
    font-size: 14px; }
  .MainHeader .boxHeader .headerText h1 {
    font-size: 35px; }
  .eventsSection .event2Ctr .event2Box .font20Bold, .eventsSection .event2Ctr .event2Box footer .row .logoFooter h4, footer .row .logoFooter .eventsSection .event2Ctr .event2Box h4 {
    font-size: 18px;
    line-height: 1.3; }
  .homeTenders .mostWatched {
    min-height: auto;
    margin-bottom: 20px; }
    .homeTenders .mostWatched ol li a {
      font-size: 14px; }
  .homeTenders .boxTags {
    min-height: auto;
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .happeningNow .swiper {
    width: 100%;
    height: 400px; }
  .happeningNow .boxHN .boxImgHN img {
    height: 100px;
    max-width: 83px; }
  .happeningNow .boxHN .moreBox .btnArrow {
    padding: 10px 10px;
    min-width: 80px;
    margin-top: 20px; }
  .happeningNow .swiper-button-prev {
    right: 0; }
  .happeningNow .swiper-button-next {
    right: 0; }
  .happeningNow.openUpSection {
    bottom: 0;
    z-index: 999999; }
  .menuBg .navbarCustom {
    padding: 12px 15px; }
    .menuBg .navbarCustom .dropdown-menu div[class*="col"] {
      margin-bottom: 0; }
    .menuBg .navbarCustom > .navbar-brand {
      margin: 0;
      width: 75%; }
      .menuBg .navbarCustom > .navbar-brand img {
        width: 75%; }
  .navBar {
    padding: 5px 0; }
  body .MainHeader .owl-nav {
    max-width: 402px;
    top: 34px; }
  .MainHeader .postionRel {
    margin-top: -51px; }
  .MainHeader .boxHeader > img:last-of-type {
    width: 200%; }
  .MainHeader .boxHeader .headerText {
    width: 70%;
    margin-top: 110px; }
  .briefNama .briefText .twoBoxBF .boxBF {
    width: 100%; }
  .ADSSecti {
    padding-bottom: 40px; }
    .ADSSecti .ADSBox {
      padding-top: 0px; }
    .ADSSecti .owl-dots {
      text-align: center;
      padding-left: 0; }
  .newSection {
    background: #f8fafe;
    padding: 50px 0 50px; }
  .eventsSection .event2Ctr .event2Box .locationDate {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .eventsSection .event2Ctr .event2Box .EVImg .Date2Box {
    width: 80px;
    height: 80px; }
    .eventsSection .event2Ctr .event2Box .EVImg .Date2Box strong {
      font-size: 30px; }
    .eventsSection .event2Ctr .event2Box .EVImg .Date2Box span {
      font-size: 12px;
      margin-top: -3px; }
  .eventsSection .event2Ctr .event2Box .dateBox {
    margin-bottom: 10px; }
  .tabsCustom .nav-item .nav-link {
    font-size: 14px; }
  .mediaCenter .patternCr {
    padding: 18px 30px 40px; }
  .mediaCenter .boxCounter .boxCt {
    width: 100%; } }

/* -------------------------------------------------------------------------------------------------------*/
/* ------------------------------------------------------ start  */
.visionPage h2 {
  display: inline-block; }

.tableRes {
  overflow-y: auto; }

.searchMob,
.flexMenu .nav-link {
  display: none; }

.customContainer .col-lg-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.customContainer .col-lg-7 .top-weather {
  margin-right: 20px; }

.social-card {
  margin-bottom: 30px;
  padding: 48px 20px; }

body .content .ms-rtestate-field h2 {
  display: inline-block; }

.customContainer .navbar-light .navbar-toggler {
  min-width: unset; }

@media (max-width: 1650px) {
  .interactive-map .map-bg .svg-map svg {
    -webkit-transform: translate(-50px, 9px);
            transform: translate(-50px, 9px); }
  .marker-with-popup.shamalya {
    top: 70px; } }

@media (max-width: 1401px) {
  .interactive-map .map-bg .svg-map svg {
    -webkit-transform: unset;
            transform: unset; }
  .interactive-map .map-bg .svg-map {
    margin-right: 108px; } }

@media (max-width: 1200px) {
  .interactive-map .map-bg .svg-map {
    margin-right: 0; }
  .interactive-map .map-bg .svg-map svg {
    -webkit-transform: translate(-35px, 9px);
            transform: translate(-35px, 9px); }
  .ADSSecti .owl-nav .owl-next {
    left: -15px; }
  .ADSSecti .owl-nav .owl-prev {
    right: -15px; } }

@media (max-width: 992px) {
  .interactive-map .map-bg .svg-map {
    width: 910px;
    -webkit-transform: scale(0.7) translate(156px, 10px);
            transform: scale(0.7) translate(156px, 10px);
    margin: 0 auto; } }

@media (max-width: 767px) {
  .marker-with-popup .map-popup {
    top: -272px;
    right: -155px; }
  .interactive-map .map-bg .svg-map {
    -webkit-transform: scale(0.55) translate(395px, 10px);
            transform: scale(0.55) translate(395px, 10px); }
  .interactive-map .map-bg .main-content {
    margin-right: 40px; }
  .interactive-map .map-bg .main-content h2 {
    font-size: 28px; }
  .interactive-map .map-bg .navigation-links {
    margin-right: 0;
    width: 90%;
    margin: 40px auto 0 auto; } }

@media (max-width: 550px) {
  .interactive-map .map-bg .col-lg-8 {
    height: 319px; }
  .marker-with-popup .map-popup {
    zoom: 1.3; }
  .interactive-map .map-bg {
    padding-top: 35px; }
  .interactive-map .map-bg .navigation-links a {
    font-size: 16px;
    height: 50px;
    padding: 10px 20px; }
  .interactive-map .map-bg .svg-map {
    margin-top: -65px;
    -webkit-transform: scale(0.35) translate(97%, 0);
            transform: scale(0.35) translate(97%, 0); } }

@media (max-width: 350px) {
  .interactive-map .map-bg .main-content h2 {
    font-size: 25px; }
  .interactive-map .map-bg .svg-map {
    -webkit-transform: scale(0.3) translate(120%, 0);
            transform: scale(0.3) translate(120%, 0); } }

@media (max-width: 1600px) {
  .eventsSection .owl-carousel-event1 .owl-next {
    right: -20px; }
  .eventsSection .owl-carousel-event1 .owl-prev {
    left: -20px; }
  .briefNama .briefImg img {
    width: 100%; }
  .patternCr::after {
    top: 0;
    left: 5px; }
  .newSection .patternCr::after {
    left: 0; }
  .newSection .patternCr::before {
    right: 0; }
  .eventsSection .event2Ctr .owl-prev {
    left: 0; }
  .or-chart {
    overflow: auto; }
  .or-chart .wekala-chart {
    width: 1420px; }
  .orgContainer {
    overflow: auto;
    padding: 0 50px; }
  .orgContainer > .container {
    max-width: unset;
    width: 1445px; }
  .navBar .linksNB ul li {
    padding-left: 7px; }
  .navBar .linksNB ul li.paddingGap {
    padding-left: 10px; } }

@media (max-width: 1400px) {
  .mediaCenter .patternCr::before {
    right: 0px; }
  .eventsSection .event2Ctr .owl-next {
    right: 0; }
  .newSection .owl-carousel-news .owl-prev {
    left: -15px; }
  .newSection .owl-carousel-news .owl-next {
    right: -15px; }
  .eventsSection .owl-carousel-event1 .owl-next {
    right: 15px; }
  .eventsSection .owl-carousel-event1 .owl-prev {
    left: 15px; } }

@media (max-width: 1300px) {
  footer .row .footerLinks ul li {
    font-size: 0; }
  .mediaCenter .homeGallaryWrapper .boxHG {
    margin-right: 10px; }
  .mediaCenter .homeGallaryWrapper .boxHG > a .boxImg {
    width: 100%; }
  .list-cards .col-lg-4.col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .mediaCenter .patternCr::before {
    left: unset;
    right: 0; }
  .servicesBg .sevBob .sevUl {
    padding: 0; }
  .event2Box .font20Bold, .event2Box footer .row .logoFooter h4, footer .row .logoFooter .event2Box h4 {
    font-size: 18px; }
  .breadcrumbSec .socialBC {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  body .wekalat .wekalat-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 20px; }
  body .wekalat .wekalat-list .wekala-card {
    width: 30%; }
  .Evaluation .evaDetails {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .trans-card .content-box .card-title {
    font-size: 22px; }
  .customTab-two,
  .customTab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .customTab .nav-link {
    margin-bottom: 10px; }
  .open-data .social-card.sharing-card h3 {
    font-size: 1.3rem; }
  .arrowz-news .owl-carousel .owl-nav button.owl-next {
    left: -25px; }
  .arrowz-news .owl-carousel .owl-nav button.owl-prev {
    right: -25px; }
  .challenge .white-card .content-box {
    padding: 20px 30px; }
  .orgContainer > .container {
    zoom: 0.8; }
  .challenge .white-card .img-box img {
    max-width: 100%; }
  .badge-white a,
  .badge-white .img-box {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .shared-stats .stats-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .send-idea .form-cont {
    width: 100%; }
  .trans-card .content-box {
    padding: 70px 20px; }
  .trans-card .content-box .hidden-content .second-title {
    font-size: 17px; }
  .trans-card .content-box .hidden-content a.initiativesDetails--link {
    font-size: 14px; }
  /* end 1300px */ }

@media (max-width: 1200px) {
  .list-consultations .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .side-navigation ul li {
    padding: 15px; }
  .side-navigation ul li a {
    font-size: 16px; }
  .orgContainer > .container {
    zoom: 0.6; }
  .social-card h3,
  .social-card.sharing-card h3 {
    font-size: 25px;
    line-height: 1.5;
    text-align: center; }
  .trans-card .content-box .card-title {
    font-size: 20px; }
  .navBar .linksNB ul li.paddingGap,
  .navBar .linksNB.textLeft ul li a span {
    padding-left: 5px; }
  .weather-widget .select-region select {
    min-width: 90px;
    margin-left: 5px;
    padding-left: 8px; }
  /* end 1200px */ }

@media (max-width: 992px) {
  .menuBg .navbarCustom .dropdown-menu .row {
    padding-bottom: 10px; }
  .customContainer .col-lg-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 10px 0 5px 0; }
  .trans-card .content-box {
    padding: 30px 10px; }
  .list-trans {
    height: 100%; }
  .trans-card,
  .trans-card .img-box::before,
  .trans-card .img-box img {
    height: 30%; }
  .trans-card {
    position: unset;
    width: 100% !important; }
  .trans-card .content-box .icon {
    top: 130px; }
  .trans-card .content-box .icon img {
    width: 35px; }
  .trans-card .content-box .card-title {
    top: 175px;
    font-size: 17px;
    line-height: 1.2; }
  .trans-card .content-box .card-title::after {
    width: 24px;
    top: 1px; }
  .trans-card.not-active,
  .trans-card.is-active {
    width: 100% !important; }
  .trans-card.is-active .img-box::before,
  .trans-card.is-active .img-box img,
  .trans-card.is-active {
    height: 65%; }
  .trans-card.is-active .content-box .card-title {
    width: 80%;
    line-height: 1.2;
    font-size: 18px; }
  .trans-card .content-box .hidden-content .second-title {
    font-size: 16px;
    margin-bottom: 10px; }
  .trans-card.is-active .content-box .card-title::after {
    width: 20px;
    top: 2px; }
  .trans-card.is-active .content-box .hidden-content {
    -webkit-transform: translateY(170px);
            transform: translateY(170px); }
  .org-chart .main-sec-chart .saudi-head {
    font-size: 30px; }
  .org-chart .level-two .top-two-head {
    font-size: 22px !important; }
  .org-chart .level-two .top-two-sub,
  .org-chart .level-three .left-cards a,
  .org-chart .level-one a {
    font-size: 15px !important; }
  .org-chart .level-four .four-content a,
  .org-chart .level-three .right-cards a {
    font-size: 14px !important; }
  .wakeel .offset-lg-2 {
    margin-left: unset;
    margin-right: unset; }
  .tasks ul li {
    width: 100%; }
  .side-navigation {
    margin-bottom: 20px; }
  .mapIframe iframe {
    height: 600px; }
  .sort-section {
    display: block; }
  .sort-section > div {
    width: 100%;
    max-width: 100% !important;
    margin-bottom: 20px;
    text-align: left; }
  .board-members {
    padding: 30px 0; }
  .board-members .offset-md-3,
  .list-cards .col-lg-4.col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .board-members .offset-md-3 {
    margin-right: 0; }
  .board-members .main-card,
  .list-cards .list-card {
    width: 100%; }
  .ads-list {
    margin: 30px 0 0 0; }
  .ads-list .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .list-with-header ul li p {
    font-size: 16px;
    height: auto; }
  .font35pxBold {
    font-size: 28px; }
  .font18P {
    font-size: 16px; }
  .HappensNowPuple {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  .mediaCenter .tabsCustom {
    margin-bottom: 15px; }
  .mediaCenter .homeGallaryWrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 15px 0 5px 0; }
  .Evaluation .alertEvaluation {
    display: block;
    padding: 20px; }
  .Evaluation .alertEvaluation .left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px; }
  .Evaluation .alertEvaluation .left p {
    margin-top: 10px; }
  .Evaluation .evaDetails .right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .Evaluation .evaDetails .right .evaluationBox {
    margin-right: 20px;
    margin-bottom: 10px; }
  body .wekalat .wekalat-list .wekala-card {
    width: 50%; }
  .EServicesRow .flexWrpper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px; }
  .EServicesRow .flexWrpper .box {
    text-align: center;
    margin: 0 10px;
    padding-bottom: 35px; }
  .EServicesRow:last-of-type .flexWrpper {
    width: 100%; }
  .challenge .col-lg-10.offset-lg-1 {
    margin-left: 0; }
  .challenge .white-card .img-box img,
  .challenge .white-card .img-box {
    width: 100%; }
  .scroll-sec ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .scroll-sec ul li {
    margin-right: 20px;
    margin-bottom: 34px; }
  .menuBg.fixedTop {
    position: unset; }
  .menuBg .navbarCustom .dropdown-menu div[class*="col"] {
    padding: 0 10px; }
  .menuBg .navbarCustom .nav-item,
  .menuBg .navbarCustom .nav-item .nav-link {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    text-align: left; }
  .menuBg .navbarCustom .navbar-brand.borderWidth {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    border-top: 1px solid rgba(0, 52, 98, 0.18);
    width: 95%;
    padding-top: 5px;
    margin-top: 10px; }
  .menuBg .navbarCustom .navbar-brand.borderWidth img {
    width: 90px;
    margin-top: 0; }
  .flexMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
  .searchMob:hover,
  .searchMob:focus {
    -webkit-box-shadow: unset !important;
            box-shadow: unset !important;
    background-color: unset;
    border-color: unset; }
  .searchMob {
    background: unset;
    border: unset;
    height: 100%;
    padding: 0;
    border-radius: unset; }
  .flexMenu .nav-link {
    font-size: 16px;
    padding: 0;
    color: #003462;
    font-family: "LinaSans";
    font-weight: 500; }
  .searchMob,
  .flexMenu .nav-link {
    display: block; }
  .menuBg .navbarCustom .nav-item:nth-last-of-type(1),
  .menuBg .navbarCustom .nav-item:nth-last-of-type(2) {
    display: none; }
  .navbar-toggler:focus {
    -webkit-box-shadow: unset;
            box-shadow: unset; }
  .customContainer .col-lg-7 .top-weather {
    margin-right: 20px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
  .ADSSecti .boxADSSlide .ADBoxTxt .dateBox img {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: unset; }
  .menuBg .navbarCustom .navbar-nav {
    margin-top: 20px; }
  .mediaCenter .homeGallaryWrapper .boxHG {
    margin-bottom: 20px; }
  .mediaCenter .homeGallaryWrapper .boxHG {
    max-height: unset; }
  .mediaCenter .homeGallaryWrapper .boxHG > a .boxImg::before {
    -webkit-transform: translate(-50%, -50%) scale(0.6);
            transform: translate(-50%, -50%) scale(0.6); }
  .mediaCenter .homeGallaryWrapper .boxHG {
    margin-right: 0px; }
  .mediaCenter .boxCounter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .menuBg .navbarCustom .nav-item.dropdown .nav-link::after {
    position: absolute;
    right: 0; }
  .navbar-light .navbar-toggler {
    border-color: #003462; }
  .hamburger .line {
    width: 24px;
    height: 2px;
    background-color: #003462;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .menuBg .navbar-light .navbar-toggler:not(.collapsed) .hamburger .line:nth-child(2) {
    opacity: 0; }
  .menuBg .navbar-light .navbar-toggler:not(.collapsed) .hamburger .line:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
            transform: translateY(7px) rotate(45deg); }
  .menuBg .navbar-light .navbar-toggler:not(.collapsed) .hamburger .line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg); }
  .navBar {
    position: relative; }
  .customContainer .col-lg-7 {
    display: none; }
  .customContainer .col-lg-7.TTMSow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .toggleTopMenu {
    position: absolute;
    right: 13px;
    top: -4px;
    color: #fff;
    font-size: 35px;
    line-height: 0.5; }
  /* end 992px */ }

@media (max-width: 767px) {
  .main-comp {
    margin-bottom: 30px; }
  .menuBg .navbarCustom > .navbar-brand img {
    width: 100%; }
  .menuBg .navbarCustom > .navbar-brand {
    margin: 0;
    width: 60%; }
  .list-consultations .col-lg-4 {
    width: 100%; } }

@media (max-width: 600px) {
  .breadcrumbSec .patternIcon::after, .breadcrumbSec .menuBg .navbarCustom .colMenu h4::after, .menuBg .navbarCustom .colMenu .breadcrumbSec h4::after, .breadcrumbSec .servicesBg .sevBob:hover h3::after, .servicesBg .sevBob:hover .breadcrumbSec h3::after {
    height: 27px;
    width: 10px; }
  .breadcrumbSec .socialBC > li > a {
    width: 32px;
    height: 32px; }
  .breadcrumbSec .socialBC > li > a > img {
    width: 16px; }
  .feedback-slider .owl-nav,
  .owl-carousel-creative .owl-nav,
  .owl-carousel-initiatives .owl-nav {
    position: relative;
    top: -36px;
    margin: 20px auto;
    width: 20px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  .owl-carousel-event2 .owl-stage-outer {
    padding: 10px 0px 0 0px !important; }
  .owl-carousel-center .owl-nav,
  .owl-carousel-event2 .owl-nav,
  .owl-carousel-event1 .owl-nav,
  .owl-carousel-news .owl-nav {
    width: 140px;
    position: relative;
    margin: 0 auto;
    margin-top: 45px !important;
    top: -200px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  .owl-carousel-center .owl-nav {
    top: -37px;
    margin-top: 15px !important; }
  .owl-carousel-news .owl-nav {
    width: 100px; }
  .feedback-slider.arrowz-news .owl-theme .owl-nav {
    width: 80px;
    margin-top: 70px; }
  .arrowz-news .owl-carousel .owl-nav button.owl-next {
    top: -20px; }
  body .header-with-arrow,
  body .top-section .content-box h2 {
    font-size: 20px;
    margin-bottom: 10px; }
  .main-p,
  .under-const .content-box p,
  .list-card .content-box p,
  .EServicesRow .flexWrpper .box span,
  .Evaluation .alertEvaluation .left p,
  .privacy .content-box ul li,
  .shared-dev .main-top p,
  .tasks ul li,
  .feedback-slider .feedback-card .content-box h5,
  .wakeel .wakeel-card .content-box p,
  .wakeel .wakeel-card .content-box .contact p,
  .top-section .content-box p {
    font-size: 16px !important; }
  .list-card .content-box .hidden-details .description,
  .competitions .content-box p,
  .customTab .nav-link,
  .content table tbody td,
  .shared-dev-ideas p,
  .boxTagsShared a span,
  .social-media-2 .socMed-card .socMed-content p,
  .send-idea .form-cont label,
  .list-card .content-box .hidden-details .phone-det p,
  .under-const .content-box a.back-home {
    font-size: 14px; }
  .ads-list .boxADSSlide .ADBoxTxt h1,
  .list-card .content-box h4,
  .list-with-header ul li .number,
  .content table caption,
  .Administration .admins-card .title,
  .wakeel .wakeel-card .content-box .contact .phone,
  .wakeel .wakeel-card .content-box h4,
  .Portal-statistics-twoCards .second-sec .title .content-box h6,
  .list-card .content-box .hidden-details .phone-det .phone span,
  body .wekala-card .content-box h4 {
    font-size: 18px; }
  .Portal-statistics-twoCards h4,
  .current-initiatives .current-card .title,
  .shared-dev .main-top h2.with-arrow,
  .send-idea .form-cont h4,
  .social-media-2 .socMed-card .socMed-content h2,
  .social-card h3,
  .social-media-2 .socMed-card .socMed-img h3,
  .social-card.sharing-card h3,
  .feedback-main-content .h2-main,
  .headingArrow {
    font-size: 20px; }
  .h2-main {
    font-size: 28px; }
  /* end 22222222222222222222222222222222222222222222222222222222 */
  .shared-dev-ideas p,
  .shared-dev .main-top p {
    line-height: 1.8; }
  .Portal-statistics-twoCards .second-sec .title .content-box h6 {
    line-height: 1.5; }
  .EServicesRow .headingArrow {
    margin-bottom: 30px; }
  .EServicesRow .flexWrpper .box h5 {
    font-size: 25px; }
  .social-media {
    padding-bottom: 25px;
    padding-top: 20px; }
  .social-media p,
  p.p-20 {
    margin-bottom: 30px; }
  .feedback-main-content .h2-main,
  .social-media-2 .socMed-card .socMed-content h2 {
    margin-bottom: 10px; }
  .social-media-2 .socMed-card .socMed-content {
    margin-bottom: 40px; }
  .social-card {
    padding: 25px;
    margin-bottom: 30px; }
  .social-media-2 .socMed-card:first-child {
    padding-top: 0;
    padding-bottom: 40px; }
  .social-media-2 .socMed-card {
    padding-top: 30px;
    padding-bottom: 35px; }
  .social-card .img-box {
    max-width: 40px;
    height: 40px;
    margin-bottom: 10px; }
  .social-card.sharing-card {
    padding: 25px;
    height: auto;
    min-height: 230px;
    margin-bottom: 30px; }
  .pagination > span {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .customTab .nav-link {
    padding: 14px 24px; }
  .competitions .content-box {
    margin-bottom: 40px;
    overflow: auto; }
  .shared-stats .shared-dev-ideas {
    margin-bottom: 20px; }
  .send-idea .form-cont input, .send-idea .form-cont textarea {
    min-height: 40px; }
  .shared-stats .stats-list .stats-card .img-box {
    width: 90px;
    height: 90px; }
  .send-idea .send .send-button {
    font-size: 16px;
    width: auto;
    height: 45px;
    padding: 0 25px; }
  .send-idea .send .send-button img {
    margin-left: 15px;
    width: 15px; }
  .shared-stats .stats-list .stats-card .content-box h5.number {
    line-height: 1.5;
    font-size: 28px; }
  .shared-stats .stats-list .stats-card {
    height: auto;
    padding: 20px 10px; }
  .shared-stats .stats-list .stats-card .content-box p {
    font-size: 16px; }
  .creative {
    padding-top: 30px;
    padding-bottom: 50px; }
  .pagination li a,
  .pagination-count span.number,
  .pagination span.current,
  .pagination span a {
    width: 30px;
    height: 30px;
    font-size: 14px; }
  .content table tbody td {
    white-space: nowrap; }
  .competitions .content-box p {
    margin-bottom: 30px; }
  .Evaluation .tagHeading {
    font-size: 22px; }
  .Evaluation .tagHeading::after, .Evaluation .tagHeading::before {
    width: calc(35% - 45px); }
  .pagination .NextPagi,
  .pagination .prePagi {
    padding: 0 12px; }
  .pagination-count {
    position: unset;
    margin-top: 15px;
    right: 0;
    top: 25%; }
  .page-section {
    padding: 20px 0;
    display: block;
    text-align: center; }
  .breadcrumbSec {
    margin-bottom: 10px; }
  .breadcrumbSec .font35pxBold {
    font-size: 25px;
    margin-bottom: 20px;
    width: calc(100% - 30px);
    line-height: 1.2; }
  .breadcrumbSec .patternIcon::after, .breadcrumbSec .menuBg .navbarCustom .colMenu h4::after, .menuBg .navbarCustom .colMenu .breadcrumbSec h4::after, .breadcrumbSec .servicesBg .sevBob:hover h3::after, .servicesBg .sevBob:hover .breadcrumbSec h3::after {
    top: 5px; }
  .list-with-header {
    margin-top: 10px; }
  .main-chats-p {
    margin: 20px 0; }
  .under-const .content-box a.back-home img {
    margin-left: 14px;
    width: 18px; }
  .Evaluation .alertEvaluation .right strong {
    display: block;
    margin: 10px 0; }
  .alertEvaluation .right {
    text-align: center; }
  .breadcrumbSec .socialBC > li:hover > .innderSocial {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  .list-with-header ul {
    padding: 0 10px; }
  .list-with-header ul li .number {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 15px;
    margin-bottom: 8px; }
  body .years-list ul li {
    font-size: 14px;
    display: block; }
  body .years-list ul {
    margin: 30px 20px; }
  .Administration .main-head-WZ-icon {
    padding: 22px 70px 28px;
    margin-bottom: 0; }
  .Administration {
    height: auto;
    padding-bottom: 50px; }
  body .years-list ul li .date::before {
    height: 400%;
    display: none; }
  .tasks ul li::before {
    width: 35px;
    height: 35px;
    font-size: 16px; }
  body .wekalat::after {
    left: 47px;
    bottom: 73px;
    display: none; }
  body .wekalat::before {
    left: 52px;
    display: none; }
  body .wekalat .wekalat-list {
    width: 100%;
    padding-left: 0px; }
  body .years-list ul li .date {
    width: 56px;
    height: 56px;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    font-size: 16px;
    margin-bottom: 10px; }
  body .wekalat .wekalat-list .wekala-card {
    width: 90%;
    margin-right: 0;
    margin-bottom: 15px; }
  .MainHeader .boxHeader > img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center; }
  .MainHeader .boxHeader > img:last-of-type {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 70%;
       object-position: 70%; }
  .MainHeader .boxHeader .headerText h1 {
    font-size: 30px; }
  .HappensNowPuple {
    z-index: 99;
    right: -30px;
    bottom: -30px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
  .chatNow {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    left: -20px;
    bottom: 0; }
  body .MainHeader .boxHeader .headerText {
    margin-top: 50px; }
  .MainHeader .postionRel {
    margin-top: -80px; }
  .servicesBg .patternCr::before {
    display: none; }
  .briefNama .briefText .twoBoxBF .boxBF p {
    font-size: 12px; }
  .ADSSecti .owl-carousel-center .owl-stage-outer {
    padding: 5px 0 20px 0; }
  .ADSSecti .owl-nav .owl-next {
    left: 0px; }
  .ADSSecti .boxADSSlide .ADBoxTxt h1 {
    font-size: 14px;
    padding: 0 12px; }
  .eventsSection .event2Ctr .owl-prev {
    left: 0; }
  .eventsSection .event2Ctr .owl-next {
    right: 0px; }
  .mediaCenter .homeGallaryWrapper .boxHG > a .titleG {
    font-size: 20px; }
  .tabsCustom .nav-item {
    margin-right: 0; }
  .scrollTop {
    right: -25px;
    top: -25px;
    -webkit-transform: rotate(-90deg) scaleX(0.9);
            transform: rotate(-90deg) scaleX(0.9); }
  .scrollTop .font16Roma, .scrollTop footer .row .footerLinks ul li a, footer .row .footerLinks ul li .scrollTop a, .scrollTop footer .lastUpdate p, footer .lastUpdate .scrollTop p, .scrollTop footer .websiteSupport ul li, footer .websiteSupport ul .scrollTop li, .scrollTop footer .reservedBar ul li, footer .reservedBar ul .scrollTop li, .scrollTop footer .reservedBar ul li a, footer .reservedBar ul li .scrollTop a, .scrollTop .MainHeader .boxHeader .headerText p, .MainHeader .boxHeader .headerText .scrollTop p, .scrollTop .servicesBg .sevBob .servMore span, .servicesBg .sevBob .servMore .scrollTop span {
    font-size: 12px; }
  footer .row:first-of-type {
    margin-bottom: 15px;
    padding-bottom: 0; }
  footer .container .row:nth-of-type(2) .col-md-3.col-md-3 {
    width: 100%;
    max-width: 100% !important;
    margin-bottom: 10px; }
  footer .imgsFooter {
    text-align: center; }
  .under-const .content-box h4 {
    font-size: 30px;
    text-align: center;
    margin: 0 20px; }
  .competitions {
    padding: 30px 0; }
  .Sections {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .main-comp .manasa {
    display: block; }
  .Sections a {
    margin-bottom: 5px; }
  .main-comp .manasa div {
    margin: 0;
    text-align: center;
    margin-bottom: 15px; }
  .sort-button {
    font-size: 14px;
    height: auto;
    width: auto;
    padding: 10px 15px; }
  body .sort-section select {
    background-position: 11px 18px; }
  .sort-sec2 .search-right .serv-stat-sort select {
    width: 100%; }
  .consultations-tabs .customTab-two,
  .consultations-tabs .customTab {
    margin: 0; }
  .sort-section select,
  .sort-section .sort-search input {
    min-height: 40px;
    background-position: 11px 12px; }
  .sort-section .sort-search + .sort-button {
    height: 40px; }
  .EServicesRow .flexWrpper .box img {
    width: 80px;
    height: 80px; }
  .customTab .nav-link:not(:last-of-type) {
    margin-right: 0; }
  .numSectionTabs {
    padding-bottom: 0; }
  .social-media {
    padding-bottom: 60px;
    padding-top: 30px; }
  .open-data .social-card.sharing-card {
    height: 245px;
    padding: 0 10px;
    margin-bottom: 25px; }
  .social-card.sharing-card .img-box {
    height: 55px;
    max-width: 85px;
    margin-bottom: 10px; }
  .mapIframe {
    margin-bottom: 90px; }
  .mapIframe iframe {
    height: 300px; }
  .table-head {
    font-size: 25px; }
  .select-box select {
    width: 100%;
    font-size: 16px;
    height: 55px; }
  .data-archive .noData-box,
  .mezanya-archive .noData-box {
    margin-top: 10px;
    max-width: unset;
    padding: 30px 20px;
    width: 90%; }
  .noData-box p {
    font-size: 18px; }
  .mezanya-archive {
    min-height: auto; }
  .data-archive {
    padding-top: 40px;
    padding-bottom: 52px;
    min-height: auto; }
  .mezanya-main {
    padding-top: 40px;
    padding-bottom: 70px;
    margin-top: 20px; }
  .data-archive .noData-box {
    margin-top: 0; }
  .challenge .white-card .content-box h5,
  .open-data-top h2.with-arrow,
  .main-with-arrow {
    font-size: 20px; }
  .contact-white-card h4,
  .mezanya-box h4 {
    font-size: 20px;
    line-height: 1.5; }
  .open-data-top p,
  .open-data-top .data-card .content-box span,
  .contact-white-card .contact-data .informations div span {
    font-size: 14px; }
  .contact-white-card .time p,
  .scroll-sec ul li a span,
  .contact-white-card .contact-data .informations div span.bold {
    font-size: 16px; }
  .contact-data-map iframe {
    height: 350px; }
  .mezanya-box p {
    line-height: 1.6; }
  .mezanya-archive .col-12 {
    overflow-y: auto; }
  .Minister-CV .content-box h3 {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 10px; }
  .news-details .h2-main {
    font-size: 25px;
    line-height: 1.5; }
  .News-slider .fancybox::after {
    bottom: 0px;
    left: 20px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
  .main-p2 {
    font-size: 14px; }
  .ntp-header {
    font-size: 30px; }
  .ntp-header img {
    width: 45px;
    height: 45px;
    margin-right: 15px; }
  .scroll-sec ul li a img {
    width: 20px;
    height: 20px; }
  .scroll-sec.fixed-ntp2020 {
    top: 65px; }
  .scroll-sec {
    margin-top: -9px; }
  .ntp-list {
    padding-top: 50px;
    padding-bottom: 50px; }
  .open-data-top .data-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 20px auto;
    padding: 20px; }
  .with-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .open-data-top .data-card .btns {
    margin-top: 15px; }
  .open-data-top p {
    padding-left: 0;
    line-height: 1.6; }
  .open-data-top .data-card .content-box {
    max-width: 100%; }
  .alertInfo .boxAlert {
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .Minister-CV {
    margin-bottom: 30px; }
  .Minister-CV-content .content-sec h2.with-arrow {
    font-size: 20px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end; }
  .important-link-card .content-box h4 {
    font-size: 16px; }
  .News-slider.arrowz-news .news-owl-carousel .owl-nav {
    position: relative;
    width: 80px;
    margin: 0 auto;
    padding-top: 40px; }
  .fancybox-skin .fancybox-next span,
  .fancybox-skin .fancybox-prev span {
    zoom: 0.6; }
  .Portal-statistics-card {
    padding: 30px 23px 24px;
    height: 220px; }
  .Portal-statistics-card .numbers h4 {
    font-size: 30px; }
  .Portal-statistics-card .title h6 {
    font-size: 16px; }
  .Portal-statistics-twoCards h4 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px; }
  .Portal-statistics-twoCards {
    height: auto;
    margin-top: 5px;
    margin-bottom: 30px; }
  .Portal-statistics-twoCards p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px; }
  .Portal-statistics-twoCards .second-sec .btns-sec {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .Portal-statistics-twoCards .second-sec .btns-sec a img {
    width: 30px; }
  .Portal-statistics-twoCards p a.green-a,
  .Portal-statistics-twoCards .second-sec .btns-sec a {
    font-size: 14px; }
  .Portal-statistics-twoCards p a.green-a img {
    width: 25px;
    margin-top: 6px; }
  .charts {
    margin-bottom: 30px; }
  .top-section {
    padding-top: 30px;
    padding-bottom: 35px; }
  .privacy .content-box p + p {
    margin-top: 0; }
  .badge-white {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .alertInfo .boxAlert strong,
  .badge-white .content {
    font-size: 14px;
    padding: 10px 0;
    text-align: center; }
  .shared-dev-ideas .with-arrow {
    font-size: 20px;
    display: block;
    margin-bottom: 10px; }
  .creative .shared-dev-ideas span {
    font-size: 14px;
    display: block; }
  .creative .creative-card .hashtags span {
    padding: 0 18px;
    font-size: 12px; }
  .creative .creative-card .title {
    font-size: 18px;
    line-height: 1.5; }
  .social-media {
    padding-bottom: 20px; }
  .social-media-2 .socMed-card.blue-bg .row .offset-lg-1,
  .socMed-card .offset-lg-1 {
    margin-left: unset;
    margin-right: unset; }
  .social-media-2 .socMed-card .socMed-img {
    height: 200px; }
  .social-media-2 .socMed-card .socMed-img .img-box img {
    width: 40px; }
  .social-media-2 .socMed-card:last-child {
    margin-bottom: 40px; }
  .sort-section .sort-search input,
  .sort-sec2 .search-right select {
    width: 100%; }
  .sort-section .sort-search input::-webkit-input-placeholder {
    color: black; }
  .sort-section .sort-search input::-moz-placeholder {
    color: black; }
  .sort-section .sort-search input:-ms-input-placeholder {
    color: black; }
  .sort-section .sort-search input::-ms-input-placeholder {
    color: black; }
  .sort-section .sort-search input::placeholder {
    color: black; }
  .sort-sec2 .sort-filter, .sort-sec2 .sort-search {
    width: 100%;
    margin-bottom: 10px; }
  .sort-sec2 .search-right select {
    min-height: 40px; }
  .sort-sec2 .search-right .search-butn {
    width: auto;
    height: 40px;
    padding: 10px 20px;
    font-size: 14px; }
  .list-system-cards .system-card {
    height: auto;
    margin-bottom: 30px; }
  .list-system-cards .system-card .content-box h4 {
    font-size: 16px;
    height: auto;
    line-height: 1.6; }
  .list-system-cards .system-card .content-box .sys-btns .sys-share span,
  .list-system-cards .system-card .content-box .sys-btns .download {
    font-size: 14px;
    margin: 0; }
  .list-system-cards .system-card .content-box .sys-btns .sys-share .share img,
  .list-system-cards .system-card .content-box .sys-btns .download img {
    width: 30px; }
  .list-system-cards .system-card .content-box .sys-btns .sys-share .innderSocial {
    zoom: 0.8; }
  .list-system-cards {
    margin-top: 16px; }
  .media-center-list .media-card {
    margin-bottom: 30px;
    height: auto; }
  .media-center-list .media-card .content-box h3 {
    font-size: 16px; }
  .wakeel .wakeel-card {
    display: block;
    height: auto; }
  .wakeel .wakeel-card .img-box {
    width: 100%; }
  .wakeel .wakeel-card .img-box {
    padding: 20px; }
  .e-service-statistics-main {
    height: 500px;
    padding-top: 45px; }
  .e-service-statistics-main .content-box {
    padding-left: 22px;
    padding-right: 70px; }
  .e-service-statistics-main .content-box h2 {
    font-size: 30px;
    margin-bottom: 20px; }
  .e-service-statistics-main .content-box a.moree {
    font-size: 14px; }
  .e-service-statistics-main .content-box a.moree img {
    margin-left: 15px;
    width: 14px; }
  .wakeel {
    padding-top: 40px;
    padding-bottom: 40px; }
  .wakeel .main-head-WZ-icon {
    margin-bottom: 30px; }
  .main-head-WZ-icon img {
    margin-right: 15px;
    width: 45px;
    height: 45px; }
  .main-head-WZ-icon {
    font-size: 20px; }
  .wakeel .wakeel-card .content-box {
    padding: 5px 20px 25px 20px; }
  .tasks .main-head-WZ-icon {
    margin-bottom: 15px; }
  .feedback-slider .feedback-card .content-box .stars-container {
    height: 35px; }
  .feedback-slider .feedback-card .content-box .stars-container .star {
    margin-right: 10px;
    margin-top: 12px; }
  .feedback-slider .feedback-card .content-box .hidden-sec a {
    font-size: 14px; }
  .feedback-slider .feedback-card .content-box .hidden-sec a img {
    margin-left: 7px;
    width: 15px;
    margin-top: 8px; }
  footer .lastUpdateDiv {
    margin-top: 10px;
    margin-bottom: 15px; }
  footer .row .logoFooter {
    margin-bottom: 30px; }
  footer .row .footerLinks h4 {
    margin-bottom: 15px; }
  footer .row .footerLinks ul li {
    margin-bottom: 0px; }
  .navBar .linksNB ul li {
    padding-left: 10px; }
  .top-weather {
    margin: 5px 0; }
  .modalSearch .modal-dialog .modal-content .SearchCustom {
    width: 100%;
    height: 50px; }
  .SearchCustom .searchSubmit {
    width: 55px; }
  .SearchCustom .searchSubmit img {
    width: 20px; }
  .SearchCustom .boxSloce button img {
    width: 22px; }
  .weather-widget {
    zoom: 0.8; }
  .list-consultations .consultations-card .hashtags {
    margin-bottom: 15px; }
  .list-consultations .consultations-card .hashtags span {
    width: auto;
    height: 37px;
    padding: 0 10px;
    font-size: 13px; }
  .sort-section select,
  .sort-section .sort-search input,
  .Sections a,
  .sort-section label,
  .list-consultations .consultations-card .card-footer a {
    font-size: 14px; }
  .boxTagsShared a {
    margin-bottom: 10px;
    margin-right: 5px; }
  .customContainer .col-lg-7 {
    -webkit-box-align: revert;
        -ms-flex-align: revert;
            align-items: revert; }
  .homeTenders .boxTags {
    padding: 15px; }
  .homeTenders .boxTags a span {
    font-size: 14px; }
  .happeningNow .boxHN .moreBox .btnArrow span {
    font-size: 14px; }
  .eventsSection .event2Ctr .event2Box .EVImg,
  .eventsSection .patternBox .boxImgPT > img {
    height: 200px; }
  .eventsSection .tabsCustom {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-bottom: 15px; }
  .eventsSection .event2Ctr .event2Box .EVImg {
    padding: 20px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .eventsSection .event2Ctr .event2Box .EVImg .Date2Box:first-child::before {
    top: 28%;
    right: -4.5px; }
  .newSection .boxNews .newsImg {
    height: 230px; }
  .homeTenders {
    background-color: #edf0f5;
    padding: 30px 0 50px; }
  .newSection .boxNews .newsTxt .titleNews {
    font-size: 18px; }
  .list-with-header ul li {
    width: 100%; }
  .MainHeader .boxHeader .headerText .btnArrow span {
    font-size: 14px;
    margin-top: -6px; }
  .MainHeader .boxHeader .headerText .btnArrow img {
    width: 15px;
    margin: 0 5px; }
  .servicesBg .sevBob {
    height: 200px; }
  .newSection .boxNews {
    height: auto;
    margin-bottom: 25px; }
  .servicesBg .sevBob > img {
    height: 90px; }
  .tabsCustom .nav-item .nav-link {
    margin-right: 10px;
    min-width: auto;
    padding: 9px 15px 13px 15px; }
  .mediaCenter .boxCounter {
    margin: 0 0 40px; }
  .mediaCenter .patternCr {
    padding: 20px 15px; }
  .list-cards-two .wekala-card {
    margin-bottom: 10px; }
  .normal-list ul {
    padding: 0 30px; }
  .newSection {
    overflow: hidden; }
  .newSection .patternCr::before {
    right: -145px;
    bottom: 50px; }
  .eventsSection .patternBox .boxTxtPT .locationDate .dateBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50% !important; }
  /* end 600px */ }

@media (max-width: 320px) {
  /* end 320px */ }

/* ------------------------------------------------------ end  */
/* ---- EN ----- */
@media (min-width: 1200px) {
  .menuBg .navbarCustom .nav-item .nav-link {
    font-size: 12px !important; } }

@media (min-width: 1600px) {
  .menuBg .navbarCustom .nav-item .nav-link {
    font-size: 18px !important; } }

@media (min-width: 1600px) {
  html {
    /* font-size: 135%; */
    font-size: 21px; }
  body .orChartNew .level3 .AgencyCard.borderBottom:nth-of-type(2) .borderBOT {
    margin-right: 6px; }
  body .orChartNew.newLastChart .level3 .AgencyCard.borderBottom:nth-of-type(2) .borderBOT {
    margin-right: 0; }
  body .or-chart-col7 .wekala-chart .level-one::before {
    width: 1224px; } }

@media (max-width: 1600px) {
  html {
    /* font-size: 125%; */
    font-size: 18px; }
  .newLastChart .levelBetw34 .right {
    -webkit-transform: translate(11px, -51px);
    transform: translate(11px, -51px); }
  body .orChartNew .level3 .AgencyCard.borderBottom:nth-of-type(2) .borderBOT {
    margin-right: -8px; }
  body .newLastChart .levelBetw34 .adminHeadCard::after {
    width: 35px;
    right: -40px; }
  body .orChartNew.newLastChart .level3 .AgencyCard.borderBottom:nth-of-type(1) .borderBOT {
    margin-right: -11px; }
  body .orChartNew.newLastChart .level3 .AgencyCard.borderBottom:nth-of-type(2) .borderBOT {
    margin-right: 13px; }
  body .or-chart-col7 .wekala-chart .level-one::before {
    width: 1234px; } }

.newSection .boxNews .newsTxt .titleNews {
  line-height: 37px; }

.eventsSection .patternBox .boxTxtPT .locationDate .dateBox span {
  line-height: 20px; }

.trans-card .content-box .card-title {
  -webkit-padding-end: 0;
          padding-inline-end: 0; }

body .orChartNew .level4 .adminHeadCard,
body .orChartNew .level4 .adminCard {
  width: 215px;
  line-height: 1.2; }

.or-chart .Dfont {
  font-size: 17px; }

.stats-inner p {
  font-size: 1rem; }
