* {
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}

.bottom-footer-call {
  border: 2px solid #4d4a99;
  height: 70px;
  background: #eae9ff;
  width: 70px;
  display: flex;
  position: fixed !important;
  text-align: center;
  z-index: 9999;
  padding: 0px !important;
  right: 25px !important;
  bottom: 25px !important;
  justify-content: center;
  border-radius: 50%;
}

.call-link {
  text-decoration: none;
  color: #333;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bottom-footer-call i {
  font-size: 35px;
  color: #5977ba;
}

.whatsapp-message-box.reveal {
  background-color: #f9f9f9;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  display: inline-block;
  position: relative;
  max-width: 300px;
  margin: 20px 15px;
}
.whatsapp-message-box.reveal button {
  position: absolute;
  top: -7px;
  right: 0px;
  background: transparent;
  border: none;
  font-size: 18px;
  color: #888;
  cursor: pointer;
  padding: 5px;
  transition: color 0.3s ease;
}
.whatsapp-message-box.reveal p {
  font-size: 12px;
  margin: 0;
  color: #333;
}
.whatsapp-wrapper {
  position: fixed;
  bottom: 15px;
  right: 30px;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whatsapp-icon-share {
  border-radius: 50%;
  padding: 10px;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whatsapp-wrapper img {
  width: 50px;
}


header {
  padding: 0px !important;
}

@font-face {
  font-family: Inter;
  src: url(../fonts/Mont/Inter.otf);
}

@font-face {
  font-family: Inter;
  src: url(../fonts/Mont/Inter.otf);
}

@font-face {
  font-family: Inter;
  src: url(../fonts/Mont/Inter.otf);
}

@font-face {
  font-family: mont-light;
  src: url(../fonts/Mont/Mont-Light.otf);
}

body {
  background: url(../images/Background.png);
  background-size: cover;
  background-position: 50% 14%;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Inter;
}
label.nav__theme.header__item {
  display: none;
}

/* banner section */
.navbar-toggler-icon .bi.bi-list {
  top: 21px;
  right: -18px;
  position: absolute;
  color: #4c499a;
  font-size: 39px;
}
div#navbarNavDropdown {
  z-index: 9999;
  justify-content: flex-end;
}
.navbar-expand-lg {
  height: 120px;
}
.hero-cont-wrapper {
  min-height: 550px;
  display: flex;
  justify-content: center;
  align-items: self-start;
  flex-direction: column;
}
.nav-item .hire-btn a {
  justify-content: space-between;
  width: 230px;
  display: flex;
}
.hire-btn-white .hire-circle svg {
  color: #fff;
}
.hire-btn-white .hire-circle {
  background-color: #4c499a;
}
/* .conatiner {
    max-width: 1380px;
    margin: 0 auto;
} */
.wrapper {
  padding: 0px !important;
}

.con-banner .bannner-btn .hire-btn .hire-circle {
  margin-left: 78px;
}
.bannner-btn .hire-btn {
  border: 1px solid #4c499a;
  width: 185px;
}
.con-banner .bannner-btn {
  flex-wrap: wrap;
  padding: 10px 0px;
  max-width: 300px;
  margin-left: 0;
}
.con-banner .hire-btn a {
  color: #fff;
}

.bannner-btn .hire-btn-white a {
  color: #4c499a !important;
}
.bannner-btn .hire-btn-white {
  width: 130px;
  background: #fff;
}
.bannner-btn .hire-btn-white a:hover {
  color: #4c499a !important;
}
.bannner-btn {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.hero-cont h2 {
  font-family: Inter;
  font-style: normal;
  font-weight: 1200;
  font-size: 90px;
  line-height: 80px;
  text-transform: uppercase;
  color: #000000;
}

.hero-banner .arrow-svg {
  padding-top: 0px;
  margin-left: 3px;
}

/* .hero-banner .hire-btn {
  margin-top: 30px;
  width: 136px;
  font-size: 16px;
  height: 41px;
} */

.hero-cont {
  align-items: self-start;
  display: flex;
  flex-direction: column;
}
.projects__header p {
  text-align: end;
}
.logo-sign img {
  width: 80%;
  float: right;
  animation: sign 5s infinite;
  animation-duration: 7s;
}

@keyframes sign {
  0% {
    opacity: 1;
    transform: translateY(60px);
  }

  50% {
    transform: translateY(0px);
    opacity: 1;
  }

  100% {
    transform: translateY(60px);
    opacity: 1;
  }
}

.hero-banner .hire-btn:hover .hire-circle {
  height: 30px;
  width: 30px;
}

.hero-cont p {
  margin-bottom: 40px;
  margin-top: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}
.location-section {
  padding: 15px 0px;
}
.social-links-contact h2 {
  line-height: 20px;
  margin: 0px;
  font-size: 20px;
}
.social-links-contact h2 {
  font-size: 20px;
}
.web-discription p {
  padding: 10px 0px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.web-des-sec {
  padding: 60px 0px;
  background: #f7f7f8;
}

.website-number {
  padding: 40px 0px;
}
.web-discription span {
  padding: 10px 0px 15px;
  display: inline-block;
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #4c499a;
}
.web-discription h2 {
  font-family: Inter;
  font-size: 38px;
  font-weight: 700;
  line-height: 49px;
  letter-spacing: 0em;
  text-align: left;
}
.sub-heading-banner p {
  color: #4c499a;
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
}

.hero-discription h2 {
  max-width: 500px;
  font-size: 38px;
  font-weight: 900;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: left;
}
.hero-discription h2 span {
  font-family: "Inter";
  color: #4c499a;
}
.social-links-contact ul {
  padding: 0px;
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: flex-start;
}
.hero-banner .row {
  align-items: center;
}
.location-section ul {
  padding-left: 5px;
}
.location-section ul li {
  font-size: 14px;
  font-family: Inter;
  display: flex;
  justify-content: flex-start;
  max-width: 350px;
  padding: 5px 0px;
}
.location-section ul li span i {
  width: 30px;
  color: #4c499a;
  font-size: 20px;
}
.hero-banner {
  padding: 0px;
  height: 88vh;
  min-height: 651px;
}

/* banner section */

section {
  transition: 0.5s ease;
  padding: 80px 0px;
}

/* .section{
      height: 100vh;
  } */
a {
  font-family: Inter;
}

/* popup section */

.bi.bi-x-circle {
  cursor: pointer;
  position: absolute;
  color: #fff;
  font-size: 30px;
  top: 10px;
  right: 14px;
}

.pop-wrapper {
  position: relative;
  width: 717px;
  height: 346px;
  background: linear-gradient(156.31deg, #4d4a99 10.63%, #67b0e1 132.85%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
}

.pop-heading {
  padding: 25px 0px;
}

.input-box {
  position: relative;
}

.input-box i {
  color: #fff;
  position: absolute;
  left: 13px;
  font-size: 17px;
  top: 18px;
}

.pop-heading h3 {
  text-align: center;
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 80px;
  text-transform: uppercase;
  color: #ffffff;
}

.input-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popup-sub .hire-btn {
  text-align: center;
  margin: 30px auto;
  color: #4c499a;
  background-color: #fff;
}

.popup-sub .hire-btn svg {
  color: #fff;
}

.popup-sub .hire-btn .hire-circle {
  background-color: #4c499a !important;
}

.input-box select option {
  background: rgba(0, 0, 0, 0.3);
}

.input-box select {
  background-color: #5878b9 !important;
}

.input-box input::placeholder {
  color: #fff;
  font-size: 15px;
}

.pop-wrapper {
  width: 650px;
  margin: 0 auto;
  padding: 0px 40px;
}

.input-box input,
.input-box select {
  width: 269px;
  height: 35px;
  left: 51px;
  top: 125px;
  margin: 10px 5px;
  border: 1.5px solid #dcdbf1;
  border-radius: 8px;
  background-color: transparent;
  outline: none;
  color: #fff;
  padding: 2px 0px;
  padding-left: 30px;
}

.input-box select option {
  font-family: "Inter";
  font-size: 14px !important;
  padding: 12px 0px !important;
  margin: 8px !important;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #5a7ebe 0%, #5f91cb 100%);
}

.popup-sub {
  padding: 10% 0;
  height: 100vh;
  top: 0px;
  width: 100%;
  position: fixed;
  z-index: 999999999;
  background-color: #13322c65;
}
.navbar {
  transition: none;
}
.pop-none {
  display: none;
}

/* .collapse:not(.show) {
  display: none ;
} */
/* popup section */

.navbar-brand img {
  width: 194px;
}

.nav-item {
  margin: 0px 10px;
}

.nav-item a {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
}

.navbar-nav {
  align-items: center;
}

.nav-link {
  padding: 0px;
  color: #000000 !important;
}
.nav-item .hire-btn a {
  color: #fff !important;
}

.nav-item:hover a {
  color: #4c499a !important;
}

.active {
  color: #4c499a !important;
}

.hire-btn:hover .hire-circle {
  display: flex;
  height: 25px;
  width: 25px;
  transition: all 0.2s ease-in;
  justify-content: center;
  align-items: center;
}

.hire-circle {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3px;
  width: 3px;
  transform-origin: center;
  border-radius: 50%;
  background-color: #fff;
}

.hire-btn:hover .arrow-svg {
  opacity: 1;
  transition: 0.3s ease-in;
}

.arrow-svg {
  opacity: 0;
  width: 23px;
  color: #4c499a;
  padding-bottom: 0px;
  padding-top: 2px;
}
.nav-item:hover .hire-btn a {
  color: #fff !important;
}

[data-barba="container"][data-barba-namespace="home"] {
  opacity: 1 !important;
  visibility: visible !important;
}
.hire-btn:hover {
  padding-right: 6px;
  transition: 0.2s ease-in;
}

.hire-btn {
  font-family: Inter;
  font-size: 14px;
  letter-spacing: 0.2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 6px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px;
  padding: 1;
  height: 42px;
  width: 140px;
  background: #4c499a;
  border-radius: 100px;
  color: #fff;
  border: none;
  outline: none;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
}
.tab.active {
  background-color: #4c499a;
  color: #fff !important;
}
.hire-circle-wrapper {
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  display: flex;
}
.c-image-wrapper,
.dropdown__body,
body,
html,
main {
  overflow: visible !important;
}
.footer-heading ul {
  margin-top: 15px;
  padding: 0px;
}
/* header css ENd  */

/* About us CSS start here */
.heading h1 {
  margin-bottom: 20px;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 60px;
  color: #000;
}
.heading h2 {
  margin-bottom: 20px;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 60px;
  color: #000;
}
section.blog {
  padding-top: 0px;
}
.abt-banner .heading h1 {
  color: #fff;
}
.about-us {
  background-color: #eae9ff;
}

.about-us-para p {
  margin-bottom: 30px;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
#header2 {
  display: none;
}
.partners-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.partner img {
  width: 150px;
  margin-right: 15px;
}
/* About us CSS start here */

.swiper-container {
  width: 1200px !important;
}

.number {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 67px;
  line-height: 77px;
  color: #e8f3fe;
}
/* .mySwiper .swiper-slide {
    width:33%!important;
  } */

.card-wrapper {
  border-left: 1px solid #00000034;
  padding: 0px 20px;
  min-height: 327px;
  max-height: 327px;
  width: 100%;
}

.photo {
  display: flex;
  padding: 10px 10px;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #4c499a;
}

.photo .fa-user {
  color: #fff;
  font-size: 25px;
}

.card-title h3 {
  min-height: 100px;
  max-width: 200px;
  padding: 15px 0px;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #4c499a;
}

.card-discription p {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #232323;
}

.services .heading {
  padding: 30px 0px;
}

.mySwiper {
  margin: 40px 0px;
}

.swiper-slide-active .number {
  color: #4c499a;
}

/* testimonial slider css STart*/
.testimonial-heading h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 124.8%;
  color: #000000;
}
.swiper.testimonial-slider.swiper-initialized.swiper-horizontal.swiper-free-mode.swiper-watch-progress {
  max-height: 359px;
}
.swiper-pagination-bullet {
  width: 50px;
  height: 50px;
  opacity: 1;
}
.swiper-pagination-bullet:nth-child(1) {
  content: "hello";
  object-fit: contain;
  background-color: #fff;
  background-image: url(../images/proposal-icon/HA.svg) !important;
  background-size: cover;
}
.swiper-pagination-bullet:nth-child(2) {
  content: "hello";
  object-fit: contain;
  background-color: #fff;
  background-image: url(../images/proposal-icon/RH.svg) !important;
  background-size: cover;
}
.swiper-pagination-bullet:nth-child(3) {
  content: "hello";
  object-fit: contain;
  background-color: #fff;
  background-image: url(../images/proposal-icon/NS.svg) !important;
  background-size: cover;
}
.swiper-pagination-bullet:nth-child(4) {
  content: "hello";
  object-fit: contain;
  background-color: #fff;
  background-image: url(../images/proposal-icon/SR.svg) !important;
  background-size: cover;
}
.swiper-pagination-bullet:nth-child(5) {
  content: "hello";
  object-fit: contain;
  background-color: #fff;
  background-image: url(../images/proposal-icon/OF.svg) !important;
  background-size: cover;
}
.swiper-pagination-bullet:nth-child(6) {
  content: "hello";
  object-fit: contain;
  background-color: #fff;
  background-image: url(../images/proposal-icon/JG.svg) !important;
  background-size: cover;
}
.swiper-pagination-bullet:nth-child(7) {
  content: "hello";
  object-fit: contain;
  background-color: #fff;
  background-image: url(../images/proposal-icon/DE.png) !important;
  background-size: cover;
}
.swiper-pagination-bullet:nth-child(8) {
  content: "hello";
  object-fit: contain;
  background-color: #fff;
  background-image: url(../images/proposal-icon/GK.svg) !important;
  background-size: cover;
}
.swiper-pagination-bullet:nth-child(9) {
  content: "hello";
  object-fit: contain;
  background-color: #fff;
  background-image: url(../images/proposal-icon/DG.svg) !important;
  background-size: cover;
}
.swiper-pagination-bullet:nth-child(10) {
  content: "hello";
  object-fit: contain;
  background-color: #fff;
  background-image: url(../images/proposal-icon/SB.svg) !important;
  background-size: cover;
}
.swiper-pagination-bullet:nth-child(11) {
  content: "hello";
  object-fit: contain;
  background-color: #fff;
  background-image: url(../images/proposal-icon/MS.svg) !important;
  background-size: cover;
}
.swiper-pagination-bullet:nth-child(12) {
  content: "hello";
  object-fit: contain;
  background-color: #fff;
  background-image: url(../images/proposal-icon/VM.svg) !important;
  background-size: cover;
}
.swiper-pagination-bullet:nth-child(13) {
  content: "hello";
  object-fit: contain;
  background-color: #fff;
  background-image: url(../images/proposal-icon/Hl.svg) !important;
  background-size: cover;
}
/* .testimonial-slider .swiper-wrapper {
  min-height: 458px;
} */
section.testimonial {
  padding-bottom: 0px;
}
.swiper-pagination {
  height: 63px !important;
}

.client-card {
  flex-direction: column-reverse;
  display: flex;
  gap: 20px;
  margin-top: 62px !important;
  top: -62px;
  position: relative;
  padding: 0px 70px;
  border-radius: 20px;
  height: 279.5px;
  width: 618px;
  margin: 0 auto;
  background: #4c499a;
}

.techs-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-pagination {
  position: absolute;
  top: 83%;
}
.tech-heading {
  padding-bottom: 20px;
}
.tech-heading p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}
.proc-disc h3 {
  padding-bottom: 10px;
  font-family: Inter;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #4c499a;
}
.process-wrapper {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  max-width: 900px;
  margin: 0 auto;
}

.proc-disc p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}
.accordion-body {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 600;
  /* line-height: 18px; */
  letter-spacing: 0em;
  text-align: left;
  padding: 1rem 1.25rem;
}
.tech-heading h2 {
  padding-bottom: 30px;
  font-family: Inter;
  font-size: 44px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0em;
  text-align: center;
  color: #000;
}
.previous-website-work {
  background: #f1f0ff;
}
.client-profile {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.discription > p {
  font-family: "Inter";
  font-size: 30px;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #4c499a;
}

.client-profile .photo {
  display: none;
}

.client-detail h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  margin: 0px;
  line-height: 124.8%;
  color: #ffffff;
}

.client-detail p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 29px;
  margin: 0px;
  color: #ffffff;
}
.proc-img {
  margin-bottom: 20px;
  display: flex;
  width: 400px;
  justify-content: center;
}
.proc-main-wrapper {
  position: relative;
}

