@charset "UTF-8";
:root {
  --primary: #C6995B;
  --secondary: #1B4343;
  --filterPrimary: invert(55%) sepia(60%) saturate(332%) hue-rotate(355deg) brightness(102%) contrast(88%);
  --filterSecondary: invert(18%) sepia(76%) saturate(348%) hue-rotate(131deg) brightness(93%) contrast(90%);
  --filterWhite: invert(99%) sepia(0%) saturate(4787%) hue-rotate(41deg) brightness(127%) contrast(96%);
}

* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: 'El Messiri', sans-serif;
  scroll-behavior: smooth;
}

*::-moz-selection {
  background-color: var(--primary);
  color: #fff;
}

*::selection {
  background-color: var(--primary);
  color: #fff;
}

*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background-color: #ccc;
}

*::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 8px;
}

*::-webkit-scrollbar-thumb:hover {
  background: var(--secondary);
}

body {
  direction: rtl;
  overflow-x: hidden;
}

/**********************************************
   Start Global Style
**********************************************/
.color-gray {
  color: #ccc;
}

.color-gray2 {
  color: #888;
}

.color-dark {
  color: #1B2021;
}

.color-primary {
  color: var(--primary);
}

.color-secondary {
  color: var(--secondary);
}

.filterPrimary {
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.filterSecondary {
  -webkit-filter: var(--filterSecondary);
          filter: var(--filterSecondary);
}

.filterWhite {
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
}

p {
  font-size: 15px;
  color: #555;
  line-height: 1.7rem;
}

a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none !important;
}

a:hover {
  color: var(--primary) !important;
}

a:focus {
  outline: 0;
}

del {
  text-decoration: line-through;
  color: #888;
  font-size: 80%;
}

ul {
  list-style-type: none;
  padding: 0;
}

button {
  border: none;
  padding: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .form-group {
  position: relative;
  margin-bottom: 1rem;
}

form .form-control {
  font-size: 14px;
}

form .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid var(--primary) !important;
}

form input,
form select {
  height: 65px !important;
}

form .form-check-input {
  height: 1em !important;
}

form .form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

