html{
    overflow-x: hidden;
}
@font-face {
    font-family: "Italianno";
   src: url(../font/Italianno-Regular.ttf);
}
section.video-banner {
    padding: 0px;
    width: 100%;
    height: 100vh;
    position: relative;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-sec {
    width: 100%;
    height: 100%;
}
#play, #pause{
    display:none;
}
.head-sec {
    text-align: center;
    margin-bottom: var(--m40);
}
.head-sec h2{
    margin-bottom: 0px;
}
.head-sec p {
    font-size: var(--f24);
    /* font-weight: 600; */
    color: var(--secondary-color);
    /* margin-bottom: var(--m5); */
    /* letter-spacing: 3px; */
    /* text-transform: uppercase; */
    /* line-height: 1.7; */
    text-align: left;
}
.search-bar form{
    position: relative;
 margin: auto;
 justify-content: center;
 width: 95%;
 left: 0;
 right: 0;
 bottom: 0px;
 background: var(--white-color);
 padding: 0 0;
 border-radius: 0px;
 z-index: 2;
 box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
 margin-top: var(--m30);
}

.search-bar select{
 font-size: var(--f14);
 color: var(--other-color);
 line-height: 32px;
 font-weight: 400;
 border-radius: 0px;
 padding: 0 var(--p15) 0 var(--p10);
 background: var(--white-color);
 text-indent: 0px;
 border: 0px solid #e0e0e0;
 height: 32px;
 width: 100%;
}

.search-bar input{
 font-size: var(--f14);
 color: var(--secondary-color);
 line-height: 32px;
 font-weight: 400;
 border-radius: 0px;
 padding: 0;
 padding-left:var(--p10);
 background: var(--white-color);
 border: 0px solid #e0e0e0;
}
.search-bar input#end_date {
 padding-left: 20px;
}

.search-bar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: var(--secondary-color);
 opacity: 1; /* Firefox */
}

.search-bar i{
 color: var(--secondary-color);
 position: absolute;
 top: 1.5rem;
 font-size: var(--f16);
 right: 20px;
}

.search-bar .col-3{
position: relative;
 width: 20%;
 padding-left: var(--p10);
 padding-right: 0;
 padding-top: var(--p17);
 padding-bottom: var(--p17);
}
.search-bar .col-3:before{
 position: absolute;
 content: '';
 top: 24px;
 right: 0;
 width: 1px;
 height: 15px;
 background: #999;
}
.search-bar .check:before {
  position: absolute;
 content: '';
 top: 9px;
 right: 0;
 width: 1px;
 height: 15px;
 background: #999;
}
.search-bar .check i{
 top: 0.5rem;
}
.search-bar .col-3.guest:before, .search-bar .col-3.srch-btn:before{
 display:none;
}
.search-bar .col-3.srch-btn{
 padding-top:0px;
 padding-bottom:0px;
 padding-left:0px;
}
.search-bar button.main-btn {
 width: 100%;
 height: 66px;
 letter-spacing: 2px;
     background: var(--secondary-color);
    border-color: var(--secondary-color);
}
.search-bar button.main-btn:hover{
    box-shadow: inset 0 70px 0 0 var(--btn-hover);
    border-color: var(--btn-hover);
}
.search-bar button.main-btn.close111 {
 height: 43px;
 padding: var(--p5) var(--p15);
 font-size: var(--f14);
}
.search-bar .datepicker-common-2 {
 padding: 0;
 width: 50%;
}
.search-bar .main-check{
 padding-left: var(--p10);
 padding-right: 0;
 padding-top: var(--p17);
 padding-bottom: var(--p17);
}
.search-bar .main-check .row{
 position:relative;
}
div#guestsss {
 width: 100%;
 min-width: 250px;
 background: var(--white-color);
 padding: var(--p20);
 position: absolute;
 z-index: 9;
 left: 0;
 border-radius: 10px;
 display: none;
 box-shadow: 0px 0px 3px 0px #888888;
}

#guestsss .close1 {
 position: absolute;
 right: 10px;
 left: auto;
 top: 0.3rem;
 font-size: var(--f18);
 color: var(--secondary-color);
 cursor: pointer;
}

#guestsss .adult-box {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: var(--m20);
}

#guestsss .adult-box p{
 letter-spacing: 0px;
 color: var(--black-color);
 text-shadow: 0px 0px 0px #000;
 font-size: var(--f14);
 text-align: left;
 margin: 0px;
}

#guestsss button.button1 {
background: transparent;
 height: 30px;
 width: 30px;
 text-align: center;
 border-radius: 50%;
 font-size: var(--f19);
 line-height: 30px;
 margin-left: 0;
 border: 1px solid var(--black-color);
 color: var(--black-color);
 transition: all .3s;
 cursor: pointer;
}
#guestsss button.button11.button1 {
 margin-left: var(--m14);
}
.datepicker-section{
                         position: relative;
                     }
                     .datepicker-common-2{
                         padding:0;
                     }
                     input#demo17 {
                         position: absolute;
                         left: 0px;
                         top: 0px !important;
                         width: 100% !important;
                         opacity: 0;
                         height: 32px !important;
                         z-index: 9;
                     }
.scroll .chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.scroll .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.scroll .chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.scroll .chevron:before,
.scroll .chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: var(--white-color);
}

