/**
* Template Name: BizLand - v1.2.1
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html{
    font-family:Gordita  !important; 
	padding:0px;
	margin:0px;
}
body {
    font-family:Gordita  !important;
    color:#666;
    background-color: #fff;
	font-size:15px;
	line-height:23px;
	font-weight: 400;
}

.nav-menu li a{
	font-family:Gordita  !important;
}
h1{
	font-family:Gordita  !important;
	font-size:25px;
	color:#1F2935;
	font-weight:400  !important;
	line-height: 35px;
}
h2{
	font-family:Gordita  !important;
	font-size:22px;
	color:#1F2935;
	font-weight:400  !important;
	line-height: 33px;
}
h3{
	font-family:Gordita !important;
	font-size:20px;
	color:#1F2935;
	font-weight:bold  !important;
	line-height: 31px;
}
h4{
	font-family:Gordita  !important;
	font-size:19px;
	line-height:29px;
}
h5{
	font-family:Gordita  !important;
	font-size:17px;
}
p{
	font-family:Gordita  !important;
	font-weight:400 !important;
}
#filter-controls a{color:#1F2935;}
.content-bxs h3{
	font-weight:400 !important;
	text-transform: uppercase;
}
.investInDubaiSec {
	 margin:auto; 
}
#slider-sec{
	padding:0px !important;
	overflow: visible;
}

.squarestyle {
  list-style-type: square;
}
a {
  color: #fff;
}
a:hover {
  color: #c09443;
  text-decoration: none;
}

#more {display: none;}
#myBtn {color:#007bff;}
.hone {	
  font-size: 2.2em;
  text-align:center;
  color: #1F899B;
  margin: 0px;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
}

 .partnerimg {
	 margin-top:10px;
	 margin-bottom:10px;
}

.screenvisible {
	visibility: visible; 
}

.socialMedia {
	margin-left: 15px;
    background-color: #9b611f;
	color: #fff;
    border-radius: 50%;
    padding: 10px;
    transform-style: preserve-3d;
    transition: all 2.0s linear;

}
.socialMedia:hover {
    transform: rotateY(360deg);
}

.lstngs-tp-btns{
    width: max-content;
    text-align: revert;
    margin: auto;
	float: right;
	margin-right:-46px !important;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #106eea;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #106eea;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #3284f1;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
@media (min-width: 576px){
.modal-dialog {
    max-width: 680px;
}
}
.modal-body {
    padding: 15px 30px 60px 30px;
}
.modal-content button.close {
    padding: 5px 10px !important;
}
.modal-body h1{
	display:block;
	padding-bottom:15px;
	color:#c09443;
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #106eea;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  text-decoration: underline;
}

#topbar .contact-info i {
  padding-right: 4px;
  margin-left: 15px;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.6);
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 999999;
    padding: 4px 0;
    position: relative;
}

#header.header-scrolled {
    top: 0;
    padding: 3px;
	z-index: 999999;
}

#header .logo {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  
}

#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #106eea;
}


@media (max-width: 992px) {
  #header {
    padding: 15px;
    top: 0;
  }
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0px;
  padding: 0;
  list-style: none;
  color: #fff;
  font-family: 'initial';
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 10px;  
  font-family: 'initial';
}

.nav-menu a {
  font-family: 'initial';
  display: block;
  position: relative;
  transition: 0.3s;
  font-size: 13px;
  line-height:20px;  
  padding: 25px 3px 25px 3px;
  background-color:transparent;
  margin-top:0px;
}
.nav-menu li a {
    display: inline;
    font-size: 12px;
    line-height: 46px important;
    letter-spacing: 0.5px;
    color: inherit !important;
    text-transform: uppercase;
    padding: 15px, 10px;
    font-family: 'initial';
    position: relative;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;

}

.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #c09443;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu a:hover, .nav-menu li:hover > a {
    color: #c09443;
}

.nav-menu .drop-down ul a:hover{
	background:#c09443;
	color:#fff !important;
}
.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 0px 0;
  background: #000;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 10;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #fff;
  border-bottom:1px solid rgba(255,255,255,0.3);
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #c09443;
}

.nav-menu .drop-down > a:after {
  /*content: "\ea99";*/
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family:'FontAwesome';
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #000;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #9b611f;;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  
  font-family: 'FontAwesome';
  padding-left: 10px;
  position: relative;
  right: 15px;	
}

.mobile-nav .active.drop-down > a:after {
  
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(9, 9, 9, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: left;
}

.section-title h2{
    color: #000;
	font-size: 32px;    	  
	font-weight: 500;
	font-family: 'initial';
	text-align:center;
}

.section-title h3 span {
  color: #c09443;
}

.communities h4 {
    color: #c09443;
	font-size: 26px;    	  
	font-weight: 500;
	margin-top:10px;
	text-transform:uppercase;
	margin:0px;
	padding:12px 20px 1px 20px;
}
.communities a h4:hover{
  color: #c09443;
}
.hvrbox .hvrbox-layer_scale{
	cursor:pointer;
}
.communities p {
    color: #808080;
	font-size: 14px;    	  
	font-weight: 500;
	margin:0px;
	padding:1px 20px 8px 20px;
}

@media (min-width: 1024px) {
  .section-title p {	  
	font-size: 17px;   
	
  }

}

  

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
  margin-top: 134px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: '';
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #106eea;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #106eea;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about{
	background: rgb(17, 17, 17);
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.about .content ul li:first-child {
  margin-top: 35px;
}

.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}

.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: 'initial';
  color: #222222;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e2eefd;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #106eea;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #f1f6fe;
}

.counts .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #106eea;
  padding: 12px;
  color: #fff;
  border-radius: 50px;
  border: 5px solid #fff;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #062b5b;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: 'initial';
  font-size: 14px;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.testimonials .owl-dot.active {
  background-color: #106eea !important;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
	
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
	
  }
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #106eea;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form1 {
box-shadow: 0 0 30px rgb(214 215 216 / 40%);
    padding: 30px;
    border: 2px solid #000;
}

.contact .php-email-form1 .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form1 .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form1 .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form1 .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form1 .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form1 .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form1 input, .contact .php-email-form1 textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form1 input:focus, .contact .php-email-form1 textarea:focus {
  border-color: #106eea;
}

.contact .php-email-form1 input {
padding: 26px 15px;
    border: 1px solid #171717;
}

.contact .php-email-form1 textarea {
  padding: 12px 15px;
}

.contact .php-email-form1 button[type="submit"] {
    background: #9b611f;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form1 button[type="submit"]:hover {
  background: #0071b0;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.rr-main{
	width: 100%;
    text-align: center;
	    margin-top: 19px;
}
.btr-rr{
    width: 263px;
    display: inline-block;
    background-color: #9b611f;;
    margin-left: 5px;
    margin-right: 5px;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 45px;
    font-size: 20px;
    font-weight: 600;
}
.rr-21 h3{
	margin: 10px 0 0 0;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}
.rr-21{
    width: 100%;
}
.rr-21 h3 span{
	border-bottom: 2px solid #9b611f;
	font-family: 'initial';
}
.rr-22{
	text-align: center;
}
.rr-22 img{
	width:150px;
}
.rr-23{
	    margin-top: 25px;
		color:#666666;
}
.yu-01{
	    padding: 0px;
}
.rrt{
	width: 100%;
}
.rrt-01{
	    text-align: center;
}
.rrt-01 img{
	width:111px;
}
.rrt-01 h4{
	    font-weight: 400;
    font-size: 16px;
}
.rrt-02{
	text-align:center;
	    margin-top: 12px;
}
.bt-slider{
	padding: 0px 0px;
}
.adds-01 img{
	width: 150px;
}
.adds-01{
	text-align: center;
}
.adds-01 h4{
	font-weight: 600;
    margin-bottom: 3px;
}
.wrt-01{
	    margin-top: 40px;
}
.rtu-01{
	    padding: 0px 0px;
}
.contact{
	    padding: 0px;
		padding-bottom: 69px;
}
.cont-01{
	    margin-top: 53px;
}
.fr-01 p{
	text-align: center;
    font-size: 24px;
    margin-bottom: 40px;
}
.video-banner{
	    padding-top: 0px;
    padding-bottom: 0px;
}
.fg-01{
	    width: 263px;
		display: inline-block;
		background-color: rgb(0 0 0 / 0%);
		margin-left: 5px;
		margin-right: 5px;
		color: #333;
		padding: 5px 10px;
		border-radius: 0;
		font-size: 13px;
		font-weight: 600;
	    position: absolute;
}
.qw12{
	text-align: center;
    margin-top: 15px;
    color: #565656;
}
.thank-01{
	width: 100%;
    text-align: center;
}
.thank-01 img{
    width: 145px;
}
.thank-main{
	    padding: 155px 10px;
}
.thank-01 h2{
	    font-size: 95px;
    margin-top: 24px;
}
.thank-01 p{
	font-size: 27px;
    margin-top: -17px;
}
.whats-01{
    padding-right: 0px;
    position: fixed;
    z-index: 9999;
    top: 66%;
    width: 100%;
}
.whats-01 a img{
	    width: 260px;
}


@media (max-width:768px) and (min-width:360px){
	#header .logo img {
    max-height: 44px;
}
.mobile-nav-toggle {
    top: 27px;
}
.btr-rr {
    margin-bottom: 15px;
	background-color:#9b611f;
}
.rr-21 h3 {
    margin: 20px 0 0 0;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.rr-22 img {
    width: 111px;
}
.adds-01 img {
    width: 111px;
}
.fg-01 {
    width: 263px;
    display: inline-block;
    background-color: rgb(0 0 0 / 0%);
    margin-left: 5px;
    margin-right: 5px;
    color: #333;
    padding: 5px 10px;
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    position: relative;
}

.about{
        padding: 10px 0;
		overflow: hidden;
}
.modal.show .modal-dialog {

    margin-top: 60px;
}
.fr-01 p{
	text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}
}
#search{background:#000;}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}
#search .home-search .btn {
	border-radius: 4px!important;
    border-color: #fff;
	background:#fff;
	padding: 6px 20px;
}
#back-to-top.btn{padding:0px; background:#c09443;border:0px;}
#back-to-top i{background:#c09443;}
#back-to-top i:hover{background:#000;}
::focus{border:0px !important; box-shadow:0 0 0 0rem rgb(38 143 255 / 50%) !important;}
.btn-primary.focus, .btn-primary:focus{
	box-shadow:0 0 0 0rem rgb(38 143 255 / 50%) !important;
}
@media (max-width:1090px){
#desktopHeader{display:none;}
.mobile-nav-toggle.d-lg-none{display:none;}
#mobileHeader{display:block !important;}
}
.nav-wrapper.nav-wrapper-0{
	background:#000 !important;
}

.hc-offcanvas-nav {
    z-index: 999999 !important;
}
.hvrbox-text li{list-style:circle !important;}
.hvrbox-text ul{padding:0px 14px 0px 30px;}
.tooltip-inner{display:none;}
.search .dropdown-item li{
	padding:4px 0px;
	border-bottom:1px dotted rgba(0,0,0,0.11);
}
.search .dropdown-item{font-size:14px;}
.modal {
    z-index: 99999;
}
.form-group .iti {
    position: relative;
    display: block;
}
.btn-sdbar a {
    transform: rotate(-90deg);
    display: block;
    width: 150px;
    height: 39px;
    border: 2px solid #c09443;
    color: #c09443;
    text-align: center;
    text-transform: uppercase;
    padding: 5px;
    position: absolute;
    left: -56px;
}
.btn-sdbar a:hover{
	background:#000;
	color:#c09443;
    border: 3px solid #000;
}
.modal-header {
    background:transparent !important;
    color: #fff;	
	align-items:center ;
}
@media (max-width:1366px){
	.modal-dialog {
		margin-top:145px;
	}
}
@media (min-width:1367px){
	.modal-dialog {
		margin-top:200px;
	}
}
#staticBackdropContactUs button {
    background: #000;
    border: 0;
    padding: 8px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
    font-size: 14px;
}
#staticBackdropContactUs button:hover {
    background: #fff;
	color: #000;
}
.home-search .dropdown-menu.show{width:max-content;}
main h4{
	text-transform:none !important;
}
.btn {
    color:#808080;
}
.search-input .btn {
   
    border: 0px solid transparent;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 9px !important;
    margin: 5px;
	text-align:center;
}
.search-input .form-control{
	padding:20px;
}
.search-input .mb-3{
    border: 1px solid #ddd;
	border-radius:4px;
}
.search-input .active{
	background:#2E2E2E;
	color:#fff;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%) !important;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%) !important;
}
.search-input .btn-gold {
    border-radius: 0px 4px 4px 0px !important;
    padding: 6px 22px;
    margin: -1px;
    font-size: 17px;
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%) !important;
}
.search-input .btn:hover{
	background: #2E2E2E;
	color:#fff;
}
.form-control {
    color: #999;font-size:14px;
}
.search-input input{
	border:0px !important;
}
#new-devops p{
	font-size:13px;
}
#filter-records .btn.menubtn{
	color:#fff !important;
	display: block;
	margin-top:11px;
}
#filter-records p.container{
	border:1px solid #808080;
	padding:9px;
	border-radius:4px;
	margin:8px !important;
}

h3.ahthree::after{
	content:'';
	display:block;
	width:90px;
	height:2px;
	background:#c09443;
	margin-top:10px;
	margin-bottom:8px;
	border-radius:18px;
}
#home .communities{
	text-align:center !important;
}

.inpt::before{
	content:'';
	position: absolute;
	width:1px;
	height:30px;
	background: #ddd;
}
.padd-right{
	padding-right:54px;
}
.padd-left{
	padding-left:18px;
}
.paddtop{
	padding-top:99px;
}

/* 
---------------------------------------------
Services_Seaction
--------------------------------------------- 
*/

#slider3 .owl-item img {
    display: block;
    width: auto;
    margin: auto;
}

.title_box h3 {
	font-size: 32px;
	color: #fff;
	letter-spacing: 0.5px;
	float: left;
	font-family: 'initial';
}
.title_border {
	border-bottom: 1px solid #dbb763;
	width: 100px;
	float: left;
	margin-left: 2%;
	margin-top: 2%;
}
.title_box {
	margin-bottom: 30px;
	overflow: hidden;
}
.services_con h3 {
	font-size: 17px !important;
	color: #fff;
	font-family: 'initial';
	letter-spacing: 1px;
}
.services_con p {
	font-size: 15px;
	color: #fff;
	margin-top: 15px;
	letter-spacing: 1px;
	line-height: 1.5;
	margin-bottom: 0px;
}
.services_img {
	float: left;
	margin-right: 20px;
}
.services_con {
	overflow: hidden;
}
.services_box {
	margin-bottom: 40px;
}
#featuredProperties {
	background: transparent;
}
#featuredProperties .col-md-4{
	position: relative;
    width: 100%;	
	nav-level-spacing:0px;
}
#featuredProperties .cmmt-box1 {
    border: 0px solid #d0d0d0;
    margin-bottom: 24px;
    margin-top: 4px;
}

#featuredProperties .col-md-4 h4{	
	display: block;
	background:transparent;
	font-weight: 700;
	font-size: 28px;
    position: inline;
    color: #fff;
    padding: 75px;
	text-align: center;
    text-transform: uppercase;
	font-family: 'initial';   
}
#meetOurTeam .slide {
	padding-left:5px !important;
	padding-right:5px !important;
	padding-bottom:5px !important;
	padding-top:5px !important;
}
#services .services_box h3{
	font-size: 24px !important;
}
#services .services_box p{
	text-align:left;
	font-family: 'initial';	
	font-size: 14px !important;	
}
 #offplanProjects .section-title p, #meetOurTeam .section-title p, #myblogs .section-title p{
	text-align:center;	
	font-family: 'initial';
	color: #000;
	font-size: 14px !important;
}
#myblogs .section-title p{
	color: #000;
}

#featuredProperties {
    padding-bottom: 0px;
}

#myblogs{
	padding-top:0px;
}
#search h4{
	text-align: center;
	font-size: 24px !important;
	color:#fff;
}
/* Hero Section */ 
#hero {
            height:700px;
            width:100%;
            background:#000;
            display:flex;
            align-items:center;
            justify-content: center;
			position:relative;
			overflow:hidden;
}



#hero::after {
      width:100%;
      height:700px;
      content: '';
      position:absolute;
      z-index:10;
      top:0;
      left:0;
}


#hero video {
      width:100%;
      height:700px;
      position:absolute;
      top:0;
      left:0;
      z-index:5;
      object-fit:cover;
      font-family:'object-fit: cover';
}


#hero .texture {
      width:100%;
      height:100%;
      position:absolute;
      top:0;
      left:0;
      z-index:15;
}


#hero .caption {
      position:relative;
      z-index:20;
      text-align:center;
      color:#ffffff;
}



#hero .caption h1 {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 36px !important;
    line-height: 46px;
    font-family: 'initial';
    letter-spacing: 3px;
    text-transform: uppercase;
}

