.newsbkg::before{
    content: '';
    top: -100;
    right:-50px;
  position: absolute;
  width: 500px;
  height: 500px;
  background-image: url(../img/cyc2.png);
  background-repeat: no-repeat;
z-index: 1;

}

.dateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dateBox img {
  max-width: 25px;
}

.dateBox span {
  font-size: 0.875rem;
  color: #32383d;
  margin-right: 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-right: 50px;
  position: absolute;
  top: 14px;
  right: 14px;
  min-height: 38px;
  margin: 0;
}

.HBNew span, .newSection .boxNews .newsImg p span {
  font-size: 0.875rem;
  color: #003462;
  white-space: nowrap;
}

.HBNew img, .newSection .boxNews .newsImg p img {
  max-width: 50px;
  position: absolute;
  right: -5px;
}

.patternCr {
  position: relative;
  z-index: 2;
}
.newSection .patternCr::after, .patternCr::before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 300px;
  height: 300px;
  background-image: url(../front/img/cirlceServ.svg);
  background-repeat: no-repeat;
}


.patternCr::before {
  left: -33px;
  bottom: -40px;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.patternCr::after {
  top: 0;
  right: -33px;
}

/* .btnArrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #63BE6A;
  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-right: 25px;
}

.btnArrow span {
  font-size: 1rem;
  color: #fff;
}

.headingArrow {
  font-size: 1.5625rem;
  font-weight: bold;
  padding-right: 40px;
  color: #041A2D;
  position: relative;
}

.headingArrow::after {
  position: absolute;
  content: '';
  right: 0;
  top: 10px;
  background-image: url(../images/E-Services/arrowHeading.svg);
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
} */

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

/* .servicesBg {
  background: #f3f6fb;
  padding-bottom: 0px;
}

.servicesBg .patternCr {
  min-height: 641px;
}

.servicesBg .font35pxBold {
  color: #003462;
  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: #003462;
}

.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 {
  right: -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: right;
  padding-right: 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: "";
  right: -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 {
    left: 0 !important;
  }
}


.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%;
  height: 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: #9ba76e;
  font-weight: 600;
}

.newSection .boxNews .newsTxt .hiddenNew .servMore img {
  max-width: 15px;
  padding-top: 8px;
  margin-right: 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;
  margin-bottom: 20px !important;

}

.newSection .owl-dots button.active span {
  background-color: #c8c647 !important;
}

.newSection .actionBF {
  margin-top: 30px;
  text-align: center;
}

.newSection .actionBF .btnArrow {
  background-color: #4789c8;
}

.newSection .patternCr::before {
  left: 0;
  bottom: 15px;
}

.newSection .patternCr::after {
  right: -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 {
  right: -55px;
}

.newSection .owl-carousel-news .owl-next {
  left: -55px;
}



.News-slider {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.News-slider .fancybox::after {
  width: 50px;
  height: 50px;
  background: url(../front/img/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;
}

.arrowz-news {
  position: relative;
}

.arrowz-news .owl-carousel .owl-nav button {
  width: 44px;
  height: 44px;
  background: url(../front/img/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 {
  left: -96px;
}

.arrowz-news .owl-carousel .owl-nav button.owl-next {
  right: -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: 700;
  color: #727F7C;
}

.pagination li a.Disabled {
  cursor: unset;
  opacity: 0.5;
}

.pagination li a.current {
  background-color: #63BE6A;
  color: #fff;
  cursor: unset;
}

.pagination li a.NextPagi, .pagination li a.prePagi {
  background-color: transparent;
  border: 0;
}

.pagination-count {
  position: absolute;
  left: 0;
  top: 25%;
}

.pagination-count span {
  font-size: 1rem;
  font-weight: 500;
  color: #727F7C;
  margin-left: 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-left: 0;
}

.media-center-list .media-card {
  height: 360px;
  background-color: #fff;
  margin-bottom: 40px;
}



  .newSection .patternCr::before {
    left: 0;
  }
  .menuBg .navbarCustom > .navbar-brand {
    margin: 0;
  }
  .menuBg .navbarCustom > .navbar-brand img {
    max-width: 175px;
  }
  .menuBg .navbarCustom .nav-item .nav-link {
    font-size: 12px;
    padding: 0 2px;
  }
  .menuBg .navbarCustom .borderWidth img {
    width: 70px;
  }
  .borderWidth::after {
    display: none;
  }
  body .MainHeader .owl-nav {
    max-width: 931px;
  }
}

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

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


  .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-left: 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);
  }
}

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

@media (max-width: 1200px) {
  .interactive-map .map-bg .svg-map {
    margin-left: 0;
  }
  .interactive-map .map-bg .svg-map svg {
    -webkit-transform: translate(-35px, 9px);
            transform: translate(-35px, 9px);
  }
  .ADSSecti .owl-nav .owl-next {
    /* right: -15px; */
  }
  .ADSSecti .owl-nav .owl-prev {
    /* left: -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;
    left: -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-left: 40px;
  }
  .interactive-map .map-bg .main-content h2 {
    font-size: 28px;
  }
  .interactive-map .map-bg .navigation-links {
    margin-left: 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 {
    left: -20px;
  }
  .eventsSection .owl-carousel-event1 .owl-prev {
    right: -20px;
  }
  .briefNama .briefImg img {
    width: 100%;
  }
  .patternCr::after {
    top: 0;
    right: 5px;
  }
  .newSection .patternCr::after {
    right: 0;
  }
  .newSection .patternCr::before {
    left: 0;
  }
  .eventsSection .event2Ctr .owl-prev {
    right: 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-right: 7px;
  }
  .navBar .linksNB ul li.paddingGap {
    padding-right: 10px;
  }
}

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

  .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-left: 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 {
    left: -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  */
/*# sourceMappingURL=styleRTL.css.map */
