.heroContainer {
  position: relative;
}

.lineOne {
  position: fixed;
  width: 1px;
  background-color: #ebebeb40;
  /* background-color: #E5E5E5; */
  height: 200vh;
  top: 0px;
  right: 30%;
  z-index: -1;
}

.lineTwo {
  position: fixed;
  width: 1px;
  background-color: #ebebeb40;
  /* background-color: #E5E5E5; */
  height: 200vh;
  top: 0px;
  right: 50%;
  z-index: -1;
  /* transform: translateX(-50%); */
}

.lineThree {
  position: fixed;
  width: 1px;
  background-color: #ebebeb40;
  height: 200vh;
  top: 0px;
  /* right: 50%; */
  left: 27%;
  z-index: -1;
}

@media (max-width: 1150px) {
  .lineTwo {
    right: 7%;
  }
  /* .lineTwo {
        right: 35%;
    } */
  .lineThree {
    right: 22%;
  }
}

@media (max-width: 800px) {
  .verticalLines {
    display: none;
  }
}

/* hero section bg  */

.heroContainer {
  /* background: url(./Assets/Rectangle\422png); */
  background: url(./Assets/Rectangle\ 422.png);
  background-size: 100% 100%;
}

@media (min-width: 1500px) {
  .heroContainer {
    /* max-width: 100%; */
    /* margin: 0px auto; */
    background-repeat: no-repeat;
    background-size: unset;
    background-image: none;
  }
}
.deskViewLarge{
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
}
@media(max-width:1500px){
    .deskViewLarge{
        display: none;
    }
}

/* navbar  */

.navbar-expand-lg .navbar-collapse {
  justify-content: space-between;
}
.webLogo{
  width: 90px;
}
.navbar {
  padding: 30px 130px !important;
  max-width: 1450px;
  margin: 0px auto;
}

.navbar-nav .nav-link {
  padding: 0px 25px !important;
  font-family: "Gilroy " sans-serif;
  font-weight: 500;
}

.customBtn {
  background-color: #f0595b;
  padding: 13px 20px;
  color: white;
  border: none;
  outline: none;
  border-radius: 8px;
}

/* hero section  */

.heroCOntainer {
  width: 80%;
  max-width: 1200px;
  margin: 0px auto;
  margin-top: 70px;
  padding-bottom: 120px;
}

.heroContent {
  width: 400px;
  padding-left: 0px;
}

.heroContent h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4.5rem;
  font-family: "Gilroy " sans-serif;
  margin-top: 15px;
}

.heroContent > .detail {
  color: #6e757c;
  margin-top: 30px;
  font-size: 1.1rem;
  width: 320px;
  font-family: "Gilroy " sans-serif;
  font-weight: 400;
}

.done {
  color: #6e757c;
  font-size: 0.7rem;
  font-family: "Graphik" sans-serif;
  font-weight: 600;
}

.heroContent > button {
  font-family: "Gilroy " sans-serif;
  margin-top: 30px;
}

.blueBtn {
  background-color: #56a9d5;
  padding: 10px 20px;
  border-radius: 10px;
  border: none;
  outline: none;
  color: white;
}

/* about section  */

/* .aboutSectionMain {
    margin-top: 100px;
    margin-bottom: 50px;
    margin-left: auto;
    max-width: 1470px;
    width: 89.3%;
} */

/* @media(min-width:1500px) {
    .aboutSectionMain {
        margin: 0px auto;
        margin-top: 100px;
        max-width: 1200px;
    }
} */

/* new added  */
.aboutSectionMain {
  margin-top: 100px;
  margin-bottom: 50px;
  /* margin-right: auto; */
  margin-left: auto;
  width: 89.3%;
  position: relative;
}
@media (min-width: 1500px) {
  .aboutSectionMain {
    margin: 0px auto;
    margin-top: 100px;
    /* max-width: 1340px; */
    /* margin-right: inherit; */
    width: auto;
  }
  .aboutrightSlider {
    position: absolute;
    right: 0px;
  }
  .aboutContent {
    justify-content: inherit;
  }
  .aboutContent {
    display: flex;
    max-width: 1200px;
    margin: 0px auto;
  }
}
/* end new updated  */