#hero .caption p {
    float: left;
    width: 100%;
    font-size: 14px !important;
    line-height:19px !important;
    color: inherit !important;	
    font-family: 'initial';
	margin: 0 0 10px;
}

@media screen and (min-width:768px)
{
      #hero .caption h1 {
            font-size:1.3rem;
      }

      #hero .caption p {
            font-size:0.8rem;
      }
}

@media screen and (min-width:992px)
{
      #hero .caption h1 {
            font-size:1.8rem;
      }

      #hero .caption p {
            font-size:1.3rem;
      }
}

@media screen and (min-width:1200px)
{
      #hero .caption h1 {
            font-size:3rem;
      }

      #hero .caption p {
            font-size:2.0rem;
      }
}
/* End Hero Section*/
/*---------------------------------------------
Call_To_Action_Seaction
--------------------------------------------- 
*/
.call_to_action {	
	background-image: url("../images/callofaction_1.jpg");
	overflow: hidden;
	padding-top: 35px;
	padding-bottom: 35px;
}

@media screen and (max-width: 768px) {
	.call_to_action {	
		background: rgb(17, 17, 17) !important;
	}
	.call_con span{		
		color: #fff!important;		
		float: left!important;
		text-align:left;
		margin:auto!important;
		padding-bottom:30px;
	}
	.call_btn {
		text-align:center;
		margin:auto!important;		
		float: left!important;
	}	
	#hero .texture, #hero video{
		height:auto!important;
	}
}

.call_con span {
	font-size: 24px;
	color: #000;
	letter-spacing: 0.5px;
	float: left;
	font-family: 'initial';
	margin-top: 5px;
	margin-bottom: 5px;
}
.call_btn {
	float: right;
	margin-top: 10px;
}
.call_to_action_btn {
	background-color: #000;
	font-size: 20px;
	color: #c09443;	
	border: 2px solid #fff;
	border-radius:5px;
	padding: 10px 30px;
	transition: all ease 0.5s 0s;
	box-shadow: 0px 15px 15px 0px rgba(3, 3, 31, 0.15);
}
.call_to_action_btn:hover {
	text-decoration: none;
	box-shadow: none;
	color: #fff;
	border: 2px solid #c09443;
	transition: all ease 0.5s 0s;
}

/* 
---------------------------------------------
Blog_Seaction
--------------------------------------------- 
*/
.blog {
    margin-top: 50px;
    margin-bottom: 30px;
}
.blog .title_box {
    margin-bottom: 40px;
}
.blog .title_box h2 {
	color: #03031f;
}
.blog_box {
	box-shadow: 0px 0px 5px 0px rgba(3, 3, 31, 0.15);
	padding: 30px;
	overflow: hidden;
	transition: all ease 0.5s 0s;
	background-color: #fff;
}
.blog_box h4 {
	font-size: 14px;
	color: #dbb763;
	text-transform: uppercase;
}
.blog_box h2 {
	font-size: 18px;
	color: #03031f;
	letter-spacing: 0.5px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.blog_box p {
	font-family: 'initial';
	font-size: 15px;
	color: #000;
	letter-spacing: 0.5px;
	line-height: 1.5;
}
.blog_btn {
	font-size: 15px;
	color: #dbb763;
	font-weight: 500;
	transition: all ease 0.5s 0s;
	text-transform: uppercase;
}
.blog_btn:hover {
	text-decoration: none;
	color: #dbb763;
	opacity: 0.6;
	transition: all ease 0.5s 0s;
}
.blog_btn img {
	width: 18px;
	margin-left: 5px;
	margin-top: -1px;
}
.read_more_blog {
	float: right;
}
.blog_box:hover {
	box-shadow: 0px 5px 20px 0px rgba(3, 3, 31, 0.15);
	transition: all ease 0.5s 0s;
}

#aboutInner-banner{
	background:url('../images/webBanner1.jpg');	
	padding: 290px 0px 250px 0px;
	
}

#header {
    transition: all 0.5s;
    z-index: 9999;
    padding: 10px 0;
    top: 0px;
}
.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    display: block;
}
#search h4 {
    text-align: center;
    font-size: 34px !important;
    color: #fff;
    text-transform: uppercase !important;
	background: #eec65f;
    background: -moz-linear-gradient(-45deg,rgba(238,198,95,1) 0%,rgba(167,111,42,1) 12%,rgba(226,184,85,1) 26%,rgba(249,242,183,1) 43%,rgba(226,184,85,1) 61%,rgba(143,94,33,1) 80%,rgba(226,184,85,1) 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,rgba(238,198,95,1)),color-stop(12%,rgba(167,111,42,1)),color-stop(26%,rgba(226,184,85,1)),color-stop(43%,rgba(249,242,183,1)),color-stop(61%,rgba(226,184,85,1)),color-stop(80%,rgba(143,94,33,1)),color-stop(100%,rgba(226,184,85,1)));
    background: -webkit-linear-gradient(
-45deg
,rgba(238,198,95,1) 0%,rgba(167,111,42,1) 12%,rgba(226,184,85,1) 26%,rgba(249,242,183,1) 43%,rgba(226,184,85,1) 61%,rgba(143,94,33,1) 80%,rgba(226,184,85,1) 100%);
    background: -o-linear-gradient(-45deg,rgba(238,198,95,1) 0%,rgba(167,111,42,1) 12%,rgba(226,184,85,1) 26%,rgba(249,242,183,1) 43%,rgba(226,184,85,1) 61%,rgba(143,94,33,1) 80%,rgba(226,184,85,1) 100%);
    background: -ms-linear-gradient(-45deg,rgba(238,198,95,1) 0%,rgba(167,111,42,1) 12%,rgba(226,184,85,1) 26%,rgba(249,242,183,1) 43%,rgba(226,184,85,1) 61%,rgba(143,94,33,1) 80%,rgba(226,184,85,1) 100%);
    background: linear-gradient(
135deg
,rgba(238,198,95,1) 0%,rgba(167,111,42,1) 12%,rgba(226,184,85,1) 26%,rgba(249,242,183,1) 43%,rgba(226,184,85,1) 61%,rgba(143,94,33,1) 80%,rgba(226,184,85,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eec65f',endColorstr='#e2b855',GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.inner_services_con {
    float: left;
}
.services_img {
    float: left;
    margin-right: 20px;
    padding-top: 12px;
}
.blog_box h2 {
    font-size: 18px;
    color: #03031f;
    letter-spacing: 0.5px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.blog_box h4 {
    font-size: 14px;
    color: #dbb763;
    text-transform: uppercase;
}
.blog_box h2 {
    font-size: 17px;
    color: #03031f;
    letter-spacing: 0.83px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.read_more_blog {
    float: left;
}

.investInDubaiSec {
	 margin:auto; 
}

.squarestyle {
  list-style-type: square;
}
a {
  color: #fff;
}
a:hover {
  color: #c09443;
  text-decoration: none;
}
#more {display: none;}
#myBtn {color:#007bff;}
.hone {	
  font-size: 2.2em;
  text-align:center;
  color: #1F899B;
  margin: 0px;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
}

 .partnerimg {
	 margin-top:10px;
	 margin-bottom:10px;
}

.screenvisible {
	visibility: visible; 
}

.socialMedia {
	margin-left: 15px;
    background-color: #9b611f;
	color: #fff;
    border-radius: 50%;
    padding: 10px;
    transform-style: preserve-3d;
    transition: all 2.0s linear;

}
.socialMedia:hover {
    transform: rotateY(360deg);
}



/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #106eea;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #106eea;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #3284f1;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #106eea;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  text-decoration: underline;
}

#topbar .contact-info i {
  padding-right: 4px;
  margin-left: 15px;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.6);
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 9999;
    padding: 4px 0;
    top: 0px;
}

#header.header-scrolled {
    top: 0;
    padding: 3px;
}

#header .logo {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  
}

#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #106eea;
}


@media (max-width: 992px) {
  #header {
    padding: 15px;
    top: 0;
  }
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0px;
  padding: 0;
  list-style: none;
  color: #fff;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 10px;  
}

.nav-menu a {
  display: block;
  position: relative;
  transition: 0.3s;
  font-size: 13px;
  line-height:20px;  
  padding: 25px 3px 25px 3px;
  background-color:transparent;
  margin-top:0px;
}


.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu a:hover, .nav-menu li:hover > a {
    color: #c09443;
}

.nav-menu .drop-down ul a:hover{
	background:#c09443;
	color:#fff !important;
}
.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 0px 0;
  background: #000;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 10;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #fff;
  border-bottom:1px solid rgba(255,255,255,0.3);
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #c09443;
}

.nav-menu .drop-down > a:after {
  /*content: "\ea99";*/
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #000;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #9b611f;;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  
  font-family: 'initial';
  padding-left: 10px;
  position: relative;
  right: 15px;	
}

.mobile-nav .active.drop-down > a:after {
  
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(9, 9, 9, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 45px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: left;
}
.section-title h3 {
    color: #000;
	font-size: 32px;    	  
	font-weight: 500;
	text-align:center;
}

.section-title h3 span {
  color: #c09443;
}

.communities h4 {
    color: #c09443;
	font-size: 26px;    	  
	font-weight: 500;
	margin-top:10px;
	text-transform:uppercase;
	margin:0px;
	padding:12px 20px 1px 20px;
}
.communities a h4:hover{
  color: #c09443;
}
.hvrbox .hvrbox-layer_scale{
	cursor:pointer;
}
.communities p {
    color: #808080;
	font-size: 14px;    	  
	font-weight: 500;
	margin:0px;
	padding:1px 20px 8px 20px;
}

@media (min-width: 1024px) {
  .section-title p {	  
	font-size: 17px;   
	
  }

}
footer img{
    padding-top:0px;
}
  

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
  margin-top: 134px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: '';
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #106eea;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #106eea;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about{
	background:#001446;
}
.about p{
	color:#fff;
}
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.about .content ul li:first-child {
  margin-top: 35px;
}

.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}

.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  color: #222222;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e2eefd;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #106eea;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #f1f6fe;
}

.counts .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #106eea;
  padding: 12px;
  color: #fff;
  border-radius: 50px;
  border: 5px solid #fff;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #062b5b;
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.testimonials .owl-dot.active {
  background-color: #106eea !important;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
	
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
	
  }
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #106eea;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form1 {
box-shadow: 0 0 30px rgb(214 215 216 / 40%);
    padding: 30px;
    border: 2px solid #000;
}

.contact .php-email-form1 .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form1 .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form1 .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form1 .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form1 .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form1 .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form1 input, .contact .php-email-form1 textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form1 input:focus, .contact .php-email-form1 textarea:focus {
  border-color: #106eea;
}

.contact .php-email-form1 input {
padding: 26px 15px;
    border: 1px solid #171717;
}

.contact .php-email-form1 textarea {
  padding: 12px 15px;
}

.contact .php-email-form1 button[type="submit"] {
    background: #9b611f;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form1 button[type="submit"]:hover {
  background: #0071b0;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.rr-main{
	width: 100%;
    text-align: center;
	    margin-top: 19px;
}
.btr-rr{
    width: 263px;
    display: inline-block;
    background-color: #9b611f;;
    margin-left: 5px;
    margin-right: 5px;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 45px;
    font-size: 20px;
    font-weight: 600;
}
.rr-21 h3{
	margin: 10px 0 0 0;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}
.rr-21{
    width: 100%;
}
.rr-21 h3 span{
	border-bottom: 2px solid #9b611f;
}
.rr-22{
	text-align: center;
}
.rr-22 img{
	width:150px;
}
.rr-23{
	    margin-top: 25px;
		color:#666666;
}
.yu-01{
	    padding: 0px;
}
.rrt{
	width: 100%;
}
.rrt-01{
	    text-align: center;
}
.rrt-01 img{
	width:111px;
}
.rrt-01 h4{
	    font-weight: 400;
    font-size: 16px;
}
.rrt-02{
	text-align:center;
	    margin-top: 12px;
}
.bt-slider{
	padding: 0px 0px;
}
.adds-01 img{
	width: 150px;
}
.adds-01{
	text-align: center;
}
.adds-01 h4{
	font-weight: 600;
    margin-bottom: 3px;
}
.wrt-01{
	    margin-top: 40px;
}
.rtu-01{
	    padding: 0px 0px;
}
.contact{
	    padding: 0px;
		padding-bottom: 69px;
}
.cont-01{
	    margin-top: 53px;
}
.fr-01 p{
	text-align: center;
    font-size: 24px;
    margin-bottom: 40px;
}
.video-banner{
	    padding-top: 0px;
    padding-bottom: 0px;
}
.fg-01{
	    width: 263px;
		display: inline-block;
		background-color: rgb(0 0 0 / 0%);
		margin-left: 5px;
		margin-right: 5px;
		color: #333;
		padding: 5px 10px;
		border-radius: 0;
		font-size: 13px;
		font-weight: 600;
	    position: absolute;
}
.qw12{
	text-align: center;
    margin-top: 15px;
    color: #565656;
}
.thank-01{
	width: 100%;
    text-align: center;
}
.thank-01 img{
    width: 145px;
}
.thank-main{
	    padding: 155px 10px;
}
.thank-01 h2{
	    font-size: 95px;
    margin-top: 24px;
}
.thank-01 p{
	font-size: 27px;
    margin-top: -17px;
}
.whats-01{
    padding-right: 0px;
    position: fixed;
    z-index: 9999;
    top: 66%;
    width: 100%;
}
.whats-01 a img{
	    width: 260px;
}


@media (max-width:768px) and (min-width:360px){
	#header .logo img {
    max-height: 44px;
}
.mobile-nav-toggle {
    top: 27px;
}
.btr-rr {
    margin-bottom: 15px;
	background-color:#9b611f;
}
.rr-21 h3 {
    margin: 20px 0 0 0;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.rr-22 img {
    width: 111px;
}
.adds-01 img {
    width: 111px;
}
.fg-01 {
    width: 263px;
    display: inline-block;
    background-color: rgb(0 0 0 / 0%);
    margin-left: 5px;
    margin-right: 5px;
    color: #333;
    padding: 5px 10px;
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    position: relative;
}

.about{
        padding: 10px 0;
		overflow: hidden;
}
.modal.show .modal-dialog {

    margin-top: 60px;
}
.fr-01 p{
	text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}
}
#header.header-scrolled {
    top: 0;
    padding: 8px 0px;
    background:#1F2935;
	position:fixed;
	z-index:9999;
}
#search{background:rgb(17, 17, 17) !important;padding-bottom:45px;}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}
#search .home-search .btn {
	border-radius: 4px!important;
    border-color:transparent;
	background:#333;
	padding: 6px 20px;
	color:#fff;
}
#back-to-top.btn{padding:0px; background:#c09443;border:0px;}
#back-to-top i{background:#c09443;}
#back-to-top i:hover{background:#000;}
::focus{border:0px !important; box-shadow:0 0 0 0rem rgb(38 143 255 / 50%) !important;}
.btn-primary.focus, .btn-primary:focus{
	box-shadow:0 0 0 0rem rgb(38 143 255 / 50%) !important;
}
@media (max-width:1090px){
#desktopHeader{display:none;}
.mobile-nav-toggle.d-lg-none{display:none;}
#mobileHeader{display:block;}
}
.nav-wrapper.nav-wrapper-0{
	background:#000 !important;
}
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link {
    border-top: 1px solid rgba(255,255,255,0.11) !important;
}
body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>ul:not(:last-child) {
    border-bottom: 1px solid rgba(255,255,255,0.11) !important;
}