.scroll .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.scroll .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.scroll .text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: var(--primary-font);
  font-size: var(--f12);
  color: var(--white-color);
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}
.form-control:focus {
    background-color: var(--white-color) !important;
    border-color: var(--white-color) !important;
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}
.video-cont {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    bottom: 0px;
    background: rgb(0 0 0 / 18%);
    padding-top: 0;
    flex-direction: column;
}
.video-cont .container{
    margin-bottom: 50px;
}
.video-cont .scroll{
    position: absolute;
    bottom: 10px;
    display: none;
}
.video-cont h1 {
      max-width: 100%;
    margin: auto;
    margin-bottom: 0;
    color: var(--white-color);
    text-shadow: 0px 0px 2px #000;
    text-transform: capitalize;
    font-size: var(--f50);
    letter-spacing: 2px;
    font-family: var(--secondary-font);
    font-weight: 600;
    text-align: center;
    position:relative;
    margin-bottom: 190px;
}
.video-cont p{
    max-width: 1266px;
    margin: auto;
    margin-bottom: var(--m20);
    color: var(--white-color);
    text-shadow: 1px 1px 4px #000;
    text-transform: capitalize;
    font-size: var(--f24);
}

/* about priticia css */

section.about-priticia .content-banner{
    background: url('../images/agent-accent.jpg');

    padding-left: 0;
    width: 90%;
}

section.about-priticia .content-banner .content-box{
    max-height: 365px;
    overflow: hidden;
}
section.about-priticia .main-btn{position: relative;top: 0px;display: block;width: 200px;text-align: center;}
section.about-priticia .content-banner .content{
    padding: var(--p50);
    background: var(--secondary-color);
    position: relative;
    left: 75px;
    top: 27px;
    border: 1px solid var(--secondary-color);
}
section.about-priticia .content-banner p,h3{
    color: var(--heading-color);
    font-family: var(--secondary-font);
}
section.about-priticia .content-banner h3{
text-transform: uppercase;
}
section.about-priticia .cont-sec{
    z-index: 1;
}
.priticia-img{
    height: 510px;
    position: relative;
    right: 92px;
    z-index: 0;
}
.priticia-img img{
    height: 510px;
    width: 100%;
    object-fit: contain;
}
/*About company css*/
section.about-us-home .abt-co-img-left {
    border-radius: 5px;
    position: absolute;
    left: 0px;
    top: 0;
}
section.about-us-home .head-sec h2 {/* text-transform: uppercase; */}

section.about-us-home .abt-co-img-left img, section.about-us-home .abt-co-img-right img{
    border-radius: 5px;
}
section.about-us-home .abt-co-img-left img{
    width: 410px;
}
section.about-us-home  .abt-co-img-right {
    text-align: right;
    z-index: 1;
    transform: translateY(135px) translateX(35px);
}
section.about-us-home .abt-co-img {
    position: relative;
    padding-right: var(--p40);
}
section.about-us-home .abt-co-img-center {
    position: absolute;
    top: 205px;
    left: 65px;
    z-index: -1;
}
section.about-us-home .head-sec {
    text-align: left;
    margin-bottom: var(--m15);
}
section.about-us-home ul.key-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: none;
}
section.about-us-home li{
    width: 50%;
    margin-bottom: var(--m10);
    font-weight: 600;
    color: var(--heading-color);
    display: flex;
    align-items: center;
}

section.about-us-home i{
    font-size: var(--f18);
    margin-right: var(--m10);
    font-weight: 900;
    min-width: 30px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--heading-color);
}
section.about-us-home p {
    color: var(--primary-color);
    max-height: 210px;
    overflow: hidden;
}
section.about-us-home .abt-co-img-right img{
    height:300px;
}
section.about-us-home a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
    margin-top: var(--m10);
}
/*About cta css*/
section.abt-cta {
   padding: var(--p60) var(--p12);
    background: url(../images/abt-cta.jpg);
    /* position: fixed; */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section.abt-cta .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
}
section.abt-cta .container{
    position:relative;
}
section.abt-cta .head-sec p{
    color: var(--white-color);
    text-shadow: 0px 0px 2px #0000006b;
    font-size: var(--f16);
    font-weight: 400;
    text-transform: capitalize;
}
section.abt-cta .head-sec {
    text-align: center;
    margin-bottom: 0;
}
section.abt-cta .head-sec h2 {
    margin-bottom: var(--m20);
    font-size: var(--f50);
    color: var(--white-color);
    text-shadow: 0px 0px 2px #000;
}
/*Properties css*/

section.featured-pro {
    background: var(--lt-bg-color);
}
section.featured-pro .head-sec {
    text-align: center;
    margin-bottom: var(--m30);
}
section.featured-pro .row{
    gap:20px 0;
}

section.featured-pro img.img-fluid {
    width: 100%;
    height: 300px;
    object-fit: cover;border-radius: 10px 10px 0 0;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
section.featured-pro .pro-img:hover img{
    transform: scale(1.14);
}
section.featured-pro .pro-img a:before{
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    z-index: 1;
}
section.featured-pro .pro-img a{
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 10px 10px 0 0;
    display: block;
}
section.featured-pro .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p24);
    border-radius: 0px 0px 10px 10px;
    background: var(--white-color);
    box-shadow: 0px 4px 24px rgba(189, 189, 189, 0.24);
}