.aboutContent {
    display: flex;
    align-items: flex-start;
}

.aboutLeft {
  width: 630px;
}

.aboutLeft h1 {
  font-family: "Gilroy " sans-serif;
  font-weight: 700;
}

.aboutPara {
  margin-top: 20px;
  color: #6e757c;
  font-family: "Gilroy " sans-serif;
  width: 450px;
  font-weight: 400;
  /* font-family: 'Graphik',sans-serif; */
}

.aboutPara a {
  color: black;
  font-family: "Gilroy ", sans-serif;
  text-decoration: none;
}

.accordion {
  width: 450px;
}

.accordion-button {
  /* font-weight: bold !important; */
  font-family: "Gilroy " sans-serif !important;
  font-weight: 600 !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
  background-color: transparent !important;
  color: black !important;
}

.accordion-item {
  border: none !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button::after {
  background-image: url(./Assets/add.svg) !important;
  flex-shrink: 0;
  width: 1.25rem !important;
  height: 1.25rem !important;
  margin-left: auto !important;
  content: "" !important;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(./Assets/Vector.svg) !important;
}

.accordion-button,
.accordion-body {
  padding-left: 0px !important;
  font-family: "Gilroy " sans-serif !important;
}

.accordion-body {
  color: #6e757c !important;
  font-weight: 400;
}

/* about right section slider  */

.aboutrightSlider {
  width: 50%;
}

.aboutrightSlider .swiper {
  width: 100%;
  height: 100%;
}

.aboutrightSlider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.aboutrightSlider .swiper-slide img {
  display: block;
  width: 100%;
  height: 550px;
  /* max-height: 440px; */
  object-fit: cover;
}

.aboutrightSlider .swiper-slide {
  width: 65% !important;
}

.aboutrightSlider .swiper-slide:nth-child(2n) {
  width: 60%;
}

.aboutrightSlider .swiper-slide:nth-child(3n) {
  width: 40%;
}

.aboutrightSlider .swiper-button-next,
.aboutrightSlider .swiper-button-prev {
  top: 95.5% !important;
}

.aboutrightSlider .swiper-button-prev,
.aboutrightSlider .swiper-rtl .swiper-button-next {
  left: 10px !important;
}

.aboutrightSlider .swiper-button-next,
.aboutrightSlider .swiper-rtl .swiper-button-prev {
  right: auto !important;
  left: 60px !important;
}

.aboutrightSlider .swiper-button-next:after,
.aboutrightSlider .swiper-button-prev:after {
  display: none !important;
}

.nextNav {
  width: 50px;
}

/* our value section  */

.valueContainer {
  position: relative;
  margin-top: 120px;
}

/* @media (min-width: 1500px) {
  .valueContainer {
    max-width: 1500px;
    margin: 0px auto;
    margin-top: 100px;
  }
} */
@media(min-width:1500px) {
    .valueContainer {
        /* max-width: 1340px; */
        margin: 0px auto;
        margin-top: 100px;
    }
    .valueMai {
        width: 100% !important;
    }
}

.valueMai {
  width: 80%;
  margin: 0px auto;
  max-width: 1200px;
}

.valueHead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 88%;
  max-width: 950px;
}

.valueHead h1 {
  font-weight: bold;
  font-family: "Gilroy " sans-serif !important;
}

.valueHead > p {
  width: 580px;
  color: #6e757c;
  font-size: 0.9rem;
  font-family: "Gilroy " sans-serif !important;
}

.valueContent {
  /* margin: 0px a; */
  display: flex;
  margin-top: 60px;
}


