
/*About company css*/
.head-sec p {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-font);
    margin-bottom: 0px;
}
.head-sec h2 {
    margin-bottom: var(--m15);
}
.sec-line {
    position: relative;
    margin-bottom: var(--m15);
    line-height: 0;
}
.bottom-cnt{
    padding-top:var(--p20);
}
section.about-us-home .abt-co-img-left {
    border-radius: 5px;
    position: absolute;
    left: 0px;
    top: 0;
}

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);
    width: 50%;
    float: left;
    margin-right: var(--m24);
    height: 450px;
}
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;
}
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);
}

section.about-us-home .abt-co-img-right img{
    height:300px;
}
.abt-right {
    min-height: 450px;
}

/* about css */


section.about_owner{
    background-color:#f7f1ec;

}
section.about_owner img{
  width:50%;

}

.owner_img {
    text-align: center;
}
section.about_owner .owner_img img {
    width: 80%;
    border-radius: 40px;
    border: 4px solid var(--btn-color);
    height: 400px;
    object-fit: cover;
}

.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 .main-btn:hover{
  color:#fff;
}


/* top slider section */

section.about_section .head-sec{position: absolute;top: 60px;left: 55px;}


section.about-eliza .heads img{
width: auto;
height: 60px;
}
section.about-eliza .heads h1{
    margin-top: var(--m20);
    font-weight: 900;
    /* font-family: var(--primary-font); */
    color: var(--secondary-color);
    text-transform: uppercase;
}
section.about-eliza .heads h1 span{
    color: var(--btn-hover);
}
section.about-eliza .heads h4{
    color: var(--black-color);
    font-size: var(--f17);
    font-family: var(--primary-font);
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: var(--m15);
}
section.about-eliza .heads .abt-dash{
    width: 140px;
    height: 2px;
    background: var(--secondary-color);
    border-radius: 2px;
    margin-top: var(--m10);
    margin-bottom: var(--m10);
}
section.about-eliza .abt-cont {
    min-height: 550px;
}
section.about-eliza .img{
    width: 50%;
    float: right;
}
section.about-eliza .img-sec{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
section.about-eliza .img img{
    width: 90%;
    height: 550px;
    border-radius: 15px;
    object-fit: cover;
}

/*About owner css*/
section.about-owner {
    background: var(--white-color);
    /* padding-top: 0; */
}
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;
    display: none;
}
section.about-owner .col-6.col-md-6.col-sm-12.img{
   position: relative;
    height:500px;
}
section.about-owner .abt-owner {
    position: relative;
    height: 100%;
}
section.about-owner .abt-img {
    /* position: absolute; */
    left: 0;
    top: 0;
    width: 90%;
    height: 500px;
    text-align: center;
    overflow: hidden;
    display: flex;
    border-radius: 50px;
}

section.about-owner img{
   width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 50px;
    transition: 0.5s all;
    border-radius: 50px;
}
section.about-owner img:hover{
    transform: scale(1.14);
}
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(--black-color);
}
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;
}
