@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700");

@font-face {
  font-family: 'NotoKufiArabic-Regular';
  font-style: normal;
  font-weight: 400;
  src: local('NotoKufiArabic-Regular'), local('NotoKufiArabic-Regular'), url('../fonts/NotoKufiArabic-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'NotoKufiArabic-Bold';
  font-style: bold;
  font-weight: 700;
  src: local('NotoKufiArabic-Bold'), local('NotoKufiArabic-Bold'), url('../fonts/NotoKufiArabic-Bold.ttf') format('truetype');
}

html,
body {
	width: 100%;
	height: 100%;
	font-family: 'Roboto', sans-serif;
	color: #303030;
}

.arabic-lang body {
	font-family: 'NotoKufiArabic-Regular';
}

a, button,
a:hover, button:hover {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	color: inherit;
	text-decoration: none;
}

a, input, button, select {
	transition: 0.5s;
	outline: none;
}

a:focus, button:focus, a:active, button:active{
	color: inherit;
	text-decoration: none;
	outline: none;
}

ul,li,ol {
	list-style: none;
}

ul {
	padding-left: 0;
	margin-bottom: 0;
}

em, i {
	font-style: normal;
}

.wrapper {
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
}

.main {
	min-height: calc(100% - 200px);
	min-height: 100vh;
}

.top-navigation {
	padding: 20px 0px 15px 0px;
	display: table;
	width: 100%;
}

.navbar-brand {
	height: auto;
	padding: 0 ;
	z-index: 1;
	position: relative;
}

.navbar-inverse {
	background-color: transparent;
	border-color: transparent;
}

.navbar-inverse .navbar-nav>li>a {
	color: #303030;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
	padding: 5px 8px;
	margin-left: 12px;
}

@media (min-width: 992px) {
	.navbar-nav {
		position: absolute;
		right: 0;
		bottom: -10px;
	}

	#navbar {
		position: relative;
	}

	.navbar-inverse .navbar-nav .header-top-nav  {
		position: absolute !important;
		top: -50px;
		right: 8px;
	}

	.header-top-nav ul li {
	    display: inline-block;
	    margin-left: 13px;
	}

}

.header-top-nav ul .choose-lang i {
	padding-left: 3px;
}

.header-top-nav ul .choose-lang i.fa-globe {
	margin-right: 3px;
	color: #b2b2b2;
}

.header-top-nav ul .choose-lang ul {
	min-width: inherit;
	    box-shadow: none;
	    border: none;
	    right: 0;
	    left: auto;
	    text-align: right;
	    padding-top: 4px;
    	    margin-top: 0;
}

.header-top-nav ul .choose-lang ul li {
	margin-bottom: 3px;
}

.header-top-nav ul li a:hover {
	color: #d02651;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a.active-nav {
	color: #d02651;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-inverse .navbar-toggle {
	border-color: transparent;
	margin-right: 0;
	padding-top: 0;
	margin-top: 30px;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #d02651;
	width: 30px;
}

.navbar-inverse .navbar-nav .choose-lang a,
.navbar-inverse .navbar-nav .choose-lang a:focus,
.navbar-inverse .navbar-nav .choose-lang a:hover {
	color: #303030;
	font-size: 13px;
	background-color: inherit;
}

.header-top-nav ul li {
    text-transform: uppercase;
}

/*----header----*/
.header .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.header .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 400px !important;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.header .swiper-button-prev:before,
.lSAction > .lSPrev:before {
	content: "\f104" !important;
	margin-right: 5px;
}

.header .swiper-button-next:before,
.lSAction > .lSNext:before {
	content: "\f105" !important;
	margin-left: 5px;
}

.header .swiper-button-next:before,
.header .swiper-button-prev:before,
.lSAction > .lSPrev:before,
.lSAction > .lSNext:before {
	font-family: FontAwesome;
	font-size: 28px;
	position: absolute;
	top: 7px;
	text-align: center;
	right: 0;
	left: 0;
}

.header .swiper-button-next,
.header .swiper-button-prev,
.lSSlideWrapper .lSAction > a  {
	color: #d02651;
	width: 56px;
	height: 56px;
	background-color: rgba(255,255,255,0.5);
	background-image: none !important;
	transition: all 0.5s;
}