section.featured-pro .rating i {
    color: #E3E3E3;
    margin-right: var(--m3);
    font-size:var(--f14);
}
section.featured-pro .rating i.checked {
    color: #FCAF3D;
}
section.featured-pro .rating{
    margin-bottom:var(--m15);
}
section.featured-pro h3.title {
    font-size: var(--f18);
    line-height: 1.2;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: var(--m11);
}
section.featured-pro h3.title a{
    color: var(--heading-color);
}
section.featured-pro p.adr {
    font-size: var(--f14);
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: var(--m20);
    line-height: 1.5;
    height:21px;
    overflow:hidden;
}
section.featured-pro ul {
    margin: 0 0 var(--m20);
    padding: var(--p20) var(--p20) var(--p15);
    background-color: var(--lt-bg-color);
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: space-between;
}
section.featured-pro i {
    margin-right: var(--m8);
}
section.featured-pro ul li{
    font-size: var(--f14);
    color: var(--heading-color);
}
section.featured-pro h5{
    font-size: var(--f14);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}
section.featured-pro .pro-img {
    position: relative;
}
section.featured-pro h5 span{
    font-weight: 600;
    font-size: var(--f24);
    color: var(--white-color);
}
section.featured-pro .featured i{
    margin-right: 0;
    cursor: pointer;
}

section.featured-pro .featured span {
    font-weight: 500;
    font-size: var(--f14);
    color: var(--white-color);
    background-color: var(--btn-color);
    padding: var(--p5) var(--p8);
    display: inline-block;
    border-radius: 8px;
}
section.featured-pro .featured{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}
/*About owner css*/
section.about-owner {
    background: var(--white-color);
    display: none;
}
section.about-owner .rhea_mask {
    fill: var(--white-color);
}
section.about-owner .svg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
section.about-owner .col-6.col-md-6.col-sm-12.img{
   position: relative;
    padding-left: var(--p60);
    padding-right: var(--p60);
}
section.about-owner .abt-owner {
    position: relative;
    height: 100%;
}
section.about-owner .abt-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

section.about-owner img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
section.about-owner svg {
    height: 588px;
    width: 100%;
}
section.about-owner .head-sec{
   text-align:left;
   margin-bottom: var(--m15);
}
section.about-owner h4{
    font-size: var(--f21);
    font-weight: 500;
}
section.about-owner p{
    color: var(--primary-color);
    margin-bottom: 0;
}
section.about-owner .icon-area {
    border-radius: 100%;
    border: 1px solid #b3b3b3;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: var(--f20);
    display: flex;
    justify-content: center;
    align-items: center;
}
section.about-owner .call-us, section.about-owner .email-us {
    display: flex;
    align-items: center;
    gap: 10px;
}
section.about-owner .call-area {
    display: block;
}
section.about-owner .call-area a{
    display: block;
}
section.about-owner .abt-detail {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: var(--m30);
}
section.about-owner a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
}
/*Counter css*/
section.counter {
   background: #1E1D85;
}
section.counter .counter-box {
    text-align: center;
    padding: var(--p40);
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 15px;
}
section.counter img.img-fluid {
    width: 80px;
    margin-bottom: var(--m20);
}
section.counter h3 {
    font-size: var(--f48);
    color: var(--white-color);
    margin-bottom: var(--m5);
    line-height: 1.2;
}
section.counter h5 {
    font-size: var(--f18);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
}
section.counter .counter-box:hover{
    background:var(--btn-color);
}

/*about gall css*/

section.about-gall {
    /* background-color: #f5f5f5; */
    position: relative;
    padding-top: 40px;
    padding-bottom: 0;
}
section.about-gall .testy {
   width: 100%;
    margin: auto;
    padding: 0;
    padding-bottom: 0;
    border-radius: 0px;
    background: transparent;
}
section.about-gall .item {
    /* padding-left: var(--p15); */
    /* padding-right: var(--p15); */
    padding-bottom: var(--p5);
}
section.about-gall .top-text {
    position: relative;
    height: 100px;
display: none;
}
section.about-gall .test-pro {
    height: 100px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
section.about-gall .test-pro:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}
section.about-gall .test-pro img {
    position: absolute;
    /*top: -35%;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-width: none;
}
section.about-gall .user-icon {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -10px, 0);
    -moz-transform: translate3d(-50%, -10px, 0);
    transform: translate3d(-50%, -10px, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
section.about-gall .user-icon img{
    width:124px;
    height:124px;
    object-fit:cover;
    border-radius: 50%;
    border: 2px solid var(--white-color);
}
section.about-gall .container{
    z-index: 1;
    position: relative;
    padding: 0;
}
section.about-gall .head-sec h2 {
 color: var(--secondary-color);
 text-transform: uppercase;
}

section.about-gall .test-card {
    text-align: center;
    background: var(--white-color);
    border-radius: 0px;
    /* border: 1px solid var(--secondary-color); */
    /* padding: var(--p15); */
    position: relative;
    border-radius: 25px;
}
section.about-gall .test-card p{
    color: var(--primary-color);
    line-height: 1.6;
    margin-bottom: 0;
    margin-top: var(--m10);
}

