body {
  color: #383838;
  font-size: 0.9rem;
  overflow-x: hidden; }
@media only screen and (max-width: 600px) {
  body h1 {
    font-size: 22px !important; }
  body h2 {
    font-size: 20px !important; }
  body h3 {
    font-size: 18px !important; } }
body .lang a {
  border: 0; }
body .lang .dropdown-menu {
  padding: 0 !important;
  margin: 0; }
body .lang .dropdown-menu a {
  color: #000 !important;
  border-bottom: 1px solid #eee;
  padding: 0px; }
body .lang .dropdown-menu .dropdown-item {
  background-color: #fff;
  text-align: center; }
body .lang .dropdown-toggle::after {
  display: none !important; }
body .lang .btn-secondary:not(:disabled):not(.disabled).active, body .lang .btn-secondary:not(:disabled):not(.disabled):active, body .lang .show > .btn-secondary.dropdown-toggle {
  background-color: transparent; }
body .add-p-form input[type=checkbox], body .add-p-form input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  margin: 5px; }
body .form-control {
  font-size: 0.9rem; }
body p {
  letter-spacing: .04rem; }
body .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
body .btn-primary:active {
  background-color: #37148a !important;
  outline: 0 !important;
  border: 0; }
body .btn.focus, body .btn:focus {
  box-shadow: none !important; }
body .btn.focus, body .btn:focus .hot, body .free {
  max-width: 140px; }
body .btn.focus button, body .btn:focus .hot button, body .free button {
  display: inline-block;
  color: #fff;
  top: 50px;
  padding: 3px 10px;
  margin: 20px;
  font-size: 12px;
  cursor: pointer;
  clip-path: polygon(0% 0%, 5% 100%, 87% 88%, 99% 90%, 94% 4%);
  transition: all .5s;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15); }
body .btn.focus button:hover, body .btn:focus .hot button:hover, body .free button:hover {
  color: #fff;
  clip-path: polygon(12% 2%, 1% 87%, 30% 70%, 88% 90%, 94% 4%); }
