:root {
  --primary-color: #ffcc00;
  --white-color: #ffffff;
  --text-color: #3b464d;
  --other-text-color: #fee612;
  --icon-size: 2rem;
  --small-radius: 5px;
  --transition03: 0.3s;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%; /*font size 10px */
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 0.6em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #666666;
}

/* common css start here */
.align-self-start {
  align-self: flex-start;
}

.d-flex {
  display: flex;
  align-items: center;
}
.d-fx {
  display: flex;
}
.ml-auto,
.top__rightBox {
  margin-left: auto;
}
.jc-space-bet {
  justify-content: space-between;
}
.align-item-center {
  align-items: center;
}
.--gap05 {
  gap: 5px;
}
.--gap10 {
  gap: 10px;
}
.--gap15 {
  gap: 15px;
}
.--gap20 {
  gap: 20px;
}
.--gap30 {
  gap: 30px;
}
.pose-rel {
  position: relative;
}
.absPos {
  position: absolute;
}
.pt-01 {
  padding-top: 1rem;
}
.pt-02 {
  padding-top: 2rem;
}
.pt-01 {
  padding-bottom: 1rem;
}
.pb-02 {
  padding-bottom: 2rem;
}
.mt-01 {
  margin-top: 1rem;
}
.mt-02 {
  margin-top: 2rem;
}
.mt-03 {
  margin-top: 3rem;
}
.mb-01 {
  margin-bottom: 1rem;
}
.mb-02 {
  margin-bottom: 2rem;
}
.mt-03 {
  margin-top: 3rem;
}
.mt-04 {
  margin-top: 4rem;
}
.mt-05 {
  margin-top: 5rem;
}
.pt-03 {
  padding-top: 3rem;
}
.pb-08 {
  padding-bottom: 8rem;
}
.mt--10rem {
  margin-top: -10rem;
}
.m-block-04 {
  margin-block: 4rem;
}
.p-0 {
  padding: 0 !important;
}

.padd-block-04 {
  padding-block: 4rem;
}
.padd-block-08 {
  padding-block: 8rem;
}
.flex-d-col {
  flex-direction: column;
}
.container-fluid.padd-inline-03 {
  padding-inline: 3rem;
}

.container-fluid.padd-inline-04 {
  padding-inline: 4rem;
}
.container-fluid.padd-inline-04 {
  padding-inline: 6rem;
}
.d-block {
  display: block;
}

.text-Center {
  text-align: center;
}

.ml-01 {
  margin-left: 1rem;
}
.ml-04 {
  margin-left: 4rem;
}
.ml-05 {
  margin-left: 0.5rem;
}
.flex-direction-col {
  flex-direction: column;
}
.align-flex-start {
  align-items: flex-start;
}
.flexWrap {
  flex-wrap: wrap;
}
.d-grid {
  display: grid;
}
.fullWidth {
  width: 100%;
}
.textContent {
  font-size: 1.4rem;
  line-height: 26px;
  color: #3d4246;
}
.list_item {
  padding: 1rem 0;
}
.list_item li {
  padding: 0.5rem 0;
  font-size: 1.5rem;
}

/* common css ends here */

header {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05);
  padding-block: 1rem;
  position: sticky;
  top: 0;
  z-index: 999;
}

.wrapper {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}

.iconSize {
  font-size: var(--icon-size);
}

.callBox {
  color: var(--text-color);
  cursor: pointer;
  font-weight: 500;
  transition: var(--transition03);
  text-decoration: none;
}
.callBox h1 {
  font-size: 1.4rem;
}

.nav {
}
.logo {
  width: 60px;
}

.default ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
.default ul li {
  display: block;
  position: relative;
}
.default ul li:not(:last-child) {
  margin-right: 1rem;
}

.default ul li a {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0.6rem 1.3rem;
  text-decoration: none;
  color: #747476;
  border-radius: 4px;
  transition: 0.4s;
}
.default ul li a.active,
.default ul li a:hover {
  background-color: var(--primary-color);
  color: var(--text-color);
}
.default ul li a i {
  transition: 0.4s;
}

.default ul li a:hover i {
  transform: rotate(180deg);
}

