 
body {
  
}

.content-rtl {
  direction: rtl;
}

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

.pull-right {
  float: right;
}

.brand-col {
  float: right !important;
}

.logo {
  padding-top: 20px;
}

@media screen and (max-width: 960px) {
  .logo {
    padding-top: 10px;
  }

  .mf-row-header .brand-col {
    right: 45px;
    text-align: right;
    width: 130px !important;
    max-width: inherit !important;
    padding-right: 60px;
    padding-left: 15px;
  }

  .mf-lang {
    display: flex;
    align-items: center;
    height: 20px;
  }

  .search-toggle {
    margin-left: 0;
    margin-right: 15px;
    margin-top: 0;
  }
}

.select-group .select .styledSelect:after {
  left: 15px;
}
.field-group .invalid-feedback {
  
  font-size: 14px;
}
.field-group .mf-form-control {
  
}
.mf-search-lang {
  float: left !important;
}

.mf-date-time p {
  justify-content: flex-start;
}

.mf-date-time p span {
  display: flex;
  flex-direction: row-reverse;
}

.mf-search .form-control {
  border-radius: 0;
  padding-right: 10px;
  padding-left: 50px;
  text-align: right;
}

.mf-search button {
  left: 0;
}

.mf-row-header {
  margin: 0 -15px;
  display: inherit !important;
  flex-wrap: inherit !important;
}

.mf-row-header .col-3 {
  width: 25%;
}

.mf-row-header .mf-search-lang {
  padding: 25px 15px;
}

.mf-row-header .col-6 {
  width: 48%;
  padding: 0 15px;
  display: inline-block;
}

.rtl-field-row {
  display: inherit;
}

.rtl-field-row .col-md-9 {
  float: right;
}

.icon-field .field-icon {
  position: absolute;
  left: 15px !important;
  right: auto;
  top: 8px;
  color: #ae9f3d;
  font-size: 24px;
}

.icon-field .field-label { 
  top: 10px !important;
}

.icon-field .mf-form-control {
  padding: 11px 11px 11px 40px;
}

.field-group label.field-label {
  right: 10px;
  left: auto;
  direction: rtl;
  /*top: -15px;*/
}

.mf-form-control {
  text-align: right;
}

.mf-contact-info p span {
  margin-left: 20px;
}

.mf-contact-info p i {
  float: right;
  margin-left: 20px;
  margin-right: 0px !important;
}

.footer-item-title:before {
  right: 0 !important;
  left: inherit;
}

.mf-social-set {
  flex-direction: inherit !important;
  justify-content: flex-end !important;
}

.mf-social-set label {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .mf-social-set label {
    margin-left: 0;
  }

  .mf-social-set {
    justify-content: center !important;
    padding-top: 10px;
  }
}

.mf-contact-address p {
  font-size: 13px;
  display: flex !important;
  flex-wrap: nowrap !important;
  text-align: right !important;
  clear: both;
  justify-content: flex-end !important;
  flex-direction: row;
}

@media (max-width: 768px) {
  .mf-contact-address p {
    display: inherit !important;
  }
}

.mf-service-item p {
  font-size: 18px;
}

.stellarnav.mobile.light ul {
  box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.3);
}

.mf-stellarnav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}

.map-body:after {
  right: -13px !important;
  left: auto;
}

.map-body:before {
  right: -13px !important;
  left: auto;
}

.modal-dialog-map .modal-content .close-map {
  left: -30px;
  right: auto;
  top: 5px;
}

@media (max-width: 768px) {
  .modal-dialog-map .modal-content .close-map {
    left: 5px;
    right: auto;
    top: 5px;
  }
}

/*
 * Stellarnav.js 2.5.0
 * Responsive, lightweight, multi-level dropdown menu.
 * Copyright (c) 2018 Vinny Moreira - http://vinnymoreira.com
 * Released under the MIT license
 */
