
/*About company css*/
.head-sec p {
    font-size: var(--f12);
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: var(--m5);
    letter-spacing: 3px;
    text-transform: capitalize;
    line-height: 1.7;
}
.head-sec h2{
    font-size: var(--f30);
    color: var(--secondary-color);
}
section.about-us-home .abt-co-img-left {
    border-radius: 0;
    position: relative;
    left: 0px;
    top: 0;
}

section.about-us-home .abt-co-img-left img, section.about-us-home .abt-co-img-right img{
    border-radius: 10px;
}
section.about-us-home .abt-co-img-left img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
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: 58.33333333%;
    float: right;
    margin-left: var(--m30);
}
section.about-us-home .abt-left {
    min-height: 550px;
}
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;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--heading-color);
}
section.about-us-home .head-sec p {
    color: var(--secondary-color);
    font-size: var(--f30);
}

section.about-us-home .abt-co-img-right img{
   height: 400px;
   object-fit: cover;
    border: 4px solid #fff;
    width: 304px;
    box-shadow: 10px 10px 26px 0px rgba(0,0,0,0.21);
}
section.about-us-home .abt-co-img-right{
    text-align: right;
    z-index: 1;
    transform: translateY(-50%) translateX(35px);
    position: absolute;
    top: 52%;
    display: none;
}
section.about-us-home a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
    margin-top: var(--m10);
}
section.about-us-home .col-5.abt-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.about-us-home.abt-area {
    padding-top: 0px;
}
section.about-us-home.abt-area .abt-co-img {
   width: 48.33333333%;
    float: left;
    z-index: 2;
    margin-right: var(--m30);
    margin-left: 0;
}
/* about us  */

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;
}
section.about-us .abt-para{
  /* max-height:500px; */
  overflow:hidden;
}
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 .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 .about-image-sec .abt-image {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    height: 100%;
    flex-direction: column;
    /* margin-top: 100px; */
}
section.about-us .about-image-sec .abt-img1 {
    margin: 0px 0px 30px -15%;
}
section.about-us .about-image-sec .abt-img2 {
    margin: 0px -15% 0px 0px;
}

section.about-us .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-owner {
    background: var(--lt-bg-color);
    /* padding-bottom: 80px; */
}
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;
}
section.about-owner .col-6.col-md-6.col-sm-12.img{
   position: relative;
    padding-left: var(--p60);
    padding-right: var(--p60);
}
section.about-owner .abt-owner {
    position: relative;
    height: 100%;
}
section.about-owner .abt-img {
    /* position: absolute; */
    /* left: 0; */
    /* top: -70px; */
    /* width: 100%; */
    /* height: 100%; */
}

section.about-owner img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
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(--primary-color);
}
section.about-owner .icon-area {
    border-radius: 100%;
    border: 1px solid var(--btn-color);
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: var(--f20);
    display: flex;
    justify-content: center;
    align-items: center;
}
.fa-phone{
    color: var(--btn-color);
}
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);
    margin-top: 30px;
}
section.about-owner a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
}
section.cta {
    background: url(../images/cta-bg.jpg);
    padding-left: 0;
    position: relative;
    padding-right: 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 260px;
}

section.cta .container {
    display: flex;
    justify-content: center;
    position: relative;
}

.cta-banner {
    width: 100%;
    height: 200px;
    background: url(../images/trees.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

section.cta .content {
    width: 70%;
    background: rgb(0 0 0 / 70%);
    padding: var(--p60);
    box-shadow: 0px 9px rgba(255, 255, 255, .6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.head-sec {
    text-align: center;
    margin-bottom: var(--m40);
}

section.cta .head-sec h2 {
    text-align: left;
    color: var(--white-color);
    text-align: center;
}

section.cta .content p {
    color: var(--white-color);
    text-align: center;
}

.achi-box {
    text-align: center;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
    padding: 25px;
    height: 530px;
}

.logo_1 {
    width: 25%;
}

.logo_2 {
    width: 25%;
}

.achi-box h4{
  margin-top:20px;
}