.default ul li .menu-dropDown {
  visibility: hidden;
  width: 230px;
  overflow: hidden;
  opacity: 0;
  display: flex;
  flex-direction: column;
  position: absolute !important;
  left: 0;
  top: 100%;
  background-color: var(--white-color);
  border-radius: 4px;
  transition: 0.4s;
  transform: translateY(10px);
  text-align: left;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
}
.default ul li .menu-dropDown a {
  text-align: left !important;
  padding: 0.9rem 1rem 0.9rem 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 0;
}
.default ul li:hover .menu-dropDown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.topBanner {
  background-image: linear-gradient(
    115deg,
    hsl(0deg 0% 95%) 0%,
    hsl(344deg 0% 95%) 8%,
    hsl(344deg 0% 96%) 17%,
    hsl(344deg 0% 97%) 25%,
    hsl(344deg 0% 98%) 33%,
    hsl(344deg 0% 99%) 42%,
    hsl(0deg 0% 100%) 50%,
    hsl(344deg 0% 99%) 58%,
    hsl(344deg 0% 98%) 67%,
    hsl(344deg 0% 97%) 75%,
    hsl(344deg 0% 96%) 83%,
    hsl(344deg 0% 95%) 92%,
    hsl(0deg 0% 95%) 100%
  );
  min-height: 83vh;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  padding-block: 4rem;
}
.header_Back {
  position: absolute;
  right: -150px;
  top: -130px;
}
.bannerOuter {
  position: relative;
  z-index: 99;

  h1 {
    font-size: 5rem;
  }
  h3 {
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-weight: 600;
  }
}
.banner_Content {
  position: relative;
  padding-block: 8rem;
}
.banner_Content p {
  width: 76%;
}
.about-img {
  padding: 2rem;
}

.aboutText {
  padding: 3rem 2rem 1rem;
}
.aboutText h2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 0.5rem;
}

.moreAbout::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 25px;
  border: 2px solid #ffffff;
  height: 84%;
  width: 91%;
  border-radius: 25px;
}

.moreAbout img {
  width: 100%;
  border-radius: 25px;
  border: 1px solid var(--primary-color);
}

.header__hamburger {
  display: none;
  button {
    background-color: transparent;
    cursor: pointer;
    border: none;
  }

  .button-one {
    --buttonColor: #ffffff;
  }
  .button-one .line {
    transition: y 200ms ease-in, rotate 300ms ease-in, opacity 0ms 200ms;
    transform-origin: center;
  }
  .button-one:hover .line {
    transition: y 200ms ease-in, rotate 200ms ease-in 200ms, opacity 0ms 200ms;
  }

  .button-one:hover :is(.top, .bottom) {
    y: 45;
  }
  .button-one:hover .top {
    rotate: 45deg;
  }
  .button-one:hover .bottom {
    rotate: -45deg;
  }

  .button-one:hover .middle {
    opacity: 0;
  }
}
.aboutLegend {
  border-radius: 10px;
  border: 1px solid #747476;
  padding: 1rem 2rem 2em;
  line-height: 2.6rem;
  font-weight: 400;
  font-size: 1.8rem;
}
.aboutLegend legend {
  padding: 0.8rem 2rem;
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 0;
  background-color: #ffcc00;
  border-radius: 10px;
}

.socialIcons {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 3%;
  top: 30%;
  display: flex;
  width: 36px;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  z-index: 99;
}
.socialIcons a {
  background-color: white;
  border-radius: 50px;
  border: 1px solid #5f5e5e;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #5f5e5e;
  text-decoration: none;
  transition: 0.4s;
}
.socialIcons a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: #cba300;
}
.socialIcons a i:hover {
  color: var(--white-color);
}
.footerSocial {
  z-index: 99;
}
.footerSocial .socialIcons {
  position: relative;
  width: auto;
  flex-direction: row;
}
.footerSocial h4 {
  font-size: 1.4rem;
  color: var(--text-color);
  margin-right: 2rem;
  color: #3b464d;
  font-weight: 400;
}

.whiteColor {
  color: var(--white-color);
}
.services_List {
  margin: 2rem 0 0 0;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  font-size: 2.2rem;
  font-weight: 500;
  list-style: none;
}
.cur-pointer {
  cursor: pointer;
}