.rightImg {
    position: absolute;
    right:  0px;
    top: 10%;
}
.mobViewrightImg{
    display: none;
}

.valuePoints {
  display: flex;
  align-items: flex-start;
  width: 320px;
}

.rightOneP {
  width: 220px !important;
}

.valueRight {
  margin-left: 40px;
}

.pointPara {
  margin-left: 20px;
}

.pointPara p {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #6e757c;
  font-family: "Gilroy " sans-serif !important;
}

.pointPara h5 {
  font-weight: 600;
  font-family: "Gilroy " sans-serif !important;
}

/* our client section  */

.clientContainer {
  margin-top: 13rem;
  /* max-width: 1200px; */
}

.clientHead p {
  color: #6e757c;
  font-size: 0.8rem;
  font-weight: 600;
}

.clientHead h1 {
  font-family: "Gilroy " sans-serif !important;
  font-weight: bold;
}

.clientContent {
  display: flex;
  align-items: flex-start;
  width: 86%;
  justify-content: space-between;
  max-width: 1400px;
}

@media (min-width: 1500px) {
  .clientContent {
    margin: 0px auto !important;
    max-width: 1200px;
  }
}

.clientLefft {
  width: 53%;
}

.clientLefft img {
  width: 100%;
}

.clientRight {
  width: 430px;
}

.clientPara {
  color: #6e757c;
  font-family: "Gilroy " sans-serif !important;
  margin-top: 30px;
}

.clientBoxes {
  margin-top: 50px;
}

.ClientBox {
  display: flex;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 15px;
  margin-top: 30px;
  box-shadow: 20px 20px 60px #17161a0a;
  width: 370px;
}

.ClientBox > p {
  margin-left: 15px;
  font-weight: 700;
  font-family: "Gilroy " sans-serif !important;
  margin-bottom: 0px;
}

.ClientBox h2 {
  margin-bottom: 0px;
  color: #e5e5e5;
  font-family: "Gilroy " sans-serif !important;
  font-weight: 700;
}

/* service section  */

.serviceMain {
  width: 80%;
  margin: 50px auto;
  max-width: 1220px;
  margin-top: 100px;
}

.serviceHead {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 93%;
  padding-left: 10px;
}

.serviceHead h1 {
  font-family: "Gilroy " sans-serif !important;
  font-weight: bold;
}

.serviceHead > div > p {
  font-size: 0.8rem;
  font-weight: bold;
  color: #6e757c;
}

.serviceHead > p {
  width: 650px;
  font-family: "Gilroy " sans-serif !important;
  color: #6e757c;
}