body .hot button {
  background-color: #c0392b; }
body .hot button:hover {
  background: #c0392b; }
body .free button {
  background-color: green; }
body .free button:hover {
  background: #c0392b; }
body .form-control, body select, body .btn-primary {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
body .btn-primary {
  background-color: #37148a;
  border-color: #fff;
  font-size: 1rem;
  text-transform: capitalize; }
body .btn-primary:hover {
  background-color: #fff;
  color: #142d69;
  border-color: #37148a; }
body h1 {
  font-weight: bold; }
body h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold; }

/*start upper_bar */
.modal-backdrop {
  z-index: 2 !important; }

.upper_bar {
  background-color: #37148a;
  position: absolute;
  width: 100%;
  z-index: 18;
  top: 0; }
.upper_bar .modal .modal-footer button {
  border: 1px solid #ddd; }
.upper_bar .modal .modal-footer button:hover {
  background-color: #142d69;
  color: #fff; }
.upper_bar .modal .form-popup {
  right: 15px;
            /* border: 3px solid #f1f1f1;
			*/
  z-index: 9;
  max-width: 323px;
  margin: 0 auto; }
.upper_bar .modal .form-popup .form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white; }
.upper_bar .modal .form-popup .form-container h1 {
  text-align: center; }
.upper_bar .modal .form-popup .form-container input[type=text], .upper_bar .modal .form-popup .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1; }
.upper_bar .modal .form-popup .form-container input[type=text]:focus, .upper_bar .modal .form-popup .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none; }
.upper_bar .modal .form-popup .form-container .btn {
  padding: 12px 72px;
  display: flex;
  margin: auto; }
.upper_bar .modal .form-popup .form-container .cancel {
  background-color: red; }
.upper_bar .modal .form-popup .form-container .register {
  right: 20px; }
.upper_bar .modal .form-popup .form-container .btn:hover, .upper_bar .modal .form-popup .form-container .open-button:hover {
  opacity: 1; }
.upper_bar .modal .form-popup .form-container .register {
  right: 0; }
.upper_bar .modal .form-popup .form-container .forget_pass {
  margin-bottom: 5px;
  display: block;
  padding: 10px;
  text-align: center; }
.upper_bar .modal .form-popup .form-container .forget_pass a {
  color: #000; }
.upper_bar .modal .form-popup .form-container .forget_pass a:hover {
  background-color: transparent;
  color: #142d69; }
@media only screen and (min-width: 600px) {
  .upper_bar .social_media .face a i:hover {
    background-color: #3b5998; } }
@media only screen and (max-width: 600px) {
  .upper_bar .social_media .face a i:hover {
    color: #3c5a99; } }
@media only screen and (min-width: 600px) {
  .upper_bar .social_media .youtub a i:hover {
    background-color: #c0392b; } }
@media only screen and (max-width: 600px) {
  .upper_bar .social_media .youtub a i:hover {
    color: #c0392b; } }
@media only screen and (min-width: 600px) {
  .upper_bar .social_media .inst a i:hover {
    background-color: #d06a64; } }
@media only screen and (max-width: 600px) {
  .upper_bar .social_media .inst a i:hover {
    color: #d06a64; } }
@media only screen and (min-width: 600px) {
  .upper_bar .social_media .whatsapp a i:hover {
    background-color: #00e676; } }
@media only screen and (max-width: 600px) {
  .upper_bar .social_media .whatsapp a i:hover {
    color: #00e676; } }
@media only screen and (min-width: 600px) {
  .upper_bar .social_media .contact_us a i:hover {
    background-color: orange; } }
@media only screen and (max-width: 600px) {
  .upper_bar .social_media .contact_us a i:hover {
    color: orange; } }
.upper_bar i {
  width: 40px;
  line-height: 50px;
  padding: 0;
  text-align: center; }
@media screen and (max-width: 500px) {
  .upper_bar i {
    width: 24px; } }
.upper_bar .login a i:hover {
  background-color: #eee;
  color: #000; }
.upper_bar .right-icons {
  justify-content: flex-end; }
.upper_bar .right-icons .search-icon {
            /* font-size: 32px;
			color: dimgray;
			background-color: #eee;
			border: 0;
			outline: none;
		   */
  background-color: transparent;
  border: 0; }
.upper_bar .right-icons .search-toggle .search-icon.icon-close {
  display: none; }
.upper_bar .right-icons .search-toggle.opened .search-icon.icon-search {
  display: none; }
.upper_bar .right-icons .search-toggle.opened .search-icon.icon-close {
  display: initial; }
.upper_bar .right-icons .search-container {
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0;
  overflow: hidden;
  background-color: #eee; }
@media screen and (max-width: 1032px) {
  .upper_bar .right-icons .search-container {
    margin-top: 50px; } }
.upper_bar .right-icons .search-container.opened {
  max-height: 100px;
  left: 0;
  height: 50px;
  width: 100%;
  position: absolute;
  left: -30%; }
@media screen and (max-width: 1380px) {
  .upper_bar .right-icons .search-container.opened {
    left: -45%; } }
.upper_bar .right-icons .search-container input[type="text"] {
  outline: none;
  background-color: inherit;
  border: 0;
  margin: 0 18px;
  min-width: 85%; }
.upper_bar .right-icons .search-container .search-icon {
  vertical-align: middle;
  padding: 0;
  color: #000; }
.upper_bar .right-icons .container {
  position: relative; }
.upper_bar .right-icons .search-container {
  position: absolute;
  left: 15px; }
.upper_bar .right-icons .search_data_top .search_form {
  padding: 0; }
.upper_bar .right-icons .search_data_top .search_form .overlay_2 {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  /* Black with a little bit see-through */ }
.upper_bar .right-icons .search_data_top .search_form .overlay_2 .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white; }
.upper_bar .right-icons .search_data_top .search_form .overlay_2 .closebtn:hover {
  color: #ccc; }
.upper_bar .right-icons .search_data_top .search_form .overlay_2 .overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto; }
.upper_bar .right-icons a {
  padding: 16px 5px;
  color: #fff; }
.upper_bar .right-icons a:hover {
  background-color: #eee;
  color: #000; }
@media screen and (max-width: 320px) {
  .upper_bar .right-icons a {
    padding: 16px 0; } }
.upper_bar a {
  color: #fff;
  line-height: 2; }

/*End upper_bar */
/*start slider_content */
.slider_content .fixed-top {
  z-index: 16; }
.slider_content #slider_data .carousel-inner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1; }
.slider_content #slider_data .carousel-inner .carousel-item img {
  transform: translate3d(0px, 0px, 0px);
  min-height: 100vh;
  overflow: hidden; }
@media screen and (min-width: 992px) {
  .slider_content #slider_data .carousel-inner .carousel-item img {
    height: 90vh; } }
@media screen and (max-width: 992px) {
  .slider_content #slider_data .carousel-inner .carousel-item img {
    margin-top: 104px; } }
@media screen and (max-width: 1100px) {
  .slider_content #slider_data .carousel-inner .carousel-item img {
    min-height: 90vh; } }
@media screen and (max-width: 800px) {
  .slider_content #slider_data .carousel-inner .carousel-item img {
    min-height: 30vh;
    height: 30vh; } }
.slider_content #slider_data .carousel-inner .carousel-caption {
  top: 45%;
  z-index: 1; }
.slider_content #slider_data .carousel-inner .carousel-caption p {
  height: 50px;
  overflow: hidden;
  font-size: 1rem; }
.slider_content #slider_data .carousel-control-next, .slider_content #slider_data .carousel-control-prev {
  z-index: 2;
  margin-top: 14%; }
.slider_content .to_top {
  top: -110px !important; }
@media screen and (max-width: 992px) {
  .slider_content .to_top {
    top: -112px !important; } }
.slider_content .top_nav {
  width: 100%;
  top: -33px;
  transition: .5s; }
.slider_content .top_nav i {
  font-size: 10px; }
.slider_content .top_nav i:hover {
  color: orange; }
.slider_content .top_nav i:active {
  color: orange; }
.slider_content .top_nav .contactUs {
  background-color: #fff;
  padding: 15px;
  text-align: center;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  line-height: 1; }
.slider_content .top_nav .contactUs a {
  color: #142d69; }
.slider_content .top_nav .navbar {
  padding: 0;
  margin: 0;
  margin: 110px 0 3px 0;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1); }
.slider_content .top_nav .navbar .navbar-nav .nav-link a:hover {
  background-color: #37148a;
  border-color: #37148a; }
.slider_content .top_nav .navbar ul li a {
  color: #142d69;
  text-transform: capitalize;
  font-size: 1rem;
  background: #fff;
  padding: 10px 9px 10px 8px;
  text-align: initial;
  font-weight: 700; }
.slider_content .top_nav .navbar ul li a:hover {
  background-color: #37148a;
  color: #fff;
  border-color: #37148a; }
@media screen and (max-width: 992px) {
  .slider_content .top_nav .navbar ul li a:hover {
    background-color: transparent;
    color: #000; } }
@media screen and (max-width: 992px) {
  .slider_content .top_nav .navbar ul li a {
    background-color: transparent; } }
.slider_content .top_nav .navbar .navbar-brand {
  margin-right: 0;
  background: #fff;
  padding: 6px 16px 1px 7px;
  height: 44px; }
@media screen and (max-width: 992px) {
  .slider_content .top_nav .navbar .navbar-brand {
    padding: 4px 0 0 0;
    font-size: 0;
    margin-top: 0;
    margin-left: 0; } }
@media screen and (max-width: 992px) {
  .slider_content .top_nav .navbar {
    padding: 5px 10px;
    background-color: #fff; } }
@media screen and (min-width: 992px) {
  .slider_content .top_nav .navbar {
    width: fit-content; } }
.slider_content .top_nav .dropdown-menu {
  transition: .5s;
  text-align: center;
  background-color: #37148a !important;
  padding: 0;
  border: 0; }
.slider_content .top_nav .dropdown-menu .dropdown-item {
  border: 0; }
@media screen and (max-width: 992px) {
  .slider_content .top_nav .dropdown-menu .dropdown-item {
    color: #142d69 !important;
    background-color: #fff;
    border: 0; } }
@media screen and (max-width: 992px) {
  .slider_content .top_nav .dropdown-menu .dropdown-item:hover {
    color: #142d69 !important;
    background-color: #ddd;
    border: 0; } }
@media screen and (max-width: 992px) {
  .slider_content .top_nav {
    top: -61px; } }
.slider_content .top_form {
  position: absolute;
  width: 100%;
  top: 40%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box; }
.slider_content .top_form .form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9; }
.slider_content .top_form .btn-outline-secondary:hover {
  margin-top: 35px;
  background-color: #37148a; }
.slider_content .top_form .big_logo {
  margin-bottom: 70px;
  text-align: center;
  max-width: 100%; }

/*End slider_content */
/*Start_form */
.search_form {
  padding: 53px 0;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1); }
.search_form .top_logo {
  top: 30%;
  position: absolute;
  left: 39%;
  z-index: 1; }
.search_form select {
  padding: 11px 30px;
  height: 55px; }
.search_form .btn {
  width: 100%;
  padding: 11px 20px;
  height: 55px;
  border-radius: .25rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
.search_form .form-inline {
  max-width: 100%;
  margin: 0 auto; }

/*End_form */
/*Start middle-data */
.middle-data .jumbotron {
  background-color: transparent; }

/*End middle-data */
/*start Projects */
.allcompounds {
  background-color: transparent !important;
  margin-top: 50px; }

#compounds {
  background-color: #f3f3f9; }
@media screen and (max-width: 992px) {
  #compounds .container {
    max-width: 100%;
    max-width: 554px; } }
#compounds h2 {
  text-align: center;
  padding: 30px 0; }
#compounds .compound_details {
  margin-top: 20px; }
#compounds .compound_details .data1 {
  position: relative; }
#compounds .compound_details .city {
  /* in arabic right: auto;left: 0;*/
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 1em;
  padding-top: 10px; }
#compounds .compound_details i {
  color: #38ae43;
  margin: 0 6px; }
#compounds .property_buttons {
  position: absolute;
  top: -28px;
  width: 100%;
  color: #fff; }
#compounds a .card .futuries {
  color: #999; }
#compounds a .card .futuries i {
  color: #38ae43; }
#compounds .cards_content .carousel-inner {
  overflow: visible; }
#compounds .cards_content .futuries i {
  color: #38ae43; }
#compounds .cards_content .carousel-indicators {
  margin-top: 30px; }
#compounds .cards_content .carousel-indicators li {
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  background: #666;
  width: 8px;
  height: 8px;
  display: inline-block;
  border: 0; }
#compounds .cards_content .card {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
  height: auto;
  background-color: white; }
#compounds .cards_content .card img {
  max-height: 100%;
  height: 232px;
  border-top-right-radius: 0; }
#compounds .cards_content .card .card-body {
  padding: 0.5rem 1.25rem; }
#compounds .cards_content .card .card-body h5 {
  color: #000;
  min-height: 21px;
  max-height: 26px;
  overflow: hidden; }
#compounds .cards_content .card .card-body p {
  color: #3a3f4c; }
#compounds .cards_content .card .card-body .card-text {
  overflow: ellipse;
  /* white-space: nowrap; */
  min-height: 82px;
  overflow: hidden;
  max-height: 82px; }

/*End Projects */
/*Start Resselers */
#reseallers {
  background-color: #fff; }
@media screen and (max-width: 992px) {
  #reseallers .container {
    max-width: 100%;
    max-width: 554px; } }
#reseallers h2 {
  text-align: center;
  padding: 30px 0; }
#reseallers .property_buttons {
  position: absolute;
  top: -28px;
  width: 100%;
  color: #fff; }
#reseallers a .card .card-text {
  max-height: 76px;
  overflow: ellipse;
  overflow: hidden; }
#reseallers a .card .card-body {
  padding: 1rem;
  color: #3a3f4c; }
#reseallers a .card .futuries {
  color: #3a3f4c;
  display: flex;
  justify-content: space-between;
  margin: 20px 25px; }
#reseallers a .card .futuries i {
  color: #38ae43; }
#reseallers a .card .futuries .city i {
  margin: 3px 7px; }
#reseallers .cards_content .carousel-inner {
  overflow: visible; }
#reseallers .cards_content .futuries i {
  color: #38ae43; }
#reseallers .cards_content .futuries span {
  margin: 5px; }
#reseallers .cards_content .city {
  width: 100%;
  text-align: center; }
#reseallers .cards_content .city i {
  margin: 3px 7px; }