body.theme-default .hc-offcanvas-nav .nav-container, body.theme-default .hc-offcanvas-nav .nav-wrapper, body.theme-default .hc-offcanvas-nav ul {
    background: #000 !important;
}
body.theme-default .hc-offcanvas-nav .nav-item-link, body.theme-default .hc-offcanvas-nav li.nav-close a, body.theme-default .hc-offcanvas-nav .nav-back a {
    background: rgba(0,0,0,0);
    border-bottom: 1px solid rgba(255,255,255,0.11) !important;
    transition: background .1s ease;
	text-transform:uppercase;
}
body.theme-default .hc-offcanvas-nav a.nav-next {
    border-left: 1px solid rgba(255,255,255,0.11) !important;
    border-bottom: 1px solid rgba(255,255,255,0.11) !important;
}
.nav-item.email i{font-size:22px;}
header .toggle span, header .toggle span::before, header .toggle span::after {
    background: #ffffff !important;
}
body.theme-default .hc-offcanvas-nav .nav-content>h2, body.theme-default .hc-offcanvas-nav .nav-content>h3, body.theme-default .hc-offcanvas-nav .nav-content>h4, body.theme-default .hc-offcanvas-nav .nav-content>h5, body.theme-default .hc-offcanvas-nav .nav-content>h6 {
    font-size: 32px;
    font-weight: normal;
    padding: 26px 17px;
    color: #c09443;
}
.hc-offcanvas-nav {
    z-index: 999999 !important;
}
.hvrbox-text li{list-style:circle !important;}
.hvrbox-text ul{padding:0px 14px 0px 30px;}
.tooltip-inner{display:none;}
.search .dropdown-item li{
	padding:4px 0px;
	border-bottom:1px dotted rgba(0,0,0,0.11);
}
.search .dropdown-item{font-size:14px;}
.modal {
    z-index: 99999;
}
.form-group .iti {
    position: relative;
    display: block;
}
.btn-sdbar a {
    transform: rotate(-90deg);
    display: block;
    width: 150px;
    height: 39px;
    background:#000;
    color: #c09443;
    text-align: center;
    text-transform: uppercase;
    padding: 8px;
    position: absolute;
    right: -56px;
    left:auto;
    border-radius:14px 14px 0px 0px;
}
.btn-sdbar a:hover{
	background:#c09443;
	color:#000;
    border: 0px solid #000;
}
.modal-header {
    background: transparent !important;
    color: #fff;	
	align-items:center ;
}
@media (max-width:1366px){
	.modal-dialog {
		margin-top:145px;
	}
}
@media (min-width:1367px){
	.modal-dialog {
		margin-top:200px;
	}
}
#staticBackdropContactUs button {
    background: #000;
    border: 0;
    padding: 8px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
    font-size: 14px;
}
#staticBackdropContactUs button:hover {
    background: #fff;
	color: #000;
}
.home-search .dropdown-menu.show{width:max-content;}
main h4{
	text-transform:none !important;
}
.btn {
    color:#808080;
}
.form-control {
    color: #808080;
}
#filter-records .btn.menubtn{
	color:#fff !important;
	display: block;
	margin-top:11px;
}
#filter-records p.container{
	border:1px solid #808080;
	padding:9px;
	border-radius:4px;
	margin:8px !important;
}

h3.ahthree::after{
	content:'';
	display:block;
	width:90px;
	height:2px;
	background:#c09443;
	margin-top:10px;
	margin-bottom:8px;
	border-radius:18px;
}
#home .communities{
	text-align:center !important;
}





/* 
---------------------------------------------
Services_Seaction
--------------------------------------------- 
*/
#slider{
	margin-top:80px;
}

#slider3 .owl-item img {
    display: block;
    width: auto;
    margin: auto;
}

.title_box h3 {
	font-size: 32px;
	color: #fff;
	letter-spacing: 0.5px;
	float: left;
}
.title_border {
	border-bottom: 1px solid #dbb763;
	width: 100px;
	float: left;
	margin-left: 2%;
	margin-top: 2%;
}
.title_box {
	margin-bottom: 30px;
	overflow: hidden;
}
.services_con h3 {
	font-size: 17px !important;
	color: #fff;
	letter-spacing: 1px;
}
.services_con p {
	font-size: 15px;
	color: #fff;
	margin-top: 15px;
	letter-spacing: 1px;
	line-height: 1.5;
	margin-bottom: 0px;
}
.services_img {
	float: left;
	margin-right: 20px;
}
.services_con {
	overflow: hidden;
}
.services_box {
	margin-bottom: 40px;
}
#featuredProperties {
	background: transparent;
}
#featuredProperties .col-md-4{
	position: relative;
    width: 100%;	
	nav-level-spacing:0px;
	padding:0px;
	
}
#featuredProperties .col-md-4 h4{
    padding:0px;
    margin:0px;
}
#featuredProperties .cmmt-box1 {
    border: 0px solid #d0d0d0;
    margin-bottom: 24px;
    margin-top: 4px;
}

#featuredProperties .inventory-box h4{margin:0px !important;}
#featuredProperties .inventory-box h4 a{	
	display: block;
	background:transparent;
	font-weight: 700;
	font-size: 28px;
    position: inline;
    color: #fff;
    padding:130px 25px;
	text-align: center;
    text-transform: uppercase; 
	position:relative;
	z-index:99;
	background:rgba(0,0,0,0.4);
}
#featuredProperties .col-md-6{
	padding:0px;
}
#featuredProperties .inventory-box h4 a:hover{
    background:rgba(0,0,0,0.1);
}
.inventory-box-content{
	background:#333;
	text-align:left;
	padding:40px !important;
}
.inventory-box-content a{
	text-align:center;
	margin-left:0 !important;
}
#meetOurTeam .slide {
	padding-left:5px !important;
	padding-right:5px !important;
	padding-bottom:5px !important;
	padding-top:5px !important;
}
#meetOurTeam{
	padding-bottom:0px !important;
}
#myblogs .col-lg-4{
	padding-left:10px !important;
	padding-right:10px !important;
	padding-bottom:10px !important;
	padding-top:10px !important;
}

.hvrbox .hvrbox-layer_top{
	background:rgba(0,20,70,0.8) !important;	
}
#offplanProjects .cmmt-box1 .hvrbox-text h3:hover, offplanProjects .cmmt-box1 .hvrbox-text p:hover, #meetOurTeam .cmmt-box1 .hvrbox-text h3:hover, #meetOurTeam .cmmt-box1 .hvrbox-text p:hover{
	color:#fff !important;
}
#offplanProjects .cmmt-box1 h3, #offplanProjects .cmmt-box1 p, #meetOurTeam .cmmt-box1 h3, #meetOurTeam .cmmt-box1 p{
	text-align: center;
	color:#fff !important;
}
#offplanProjects .col-md-4{
	position: relative;
	padding-left:10px !important;
	padding-right:10px !important;
	padding-bottom:6px !important;
	padding-top:6px !important;
	width:100% !important;
    font: normal normal 700 1.2em/4em Playfair Display;
    overflow: hidden; 

}
#offplanProjects .readMore span {
        color: #fff;
        text-decoration: none;
        text-align: center;
		padding:75px;
        display: block;
        }        
#offplanProjects .readMore, .span-animation {
        transition: 0.3s;   
        }     
#offplanProjects .readMore:hover .span-animation{
        margin-top: -10em;
		color:transparent;
        }


#myblogs .section-title p{
	color: #000;
}

#featuredProperties {
    padding-bottom: 0px;
}

#myblogs{
	padding-top:0px;
}
#search h4{
	text-align: center;
	font-size: 24px !important;
	color:#fff;
}
/* Hero Section */ 


@media screen and (min-width:768px)
{
      #hero .caption h1 {
            font-size:1.3rem;
      }

      #hero .caption p {
            font-size:0.8rem;
      }
}

@media screen and (min-width:992px)
{
      #hero .caption h1 {
            font-size:1.8rem;
      }

      #hero .caption p {
            font-size:1.3rem;
      }
}

@media screen and (min-width:1200px)
{
      #hero .caption h1 {
            font-size:3rem;
      }

      #hero .caption p {
            font-size:2.0rem;
      }
}
/* End Hero Section*/
/*---------------------------------------------
Call_To_Action_Seaction
--------------------------------------------- 
*/
.call_to_action {	
	background:#2a2a2a;
	overflow: hidden;
	padding-top: 35px;
	padding-bottom: 35px;
	position:relative;
}
.blog_box img{
    width:100%;
}
.home-search .col-md-5 {
    padding: 0px;
    margin: 0px 4px;
}
.call_to_action .row::before{
    content: "";
    -webkit-transform: skewX( -35deg);
    -ms-transform: skewX(-35deg);
    -o-transform: skewX(-35deg);
    -moz-transform: skewX(-35deg);
    transform: skewX(-15deg);
    background: #000;
    width: 60%;
    height: 279px;
    display: block;
    position: absolute;
    z-index: auto;
    margin-top: -183px;
    margin-left: 140px;
}
.services{
    padding-bottom:59px;
}

@media screen and (max-width: 768px) {
	.call_to_action {	
		background: rgb(17, 17, 17) !important;
	}
	.call_con span{		
		color: #fff!important;		
		float: left!important;
		text-align:left;
		margin:auto!important;
		padding-bottom:30px;
	}
	.call_btn {
		text-align:center;
		margin:auto!important;		
		float: left!important;
	}	
	#Home #hero video{
		height:330px !important;
	}
}


.call_btn {
	float: right;
	margin-top: 10px;
}
.call_to_action_btn {
	background-color: #000;
	font-size: 20px;
	color: #c09443;	
	border: 1px solid #c09443;
	border-radius:5px;
	padding: 10px 30px;
	transition: all ease 0.5s 0s;
	box-shadow: 0px 15px 15px 0px rgba(3, 3, 31, 0.15);
}
.call_to_action_btn:hover {
	text-decoration: none;
	box-shadow: none;
	color: #000;
	border: 0px solid #c09443;
	transition: all ease 0.5s 0s;
	background:#c09443;
}
.address_box{
    text-align:center;
}
.footer_newsletter{
    display:block;
    text-align:center;
    margin-bottom:18px;
    min-height:85px;
}
.footer_newsletter input {
    width: 100% !important;
    border-radius:40px;
    background:#323232 !important;
}
.newsletter_btn{
    border-radius:40px;
    position:absolute;
    right:22px;
    top:5px;
}
.above-ftr .padd-top{
	padding-top:30px;
}
#footer-social a{display:block;
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    border:1px solid #c09443;
    color:#fff !important;
}
.footer_bottom p{
    padding:18px 0px;
}
.footer_bottom{
    clear:both;
}
#footer-social{
    width:max-content;
    margin:auto;
}
#footer-social a:hover{display:block;
    border:1px solid #c09443;
    background:#c09443;
}
#footer-social li {
    display: block;
    margin: 2px;
    padding: 0 !important;
    float: left;
}
/* 
---------------------------------------------
Blog_Seaction
--------------------------------------------- 
*/
.blog {
    margin-top: 50px;
    margin-bottom: 10px;
}
.blog .title_box {
    margin-bottom: 40px;
}
.blog .title_box h2 {
	color: #03031f;
}
.blog_box {
	box-shadow: 0px 0px 5px 0px rgba(3, 3, 31, 0.15);
	padding: 30px;
	overflow: hidden;
	transition: all ease 0.5s 0s;
	background-color: #fff;
}

.blog_btn {
	font-size: 14px;
	color: #dbb763;
	font-weight: 500;
	transition: all ease 0.5s 0s;
	text-transform: uppercase;
}
.blog_btn:hover {
	text-decoration: none;
	color: #dbb763;
	opacity: 0.6;
	transition: all ease 0.5s 0s;
}
.blog_btn img {
	width: 18px;
	margin-left: 5px;
	margin-top: -1px;
}
.read_more_blog {
	float: right;
}
.blog_box:hover {
	box-shadow: 0px 5px 20px 0px rgba(3, 3, 31, 0.15);
	transition: all ease 0.5s 0s;
}

#aboutInner-banner{
	background:url('../images/webBanner1.jpg');	
	padding: 350px 0px 300px 0px;
	background-size:cover !important;
	background-position:50% 50% !important;
	overflow:hidden;
	position:relative;
	
}
#aboutus #aboutInner-banner{
	background:url('../img/Luxury Concierge-About us-Banner-1920x680.jpg');
}
#services-page #aboutInner-banner{
	background:url('../img/Luxury Concierge-Services-Banner-1920x680.jpg');
}
#lease-services #aboutInner-banner{
	background:url('../img/Luxury Concierge-Lease-Banner-1920x680.jpg');
}
#buy-sell-services #aboutInner-banner{
	background:url('../img/Luxury Concierge-Buy-Sell-Banner-1920x680.jpg');
}
#off-plan-page #aboutInner-banner{
	background:url('../img/Luxury-Concierge-Offplan-Projects-Banner.jpg');
}
#our-listings-page #aboutInner-banner{
	background:url('../img/LC-Properties-Banner-1920x680.jpg');
}
#agent-page #aboutInner-banner{
	background:url('../img/LC_Agents-Banner-1920x680.jpg');
}
#Exclusive-Inventory-page #aboutInner-banner{
	background:url('../img/LC_Exclusive Inventory-Banner-1920x680.jpg');
}

#bliss-offplan #aboutInner-banner{
	background:url('../img/off-plan/LC-Offplan-Banner-Bliss.jpg');
}
#Caya-offplan #aboutInner-banner{
	background:url('../img/off-plan/LC-Offplan-Banner-Caya.jpg');
}
#golf-place-offplan #aboutInner-banner{
	background:url('../img/off-plan/LC-Offplan-Banner-Golf-Place-II.jpg');
}
#Greenwoods-Villas-offplan #aboutInner-banner{
	background:url('../img/off-plan/LC-Offplan-Banner-Greenwood-Villas.jpg');
}
#palace-residences-offplan #aboutInner-banner{
	background:url('../img/off-plan/LC-Offplan-Banner-Palace-Residences.jpg');
}
#sobha-waves-offplan #aboutInner-banner{
	background:url('../img/off-plan/LC-Offplan-Banner-Sobha-Waves.jpg');
}
#bel-air-offplan #aboutInner-banner{
	background:url('../img/off-plan/LC-Offplan-Banner-Bel-Air-the-Trump-Estate.jpg');
}
#silver-springs-offplan #aboutInner-banner{
	background:url('../img/off-plan/LC-Offplan-Banner-Silver-Springs.jpg');
}
#vida-residences-offplan #aboutInner-banner{
	background:url('../img/off-plan/LC-Offplan-Banner-Vida-Residences.jpg');
}
#bellavista-offplan #aboutInner-banner{
	background:url('../img/off-plan/LC-Offplan-Banner-Bella-Vista.jpg');
}
#blog-page #aboutInner-banner{
	background:url('../img/LC-Blog-Banner.jpg');
}
#designer-residences-page #aboutInner-banner{
	background:url('../img/LC-Designer-Residences-Banner.jpg');
}
#ready-to-move-page #aboutInner-banner{
	background:url('../img/LC-Ready-to-Move-Banner.jpg');
}
#blog1-page #aboutInner-banner{
	background:url('../img/blogs/LC-Blog1-Benefits-of-Hiring-Banner.jpg');
}
#blog2-page #aboutInner-banner{
	background:url('../img/blogs/LC-Blog2-Investing-Post-Covid-Banner.jpg');
}
#blog3-page #aboutInner-banner{
	background:url('../img/blogs/LC-Blog3-Should-you-buy-Banner.jpg');
}

.sidebar-right li.active a{
	background:#dbb763;
	color:#000 !important;
}
.sidebar-right li a:hover{
	background:#dbb763;
	color:#000 !important;
}
.sidebar-right li.active a small{
	color:#000;
}

.sub-blog-page #blogs-sub-inner-content p{
	text-align:justify;
}
.hvrbox-text h3{
	color:#fff !important;
}


.address_box i{
    font-size:40px;
	margin:auto;
	
}
.ourCoreValues .container{
	position:relative;
	z-index:99;
}
#hexagon {
  padding:20px 0px 0px 0;
  color:#000;
  text-align:center;
 background: url(../img/trns-pic1.png);
    display: block;
    height: 280px;
    width: 280px;
    background-size: cover !important;
    background-position: 50% 50% !important;
    padding: 90px 60px 10px 60px;
  
}
.ourCoreValues li{
	float:left;
	list-style:none;
}
.ourCoreValues ul{
    margin-left: 70px;
}
.hexa2{
    margin-left: -24%;
    margin-top: -122px;
}
.hexa3{
    margin-left: -347px;
    margin-top: 124px;
}
.hexa4{
    margin-left: -132px;
}
.hexa5{
    margin-top: -123px;
    margin-left: -65px;
}
#hexagon h5{
	font-size:18px;
	margin-bottom:10px;
}
#hexagon p{
	font-size:13px;
	line-height:18px;
}
.hexagon2 {
  color:#fff !important;
   background: url(../img/trns-pic2.png) !important;
}
.hexagon2::before {
	 /*border-bottom: 50.8675px solid rgb(17,17,17) !important;*/
}
.hexagon2::after {
	 /*border-top: 50.8675px solid rgb(17,17,17) !important;*/
}

#header {
    transition: all 0.5s;
    z-index: 9999;
    padding: 10px 0;
    top: 0px;
	background:#1F2935;
}
.container-fluid{
	padding:0px 50px;
}
.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.11);
    display: block;
}
.inner_services_con {
    float: left;
}
.services_img {
    float: left;
    margin-right: 20px;
    padding-top: 12px;
}
.blog_box h2 {
    font-size: 18px;
    color: #03031f;
    letter-spacing: 0.5px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.blog_box h4 {
    font-size: 14px;
    color: #dbb763;
    text-transform: uppercase;
}
.blog_box h2 {
    font-size: 17px;
    color: #03031f;
    letter-spacing: 0.83px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.read_more_blog {
    float: left;
}
.blog_btn {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    transition: all ease 0.5s 0s;
    text-transform: uppercase;
    padding: 10px 20px;
    display: block;
    background: #dbb763;
}	
.blog_btn:hover{
    background: #000;
}
.section-title h2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    display: block;
    font-weight: 400;
	color:#666;
}
#Home .communities h4 {
    color: #808080 !important;
    font-size: 22px;
    font-weight: 500;
    margin-top: 10px;
    text-transform: uppercase;
    margin: 0px;
    padding: 9px 20px 9px 20px;
    letter-spacing: 0px;
    display:block;
    text-align:center;
	background:#000;
}

