
body {
  font-family: 'Poppins', sans-serif !important;
  
}

:root {
    --Primary-color : #000;
    --Dark-primary-color : #000;
    --Secondary-color : #fff;
    --Light-background-grey : #fbfbfd;
    --Background-grey : #f4f4f4;
    --Background-black-color : #222;
    --Text-black-color : #575757;
    --Text-white-color : #999;
    --Text-blue-shade : #bdd9fa;
    --Heading-size : 42px;
    --Text-size : 16px;
    --Res-heading-size : 32px;
    --Res-text-size : 14px;
  }

  hr{
    color: #bbb;
    margin: 0px;
  }

  .text-color-primary {
    color: #273449 !important;
  }
  
  ::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #000;
  }
  
  ::selection {
    color: #fff;
    background: #000;
  }
  
  /* width */
  ::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: var(--Dark-primary-color); 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--Primary-color); 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: var(--Dark-primary-color); 
  }
  
  a {
    text-decoration: none !important;
  }


  .body-bg{
    background-color: rgba(245, 243, 243, 0.796);
  }

  .section{
    max-width: 1200px;
    padding: 50px 0px;
  }


/* Navbar */

.navbar{
  background-color: #000;
}

.navbar-brand {
  color: #fff ;
}

.navbar-brand h2 {
  font-weight: 300 !important;
  font-size: 30px !important;
}

.navbar-brand img {
  width: 100px;
}

.nav-link { 
  color: #fff !important;
  margin: 0px 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.nav-link:hover {
  color: var(--Secondary-color) !important;
}

.active-nav {
  background-color: #000;
  /* box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px; */
  z-index: 7777;
}

.navbar-toggler-icon{
  background-image: url("../images/toggler.jpeg");
}


.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--Primary-color);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  font-size: 13px;
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #fff;
  color: #000;
}

.dropdown:hover .dropdown-content {display: block;}



.navbar-nav {
  margin-left: auto;
}

.cta {
  font-weight: 500;
}

.eq-head {
  border-left: 2px solid #444;
  padding-left: 25px !important;
  
}


.flash {
    color: #fff;
   animation: blink 1.8s infinite;
}