#reseallers .cards_content .carousel-indicators {
  margin-top: 30px; }
#reseallers .cards_content .carousel-indicators li {
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  background: #666;
  width: 8px;
  height: 8px;
  display: inline-block;
  border: 0; }
#reseallers .cards_content .card {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
  height: auto;
  background-color: white; }
#reseallers .cards_content .card .property_buttons .rented {
  background-color: #fff;
  max-width: 140px; }
#reseallers .cards_content .card .property_buttons .rented button {
  background-color: green;
  min-width: 120px;
  margin: 8px;
  border-radius: 0; }
#reseallers .cards_content .card img {
  max-height: 100%;
  height: 232px; }
#reseallers .cards_content .card .card-body h5 {
  color: #000;
  min-height: 50px;
  overflow: hidden;
  max-height: 50px; }
#reseallers .cards_content .card .card-body .card-text {
  max-height: 91px;
  overflow: ellipse;
  min-height: 91px;
  overflow: hidden; }
#reseallers .carousel-inner {
  overflow: visible; }
#reseallers .property_buttons {
  position: absolute;
  top: -28px;
  width: 100%;
  color: #fff; }

/*End Ressellers */
/*Start Rent_section */
#rent_section {
  padding: 20px 0;
  background-color: #f3f3f9; }
