/* 07-02-2025 */
.main-wrapper {
  font-family: "Manrope", serif !important;
  position: relative;
  --font74: 74px;
  --font62: 62px;
  --font54: 54px;
  --font50: 50px;
  --font24: 24px;
  --font26: 26px;
  --font28: 28px;
  --font44: 44px;
  --font18: 18px;
  --font16: 16px;
  --font14: 14px;
  --font20: 20px;
  --spacing100: 100px;
  --spacing70: 70px;
  --spacing50: 50px;
  --spacing40: 45px;
  --spacing30: 30px;
  --spacing35: 35px;
  --spacing25: 25px;
  --spacing124: 124px;
  --tabWidth: 409px;
  --width70: 70px;
  --width459: 325px;
  --testimonialSpacing: 30px;
  --minh230: 230px;
  --serviceTabSpacing: 35px 30px 10px 40px;
  --orangeBoxSpacing: 55px 70px;
  --mt-30: 30px;
  --mt-20: 12px;
}

.main-wrapper * {
  font-family: "Manrope", serif !important;
}

.main-wrapper .text-primary {
  color: #ff7a2f !important;
}

.main-wrapper .text-blue {
  color: #2576e9 !important;
}

.font74 {
  font-size: var(--font74);
}

.font62 {
  font-size: var(--font62);
}

.font50 {
  font-size: var(--font50);
}

.font44 {
  font-size: var(--font44) !important;
}

.font54 {
  font-size: var(--font54);
}

.font18 {
  font-size: var(--font18);
}

.font16 {
  font-size: var(--font16);
}

.font14 {
  font-size: var(--font14);
}

.font20 {
  font-size: var(--font20);
  line-height: 1.6;
}

.font28 {
  font-size: var(--font28);
}

.font24 {
  font-size: var(--font24);
  line-height: 1.1;
}

.font26 {
  font-size: var(--font26);
}

p {
  line-height: 26px;
}

.text-dark {
  color: #3b3b3b;
}

.text-black {
  color: #000;
}

.textlight-grey {
  color: #6b6967;
}

.display-block {
  display: block;
}

.fw-600 {
  font-weight: 800 !important;
}

.fw-700 {
  font-weight: 700;
}