.proc-disc {
  padding-top: 70px;
  padding-left: 50px;
  width: 400px;
  min-height: 300px;
  max-height: 300px;
}
.accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
}
.process-wrapper:nth-child(4) img {
  padding-top: 50px;
}
.accordion-button:not(.collapsed) {
  padding: 10px 56px;
  padding-left: 31px;
  min-height: 90px;
  border-radius: 10px !important;
  color: #000 !important;
  background-color: #ffffff !important;
  font-family: "Inter";
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.02em;
  text-align: left;
  box-shadow: none !important;
}
.accordion-item {
  border-radius: 10px !important;
}
.accordion-item:first-of-type {
  border-top-left-radius: none !important;
  border-top-right-radius: none !important;
}
button.accordion-button.collapsed {
  border-radius: 10px !important;
}
.accordion-flush .accordion-item {
  border-radius: 10px !important;
}
.accordion-button.collapsed {
  font-family: "Inter";
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.02em;
  text-align: left;
}
.process-wrapper::before {
  content: url(../images/circle-icon.svg);
  position: absolute;
  left: 52%;
  top: 21%;
  margin: 8px 0px;
  height: 25px;
  background: #fff;
}

.proc-main-wrapper::before {
  content: "";
  top: 93px;
  position: absolute;
  max-height: 1403px;
  left: 52.5%;
  min-height: 1403px;
  border-left: 3px dotted #4c499a;
}
.testimonial-heading {
  min-height: 258px;
}

.swiper-button-next:after {
  content: url(../images/arrow-right.svg) !important;
}
.swiper-button-next1:after {
  content: url(../images/arrow-right.svg) !important;
}

.swiper-button-next {
  top: -54px;
  left: 100px;
}
.swiper-button-next1 {
  top: -54px;
  left: 100px;
}
.swiper-button-prev1,
.swiper-button-next1 {
  position: absolute;
}
.ranking-wrapper {
  padding-left: 50px;
}
#swiper1 {
  margin-top: 70px;
}
.swiper-button-prev {
  top: -54px;
  left: 10px;
}
.testimonial-heading {
  min-height: 182px;
}
.swiper-button-prev1 {
  top: -54px;
  left: 10px;
}

.swiper-button-prev:after {
  content: url(../images/arrow-left.svg) !important;
}
.swiper-button-prev1:after {
  content: url(../images/arrow-left.svg) !important;
}
.swiper-slide.swiper-slide-visible.swiper-slide-active::before {
  clip-path: polygon(100% 0, 50% 100%, 0 0);
  content: "";
  position: absolute;
  background-color: #4c499a;
  width: 65px;
  height: 29px;
  left: 45%;
  top: 76%;
  z-index: -999;
}

.client-discp p {
  min-height: 150px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 124.8%;
  color: #fff;
}
.client-discp::before {
  content: url(../images/qoutes.png);
  position: absolute;
  top: 28px;
  left: 76%;
}

.hero {
  min-height: 600px;
}

/* testimonial slider css END*/

/* footer CSS start here */
.s-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  padding: 4px 8px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin: 0px 5px;
}
.footer-heading ul li a {
  text-decoration: none;
}

.contact li a {
  text-decoration: none;
}

.contact li i {
  padding-right: 5px;
  font-size: 14px;
}

.social-media {
  margin-top: 30px;
}

.social-head:first-child {
  margin: 0px;
}

.social-head {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header {
  padding: 0px;
}
.number:nth-child(1)::after {
  top: -81px !important;
  left: 195px !important;
}
.number:nth-child(2)::after {
  top: -81px !important;
  left: 222px !important;
}

.s-wrap a i {
  display: flex;
  color: #fff;
  font-size: 18px;
}

footer {
  padding: 40px 0px;
  background: #4c499a;
}

.social-media h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}

.footer-heading h3 {
  font-family: "Inter";
  margin: 10px 0px;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}

.footer-heading ul {
  margin-top: 15px;
  padding: 0px;
}

.footer-heading ul li a {
  color: #fff;
}

.footer-heading ul li {
  display: flex;
  text-align: start;
  list-style: none;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 17px;
  font-family: Inter;
  margin: 14px 0px;
  color: #ffffff;
}

.contact:first-child:before {
  top: 0;
  height: 40px;
  width: 40px;
  content: url("../images/arrow-right.svg");
}

.bottom-footer {
  border-top: 1px solid #fff;
  background-color: #4c499a;
  padding: 0px;
}
.terms-condition {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.terms-condition p {
  text-align: center;
  margin: 0px;
  padding: 10px 0px;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}

.heading-client h2 {
  padding-bottom: 30px;
  font-family: Inter;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  line-height: 70px;
  color: #000000;
}

.growth-mode {
  font-family: Inter;
  height: 50px;
  display: inline-block;
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  line-height: 70px;
  color: #4c499a;
  animation: growthmove 3s ease-in-out;
}

@keyframes growthmove {
  0% {
    opacity: 0;
    z-index: -99;
    transform: translateY(60px);
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.logo-wrapper .swiper-slide img {
  max-width: 100px;
}

.logo-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.email-icon {
  display: inline-block;
}

/* footer CSS start here */
/* blog css */
.blog-cont .hire-btn {
  margin-top: 20px;
  min-width: 130px !important;
}

.blog-wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
}

.blog-cont {
  padding: 20px 50px;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}

.blog-cont p {
  margin: 20px 0px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  width: 90%;
}

.blog .heading {
  padding-bottom: 40px;
}
.our-mission {
  padding-bottom: 20px;
  margin: 0 auto;
  max-width: 1200px;
}
.value-acc {
  max-width: 1350px;
  margin: 0 auto;
}
.value-acc .sec-heading {
  text-align: center;
}
.s-wrap a {
  text-decoration: none;
  color: #fff !important;
}
.blog-cont h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 54px;
  color: #000000;
}
.number:nth-child(1)::after {
  top: -81px;
  left: 195px;
}
.card-img-top {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  min-height: 200px !important;
  max-height: 200px;
  object-fit: cover;
}
.blog-slider .swiper-wrapper {
  height: 700px;
}
.blog .card {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  border: none;
  max-height: 620px;
  min-height: 620px;
  border-radius: 25px;
  width: 95% !important;
}
.blog .card-title {
  min-height: 95px;
  max-height: 95px;
  margin-top: 0px !important;
  margin: 15px 0px;
  margin-top: 15px;
  font-weight: 600;
  font-family: Inter;
  font-size: 20px;
}

.blog .card-text {
  overflow: hidden;
  min-height: 159px;
  max-height: 180px;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

#work .heading h2 {
  font-size: 55px;
  font-weight: 700;
  line-height: normal;
}
/* .blog-slider .swiper-slide {
    width: 100%;
    height: 100% !important;
  } */

.blog-slider .swiper {
  width: 100%;
}

.blog-img {
  display: flex;
}

.blog-wrapper .number {
  position: relative;
  left: 0px;
  top: -257px;
  margin-right: 10px;
}

.blog-wrapper::before {
  content: url(../images/line.png);
  position: absolute;
  left: 30px;
  top: 100px;
}

.qoutes-wrapper h2 {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 69px;
  line-height: 88px;
  color: #000000;
}
.hire-btn a {
  font-size: 14px;
  text-decoration: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  display: flex;
  color: #fff;
}
.purple {
  cursor: pointer;
  font-family: Inter;
  color: #4c499a;
  font-weight: 900;
  font-size: 89;
}

.get-qoutes {
  padding: 20px 0px;
  padding-bottom: 60px;
}

/* blog css */

.video-featured #popup_toggle .videoimg {
  height: 450px !important;
}

span.play-icone {
  display: none;
}

.footer-bottom-wrap,
.footer-wrapper {
  background-color: #13322c !important;
}

.hover-perfume-img {
  position: relative;
}

.hover-perfume-img:hover figcaption {
  display: inline-flex;
  transform: translate(-50%, -50%);
}

.hover-perfume-img figcaption {
  display: none;
}

.hover-img-section {
  margin-top: 92px;
}

.hover-img-section .row > * {
  padding-right: 14px;
  padding-left: 0px;
}

.header_2 .fullscreen_header_toggle .menu-title {
  color: #887e48;
}

.header_2 .menu_toggle_wrap > button {
  color: #887e48;
}

.header_2 .fullscreen_header_toggle .leftmenu #menu,
.header_2 .fullscreen_header_toggle .leftmenu #menu::after,
.header_2 .fullscreen_header_toggle .leftmenu #menu::before {
  background: #887e48;
}

.header_2 .myaccount svg,
.myaccount .dropdown-toggle:hover svg,
.myaccount.open .dropdown-toggle svg {
  color: #887e48;
}

.header_2 .wrapper-top-cart > .site-header_cart_link svg {
  color: #887e48;
}

.header_2 .wishlist-icon-div a > i,
.header_2 .site-header__search .serach_icon svg,
.header_2 .menu_toggle_wrap > button {
  color: #887e48;
}

.header-logo img {
  margin-top: -17px;
  margin-left: 0px;
  width: 66% !important;
  font-size: 20px;
}

.footer-logo img {
  width: 159px;
}

