.banner{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 800px;
}
.banner:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #00000096;
}
.banner .banner-content{
  position: relative;
  z-index: 1;
}
.banner .sub-content{
  width: 1180px;
}
.banner h3{
  color: #FBAC17;
}

/* Properties */
.feature-properties{
  background: #F9F9F9;
  padding: 100px 0;
}
.feature-properties h3{
  color: #63055D;
  font-weight: bold;
}
.feature-properties h6.sub-heading{
  color: #666666;
  width: 755px;
  margin: 0 auto;
}
.feature-properties .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background: unset;
  border-radius: 0;
  color: #666666;
}
.feature-properties .nav-link:focus, .nav-link:hover{
  color: #FBAC17;
}
.feature-properties ul.nav-pills{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #B7B7B7;
  width: 1060px;
  margin: 0 auto;
}
.feature-properties ul.nav-pills li{
  display: flex;
}
.feature-properties ul.nav-pills li:last-child{
  margin-right: 0;
}
.feature-properties ul.nav-pills li a{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: bold;
  align-items: center;
  color: #5E5E5E;
  padding: 0;
}
.feature-properties ul.nav-pills li a.active:before{
  content: '';
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #FBAC17;
  bottom: -8px;
  left: 0;
}
.feature-properties ul.nav-pills li a.active:after{
  content: '';
  position: absolute;
  bottom: -3px;
  right: 0;
  height: 4px;
  width: 190px;
  background: #FBAC17;
  padding-right: 100px;
  font-weight: bold;
}
.feature-properties .property-item{
  height: 341px;
  margin-bottom: 30px;
  display: block !important;
}
.feature-properties .item-content{
  padding: 30px;
  text-align: center;
  display: none;
  position: relative;
  color: #ffffff;
  height: 100%;
  animation-name: rotate;
  animation-duration: 0.5s;
  animation-delay: 0.1s;
}
.feature-properties .item-content h3{
  color: #ffffff;
}
.feature-properties .item-content span{
  font-size: 12px;
  width: 190px;
  margin: 0 auto;
  line-height: 24px;
  margin-bottom: 30px;
}
.feature-properties .property-item:hover > .item-content{
  display: block;
}
.feature-properties .property-item:hover > .item-content:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #60035ab8;
}
.feature-properties .item-wrapper{
  position: relative;
}
.feature-properties .mobile-bars{
  display: none;
}

.about{
  padding: 100px 0;
}
.about h3,
.about h2{
  color: #63055D;
  font-weight: bold;
}
.about h6{
  width: 600px;
}
.about-img{
  position: relative;
}
.about-img:before{
  content: '';
  position: absolute;
  left: 0;
  right: 30px;
  top: -20px;
  height: 20px;
  background: #FBAC17;
}
.about-img:after{
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: 30px;
  width: 20px;
  background: #FBAC17;
}

.agents{
  padding: 100px 0;
  background: #3E023B;
}
.agents h2{
  font-weight: 600;
}
.agents > h6{
  margin-bottom: 60px;
}
.agents .slick-track
{
    display: flex !important;
}
.agents .item {
    position: relative;
    background: #ffffff;
    margin: 80px 15px 0;
    padding: 15px;
    height: inherit !important;
}
.agents .item .content {
    height: 88%;
}
.item-img{
  position: relative;
  margin-bottom: 60px;
}
.item-img img{
  position: absolute;
  top: -94px;
  left: 32%;
  width: 128px;
  border-radius: 50%;
}
.agents .item:hover .item-img img{
  animation-name: rotate;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
}
.agents .item h6.agents-name{
  color: #63055D;
}
.agents .item h6 span,
.agents .item h6{
  font-size: 14px;
  color: #5E5E5E;
}
.agents .item a,
.agents .item i{
  color: #63055D;
}
.agents .item i{
  margin-right: 10px;
}
.agents .item .agent-link a{
  display: none;
}
.agent-info p {
  font-size: 14px;
}
.agents .item:hover > .agent-link a{
  display: block;
  animation-name: rotate;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
}
.agents .slick-dots li.slick-active button{
  border: 2px solid #ffffff;
  transition: none;
}
.contact{
  padding-top: 100px;
  background: #EEEEEE;
}
.contact h3{
  color: #63055D;
}
.contact .form{
  background: #ffffff;
  padding: 50px 100px 50px 30px;
  height: 100%;
}

