.page-title{
    display: none;
}


/*about Us css start*/

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

section.about-us h2 {
    text-align: center;
    padding:0 0 50px 0;
      font-size: 50px;
  text-transform: capitalize;
  color: var(--heading-color);
}

section.about-us h2::after {
  content: "";
  display: block;
  width: 100px;       /* Length of the line */
  height: 4px;        /* Thickness of the line */
  background-color: #a9243c;
  margin:auto;
  margin-top: 15px;
  border-radius:5px;
}


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

section.about-us .about-content-sec {
    padding-right: 50px
}

section.about-us .about-content-sec a.main-btn {
    transition: .3s ease-in-out;
 	color:#a9243c;
  text-decoration:none;
  font-size: 17px;
    text-transform: capitalize;
}

section.about-us .about-content-sec a.main-btn span {
margin-left:5px;
  
}

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

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

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: 0px 0 30px 0%;
}

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

section.about-us {
  padding:150px 24px 80px;
}

.image-container {
  position: relative;
  display: inline-block;
}

.image-container img {
  display: block;
  width: 100%; 
  height: auto;
}

.box {
  position: absolute;
  width: 100px;
  height: 80px;
  background-color: #a9243c; 
  border-radius: 8px; 
}

.top-right {
 top: -20px;
 right: -20px;
}

.bottom-left {
  bottom: -20px;
  left: -20px;
}


/* about owner section start */


section.about-owner{
	padding:80px 12px;
    background: var(--lt-bg-color);
 	background:#f3e0e3;
}

section.about-owner h2 {
    /* font-size: 36px; */
    margin-bottom: 15px;
    /* font-family: var(--heading-font); */
}

section.about-owner .col-6.col-md-6.col-sm-12.cont {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

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: 400px;
}

section.about-owner .abt-owner {
    position: relative;
    height: 100%;
}

section.about-owner .abt-img {
    position: relative;
    left: 0;
    top: 0;
    width: 95%;
    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 .icon-area {
    border-radius: 100%;
    border: 1px solid var(--btn-color);
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: var(--f20);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--btn-color);
}

.icon-area a {
    color: black;
}

section.about-owner .call-us,
section.about-owner .email-us {
    display: flex;
    align-items: center;
    gap: 10px;
}

section.about-owner .call-area {
    display: block;
    color: var(--black-color);
}

section.about-owner .call-area a {
    display: block;
    color: var(--black-color);
}

section.about-owner .call-area a:hover {
    color: var(--secondary-color);
}

section.about-owner .abt-detail {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 10px;
}

section.about-owner a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
}

section.about-owner .abt-btn a.button {
    width: 150px;
}



.own-content p {
    font-size: 14px;
}








/* team section css */

section.mtteam {
    padding: 80px 24px;
}


section.mtteam h3 {
    text-align: center;
    padding:0 0 20px 0;
      font-size: 50px;
  text-transform: capitalize;
  color: var(--heading-color);
}

section.mtteam h3::after {
  content: "";
  display: block;
  width: 100px;       /* Length of the line */
  height: 4px;        /* Thickness of the line */
  background-color: #a9243c;
  margin:auto;
  margin-top: 15px;
  border-radius:5px;
}

section.mtteam p {
    font-size: 18px;
    text-align: center;
}

section.mtteam .card {
    padding: 0;
    border-color: rgb(0 0 0 / 8%);
    height: 100%;
}

section.mtteam .card-body {
    padding: 20px 20px 20px;
    background: var(--lt-bg-color);
    height: 100%;
}

section.mtteam .mtteam-head {
padding-bottom: 30px;
}


section.mtteam img.card-img-top {
    min-height: 450px;
    object-fit: cover;
    border: 3px solid #000;
    padding: 8px;
}

/* section.mtteam .card-body h5{
    margin-bottom
} */

section.mtteam .card-body span{
    text-align: left;
    font-size: 16px;
    color: #a9243c;
    font-weight: 600;
}

section.mtteam .card-body p{
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}


section.mtteam .row{
    justify-content: center;
    gap: 40px;
}