.abv-ftr img{
width:100%;
margin-bottom:-35px
}
.footer_newsletter input:focus-visible{
outline:0;
}
#meetOurTeam{
    padding-bottom:78px !important;
}
.hvrbox{display:block;}
#meetOurTeam .hvrbox-text h3{
    font-size:22px !important;
}
#nextprevMeet .prev-arrow {
    left: 50%;
    right: 0;
    margin-right: 0px;
    margin-left:-46px;
}
#nextprevMeet .slide-arrow {
    position: absolute;
    top: 100%;
    margin-top: 20px;
    text-align: center;
}
#nextprevMeet .next-arrow {
    right: 50%;
    margin-right:-46px;
}
.hvrbox-text .act-btn{
	margin-top:15px !important;
}
#offplanProjects .hvrbox::before {
    content: '';
    display: block;
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
#about #myBtn, #offplanProjects #myBtn {
    display: block;
    padding: 13px 10px;
    border: 1px solid #c09443;
    color: #c09443;
	background:#000;
    border-radius: 3px;
    width: 170px;
    text-align: center;
    margin: auto;
	border-radius:30px;
	margin-top:16px;
}

@media (max-width:980px){
    .call_con span{
        font-size:16px;
        line-height:26px;
    }
    .call_to_action .row::before {
    width: 90%;
    margin-top: -103px;
    margin-left: 40px;
}
.call_to_action .offset-2 {
    margin-left: 0%;
}
.call_con span{
    text-align:center !important;
    width:100%;
}
.call_btn{
    float:none !important;
    margin:auto;
    text-align:center;
}
#hero .caption h1 {
    display:block;
    width: 100%;
    color: #fff;
    font-size: 33px !important;
    line-height: 44px;
    padding-top:80px;
	font-style:italic;
}
#hero .caption p {
    float: left;
    width: 100%;
    font-size: 14px !important;
    line-height: 20px !important;
	padding-top:0px !important;
}
#search{
    text-align:center;
    z-index:999;
}
.home-search .col-md-1{
    width:48.79% !important;
}
}
.mobile-header-top img {
    width: 90px;
    position: relative;
    z-index: 999;
}
footer p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom:0px !important;
margin-top:0px !important;
}
.adress_box h4{
    font-size:28px !important;
    margin-top:0px !important;
	margin-bottom:18px !important;
}

footer .above-ftr{
	background:#1F2935;
	padding: 34px 0px !important;
	background-attachment: fixed;
}
footer .below-ftr{
	background:#171f29;
	padding: 11px 0px !important;
	background-attachment: fixed;
	text-align: center;
	color:#fff;
	font-size:11px;
}
footer .below-ftr p{
	font-size:11px !important;
}
.footer_newsletter input {
    height: 55px;
    background-color: #262438;
    border: none;
    width: 75%;
    padding-left: 20px;
    color: #fff;
    box-shadow: 0px 15px 15px 0px rgb(3 3 31 / 15%);
    float: left;
    margin-bottom:30px;
	
}
.footer_newsletter input::placeholder {
 color:#ffffff;
}
.newsletter_btn {
    color: #fff;
    text-transform: uppercase;
    background-color: transparent;
    border: 0px solid #fff;
    padding: 10px 20px;
    float: left;
    background: #dbb763;
}
.newsletter_btn:hover {
	background-color: #fff;
	color: #dbb763;
	transition: all ease 0.5s 0s;
}
#footer-social {
	text-align: center;
	list-style: none;
	padding: 0;
}
#footer-social li {
	display: inline;
	margin: 2px;
}
#footer-social a {
	text-decoration: none;
	font-weight: bold;
	color: rgba(253, 253, 253, 0.3);
	font-variant: small-caps;
	font-size: 20px;
	transition: all ease 0.5s 0s;
}
#footer-social a:hover {
	color: #dbb763;
	transition: all ease 0.5s 0s;
}
.footer_logo {
	float: right;
	margin-top: -20px;
}
.quick_link {
	width: 26%;
	float: left;
	margin-right: 22px;
}
.footer_title_box h3 {
	font-size: 20px;
	color: #dbb763;
	letter-spacing: 0.5px;
}
.footer_link_box {
	margin-top: 40px;
	width: 100%;
}
.footer_border {
    border-bottom: 1px solid rgba(253, 253, 253, 0.5);
    width: 50px;
    margin-top: 7px;
}
.quick_links ul {
	padding: 0;
}
.quick_links ul li {
	width: 50%;
	float: left;
	list-style: none;
}
.quick_links ul li a {
	color: rgba(253, 253, 253, 0.8);
	font-size: 15px;
	letter-spacing: 0.5px;
	list-style: none;
	line-height: 30px;
	font-weight: 500;
	transition: all ease 0.5s 0s;
}
.quick_links ul li a:hover {
	text-decoration: none;
	color: #dbb763;
	transition: all ease 0.5s 0s;
}
.quick_links ul li::before {
	display: inline-block;
	content: '';
	height: 5px;
	width: 5px;
	margin: 1px 15px 2px 0px;
	background-color: #dbb763;
}
.information_link {
	width: 15%;
	float: left;
	margin-right: 50px;
}
.information_link .quick_links ul li {
	width: 100%;
}
.contact_detail_box {
	width: 23%;
	float: left;
	margin-right: 50px;
}
.adress_box p {
    font-size: 15px;
    color: rgba(253, 253, 253, 0.8);
    margin-top: 8px;
}
.adress_box p a {
	font-size: 15px;
	color: rgba(253, 253, 253, 0.8);
}
.adress_box p a:hover {
	text-decoration: none;
	color: #dbb763;
	transition: all ease 0.5s 0s;
}
.icon_box {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
.adress_box {
	overflow: hidden;
}
.tweets_box {
	width: 25%;
	float: left;
}
.twitter_icon_con p {
	font-size: 15px;
	color: rgba(253, 253, 253, 0.8);
	font-weight: 500;
}
.twitter_icon_con p a {
	font-size: 15px;
	color: #dbb763;
}
.twitter_icon_con {
	overflow: hidden;
}
.twitter_icon {
	float: left;
	margin-right: 15px;
}
.footer_title_box {
	margin-bottom: 20px;
}
.footer_bottom {
    margin-top: 50px;
    border-top: 1px solid #1e1d22;
    overflow: hidden;
}
.footer_bottom p {
	color: #fff;
	letter-spacing: 0.5px;
	font-size: 15px;
	color: rgba(253, 253, 253, 0.8);
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
}
.footer_bottom p a {
	color: #dbb763;
}
.top-footer{
	text-align:center;
	background:#111;
}
.top-footer .container{
	padding:20px 0px 30px 0px;
	border-top:0px solid #e8e8e8;
}
.call_btn1 a{
	display:block;
	padding:11px 20px;
	font-size:16px;
	background:#000;
	border:1px solid #c09443;
	width:150px;
	margin:auto;
	border-radius:40px;
	margin-top:13px;
}
.call_btn1 a:hover{
	background: #c09443;
	color:#000 !important;
}
.ourCoreValues{
    background: url(../images/webBanner1.jpg);
    padding: 47px 0px 190px 0px;
	overflow:hidden;
	position:relative;
}
.ourCoreValues h2{
	padding-bottom:29px;
}
.abt-cnnt{
	padding-top:0px !important;
}
.ourCoreValues:before{
	content:'';
	display:block;
	position:absolute;
	background:rgba(0,0,0,0.80);
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.ourCoreValues h2{
	margin-bottom:140px;
	display:block;
}
.hexa5{
    font-size: 22px;
    line-height: 29px;
    padding-top: 110px !important;
	text-transform:uppercase;
}
.services-box img{
	width:100%;
}
.services-box{
	border:0px solid #000;
	background:#000;
	padding-bottom: 4px;
}
.services-box h3{
	padding:5px 20px;
	margin-top:6px;
	color:#666;
}
.services-box p{
	padding:5px 20px;
}
.services-box a{
	display:block;
	background:#000;
	padding:11px 20px;
	width:140px;
	border-radius:30px;
	margin-bottom:20px;
	text-align:center;
	margin-left:20px;
	border:2px solid #c09443;
}
.services-box a:hover{
	background:#c09443;
	color:#000 !important;
}
#Services-sub{
	margin-bottom:20px;
}
.img-responsive{width:100%}
.page-top{
	padding-top:45px;
	padding-bottom:4px;
}
#Services-sub-inner h3{
	padding-bottom:10px;
}
.services-box-content h3{
	font-size:20px;
}
.check-boxes li {
    list-style: none;
    padding-left: 0px;
    color: #808080;
    padding: 8px 0px;
    padding-left: 40px;
}
.check-boxes li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #c09443;
    display: block;
    float: left;
    margin-right: 0px;
    min-height: 40px;
    margin-left: -40px;
}
.top-footer h3{
	padding-top: 10px !important;
    padding-bottom:10px;
    display: block;
    font-size:32px;
	font-weight:400;
		color:#666;
}
#Home .top-footer{
	display:none;
}
#contact-us-page .top-footer{
	display:none;
}
.sub-banner-txt{
	text-align:center;
	color:#fff;
	padding-top:10px;
	font-size:17px;
}
.form-horizontal label{
	font-size:16px;
}
.adrrs-box{
	background:#f8f8f8;
	padding:79px 29px !important;
}
.adrrs-box a{color:#c09443;}
.adress_box1 li{
	clear:both;
}
.adress_box1 h4{
	font-size:27px;
	color:#666;
	margin-bottom:19px;
	margin-top:0px !important;
}
.address-fm{
    border: 1px solid #f8f8f8;
    padding: 25px !important;
}
.address-fm .btn{
	display:block;
	width:120px;
	padding:10px 20px;
	font-size:18px;
	color:#fff;
	background:#c09443;
	border-radius:30px;
	margin:auto;
}
.adress_box1 i{
	float:left;
	width:45px;
	height:45px;
	line-height:45px;
	text-align:center;
	background:#c09443;
	color:#000;
	margin-bottom:8px;
	border-radius:40px;
	margin-right:10px;
}
.adress_box1 span{width:80%;}
.ourVision-msn{
	padding:50px 0px;
	text-align:center;
}
.ourVision-msn img{
    margin: auto;
    display: block;
	/*border:1px solid #c09443;
	border-radius:50%;
	padding:10px;
	width:120px;*/
}
@media (max-width:1280px){
	.ourCoreValues ul {
    margin-left: 0px !important;
}
}
@media (max-width:780px){
	#hexagon {
    color: #000;
    text-align: center;
    background: url(../img/trns-pic1.png);
    display: block;
    height: 242px;
    width: 242px;
    background-size: cover !important;
    background-position: 50% 50% !important;
    padding: 60px 60px 10px 60px;
}
#type-sizes-sec li{
	width:48% !important;
	margin: 3px !important;
}
#hexagon h5 {
    font-size: 16px;
    margin-bottom: 10px;
}
.hexa2 {
    margin-left: 75%;
    margin-top: -352px;
}
.hexa3 {
    margin-left: 183px;
    margin-top: -136px;
}
.hexa4 {
    margin-left: 0;
    margin-top: -139px;
}
.hexa5 {
    margin-top: -31px;
    margin-left: -56px;
}

.hexa5 {
    font-size: 22px;
    line-height: 29px;
    padding-top: 80px !important;
    text-transform: uppercase;
}
#aboutInner-banner {
    padding: 140px 0px 30px 0px;
}
.VideoHD #aboutInner-banner {
    padding: 130px 0px 40px 0px;
}
}
.paddb20{
	padding-bottom:20px;
}
.paddb40{
	padding-bottom:40px;
}
.padd30{
	padding:30px 0px;
}
#hm-sign-up hr {
    margin: 10px 0 !important;
    background-image: -webkit-linear-gradient(left,transparent,rgba(255,255,255,.3),transparent) !important;
    background-image: linear-gradient(left,transparent,rgba(255,255,255,.3),transparent) !important;
    border: 0;
    height: 1px;
}
hr {
    margin: 10px 0 !important;
    background-image: -webkit-linear-gradient(left,transparent,rgba(0,0,0,.2),transparent);
    background-image: linear-gradient(left,transparent,rgba(0,0,0,.2),transparent);
    border: 0;
    height: 1px;
}
.top-footer{
	margin-top:20px;
}
#aboutuscontent hr {
    margin: 10px 0 !important;
}
#featuredProperties h2{
	text-transform:uppercase;
}

.content-bxs .flat-dtls li.bed::before {
    color: #c09443;
}
.content-bxs .flat-dtls li.cost-aed::before{
	color: #c09443;
}
.content-bxs .flat-dtls {
	margin:0px;
}
.cmmt-box1 {
    border: 0px solid #e8e8e8;
}
.cmmt-box1 img{
	width:100%;
}
.content-bxs p{
	padding:9px 0px 0px 0px;
	margin:0px;
	font-weight: 400;
	font-size:12px;
}
.box-ngh p{
	padding:2px 0px;
	margin:0px;
	font-weight: 400;
}
.box-ngh a{
	color:#A4A4A4;
	padding:0px 0px;
}
.box-ngh a:hover{
	color: #c09443;
	font-weight: bold;
}
.box-ngh h3{
	padding:0px 0px;
	font-weight:400 !important;
}
.paddtp30{
	padding-top:40px;
}
#services-page .top-footer {
    margin-top: 40px;
}
#offplanProjects .act-btn{
	padding:9px 16px;
	background:#000;
	border:1px solid #c09443;
	width:180px;
	border-radius:30px;
	color:#fff !important;
	font-size:14px;
}
#offplanProjects .act-btn:hover{
	background:#c09443;
	color:#000;
}
.whyus{
	margin-top:-173px;
}
.whyus .why-left{
	padding:48px !important;
}
.whyus .row{
	background:#000;
	z-index:99;
	position:relative;
	margin:0px;
}
.why-right{
	padding:0px;
}
.why-left .call_btn1 a{
	display:block;
	margin-top:40px;
	width:160px;
	text-align:center;
	margin-left:0;
}

.abt-cnnt .why-left{
	padding:29px 23px 20px 23px !important;
}
.abt-cnnt .why-left p{
	line-height:19px;
	margin-bottom:10px;
}
.abt-cnnt .row{
	background:#000;
	z-index:99;
	position:relative;
	margin:0px;
}

#carousel-thumbs{
	margin-top:-69px !important;
	background: transparent !important;
}
#carousel-thumbs .selected img {
    border-color: transparent;
}
.google-mps{
	margin-bottom:-30px;
	padding:0px;
}
#offplan-properties li {
    clear: both;
    font-weight: 300;
}

#offplan-properties li {
    list-style: circle;
}
#offplan-properties li {
    padding: 2px 0px;
    border-bottom: 1px dotted #111;
}
#offplan-properties ul{
	padding-left:15px;
}
#offplan-properties h2{
	text-transform:uppercase;
	margin-bottom:19px;
}
.offplan-sub hr {
    margin: 20px 0 !important;
}
#aminities-sec{
	text-align:center;
}
#Home .section-title h2{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    display: block;
    font-weight: bold;
    text-transform: uppercase !important;
    background: #eec65f;
    background: -moz-linear-gradient(-45deg,rgba(238,198,95,1) 0%,rgba(167,111,42,1) 12%,rgba(226,184,85,1) 26%,rgba(249,242,183,1) 43%,rgba(226,184,85,1) 61%,rgba(143,94,33,1) 80%,rgba(226,184,85,1) 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,rgba(238,198,95,1)),color-stop(12%,rgba(167,111,42,1)),color-stop(26%,rgba(226,184,85,1)),color-stop(43%,rgba(249,242,183,1)),color-stop(61%,rgba(226,184,85,1)),color-stop(80%,rgba(143,94,33,1)),color-stop(100%,rgba(226,184,85,1)));
    background: -webkit-linear-gradient( 
135deg
 ,rgb(194 160 72) 0%,rgba(167,111,42,1) 12%,rgba(226,184,85,1) 26%,rgb(120 120 120) 43%,rgb(163 115 0) 61%,rgba(143,94,33,1) 80%,rgb(124 92 18) 100%);
    background: -o-linear-gradient(-45deg,rgba(238,198,95,1) 0%,rgba(167,111,42,1) 12%,rgba(226,184,85,1) 26%,rgba(249,242,183,1) 43%,rgba(226,184,85,1) 61%,rgba(143,94,33,1) 80%,rgba(226,184,85,1) 100%);
    background: -ms-linear-gradient(-45deg,rgba(238,198,95,1) 0%,rgba(167,111,42,1) 12%,rgba(226,184,85,1) 26%,rgba(249,242,183,1) 43%,rgba(226,184,85,1) 61%,rgba(143,94,33,1) 80%,rgba(226,184,85,1) 100%);
    background: linear-gradient( 
135deg
 ,rgb(194 160 72) 0%,rgba(167,111,42,1) 12%,rgba(226,184,85,1) 26%,rgb(120 120 120) 43%,rgb(163 115 0) 61%,rgba(143,94,33,1) 80%,rgb(124 92 18) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eec65f',endColorstr='#e2b855',GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'initial';
}
#Home #offplanProjects h2{
	-webkit-text-fill-color:#666 !important;
}
#Home #meetOurTeam h2{
	-webkit-text-fill-color:#666 !important;
}
#Home .blog h2{
	-webkit-text-fill-color:#666 !important;
}
nav.nav-menu li a:hover{
	color:#c09443 !important;
}
#Home nav.nav-menu .home-menu a{
	color:#c09443 !important;
	font-weight: bold;
}
#about nav.nav-menu .about-us a{
	color:#c09443 !important;
	font-weight:bold !important;
}

