:root {
  --color-white: #ffffff;
  --color-yellow: #fcb332;
  --color-gray: #777777;
  --color-blue: #384260;
  --color-blue1: #5c727d;
  --color-blue2: #7a8298;
  --color-blue3: #37415d;
}
:root {
  --font-Poppins: "Poppins";
  --font-Josefin: "Josefin Sans";
}
.slidetopheading i,#slider .slidemidheading span,h6,#about i,#about .theme_button,#our-facilities i,#ourservices h2{
  color: var(--color-yellow);
}
#slider .slidesmalltext,#about .theme_button:hover,#ourservices h4,#ourservices p,#hot-week h2,#hot-week p,#testimonial h2, #testimonial p,#popular-property .nav-tabs .nav-link.active,#popular-property .property-name a,#popular-property .propeties_box span,#popular-property .propeties_box h4,#latest-property .latest_propeties_box h4,#latest-property .latest_propeties_box span, #latest-property .latest_propeties_box .latest-property-box-name a,#hot-week .hot_week_box h4,#hot-week .hot_week_box .hot-meta-field,#hot-week .hot_week-name a,#hot-week .hot-week-meta span,#popular-property .propeties-box-meta span,#latest-property .latest-propeties-box-meta span,#popular-property .owl-carousel .owl-nav button.owl-next i,#latest-property .owl-carousel .owl-nav button.owl-next i,#advance-search-box-id .nav-tabs .nav-link.active,#search-box-tab-content .search-box-content button{
  color: var(--color-white);
}
option:checked, option:hover {
    color: white !important;
    background: var(--color-yellow);
}
#why-choose-us .why-choose-box .why-choose-us-img,#how-it-work .work-box .work-box-img,#popular-property .nav-tabs .nav-link.active,#advance-search-box-id .nav-tabs .nav-link.active,#search-box-tab-content .search-box-content button{
  background-color: var(--color-yellow);
}
#property .card,#about .about-text,#our-facilities .facilities-box,#how-it-work .work-box, #testimonial .testimonial-box,#popular-property .propeties_box .theme_button,#latest-property .theme_inner_button_div a,#advance-search-box-id .nav-tabs .nav-link,#search-box-tab-content .search-box-content{
  background-color: var(--color-white);
}
#property .card h4, h2,#about h5,#latest-property .theme_button_div a,#find-city .city-box h4 a,#our-facilities .facilities-box h5,#why-choose-us h4,#how-it-work .work-box h4,#partners h2,#OurAgent .agent-head a,#OurAgent .agent-para,#popular-property .nav-tabs .nav-link,#popular-property .propeties_box .theme_button,#popular-property .propeties_box .latest-btn-title,#latest-property .theme_inner_button_div .theme_button,#latest-property .theme_inner_button_div .theme_button span,#category .category-box .category-inner-box h4 a,#category .category-box .category-inner-box p,#popular-property .owl-carousel .owl-nav button.owl-prev i,#latest-property .owl-carousel .owl-nav button.owl-prev i{
  color: var(--color-blue);
}
p,#property .card p,#property .theme_button,#about p,#category .category-text,#popular-property p,#find-city .city-box p,#why-choose-us p{
  color: var(--color-blue1);
}
#about .about-text p{
  color: var(--color-blue2);
}
#testimonial .testimonial-box p,#testimonial .testimonial-box h4 a{
  color: var(--color-blue3);
}
#slider{
  padding: 0;
}
#slider img{
    transition: all .7s ease-out;
    animation: scale 50s linear infinite;
}
@keyframes scale {
  50% {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
  }
}
#slider .Slider-left-box{
  margin-top: -45%;
}
#slider .slidetopheading{
  font: 600 18px/20px var(--font-Poppins);
}
#slider .slidemidheading{
  font: 600 50px/80px var(--font-Josefin);
  background: 50% 100% / 50% 50% no-repeat
              radial-gradient(ellipse at bottom, #fff, transparent, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: reveal 3000ms ease-in-out forwards 200ms,
              linear infinite 2000ms;
}
#slider .slidesmalltext{
  font: 500 16px/20px var(--font-Josefin);
  width: 50%;
  margin: 0 auto;
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}

