.text-gray {
  color: #9b9b99;
}

.height-60 {
  height: 60px;
}

#header {
  position: sticky;
  box-shadow: 0px 4px 30px 0px #26357733;
  top: 0;
  z-index: 1;
}

.header-top {
  padding: 5px 0;
  border-bottom: 1px solid #ededed;
}


.main-slider {
  /* background: rgba(21, 16, 3, 0.8); */
  position: relative;
}

.main-slider-img {
  min-height: 720px !important;
  max-height: 100% !important;
  min-width: 100% !important;
}

.main-slider>.slick-list {
  max-height: 720px !important;
}

.slick-prev,
.slick-next {
  background-color: #fe931f;
  color: #fff;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -25px;
  padding: 7px 15px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.slick-prev {
  left: 10px;
  top: 50%;
}

.slick-next {
  right: 10px;
}

.slick-next:hover,
.slick-prev:hover {
  background-color: #0089e9 !important;
  transform: scale(1) !important;
  z-index: 1 !important;
}

.main-slider .slick-list {
  z-index: -10;
  background: rgba(21, 16, 3, 0.8);
}


/* navbar css */

.nav-item {
  position: relative;
  float: left;
  margin: 0;
  border-left: 1px #eee solid;
  height: 95px;
}

.nav-item.current,
.nav-item:hover {
  background-color: #e7512f !important;
}

.nav-item.current .nav-link.active,
.nav-item:hover .nav-link {
  color: #fff !important
}

.nav-item.current .nav-link.active i {
  margin-top: 5px !important;
  color: #fff !important;
}

.nav-item.current:after,
.nav-item:hover:after {
  background: #c13715 !important;
  color: #fff;
}

.nav-item:hover:after i {
  color: #fff !important
}

.nav-item:after {
  position: absolute;
  bottom: -9px;
  left: -3px;
  display: inline-block;
  width: 100%;
  height: 9px;
  border-left: 1px #E4E4E4 solid;
  background: 0 0;
  content: "";
  -moz-transform: skew(-35deg, 0);
  -ms-transform: skew(-35deg, 0);
  -o-transform: skew(-35deg, 0);
  -webkit-transform: skew(-35deg, 0);
  transform: skew(-35deg, 0);
}

.nav-item .nav-link {
  text-align: center;
  padding: 22px 17px 0 !important;
}

.nav-item .nav-link span {
  display: block;
  margin-top: 5px;
}

.nav-item .nav-link i {
  display: block !important;
  width: 100%;
  max-width: 16px;
  max-height: 16px;
  margin: 0 auto !important;
  color: #b8b8b8 !important;
}

.nav-item:hover .nav-link i {
  margin-top: 5px !important;
  transition: all .2s ease 0s;
  color: #fff !important;
}

.login_button a i {
  margin: 0 8px;
  font-size: 13px;
}

.login_button a span {
  font-size: 13px;
}

.login_button a:hover span {
  text-decoration: underline !important;
}

.main-slider .slide-text {
  font-size: 25px;
  color: #000;
}

/* animate slider css */

.text-box {
  min-width: 300px;
  width: auto;
  height: auto;
  background-color: #ffffffab;
  border-radius: 12px;
}

.slide-data {
  z-index: 0;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.checkmark {
  color: green;
  font-size: 25px;
}

.slick-arrow {
  margin: 0 10px;
  width: 50px;
  height: 60px;
  background: #fff;
  transform: skew(-25deg, 0);
}

.slick-arrow i {
  transform: skew(25deg, 0);
  color: #a0a0a0;
}

#cust-slider .slick-arrow {
  display: none !important;
}

button.slick-next.border-0.slick-arrow:hover,
button.slick-prev.border-0.slick-arrow:hover {
  transform: skew(-25deg, 0) !important;
  background-color: #e7512f !important;
}

.slick-arrow:hover i {
  color: #fff !important;
}

#cust-slider:hover .slick-arrow {
  display: block !important;
}

/* Login css */

.login-data {
  display: none;
}

.sticky_nav .nav-item {
  height: auto !important;
}

