/*start about*/
section.about-us{
    padding-top: 100px;
}
section.about-us .star-rating, section.banner-header .star-rating {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .5em;
    margin-right: .5em;
    margin-bottom: 1em;
    border-right: .3em solid transparent;
    border-bottom: .7em solid #e4a853;
    border-left: .3em solid transparent;
    font-size: 10px;
}
section.about-us .star-rating:after, section.about-us .star-rating:before, section.banner-header .star-rating:after, section.banner-header .star-rating:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: .6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: .7em solid #e4a853;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}
section.about-us .star-rating:after, section.banner-header .star-rating:after {
    transform: rotate(35deg);
}

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

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

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

section.about-us .about-content-sec a.main-btn {
    display: block;
    width: 200px;
    transition: .3s ease-in-out
}

.service-right-info a.main-btn:hover,section.about-us .about-content-sec a.main-btn:hover,section.cards .card-info:hover,section.choose-section .choose-btn a.main-btn:hover,section.choose-section .choose-info:hover,section.cta-section a.main-btn:hover,section.offer-section .offer-btn a.main-btn:hover,section.offer-section .offer-info:hover,section.properties-list .property-list:hover {
    transform: translateY(-4px)
}

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

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

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

section.about-us .about-image-sec .abt-img2 {
    margin: 0 -15% 0 0
}
.about-image-sec {
    width: 50%;
    float: right;
    margin-left: 30px;
}
.abt-content {
    min-height: 500px;
}

/* youtube iframe */

section.youtube-frame {
  padding-top: 30px;
  position:relative;
  padding-left:0;
  padding-right:0;
  padding-bottom: 60px;
}

section.youtube-frame iframe{
border-radius:20px;
}

section.youtube-frame iframe {
width:100%;
  height:450px;
  padding-bottom:0;
}



section.about-home {
    background: var(--white-color);
}
section.about-home .head-sec{
  text-align:center;
  margin-bottom:40px;
}
section.about-home img {
    width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 460px;
    object-fit: cover;
    object-position: top;
    height: 350px;
    transition: 0.5s all;
    border-radius: 10px;
}
.name {
    margin-top: var(--m20);
    text-align: center;
}
section.about-home img:hover {
    transform: scale(1.14);
}
section.about-home .row {
    gap: 30px 0;
}
section.about-home .img {
    overflow: hidden;
    border-radius: 10px;
}
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: 50px;
    display: flex;
    align-items: center;
}

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: 20px;
}
section.about-us .head-sec {
    text-align: left;
    margin-bottom: var(--m10);
}
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 {
    max-height: 422px;
    overflow: hidden;
}
section.about-us .about-content-sec .abt-para h5{
    text-transform:capitalize;
    font-size:18px;
}

.meet_box img{
  height: 625px;
  object-fit:cover;
  width: 100%;
}

.meet_box h6{
  margin-top:20px;
}


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









