* {
  margin: 0px;
  padding: 0px;
  outline: none;
  box-sizing: border-box;
}

a, a:hover, button:focus {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}


button {
  font-size: 16px !important;
  outline: none!important;
  box-shadow: initial!important;
}

button:active, button:focus, button, a:active, a:focus {
  outline: none !important;
}

p, label {
  margin: 0px;
}

p {
  color: #344D4C;
  font-weight: 300;
  font-size: 16px;
}

img {
  max-width: 100%;
}

body {
  font-family: "Poppins", sans-serif, sans-serif;
  font-size: 14px;
}

input {
  outline: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0px;
}

.animate-swipe-right.swipe {
  animation: swipeRight 0.5s;
  opacity: 1;
}
.animate-swipe-left.swipe {
  animation: swipeLeft 1s;
  opacity: 1;
}
.animate-swipe-up.swipe {
  animation: swipeDown 1.5s;
  opacity: 1;
}
.animate-swipe-down.swipe {
  animation: swipeUp 1.5s;
  opacity: 1;
}

@keyframes swipeRight {
  0% {
    transform: translate(30px, 0px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes swipeLeft {
  0% {
    transform: translate(-30px, 0px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes swipeDown {
  0% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes swipeUp {
  0% {
    transform: translate(0px, 30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

.main{
  overflow: hidden;
  padding-top: 60px;
  background: #FBFBFE;
}
.main header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index:2;
  background-color:#ffffff;
  z-index: 3;
  height:60px;
  display: flex;
  align-items: center;
}

header nav.navbar-expand-lg {
  padding: 0px !important;
  background: none!important;
}

.navbar-brand img {
  height:33px;
}

header .navbar .navbar-nav li a {
  color: #000!important;
  font-size: 16px;
  padding:5px 15px !important;
  border: 2px solid transparent;
  font-weight: 500;
  text-transform: uppercase;
}
header .navbar .navbar-nav li a.active{
  border-bottom:2px solid #004363;
  color:#004363;
  font-size: 16px;
  
}
header .navbar .navbar-nav li:hover a {
  border-bottom:2px solid #004363;
  color:#004363;
}
.banner{
  width: 100%;
  height: calc(100vh - 60px);
  background-image: url('../images/banner-img.png');
  background-repeat: no-repeat;
  background-size: auto 500px;
  background-attachment: fixed;
  background-position: right bottom;
  background-color: #0D1C39;
  position: relative;
  display: flex;
  align-items: center;
}

.banner-left{
  display: block;
  height: 100%;
}
.banner-left label{
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 15px;
  display: block;
}
.banner-left h1{
  font-size:45px;
  font-weight: 300;
  margin-bottom: 25px;
}
.banner-left h1 span{
  font-weight:600;
}
.banner .container{
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.banner-left p{
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 30px;
}
.banner-search ul{
  padding: 10px;
  border: none;
}
.banner-search ul.nav-tabs button.nav-link{
  padding:3px 0px;
  background: none!important;
  font-size: 12px!important;
  text-transform: uppercase;
  font-weight: 500;
  color:#ffffff!important;
  border:none;
  margin:0px 15px;
  border-bottom:2px solid transparent;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}
.banner-search ul.nav-tabs button.nav-link:hover, .banner-search ul.nav-tabs button.nav-link.active, .banner-search ul.nav-tabs button.nav-link:focus{
  color:#ffffff!important;
  border-bottom:2px solid #ffffff;
}
.banner-search ul{
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-flex;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  margin-bottom: -19px;
  z-index:0;
  position: relative;
  padding-bottom: 32px;
}
.banner-search .tab-content{
  background: #ffffff;
  padding: 16px;
  border-radius:50px;
  -webkit-border-radius:50px;
  position: relative;
  z-index: 1;
}
.banner-search .tab-content label{
  color:#6C727F;
  display: block;
}
.banner-search .tab-content input{
  height:40px;
  display: block;
  background: #ffffff;
  border:none;
  width:100%;
  font-size: 17px;
  color:#222222;
  font-weight: 400;
  padding-left: 15px;
}
.button{
  display: inline-flex;
  font-size: 15px!important;
  color: #ffffff;
  background: #39B960;
  font-size: 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 40px;
  padding: 0px 20px;
  border:none;
  align-items: center;
}
.button i{
  margin-left: 5px;
}
.button.btn-border{
  background: #ffffff;
  border:1px solid #39B960;
  color:#39B960;
}
.button.btn-border:hover{
  color:#ffffff;
  background-color:#39B960;
}

.search-outer{
  display: flex;
  align-items: end;
}
.search-outer > div{
  flex:1;
}
.search-outer button{
  background: #39B960;
  border-radius: 40px;
}
.banner-stats{
  margin-top: 30px;
  font-size: 16px;
  color: rgba(255,255,255,0.8);
}
.banner-stats a{
  color:#ffffff;
  text-decoration: underline;
  font-weight:400;
}

.banner-right{
  display: flex;
  justify-content: center;
}
.banner-right img{
  height: 500px;
}
section{
  padding: 50px 0px;
}
.title{
  display: block;
  margin-bottom: 30px;
}
.title h2{
  color:#000929;
  font-size:30px;
  display: block;
  font-weight:500;
}
.title p{
  color:#000929;
  font-weight: 300;
  font-size: 16px;
}


.property-types{
  background-color: #F3F3F6;
  background-image: linear-gradient(to bottom right, #F3F3F6, #ffffff, #F9F4EC);
}
.property-block{
  font-size: 17px;
  color:#222222;
  position: relative;
  display: inline-flex;
  width: 100%;
}
.property-block > img{
  width: 100%;
}
.property-name{
  position: absolute;
  top:40px;
  left:0px;
  text-align: center;
  width: 100%;
}
.property-block span{
  font-size: 22px;
  font-weight: 500;
  display: block;
}


.we-help-block{
  background-color: #F3F3F6;
  background-image: linear-gradient(to bottom right, #F3F3F6, #ffffff, #F9F4EC);
  text-align: center;
  display: block;
  padding: 20px 30px 30px;
}
.we-help-block img{
  height: 150px;
  margin-bottom: 15px;
}
.we-help-block h6{
  margin-bottom: 15px;
  font-size: 20px;
}
.we-help-block p{
  font-size: 14px;
  margin-bottom: 15px;
}

.title-btn{
  display: flex;
  align-items: center;
}

.property-card{
  position: relative;
  border-radius:10px;
  -webkit-border-radius:10px;
  overflow: hidden;
  background-color: #ffffff;
  border:1px solid #dddddd;
  height: 100%;
}
.property-card label{
  background-color: rgba(0,0,0,0.8);
  border-radius:5px;
  -webkit-border-radius:5px;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 10px;
  position: absolute;
  left: 10px;
  top:10px;
}
.property-card > img{
  width: 100%;
  height:320px;
  display: block;
  object-fit: cover;
  object-position: center;
}
.property-card span{
  color:#7065F0;
  font-size: 24px;
  font-weight: 600;
}
.property-card h4{
  font-size:15px;
  color:#000929;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
      overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.property-card p{
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
}
.post-detail{
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  background: #fff;
  padding: 15px;
  border-radius: 5px;
}
.post-detail span{
  border: 1px solid #181A20;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 15px;
  color: #000929;
  padding: 5px 10px;
  position: absolute;
  right: 18px;
  top: 21px;
}


.my-slider {
  position: relative;
}
.slick-initialized .slick-slide {
  color: #fff;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.my-slider .slick-next {
  position: absolute;
  right: -50px;
  bottom: 50%;
  width: 45px;
  height: 40px;
  text-indent: 200px;
  overflow: hidden;
  background-color: initial;
  border: none;
  background-image: url("../images/arrow--right.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.my-slider .slick-prev {
  position: absolute;
  left: -50px;
  bottom: 50%;
  width: 45px;
  height: 40px;
  text-indent: 200px;
  overflow: hidden;
  background-color: initial;
  border: none;
  background-image: url("../images/arrow--left.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.slick-next,
.slick-prev {
  z-index: 2;
}
.slick-next {
  right: 15px;
}
.slick-prev {
  left: 15px;
}
.slick-next:before,
.slick-prev:before {
  color: #000;
  font-size: 26px;
}
.slick-list.draggable {
  overflow: hidden;
}
.slick-track {
  display: flex;
}
.slick-dots {
  display: none !important;
}
.features{
  background-color: #F7F7F7;
  background-image: url('../images/feature.png');
  background-repeat: no-repeat;
  background-size:48%;
  background-position: right top;

}
.feature-title{
  font-size:38px;
  font-weight:500;
  color: #181A20;
  margin-bottom: 10px;
  line-height:45px;
}

.feature-subtitle{
  color:rgba(255,255,255,0.7);
  display: block;
  font-size: 16px;
}
.feature-card{
  display: inline-block;
  position: relative;
  width: 536px;
  min-height:220px;
  border-radius: 10px;
  padding-left: 30px;
  padding-top: 35px;
  padding-right: 30px;
  vertical-align: top;
  margin-right: 30px;
}
.feature-card.evaluation{
  background-color: #1b3a69;
}
.feature-card label{
  font-size:15px;
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
  font-weight:600;
  white-space: normal;
}
.feature-card p{
  color:rgba(255,255,255,0.7);
  font-size: 14px;
  white-space: normal;
}
.feature-card span{
  background-color:#ffffff;
  position: static;
  left:20px;
  top:20px;
  width: 57px;
  height: 57px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 37px;
  margin-bottom: 10px;
}
.feature-card.deal span{
  background-color: #ffffff;
  border:1px solid #39B960;
}
.feature-card.deal label{
  color: #000929;
}
.feature-card.deal p{
  color:#000929;
}
.feature-card.deal{
  background-color: #ffffff;
}
.feature-card.apply{
  background-color: #39B960;
}
.feature-card.apply{
  background: #39B960;
}
.feature-card.apply span{
  background: #ffffff;
}

.feature-card-outer{
  display: flex;
  margin-top: 50px;
}
.feature-stats{
  border-top:1px solid #403B77;
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  text-align: center;
  margin-top: 60px;
}
.feature-stats span{
  font-size: 40px;
  color: #ffffff;
  display: block;
}
.feature-stats label{
  color:rgba(255,255,255,0.7);
}
.feature-stats .row > div{
  border-right: 1px solid #ffffff;
}
.feature-stats .row > div:last-child{
  border:none;
}
.virtual-video{
  width:auto;
  max-width: 100%;
  display: inline-flex;
  flex-direction: column;
  background: #ffffff;
  padding: 20px;
  box-shadow: 0px 0px 20px #dddddd;
  -webkit-box-shadow: 0px 0px 20px #dddddd;
  position: absolute;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding-left: 80px;
  right:0px;
  top:95px;
  height: 70px;
  line-height: 27px;
}
.virtual-video img{
  position: absolute;
  left:17px;
  top:9px;
  height: 50px;
}
.virtual-video label{
  font-size: 14px;
  color:#100A55;
  font-weight: 600;
}
.virtual-video p{
  color:#4D5461;
  font-size: 14px;
}
.virtual-video.best-deal{
  bottom: 0px;
  top:initial;
  padding-left: 25px;
  height: 88px;
  right: 50%;
  bottom: 40px;
  margin-right: -100px;
}
.virtual-video.best-deal img{
  top: -23px;
  right: 25px;
  left: initial;
}

.switch-tab{
  background: #E6E6E8!important;
  border:1px solid #DEDEF7;
  padding:8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  width: 294px;
  margin-bottom: 30px;
}
.switch-tab .nav-link{
  width:auto;
  border: 1px solid transparent;
  white-space:nowrap;
  padding:7px 21px;
  font-size: 18px!important;
  color:#505765;
  font-size: 16px !important;
  margin-top: 0px;
}
.switch-tab .nav-link.active{
  border:1px solid #dddddd!important;
  border-radius:6px;
  -webkit-border-radius:6px;
  color:#004363!important;
  background-color: #ffffff;
  display: inline-block;
  font-weight: 500;
}
.banner-search .switch-tab .tab-content{
  background: none!important;
  padding: 0px;
}
.switch-tab-outer{
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
footer{
  background: #181A20;
  padding: 50px 0px 10px;
}
.footer-info p{
  font-size: 15px;
  color:#BEBDBD;
  width: 70%;
}
.footer-info label{
  color:#BEBDBD;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.footer-info span{
  color: #ffffff;
  font-weight: 500;
  display: block;
  font-size: 17px;
}
footer h6{
  font-weight: 500;
  color:#ffffff;
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
}
footer a{
  font-size: 15px;
  color: rgba(255,255,255,0.7);
  display: block;
  margin-bottom: 13px;
}
footer a:hover{
  color:#ffffff;
}
.footer-contact{
  text-align: right;
  color: #ffffff;
  display: flex;
  flex-direction: column;
}
.footer-contact label{
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom:25px;
}
.footer-contact span{
  margin-bottom: 5px;
}
.footer-contact h5{
  font-size: 30px;
  margin-bottom: 30px;
}
.footer-contact p{
  color:#ffffff;
}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,0.2);
  padding-top: 20px;
  margin-top: 30px;
  padding-bottom: 20px;
}
.footer-bottom .container{
  display: flex;
}
.footer-bottom p{
  font-size: 14px;
  color:#ffffff;
  flex:1;
}
.footer-bottom-right{
  display: inline-flex;
}
.footer-bottom-right a{
  display: inline-block;
  font-size: 18px;
  margin-left: 33px;
  opacity: 0.8;
}
.footer-bottom-right a:hover{
  opacity: 1;
}
.inner-banner{
  width: 100%;
  height: 262px;
  background-image: url('../images/page-bg.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
  background-color: #263a6e;
}
.inner-banner .container{
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}
.inner-banner h1{
  margin-bottom:15px;
}
.inner-banner p{
  color: #ffffff;
  display: block;
  font-size: 17px;
  width:50%;
}
.find-home{
  width: 100%;
  height: 433px;
  display: flex;
  background-color: #F7F7FD;
  background-image: url('../images/vector.png');
  background-size: auto 250px;
  background-repeat: no-repeat;
  background-position: calc(100% - -100px) calc(100% - -100px);
  padding: 20px;
  border:1px solid #E0DEF7;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  padding-right:26%;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.find-home h4{
  color:#100A55; 
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
}
.find-home p{
  display: block;
  color: #100A55;
  font-size: 16px;
  margin-bottom:20px;
}
.find-home button{
  background: #100A55;
  color:#ffffff;
  display: inline-block;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
  border:none;
  padding:7px 20px;
}
.why-us h5{
  font-size: 24px;
  display: block;
  color:#000929;
  margin: 14px 0px;
}
.why-us i{
  font-size:40px;
}
.why-us p{
  color:#4D5461;
  font-size: 16px;
}
.about-stats{
  position: relative;
}
.about-stats::after{
  content: '';
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 440px;
  background: #ffffff;
  top:0px
}
.about-stats .container{
  z-index: 1;
  position: relative;
}
.about-stats .feature-title{
  color:#000929;
}
.about-stats p{
  color:#000929;
}
.team-outer{
  position: relative;
  display: flex;
  border:1px solid #dddddd;
  flex-direction: column;
  margin-bottom: 20px;
}
.team-outer img{
  height: 192px;
  width: 100%;
  object-fit: cover;
  object-position: top;
  font-size: 10px;
  display: block;
  margin-bottom: 13px;
}
.team-outer label{
  color: #282828;
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom:5px;
}
.team-outer span{
  font-size: 11px;
  color: #282828;
  margin-bottom:5px;
}
.team-outer p{
  color:#5F6980;
  font-size: 11px;
}
.team-social{
  display: flex;
  margin-top: 20px;

}
.team-social img{
  height: 18px;
  width: auto;
  margin: 0px;
}
.team-social a{
  display: flex;
  background: #F2F4F7;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  margin-right:15px;
}
.team-info{
  display: flex;
  flex-direction: column;
  padding:5px 15px 15px;
}

.breadcrumb{
  font-size: 16px;
}
.breadcrumb i{
  display: inline-block;
  margin: 0px 4px;
}
.property-price{
  text-align: right;
}
.property-price h3{
  color: #7065F0;
  font-size: 26px;
  font-weight: 600;
  display: block;
  margin-bottom: -3px;
}
.property-price{
  display: flex;
  align-items: center;
}
.property-price button{
  margin-left:20px;
}
.specification-outer{
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top:1px solid #DDDDDD;
}
.specification{
  background: #F0F0FF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0,0,0,0.7);
  font-size: 14px;
  padding: 10px;
}
.specification img{
  height: 20px;
  display: inline-block;
  margin-right: 2px;
}
.detail-title{
  color: #000929;
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}
.agent-detail{
  background-color: #F7F7FD;
  border:1px solid #E0DEF7;
  display: block;
  border-radius: 7px 0px 0px 7px;
  -webkit-border-radius: 7px 0px 0px 7px;
  padding: 20px;
  height: 100%;
}
.agent-detail h3{
  font-size: 20px;
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
}
.agent-info{
  position: relative;
  padding-left: 110px;
  min-height: 90px;
  margin-bottom: 40px;
}
.agent-info img{
  position: absolute;
  left: 0px;
  top:0px;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  object-fit: cover;
  object-position: center;
}
.agent-info h5{
  margin-bottom: 10px;
  font-size: 17px;
}
.agent-info p{
  font-size: 13px;
}
.agent-detail h6{
  margin-bottom: 10px;
}
.agent-detail input{
  width: 100%;
  border:none;
  background: none;
}
.field-outer{
  display: flex;
  border-bottom:1px solid #dddddd;
  margin-bottom: 10px;
}
.field-outer input{
  flex:1;
  height:40px;
  font-size: 13px;
}
.field-outer select{
  background: none;
  border:none;
  display: inline-block;
  margin-right: 10px;
}
.blog{
  display: block;
  margin-bottom: 40px;
}
.blog img{
  margin-bottom: 20px;
}
.blog label{
  font-size: 24px;
  color:#000929;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.blog span{
  color:rgba(0,0,0,0.5);
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
}
.blog p{
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
}
.blog a{
  font-weight: 500;
  color:#7065F0;
  font-size: 16px;
}
.blog-wrapper{
  width: 817px;
  max-width:90%;
  margin: auto;
}
.blog-author{
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
  border-top:1px solid #dddddd;
  border-bottom:1px solid #dddddd;
}
.blog-author i{
  margin-right:5px;
}
.contact-outer{
  display: flex;
  background: #ffffff;
  border:5px solid #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  min-height: 200px;
  box-shadow: 0px 0px 10px #eeeeee;
}
.contact-left{
  max-width: 40%;
  flex:1;
  background: linear-gradient(#5B4AC1, #2B235B);
  position: relative;
  padding:30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  color:#ffffff;
}
.contact-left h2{
  font-size: 28px;
  color:#ffffff;
  display: block;
  margin-bottom: 5px;
}
.contact-left p{
  color:#ffffff;
  font-size: 16px;
  margin-bottom:40px;
}
.contact-left > div{
  position: relative;
  padding-left:35px;
  margin-bottom: 30px;
}
.contact-left > div img{
  position: absolute;
  left: 0px;
  top:0px;
}
.form-field{
  display: block;
  margin-bottom: 30px;
}
.form-field label{
  color:#8D8D8D;
  font-size: 12px;
  font-weight: 500;
}
.form-field input, .form-field select{
  border:none;
  border-bottom:1px solid #8D8D8D;
  background: none;
  height:30px;
  font-size: 14px;
  width: 100%;
}
.form-field textarea{
  border:none;
  border-bottom:1px solid #8D8D8D;
  background: none;
  height:100px;
  font-size: 14px;
  width: 100%;
  resize: none;
}
.contact-right{
  padding: 30px;
  width: 60%;
}
.social-media{
  padding-left: 0px!important;
  margin-top: 100px;
  margin-bottom: 0px!important;
}
.social-media a{
  height:30px;
  width: 30px;
  background: #ffffff;
  font-size: 16px;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  margin-right: 20px;
}
.social-media a:hover{
  background: #7065F0;
  color: #ffffff;
}

.carousel-container {
  position: relative;
}
.carousel-item img {
  object-fit: cover;
}
#carousel-thumbs {
  background: rgba(255,255,255,.3);
  bottom: 0;
  left: 0;
  padding: 0 50px;
  position: absolute;
  right: 0;
}
#carousel-thumbs img {
  border: 5px solid transparent;
  cursor: pointer;
}
#carousel-thumbs img:hover {
  border-color: rgba(255,255,255,.3);
}
#carousel-thumbs .selected img {
  border-color: #fff;
}
.carousel-control-prev,
.carousel-control-next {
  width: 50px;
}


.property-switch.switch-tab{
  width: auto;
}
.btn-close{
  position: absolute;
  right: 15px;
  top:15px;
  background-color: rgba(255,255,255,0.9);
  border-radius: 20px;
  padding: 7px;
  width: 20px;
  height: 20px;
  z-index: 10;
}

.our-stats{
  width: 100%;
  height: 150px;
  border-radius:25px;
  -webkit-border-radius:25px;
  border:1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
  overflow: hidden;
}
.our-stats img{
  height: 150px;
  object-fit: cover;
  object-position: center;
}

.our-stats h3{
  font-size: 42px;
  font-weight: 500;
  color: #181A20;
}
.our-stats p{
  font-size: 14px;
}

.subscribe-outer{
  background-color: #F3F3F6;
  background-image: linear-gradient(to bottom right, #F3F3F6, #ffffff, #F9F4EC);
}
.subscribe{
  width: 100%;
  height: 80px;
  display: flex;
  border:1px solid #000000;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 20px;
  align-items: center;
}
.subscribe > div{
  flex:1;
}
.subscribe > div input{
  width: 100%;
  font-size: 18px;
  color: #000929;
  font-weight: 400;
  height: 50px;
  background: none;
  border:none;
}
.subscribe-img{
  position: absolute;
  right: 0px;
  height: 279px;
  top: -54px;
}
.social-icons{
  display: block;
}
.social-icons a{
  display: inline-block;
  margin-right: 25px;
}
footer .subscribe{
  background-color: rgba(255,255,255,0.1);
}
footer .subscribe input{
  color:#ffffff;
}
footer .subscribe button{
  background: none;
}

.why-choose{
  padding-left: 0px;
  position: relative;
  list-style: none;
}
.why-choose li{
  padding-left:62px;
  display: block;
  margin-bottom: 20px;
}
.why-choose span{
  background-color: #39B960;
  color:#ffffff;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0px;
  width:50px;
  height:50px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
}
.why-choose span i{
  font-size:22px;
}
.why-choose label{
  font-weight: 500;
  color: #181A20;
  font-size: 16px;
  margin-bottom:7px;
}
.why-choose p{
  font-size: 14px;
}

.why-us{
  background: #F7F7F7;
  position: relative;
}
.why-us:after{
  position: absolute;
  content:'';
  left: 0px;
  top:0px;
  width:20vw;
  height: 100%;
  background-color: #004363;
}
.why-us-left-img{
  border:3px solid #ffffff;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  -webkit-border-radius: 15px;
}
.why-us .card{
  padding:20px 20px 20px;
  position: relative;
  border:1px solid #E9E9E9;
}
.why-us .card img{
  height:40px;
  position: absolute;
  right: 15px;
  top:15px;
}
.why-us h5{
  font-size:20px;
}
.why-us span{
  font-size: 33px;
  font-weight: 500;
  color: #39B960;
}
.why-us p{
  font-size: 15px;
}
.team-block{
  margin-bottom:30px;
}
.team-block img{
  height:240px;
  width: 100%;
  object-fit:cover;
  object-position: center top;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius:10px;
  margin-bottom: 10px;
}
.team-block label{
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 3px;
}
.buy-sell{
  width: 100%;
  height: 513px;
  display: block;
  background-image: url('../images/buy-sell.png');
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
}
.buy-sell span{
  font-size: 15px;
  margin-bottom: 20px;
  display: block;
}
.buy-sell h2{
  margin-bottom: 25px;
}
.buy-sell button{
  margin: 0px 10px;
  font-size: 13px!important;
}
.blog-outer{
  color:#181A20;
}
.blog-outer img{
  border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 232px;
  object-fit: cover;
  width: 100%;
}
.blog-date{
  width: 69px;
  height: 69px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  text-align: center;
  float: right;
  margin-top: -35px;
  position: relative;
  margin-right: 20px;
}
.blog-date label{
  font-size: 13px;
}
.blog-date span{
  font-size:20px;
  color:#181A20;
  font-weight:600;
}
.blog-outer p{
  font-size: 13px;
  margin-top: 20px;
  margin-bottom:12px;
}
.blog-outer h5{
  font-size: 16px;
}
.feature-about{
  list-style: none;
  padding-left: 0px;
}
.feature-about li{
  margin-bottom: 10px;
}
.price-views{
  display: flex;
  align-items: center;
}
.price-views span{
  color:#000929;
  font-size: 16px;
  display: inline-block;
  margin-right: 20px;
}
.price-views label{
  color:#39B960;
  font-size: 30px;
  font-weight: 600;
}
.title-btn{
  display: flex;
  justify-content: space-between;
}
.title-btn h2{
  flex:1;
}
.specifications{
  margin-top: 20px;
}
.specifications .specifi-block{
  text-align: center;
  background-color: #F7F7F7;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom:2px;
}
.specifications > div{
  padding-right: 2px;
}

.specifi-block img{
  margin-right: 5px;
}
.detail-map{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-img{
  width: 100%;
  margin-bottom: 20px;
}
.contact-img{
  border-radius: 0px 50px 0px 50px;
  -webkit-border-radius: 0px 50px 0px 50px;
  height: 430px;
  width: 100%;
  object-fit: cover;
}
.reach-outer{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #000;
    padding: 20px 20px 10px;
    /* background: #F7F7F7; */
    min-height: 130px;
}
.reach-outer h6{
  display: block;
  margin-bottom: 10px;
}
.reach-outer p{
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.reach-outer i{
  position: absolute;
  left: 0px;
  top:0px;
}
.social a{
  display: inline-flex;
  background: #222222;
  color:#ffffff;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  webkit-border-radius: 50px;
  margin-right: 10px;
}
.social a:hover{
  background-color: #39B960;
}
.social a i{
  color:#ffffff;
  position: static;
}
nav .nav-item{
  padding: 0px 2px;
}
.landing-banner{
  /* background: #222222; */
}
.landing-sections{
  width: 100%;
  min-height:400px;
  background-color: #ffffff;
  padding:30px;
  border-radius:20px;
  -webkit-border-radius:20px;
  text-align: center;
}
.landing-banner h1, .landing-banner h1 span{
    font-weight: 400!important;
    text-transform: uppercase;
    font-size: 35px;
}
.landing-sections h2{
  color:#1b3a69;
  display: block;
  margin-bottom:15px;
  font-size:28px;
  font-weight: normal;
}
.landing-sections h2 span{
  font-weight: bold;
}
.theme-btn{
    display: inline-flex;
    font-size: 15px !important;
    color: #332801;
    background: #ffca08;
    font-size: 16px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    height: 40px;
    padding: 0px 20px;
    border: none;
    align-items: center;
}
.theme-btn:hover{
    color: #ffffff;
    background: #222222;
}

.landing-sections img{
  width: auto;
  height:40px;
  margin-bottom:60px;
  margin-top: 30px;
}
.landing-sections{
  text-align: center;
}
.landing-sections p{
  max-width:400px;
  display:block;
  margin: auto;
}
.landing-banner label{
  background-color: #ffffff;
  color:#000000;
  display: inline-block;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  width: auto;
  padding: 5px 20px;
}
.footer-logo{
  height:40px;
}



/* ===== HERO SLIDER ===== */
.vin-hero-slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
  padding: 0px;
}

.vin-hero-slide {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

.vin-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(10,15,30,0.85) 0%,
    rgba(10,15,30,0.55) 55%,
    rgba(10,15,30,0.25) 100%
  );
}

.vin-hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

.vin-kicker {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #f3c34b;
  margin-bottom: 12px;
}

.vin-hero-content h1 {
  color: #fff;
  font-weight: 600;
  font-size:53px;
  line-height: 1.05;
  margin-bottom: 14px;
}

.vin-hero-content p {
  color: rgba(255,255,255,0.85);
  font-size: 16px;
  margin-bottom: 22px;
}

.vin-hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.vin-btn-primary, .vin-btn-primary:hover {
  background: #f3c34b;
  color: #0b1220;
  padding: 12px 20px;
  border-radius: 12px;
  font-weight: 600;
}

.btn-outline, .btn-outline:hover {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  height: 40px;
  padding: 0px 20px;
  display: inline-flex;
  align-items: center;
}
.mission-vision-block{
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  padding:30px;
  height: 100%;
}
.mission-vision-block i{
  font-size: 40px;
  color:#000000;
}
.mission-vision-block{
  color: #555555;
}
.mission-vision-block h3{
  font-size: 24px;
}
.breadcrumb{
  background-color: #f5f5f5;
  border:1px solid #d0d0d0;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  margin-bottom: 20px;
}
.breadcrumb a{
  color:#004363;
}
.breadcrumb a:hover{
  text-decoration: underline;
}
.breadcrumb span{
  color:#888888;
}
.tags{
  display: block;
  margin-top: 20px;
}
.tags span{
  background:#fdf5da;
  color: #233966;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: 500;
}
 .btn-accent{
      background: var(--accent);
      border-color: var(--accent);
      color: #111;
      font-weight: 600;
      border-radius: 999px;
      padding: .8rem 1.15rem;
      box-shadow: 0 10px 18px rgba(242,180,0,.28);
    }
    .btn-accent:hover{
      background: var(--accent-2);
      border-color: var(--accent-2);
      color:#111;
    }
    .btn-ghost{
      border-radius: 999px;
      padding: .8rem 1.15rem;
      border: 1px solid rgba(255,255,255,.35);
      color: #fff;
      font-weight: 600;
      background: rgba(255,255,255,.06);
    }
    .btn-ghost:hover{
      background: rgba(255,255,255,.12);
      color:#fff;
    }

    /* Section headings like screenshot (big + confident) */
    .section{
      padding: 4.25rem 0;
    }
    .section-title{
      font-weight: 700;
      letter-spacing: -0.01em;
      font-size: 1.75rem;
      margin-bottom: .5rem;
    }
    .section-sub{
      color: var(--muted);
      max-width: 70ch;
      margin-bottom: 1.75rem;
    }

    /* Cards */
    .card-soft{
      border: 0;
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      overflow: hidden;
      background: var(--card);
    }
    .pill{
      display:inline-flex;
      align-items:center;
      gap:.45rem;
      padding: .3rem .65rem;
      border-radius: 999px;
      font-size: .82rem;
      font-weight: 600;
      background: rgba(242,180,0,.14);
      color: #6b5200;
      border: 1px solid rgba(242,180,0,.24);
    }
    .service-hero-img{
      height:250px;
      background-size: cover;
      background-position: center;
    }
    .service-title{
      font-weight: 700;
      margin-bottom: .35rem;
    }
    .service-text{
      color: #4c4f55;
      margin-bottom: 0;
      font-size: .98rem;
    }

    /* Navy feature row (like screenshot blue boxes) */
    .band{
      background:#1b3a69;
      border-radius: 26px;
      padding: 2.25rem;
      color: #fff;
    }
    .band p{
      color:#ffffff;
    }
    .feature{
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(255,255,255,.10);
      border-radius: var(--radius);
      padding: 1.25rem 1.25rem;
      height: 100%;
    }
    .feature h6{
      font-weight:500;
      margin: .45rem 0 .25rem;
      font-size: 18px;
    }
    .feature p{
      margin: 0;
      opacity: .86;
      font-size: .95rem;
    }
    .icon-dot{
      min-width: 42px; min-height: 42px;
      height: 42px;
      border-radius: 12px;
      display:grid;
      place-items:center;
      border: 1px solid rgba(242,180,0,.22);
      color: #fff;
      font-weight: 800;
      font-size:35px;
    }

    /* Process timeline */
    .step{
      position: relative;
      padding: 1.25rem 1.25rem 1.15rem;
      border-radius: var(--radius);
      background: #fff;
      box-shadow: var(--shadow);
      height: 100%;
      border: 1px solid #ddd;
      border-radius: 20px;
    }
    .step-num{
      width: 42px; height: 42px;
      border-radius:50px;
      -webkit-border-radius:50px;
      background:rgba(242,180,0,1);
      color:#6b5200;
      display:grid;
      place-items:center;
      font-weight: 800;
      font-size: 18px;
      font-weight: 500;
    }
    .step h6{
      font-weight: 700;
      margin: .75rem 0 .35rem;
    }
    .step p{
      margin: 0;
      color: #4c4f55;
      font-size: .95rem;
    }

    /* CTA block */
    .cta{
      background: #fff;
      border-radius: 26px;
      box-shadow: var(--shadow);
      padding: 2.25rem;
      overflow:hidden;
      position: relative;
    }
    .cta::after{
      content:"";
      position:absolute;
      right:-80px; top:-80px;
      width: 220px; height: 220px;
      background: radial-gradient(circle at 30% 30%, rgba(242,180,0,.34), rgba(242,180,0,0) 60%);
      transform: rotate(15deg);
    }

  .text-navy{ color:#1e3963; }

  .service-card{
    border-radius: 18px;
    background:#fff;
    box-shadow: 0 14px 35px rgba(0,0,0,.08);
    position: relative;
    overflow:hidden;
  }
  /* gold accent strip */
  .service-card::before{
    content:"";
    position:absolute;
    inset:0 0 auto 0;
    height:6px;
    background:#f2b400;
  }

  .icon-badge{
    width:52px;
    height:52px;
    border-radius: 14px;
    display:grid;
    place-items:center;
    background: rgba(242,180,0,.15);
    border: 1px solid rgba(242,180,0,.25);
    color:#1e3963;
    flex: 0 0 auto;
  }

  .service-list li{
    position:relative;
    padding-left: 1.35rem;
    margin-bottom: .65rem;
    color:#2b2f36;
    font-size: .98rem;
  }
  .service-list li::before{
    content:"";
    width: .55rem;
    height: .55rem;
    border-radius: 999px;
    background:#f2b400;
    position:absolute;
    left:0;
    top:.45rem;
    box-shadow: 0 0 0 3px rgba(242,180,0,.18);
  }

  .btn-accent{
    background:#f2b400;
    border-color:#f2b400;
    color:#111;
  }
  .btn-accent:hover{
    background:#d9a100;
    border-color:#d9a100;
    color:#111;
  }
  .btn-outline-navy{
    border:1px solid rgba(30,57,99,.35);
    color:#1e3963;
    background: transparent;
  }
  .btn-outline-navy:hover{
    background: rgba(30,57,99,.08);
    border-color: rgba(30,57,99,.45);
    color:#1e3963;
  }

  .detail-outer img{
    margin-bottom: 20px;
  }
  .nav-item .theme-btn:hover{
    color:#ffffff!important;
  }