section.about-gall .test-card h4 {
    font-size: var(--f20);
    margin-bottom: var(--m7);
    font-weight: 600;
    color: var(--heading-color);
}
section.about-gall .cont-sec{
    text-align: center;
}
section.about-gall i.fa-solid.fa-star {
    color: #FCAF3D;
    font-size: var(--f10);
    margin-right: var(--m3);
}
section.about-gall hr {
    width: 200px;
    opacity: 1;
    border-top: 3px solid;
    color: var(--white-color);
}
section.about-gall h3 {
  padding-left: 0;
    font-size: var(--f20);
    font-weight: 700;
    text-align: center;
    color: var(--heading-color);
    margin-bottom: 0;
}
section.about-gall .para p{
   text-align: center;
    width: 90%;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    color: var(--black-color);
    height: 135px;
    max-height: 141px;
    margin-top: var(--m10);
    overflow: hidden;
}
section.about-gall .para i{
    font-size:var(--f30);
}
section.about-gall i.fa-solid.fa-quote-right {
    position: absolute;
    right: 20px;
    bottom: -10px;
}
section.about-gall i.fa-solid.fa-quote-left {
    position: absolute;
    left: 20px;
    top: -10px;
}
section.about-gall p.clt-name{
    color: var(--heading-color);
    font-weight: bold;
    text-transform: uppercase;
    margin-top: var(--m15);
    margin-bottom: 0px;
}

section.about-gall span {
    height: auto;
    overflow: hidden;
    display: block;
}
section.about-gall .test-card:hover .test-pro {
    height: 180px;
}
section.about-gall .test-card:hover .test-pro img {
    top: 0;
    height:100%;
}
section.about-gall .test-card:hover .user-icon {
    -webkit-transform: translate3d(-50%, -20px, 0);
    -moz-transform: translate3d(-50%, -20px, 0);
    transform: translate3d(-50%, -20px, 0);
}

section.about-gall {
    /* background-color: #f5f5f5; */
    position: relative;
    padding-top: 40px;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
}


section.about-gall .owl-carousel .owl-nav .owl-next, section.about-gall .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    z-index: 2;
    left: -10px;
    min-width: 35px;
    background: var(--white-color);
    margin: 0;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 100%;
}
section.about-gall .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 0px;
}