#rent_section .dropdown-divider {
  margin: 0; }
@media screen and (max-width: 992px) {
  #rent_section .container {
    max-width: 100%;
    max-width: 554px; } }
#rent_section h2 {
  text-align: center;
  padding: 30px 0; }
#rent_section .card {
  margin-bottom: 18px; }
#rent_section .card .card-img-top {
  border-radius: 0;
  height: 100%;
  max-height: 200px; }
#rent_section .card .card-body h5 {
  color: #000;
  min-height: 50px;
  overflow: hidden;
  max-height: 50px; }
#rent_section .card .card-body p {
  color: #3a3f4c;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  max-width: 100%; }
#rent_section .card .property_buttons .hot {
  background-color: #fff;
  max-width: 140px; }
#rent_section .card .property_buttons .hot button {
  font-size: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 2px 4px;
  position: absolute;
  top: 105px;
  right: 25px;
  color: #fff;
  min-width: 65px;
  font-weight: 600;
  border: 0;
  color: #fff;
  padding: 5px 2px;
  margin: 20px;
  cursor: pointer;
  clip-path: polygon(0% 0%, 5% 100%, 87% 88%, 99% 90%, 94% 4%);
  transition: all .5s;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15); }
#rent_section .card .property_buttons .hot button:hover {
  background: #c0392b;
  color: #fff;
  clip-path: polygon(12% 2%, 1% 87%, 30% 70%, 88% 90%, 94% 4%); }