#contact-us nav.nav-menu .contact-menu a{
	color:#c09443 !important;
	font-weight:bold !important;
}

#buy-sell-services nav.nav-menu .services-menu a{
	color:#c09443 !important;
}
#lease-services nav.nav-menu li ul a:hover{
	color:#fff !important;
}
#buy-sell-services nav.nav-menu li ul a:hover{
	color:#fff !important;
}
#lease-services nav.nav-menu .lease-menu a{
	background:#c09443 !important;
	color:#fff !important;
}
#buy-sell-services nav.nav-menu .buy-sell-menu a{
	background:#c09443 !important;
	color:#fff !important;
}
.offplan-sub nav.nav-menu .offplan-menu a{
	color:#c09443 !important;
}
.sub-blog-page nav.nav-menu .blogs-menu a{
	color:#c09443 !important;
}
.about-sub nav.nav-menu .about-us a{
	color:#c09443 !important;
}
#about nav.nav-menu .about-us ul li a {
    color: #fff !important;
}
#our-staff-page nav.nav-menu .our-staff-menu a{
	background:#c09443 !important;
	color:#fff !important;
}
.nav-menu li a:hover{
	color:#c09443 !important;
}
.nav-menu li ul li a:hover{
	color:#fff !important;
}
#Exclusive-Inventory-page nav.nav-menu .Exclusive-Inventory-menu a {
    color: #c09443 !important;
}
#blog-page nav.nav-menu .blogs-menu a {
    color: #c09443 !important;
}
#our-listings-page nav.nav-menu .listing-menu a {
    color: #c09443 !important;
}
#agent-page nav.nav-menu .agents-menu a {
    color: #c09443 !important;
}
#sell nav.nav-menu .sell-menu a {
    color: #c09443 !important;
	font-weight:bold;
}
#buy nav.nav-menu .buy-menu a {
    color: #c09443 !important;
	font-weight:bold;
}
.buy-sub nav.nav-menu .buy-menu a {
    color: #c09443 !important;
	font-weight:bold;
}
#neighbourhoods nav.nav-menu .neighbourhoods-menu a {
    color: #c09443 !important;
	font-weight:bold;
}
#agents nav.nav-menu .agents-menu a {
    color: #c09443 !important;
	font-weight:bold;
}
.agents-sub nav.nav-menu .agents-menu a {
    color: #c09443 !important;
	font-weight:bold;
}
#aboutInner-banner::before{
	content:'';
	display:block;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.35);
	position:absolute;
	top:0;
	left:0;
}
#secheaddingstyle{
	position: relative;
    z-index: 99;
}
#Services-sub-inner1 {
    overflow: visible;
    position: relative;
    z-index: 99;
}
#Services-sub-inner{
	background: url(../images/webBanner1.jpg);
    padding: 290px 0px 290px 0px;
    overflow: visible;
    position: relative;
}
#Services-sub-inner:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(0,0,0,0.98);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.services-box-image{
    margin-bottom: -273px;
}
.paddt20{
	padding-top:20px;
}
.services-box-content img{
	width:70px;
	padding-top:10px;
}
#Services-sub-inner1 .why-left {
    padding: 28px !important;
}

#Services-sub-inner1 h3 {
    font-size: 20px;
}
#Services-sub-inner11{
	 overflow: visible;
    position: relative;
    z-index: 99;
}
#Services-sub-inner11 .services-box-image11{
    margin-top: -260px;
}
#Services-sub-inner2 .services-box-content{
	text-align:center;
}
#aminities-sec img{width:44px;}
.offplan-sub #aboutInner-banner h1 {
    text-transform: none;
}


.mn-head::after {
    content: '';
    display: block;
    width: 61px;
    height: 2px;
    background: #c09443;
    margin-top: 14px;
}
.mn-head-center{
	width:100%;
}
.mn-head-center::after {
    content: '';
    display: block;
    width: 61px;
    height: 2px;
    background: #c09443;
    margin-top: 14px !important;
	margin:auto;
}
#type-sizes-sec{
    background: rgb(17, 17, 17) !important;
    padding: 45px 0px;
}
.inner-properties-gallery{
	padding:0px;
}
#type-sizes-sec li {
    float: left;
    display: block;
    width: 32%;
    padding: 11px 10px;
        border: 1px solid rgba(212,180,83,0.4);
    text-align: center;
    margin: 6px;
    background: #000;
    cursor: pointer;
}
#offplan-properties{
	padding:45px 0px;
}
.paddr{
	padding-right:0px;
}
.paddl{
	padding-left:0px;
}
.our-awards{
	padding:45px 0px;
	background:#000;
}
#aboutus .top-footer {
    margin-top: 0;
}
.awd-img{
	text-align:center;
}
.awd-top {
    margin-bottom: -59px;
    display: block;
    font-size: 10px;
    padding-left: 14px;
    font-weight: bold;
    line-height: 14px;
}
.awd-bottom{
    margin-top: -20px;
    display: block;
    padding-left: 12px;
    font-weight: bold;
}
.awwd-box{
	padding:20px 0px;
}
.our-awards h1{
	margin-bottom:50px;
}
.wtp-bottom{
	position:fixed;
	bottom:20px;
	left:30px;
	z-index:99999;
}
.wtp-bottom ul{
	margin:0px;
	padding:0px;
}
.wtp-bottom li{
	list-style:none;
}
.wtp-bottom li a{
	display:block;
	width:58px;
	height:58px;
	line-height:58px;
	background: #25D366;
    color: #fff !important;
	border-radius:50%;
	text-align:center;
	font-size:22px;
	box-shadow: 1px 6px 24px 0 rgba(7,94,84,.24);
}
.wtp-bottom li a:hover{
	background:#16a94d;
}
.wtp-bottom li a i{
    line-height: 58px;
	font-size:32px;
}
a.myBtn{
	display:block;
	width:160px;
	padding:13px 20px;
	background:#000;
	border:1px solid #c09443;
	border-radius:7px;
	margin:auto;
	margin-top:19px;
	margin-bottom:14px;
	border-radius:30px;
}
a.myBtn:hover{
	background:#c09443;
	color:#fff;
	border:1px solid #c09443;
}
#featuredProperties .section-title{
	padding-bottom:18px;
}
#Exclusive-Inventory-page #featuredProperties{
	background:transparent;
	padding-bottom:20px;
}
#Exclusive-Inventory-page #featuredProperties .col-md-4{
	border:4px solid #fff;
}
#aminities-sec li{
	min-height:155px;
	text-transform:uppercase;
}
#agents-sec{
	text-align:center;
}
.hvrbox-text h3 strong{
	font-weight:400;
}
.hvrbox-text h3{
	display:block;
	text-align:center;
	font-weight:400;
	text-transform:uppercase;
	font-size:19px;
	line-height:20px;
	font-weight:500;
}
#agents-sec .cmmt-box1 h4{
	display:block;
	padding:11px 20px;
	text-align:center;
}
#agents-sec .cmmt-box1{
	margin:13px 0px;
	background:#000;
	border:0px;
}
#agents-sec .cmmt-box1 img{
	width:100%;
}
.hvrbox-text h5{
	display:block;
	text-align:center;
	color:#fff;
	font-size:14px;
}
#properties-sec .col-md-4 img{
	width:100%;
	height:250px;
}
.prpft-box{
	background: #111;
	margin:14px 0px;
}
.prpft-box h4{
	padding:8px 17px 3px 17px;
	font-size:17px;
	line-height:27px;
	/*text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;*/
}
.prpft-box .flat-dtls {
    background: #000000;
    margin: 0px;
    height: 40px;
	padding:2px 0px;
}
.prpft-box p {
    margin: 0px !important;
    padding: 5px 19px !important;
    color: #666 !important;
    display: block;
    line-height: 22px;
    text-align: left !important;
    font-weight: 200;
    margin-bottom: 7px !important;
    font-size: 14px;
}
#featuredProperties .col-md-6 {
    position: relative;
    width: 100%;
    nav-level-spacing: 0px;
    padding: 0px;
}
#header img{
	width:200px;
}
.blog-mn-box{
	padding:0px !important;
	margin-top:15px;
}
.blog_box_content{
	padding:20px;
}
.sidebar-right{
	background:#000;
}
.sidebar-right li a{
	display:block;
	padding:13px 20px;
	border-bottom:1px dashed #333;
	color:#7a7a7a;
}
.sidebar-right li a small{
	display:block;
	padding-top:8px;
	color:#7a7a7a;
	font-style:italic;
}
.sub-team-page #aboutInner-banner {
    background: #000;
    padding: 230px 0px 0px 0px;
    background-size: cover !important;
    background-position: 50% 50% !important;
    overflow: hidden;
    position: relative;
}
.sub-team-page{
	background:#000;
}
.sub-team-page #aboutInner-banner img{
	border-radius:40px;
	border:6px solid #dbb763;
	width:83%;
	margin-left:33px;
}
.team-top-head h2{
	font-size:69px;
	color:#dbb763;
}
.team-top-head h3{
	font-size:21px;
}
.team-top-head{
	padding-top:70px;
}
.team-top-bdy-content li{
	padding:4px 0px;
	border-bottom:1px solid #000;
}
.team-top-bdy-content span{
	color:#dbb763;
	width:11px;
	    font-weight: bold;
}
.brdr-bg{
	position:absolute;
	margin:auto;
	width:100%;
}
#team-inner-box1{
	overflow:visible;
	position:relative;
}
#team-inner-box1 .container{
	display:block;
	background:#111;
	border:6px solid #dbb763;
	margin-top:-130px;
	padding:120px 30px 30px 30px;
}
.team-top-bdy-content{
    padding: 20px;
    position: relative;
    z-index: 999;
}
.sub-blog-page #aboutInner-banner h1 {
    text-transform: none;

}

/*********VIDEO************************/
.video-back{display:block;padding:200px 0px 0px 0px;text-align:center;}
.video-back h1{display:block;text-align:center;color:#fff;text-shadow:2px 2px 4px #000;font-size:50px;}
.video-back p{display:block;color:#fff;text-shadow:2px 2px 1px #000;margin:0px;padding:0px;margin-bottom:20px;}
.video-back img{width:150px;}
.VideoHD #hero{
	height:auto;
	padding:0px !important;
	margin-bottom:10px;
	overflow:hidden;
}
@media (max-width:980px){
	#aboutInner-banner h1 {
    font-size: 28px;
}
.wrapper.cf {
    background:#1F2935;
    padding: 9px 20px;
    position: absolute;
    width: 100%;
}
}
@media screen and (max-width: 768px){
#hero .texture::before {

    height: 330px;
}
.VideoHD #hero .texture::before {

    height: 270px;
}
.text-right {
    display: block;
    text-align: center !important;
    height: 110px;
}
.awwd-box {
    text-align: center;
}
.awd-top {
    font-size: 8px;
    padding-left: 4px;
}
#home video{
	height:490px !important;
}
}
/**********************************Slider***************************************************/
/* jtaCarousel */

.jtaCarousel {
  position: relative;
  overflow: hidden;
  margin-left:-40px;
}

.banner-controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:999;
}

.banner-prev-position {
  left: 28px;
  padding-left: .75em;
}

.banner-next-position {
  right: 0px;
  padding-right: 0;
}

.banner-control-button {
  font-size: 2em;
  color: white;
  cursor: pointer;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
}

.banner-control-button:hover { opacity: 1; }

.banner {  
	width:100%;
	width: calc(100% * 9);
	 width: -webkit-calc(100% * 9);
	 width: -moz-calc(100% * 9);
	 height: 530px;
	 overflow:hidden;
}

.banner-item {
width:100%;
  float: left;
  width: calc(100% / 9);
  width: -webkit-calc(100% / 9);
  width: -moz-calc(100% / 9);
  list-style:none;
  left:0;
  
}

.banner-item > div {
  background-size: cover;
  background-position: 50% 50%;
  height: 530px;
  font-size: 2em;
  color: #fff;
  overflow:hidden;
  text-align:center;
}

.banner-location {
  display:none;
}

.banner-indicator {
  position: relative;
  top: 0;
  display: inline-block;
  width: .75em;
  height: .75em;
  border-radius: 100%;
  margin-left: 3px;
  background-color: rgba(255, 255, 255, 0.5);
}

.banner-indicator:first-child { margin-left: 0; }

.banner-indicator.selected {
  background-color: white;
  cursor: auto;
}
.slider header1{
position:relative;
	padding:180px 0px;
	width:100%;
	left:0px;
	background: rgba(0,0,0,0.5);
	min-height:530px;
	display:block;
}
.slider header1 a{
}

header1 h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 44px;
    margin-top: 0;
	letter-spacing: 3px;
}
header1 h3 {
    font-size: 21px;
    font-weight: 800;
    line-height: 27px;
    font-style: italic;
    letter-spacing: 2px;
	padding:0px 200px;
}
.banner-control-button{
    width: 40px;
    height: 40px;
    text-align: center;
	background:#c09443;
    line-height: 40px;
    display: block;
    font-size: 27px;
    color: #fff !important;
}
.banner-control-button:hover {
    background: #1F2935;
    color: #fff !important;
}
@media (max-width:900px){
header1 h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
    margin-top: 0;
	letter-spacing: 3px;
	padding:0px 40px;
}
header1 h3 {
    font-size: 16px;
    font-weight: 800;
    line-height: 25px;
    font-style: italic;
    letter-spacing: 2px;
	display:block;
	padding:0px 80px !important;
}
.slider header1{
position:relative;
	padding:120px 0px 140px 0px;
	width:100%;
	left:0px;
	background: rgba(0,0,0,0.5);
	min-height:530px;
	display:block;
}
.banner-prev-position {
  left: 49px;
  padding-left: .35em;
}

.banner-next-position {
  right: 0px;
  padding-right: .75em;
}
}
@media (max-width:600px){
.banner-item {
  float: left;
  width: calc(94% / 9);
  width: -webkit-calc(94% / 9);
  width: -moz-calc(94% / 9);
  list-style:none;
}
}
/************************************Slider-end***********************************************/

/*****************************Slider***************************************/
a.prev, a.next {position: absolute;top: 40%;z-index: 999;display: block;padding: 1% 1%;width: auto;height: auto;background: #2a2a2a;color: #fff;text-decoration: none;font-weight: 600;font-size: 18px;opacity: 0.8;cursor: pointer;}
a.prev:hover, a.next:hover {opacity: 1;-webkit-transition: all 0.2s ease;}
a.prev {border-radius: 0 2px 2px 0;}
a.next {right: 0;border-radius: 2px 0 0 2px;}
.slider-bbtns li{
	list-style:none; float:left;margin:3px;
}
.slider-bbtns{width:40%;margin:auto;}
.readmore-btn{
	display: block;
    padding: 8px 15px;
    width: 150px;
    text-align: center;
    background:#c09443 !important;
    border: 2px solid #c09443;
    color: #fff !important;
    font-size: 18px;
    border-radius: 3px;
    margin-top: 28px !important;
	margin-bottom: 10px !important;
    margin: auto;
	border-radius:20px;
}
.readmore-btn:hover {
    background:#1F2935 !important;
    color: #fff !important;
	border:2px solid #1F2935;
}

header h2{ text-transform:uppercase;font-weight: 900;
    font-size: 44px;
    margin-top: 0;}
/******************************Slider-end**************************************/

.header-scrolled{
	position:fixed;
	z-index:99999;
	width:100%;
}
#search-home{
	background:#f7f7f7;
	overflow:visible;
	padding-bottom:55px;
}
.search-box{
	background:#fff;
	padding:30px 60px;
	margin-top:-90px;
	position:relative;
	z-index:999;
}
.search-box h2 {
    text-align: center;
    display: block;
    padding-bottom: 14px;
    font-size: 23px;
    font-weight: 400 !important;
    text-transform: uppercase;
}
.btn-gold{
    background: #c09443;
    color: #fff;
}
#featured-listings h1{
	margin-bottom:12px;
	font-size: 23px;
    font-weight: 400 !important;
}
.box-listings h3{
	padding:1px 12px 1px 12px !important;
	font-weight: 400 !important;
	font-size:18px;
}
.box-listings p{
	padding:3px 12px 2px 12px;
}
.eclipse-slides{
	border:1px solid #ddd;
}
.box-listings p{
	padding-bottom:0px;
	margin-bottom:0px;
}
.ftr-cart{

	border-top:1px solid #ddd;
}
.ftr-cart li{
	float:left;
	padding:8px 10px;
	font-weight:400;
	width:auto !important;
	
}
.ftr-cart li.amt::before {
    content: '\f02c';
    display: block;
    font-size: 19px;
    color: #c09443;
    font-family: FontAwesome;
    float: left;
    margin-right: 14px;
}
.ftr-cart li.bed::before {
    content: '\f236';
    display: block;
    font-size: 19px;
    color: #c09443;
    font-family: FontAwesome;
    float: left;
    margin-right: 14px;
}