.fw-500 {
  font-weight: 500;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-30 {
  margin-top: var(--mt-30);
}

.mt-20 {
  margin-top: var(--mt-20);
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: var(--spacing30);
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-50 {
  margin-bottom: var(--spacing50);
}

.mb-40 {
  margin-bottom: 40px;
}

.pb-70 {
  padding-bottom: var(--spacing70);
}

.pb-40 {
  padding-bottom: var(--spacing40);
}

.pb-124 {
  padding-bottom: var(--spacing124);
}

.pt-0 {
  padding-top: 0;
}

.pt-50 {
  padding-top: var(--spacing50);
}

.pb-50 {
  padding-bottom: var(--spacing50);
}

.pt-70 {
  padding-top: var(--spacing70);
}

.lineh-normal {
  line-height: normal;
}

.lineh-30 {
  line-height: 1.66;
}

.banner-textwrap .title {
  margin-bottom: var(--spacing25);
}

.block > *:last-child {
  margin-bottom: 0;
}

.banner-textwrap {
  max-width: 665px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.d-md-none {
  display: none;
}

.d-md-block {
  display: block;
}

.bigblob {
  width: 510px;
  height: 435px;
  filter: blur(100px);
}

.leftblock {
  border-radius: 510px;
  background: rgb(86 83 252 / 0.1);
  position: absolute;
  top: -132px;
  left: -252px;
}

.centerblock {
  border-radius: 500px;
  background: rgb(169 253 224 / 0.15);
  position: absolute;
  top: auto;
  left: 28%;
  bottom: 10%;
  width: 500px;
  height: 474px;
  z-index: -4;
  filter: blur(100px);
}

.rightblock {
  border-radius: 510px;
  background: rgb(82 189 148 / 0.18);
  position: absolute;
  top: -20%;
  right: -11%;
}

.banner-qouote {
  position: relative;
}

.banner-qouote h3 {
  margin-top: 0;
}

.position-relative {
  position: relative;
}

.bottom_video_play {
  position: absolute;
  left: 60px;
  top: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

header.main_header.header ul.header_top li > a span {
  padding-left: 8px;
}
.case_wrap ul {
  padding: 40px 40px 40px 26px;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .moon_tab.tab-links li {
    font-size: 14px;
    padding: 7px 12px 7px 12px;
    font-weight: 500;
  }

  .case_wrap ul {
    padding: 28px 0 10px 30px;
  }

  .pt_new {
    padding-top: 20px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1660px) {
  .client-card {
    padding: 20px;
  }

  .client-card.mt-20 h3 {
    margin: 0;
  }

  .client-card h3 {
    padding: 15px 0 10px 0;
    font-size: 14px !important;
  }

  .moon_tab li {
    font-size: 14px;
  }

  .moon_invoce p {
    font-size: 16px;
  }
}

header.main_header.menubar {
  background-color: #fff0;
}

header.main_header.menubar.menu-bg {
  background-color: #fff;
}

.banner-wrapper {
  padding: 67px 0 0 !important;
  position: relative;
}

.banner-wrapper .our-clients {
  padding: var(--spacing70) 0;
}

.banner-wrapper .row {
  display: flex;
  flex-wrap: wrap;
}

.width-70 {
  width: var(--width70);
  height: var(--width70);
  border-radius: 12px;
  background: #ffe7d7;
  padding: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.small-infocontent.text-dark.font18 span:nth-child(2) {
  font-size: 18px;
}

.small-infocontent span.d-block {
  line-height: 1;
}

.about-content {
  max-width: 645px;
}

.project-serviceinfo {
  max-width: 754px;
  margin-left: auto;
}

.info-boxblock {
  padding: 45px 30px;
}

.about-content p:not(:last-child) {
  margin-bottom: var(--spacing30);
}

.aboutus-section {
  background: #fff9f5;
  padding: var(--spacing70) 0 var(--spacing70);
  position: relative;
}

.aboutus-section::before,
.aboutus-section::after {
  content: "";
  background: url(../images/animation1.svg);
  background-repeat: no-repeat;
  width: 523px;
  height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
}

.aboutus-section::before {
  right: 0;
  transform: rotateY(180deg);
}

.aboutus-section::after {
  left: 0;
}

.relative-container {
  position: relative;
  z-index: 10;
}

.listing-block {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 2;
}

.listing-block li:not(:last-child) {
  margin-bottom: 20px;
}

.listing-block li {
  display: flex;
  align-items: center;
}

.listing-block li::before {
  content: "";
  flex-shrink: 0;
  margin-right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/check-mark.svg);
  align-self: flex-start;
  position: relative;
  top: 3px;
}

.projects-infowrapper [class*="col-"] {
  border-right: 1px solid #e9e9e9;
  padding: 0;
}

.service-tablinks {
  background: linear-gradient(133deg, #2550e9 -34.27%, #2583e9 99.35%);
  width: var(--tabWidth);
  padding: 50px 0;
}

.service-tablinks .nav-tabs {
  border: 0;
}

.service-tabblock {
  display: flex;
  flex-wrap: wrap;
  background: #f6faff;
  border: 1px solid rgb(37 121 233 / 0.3);
  border-radius: 14px;
  overflow: hidden;
}

.service-tablinks li {
  float: none !important;
}

.service-tablinks li.active a {
  background: rgb(0 0 0 / 0.25) !important;
  color: #fff !important;
}

.service-tablinks li a {
  color: #fff !important;
  display: flex !important;
  background: transparent !important;
  align-items: center;
  font-weight: 500;
  padding: 14px 28px !important;
  border: 0 !important;
}

.linkimg {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.linkimg,
.service-tablinks li a svg {
  margin-right: 15px;
  flex-shrink: 0;
}

.service-tabwrapper {
  width: calc(100% - var(--tabWidth));
}

.service-tabinfo {
  padding: var(--serviceTabSpacing);
}

.readyto-infobox {
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: var(--orangeBoxSpacing);
  background: #fff9f5;
  overflow: hidden;
  box-shadow: 0 4px 25px 0 rgb(0 0 0 / 0.1);
}

.readyto-infobox .block {
  position: relative;
  z-index: 1;
  width: 56%;
}

.readyto-infobox .buttons-block {
  width: 44%;
  text-align: end;
}

.readyto-infobox .experties-wrap {
  width: 68%;
}

.readyto-infobox .experties-block {
  width: 32%;
}

.gredient-bx {
  width: 250px;
  height: 250px;
  filter: blur(50px);
  display: block;
}

.chatblob {
  background: linear-gradient(
    154deg,
    rgb(255 121 23 / 0.15) -24.3%,
    rgb(255 221 45 / 0.15) 118.14%
  );
  position: absolute;
  top: -37px;
  left: -50px;
}

.rigtinfo-blob {
  position: absolute;
  top: calc(100% - 37px);
  right: -50px;
  background: linear-gradient(
    208deg,
    rgb(0 255 240 / 0.15) -6.54%,
    rgb(62 255 151 / 0.15) 97.44%
  );
}

.btn-primary {
  padding: 19px 56px !important;
  border-radius: 8px !important;
  background: #ff7a2f !important;
  font-size: 26px !important;
  color: #fff !important;
  font-weight: 600 !important;
  text-transform: inherit;
  max-width: 400px !important;
  outline: 0 !important;
  box-shadow: none !important;
  border: 2px solid #ff7a2f !important;
  transition: all 0.3s ease !important;
}
.m-auto {
  margin: auto;
}

.btn-small {
  padding: 11px 33px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  min-width: auto !important;
}

.btn-md {
  padding: 15px;
  max-width: 270px;
  min-width: 270px;
}

.btn-primary:hover {
  background: transparent !important;
  color: #ff7a2f !important;
  box-shadow: 0 3px 7px 0 #ff7a2f9e !important;
}

.apps-block {
  border-radius: 32px;
  background: #fff8e8;
  padding: 70px 50px 70px 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.main-appswrap {
  border-radius: 32px;
}

.main-appswrap .slick-track,
.main-appswrap .sub-wrap,
.main-appswrap .slick-list {
  background: #fff0;
  border-radius: 39px;
}

.main-appswrap .slick-prev {
  top: 50%;
  left: -65px;
  transform: rotateY(-180deg);
}

.main-appswrap .slick-next {
  right: -65px;
  top: 50%;
}

.badge-block {
  gap: 8px;
}

.badge-block span {
  border-radius: 4px;
  background: rgb(0 0 0 / 0.05);
  padding: 8px 12px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}

.badge-block.img {
  border-radius: 60px;
  background: rgb(0 0 0 / 0.05);
  padding: 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}

.btn-outline-primary {
  font-size: 18px;
  letter-spacing: 0.54px;
  color: #ff7a2f;
  border-radius: 5px;
  border: 1px solid #ff7a2f;
  min-width: 180px;
  font-weight: 500;
  padding: 10px 10px;
  transition: all 0.4s ease;
}

.btn-outline-primary:hover {
  color: #fff;
  background: #ff7a2f;
}

.apps-contentblock {
  min-height: 532px;
  width: 44%;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pl-100 {
  padding-right: 15px;
}

.apps-imagewrap {
  width: 46%;
  border-radius: 26px;
}

.apps-imagewrap img {
  border-radius: 26px;
}

.hiring-blockwrap {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.hiring-imagewrap img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.hiring-contentwrap {
  padding: 20px 0;
}

.hiring-blockwrap::after {
  opacity: 1;
}

.blog-slider {
  margin: -40px 0;
}

.blog-slider .slick-track {
  display: flex;
}

.blog-slider .slick-list {
  margin: 0 -25px;
  padding: 40px 0;
}

.blog-wrapper {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6.30497px 30px 0 rgb(61 61 61 / 0.3);
  padding: 25px 25px 15px;
  height: 100%;
  display: inline-block;
  width: 100%;
}

.blog-image img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.blog-dateinfo {
  display: flex;
  align-items: center;
}

.blog-dateinfo img {
  margin-right: 10px;
}

.title-border::after {
  content: "";
  display: block;
  height: 2px;
  width: 74px;
  margin-top: 12px;
  background: #2583e9;
}

.title-bordercenter::after {
  margin: 12px auto 0;
}

.slick-dots li {
  width: 16px;
  height: 16px;
}

.slick-dots li button {
  width: 16px;
  height: 16px;
  border: 2px solid #4d9fff;
  border-radius: 50%;
}

.slick-dots li button:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #4d9fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.slick-dots li.slick-active button:after {
  transform: translate(-50%, -50%) scale(1);
}

.slick-dots li button:before {
  display: none;
}

.industries-block {
  display: flex;
  flex-wrap: wrap;
  column-gap: 45px;
  row-gap: 50px;
}

.industry-box span.d-block {
  display: block;
  margin-top: 10px;
  color: rgb(59 59 59);
}

.industry-box.text-center:hover span.d-block {
  color: rgb(37 118 233);
}

.industry-box.text-center:hover {
  box-shadow: 0 5px 24px 0 rgb(14 31 53 / 0.16);
}

.industry-box {
  width: calc(20% - 36px);
  border-radius: 10px;
  background: #fff;
  padding: 35px 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(37 131 233 / 0.18);
}

.box-content {
  position: absolute;
  background: #ff6359;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 15px;
  color: #fff;
  font-weight: 400;
  transform: rotateX(90deg);
  transform-origin: bottom;
  transition: transform 0.6s;
  line-height: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 24px 0 rgb(14 31 53 / 0.16);
}

.industry-box:hover .box-content {
  transform: rotateX(0deg);
}

.industry-titlebox {
  width: calc(40% - 27px);
}

.industry-box img {
  width: 64px;
  height: 64px;
}

.industry-titlebox p {
  font-size: 23px;
  line-height: 33px;
}

.testimonial-section {
  background: #fffbf8;
}

.testimonial-contentwrap {
  border: 2px solid #ffe6d6;
  border-radius: 15px;
  background: #fff;
  margin-right: var(--testimonialSpacing);
  width: var(--width459);
}

.testimonial-img::after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 20px;
  background: linear-gradient(
    180deg,
    #fff0 0%,
    rgb(0 0 0 / 0.15) 82.14%,
    #000 113.26%
  );
}

.testimonial-contentwrap .panel-title {
  margin: 0;
}

.slick-arrow {
  width: 50px;
  height: 50px;
  border: 1px solid #7b7b7b;
  border-radius: 50%;
  top: -89px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjUgMTJDMTYuNSAxMi4xOTE4IDE2LjQyNjcgMTIuMzgzOCAxNi4yODAzIDEyLjUzMDJMOC43ODAzIDIwLjAzMDJDOC40ODcyMyAyMC4zMjMzIDguMDEyNjcgMjAuMzIzMyA3LjcxOTggMjAuMDMwMkM3LjQyNjkyIDE5LjczNzEgNy40MjY3MyAxOS4yNjI2IDcuNzE5OCAxOC45Njk3TDE0LjY4OTUgMTJMNy43MTk4IDUuMDMwMkM3LjQyNjczIDQuNzM3MTQgNy40MjY3MyA0LjI2MjU4IDcuNzE5OCAzLjk2OTdDOC4wMTI4NiAzLjY3NjgzIDguNDg3NDIgMy42NzY2NCA4Ljc4MDMgMy45Njk3TDE2LjI4MDMgMTEuNDY5N0MxNi40MjY3IDExLjYxNjEgMTYuNSAxMS44MDgxIDE2LjUgMTJaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K) !important;
  background-repeat: no-repeat !important;
  background-size: 30px !important;
  background-position: center !important;
  transform: none !important;
}

.slick-arrow::before {
  display: none;
}

.slick-next {
  right: 0;
}

.video-wrapper {
  float: none;
}

.testimonial-contentwrap .panel {
  padding: 7px 0;
  border-bottom: 2px solid #ffe6d6;
}

.testimonial-contentwrap .panel:last-child {
  border-bottom: 0;
}

.testimonial-contentwrap .panel-body {
  padding: 0 30px 0 60px;
  font-size: 16px;
}

.testimonial-contentwrap .panel-title a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  color: #3b3b3b;
  font-size: var(--font20);
}

.testimonial-contentwrap .panel-title.visible a {
  color: #ff7a2f;
}

.testimonial-contentwrap .panel-title a img {
  flex-shrink: 0;
  margin-right: 15px;
}

.clientname {
  margin-bottom: 3px;
}

.clientinfo-block {
  font-size: 16px;
  color: #000 !important;
  padding-top: 20px;
  padding-left: 18px;
}

.testi-content {
  width: 90%;
  overflow: hidden !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px !important;
}

.testimonial-info svg {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  flex-shrink: 0;
  cursor: pointer;
  position: absolute;
  top: -28px;
  left: 15px;
}

.testimonial-info {
  padding: 25px 0 0;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
}

.home-banner-info {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.banner-playicon {
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
}

.testimonial-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.testimonial-slider {
  position: relative;
  display: flex;
}

.testimonial-slider .slick-list {
  margin: 0 -15px;
}

.testimonial-slider,
.testimonial-slider .slick-track,
.testimonial-slider .slick-list {
  height: 100%;
}

.testimonial-box {
  position: relative;
  padding: 15px;
  background: #fff;
  border-radius: 34px;
  box-shadow: 6px 6px 9px -2px rgb(24 39 75 / 0.1),
    0 6px 14px -6px rgb(24 39 75 / 0.12);
}

.testimonial-img > img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.testimonial-img {
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
  position: relative;
  max-height: 255px;
}

.testimonial-videosection {
  width: 100%;
}

.partner-infobox {
  display: flex;
}

.partner-wrapper {
  max-width: 1254px;
  margin: 0 auto;
}

.partnerinfo-img {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  margin-right: 25px;
}

.partner-wrapsection {
  row-gap: 50px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 45px;
}

.partner-title {
  background: #2583e9;
  color: #fff;
  position: relative;
}

.partner-title .title-border::after {
  background: #fff;
}

.partner-title .container {
  position: relative;
  z-index: 1;
}

.partner-title::after {
  content: "";
  background: url(../images/pattern1.webp) no-repeat bottom center;
  height: 41px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  background-size: cover;
  background-position: center bottom;
}

.bg-grey {
  background: #fbfbfb;
}

.bg-lightblue {
  background: rgb(209 233 250 / 0.5);
}

.portfolio-title {
  border-radius: 4px;
  background: rgb(0 0 0 / 0.05);
  padding: 8px 12px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  max-width: fit-content;
}

.maxw-1170 {
  max-width: 1170px;
  margin: 0 auto;
}

.maxw-180 {
  max-width: 180px;
}

.accreditation-block {
  justify-content: center;
  row-gap: 30px;
}

.maxw-146 {
  max-width: 146px;
}

.maxw-206 {
  max-width: 206px;
}

.device-wrap {
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.device-wrap span {
  margin: 0 auto;
  font-size: 16px;
}

.imageblock {
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  max-height: 410px;
}

.imageblock img {
  object-fit: cover;
  height: 100%;
  width: 95%;
}

.align-self-start {
  align-self: flex-start;
}

.small-infobx {
  padding: 5px;
  border: 1px solid #0d71eb;
  border-radius: 15px;
  transition: all 0.5s ease;
  height: 100%;
}

.small-infobx:hover {
  box-shadow: 0 3px 6px 1px #0d71eb54;
}

.small-infoimg {
  background: rgb(13 113 235 / 0.07);
  margin-right: 15px;
  flex-shrink: 0;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-center {
  align-items: center;
}

.row-gap30 {
  row-gap: 30px;
}

.gap-12 {
  gap: 12px;
}

.star-ratings {
  padding: 5px 0 0 0;
  position: relative;
}

.star-ratings .techcard_wrap {
  display: flex;
  min-height: 90px;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: var(--shadow);
  border-radius: 8px;
  z-index: 10;
}

.star-ratings .tech-card {
  display: flex;
  align-items: center;
  width: 25%;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
}

.star-ratings .tech-card .techcard-logo {
  width: 67%;
}

.star-ratings .tech-card.goodfirms .techcard-logo {
  width: 86% !important;
}

.star-ratings .tech-card .techcard-rating {
  width: 65%;
}

.star-ratings .tech-card:not(:last-child):after {
  content: " ";
  width: 1px;
  height: 80%;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0;
  background-color: #cfd3de;
}

.esteemed-clients .our-clients .trust-client .client-imgs {
  filter: grayscale(0%);
  min-height: 120px;
  max-height: 120px;
  display: inline;
}

.esteemed-clients .wrapper .owl-stage {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.esteemed-images {
  min-height: 110px;
  height: 100%;
  display: flex;
  align-items: center;
}

.esteemed-images div {
  height: 100% !important;
}

.esteemed-clients .wrapper .owl-item {
  margin: 0 auto !important;
}

.testimonial-section .testimonial-wrapper .testimonial-videosection .owl-item {
  padding-right: 20px;
}

.testimonial-section
  .testimonial-wrapper
  .testimonial-videosection
  .owl-item.active {
  padding-bottom: 15px;
}

.video-block {
  height: 100%;
}

.video-block .infrastructure {
  height: 100%;
}

.video-block .infrastructur_inner {
  height: 100%;
}

.video-block .infrastructure .infrastructur_inner a img {
  margin-top: 0;
}

.video-block .infrastructur_inner .play_button_mtpl {
  opacity: 1;
  flex-direction: inherit;
  align-items: inherit;
  justify-content: inherit;
  text-decoration: none;
  height: 100%;
}

.homepage-blogs .blog_desc {
  padding: 0 0 16px;
  min-height: 66px;
}

.homepage-blogs .blog_desc p {
  min-height: 46px;
  color: rgb(0 0 0 / 0.9);
  font-weight: 600;
  margin: 0;
  font-size: 20px;
}

.homepage-blogs .blog_date {
  padding: 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
}

.homepage-blogs .blog_date img {
  padding-right: 10px;
}

.homepage-blogs .blog_date span {
  line-height: 13px;
  margin-top: 2px;
  text-transform: initial;
  color: #3b3b3b;
}

.maxw-83 {
  max-width: 83%;
  margin: 0 auto !important;
}
.d-flex.small-infobx.align-center {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start;
}
.trusted-title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  min-height: 100%;
}

.wrapper .center-slider .slick-slide,
.wrapper
  .center-slider
  .slick-slide[aria-hidden="true"]:not(.slick-cloned)
  ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(0.8, 0.8);
  transition: all 0.4s ease-in-out;
}

@-webkit-keyframes play-btn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes play-btn {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes play-btn {
  0% {
    -webkit-box-shadow: 0 0 0 rgb(255 122 47 / 0.9);
  }

  50% {
    -webkit-box-shadow: 0 0 0 10px #fff0;
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 #fff0;
  }
}

@keyframes play-btn {
  0% {
    -moz-box-shadow: 0 0 0 rgb(255 122 47 / 0.9);
    box-shadow: 0 0 0 rgb(255 122 47 / 0.9);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px #fff0;
    box-shadow: 0 0 0 10px #fff0;
  }

  100% {
    -moz-box-shadow: 0 0 0 0 #fff0;
    box-shadow: 0 0 0 0 #fff0;
  }
}

#infrastructure button.close {
  line-height: 13px !important;
  padding-bottom: 2px;
}

.testimonial-videosection .slick-track {
  display: flex;
}

.element-item.highlighted_opacity {
  display: block;
}

.element-item {
  display: none;
}

.main-wrapper .owl-nav.disabled,
.main-wrapper .owl-dots.disabled {
  display: none !important;
}

.main-wrapper .owl-next span,
.main-wrapper .owl-prev span,
.main-wrapper .owl-dot span {
  display: none !important;
}

.testimonial-videosection .owl-nav {
  position: absolute;
  right: 28px;
  gap: 20px;
  display: flex;
  top: -100px;
}

.main-wrapper .owl-dots {
  text-align: center;
  gap: 8px;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.main-wrapper .banner-wrapper .owl-dots .owl-dot {
  border: 1.5px solid #c0b6ad !important;
  width: 18px !important;
  height: 18px !important;
}

.main-wrapper .banner-wrapper .owl-dots .owl-dot.active {
  border: 1.5px solid #ff7a2f !important;
  width: 18px !important;
  height: 18px !important;
  background-size: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3e%3ccircle cx='8' cy='8' r='4' fill='%23FF7A2F'/%3e%3c/svg%3e") !important;
}

.main-wrapper .owl-dots .owl-dot {
  border: 1px solid #2583e9;
  width: 18px;
  height: 18px;
  background-color: #fff0;
  border-radius: 30px;
}

.main-wrapper .owl-dots .owl-dot.active {
  border: 1px solid #2583e9;
  width: 18px;
  height: 18px;
  background-size: 20px;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%232583E9'/%3e%3c/svg%3e") !important;
}

.client_location img {
  max-width: 32px !important;
}

.ios_services h2:after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 80px;
  height: 4px;
  background: #2583e9;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 320px;
}

.main-wrapper .testimonial-videosection .owl-carousel .owl-item img {
  display: block;
  max-width: 100% !important;
  width: 100% !important;
  min-height: 230px;
  max-height: 230px;
}

.main-wrapper .owl-theme .owl-nav[class*="owl-"] {
  background: transparent !important;
  display: flex;
  gap: 25px;
}
.tab-none {
  display: none !important;
}
.p-70 {
  padding: 70px 0;
}
.why_choose_flex h2 {
  font-size: var(--font44);
  font-weight: 700;
}

.pb-20 {
  padding-bottom: 50px;
}
.why_choose_bg .font18 h2 {
  margin: 0;
  margin-bottom: 20px;
}
.why_choose_bg .font18 p {
  padding-top: 20px;
}
.heading-underline::after {
  bottom: -10px !important;
  margin: 0;
}
.heading-underline:after {
  content: "";
  height: 2px;
  width: 75px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  background-color: #2583e9;
}
.main-wrapper .award_banner_main .owl-next,
.main-wrapper .award_banner_main .owl-prev {
  width: 50px;
  height: 50px;
  border: 1px solid #7b7b7b !important;
  border-radius: 50%;
  top: -89px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjUgMTJDMTYuNSAxMi4xOTE4IDE2LjQyNjcgMTIuMzgzOCAxNi4yODAzIDEyLjUzMDJMOC43ODAzIDIwLjAzMDJDOC40ODcyMyAyMC4zMjMzIDguMDEyNjcgMjAuMzIzMyA3LjcxOTggMjAuMDMwMkM3LjQyNjkyIDE5LjczNzEgNy40MjY3MyAxOS4yNjI2IDcuNzE5OCAxOC45Njk3TDE0LjY4OTUgMTJMNy43MTk4IDUuMDMwMkM3LjQyNjczIDQuNzM3MTQgNy40MjY3MyA0LjI2MjU4IDcuNzE5OCAzLjk2OTdDOC4wMTI4NiAzLjY3NjgzIDguNDg3NDIgMy42NzY2NCA4Ljc4MDMgMy45Njk3TDE2LjI4MDMgMTEuNDY5N0MxNi40MjY3IDExLjYxNjEgMTYuNSAxMS44MDgxIDE2LjUgMTJaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K) !important;
  background-repeat: no-repeat !important;
  background-size: 30px;
  background-position: center !important;
}
.pl-40 {
  padding: 0 0 0 27px;
}

.app-developed .owl-prev {
  position: absolute;
  top: 50%;
  left: -60px;
}

.app-developed .owl-next {
  position: absolute;
  top: 50%;
  right: -60px;
}

.home-banner,
.home-banner .owl-stage-outer {
  border-radius: 14px;
}

#testimonial_sliders .owl-stage-outer,
#testimonial_sliders .owl-stage,
#testimonial_sliders .owl-item,
#testimonial_sliders .item {
  height: 100%;
  border-radius: 20px;
}

.tech-partner1 {
  background: #fff9ef;
}

.tech-partner2 {
  background: #f4f4f4;
}

.tech-partner3 {
  background: #fff1f0;
}

.tech-partner4 {
  background: #fff7e1;
}

.tech-partner5 {
  background: #effbff;
}

.tech-partner6 {
  background: #e7fffa;
}

.accredi-image {
  margin: 0 auto;
}

.partnerimg1 {
  max-width: 29%;
}

.partnerimg2 {
  max-width: 58%;
}

.partnerimg3 {
  max-width: 72%;
}

.partnerimg4 {
  max-width: 49%;
}

.partnerimg5 {
  max-width: 59%;
}

.partnerimg6 {
  max-width: 63%;
}

#testimonial_sliders .owl-stage-outer,
#testimonial_sliders .owl-stage,
#testimonial_sliders .owl-item {
  border-bottom-left-radius: 50px !important;
  border-top-left-radius: 32px !important;
}

.testimonial-section
  .testimonial-wrapper
  .testimonial-videosection
  .owl-item.active
  .item {
  box-shadow: rgb(0 0 0 / 0.15) 0 1px 8px 2px;
  border-radius: 32px;
  border-bottom-left-radius: 32px;
  height: 100%;
  min-height: 451px;
}

.testimonial-section
  .testimonial-wrapper
  .testimonial-videosection
  .owl-item
  .item {
  margin: 5px;
}

.testimonial-section
  .testimonial-wrapper
  .testimonial-videosection
  .owl-item
  .item {
  border-radius: 32px;
  border-bottom-left-radius: 32px;
  height: 100%;
  min-height: 451px;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font17 {
  font-size: 17px;
  padding-bottom: 5px;
}

.client-card {
  border-radius: 12px;
  border: 1px solid #ffe6d6;
  background: #fff;
  text-align: center;
  font-size: var(--font18);
  padding: var(--spacing25) 10px;
}

.client-card img {
  width: var(--spacing35);
  height: var(--spacing35);
}

.home-testimonial .hide-show {
  max-height: 100% !important;
}

.app-developed .btn-primary {
  padding: 10px 25px;
  min-height: 64px;
  min-width: 263px;
  margin-top: 15px;
}

.home-testimonial [class="col-lg-2 col-sm-4"] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.location_div_main {
  margin-bottom: 15px;
}

.connect_with_us h3 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  color: #fff;
}

.blog-wrapper.loading .blog-image {
  position: relative;
}

.blog-wrapper.loading .blog-image::before {
  content: "";
  background: #eee;
  width: 102%;
  height: 104%;
  position: absolute;
  top: -6px;
  left: -3px;
  z-index: 999;
  border-radius: 10px;
}

.blog-wrapper.loading .category span,
.blog-wrapper.loading .blog_desc p,
.blog-wrapper.loading .blog_date {
  position: relative;
}

.blog-wrapper.loading .category span::after,
.blog-wrapper.loading .blog_desc p::after,
.blog-wrapper.loading .blog_date::after {
  background: #eee;
  border-radius: 4px;
  z-index: 99;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.blog-wrapper.loading .category span,
.blog-wrapper.loading .blog_desc p,
.blog-wrapper.loading .blog_date,
.blog-wrapper.loading .blog_date img {
  z-index: 9;
}

@keyframes loading {
  0% {
    transform: skewX(0deg) translateX(-100%);
  }

  100% {
    transform: skewX(0deg) translateX(100%);
  }
}

.loading::before {
  content: "";
  position: absolute;
  background: linear-gradient(
    90deg,
    transparent,
    rgb(255 255 255 / 0.9),
    transparent
  );
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  animation: loading 1s infinite;
  z-index: 1001;
}

.aboutus-section .video-block .play_button_mtpl {
  max-height: 500px;
}

.client_slider_info {
  display: flex;
  align-items: center;
  column-gap: 70px;
  margin: 0 22px;
}

.client_img {
  max-width: 635px;
  position: relative;
}

.play_icon_btn {
  position: absolute;
  cursor: pointer;
  right: 20px;
  bottom: 20px;
}

.trusted_client h2 {
  margin: 0px !important;
  font-size: 38px;
  font-weight: 700 !important;
  text-align: center;
  line-height: 49px;
  position: relative;
}

.ios_services h2 {
  position: relative;
}

.ios_inner_text {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  padding-top: 50px;
  line-height: 34px;
  margin: 0;
  max-width: 1206px;
  margin: auto;
}

.client_review h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  margin: 0;
}

.client_review h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
  margin: 0;
  margin-top: 10px;
}

.pt-40 {
  padding-top: 50px;
}

.client_location {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding-top: 10px;
  max-width: 200px;
}

.client_location span {
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
}

.client_img img {
  max-width: 635px;
  min-height: 400px;
}

.client_slider_info p {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  margin: 0;
  padding-top: 20px;
}

.owl-carousel .owl-item img {
  width: unset !important;
}

.relative {
  position: relative;
}

.slider_info .owl-nav {
  position: absolute;
  right: 27px;
  bottom: 0;
  z-index: 99;
}

.slider_button {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.owl-prev_wrap,
.owl-next_wrap {
  border: 1px solid rgb(37 131 233);
  color: rgb(37 131 233);
  background: var(--bg_color);
  padding: 10px 20px 10px 20px;
  border-radius: 60px;
  margin-left: 10px;
}

.owl-prev_wrap.home_slider,
.owl-next_wrap.home_slider {
  background-color: #2583e9 !important;
  color: #fff !important;
}

.slider_info .owl-nav .owl-prev .nav-btn.prev-slide,
.slider_info .owl-nav .owl-next .nav-btn.next-slide {
  border: 1px solid rgb(37 131 233);
  color: rgb(37 131 233);
  background: var(--bg_color);
  padding: 10px 20px 10px 20px;
  border-radius: 60px;
  margin-left: 10px;
}

.active-button {
  background-color: rgb(37 131 233) !important;
  color: #fff !important;
}

.slider_info .owl-dots {
  display: none;
}

.cta_bg {
  background: #252525;
  border-radius: 40px;
  background-image: url(../images/cta_bg.webp);
  background-size: cover;
  margin: 0 6px !important;
}

.ios_cta_section {
  color: #fff;
}

.p-30 {
  padding: 20px;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}
.ios_cta_section p {
  text-align: center;
  font-size: 18px;
  padding-top: 30px;
  font-weight: 400;
  line-height: 37px;
  color: rgb(255 255 255) !important;
}

.pt-30 {
  padding-top: 30px;
}

.cta_button {
  text-align: center;
}

.cta_button .ios_btn {
  color: #fff;
  font-size: 20px;
}

.ios_btn {
  font-weight: 600;
  color: #fff;
  background-color: #2583e9;
  border: none;
  padding: 15px 28px;
  border-radius: 60px;
  transition: all 0.3s ease;
  display: inline-block !important ;
  border: 1px solid #2583e9;
}

.cta_button .ios_btn:hover {
  background: #fff;
  transition: all 0.3s ease;
  color: #2583e9;
}

.d_block_span {
  display: block;
}

.ios_cta_section.trusted_client.pt-70.pb-70.p-30 {
  max-width: 1137px;
  margin: auto;
  padding: 50px !important;
}
.home_header_wrap
  .mtpl-header
  .socialmeadia-header
  .socialmedia-block.home_header
  ul
  li
  a {
  color: #141414 !important;
  font-weight: 500;
}
.mtpl-header .socialmeadia-header .socialmedia-block.home_header ul li a {
  color: #fff !important;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .client_img img {
    max-width: 500px;
  }
}

@media screen and (min-width: 768px) {
  .projects-infowrapper [class*="col-"]:nth-child(3n + 1) {
    border-left: 0;
  }

  .projects-infowrapper [class*="col-"]:nth-child(3n) {
    border-right: 0;
  }

  .projects-infowrapper [class*="col-"]:nth-child(3n) ~ [class*="col-"] {
    border-bottom: 0;
    border-top: 1px solid #e9e9e9;
  }
}

@media screen and (min-width: 992px) {
  .d-md-flex {
    display: flex !important;
  }

  .aboutus-section .video-block .play_button_mtpl {
    min-height: 410px;
  }
}

@media screen and (min-width: 1201px) {
  .main_logo img {
    width: auto;
  }
}

@media screen and (min-width: 1701px) {
  .main_header .container {
    width: 100%;
  }
}

@media screen and (max-width: 1600.98px) {
  .small-infocontent {
    --font18: 14px;
  }
}

@media screen and (max-width: 1399.98px) {
  .small-infocontent {
    --font18: 14px;
  }

  .listing-block li:not(:last-child) {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 1400.98px) {
  .main-wrapper {
    --minh230: 200px;
    --width70: 60px;
    --font18: 16px;
    --spacing124: 60px;
    --serviceTabSpacing: 35px;
  }

  .main-appswrap .slick-next {
    right: -45px !important;
  }

  .main-appswrap .slick-prev {
    left: -45px !important;
  }

  .teck_stack_wrap ul li:nth-child(4) {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .main-wrapper {
    --serviceTabSpacing: 30px;
  }

  .apps-contentblock {
    padding-right: 10px !important;
    min-height: 535px !important;
  }

  .blog-image img {
    object-fit: contain;
  }

  .key-features {
    padding-right: 130px;
  }

  .experties-block .btn-primary {
    min-width: 250px !important;
    padding: 19px 20px;
  }
}

@media screen and (max-width: 1240px) {
  .main-wrapper {
    --font28: 24px;
    --width70: 48px;
  }

  .small-infocontent:first-child {
    line-height: 1.2;
  }

  .width-70 {
    padding: 8px;
  }
}

@media screen and (max-width: 1199.98px) {
  .main-wrapper {
    --font74: 60px;
    --font62: 50px;
    --font24: 18px;
    --font26: 20px;
    --font44: 40px;
    --font18: 16px;
    --font54: 45px;
    --font50: 42px;
    --font20: 18px;
    --spacing100: 70px;
    --spacing30: 15px;
    --width70: 60px;
    --tabWidth: 370px;
    --serviceTabSpacing: 25px;
    --orangeBoxSpacing: 45px 40px;
    --width459: 379px;
    --mt-30: 20px;
    --mt-20: 12px;
  }

  .info-boxblock {
    padding: 25px 15px;
  }

  .app-developed .btn-primary {
    margin-top: 15px;
  }

  .industries-block {
    gap: 15px;
  }

  .industry-titlebox {
    width: 100%;
  }

  .industry-box {
    width: calc(25% - 15px);
  }

  .blog-slider .slick-list {
    margin: 0 -15px;
  }

  .apps-block {
    padding: 40px 30px 40px 40px;
    border-radius: 20px;
  }

  .apps-contentblock {
    width: 55%;
    padding-right: 15px;
    padding-bottom: 35px;
  }

  .testimonial-section
    .testimonial-wrapper
    .testimonial-videosection
    .owl-item.active
    .item {
    min-height: 432px !important;
  }

  .apps-imagewrap {
    width: 45%;
  }

  .testimonial-box {
    border-radius: 28px !important;
  }

  .testimonial-img {
    border-radius: 22px;
  }

  #testimonial_sliders .owl-stage-outer,
  #testimonial_sliders .owl-stage,
  #testimonial_sliders .owl-item {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 28px !important;
  }

  .testimonial-section
    .testimonial-wrapper
    .testimonial-videosection
    .owl-item.active
    .item {
    border-radius: 28px !important;
    border-bottom-left-radius: 28px !important;
  }

  .moon_tab.tab-links li {
    font-size: 14px;
    padding: 6px 10px 6px 10px;
  }
  .moon_invoce {
    padding-left: 15px;
  }
  .case_studie_bg .tab-content p .case_studie_bg {
    align-items: center;
  }

  .case_wrap ul {
    padding: 27px 0 10px 15px;
    column-gap: 10px;
  }

  .kay_feature_wrap {
    column-gap: 10px;
  }

  .pt_new {
    padding-top: 20px;
  }

  .client_img img {
    min-height: auto;
  }
  .award_banner_main_wrap .owl-nav {
    top: -220px !important;
  }
  .client_slider_info p {
    font-size: 14px;
  }

  .ios_cta_section.trusted_client.pt-70.pb-70.p-30 {
    padding: 50px !important;
    padding-bottom: 50px !important;
  }

  .client_slider_info {
    flex-wrap: wrap;
  }

  .home-banner-info {
    top: -34px;
  }
}

@media screen and (max-width: 1024px) {
  .main-wrapper {
    padding-top: 60px;
    --spacing50: 30px;
    --font44: 36px;
  }
  .home-banner-info {
    top: 0px;
  }
  header.main_header.menubar {
    background-color: #fff !important;
  }

  .full-menu header.main_header.menubar {
    bottom: 0;
  }

  .testimonial-videosection .owl-nav {
    top: -80px !important;
  }

  .banner-textwrap .title {
    line-height: 48px;
    --spacing25: 15px;
    --font62: 40px;
  }

  .btn-md {
    padding: 8px;
    max-width: 165px;
    min-width: 165px;
  }

  .btn-primary {
    font-size: 22px;
  }

  .star-ratings {
    --mt-30: 15px;
  }

  .esteemed-images {
    min-height: 120px;
  }
}

@media screen and (max-width: 991.98px) {
  .main-wrapper {
    padding-top: 60px;
    --font74: 40px;
    --font62: 40px;
    --font44: 32px;
    --font54: 40px;
    --font50: 38px;
    --font20: 16px;
    --font24: 18px;
    --font18: 16px;
    --spacing100: 50px;
    --spacing70: 50px;
    --spacing50: 30px;
    --spacing40: 25px;
    --spacing124: 60px;
    --spacing30: 20px;
    --width70: 50px;
    --tabWidth: 320px;
    --width459: 290px;
    --testimonialSpacing: 20px;
    --orangeBoxSpacing: 35px 30px;
    --mt-30: 15px;
  }

  .row-gap30 {
    row-gap: 15px;
    display: flex;
  }

  .banner-wrapper {
    padding: 45px 0 0 !important;
  }

  .rightblock {
    top: 20%;
    right: -11%;
  }

  .heading-center-top {
    display: block;
    text-align: center;
    width: 100%;
  }

  .heading-center-top.none {
    display: block !important;
    text-align: center;
    width: 100%;
  }

  .heading-center-top::after {
    margin: 10px auto 5px;
  }

  .heading-none {
    display: none;
  }

  .accreditation-block {
    row-gap: 15px;
  }

  .device-wrap {
    min-height: 110px;
  }

  .apps-contentblock {
    min-height: 455px !important;
  }

  .leftblock {
    top: 0%;
    left: -252px;
  }

  .listing-block {
    column-count: 1;
  }

  .key-features {
    padding-right: 10px;
  }

  .banner-textwrap .title {
    margin-bottom: 15px;
  }

  .homepage-blogs .blog_desc p {
    font-size: 18px;
  }

  .info-boxblock {
    padding: 20px 15px;
  }

  .banner-textwrap {
    max-width: 100%;
    margin-bottom: 25px;
    justify-content: unset;
  }

  .maxw-83 {
    max-width: 100% !important;
  }

  .main-wrapper .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .aboutus-section::before,
  .aboutus-section::after {
    background-size: 100%;
  }

  .mobile-mb-20 {
    margin-bottom: 20px;
  }

  .service-tabinfo {
    padding: 30px 20px;
  }

  .service-tablinks {
    padding: 25px 0 0 0;
  }

  .service-tablinks li a {
    padding: 14px 15px;
  }

  .mb-25 {
    margin-bottom: 15px;
  }

  .mb-35 {
    margin-bottom: 20px;
  }

  .listing-block li:not(:last-child) {
    margin-bottom: 8px;
  }

  .readyto-infobox .block {
    width: calc(100% - 220px);
  }

  .readyto-infobox .buttons-block {
    width: 220px;
  }

  .btn-primary {
    padding: 13px 26px;
    font-size: 20px;
    min-width: auto;
  }

  .app-developed .btn-primary {
    padding: 10px 25px;
    min-height: auto;
    min-width: auto;
    margin-top: 15px;
  }

  .testimonial-contentwrap .panel-title a span {
    top: 1px;
  }

  .testimonial-contentwrap .panel-title a img {
    margin-right: 10px;
  }

  .testimonial-contentwrap .panel-title a {
    padding: 10px 15px;
  }

  .testimonial-contentwrap .panel {
    padding: 5px 0;
  }

  .testimonial-info svg {
    width: 38px;
    height: 38px;
    margin-right: 10px;
  }

  .clientname {
    margin-bottom: 0;
  }

  .testimonial-box {
    padding: 8px;
  }

  .testimonial-slider .slick-list {
    margin: 0 -7px;
  }

  .partner-wrapsection {
    row-gap: 40px;
  }

  .blog-wrapper {
    padding: 15px;
  }

  .blog-slider .slick-list {
    margin: 0 -7px;
  }

  .apps-contentblock {
    width: 100%;
    padding-right: 0;
  }

  .apps-imagewrap {
    width: 100%;
    text-align: center;
  }

  .apps-block {
    padding: 30px 20px 30px 30px;
  }

  .industry-titlebox {
    width: 100%;
    margin-bottom: 15px;
  }

  .industry-box {
    width: calc(33.33% - 10px);
    padding: 20px 10px;
  }

  .industries-block {
    gap: 15px;
  }

  .testimonial-contentwrap .panel-body {
    padding: 0 30px 0 50px;
  }

  .about-content {
    max-width: 100%;
  }

  .project-serviceinfo {
    max-width: 100%;
  }

  .btn-md {
    padding: 8px 13px;
    min-width: auto !important;
  }

  .testimonial-section
    .testimonial-wrapper
    .testimonial-videosection
    .owl-item.active {
    padding-right: 15px !important;
    padding-left: 10px;
  }

  .star-ratings {
    padding-top: 0px !important;
  }

  .whychoose-block .col-md-4.mobile-mb-20 {
    width: 100% !important;
  }

  .imageblock {
    width: 100% !important;
  }

  .imageblock img {
    width: 100% !important;
    height: 100% !important;
  }

  .star-ratings .techcard_wrap {
    padding: 10px 10px 25px 10px;
    border-radius: 5px;
  }

  .star-ratings .tech-card.upwork::after {
    display: block;
  }

  .star-ratings .tech-card .techcard-rating {
    padding-bottom: 0;
  }

  .trusted-title {
    padding: 15px;
  }

  .esteemed-images {
    min-height: 140px;
  }

  .case_studie_bg {
    display: block;
  }

  .case_studie_bg {
    padding-bottom: 30px;
  }

  .award_banner_main_wrap .owl-nav[class*="owl-"] {
    gap: 10px !important;
  }

  .award_banner_main_wrap .owl-nav {
    top: -230px !important;
    right: 11px;
  }

  .client_slider_info {
    flex-wrap: wrap;
  }
  .main-wrapper .owl-item,
  .main-wrapper .owl-item.active,
  .main-wrapper .owl-item.cloned,
  .testimonial-section
    .testimonial-wrapper
    .testimonial-videosection
    .owl-item {
    padding: 0 0px 0 0px !important;
  }
  .clinet_location {
    padding-top: 0;
  }

  .clinet_inner {
    padding: 14px 0 0 5px;
  }

  .pt-40 {
    padding-top: 20px;
  }

  .ios_cta_section.trusted_client.pt-70.pb-70.p-30 h2 {
    font-size: 32px;
  }

  .ios_cta_section p {
    line-height: 30px;
    padding-top: 15px;
  }

  .pt-30 {
    padding-top: 15px;
  }

  .ios_cta_section.trusted_client.pt-70.pb-70.p-30 {
    padding: 40px 10px !important;
  }

  .main-wrapper .owl-carousel .owl-item img {
    display: block;
    margin: 0 auto;
  }

  .case_studie img {
    width: 100%;
  }

  .client_slider_info .client_location img {
    border-radius: 0 !important;
    margin: unset !important;
    max-width: 24px !important;
  }

  .client_slider_info p {
    padding-top: 10px;
  }
  .slider_info .owl-nav {
    bottom: 20px !important;
    right: 20px !important;
  }
  .p-70 {
    padding: 30px 0;
  }
  .tab-none {
    display: block !important;
    text-align: center;
    margin: 0;
    margin-bottom: 30px;
  }
  .heading-center-top::after {
    margin: 10px auto 5px !important;
  }
  .tab-block {
    display: none !important;
  }
  .why_choose_bg .font18 p {
    padding-top: 0px;
  }
  .d_flex_ec {
    display: flex;
    align-items: center;
  }
  .width-70 {
    width: 70px;
    height: 70px;
  }
  .tabbing-menu .panel-body ul li a {
    font-size: 16px !important;
  }
}

@media screen and (min-width: 767.99px) and (max-width: 768px) {
  .service-tablinks .nav-tabs {
    justify-content: space-between;
    flex-direction: column;
    display: flex;
    height: 100% !important;
    row-gap: 3px;
  }

  .service-tabblock {
    max-height: 532px !important;
  }

  .service-tablinks {
    height: 100% !important;
    min-height: 530px !important;
  }

  .service-tabwrapper {
    height: 530px !important;
  }

  .service-tabinfo {
    max-height: 530px !important;
  }
}

@media screen and (max-width: 768px) {
  .main-wrapper {
    padding-top: 80px !important;
  }

  .testimonial-contentwrap {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .testimonial-videosection {
    width: 100%;
  }

  .buttons-block.mt-30 {
    text-align: center;
  }

  .banner-textwrap .btn-primary {
    padding: 8px 13px !important;
    min-width: 85% !important;
  }

  .service-tablinks .tab-title {
    display: none;
  }

  .service-tablinks {
    width: 10%;
  }

  .service-tabwrapper {
    width: 88%;
    overflow-y: auto;
    height: 594px;
    margin-top: 15px;
  }
  .service-tabinfo-mobile {
    padding: 0 10px;
  }

  .service-tablinks li a {
    justify-content: center;
  }

  .linkimg,
  .service-tablinks li a svg {
    margin-right: 0;
  }

  .service-tabblock {
    min-height: auto !important;
  }

  .testimonial-img {
    max-height: 300px;
  }

  .main-wrapper .testimonial-videosection .owl-carousel .owl-item img {
    max-height: 290px !important;
    min-height: 290px !important;
  }

  .testimonial-section
    .testimonial-wrapper
    .testimonial-videosection
    .owl-item.active
    .item {
    min-height: 518px !important;
  }

  .clientinfo-block {
    padding-top: 5px !important;
  }

  .trusted-title {
    padding: 0px !important;
    padding-top: 10px !important;
    margin-bottom: 0px !important;
  }

  .d-md-none {
    display: block;
  }

  .d-md-block {
    display: none;
  }
}

@media screen and (max-width: 767.99px) {
  .banner-textwrap {
    margin-bottom: 30px;
  }

  .apps-contentblock {
    min-height: 355px !important;
  }

  .partner-infobox {
    flex-direction: column;
  }

  .projects-infowrapper [class*="col-"] {
    border-bottom: 1px solid #e9e9e9;
  }

  .projects-infowrapper [class*="col-"]:nth-child(2n) {
    border-right: 0;
  }

  .projects-infowrapper [class*="col-"]:nth-child(4n) ~ [class*="col-"] {
    border-bottom: 0;
  }

  .apps-contentblock p.font18 {
    min-height: auto !important;
  }

  .partner-wrapsection {
    row-gap: 0;
  }

  .partner-wrapsection [class*="col-"]:not(:last-child) {
    margin-bottom: 25px;
  }

  .readyto-infobox {
    padding: 30px 30px;
  }

  .readyto-infobox .block {
    width: 100%;
    text-align: center;
  }

  .readyto-infobox .buttons-block {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-inline: auto;
  }

  .readyto-infobox .buttons-block .btn,
  .partner-wrapsection .btn {
    width: auto;
    padding: 8px 20px !important;
  }

  .slick-arrow,
  .owl-next,
  .owl-prev {
    bottom: -40px;
    top: auto;
    background-size: 21px !important;
  }

  .main-wrapper .owl-next,
  .main-wrapper .owl-prev {
    background-size: 20px !important;
  }

  .slick-prev {
    right: 41px;
  }

  .testimonial-info {
    padding: 15px;
  }

  .hiring-wrapper {
    row-gap: 20px;
  }

  .row-gap30 {
    row-gap: 15px;
  }

  .banner-wrapper {
    padding: 25px 0 0 !important;
  }
  .mb-50 {
    margin-bottom: 25px !important;
  }

  .esteemed-clients .our-clients .trust-client .client-imgs {
    min-height: 60px !important;
    max-height: 60px !important;
  }

  .trusted-title {
    padding: 15px !important;
    margin-bottom: 0px !important;
  }

  .star-ratings .tech-card .techcard-logo {
    width: 60%;
    padding-bottom: 10px;
  }

  .star-ratings .tech-card.goodfirms .techcard-logo {
    width: 100% !important;
  }

  .star-ratings .tech-card.goodfirms .techcard-logo {
    width: 90% !important;
  }

  .star-ratings .tech-card .techcard-rating {
    width: 70%;
  }

  .star-ratings .goodfirms .techcard-rating,
  .star-ratings .brak .techcard-rating {
    padding-bottom: 0px !important;
  }

  .testimonial-slider {
    flex-direction: column;
  }

  .testimonial-videosection .owl-nav {
    position: static !important;
    justify-content: end !important;
    margin-top: 15px;
    margin-right: 8px;
    gap: 12px !important;
  }

  .ios_cta_section.trusted_client.pt-70.pb-70.p-30 h2 {
    font-size: 24px;
    line-height: 33px;
  }

  .d_block_span {
    display: initial;
  }

  .main-wrapper .owl-carousel .owl-item img {
    max-width: unset;
  }
}

@media screen and (max-width: 575.98px) {
  .main-wrapper {
    --font24: 16px;
    --font26: 16px;
    --font62: 34px;
    --font44: 22px;
    --spacing70: 30px;
  }

  .btn-md {
    padding: 6px 13px !important;
  }

  .tab-content > .active {
    display: block;
    overflow-y: auto;
    max-height: 485px;
  }

  .service-tablinks {
    width: 20%;
  }

  .service-tabwrapper {
    width: 80%;
  }

  .linkimg,
  .service-tablinks li a svg {
    margin-right: 0;
  }

  .partner-section .mt-20 {
    margin-top: 0px !important;
  }

  .btn-primary {
    font-size: 16px !important;
    border-radius: 5px !important;
  }

  .banner-textwrap .title {
    line-height: 40px;
    --font62: 32px;
  }

  .industry-box {
    width: calc(50% - 8px);
    padding: 15px;
    min-height: 150px;
  }

  .apps-imagewrap {
    display: none;
  }

  .device-wrap {
    min-height: 85px;
  }

  .apps-imagewrap.block {
    display: block !important;
    margin-bottom: 20px;
  }

  .apps-contentblock {
    padding-bottom: 0px !important;
  }

  .row-gap30 {
    row-gap: 10px;
  }

  .hiring-wrapper [class*="col-"] {
    width: 100%;
  }

  .readyto-infobox {
    padding: 20px;
  }

  .industries-block .box-content {
    font-size: 12px !important;
  }

  .testimonial-section
    .testimonial-wrapper
    .testimonial-videosection
    .owl-item.active
    .item {
    min-height: 493px !important;
  }

  .testimonial-img {
    max-height: 350px;
  }

  .main-wrapper .testimonial-videosection .owl-carousel .owl-item img {
    max-height: 315px !important;
    min-height: 315px !important;
  }

  .partnerimg4,
  .partnerimg5,
  .partnerimg6,
  .partnerimg2 {
    max-width: 70% !important;
  }

  .partnerimg1 {
    max-width: 43% !important;
  }

  .partnerimg3 {
    max-width: 100% !important;
    padding: 6px;
  }

  .star-ratings .tech-card .techcard-rating {
    padding-bottom: 20px;
  }

  .star-ratings .tech-card:not(:last-child):after,
  .star-ratings .tech-card.goodfirms::before {
    display: none;
  }

  .star-ratings .tech-card:not(:last-child):before {
    content: " ";
    width: 90%;
    height: 1px;
    top: 95%;
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 0;
    background-color: #cfd3de;
    left: 0;
  }

  .star-ratings .tech-card .techcard-logo {
    width: 60%;
    padding-bottom: 10px;
  }

  .star-ratings .tech-card {
    width: 50%;
    max-height: 80px;
    min-height: 80px;
  }

  .star-ratings .tech-card:not(:last-child):before {
    top: 88% !important;
  }

  .star-ratings .tech-card.goodfirms .techcard-logo {
    width: 100% !important;
  }

  .main-wrapper .home-testimonial .col-xs-6:nth-child(even),
  .main-wrapper .accreditation-block .col-xs-6:nth-child(even) {
    padding-left: 8px !important;
  }

  .main-wrapper .accreditation-block .col-xs-6:nth-child(even) {
    padding-right: 0px !important;
  }

  .main-wrapper .accreditation-block .col-xs-6:nth-child(odd) {
    padding-left: 0px !important;
  }

  .main-wrapper .home-testimonial .col-xs-6:nth-child(odd),
  .main-wrapper .accreditation-block .col-xs-6:nth-child(odd) {
    padding-right: 8px !important;
  }

  .star-ratings .techcard_wrap {
    padding: 10px 10px 0 10px;
  }

  .main-wrapper .home-testimonial .client-card .font18 {
    font-size: 15px !important;
  }

  .mobile-mb-0 {
    margin-bottom: 0px !important;
  }

  .homepage-blogs .box-content {
    font-size: 12px;
  }

  .homepage-blogs .blog_desc p {
    min-height: auto !important;
  }

  .partner-title::after {
    display: none !important;
  }
}

@media screen and (max-width: 490px) {
  .whychoose-block .col-xs-6 {
    width: 50%;
  }

  .subcontent-wcmt .font28 {
    font-size: 18px !important;
  }

  .subcontent-wcmt [class*="col-"]:nth-child(odd) {
    padding-right: 8px;
  }

  .subcontent-wcmt [class*="col-"]:nth-child(even) {
    padding-left: 8px;
  }

  .width-70 {
    min-height: 55px;
  }

  .client-card {
    padding: var(--spacing25) 2px;
  }
}

@media screen and (max-width: 400px) {
  .main-wrapper {
    --font62: 30px;
    --spacing25: 18px 12px;
  }

  .main-wrapper .home-testimonial .client-card {
    min-height: 138px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 15px !important;
  }

  .main-wrapper .home-testimonial .owl-theme .owl-nav.disabled + .owl-dots {
    margin-bottom: 15px;
  }

  .box-content span,
  .box-content p {
    line-height: initial !important;
  }
}

@media screen and (max-width: 374px) {
  .subcontent-wcmt [class*="col-"] {
    width: 100% !important;
  }

  .subcontent-wcmt [class*="col-"]:nth-child(odd) {
    padding-right: 15px;
  }

  .subcontent-wcmt [class*="col-"]:nth-child(even) {
    padding-left: 15px;
  }
}

@media screen and (max-width: 350px) {
  .industries-block .box-content {
    font-size: 10px !important;
  }
}

@media screen and (max-width: 319.98px) {
  .col-xs-6 {
    width: 100% !important;
  }

  .main-wrapper .home-testimonial .col-xs-6:nth-child(even),
  .main-wrapper .accreditation-block .col-xs-6:nth-child(even) {
    padding-left: 0px !important;
  }
}

@media screen and (min-width: 1550.98px) and (max-width: 1670px) {
  .main-wrapper {
    --width70: 60px !important;
  }

  .client-card {
    padding: var(--spacing25) 5px;
  }
}

@media screen and (min-width: 1400.98px) and (max-width: 1660.98px) {
  .main-wrapper {
    --width70: 60px !important;
  }

  .client-card {
    padding: var(--spacing25) 5px;
    font-size: 14px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .service-tablinks li a {
    padding: 17px 28px;
  }
}

@media (min-width: 1199.98px) and (max-width: 1599.98px) {
  .main-wrapper {
    --font62: 42px;
    --font54: 40px;
    --mt-30: 25px;
    --mt-20: 15px;
    --font24: 22px;
    --font44: 35px;
    --spacing35: 25px;
    --spacing25: 15px;
    --font16: 14px;
    --font24: 18px;
    --spacing50: 35px;
  }

  .p-40 {
    padding: 15px 0 !important;
  }

  .banner-wrapper {
    padding: 45px 0 0 !important;
  }

  .btn-md {
    padding: 8px !important;
    max-width: 300px !important;
    min-width: 230px !important;
  }

  .client-card {
    padding: var(--spacing25) 5px;
    font-size: 14px !important;
  }

  .client-card h3 {
    font-size: 14px !important;
  }
}

@media (min-width: 1199.98px) and (max-width: 1499.98px) {
  .apps-imagewrap {
    width: 55% !important;
  }

  .apps-block {
    padding: 50px 40px 50px 50px;
    border-radius: 20px;
  }
}

@media (min-width: 991.98px) and (max-width: 1399.98px) {
  .app-developed .owl-next,
  .app-developed .owl-prev {
    right: -50px !important;
  }

  .app-developed .owl-prev {
    left: -50px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .service-tablinks li a {
    padding: 17px 28px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .accreditation-block .col-md-4 {
    width: 33.33333333%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  [class*="col-"] {
    padding-left: 7px;
    padding-right: 7px;
  }

  .row {
    margin-left: -7px;
    margin-right: -7px;
  }

  .banner-textwrap br {
    display: none;
  }

  .homepage-blogs .blog_desc {
    padding: 0 0 8px !important;
  }
}

@media (min-width: 700px) and (max-width: 850px) {
  .m-0-auto {
    margin: 0 auto;
    width: 100%;
  }
}

@media screen and (min-height: 600px) {
  .service-tabinfo {
    max-height: 600px;
    min-height: 600px;
    overflow-y: auto;
  }
}

@media screen and (max-width: 1150px) {
  header.main_header.header ul.header_top li > a span {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 1600px) {
  .home-banner .owl-stage-outer .item {
    max-height: 400px !important;
  }

  .home-banner .owl-item {
    max-height: 400px !important;
  }

  .home-banner .owl-item img {
    max-height: 380px !important;
  }
}

@media screen and (max-width: 567px) {
  .award_title h3 {
    font-size: 30px !important;
  }

  section.award_slider_wrap.pt-70.pb-70 {
    margin: 50px 0 !important;
  }

  .award_slider_wrap {
    padding: 44px 0 !important;
  }

  .award_banner_main_wrap .owl-nav {
    top: -60px !important;
  }

  svg.play_icon_btn {
    background: rgb(255 255 255 / 0.6);
    width: 48px;
    height: 48px;
    border-radius: 30px;
    bottom: 6px;
  }

  .slider_info .owl-nav {
    bottom: 18px !important;
  }

  .blog-image img {
    object-fit: fill;
  }
  .trusted_client h2 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .trusted_client.ios_services p {
    font-size: 18px !important;
    line-height: 32.33px;
  }
  .pb-70 {
    padding-bottom: 40px !important;
  }
  .partner-wrapsection {
    padding-top: 0 !important;
  }
  .case_studie_bg .col-md-7 {
    padding: 15px !important;
  }
  .text-left {
    text-align: center;
  }
  .buttons-block.mt-30.text-left {
    display: flex;
    justify-content: center;
  }
  .home_portfolio {
    margin-top: 20px !important;
  }
  .aboutus-section::before,
  .aboutus-section::after {
    width: 100% !important;
  }
}

.award_slider_wrap {
  background-image: url(../images/award_banner_home01.webp);
  padding: 70px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.award_banner_main {
  padding-top: 50px;
}

.container {
  margin: auto;
}

section.award_slider_wrap.pt-70.pb-70 {
  margin: 70px 0;
}

.award_title h3 {
  position: relative;
  font-size: 44px;
  font-weight: 800;
  margin: 0;
  color: rgb(59 59 59);
  line-height: 48px;
}

.award_title p {
  font-size: 24px !important;
  font-weight: 400 !important;
  color: rgb(59 59 59);
  line-height: 33.33px;
  padding-top: 32px;
}

.award_title h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background: rgb(37 131 233);
  width: 77px;
  height: 2px;
}

.award_banner_main_wrap .owl-nav[class*="owl-"] {
  background: transparent !important;
  display: flex;
  gap: 25px;
}

.award_banner_main_wrap .owl-nav {
  position: absolute;
  right: 28px;
  gap: 20px;
  display: flex;
  top: -180px;
}

.award_banner_main_wrap .owl-next,
.award_banner_main_wrap .owl-prev {
  width: 50px;
  height: 50px;
  border: 1px solid #7b7b7b !important;
  border-radius: 50% !important;
  top: -89px;
  background-repeat: no-repeat !important;
  background-size: 30px;
  background-position: center !important;
}

.award_banner_main_wrap .owl-prev span {
  display: none !important;
}

.award_banner_main_wrap .owl-next span {
  display: none !important;
}

.award_banner_main .owl-prev {
  transform: rotateY(-180deg) !important;
}

.award_banner_main button.owl-prev.active-button_click,
.award_banner_main button.owl-next.active-button_click {
  background: rgb(18 91 194) !important;
  border: 1px solid rgb(3 49 114) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='18' viewBox='0 0 10 18' fill='none'%3E%3Cpath d='M9.50005 8.99995C9.50005 9.19177 9.42673 9.38377 9.2803 9.5302L1.7803 17.0302C1.48723 17.3233 1.01267 17.3233 0.719797 17.0302C0.426922 16.7371 0.426734 16.2626 0.719797 15.9697L7.68955 8.99995L0.719796 2.0302C0.426734 1.73714 0.426734 1.26258 0.719796 0.969702C1.01286 0.676826 1.48742 0.67664 1.7803 0.969702L9.2803 8.4697C9.42673 8.61614 9.50005 8.80814 9.50005 8.99995Z' fill='white'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: 30px;
  background-position: center !important;
}

.trusted_client.ios_services p {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: rgb(59 59 59);
  line-height: 35.33px;
  padding-top: 32px;
  text-align: center;
}

/* video banner */
.banner-container {
  position: relative;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}
.banner-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.banner_content_wrap {
  position: absolute;
  top: 50%;
  left: 42.4%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 9;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(28 25 25 / 70%);
  z-index: 2;
}
.main_header.home_video_wrap {
  background-color: transparent !important;
}
section.banner-wrapper.video_wrap {
  padding: 0 !important;
}
.mtpl-header
  .socialmeadia-header
  .socialmedia-block.home_header
  ul
  li
  a
  .socialmedia-title {
  color: #fff !important;
}

.we_hiring span.mobile_hide.hire_hover.home_header {
  color: #fff !important;
}
.mtpl-header
  .mtpl-header-wrapper.home_header
  .mtpl-header-block
  ul
  .header-main-menu-li
  > a {
  color: #fff !important;
}
.home_header_wrap
  .mtpl-header
  .mtpl-header-wrapper.home_header
  .mtpl-header-block
  ul
  .header-main-menu-li
  > a {
  color: #141414 !important;
}
.home_header_wrap
  .mtpl-header
  .socialmeadia-header
  .socialmedia-block.home_header
  ul
  li
  a
  .socialmedia-title {
  color: #141414 !important;
}
.home_header_wrap .we_hiring span.mobile_hide.hire_hover.home_header {
  color: #141414 !important;
}
span#popupText {
  color: #fff;
}
.main_header.header.menu-bg.home_video_wrap {
  background-color: #141414 !important;
  -webkit-box-shadow: 0 0 5px 1px rgb(0 0 0 / 50%) !important;
}
header.main_header.header.home_video_wrap.home_header_wrap.menu-bg {
  background: #fff !important;
}
.main_header.header.menu-bg.home_video_wrap
  .mtpl-header-wrapper
  .mtpl-header-block
  .header-main-menu
  .header-main-menu-li
  a
  .down-icons {
  filter: invert(100%) !important;
}
.main_header.header.menu-bg.home_video_wrap.home_header_wrap
  .mtpl-header-wrapper
  .mtpl-header-block
  .header-main-menu
  .header-main-menu-li
  a
  .down-icons {
  filter: none !important;
}
.award_title {
  padding: 0 20px;
}
.ios_height {
  padding: 0 15px;
}
.home_video_wrap .header-submenu {
  margin-top: 1px;
}
.home_header_wrap .header-submenu {
  margin-top: 0;
}
/* portfilo button */
.home_portfolio {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.home_portfolio a {
  color: rgba(37, 131, 233, 1);
  font-weight: 800;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  border: 2px solid rgba(37, 131, 233, 1);
  padding: 16px 28px;
  border-radius: 60px;
}
.home_portfolio a:hover {
  background: rgba(37, 131, 233, 1);
  border: 2px solid rgba(37, 131, 233, 1);
  color: #fff;
}

@media only screen and (min-width: 1399px) and (max-width: 1680px) {
  .banner_content_wrap {
    left: 41.4%;
  }
}
@media screen and (max-width: 1200px) {
  .banner_content_wrap {
    left: 34.4%;
  }
  .banner-container {
    height: 680px;
  }
  .tabbing-menu .panel-body ul li a {
    font-size: 14px;
  }
  .tabbing-menu .panel-heading li a {
    font-size: 16px !important;
  }
  li.tabone.active::before {
    top: 9px;
  }
}
@media screen and (max-width: 1024px) {
  .banner-container {
    height: 530px;
  }
  .banner-content {
    top: 25%;
    left: 0;
    transform: unset;
    padding: 0 66px;
  }
  .btn-primary.btn-md {
    padding: 8px;
    min-width: 250px !important;
  }
  /* home page */
  .banner-wrapper {
    padding: 23px 0 0 !important;
  }
  .main-wrapper {
    padding-top: 0px !important;
  }
  section.banner-wrapper.video_wrap {
    padding: 0 !important;
  }

  .home_video_wrap .header-nav .header-main-menu {
    background: rgb(15 13 12) !important;
    margin-right: 10px !important;
  }
  .home_header_wrap.home_video_wrap .header-nav .header-main-menu {
    background: #fff !important;
  }
  .hire_hover {
    color: #fff !important;
  }
  .main_header.home_video_wrap {
    background-color: transparent !important;
    box-shadow: none !important;
  }
  .banner_content_wrap {
    position: absolute;
    top: 29%;
    left: 0;
    transform: translate(0%, 0%);
    text-align: center;
    color: white;
    z-index: 9;
    padding: 0 20px;
  }
  .imageblock img {
    height: revert-layer;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .banner-wrapper {
    padding: 0px 0 0 !important;
  }
  .home_video_wrap .header-submenu li a:hover,
  .home_video_wrap .header-submenu li:hover a,
  .home_video_wrap .tabbing-menu .panel-body li:hover a {
    color: #ffffff !important;
  }
  .home_header_wrap .header-submenu li a:hover,
  .home_header_wrap .header-submenu li:hover a,
  .home_header_wrap .tabbing-menu .panel-body li:hover a {
    color: #333 !important;
  }
  .mobile-tab-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 18px;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    position: relative;
    margin: 0;
    color: #337ab7;
  }
  .mobile-tab-title::after {
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }

  .why_choose_bg .heading-underline::after {
    margin: 0 auto !important;
  }
  .small-infocontent {
    display: flex;
    flex-direction: column;
  }
  .industry-titlebox p {
    text-align: center;
  }
  .pt-70 {
    padding-top: 40px !important;
  }
  .pb-20 {
    padding-bottom: 20px;
  }
  .case_button.pt_new {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 567px) {
  .banner-content {
    top: 16%;
    padding: 0 25px;
  }
  .banner_content_wrap {
    top: 20%;
  }
  .small-infocontent.text-dark.font18 span:nth-child(2) {
    font-size: 14px;
    line-height: 18px !important;
  }
  .moon_invoce p {
    padding-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
  .small-infoimg {
    margin-right: 7px;
  }
  .pb-124 {
    padding-bottom: 0px !important;
  }
  .ios_btn {
    display: block;
  }
  .cta_button {
    justify-content: center;
    display: flex;
  }
  .mobile-tab-title {
    padding: 15px 0;
    font-size: 16px;
  }
  .service-tabblock {
    max-height: 450px !important;
  }
  .service-tablinks {
    padding: 15px 0 !important;
  }
  .service-tabwrapper {
    margin-top: 16px;
  }
  .service-tablinks li a {
    padding: 12px 28px !important;
  }
  .main-wrapper .award_banner_main .owl-next,
  .main-wrapper .award_banner_main .owl-prev {
    width: 35px;
    height: 35px;
  }
  .award_title p {
    font-size: 20px !important;
    padding-top: 20px;
  }
  .ios_btn {
    font-size: 16px !important;
  }
  .industry-titlebox p {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
  .service-tablinks li.active a {
    background: unset !important;
  }
  .nav-tabs > li {
    margin-bottom: -1px !important;
  }
  .banner-container {
    height: 470px;
  }
  .text-left {
    text-align: center !important;
  }
  .pt-70 {
    padding-top: 24px !important;
  }
  .pb-70 {
    padding-bottom: 24px !important;
  }
  .pt-40 {
    padding-top: 20px !important;
  }
  .client_img {
    padding-top: 0px;
  }
  .client_slider_info p {
    font-size: 14px !important;
    padding-top: 5px !important;
  }
  .ios_cta_section p {
    font-size: 16px;
  }
  .moon_invoce p {
    padding-right: 5px !important;
    font-size: 16px !important;
  }
  .font28 {
    font-size: 18px !important;
    font-weight: 700 !important;
  }
  .width-70 {
    width: 55px !important;
    height: 55px !important;
  }
  .small-infoimg {
    margin-right: 15px;
  }
  .pl-40 {
    padding: 0 0 0 0px;
  }
  .case_wrap ul {
    padding: 27px 0 10px 0px !important;
    column-gap: 10px !important;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .moon_invoce {
    padding-left: 0px;
  }
}
@media screen and (max-width: 375px) {
  .service-tabwrapper {
    margin-top: 12px;
  }
}
@media screen and (max-width: 375px) {
  .mobile-tab-title {
    font-size: 14px;
    padding: 15.8px 0;
  }
  .service-tablinks {
    padding: 10px 0;
  }
}
@media screen and (max-width: 320px) {
  .mobile-tab-title {
    font-size: 14px;
    padding: 14.8px 0;
  }
}

/* mtpl-new-header.css */

@media screen and (max-width: 1024px) {
  .header-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px !important;

    height: 100vh;
  }
  .home_video_wrap .header-nav {
    background: #0f0d0c !important;
  }
  .home_header_wrap .header-nav {
    background: #fff !important;
  }
  .home_header_wrap .text-capitalize {
    background: #fff !important;
  }
  .mtpl-header-wrapper .mtpl-header-block .header-main-menu {
    margin-top: 80px !important;
  }
  .tabbing-menu .panel-body ul li a {
    color: #fff !important;
  }
  .home_video_wrap .header-submenu,
  .tabbing-menu {
    background-color: #000 !important;
  }
  .home_header_wrap .header-submenu {
    background-color: #fff !important;
  }
  .home_video_wrap .header-submenu li a {
    color: #fff !important;
  }
  .home_header_wrap .header-submenu li a {
    color: #333 !important;
  }
  .mtpl-header img {
    max-width: 100%;
    z-index: 9999;
    position: relative;
  }
  .home_header_wrap .hire_hover {
    color: #000 !important;
  }
  .home_video_wrap .tabbing-menu .panel-body li a img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
  }
  .home_video_wrap.home_header_wrap .tabbing-menu .panel-body li a img {
    filter: brightness(0) invert(0);
    transition: filter 0.3s ease;
  }
  .home_video_wrap .tabbing-submenu-icon img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
  }
  .home_video_wrap.home_header_wrap .tabbing-submenu-icon img {
    filter: brightness(0) invert(0);
    transition: filter 0.3s ease;
  }
}
.header-getbtn {
  background: #2583e9 !important;
}
.ios_btn:hover {
  background: #fff;
  color: #2583e9 !important;
}
.btn_hover {
  text-transform: capitalize;
}
.btn_hover:hover {
  background: #fff;
  color: #2583e9 !important;
  border: 1px solid #2583e9;
}
header.main_header.header.home_video_wrap.home_header_wrap {
  background: #fff !important;
}
.client-imgs img {
  height: auto;
}
.main_header.home_video_wrap .down-icons {
  filter: invert(100%) brightness(100%) !important;
}
@media screen and (max-width: 1024px) {
  .main_header.header.home_video_wrap .header-submenu,
  .main_header.header.home_video_wrap .tabbing-menu {
    background-color: #000 !important;
  }
  .home_header_wrap.main_header.header.home_video_wrap .header-submenu,
  .home_header_wrap.main_header.header.home_video_wrap .tabbing-menu {
    background-color: #fff !important;
  }
  .service-tablinks img {
    height: inherit !important;
  }
  .home_header_wrap .tabbing-submenu-icon img {
    filter: brightness(0);
  }
  .home_header_wrap .tabbing-menu .panel-body ul li a {
    color: #333 !important;
  }
  .video-block .infrastructur_inner .play_button_mtpl img {
    height: auto;
  }
}
.banner_btn button:hover {
  transition: all 1s ease;
  padding: 20px 17px 20px 40px;
}
.banner_btn.w_f_100.pt_30 {
  padding-top: 30px;
}
/* Hide mobile content on desktop, show on mobile - add reactjs11 */
.mobile-only {
  display: none;
}
.desktop-only {
  display: block;
  font-size: 16px;
}

@media (max-width: 567px) {
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
}