#rent_section .card-body {
  padding: 15px; }
#rent_section #carouselRentIndicators {
  padding-bottom: 50px; }
#rent_section #carouselRentIndicators .carousel-indicators li {
  border-radius: 0.5em;
  background: #666;
  width: 8px;
  height: 8px;
  display: inline-block;
  border: 0; }
#rent_section .futuries {
  color: #515666;
  display: flex;
  justify-content: space-evenly;
  padding: 0 10px; }
#rent_section .futuries .type1 {
  padding: 8px; }
#rent_section .futuries .type1:not(:last-child) {
  border-right: 1px solid #ddd; }
#rent_section .futuries .first_child {
  margin-bottom: 10px; }
#rent_section .futuries i {
  color: #38ae43; }
#rent_section .futuries span {
  margin: 0 10px; }
#rent_section .city {
  padding: 18px 21px 10px 21px;
  font-size: 1rem;
  line-height: 23px !important;
  color: #3a3f4c;
  text-align: right;
  background: #fbfbfe;
  border-top: 1px solid #e5e5f8;
  border-bottom: 4px solid #e5e5f8;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); }
#rent_section .city i {
  color: #38ae43; }
#rent_section .rent_card {
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 6px;
  position: relative;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1); }
#rent_section .rent_card .card {
  box-shadow: none;
  border: 0;
  margin-bottom: 0;
  border-radius: 0; }
