.header {
  width: 100%;
  position: relative;
  z-index: 1000;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  background: #fff; }
  @media (max-width: 991px) {
    .header {
      padding: 12px 0px; } }
  .header ::-webkit-scrollbar {
    width: 1px; }
  .header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
    @media (max-width: 991px) {
      .header.sticky {
        padding: 8px 0px; } }
    .header.sticky .menu-item {
      padding: 24px 0px; }
      @media (max-width: 991px) {
        .header.sticky .menu-item {
          padding: 0px; } }
      .header.sticky .menu-item::before {
        top: 30%; }
    .header.sticky .logo img {
      max-width: 122px; }
      @media (max-width: 991px) {
        .header.sticky .logo img {
          max-width: 106px; } }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  @media (max-width: 991px) {
    .header .logo {
      margin-left: 40px; } }
  .header .logo img {
    max-width: 152px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    @media (max-width: 991px) {
      .header .logo img {
        max-width: 106px; } }
  .header .navbar {
    padding: 0px; }
    .header .navbar .cancel {
      display: none;
      position: absolute;
      top: 12px;
      right: 12px;
      z-index: 10; }
      .header .navbar .cancel svg {
        width: 18px;
        height: 18px; }
    @media screen and (max-width: 991px) {
      .header .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 290px;
        height: 100%;
        z-index: 10;
        opacity: 0;
        overflow: hidden;
        overflow-y: auto;
        visibility: hidden;
        box-shadow: 0px 10px 40px 0px #06163a1a;
        background: #fff;
        transition: all 0.5s ease; }
        .header .navbar .menu-link {
          color: #0b1143; }
          .header .navbar .menu-link svg {
            fill: #0b1143; }
        .header .navbar.active {
          left: 0rem;
          opacity: 1;
          visibility: visible; }
        .header .navbar .cancel {
          display: block; } }
  .header .menu-item {
    position: relative;
    display: inline-block;
    margin: 0px 16px;
    padding: 32px 0px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
  .header .menu-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.25rem;
    font-weight: 400;
    line-height: inherit;
    cursor: pointer;
    color: #0b1143;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out; }
    .header .menu-link svg {
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .header .menu-link::after {
      content: "";
      position: absolute;
      bottom: -2px;
      left: 0px;
      width: 0px;
      height: 2px;
      background: #4db848;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 991px) {
        .header .menu-link::after {
          display: none; } }
  @media only screen and (min-width: 991px) {
    .header .menu-dropdown:hover > .submenu {
      display: block;
      opacity: 1;
      visibility: visible;
      transform: translateY(0); } }
  @media only screen and (max-width: 991px) {
    .header .menu {
      width: 100%;
      height: auto;
      padding: 1rem 0; }
      .header .menu-item {
        display: block;
        padding: 0px;
        margin-bottom: 12px; }
        .header .menu-item:last-child {
          margin-bottom: 0px; }
      .header .menu-link {
        justify-content: space-between; } }
  .header .menu .activelink .menu-link,
  .header .menu .menu-item:hover .menu-link {
    color: #4db848; }
    .header .menu .activelink .menu-link svg,
    .header .menu .menu-item:hover .menu-link svg {
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      transform: rotate(-180deg);
      fill: #4db848; }
    .header .menu .activelink .menu-link::after,
    .header .menu .menu-item:hover .menu-link::after {
      width: 80%; }
  .header .submenu {
    position: absolute;
    top: 100%;
    left: 0px;
    min-width: 218px;
    height: auto;
    padding: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    background: #fff;
    -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out; }
    .header .submenu .submenu-item {
      display: block; }
      .header .submenu .submenu-item:last-child .submenu-link {
        border: 0px;
        padding: 0px; }
        @media (max-width: 991px) {
          .header .submenu .submenu-item:last-child .submenu-link {
            margin-top: 8px; } }
    .header .submenu .submenu-link {
      position: relative;
      display: block;
      cursor: pointer;
      color: #0b1143;
      text-transform: capitalize;
      transition: all 0.35s ease;
      padding-bottom: 8px;
      border-bottom: 1px solid #e5e5e5;
      margin-top: 8px; }
      @media (max-width: 991px) {
        .header .submenu .submenu-link {
          margin-bottom: 8px; } }
      .header .submenu .submenu-link:hover {
        outline: none;
        color: #4db848; }
    @media only screen and (max-width: 991px) {
      .header .submenu {
        position: relative;
        top: 0px;
        right: 0px;
        width: 100%;
        max-height: 0px;
        padding: 0px;
        border: none;
        outline: none;
        opacity: 1;
        overflow: hidden;
        visibility: visible;
        transform: translateY(0px);
        box-shadow: none;
        background: none;
        padding: 0px 12px;
        border-radius: 0px; } }
  .header .burger {
    position: absolute;
    left: 12px;
    display: none;
    cursor: pointer;
    user-select: none;
    width: 1.75rem;
    height: 1rem;
    opacity: 0;
    visibility: hidden;
    background: transparent; }
    .header .burger-line {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 2px;
      opacity: 1;
      border: none;
      outline: none;
      background: #0b1143; }
      .header .burger-line:nth-child(1) {
        top: 0px; }
      .header .burger-line:nth-child(2) {
        top: 0.5rem;
        width: 80%; }
      .header .burger-line:nth-child(3) {
        top: 1rem;
        width: 60%; }
    @media only screen and (max-width: 991px) {
      .header .burger {
        display: block;
        opacity: 1;
        visibility: visible; } }
  .header .overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    background-color: rgba(0, 0, 0, 0.65); }
    @media only screen and (max-width: 991px) {
      .header .overlay.active {
        display: block;
        opacity: 1;
        visibility: visible; } }
  .header .icon {
    display: flex;
    align-items: center; }
    .header .icon .searchicon {
      cursor: pointer;
      margin-right: 12px; }
      .header .icon .searchicon svg {
        fill: #0b1143;
        width: 24px;
        height: 24px; }
    .header .icon .bottom {
      width: 118px;
      height: 44px; }
      @media (max-width: 991px) {
        .header .icon .bottom {
          display: none; } }
    .header .icon .language {
      display: flex;
      align-items: center;
      border: 1px solid #4db848;
      padding: 4px 8px;
      border-radius: 8px;
      margin-right: 12px;
      color: #4db848;
      overflow: hidden; }
      @media (max-width: 991px) {
        .header .icon .language {
          margin: 0px;
          padding: 0px 8px; } }
      .header .icon .language svg {
        width: 20px;
        margin-right: 4px; }
        @media (max-width: 991px) {
          .header .icon .language svg {
            width: 16px; } }
        .header .icon .language svg path,
        .header .icon .language svg rect {
          fill: #4db848; }
  .header .showboxsearch {
    display: none;
    position: absolute;
    top: 100%;
    right: 12px;
    width: 344px;
    z-index: 1000; }
    @media (max-width: 991px) {
      .header .showboxsearch {
        top: 49px; } }
    @media (max-width: 550px) {
      .header .showboxsearch {
        width: calc(100% - 24px); } }
    .header .showboxsearch .formsearch {
      width: 100%;
      position: relative; }
    .header .showboxsearch .form-control {
      height: 50px;
      width: 100%;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-clip: padding-box;
      border: 0px;
      box-shadow: none;
      outline: none;
      background: #D9D9D9;
      text-transform: none;
      padding: 0px;
      padding: 0px 70px 0px 12px;
      font-weight: 400; }
    .header .showboxsearch .bottom {
      position: absolute;
      top: 8px;
      right: 16px;
      width: 32px;
      height: 32px;
      padding: 0px;
      background: none;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      background-clip: padding-box; }
      .header .showboxsearch .bottom::before {
        display: none; }
      .header .showboxsearch .bottom svg {
        max-width: 28px; }

.color {
  position: absolute;
  display: flex;
  background: #0b1143;
  border-radius: 60px;
  left: -34px;
  bottom: 16%;
  width: 126px;
  z-index: 998;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
  @media (max-width: 991px) {
    .color {
      bottom: 45%; } }
  .color li {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    border-radius: 60px;
    width: 60px;
    height: 36px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .color li:nth-child(2) {
      order: -1; }
    .color li span {
      display: none;
      margin-right: 4px;
      text-transform: uppercase;
      color: #0b1143; }
    .color li svg {
      width: 16px;
      height: 16px;
      fill: #fff;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .color li.active {
      background: #fff !important;
      min-width: 94px; }
      .color li.active span {
        display: block;
        color: #0b1143; }
      .color li.active svg {
        fill: #0b1143; }

.iconssocial {
  position: absolute;
  display: flex;
  right: -134px;
  bottom: 34%;
  width: 328px;
  z-index: 998;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }
  @media (max-width: 991px) {
    .iconssocial {
      display: none; } }
  .iconssocial p {
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: 100;
    color: #fff;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }

.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff; }
  .slider .carousel-item {
    height: calc(100vh - 90px); }
    @media (max-width: 991px) {
      .slider .carousel-item {
        height: 46vh; } }
    .slider .carousel-item::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #00000075; }
    .slider .carousel-item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .slider .carousel-control-next,
  .slider .carousel-control-prev {
    position: absolute;
    top: auto;
    bottom: 0px;
    width: 44px;
    height: 44px;
    bottom: 0px;
    background: #fff;
    opacity: 1;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    @media (max-width: 991px) {
      .slider .carousel-control-next,
      .slider .carousel-control-prev {
        width: 34px;
        height: 34px; } }
    .slider .carousel-control-next svg,
    .slider .carousel-control-prev svg {
      width: 20px;
      height: 20px;
      fill: #0b1143;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 991px) {
        .slider .carousel-control-next svg,
        .slider .carousel-control-prev svg {
          width: 18px;
          height: 18px; } }
    .slider .carousel-control-next:hover,
    .slider .carousel-control-prev:hover {
      background: #D1362A; }
      .slider .carousel-control-next:hover svg,
      .slider .carousel-control-prev:hover svg {
        fill: #fff; }
  .slider .carousel-control-next {
    right: 24px; }
    @media (max-width: 991px) {
      .slider .carousel-control-next {
        right: 12px; } }
  .slider .carousel-control-prev {
    left: auto;
    right: 69px; }
    @media (max-width: 991px) {
      .slider .carousel-control-prev {
        right: 47px; } }
    .slider .carousel-control-prev svg {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .slider .cen-text {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 100%; }
    @media (max-width: 991px) {
      .slider .cen-text {
        text-align: center; } }
    .slider .cen-text .title {
      color: #fff;
      font-size: 56px;
      margin-top: 24px; }
      @media (max-width: 991px) {
        .slider .cen-text .title {
          display: none;
          font-size: 32px; }
          .slider .cen-text .title br {
            display: none; } }
    .slider .cen-text .text {
      display: block;
      color: #fff;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .slider .cen-text .text {
          display: none; } }
    .slider .cen-text .bottom {
      margin-top: 24px; }
      @media (max-width: 991px) {
        .slider .cen-text .bottom {
          display: none; } }
  .slider .carousel-indicators {
    margin: 0px;
    padding: 0px;
    bottom: 32px; }
    .slider .carousel-indicators li {
      background: #fff;
      width: 28px; }
      .slider .carousel-indicators li.active {
        background: #4db848; }
  .slider iframe,
  .slider video {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 50%;
    top: 50%;
    object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.muted {
  position: absolute;
  right: 64px;
  bottom: 32px;
  width: 48px;
  height: 48px;
  cursor: pointer; }
  @media (max-width: 991px) {
    .muted {
      right: 12px;
      bottom: 12px; } }
  .muted svg {
    position: absolute;
    top: 0px;
    width: 48px;
    fill: #fff; }
  .muted .iconmuted {
    opacity: 0; }
  .muted.active .iconunmuted {
    opacity: 0; }
  .muted.active .iconmuted {
    opacity: 1; }

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
hr,
strong,
b,
input,
select,
textarea,
.highcharts-title,
.highcharts-axis-labels,
.highcharts-yaxis-title,
.title {
  font-family: 'Cairo', sans-serif !important; }

body {
  direction: rtl;
  text-align: right; }

.che-box {
  padding-left: 0px !important;
  padding-right: 28px !important; }
  .che-box input[type="checkbox"],
  .che-box input[type="radio"] {
    right: auto !important;
    left: 9000px !important; }
  .che-box input[type="checkbox"] + .label-text:before,
  .che-box input[type="radio"] + .label-text:before {
    left: auto !important;
    right: 0px !important; }

.title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-size: 32px; }
  @media (max-width: 991px) {
    .title,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-size: 24px; } }

@media (max-width: 991px) {
  .header .logo {
    margin-left: 0px;
    margin-right: 40px; } }
.header .navbar .cancel {
  right: auto;
  left: 12px; }
@media screen and (max-width: 991px) {
  .header .navbar {
    left: auto;
    right: -100%; }
    .header .navbar.active {
      right: 0px; } }
.header .menu-link::after {
  left: auto;
  right: 0px; }
.header .submenu {
  left: auto;
  right: 0px; }
  @media only screen and (max-width: 991px) {
    .header .submenu {
      right: auto;
      left: 0px; } }
.header .burger {
  left: auto;
  right: 12px; }
  .header .burger-line {
    left: auto;
    right: 0; }
.header .icon .searchicon {
  margin-right: 0px;
  margin-left: 12px; }
.header .icon .language {
  margin-right: 0px;
  margin-left: 12px; }
  @media (max-width: 991px) {
    .header .icon .language {
      margin: 0px; } }
  .header .icon .language svg {
    margin-right: 0px;
    margin-left: 4px; }
.header .showboxsearch {
  right: auto;
  left: 12px; }
  .header .showboxsearch .form-control {
    padding: 0px 12px 0px 70px; }
  .header .showboxsearch .bottom {
    right: auto;
    left: 16px; }
.header .menu-link {
  font-weight: 600; }

.numbers .item .timer {
  font-weight: 700; }
.numbers .item .flex span {
  margin: -32px 0px 0px 4px; }

.staff .item .content .name {
  line-height: 38px; }
.staff .item .content .inner-text .list li svg {
  margin-right: 0px;
  margin-left: 4px; }

.map-back .maplink li {
  margin-right: 0;
  margin-left: 8px; }
  .map-back .maplink li a {
    padding-right: 0px;
    padding-left: 16px; }
    .map-back .maplink li a::before {
      right: auto;
      left: 2px;
      top: 3px; }

.videos .item .info {
  margin: 24px -16px -16px 0px; }
  .videos .item .info .date {
    margin-right: 0px;
    margin-left: 24px; }
    .videos .item .info .date svg {
      margin-right: 0px;
      margin-left: 8px; }
  .videos .item .info .time svg {
    margin-right: 0px;
    margin-left: 8px; }

.events .item .inner {
  left: 0px;
  right: 24px; }

.innersection .item .photo .date {
  left: auto;
  right: 0px; }
.innersection .item .flexbox .info .date {
  margin-right: 0px;
  margin-left: 24px; }
  .innersection .item .flexbox .info .date svg {
    margin-right: 0px;
    margin-left: 8px; }
.innersection .item .flexbox .info .time svg {
  margin-right: 0px;
  margin-left: 8px; }
.innersection .item .dateevent .content {
  padding-left: 0px;
  padding-right: 24px;
  border-left: 0px;
  border-right: 2px solid #4db848; }
  @media (max-width: 550px) {
    .innersection .item .dateevent .content {
      border: 0px;
      padding: 0px; } }
.innersection .min-search .form-control {
  padding: 12px 12px 12px 56px; }
.innersection .min-search .bot-search {
  right: auto;
  left: 0px;
  border-radius: 10px 0px 0px 10px; }
.innersection .ch-category .listcategory a {
  padding-left: 0px;
  padding-right: 24px; }
  .innersection .ch-category .listcategory a::after {
    left: auto;
    right: 0px; }
.innersection .most .other a .photo {
  margin-right: 0px;
  margin-left: 16px; }
.innersection .most .other a .content .date svg {
  margin-right: 0px;
  margin-left: 8px; }
.innersection .advphoto .photoadv {
  left: auto;
  right: 0px; }
  .innersection .advphoto .photoadv::before {
    left: auto;
    right: 0px; }

.g-tabs .nav-tabs li {
  margin: 0px;
  margin-left: 24px; }
.g-tabs .itemgallery img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 16px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  @media (max-width: 991px) {
    .g-tabs .itemgallery img {
      height: 200px; } }
  @media (max-width: 500px) {
    .g-tabs .itemgallery img {
      height: 140px; } }
.g-tabs .item .info {
  margin: 24px -12px -12px 0px; }
  .g-tabs .item .info .date {
    margin-right: 0px;
    margin-left: 24px; }
    .g-tabs .item .info .date svg {
      margin-right: 0px;
      margin-left: 8px; }
  .g-tabs .item .info .time svg {
    margin-right: 0px;
    margin-left: 8px; }

.s-boxs .list li svg {
  left: auto;
  right: 0px;
  margin-right: 0px;
  margin-left: 8px; }

.st-custom-button {
  margin-right: 0px;
  margin-left: 12px; }

.mincategory .slidecategory {
  direction: ltr; }
  .mincategory .slidecategory .item .photo::after {
    left: auto;
    right: 0; }
  .mincategory .slidecategory .item .overlay {
    left: auto;
    right: 0px; }

.work-previous .slideprevious {
  direction: ltr; }
  .work-previous .slideprevious .item {
    direction: rtl; }

.d-company .item .com-inner .media .contant {
  margin-left: 0px;
  margin-right: 12px; }
.d-company .item .com-inner .socialevent a {
  margin-right: 0px;
  margin-left: 2px; }

.resale .itembox .innertext .addrs svg,
.resale .itembox .innertext .addrs img,
.resale .itembox .items .addrs svg,
.resale .itembox .items .addrs img,
.resale .itembox .itemform .addrs svg,
.resale .itembox .itemform .addrs img {
  margin-right: 0px;
  margin-left: 4px; }
.resale .itembox .items .amenities .amen svg,
.resale .itembox .items .amenities .amen img {
  margin-right: 0px;
  margin-left: 12px; }
  @media (max-width: 991px) {
    .resale .itembox .items .amenities .amen svg,
    .resale .itembox .items .amenities .amen img {
      margin-right: 0px;
      margin-left: 8px; } }
.resale .itembox .itemform .inner-text .text {
  margin-left: 0px;
  margin-right: 12px; }
  .resale .itembox .itemform .inner-text .text .details li {
    margin: 0px;
    margin-left: 12px; }
    .resale .itembox .itemform .inner-text .text .details li:last-child {
      margin: 0px; }
    .resale .itembox .itemform .inner-text .text .details li span {
      margin-left: 0px;
      margin-right: 4px; }

.map-back .iconssocial {
  bottom: 34%; }

.alert .text-mass {
  margin: 0px !important;
  margin-right: 12px !important; }

.contactus .item .contact-block .block-info .title {
  font-size: 20px; }

.pagination li:last-child svg {
  transform: rotate(90deg); }
.pagination li:first-child svg {
  transform: rotate(-90deg); }

.innersection .item .dateevent .content .images .img {
  margin: 24px 0px 0px -20px; }

.innersection .most .other a .content .date {
  font-weight: 400; }

.work-previous .slideprevious .item .overlay .content,
.resale .item .overlay .content {
  margin-left: 0px;
  margin-right: 16px; }

.work-previous .slideprevious .item .overlay .content p svg,
.work-previous .slideprevious .item .overlay .content p img,
.resale .item .overlay .content p svg,
.resale .item .overlay .content p img {
  margin-right: 0px;
  margin-left: 12px; }

.col-sm-8.item.offset-sm-1 {
  margin-left: 0px;
  margin-right: 8.333333%; }
  @media (max-width: 991px) {
    .col-sm-8.item.offset-sm-1 {
      margin-right: 0px; } }

.resale .itembox .innertext .details li,
.resale .itembox .items .details li,
.resale .itembox .itemform .details li {
  margin-right: 0px;
  margin-left: 32px; }

#video-popup-overlay .info .date {
  margin-right: 0px;
  margin-left: 24px; }

#video-popup-overlay .info .date svg,
#video-popup-overlay .info .time svg {
  margin-right: 0px;
  margin-left: 8px; }

.footer .item .text {
  padding-right: 0px;
  padding-left: 48px; }
  @media (max-width: 991px) {
    .footer .item .text {
      padding: 0px; } }
.footer .item .socialicons a {
  margin: 0px;
  margin-left: 8px; }
@media (max-width: 991px) {
  .footer .item .socialicons a {
    margin: 0px 4px; } }
.footer .item .newsletter .form-control {
  padding-left: 160px;
  padding-right: 20px; }
.footer .item .newsletter .bottom {
  right: auto;
  left: 0px;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }
  .footer .item .newsletter .bottom::before {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; }
.footer .item .media .contant {
  margin-left: 0px;
  margin-right: 12px; }
  .footer .item .media .contant a {
    direction: ltr; }
.footer .scrollToTop {
  left: auto;
  right: 16px; }

.mediacenter .item .inner .title,
.mediacenter .item .inner h1,
.mediacenter .item .inner h2,
.mediacenter .item .inner h3,
.mediacenter .item .inner h4,
.mediacenter .item .inner h5,
.mediacenter .item .inner h6,
.mincategory .slidecategory .item .title,
.mincategory .slidecategory .item h1,
.mincategory .slidecategory .item h2,
.mincategory .slidecategory .item h3,
.mincategory .slidecategory .item h4,
.mincategory .slidecategory .item h5,
.mincategory .slidecategory .item h6,
.numbers .item .title,
.aboutinner .item .title,
.broker .item .overlay .title,
.broker .item .overlay h1,
.broker .item .overlay h2,
.broker .item .overlay h3,
.broker .item .overlay h4,
.broker .item .overlay h5,
.broker .item .overlay h6,
.contactus .item .contact-block .block-info .title,
.footer .item .title,
.events .item .inner .title,
.events .item .inner h1,
.events .item .inner h2,
.events .item .inner h3,
.events .item .inner h4,
.events .item .inner h5,
.events .item .inner h6,
.innersection .item .title,
.innersection .item h1,
.innersection .item h2,
.innersection .item h3,
.innersection .item h4,
.innersection .item h5,
.innersection .item h6,
.work-previous .slideprevious .item .overlay .content .title,
.d-company .item .title,
.d-company .item h1,
.d-company .item h2,
.d-company .item h3,
.d-company .item h4,
.d-company .item h5,
.d-company .item h6,
.gallery .info .title,
.gallery .info h1,
.gallery .info h2,
.gallery .info h3,
.gallery .info h4,
.gallery .info h5,
.gallery .info h6,
.resale .item .overlay .content .title,
.resale .item .overlay .content h1,
.resale .item .overlay .content h2,
.resale .item .overlay .content h3,
.resale .item .overlay .content h4,
.resale .item .overlay .content h5,
.resale .item .overlay .content h6,
.resale .itembox .innertext .title,
.resale .itembox .innertext h1,
.resale .itembox .innertext h2,
.resale .itembox .innertext h3,
.resale .itembox .innertext h4,
.resale .itembox .innertext h5,
.resale .itembox .innertext h6,
.resale .itembox .items .title,
.resale .itembox .items h1,
.resale .itembox .items h2,
.resale .itembox .items h3,
.resale .itembox .items h4,
.resale .itembox .items h5,
.resale .itembox .items h6,
.resale .itembox .itemform .title,
.resale .itembox .itemform h1,
.resale .itembox .itemform h2,
.resale .itembox .itemform h3,
.resale .itembox .itemform h4,
.resale .itembox .itemform h5,
.resale .itembox .itemform h6,
.videos .item .title {
  font-weight: 500; }

/*# sourceMappingURL=home-rtl.css.map */
