@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
  overflow-x: hidden;
}

.blue-bg-color {
  background-color: #1f2b45;
}

.banner {
  width: 100%;
  height: 500px;
  background-image: url("img/banner-updated.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mobile-img-banner {
  width: 100%;
  min-height: 500px;
  background-image: url("img/banner-updated.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo img{
  margin:auto;
  display: block;
  width:50%;
  margin-top:30px;

}

/*navbar*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #1F2B45;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight:bold;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}




.icon {
  text-align: end;
}

.banner-info {
  border-left: 5px solid #d0a580;
  padding: 20px;
  margin: 8rem 0rem 8rem 8rem;
}

.line_1 {
  display: block;
  height: 1px;
  background: #fff;
  position: relative;
  width: 285px;
}

.line_2 {
  display: block;
  height: 1px;
  background: #707070;
  position: relative;
  width: 200px;
  margin-left: 10px;
}

.heading_line_1 {
  display: block;
  height: 1px;
  background: #b8b2b2;
  position: relative;
  width: 150px;
}

.heading_line_2 {
  display: block;
  height: 1px;
  background: #b8b2b2;
  position: relative;
  width: 100px;
  margin-top: 3px;
}

.heading_line_3 {
  display: block;
  height: 1px;
  background: #b8b2b2;
  position: relative;
  width: 50px;
  margin-top: 3px;
}

.article {
  margin: 30px 0px;
}
.testimonials {
  margin: 30px 0px;
}

.feature-1 {
  border: 1px solid #9e9c9c;
  background-color: #fff;
  margin: 20px 0px 20px 0px;

}


.about .right-div {
  background-color: #1f2b45;
  min-height: 350px;
}


.right-div button {
  background-color: #d0a580;
  color: #fff;
  font-weight: bold;
  margin: -10px 0px 20px 50px;
  font-size: 13px;
}

.about-img {
  width: 600px;
  height: 350px;
  background-image: url("img/home-about-section.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-img p {
  color: #fff;
  margin: 9rem 22rem 0.5rem 3rem;
  font-weight: 500;
  font-size: 18px;
}
.about-img h6 {
  color: #fff;
  font-size: 22px;
  margin: 0rem 15rem 3rem 3rem;
  font-weight: bold;
}

/*testimonials*/
.testimonial-background {
  height: 420px;
  background-image:url("img/testimonial-bg.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-y: hidden;
 
  
}

.desktop-testimonial .modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -3.5rem -0.5rem -0.5rem auto!important;
}


/*footer*/
.social-media-icon {
  background-color: #d0a580;
}
.social-media-grid-container{
  float:left;
  display: grid;
  grid-template-columns:  50px 50px 50px;
  margin-left:-12px;
  margin-bottom:10px;
}
.mobile-social-media-grid-container{
  display: grid;
  grid-template-columns:  50px 50px 50px;
  margin-bottom: 20px;
}
.footer {
  background-color: #3b5265;
}


.dot {
  height: 30px;
  width: 30px;
  background-color: #1f2b45;
  border-radius: 50%;
  display: inline-block;
  margin-top: 30px;
  color: #fff;
}

.btn.btn-rounded {
  border-radius: 50px;
}

.mobile-mail{
  text-align: center;
}

.navbar-dark .navbar-toggler {
  color:red!important;
  border:none!important;
}
.navbar-toggler:focus {
  text-decoration: none !important;
  outline: none!important;
  box-shadow: none!important;
}


.row1-propertie1-img{
  height:100%;
  background-image: url("img/service3.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.row2-propertie2-img{
  height:100%;
  background-image: url("img/service1.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.row3-propertie3-img{
  height:100%;
  background-image: url("img/PropertyManagement.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}


.properties-2{
  background-color: #1F2B45;
  height:auto;
}

.page-link {
  color: #3B5265!important;
  font-weight:medium!important;
}

contact .form-control{
  border: 1px solid rgba(0, 0, 0, 0.514)!important;
  border-radius: 0rem!important;
}

.feature-grid-container{
  display:grid;
  grid-template-columns:  auto auto;
}
.contact-form{
  margin:30px;
}

::placeholder{
  font-size:12px;
  color:#e7e6e634;
}

#more1 {display: none;}
#more2 {display: none;}
#more3 {display: none;}
#more4 {display: none;}
#more5 {display: none;}
#more6 {display: none;}
#more7 {display: none;}
#more8 {display: none;}


.blog-read-more{
  color:#D0A580;
  text-decoration: underline;
  font-size: 13px;
  cursor: pointer;
  font-weight: bold;

}


.desktop-properties-slider{
  margin-top: -44px;
  margin-left: -10px;
}



/*responsive pages*/

.blog-spacing{
  margin-top:0px;
}
.mobile-top-margin{
  margin-top:0px;
}
.about .right-div p {
  color: #fff;
  margin: 100px 50px 50px 50px;
}
@media (max-width: 600px) {
  .blog-spacing{
    margin-top:30px;
  }
  .mobile-top-margin
  {
    margin-top:30px;
  }
 .about .right-div p {
  color: #fff;
  margin: 35px 50px 50px 50px;
}
}



@media only screen and (max-width: 768px) {
  .desktop-banner {
    display: none;
  }
  .desktop-nav{
    display: none;
  }
  .desktop-top-header {
    display: none;
  }
  .desktop-testimonial {
    display: none;
  }
  .desktop-footer {
    display: none;
  }
  .desktop-copyright {
    display: none;
  }
  .desktop-about-img{
    display: none;
  }
  .desktop-how-it-works{
  display: none;
  }
  .desktop-services-properties-section{
    display: none;
  }
  .desktop-videos{
    display: none;
  }
  .desktop-features{
    display: none;
  }
  .dektop-copyright{
    display: none;
  }
  .desktop-properties-slider{
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .mobile-nav{
    display: none;
  }
  .mobile-banner {
    display: none;
  }
  .mobile-top-header {
    display: none;
  }
  .mobile-testimonial {
    display: none;
  }
  .mobile-footer {
    display: none;
  }
  .mobile-copyright {
    display: none;
  }
  .mobile-about-img{
    display: none;
  }
  .mobile-how-it-works{
    display: none;
    }
  .mobile-services-properties-section{
display: none;
  }
  .mobile-videos{
    display: none;
  }
  .mobile-features{
    display: none;
  }
  .mobile-copyright{
    display: none;
  }
  .mobile-properties-slider{
    display: none;
  }
}

.carousel-item p{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

about .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
about .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
 
}
service .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
service .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
 
}


.img-cover {
	padding:10px;
	width:100%;
  object-fit:cover;
}

 .card-height{
  min-height:480px;
}

/* .card-height1{
  min-height:471px;
}  */

@media only screen and (max-width:600px){
  .card-height{
    height:auto;
  }
}


.blog-text{
  font-size: 13px;
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
  max-width: 300px;
  margin-bottom: 0px;
}

.card-height .card-body{
    padding: 0rem 0rem;
}