/* review */
section.testimonial{
    background-image: url(../images/new-bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

section.testimonial .testy {
   width: 100%;
    margin: auto;
    padding: 0;
    padding-bottom: 0;
    border-radius: 0px;
    background: transparent;
}
section.testimonial .item {
    padding-left: var(--p15);
    padding-right: var(--p15);
    padding-bottom: var(--p5);
}
section.testimonial .top-text {
    position: relative;
    height: 100px;
display: none;
}
section.testimonial .test-pro {
    height: 100px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
section.testimonial .test-pro:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}
section.testimonial .test-pro img {
    position: absolute;
    /*top: -35%;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-width: none;
}
section.testimonial .user-icon {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -10px, 0);
    -moz-transform: translate3d(-50%, -10px, 0);
    transform: translate3d(-50%, -10px, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
section.testimonial .user-icon img{
    width:124px;
    height:124px;
    object-fit:cover;
    border-radius: 50%;
    border: 2px solid var(--white-color);
}
section.testimonial .container{
    z-index: 1;
    position: relative;
}
section.testimonial .head-sec h2 {
 color: var(--heading-color);
 /* text-transform: uppercase; */
 text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
 width: 67%;
}

section.testimonial .test-card {
    text-align: center;
    background: #d2e6f1;
    border-radius: 0px;
    /* border: 1px solid var(--secondary-color); */
    padding: var(--p20);
    border-radius:25px;
    height: 260px;
}
section.testimonial .test-card p{
    color: var(--primary-color);
    line-height: 1.6;
    margin-bottom: 0;
    margin-top: var(--m10);
}

section.testimonial .test-card h4 {
    font-size: var(--f20);
    margin-bottom: var(--m7);
    font-weight: 600;
    color: var(--heading-color);
}
section.testimonial .cont-sec{
    text-align: center;
    /* padding: 15px; */
}
section.testimonial i.fa-solid.fa-star {
    color: #FCAF3D;
    font-size: var(--f14);
    margin-right: var(--m3);
}
section.testimonial hr {
    width: 200px;
    opacity: 1;
    border-top: 3px solid;
    color: var(--white-color);
}
section.testimonial h3 {
  padding-left: 0;
  font-size: var(--f24);
  font-weight: 700;
  text-align: center;
  color: var(--heading-color);
  margin-bottom: 0;
}
section.testimonial .para p{
   text-align: center;
   width: 90%;
   margin: auto;
   padding-left: 0;
   padding-right: 0;
   position: relative;
   color: var(--secondary-color);
   height: 155px;
   max-height: 155px;
   margin-top: var(--m10);
   overflow: hidden;
}
section.testimonial .para i{
    font-size:var(--f30);
}
section.testimonial i.fa-solid.fa-quote-right {
    position: absolute;
    right: 20px;
    bottom: -10px;
}
section.testimonial i.fa-solid.fa-quote-left {
    position: absolute;
    left: 20px;
    top: -10px;
}
section.testimonial p.clt-name{
    color: var(--heading-color);
    font-weight: bold;
    text-transform: uppercase;
    margin-top: var(--m15);
    margin-bottom: 0px;
}

section.testimonial span {
    height: auto;
    overflow: hidden;
    display: block;
}
section.testimonial .test-card:hover .test-pro {
    height: 180px;
}
section.testimonial .test-card:hover .test-pro img {
    top: 0;
    height:100%;
}
section.testimonial .test-card:hover .user-icon {
    -webkit-transform: translate3d(-50%, -20px, 0);
    -moz-transform: translate3d(-50%, -20px, 0);
    transform: translate3d(-50%, -20px, 0);
}
section.testimonial .head-sec p{
    text-align: left;
    color: var(--heading-color);
    width: 77%;
    padding-left: 20px;
}
/* About us*/
.about-owner{
    padding-top: 100px;
}
.about-owner .main-about{
    position:relative;
    right: 3%;
}
.about-owner .main-btn{
    width:200px;
    display:block;
    margin-top:var(--m20);
    text-align:center;
}

.about-owner .shape-image{
    width:34%;
}

.about-owner .shape-image img{
    width:100%;
}
.about-owner .how-we-value-heading{
    text-align:left;
     margin-bottom:0;
}
.about-owner .about-owner-content .head-sec{
    text-align:left;
    margin-bottom:0;
}

.about-owner .about-owner-content{
   border: 4px solid var(--primary-color);
}
.about-owner .about-content{
padding: var(--p20) var(--p20) var(--p20) 90px;
}
.about-owner .about-owner-img {
    position: relative;
    right: -10%;
    bottom: 6%;
}
.about-owner .about-owner-img img{
    min-height:450px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    width:100%;
    border-radius: 20px;
}
.about-owner .owner-para {
    height: 200px;
    overflow: hidden;
}

/* attractions */


.attractions .image-box{
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 5px;
}

.attractions .image-box img{
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}
.portfolio-thumb {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.portfolio-thumb::before {
    position: absolute;
    content: "";
    height: 310px;
    width: 90%;
    background: #fff;
    bottom: 0;
    clip-path: ellipse(53% 62% at 50% -21%);
    transform: rotate(180deg);
    left: 0;
    right: 0;
    margin: auto;
}
.portfolio-thumb img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}
.portfolio-icon {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 81px;
    height: 81px;
    background-color: #ffffff;
    text-align: center;
    line-height: 88px;
    font-size: 38px;
}
.portfolio-icon a {
    border: 1px dashed #003d4d;
    padding: 6px 12px;
}
.portfolio-icon a i {
  
transform: rotate(-45deg);
}
.portfolio-content {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 99;
}
.portfolio-content h6 {
    font-size: var(--f16);
    line-height: 46px;
    color: #003d4d;
    font-weight: 600;
    transition: .5s;
    margin-bottom: 0;
}
.portfolio-thumb::after {
    position: absolute;
    content: "";
    height: 0;
    width: 90%;
    background: var(--secondary-color);
    bottom: 0;
    clip-path: ellipse(53% 62% at 50% -21%);
    transform: rotate(180deg);
    left: 0;
    right: 0;
    margin: auto;
    transition: .5s;
    z-index: 9;
    
}
.portfolio-thumb:hover::after{
    height: 310px;
}
.portfolio-thumb:hover h6{
    color: var(--white-color);
}
.portfolio-thumb:hover h4 a{
    color: var(--white-color);
}
.portfolio-thumb h4{
    font-size: var(--f24);
    line-height: 30px;
    color: #1685b6;
    font-weight: 400;
    text-decoration: none;
    transition: .5s;
    height: auto;
    overflow: hidden;
}


.attractions .inner-box:hover .image-box:before{
    border-top-color: #d5ae82;
}

.attractions .lower-box{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin-left: 40px;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2px;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    z-index: 3;
}

.attractions .inner-box:hover .lower-box{
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.20);
}

.attractions .lower-content{
    position: relative;
    display: block;
    background: #ffffff;
    padding: var(--p20);
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0px 0px 3px 3px;
    z-index: 1;
}

.attractions .lower-content .icon-box{
    position: absolute;
    right: 30px;
    top: -45px;
    width: 90px;
    height: 90px;
    background: #061138;
    color: #d5ae82;
    text-align: center;
    font-size: 42px;
    line-height: 90px;
    border-radius: 50%;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    display: none;
}

.attractions .inner-box:hover .lower-content .icon-box{
    background: #d5ae82;
    color: #ffffff;
}

.attractions .lower-content .cat{
    position: relative;
    display: block;
    color: #7b8594;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.attractions .lower-content h4{
    position: relative;
    color: var(--heading-color);
    margin-bottom: 20px;
    height: 30px;
    overflow: hidden;
}

.attractions .lower-content h4 a{
    color: var(--secondary-color);
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.attractions .lower-content h4 a:hover{
    color: var(--secondary-color);
}

.attractions .inner-box:hover .link-box a{
    color: var(--secondary-color);
}
.attractions .col-4{
    position: relative;
    padding-right: 0;
    width: 32%;
margin-bottom: var(--m20);
}
.attractions .row{
    justify-content: space-between;
    position: relative;
    bottom: 50px;
}


.attractions .head{
    padding: var(--p60);
    position: relative;
    text-align: center;
}

.attractions .head p {
    font-size: var(--f12);
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: var(--m5);
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.7;
}
.attractions{
    padding: 0;
    /* padding-top: 30px; */
    padding-bottom: 40px;
}
.attractions .how-we-value-heading{
    position: relative;
}
.attractions .how-we-value-heading h2{
    color: var(--secondary-color);
    text-transform: uppercase;
}
.attractions .how-we-value-heading h2{
    color: var(--secondary-color);
}
 
/*Agent css*/
section.agent {
    background-color: #1E1D85;
    background-image: url(../images/agent.png), url(../images/agent-bg-01.png);
    background-repeat: no-repeat;
    background-position: right bottom, left bottom;
    background-size: contain;
    position: relative;
}
section.agent h2{
    color: var(--white-color);
}
section.agent p {
    color: #f2f2f2;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 0px;
}
section.agent .col-4.col-md-4.col-sm-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.agent a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
}
/*faq css*/
section.faq{
    background:var(--white-color);
}
section.faq .accordion-flush .accordion-item{
    border: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
    background: var(--white-color);
    margin-bottom: var(--m20);
}
section.faq .accordion-flush .accordion-item .accordion-button, section.faq .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    padding: var(--p20);
    font-size: var(--f18);
    font-weight: 500;
    color: var(--heading-color);
}
section.faq .accordion-button:not(.collapsed){
    background: var(--white-color);
}
section.faq p {
    color: var(--primary-color);
    font-size: var(--f14);
    font-weight: 500;
}