#rent_section .rent_card .card .property_buttons {
  position: relative; }
#rent_section .rent_card .rent_img {
  min-width: 320px;
  max-width: 320px;
  height: 220px;
  overflow: hidden;
  position: relative; }
#rent_section .rent_card .rent_img img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  width: 100% !important;
  min-height: 100%;
  overflow: hidden; }
@media screen and (max-width: 992px) {
  #rent_section .rent_card .rent_img {
    position: relative;
    width: 100% !important;
    min-height: 100%;
    overflow: hidden;
    min-width: 100%;
    max-width: 100%; } }
#rent_section .rent_card:hover {
  -webkit-box-shadow: 0 0 8px 0 #1a0f0f;
  -moz-box-shadow: 0 0 8px 0 #1a0f0f;
  box-shadow: 0 0 8px 0 #1a0f0f;
  margin-top: 3px;
  transition: .5s; }

/*End Rent_section */
/*start News */
#news h2 {
  text-align: center;
  padding: 30px 0; }
#news .news_block {
  background-color: transparent;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  border-top: 0;
  border-right: 0;
  padding-bottom: 20px;
  border-left: 0;
  -webkit-box-shadow: 0 2px 2px rgba(34, 34, 34, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(34, 34, 34, 0.1);
  box-shadow: 0 2px 2px rgba(34, 34, 34, 0.1); }
#news .news_block .card-body {
  padding: 0 1.25rem; }
#news .news_block .know_more button {
  background-color: #38ae43;
  color: #fff; }
#news .news_block .card-img {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  max-width: 100%;
  max-height: 120px;
  margin: 5px;
  display: table; }
@media screen and (max-width: 800px) {
  #news .news_block .card-img {
    max-width: 100%;
    width: auto;
    margin: auto; } }
#news .news_block .card-text {
  max-height: 87px;
  overflow: ellipse;
  min-height: 87px;
  overflow: hidden; }
#news .news_block .card-title {
  min-height: 40px;
  overflow: hidden;
  max-height: 40px;
  margin: 10px 0;
  color: #000; }
#news .carousel-indicators {
  top: 100%; }
#news .carousel-indicators li {
  background-color: #666;
  height: 6px; }

/*End News */
/*start footer */
.footer {
  padding-top: 50px;
  color: #fff;
  background-color: orangered;
  clip-path: polygon(47% 9%, 100% 0, 100% 100%, 0 100%, 0 17%); }
.footer li {
  margin-bottom: 1rem; }
@media screen and (min-width: 992px) {
  .footer .style1 {
    margin: auto;
    width: fit-content; } }
.footer .footer_bg {
  background-color: #37148a;
  clip-path: polygon(47% 9%, 100% 0, 100% 100%, 0 100%, 0 17%);
  min-height: 300px;
  opacity: 0.9;
  padding-top: 150px; }
@media screen and (max-width: 500px) {
  .footer .footer_bg {
    padding-top: 194px; } }
.footer .footer_bg h3 {
  font-size: 20px;
  padding-top: 15px;
  text-transform: uppercase !important;
  margin-bottom: 1rem; }