.header .swiper-button-next:hover,
.header .swiper-button-prev:hover  {
	color:  #fff;
	background-color:#d02651 ;
}

.header .swiper-button-next {
	right: 0px;
}

.header .swiper-button-prev {
	left: 0px;
}

.slide-info {
	color: #fff;
	text-align: left;
	background-color: rgba(208,38,81,0.75);
	max-width: 500px;
	padding-left: 65px;
	height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 15px;
}

.slide-title {
	font-weight: 300;
	font-size: 50px;
	line-height: 58px;
}

.slide-text {
	font-weight: 100;
	line-height: 32px;
	font-size: 20px;
}

.re-btn {
	font-weight: 400;
	font-size: 15px;
	border: 1px solid;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	padding: 0 20px;
}

.more-info {
	border-color:#fff;
	max-width: 150px;
	margin-right: auto;
	margin-top: 10px;
	color: #fff;
}

.more-info:hover  {
	color: #d02651;
	background-color: rgba(255,255,255,0.8);
	border-color: transparent;
}

.inline-header {
	position: relative;
	background-position: center;
	background-size: cover;
	display: flex;
	width: 100%;
	background-repeat: no-repeat;
	border-top: 1px solid #f5f5f5;
}

.inline-header:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(208,38,81,0.75);
}

/*.contact-header,
.about-header {
    height: 230px;
}*/

.header-text {
	z-index: 1;
	color: #fff;
	margin: auto;
}

.header-text h1 {
	font-size: 42px;
	line-height: 75px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}

/*----main---*/
section {
	padding: 30px 15px;
}

.gray-bg {
	background-color: #fafafa;
}

.about-services {
	display: flex;
	justify-content: space-between;
}

.rent-offer {
	margin-bottom: 30px;
}

.about-desc {
	width: 60%;
	margin-right: 20px;
}

.services-desc {
	width: 38%;
}

.section-title {
	font-size: 36px;
	font-weight: 100;
	margin-top: 0;
}

.about-desc .section-title {
	font-weight: 400;
}

.about-services p,
.about-text p,
.partner-section p,
.service-text p,
.other-info p,
.about-content ul li,
.service-content  ul li {
	font-size: 17px;
	line-height: 24px;
	font-weight: 300;
}

.read-more {
	color: #006db6;
	font-size: 15px;
}

.read-more:hover {
	color: #d02651;
}

.service-img {
	margin-bottom: 10px;
}

.service-img img {
	max-width: 100%;
}

.sale-rent-list,
.partner-list {
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(4, minmax(1px, 1fr));
	margin-bottom: 20px;
	margin-top: 15px;
}

.rate-rent-item {
	max-width: 100%;
	height: 207px;
	background-size: cover;
	background-position: center;
	position: relative;
	background-repeat: no-repeat;
}

.rate-rent-item a {
	display: block;
	height: 100%;
}

.item-desc {
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	padding: 13px;
	left: 0;
	right: 0;
	color: #fff;
	transition: all .5s;
}

.rate-rent-item a:hover .item-desc {
	background-color: rgba(208,38,81,0.75);
}