/* all nav */
.stellarnav {
  position: relative;
  width: 100%;
  z-index: 990;
  line-height: normal;
}

.stellarnav a {
  color: #777;
}

.stellarnav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.stellarnav li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: normal;
  vertical-align: middle;
}

.stellarnav li a {
  padding: 10px;
  display: block;
  text-align: right;
  text-decoration: none;
  color: #777;
  font-size: 16px;
  font-family: inherit;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.stellarnav li ul li a {
  color: #a5a5a5 !important;
}

.stellarnav li ul li a:hover {
  background: #f0f0f0;
  color: #858585;
}

/* main level */
.stellarnav > ul > li {
  display: inline-block;
}

.stellarnav > ul > li > a {
  padding: 20px 40px;
}
.mf-stellarnav.stellarnav.light li a {
  font-size: 16px;
}

/* first level dd */
.stellarnav ul ul {
  box-shadow: 3px 5px 15px 0px rgba(0, 0, 0, 0.4);
  top: auto;
  width: 220px;
  position: absolute;
  z-index: 9900;
  text-align: left;
  display: none;
  background: #ddd;
}

.stellarnav li li {
  display: block;
}

.stellarnav ul ul:after {
  content: "";
  position: absolute;
  width: 6px;
  top: 0;
  right: 0;
  left: inherit;
  height: 100%;
  background: #ae9f3d;
  z-index: 9999;
}

.stellarnav ul ul:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: inherit;
  height: 6px;
  width: 98%;
  background: #ae9f3d;
}

@media (max-width: 960px) {
  .stellarnav ul ul {
    box-shadow: none !important;
  }

  .stellarnav ul ul:before {
    content: inherit;
    display: none;
  }
}

/* second level dd */
.stellarnav ul ul ul {
  top: 0; /* dd animtion - change to auto to remove */
  left: unset !important;
  right: 220px !important;
}
@media (max-width: 991.98px) {
  /* second level dd */
  .stellarnav ul ul ul {
    right: 0 !important;
  }
}

.stellarnav > ul > li:hover > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 0;
}

/* .drop-left */
.stellarnav > ul > li.drop-left > ul {
  right: 0;
}

.stellarnav li.drop-left ul ul {
  left: auto;
  right: 220px;
}

/* light theme */
.stellarnav.light {
  background: rgba(255, 255, 255, 1);
}

.stellarnav.light a {
  color: #ae9f3d;
}

.stellarnav.light ul ul {
  background: rgba(255, 255, 255, 1);
}

.stellarnav.light li a {
  color: #ae9f3d;
}

/* dark theme */
.stellarnav.dark {
  background: rgba(0, 0, 0, 1);
}

.stellarnav.dark a {
  color: #fff;
}

.stellarnav.dark ul ul {
  background: rgba(0, 0, 0, 1);
}

.stellarnav.dark li a {
  color: #fff;
}

/* sticky nav */
.stellarnav.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

/* only used when 'scrollbarFix' is set to true in the js. This fixes horizontal scrollbar caused by the dd menus that are very long.*/
body.stellarnav-noscroll-x {
  overflow-x: hidden;
}

/* general styling */
@media (max-width: 960px) {
  .stellarnav li.has-sub > a:before {
    content: inherit;
    display: none !important;
  }

  .stellarnav li li.has-sub > a:before {
    content: inherit;
    display: none !important;
  }

  .stellarnav li.drop-left li.has-sub > a:before {
    content: inherit;
    display: none !important;
  }

  .stellarnav.hide-arrows li.has-sub > a:before,
  .stellarnav.hide-arrows li li.has-sub > a:before,
  .stellarnav.hide-arrows li.drop-left li.has-sub > a:before {
    display: none;
  }
}

.stellarnav li.has-sub > a:after {
  content: inherit;
  display: none !important;
}

.stellarnav li.has-sub > a:before {
  content: "";
  margin-right: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ae9f3d;
  display: inline-block;
}

