 .landing-heading {
     font-size: 50px;
 }

 /* workPlace start */
 .work-place {
     position: relative;
     padding: 4% 15% 6% 15%;
 }

 .work-place .work-place-heading h2 {
     line-height: 1.4;
     margin-bottom: 40px;
 }

 .work-place .work-place-under {
     gap: 60px;
 }

 .work-place .work-place-under .under-left p {
     font-size: 16px;
     margin-bottom: 17px;
 }

 .work-place .under-right {
     width: 90%;
     max-width: 425px;
 }


 .work-place .work-place-under .under-left {
     margin-bottom: 25px;
     font-weight: 700;
     font-size: 19px;
 }

 .work-place .work-place-under .under-left .under-certificate {
     width: 100%;
     object-fit: cover;
 }

 .under-left>a {
     color: var(--main-color)
 }

 .under-certificate>img {
     width: 85px;
     margin-top: 12px;
     height: auto;
     margin: 12px 18px 0 0;
 }

 /* advantage start */
 .section-advantage {
     background: #273E6C;
     padding: 0 12% 5% 12%;
     /* display: none; */
     position: relative;
     /* height: 100vh; */
 }

 .numbers_xyz {
     display: none;
 }

 .advantage-parent-container {
     /* height: 90%; */
     display: flex;
     justify-content: center;
     flex-direction: column;
 }

 .advantage-parent-container>img {
     width: 100%;
     height: auto;
     margin: 0 auto;
     max-width:1150px;
 }

 .section-advantage .advantage-logo>img {
     height: 50px;
 }

 .section-advantage .advantage-logo>p {
     color: var(--white);
     font-size: 40px;
     font-weight: 500;
     text-transform: uppercase;
 }

 .border-top::before {
     z-index: 99;
 }

 .bottom-logo img {
     width: 180px;
 }

 .bottom-logo p {
     text-transform: uppercase;
     font-weight: 400;
     font-size: 38px;
     color: var(--white);
 }

 .advantage-parent-container {
     position: relative;
 }

 .advantage-parent-container-content {
     position: absolute;
     left: 50%;
     transform: translateX(-50%);
     width: 4px !important;
     background: white;
     height: 100%;
     gap: 1%;
 }

 /* advantage end */
 .column {
     flex-direction: column;
 }

 .client {
     position: relative;
     padding: 6% 8%;
 }

 .client h3 {
     margin: 0 0 3% 0;
 }

 .client .client-img .img img {
     width: 100%;
     position: relative;
 }

 .client .client-img .img {
     position: relative;
 }

 .client .client-img .img::after {
     content: '';
     position: absolute;
     bottom: 0px;
     border-radius: 8px;
     transition: all 0.5s;
     width: 100%;
     height: 0;
 }

 .client .client-img .img:hover::after {
     background-color: #DB202080;
     height: 100%;
 }


 .under-hover p {
     color: var(--white);
     font-weight: 600;
     text-align: center;
     font-size: 22px;
     margin-bottom: 20px;
 }

 .client .client-img .img:hover .under-hover {
     opacity: 1;
     z-index: 1;
      transform: translateY(0%);
     /* height:fit-content; */
     /* display: block; */
     /* transition-delay: 2s; */
 }

 .under-hover {
     position: absolute;
     opacity: 0;
     transform: translateY(100%);
     transition: all 0.7s;
     /* transition-delay: 0.9s; */
 }

 /* hover button hidden */
 .under-hover button{
    display: none;
 }
 .client-img .img:hover .under-hover button {
     display: block;
     
 }

 /* .hoverblock {
     display: block;
 } */

 .under-hover button {
     background-color: transparent;
     border: 2px solid var(--white);
     padding: 5px 15px;
     border-radius: 5px;
     color: var(--white);
     font-size: 14px;
     font-weight: 600;
     /* display: inline-block; */
     display: none;
     /* opacity: 0; */
     transition: all 0.5s;
     /* transition-delay: 5s; */
     cursor: pointer;
 }

 .client .client-img {
     gap: 20px;
     grid-template-columns: repeat(5, 1fr);
 }

 /* service-delivery */
 .service-delivery {
     padding: 4% 11% 6% 11%;
     position: relative;
 }

 .service-delivery .model {
     gap: 1%;
     /* place-items: center;
     */
     margin-top: 27px;
 }

 .service-delivery .model nav {
     width: 88%;
     margin: 30px auto 0 auto;
 }

 .service-delivery .model nav ul {
     margin-left: 25px;
 }

 .service-delivery .model nav ul li {
     list-style: disc;
     margin: 10px 0;
 }

 .service-delivery .top-text p {
     font-size: 17px;
 }

 .service-delivery .top-text h3 {
     line-height: 1.4;
     margin-bottom: 15px;
 }

 .people-box,
 .processes-box,
 .technology-box {
     width: 230px;
     height: 230px;
     background: rgba(235, 164, 167, 0.35);
     border-radius: 50%;
     justify-content: end;
     /* gap: 4px; */
     margin: 0 auto;
 }

 .people-box img,
 .processes-box img,
 .technology-box img {
     height: 60px;
 }

 .people-box i,
 .processes-box i,
 .technology-box i {
     margin: 21px 0 26px 0;
     font-weight: 600;
     color: #4A4A4A;
     text-transform: uppercase;
     font-style: normal;
 }

 .people-box a,
 .processes-box a,
 .technology-box a {
     color: #DB2020;
     font-weight: 700;
     font-size: 20px;
     margin-top: 11px;
 }

 .under-right-image1 {
     flex-direction: column;
     gap: 15px;
 }

 .under-right-image2 {
     gap: 15px;
     flex-direction: column;
 }