.sec-line {
    position: relative;
    margin-bottom: var(--m15);
    line-height: 0;
    margin-top: var(--m10);
}
section.faq img{
    border-radius: 10px;
}
section.faq .accordion-body {
    color: var(--primary-color);
    font-size: var(--f14);
}
section.faq a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
    margin-top: var(--m10);
}
/*Newsletter css*/
section.news-letter {
    background: var(--lt-bg-color);
}

section.news-letter h2 {
    margin-bottom: var(--m20);
}
section.news-letter p {
    font-size: 18px;
    font-weight: 500;
    max-width: 480px;
    color: var(--primary-color);
    line-height: 1.5;
}
section.news-letter  input.form-control {
    padding: var(--p5) var(--p5);
    background: transparent;
    border: none;
    min-height: 41px;
    color: var(--primary-color);
    font-size: var(--f14);
}

section.news-letter form {
    background: var(--white-color);
    padding: var(--p15);
    border-radius: 10px;
    display: flex;
}

#model-form .modal-content {
    background-color: var(--secondary-color);
    border: 0px;
    border-radius: 0px;
}

#model-form .modal-header {
    flex-direction: column;
    padding-bottom: 0px;
    border-bottom: 0px;
}
#model-form img.logo {
    width: 220px;
    margin-bottom: var(--m10);
}
#model-form .modal-body {
    padding-top: 0px;
}
#model-form .captcha img{
    width: 150px;
    height: 39px;
}
#model-form .modal-header i{
    color: var(--white-color);
    font-size: var(--f19);
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 10px;
}
#model-form p.call-us, p.call-us a{
    color: var(--white-color);
    font-size: var(--f14);
    margin-bottom: var(--m10);
}
#model-form .modal-dialog{
    max-width:370px;
}
#model-form p.or {
    color: var(--white-color);
    margin-bottom: var(--m10);
}

#model-form .modal-header p{
    color: var(--white-color);
    line-height: 1.5;
    text-align: center;
    font-size: var(--f12);
}
#model-form .form-group {
    padding: 0px;
}
#model-form .form-control {
    border-radius: 0px;
    font-size: var(--f14);
    margin-bottom: var(--m15);
    padding: 8px 10px;
}
#model-form button.main-btn {
    padding: var(--p10) var(--p15);
    font-size: var(--f14);
    width: 100%;
}
#model-form  .form-control:focus {
    background-color: var(--white-color) !important;
}
#model-form .captcha-main {
    padding: 0px;
    display: flex;
    gap: 10px;
}
#model-form button#reload {
    height: 39px;
    border-radius: 0px;
}
#model-form .captcha {
    display: flex;
}

.mob-btn{
    display:none;
}


/* new property section */
section.single-property{
    background: #d2e6f1;
    padding-bottom: 0;
}