.item-desc h4,
.item-desc p  {
	font-weight: 300;
	margin:0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.item-desc h4 {
	font-size: 20px;
	width: 72%;
}

.item-desc p {
	font-size: 16px;
}


.item-price {
	position: absolute;
	right: 13px;
	top: 11px;
	font-size: 20px;
	font-weight: 500;
}

.view-all,
.clear,
.sale-btn,
.rent-btn,
.back-btn {
	border-color: #d02651;
	color: #d02651;
}

.active-filter-btn {
    background-color: #d02651;
    color: #fff;
}

.view-all:hover,
.clear:hover,
.sale-btn:hover,
.rent-btn:hover,
.back-btn:hover {
	background-color: #d02651;
	color: #fff;
}

/*----contacts----*/
.inline-pages section {
	padding: 35px 0px 30px;
}

.inline-pages .section-title {
	font-weight: 300;
	color: #d02651;
	text-transform: uppercase;
	margin-bottom: 50px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.input-fld, .text-area,
.select-fld {
	margin-bottom: 30px;
	position: relative;
}

.input-fld input[type="text"],
.text-area textarea,
.select-fld select {
	font-size: 16px;
	color: #303030;
	padding-right: 35px;
	border-radius: 0;
	border-color: #ababab;
	font-weight: 300;
	width: 100%;
	padding-left: 10px;
}

.input-fld span {
    position: absolute;
    bottom: 17px;
    right: 25px;
    font-size: 22px;
    color: #d02651;
}

.inpud-list input::placeholder { 
	color: #bfbfbf;
}

.inpud-list .form-control:focus {
	border-color: #d02651;
}

.input-fld input[type="text"],
.select-fld select{
	height: 56px;
}

.text-area textarea {
	height: 200px;
	resize: none;
	padding-top: 8px;
}

.form-control {
	box-shadow: none !important;
}

.btn-area {
	display: flex;
	justify-content: flex-end;
}

.btn-area .re-btn {
	text-transform: capitalize;;
	min-width: 175px;
	margin-left: 20px;
	height: 50px;
	text-transform: uppercase;
}

.btn-area .send {
	color: #fff !important;
	background-color: #d02651;
	border-color: #d02651;
}

.clear {
	background-color: transparent;
}

.btn-area button:hover {
	opacity: 0.8;
}

.contacts .address-list > li {
	color: #303030;
	font-size: 18px;
	margin-bottom: 25px;
	line-height: 25px;
	font-weight: 300;
}

.contacts .address-list li em {
	font-weight: 400;
	display: inline-block;
	margin-bottom: 10px;
}

.contacts .social-icons li a {
	color: #d02651;
	transition: all 0.2s;
}

.contacts .social-icons li a:hover {
	color: #fff;
	background-color: #d02651;
}

.map {
	height: 290px;
	margin-bottom: 30px;
}

.partner-item {
	padding: 10px;
	text-align: center;
	background-color: #fafafa;
}

.partner-item a {
	display: block;
	width: 100%;
	height: 100%;
}

.partners-title {
	font-size: 20px;
	margin-top: 0;
	font-weight: 300;
	color: #303030;
	text-transform: uppercase;
}

.partner-item a:hover .partners-title {
	color: #d02651;
}

.partners-img {
	height: 87%;
	display: flex;
}

.partner-item img {
	max-width: 100%;
	margin: auto;
}

.property-order {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.property-order ul li {
	display: inline-block;
}

.sale-btn,
.rent-btn {
	min-width: 150px;
}

.sale-btn{
	margin-right: 15px;
}

.order-list {
    display: inline-flex;
}

.order-list strong {
	font-weight: 500;
	color: #d02651;
}

.order-list ul li {
	font-size: 16px;
	margin-left: 16px;
}

.order-list ul li a:hover {
	color:#303030;
}

.order-list ul li a:hover,
.order-list .active-list {
	color: #d02651;
}

.order-list ul li:not(:first-child):not(:last-child):after {
	content: "|";
	position: relative;
	left: 8px;
}

.rent-sale-desc {
	display: flex;
}

.rent-sale-desc-gallery {
	width: 60%;
	margin-right: 25px;
}

.rent-sale-desc-text {
	flex: 1;
}

.rent-sale-price span {
    display: block;
    background-color: #d02651;
    color: #fff;
    text-align: center;
    height: 65px;
    line-height: 64px;
    font-size: 30px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    max-width: 500px;
}

.rent-sale-price {
	margin-bottom: 20px;
}

.more-sale-rent .map {
	height: 650px;
	margin-top: 15px;
}

.other-desc ul li {
	font-size: 19px;
	margin-bottom: 15px;
}

.other-desc ul li em {
	color: #d02651;
}

.rent-sale-desc-text #map {
    height: 250px;
    margin-top: 25px;
}

.reserve-area {
    margin-top: 25px;
     text-align: right;
}

.back-area {
	margin-top: 25px;
}

.lSAction > .lSPrev {
	left: 0px !important;
}

.lSAction > .lSNext {
	right: 0px !important;
}

#image-gallery li img {
	height: 450px;
	max-width: 100%;
	width: 100%;
	display: block;
	object-fit: cover;
	min-height: 200px;
}

.lSSlideOuter .lSPager.lSGallery img {
	height: 90px !important;
	object-fit: cover;
}

.about-content em,
.about-content i,
.service-content em,
.service-content i {
	font-style: italic;
}

.about-content ul, .service-content ul {
	margin-bottom: 15px;
	margin-top: 10px;
}

.about-content ul li,
.service-content  ul li {
	padding-left: 15px;
}

.about-content ul li:before,
.service-content  ul li:before {
	 content: "•";
	font-size: 25px;
	color: #d02651;
	position: relative;
	top: 3px;
	margin-right: 6px;
}

.sale-offer-form-content {
    overflow: hidden;
}

	.sale-offer-form-content p {
	    font-weight: 300;
	    line-height: 31px;
	    font-size: 21px;
	}

		.form-title {
		    font-size: 27px;
		    font-weight: 300;
		    margin-top: 0;
		    border-bottom: 1px solid #d02651;
		    margin-bottom: 20px;
		    padding-bottom: 10px;

		}

		.sale-offer-form-content label,
		.photo-upload span {
    		font-size: 18px;
    		font-weight: 300;
		}

		.upload-img {
		    margin-bottom: 30px;
		}
		
		.photo-upload {
		    margin-right: 30px;
		    margin-bottom: 30px;
		}
		
			.photo-upload .attach-photo {
			    display: inline-flex;
			    height: 110px;
			    line-height: 110px;
			    border: 1px solid #d02651;
			    padding: 0 14px;
			    text-transform: capitalize;
			    border-radius: 5px;
			    text-align: center;
			    float: left;
			    color: #d02651;
			    font-size: 15px;
			    cursor: pointer;
			    width: 157px;
			    transition: all 0.5s;
			    align-items: center;
			    justify-content: center;
			        margin-right: 16px;
			}

			.photo-upload .attach-photo:hover,
			.re-btn.add-property {
				background-color: #d02651;
			    color: #fff;
			}

			.attach-photo input[type=file] {
			    display: none;
			}

			.re-btn.add-property:hover {
				opacity: 0.8;
			}

			.attach-photo i {
			    margin-left: 7px;
			}
			
			.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default,
			.ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
			    border: 1px solid #f6f6f6 !important;
			    color: #565656 !important;
			}
			
			.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, .ui-state-focus,
			.ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus,
			.ui-state-active, .ui-widget-content .ui-state-active,
			.ui-state-hover, .ui-widget-content .ui-state-hover {
			    border: 1px solid #d02651 !important;
			    background: #d02651 !important;
			    color: #fff !important;
			}
			
                        .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all .ui-state-hover {
				background:transparent !important;
			}	
			
			.ui-widget-content,
			.ui-widget-header {
			    color: #565656 !important;
			}
			
			.ui-datepicker .ui-datepicker-next {
			    right: 2px !important;
			}
			
			.ui-datepicker .ui-datepicker-prev {
			    left: 2px !important;
			}
			
			.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
			     border: 1px solid transparent !important;
			}
			
			.ui-widget-header {
			   background: transparent !important; 
			}