.footer .footer_bg ul {
  padding: 0;
  margin: 0; }
.footer a {
  color: #fff;
  font-size: 1rem; }
.footer .data1 img {
  margin-bottom: 20px; }

/*End footer */
/*Start internalpage_content*/
.internal_page .reservation-form h3 {
  margin: 0; }
@media screen and (max-width: 576px) {
  .internal_page .reservation-form h3 {
    margin-top: 15px; } }
.internal_page h1 {
  margin: 26px 0; }
@media screen and (max-width: 992px) {
  .internal_page h1 {
    text-align: center; } }
.internal_page .prm-image {
  margin: 20px 0; }
.internal_page .prm-image img {
  max-width: 100%; }
.internal_page .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  max-height: 100vh;
  height: 450px; }
.internal_page .page_data .banner_img img {
  height: 450px;
  max-height: 100vh;
  width: 100%;
  margin-bottom: 51px; }
.internal_page .top_data {
  position: absolute;
  width: 100%;
  max-width: 80vw;
  top: 30%;
  left: 10vw;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  flex-direction: column; }
.internal_page .top_data h1 {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase; }
@media screen and (max-width: 450px) {
  .internal_page .top_data h1 {
    max-height: 80px;
    overflow: hidden; } }
@media screen and (max-width: 992px) {
  .internal_page .top_data {
    top: 30%; } }
@media screen and (max-width: 992px) {
  .internal_page {
    padding-top: 120px; } }
@media screen and (min-width: 992px) {
  .internal_page {
    padding-top: 145px; } }

#dvMap {
  width: 100% !important; }

.map-box {
  margin-top: 0 !important; }

.user_modal .modal-body {
  margin-top: 0;
  padding-top: 0; }
.user_modal li {
  padding: 10px 0; }
.user_modal li:hover {
  color: #142d69;
  background-color: #ddd;
  padding: 10px; }
.user_modal a {
  color: #142d69 !important; }
.user_modal a:hover {
  background-color: transparent !important;
  color: #fff; }
.user_modal h3 {
  color: #111;
  padding: 0; }

/*End internalpage_content*/
.banner_img {
  height: 450px;
  max-height: 100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  color: #fff;
  background-attachment: fixed;
  position: relative; }

/*start types_data */
#types_data {
  background-color: #fff;
  margin-bottom: 20px;
  min-height: 126px; }
#types_data .carousel-control-next, #types_data .carousel-control-prev {
  justify-content: flex-start;
  width: auto !important; }
#types_data .availble-time {
  text-align: center; }
#types_data .availble-time .availble-t-p {
  font-weight: bold; }
#types_data .availble-time .availbe-block {
  border: 1px solid #eee;
  border-radius: 5px;
  color: #555;
  padding: 0; }
#types_data .availble-time .availbe-block .availble-t-d {
  background-color: #eee; }
#types_data .availble-time .availbe-block p {
  padding: 6px;
  margin: 0; }
#types_data .type-item {
  display: block;
  width: 100%;
  min-height: 149px;
  padding: 16px;
  margin: 16px 0;
  border: 1px solid #c6c6c6;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  clear: both;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  height: auto;
  background-color: white;
  margin-bottom: 30px; }
#types_data .type-item .card {
  border: 0; }
@media screen and (max-width: 992px) {
  #types_data .container {
    max-width: 100%;
    max-width: 554px; } }
#types_data .carousel-indicators {
  margin-top: 30px; }
#types_data .carousel-indicators li {
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  background: #37148a;
  width: 8px;
  height: 8px;
  display: inline-block;
  border: 0; }

/*End types_data */
.calc_btn {
  margin: 20px auto;
  display: flex;
  justify-content: center; }

.page_img img {
  max-width: 100%;
  margin: 10px auto;
  display: flex; }

.dropdown-toggle::after {
  display: none; }

.carousel-item1-next, .carousel-item1-prev, .carousel-item1.active {
  display: block; }

.carousel-item1 {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out; }

/*# sourceMappingURL=main.css.map */