.lction{
	text-transform:uppercase;
}
.clearfix{
	clear:both;
}
#home-tabs{
	background:#f7f7f7;
}
.skltbs-theme-light .skltbs-panel {
    background-color: transparent;
    border: 0px solid #f6f6f8;
    padding: 14px 0px;
}
#your-nighorhood h2{
	margin-bottom:6px;
	font-weight:400 !important;
}
#your-nighorhood p{
	margin-bottom:6px;
}
.all-lstngs {
    margin: auto;
    width: max-content;
    text-align: center;
    display: block;
    padding: 33px 18px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
	color:#A4A4A4;
}
.all-lstngs i{
	padding-left: 15px;
}
#hm-sign-up h1{
	color:#fff;
	margin-top:44px;
}
#hm-sign-up label{
	color:#fff;
	font-size:13px;
}
#hm-sign-up p{
	font-size:16px;
	line-height:21px;
	color:#fff;
	padding:16px 0px 10px 0px;
	font-weight: 200 !important;
}
#hm-sign-up{
	background:#1F2935;
	padding:50px;
}
#your-nighorhood{
	padding:50px 0px 10px 0px;
}
#hm-sign-up{
	overflow: visible;
}
#hm-sign-up .mobile-image{
	text-align:right;
}
#hm-sign-up .mobile-image img{
	width:100%;
}
.skltbs-theme-light .skltbs-tab.skltbs-active{
	border-bottom:3px solid #c09443 !important;
	background:transparent;
	color:#c09443;
}
.mobile-image2 img{
	margin-top:0px;
	margin-bottom: -130px;
}
#featured-listings{
	padding-bottom:49px;
}
[data-filter] {
  display: inline-block;
  background: #04AA6D;
  color: white;
  border-radius: 5px;
  padding: 8px 16px;
  cursor: pointer;
  margin-bottom: 1rem;
}

[data-filter] + [data-filter] {
  margin-left: 5px;
}

[data-tags] {
  text-align: center;
  line-height: 100px;
  display:block;
  margin: 1rem 1rem 1rem 0;
  border-radius: 5px;
}
/* hover text on image*/
.hvrbox,
.hvrbox * {
	box-sizing: border-box;
}
.hvrbox {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.hvrbox img {
	max-width: 100%;
}
.hvrbox .hvrbox-layer_bottom {
	display: block;
}
.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	padding: 15px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
	opacity: 1;
}
.hvrbox .hvrbox-layer_top_communities {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 0, 0, 0.2);
	color: #fff;
	padding: 15px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top_communities,
.hvrbox.active .hvrbox-layer_top_communities {
	opacity: 1;
}
a {
    color: #c09443;
    text-decoration: none;
    background-color: transparent;
}
.hvrbox .hvrbox-text {
    text-align: left;
    font-size: 16px;
    display: block;
    position: relative;
    top:21%;
    padding: 20px 19px 20px 10px;
    height: 100vh;
}
.hvrbox .hvrbox-text li{
	padding:5px 0px;
}
.hvrbox-layer_top  a{color:#000 !important;}
.hvrbox .hvrbox-text_mobile {
	font-size: 15px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.hvrbox.active .hvrbox-text_mobile {
	display: block;
}

.hvrbox .hvrbox-layer_scale {
	border-radius: 50%;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.hvrbox:hover .hvrbox-layer_scale,
.hvrbox.active .hvrbox-layer_scale {
	border-radius: 0%;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.hvrbox-text h5{font-size:18px;padding:9px 0px;}
.hvrbox-text h6{font-size:16px;}
.hvrbox-text i{
	width:34px;
	height:34px;
	text-align:center;
	line-height:34px;
	border:1px solid #fff;
	margin-top:10px;
}
.hvrbox-text i:hover{
	background:#fff;
}
.content-bxs .flat-dtls li.bed::before {
    color: #d4b453;
}
.content-bxs .flat-dtls li.cost-aed::before{
	color: #d4b453;
}
.content-bxs .flat-dtls {
	margin:0px;
}
.content-bxs li {
    float: left;
    list-style: none;
    padding: 1px 10px 2px 0px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 400;
    color: #666;
    font-size: 14px;
}

#mobileHeader{display:none;}

#featured-listings p{
	margin-bottom:2px;
	font-size:12px;
}


.jumbotron {
    padding: 0 !important;
	background:transparent !important;
}
#home-tabs .act-btn {
    padding: 16px 16px;
    background: #1f2935;
    border: 1px solid #1f2935;
    width: 150px;
    border-radius: 30px;
    color: #a4a4a4 !important;
    font-size: 14px;
    display: block;
    margin: auto;
	margin-top:30px;
    text-align: center;
	line-height: 10px !important;
	margin-bottom:20px;
}
#home-tabs .act-btn:hover{
	background:#c09443;
	border: 1px solid #c09443;
	color:#fff !important;
}
#hm-sign-up .act-btn {
    padding: 13px 13px;
    border: 1px solid #c09443;
    width: 180px;
    border-radius: 30px;
    color: #c09443 !important;
    font-size: 14px;
    display: block;
    text-align: center;
	line-height: 1 !important;
	margin-bottom:20px;
}
#hm-sign-up .act-btn:hover{
	background:#c09443;
	border: 1px solid #c09443;
	color:#fff !important;
}
#new-devops {
	padding-top:110px;
	background: #f7f7f7;
}

#new-devops .act-btn {
    padding: 16px 16px;
    background: #000;
    border: 1px solid #c09443;
    width: 150px;
    border-radius: 30px;
    color: #c09443 !important;
    font-size: 14px;
    display: block;
    margin: auto;
	margin-top:30px;
    text-align: center;
	line-height: 10px !important;
}
#new-devops .act-btn:hover{
	background:#2e2e2e;
	border: 1px solid #c09443;
	color:#c09443!important;
}


#get-agent .act-btn {
    padding: 16px 16px;
    background: #fff;
    border: 1px solid #c09443;
    border-radius: 30px;
    color: #c09443 !important;
    font-size: 14px;
    display: block;
    margin: auto;
    text-align: center;
	line-height: 10px !important;
	font-weight: 400;
}
#get-agent .act-btn:hover{	
	background:#c09443;
	border: 1px solid #c09443;
	color:#fff !important;
}
#get-agent h5 {
	text-align:center;
	padding-top:10px;
}
#get-agent h2, #get-agent p {
	text-align:right!important;
	padding-top:10px;
}
#latest-properties h2, #latest-properties p {
	text-align:left!important;
	padding-top:10px;
}
#get-agent .agent-left{
	padding-top:35px;
}
#latest-properties .act-btn {
    padding: 16px 16px;
    background: #fff;
    border: 1px solid #c09443;
    width: 300px;
    border-radius: 30px;
    color: #c09443 !important;
    font-size: 14px;
    display: block;
    text-align: center;
	line-height: 10px !important;
	font-weight: 400;
}
#latest-properties .act-btn:hover{	
	background:#c09443;
	border: 1px solid #c09443;
	color:#fff !important;
}

#Home .cmmt-box1{
	border:0px !important;
	border-bottom:5px solid #f3f3f3 !important;
	padding-bottom:9px;
}

.flat-dtls li.bed::before {
    content: '\f236';
    display: block;
    font-size: 19px;
    color: #c09443;
    font-family: FontAwesome;
    float: left;
    margin-right: 14px;
}
.flat-dtls li.cost-aed::before {
    content: '\f02c';
    display: block;
    font-size: 19px;
    color: #c09443;
    font-family: FontAwesome;
    float: left;
    margin-right: 14px;
}
#filter-controls a.active{
	color:#c09443 !important;
	border-bottom: 2px solid #c09443;
}
#filter-controls a {
    font-size: 18px;
    padding: 11px 0px;
    margin: 4px 12px;
    font-weight: 400;
    border-radius: 0px;
}
.imgTitle h3{
	position: absolute;
	right:0;
	background:rgba(31,41,53,0.8);
	padding:10px 60px 10px 20px;
	color:#fff;
	font-size:14px;
	font-weight: 200 !important;
}
.whishl i{
	color: #c09443;
}
#new-devops h1{
	padding-bottom:6px;
}
.nav-menu  ul  li a:hover{
	font-weight: bold;
}
#mainSlider:hover i{
	background:rgba(31,41,53,0.8);
	width:33px;
	height: 33px;
	line-height: 33px;
	color:rgba(255,255,255,0.7);
	border-radius:4px;
	text-align: center;
}
#mainSlider span{
	color: #c09443;
	}
#latest-properties{
	padding-top:150px;
}
.hitCounter{
	background-image:none !important;
	background:transparent !important;
	border:1px solid #c09443;
	padding: 10px 20px;
	border-radius: 30px;
	text-align: center;
	text-indent: unset !important;
    padding: 7px;
    min-width: 220px;
	display: block  !important;
	color: #c09443 !important;
}
.vstr{
	text-align: center;
	font-size:13px;
	color: #c09443 !important;
	padding-top:7px;
	display:block;
}
footer {
    padding-bottom: 0;
}
.tawk-branding{
	display:none !important;
}



#save-listing .act-btn {
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #1F2935;
    width: 200px;
    border-radius: 30px;
    color: #1F2935 !important;
    font-size: 14px;
    display: block;
    margin: 16px 10px;
    text-align: center;
	line-height: 10px !important;
	font-weight:400;
}
#save-listing .act-btn:hover{	
	background:#1F2935;
	color:#fff!important;
}

#save-listing #agent.act-btn {
    padding: 16px 16px;
    background: #c09443 !important;
    border: 1px solid #c09443;
    width: 200px;
    border-radius: 30px;
    color: #fff !important;
    font-size: 14px;
    display: block;
    margin:16px 0px;
    text-align: center;
	line-height: 10px !important;
}
#save-listing #agent.act-btn:hover{	
	background:#1F2935  !important;
	color:#fff !important;
}

#more {display: none;}
#see28moreleft, #see28moreright {display: none;}
#about-property #myBtn{
	cursor:pointer;
	color:#c09443;
}
#seemoredownp {
	margin-top:20px;
}
#about-property .keyfeatures{
	padding-top:0px;
}
#about-property #myBtnsee28more{
	cursor:pointer;
	color:#c09443;
}

#about-property #submit.act-btn {
    padding: 16px 16px;
    background: #1F2935 !important;
    border: 1px solid #1F2935;
    width: 200px;
    border-radius: 30px;
    color: #fff !important;
    font-size: 14px;
    display: block;
    margin:auto;
	margin-top:20px;
    text-align: center;
	line-height: 10px !important;
}
#about-property #submit.act-btn:hover{	
	background:#c09443 !important;
}
#know-arabian-ranches {
	background: #f7f7f7 !important;
}
#sell #hero #talk.act-btn {
    padding: 10px 16px;
	background:#c09443;
    width: 130px;
    border-radius: 30px;
    color: #fff !important;
    font-size: 14px;
    margin:auto;
	margin-top:30px!important;
    text-align: center;
	clear:both;
	display:block;
}
#sell #hero #talk.act-btn:hover{	
	background:#1F2935 !important;
	color:#fff;
}
#sell #why-lore{
	height:auto;
	background:url('../img/sell-why-lore.jpg');
}
#sell #why-lore h1{
	text-align:center!important;
	padding-top:0px;
	padding-bottom:90px;
	color:#fff !important;
	font-size:32px;
}
#why-lore .col-md-3 a{
	display:block;
	width:100%;
	padding:20px;
}
#why-lore .col-md-3 a:hover{
	background:rgba(255,255,255,0.1);
}
#why-lore .container{
	position:relative;
}
#sell #why-lore h4{
	text-align:center!important;
	padding-top:20px;
	padding-bottom:20px;
	color:#fff;
	font-weight: 400;
}
#sell #why-lore .col-md-3{
	text-align:center!important;	
}

#buy #aboutInner-banner{
	background:url('../img/LO-Homepage-Banner2.jpg');
	
}
#buy #explore-properties .act-btn {
    padding: 10px 16px;
    background: #fff;
    border: 1px solid #c09443;
    width: 135px;
    border-radius: 30px;
    color: #c09443 !important;
    font-size: 14px;
    display: block;
    margin: auto;
	margin-top:30px;
    text-align: center;
	line-height: 10px !important;
}
#buy #explore-properties .act-btn:hover{
	background:#c09443;
	border: 1px solid #c09443;
	color:#fff!important;
}
.tabContent {
    display:none;
}
#why-lore{
	position:relative;
	padding:190px 0px;
}
#why-lore::before{
	content:'';
	background:rgba(0,0,0,0.87);
	width:100%;
	height:100%;
	display:block;
	position: absolute;
	top:0px;
	left:0px;
}
#save-listing{
	padding:0px 2px;
	border:1px solid #e8e8e8;
}
#property-title{
	overflow: visible;
	padding-bottom:50px;
}
#image-gallery{
	overflow: visible; 
}
#property-title p{
	font-size:12px;
}
.icon-box ul li{
	float: left;
	padding:20px;
	text-align: center;
}
.icon-box ul{
	width:max-content;
	margin:auto;
}
.icon-box ul li img{
	height:30px;
}
.icon-box h4{
	color:#fff;
	margin-top:14px;
	font-weight:400;
	font-size:16px;
}
#ninja-slider ul{
	padding:0px !important;
	height:500px !important;
}
#about-property h1{
	padding-bottom: 5px;
	font-size:38px;
}
.mini-hd{
	font-weight:400;
	display:block;
	margin-bottom:5px;
	font-size:14px;
}
.mini-hd::after{
	content:'';
	display:block;
	width:50px;
	height:3px !important;
	background:#c09443;
	margin-top:5px;
	margin-bottom:10px;
}
.mini-hd1{
	display:block;
	text-align: center;
	    padding-top: 30px;
}
.mini-hd1::after{
	content:'';
	display:block;
	width:50px;
	height:2px !important;
	background:#c09443;
	margin-top:8px !important;
	margin-bottom:16px !important;
	margin:auto;
}
.keyfeatures p{
	margin-bottom:7px;
	line-height:22px;
}
.fnt-bld{
	font-size:15px;
	padding-top:8px;
	font-weight:bold;
}
body .mn-frm .form-control{
	padding:22px 18px !important;
	background:#f8f8f8;
	font-size:16px;
}
.sub-fm-inner h3{
	font-weight: 400 !important;
}
.mn-frm{
	margin-top:22px;
}
.sub-fm-inner{
	padding-top:180px;
}
.near-lction{
	background:#fff;
	padding:37px 10px;
	display:block;
	text-align: center;
	font-size:18px;
	margin-bottom:3px;
	font-weight: 500;
}
.padd-r0{
	padding-right:0px;
}
.padd-l0{
	padding-left:0px;
}
#footer-above-content p{
	font-size:12px;
	line-height:20px;
	text-align: justify;
}
#buy #explore-properties #ready-to-move.moveProperty {
  display: none;  
}
.properties-tab {
    padding: 12px;
    display: block;
    text-align: center;
    font-weight: 500;
}
.mn-head-center{
	margin-bottom:17px;
}
.nmn-btns .btn-group {
    
    display: block;
    margin-top: 20px;
    padding: 0px;
}
.nmn-btns button{
	width:100%;
	padding:15px 10px;
	background: #f7f7f7;
}
.nmn-btns button:hover{
	background:#1F2935;
	color:#fff;
}
#explore-properties .flat-dtls{
	background: transparent !important;
}
#explore-properties .content-bxs h5{
	font-size:12px;
	padding-top:9px;
	font-weight:400;
	text-transform: uppercase;
}
#explore-properties .content-bxs h3{
	padding:4px 0px;
	font-size:17px;
	text-transform:uppercase;
	line-height:25px;
}
.nmn-btns{
	margin-bottom: 30px;
}
.by-tabs .col-md-2{
	padding:0px;
}
.properties-tab{
	border:1px solid #c09443;
	display: block;
	cursor:pointer;
}
.properties-tab:hover{
	background:#c09443;
	color:#fff;
}
.nmn-btns .col-md-2{
	padding:0px 4px;
}
.cost-aed{
	padding-left: 15px !important;
}
#why-lore img{
	height: 50px;
}
.tawk-min-container .tawk-button-circle.tawk-button-large {
    width: 30px !important;
    height: 30px !important;
}
#tawk-bubble-container{
	display:none;
}
#buy #hero #talk.act-btn {
    padding: 10px 16px;
	background:#c09443;
    width: 130px;
    border-radius: 30px;
    color: #fff !important;
    font-size: 14px;
    margin:auto;
	margin-top:30px!important;
    text-align: center;
	clear:both;
	display:block;
}
#buy #hero #talk.act-btn:hover{	
	background:#1F2935 !important;
	color:#fff;
}
.chat-boat iframe{
	background:url(assets/img/Chatbot-Icon.png) !important;
}
.MS-content a{margin:0px !important;}
#know-arabian-ranches iframe{
	margin-top:30px;
}
@media (max-width:980px){
	#ninja-slider .ns-img{
		height:250px;
	}
	#ninja-slider ul {
    padding: 0px !important;
    height: 200px !important;
}
	#ninja-slider-next {
    right: -62px;
		display:block !important;
}
	#ninja-slider-prev {
    left: -62px;
		display:block !important;
}
	#property-title {
    overflow: visible;
    padding-bottom: 10px;
}
	.wrapper.cf {
    background:#1F2935;
    padding: 4px 20px;
    position: relative;
    width: 100%;
}
	.hc-nav-trigger.hc-nav-1 {
    display: block;
    z-index: 999999;
    right: 0px;
    position: absolute;
    padding-top: 0px;
    margin-top: 0px;
    top: 18px;
}
	
	.mobile-header-top img {
    width: 160px;
    position: relative;
    z-index: 999;
}
	#property-title {
    text-align: center;
}
	.text-right {
    display: block;
    text-align: center !important;
    height: auto;
}
	header {
    position: relative;
    padding: 0px 0 0px;
}
	#get-agent .agent-left {
    padding-top: 0px;
}