.arabic-lang .header .swiper-button-prev {
    right: 0px;
}

.arabic-lang .header .swiper-button-next {
    left: 0px;
}

.arabic-lang .header .swiper-button-next:before,.arabic-lang .header .swiper-button-prev:before {
    transform: rotate(180deg);
    top: 9px;
}

.arabic-lang .header .swiper-button-next:before {
    right: 10px;

}

.arabic-lang .header .swiper-button-prev:before {
        right: -8px;
}

.arabic-lang ul {
    padding-right: 0;
}

.arabic-lang .item-price {
    left: 13px;
    right: auto;
}

.arabic-lang  .order-list ul li {
    margin-left: auto;
    margin-right: 16px;
}

.arabic-lang .order-list ul li:not(:first-child):not(:last-child):after {
    left: auto;
    right: 8px;
}

.arabic-lang .sale-btn {
    margin-right: auto;
    margin-left: 15px;
}

.arabic-lang  .attach-photo i {
    margin-left: auto;
    margin-right: 7px;
}

.arabic-lang  .btn-area {
    justify-content: flex-start;
}

.arabic-lang .about-content ul,
.arabic-lang .service-content ul {
    padding-right: 20px ;
}

.arabic-lang .slide-info {
    padding-left: 30px;
    padding-right: 60px;
}