.servicesCards {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

.servicesCards > .card {
  border: none !important;
  box-shadow: 0px 29px 60px 0px #17161a0d;
  margin: 0px 15px;
  margin-top: 40px;
  width: 30%;
  min-width: 220px;
}

.card-title {
  font-family: "Gilroy " sans-serif !important;
  font-weight: bold;
}

.servicesCards .card-text {
  color: #6e757c;
  font-family: "Gilroy " sans-serif !important;
  font-size: 0.9rem;
  margin-top: 20px;
}

/* partners section  */

.partnerContainer {
  background: url(./Assets/Group\ 36985.svg);
  /* background-size: 100% 100%; */
  background-size: cover;
  padding: 5rem 0rem;
  margin-top: 11rem;
  background-repeat: repeat;
  padding-bottom: 0px;
}

@media (min-width: 1500px) {
  .partnerContainer {
    background-size: cover;
  }
}

.partnerHead {
  width: 650px;
  margin: 0px auto;
  text-align: center;
  padding-top: 0rem;
}

.partnerHead p {
  color: #565a63;
  font-weight: 600;
}

.partnerHead h1 {
  font-family: "Gilroy " sans-serif !important;
  font-weight: bold;
  margin-top: 20px;
  color: white;
  font-size: 3rem;
}

.partnerBox {
  width: 700px;
  margin: 20px auto;
  text-align: center;
  padding-bottom: 4rem;
  margin-bottom: 0px;
}

.partnerBox > div {
  margin-top: 30px;
}

/* .partnerBox img {
  margin: 10px 10px;
  display: inline-block;
} */
.partnerBox img {
  border: 1px solid #565A63;
  margin: 6px 10px;
  display: inline-block;
  padding: 13px 9px;
  width: 100%;
  object-fit: contain;
  height: 132px;
  max-width: 172px;
}

.pOne {
  padding: 18px 50px !important;
}

.pThre {
  padding: 40px 20px !important;
}

.psix {
  padding: 20px 25px !important;
}

.pSev {
  padding: 30px 37px !important;
}

/* project section  */

.projectMain {
  width: 80%;
  margin: 0px auto;
  margin-top: 100px;
  max-width: 1200px;
}

.projectHead {
  width: 93%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.projectContent {
  display: flex;
  margin-top: 50px;
}

.projectHead > div > h1 {
  font-weight: bold;
  font-family: "Gilroy " sans-serif !important;
  font-size: 3rem;
}

.projectHead > div > p {
  font-size: 0.8rem;
  color: #6e757c;
  font-weight: 600;
  margin-bottom: 3px;
}

.projectHead > p {
  width: 650px;
  font-family: "Gilroy " sans-serif !important;
  color: #6e757c;
}

.projectLeft {
  width: 70%;
}

.projectLeft > img {
  width: 100%;
  height: 100%;
}

.projectRight {
  width: 30%;
}

.projectRight > img {
  width: 100%;
  height: 100%;
}

/* team section  */

.teamMain {
  position: relative;
}

.teamContent {
  width: 90%;
  margin-left: auto;
  margin-top: 120px;
  max-width: 1480px;
}

@media (min-width: 1500px) {
  .teamContent {
    max-width: 1200px;
    margin: 0px auto;
    margin-top: 120px;
  }
}

.teamHead {
  display: flex;
  justify-content: space-between;
  width: 89%;
  align-items: flex-end;
}

.headDetail {
  width: 400px;
}

.headDetail p {
  font-size: 0.8rem;
  color: #6e757c;
  font-weight: 600;
}

.headDetail h1 {
  font-weight: bold;
  font-family: "Gilroy " sans-serif !important;
  margin-bottom: 0px;
}

.teamPara {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
}

.teamPara p {
  width: 350px;
  color: #6e757c;
  font-family: "Gilroy " sans-serif !important;
  margin-bottom: 0px;
  font-weight: 400;
}

.teamPara button {
  border: none;
  outline: none;
  color: white;
  padding: 10px 30px;
  font-family: "Gilroy " sans-serif !important;
  background-color: #2b2b31;
}

.teamSlider {
  height: 100%;
  margin-top: 70px;
  position: relative;
}

.teamSlider .swiper-wrapper {
  height: 500px;
}

.teamSlider .card > img {
  height: 300px;
  /* object-fit: cover; */
}

.teamSlider .card {
  box-shadow: 0px 29px 60px #17161a0d;
  border: none !important;
}

.mDetail {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.mDetail p {
  margin-bottom: 0px;
  margin-left: 10px;
  color: #6e757c;
}

.teamSlider .card-body {
  padding-left: 30px;
  padding-top: 30px;
}

.teamSlider .card-title {
  margin-bottom: 20px;
  font-family: "Gilroy " sans-serif !important;
  font-weight: 600 !important;
}

/* pagination  */

.box {
  margin: 20px auto;
  background-color: #f8f4f4;
  border-radius: 4px;
  width: 386px;
  min-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.custom-swiper-scrollbar {
  height: 2px;
  width: 86%;
  background: #e5e5e5;
  border-radius: 50px;
}

.swiper-scrollbar-drag {
  background: #000 !important;
}

.custom-swiper-pagination {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #000;
}

.totalCounts {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.currentIndex {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}

/* work inqury section  */

.inqueryContainer {
  background-color: #1a191d;
  margin-top: 50px;
  padding: 40px 0px;
}

.inqueryContent {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 80%;
  max-width: 1200px;
  margin: 20px auto;
}

.inHead {
  width: 350px;
}

.inHead h1 {
  color: white;
  font-family: "Gilroy " sans-serif !important;
  font-weight: bold;
}

.inHead p {
  color: #565a63;
  font-size: 0.8rem;
  font-weight: 600;
}

.location {
  width: 500px;
}

.location p {
  width: 290px;
  font-family: "Gilroy " sans-serif !important;
  color: white;
  font-weight: 400;
}

.location > button {
  font-family: "Gilroy " sans-serif !important;
  margin-top: 20px;
}

.location button > img {
  margin-left: 15px;
}

/* footer  */

.footerCOntainer {
  background-color: #17161a;
  padding: 50px 0px;
}

.footerMain {
  position: relative;
}

.scrolTop {
  position: absolute;
  /* transform: rotate(90deg); */
  /* left: -30px; */
  top: 45px;
  width: fit-content;
}

.scrolTop img {
  margin-left: 20px;
}

.scrolTop p {
  margin-bottom: 0px;
}

.scrolTop a {
  text-decoration: none;
  color: white;
  align-items: center;
  display: flex;
  flex-direction: row;
}

.followUs {
  position: absolute;
  right: -35px;
  top: 90px;
  transform: rotate(270deg);
  display: flex;
  color: white;
  align-items: center;
}

.followUs p {
  margin-bottom: 0px;
}

.followUs a {
  text-decoration: none;
  color: white;
}

.footerContert {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  max-width: 1200px;
  margin: 0px auto;
}

.footerLeftLogo {
  width: 200px;
}

.footerRight {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 80%;
}

.locationMain {
  width: 60%;
}

.fLocations {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.locDetail {
  width: 220px;
}

.fLocations p {
  color: white;
  font-family: "Gilroy " sans-serif !important;
  margin-top: 20px;
  font-weight: 500;
}

.locDetail h5 {
  color: #565a63;
  font-size: 1rem;
  font-family: "Gilroy " sans-serif !important;
  font-weight: 600;
}

.signUpInp {
  width: 320px;
}

.signUpInp p {
  color: #565a63;
  font-size: 1rem;
  font-family: "Gilroy " sans-serif !important;
  font-weight: 600;
}

.signUpinput {
  background: #1e1d20;
  border-radius: 7px;
  font-family: "Gilroy " sans-serif !important;
  margin-top: 20px;
}

.signUpInp input {
  border: none;
  outline: none;
  background: transparent;
  padding: 12px 5px;
  color: white;
  width: 70%;
  padding-left: 10px;
}

.signUpInp button {
  /* background:#1E1D20; */
  background: transparent;
  border: none;
  outline: none;
  padding: 12px 0px;
  color: white;
  font-family: "Gilroy " sans-serif !important;
  width: 20%;
}

/* copy right  */

.copyRightMain {
  display: flex;
  align-items: flex-start;
  /* align-items: ; */
  /* align-self: ; */
  width: 80%;
  max-width: 1200px;
  margin: 40px auto;
  margin-bottom: 10px;
  justify-content: space-between;
}

.copyRightMain p {
  font-family: "Gilroy " sans-serif !important;
  margin-bottom: 0px;
  font-weight: 600;
}

.cpLeft {
  width: 78%;
}

.questionMain {
  width: 200px;
  display: flex;
  align-items: center;
  margin-top: -17px;
}

.path {
  width: 100%;
  height: 2px;
  border: 1px solid #1e1d20;
  margin-top: 15px;
}

.cpDetail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #565a63;
  margin-top: 10px;
  margin-top: 40px;
}

.cpDetail a {
  text-decoration: none;
  font-family: "Gilroy " sans-serif !important;
  color: #565a63;
  font-weight: 600;
}

.cpDetail a:hover {
  color: #565a63;
}

.questionMain p {
  margin-left: -10px;
  color: white;
  font-family: "Gilroy " sans-serif !important;
  font-weight: 400;
}

.questionMain img {
  margin-left: 10px;
}

@media (max-width: 1200px) {
  .partnerContainer {
    background-size: cover;
  }
}

@media (max-width: 1140px) {
  .teamHead {
    width: 95%;
  }
}

@media (max-width: 1100px) {
  .serviceMain,
  .valueMai,
  .projectMain,
  .aboutSectionMain,
  .heroCOntainer,
  .clientContent,
  .inqueryContent {
    width: 95%;
  }
  .teamContent {
    width: 97%;
  }
  .inqueryContent {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .location {
    margin-top: 20px;
  }
  .footerContert {
    flex-direction: column;
  }
  .footerRight {
    width: 100%;
    margin-top: 20px;
  }
  .copyRightMain {
    width: 95%;
  }
  .location > button {
    margin-top: 10px;
  }
  .location p {
    width: 100%;
  }
  .inHead {
    width: 50%;
  }
  .clientLefft {
    width: 56%;
  }
  .aboutLeft {
    width: 500px;
  }
  .navbar {
    padding: 30px 30px !important;
  }
}

@media (max-width: 1000px) {
  .teamHead {
    flex-direction: column;
    align-items: flex-start;
  }
  .teamPara {
    width: 100%;
    margin-top: 30px;
  }
  .teamPara p {
    width: 70%;
  }
}

@media (max-width: 991px) {
  .navbar-nav .nav-link {
    padding-left: 0px !important;
    margin-top: 15px;
  }
  .navbar-light .navbar-brand {
    margin-top: 20px;
    display: none;
  }
}

@media (max-width: 950px) {
  .valueHead,
  .serviceHead,
  .projectHead {
    width: 100%;
  }
  .servicesCards > .card {
    width: 28%;
    min-width: 200px;
  }
  .clientRight,
  .ClientBox {
    width: 340px;
  }
  .footerRight {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    margin-top: 30px;
  }
  .locationMain {
    width: 500px;
  }
  .signUpInp {
    margin-top: 20px;
  }
  .footerLeftLogo {
    width: fit-content;
  }
  .footerContert {
    align-items: center;
  }
}

@media (max-width: 850px) {
  .heroCOntainer {
    padding-bottom: 0;
  }
  .clientContainer {
    margin-top: 8rem;
  }
  .copyRightMain {
    flex-direction: column-reverse;
    align-items: center;
  }
  .cpLeft {
    width: 100%;
  }
  .questionMain {
    justify-content: center;
  }
  .aboutContent {
    flex-wrap: wrap;
    /* justify-content: ; */
  }
  .clientContent {
    flex-wrap: wrap;
  }
  .clientLefft {
    width: 80%;
  }
  .clientRight,
  .ClientBox {
    margin: 20px auto 0 auto;
    /* margin-top: 20px; */
  }
  .aboutrightSlider {
    width: 100%;
    margin-top: 20px;
  }
  .serviceHead,
  .projectHead {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .heroContainer {
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (max-width: 768px) {
  .box {
    display: none;
  }
  .mobViewrightImg{
    display: block;
}
.rightImg{
    display: none;
}
.valueSec{
    display: flex;
    flex-direction: column-reverse;
}
}

@media (max-width: 730px) {
  .valueHead {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .servicesCards {
    justify-content: center;
  }
  .servicesCards > .card {
    width: 40%;
  }
  .partnerBox,
  .partnerHead {
    width: 95%;
  }
  .valuePoints {
    width: 250px;
  }
  .valueContent {
    margin-top: 30px;
  }
}

@media (max-width: 630px) {
  .teamPara {
    flex-direction: column;
    align-items: flex-start;
  }
  .teamPara button {
    margin-top: 20px;
  }
  .teamPara p {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .heroCOntainer {
    padding-bottom: 30px;
  }
  .heroContent {
    padding-left: 10px;
    margin-top: 15rem;
  }
  .valueMai {
    padding: 0px 10px;
  }
  .clientContent {
    justify-content: center;
  }
  .clientRight,
  .ClientBox {
    margin: 20px auto;
  }
  .serviceHead {
    padding: 0px 15px;
  }
  .projectMain {
    padding: 0px 15px;
  }
  .teamContent {
    margin: 0px auto;
    margin-top: 60px;
    padding: 0px 15px;
  }
  .aboutSectionMain {
    margin: 0px auto;
    width: 93%;
  }
  /* .partnerBox img {
    width: 100px;
  } */
  .partnerBox img {
    /* width: 100px; */
    padding: 20px 10px;
    width: 200px;
}
.pThre {
    padding: 30px 10px !important;
}
.pOne {
    padding: 8px 20px !important;
}
.psix {
    padding: 20px 10px !important;
}
.pSev {
    padding: 30px 20px !important;
}
  .valuePoints {
    width: 200px;
  }
  .pointPara p {
    font-size: 0.8rem;
  }
  .valuePoints img {
    width: 30px;
  }
  .pointPara h5 {
    font-size: 1.1rem;
  }
  .aboutrightSlider .swiper-slide img {
    height: 300px;
  }
  .heroContent h1 {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
  .partnerHead h1 {
    font-size: 2.2rem;
  }
  .aboutSectionMain {
    margin-top: 50px;
  }
  .navbar {
    padding-left: 5px !important;
  }
  .fLocations {
    flex-direction: column;
    align-items: center;
  }
  .locationMain {
    width: 100%;
  }
  .inHead {
    width: 100%;
  }
  .location {
    width: 100%;
  }
  .inqueryContent {
    width: 95%;
  }
  .cpDetail {
    flex-direction: column;
    align-content: center;
  }
  .cpDetail a {
    margin-top: 10px;
    display: inline-block;
    text-align: center;
  }
  .headDetail {
    width: 95%;
  }
  .cpLeft {
    font-size: 0.7rem;
  }
  .fLocations p {
    font-size: 0.8rem !important;
  }
  .inqueryContent {
    padding: 0px 10px;
  }
}

@media (max-width: 500px) {
  .aboutLeft,
  .aboutPara,
  .accordion {
    width: 100%;
  }
  .heroContent{
      margin-top: 10rem;
  }
  .aboutLeft {
    padding-right: 10px;
  }
  .aboutLeft p {
    font-size: 0.8rem;
  }
  .accordion-body {
    font-size: 0.8rem;
  }
  .valueContent {
    flex-wrap: wrap;
    /* justify-content: center; */
  }
  .valueRight {
    margin-left: 0px;
  }
  .valuePoints {
    width: 100%;
  }
  .rightOneP {
    width: 100% !important;
  }
  .servicesCards > .card {
    width: 95%;
    margin: 10px 0px;
  }
  .heroContent {
    width: 100%;
  }
  .heroCOntainer {
    padding-bottom: 50px;
  }
  .box {
    width: 90%;
  }
}

@media (max-width: 400px) {
  .clientRight {
    width: 100%;
    padding: 0px 20px;
  }
  .heroContent{
      margin-top: 7rem;
  }
  .clientLefft {
    width: 100%;
  }
  .clientContainer {
    margin-top: 4rem;
  }
  .aboutrightSlider .swiper-slide {
    width: 104% !important;
  }
  .ClientBox {
    width: 100%;
    margin-left: 0px;
  }
  .heroContent > .detail {
    width: 100%;
  }
  .signUpInp {
    width: 280px;
  }
  .web_container,
  .heroContainer {
    width: 100% !important;
    margin: 0 auto !important;
  }
}