.stellarnav li li.has-sub > a:before {
  margin-right: 10px;
  float: left;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #ae9f3d;
  position: relative;
  top: 11px;
}

.stellarnav li.drop-left li.has-sub > a:before {
  float: left;
  margin-right: 10px;
  border-left: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #ae9f3d;
}

.stellarnav.hide-arrows li.has-sub > a:before,
.stellarnav.hide-arrows li li.has-sub > a:before,
.stellarnav.hide-arrows li.drop-left li.has-sub > a:before {
  display: none;
}

.stellarnav .menu-toggle,
.stellarnav .close-menu,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
  display: none;
  text-transform: uppercase;
  text-decoration: none;
}

.stellarnav .dd-toggle {
  display: none;
  position: absolute;
  top: 3px !important;
  left: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  z-index: 9999;
  border: 0;
}

.stellarnav.desktop li.has-sub a {
  padding-right: 20px !important;
}

.stellarnav.desktop.hide-arrows li.has-sub a {
  padding-right: 15px;
}

.stellarnav.mobile > ul > li > a.dd-toggle {
  padding: 0;
}

.stellarnav li.call-btn-mobile,
.stellarnav li.location-btn-mobile {
  display: none;
}

/* svg icons */
.stellarnav svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
  position: relative;
  top: 2px;
}

/* svg icons */

.stellarnav a.dd-toggle .icon-plus {
  box-sizing: border-box;
  transition: transform 0.3s;
  width: 12px;
  height: 100%;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}

.stellarnav a.dd-toggle .icon-plus:before {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 3px #777;
  position: absolute;
  top: 50%;
  transform: rotate(90deg);
  transition: width 0.3s;
}

.stellarnav a.dd-toggle .icon-plus:after {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  top: 50%;
  border-bottom: solid 3px #777;
  position: absolute;
}