section.single-property .main-img img{
width: 100%;
max-height: 500px;
object-fit: cover;
border-radius: 10px;
}
section.single-property .main-img {
    position: relative;
}
section.single-property .price {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,.8));
    border-radius: 0 0 10px 10px;
}
section.single-property .price h3{
    color: var(--white-color);
    /* text-transform: uppercase; */
    font-size: 40px;
    margin-bottom: 0;
}
section.single-property .price p{
    color: var(--white-color);
    font-size: var(--f24);
    font-weight: 500;
}
section.single-property .main-price {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0,0,0,0.10);
}
section.single-property .main-price .status{
    font-size: var(--f16);
    text-transform: uppercase;
    color: var(--primary-color);
    line-height: 30px;
    display: none;
}
section.single-property .asking{
    margin-top: var(--m20);
    font-size: var(--f13);
    text-transform: uppercase;
    line-height: 20px;
    color: var(--primary-color);
    margin-bottom: var(--m10);
}
section.single-property .head h3{
    color: var(--secondary-color);
    margin-bottom: 12px;
    margin-top: var(--m30);
    font-size: var(--f24);
    text-transform: uppercase;
}
section.single-property .head p{
   color: var(--primary-color);
    margin-bottom: 12px;
    font-size: var(--f14);
}
section.single-property ul.ammenities h4{
    font-size: var(--f16);
    color: var(--primary-color);
    margin-bottom: 0;
}
section.single-property ul.ammenities p{
    color: var(--primary-color);
    margin-bottom: 12px;
    font-size: var(--f14);
}
section.single-property .head {
    margin-bottom: var(--m30);
}
section.single-property .col-7{
    padding: 0px;
    padding-right: 50px;
    border-right: 1px solid rgba(0,0,0,0.10);
}
section.single-property .amn-img {
   width: 50px;
    height: 50px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.10);
}
section.single-property ul.ammenities li{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: var(--m10);
}
section.single-property ul.ammenities li p{
    margin-bottom: 0px;
}
section.single-property .col-7 a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
}
section.single-property .col-5{
    padding: 0px;
    padding-left: 50px;
}
section.single-property .col-5 h3{
    color: var(--secondary-color);
    margin-bottom: 22px;
    margin-top: var(--m30);
    font-size: var(--f24);
    text-transform: uppercase;
}
section.single-property .col-5 li{
    padding: 12px 20px;
    border: 1px solid rgba(0,0,0,0.10);
    margin-bottom: 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.single-property .col-5 li span.ttl {
    text-transform: uppercase;
    color: var(--secondary-color);
}
section.single-property .col-5 li span.dtl {
    margin-left: auto;
}
section.property-gallery {
    padding: 0px;
}
section.property-gallery .pro-gallery {
    display: flex;
    position: relative;
}
section.property-gallery .pro-gallery img{
    width: 20%;
    height: 300px;
    object-fit: cover;
}
section.property-gallery .pro-gallery a.main-btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
}


section.about_section{
    background-image: url('../images/new-bg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding-top: 150px;
}

section.about-section{
    background-image: url('../images/new-bg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding-bottom:30px

}


section.about_section .top_text{
  background-color: var(--btn-color);
  padding:30px;
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  font-weight: 100;
  width: 98%;
  margin: auto;
}


section.about_section .top_text .top_text_para{color:#fff;text-align:justify;width: 48%;}

section.about_section .top_text .top_text_para p{
  color:#fff;
}

section.gall_sec {
    position: relative;
    background: var(--lt-bg-color);
}

.how-we-value-heading {
    text-align: center;
    /* padding-bottom: 20px; */
}

section.gall_sec h2{
    padding-bottom: 15px;
    color: var(--heading-color);
    margin-bottom: 0px;
}
section.testimgall_seconial h6{
    line-height: 1.3;
    color: var(--primary-color);
    letter-spacing: 0.03em;
    font-size: var(--f17);
    font-weight: 600;
    margin-bottom: 0px;
}
section.gall_sec  .owl-item {
    padding-left: var(--p5);
    padding-top: var(--p5);
    padding-right: var(--p5);
    padding-bottom: var(--p10);
}
section.gall_sec  .owl-item .quote-icon img{
    width:40px;
    margin-bottom: var(--m10);
}
section.gall_sec .item {
    background: transparent;
    /* box-shadow: 0px 2px 6px 0px #ccc; */
    padding: 0;
    border-radius: 0;
    height: auto;
    width: 100%;
    margin: auto;
}
section.gall_sec .item .para{
    padding-top: 0;
}
section.gall_sec  .test-cont h6{
    color: var(--heading-color);
    text-align: center;
    margin-top: var(--m30);
    font-size: var(--f18);
}
section.gall_sec .item .para p{
    max-height: 200px;
    overflow: hidden;
    height: auto;
    text-align: center;
}
section.gall_sec .user-icon {
    align-items: center;
    margin-top: 0;
    display: flex;
    gap: 15px;
    flex-direction: column;
}
section.gall_sec .user-icon img{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: cover;
    background: var(--white-color);
    display: none;
}
section.gall_sec p.stay {
    margin-bottom: 0px;
}
section.gall_sec i.fa-solid.fa-star {
    color: #FCAF3D;
    font-size: var(--f14);
    margin-right: var(--m3);
}
section.gall_sec h6 {
    width: 100%;
}
section.gall_sec #testimonial-home .owl-nav {
    text-align: right;
    position: absolute;
    top: -75px;
    right: 0;
    z-index: 2;
}
section.gall_sec #testimonial-home .owl-nav button.owl-prev {
    margin-right: var(--m15);
    background: var(--heading-color);;
}
section.gall_sec #testimonial-home .owl-nav button {
    background: var(--heading-color);;
    padding: var(--p10);
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
section.gall_sec #testimonial-home .owl-nav button:hover {
    background: var(--black-color) !important;
}
section.gall_sec #testimonial-home .owl-nav button i {
    font-size: var(--f20);
    line-height: 35px;
    color: var(--heading-color) !important;
}
section.gall_sec #testimonial-home .owl-nav button:hover i {
    color: var(--heading-color) !important;
}

