
/* About css ==========================*/
section.about-us .star-rating {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 1em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #e4a853;
  border-left: 0.3em solid transparent;
  font-size: 10px;
}

section.about-us span.ratings {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

section.about-us .star-rating:before,
section.about-us .star-rating:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #e4a853;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}

section.about-us .star-rating:after {
  transform: rotate(35deg);
}

section.about-us p.head {
  margin-bottom: 20px;
  color: var(--secondary-color);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
}

section.about-us .about-content-sec {
  padding-right: 0;
  min-height: 520px;
}
section.about-us .about-image-sec {
  float: right;
  width: 50%;
  margin-left: 50px;
}
section.about-us .about-content-sec a.main-btn {
  display: block;
  width: 180px;
  transition: all ease-in-out 300ms;
  text-align: center;
}

section.about-us .about-content-sec a.main-btn:hover {
  transform: translateY(-4px);
}

section.about-us .about-content-sec .abt-btn {
  margin-top: 40px;
}

section.about-us .about-image-sec img {
  width: 550px;
  max-width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.1);
}

section.about-us .about-image-sec .abt-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}

section.about-us .about-image-sec .abt-img1 {
  margin: -20px 0px 30px -15%;
}

section.about-us .about-image-sec .abt-img2 {
  margin: 0px -15% 0px 0px;
}

section.about-us .about-content-sec .abt-para {
  height: auto;
  /* overflow: hidden; */
}

/* about owner  */

section.about-owner {
  /* background: var(--lt-bg-color); */
  padding-top: 100px;
}
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: 100%;
  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;
}

section.about-owner .cont img {
  z-index: 0;
  width: 38%;
  top: -4rem;
  left: 0rem;
  transform: rotate(-16deg);
  position: absolute;
  object-fit: contain;
  height: auto;
}

section.about-owner .cont {
  position: relative;
}
.owner-para {
    margin-top: 60px;
}
section.about-owner .abt-owner img{
    margin-top: 65px;
    border-radius: 0;
}
section.about-owner .abt-img{
    display: flex;
    border-radius: 0;
    position: relative;
    width: 100%;
    border-radius: 0;
}



section.wel-sec .wel-box h1{
  color:var(--heading-color);
  text-align:center;
}