@media screen and (max-width: 1300px){
    .work-place {
    padding: 4% 8% 6% 8%;
}
.work-place .under-right {
    max-width: 400px;
}
.service-delivery .model nav {
    width: 92%;
    margin: 20px auto 0 auto;
}
.service-delivery {
    padding: 4% 8% 6% 8%;
}
.people-box,
     .processes-box,
     .technology-box {
         width: 190px;
         height: 190px;
     }

     .people-box img,
     .processes-box img,
     .technology-box img {
         height: 45px;
     }
     .service-delivery .model {
    margin-top: 15px;
}
}

 @media screen and (max-width: 1100px) {
     .work-place {
         padding: 5% 5%;
     }

     .work-place .work-place-under .under-left p {
         font-size: 18px;
     }

     .client .client-img {
         grid-template-columns: repeat(3, 1fr);
     }

     .section-advantage {
         height: unset;
     }

     .advantage-parent-container>img {
         height: auto;
         width: 100%;
     }

     .advantage-parent-container {
         height: unset;
     }
 }
  @media screen and (max-width: 1050px){

  }

  @media screen 
  and (min-device-width: 800px) 
  and (max-device-width: 1050px) {
.work-place .work-place-under .under-left p {
    font-size: 15px;
}
.work-place .work-place-under {
    gap: 40px;
}
.work-place .work-place-heading h2 {
    margin-bottom: 20px;
}
.section-advantage .advantage-logo>img {
    height: 35px;
}.section-advantage .advantage-logo>p {
    font-size: 30px;
}
.section-advantage {
    padding: 0 6% 5% 6%;
}
.service-delivery .top-text p {
    font-size: 15px;
}.service-delivery {
    padding: 4% 5% 6% 5%;
}
  } 

 @media screen and (max-width: 800px) {

     /* image of advantage */
     .section-advantage .advantage-logo {
         display: none;
     }


     .people-box,
     .processes-box,
     .technology-box {
         width: 200px;
         height: 200px;
     }

     .people-box img,
     .processes-box img,
     .technology-box img {
         height: 45px;
     }

     .people-box i,
     .processes-box i,
     .technology-box i {
         font-size: 14px;
     }

     .people-box a,
     .processes-box a,
     .technology-box a {
         font-size: 17px;
     }

     .work-place .work-place-under .under-left p {
         font-size: 14px;
         margin-bottom: 20px;
     }

     .client .client-img {
         grid-template-columns: repeat(2, 1fr);
     }

     .work-place .work-place-under {
         gap: 0px !important;
     }

     .under-left {
         margin-bottom: 3%;
     }

     .under-right {
         grid-template-columns: repeat(2, 1fr) !important;
         gap: 3%;
         margin: 0 auto;
     }

     .section-advantage {
         background: #273E6C;
         padding: 0;
     }

     .numbers_zz {
         display: none;
     }

     .numbers_xyz {
         display: block;
     }

     .bottom-logo p {
         font-size: 20px;
     }

     .adv-img>img {
         width: 100px;
         display: none;
     }

     .adv-img>p {
         display: none;
     }

     .under-certificate>img {
         width: 103px;
         aspect-ratio: 3/2;
         object-fit: contain;
     }

     .service-delivery .model nav {
         width: 85%;
         margin: 25px auto 0 auto;
     }

     .service-delivery .model {
         gap: 0%;
     }

     .service-delivery .model>div {
         margin-bottom: 20px;
     }

     .service-delivery .top-text p {
         font-size: 14px;
         line-height: 1.5;
     }

     .work-place .work-place-heading h2 {
         line-height: 1.4;
         margin-bottom: 25px;
     }

     .service-delivery {
         padding: 6% 5% 7% 5%;
     }

     .client h3 {
         margin: 0 0 5% 0;
     }

     .landing-heading {
         font-size: 30px;
     }

     .item img,
     .landing-section {
         height: 225px !important;
     }

     .client {
         padding: 5%;
     }

     /* hover button and font */

     .under-hover a {
         padding: 4px 12px;
         font-size: 13px;
     }

     .under-hover p {
         font-size: 22px;
     }
 }

 @media screen and (max-width: 350px) {
     .under-certificate>img {
         width: 83px;
     }
 }