.partnerBox {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}
.partnerBox__size {
  width: 200px;
  height: 123px;
  object-fit: cover;
}
.partnerImg01 {
  background-image: url(../img/partner-logo-01.png);
  background-position-x: 0;
  background-position-y: 0;
  transition: 0.2s;
}
.partnerImg02 {
  background-image: url(../img/partner-logo-02.png);
  background-position-x: 0;
  background-position-y: 0;
}
.partnerImg03 {
  background-image: url(../img/partner-logo-06.png);
  background-position-x: 0;
  background-position-y: 0;
}
.partnerImg04 {
  background-image: url(../img/partner-logo-04.png);
  background-position-x: 0;
  background-position-y: 0;
}
.partnerImg05 {
  background-image: url(../img/partner-logo-05.png);
  background-position-x: 0;
  background-position-y: 0;
}
.partnerImg01:hover,
.partnerImg02:hover,
.partnerImg03:hover,
.partnerImg04:hover {
  background-position-y: 127px;
}
.partnerImg02:hover {
  background-position-x: -2px;
  background-position-y: 129px;
}
.partnerImg03:hover {
  background-position-y: 121px;
}
.partnerImg04:hover {
  background-position-x: -1px;
  background-position-y: 124px;
}
.partnerImg05:hover {
  background-position-x: -1px;
  background-position-y: 126px;
}

.btn-primary {
  background: rgba(255, 255, 255, 0.13);
  border: 3px solid rgba(255, 255, 255, 0.3);
}
.btn-secondary {
  border: 2px solid rgba(255, 255, 255, 0.31);
  background: linear-gradient(270deg, #f8377c 0%, #fbac8c 100%);
  box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.1);
}

.btnAll {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 10px 25px;
  border-radius: 2px;
  transition: 0.5s;
  color: var(--text-color);
  background-color: var(--primary-color);
  display: inline-flex;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btnAll span,
.btnAll img {
  z-index: 5;
  position: relative;
}

.btnAll:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.5s;
  z-index: 2;
}
.btnAll:hover:before {
  top: 0;
}
.btnAll:hover {
  background: var(--primary-color);
  box-shadow: 0 0 0 10px rgba(250, 250, 250, 0.2);
}
.fs-15 {
  font-size: 1.5rem !important;
}
.fs-20 {
  font-size: 2rem !important;
}

.shap01 {
  top: 35px;
  left: 40px;
  animation: rotate-animation 5s infinite;
}
.shap02 {
  top: 7%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.circle {
  bottom: 287px;
  left: 682px;
  animation: rotate-animation 10s infinite;
}
.circle01 {
  bottom: 93px;
  left: 427px;
}
.servicesBox {
  background-color: #f9f9f9;
  padding: 5rem 0 5rem;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1rem;
}

.aboutBox {
  background-color: #ecece7;
  padding: 6rem 0 3rem;
}
.serviceSection {
  background-color: #ecece7;
  padding: 6rem 0 14rem;
}

.about-list {
  padding: 0 2rem;
}
.about-list ul {
  padding: 0 0 0 2rem;
  margin-top: 1rem;
}
.about-list ul li {
  list-style-type: disc;
  line-height: 24px;
  margin-bottom: 1.1rem;
}

.gradientImg {
  position: absolute;
  right: 0;
  top: 0;
}
.zigZagImg {
  position: absolute;
  right: 0;
}
.occassionBox {
  margin-left: -15rem;
  padding: 6rem;
  background-color: #f9f9f9;
  h2 {
    font-size: 5rem;
    color: var(--primary-color);
    line-height: 5rem;
    font-weight: 700;
  }
  p {
    color: var(--text-color);
    line-height: 2.5rem;
  }
}
.about-sis {
  font-weight: 200;
  color: var(--text-color);
}
.contentOuter {
  min-height: 700px;
}
.mTitle {
  display: inline-block;
  margin-bottom: 2rem;
}

.mTitle div {
  position: relative;
  text-transform: uppercase;
  font-size: 1.8rem;
  color: var(--text-color);
  font-weight: 600;
  display: flex;
  align-items: center;
}
.mTitle div::after {
  content: "";
  position: relative;
  right: -10px;
  top: 0;
  background-color: var(--primary-color);
  height: 3px;
  width: 100px;
  display: block;
}

.prodHeading {
  text-align: left;
  position: relative;
  margin-bottom: 1rem;
}
.prodHeading h1 {
  font-size: 5rem;
  color: var(--primary-color);
  margin: 0;
  font-weight: 300;
  color: var(--text-color);
}
.proServices {
  font-weight: 600 !important;
  color: var(--primary-color) !important;
}
.servicesPara {
  max-width: 70%;
  margin-bottom: 4rem;
}
.productBox__Img {
  background-color: #ffffff;
  min-height: 51.2rem;
  border-radius: 4px;
  position: relative;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.05);
  padding: 2.5rem 2rem;
}
.productBox__Cotent {
  padding: 1.5rem 0 0;
}
.productBox__Cotent h4 {
  font-size: 1.9rem;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 1.5rem;
  line-height: 2.7rem;
}
.productBox__price {
  color: var(--primary-color);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--text-color);
  line-height: 22px;
  min-height: 220px;
}
.hamburgerBox {
  height: 95vh;
  width: 98vw;
  margin: 1rem auto;
  border-radius: 0.5rem;
  padding: 1.5rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8) translateY(1rem);
  transition: 0.5s ease;
  z-index: 99;
  display: flex;
  background-color: var(--white-color);
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.4);
}