form .form-check-input:focus {
  border-color: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.progress-wrap {
  position: fixed;
  left: 20px;
  bottom: 20px;
  height: 55px;
  width: 55px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
          box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translateY(130%);
          transform: translateY(130%);
  z-index: 99;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap::after {
  background: url(../images/icons/top-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: var(--primary);
  left: 13px;
  top: 13px;
  height: 30px;
  width: 30px;
  display: block;
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.progress-wrap svg path {
  fill: #f8f8f8;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--primary);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.center-vr {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.in-flex {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inFlex {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container,
.container-fluid,
.zi-5 {
  position: relative;
  z-index: 5;
}

.sec-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-end {
  text-align: end;
}

.overflow_hidden {
  overflow: hidden !important;
}

.bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/**********************************************
   Start Animations
**********************************************/
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
.navbar .logo {
  width: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navbar .nav-link {
  margin: 0 10px;
  color: #eee;
}

.navbar .nav-link.active {
  color: var(--primary);
  font-weight: bold;
}

.navbar .nav-butns .butn {
  margin: 0 4px;
}

.navbar .dropdown-toggle::after {
  display: none;
}

.navbar .navbar-toggler {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: rgba(221, 221, 221, 0.3);
  border: none;
  position: relative;
}

.navbar .navbar-toggler.active .navbar-toggler-icon {
  -webkit-box-shadow: 0px 0px 0px grey;
          box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}

.navbar .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navbar .navbar-toggler .navbar-toggler-icon {
  width: 25px;
  height: 2px;
  background: var(--primary);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar .navbar-toggler .navbar-toggler-icon::after, .navbar .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: var(--primary);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar .navbar-toggler .navbar-toggler-icon::after {
  top: -6px;
  right: 0px;
}

.navbar .navbar-toggler .navbar-toggler-icon::before {
  top: 6px;
  right: 0px;
}

.footer {
  position: relative;
}

.footer .footer_top {
  background-color: #F5F6F8;
  padding-top: 100px;
}

.footer .footer_top .inner {
  position: relative;
  z-index: 2;
  margin-bottom: -100px;
  background: #fff;
}

.footer .footer_top .inner .text-box {
  padding: 50px 45px;
  position: relative;
  z-index: 5;
}

.footer .footer_top .inner .foot_img_1 {
  width: 50%;
  position: absolute;
  right: 0;
  -o-object-fit: contain;
     object-fit: contain;
  bottom: 0;
}

.footer .footer_center {
  background-color: var(--secondary);
  padding-top: 180px;
}

.footer .footer_center .content {
  margin-bottom: 35px;
}

.footer .footer_center .content .logo {
  width: 110px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

.footer .footer_center .content .sec-title {
  font-size: 1.4rem;
}

.footer .footer_center .content .sec-title::after {
  width: 50px;
  margin: 10px 0 0 0;
}

.footer .footer_center .content .social-links a {
  color: #fff;
  margin: 0 7px;
}

.footer .footer_center .content .links a {
  display: block;
  margin: 18px 0;
  color: #ddd;
}

.footer .footer_center .content .links a::before {
  content: '•';
  display: inline-block;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.footer .footer_center .content .form-group .form-control {
  height: 55px !important;
  border: 1px solid #375A5A;
  background-color: #375A5A;
  color: #fff;
}

.footer .footer_center .content .form-group .form-control::-webkit-input-placeholder {
  color: #ddd;
}

.footer .footer_center .content .form-group .form-control:-ms-input-placeholder {
  color: #ddd;
}

.footer .footer_center .content .form-group .form-control::-ms-input-placeholder {
  color: #ddd;
}

.footer .footer_center .content .form-group .form-control::placeholder {
  color: #ddd;
}

.footer .footer_center .content .form-group .butn {
  position: absolute;
  left: 5px;
  top: 5px;
}

.footer .footer_bottom {
  margin-bottom: 0;
  padding: 20px 0;
  background-color: var(--primary);
  color: #fff;
  text-align: center;
}

/**********************************************
    Start Public Classes
**********************************************/
.butn {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding: .6rem 2rem;
  border-radius: 25px;
  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;
  border: 1px solid transparent;
}

.butn.circle_butn {
  padding: 0;
  width: 45px;
  height: 44px;
}

.butn.white_butn {
  background-color: #fff;
}

.butn.white_border_butn {
  border: 1px solid #fff;
  color: #fff;
}

.butn.primary_butn {
  background-color: var(--primary);
}

.butn.secondary_butn {
  background-color: var(--secondary);
  color: #fff;
}

.butn:hover {
  border: 1px solid #143232;
  color: #fff !important;
  background-color: #143232;
}

.swiper-pagination {
  bottom: 0;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 5px;
  border-radius: 25px;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary);
}

.icon-18 {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

.icon-22 {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}

.section {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}

.sec-title {
  position: relative;
}

.sec-title::after {
  content: '';
  width: 60px;
  height: 2px;
  display: block;
  margin: auto;
  margin-top: 8px;
  background-color: var(--primary);
}

.badge {
  border-radius: 0;
  padding: 1rem 2rem;
  min-width: 120px;
}

.badge.primary_badge {
  background-color: var(--primary);
  color: #fff;
}

.badge.secondary_badge {
  background-color: var(--secondary);
  color: #fff;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev,
.realty-sec .swiper-button-next,
.realty-sec .swiper-button-prev {
  background-image: unset;
  width: 45px;
  height: 45px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-image: unset;
  background-color: #fff;
  color: var(--primary);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.swiper-container .swiper-button-next::before,
.swiper-container .swiper-button-prev::before,
.realty-sec .swiper-button-next::before,
.realty-sec .swiper-button-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 45px;
  height: 45px;
  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;
  text-align: center;
  font-size: 15px;
  color: var(--primary);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover,
.realty-sec .swiper-button-next:hover,
.realty-sec .swiper-button-prev:hover {
  background-color: var(--secondary);
}

.swiper-container .swiper-button-next,
.realty-sec .swiper-button-next {
  right: 3%;
}

.swiper-container .swiper-button-next::before,
.realty-sec .swiper-button-next::before {
  content: '\f105';
}

.swiper-container .swiper-button-prev,
.realty-sec .swiper-button-prev {
  left: 3%;
  right: unset;
}

.swiper-container .swiper-button-prev::before,
.realty-sec .swiper-button-prev::before {
  content: '\f104';
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.loading_butn:hover .icon {
  -webkit-animation: swing 1s both;
          animation: swing 1s both;
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.bg-light {
  background-color: #EEF6F8 !important;
}

.pg-header .pg_title {
  font-size: calc(.8vw + 35px);
}

.pg-header .bread {
  color: #ccc;
}

.pg-header .bread .link,
.pg-header .bread .this_pg {
  margin: 0 5px;
}

.pagination-wrapper .pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.pagination-wrapper .pagination .page-link {
  border-radius: 8px !important;
  background-color: transparent;
  color: var(--primary);
  margin: 0 4px;
  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;
  padding: 0;
  width: 45px;
  height: 40px;
}

.pagination-wrapper .pagination .page-link:hover, .pagination-wrapper .pagination .page-link.active {
  background-color: var(--primary);
  color: #fff !important;
}

.underline {
  text-decoration: underline !important;
}

.modal-content {
  padding: 15px;
}

/**********************************************
    Start Edit Home Page 
**********************************************/
.header {
  position: relative;
  background: url(../images/header-1.png);
  background-size: cover;
}

.header .item .title {
  font-size: calc(1vw + 35px);
}

.header .item .det {
  font-size: 18px;
}

.header .search-wrapper {
  position: relative;
  bottom: -30px;
}

.header .search-wrapper .form-group {
  border-radius: 45px;
  -webkit-box-shadow: 0 65px 100px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 65px 100px 0 rgba(0, 0, 0, 0.1);
}

.header .search-wrapper .form-control {
  border-radius: 45px;
  border: 1px solid #fff;
}

.header .search-wrapper .butn {
  position: absolute;
  left: 5px;
  top: 10px;
}

.realty-sec {
  background-color: #F5F6F8;
}

.realty-sec .realty-categ-nav .nav-link {
  padding: .7rem 2.5rem;
  border-radius: 25px;
  background-color: #DEE6E6;
  margin: 0 5px;
  color: var(--secondary);
}

.realty-sec .realty-categ-nav .nav-link .icon {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.realty-sec .realty-categ-nav .nav-link.active {
  background-color: var(--secondary);
  color: #fff;
}

.realty-sec .realty-categ-nav .nav-link.active .icon {
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
}

.realty-sec .realty_card {
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.realty-sec .realty_card .img-box {
  height: 270px;
  position: relative;
  overflow: hidden;
}

.realty-sec .realty_card .img-box .sec-img {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.realty-sec .realty_card .img-box .badge {
  position: absolute;
  top: 0;
  right: 0;
}

.realty-sec .realty_card .img-box .badge2 {
  right: unset;
  left: 0;
}

.realty-sec .realty_card .card-body {
  padding: 1.8rem;
  position: relative;
}

.realty-sec .realty_card .card-body .name {
  font-weight: bold;
}

.realty-sec .realty_card .card-body .more_link {
  color: #666;
}

.realty-sec .realty_card .card-body .more_link i {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.realty-sec .realty_card .fav_icon {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 45px;
  height: 45px;
  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;
  border-radius: 25px;
  color: #666;
  background-color: #f8f8f8;
  -webkit-box-shadow: 3px 6px 10px 0 #eee;
          box-shadow: 3px 6px 10px 0 #eee;
}

.realty-sec .realty_card .fav_icon:hover {
  color: var(--primary);
}

.realty-sec .realty_card .fav_icon.active {
  background-color: var(--secondary);
  color: var(--primary);
}

.realty-sec .realty_card:hover {
  -webkit-box-shadow: 0 0 10px 0 #ddd;
          box-shadow: 0 0 10px 0 #ddd;
}

.realty-sec .realty_card:hover .sec-img {
  -webkit-transform: scale(1.1) rotate(1deg);
          transform: scale(1.1) rotate(1deg);
}

.realty-sec .realty_card:hover .name {
  color: var(--primary);
}

.about-sec .sec-title::after {
  margin: 8px 0 0 0;
}

.about-sec .det {
  font-size: 14px;
  line-height: 2.2;
}

.about-sec .lg-img {
  height: 500px;
}

.features-sec {
  background-color: #F5F6F8;
}

.features-sec .feature_card {
  padding: 30px 50px;
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.features-sec .feature_card .icon {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto 15px auto;
}

.features-sec .feature_card .content .sec-title {
  margin-bottom: 20px;
}

.features-sec .feature_card .content .sec-title::after {
  width: 30px;
}

.features-sec .feature_card:hover {
  background-color: #fff;
}

.features-sec .feature_card:hover .icon {
  -webkit-animation: pulse 1s infinite both;
          animation: pulse 1s infinite both;
}

.contact-sec .contact_card {
  position: relative;
  padding: 60px;
  margin-bottom: 25px;
}

.contact-sec .contact_card .icon-outer {
  width: 55px;
  height: 55px;
  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;
  background-color: var(--secondary);
  border-radius: 50%;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}

.contact-sec .contact_card:hover .icon {
  -webkit-animation: tada 1s both;
          animation: tada 1s both;
}

.contact-sec .contact_card:hover .label {
  color: var(--primary);
}

.contact-sec .contact_card:hover::before {
  border-radius: 20px;
}

.contact-sec .contact_card:hover::after {
  border-radius: 0;
}

.contact-sec .contact_card::after, .contact-sec .contact_card::before {
  content: '';
  position: absolute;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.contact-sec .contact_card::after {
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  border-radius: 20px;
  top: 15px;
  right: 15px;
  border: 1px solid rgba(27, 67, 67, 0.34);
}

.contact-sec .contact_card::before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  border: 1px solid var(--primary);
  opacity: .5;
}

.contact-sec .map-box {
  padding: 20px;
  border: 1px solid #E3CCAD;
}

.contact-sec .map-box iframe {
  border-radius: 20px;
}

.contact-sec .form-group .form-control {
  background-color: #F4F4F4;
  border: 1px solid #F4F4F4;
}

.contact-sec .butn {
  min-width: 180px;
}

/**********************************************
    Start Edit realty Page 
**********************************************/
.realty-pg {
  overflow: unset;
}

.realty-pg .categ_header {
  background-color: #fff;
  padding: 40px 15px 15px 15px;
  -webkit-box-shadow: 3px 6px 15px 0 #eee;
          box-shadow: 3px 6px 15px 0 #eee;
}

.realty-pg .categ_header .nav-link {
  margin: 0;
  width: 100%;
}

.realty-pg .search-box {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  padding: 25px;
  background-color: #fff;
  -webkit-box-shadow: 3px 6px 15px 0 #eee;
          box-shadow: 3px 6px 15px 0 #eee;
}

.realty-pg .search-box .form-control {
  background-color: #DEE6E6;
  border: 1px solid #DEE6E6;
}

.realty-pg .search-box .butn {
  padding: 1.23rem 2rem;
  border-radius: 5px;
}

/**********************************************
    Start Edit register Page 
**********************************************/
.register-pg .register-box {
  background-color: #fff;
  -webkit-box-shadow: 3px 6px 15px 0 #eee;
          box-shadow: 3px 6px 15px 0 #eee;
}

.register-pg .register-box .head {
  padding: 25px 15px;
  background-color: var(--secondary);
}

.register-pg .register-box .head .logo {
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
}

.register-pg .register-box .card-body {
  padding: 3rem 1.5rem;
}

.register-pg .register-box .card-body .form-control {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}

.register-pg .register-box .card-body .forget_pass {
  font-size: 15px;
  color: #777;
}

.register-pg .register-box .card-body .code_input .code-container input {
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 5px;
  margin: 5px;
  -webkit-box-shadow: 0 0 30px #0001;
          box-shadow: 0 0 30px #0001;
  border: 0;
}

.register-pg .register-box .card-body .submit_butn {
  border-radius: 5px;
}

.show_hide_password {
  position: relative;
}

.show_hide_password .show_pass {
  position: absolute;
  top: 26px;
  left: 20px;
  cursor: pointer;
  color: #888;
}

.profile-avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid var(--secondary);
  margin: auto;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.profile-avatar input {
  position: absolute;
  bottom: 0;
  left: 64%;
  background-color: #fff;
  border-radius: 30px;
  display: inline-block;
  color: #222;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  border: none;
  opacity: 0;
  z-index: 3;
}

.profile-avatar button {
  width: 45px;
  height: 45px;
  -webkit-box-shadow: 0px 0px 10px #ddd;
          box-shadow: 0px 0px 10px #ddd;
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  cursor: pointer !important;
  border: 1px solid #eee;
  position: absolute;
  right: 2px;
  bottom: 0px;
  cursor: pointer;
}

.profile-avatar button i {
  position: relative;
  top: 1px;
  cursor: pointer !important;
}

/**********************************************
    Start Edit content Page 
**********************************************/
.content-pg .inner {
  background-color: #fff;
  padding: 50px;
  -webkit-box-shadow: 3px 6px 15px 0 #eee;
          box-shadow: 3px 6px 15px 0 #eee;
}

.content-pg .inner .p {
  line-height: 2.2;
  font-size: 16px;
}

/**********************************************
    Start Edit form Page 
**********************************************/
.form-sec .inner {
  background-color: #fff;
  padding: 50px;
  -webkit-box-shadow: 3px 6px 15px 0 #eee;
          box-shadow: 3px 6px 15px 0 #eee;
}

.form-sec .inner .form-group {
  margin-bottom: 1.5rem;
}

.form-sec .inner .form-group .form-control {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}

.form-sec .inner .submit-butn {
  border-radius: 5px;
}

.form-sec .inner .images_box input#files {
  display: none;
}

.form-sec .inner .images_box .uploading_box {
  position: relative;
}

.form-sec .inner .images_box .uploading_box.upload-icon1::before, .form-sec .inner .images_box .uploading_box.upload-icon2::before {
  content: '\f0ee';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 100px;
  opacity: .1;
}

.form-sec .inner .images_box .avatar-upload {
  position: relative;
}

.form-sec .inner .images_box .avatar-upload .avatar-edit {
  position: relative;
  z-index: 1;
}

.form-sec .inner .images_box .avatar-upload .avatar-edit input {
  /* display: none; */
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  right: 0;
  top: 0;
}

.form-sec .inner .images_box .avatar-upload .avatar-edit input + span {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  /* border-radius: 100%; */
  /* background: #ffffff; */
  /* border: 1px solid transparent; */
  /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); */
  cursor: pointer;
  font-weight: normal;
  /* transition: all 0.2s ease-in-out; */
}

.form-sec .inner .images_box .avatar-upload .avatar-preview {
  width: 100%;
  height: 250px;
  position: relative;
  margin-top: 20px;
  background: #f5f5f5;
  /* border-radius: 100%; */
  /* border: 6px solid #f8f8f8; */
  /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1); */
}

.form-sec .inner .images_box .avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  /* border-radius: 100%; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.form-sec .inner .images_box .ui-sortable-placeholder {
  border: 1px dashed black !important;
  visibility: visible !important;
  background: #eeeeee78 !important;
}

.form-sec .inner .images_box .ui-sortable-placeholder * {
  visibility: hidden;
}

.form-sec .inner .images_box #sortableImgThumbnailPreview {
  min-height: 250px;
  background-color: #f5f5f5;
  /* border-radius: 20px; */
  margin-top: 20px;
}

.form-sec .inner .images_box .RearangeBox.dragElemThumbnail {
  opacity: 0.6;
}

.form-sec .inner .images_box .RearangeBox {
  width: 31%;
  height: 240px;
  padding: 5px;
  cursor: all-scroll;
  display: inline-block;
  margin: 1% !important;
  text-align: center;
  color: #000;
  border-radius: 10px;
  /*color: rgb(34, 34, 34);
                        background: #f3f2f1;     */
}

.form-sec .inner .images_box .IMGthumbnail {
  max-width: 168px;
  height: 200px;
  margin: auto;
  margin-bottom: 10px;
}

.form-sec .inner .images_box .IMGthumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.form-sec .inner .images_box .imgThumbContainer {
  background-color: #fff;
  margin: 4px;
  border: solid;
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

.form-sec .inner .images_box .imgThumbContainer > .imgName {
  text-align: center;
  padding: 2px 6px;
  margin-top: 4px;
  font-size: 13px;
  height: 15px;
  overflow: hidden;
}

.form-sec .inner .images_box .imgThumbContainer > .imgRemoveBtn {
  position: absolute;
  color: #fff;
  right: 2px;
  top: 2px;
  cursor: pointer;
  display: none;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: red;
  border-radius: 50%;
}

.form-sec .inner .images_box .RearangeBox:hover > .imgRemoveBtn {
  display: block;
}

/**********************************************
    Start Edit about Page 
**********************************************/
.about-cards {
  background-color: #F5F6F8;
}

.about-cards .about_card {
  border: 1px solid #ccc;
  padding: 45px 25px;
  margin-bottom: 25px;
  position: relative;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.about-cards .about_card .icon-outer {
  width: 90px;
  height: 90px;
  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;
  background-color: #fff;
  margin: auto;
  border-radius: 50%;
  font-size: 27px;
  color: var(--primary);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.about-cards .about_card .icon-outer .icon {
  width: 55px;
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-cards .about_card .content {
  text-align: center;
  margin-top: 25px;
}

.about-cards .about_card .content .title {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.about-cards .about_card .content .p {
  color: #B9C0C1;
  font-size: 13px;
  margin-bottom: 0;
}

.about-cards .about_card:hover {
  background-color: #fff;
  border: 1px solid #fff;
}

.about-cards .about_card:hover .icon-outer {
  background-color: #F5F6F8;
}

.about-cards .about_card:hover .icon-outer .icon, .about-cards .about_card:hover .icon-outer i {
  -webkit-animation: tada 1s both infinite;
          animation: tada 1s both infinite;
}

/**********************************************
    Start Edit realty Page 
**********************************************/
.realty-pg .swiper-box {
  height: 500px;
  position: relative;
}

.realty-pg .swiper-box .box {
  height: 500px;
}

.realty-pg .swiper-box .badge {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.3rem 3rem;
  font-size: 16px;
  z-index: 9;
}

.realty-pg .swiper-box .badge b {
  font-size: 25px;
}

.realty-pg .inner {
  background-color: #fff;
  -webkit-box-shadow: 3px 6px 15px 0 #eee;
          box-shadow: 3px 6px 15px 0 #eee;
}

.realty-pg .inner .card-body {
  padding: 2rem;
}

.realty-pg .inner .card-body .realty_data b {
  min-width: 85px;
  display: inline-block;
  text-align: center;
}

.realty-pg .inner .card-body .properties .data {
  background-color: #F8F8F8;
  padding: 0.5rem 2rem 0.5rem 1rem;
  border-radius: 10px 0;
  font-size: 14px;
  margin-bottom: 0.7rem;
  position: relative;
}

.realty-pg .inner .card-body .properties .data::before {
  content: '\f0c8';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 11px;
  color: var(--primary);
  opacity: .4;
  position: absolute;
  right: 12px;
}

.realty-pg .inner .bt {
  border-top: 1px solid #ddd;
}

.realty-pg .sm-box {
  padding: 25px;
  background-color: #fff;
  -webkit-box-shadow: 3px 6px 15px 0 #eee;
          box-shadow: 3px 6px 15px 0 #eee;
  margin-bottom: 25px;
}

.realty-pg .sm-box .social-links a {
  color: var(--primary);
  margin: 0 7px;
}

.realty-pg .sm-box .social-links a:hover {
  color: var(--secondary);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.payModal .payment_way {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.payModal .payment_way .form-check {
  padding: 0;
  margin: 0 30px;
}

.payModal .payment_way .form-check .form-check-input {
  display: none;
}

.payModal .payment_way .form-check .form-check-label {
  cursor: pointer;
}

.payModal .payment_way .form-check .form-check-label .img {
  text-align: center;
}

.payModal .payment_way .form-check .form-check-label .img img {
  width: 80px;
  height: 80px;
  background-color: #F5F5F5;
  padding: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
  border: 2px solid transparent;
  margin-bottom: 10px;
}

.payModal .payment_way .form-check .form-check-input:checked ~ .form-check-label .img img {
  border-color: var(--secondary);
}

.payModal .payment_way .form-check .form-check-input:checked ~ .form-check-label h6 {
  color: var(--secondary);
}

.payModal .prices_data {
  padding: 20px;
  background: #f8f8f8;
}

.payModal .bb {
  border-bottom: 1px solid #ddd;
}

/**********************************************
    Start Edit Profile Page 
**********************************************/
.profile-pg .prof-side .wrapper {
  padding: 35px 25px;
  border-radius: 25px;
  background-color: #fff;
  margin-bottom: 25px;
}

.profile-pg .prof-side .wrapper.prof-data .img-box {
  width: 155px;
  height: 155px;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
  margin: auto;
  overflow: hidden;
}

.profile-pg .prof-side .wrapper.links-data .nav-link {
  color: #333;
  padding: 0.8rem 1rem;
  border-radius: 10px;
  margin-bottom: 5px;
}

.profile-pg .prof-side .wrapper.links-data .nav-link.active {
  background-color: var(--primary);
  color: #fff !important;
}

.profile-pg .tab {
  border: 1px solid #F5F6F8;
  border-radius: 25px;
  padding: 45px 35px;
  background-color: #fff;
}

.profile-pg .tab .tab_title {
  color: #444;
  font-size: 1.6rem;
}

.profile-pg .tab .butn {
  min-width: 200px;
}

.profile-pg .tab .butn i {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.profile-pg .tab.prof-tab .data-group {
  margin-bottom: 25px;
}

.profile-pg .tab.prof-tab .data-group .label {
  color: #999;
}

.profile-pg .tab.prof-tab .data-group .data {
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 1rem 2rem;
  font-weight: bold;
}

.profile-pg .tab.loc-tab .loc_card {
  background-color: #f9f9f9;
  border-radius: 15px;
  margin: 0 auto 25px auto;
}

.profile-pg .tab.loc-tab .loc_card .heading {
  padding: 25px;
  border-bottom: 1px solid #ddd;
}

.profile-pg .tab.loc-tab .loc_card .heading .icon-outer {
  width: 45px;
  height: 45px;
  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;
  background-color: #fff;
  color: var(--secondary);
  border-radius: 50%;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

.profile-pg .tab.loc-tab .loc_card .heading .card_butn {
  background-color: transparent;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.profile-pg .tab.loc-tab .loc_card .heading .card_butn.edit {
  color: #3a9b27;
}

.profile-pg .tab.loc-tab .loc_card .heading .card_butn.delete {
  color: #f14343;
}

.profile-pg .tab.loc-tab .loc_card .card-body {
  padding: 1.25rem 2rem;
}

.profile-pg .tab.loc-tab .loc_card .card-body .icon-outer {
  width: 70px;
  height: 70px;
  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;
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
  background-color: #f8f1d7;
  border-radius: 5px;
}

.profile-pg .tab.loc-tab .loc_card .card-body .icon-outer .icon {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}

.profile-pg .tab.orders-tab .outer-nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.profile-pg .tab.orders-tab .outer-nav .nav-link {
  color: #444;
  border-bottom: 1px solid transparent;
}

.profile-pg .tab.orders-tab .outer-nav .nav-link.active {
  color: var(--primary);
  font-weight: bold;
  border: transparent;
  border-bottom: 1px solid var(--primary);
}

.profile-pg .tab.orders-tab .outer-nav .nav-link:hover {
  border-color: transparent;
}

.profile-pg .tab.orders-tab .inner-nav .nav-link {
  background-color: #f5f5f5;
  border-radius: 25px;
  padding: .5rem 1.5rem;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  color: #444;
}

.profile-pg .tab.orders-tab .inner-nav .nav-link.active {
  color: #fff;
  background-color: var(--secondary) !important;
}

.profile-pg .tab.orders-tab .badge {
  padding: 0.9em 1em;
  min-width: 80px;
}

.profile-pg .prod_card {
  padding: 10px;
}

.profile-pg .prod_card .img-box {
  height: 180px;
}

.table {
  border: 1px solid #f4f4f4;
}

.table th {
  background-color: #F5F6F8;
  padding: 1.5rem 0.5rem;
}

.table td, .table th {
  vertical-align: middle;
  text-align: center;
}

.table td {
  padding: 1.2rem .5rem;
  font-size: 15px;
}

.table .sm-img {
  width: 60px;
  height: 40px;
  border-radius: 5px;
}

.table .more-butn {
  color: #555;
}

.table h5 {
  color: #555;
}

.table .delete_butn:hover {
  background-color: #EBF6FF;
}

/**********************************************
    Start Edit Modals
**********************************************/
.modal .modal-content {
  padding: 25px;
  border-radius: 25px;
}

.modal .modal-content .modal-body {
  padding: 2rem;
}

.modal .modal-content .butn {
  min-width: 140px;
}

.logoutModal .img {
  width: 130px;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 30px auto;
  display: block;
}

/**********************************************
    Start Edit Order Page 
**********************************************/
.order_det .order_card {
  padding: 4vw;
  background-color: #fff;
  -webkit-box-shadow: 3px 6px 15px 0 #eee;
          box-shadow: 3px 6px 15px 0 #eee;
}

.order_det .item {
  margin-bottom: 15px;
  position: relative;
}

.order_det .item .label {
  font-size: 13px;
  font-weight: 600;
  color: #888;
}

.order_det .item .content {
  background-color: #F5F6F8;
  border-radius: 5px;
  padding: 15px 25px;
  margin: 10px 0 0 0;
  line-height: 1.8rem;
  font-size: 15px;
  color: #333;
}

.order_det .item .map-butn {
  position: absolute;
  left: 15px;
  bottom: 15px;
  background-color: transparent;
}

.order_det .item .map-butn .icon {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.order_det .pay_price ul li {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  color: #777;
  position: relative;
}

.order_det .pay_price ul li .small_txt {
  position: absolute;
  right: 0;
  font-size: 12px;
  color: #999;
  bottom: 0;
}

.order_det .pay_price ul li.total {
  color: var(--secondary);
  font-weight: 600;
  border-top: 1px solid #9994;
  margin-top: 10px;
}
/*# sourceMappingURL=style.css.map */