.padd-right {
    padding-right: 10px;
}
	.padd-left{
    padding-left: 10px;
}
	#latest-properties h2, #latest-properties p {
    text-align: center !important;
    padding-top: 10px;
}
	#latest-properties {
    padding-top: 110px;
    text-align: center !important;
}
	.paddtop {
    padding-top: 0px;
}
	#get-agent h2, #get-agent p {
    text-align: center !important;
    padding-top: 10px;
}
	body #latest-properties .act-btn {
    margin: auto !important;
}
	#hm-sign-up h1 {
    margin-top: 0 !important;
}
	.MS-controls i{
		font-size:35px;
	}
	#get-agent .act-btn{
		margin-bottom: 20px;
	}
}
.nl-box{
	margin-bottom:30px;
}
.tawk-min-container, .tawk-min-container .tawk-button{
	width:100px !important;
	height:40px !important;
}
.below-ftr a{
	color:#c09443 !important;
}
    #latest-properties .act-btn {
    padding: 16px 16px;
    background: #fff;
    border: 1px solid #c09443;
    width: 300px;
    border-radius: 30px;
    color: #c09443 !important;
    font-size: 14px;
    display: block;
    text-align: center;
	line-height: 10px !important;
	font-weight: 400;
		margin: 0 !important;
}
#latest-properties .act-btn:hover{	
	background:#c09443;
	border: 1px solid #c09443;
	color:#fff !important;
}
		#hm-sign-up hr {
    margin: 25px 0px 37px 0 !important;
    background-image: -webkit-linear-gradient(left,transparent,rgba(255,255,255,.3),transparent) !important;
    background-image: linear-gradient(left,transparent,rgba(255,255,255,.3),transparent) !important;
    border: 0;
    height: 1px;
}
hr {
    margin: 10px 0 !important;
    background-image: -webkit-linear-gradient(left,transparent,rgba(0,0,0,.2),transparent);
    background-image: linear-gradient(left,transparent,rgba(0,0,0,.2),transparent);
    border: 0;
    height: 1px;
}
	.mobile-image2 img {
    margin-top: 0px;
}
.imgTitle h3 {

    padding: 5px 60px 5px 20px;
}
.formimg {
    width: 200px;
    height: auto;
}
#staticBackdropContactUs .modal-header {
    background:transparent !important;
}
#staticBackdropContactUs .modal-body {
    padding: 20px;
}
.inner-top-listngs {
	position:relative;
	z-index:991;
}

.by-tabs .active {
	background:#c09443;
	color:#fff !important;
}
#contact-us #inner-banner{
	background:url('../img/contact-banner.jpg');
}
#about #inner-banner{
	background:url('../img/about-banner.jpg');
}
#inner-banner{
	text-align:center;
	margin-bottom:30px;
}
#about-sec1 h1{
	padding-bottom: 10px;
}
#about-founder p{
	padding-top:10px;
}
#about-values{
	text-align: center;
}
#about-values img{
	height:40px;
	margin:auto;
	margin-bottom:12px;
}
.contact-rigt a{
	color:#fff;
}
.contact-rigt{
	background: #1F2935;
	padding:45px;
	text-align:center;
	color:#fff;
}
.contact-rigt i{
	display:block;
	width:40px;
	height:40px;
	line-height:40px;
	color:#fff;
	border-radius:50%;
	margin:auto;
	background: #c09443;
	margin-bottom:13px;
	margin-top:13px;
}
/*.contact-rigt:after {
    content: '';
    background: #c09443;
    width: 224%;
    height: 100vh;
    display: block;
    position: absolute;
    z-index: -1;
    top: -46px;
}*/
#contact-sec1 #footer-social{
	margin-top:22px;
}
/*.cbox-right:before {
    content: '';
    background: url(../img/lo.png);
    width: 458px;
    height: 350px;
    display: block;
    position: absolute;
    z-index: 9999;
    bottom: -85px;
    right: -81%;
    background-size: cover;
    opacity: 0.3;
}*/
.desn-imgs {
    position: absolute;
    margin-top: 55px;
    margin-left: -119px;
    width: 250px;
    border: 2px solid #c09443 !important;
    padding: 5px;
	z-index:99;
}
#about-founder .padd-top {
    padding-top: 74px;
}
footer{
	padding-top:30px;
}
.cnt-r-box{
    position: absolute;
    width: 181%;
}
.lead-form{
  display: none;  
}
.lead-form.active{
  display: block !important;  
}
.mn-frm a {
	width: 160px;
    font-weight: bold;
    padding: 1rem 0px !important;
	margin-bottom:20px;
    color: black;
    text-align: center;
    text-transform: uppercase;
    background-color: rgb(245, 245, 245);
    border-radius: 8px;
}
.mn-frm .active {
	background:#c09443;
	color:#fff !important;
}
.sub-fm-inner.active{	
	-webkit-transition: 3s;
	-moz-transition: 3s;
	-ms-transition: 3s;
	-o-transition: 3s;
	transition: 3s;
	padding-top:0px !important;	
}
.modal-header {
    background:transparent !important;
	border-bottom: 0px !important;
}
#sell footer{
	padding-top:0px !important;
}
#nh-arabian-ranches #inner-banner{
	background:url('../img/bliss/web-banner.jpg');
}
#nh-dubai-creek-harbour #inner-banner{
	background:url('../img/palace-residences/web-banner.jpg');
}
#nh-dubai-hills-estate #inner-banner{
	background:url('../img/lamborghini/web-banner.jpg');
}
#nh-emaar-beachfront #inner-banner{
	background:url('../img/grand-bleu-elie-saab/web-banner.jpg');
}
#nh-the-valley #inner-banner{
	background:url('../img/the-vally/web-banner.jpg');
}
#nh-palm-jumeirah #inner-banner{
	background:url('../img/royal-atlantis/ra2.jpg');
}
#nh-business-bay #inner-banner{
	background:url('../img/regalia/regalia2.jpg');
}
.neighbour-sub nav.nav-menu .neighbourhoods-menu a {
    color: #c09443 !important;
	font-weight:bold;
}
.imp-points span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #c09443;
    -webkit-box-shadow: 0 0 0 3px rgb(0 0 0 / 2%);
    -moz-box-shadow: 0 0 0 3px rgba(0,0,0,0.02);
    box-shadow: 0 0 0 3px rgb(0 0 0 / 2%);
    width: 100px;
    height: 100px;
    margin: auto;
    line-height: 90px;
    display: block;
    margin-bottom: 10px;
}
.imp-points .homeweretext{
	font-weight: 400 !important;
}
.points-top-margin25 {
    margin-top: 25px;
    color: #1f2935;
	text-align:center;
}
.imp-points span img{
	height:40px; 
	width:40px;
}
.margin25 {
    margin-top: 25px;
}
.margin10 {
    margin-top: 10px;
}
#imp-points {
background: #f7f7f7;
}

#neighbourhood-properties .act-btn {
    padding: 16px 16px;
    background: #fff;
    border: 1px solid #c09443;
    width: 150px;
    border-radius: 30px;
    color: #c09443 !important;
    font-size: 14px;
    display: block;
    margin: auto;
	margin-top:30px;
    text-align: center;
	line-height: 10px !important;
}
#neighbourhood-properties .act-btn:hover{
	background:#c09443;
	border: 1px solid #c09443;
	color:#fff!important;
}

#neighbourhood-properties .content-bxs h3 {
	padding: 4px 0px;
    font-weight: 400 !important;
	font-family: Gordita !important;
    font-size: 17px;
    color: #1F2935;
    line-height: 24px;
}
#neighbourhood-properties .content-bxs h5 {
    font-size: 12px;
    padding-top: 9px;
    font-weight: 400;
}
#neighbourhood-properties .flat-dtls {
    background: transparent !important;
}
#property-title{
	padding-top:69px;
	padding-bottom:20px;
}
@media (max-width:1000px){
	#inner-banner h1 {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    width: 100% !important;
    text-align: center;
    margin: auto;
}
	#inner-banner p {
    padding: 0px 15px!important;
    line-height: 22px !important;
}
	.desn-imgs {
    position: absolute;
    margin-top: 67px;
    margin-left: 89px;
    width: 250px;
    border: 2px solid #c09443 !important;
    padding: 5px;
    z-index: 99;
}
	#about-founder .padd-top {
    padding-top: 10px;
}
	.search-box {
    background: #fff;
    padding: 30px 10px;
    margin-top: -70px;
    position: relative;
    z-index: 999;
}
	#hero {
    height: auto;
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
		padding:12px 0px !important;
}
	#hero .caption h1 {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 24px !important;
    line-height: 34px;
    padding-top: 0px;
    font-style: italic;
}
	.properties-tab {
    border: 1px solid #c09443;
    display: block;
    cursor: pointer;
    width: 50%;
    float: left;
}
	#why-lore {
    position: relative;
    padding: 30px 0px;
}
	#sell #why-lore h1 {
    text-align: center!important;
    padding-top: 0px;
    padding-bottom: 30px;
    color: #fff !important;
    font-size: 32px;
}
	.above-ftr .img-fluid{
		width:200px;
		margin-bottom:10px;
	}
	.above-ftr .padd-top {
    padding-top: 10px;
}
	.carousel-item img {
    cursor: default;
    display: block;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
}
	.img_view img {
    display: block;
    margin: auto;
    height: auto;
    width: 100%;
}
	.media_full {
    left: 30px;
		height: auto;
}
	.img_view {
    top: 10%;
    position: relative;
    width: 100%;
    height: 100%;
}
	.mn-frm .col-md-4{
		width:33%;
		float:left;
		
	}
	.mn-frm a {
    font-size: 12px;
		margin:7px;
		width:130px;
}
}
#blog-boxes{
	font-weight:400 !important;
}
#blog-boxes h3{
	font-weight:400 !important;
}
#blog-boxes a{
	color:#1f2935;
	font-weight: 400;
}
#blog-boxes li{
	float:left;
	width:50%;
}
#find-agent .cmmt-box1{
	color:#fff;
	background: rgb(31 41 53 / 87%);
	border-bottom:5px solid #1F2935 !important;
	padding-bottom:0px;
}
#find-agent .cmmt-box1 h4{
	padding:7px 20px;
	text-transform: uppercase;
	font-weight:400;
}
#find-agent .hvrbox-text h3{
	font-weight:400 !important;
	text-transform: uppercase;
}
#find-agent .hvrbox-text h5{
	font-weight:400;
}
#demo {
				height:688px;
			}
			.cv-carousel .item {
				padding: 0rem;
			}
			.cv-item {
				background: #fff;
				color: #000;
				text-align: center;
			}
.mobile-image #demo {
    background: url(../img/LO-Homepage-Mobile.png) no-repeat;
    background-size: cover;
    margin-top: -252px;
    width: 273px;
	overflow: hidden;
    padding-top: 230px;
	float: right;
	margin-right:35px;
}
.cv-stage-outer {
    padding: 0px 15px 0px 52px;
	height:400px !important;
	overflow:hidden;
}
.cv-stage-outer img{
	width:80px !important;
	height: 124px;
}
.cv-carousel .cv-nav {
    float: left;
    clear: left;
    position: absolute;
    top: 91%;
    margin-right: .625rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index: 99;
	padding-left: 56px;
}
.cv-carousel .cv-nav .cv-prev, .cv-carousel .cv-nav .cv-next {
    float: left;
}
.cv-stage-outer .imggs {
    float: left;
    width: 97px;
    padding-left: 3px;
}
.cv-carousel.cv-drag .cv-item{
	height:124px !important;
}
.content-box {
    float: left;
    width: 132px;
    color: #000;
    font-size: 11px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
	padding:16px 3px;
}
.content-box .name{font-size:13px;font-weight:bold;}
.cv-carousel .cv-stage-outer {
    -ms-transform: skewX(3deg);
    transform: skewX(3deg);
	-ms-transform: skewY(7deg);
    transform: skewY(7deg);
}

