
/*About css start*/
section.about-us-top .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-top span.ratings {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}
section.about-us-top .star-rating:before, section.about-us-top .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-top .star-rating:after {
    transform: rotate(35deg);
}
section.about-us-top p.head {
    margin-bottom: 0;
    color: var(--secondary-color);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
    /* font-size: 18px; */
    font-weight: 900;
}
section.about-us-top .about-content-sec {
    padding-right: 50px;
}
section.about-us-top .about-content-sec a.main-btn {
    display: block;
    width: 180px;
    transition: all ease-in-out 300ms;
    text-align: center;
}
section.about-us-top .about-content-sec a.main-btn:hover{
    /* transform: translateY(-4px); */
}
section.about-us-top .about-content-sec .abt-btn {
    margin-top: 40px;
}
section.about-us-top .about-image-sec img{
    width: 500px;
    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-top .about-image-sec .abt-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}
section.about-us-top .about-image-sec .abt-img1 {
    margin: -50px 0px 30px -15%;
}
section.about-us-top .about-image-sec .abt-img2 {
    margin: 0px -15% 0px 0px;
}

section.about-us-top .abt-para h2{
  font-size:35px;
}

section.about-us-top{
 /* background: var(--lt-bg-color); */
 padding: 10px 12px;
}
section.about-us-top .row{
        border: 1px solid;
        border-radius: 18px;
        padding: 10px 0;
}
.abt-para-top p{
    margin-bottom:0;
    font-size: 14px;
    line-height: 19px;
}
.abt-para-top a{
    color: var(--primary-color);
}
section.about-us-top .about-image-sec-top{
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}
.abt-img1-top img {
    width: 50%;
    border-radius: 0px;
    height: 135px;
    object-fit: contain;
}
.abt-image-top{
    width:100%;
    height:100%;
}

.abt-img1-top {text-align: center;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}






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;
    font-size: 14px;
      
}

section.about-us p.head{font-size: 18px;font-weight: 900;}

section.about-us .about-content-sec {
    padding-right: 0px;
    min-height: auto;
}

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



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

section.about-us .about-image-sec img {
    width: 85%;
    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-image .abt-img1{
width:100%;
}
.about-image-sec {
    width: 50%;
    float: right;
    margin-left: 50px;
    margin-bottom: 20px;
}


.restro-btn a.main-btn {
    background: #ffff;
    color: #000;
    border: 1px solid #000;
    display: inline-block;
    margin-top: 15px;
    font-size: 12px;
    padding: 4px;
}

.restro-btn a.main-btn:hover{
    color:#fff;
  
}