.hamClose {
  position: absolute;
  right: 2rem;
  top: 1rem;
  font-size: 3rem;
  cursor: pointer;
}
footer {
  background-color: #f9f9f9;
  padding: 3rem 0;
  position: relative;
}
.footerQuick {
  padding: 1rem 0 0;
}

.footerQuick ul {
  margin: 0;
  padding: 0 0 0 1rem;
  list-style: none;
  display: flex;
}
.footerQuick ul li {
  padding-inline: 2rem;
}
.footerQuick ul li a {
  display: inline-block;
  text-decoration: none;
  color: #636363;
  position: relative;
  overflow: hidden;
  font-weight: 400;
  font-size: 1.3rem;
}
.footerQuick ul li a::after {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: var(--text-color);
  transition: 0.4s ease;
  display: inline-block;
}
.footerQuick ul li a:hover {
  color: var(--text-color);
}
.footerQuick ul li a:hover:after {
  width: 100%;
}
.footerQuick p {
  color: #ffffff;
}

.wave {
  position: absolute;
  height: 150px;
  width: 100%;
  background: #ecece7;
  top: 0;
  z-index: -1;
}

.wave::before,
.wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
}

.wave::before {
  width: 55%;
  height: 109%;
  background-color: #fff;
  right: -1.5%;
  top: 60%;
}
.wave::after {
  width: 55%;
  height: 100%;
  background: #ecece7;
  left: -1.5%;
  top: 40%;
}

.about-list h3 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 1rem;
}

.cartOverlay {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 109;
}
.cartBox {
  height: 100vh;
  width: 30rem;
  background-color: var(--white-color);
  transition: 0.5s ease;
  transform: translateX(30rem);
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 110;
}
.show_carBox {
  opacity: 1;
  transform: translateX(0);
}
.arrow {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.satishImg {
  position: absolute;
  right: 0;
  top: 50px;
}
.aboutWidth {
  width: 95%;
}
.accountBg {
  background: url(../img/Account_taxation.jpg) center center;
}
.cyberBg {
  background: url(../img/cyber_security_banner.jpg) center center;
}
.staffBg {
  background: url(../img/staff_augmentation.jpg) center center;
}
.realEstateBg {
  background: url(../img/realEstate.jpg) center center;
}
.softSolution {
  background: url(../img/softwareSolutions.jpg) center center;
}

.pageOverlay {
  background: #0000005c;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.pageHead {
  padding: 7rem 0;
}
.services_Title {
  font-size: 5rem;
  font-weight: 600;
  z-index: 11;
  color: var(--white-color);
}
.primaryColor {
  color: var(--primary-color);
}
.services_Title::after {
  content: "";
  height: 3px;
  width: 120px;
  background-color: var(--primary-color);
  position: relative;
  display: block;
  margin: 0 auto;
  bottom: 0;
}
.servicesOne {
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
}
.servicesThree {
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
}
.servicesFull {
  grid-template-columns: 1fr;
}

.servicesInner_detail {
  background-color: var(--white-color);
  padding: 3rem 2rem 3rem 3rem;
  /* box-shadow: 0 0 12px rgba(0, 0, 0, 0.1); */
  border: 1px solid #dfe2e6;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.servicesInner_detail::before {
  content: "";
  height: 60px;
  width: 6px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--primary-color);
}
.servicesInner_detail h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
}
.servicesInner_detail p,
p {
  font-weight: 400;
  color: #3b464d;
  line-height: 24px;
}
.contactBox {
  border-radius: 20px;
  overflow: hidden;
}
.contactForm {
  background-color: #242b33;
  padding: 5rem 7rem;
}
.contactForm h1 {
  color: var(--white-color);
  font-size: 3rem;
  font-weight: 600;
}
.contactInputs label {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
}
.contactInputs input[type="text"],
.contactInputs input[type="email"],
.contactInputs textarea {
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  padding: 1rem 1.5rem;
  font-family: inherit;
  transition: 0.3s;
}
.contactInputs input[type="text"]:focus,
.contactInputs input[type="email"]:focus,
.contactInputs textarea {
  outline: none;
  border-color: rgba(255, 255, 255, 0.3);
}
.contactInputs input[type="text"]::placeholder,
.contactInputs input[type="email"]::placeholder,
.contactInputs textarea::placeholder {
  color: #808080;
  opacity: 1; /* Firefox */
}