.stellarnav li.open > a.dd-toggle .icon-plus {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.stellarnav.light a.dd-toggle .icon-plus:before {
  border-color: #ae9f3d;
}

.stellarnav.light a.dd-toggle .icon-plus:after {
  border-color: #ae9f3d;
}

.stellarnav.dark a.dd-toggle .icon-plus:before {
  border-color: #fff;
}

.stellarnav.dark a.dd-toggle .icon-plus:after {
  border-color: #fff;
}

.stellarnav .icon-close {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
}

.stellarnav .icon-close:before {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 3px #777;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
}

.stellarnav .icon-close:after {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  top: 50%;
  border-bottom: solid 3px #777;
  position: absolute;
  transform: rotate(-45deg);
}

.stellarnav.light .icon-close:before {
  border-color: #ae9f3d;
}

.stellarnav.light .icon-close:after {
  border-color: #ae9f3d;
}

.stellarnav.dark .icon-close:before {
  border-color: #fff;
}

.stellarnav.dark .icon-close:after {
  border-color: #fff;
}

/* mobile nav */
.stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile,
.stellarnav .close-menu {
  padding: 15px;
  box-sizing: border-box;
}

.stellarnav .menu-toggle span.bars {
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 3px;
}

.stellarnav .menu-toggle span.bars span {
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 6px;
  background: #777;
  margin: 0 0 3px;
}

.stellarnav .full {
  width: 100%;
}

.stellarnav .half {
  width: 50%;
}

.stellarnav .third {
  width: 33%;
  text-align: center;
}

.stellarnav .location-btn-mobile.third {
  text-align: center;
}

.stellarnav .location-btn-mobile.half {
  text-align: right;
}

.stellarnav.light .third,
.stellarnav.light .half {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.stellarnav.light.left .third,
.stellarnav.light.left .half {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.stellarnav.light.right .third,
.stellarnav.light.right .half {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.stellarnav.light .third:first-child,
.stellarnav.light .half:first-child {
  border-left: 0;
}

.stellarnav.dark .third,
.stellarnav.dark .half {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.stellarnav.dark.left .third,
.stellarnav.dark.left .half {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.stellarnav.dark.right .third,
.stellarnav.dark.right .half {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.stellarnav.light.left .menu-toggle,
.stellarnav.light.right .menu-toggle {
  border-bottom: 0;
}

.stellarnav.dark.left .menu-toggle,
.stellarnav.dark.right .menu-toggle {
  border-bottom: 0;
}

.stellarnav.dark .third:first-child,
.stellarnav.dark .half:first-child {
  border-left: 0;
}

.stellarnav.light .menu-toggle span.bars span {
  background: #ae9f3d;
}

.stellarnav.dark .menu-toggle span.bars span {
  background: #fff;
}

.stellarnav.mobile {
  position: static;
}

.stellarnav.mobile.fixed {
  position: static;
}

.stellarnav.mobile ul {
  position: relative;
  display: none;
}

.stellarnav.mobile.active {
  padding-bottom: 0;
}

.stellarnav.mobile.active > ul {
  display: block;
}

.stellarnav.mobile ul {
  text-align: left;
}

.stellarnav.mobile > ul > li {
  display: block;
}

.stellarnav.mobile > ul > li > a {
  padding: 10px 40px 10px 10px;
}

.stellarnav.mobile .close-menu {
  background: url("../images/orange-pattern.png");
  color: #ffffff;
  padding: 11px 15px;
}

.stellarnav.mobile .close-menu .icon-close {
  /*display: none*/
}

.stellarnav.mobile > ul > li > ul > li > a {
  padding: 10px 40px 10px 10px;
  background: #f1f1f1;
}

.stellarnav.mobile > ul > li > ul > li > ul > li > a {
  padding: 10px 40px 10px 10px;
  background: #e2e2e2;
}

.stellarnav.mobile .dd-toggle {
  padding: 0 !important;
  height: 41px;
}

.stellarnav.mobile .dd-toggle:focus {
  background: none;
}

.stellarnav.mobile ul {
  background: rgba(221, 221, 221, 1);
}

.stellarnav.mobile ul ul {
  position: relative;
  opacity: 1;
  visibility: visible;
  width: auto;
  display: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}

.stellarnav.mobile ul ul ul {
  left: auto;
  top: auto;
}

.stellarnav.mobile li.drop-left ul ul {
  right: auto;
}

.stellarnav.mobile li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.stellarnav.mobile > ul {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.stellarnav.mobile.light li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.stellarnav.mobile.light > ul {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.stellarnav.mobile li a.dd-toggle {
  border: 0;
}

.stellarnav.mobile.light li a.dd-toggle {
  border: 0;
}

.stellarnav.mobile .menu-toggle,
.stellarnav.mobile .dd-toggle,
.stellarnav.mobile .close-menu,
.stellarnav.mobile .call-btn-mobile,
.stellarnav.mobile .location-btn-mobile {
  display: inline-block;
}

.stellarnav.mobile li.call-btn-mobile {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}

.stellarnav.mobile li.call-btn-mobile,
.stellarnav.mobile li.location-btn-mobile {
  display: inline-block;
  width: 50%;
  text-transform: uppercase;
  text-align: center;
}

.stellarnav.mobile li.call-btn-mobile.full,
.stellarnav.mobile li.location-btn-mobile.full {
  display: block;
  width: 100%;
  text-transform: uppercase;
  border-right: 0;
  text-align: left;
}

.stellarnav.mobile.light ul {
  background: rgba(255, 255, 255, 1);
}

.stellarnav.mobile.dark ul {
  background: rgba(0, 0, 0, 1);
}

.stellarnav.mobile.dark ul ul {
  background: rgba(255, 255, 255, 0.08);
}

.stellarnav.mobile.light li.call-btn-mobile {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.stellarnav.mobile.top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.stellarnav.mobile li.has-sub > a:after,
.stellarnav.mobile li li.has-sub > a:after,
.stellarnav.mobile li.drop-left li.has-sub > a:after {
  display: none;
}

/* left and right positions */
.stellarnav.mobile.right > ul,
.stellarnav.mobile.left > ul {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 280px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.stellarnav.mobile.left > ul {
  right: 0;
  left: inherit !important;
}

.stellarnav.mobile.right .close-menu,
.stellarnav.mobile.left .close-menu {
  display: inline-block;
  text-align: left !important;
}

.stellarnav.mobile.left > ul {
  left: 0;
}

.stellarnav.mobile.right .location-btn-mobile.half,
.stellarnav.mobile.right .call-btn-mobile.half,
.stellarnav.mobile.right .close-menu.half {
  text-align: center;
}

.stellarnav.mobile.right .location-btn-mobile.third,
.stellarnav.mobile.right .call-btn-mobile.third,
.stellarnav.mobile.right .close-menu.third {
  text-align: center;
}

.stellarnav.mobile.left .location-btn-mobile.half,
.stellarnav.mobile.left .call-btn-mobile.half,
.stellarnav.mobile.left .close-menu.half {
  text-align: center;
}

.stellarnav.mobile.left .location-btn-mobile.third,
.stellarnav.mobile.left .call-btn-mobile.third,
.stellarnav.mobile.left .close-menu.third {
  text-align: center;
}

.stellarnav.mobile.left .menu-toggle.half,
.stellarnav.mobile.left .menu-toggle.third,
.stellarnav.mobile.right .menu-toggle.half,
.stellarnav.mobile.right .menu-toggle.third {
  text-align: left;
}

.stellarnav.mobile.left .close-menu.third span,
.stellarnav.mobile.right .close-menu.third span {
  display: none;
}

/* left and right positions */

/* mega dd */
.stellarnav.desktop li.mega ul ul {
  background: none;
}

.stellarnav.desktop li.mega li {
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}

.stellarnav.desktop li.mega li li {
  display: block;
  position: relative;
  left: 4px;
}

.stellarnav.desktop li.mega ul ul {
  width: auto;
}

.stellarnav.desktop > ul > li.mega {
  position: inherit;
}

.stellarnav.desktop > ul > li.mega > ul {
  width: 100%;
}

.stellarnav.desktop > ul > li.mega > ul li.has-sub ul {
  display: block;
  position: relative;
  left: auto;
}

.stellarnav.desktop > ul > li.mega > ul > li {
  padding-bottom: 15px;
  box-sizing: border-box;
}

.stellarnav.desktop li.mega li li a {
  padding: 5px 15px;
}

.stellarnav.desktop li.mega li.has-sub a:after {
  display: none;
}

.stellarnav.desktop > ul > li.mega > ul > li > a {
  color: yellow;
}

/* mega dd */

/* Fallback for slow javascript load */
@media only screen and (max-width: 768px) {
  .stellarnav {
    overflow: hidden;
    display: block;
  }

  .stellarnav ul {
    position: relative;
    display: none;
  }
}

/* mobile nav */
@media only screen and (max-width: 420px) {
  .stellarnav.mobile .call-btn-mobile.third span,
  .stellarnav.mobile .location-btn-mobile.third span {
    display: none;
  }
}

/* Rtl font */
.career-list-wrap .row {
  direction: rtl;
}

.career-details-header .row {
  flex-direction: row-reverse;
}

.career-details-header .col-sm-4 .header-cell {
  padding-right: 0;
  padding-left: 65px;
  border-left: 1px solid #eeeeee;
  border-right: none;
}

.career-details-header .col-sm-4:last-child .header-cell {
  padding-right: 0;
  padding-left: 65px;
  border-left: none;
  border-right: none;
}

.order-list p {
  padding-left: 0;
  padding-right: 50px;
}

.order-list p span {
  left: inherit;
  right: 0;
  color: #044c7f;
  width: 32px;
  height: 32px;
  line-height: 33px;
}

.appply-actoin {
  text-align: left;
}

.field-group-file .field-label-static {
  position: absolute;
  right: 10px;
  top: 12px;
  left: inherit;
  
}

.field-group-file .field-icon {
  left: 10px !important;
}

.job-apply-pop-from .row {
  justify-content: flex-end;
}

.modal-action {
  text-align: right;
}

.inline-link-ico { 
}

.news-filter-all-news .row {
  flex-direction: row-reverse;
}

.news-filter-all-news .filter-btn {
  float: left;
}

.about-minister .row {
  flex-direction: row-reverse;
}

.work-timeline-list .row {
  flex-direction: row-reverse;
}

.presentation-list .present-item {
  flex-direction: row-reverse;
}

.work-timeline-list .timeline-content:after {
  right: -16px;
  left: inherit;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.minister-personal-details .personal-details-list p {
  direction: rtl;
}

.minister-personal-details h3:after {
  right: 0;
  left: inherit;
}

.minister-personal-details h2 {
  font-size: 48px;
}

@media (max-width: 768px) {
  .minister-personal-details .personal-details-list p {
    font-size: 4vw !important;
  }

  .minister-personal-details h2 {
    font-size: 6vw;
  }

  .minister-personal-details h3 {
    font-size: 4vw !important;
  }
}

.minister-personal-details h3 {
  font-size: 28px;
}

.work-timeline-list .row:last-child .click-mouse {
  float: left;
}

.work-timeline-list .time-bar-point .time-bar-item {
  right: 15px;
  left: inherit;
}

@media (max-width: 768px) {
  .work-timeline-list .time-bar-point .time-bar-item {
    right: 45px;
    left: inherit;
  }
}

@media (max-width: 768px) {
  .presentation-list .present-item span {
    right: 50px;
    left: inherit;
  }
}

.mf-footer {
  direction: ltr;
}

.inline-number span {
  direction: inherit;
  margin-right: 0;
}

.copy-right p {
  text-align: left;
}

.copy-right p {
  direction: rtl;
}

@media (max-width: 768px) {
  .copy-right p {
    text-align: center;
  }
}

.timeline-content p {
  direction: rtl;
}

.mf-search-field .field-label {
  right: 20px !important;
}

.mf-search-field .mf-form-control {
  padding: 20px 20px 10px 70px;
}

.mf-search-field .search-btn {
  border-right: 1px solid #989898;
  border-left: transparent;
  border-top: transparent;
  border-bottom: transparent;
  left: 0;
}

.select-group .mf-form-control {
  direction: rtl;
}

.static-content-wrapper {
  direction: rtl;
}

.gray-dark {
  direction: rtl;
  overflow-wrap: break-word;
}

.all-news .news-item .news-content .news-texts h3 {
  direction: rtl;
}

.all-news .news-item .news-content .news-texts .news-action-btn .inline-link-ico {
  direction: rtl;
}

.all-news
  .news-item
  .news-content
  .news-texts
  .news-action-btn
  .inline-link-ico
  .fa-long-arrow-right {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.all-news .news-item .news-content .news-img p {
  direction: rtl;
}

.inner-content-rtl-fix {
  direction: rtl !important;
  color: #044c7f;
}

input[type="search"] {
  direction: rtl;
}

.mf-section-sub-title h3 {
  direction: rtl;
}

.search-results ul li .search-details-btn {
  direction: rtl;
}

.search-results ul li .search-details-btn i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.search-results ul li .details-link-wrap {
  text-align: left;
}

/*input#id_civil_id,
input#id_email {
  direction: ltr !important;
  text-align: left !important;
}*/

.row-reverse-rtl {
  flex-direction: row-reverse;
}

/* Google maps */
.gm-style .gm-style-iw-c {
  padding-right: 12px !important;
}

.gm-style-iw button.gm-ui-hover-effect {
  right: unset !important;
  left: -6px !important;
}

.minister-item {
  padding: 15px 50px 15px 110px;
}

.ministers-list .box-sub-title {
  padding: 30px 50px 30px 110px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .ministers-list .box-sub-title {
    padding: 20px 30px;
  }

  .minister-item {
    padding: 20px 30px;
  }

  .minister-item .minster-short-details h4 {
    justify-content: center !important;
  }
}

.minister-item .minster-short-details h4 {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.minister-item .minster-short-details h4 {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
}

.minister-item .minster-short-details h4 img {
  margin-left: 3px;
}

.stellarnav li li a {
  direction: rtl;
}

.news-details-date {
  direction: rtl;
}

@media (max-width: 960px) {
  .stellarnav.mobile {
    top: 8px;
    right: 5px !important;
    left: inherit !important;
  }
}

.all-news-rtl-fix .container .row {
  flex-direction: row-reverse;
}

.career-details-action {
  flex-direction: row-reverse;
}

.action-content {
  text-align: right;
}

.col-md-6.action-content div {
  display: block;
}

.removeFile {
  /*margin-left: 10px;*/
  /*border: 1px solid #ddd;*/
  padding: 0px 5px;
  /*text-align: center;*/
  /*color: red;*/
  /*text-decoration: none;*/
  /*border-radius: 7px;*/
}

.country-autocompleter:after {
  left: 15px;
  right: auto;
}

.text-success-msg {
  direction: rtl;
  padding: 20%;
}

.select-group-indynamic:after {
  right: none !important;
  left: 15px !important;
}

input#id_name {
  background-position: 2% 50% !important;
}

.select-group-indynamic .mf-form-control {
  direction: rtl;
}

.news-box .news-date {
  display: block;
  direction: rtl;
}

.news-box {
  direction: rtl;
}

.news-box .news-datestamp {
  left: inherit;
  right: 12px;
}

.post-wrapper .post .post-content .post-title {
  text-align: right;
}

.entry-content p {
  text-align: right;
}

.mf-search-field.field-group .mf-form-control:valid ~ label {
  top: -18px !important;
}

.mf-search-field.field-group label.field-label {
  top: -15px;
}

.tabbable-line > .nav-tabs {
  direction: rtl;
}

.search-results {
  width: 100%;
}

.news-more {
  text-align: left;
  margin-left: 20px;
}

#contact-form .field-group .mf-form-control {
  text-align: right !important;
  direction: rtl !important;
}

.backlink-title .back-title p {
  text-align: right;
}

.entry-content p,
.field-group .invalid-feedback {
  direction: rtl;
}

.backlink-title .back-link {
  text-align: left;
}

.search-results ul li .details-link-wrap {
  text-align: right;
}

.search-results ul li,
.pagenav {
  direction: rtl;
}

.new-top-btns {
  flex-direction: row-reverse;
}

.publ-grade .field-group label.field-label {
  right: -180px;
}

.publ-grade input#id_civil_id,
.publ-grade input#id_email {
  direction: rtl !important;
  text-align: right !important;
}

.publ-grade .table {
  direction: rtl;
}

@media (max-width: 1200px) {
  .publ-grade .field-group label.field-label {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    text-align: right;
  }
}

@media (min-width: 1100px) {
  .top-left-margin {
    margin-left: 0;
    margin-right: -100px !important;
  }

  .top-right-margin {
    margin-right: 0px;
    margin-left: -100px !important;
  }
}

@media (max-width: 768px) {
  .top-right-margin {
    margin-left: -20px;
  }

  .top-left-margin {
    margin-right: -20px;
  }
}

.points-list {
  direction: rtl;
}

.map-item a[href^="tel"] {
  direction: ltr;
  display: inline-block;
}

.map_canvas .gm-style-iw-d p {
  direction: rtl !important;
}