.sticky_nav .nav-item.current .nav-link.active,
.sticky_nav .nav-item:hover .nav-link {
  color: #e7512f !important;
}

.sticky_nav .nav-item .nav-link i {
  display: none !important;
}

.sticky_nav .nav-item .nav-link {
  text-align: center;
  padding: 11px 17px 10px !important;
}

.sticky_nav .nav-item:after {
  display: none !important;
}

.sticky_nav .nav-item.current,
.sticky_nav .nav-item:hover {
  background: transparent !important;
}

.login-data.show {
  display: block !important;
  position: relative;
  display: none;
  padding: 15px 20px;
  background: #333;
  color: #C3C3C3;
  text-align: center;
  top: 0;
}

.login-controls {
  display: table;
  margin: auto;
}

.login-controls .input-box {
  min-width: 220px;
  display: inline-block;
  margin-right: 5px;
}

.log-btn {
  display: inline-block;
}

.log-btn input {
  line-height: 20px;
  color: #fff;
  transform: skew(25deg, 0);
}

.login-box .left {
  float: left;
  margin: 0 5px;
}

.login-box input {
  min-width: 220px;
}

.input-box {
  border: 1px solid #eee;
  background: #fff;
}

.input-box::placeholder {
  transform: skew(25deg, 0);

}

.bg-graybtn {
  background: #ECECEC;
}

.skew-25 {
  -moz-transform: skew(-25deg, 0);
  -ms-transform: skew(-25deg, 0);
  -o-transform: skew(-25deg, 0);
  -webkit-transform: skew(-25deg, 0);
  transform: skew(-25deg, 0);
}

.general-bg {
  background-color: #e7512f !important;
  color: #fff;
}

.check-box-box {
  float: none !important;
  line-height: 34px;
  clear: both;
}

.close-login {
  position: absolute;
  top: 5px;
  right: 25px;
  color: #fff;
  font-size: 22px;
}

.login-box input {
  font-size: 11px;
}

.txt-box {
  padding: 0 12px;
  height: 30px;
  border: 0;
  background-color: transparent;
  background-image: none;
  color: #555;
  font-size: 12px;
  line-height: 30px;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transform: skew(25deg, 0);
}

.txt-box:focus {
  outline: unset !important;
  box-shadow: unset !important;
}

.check-box {
  margin: 0px 10px 0 0;
}

.check-box-box {
  float: none !important;
  line-height: 34px;
  clear: both;
  font-size: 13px;
}

.check-box-box label {
  color: #fff;
}

.check-box-box a {
  color: #e7512f !important;
  text-decoration: none;
}

.text-lightgray {
  color: #777 !important;
}

.text-orange {
  color: #e7512f;
}

.bg-orange {
  background-color: #e7512f !important;
}

.card-bg-gray {
  background: #eee;
}

.bg-lightgray {
  background-color: #777 !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-17 {
  font-size: 17px !important;
}


.header-top {
  padding: 5px 0;
  border-bottom: 1px solid #ededed;
}

.title-1 {
  background: url('/img/Page-title-1.jpg') 50% 50% no-repeat #fff;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.title-2 {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.title-1 h1 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.title-2 h1 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-title h1 {
  font-weight: 700;
  font-size: 35px;
  color: #e7512f;
}

.page-title h1 span {
  color: #777;
}

.title-1 .breadcrumbs {
  background-color: #777 !important;
  color: #fff;
}

.title-2 .breadcrumbs {
  background-color: #777 !important;
  color: #fff;
}

.breadcrumbs {
  float: left;
  overflow: hidden;
  padding: 8px 10px;
}

.animated {
  opacity: 1;
}

.breadcrumbs span {
  float: left;
  margin: 0 3px;
}

.breadcrumbs a {
  float: left;
  margin: 0 3px;
}

.contact-form .message {
  height: 180px !important;
}

.br-3 {
  border-radius: 3px !important;
}

.block-head {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 20px;
  border-bottom: 1px #e2e2e2 solid;
  font-weight: 400;
}