.arabic-lang  .rent-sale-desc-gallery {
    margin-right: 0;
    margin-left: 25px;
}

.arabic-lang .about-desc {
    margin-right: 0;
    margin-left: 20px;
}

.arabic-lang  .photo-upload .attach-photo {
    margin-right: 0;
    margin-left: 16px;
}

.arabic-lang .photo-upload {
    margin-right: 0;
    display: flex;
}

/*----footer----*/
.footer {
	padding: 50px 30px;
	background-image: url(../img/footer-bg.jpg);
	position: relative;
	min-height: 290px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.footer:after {
	content: "";
	background-color: rgba(208,38,81,0.75);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.footer-container {
	z-index: 1;
	position: relative;
	overflow: hidden;
}

.footer .contact-title {
	font-size: 20px;
	font-weight: 500;
	margin-top: 0;
	color: #fff;
}

.footer-nav li {
	margin-bottom: 4px;
}

.footer-nav li a {
	color: #fff;
	line-height: 26px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	border-bottom: 1px solid transparent;
}

.address-list li {
	color: #fff;
	line-height: 20px;
	font-size: 15px;
	margin-bottom: 4px;
}

.address-list li a {
	border-bottom: 1px solid transparent;
}

.footer-nav li a:hover,
.footer-nav li .active-footer,
.address-list li a:hover {
	border-bottom: 1px solid #fff;
}

.address-list li > i {
	display: block;
}

.address-list li em {
	padding-right: 5px;
	font-size: 18px;
	font-weight: 500;
}

.social-icons li {
	display: inline-block;
}

.social-icons li a {
	font-size: 18px;
	color: #fff;
	width: 30px;
	height: 29px;
	display: inline-block;
	text-align: center;
	line-height: 29px;
}

.social-icons li a:hover {
	color: #d02651;
	background-color: rgba(255,255,255,0.8);
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 13px;
	color: #303030;
	font-weight: 300;
	font-size: 13px;
}
.design-link:hover {
	color: #d02651;
}

@media (max-width:1399px) {
	.footer-bottom {
		padding: 0 45px;
	}

	.inline-pages section {
		padding: 35px 15px 30px;
	}

	.top-navigation {
		padding: 20px 5px 15px 10px;	}
}

@media (max-width:1280px) and (min-width:1024px) {
	.item-price,
	.item-desc p {
		font-size: 15px;
	}

	.item-price {
		top: 12px;
	}

	.item-desc h4 {
		font-size: 16px;
	}

}

@media (max-width:1280px) and (min-width:992px) {
		
	.arabic-lang .navbar-inverse .navbar-nav>li>a {
	    font-size: 15px;
	    padding: 5px 4px;
	    margin-left: 6px;
	}

}

@media (max-width:1200px) {
	.section-title {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.slide-title {
		font-size: 42px;
		line-height: 50px;
	}

	.about-services p, .about-text p,
	.partner-section p, .service-text p, .other-info p,
	.about-content ul li, .service-content  ul li{
		font-size: 15px;
		line-height: 21px;
	}

}

@media (max-width:1024px) {
	.sale-rent-list,
	.partner-list {
		grid-template-columns: repeat(2, minmax(1px, 1fr));
	}

	.rate-rent-item {
		height: 230px;
	}
}

@media (max-width:991px) {
	.navbar-inverse .navbar-nav>li>a {
		padding: 5px 0 5px;
		margin-left: 0;
		display: inline-block;
	}

	.nav>li {
		text-align: center;
	}

	.navbar-inverse .navbar-collapse {
		border-top: 1px solid #d02651;
		margin-top: 15px;
	}

	.navbar-nav .choose-lang.open .dropdown-menu {
		padding-left: 6px;
		width: 68px;
		margin: auto;
		position: static;
		float: none;
	}

	.navbar-inverse .navbar-nav .header-top-nav ul li {
		margin-bottom:  5px;
	}

	.navbar-inverse .navbar-nav>li>a {
		border: none;
	}

	.header-top-nav {
		margin-top: 7px;
	}

	.navbar-inverse .navbar-nav .donate,
	.header-top-nav ul .input-fld {
		margin-top: 0px;
	}

	.navbar-toggle span:nth-child(2) {
		transform-origin: 5% 53%;
		transform: rotateZ(45deg) skewX(-45deg)
	}

	.navbar-toggle span:nth-child(3) {
		opacity: 0;
	}

	.navbar-toggle .icon-bar+.icon-bar {
		margin-top: 6px;
	}

	.navbar-toggle span:nth-child(4) {
		transform-origin: 18% 88%;
		transform: rotateZ(-45deg) skewX(45deg);
	}

	.navbar-toggle.collapsed span:nth-child(2),
	.navbar-toggle.collapsed span:nth-child(4) {
		transform: rotate(0);
	}

	.navbar-toggle.collapsed span:nth-child(3) {
		opacity: 1;
	}

	.header .swiper-button-next, .header .swiper-button-prev,
	.lSSlideWrapper .lSAction > a {
		width: 36px;
	}

	.slide-info {
		max-width: 380px;
		padding-left: 47px;
	}

	.slide-title {
		font-size: 37px;
		line-height: 43px;
	}

	.slide-text {
		line-height: 30px;
		font-size: 18px;
	}

	.about-services {
		flex-direction: column;
	}

	.about-services > * {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.arabic-lang .about-desc {
	    margin-right: 0;
	}

	.service-img {
		float: left;
		width: 55%;
		margin-right: 20px;
	}

	.property-order {
		align-items: flex-start;
		flex-direction: column;
	}

	.property-type {
		margin-bottom: 15px;
	}

	.order-list ul li {
		margin-left: 0;
		margin-right: 16px;
	}

	.inline-pages .section-title {
		margin-bottom: 35px;
	}

	.rent-sale-desc {
		flex-direction: column;
	}

	.rent-sale-desc-gallery {
		width: 100%;
		margin-right: 0;
	}

	.rent-sale-desc-text {
		margin-top: 25px;
	}

}

@media (max-width:768px) {
	section {
		padding: 20px 15px;
	}

	.section-title {
		font-size: 29px;
	}

	.inline-pages .section-title {
	    flex-direction: column;
    	align-items: flex-start;
	}

	.re-btn.add-property {
	    margin-top: 15px;
	}

	.order-list {
	    flex-direction: column;
	}

	.order-list ul {
	    margin-bottom: 5px;
	}

	.footer {
		padding: 25px 15px;
	}

	.footer-bottom {
		padding: 0 30px;
	}

	.contacts .address-list > li {
		margin-bottom: 10px;
	}

	.contacts .address-list {
		margin: 0 15px;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, 
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
	    color: #d02651;
	}
	
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
	    padding: 3px 20px;
	}
	
	.arabic-lang .photo-upload {
	    display: block;
	}
}
.dropdown-menu>li>a {
	padding-right: 10px;
}

@media (max-width:660px) {
	.item-price,
	.item-desc p {
		font-size: 15px;
	}

	.item-price {
		top: 12px;
	}

	.item-desc h4 {
		font-size: 16px;
	}

	.footer-bottom {
		flex-direction: column;
		margin-top: 7px;
		margin-bottom: 10px;
	}
}

@media (max-width:568px) {
	.sale-rent-list,
	.partner-list {
		grid-template-columns: repeat(1, minmax(1px, 1fr));
	}

	.slide-info {
		max-width: 280px;
	}

	.slide-title {
		font-size: 31px;
		line-height: 32px;
	}

	.slide-text {
		line-height: 24px;
		font-size: 16px;
	}

	.service-img {
		float: none;
		width: 100%;
	}
	
	.arabic-lang .service-img {
	    float: left; 
	}

	#image-gallery li img {
		height: 320px;
	}

	.lSSlideOuter .lSPager.lSGallery img {
		height: 80px !important;
	}
}

@media (max-width:480px) {
	.col-xxs-12 {
		width: 100%;
	}

	.navbar-brand>img {
		width: 190px;
	}

	.rent-sale-price span {
		height: 57px;
		line-height: 54px;
		font-size: 26px;
	}
}

@media (max-width:414px) {
	.section-title {
		font-size: 26px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-collapse.collapse.in {
		display: block !important;
	}
	.navbar-header .collapse, .navbar-toggle {
		display:block !important;
	}
	.navbar-header {
		float:none;
	}

	.nav>li {
		float: none;
	}

	.navbar-nav {
		float: none;
	}
}