.contactInputs input[type="text"]::-ms-input-placeholder,
.contactInputs input[type="email"]::-ms-input-placeholder,
.contactInputs textarea::-ms-input-placeholder {
  color: #808080;
}

.contactInputs:not(:last-child) {
  margin-bottom: 2.5rem;
}
#confirmation {
  display: none;
  color: rgb(0, 211, 0);
  font-weight: bold;
  margin-top: 10px;
}

.img-responsiv {
  width: 100%;
  max-width: fit-content;
  display: block;
}
.contactImg {
  object-fit: cover;
  height: 100%;
}

.padd-inline-25 {
  padding-inline: 25px !important;
}
.padd-block-7 {
  padding-block: 7rem !important;
}
.contactInfo {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.07);
}
.flags {
  width: 30px;
}
.calendlyLink {
  color: var(--text-color);
  transition: 0.2s;
}
.calendlyLink:hover {
  color: #000000;
}

@media only screen and (max-width: 768px) {
  .responsiv-Img {
    max-width: 100%;
    display: block;
  }
  .header__hamburger {
    display: block;
    margin-left: auto;
  }
  .default {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 77px;
    width: 100%;
    background: #ffffff;
    padding: 15px;
    transform: translateY(10px);
    transition: 0.5s;
  }
  .default ul {
    flex-direction: column;
  }
  .default ul li:not(:last-child) {
    margin-right: 0;
  }
  .default ul li:not(:last-child) {
    margin-bottom: 1rem;
  }
  .default .d-flex {
    align-items: flex-start;
  }
  .occassionBox {
    margin-left: 0;
    padding: 6rem 3rem;
  }
  .profile_Img,
  .wrapper {
    width: 100%;
  }
  .default.hamHideShow {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .default ul li .menu-dropDown {
    height: 0;
    position: relative !important;
    box-shadow: none;
    width: 100%;
  }
  .default ul li:hover .menu-dropDown {
    height: 200px;
  }
  .default ul li {
    width: 100%;
  }
  .banner_Content {
    padding: 8rem 2rem;
  }
  .contactForm {
    padding: 4rem 2rem;
  }
  .partnerBox__size {
    margin: 0 auto;
  }
  .aboutLegend {
    margin-bottom: 1rem;
  }
  .satishImg {
    position: static;
  }
  .footerQuick ul {
    padding: 0;
    margin-bottom: 1rem;
  }
  .footerQuick ul li {
    padding-inline: 1.5rem;
  }
  .productBox__Img,
  .productBox__price {
    min-height: fit-content;
  }
  .productBox__Cotent br {
    display: none;
  }
  .moreAbout::before {
    top: 5%;
    left: 4%;
  }
  .gradientImg {
    width: 100%;
    max-width: fit-content;
    display: block;
  }
  .servicesOne,
  .servicesThree {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .services_Title {
    font-size: 4rem;
  }
  .servicesInner_detail h3 {
    font-size: 1.7rem;
    line-height: 22px;
  }
  .mobileMagin {
    margin-top: 1.5em;
  }
  .serviceSection {
    padding: 2rem 0 12rem;
  }
  .hideMobile {
    display: none;
  }
  .footerSocial {
    justify-content: center;
  }
}