/* about us page css start here */
.sub-heading {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 33px;
  color: #fff;
}
.hero-heading .sub-heading {
  display: none;
}
/* .hero-about {
  padding-top: 0px;
} */
.tab-content {
  border-top: 1px solid #0000001c;
}
.hero-about .row {
  height: 353px;
  align-items: center !important;
}
.abt-para {
  height: 700px;
}
.number p {
  -webkit-text-fill-color: #000;
  color: #000 !important;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.abt-discription-para .sub-heading h2 {
  margin: 0px !important;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 124.8%;
  color: #4d4a9a;
}
.abt-discription h2 {
  color: #4c499a;
  font-family: "Inter";
  font-size: 59px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
}
.abt-discription p {
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.why-choose-us {
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 0px;
}
.wcu-sub h3 {
  padding-top: 15px;
  color: #4c499a;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 29px; /* 109.091% */
}
.wcu-sub p {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.wcu-dis h2 {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 50% */
}
.abt-discription p strong {
  font-weight: 800;
}
.abt-discription h3 {
  padding-top: 10px;
  padding-bottom: 20px;
  color: #000;
  font-family: "Inter";
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
}
.our-mission-dis h2 {
  padding-bottom: 50px;
  color: #4c499a;
  font-family: Inter;
  font-size: 59px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.our-mission-dis p {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.our-mission-img img::before {
  height: 100px;
  width: 100px;
  z-index: 99;
  border: 1px solid #000;
  position: absolute;
  content: "";
  top: 100%;
}
.our-mission-img img {
  position: relative;
  width: 75%;
}
.our-mission-img {
  display: flex;
  justify-content: center;
}
.sub-hr {
  width: 50px;
  margin: 10px 0px;
  border: 2px solid;
  background-color: #4d4a9a;
  opacity: 1;
  border-color: #4c499a;
}
.our-mission-dis h2 {
  color: #4c499a;
  font-family: Inter;
  font-size: 59px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 40.678% */
}
/* .abt-dis {
    height: 800px;
  }
   */
.abt-discription-para {
  margin-top: 30px;
  padding: 30px 0px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.abt-img img {
  border-radius: 25px;
  object-fit: cover;
  width: 100%;
  height: 890px;
}
.mva {
  padding-top: 0px;
  padding-bottom: 80px;
}

.mva .sub-heading {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 51px;
  color: #000000;
}

.mva .partners-wrapper {
  width: 100%;
  margin: 0 auto;
}

.mva .sub-heading {
  text-align: center;
  margin: 40px 0px;
}

.sec-heading h2 {
  font-family: Inter;
  margin-bottom: 50px;
  font-style: normal;
  font-weight: 600;
  font-size: 59px;
  line-height: 24px;
  color: #000000;
}

.value-dis p span {
  margin-right: 4px;
  font-family: Inter;
  font-size: 18px;
  display: inline !important;
  font-weight: bolder !important;
}
.core-value-ul li:nth-child(odd) h3 {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 109.091% */
}
.core-value-ul li:nth-child(even) h3 {
  color: #4c499a;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}
.core-value-ul li:nth-child(odd) p {
  margin-top: 10px;
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.core-value-ul li:nth-child(even) p {
  margin-top: 10px;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.core-value-ul li:nth-child(odd) {
  border-radius: 20px;
  background: #67b0e1;
}
.contact ul li a {
  line-height: 21px;
}
.core-value-ul li:nth-child(even) {
  border-radius: 20px;
  border: 2px solid #0f75bc;
}
.core-value-ul li:hover {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.core-value-ul li {
  text-align: center;
  list-style-type: none;
  padding: 40px 20px;
  flex-shrink: 0;
  margin: 15px 20px;
  width: 21%;
  height: 260px;
  border-radius: 20px;
}
/* .heading.hero-heading {
  padding-top: 45px;
} */

/* .core-value-ul li:nth-child(even){
    border-radius: 20px;
    border: 2px solid #0F75BC;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    flex-shrink: 0;
    margin: 15px 15px;
    width: 25%;
    height: 250px;
  } */
.core-value-ul {
  padding-left: 0px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.value-dis p {
  font-family: Inter;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.value-banner {
  float: right;
}

.value-banner img {
  scale: 0.1;
}

.projects-counter {
  background: rgb(234 233 255 / 64%);
}

.counter-wrapper {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.counter-wrapper .number::after {
  content: url(../images/plus.png);
  position: absolute;
  top: -85px;
  left: 247px;
}

.num-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  /* identical to box height */

  color: #000000;
}

.counter-wrapper .number {
  position: relative;
  width: 300px;

  font-style: normal;
  font-weight: 700;
  font-size: 100px;
  line-height: 128px;
  background: linear-gradient(315.79deg, #4c499a -0.09%, #67b0e1 110.42%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.projects-counter .sub-heading {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 64px;
  /* identical to box height */

  color: #000000;
}

/* about us page css END here */
/* services - page CSS */
.number-transparent p {
  font-style: normal;
  font-weight: 800;
  font-size: 120px;
  line-height: 153px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  -webkit-text-fill-color: #fff;
}

.service-title h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 100px;
  line-height: 128px;
  color: #4c499a;
}

.service-mr {
  position: fixed;
  top: 27px;
  z-index: -99;
}

.services-heading {
  transition: 1s ease;
}

.service-title p {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 40px;
  color: #000;
}

.services-img img {
  z-index: 999 !important;
  width: 100%;
  margin-top: 5% !important;
  margin: 0 auto;
}

.srimg-none {
  transition: all 2s ease;
}

.services-img img {
  margin: 40px 0px;
}

.services-discription {
  position: relative;
  min-height: 700px;
}

.serv-wrapper-sec {
  position: relative;
}

.works-slider-cs .swiper-slide:hover h3 {
  transform: translateY(-58px);
  transition: 1s ease;
}

/* .works-slider-cs .swiper-slide {
  width: 317px !important;
} */

.after-heading {
  width: 100% !important;
  z-index: 9;
  left: -10px;
  transform: translateY(-500px) !important;
  position: absolute;
  transition: 1s all ease-in-out;
}

.services-img-wrap img {
  display: flex;
  margin: 0 auto !important;
  justify-content: center;
}

.name-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.name-wrapper input {
  color: #495265;
  font-size: 16px;
  font-family: Inter;
  font-weight: 500;
  margin: 10px 0px;
  margin-right: 10px;
  position: relative;
  width: 250px;
  padding: 10px 40px;
  border-radius: 10px;
  border: 2px solid #dcdbf1;
}

.name-wrapper::before {
  content: url("../images/user-icon-2.png");
  position: absolute;
  left: 7px;
  top: 20px;
  height: 25px;
  width: 25px;
  z-index: 99;
}

.last-name::before {
  content: url("../images/user-icon-2.png");
  position: absolute;
  left: 7px;
  top: 20px;
  height: 25px;
  width: 25px;
  z-index: 99;
}

.last-name {
  position: relative;
}

.contact-form input {
  color: #495265;
  font-size: 16px;
  font-family: Inter;
  font-weight: 500;
}

.last-name input {
  color: #495265;
  font-size: 16px;
  font-family: Inter;
  font-weight: 500;
  margin: 10px 0px;
  margin-right: 10px;
  position: relative;
  width: 250px;
  padding: 10px 40px;
  border-radius: 10px;
  border: 2px solid #dcdbf1;
}

.contact-form input {
  height: 55px;
}

.email input,
.phone input {
  margin: 10px 0px;
  padding: 10px 45px;
  width: 510px;
  border: 2px solid #dcdbf1;
  border-radius: 10px;
}

.message textarea {
  margin: 10px 0px;
  padding: 10px 10px;
  width: 510px;
  border: 2px solid #dcdbf1;
  border-radius: 10px;
  color: #495265;
  font-size: 16px;
  font-family: Inter;
  font-weight: 500;
}

.contact-form .hire-btn {
  flex-shrink: 0;
  width: 130px;
  font-size: 20px;
  font-weight: 500;
}

#error-message {
  position: absolute;
  top: 11px;
  letter-spacing: 0.8px;
  text-align: center;
  left: 32%;
}

.contact-form .hire-btn .hire-circle .arrow-svg {
  margin-top: -5px;
}

/* #error-message {
  position: absolute;
  top: 14px;
  left: 261px;
} */
.email,
.phone {
  position: relative;
}

.email::before {
  content: url("../images/emailicon.png");
  position: absolute;
  left: 7px;
  top: 25px;
  height: 25px;
  width: 25px;
  z-index: 99;
}

.phone::before {
  content: url("../images/mobile-icon.png");
  position: absolute;
  left: 16px;
  top: 22px;
  height: 25px;
  width: 25px;
  z-index: 99;
}

.form-sub-heading {
  color: #000;
  font-size: 19px;
  font-family: "Inter";
  font-weight: 500;
}

.contact-h-sec {
  height: 100vh;
}

.resume p {
  margin: 0px;
}

.resume::after {
  top: 13px;
  content: "Upload Your CV";
  position: absolute;
  left: 43px;
  color: #495265;
  font-size: 16px;
  font-family: Inter;
  font-weight: 500;
}

.resume {
  position: relative;
  height: 55px;
  margin: 10px 0px;
  padding: 10px 10px;
  width: 510px;
  border: 2px solid #dcdbf1;
  border-radius: 10px;
}

.resume input {
  opacity: 0;
  z-index: 99;
  position: relative;
  display: block;
  width: 100%;
}

.contact-img img {
  max-height: 555px;
  border-radius: 10px;
  object-fit: contain;
  width: 100%;
}

.resume::before {
  content: url("../images/upload-icon.png");
  position: absolute;
  left: 14px;
  top: 13px;
  height: 25px;
  width: 25px;
  z-index: 99;
}
/* .works-slider .swiper-slide {
	height: 300px;
	border: 1px dotted #aaa;
} */

/* contact form css END */

/* work css */
.work-wrapper h2 {
  margin: 0px;
}
.work-img img {
  border-radius: 15px;
}

.work-wrapper {
  overflow: hidden;
  padding: 40px 0px;
  margin-top: 0px;
  padding-top: 0px;
}

.work-heading-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.work-wrapper .work-heading-top {
  margin: 40px 0px;
}

.work-heading-top h2 {
  color: #000;
  font-family: Inter;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.work-heading-top p {
  color: #232323;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.work-wrapper img {
  display: none;
  position: absolute;
  transform: translateY(-100px);
  z-index: 99;
  width: 37%;
}

.work-wrapper:hover img {
  display: block !important;
}

.work-heading-wrapper {
  padding: 10px 0px;
  border-top: 1px solid #97969679;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.work-heading-wrapper .hire-btn {
  width: 140px;
}

::-webkit-scrollbar {
  display: none;
}

/* work css end */
/* portfolio Template css start here */
.primary-btn {
  font-family: Inter;
  font-size: 14px;
  letter-spacing: 0.2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 6px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px;
  border-radius: 100px;
  color: #fff;
  border: none;
  outline: none;

  height: 38px;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
}

.works .swiper-slide {
  margin: 0px 20px !important;
}

.works .primary-btn {
  justify-content: flex-start !important;
  margin: 30px 0px;
  width: 193px;
}

.primary-btn:hover .hire-circle {
  height: 25px;
  width: 25px;
  transition: all 0.2s ease-in;
}
.abt-banner {
  background-image: url(../images/aboutus-banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.primary-btn.arrow-svg {
  opacity: 0;
}
/* .dublicat-base {
  display: none !important;
} */

.primary-btn:hover .arrow-svg {
  opacity: 1;
}

.works {
  background-size: 100% 100% !important;
  border-radius: 10px;
  width: 287px;
  height: 169px;
}

#target .works {
  width: 100%;
  display: block;
}
.category-heading {
  color: #fff;
  font-family: Inter !important;
  font-size: 25px !important;
  font-style: normal;
  font-weight: 800;
  line-height: 26px;
}
#target .works .web-wrapper {
  display: block;
  z-index: 999;
  position: relative;
}
#categoryDropdown option {
  max-width: 200px;
}
#target p {
  max-width: 1200px;
  margin-bottom: 7px;
  width: 100%;
  display: block;
}
.swiper-container {
  margin: 0 auto;
  overflow: hidden;
  width: 1200px !important;
}

li#service-nav {
  cursor: pointer;
  color: #000;
  font-family: "Inter";
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
}
li#service-nav:hover {
  color: #4d4a99;
}
.clients-img img {
  aspect-ratio: 3 / 2;
  object-fit: contain;
  width: 14%;
}

.works p {
  display: none;
}
#viewport {
  overflow: visible !important;
}
.source1 {
  position: relative;
  background-repeat: no-repeat;
  background-size: 134% 100% !important;
  background-position: center;
  background-image: url(../images/work/Cibes-mock.jpg);
}
/* .projectSwiper .swiper-slide {
  width: auto !important;
} */
.source2 {
  background-repeat: no-repeat;
  background-size: 134% 100% !important;
  background-position: center;
  background-image: url(../images/work/immunebytes-mock.jpg) !important;
}
.source3 {
  background-repeat: no-repeat;
  background-size: 134% 100% !important;
  background-position: center;
  background-image: url(../images/work/baselinked-mock.png) !important;
}
.source5 {
  background-repeat: no-repeat;
  background-size: 134% 100% !important;
  background-position: center;
  background-image: url(../images/work/Asian-Sound-Radio-mock.png) !important;
}
.source6 {
  background-repeat: no-repeat;
  background-size: 134% 100% !important;
  background-position: center;
  background-image: url(../images/work/sirka-work.png) !important;
}
.source7 {
  background-repeat: no-repeat;
  background-size: 134% 100% !important;
  background-position: center;
  background-image: url(../images/work/azha-mock.jpg) !important;
}

.works .web-wrapper {
  display: none;
}

.source .container-fluid {
  width: 100%;
  margin: 0 auto;
}
.source a {
  text-decoration: none;
}
#target .works {
  margin: 0 auto;
  max-width: 1350px;
  padding: 2% 4%;
  height: 406px;
}
.web-wrapper h2 {
  margin-bottom: 0px;
  color: #fff;
  font-family: Inter;
  font-size: 49px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.works-slider {
  max-height: 234px;
  max-width: 97%;
  border-radius: 14px;
  margin: 0px auto;
  background: rgb(244 244 249);
  position: relative;
  top: -50px;
}
#target h3 {
  display: none;
}
.source h3 {
  text-align: center;
  font-size: 17px;
  opacity: 1;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  padding: 11px 10px;
  border-radius: 9px;
  transition: 1s ease;
  width: 100%;
  min-width: 287px;
  max-width: 287px;
  background: linear-gradient(
    180deg,
    rgba(76, 73, 154, 0) -4.65%,
    #11111f 100%
  );
  color: #fff;
  transform: translate(0px, -42px);
}

.projectSwiper.mySwiper2.swiper-container.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  margin: 0 auto;
  overflow: hidden;
  width: 96% !important;
}
section#target .works {
  border: none;
}
/* .swiper-slide.swiper-slide-active .works {
  border: 2px solid #212529;
} */
.works.active {
  box-shadow: 0px 0px 36px #fff;
  border: 2px solid #000;
}
/* .swiper-horizontal {
  touch-action: pan-x !important;
} */

/* .source:hover h3 {
  text-align: center;
  font-size: 17px;
  opacity: 1;
  padding: 11px 10px;
  border-radius: 9px;
  transition: 1s ease;
  width: 100%;
  min-width: 287px;
  max-width: 287px;
  background: #000000b8;
  color: #fff;
  transform: translate(0px, -42px);
} */
.swiper-container {
  margin: 0 auto;
  overflow: hidden;
  width: 1200px !important;
}

.dis-p-hea {
  padding-top: 30px;
  padding-bottom: 40px;
}
.bg-overlay {
  top: 0px;
  width: 100%;
  position: absolute;
  height: 640px;
  left: 0px;
  opacity: 0.8999999761581421;
  background: linear-gradient(135deg, #4c499a 0%, #67b0e1 100%) !important;
}
div#itemsContainer {
  padding: 20px 0px;
}
.card-icon img {
  width: 54px;
}
.web-wrapper a {
  text-decoration: none;
}
.btn-dark .hire-circle {
  transform: translate(15px, 2px);
  margin-left: 10px;
}

.btn-dark a {
  justify-content: space-between;
  align-items: center;
  display: flex;
  text-decoration: none;
  list-style-type: none;
  color: #fff;
}
#taget-wrapper section {
  padding: 0px !important;
}

.projectSwiper .source .works .bg-overlay {
  display: none;
}

.web-dis {
  padding-top: 15px;
  width: 60vw !important;
}

.web-wrapper p {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.target .categoryDropdown {
  display: block;
}

#categoryDropdown {
  outline: none;
  width: 265px;
  background: #5e8bc7;
  height: 30px;
  border-radius: 100px;
  border: 2px solid #fff;
  flex-shrink: 0;
  position: absolute;
  z-index: 9995;
  right: 8%;
  top: 50px;
  padding: 2px 12px;
  color: #fff;
}

#taget-wrapper {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0px;
  position: relative;
}
.privacy p strong {
  font-size: 20px;
}
.privacy p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
}
.privacy h2 {
  padding: 20px 0px;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  line-height: 28px;
}
.privacy-dis {
  padding: 20px 0px;
}
.privacy-dis h1 {
  padding: 20px 0px;
  font-size: 30px;
  font-weight: 600;
}
.privacy-dis h2 {
  padding: 15px 0px;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  line-height: 28px;
}
.privacy h1 {
  padding-bottom: 40px;
  color: #000;
  text-align: center;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contact li {
  max-width: 210px;
}
/* portfolio Template css END here */

/* client work discription  Start Here*/
.dis-p-hea h2 {
  color: #000;
  font-family: "Inter";
  font-size: 70px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.page-discription {
  padding-bottom: 0px;
  padding-top: 0px;
}
.country-work {
  font-family: mont-light;
  font-weight: 500 !important;
}
.detailed-case-study p {
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.detailed-case-study h4 span {
  color: #000;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
}
.detailed-case-study h3 {
  color: #000;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px;
}
.detailed-case-study h4 {
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.detailed-case-study h3 strong {
  color: #000;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px;
}
.dis-p-sub-head p {
  font-family: "Inter";
  color: #4c499a;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.block-discription p {
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.client-name {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.client-dis h3 {
  padding-bottom: 25px;
  color: #000;
  font-family: "Inter";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.client-dis {
  margin: 0px 0px;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.client-dis p {
  margin: 0px;
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

.client-social-media {
  display: none;
  width: 150px;
  justify-content: space-between;
}
.project-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.client-social-media a {
  text-decoration: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #8d7e7e;
}

.client-social-media a i {
  color: #8d7e7e;
  font-size: 20px;
}

.website-img {
  margin: 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-expand-lg .navbar-collapse {
  justify-content: flex-end;
}
.work-img-1 {
  background-image: url(../images/work/baselinked.JPG);
  background-position: center;
  align-items: center;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 1;
}
.work-wrapper:hover .work-img-1 {
  visibility: visible !important;
}

.nav-item .hire-btn a:hover {
  color: #fff !important;
}

.hire-btn a:hover {
  color: #fff !important;
}

.project-wrap a:hover {
  color: #4c499a;
}
.navbar-expand-lg {
  margin-right: 0px;
}
.form-wrapper .hirebtn-white {
  width: 220px !important;
}

.form-wrapper input::placeholder {
  opacity: 1;
  color: #fff;
}
.tab-container .active {
  background-color: #4c499a;
}
/* client work discription  End Here*/

/* services CSS Start Here */
.development {
  padding: 40px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0px;
  flex-wrap: wrap;
}
.portfolio-slider .swiper-slide img {
  width: 300px;
  max-width: 300px;
}
.development li {
  padding-top: 30px;
  list-style: none;
  width: 30%;
  min-height: 370px;
}
.card-discription {
  padding-right: 25px !important;
  padding: 10px 0px;
}
.tab1 {
  background-color: #4c499a !important;
}
.card-discription h2 {
  color: #000;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.card-discription p {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 162.5% */
}
.tab {
  padding-top: 9px !important;
  padding: 8px 38px;
  border: none;
  border-radius: 29.5px;
  background: #67b0e1;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin: 30px 10px;
}
.service-heading p {
  padding-top: 15px;
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.services-tab {
  padding-bottom: 0px;
}
.figure-what-speak {
  background: #edecff;
}
.client-card .logo img {
  width: 100%;
}
.thumb-slider .client-card {
  border: none;
}
.client-card .logo {
  padding: 2px;
  background: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 54px;
  width: 54px;
}
.industries-we-serve {
  padding-top: 0px;
}
.cta-wrapper {
  border-radius: 10px;
  padding: 30px 40px;
  background: #4c499a;
  width: 1000px;
  margin: 0 auto;
}
.figure-speak-img {
  min-height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .development .card-discription a {
  display: none;
} */
.figure-speak p {
  max-width: 400px;
  padding-top: 10px;
  font-size: 16px;
}
.figure-speak h2 {
  font-weight: 700;
  font-size: 44px;
}
.services-section {
  padding-bottom: 40px;
}
.figure-speak-img img {
  width: 100%;
}
section.happy-clients {
  padding-top: 0px;
}
.location-section ul li a {
  color: #000;
}
.cta-wrapper h2 {
  word-spacing: 0px;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 30px;
  line-height: 57px;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic {
  position: absolute;
  bottom: 0px;
  height: 63px !important;
  margin: 0 auto;
  padding: 14px 0px;
  min-width: 87px !important;
}
.call-to-action {
  padding: 0px;
}
.hero-landing .bannner-btn a .hire-circle {
  margin-left: 50px;
}
.hero-discription h2 {
  margin-top: 0px;
}
.hero-landing .bannner-btn {
  flex-direction: column;
}
.bannner-btn {
  padding: 15px 0px;
}

/* .hero-discription .bannner-btn .hire-btn a{
  color: #fff !important;
} */
.cta-wrapper .bannner-btn {
  padding: 10px 0px;
  width: 500px;
  margin: 0 auto;
}
.cta-wrapper .bannner-btn .hire-btn {
  width: 265px;
  border: 1px solid #fff;
}
.cta-wrapper h2,
.cta-wrapper p {
  text-align: center;
  color: #fff;
}
.skype-btn img {
  width: 35px;
}
i.fa-brands.fa-skype {
  color: #00aff0;
}

.button.hire-btn.calendly-btn a {
  color: #006bff !important ;
}

button.hire-btn.calendly-btn .hire-circle svg {
  color: #fff;
}
.con-banner .bannner-btn .hire-btn i {
  font-size: 26px;
}
button.hire-btn.calendly-btn .hire-circle {
  background-color: #006bff;
}
button.hire-btn.calendly-btn a {
  color: #006bff !important;
}
button.hire-btn.calendly-btn {
  background-color: #fff !important;
}
button.hire-btn.calendly-btn {
  border: 1px solid #006bff !important;
}
button.hire-btn.skype-btn {
  border: 1px solid #00aff0 !important;
}
button.hire-btn.skype-btn .hire-circle {
  background-color: #00aff0;
}
button.hire-btn.skype-btn a {
  color: #00aff0 !important;
}

.whatsapp-btn a,
.whatsapp-btn a:hover {
  color: #28bf44 !important;
}
.whatsapp-btn .hire-circle svg {
  color: #fff;
}
.whatsapp-btn .hire-circle {
  background-color: #28bf44;
}
.whatsapp-btn {
  border: 1px solid #28bf44 !important;
  background-color: #fff;
}
.hero-discription .bannner-btn .whatsapp-btn a {
  color: #28bf44 !important;
}

.hero-discription .bannner-btn .hire-btn {
  border: 1px solid #4c499a;
  width: 243px;
}
.hero-discription.con-banner {
  padding-top: 45px;
}
.con-banner > h2 {
  font-size: 40px;
  font-weight: 800;
}
.con-banner .bannner-btn .hire-btn {
  width: 265px;
  border: 1px solid #fff;
}

.service-heading span {
  color: #4c499a;
}
.Marketing-Proposal ul {
  gap: 10px 20px;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Marketing-Proposal h3 {
  padding-bottom: 40px;
  text-align: center;
  font-size: 40px;
  font-family: "Inter";
}
.Marketing-Proposal ul li:nth-child(odd) {
  background: #efeeff;
}
.Marketing-Proposal ul li .card-discp {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
}

.Marketing-Proposal ul li .card-heading {
  padding: 10px 0px;
  font-family: Inter;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
}

.happy-clients h2 {
  padding-bottom: 20px;
  text-align: center;
}
.clients-img {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Marketing-Proposal {
  padding-top: 0px;
}
.happy-clients p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}
.happy-clients h2 {
  font-size: 44px;
  font-weight: 600;
}
.Marketing-Proposal h2 span,
.happy-clients h2 span {
  color: #4c499a;
}
.Marketing-Proposal h2,
.happy-clients h2 {
  font-size: 44px;
  font-weight: 600;
  text-align: center;
}

.Marketing-Proposal ul li {
  margin: 20px 0px;
  padding: 20px 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 250px;
  height: 253px;
  border-radius: 20px;
}
.service-heading h2 {
  text-align: center;
  color: #000;
  font-family: "Inter";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.tab-container {
  display: flex;
  justify-content: center;
}
.card-discription a {
  color: #4c499a;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 162.5% */
  text-decoration: none;
}
.cta-discription h2 span {
  color: #4d4a99;
  font-family: Inter;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.cta-discription h2 {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 63.158% */
}
.call-to-us {
  background: #4d4a9910;
}

.cta-discription p {
  padding-top: 20px;
  color: #000;
  font-family: Inter;
  font-size: 22px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.cta-discription button {
  margin: 0 auto;
}

.toa-card {
  padding: 30px 0px;
  box-shadow: 0px 4px 4px 0px #0000001a;
  overflow: hidden;
  position: relative;
  width: 310px;
  height: 310px;
  gap: 0px;
  border-radius: 10px;
  background: #f5f4ff;
}
.toa-discription h3 {
  color: #4c499a;
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  text-align: left;
}

.toa-discription p {
  padding-top: 35px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  text-align: left;
}
.toa-card:hover .toa-discription {
  transform: translateY(-200%);
}
.toa-wrapper {
  justify-content: flex-start;
  gap: 20px 20px;
  display: flex;
  flex-wrap: wrap;
}
.toa-discription h3::before {
  top: 66px;
  content: "";
  height: 10px;
  width: 100px;
  border-top: 2px solid #4c499a;
  position: absolute;
}

.toa-first-card {
  width: 40%;
  padding: 40px 20px;
  padding-right: 30px;
  padding-left: 0px;
}
.toa-first-card h2 {
  font-size: 44px;

  font-family: Inter;
}
.toa-first-card P {
  padding-top: 30px;
  font-weight: 600;
  font-size: 15px;
  color: #000;
}

.toa-discription {
  transition: 0.5s ease-in-out;
  padding: 40px 30px;
  width: 100%;
  height: 100%;
  gap: 0px;
  border-radius: 10px;
  background: #f5f4ff;
  transform: translateY(-100%);
  position: absolute;
}
.toa-card .toa-img img {
  width: 100%;
}
.certified-partner {
  padding: 80px 0px;
}
.certified-dis h2 {
  padding-bottom: 20px;
  font-size: 46px;
  font-weight: 700;
  line-height: 58px;
  text-align: left;
}
.certified-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ppc-services-tab .tab {
  color: #000;
  font-family: Inter;
  gap: 0px 20px;
  border-radius: 0px;
  padding: 10px 20px;
  background-color: transparent;
}
.ppc-services-tab .tab-container .active {
  border-bottom: 2px solid #4c499a;
  color: #4c499a !important;
  border-radius: 0px;
  padding: 10px 20px;
  background-color: transparent;
}
.ppc-services-tab .tab-content ul li {
  box-shadow: 0px 4px 4px 0px #00000040;
  width: 19%;
  height: 270px;
  min-height: 270px !important;
  padding: 20px 10px;
  border-radius: 10px;
  margin-right: 0px;
  justify-content: center;
}
.toa-card:hover {
  padding: 0px;
}

.ppc-services-tab .card-icon img {
  object-fit: cover;
  aspect-ratio: 4 / 4;
  width: 137px;
}
.ppc-sol-img img {
  max-width: 95%;
  object-fit: cover;
  aspect-ratio: 5 / 3;
}
.ppc-sol-dis {
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  display: flex;
  width: 500px;
  min-height: 400px;
}
.ppc-solution {
  background: #f5f4ff;
  padding: 40px 0px;
}
.ppc-sol-dis h2 {
  padding-bottom: 20px;
  font-family: "Inter";
  font-size: 30px;
  font-weight: 800;
  line-height: 38.34px;
  text-align: left;
}
.ppc-solution .wp-heading {
  padding-bottom: 40px;
}
.ppc-sol-dis p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}
.ppc-sol-wrap {
  padding-bottom: 56px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ppc-services-tab .card-icon {
  display: flex;
  justify-content: center;
}
.ppc-services-tab .service-heading h2 {
  padding-bottom: 20px;
}
.ppc-services-tab .card-discription {
  padding-right: 0px !important;
}
.ppc-services-tab .card-discription h2 {
  font-size: 13px;
  font-family: "Inter";
  font-weight: 800;
  padding: 12px 0px;
  line-height: 22.89px;
  text-align: center;
}
.ppc-services-tab .tab-content {
  border-top: none;
}
.ppc-services-tab .card-icon img {
  display: inline-block;
  margin: 0 auto;
}

.ppc-services-tab .card-discription p {
  font-size: 12px;
  font-weight: 600;
  line-height: 15.34px;
  text-align: center;
}
.certified-dis p {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
}

.ppc-sol-img {
  display: flex;
  justify-content: flex-start;
}

.ppc-solution .swiper-pagination-bullet {
  background: #a5a4d7 !important;

  width: 10px;
}
.ppc-solution .swiper-pagination-bullet {
  background: #467bdb;
  height: 10px;
  width: 10px;
}

.ppc-solution
  .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic {
  bottom: -30px;
}

section.toa-card-section {
  padding-top: 20px;
}
.gmb-toa .toa-discription {
  position: relative;
  top: 0px;
}
.gmb-toa .toa-first-card {
  width: 49%;
  padding-bottom: 0px;
}

.gmb-toa .toa-card {
  padding: 0px;
  width: 260px;
  height: 260px;
  background: #fff;
}
.gmb-toa .toa-card:hover .toa-discription {
  transform: translateY(0%);
}
.gmb-toa .toa-discription h3::before {
  top: 95px;
}
.gmb-card-wrap .grow-card {
  width: 300px;
  height: 330px;
}
.gmb-opt-card .heading h2 {
  padding-bottom: 20px;
  max-width: 800px;
  margin: 0 auto;
  font-family: Inter;
  font-size: 44px;
  font-weight: 700;
  line-height: 56.23px;
  text-align: center;
}
.gmb-card-wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.gmb-toa {
  padding: 50px 0px !important;
  background-color: #f5f4ff;
}
.toa-discription .icon img {
  width: 22%;
  aspect-ratio: auto;
  object-fit: cover;
}
.gmb-toa .toa-discription p {
  padding-top: 25px;
}
.toa-discription .icon {
  min-height: 56px;
}
.gmb-toa .toa-discription {
  padding: 15px 15px;
  background: #fff;
  transform: translateY(0%);
}

section.gmb-key {
  padding: 60px 0px;
  background: #f6f6f6;
}
.gmb-disc p {
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
.gmb-disc h2 {
  padding-bottom: 20px;
  font-family: Inter;
  font-size: 44px;
  font-weight: 700;
  line-height: 49.23px;
  text-align: left;
}
.expert-card-wrap {
  max-width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.ex-card {
  box-shadow: 0px 4px 4px 0px #0000001a;
  width: 145px;
  height: 145px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.ex-card h3 {
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  line-height: 17.89px;
  text-align: center;
}
/* services CSS END Here */

/* Baselinked Case Study */
.background-info h2 {
  color: #000;
  font-family: "Inter";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px; /* 106.667% */
}
.background-info p {
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.swiper-case-section {
  padding: 20px;
}
.b-green {
  margin: 0px;
  color: #7ac043 !important;
}
.challenges {
  padding: 40px 0px;
}

.do-comp {
  margin: 0 auto;
  max-width: 1350px;
}
.do-case span {
  display: block;
}
.do-case h2 {
  /* max-width: 801px; */
  line-height: 75px;
  font-size: 42px;
}
.challenges h2 {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
}
.brand-new h3 {
  color: #4c499a;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}
.brand-new p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.brand-new {
  margin-top: 30px !important;
  text-align: center;
  padding: 40px 20px;
  border-radius: 20px;
  border: 2px solid #4c499a;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  width: 693px;
  height: 183px;
  flex-shrink: 0;
  margin: 0 auto;
}
.solution {
  padding: 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.solution ol li {
  padding: 10px 0px;
}
.custom-development {
  width: 50%;
}
.solution ol li span {
  color: #000;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

.solution ol li strong {
  font-family: "Inter";
  color: #000;
  font-size: 19px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
}

.solution-heading h2 {
  margin: 0px;
  padding: 40px 0px 20px;
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
}

.custom-development h2 {
  padding: 40px 0px;
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
}
.result-detail p {
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.result-detail h3 {
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}
.result-detail {
  padding: 0px 34px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  display: flex;
  width: 693px;
  height: 204px;
  border-radius: 20px;
  background: #67b0e1;
}
.b-result {
  padding-bottom: 50px;
}

.b-result h2 {
  padding: 40px 0px;
  color: #000;
  font-family: "Inter";
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
}
.custom-development h3 {
  color: #4c499a;
  font-size: 23px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px;
}
.portfolio-slider .swiper-slide {
  max-width: 350px !important;
}
.bottom-slider .swiper-slide {
  position: relative !important;
}
.bottom-slider .swiper-slide img {
  width: 100% !important;
}

.works-slider-cs .swiper-slide h3 {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  padding: 10px 10px;
  display: block;
  background-color: #474646ec;
  position: absolute;
  top: 100%;
  left: 0%;
  color: #fff;
}

/* .custom-development ul li{
  list-style-type:;
} */

.background-info {
  padding-top: 40px;
}
.challanges-wrapper {
  padding-top: 50px;
}
.challanges-wrapper .challenges .brand-new {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 346px;
  max-height: 320px;
  min-height: 320px;
  margin: 0px 20px;
}
.brand-new-1 {
  background: #67b0e1;
  border: none;
}
.challanges-wrapper p {
  color: #4c499a;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.challanges-wrapper .brand-new p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.challanges-wrapper .brand-new h2 {
  padding-bottom: 10px;
  color: #4c499a;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
}
.sirka-result h2 {
  color: #000;
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
}
.positive-response p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.positive-response h2 {
  color: #4c499a;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}
.positive-response {
  padding: 0px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 40px auto;
  width: 512px;
  height: 206px;
  border-radius: 20px;
  border: 2px solid #4c499a;
  text-align: center;
}
.brand-new-1 h2 {
  color: #fff !important;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
}
.sirka-result .b-result .result-detail {
  width: 512px;
  height: 206px;
}
.sirka-result .b-result {
  display: flex;
  justify-content: center;
  align-items: center;
}
.accordion-header {
  position: relative;
}

.accordion-item {
  position: relative;
}

button.accordion-button.collapsed {
  padding-right: 60px;
  min-height: 89px;
}
button.accordion-item {
  position: relative;
}

.accordion-item::after {
  content: url(../images/minus-icon.svg);
  position: absolute;
  right: 23px;
  top: 28px;
  z-index: 99;
}
.brand-new-1 p {
  color: #fff !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.challanges-wrapper h2 {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
}
.asian-challange .brand-new:nth-child(2) {
  margin-top: 90px !important;
}
.challanges-wrapper .brand-new h2 {
  line-height: 30px !important;
}
.challanges-wrapper .challenges {
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.solutions-wrapper .custom-development {
  width: 100%;
}
.do-case {
  /* max-width: 800px; */
  position: relative;
}
.background-info p strong {
  color: #000;
  font-size: 19px;
  font-style: normal;
  font-weight: 800 !important;
  line-height: 15px;
}
section.pow {
  max-width: 1380px;
  margin: 0 auto;
}
/* .do-case h2::after {
  content: url(../images/work/download-icon.svg);
  position: absolute;
  top: 60px;
  z-index: -1;
  left: 500px;
} */

span.purple.hire-top::after {
  content: url(../images/work/download-icon.svg);
  position: absolute;
  top: 0px;
  z-index: -1;
  right: 0px;
}
span.purple {
  padding-right: 40px;
  position: relative;
}
.solutions-wrapper .custom-development ol li strong {
  font-size: 19px;
  font-weight: 700;
}
.solutions-wrapper .custom-development ol li span {
  color: #000;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.solutions-wrapper .custom-development ol li {
  padding: 10px 0px;
}
.solutions-wrapper .custom-development h2 {
  padding: 20px 0px;
}
section.elementor-section.elementor-top-section.elementor-element.elementor-element-5d361be.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
  padding-top: 0px;
}
.card-body {
  border-radius: 20px;
  background: #f9f9f9;
  padding: 30px 20px;
}
/* Baselinked Case Study */
.privacy-wrapper {
  padding: 40px 0px;
}

.privacy-wrapper p {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}
.terms-wrapper p {
  margin-bottom: 15px;
  color: #212529;
  font-family: Inter;
  font-size: 14px;
  line-height: 23px;
}
.privacy-wrapper ul li {
  padding: 15px 0px;
}

#terms-condition {
  padding-bottom: 80px;
  padding-top: 0px;
}
.terms-condition a {
  color: #fff;
}
.privacy-wrapper p strong {
  font-size: 17px;
  font-family: Inter;
}
#privacy-section {
  padding-top: 0px;
  padding-bottom: 80px;
}
.privacy-wrapper ul li strong {
  padding: 10px 0px;
  display: block;
  color: #000;
  font-family: "Inter";
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
}
.accordion-button {
  padding: 15px 41px;
}
.apply-btn a {
  text-decoration: none;
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #fbfbfb;
}
.accordion-item {
  box-shadow: -13px -10px 21px 5px rgb(0 0 0 / 6%);
}
.job-discription ul li {
  font-family: "Inter";
  padding: 5px 0px;
}
.privacy-wrapper ul {
  padding: 0px;
}
.accordion-item {
  border: none;
}
.accordion-button {
  border: 1px solid #0000001a;
  margin: 10px 0px;
  border-radius: 11px;
}
.accordion-body p {
  font-size: 14px;
  font-family: Inter;
}

.accordion-body h3 {
  font-family: "Inter";
  font-size: 21px;
  font-weight: 600;
}
.privacy-wrapper h2 {
  padding: 15px 0px;
  color: #000;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.job-dis-wrap a {
  color: #000;
}
.job-dis-wrap {
  color: #000;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.point-banner ul li {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 800;
  line-height: 33px;
  text-align: left;
  color: #4c499a;
  margin-left: 20px;
  position: relative;
}
.point-banner ul:first-child {
  padding: 0px;
}
.point-banner ul li::before {
  position: absolute;
  content: url(/assets/images/checksign.svg);
  left: -25px;
}
/* service-page */
.point-banner ul li {
  padding: 5px 0px;
}
.ins-card p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}
.ins-heading h3 {
  padding: 10px 0px;
  color: #4c499a;
  font-size: 20px;
  font-weight: 700;
  font-family: Inter;
}
.ins-card::before {
  background-position: center !important;
  background-size: 92px 71px !important;
  background-repeat: no-repeat !important;
}
.ins-card:nth-child(2)::before {
  background-position: center;
  background-size: 92px 71px;
  background-repeat: no-repeat;
  background-image: url(../images/proposal-icon/B2C.svg);
  content: "";
}
.ins-card:nth-child(3)::before {
  background-image: url(../images/proposal-icon/Financial.svg);
}
.ins-card:nth-child(4)::before {
  background-image: url(../images/proposal-icon/Ecommerce.svg);
}
.ins-card:nth-child(5)::before {
  background-image: url(../images/proposal-icon/Healthcare.svg);
}
.ins-card:nth-child(6)::before {
  background-image: url(../images/proposal-icon/Education.svg);
}
.ins-card:nth-child(7)::before {
  background-image: url(../images/proposal-icon/D2C.svg);
}
.ins-card:nth-child(8)::before {
  background-image: url(../images/proposal-icon/Real\ estate.svg);
}
.ins-card::before {
  top: 40px;
  left: -54px;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  box-shadow: -2px -2px 4px 0px #00000040;
  background: #fdfdff;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  content: "";
  background-image: url(../images/proposal-icon/B2B.svg);
}
.ins-card p {
  font-size: 12px !important;
}
.ins-main-heading h2 {
  padding-bottom: 40px;
  font-family: Inter;
  font-size: 44px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0em;
  text-align: center;
}
.ins-wrapper {
  margin: 0 auto;
  max-width: 950px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 79px;
}
.ins-card {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 194px;
  border-radius: 16px;
  position: relative;
  padding: 20px 25px 20px 72px;
  width: 410px;
  background: #efeeff;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.wp-card-wrapper {
  padding: 40px 0px;
  gap: 30px 10px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
}
.wp-card img {
  margin-right: 15px;
}
.wp-disc p {
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}
.wp-disc h3 {
  font-family: Inter;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}
.why-wrapper-disc p {
  padding-bottom: 20px !important;
}
.gmb-expert .grow-heading {
  padding: 20px 0px;
}
.gmb-expert {
  padding: 40px 0px;
}
.marketing-service .grow-card:hover {
  box-shadow: -8px 8px 22px 6px #4c499a1a;
}
.swiper-vertical {
  max-height: 850px;
  touch-action: pan-x;
}

.gmb-img img {
  width: 100%;
}
.pow-verticle span.swiper-pagination-bullet::before {
  display: none;
}
.pow-verticle
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical
  span {
  position: relative;
}
.pow-verticle
  .swiper-pagination.swiper-pagination-clickable
  span:nth-child(1)::after {
  position: absolute;
  content: "01";
  left: -127px;
  color: #4c499a;
  top: -12px;
  font-family: Inter;
  font-size: 41px;
  font-weight: 800;
  text-align: center;
}
.pow-verticle
  .swiper-pagination.swiper-pagination-clickable
  span:nth-child(2)::after {
  position: absolute;
  content: "02";
  left: -127px;
  color: #4c499a;
  top: -12px;
  font-family: Inter;
  font-size: 41px;
  font-weight: 800;
  text-align: center;
}
.pow-verticle
  .swiper-pagination.swiper-pagination-clickable
  span:nth-child(3)::after {
  position: absolute;
  content: "03";
  left: -127px;
  color: #4c499a;
  top: -12px;
  font-family: Inter;
  font-size: 41px;
  font-weight: 800;
  text-align: center;
}
.pow-verticle
  .swiper-pagination.swiper-pagination-clickable
  span:nth-child(4)::after {
  position: absolute;
  content: "04";
  left: -127px;
  color: #4c499a;
  top: -12px;
  font-family: Inter;
  font-size: 41px;
  font-weight: 800;
  text-align: center;
}
.pow-verticle
  .swiper-pagination.swiper-pagination-clickable
  span:nth-child(5)::after {
  position: absolute;
  content: "05";
  left: -127px;
  color: #4c499a;
  top: -12px;
  font-family: Inter;
  font-size: 41px;
  font-weight: 800;
  text-align: center;
}
.pow-verticle
  .swiper-pagination.swiper-pagination-clickable
  span:nth-child(6)::after {
  position: absolute;
  content: "06";
  left: -127px;
  color: #4c499a;
  top: -12px;
  font-family: Inter;
  font-size: 41px;
  font-weight: 800;
  text-align: center;
}
.pow-verticle
  .swiper-pagination.swiper-pagination-clickable
  span:nth-child(7)::after {
  position: absolute;
  content: "07";
  left: -127px;
  color: #4c499a;
  top: -12px;
  font-family: Inter;
  font-size: 41px;
  font-weight: 800;
  text-align: center;
}
.pow-verticle
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical
  span {
  margin-bottom: 54px;
}
.pow-verticle .swiper-pagination::before {
  overflow: hidden;
  max-height: 463px;
  position: absolute;
  right: 8px;
  content: url("../images/services/websitedevelopment/Line 25.svg");
  top: 7px;
}
ul.custom-ul {
  max-width: 216px;
  position: absolute;
  top: 0px;
  right: -26px;
}
ul.custom-ul li {
  min-height: 73px;
  margin-bottom: 0px;
  font-family: "Inter";
  font-size: 15px;
  font-weight: 800;
  line-height: 39.84px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #4c499a;
}
.pow-verticle .swiper-pagination-bullet:nth-child(1)::first-line {
  overflow: hidden;
  max-height: 463px;
  position: absolute;
  right: 80px;
  content: url("../images/services/websitedevelopment/Line 25.svg");
  top: 7px;
}

.pow-verticle .swiper-wrapper .swiper-slide img {
  width: 100%;
  object-fit: contain;
}

.pow-verticle .swiper-pagination-bullet:nth-child(n) {
  background: #fff !important;
}
.pow-verticle .swiper-pagination-bullet {
  border: 2px dotted #4c499a;
  width: 20px;
  height: 20px;
  opacity: 1;
}
.pow-verticle span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #4c499a !important;
}
.pow-verticle .swiper-wrapper {
  max-width: 60%;
  max-height: 560px;
}
.pow-verticle .swiper-pagination {
  right: 200px;
  position: absolute;
  top: 30px !important;
}
.pow-verticle .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pow-verticle .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grow-heading h2 {
  margin: 0 auto;
  max-width: 900px;
  font-family: Inter;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
}
.grow-card p {
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
}
.grow-card h3 {
  font-family: Inter;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
}
.grow-section {
  background: linear-gradient(0deg, #edecff 45%, #fff 40%);
}

.why-wrapper-disc h2 {
  font-family: Inter;
  font-size: 33px;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: left;
  padding-bottom: 20px;
}

.why-wrapper-disc p {
  margin: 0px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}
button.accordion-button.collapsed {
  border-radius: 5px !important;
}
.process-wrapper {
  flex-wrap: wrap;
}

.prev-wrk .discription span {
  font-family: Inter;
  font-size: 70px;
  font-weight: 500;
  line-height: 89px;
  letter-spacing: 0em;
  text-align: left;
}
.bannner-btn {
  padding: 15px 0px;
}
.prev-wrk .discription h2 {
  font-family: Inter;
  font-size: 70px;
  font-weight: 800;
  line-height: 89px;
  letter-spacing: 0em;
  text-align: left;
}
.prev-wrk .discription {
  width: 60%;
}
.web-image img {
  float: right;
  width: 80%;
}
.prev-wrk {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prev-wrk .bannner-btn .hire-btn {
  background: #000;
  border: 1px solid #4c499a;
  width: 228px;
}
.why-wrapper-disc ul {
  padding-left: 20px;
}
.why-wrapper-disc ul li {
  position: relative;
}
.why-wrapper-disc ul li::before {
  content: "";
  left: -20px;
  top: 16.9px;
  height: 11px;
  position: absolute;
  width: 11px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #4c499a;
}

.why-wrapper-disc ul li {
  list-style-type: disc;
  padding: 10px 0px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #4c499a;
}
.why-partner {
  background: #f4f4f4;
}
section.marketing-service {
  padding-bottom: 40px;
}
.grow-card-wrapper {
  padding-top: 20px;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.ranking-slide .heading h2 {
  font-family: Inter;
  font-size: 26px;
  font-weight: 800;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #4c499a;
}
.clients-slider-ranking {
  position: relative;
  padding: 0px 20px !important;
}
.clients-slider-ranking .testimonial-heading {
  min-height: 216px;
}

.ranking-clients h2 {
  color: #000;
  max-width: 250px;
  font-family: Inter;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: left;
}

.contact-us-form .hirebtn-white {
  background-color: #fff;
}

.contact-us-form .email input,
.contact-us-form #message-textarea {
  width: 100%;
  border-radius: 0px;
  border: none;
}

.ranking-slide .heading h3 {
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}

.ranking-slide {
  border-radius: 15px;
  background-color: #edecff;
  padding: 20px 30px;
}
.ranking-slide ul {
  padding: 0px;
}
.ranking-slide ul li p {
  margin: 0px;
}
.ranking-slide ul li:nth-child(1) {
  font-family: Inter;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
}
.ranking-slide ul li {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;

  padding: 5px 0px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #0000004f;
  margin: 0px;
}
.testimonial-wrapper-service {
  min-height: 550px;
  border-radius: 20px 0px 0px 20px;
  background-color: #edecff;
}
.testimonial-wrapper-service .swiper-button-next {
  top: -100px;
  left: 100px;
}
.testimonial-wrapper-service .swiper-button-prev {
  top: -100px;
}

.testimonial
  .swiper.testimonial-slider.swiper-initialized.swiper-horizontal.swiper-free-mode.swiper-watch-progress.swiper-backface-hidden {
  padding: 0px 0px;
  min-height: 280px;
}
.testimonial .testimonial-heading {
  min-height: 240px;
}

.swiper.testimonial-slider.swiper-initialized.swiper-horizontal.swiper-free-mode.swiper-watch-progress.swiper-backface-hidden {
  padding: 0px 70px;
  max-height: 240px;
}
.testimonial-wrapper-service .testimonial-heading h2 {
  padding: 20px 0px;
  max-width: 300px;
  font-size: 35px;
}
.testimonial .testimonial-heading {
  min-height: 162px;
}
.grow-card {
  background-color: #fff;
  border-radius: 19px;
  gap: 17px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
  padding: 30px 10px;
  width: 287px;
  height: 335px;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.why-partner .bannner-btn {
  justify-content: center;
}
.why-partner .bannner-btn .hire-btn {
  width: 230px;
}
.wp-card {
  width: 450px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.wp-heading {
  max-width: 900px;
  margin: 0 auto;
}
.wp-heading p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}
.wp-heading h2 {
  font-family: Inter;
  font-size: 44px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0em;
  text-align: center;
}
.accordian-job-apply .accordion-item::after {
  display: none;
}
.seo-web {
  font-family: Inter;
  font-size: 44px;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: 0em;
  text-align: left;
  color: #4c499a;
}
.input-box input:-internal-autofill-selected {
  background-color: #4c499a !important;
}
.nav-item:hover .hire-top a {
  color: #fff !important;
}
span.purple {
  display: inline-block;
}
span.purple {
  width: max-content;
  display: block;
  padding-right: 50px;
}

span.purple a {
  font-size: 70px;
  font-family: "Inter";
  color: #4c499a;
}
span.purple.hire-top a {
  color: #4c499a;
}
.contact-us-form button {
  color: #4c499a;
}

.contact-us-form .hire-circle svg {
  color: #fff;
}
.contact-us-form .logo {
  display: none;
}
.contact-us-form .hire-circle {
  background-color: #4c499a !important;
}
div#navbarNavDropdown {
  transition: none;
}

/* contact us page CSS */
.form-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hero-banner .hire-btn {
  margin-top: 0px;
}

.hero-banner {
  padding: 0px;

  min-height: 700px;
}

html {
  scroll-behavior: smooth;
}

.no a {
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.form-wrapper-main {
  margin: 0 auto;
  width: 385px;
  border-radius: 20px;
  padding: 30px;
  background: linear-gradient(180deg, #4c499a 0%, #70abd3 100%);
}

.no {
  padding: 0px 10px;
  background-color: transparent !important;
}

.form-wrapper input {
  color: #fff;
  margin: 10px 0px;
  padding: 0px 10px;
  border-radius: 0px;
  background: transparent;
  outline: 1px solid #fff;
  border: none;
  height: 32px;
}

/* .services-section{
        padding-top: 0px;
      } */
.hero-banner .row {
  align-items: flex-start !important;
}

.form-wrapper textarea {
  color: #fff;
  background: transparent;
  width: 398px;
  outline: 1px solid #fff;
  border: none;
  border-radius: 0px;
  height: 100px;
}

.logo {
  padding: 20px 0px;
}

.email::before {
  display: none;
}

.form-wrapper-main button {
  color: #4c499a;
}

.form-wrapper-main .hire-circle svg {
  color: #fff;
}

.form-wrapper-main .hire-circle {
  background-color: #4c499a !important;
}

.hirebtn-white {
  background-color: #fff;
}

.form-discription {
  padding: 5px 0px;
}

.form-discription h2 span {
  display: block;
  font-size: 26px;
  font-weight: 400;
  font-family: Inter !important;
}

.form-discription h2 {
  margin-top: 20px;
  color: #fff;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 35px;
}

.hire-us-btn button {
  margin: 0px;
}

.form-discription p span {
  font-weight: 600;
}

.form-discription p {
  padding-top: 11px;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.form-wrapper textarea {
  width: 100%;
}

.form-wrapper .email input {
  width: 100%;
  padding-left: 0px;
}

.form-wrapper input {
  width: 100%;
  color: #fff;
  padding-left: 10px !important;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.form-wrapper textarea::placeholder {
  color: #fff;
  padding-left: 10px !important;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  opacity: 1;
}

.hero-img {
  padding: 30px 0px;
}

.blog {
  display: none;
}

.form-wrapper input::placeholder,
input::-moz-placeholder {
  color: #fff !important;
  padding-left: 10px !important;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  opacity: 1;
}

.hero-wrapper {
  margin-left: auto;
  margin-right: 0px !important;
  max-width: 90vw;
}

.hero-discription p {
  margin: 14px 0px;
  color: #000;
  font-family: "Inter";
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  width: 451px;
  flex-shrink: 0;
}

.cta-discription h2 {
  margin: 15px 0px;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.cta-discription p {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.call_to_action .row {
  align-items: center;
}

.call-to-action {
  color: #fff;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.call_to_action {
  background: #4c499a;
}
button.hire-btn.whatsapp-btn a {
  color: #28bf44 !important;
}

.call-to-actions-sec .hire-btn {
  width: 266px;
}

.call-to-actions-sec a {
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: CENTER;
  width: 294px;
  height: 41px;
}

.call-to-actions-sec {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-wrapper-main .logo {
  display: none;
}

.form-wrapper input:-internal-autofill-selected {
  background-color: transparent !important;
}

.swal-icon--success__hide-corners {
  background: #4f519e;
}

.swal-text {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}

.swal-title {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 80px;
  /* 363.636% */
  text-transform: uppercase;
}

.swal-modal {
  border-radius: 16px;
  background: #4f519e;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.swal-button {
  background-color: #ffffff;
  color: #4f519e;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 24px;
  margin: 0;
  cursor: pointer;
}

.swal-icon--success:after,
.swal-icon--success:before {
  background: #4f519e;
}

.qoutes-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 175px;
}

.qoutes-wrapper h2 {
  font-size: 59px;
}

.qoutes-wrapper button a {
  color: #fff;
  text-decoration: none;
}

.qoutes-wrapper button {
  max-width: 197px;
  min-width: 160px;
}

.form-wrapper input {
  border-radius: none;
}

.message textarea {
  border-radius: none;
  border: none;
}

.call-to-us .cta-discription h2 {
  margin: 0px;
  line-height: 45px;
  font-size: 40px;
  color: #000;
}
.call-to-us .cta-discription p {
  color: #000;
  font-size: 18px;
}
/* New Header */
.topnav {
  align-items: center;
  display: flex;
  overflow: hidden;
  background-color: #fff;
  justify-content: space-between;
}
.logo a {
  padding-left: 0px !important;
}
.topnav .nav-items {
  display: flex;
  justify-content: flex-end;
}
.topnav .nav-link:hover {
  color: #4c499a !important;
}
section.mva.slide .partners-wrapper {
  justify-content: center;
}
.topnav a {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 17px;
}
.nav-item .hire-btn a {
  display: flex;
}
.nav-item .hire-btn {
  display: flex;
  width: 232px;
}

.topnav a:hover {
  color: #4c499a;
}

.topnav a.active {
  /* background-color: #4c499a; */
  color: #4c499a;
}

.topnav .icon {
  display: none;
}
.topnav .hire-btn:hover {
  color: #fff;
}
.topnav .hire-btn {
  width: 204px;
  display: flex;
  color: #fff;
}
section.why-website img {
  padding-top: 100px;
  /* min-height: 555px; */
  width: 91%;
}

/* social-media-services CSS*/
.web-result-dis h2 {
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 700;
  line-height: 56.23px;
  text-align: left;
}
.web-result-dis p {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 25px;
  text-align: left;
}
.social-Marketing-Proposal .heading h2 {
  max-width: 900px;
  margin: 0 auto;
  font-size: 44px;
  font-weight: 700;
  line-height: 58px;
  text-align: center;
}
.social-Marketing-Proposal .heading p {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  padding: 20px;
}
.website-number {
  background-color: #f9f9ff;
}
.web-num-img {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.web-num-img img {
  object-fit: cover;
  height: 446px;
  transform: rotate(-2deg);
  width: 90%;
}
.wyg-smm-faq button.accordion-button {
  color: #5e5ba4 !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 25.56px;
  text-align: left;
}
.swiper-container {
  padding: 10px 0px;
}

.wyg-smm-faq .accordion-item::after {
  content: url(../images/services/plus-icon.svg);
  left: 24px;
  top: 36px;
  width: 50px;
  display: inline-block;
}
.marketing-service .grow-card {
  padding: 30px 20px;
  box-shadow: 0px 4px 4px 0px #0000001a;
  width: 330px !important;
  height: 300px !important;
  justify-content: flex-start;
}
.wyg-smm-faq .accordion-body {
  padding-left: 50px;
}
div#accordionFlushExample {
  border-radius: 10px;
  padding: 0px;
}
.wyg-smm-faq .accordion-button:not(.collapsed) {
  margin: 0px;
  border: none;
  padding: 10px;
  padding-left: 50px;
}
.wyg-smm-faq .accordion-item:first-child {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
.wyg-smm-faq .accordion-item:last-child {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.wyg-smm-faq button.accordion-button.collapsed {
  border-radius: 10px !important;
  margin: 0px;
  border: none;
  padding-left: 50px !important;
  padding-right: 15px;
}

.wyg-smm-faq .accordion-item {
  border-radius: 0px !important;
  border-bottom: 1px solid;
  box-shadow: none;
}
.wyg-smm-faq {
  box-shadow: 0px 4px 32px 8px #0000001a;
  border-radius: 10px;
  border: 1px solid #000;
}
.marketing-service .swiper-slide .grow-card h3 {
  font-family: "Inter";
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 25.56px;
  text-align: center;
}
.grow-heading p {
  padding: 20px 0px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}

/* social-media-services CSS END*/

@media screen and (max-width: 768px) {
  .container,
  .container-sm {
    max-width: 700px;
  }
  .website-img img {
    width: 100%;
    margin: 0 auto;
  }
  .challanges-wrapper .challenges .brand-new {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 33%;
    max-height: 281px;
    min-height: 220px;
    margin: 0px 20px;
  }
  .challanges-wrapper .brand-new h2 {
    font-size: 17px;
    line-height: 20px !important;
    padding-bottom: 0px;
    margin-bottom: 3px;
  }
  .dis-p-hea h2 {
    font-size: 49px;
  }
  .dis-p-sub-head p {
    font-size: 16px;
  }
  .challanges-wrapper .brand-new p {
    color: #000;
    font-size: 14px;
  }
  .challanges-wrapper .brand-new p {
    color: #000;
    font-size: 14px;
  }
  .custom-img img {
    padding: 20px;
    width: 100%;
  }
  .project-type {
    max-width: 20%;
  }
  .positive-response p {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 24px;
  }
  .dis-p-hea h2 {
    font-size: 30px;
  }
  .sirka-result .b-result .result-detail {
    height: 206px;
    max-width: 48%;
  }
  .positive-response {
    margin: 20px auto;
  }

  .result-detail {
    padding: 0px 19px;
  }
  .result-detail h3 {
    font-size: 18px;

    line-height: 24px;
  }
  .result-detail p {
    font-size: 12px;

    line-height: 19px;
  }
  .custom-img {
    width: 50%;
  }
  .brand-new {
    margin-top: 30px !important;
    text-align: center;
    padding: 27px 15px;
  }
  .card-discription {
    padding-right: 0px !important;
    padding: 10px 0px;
  }
  .development li {
    width: 44%;
    min-height: 400px;
  }
  .development {
    gap: 0px 70px;
    justify-content: space-between;
  }
  .development {
    gap: 0px 70px;
    justify-content: space-between;
  }
  .card-discription p {
    font-size: 13px;
    text-align: justify;
  }
  .why-choose-us-img {
    display: none;
  }
  .works.source1.Digital-Marketing {
    margin-left: 24px;
    padding: 0px 21px;
  }
  #taget-wrapper section {
    padding: 0px 0px !important;
  }
  .form-wrapper-main {
    margin: 0 auto;
    width: 100%;
  }
  .Marketing-Proposal {
    padding-top: 50px;
  }
  .hero-discription {
    padding-top: 50px;
  }
  .certified-img img {
    width: 100%;
  }
  .certified-img {
    min-height: 100%;
  }
  .ppc-sol-dis p {
    color: #000;
    font-size: 13px;
  }
  .ppc-sol-dis {
    justify-content: flex-start;
  }
  .ppc-sol-dis h2 {
    padding-bottom: 6px;
  }
  .ppc-sol-dis h3 {
    padding-bottom: 20px;
    font-family: "Inter";
    font-size: 28px;
  }
  .ppc-sol-dis {
    padding-right: 15px;
  }
  .ppc-sol-img img {
    aspect-ratio: auto;
  }
  .pow-verticle .swiper-wrapper {
    max-width: 44%;
    max-height: 560px;
  }
  .hero-banner {
    padding: 0px;
    min-height: 630px;
  }
  .certified-dis h2 {
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 38px;
  }
  .hero-discription p {
    line-height: 29px;
    max-width: 365px !important;
    font-size: 14px;
  }
  #categoryDropdown option {
    max-width: 124px;
    font-size: 13px;
  }
  .web-wrapper h2 {
    line-height: 49px;
    max-width: 500px;
    margin-bottom: 10px;
  }
  /* .mySwiper2 .swiper-slide {
  margin: 0px !important;
} */
  .web-wrapper p {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
  }
  #taget-wrapper {
    overflow: hidden;
    max-width: 1350px;
  }
  .contact-img img {
    display: none;
    /* max-height: 555px; */
    border-radius: 10px;
    object-fit: contain;
    width: 100%;
  }
  .source:hover h3 {
    transform: translate(30px, -42px);
  }
  .works {
    margin-top: 41px;
    margin-left: 30px;
    max-width: 100%;
  }
  #categoryDropdown {
    right: 2%;
    top: 30px;
    width: 150px;
  }
  .our-mission-img {
    display: none;
    justify-content: center;
  }
  .topnav a {
    display: none;
  }
  .topnav a.icon {
    position: absolute;
    float: right;
    display: block;
    right: 20px;
    top: 15px;
  }
  .topnav .nav-link {
    display: none;
  }
  .why-choose-us-img img {
    width: 100%;
  }
  .core-value-ul li {
    text-align: center;
    list-style-type: none;
    padding: 40px 20px;
    flex-shrink: 0;
    margin: 15px 16px;
    width: 44%;
    height: 260px;
    border-radius: 20px;
  }

  .wcu-dis h2 {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000;
    font-family: Inter;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
  }

  .topnav .hire-btn {
    display: none;
    width: 204px;
    color: #fff;
  }
  .logo a {
    display: inline-block;
  }

  .topnav.responsive .hire-btn {
    padding: 0px 14px;
    width: 204px;
    display: flex;
    color: #fff;
  }
  .hero-discription h2 {
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 35px;
  }
}

@media screen and (max-width: 768px) {
  .topnav.responsive {
    position: relative;
  }
  .challanges-wrapper .challenges .brand-new {
    justify-content: flex-start;
    line-height: 20px;
    padding: 20px 10px;

    margin: 0px 20px;
  }

  span.purple.hire-top::after {
    top: 8px;
    right: -45px;
  }
  .client-dis h3 {
    padding-bottom: 10px;
    font-size: 18px;
  }
  .do-case h2::after {
    top: 93px;
    left: 458px;
  }
  .do-comp {
    padding: 20px 0px;
  }
  .client-dis {
    align-items: flex-start;
  }
  .client-dis p {
    font-size: 12px;
    line-height: 20px;
  }
  .topnav.responsive .icon {
    font-size: 23px;
    position: absolute;
    right: 57px;
    z-index: 99;
    top: 14px;
  }
  .topnav.responsive {
    width: 100vw;
    flex-direction: column;
    height: 100vh;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .menu-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .menu-item a {
    padding: 10px 0px;
  }
  .topnav .icon {
    color: #4c499a;
    font-size: 23px;
    position: absolute;
    right: 10px;
    top: 14px;
  }
  .logo {
    padding: 0px 8px;
  }
  .topnav.responsive a {
    padding: 14px 0px;
    float: none;
    display: block;
    text-align: left;
  }
  .hero-discription h2 {
    max-width: 500px;
    font-size: 28px;
    font-weight: 900;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: left;
  }
  .seo-web {
    font-family: Inter;
    font-size: 29px;
    font-weight: 900;
    line-height: 42px;
  }

  .form-wrapper-main {
    margin: 0 auto;
    width: auto;
  }
  .certified-img {
    min-height: 510px;
  }
  .cta-wrapper h2 {
    font-size: 23px;
    line-height: 29px;
    padding-bottom: 20px;
  }
  section.ppc-services-tab {
    padding: 40px 0px;
  }
  .wp-card {
    width: 90%;
  }
  .wp-card-wrapper {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 600px) {
}

/* New Header */

/* contact us page CSS */
/* service-page */

@media (min-width: 1920px) and (max-width: 2560px) {
  .works-slider-cs .swiper-slide:hover h3 {
    transform: translateY(-58px);
    transition: 1s ease;
  }
  span.purple {
    max-width: 730px;
    display: block;
  }
}

@media (min-width: 1440px) and (max-width: 2560px) {
  .blog .card {
    max-height: 622px;
    min-height: 622px;
  }
  .ppc-sol-wrap {
    padding-bottom: 56px;
    display: flex;
    justify-content: space-between;
    align-items: normal;
  }
  span.purple {
    max-width: 730px;
    display: block;
  }
  .hero-banner {
    height: 70vh;
  }
  .testimonial-heading {
    width: 90%;
  }
  .hero-cont-wrapper {
    padding-top: 30px;
  }
  .blog .card-title {
    font-size: 19px;
    margin: 9px 0px;
    font-weight: 600;
  }
  /* .do-case h2::after{
  left: 37%;
} */
}

@media (min-width: 1440px) and (max-width: 1920px) {
  .hero-banner {
    height: 85vh !important;
  }
}
@media (min-width: 1920px) and (max-width: 2560px) {
  .hero-cont-wrapper {
    padding-top: 140px !important;
  }
}
@media only screen and (max-width: 1439px) {
  .hero-banner {
    height: 100vh;
  }
  .testimonial-heading {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .card-title h3 {
    min-height: 50px;
    font-size: 16px !important;
  }
  .social-media {
    padding-bottom: 20px;
    margin-top: 30px;
  }
  footer .row .col-xxl-2.col-xl-2.col-lg-2.col-md-2.col-sm-12.col-xs-12 {
    width: 100%;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .menu-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .topnav .hire-btn {
    display: none;
    width: 204px;
    color: #fff;
  }
  .logo a {
    display: inline-block;
  }

  .topnav.responsive .hire-btn {
    padding: 0px 14px;
    width: 204px;
    display: flex;
    color: #fff;
  }

  .topnav .icon {
    display: block;
  }
  .hero-cont h2 {
    font-size: 70px;
    line-height: 68px;
  }
  .hero-cont-wrapper {
    min-height: 464px;
  }
  .hero-cont p {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .heading h1 {
    font-size: 33px;
    line-height: 48px;
  }
  .cta-wrapper {
    max-width: 100%;
  }
  .cta-wrapper h2 {
    font-size: 24px;
  }
  span.purple a {
    font-size: 59px;
    font-family: "Inter";
    color: #4c499a;
  }
  footer .row {
    flex-direction: column;
  }
  footer .row .col-xxl-3.col-xl-3.col-lg-3.col-md-3.col-sm-12.col-xs-12 {
    width: 100%;
  }
  section.clients {
    padding-bottom: 30px;
  }
  .qoutes-wrapper h2 {
    font-size: 36px;
  }
  .figure-speak h2 {
    font-weight: 700;
    font-size: 33px;
  }
  .qoutes-wrapper h2 {
    font-size: 36px;
    line-height: 54px;
  }
  .get-qoutes {
    padding: 20px 0px;
    padding-bottom: 20px;
  }
  .figure-what-speak {
    padding: 40px 0px;
    background: #edecff;
  }
  .testimonial-heading h2 {
    font-size: 31px;
  }
  .client-card {
    padding: 0px 30px;
    width: auto;
  }
  .swiper-slide.swiper-slide-visible.swiper-slide-active::before {
    left: 42%;
  }
  .ppc-sol-wrap {
    padding-bottom: 0px;
  }
  .marketing-service .grow-card {
    padding: 30px 20px;
    box-shadow: 0px 4px 4px 0px #0000001a;
    width: 225px !important;
    height: 225px !important;
  }
  .marketing-service .swiper-slide .grow-card h3 {
    font-size: 15px !important;
  }
  .grow-card .icon img {
    width: 70%;
  }
  .development {
    gap: 0px 10px;
    justify-content: space-between;
  }
  .ppc-services-tab .tab-content ul li {
    box-shadow: 0px 4px 4px 0px #00000040;
    width: 32%;
  }
  .service-heading h2 {
    font-size: 30px;
    line-height: 39px;
  }
  .ppc-services-tab .card-icon img {
    max-width: 94px;
  }
  .marketing-service .grow-card {
    padding: 10px 15px;
    gap: 6px;
  }
  .grow-card p {
    font-size: 12px;
  }
  .form-wrapper-main {
    margin: 0 auto;
    width: 100%;
  }
  .hero-discription p {
    line-height: 29px;
    max-width: 91% !important;
    font-size: 14px;
  }
  .hero-discription h2 {
    text-transform: uppercase;
    margin-top: 0px;
  }
  .hero-discription h2 {
    text-transform: uppercase;
    margin-top: 0px;
    color: #000;
    font-family: Inter;
    font-size: 31px;
    font-style: normal;
    font-weight: 900;
    line-height: 40px;
  }
  .cta-wrapper p {
    text-align: center;
    color: #fff;
    font-size: 13px;
  }
  .ppc-sol-dis h2 {
    font-size: 40px;
  }
  .ppc-sol-dis h3 {
    padding-bottom: 20px;
    font-family: "Inter";
    font-size: 24px;
  }
  .ppc-sol-dis p {
    font-family: "Inter";
    font-size: 14px;
  }
  .ppc-solution {
    background: #f5f4ff;
    padding: 70px 0px;
    padding-bottom: 20px;
  }
  .card-title h3 {
    font-size: 16px;
    line-height: 28px;
  }

  .proc-disc {
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    padding: 20px 0px;
  }
  .proc-main-wrapper::before {
    display: none;
  }
  .process-wrapper::before {
    display: none;
  }
}

@media (max-width: 480px) {
  .bottom-footer-call {
    height: 50px;
    width: 50px;
  }
  .bottom-footer-call i {
    font-size: 22px;
  }
  .source:hover h3 {
    transform: translate(24px, -42px);
    width: 100% !important;
    margin: 0px !important;
  }
  .web-discription h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .testimonial-wrapper-service .testimonial-heading h2 {
    padding: 20px 0px;
    max-width: 300px;
    font-size: 32px;
  }
  .project-type {
    max-width: 60%;
  }
  span.purple.hire-top::after {
    top: 8px;
    right: 11px;
  }

  .solution {
    padding: 0px 0px;
    display: flex;
    justify-content: center;
  }

  .topnav.responsive .icon {
    font-size: 23px;
    position: absolute;
    right: 30px;
    z-index: 99;
    top: 5px;
  }

  .topnav a.icon {
    position: absolute;
    float: right;
    display: block;
    right: 20px;
    top: 10px;
  }

  .sirka-result .b-result .result-detail {
    height: 206px;
    max-width: 100%;
  }

  /* .accordion-button {
        padding:10px !important;
        border: none;
    }
    h2.accordion-header {
      min-height: 358px;
  }
  .apply-btn-wrap .apply-btn {
    left: 0px !important;
    right: 0px !important;
}
      .do-case h2::after{
        display: none;
      }
      .accordion-item {
        min-height: 339px;
    }
    .accordion-button.collapsed {
      border: none;
  }
  .desktop-apply-btn{
    display: none;
  }
  .accordion-button.collapsed {
    padding: 10px;
}
  .mob-apply-btn .apply-btn{
    display: block !important;
  } */

  #work .heading h2 {
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .apply-btn-wrap .apply-btn {
    display: none;
  }
  .qoutes-wrapper h2 {
    font-size: 37px;
  }
  .category-heading {
    margin: 10px 0px;
  }
  .partner img {
    aspect-ratio: auto;
    width: 100%;
    object-fit: contain;
    margin-right: 0px;
  }
  .projects__list .project-wrap:nth-child(1) a {
    padding-top: 0px;
  }

  /* .show{
        display: block;
      } */
  .qoutes-wrapper {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90px;
  }

  .hero-wrapper {
    padding: 0px 10px;
    margin-left: 0px;
    margin-right: 0px !important;
    max-width: 100%;
  }

  .form-wrapper input {
    width: 100%;
  }

  .form-wrapper .email input {
    max-width: 100%;
  }

  .form-wrapper textarea {
    width: 100%;
  }

  .hero-banner {
    padding: 0px;
    height: 100%;
  }

  .form-wrapper-main {
    height: 100%;
    width: 100%;
  }

  .form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .hero-discription h2 {
    display: none;
  }

  .hero-discription {
    display: none;
  }

  .form-header .logo {
    display: block;
  }

  .form-header .logo {
    padding: 0px;
  }

  .form-discription h2 {
    margin-top: 15px;
    color: #fff;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 36px;
  }

  .no {
    display: none;
  }

  .hire-btn.hirebtn-white a {
    color: #4c499a;
  }
}

/* media query start here */
@media (max-width: 480px) {
  .ppc-sol-wrap {
    flex-direction: column;
  }
  .ppc-services-tab .service-heading h2 {
    line-height: 30px;
  }
  .ppc-sol-dis {
    padding: 0px 10px;
    width: auto;
  }
  .certified-img img {
    width: 100%;
  }
  .certified-partner {
    padding: 40px 10px;
  }
  .ppc-sol-img img {
    width: 100%;
  }
  .ppc-services-tab .tab-content ul li {
    width: 100%;
  }
  .ppc-services-tab .tab-content ul {
    flex-direction: column;
  }
  .ppc-services-tab .tab-container {
    flex-direction: column;
  }
  .toa-first-card {
    width: 100%;
    padding: 0px 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .certified-dis h2 {
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .toa-first-card h2 {
    font-size: 30px;
  }

  .social-Marketing-Proposal .heading h2 {
    font-size: 30px;
    line-height: 37px;
  }
  .card-title h3 {
    min-height: 79px;
    font-size: 24px;
    line-height: 30px;
  }

  .wyg-smm-faq button.accordion-button {
    color: #5e5ba4 !important;
    font-size: 15px;
  }

  .accordion-body {
    font-family: "Inter";
    font-size: 12px;
  }
  .accordion-body {
    padding-left: 10px;
  }
  .why-wrapper-disc {
    padding: 0px 10px;
  }
  .accordion-button:not(.collapsed) {
    padding-left: 10px;
  }
  .marketing-service .grow-card {
    width: 98% !important;
    min-height: 275px !important;
  }
  .web-result-dis h2 {
    margin-left: 0px;
    font-size: 30px;
    line-height: 38.23px;
    padding-top: 20px;
  }
  .web-result-img img {
    width: 100%;
  }
  .web-des-sec .row {
    flex-direction: column-reverse;
  }
  .accordion-button:not(.collapsed) {
    font-size: 14px;
  }
  .accordion-button.collapsed {
    font-size: 14px;
  }
  .web-des-sec {
    padding: 60px 0px;
    background: #f7f7f8;
  }
  .web-num-img img {
    height: 180px;
    object-fit: cover;
    transform: rotate(0deg);
    width: 100%;
  }

  .web-result-dis {
    padding: 0px 10px;
  }
  select#Services {
    padding-left: 30px !important;
    font-size: 14px;
  }
  .job-discription ul li {
    font-size: 14px;
  }
  .job-discription h3 {
    font-size: 20px;
  }
  .accordion-button {
    padding: 13px;
  }
  .accordion-button.collapsed {
    padding: 13px;
  }
  .Marketing-Proposal {
    padding-top: 40px;
  }

  div#navbarNavDropdown {
    height: 600px !important;
    background: #fff;
  }
  .resume {
    width: 100%;
  }
  .message textarea {
    border: 2px solid #dcdbf1;
    width: 100% !important;
  }
  .prev-wrk .discription {
    width: 100%;
  }
  button.navbar-toggler.collapsed {
    right: -16px;
    position: relative;
    height: 50px;
    width: 50px;
  }
  .tech-heading h2 {
    padding: 10px 0px;
    padding-bottom: 0px;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
  }
  .techs-img img {
    width: 100%;
  }
  section.clients {
    padding-top: 0px;
  }
  .proc-disc {
    padding-top: 40px;
    padding-left: 5px;
    min-height: 248px;
  }
  .proc-main-wrapper::before {
    display: none;
  }
  .process-wrapper::before {
    display: none;
  }
  .prev-wrk {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .web-discription {
    padding: 0px 10px;
  }
  .why-website img {
    width: 80%;
    margin: 0 auto;
  }
  .why-wrapper-disc h2 {
    padding: 30px 0px 0px 0px;
    font-family: Inter;
    font-size: 28px;
    line-height: 39px;
  }
  .why-website img {
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
  }

  .web-image img {
    float: left;
    width: 100%;
  }
  .prev-wrk .discription span {
    font-size: 44px;
  }
  .discription > p {
    font-size: 18px;
  }
  .prev-wrk .discription h2 {
    font-size: 44px;
  }
  .ins-card::before {
    background-repeat: no-repeat;
    height: 71px;
    width: 70px;
    background-position: center;
    background-size: 80px 46px !important;
  }

  .ins-card:nth-child(2)::before {
    height: 71px;
    width: 70px;
    background-position: center;
    background-size: 80px 46px;
  }
  .services-section .heading h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .services-section .mySwiper {
    margin: 0px;
  }

  .bannner-btn {
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .happy-clients h2 {
    font-size: 24px;
  }
  .Marketing-Proposal h3 {
    font-size: 24px;
  }
  .swiper.testimonial-slider .swiper-slide {
    min-height: 400px;
  }
  .swiper.testimonial-slider .swiper-wrapper {
    min-height: auto;
  }
  .client-card {
    width: auto;
    padding: 0px 12px;
  }
  .figure-speak p {
    max-width: 400px;
    padding-top: 10px;
    font-size: 14px;
  }
  .figure-speak h2 {
    font-weight: 700;
    font-size: 22px;
  }
  .cta-wrapper h2 {
    margin-bottom: 20px;
    word-spacing: 0px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 25px;
    line-height: 32px;
  }
  .cta-wrapper .bannner-btn {
    justify-content: center;
    width: auto;
  }
  .cta-wrapper {
    width: auto;
  }
  .about-us .heading h1 {
    line-height: 31px;
    font-size: 22px;
  }
  .client-discp::before {
    left: 66%;
  }
  .swiper-slide.swiper-slide-visible.swiper-slide-active::before {
    left: 40%;
    top: 66%;
  }
  section.blog {
    padding-top: 40px;
  }

  .custom-development {
    width: 100%;
  }
  .background-info {
    padding-top: 20px;
  }
  .challanges-wrapper {
    padding-top: 20px;
  }
  .result-detail h3 {
    font-size: 20px;
  }

  .sirka-result .b-result .result-detail {
    padding: 20px 10px;
    width: 512px;
    height: 249px;
  }
  .do-case h2::after {
    transform: scale(0.7);
    top: 53px;
    left: 79%;
  }
  .positive-response {
    padding: 18px 15px;
    height: auto;
    width: auto;
  }
  .purple {
    font-size: 21px;
  }
  .qoutes-wrapper h2 {
    font-size: 28px;
    line-height: 40px;
    text-align: left;
  }
  span.purple a {
    font-size: 36px;
  }
  .hero-banner {
    min-height: 650px;
  }
  .qoutes-wrapper .purple {
    font-size: 28px;
  }
  .qoutes-wrapper .client-dis p {
    margin: 0px;
    color: #000000c7;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
  }
  .client-dis h3 {
    padding-bottom: 5px;
    margin-bottom: 0px;
  }
  .client-dis {
    padding: 20px 0px;

    gap: 30px 0px;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0px 0px;

    display: flex;
    align-items: flex-start;
  }

  .dis-p-hea h2 {
    font-size: 28px;
  }

  .solution ol li span {
    line-height: 20px;
  }
  .solution ol li strong {
    font-family: "Inter";
    color: #000;
    font-size: 16px;
  }
  .sirka-result h2 {
    padding: 20px 0px;
  }
  .custom-development h3 {
    padding: 20px 0px 0px;
    color: #4c499a;
    font-size: 20px;
  }
  .web-wrapper h2 {
    padding-top: 107px;
    line-height: 15px;
    font-size: 28px;
  }
  .custom-img img {
    width: 100%;
  }
  .swiper-container {
    max-width: 100% !important;
  }

  .source:hover h3 {
    width: 243px;
    margin: 0 auto;
  }
  .bg-overlay {
    max-height: 500px;
  }
  .web-dis {
    display: none !important;
  }
  #categoryDropdown {
    left: 20px;
  }
  .works {
    margin: 0 auto;
  }
  #target .works {
    height: 275px;
  }
  .web-wrapper p {
    font-size: 14px;
  }
  .category-heading {
    font-size: 19px !important;
  }
  .footer-heading h3 {
    padding-top: 15px;
  }

  .hero-cont-wrapper {
    padding-top: 0px;
    min-height: 350px;
  }
  .testimonial-heading h2 {
    font-size: 34px;
  }
  .hero-cont-wrapper {
    padding-top: 25px;
    max-height: 500px;
    min-height: 400px;
  }

  .hero-banner {
    height: 80vh;
  }
  .qoutes-wrapper {
    padding: 0px 10px;
  }
  .terms-condition p {
    padding: 10px 15px;
    font-size: 12px;
  }
  .terms-condition {
    text-align: center;
    justify-content: space-between;
    padding: 0px 0px;
  }
  .nav-item {
    margin: 10px 10px;
  }
  footer {
    padding: 20px 15px;
  }
  section {
    padding: 20px 15px;
  }
  .blog .card-title {
    min-height: auto;
    font-size: 17px;
  }
  .blog .card {
    min-height: auto;
    width: 95% !important;
    margin: 20px auto !important;
  }
  .testimonial-heading {
    min-height: 200px;
  }
  .project__card {
    display: none;
  }
  .project {
    opacity: 1 !important;
    border: none !important;
  }
  .project-wrap {
    flex-wrap: wrap;
  }
  .projects .hire-btn {
    width: 130px;
  }
  .hero-cont h2 {
    text-align: center;
    font-size: 50px;
    line-height: 59px;
  }
  .navbar-nav {
    position: relative;
    left: -18px;
    height: 100vh;
    background: #fff;
    align-items: center;
    width: 100vw;
  }
  .work-wrapper:hover img {
    display: none !important;
  }
  .hero-cont p {
    margin: 20px auto;
    text-align: center;
  }

  .hero-banner .hire-btn {
    text-align: center;
    margin: 0 auto;
  }

  .logo-sign {
    z-index: -9;
    top: 75px;
    position: absolute;
    opacity: 0.5;
  }

  .partner {
    display: inline;
    width: 33%;
    margin: 10px 0px;
  }

  .work-heading-top h2 {
    color: #000;
    font-family: Inter;
    font-size: 40px;
    line-height: 35px;
    font-style: normal;
    font-weight: 700;
  }
  .navbar {
    background: #fff;
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0px;
    box-shadow: none;
  }

  .partners-wrapper {
    width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .navbar-toggler-icon {
    top: -41px;
    position: relative;
  }

  .growth-mode {
    line-height: 55px;
    height: 50px;
    font-size: 40px;
  }
  .logo-wrapper .swiper-slide {
    margin: 0px 20px;
  }
  .client-card {
    min-width: 100%;
  }
  .pop-wrapper .input-wrap {
    flex-wrap: wrap;
  }
  .pop-wrapper {
    height: 64vh;
    width: 95%;
  }
  .pop-heading h3 {
    line-height: 26px;
  }
  .pop-wrapper .input-wrap {
    width: 100%;
    justify-content: center;
  }
  .input-wrap .input-box {
    width: 100%;
  }

  .input-box input,
  .input-box select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-left: 30px !important;
    width: 100%;
  }
  .mySwiper .swiper-slide {
    width: 100% !important;
  }
  .sirka-result .b-result {
    gap: 20px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .challanges-wrapper .brand-new h2 {
    text-align: center;
    line-height: 27px !important;
  }

  .custom-development ol {
    padding: 0px;
  }

  .solution-heading h2 {
    padding-top: 20px;
  }
  .challanges-wrapper .challenges .brand-new {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 346px;
    max-height: auto;
    min-height: auto;
    padding: 11px 17px;
    margin: 0px 20px;
  }
  .asian-challange .brand-new:nth-child(2) {
    margin-top: 25px !important;
  }
  .dis-p-hea h2 {
    text-align: start;
    line-height: 30px !important;
    font-size: 41px;
    padding: 0px 0px 0px;
  }
  .logo-sign img {
    display: none;
  }
  .navbar-brand img {
    width: 150px;
  }
  .navbar-expand-lg {
    padding-top: 10px;
    padding-left: 10px;
    height: 100% !important;
  }
  .navbar-toggler-icon .bi.bi-list {
    font-size: 30px;
    top: 15px;
    right: 2px;
  }
  /* Abouts us media Start Here */
  .why-choose-us-img img {
    width: 100%;
  }
  .counter-wrapper {
    flex-wrap: wrap;
  }
  .our-mission-img img {
    width: 100%;
  }
  .our-mission-img {
    justify-content: center;
  }
  .core-value-ul li {
    width: 100%;
  }
  .wcu-dis h2 {
    font-size: 32px;
    padding-top: 40px;
  }
  .abt-discription h2 {
    font-size: 32px;
    text-align: center;
  }

  .mva .partners-wrapper {
    width: 100%;
  }
  .our-mission-dis h2 {
    text-align: center;
    padding-bottom: 10px;
    color: #4c499a;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
  }
  .sec-heading h2 {
    font-family: Inter;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    line-height: 52px;
    color: #000000;
  }
  /* Abouts us media End Here */
  /* Home page  */
  .hero-banner {
    min-height: 600px !important;
    padding: 30px 0px 0px 0px;
  }

  .about-us-para h3 {
    font-size: 24px;
  }

  .blog .card .card-body {
    padding: 25px 20px;
  }
  .testimonial-heading {
    min-height: 200px;
  }
  .cta-discription h2 span {
    line-height: 61px;
  }

  /* Home page  */

  /* services Media */
  .service-heading h2 {
    padding: 10px 0px;
    line-height: 19px;
    font-size: 24px;
  }
  .service-heading p {
    font-size: 16px;
  }
  .tab {
    margin: 10px 5px;
    padding: 7px 27px;
    font-size: 12px;
  }
  .cta-discription h2 {
    font-size: 30px;
  }

  .cta-discription p {
    padding-top: 0px;
    font-size: 17px;
  }

  .cta-discription h2 span {
    line-height: 49px;
    font-size: 30px;
  }
  .development li {
    min-height: 100%;
    width: 100%;
  }
  /* .logo-wrapper .swiper-slide {
    width: 100% !important;
  } */
  .logo-wrapper .swiper-slide img {
    width: auto;
  }
  .logo-wrapper .swiper-slide {
    margin: 0px;
  }

  .clients {
    padding-top: 40px;
  }

  .heading-client h2 {
    font-size: 50px;
    line-height: 49px;
  }
  .solution {
    gap: 20px 0px;
    padding: 30px 0px;
    flex-wrap: wrap-reverse;
  }
  .challanges-wrapper .challenges .brand-new {
    justify-content: center;
  }
  /* services Media */
  .website-img img {
    width: 100%;
  }
  .challanges-wrapper .challenges {
    flex-wrap: wrap;
  }

  .dis-p-hea h2 {
    padding: 20px 0px;
    line-height: 31px !important;
    font-size: 30px;
  }

  .result-detail {
    padding: 12px 20px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    display: flex;
    width: auto;
    height: auto;
    border-radius: 20px;
    background: #67b0e1;
  }
  .solutions-wrapper .custom-development ol li span {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
  }

  .positive-response h2 {
    text-align: center;
    padding-top: 0px;
    font-size: 22px;
    line-height: 27px !important;
  }
  .positive-response {
    margin: 0px;
  }
  .sirka-result h2 {
    padding-bottom: 20px;
    padding-top: 30px;
  }
  .positive-response P {
    font-size: 14px;
  }
  .b-result {
    padding-bottom: 26px;
  }
  .result-detail p {
    padding-top: 4px;
    font-size: 14px;
    line-height: 21px;
  }
  .brand-new {
    height: auto;
    width: auto;
  }

  .background-info p {
    font-size: 14px;
  }
  .dis-p-sub-head p {
    font-size: 16px;
    line-height: 22px;
  }
  .background-info p strong {
    color: #000;
    font-size: 16px;
  }
  .challanges-wrapper p {
    text-align: left !important;
  }
  .challanges-wrapper .brand-new p {
    text-align: center !important;
  }
  .do-comp {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .solution ol li {
    list-style-type: none;
  }
  .custom-development ol li {
    list-style-type: none;
  }
  .dis-p-hea {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .name-wrapper {
    flex-wrap: wrap;
  }
  .contact-form input {
    width: 100% !important;
  }
  .message textarea {
    width: 100% !important;
  }
  .first-name,
  .last-name,
  .email,
  .phone,
  .message {
    width: 100%;
  }

  .contact-img img {
    display: none;
  }
  .email input,
  .phone input {
    width: 100% !important;
  }
  .message textarea {
    width: 100% !important;
  }
  .privacy-wrapper {
    padding: 40px 15px;
  }
  .privacy-wrapper ul li {
    font-size: 14px;
  }
  .process-wrapper {
    flex-wrap: wrap;
  }
  .privacy-wrapper h2 {
    line-height: 30px;
  }
  .ins-card .ins-heading h3 {
    font-size: 16px !important;
  }
  .ins-card .ins-card p {
    font-size: 14px !important;
  }
  .ins-card::before {
    top: 54px;
    left: -30px;
  }
  .ins-card {
    min-height: 168px;
    padding-left: 50px;
    margin-left: 15px;
  }
  .wp-heading h2 {
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
  }
  .swiper.testimonial-slider .swiper-slide {
    padding: 0px 10px;
    min-height: 400px;
  }
  .wp-heading p {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
  }
  .wp-disc p {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
  }
  .grow-card-wrapper {
    flex-wrap: wrap;
  }
  .wp-disc h3 {
    margin-bottom: 5px;
    font-family: Inter;
    font-size: 16px;
  }

  .ranking-slide {
    margin-bottom: 20px;
  }
  .form-wrapper-main.contact-us-form.py-5 {
    margin: 0px !important;
  }
  .testimonial-wrapper-service .swiper-button-prev1 {
    top: -75px;
    left: 10px;
  }
  .testimonial-wrapper-service .swiper-button-next1 {
    top: -75px;
    left: 70px;
  }
  .swiper.testimonial-slider.swiper-initialized.swiper-horizontal.swiper-free-mode.swiper-watch-progress.swiper-backface-hidden {
    padding: 0px 20px;
    min-height: 215px;
  }
  .ranking-wrapper {
    padding-left: 0px;
  }
  .ranking-slide ul li p {
    font-size: 12px;
    text-align: left;
    margin: 0px;
  }
  .grow-heading h2 {
    font-size: 22px !important;
    font-weight: 700;
    line-height: 30px;
  }
  .grow-card {
    padding: 10px 10px;
    width: 287px;
    height: 280px;
  }

  .testimonial
    .swiper.testimonial-slider.swiper-initialized.swiper-horizontal.swiper-free-mode.swiper-watch-progress.swiper-backface-hidden {
    padding: 0px 0px;
    min-height: 215px;
  }
  .client-card {
    padding: 22px 18px !important;
    min-height: 265px;
  }
  section.testimonial {
    padding: 40px 10px !important;
    padding-bottom: 0px !important;
  }
  .gmb-toa .toa-card {
    width: 47%;
    padding-top: 12px;
  }
}
@media (max-width: 355px) {
  .do-case h2::after {
    transform: scale(0.7);
    top: 51px;
    left: 96%;
  }

  .resume {
    width: 100% !important;
  }

  .testimonial-heading h2 {
    font-size: 30px;
  }
  .topnav a.icon {
    padding: 25px 0px;
    float: right;
    display: block;
  }
}

/* media query END here */