@keyframes reveal {
    80%{
      letter-spacing: 2px;
    }
    100% {
      background-size: 300% 300%;
    }
}
@keyframes glow {
    40% {
      text-shadow: 0 0 8px #fff;
  }
}
#advance_search_section{
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  height: 0;
  margin-top: 24%;
  left: 15%;
  right: 15%;
}
#advance-search-box-id .nav-item {
    padding: 0 12px;
    cursor: pointer;
}
#advance-search-box-id .nav-item .nav-link.active:after {
  content: '';
  position: absolute;
  margin-top: 24px;
  height: 0;
  width: 0;
  margin-left: -4%;
  border: 10px solid transparent;
  border-top-color: var(--color-yellow);
}
#advance-search-box-id .nav-tabs .nav-link{
  border-radius: 5px;
  padding: 10px 30px;
}
#advance-search-box-id .nav-tabs .nav-link{
  color: #1f3269;
}
#search-box-tab-content .box-border{
  border-radius: 10px;
  border: 5px solid rgba(249, 250, 251, 0.5);
}
#search-box-tab-content .search-box-content{
  padding: 30px;
  border-radius: 5px;
}
#search-box-tab-content .search-field-box{
  display: flex;
  flex-wrap: wrap;
}
#search-box-tab-content .search-field-box .form-control{
  width: 24%;
}
.form-control:focus, .form-select:focus,.btn:focus {
  border-color: unset;
  box-shadow: none;
}
#search-box-tab-content .search-field-box .form-control, #search-box-tab-content .search-field-box .form-select{
  color: #555555;
  font: 400 14px/22px var(--font-Poppins);
}
#search-box-tab-content .search-box-content button{
  border: none;
}
/*h2{
  transition: all .7s ease-out;
  animation: pulse 4s infinite;
}*/
#property .card{
  border-radius: 10px;
  filter: drop-shadow(0 0 9px rgba(0,0,0,0.13));
  border: none;
  padding: 0 2% 12% 2%;
  width: 98%;
}
#property .card:hover{
/*  transform: scale(1.1, 1.1);*/
  border-bottom: 4px solid var(--color-yellow);
}
#property .card h4,#ourservices h4,#find-city .city-box h4 a{
  font: 600 24px/24px var(--font-Josefin);
}
#property .card img,#ourservices .services-box img {
  width: 70%;
  margin: 0 auto;
}
.services-box:hover img{
  transition: all .7s ease-out;
  animation: rotateInDownLeft 4s;
}
.city-box:hover img{
  transition: all .7s ease-out;
  animation: zoomIn 4s;
}
#property a{
  font: 400 13px/22px var(--font-Poppins);
}
#property .owl-stage-outer,#how-it-work .owl-stage-outer{
  padding: 10px 3px;
}
#about p,#about h5,#ourservices .ourservices-main-text{
  font: 500 16px/26px var(--font-Josefin);
}
#about i,#our-facilities i{
  font-size: 26px;
  padding: 14px 14px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(252, 179, 50, 0.3);
}
#about i:hover{
  transition: all .7s ease-out;
  border-radius: 0;
}
#about i.fab.fa-modx{
  font-size: 28px;
}
#about i.fab.fa-modx,#about i.fa.fa-binoculars{
  padding: 14px 16px;
}
#our-facilities .fas.fa-dollar-sign{
  padding: 14px 19px;
}
#our-facilities .fas.fa-money-bill-alt{
  padding: 15px 12px;
}
#about .about-text{
  padding: 3% 2% 1% 4%;
  border-left:4px solid var(--color-blue) ;
}
#about .about-text p{
  width: 70%;
}
#ourservices h2{
  font: 500 30px/45px var(--font-Josefin);
}
#ourservices .services-para{
  font: 400 14px/22px var(--font-Josefin);
  width: 80%;
  margin: 0 auto;
}
#ourservices .ourservices-main-text{
  width: 30%;
}
#category .category-text,#our-facilities .our_facilities-text,#why-choose-us .why-choose-us-main-text,#OurAgent .our-agent-text,#how-it-work .work-main-text,#testimonial .testimonial-main-text{
  width: 55%;
}
#popular-property h2{
  font: 600 32px/26px var(--font-Josefin)
}
.popular-property-left{
  border-left: 4px solid var(--color-yellow);
  border-radius: 3px;
}
#popular-property .nav-item{
  padding: 0 2%;
  cursor: pointer;
}
#popular-property .nav-tabs .nav-link.active,.nav-tabs .nav-link,#popular-property .propeties_box .theme_button,#latest-property .theme_inner_button_div a{
    border-radius: 5px;
}
#popular-property .property-name a,#hot-week .hot_week_box .hot-meta-field,#hot-week .hot-week-meta span{
  font-weight: 700;
}
.propeties_box,.latest_propeties_box{
  top: 46%;
  bottom: 0;
  opacity: 0;
  position: absolute;
  z-index: 2;
  transition: all 0.3s ease-in 0s;
}
.propeties-image-box:hover:before,.latest-propeties-image-box:hover:before{
   content: '';
    background: #384260;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    z-index: 1;
    transition: all .3s ease-in 0s;
    opacity: .7;
}
/*.propeties-image-box:hover,.latest-propeties-image-box:hover{
 
  opacity: 0.8;
}*/
.propeties-image-box:hover .propeties_box,.latest-propeties-image-box:hover .latest_propeties_box{
  opacity: 1;
}
#hot-week{
  padding: 35px 0;
}
#hot-week .hot_week_box{
    position: absolute;
    top: 72%;
}
#hot-week .hot-week-meta,#popular-property .propeties-box-meta,#latest-property .latest-propeties-box-meta{
  position: absolute;
  top: 7%;
  left: 8%;
}
#hot-week .hot-week-meta span,#popular-property .propeties-box-meta span,#latest-property .latest-propeties-box-meta span{
  margin: 5px;
  padding: 5px 10px;
  background-color: var(--color-blue);
  border-radius: 5px;
}
#hot-week .hot-week-meta span,#popular-property .propeties-box-meta span,#latest-property .latest-propeties-box-meta span{
  font: 700 14px/20px var(--font-Josefin);
}
#hot-week .hot-week-meta span:nth-child(2),#popular-property .propeties-box-meta span:nth-child(2),#latest-property .latest-propeties-box-meta span:nth-child(2),#popular-property .propeties-box-meta span:nth-child(2),#latest-property .latest-propeties-box-meta span:nth-child(2) {
  background-color: var(--color-yellow);
}
#popular-property .propeties_box span,#latest-property .latest_propeties_box span,#advance-search-box-id .nav-tabs .nav-link{
  font: 700 16px/16px var(--font-Josefin);
} 
#latest-property .latest_propeties_box .latest-property-box-name a,#hot-week .hot_week-name a{
  font: 700 18px/18px var(--font-Josefin);
}
#popular-property .propeties_box .theme_button,#latest-property .theme_inner_button_div a{
  padding: 10px 15px;
}
#popular-property .propeties_box .meta-field,#hot-week .hot_week_box .hot-meta-field{
  padding: 0 2px;
}
#latest-property .theme_button_div a,#popular-property .nav-tabs .nav-link{
  background: rgba(31, 50, 139, 0.1);
}
#find-city .city-box img{
  width: 75%;
  height: 130px;
  margin: 0 auto;
}
#find-city .city-box p,#OurAgent .agent-para,#popular-property .nav li span,#popular-property .propeties_box .theme_button{
  font: 500 16px var(--font-Josefin) ;
}
.latest_propeties_box span,#hot-week p,#why-choose-us .why-choose-box p,#how-it-work .work-box-para,#testimonial .testimonial-box p,#hot-week .hot_week_box .hot-meta-field,#category .category-box .category-inner-box p{
  font: 500 14px/20px var(--font-Josefin) ;
}
#our-facilities .facilities-box p{
  font: 500 12px/18px var(--font-Poppins);
}
#our-facilities .facilities-box h5,#why-choose-us h4,#OurAgent .agent-head a,#testimonial .testimonial-box h4 a,#popular-property .propeties_box h4,#latest-property .latest_propeties_box h4,#hot-week .hot_week_box h4{
  font: 600 22px/22px var(--font-Josefin);
}
#our-facilities .facilities-box{
  border: none;
  border-radius: 8px;
  filter: drop-shadow(0 0 9px rgba(0,0,0,0.08));
}
#our-facilities .facilities-box:hover i{
  border-radius: 0;
  transition: all 1s ease-in 0s;
}
#our-facilities .facilities-box:hover{
  border: 1px dashed var(--color-blue);
  transition: all 1s ease-in 0s;
  border-radius: 0;
  transform: scale(1.1, 1.1);
}