.block-head:before {
  position: absolute;
  bottom: -3px;
  left: 20px;
  width: 35px;
  height: 5px;
  content: "";
  display: inline-block;
  background-color: #e7512f;
}

.block-head:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 80px;
  height: 1px;
  content: "";
  display: inline-block;
  background-color: #e7512f;
}

.block-head-center {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 20px;
  border-bottom: 1px #e2e2e2 solid;
  font-weight: 400;
}

.block-head-center:before {
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 35px;
  height: 5px;
  content: "";
  display: inline-block;
  background-color: #e7512f;
  transform: translate(-50%);
}

.block-head-center:after {
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 80px;
  height: 1px;
  content: "";
  display: inline-block;
  background-color: #e7512f;
  transform: translate(-50%);
}

.block-bg-2 {
  height: 600px;
  background: url('/img/Shaking Hands pic (1).jpg') no-repeat fixed;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.block-bg-3 {
  height: 600px !important;
  background: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-position: center;
 }

.block-bg-management {
  height: 600px;
  background: url('/img/HOA\ Association\ Pic.jpg') no-repeat fixed;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.block-bg-BackgroundReport {
  height: 600px;
  background: url('/img/Dating\ Couple.jpg') no-repeat fixed;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.block-bg-support {
  height: 600px;
  background: url('/img/Supoort\ Pic.jpg') no-repeat fixed;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.agent-img-bg {
  background: rgb(47 45 42 / 80%);
}

.landlord-img-text {
  background: rgb(255, 255, 255, 0.843137) !important;
  width: 50%;
  padding: 25px !important;
}

.management-img-text {
  background: rgb(255, 255, 255, 0.843137) !important;
  width: 50%;
  padding: 25px !important;
}

.foot-social {
  margin: 0 6px 0 0;
  font-size: 17px;
  background: #494949;
  border-radius: 50%;
  width: 30px;
  text-align: center;
  display: inline-block;
  color: #B5B5B5;
  overflow: hidden;
  padding: 4px;
  height: 25px;
}

.foot-social-li :hover,
.foot-social.active {

  background-color: #e7512f !important;
  color: white !important;
}


.nav-foot-menu li a:hover,
.nav-foot-menu li a.active {
  padding-bottom: 0 !important;
  color: #e7512f !important;
  border-bottom: 2px solid #e7512f;

}

.pdf-container {
  display: inline-block;
  margin: 10px;
}

.pdf-preview {
  border: 2px solid #ccc;
  min-width: 250px;
  max-width: 250px;
  min-height: 110px;
}

.box-2-cont {
  position: relative;
  text-align: center;
  padding: 0 15px 15px;
  border: 1px solid #E6E6E6;
}

.box-3-cont {
  position: relative;
  text-align: center;
  padding: 0 15px 15px;
  /* border: 1px solid #E6E6E6; */
}

.box-4-cont {
  position: relative;
  text-align: center;
  padding: 0 15px 15px;
  border: 1px solid #E6E6E6;
}

.box-5-cont {
  position: relative;
  padding: 0 15px 15px;
  border: 1px solid #E6E6E6;
}

.service-box-2 .fa {
  display: table;
  margin: -45px auto 25px;
  width: 90px;
  height: 90px;
  border: 1px solid #E6E6E6;
  border-radius: 50%;
  background-color: #F0F0F0;
  box-shadow: inset 0 0 0 3px #fff;
  color: #B3B3B3;
  text-align: center;
  font-size: 38px;
  line-height: 90px;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.service-box-2:hover .fa,
.service-box-2:hover .r-more {
  background-color: #e7512f !important;
  color: white !important;
}

.service-box-3 .fa {
  display: table;
  margin: -45px auto 25px;
  width: 90px;
  height: 90px;
  border: 1px solid #E6E6E6;
  border-radius: 50%;
  background-color: #F0F0F0;
  box-shadow: inset 0 0 0 3px #fff;
  color: #B3B3B3;
  text-align: center;
  font-size: 38px;
  line-height: 90px;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.service-box-3:hover .box-2-cont {
  border: 1px solid #e7512f !important;
}

.service-box-3:hover .fa {
  border: 1px solid #e7512f !important;
  background-color: #e7512f !important;
  color: white !important;
}

.manage-card-responsive {
  max-width: 440px;
}

.service-box-4 .fa {
  display: table;
  margin: -45px auto 25px;
  width: 90px;
  height: 90px;
  border: 1px solid #E6E6E6;
  border-radius: 50%;
  background-color: #F0F0F0;
  box-shadow: inset 0 0 0 3px #fff;
  color: #B3B3B3;
  text-align: center;
  font-size: 38px;
  line-height: 90px;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.service-box-4:hover .fa,
.service-box-4:hover .box-3-cont {
  border: 1px solid #e7512f !important;
  background-color: #e7512f !important;
  color: white !important;
}

.service-box-5 .fa {
  display: table;
  margin: 25px auto 25px;
  width: 90px;
  height: 90px;
  border: 1px solid #E6E6E6;
  border-radius: 50%;
  background-color: #F0F0F0;
  box-shadow: inset 0 0 0 3px #fff;
  color: #B3B3B3;
  text-align: center;
  font-size: 38px;
  line-height: 90px;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.service-box-5:hover .fa,
.service-box-5:hover {
  border: 1px solid #e7512f !important;
  background-color: #e7512f !important;
  color: white !important;
}

.service-box-6 .fa {
  display: table;
  margin: -45px auto 25px;
  width: 80px;
  height: 80px;
  border: 1px solid #E6E6E6;
  background-color: #F0F0F0;
  box-shadow: inset 0 0 0 3px #fff;
  color: #B3B3B3;
  text-align: center;
  font-size: 32px;
  line-height: 80px;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.service-box-6:hover .fa {
  border: 1px solid #e7512f !important;
  background-color: #e7512f !important;
  color: white !important;
}

.service-box-6:hover .box-5-cont h4 {
  color: #e7512f;
}

.service-box-6:hover .box-5-cont {
  border: 1px solid #e7512f !important;
}

@media only screen and (min-width: 1600px) {
  .block-bg-3.home-bg-img {
  margin: 0 auto;
  height: 90vh !important;
  }

  .block-bg-3 {
    height: 650px !important;
    background-position: top;
  }
}

.block-bg-3.home-bg-img {
  margin: 0 auto;
  height: 70vh;
  }

@media only screen and (min-width: 2000px) {
 

  .block-bg-3 {
   max-width: 1320px;
   margin: 0 auto !important;
  }

  .block-bg-3.home-bg-img {
    margin: 0 auto;
    height: 90vh !important;
    }
}

/* @media only screen and (min-width: 1400px) {
  .block-bg-3 {
    height: 700px;
    background: no-repeat fixed;
    background-size: 100% 90%;
    position: relative;
    overflow: hidden;
    background-position: 100% 50%;
  }

  #Agent .block-bg-3.check-bg-img {
    background-position: 100%;
    background-size: 100% 100%;
  }
} */


@media only screen and (max-width: 1600px) {
  .block-bg-3.home-bg-img {
    margin: 0 auto;
    height: 80vh !important;
    }
}


@media (max-width: 1024px) {
  .landlord-img-text {
    width: 100% !important;

  }

  .manage-card-responsive {
    min-width: 100% !important;
  }
}

@media only screen and (max-width: 992px) {
  .nav-item:after {
    display: none;
  }

  .nav-item {
    border-left: none !important;
  }
}

@media (max-width: 768px) {

  .block-bg-BackgroundReport,
  .block-bg-2,
  .block-bg-3,
  .block-bg-management,
  /* .block-bg-support {
    height: 400px !important;
  } */

  .block-bg-3 {
    
    height: 300px !important;
    background-size: cover;
   }

   .block-bg-3.home-bg-img {
    margin: 0 auto;
    height: 70vh !important;
    }
}

@media (max-width: 540px) {

  .block-bg-BackgroundReport,
  .block-bg-2,
  .block-bg-3,
  .block-bg-management,
  /* .block-bg-support {
    height: 300px !important;

  } */
}

label.error {
  color: red;
}

.required {
  color: red;
}