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 .about-content-sec {
    padding-right: 0px;
    min-height: 480px;
}

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: 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
}
.about-image-sec {
    width: 50%;
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
}
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
}




/**************************************************/


section.andrea-abt {
	position: relative;
	padding: var(--p20);
	/* background: #fff; */
}

section .andrea-abttop {
      padding-top: var(--50);
}

.row.andrea-abtrow {
    gap: 20px;
    justify-content: center;
}

.andrea-abtcont {
    /*background: #1d2d36;*/
  padding:var(--p20);
  width: 49%;
      padding-bottom: 0;
}

.andrea-abtcont h2 {
    text-align: left;
    /* font-size: var(--f40); */
}

.andrea-abtimg {
    padding: 0;
      width: 49%;
}

.andrea-abtimg img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

img.abt-topimg {
    height: 320px;
        object-fit: cover;
    object-position: bottom;
}

img.owner-img {
    background: #cfe2cf38;
}


section.about-f-sec {
  text-align:center;
  /* background: #fff; */
  position:relative;
}
section.about-f-sec .container:before{
    position:absolute;
    content:"";
    width:4px;
    background:#808080a6;
    height: 50%;
    left: 9px;
    top: 23px;
}
section.about-f-sec .container:after{
    position:absolute;
    content:"";
    width:4px;
    background:#808080a6;
    height: 50%;
    right: 1%;
    top: 23px;
}
section.about-f-sec .head-sec h2{
  /* font-size:40px; */
  /* text-transform: uppercase; */
}

section.about-f-sec .container{
  position:relative;
}


section.about-f-sec .line-left {
    position: absolute;
    width: 40%;
    background: #808080a6;
    height: 4px;
    top: 23px;
}
section.about-f-sec .line-right {
    position: absolute;
    width: 40%;
    background: #808080a6;
    height: 4px;
    top: 23px;
    right: 1%;
}

section.about-f-sec .mission-box {
text-align:left;
  padding-left:35px;
}

section.about-s-sec {
  /* background: #fff; */
  padding-top: 0;
}

section.about-s-sec .head-sec h2{
  /* font-size:40px; */
  /* text-transform: uppercase; */
  text-align:center;
}


section.about-s-sec .container{
  position:relative;
}

section.about-s-sec .line-left {
    position: absolute;
    width: 40%;
    background: #808080a6;
    height: 4px;
    top: 23px;
}
section.about-s-sec .line-right {
    position: absolute;
    width: 40%;
    background: #808080a6;
    height: 4px;
    top: 23px;
    right: 1%;
}


section.about-s-sec .container:before{
    position:absolute;
    content:"";
    width:4px;
    background:#808080a6;
    height: 50%;
    left: 9px;
    top: 23px;
}

section.about-s-sec .container:after{
    position:absolute;
    content:"";
    width:4px;
    background:#808080a6;
    height: 50%;
    right: 1%;
    top: 23px;
}

section.about-s-sec .mission-box{
  padding-left: 35px;
}

section.about-s-sec .mission-box p{
 margin-bottom:0;
}

section.about-f-sec .mission-box p{
 margin-bottom:0;
}



/* missioin section css  */

section.about-trangle h2{
  margin-bottom:15px;
  
}

.border-line{
    width: 100%;
    height: 4px;
    background: #1d2d36;
    margin-bottom: 15px;
}


section.about-trangle .ab_tran_img img{
    clip-path: polygon(81% 0, 19% 0, 50% 100%);
    width:100%;
    position: absolute;
    top: 54px;
    left: 24%;
}


section.about-trangle .ab_tran_img{
  position:relative;
}

section.about-trangle .col-6{
  position:relative;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-bottom: 51px solid #1d2d36;
  position: absolute;
  top: 7px;
  left: 36%;
  z-index: 1;
}


/* process section css */

section.about-trangle-process h2{
  margin-bottom:15px;
  
}

.process-border-line{
    width: 100%;
    height: 4px;
    background: #1d2d36;
    margin-bottom: 15px;
}


section.about-trangle-process .ab_proces_img img{
    clip-path: polygon(81% 0, 19% 0, 50% 100%);
    width:100%;
    position: absolute;
    top: 54px;
    right: 24%;
}


section.about-trangle-process .ab_proces_img{
  position:relative;
}

section.about-trangle-process .col-6{
  position:relative;
}

.arrow-up-process {
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-bottom: 51px solid #1d2d36;
  position: absolute;
  top: 7px;
  right: 36%;
}



  section.experience-section {
    background: #fff;
    padding-top: 20px;
    padding-left: 0;
}
section.experience-section .container-fluid{
    padding:0;
}
section.experience-section .experience-image {
    background-image: url(../images/experience.avif);
    background-position: center center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-color: #EDEFF1;
}
section.experience-section.rev .experience-image{
     background-image: url(../images/experience1.avif);
}
section.experience-section .experience-content {
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

section.experience-section .experience-details {
    padding: 50px;
    box-shadow: 10px 10px 45px 0 rgba(0,0,0,.1);
    border-radius: 20px;
    width: 750px;
    max-width: 750px;
    margin-left: a;
    margin-right: -170px;
    background-color: #f8f8f8e8;
    background-image: url(../images/frame.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: saturation;
    z-index: 2;
    background: var(--btn-color);
}
section.experience-section.rev .experience-details{
    margin-left: auto;
    margin-right: -100px;
    z-index: 1;
    position: relative;
}

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






section.experience-section-rev {
    background: #fff;
    padding-top: 20px;
    padding-left: 0;
}
section.experience-section-rev .container-fluid{
    padding:0;
}
section.experience-section-rev .experience-image {
    background-image: url(../images/experience.avif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}
section.experience-section-rev.rev .experience-image{
     background-image: url(../images/experience1.avif);
}
section.experience-section-rev .experience-content {
    padding-top: 100px;
    padding-bottom: 100px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: flex-end; */
}

section.experience-section-rev .experience-details {
    padding: 50px;
    box-shadow: 10px 10px 45px 0 rgba(0,0,0,.1);
    border-radius: 20px;
    width: 700px;
    max-width: 700px;
    margin-left: -100px;
    background-color: #f8f8f8e8;
    background-image: url(../images/frame.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: saturation;
    /* z-index: 2; */
}
section.experience-section-rev.rev .experience-details{
    margin-left: auto;
    margin-right: -100px;
    z-index: 1;
    position: relative;
}

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


.experience-details h3{
  color:#fff;
}

.experience-details p{
  color:#fff;
}
section.about-trangle, section.about-trangle-process {
    padding-bottom: 120px;
}

.process_content li{
    list-style: disc !important;
    line-height: 25px;
    margin-bottom: 10px;
}
.process_content ol{
    list-style:disc;
}


.experience-details .show-phone-text{
    display:none;
}

.experience-details .show-desk-text{
    display:block;
}

   .mobile_img img{
      display: none;
    }