#why-choose-us .why-choose-box .why-choose-us-img,#how-it-work .work-box .work-box-img{
  border: 7px solid rgba(241,235,226,0.3);
  border-radius: 50%;
  width: 132px;
  height: 132px;
  margin: 0 auto;
}
#why-choose-us .why-choose-box:hover .why-choose-us-img,#how-it-work .work-box:hover .work-box-img{
  border-radius:0%;
  transition: all 1s ease-in 0s;
}
#why-choose-us .why-choose-box:hover img,#how-it-work .work-box:hover img{
  transition: all 2s ease-in 0s;
  transform: scale(1.2, 1.2);
}
#why-choose-us .why-choose-box img,#how-it-work .work-box img{
  padding: 25%;
  margin: 0 auto;
  height: 92%;
}
#how-it-work .work-box .work-box-img{
  width: 95px;
  height: 95px;
}
#how-it-work .work-box img{
  padding: 25%;
  height: auto;
}
#how-it-work .work-box h4,#popular-property .property-name a,#category .category-box .category-inner-box h4 a{
  font: 600 20px/26px var(--font-Josefin);
}
#category .category-box .category-inner-box h4 a,#find-city .city-box h4 a{
  font-weight: 500;
}
#how-it-work .work-box,#category .category-box{
  border-radius: 8px;
  filter: drop-shadow(0 0 4.5px rgba(50,50,50,0.33));
  padding: 8px;
  border: none;
   margin: 0 5px;
}
#category .category-box:hover img{
  transition: all 1s ease 0s;
  transform: scale(1.1, 1.1);
}
#how-it-work .work-box .work-inner-box,#category .category-box .category-inner-box{
  border-radius: 8px;
  border: 1px dashed var(--color-blue);
  padding: 26px 10px;
}
#category .category-box .category-inner-box{
  padding: 16px 10px;
}
#partners .partner-img img{
  max-width: 65%;
  height: 100px;
  text-align: center;
  display: initial;
}
#OurAgent .agent-box img{
  width: 65%;
  margin: 0 auto;
  border: 1px dashed #384260;
  border-radius: 50%;
  padding: 5px;
}
#testimonial .testimonial-box img{
  width: 6%;
}
#testimonial .testimonial-box .testimonial-img img{
  width: auto;
}
#testimonial .testimonial-box{
  border-radius: 8px;
  filter: drop-shadow(0 0 4.5px rgba(50,50,50,0.33));
  padding: 15px 22px;
}
#testimonial .testimonial-box:hover{
  transition: all 1s ease-in 0s;
  border-radius: 0;
  filter: drop-shadow(0 0 13.5px rgba(50,50,50,0.33));
}
#testimonial .testimonial-box .testimonial-box-text p{
   margin-top: 2%;
   width: 95%;
}
#category .category-box img{
   width: 55%;
   margin: 0 auto;
}
#popular-property .owl-carousel .owl-nav button.owl-prev i,#popular-property .owl-carousel .owl-nav button.owl-next i,#latest-property .owl-carousel .owl-nav button.owl-prev i,#latest-property .owl-carousel .owl-nav button.owl-next i{
  padding: 10px 11px;
  font-size: 16px;
}
#popular-property .owl-carousel .owl-nav button.owl-prev,#latest-property .owl-carousel .owl-nav button.owl-prev{
  background: var(--color-white) !important;
  filter: drop-shadow(0 0 5px rgba(56,66,96,0.31));
  border-radius: 50px !important;
  position: absolute;
  top: 40%;
  left: -16px;
}
#popular-property .owl-carousel .owl-nav button.owl-next,#latest-property .owl-carousel .owl-nav button.owl-next{
  background: var(--color-yellow) !important;
  filter: drop-shadow(0 0 5px rgba(56,66,96,0.31));
  border-radius: 50px !important;
  position: absolute;
  top: 40%;
  right: -16px
}
#latest-property .owl-carousel .owl-nav.disabled{
  display: block;
}
.about-button,#latest-property .theme_button_div,.week_button_div,.read-moresec {
  padding: 0;
  position: relative;
  display: inline-block;
  margin-top: 6px;
}
.about-button a,#latest-property .theme_button_div a,.week_button_div a,.read-moresec a{
  color: var(--color-blue);
  font: 700 16px/16px var(--font-Josefin);
  display: inline-block;
  position: relative;
  padding: 13px 30px 13px;
  border: 2px solid var(--color-yellow);
  transition: all 0.3s ease 0s;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#latest-property .theme_button_div a{
  border-color: var(--color-blue);
}
.week_button_div a{
  color: var(--color-white);
}
.theme_button_div a{
  border-color: var(--color-blue);
}
.about-button a:hover,#latest-property .theme_button_div a:hover,.week_button_div a:hover,.read-moresec a:hover{
  background-color: var(--color-yellow);
  color: var(--color-white);
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
#latest-property .theme_button_div a:hover{
  background-color: var(--color-blue);
}
.about-button a:before,#latest-property .theme_button_div a:before,.week_button_div a:before,.read-moresec a:before{
  position: absolute;
  top: -7px;
  left: -7px;
  content: "";
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  border: solid;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  transition: all .7s ease-out;
  border-color: inherit;
}
.about-button a:after,#latest-property .theme_button_div a:after,.week_button_div a:after,.read-moresec a:after{
  position: absolute;
  bottom: -7px;
  right: -7px;
  content: "";
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  border: solid;
  border-width: 2px 0 0 2px;
  display: inline-block;
  padding: 3px;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  transition: all .7s ease-out;
  border-color: inherit;
}
.about-button a:hover:before,#latest-property .theme_button_div a:hover:before,.week_button_div a:hover:before,.read-moresec a:hover:before{
  left: 100%;
  transform: rotate(90deg);
}
.about-button a:hover:after,#latest-property .theme_button_div a:hover:after,.week_button_div a:hover:after,.read-moresec a:hover:after{
  right: 100%;
  transform: rotate(90deg);
}