section.gall_sec #testimonial-home .owl-nav button i:hover  {
    color: var(--heading-color) !important;
}

section.gall_sec .rating {
    display: flex;
    justify-content: center;
    align-items: center;
}
.testy {
    margin-top: var(--m10);
}
.col-6.rev-head {
    min-height: 50px;
}

section.gall_sec  .owl-thumbs{}
section.gall_sec  .owl-thumbs .owl-thumb-item{
  height:150px;
  width: 100%;
  max-width:150px;
  background: transparent;
  border: none;
  overflow: hidden;
}
section.gall_sec .owl-thumbs .owl-thumb-item img{
  max-width:100%;
  height:auto;
}
section.gall_sec  div#thumbs {
    width: 500px;
    margin: auto;
}
section.gall_sec div#thumbs .item{
    width: 100%;
    opacity: 0.5;
}
section.gall_sec div#thumbs .owl-item.active.current .item{
opacity: 1;
}
section.gall_sec div#thumbs .owl-nav{
    display: none;
}
section.gall_sec .owl-nav {
   margin: auto;
   position: absolute;
   left: 0%;
   bottom: 50%;
   width: 100%;
   display: flex;
   justify-content: space-between;
}
section.gall_sec .owl-nav button{
    background: #fff !important;
    border-radius: 50% !important;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 500ms ease;
    width: 45px;
    height: 45px;
    line-height: 45px !important;
}


.owl-theme .owl-nav [class*='owl-']:hover {
    color: var(--heading-color) !important;
}

.gall_slide_img img{
  width:100%;
  height: 300px;
  object-fit:cover;
  border-radius: 25px;
  width: 100% !important;
}

.gall_slide_img{
      border-radius: 25px;
      position:relative;
}

section.about-gall .owl-carousel .owl-nav .owl-next, section.about-gall .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    z-index: 2;
    left: -5px;
    min-width: 35px;
    background: var(--btn-color);
    margin: 0;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 100%;
    color: #fff;
}
section.about-gall .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -11px;
}

i.fa.fa-check {
    background: var(--btn-color);
    padding: 8px;
    margin: 5px;
    border-radius: 100%;
    color: var(--white-color);
    font-size: 14px;
    border: 1px solid #fff;
}
section.ask_price ul li{
    font-size: 16px;
    color: var(--heading-color);
    letter-spacing: 1px;
}


section.ask_price .width-container{
max-width:900px;
}

.top-sec{
    position:relative;
}

section.ask_price .b-img{
    width: 10%;
    position: absolute;
    bottom: 0;
    right: -120px;
    top: 310px;
}

.price_sec_btn {
    margin-top: 40px;
}

.price_sec_btn .main-btn{
     border-radius: 50% / 50%;
     border: 2px solid #fff;
     background: #f7f1ec;
     color: var(--heading-color);
}
.price_sec_btn .main-btn:hover{
     border-radius: 50% / 50%;
     border: 2px solid #fff;
     background: #f7f1ec;
     color: var(--heading-color);
}


.rev-bird{
    width: 18%;
}

.divider-line{
    height: 138px;
    width: 5px;
    background: var(--secondary-color);
}

.rev-line {
    display: flex;
    align-items: center;
    justify-content: end;
}


section.testimonial .f-col{border-right: 2px solid var(--heading-color);}
    

section.about_owner{
    background-color:#f7f1ec;

}
section.about_owner img{
  width:50%;

}

.owner_img {
    text-align: center;
}
section.about_owner .owner_img img {
    width: 75%;
    border-radius: 40px;
    border: 4px solid var(--white-color);
}

.owner_para p{
    text-align: justify;
    color: var(--heading-color);
}

section.about-us-home {
    padding-bottom: 150px;
}

.owner-top-text {
    display: flex;
    gap: 40px;
}
.owner-top-text img{
    width: 16% !important;
}

   .is-sticky {
    background:#d2e6f1;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
   }


section.about_section .head-sec h4{
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
  font-size: 45px;
  letter-spacing: 2px;
  font-weight: 500;
}

section.ask_price .head-sec h2{
    text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
    margin-bottom: -10px;
}

section.ask_price .head-sec h4{
    text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
    font-size: 45px;
    letter-spacing: 2px;
}


section.about_owner .head-sec h5{
    text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}

.owner-top-text h5{
  margin-bottom:0;
  font-size: 30px;
}

section.about_section .head-sec h2{
    text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}

.about_section .main-btn{width: 150px;display: block;/* margin: auto; *//* margin-top: 30px; */}

.about_section .text-center .main-btn{
  margin: auto;
}
.about_section .main-btn:hover{
  color:#fff;
}


/* top slider section */

section.about_section .head-sec{position: absolute;top: 60px;left: 55px;}

.mob-nav-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
}


.about_paragraph {
    height:200px;
    overflow: hidden;
}

section.single-property .main-img img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

section.about-section .main-btn:hover{
  color:#fff;
  
}


.popup_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


button.btn-close {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 2;
    filter: invert(1);
    opacity: 1;
}


.popup_text h4{
    color:#fff;
}

section.about-section img{
    width: 100%;
}