@-webkit-keyframes blink {
       0%		{ color: #fff;}
       50%		{ color: #b78628;}
		100%	{ color: #fff;}

}

/* home */

.home-banner-main{
  position: relative;
  background-color: #000;
}

.home-banner img{
  width: 100%;
  height: 100vh; 
  opacity: 1;
}

.video-banner-height {
  /* height: 98vh !important; */
}

.home-banner video{
  width: 100%;
  /* height: 100vh;  */
  opacity: 0.5;
  height: 100%;
}

.home-banner-text{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}
.home-banner-text h1{
  color: #fff;
  font-size: 65px;
  font-weight: 400;
  padding: 20px;
}

.only-home {
  color: #fff;
  font-size: 28px !important;
  font-weight: 400;
  padding: 20px;
  /* padding-bottom: 0px; */
  font-family: 'Quicksand', sans-serif !important;
  line-height: 40px;
  border-bottom: 1px solid #fff;
  display: inline-block;
}


.stylishfont {
  font-family: 'Bilbo Swash Caps', cursive !important;
  font-size: 56px !important;
}

.home-banner-list{
  padding: 30px;
}

.home-banner-list ul {
  padding: 0 !important;
}

.home-banner-list ul li{
  display: inline;
}

.home-banner-list a{
  font-size: 15px;
  font-weight: 500;
  padding: 10px 30px;
  color: #fff;
  border-right: 1px solid #fff;
  display: inline-block;
}



.home-banner-list a i{
  padding: 5px;
  padding-top: 10px;
}

.home-banner-list a:hover{
  color: #ddd;
}

.btn{
  background-color: var(--Primary-color);
  font-size: 13px;
  color: #fff;
  border: none;
  border-radius: 0px;
  padding: 12px 40px;
  transition: all 0.5s ease;
  margin: 10px;
  border: 2px solid #000;
}

.btn:hover{
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
}

/* top builders */

.heading h2{
  font-size: 50px;
  font-weight: 200;
}


.swiper {
  width: 100%;
  height: 100%;
  padding: 40px !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  padding: 0px 30px;
  margin: 0px !important;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-right: 3px solid #eee;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  text-align: center;
}

/* properties */

                                         
.filterDiv {
  /* padding: 10px; */
  text-align: center;
  display: none;
  margin-bottom: 20px;

}
.filterDiv img{
  width: 100%;
  height: 100%;
  
}

.show {
  display: block;
}

.work-items {
  margin-top: 20px;
  overflow: hidden;
}


.home-prop-main{
  position: relative;
}

.home-prop{
  overflow: hidden;
}

.home-prop a:hover .home-prop-text{
  margin-left: 20px;
  color: #fff;
  background-color: #000;
  transform: translate(10px,10px);
  padding: 20px;
}

.home-prop-image img{
  width: 100%;
  height: 400px;
  position: absolute;
  top: -10px;
  left: 0px;
  z-index: 99;
  padding-right: 10px;
}

.home-prop-text{
  padding-top: 400px !important;
  color: #000;
  transition: all 0.5s ease-in;
}

.home-prop-text h3{
  font-size: 20px;
  font-weight: 300;
}

.home-prop-text p{
  font-size: 12px;
}

.home-prop-text p i, .home-prop-text p span{
  font-size: 12px;
  margin: 0px;
}
.home-prop-text p span{
  padding-right: 20px !important;
  padding: 5px;
}


/* section 4 */
.sec-4-img {
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
  height: 150px;
}
.sec-4-img img {
  width: 100%;
  height: inherit;
  border-radius: 10px 0px 00px 10px;
  transition: all ease 0.8s;
}

.sec-4-main:hover img {
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.3);
  background-position: 0 0, 0 0;
}
.sec-4-main:hover {
  box-shadow: 2px 1px 10px #ccc;
}

.sec-4-main {
  border: 1px solid #ccc;
  border-radius: 10px;
  text-decoration: none;
}
.sec-4-text h5 {
  font-size: 16px;
  color: #000;
}
.sec-4-text p {
  font-size: 10px;
}
.sec-4-text h6 {
  font-size: 13px;
  color: #000;
  font-weight: 600;
}


.inquiry-slide {
  width: 100%;
  height: 100%;
  /* position: fixed;
  top: 0%;
  left: 0; */
  z-index: 1000;
  transition: all 0.5s;
}

.inquiry-form input,
.inquiry-form textarea {
  background-color: transparent;
}


.form-in input,
.form-in textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #555;
  margin: 30px;
  font-size: 16px;
  padding: 10px 0px;
  color: #fff;
}
.form-in button {
  font-size: 18px;
  border: 1px solid #000;
}

.career-form h2{
  font-size: 25px;
  padding-bottom: 20px;
}

.career-form h5{
  font-size: 15px;
  font-weight: 300;
  padding: 10px;
}

.close-position{
  position: relative;
}

.close-img img{
  width: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.wedth{
  /* max-width: 800px; */
  padding-top: 20px;
}

.modal-dialog {
  max-width: 100% !important;
}

.modal {
  
  z-index: 9999 !important;
}

.modal-content {

  background: rgba(0, 0, 0, 0.89) !important;
}

/* about */


.home-about-text{
  padding: 100px;
}

.home-about-text h2{
  padding-bottom: 10px;
  color: var(--Primary-color);
      font-size: 36px;
    font-weight: 300;
}

.home-about-text p{
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: justify;
}

.home-about-img img{
  width: 100%;
  height: 100%;
  overflow: hidden;
}


/* work */

.bg-work{
  background-color: #000;
}

.home-work{
  text-align: center;
  color: #fff;
}

.home-work img{
  width: 100px;
  overflow: hidden;
  padding: 20px;
}

.home-work h3{
  font-size: 25px;
  font-weight: 200;

  padding-top: 10px;
}
.home-work p{
  font-size: 14px;
  font-weight: 200;
}


.home-about-text h3{
  font-size: 15px;
  font-weight: 200;
  padding: 20px 0px 30px 0px;
}


.vmpv{
  color: #fff;
}
.vmpv h2{
  font-size: 30px;
  font-weight: 200;
  padding: 15px 0px;
}

.vmpv p{
  font-size: 15px;
  font-weight: 200;
}

.vmpv-img img{
  width: 60px ;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 50% !important;
  overflow: hidden ;
  text-align: right;
}

/* team */

.team{
  overflow: hidden;
}

.team .home-work{ 
  color: #000 !important;
}

.team .home-work img{
  width: 250px;
  border-radius: 50%;
}

/* testiminial */

.testimonials h2{
  color: #fff;
}

.gallary{
  position: relative;
}

.gallary p{
  font-size: 13px;
  font-weight: 200;
  padding: 20px 10px;
  color: #fff;
}

.gallary-1 img{
  width: 100%;
  height: 300px;
}

.swiper-slide2{
  border-right: none;
  background-color: #000;
}


/* contact-main */

.background{
  background-color: #fff;
}

.contact-text{
  align-self: center;
}

.contact-text p{
  font-size: 15px;
  letter-spacing: 0.8px;
  color: #000;
}

.forms-text p{
  font-size: 18px;
  color: var(--Primary-color);
  padding: 8px;
}

.forms{
  max-width: 1000px;
  background-color: #fff !important;
  padding: 30px;
}

.forms input{
  width: 100%;
  padding: 10px;
  margin-bottom: 0px ;
  border: none;
  border: 1px solid #000!important;
  font-size: 12px;
}

.contact-text{
  color: #000;
  font-weight: 200 !important;
}

.contact-text h3{
  font-weight: 200;
}

.contact-list i{
  padding: 10px;
}

.contact-list, .contact-list a{
  color: #000 !important;
}

.contact-list a:hover, .contact-list a:active, .contact-list a:visited{
  color: #000 !important;
}

.forms textarea{
  width: 100%;
  border: none;
  padding: 10px;
  margin-bottom: 0px ;
  border: 1px solid #000 !important;
  font-size: 12px;
}
input:focus, textarea:focus{
  outline: none !important;
}


/* FOOTER */

.footer {
  margin: 15px 0px;
  color: #fff !important;
  font-weight: 200 ;
}

.footer-logo img{
  width: 100px;
  padding-bottom: 20px;
}

.footer-logo a{
  color: #fff; 
  font-size: 30px;
  padding-right: 15px;
  font-weight: 200 ;
}

.footer-logo p {
  font-size: 12px;
  padding-right: 80px;
}

.footer h2{
  font-size: 18px;
  padding-bottom: 10px;
  color: #fff;
  font-weight: 200 ;
}

.footer-menu ul{
  text-decoration: none;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.footer-menu ul li{
  padding: 5px 0px;
  color: #fff;
}

.footer-menu a {
  color: #fff !important; 
  font-size: 14px;
  font-weight: 500;
  transition: all .2s ease-in-out;
  font-weight: 200 ;
}

.footer-icon a{
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s ease-in-out;
  font-weight: 200;
}


.footer-icon a i {
  color: #fff;
  font-size: 14px;
  margin: 0px 5px;
  border: 2px solid #777;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 7px;
}

.footer-icon a i:hover {
  color: var(--Primary-color);
  border: 2px solid var(--Primary-color);
  background-color: #fff;
}
.footer-icon p{
  font-size: 13px;
  padding: 20px 0px;
  color: #fff;
}

.policy{
  text-align: center;
  padding: 20px;
}

.policy p{
  font-size: 13px;
  color: #fff;
  margin: 0px;
  font-weight: 200 ;
}

.res-contact{
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  z-index: 9999;
}

.res-contact a{
  color: #fff;
}

.call-now{
  background-color: var(--Primary-color);
  padding: 10px;
}

.whatsapp{
  background-color: #075e54;
  padding: 10px;
}

.whatsapp-desktop{
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.whatsapp-desktop img{
  width: 50px;
  background-color: #000;
  padding: 10px;
}

/* about */

.about-banner img{
  height: 80vh !important;
  opacity: 0.4;
}

.home-banner-text p{
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.home-banner-text h5{
  color: #fff;
  font-weight: 300;
}

/* contact */

.contact-box{
  background-color: #fff;
  color: #000;
text-align: center;
padding: 10px;
border: 1px solid #eee;
will-change: transform,box-shadow;
box-shadow: 1px 3px 3px 1px rgb(0 0 0 / 15%);
}

.contact-box:hover{
background-color: #000;
color: #fff;
}

.contact-box i{
  font-size: 25px;
  padding: 20px;
}

.contact-box h3{
  font-size: 18px;
  font-weight: 500;
}

.contact-box p{
  font-size: 15px;
  font-weight: 400;
}

.map iframe{
  width: 100%;
}


/* commercial & residential */

.prop-banner-text{
text-align: left;
}

.prop-banner-text a{
  font-size: 15px;
  color: #fff;
padding: 20px;
}

.slash {
  color: #fff;
}

.prop-banner-text a:hover{
  color: #fff;
}

.prop-banner-text h1{
  color: #fff;
}

.prop-banner img{
  width: 100%;
  /* height: 30vh;  */
  opacity: 1;
}



#London {
  display: block;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-size: 13px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 10px
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}


/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #666 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #666  transparent;;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #000;
  background-color: #fff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: #ddd;
  cursor: pointer;
  user-select: none;
  z-index: -1;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #eee;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.filter-in{
  position: relative;
  margin-bottom: 10px;
}

.filter-in input{
  width: 100%;
  height: 100%;
  margin: 0px;
  border: none;

  font-size: 13px;
  padding-left: 0px;
}

.search-bar{
  border: 2px solid #ddd;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  align-items: center;
}

.search-button button{
  background-color: transparent;
  border: none;
}

textarea:focus, input:focus{
  outline: none;
}


/* blog */

.property-main{
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #eee;
}

.property-main:hover img{
  transform: scale(1.2);
  /* transition: 0.; */
}

.property-in-1{
  overflow: hidden;

}

.property-in-1 img{
  width: 100%;
  
  transition: 1s all ease;
}

.property-in-2 h4{
  font-size: 20px;
  font-weight: 400;
  color: #000;

}

.property-in-2 p{
  font-size: 13px;
  margin: 0px;
  padding: 10px 0px;
  color: #777;
}

.blog-in{
  background-color: #fff;
}

.blog-in h4{
  font-size: 15px;
}

.blog-in:hover{
  opacity: 0.9;
}

.blog-in:hover h4{
  color: var(--Primary-color);
}

.main-form-1{
  background-color: #fff;
  border-radius: 20px;

}

.form{
  padding: 50px 10px;
}

.form p{
  font-size: 13px;
  margin: 0px;
  padding: 30px 0px 5px 0px;
}

.form p span{
  color: var(--Primary-color);
}

.form input, .form textarea{
  width: 100%;
  background-color: #fff ;
  border: 1px solid #eff3fa;
  outline: none;
  font-size: 13px;
  padding: 10px;
}

.policy-text p{
  font-size: 14px;
}

/* properties */

.amenities{
  background-color: #efefef;
}

.item-boxes{
  border: 1px solid #aaa;
  box-shadow: 5px 5px 10px -7px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #fff;
}

.item-boxes p{
  padding: 10px;
  margin: 0px;
  font-size: 15px;
  font-weight: 300;
}

/* Location */

.location-adv{
  background-color: #000;
}

.l-advantages ul {
    list-style: none;
    padding: 0;
}

.l-advantages li{
    padding: 10px 0px;
    font-size: 15px;
    font-weight: 200;
    color: #fff;
}

.l-advantages li i {
    color: #fff;
    margin-right: 10px;
}

.location-img  img {
  width: 100%;
}

@media (max-width: 1000px) {

  .prop-banner img{
    height: 30vh; 
  }

  .home-banner video {
    width: unset;
    height: 98vh;
  }

  .home-banner-list a {
    border-right: none;
  }

  .form-in input, .form-in textarea {
    margin: 0 !important;
  }

  .nav-link { 
    color: #fff !important;
    background-color: #000;
    margin: 0px 10px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 300;
    margin: 0px;
    padding: 10px;
  }
  
  .nav-link:hover {
    color: #000 !important;
    background-color: #fff;
  }

  .home-banner-list ul li{
    display: block;
  }

  .only-home {
    font-size: 24px !important;
  }

  .home-banner-text h1{
    font-size: 50px;
  }


  .home-banner-text p{
    font-size: 12px;
  }

  .section{
    padding: 20px;
  }

  .heading h2{
    font-size: 30px;
  }

  .bd-ryt{
    border-right: none;
  }

  .home-prop-image img{
    height: 200px;
  }

  .home-prop-text {
    padding-top: 200px !important;
  }

  .home-about-text{
    padding: 20px;

  }

  .home-about-text p{
    font-size: 12px;
  }

  .home-about-text h3{
    font-size: 12px;
  }

  .home-work h3{
    font-size: 15px;
  }
  .home-work p{
    font-size: 10px;
  }

  .vmpv p{
    font-size: 12px;
  }

  .contact-text p{
    font-size: 12px;
  }

  .contact-box h3{
    font-size: 17px;
  }

  .contact-box p{
    font-size: 12px;
  }

  .policy-text p{
    font-size: 13px;
  }
  .dropdown-content {
    position: unset !important;
    width: 100%;
    text-align: center !important;
}
.dropdown-content {
  position: unset !important;
  width: 100%;
  text-align: center !important;
}

.whatsapp-desktop{
    display: none;
}


}

@media (max-width: 1200px){

  .team .home-work img{
    width: 150px;
  }

  .home-work img{
    width: 80px;
  }
  
}