footer{
  padding: 200px 0 100px 0 !important;
  margin-top: -100px !important;
}


@media screen and (max-width: 1399px) {
  h3{
    font-size: 45px;
  }
  .banner .sub-content{
    width: 1100px;
  }
  .feature-properties ul li{
    margin-right: 0;
  }
  .item-img img{
    left: 27%;
  }
  .feature-properties ul.nav-pills{
    width: 880px;
  }
}

/* Large devices (desktops, less than 1200px) */
@media screen and (max-width: 1199px) {
  .banner .sub-content {
    width: 930px;
  }
  .banner h3{
    font-size: 38px;
  }
  .feature-properties ul.nav-pills li a.active:before{
    left: unset;
  }
  .feature-properties ul.nav-pills li a.active:after{
    width: 100%;
    right: unset;
  }
  .about h2{
    font-size: 55px;
  }
  .about h6{
    width: 470px;
  }
  .item-img img{
    left: 33%;
  }
}
@media screen and (max-width: 1024px) {
  h1{
    font-size: 66px;
  }
  .feature-properties h6.sub-heading{
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .banner .sub-content {
    width: 715px;
  }
  .banner h3 {
    font-size: 29px;
  }
  .feature-properties ul.nav-pills{
    width: 100%;
  }
  .feature-properties .item-content h5{
    font-size: 22px;
  }
  .about h2{
    font-size: 45px;
  }
  .about h3{
    font-size: 38px;
  }
  .about h6{
    width: 350px;
    text-align: justify;
  }
  .item-img img{
    left: 26%;
  }
  .contact .form{
    padding: 20px;
  }
  .contact .form .nf-field-label{
    display: none;
  }
}


/* Small devices (landscape phones, less than 768px) */
@media screen and (max-width: 767px) {
  h1{
    font-size: 45px;
  }
  .banner{
    min-height: 500px;
  }
  .banner .sub-content {
    width: 100%;
  }
  .banner h3{
    font-size: 21px;
    line-height: 30px;
  }
  .banner h5{
    font-size: 18px;
  }
  .property-item{
    height: 380px;
  }
  .item-content{
    padding: 50px 30px;
  }
  .feature-properties ul.nav-pills{
    display: none;
    border-bottom: none;
  }
  .feature-properties ul.nav-pills li{
    display: block;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
  }
  .feature-properties ul.nav-pills li:first-child{
    margin-top: 30px;
  }
  .feature-properties .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: #ffffff;
  }
  .feature-properties ul.nav-pills li a{
    color: #ffffff;
    padding-right: 0;
    padding-left: 0;
    flex-direction: row;
    padding: 20px 0;
  }
  .feature-properties ul.nav-pills li a.active:before{
    left: 50%;
  }
  .feature-properties ul.nav-pills li a img{
    filter: brightness(0) invert(1);
  }
  .feature-properties .mobile-bars{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
  }
  .feature-properties .dropdown{
    border: 1px solid;
    padding: 10px 20px;
    margin-bottom: 50px;
    border-radius: 20px;
    background: #60035A;
  }
  .about h6{
    width: 100%;
    text-align: justify;
  }
  .agents h2{
    font-size: 50px;
  }
  .item-img img{
    left: 36%;
  }
  .about-img:before{
    top: -10px;
    height: 10px;
  }
  .about-img:after{
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: 30px;
    width: 10px;
    background: #FBAC17;
  }
  .contact .form h3{
    text-align: center;
  }
  .contact iframe{
    height: 500px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 479px) {
  h1{
    font-size: 27px;
  }
  .banner h5{
    font-size: 14px;
  }
  .feature-properties h3{
    font-size: 28px;
  }
  .item-content{
    padding: 50px 10px;
  }
  .about h2{
    font-size: 34px;
  }
  .about h3{
    font-size: 25px;
  }
  .agents h2{
    font-size: 40px;
  }
  .item-img img{
    left: 34%;
  }
}
@media screen and (max-width: 400px) {
  .item-img img{
    left: 30%;
  }
}
@media screen and (max-width: 375px) {
  .property-item .item-content h5{
    font-size: 18px;
  }
  .agents h2{
    font-size: 30px;
  }
  .agents .item{
    height: 580px;
  }
  .item-img img{
    left: 26%;
  }
  .contact h3{
    font-size: 40px;
  }
}

@media screen and (max-width: 320px) {
  .item-img img{
    left: 18%;
  }
}

@keyframes rotate {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}