/*start about*/

.about_wrapper{
   padding-top: 60px;
    padding-bottom: 60px;
}
.about_wrapper .upper-head {
    width: 80%;
    margin: auto;
    text-align: center;
    margin-bottom: 60px;
}
.about_wrapper a.main-btn{
    width: 150px;
    text-align: center;
}
.about_wrapper .upper-head h2{
    font-size: 40px;
    font-family: var(--heading-font);
    margin-bottom: 30px;
}
.heading_sec{
    margin-bottom: 40px;
    text-align: center;
}
.about-img1{
    text-align: right;
}
.about-img1 img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}
.about-img2 img{
    position: absolute;
    left: 0px;
    width: 75%;
    bottom: -20px;
    /* border-radius: 30px; */
    border: 5px solid #fff;
    object-fit: cover;
    height: 250px !important;
}
.about_wrapper .col-lg-6.text-center.text-lg-start p{
    /*line-height: 30px;*/
    margin-bottom: 15px;
}
.subhead {
    color: var(--secondary-text);
    font-size: 18px;
    /*line-height: 35px;*/
}
.about_wrapper .col-lg-6.text-center.text-lg-start{
    padding-right: 0%;
    width: 60%;
}

.about_wrapper .col-lg-6.mb-4.mb-lg-0.ps-lg-4.position-relative.text-center {
    width: 40%;
}



.about_wrapper h3{
    font-size: 2.25rem;
    color: var(--primary-color);
    font-family: var(--heading-font);
}

.heading_sec h3{ 
    font-weight: 400;
    font-size: 40px;
    font-family: var(--heading-font);
}
.abt-image {
    width: 50%;
    float: left;
    position: relative;
    z-index: 1;
    margin-right: 30px;
}
.abt-content {
    min-height: 400px;
}

section.abt-personal .col-6{
 width:49%; 
}
section.abt-personal .row{
 justify-content:space-between; 
}
section.abt-personal p{
 text-align:justify;
 font-weight: 500;
}
section.asset-mgmt {
    background-image: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.65) 100%), url(https://eluxuryproperties.com/wp-content/uploads/2023/08/2023-08-04-Above-Beyond-4-scaled.jpg) !important;
    background-position: 50%;
    /* background-size: 100%; */
    background-size: cover;
    padding-bottom: 130px;
}

section.asset-mgmt .asset-info {
    max-width:650px;
    margin:auto;
}
section.asset-mgmt .asset-info p{
    color:#000;
    text-align:justify;
    font-weight: 500;
}
section.choose-us .head-sec{
 margin-bottom:50px; 
}
.dash {
    width: 50px;
    height: 3px;
    background: #2a2a2a;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}
section.choose-us .col-6 {
    width: 49%;
}
section.choose-us .row{
  justify-content:space-between; 
}
section.choose-us .row .dash {
  margin-left:0;
}
.choose-img img{
    width:100%;
    height:700px;
    object-fit:cover;
}
.choose-right {
    display: flex;
    align-items: center;
}
.choose-content h4{
      font-weight: 600;
}
.choose-content p{
      font-weight: 500;
}
section.abt-form {
    background: linear-gradient(360deg,rgba(255,255,255,0.74) 0%,rgba(71,71,71,0.89) 99%),url("../images/touch.jpg") center ;
}
section.abt-form h3{
 color:var(--white-color);
  margin-bottom:10px;
}
section.abt-form .head-sec p{
color:var(--white-color); 
  font-weight: 500;
  letter-spacing:0;
  font-size:14px;
}
section.abt-form input, section.abt-form textarea{
 width: 100%;
    height: 40px;
    font-size: 16px;
    padding: 10px 15px;
    border: 1px solid #cbd6e2;
    border-radius: 3px;
  margin-bottom:20px;
}
section.abt-form textarea{
  height:70px;
}
section.abt-form .form-group.col-lg-6.col-sm-12 {
    width: 48%;
}
section.abt-form .row{
 justify-content:space-between; 
}
section.abt-form button{
  font-size:12px;
  border-radius:3px;
  padding: 8px 24px;
}

section.elp-team-sec {
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
    background: var(--lt-bg-color);
}
section.elp-team-sec img{
  width: 100%;
    box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
  margin-bottom:25px;
  height:335px;
  object-fit:cover;
}
section.elp-team-sec h4{
 font-size:26px;
  margin-bottom:5px;
}
section.elp-team-sec p{
 font-size: 14px;
    text-transform: uppercase !important;
    letter-spacing: 4px;
    font-weight: 500;
    margin-bottom: 0; 
}
section.elp-team-sec .col-4{
  width:32%;
}
section.elp-team-sec .row{
  justify-content:space-between;
  gap:50px 0;
}
/*end about section*/