section.andrea-abt {
	position: relative;
  padding-bottom: 30px;
}

.row.andrea-abtrow {
    /* gap: 20px; */
    /* justify-content: center; */
}

.andrea-abtcont {
  padding: 0 var(--p20) 0 0;
  /* width: 57.33%; */
  /* position: relative; */
  /* z-index: 1; */
  /* height: 100%; */
  /* display: flex; */
  /* justify-content: center; */
  /* flex-direction: column; */
}

.andrea-abtcont p {
      text-align: justify;
      max-width: 563px;
      hyphens: auto;
}

.andrea-abtcont h2.prop-h2 {
    text-transform: uppercase;
    font-size: 55px;
}

.andrea-abtimg {
    padding: 0;
    /* width: 40.66%; */
}

.andrea-abtimg img {
    width: 100%;
    height: 530px;
    object-fit: cover;
    object-position: bottom;
    border-radius: 5px;
}


/*******/

section.prop-steps {
	position:relative;
	/* padding-top: 0; */
}
section.prop-steps p{
	text-align:justify;
	hyphens: auto;
}
h2.prop-stepsh2 {
    font-size: 65px;
    line-height: 1;
    margin: 20px 0 0 0;
    /* position: relative; */
    /* z-index: 1; */
    /* height: 100%; */
    /* display: flex; */
    /* justify-content: center; */
    /* flex-direction: column; */
    text-transform: uppercase;
}

.propstep-cont h2 {
    font-size: 90px;
    text-align: center;
    margin: 0;
    padding-bottom: 20px;
}

.propstep-cont h6 {
    font-size: 20px;
    font-weight: 700;
    /* width: 70%; */
    /* display: block; */
    margin: auto;
    text-align: center;
}



/* cta section*/