.aggnts-top{
    top: 0;
    margin-top: -84%;
    margin-left: 25px;
    padding: 11px 5px 0px 8px;
	    z-index: 99;
    position: relative;
}
.aggnts{
    padding: 0px 28px 80px 54px;
    margin-top: 8px;
}
#hm-sign-up .padd-left .act-btn {
    margin-left: 0 !important;
}
@media (max-width:780px){
#why-lore .col-md-3 {
    width: 50%;
    float: left;
}
}
#agent-sec1{
    padding: 55px 0px 89px 0;
    background: #232e3c;
}
#agent-sec1 p{
	color:#fff;
}
#agent-sec1 h3{
	color:#fff;
	font-weight: 400 !important;
	padding-bottom:1px;
}
#agent-sec1 small{
	color:#fff;
}
.chevron-up {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 59px;
    position: absolute;
    margin: 0;
    border: none;
    text-align: center;
    -o-text-overflow: clip;
    text-overflow: clip;
    left: 0;
    z-index: 9;
}
.chevron-up::before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 50.1%;
    height: 100%;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 0;
    border: none;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #fff;
    text-shadow: none;
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
	-ms-transform: skewY(-2deg);
}
.chevron-up::after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 50.1%;
    height: 100%;
    position: absolute;
    content: "";
    bottom: 25px;
    right: 0;
    border: none;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #fff;
    text-shadow: none;
    -webkit-transform: skewY(2deg);
    transform: skewY(2deg);
	-ms-transform: skewY(2deg);
}
.agents-sub #property-title{
	background: #232e3c;
}
.agents-sub #property-title h1{
	color:#fff;
}
#agent-sec2 h2{
	display:block;
	width:100%;
	margin-bottom:12px;
	
}
#agent-sec1 h2{
	color:#fff;
	padding-bottom:15px;
}
#agent-sec2 li{
	font-weight:400 !important;
}
.agent-inr-left{
	padding:30px;
	background: #1F2935;
	border-radius: 20px;
	color:#fff;
}
.agent-inr-right{
	padding:30px;
	background: #1F2935;
	border-radius: 20px;
	color:#fff;
}
#agent-sec2 li{
	line-height:20px;
	margin-bottom:7px;
	padding-left: 27px;
}
#agent-sec2 ul li:before {
    content: '\f1db';
    display: block;
    float: left;
    position: absolute;
    font-size: 10px;
    font-family: 'FontAwesome';
    left: 3px;
    color: #c09443;
}
.row.nmn-btns{
	position:relative;
	z-index: 99;
}
@media (max-width:680px){
	.search-input .form-control {
    width: 100%;
    background: #f8f8f8;
}
	.imgTitle h3{
	font-size:11px;
}
	.rre{
	padding-left:16%;
}
	#search-home {
    padding-bottom: 5px;
}
	.search-box {
    padding: 20px 10px;
    margin-top: -20px;
}
	#get-agent .act-btn {
    width: 200px;
}
	#latest-properties .act-btn{
		width:250px;
	}
}
.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before{
	display:none;
}
#filter-records{
    height: 100%;
    margin-bottom: 30px;
}
p.r-sf{
	margin-top:0px !important;
}
#neighbourhood-properties .content-bxs h3 {
	padding: 4px 0px;
    font-weight: 400 !important;
	font-family: Gordita !important;
    font-size: 17px;
    color: #1F2935;
    line-height: 24px;
}
@media (max-width:500px){
.rre {
    padding-left: 3%;
}
}
@media (max-width:580px){
    #hero .caption h1 {
    font-size: 16px !important;
    line-height: 24px;
}
#hero .caption p {
    font-size: 12px !important;
    line-height: 17px !important;
}
#buy #hero #talk.act-btn {
    padding: 4px 16px;
    width: 110px;
    font-size: 12px;
}
.search-input .form-control {
    width: 100%;
}
#sell #hero #talk.act-btn {
    padding: 4px 16px;
    width: 110px;
    font-size: 12px;
}
#sell #why-lore h4 {
    font-size: 14px;
}
.mn-frm a {
    width: 78px;
    font-size: 10px;
}
.imgTitle h3{
    font-size:9px;
    line-height:18px;
}
}
@media (max-width:780px){
    .lstngs-tp-btns{
    margin-right: 6px !important;
}
	.search-input .form-control {
    width: 100% !important;
}
	.search-input .btn-gold{
		display:block;
		width:100px;
		border-radius:20px !important;
		margin: auto;
    margin-top: 6px;
    margin-bottom: 6px;
	}
	.search-box::before {
    width: 302px !important;
    height: 228px !important;
    left: -19px;
}
	.bbrtn{
		width:100%;
		display:block;
	}
.icon-box ul li{
   padding:6px 11px;
}
.icon-box h4 {
    font-size: 11px;
}
.icon-box ul li img {
    height: 20px;
}
.carousel-control-next, .carousel-control-prev {
    top: -70px;
}
#image-gallery .carousel-item img{
    height:200px;
}
.mn-frm .col-md-4 {
    width: 30%;
    float: left;
}
#about-property h1 {
    padding-bottom: 5px;
    font-size: 31px;
}
#property-title h2{
    margin-top:20px;
}
#staticBackdropContactUs .col-md-5 img{
    display:none;
}
.wtp-bottom {
    bottom: 10px;
    left: 10px;
}
	#hm-sign-up .agents-rw .col-md-4{
		width:50%;
		padding:0px;
		
	}
	.agents-rw img {
    height: 139px !important;
    width: 139px !important;
}
}
body.theme-default .hc-offcanvas-nav .nav-container, body.theme-default .hc-offcanvas-nav .nav-wrapper, body.theme-default .hc-offcanvas-nav ul {
    background: #1F2935 !important;
}
.chevron-down {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 59px;
    position: absolute;
    margin: 0;
    border: none;
    text-align: center;
    -o-text-overflow: clip;
    text-overflow: clip;
    left: 0;
    z-index: 9;
}
.chevron-down::before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 50.1%;
    height: 100%;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 0;
    border: none;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #fff;
    text-shadow: none;
    -webkit-transform: skewY(2deg);
    transform: skewY(2deg);
	-ms-transform: skewY(2deg);
}
.chevron-down::after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 50.1%;
    height: 100%;
    position: absolute;
    content: "";
    bottom: 25px;
    right: 0;
    border: none;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #fff;
    text-shadow: none;
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
	-ms-transform: skewY(-2deg);
}
.agents-rw{
    margin-top: 30px;
    z-index: 99;
    position: relative;
}
#Home .agents-rw .cmmt-box1 {
    background: transparent;
    border: 0px !important;
    padding-bottom: 0px;
    text-align: center;
}
.agents-rw h2{
	color:#fff;
	text-align: center;
	display:block;
	width:100%;
	font-size:25px;
}
.agents-rw .cmmt-box1 h4{
	padding: 5px 10px;
	color:#fff;
	text-transform:uppercase;
	font-size: 14px;
    font-weight: 400;
}
.agents-sub .sub-fm-inner{
	padding-top:0px;
}
#hm-sign-up .rrt{
	margin-right:0px;
	float:right;
}
.agents-rw img{
    border-radius: 50%;
    height: 163px;
    border: 2px solid #2e3d4e;
    padding: 5px;
    width: 160px;
}
.agnt-cnts{
	padding-top:60px;
}
#search-home::before {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/lo2.png) no-repeat;
    width: 280px;
    height: 220px;
    background-size: contain;
	left: -14px;
	margin-top:-22px;
}
.search-box::before {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/lo1.png) no-repeat;
    width: 200px;
    height: 200px;
    background-size: contain;
    left: -14px;
	margin-top:8px;
}
#featured-listings::after {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/lo1.png) no-repeat;
    width: 380px;
    height: 320px;
    background-size: contain;
    margin-top: -196px;
    right: 0;
	opacity: 0.7;
	z-index: -9;
}
#home-tabs::after {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/lo2.png) no-repeat;
    width: 380px;
    height: 320px;
    background-size: contain;
    margin-top: -196px;
    left: 0;
	opacity: 0.7;
}
#your-nighorhood::after {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/lo1.png) no-repeat;
    width: 380px;
    height: 320px;
    background-size: contain;
    margin-top: -237px;
    right: 0;
	opacity: 0.7;
	z-index: -9;
}
#hm-sign-up::after {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/lo2.png) no-repeat;
    width: 380px;
    height: 320px;
    background-size: contain;
    margin-top: -196px;
    left: 0;
	opacity: 0.03;
}
#get-agent::after {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/lo1.png) no-repeat;
    width: 380px;
    height: 320px;
    background-size: contain;
    margin-top: -190px;
    right: 0;
	opacity: 0.7;
	z-index: -9;
}
#home-tabs .container{
	position: relative;
	z-index: 999;
}
#hm-sign-up .container{
	position: relative;
	z-index: 999;
}
footer::before {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/lo1.png) no-repeat;
    width: 310px;
    height: 310px;
    background-size: contain;
    margin-top: -200px;
    right: 0;
    opacity: 0.7;
    z-index: -9;
}
.imp-points .burj_khalifa{
	    height: 60px;
		width: 60px;
}
#nh-downtown-dubai #inner-banner{
	background:url('../img/ready-to-move/blvd-crescent/image3.jpg');
}
#nh-dubai-marina #inner-banner{
	background:url('../img/ready-to-move/stella-maris/image2.jpg');
}
@media (max-width:1180px){
	.agents-rw .col-md-6{
		max-width:100%;
		flex:auto;
		display:block;
		width:100%;
	}
}
.search-box{
	overflow:hidden;
}
#filter-records{
	margin-top:30px;
}
.imp-points span{
  margin-top:25px;
}
#hero .container{
	z-index: 999;
}
#lamborghini footer{
	padding-top:0px;
}
#lamborghini .banner-box li {
    list-style: circle;
    clear: both;
    margin-bottom: 3px;
    padding-left: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 200;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: 0;
    top: 0;
    margin-top: -58px;
}
.formimg {
    width: 200px !important;
}
#header .logo img {
    width: 200px !important;
}
.nav-menu a {
    font-weight: 400 !important;
}
.address_box a{
	color:#c09443;
}
.modal-header .close {
    font-size: 1.5rem;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: 0;
    top: 0;
    margin-top: -46px;
    margin-right: 13px;
}
@media (max-width: 998px) and (min-width: 360px){
#header .logo img {
    max-height: 100% !important;
}
	#header {
    padding: 0 !important;
}
	.wrapper.cf {
    padding: 6px 20px;
}
}
.ol-floor1 li span{
	color:#666 !important;
	font-weight:400 !important;
}
.ol-floor li span{
	color:#666 !important;
	font-weight:400 !important;
}
#staticBackdropLamborghiniFloorplan .modal-header{
	padding-top:22px;
}
.brdr-box {
    height: 335px !important;
}
.tp-banner-cnt::before{
	content: '';
	display: block;
	position: absolute;
	background:#001446;
	height: 100%;
	width:100%;
}
#sec2slider .col-md-4{
	padding:0px;
}
#sec2slider{
	padding:0px;
}
#mixedSlider {
  position: relative;
}
#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 0%;
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width: 100%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 0px;
}
@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
#mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  text-indent: 15px;
}
#mixedSlider .MS-content .item a {
 display:block !important;
	width:180px !important;
	margin:auto !important;
  margin-top: 33px !important;
  font-size: 16px;
  color:#fff !important;
  font-weight: bold;
	

}
#mixedSlider .MS-content .item h3{
	line-height:33px;
}
#mixedSlider .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 34px;
  top: 105%;
  color:#1f2935;
  transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}




#chefSlider {
  position: relative;
}
#chefSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 0%;
}
h2.text-center11{
	margin-bottom:2px !important;
}
#chefSlider .MS-content .item {
  display: inline-block;
  width: 100%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 0px;
}
@media (max-width: 991px) {
  #chefSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #chefSlider .MS-content .item {
    width: 100%;
  }
}
#chefSlider .MS-content .item .imgTitle {
  position: relative;
}
#chefSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#chefSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#chefSlider .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  text-indent: 15px;
}
#chefSlider .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: #71b100;
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#chefSlider .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#chefSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 30px;
  top: 50%;
  color:#71b100;
  transition: 0.15s linear;
}
#chefSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}





@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 30px;
  }
	#chefSlider .MS-controls button {
    font-size: 30px;
  }
	#mixedSlider .MS-controls .MS-left {
  left: auto !important;
	right:40px;
}
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 20px;
  }
	#chefSlider .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider .MS-controls .MS-left {
  left: auto !important;
	right:40px;
}
#chefSlider .MS-controls .MS-left {
  left: 20px;
}
@media (max-width: 867px) {
  #mixedSlider .MS-controls .MS-left {
    left: auto !important;
	  margin-right: 0px !important;
	  right:40px;
  }
	#chefSlider .MS-controls .MS-left {
    left: 20px;
  }
}
#mixedSlider .MS-controls .MS-right {
  right: 10px !important;
	
}
#chefSlider .MS-controls .MS-right {
  right: 20px;
	color:#71b100;
}
@media (max-width: 867px) {
  #mixedSlider .MS-controls .MS-right {
    right: 10px !important;
	  margin-left: -10px !important;
  }
	#chefSlider .MS-controls .MS-right {
    right: 20px;
  }
}
#basicSlider { position: relative; }

#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
  height: 50px;
}

#basicSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 50px;
  vertical-align: middle;
}
@media (max-width: 991px) {

#basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

#basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

#basicSlider .MS-content .item { width: 50%; }
}

#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}

#basicSlider .MS-controls button { position: absolute; }

#basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}

#basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}
.ft-txt{
	font-size:14px !important;
	color:#fff;
	font-weight:200 !important;
	margin-top:12px !important;
	margin-bottom:2px !important;
	
}
.ft-txt b{
	font-size:18px !important;
	display: block;
	}
#hero .col-md-5 .row{
	margin:0px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.7);
}



/*****************Slider************************/

.login-btn {
  background-color: #b8b8b9;
  width: 97px;
  height: 30px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  border-radius: 15px;
  border: none;
  color: #333745;
  text-transform: uppercase;
  margin-left: 20px;
  transition: all 0.2s;
  cursor: pointer;
}
.login-btn:hover {
  transform: scale(1.06);
}

/* Slider wrapper*/
.css-slider-wrapper {
  display: block;
  background: #fff;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Slider */
.slider {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  -webkit-transition: -webkit-transform 1600ms;
  transition: -webkit-transform 1600ms, transform 1600ms;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Slides Background Color */
.slide-1 {
  background: url(../img/banner.jpg);
	background-size:cover;
	background-position:50% 50%;
  left: 0;
	
}
.slide-2 {
 background: url(../img/6.jpg);
	background-size:cover;
	background-position:50% 50%;
  left: 100%;
}
.slide-3 {
  background: url(../img/16.jpg);
	background-size:cover;
	background-position:50% 50%;
  left: 200%;
}
.slide-4 {
  background: url(../img/3.jpg);
	background-size:cover;
	background-position:50% 50%;
  left: 300%;
}
.slider {
  display: flex;
  justify-content: flex-start;
}
.slider-content {
  width: 635px;
  padding-left: 100px;
}

/* Slider Inner Slide Effect */
.slider h2 {
  color: #333333;
  font-weight: 900;
  text-transform: capitalize;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
  opacity: 0;
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
  margin-top: 0;
  letter-spacing: 2px;
}

.slider h4 {
  font-size: 22px;
  font-family: "Oswald";
  color: rgba(51, 51, 51, 0.349);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  opacity: 0;
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
}

.slider > img {
  position: absolute;
  right: 10%;
  bottom: 0;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
}

.slide-1 > img {
  right: 0;
}

.buy-now-btn {
  background-color: #ea2e49;
  width: 220px;
  height: 50px;
  border-radius: 30px;
  border: none;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 100;
  color: #fff;
  text-align: left;
  padding-left: 35px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
}

.buy-now-btn:hover {
  box-shadow: 0px 0px 60px -17px rgba(51, 51, 51, 1);
}

.buy-now-btn:after {
  content: "Buy Now";
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  right: 35px;
  top: 18px;
}

.slider .buy-now-btn:focus,
.navigation .login-btn:focus {
  outline: none;
}

/* Animations */
.slider h2 {
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  -webkit-transition-delay: 1s; /* Safari */
  transition-delay: 1s;
}
.slider h4 {
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  -webkit-transition-delay: 1.4s; /* Safari */
  transition-delay: 1.4s;
}
.slider > img {
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  -webkit-transition-delay: 1.2s; /* Safari */
  transition-delay: 1.2s;
}

/* Number Pagination */
.number-pagination {
  position: absolute;
  bottom: 30px;
  right: 100px;
  font-family: "Oswald";
  font-weight: bold;
}

.number-pagination span {
  font-size: 30px;
  color: #ea2e49;
  letter-spacing: 4px;
}

.number-pagination span:after {
  content: "/4";
  font-size: 16px;
  color: #fff;
}

/* Slider Pagger */
.slider-pagination {
  position: absolute;
  bottom: 30px;
  width: 575px;
  left: 100px;
  z-index: 1000;
  display: flex;
  align-items: center;
}
.slider-pagination label {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  margin: 0 10px;
  cursor: pointer;
}

/* Slider Pagger Event */
.slide-radio1:checked ~ .slider-pagination .page1,
.slide-radio2:checked ~ .slider-pagination .page2,
.slide-radio3:checked ~ .slider-pagination .page3,
.slide-radio4:checked ~ .slider-pagination .page4 {
  width: 14px;
  height: 14px;
  border: 2px solid #ea2e49;
  background: transparent;
}

/* Slider Slide Effect */
.slide-radio1:checked ~ .slider {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.slide-radio2:checked ~ .slider {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.slide-radio3:checked ~ .slider {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}
.slide-radio4:checked ~ .slider {
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
}

.slide-radio1:checked ~ .slide-1 h2,
.slide-radio2:checked ~ .slide-2 h2,
.slide-radio3:checked ~ .slide-3 h2,
.slide-radio4:checked ~ .slide-4 h2,
.slide-radio1:checked ~ .slide-1 h4,
.slide-radio2:checked ~ .slide-2 h4,
.slide-radio3:checked ~ .slide-3 h4,
.slide-radio4:checked ~ .slide-4 h4,
.slide-radio1:checked ~ .slide-1 > img,
.slide-radio2:checked ~ .slide-2 > img,
.slide-radio3:checked ~ .slide-3 > img,
.slide-radio4:checked ~ .slide-4 > img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/* Responsive */
@media only screen and (max-width: 768px) {
  .slider h2 {
    font-size: 20px;
  }
  .slider h4 {
    font-size: 16px;
  }

  .slider-content {
    padding: 0 2%;
  }

  .navigation {
    padding: 0 2%;
  }

  .navigation-left {
    display: none;
  }

  .number-pagination {
    right: 2%;
  }
  .slider-pagination {
    left: 2%;
  }

  .slider .buy-now-btn {
    padding: 0 15px;
    width: 175px;
    height: 42px;
  }

  .slider .buy-now-btn:after {
    top: 15px;
  }

  .slider > img {
    right: 2%;
  }

  .slide-1 > img {
    right: -110px;
  }
}

/*****************Slider End************************/
/*#hero:before{
	content:'';
	display:block;
	width:100%;
	height:100Vh;
	position: absolute;
	top:0;
	left: 0;
	background: rgba(0,0,0,0.2);
	z-index: 99;
}
#hero{
	position: relative;
	overflow: hidden;
}*/
.slider-content{
	position: relative;
	z-index: 999;
}
#hero33{
	position: relative;
	height:100vh;
}
.slider .row{
	width:100%;
}
.slider-content{
	width:100%;
	padding:0px 11%;
}
[data-filter] {
    background: #fff;
	border-radius:0px;
}