section.bknow {
      position: relative;
  	background:url('../images/prop-banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 30%);
  padding:var(--p120) var(--p12);
}

section.bknow .event-cont h2 {
    width: 100%;
    padding: 20px 0;
    margin: 0;
    margin-bottom: 10px;
  font-size:44px;
    text-align:center;
  color:white;
}

.row.pgtitl {
    justify-content: center;
}

.event-cont {
    position: relative;
    text-align: center;
}


/** Rent a kent section css **/


section.rentakent {
    position: relative;
    padding: var(--p40) var(--p12);
}

section.rentakent-top {
	padding-top:var(--p60);
}

section.rentakent-btm {
	padding-bottom:var(--p60);
}

section.rentakent ul {
    padding-left: 1rem;
}

section.rentakent ul li {
    list-style-type: disc;
      font-size: 18px;
    line-height: 36px;
}

section.rentakent p {
    margin-bottom: 5px;
}

section.rentakent h5 {
    margin-bottom: 10px;
}

img.img-fluid.rishipro-img {
    height: 300px;
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}

img.img-fluid.rishipro-img.rishipro-imgrev {
    height: 340px;
}

/** our services section css start  **/



section.attractionlist, section.attractionlist .container-fluid{
    padding-left: 0;
    padding-right: 0;
}
section.attractionlist .pro-img img{
width: 100%;
height: 260px;
object-fit: cover;
margin-bottom: 10px;
}
section.attractionlist .pro-content h4{
    font-size: 1.6em;
    font-weight: 500;
    margin-bottom: 10px;
}
section.attractionlist .pro-content p{
    margin-bottom: 0;
}

section.attractionlist h2{
    text-align:center;
    /* font-size: 40px; */
}

section.attractionlist button.owl-next, section.attractionlist button.owl-prev{
    width: 60px;
    height: 60px;
    background: #2d6b2b !important;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: .7;
    transition: opacity .3s;
    position: absolute;
    top: 60%;
    left: -36%;
    transform: translateY(-50%);
}
section.attractionlist button.owl-next{
    left: auto;
    left: -28%;
}
section.attractionlist button.owl-next:hover, section.attractionlist button.owl-prev:hover{
    opacity: 1;
}
section.attractionlist button.owl-next i, section.attractionlist button.owl-prev i{
    color: var(--white-color);
    font-size: 25px;
}

section.attractionlist, section.attractionlist .container-fluid{
    padding-left: 0;
    padding-right: 0;
    /* background: #172423; */
    padding-top: 30px;
}
section.attractionlist .pro-img img{
width: 100%;
height: 260px;
object-fit: cover;
margin-bottom: 10px;
  border-radius: 5px 5px 0 0;
}
section.attractionlist .pro-content h4{
    font-size: var(--f20);
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 10px;
}
section.attractionlist .pro-content p{
    margin-bottom: 0;
    color: var(--black-color);
    hyphens: auto;
}
section.attractionlist button.owl-next, section.attractionlist button.owl-prev{
    width: 50px;
    height: 50px;
    background: var(--black-color) !important;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: .7;
    transition: opacity .3s;
    position: absolute;
    top: 30%;
    left: 4%;
    transform: translateY(-50%);
}
section.attractionlist button.owl-next{
    left: auto;
    right: 4%;
}
section.attractionlist button.owl-next:hover, section.attractionlist button.owl-prev:hover{
    opacity: 1;
}
section.attractionlist button.owl-next i, section.attractionlist button.owl-prev i{
    color: var(--white-color);
    font-size: 22px;
}

.pro-content ul {
	padding-left: 1rem;
}


.pro-content ul li{
	list-style-type: disc !important;
	/* hyphens: auto; */
	to; */
}


.perf-list{
    display: flex;
    align-items: center;
    gap: 25px;
    /* justify-content: center; */
    margin-bottom: 15px;
}
.perf-list p{
	text-align:left;
	margin-bottom: 0;
}
.perf-list i{
    background: #1d2d36;
    padding: 20px;
    border-radius: 100%;
    color: #fff;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fa-check{
    background: #1da2d8;
    padding: 10px 11px;
    border-radius: 100%;
    color: #fff;
}

.fa-location-dot{
    background: #1da2d8;
    padding: 10px 12px;
    border-radius: 100%;
    color: #fff;
}
  .fa-calendar-alt{
     background: #1da2d8;
     padding: 10px 12px;
    border-radius: 100%;
    color: #fff;
}


.perf-text h2{
	/* font-size: 40px; */
	/* text-transform: uppercase; */
	width: 62%;
}


section.perf_sec .per_text{
  display: flex;
  /* justify-content: center; */
}


section.rent_sec .head-sec h2{
      /* font-size: 40px; */
      /* text-transform: uppercase; */
      text-align: center;
      margin-bottom: 60px;
}

.rent_text {
    display: flex;
    gap: 15px;
    align-items: baseline;
    justify-content: start;
}

.rent_text i{
 font-size:20px;
 background: #1d2d36;
 color:#fff;
 border-radius:100%;
 height:40px;
 width:40px;
 min-width: 40px;
 display:flex;
 justify-content:center;
 align-items:center;
}



section.perf_sec .perf-list i{
   font-size:20px;
	background:#1da2d8;
	color:#fff;
	border-radius:100%;
	height:40px;
	width:40px;
	display:flex;
	justify-content:center;
	align-items:center;
}

section.rent_sec .row{
      gap: 30px 0;
}


section.perf_sec .head-sec h2{
      /* font-size: 40px; */
      /* text-transform: uppercase; */
      text-align: center;
      margin-bottom: 60px;
}


.rent_content h6{
  font-size: 22px;
}




  section.experience-section {
    background: #fff;
    padding-top: 20px;
    /* padding-left: 0; */
}
section.experience-section .container-fluid{
    padding:0;
}
section.experience-section .experience-image {
    background-image: url(../images/experience.avif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}
section.experience-section.rev .experience-image{
     background-image: url(../images/experience1.avif);
}
section.experience-section .experience-content {
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

section.experience-section .experience-details {
    padding: 50px;
    box-shadow: 10px 10px 45px 0 rgba(0,0,0,.1);
    border-radius: 20px;
    width: 700px;
    max-width: 700px;
    margin-left: a;
    margin-right: -100px;
    background-color: #f8f8f8e8;
    background-image: url(../images/frame.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: saturation;
    z-index: 2;
    text-align: center;
}
section.experience-section.rev .experience-details{
    margin-left: auto;
    margin-right: -100px;
    z-index: 1;
    position: relative;
}

section.experience-section .head-sec{
    text-align: center;
    margin-bottom: 40px;
}






section.experience-section-rev {
    background: #fff;
    padding-top: 20px;
    /* padding-left: 0; */
}
section.experience-section-rev .container-fluid{
    padding:0;
}
section.experience-section-rev .experience-image {
    background-image: url(../images/experience.avif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}
section.experience-section-rev.rev .experience-image{
     background-image: url(../images/experience1.avif);
}
section.experience-section-rev .experience-content {
    padding-top: 100px;
    padding-bottom: 100px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: flex-end; */
}

section.experience-section-rev .experience-details {
    padding: 50px;
    box-shadow: 10px 10px 45px 0 rgba(0,0,0,.1);
    border-radius: 20px;
    width: 700px;
    max-width: 700px;
    margin-left: -100px;
    background-color: #f8f8f8e8;
    background-image: url(../images/frame.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: saturation;
    /* z-index: 2; */
    text-align: center;
}
section.experience-section-rev.rev .experience-details{
    margin-left: auto;
    margin-right: -100px;
    z-index: 1;
    position: relative;
}

section.experience-section-rev .head-sec{
    text-align: center;
    margin-bottom: 40px;
}



.main_box_rent{border: 1px solid #0000001a;border-radius: 10px;padding: 30px 20px;box-shadow: 0px 0px 38px 24px rgba(0, 0, 0, .1);}
