@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  transition: all 0.5s;
  font-family: "Poppins", sans-serif;
}

:root {
  --button-gradient: linear-gradient(to right bottom,
      #c13e18,
      #f44f1f,
      #ff9501);
  --black-color: #000;
  --span-color: #f44f1f;
  --blue-color: #ff9501;
  --white-color: #fff;
  --fontsize18: 1.125rem;
  --fontsize20: 1.25rem;
  --fontsize25: 1.563rem;
  --fontsize32: 2.032rem;
  --fontsize35: 2.188rem;
  --fontsize36: 2.25rem;
  --font-size37: 2.313rem;
  --fontsize45: 2.813rem;
  --fontsize48: 3rem;
  --fontsize64: 4rem;
  --fontsize95: 5.938rem;
  --fontsize73: 4.563rem;
  --fontsize75: 4.688rem;
  --fontsize85: 5.313rem;

  --fontsize24: 1.5rem;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.fancybox-slide--image {
  padding: 0 !important;
}

/* :is(ul, li) {
  padding: 0;
  margin: 0;
  list-style: none;
} */

a:hover {
  text-decoration: none;
  transition: 0.5s ease-out;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

button:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}

button {
  border: 0;
  outline: 0;
}

section {
  position: relative;
  padding: 5rem 0;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
  border: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  font-size: 0;
}

.defult-btn {
  background: var(--button-gradient);
  height: 52px;
  font-size: 1rem;
  display: inline-flex;
  padding: 0 40px;
  border: 1px solid;
  font-weight: 600;
  align-items: center;
  color: var(--white-color);
  border-radius: 30px;
  justify-content: center;
  position: relative;
  transition: 0.5s ease-out;
  text-transform: uppercase;
}

.defult-btn:hover {
  color: var(--blue-color);
  background: none;
  border: 1px solid var(--blue-color);
  border-radius: 50px;
}

/* main-header */
.sticky {
  position: fixed !important;
  background-color: var(--white-color);
  top: 0;
  height: 87px !important;
  padding: 20px 0;
  box-shadow: 0 5px 16px 8px rgba(92, 51, 23, 0.4);
  border-bottom: 2px solid #f44f1f;
}

s .header-button {
  margin-left: 2rem;
  font-weight: 700;
}

.topheaderul img {
  width: 20px;
}

.numbrbtn img {
  width: 25px;
  vertical-align: middle;
}

.main-header hr {
  margin: 5px 0 10px;
}

.main-header .navbar-nav .nav-link {
  padding: 1rem 1.5rem 10px;
  color: var(--black-color);
  font-size: 16px;
  font-weight: 500;
  float: left;
  display: inherit;
  height: 63px;
}

.main-header .navbar-nav {
  width: 100%;
  float: left;
  display: inherit;
}

.main-header {
  padding: 5px 0 0;
  z-index: 999;
  position: relative;
}

body.offcanvas-active {
  overflow: hidden;
}

.numbrbtn {
  float: right;
  padding-right: 3rem;
}

.main-header .navbar-brand {
  float: left;
  width: 14%;
  padding-left: 3rem;
  padding-top: 0;
  margin-right: 5rem;
  padding-bottom: 0;
}

.offcanvas-header {
  display: none;
}

.screen-overlay {
  width: 0%;
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}

.screen-overlay.show {
  transition: opacity 0.5s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

.topheader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3rem;
}

.top-nav {
  float: left;
  width: 100%;
  height: 63px;
}

.topheaderul,
.social-icon {
  display: flex;
  align-items: center;
}

.topheaderul li {
  margin: 0 10px;
}

.topheader p {
  margin-bottom: 0;
}

:is(.topheader :is(a, p)) {
  font-size: 15px;
  color: var(--black-color);
}

:is(.topheaderul :is(a, p)) {
  font-weight: 600;
}

.topheader p span {
  color: var(--span-color);
  font-weight: 600;
}

.linebetween {
  background-color: var(--black-color);
  width: 2px;
  height: 40px;
  opacity: 0.2;
}

.social-icon a {
  padding: 0;
  background-color: var(--black-color);
  border-radius: 100%;
  width: 30px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 30px;
  margin: 0 6px;
}

.bottom-header {
  background-color: var(--light-yellow);
  height: 70px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.bottom-header .container-fluid {
  padding: 0 5rem;
}

.botom-hdr-ul {
  display: flex;
  align-items: center;
}

.botom-hdr-ul li:last-child a {
  border-right: 0;
}

.botom-hdr-ul a {
  padding: 2rem;
  color: #453b1b;
  border-right: 1px solid #dbc89c;
}

.botom-hdr-ul li a:hover {
  color: var(--white-color);
  background-color: #000;
}

.numbrbtn a:first-child {
  color: var(--black-color);
  font-weight: 600;
}

header .dropdown-menu {

  width: 100%;
  max-width: 100%;
  top: -100%;
  /* height: 500px; */
  border: solid 1px #ff0000;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.5s ease-out;
  /* background: url(../images/menubg.webp) center/cover no-repeat; */
}

header .dropdown-menu.show {
  opacity: 1;
  top: 59px;
  transition: 0.5s ease-out;
}

.clucth-section {
  padding: 3rem 0;
}

header .bg-info {
  display: block;
  padding-right: 1rem;
  background-color: transparent !important;
}

.bg-info .nav-link {
  padding: 0 !important;
  position: relative;
  display: flex;
  font-weight: 800;
  float: none !important;
  height: auto !important;
}

.bg-info .nav-link.active::after {
  background: url(../images/activemenu.webp) right/cover no-repeat;
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  top: 0;
  margin: auto;
  bottom: 0;
  transition: 0.5s ease-out;
}

.bg-info .nav-link.active {
  color: #ff0000 !important;
  background-color: transparent !important;
}

.bg-info li {
  border-bottom: 1px solid #ff9751;
  padding: 3px 0;
}

.bg-info li h5 {
  font-size: 16px;
}

.sub-menu a {
  font-size: 15px;
  font-weight: 500;
  color: var(--black-color);
}

.sub-menu li {
  margin-bottom: 1.7rem;
}

.sub-menu {
  columns: 2;
}

.bg-info.section-heading h2,
.bg-info.section-heading h3 {
  font-size: var(--fontsize64);
}

/* end-main-header */
/* main-banner */

.main-banenr .owl-carousel .owl-item img {
  display: block;
  width: auto;
}

/* .main-banenr .banner-text {
  padding-left: 9rem;
} */

.main-banenr .owl-nav {
  margin: 20px 0 0;
  text-align: center;
}

#counter {
  font-size: var(--fontsize64);
  font-weight: 600;
  width: 130px;
}

.slidenav button {
  background: transparent;
  font-size: var(--fontsize24);
  text-transform: uppercase;
  font-weight: 600;
}

.slider-one.visible {
  background: url(../images/bannerbg.webp) left/cover no-repeat;
  position: relative;
  padding: 5rem 0 5rem 0;
  overflow: hidden;
}

.slider-one.visible .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  /* One step behind the overlay */
}

/* Dark overlay */
/* .slider-one.visible::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
} */

.slider-one .banner-text {
  padding-top: 2rem;
}

.slider-two.visible {
  background: url(../images/slide2bg.webp) left/cover no-repeat;
  padding: 5rem 0 !important;
}

.slider-item {
  height: 770px;
  display: flex;
  align-items: center;
  padding: 5rem 0 0;
}

.banner-text * {
  color: var(--white-color);
}

.banner-text h3 {
  font-size: var(--fontsize25);
  font-weight: 400;
  text-transform: uppercase;
}

.banner-text h1 {
  font-size: var(--fontsize48);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.banner-text h1 span,
.section-heading h2,
.section-righthdg,
.firsttext h1,
.searchtext h1 {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--white-color);
  font-weight: 800;
}

.banner-text p {
  font-size: var(--fontsize18);
  margin-bottom: 3rem;
}

.main-banenr {
  padding: 0;
  clear: both;
}

.banner-text .defult-btn {
  background: none;
  border-color: var(--white-color);
  padding: 0 4.5rem;
}

.banner-text .defult-btn:hover {
  background-color: var(--white-color);
}

.sliderbuttons {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 0;
  padding-left: 9rem;
}

.sliderbuttons::before {
  background-color: var(--white-color);
  width: 545px;
  height: 95px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.next-btn {
  padding-left: 2rem;
}

/* end-main-banner */
/* logos sec */
.logowraper ul li {
  display: flex;
  align-items: flex-start;
}

.logowraper ul li strong {
  font-size: 46px;
  color: #d9d9d9;
  font-weight: 300;
  margin-top: -9px;
}

.logowraper {
  gap: 64px !important;
}

.yearstext h3 {
  font-size: var(--fontsize36);
  font-weight: 700;
}

.yearstext h3 span {
  font-weight: 700;
  font-size: var(--fontsize25);
}

.yearstext p {
  font-size: var(--fontsize18);
  color: var(--black-color);
  margin-bottom: 0;
}

.yearstext {
  margin-left: 1rem;
}

.logowraper,
.logowraper ul,
.clinetlogos ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 62px;
}

/* ends logos sec */
/* Experienced teams */
.Experiencedteams .section-heading p {
  font-size: var(--font-size37);
}

.section-heading h2 {
  -webkit-text-stroke-color: var(--black-color);
  text-transform: uppercase;
  font-size: var(--fontsize75);
  margin-bottom: 0;
  line-height: 1;
  font-weight: 800;
}

.section-heading h3 {
  font-size: var(--fontsize85);
  text-transform: uppercase;
  font-weight: 700;
}

.section-heading p {
  margin-bottom: 2.5rem;
}

.bg-none {
  background: none;
  color: var(--black-color);
}

.twosec {
  position: relative;
  overflow: hidden;
}

.section-righthdg {
  -webkit-text-stroke-color: var(--black-color);
  -webkit-text-stroke-width: 2px;
  opacity: 0.1;
  font-size: 9.5rem;
  position: absolute;
  right: -19rem;
  transform: rotate(270deg);
  top: 19rem;
}

.we-provide .section-heading h2 {
  font-size: var(--fontsize85);
}

.we-provide .section-heading h3 {
  font-size: var(--fontsize73);
}

.icon {
  margin-bottom: 2rem;
}

/*end Experienced teams */
/* we providve */
.serviceswrper h3 {
  font-size: var(--fontsize20);
}

.serviceswrper * {
  z-index: 2;
  position: relative;
}

.serviceswrper p {
  line-height: 2;
}

.icon {
  position: relative;
}

.icon::before {
  content: "";
  position: absolute;
  left: -40px;
  right: 0;
  margin: auto;
  background-color: #fee4d8;
  border-radius: 50%;
  width: 52px;
  top: 5px;
  height: 52px;
  z-index: -1;
}

.serviceswrper {
  padding: 5rem 0 2rem;
}

/* end we provide */
/* portfolio */
.headingbtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4rem;
}

.port_wrap img {
  margin-bottom: 5rem;
}

.port_wrap1 img {
  margin: 7rem 0 0;
}

/* end portfolio */
/* cta */
.our_hd {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: -1;
  top: 11rem;
}

.our_hd h2 span {
  margin-left: 5rem;
}

.our_hd h2 {
  font-size: 10.625rem;
}

/* ul.nav.nav-tabs {
  display: block;
} */

/* end cta */

/* tabs section */
.tabs_sec {
  padding-top: 3rem;
}

.tabs_sec .tab-content a {
  text-decoration: underline;
  padding: 0;
  margin-top: 2rem;

  font-size: var(--fontsize18);
  color: var(--black-color);
}

.tabs_num span {
  font-size: 3.024rem;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;

  -webkit-text-stroke-color: var(--black-color);
  font-weight: 700;
  padding-right: 1rem;
}

.tabs_num a {
  font-size: 2.644rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

.tabs_sec .headingbtn {
  padding-bottom: 3rem;
}

.tabs_sec .section-heading h2 {
  font-size: var(--fontsize85);
}

.tabs_sec .section-heading h3 {
  font-size: var(--fontsize73);
}

.nav-tabs .tabs_num .active {
  background: var(--button-gradient);
  height: 65px;
  font-size: 2.644rem;
  display: inline-flex;
  padding: 0 29px;
  border: 1px solid;
  font-weight: 600;
  align-items: center;
  color: #fff;
  border-radius: 30px;
  justify-content: center;
  position: relative;
  transition: 0.5s ease-out;
}

.tabs_num .active span {
  font-size: 3.024rem;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;

  -webkit-text-stroke-color: var(--white-color);
  font-weight: 700;
  padding-right: 1rem;
}

.tabs_num {
  margin: 1rem 0 0;
}

.tabs_sec .nav-tabs {
  border: none;
  padding-left: 15rem;
}

.form_sec,
.technologies-icons {
  background-color: #ffedde;
  overflow: hidden;
}

.mini-heading h2 {
  font-size: 3.6rem;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;

  font-weight: 800;
  text-transform: uppercase;
}

.mini-heading h3 {
  font-size: 4rem;
  -webkit-text-stroke-width: 2px;

  text-transform: uppercase;
  margin: 1rem 0;
}

.mini-heading p {
  font-size: var(--fontsize20);
  margin: 1rem 0;
}

.mini-heading span {
  font-size: var(--fontsize20);
  padding-right: 8px;
  text-transform: uppercase;
  font-weight: 700;
}

.mini-heading a {
  font-size: var(--fontsize20);
  color: var(--black-color);
  font-weight: 700;
}

.tab_img {
  position: absolute;
  right: -8rem;
  top: -15px;
}

/* end tabs sec */
/* footer form */
.favicondiv img {
  width: 60px;
}

.benifit_are h3 {
  font-size: var(--fontsize36);
  padding-right: 8px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 1.5rem 0;
}

.benifit_are {
  margin-top: 2rem;
}

img.b_list {
  width: 42px;
  height: 42px;
}

.benifit_are .col-sm-4 {
  display: inline-flex;
}

.tick_img li::before {
  position: absolute;
  top: -10%;
  /* half font-size */
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-size: var(--fontsize25);
  color: var(--blue-color);
  font-weight: 600;
}

.tick_img li {
  margin-bottom: 2rem;
  position: relative;
  padding-left: 3rem;
}

.setup,
.setup li {
  display: flex;
  align-items: center;
}

.setup p {
  margin-bottom: 0;
}

.setup span {
  font-size: var(--fontsize36);
  padding-right: 1rem;
  font-weight: 600;
  margin-top: -40px;
}

.setup {
  gap: 70px;
}

.setup li {
  font-size: var(--fontsize18);
  position: relative;
}

.setup li::after {
  position: absolute;
  content: "";
  right: -45px;
  background: url(../images/textarrow.webp) right/cover no-repeat;
  width: 20px;
  height: 39px;
  top: 2px;
}

.setup li:last-child::after {
  display: none;
}

.form_sec.visible::before {
  content: "";
  background: url(../images/footerformaftr.webp);
  position: absolute;
  top: 0;
  right: 0;
  width: 894px;
  height: 542px;
}

.form-wrap {
  background: #fff;
  position: relative;
  padding: 40px 30px;
  border-radius: 0 0 14px 14px;
}

.form_area {
  position: relative;
  z-index: 2;
}

.form_area::before {
  background: var(--button-gradient);
  height: 200px;
  position: absolute;
  content: "";
  width: 200px;
  z-index: 0;
  border-radius: 50%;
  left: -3rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.form_area::after {
  background: var(--blue-color);
  height: 200px;
  position: absolute;
  content: "";
  width: 200px;
  z-index: 0;
  border-radius: 50%;
  right: -7rem;
  bottom: -37px;
  z-index: -1;
}

.form_area h3 {
  background: #db461b;
  color: #fff;
  margin: 0;
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 14px 14px 0 0;
}

:is(.form_area, .contactusform) .form-control {
  height: 50px;
  margin-bottom: 2rem;
}

textarea.form-control {
  height: 110px !important;
  resize: none;
}

.tick_img {
  columns: 2;
  font-size: var(--fontsize18);
}

.form_sec .col-md-5 {
  /* position: absolute; */
  padding-right: 5rem;
  right: 0;
}

/* end footer form */
/* what we do */
:is(.what-wedo .section-heading :is(h2, h3)) {
  font-size: var(--fontsize73);
}

.what-wedo .section-heading p {
  font-size: var(--fontsize20);
  line-height: 1.7;
}

:is(.our-client-sec, .what-wedo, .ftrlogos) .owl-carousel .owl-item img {
  width: auto;
}

.ftrlogos h4 {
  background-color: #111111;
  font-size: var(--fontsize20);
  padding: 1rem 2.5rem;
  display: inline-block;
  border-radius: 50px;
  color: var(--white-color);
  margin-bottom: 0;
  position: absolute;
  top: -27px;
  box-shadow: 0 5px 20px 20px rgb(0 0 0 / 0.4);
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--white-color);
  z-index: 2;
  position: relative;
}

.owl-theme .owl-dots .owl-dot {
  z-index: 2;
  position: relative;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 5px 15px;
  background: var(--black-color);
  width: 8px;
  height: 8px;
}

.owl-theme .owl-dots .owl-dot.active::before {
  position: absolute;
  width: 33px;
  height: 33px;
  content: "";
  border-radius: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  z-index: 1;
  background: var(--button-gradient);
}

.whatlogoslider {
  padding-top: 3rem;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 3rem;
}

/* end what we do */
/* technologies-icons */
.technologies-icons .section-heading h2 {
  font-size: var(--fontsize85);
}

.technologies-icons .section-heading h3 {
  font-size: var(--fontsize73);
}

.tabswrper .nav {
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 5px solid #d4d4d4;
}

.tabswrper {
  padding-top: 5rem;
}

.tabswrper a {
  font-size: var(--fontsize20);
  color: var(--black-color);
  font-weight: 600;
  position: relative;
}

.tabswrper a.active::after {
  background-color: var(--blue-color);
  position: absolute;
  content: "";
  bottom: -22px;
  height: 5px;
  width: 100%;
  left: 0;
}

.icontext img,
.icontext svg {
  margin-bottom: 1.5rem;
}

.icontext {
  text-align: center;
  margin-bottom: 3rem;
  filter: brightness(0.5);
  width: 150px;
}

.icontext h5 {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0;
}

/* .listwraper {
  padding-top: 4rem;
} */

.listwraper ul {
  justify-content: flex-start;
  display: flex;
  /* gap: 0 55px; */
  flex-wrap: wrap;
}

.testitext h5 {
  font-size: var(--fontsize25);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.testitext p {
  font-size: var(--fontsize18);
}

.testitext span {
  font-size: var(--fontsize25);
  font-weight: 500;
}

.border-1 {
  border-right: 1px solid #0000001f;
}

.testitext {
  padding: 2rem 0;
  height: 400px;
}

.pttext {
  padding-top: 4rem;
}

.prtext {
  padding-right: 4rem;
}

.pltext {
  padding-left: 4rem;
}

/* end technologies-icons */
/* testimonials */
.icon-quits {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.border1 {
  border-right: 1px solid #000;
}

/* end testimonials */
/* newswraper */
.newswraper h6 {
  font-size: var(--fontsize25);
  padding: 4rem 0 1rem;
  font-weight: 600;
}

.newswraper .defult-btn {
  margin-top: 1.5rem;
  padding: 0 4rem;
}

.our-recent {
  background-color: #ffedde;
  padding-right: 0;
  overflow: hidden;
}

.newswraper h3 {
  color: #c9c9c9;
  font-size: var(--fontsize20);
  font-weight: 500;
  position: absolute;
  top: 10rem;
  left: -50px;
  letter-spacing: 7px;
  word-spacing: 1rem;
  transform: rotate(270deg);
  display: flex;
  align-items: center;
}

.newswraper h3 span {
  background-color: var(--span-color);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#db426e", endColorstr="#ed9331", GradientType=1);
  width: 3px;
  height: 75px;
  display: block;
  transform: rotate(270deg);
  position: absolute;
  left: -60px;
}

.custom-navigation {
  position: relative;
  margin-top: 4rem;
  width: 100%;
  height: 4px;
  background-color: #c9c9c9;
}

.nav-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background-color: var(--blue-color);
  transition: width 0.3s ease;
}

/* end newswraper */
/* look around */
.lookaroundsec .col-md-3 {
  z-index: 2;
}

.lookaroundsec .section-heading h2 {
  font-size: var(--fontsize95);
}

.lookaroundsec {
  background-color: #fff7f4;
  padding: 5rem 0 5rem 16rem;
  height: 700px;
  overflow: hidden;
}

.lookaroundsec .section-heading span {
  background-color: var(--black-color);
  height: 1px;
  width: 95%;
  display: inline-block;
  margin: 2rem 0;
  opacity: 0.2;
}

.lookaroundsec .section-heading p {
  line-height: 1.7;
  margin-bottom: 0;
}

.second-item {
  margin-top: 7rem;
}

.lookaroundsec .owl-next {
  font-size: 0;
  background: url(../images/sliderarrow.webp) right/cover no-repeat !important;
  height: 16px;
  width: 183px;
}

.lookaroundsec .owl-dots {
  position: absolute;
  width: 57%;
  bottom: 13px;
}

.lookaroundsec .owl-dot.active span {
  background-color: #072521 !important;
  width: 60px !important;
  left: -1px;
  top: 0;
  bottom: 0;
}

.lookaroundsec .owl-theme .owl-dots .owl-dot span {
  margin: 0;
  background-color: #f44f1f;
  width: 60px;
  position: relative;
  height: 3px;
  left: 0;
  border-radius: 0;
}

.lookaroundsec .owl-prev span,
.lookaroundsec .owl-dots button::before {
  display: none;
}

.lookaroundsec .owl-next,
.lookaroundsec .owl-prev {
  background-color: transparent !important;
}

.lookaroundsec .owl-stage-outer {
  height: 500px;
  margin-left: 2rem;
}

.details-sec .row {
  margin-top: 3rem;
}

.details-sec .row:first-child {
  margin-top: 0;
}

.lookaround-slider .zoom-inimage img {
  /* Safari 6.0 - 9.0 */
  margin-top: 0;
  width: 100%;
  height: 457px;
}

.lookaround-slider img {
  transition: 0.6s ease;
  width: 346px;
  height: 291px;
  object-fit: cover;
  /* Safari 6.0 - 9.0 */
}

/* end ook around */

/* footer sec */
footer {
  background-color: #111111;
  padding: 3rem 0 0;
}

.favicondiv {
  display: flex;
  align-items: center;
}

.footersocialicons {
  display: flex;
  align-items: center;
}

.footersocialicons a {
  border: 2px solid #444444;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  color: #fff;
  font-size: 18px;
}

.calliconftr,
.calliconftr ul li,
.calliconftr ul {
  justify-content: center;
  display: flex;
  align-items: center;
}

.calliconftr p {
  margin-bottom: 0;
  color: var(--white-color);
}

.calliconftr a {
  display: flex;
  align-items: center;
}

.calliconftr img {
  margin-right: 20px;
  filter: brightness(.4) saturate(100%);
}

.main-footer hr {
  border-color: #444444;
  margin: 2rem 0;
}

.calliconftr a,
.pageslinks a,
.pageslinks,
.copyright * {
  color: #ffffff6b;
}

.pageslinks a,
.pageslinks p {
  font-size: 13px;
}

.calliconftr ul li {
  margin-left: 5rem;
}

.pageslinks li {
  margin-bottom: 5px;
}

.ftrnbmr {
  display: inline-grid;
}

.main-footer a:hover {
  color: var(--span-color);
}

.pagesabout h3 {
  color: var(--white-color);
  font-size: var(--fontsize36);
}

.pagesabout p {
  font-size: 13px;
  color: var(--white-color);
}

.pagesabout p {
  padding-right: 4rem;
}

.pageslinks ul h5 {
  color: var(--white-color);
  margin: 1rem 0;
  font-size: 16px;
}

.pageslinks ul:last-child {
  padding-left: 5rem;
}

.ftrlogos {
  background-color: var(--black-color);
  padding: 4rem 0;
  position: relative;
}

.client-sec .owl-carousel .owl-item img {
  width: auto;
  margin: auto;
}

.copyrightwrpr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.copyright {
  padding: 2rem 0;
}

.copyright * {
  font-size: 15px;
}

/* footer sec */
/* about us */
.aboutbanner {
  background: url(../images/aboutbanner.webp) center/cover no-repeat;
}

.innerbanner .banner-text p {
  margin-bottom: 0;
  padding-right: 25%;
}

.innerbanner {
  padding: 5rem 0;
  height: 100vh;
  display: flex;
  align-items: center;
  clear: both;
}

.excellence-sec .section-heading h2 {
  font-size: var(--fontsize85);
}

.excellence-sec .section-heading h3 {
  color: var(--blue-color);
}

.excellence-sec .section-heading p {
  font-size: var(--fontsize36);
  margin-bottom: 0;
}

.sectionleft {
  position: absolute;
  left: 0;
  top: 0;
}

.firsttext h3 {
  font-size: var(--fontsize36);
  text-transform: uppercase;
  font-weight: 700;
}

.firsttext p {
  font-size: var(--fontsize18);
  line-height: 1.7;
  margin-bottom: 0;
}

.excellence-sec .col-md-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 10.666667%;
  max-width: 10.666667%;
}

.firsttext h1 {
  -webkit-text-stroke-color: var(--black-color);
  opacity: 0.1;
  font-size: 7.75rem;
  position: absolute;
  top: -8rem;
  right: -5rem;
}

.firsttext {
  position: relative;
}

.mrigntop100 {
  margin-top: 5rem;
  justify-content: space-evenly;
}

.about-section-line {
  position: absolute;
  top: 17rem;
  left: 3rem;
  right: 0;
  margin: auto;
  bottom: 0;
}

.sectionbottom {
  position: absolute;
  right: -7rem;
  bottom: -5rem;
  transform: rotate(180deg);
}

.excellence-sec {
  overflow: hidden;
  padding-bottom: 12rem;
}

/* end about us */
/* cta */
.cta-wraper {
  border-radius: 15px;
  padding: 4rem;
  background: url(../images/cta-bg.webp) center/cover no-repeat;
}

.cta-wraper * {
  color: #fff;
}

.cta-wraper .section-heading h2 {
  -webkit-text-stroke-color: var(--white-color);
  font-size: var(--fontsize64);
}

.cta-wraper .section-heading h3 {
  font-size: var(--fontsize73);
}

.cta-wraper .section-heading p {
  font-size: var(--fontsize25);
}

.cta-wraper .defult-btn,
.cta2 .defult-btn {
  background-color: #ede2ff !important;
  font-size: var(--fontsize18);
  color: var(--black-color);
  padding: 0 4rem;
  background: none;
  border: 0;
}

.cta-wraper img {
  position: absolute;
  bottom: -4rem;
  right: 3rem;
}

/* end cta */
/* cta2 */
.cta2 {
  background-color: #fff7f4;
}

.cta2 .section-heading p {
  line-height: 1.9;
}

.cta2 .defult-btn {
  background-color: var(--black-color) !important;
  color: var(--white-color);
}

.cta2img {
  position: absolute;
  right: 0;
  top: -8rem;
}

.cta2 .section-heading h2 {
  font-size: var(--fontsize64);
}

.cta2 .section-heading h3 {
  font-size: var(--fontsize64);
}

/* end cta2 */
/* batter together */
.tothrtext h4 {
  font-size: 3.375rem;
  font-weight: 600;
  text-transform: uppercase;
}

.tothrtext .section-heading h2,
.tothrtext .section-heading h3 {
  font-size: var(--fontsize48);
}

.tothrtext p {
  line-height: 1.7;
}

.battertogther {
  padding-top: 0;
}

/* end batter together */
/* health care */

.services-texts h4 {
  font-size: var(--fontsize36);
  font-weight: 600;

  text-transform: uppercase;
  margin-bottom: 1rem;
}

.healthbanenr {
  background: url(../images/healthcarebner.webp) center/cover no-repeat;
}

.details-text h3 {
  font-size: var(--fontsize45);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--black-color);
}

.services-texts img {
  margin-top: 3rem;
}

.details-text p span {
  display: block;
  background-color: #f44f1f;
  width: 25px;
  height: 150px;
  margin-right: 15px;
  border-radius: 20px;
}

.details-text h3 span {
  color: var(--blue-color);
}

.details-text {
  padding-left: 2rem;
}

.details-text p {
  font-size: var(--fontsize18);
  line-height: 1.7;
  margin-bottom: 0;
}

.details-text p:last-child {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}

.services-details {
  background: url(../images/servicesbg.webp) right/cover no-repeat;
}

.services-ul h5 {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.services-ul li {
  border-bottom: 1px solid #cfb4fd;
  position: relative;
  padding: 2rem 0;
}

.services-ul li::before,
.steptext ul li::before {
  position: absolute;
  left: -35px;
  content: "";
  background: url(../images/servicesul.webp) left/cover no-repeat;
  width: 17px;
  height: 20px;
  top: 35px;
}

.services-ul {
  padding-left: 2.5rem;
  height: 740px;
  padding-right: 2rem;
}

.services-ul p {
  margin-bottom: 0;
}

.services-wrpr {
  height: 730px;
  overflow-y: scroll;
}

.services-wrpr {
  padding-right: 2rem;
  font-weight: 400;
}

.services-wrpr::-webkit-scrollbar-track {
  background-color: #fff7f4;
  border-radius: 20px;
}

.services-wrpr::-webkit-scrollbar {
  width: 6px;
  background-color: #fff7f4;
}

.services-wrpr::-webkit-scrollbar-thumb {
  background-color: #f44f1f;
  border-radius: 20px;
}

.cta3 {
  background-color: var(--black-color);
  padding: 3rem 0;
}

.cta3 p {
  color: var(--white-color);
}

.cta3 .defult-btn {
  background: none;
  background-color: var(--white-color);
  color: var(--black-color);
}

.cta3 .col-md-3 {
  text-align: center;
}

.helping-sec p {
  line-height: 1.7;
}

.helping-sec {
  padding-bottom: 0;
}

.healthprovide {
  padding: 3rem 0 5rem;
}

.healthprovide {
  text-align: center;
}

.healthprovide .icon::before {
  left: 0;
  right: 35px;
  margin: auto;
}

.healthprovide .serviceswrper h3 {
  font-weight: 700;
}

.healthprovide .serviceswrper p {
  padding: 0;
}

.healthprovide .our-work-slider {
  justify-content: center;
}

.healthprovide .serviceswrper {
  padding: 5rem 0 2rem;
}

.healthprovide .row {
  border-bottom: 1px solid #cacaca;
}

.healthcaretext h4 {
  font-size: var(--fontsize36);
}

.healthcaretext p {
  margin: 2rem 0;
}

.healthtogther {
  padding-bottom: 8rem;
}

/* end health care  */
/* education */
.educationbanner {
  background: url(../images/educationban.webp) center/cover no-repeat;
}

.fintechbanner {
  background: url(../images/fintechbanner.webp) center/cover no-repeat;
}

.realestate {
  background: url(../images/real-estate.webp) center/cover no-repeat;
}

.foodbanner {
  background: url(../images/foodbanner.webp) center/cover no-repeat;
}

.entertainmentbanr {
  background: url(../images/entertainmentbanr.webp) center/cover no-repeat;
}

.retail-travelbanr {
  background: url(../images/retail-travelbanr.webp) center/cover no-repeat;
}

.retail-travelbanr .banner-text h1 {
  font-size: var(--fontsize85);
}

.logisticsbanr {
  background: url(../images/logisticsbnr.webp) center/cover no-repeat;
}

.gamebanr {
  background: url(../images/gamebnr.webp) center/cover no-repeat;
}

.servicesbnr {
  background: url(../images/servicesbnr.webp) center/cover no-repeat;
}

.wrokbnr {
  background: url(../images/workbnr.webp) center/cover no-repeat;
}

.researchbnr {
  background: url(../images/research-and-developmentbnnr.webp) center/cover no-repeat;
}

.productbanner {
  background: url(../images/productsbnr.webp) center/cover no-repeat;
}

.indusbanner {
  background: url(../images/indus-banner.webp) center/cover no-repeat;
}

.ios-banner {
  background: url(../images/ios-banner.webp) center/cover no-repeat;
}

.songmatch-banner {
  background: url(../images/songmatchbner.webp) center/cover no-repeat;
}

/* end education */
/* services-sec */
:is(.iossercives-sec :is(.col-md-4, .col-md-6)) {
  margin-bottom: 7rem;
}

.isohdg {
  top: 8rem;
  right: -23rem;
}

.iossercives-sec .row {
  position: relative;
  justify-content: center;
  align-items: center;
}

:is(.casetext, .study-ctn, .iostext) h3 {
  display: flex;
  align-items: center;
  font-size: var(--fontsize48);
  font-weight: 700;
  position: relative;
}

.iostext strong {
  font-size: var(--fontsize25);
  margin: 1.5rem 0;
  display: block;
  text-transform: capitalize;
}

:is(.casetext, .study-ctn, .iostext) p {
  font-size: var(--fontsize18);
  margin-bottom: 2rem;
}

.iostext .defult-btn {
  font-size: var(--fontsize18);
  padding: 0 65px;
}

:is(.casetext, .study-ctn, .iostext) h3 span {
  background-color: #fd2a4c;
  width: 67px;
  height: 2px;
  display: block;
  margin-right: 20px;
  position: absolute;
  left: -5.5rem;
}

.iostext {
  padding-left: 5rem;
}

.iossercives-sec hr {
  width: 95%;
  margin-left: 7px;
}

.pr-60 {
  padding-right: 60px;
}

.ctabigimage {
  margin: 2rem 0 8rem;
}

/* end services-sec */
/* workpage */
.worktext h3 {
  font-size: 15px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 1rem;
  position: relative;
}

.worktext h3 span {
  background-color: var(--black-color);
  width: 51px;
  height: 2px;
  display: block;
  position: absolute;
  left: -4rem;
}

.workpage .port_wrap img {
  margin: 0;
}

.worktext {
  margin: 3rem 0 7rem 4rem;
}

.mt--8 {
  margin-top: -8rem;
}

.worktext p {
  font-size: var(--fontsize45);
  font-weight: 700;
  padding-right: 5rem;
  text-transform: capitalize;
}

/* workpage */
/* research page */
.researchul li::before,
.steptext ul li::before {
  filter: brightness(0) saturate(100%) invert(32%) sepia(81%) saturate(2526%) hue-rotate(330deg) brightness(93%) contrast(115%);
}

.reseaerch-sec .section-heading h3 {
  color: var(--blue-color);
}

.researchsecleft {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.reseaerch-sec .section-heading {
  padding-bottom: 7rem;
}

.reseaerch-sec .section-heading h2 {
  font-size: var(--fontsize85);
}

.searchtext h4 {
  font-size: var(--font-size37);
  font-weight: 600;
  text-transform: uppercase;
}

.searchtext h1 {
  font-size: 8rem;
  line-height: 0.7;
  -webkit-text-stroke-color: #eae7e7;
  text-transform: uppercase;
  opacity: 0.2;
  margin-bottom: 0;
}

.reseaerch-sec .container {
  padding: 0 12rem;
}

.searchul {
  columns: 2;
  padding-left: 1rem;
}

.searchul .serviceswrper p {
  padding-right: 0;
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 14px;
}

.searchul .col-md-6 {
  border-right: 1px solid #dddddd;
  padding: 2rem 1.5rem;
  border-bottom: 1px solid #dddddd;
}

.searchul .col-md-6:nth-child(2),
.searchul .col-md-6:nth-child(4) {
  border-right: 0;
}

.searchul .col-md-6:nth-child(3),
.searchul .col-md-6:nth-child(4) {
  border-bottom: 0;
  padding-bottom: 0;
}

.searchul .serviceswrper h3 {
  font-size: 17px;
}

.searchul .serviceswrper {
  padding-bottom: 0;
}

.searchul .col-md-6:nth-child(1),
.searchul .col-md-6:nth-child(2) {
  padding-top: 0;
}

.cta4 {
  padding-top: 0;
}

.searchul .defult-btn {
  padding: 0 60px;
}

.cta4 .cta-wraper {
  text-align: center;
  background: url(../images/cta4-bg.webp) right/cover no-repeat;
  padding: 5rem 0;
}

.cta-wraper h3 {
  font-family: "Proxima Nova";
  font-size: var(--fontsize36);
  font-weight: 700;
  text-transform: uppercase;
}

.cta-wraper p {
  font-size: var(--fontsize18);
}

.bigfavicon {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.1;
  z-index: -1;
}

.researchtogher h4 {
  font-size: var(--fontsize36);
}

.researchtogher p {
  font-size: var(--fontsize18);
}

:is(.researchtogher,
  .featuredtext,
  .casetext,
  .study-ctn,
  .care-btn,
  .visit-ctn) a {
  padding: 0;
  color: #f44f1f;
  font-size: var(--fontsize18);
  font-weight: 600;
  text-decoration: underline;
}

.hrline hr {
  width: 60%;
}

.researcservices {
  overflow: hidden;
}

.researchtogher {
  padding-top: 1rem;
}

.productbanner h1 span {
  font-size: var(--fontsize85);
}

.steptext ul li {
  font-size: var(--fontsize18);
  line-height: 2;
  position: relative;
}

.steps-details
/* research page end */
/* main services page */

.main-services-sec .newswraper h3 {
  left: 3rem;
  top: 17rem;
}

.main-services-sec .section-heading p {
  line-height: 2;
  margin-bottom: 0;
}

.main-services-sec .newswraper h3 span {
  width: 2px;
}

.main-services-sec .newswraper h3 {
  top: 17rem;
  left: 3rem;
}

.main-services-sec .newswraper p {
  max-height: max-content;
  height: 100px;
}

.main-services-sec .newswraper {
  margin-top: 5rem;
}

/* end main services page */
/* slouction page */
.steps-sec {
  padding-top: 0;
}

.hdgtxt h3 {
  font-size: var(--fontsize48);
  font-weight: 700;
  text-transform: uppercase;
}

.steptext h1 {
  font-size: var(--fontsize95);
  font-weight: 700;
}

.steptext h3 {
  font-size: var(--fontsize20);
  font-weight: 600;
}

.featuredtext h2 {
  font-size: var(--fontsize25);
  font-weight: 600;
  background-color: #fff7f4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 12px;
}

.featuredtext h3 {
  font-size: var(--fontsize20);
  color: var(--blue-color);
  font-weight: 700;
  text-transform: uppercase;
  margin: 1rem 0 1.5rem;
}

.featuredtext {
  margin-top: 2rem;
}

.featuredtext h4 {
  font-size: var(--fontsize25);
  margin-bottom: 2rem;
}

.featuredtext p {
  font-size: var(--fontsize18);
}

.steptext ul li::before {
  top: 9px;
  background-size: 60%;
  left: -22px;
}

.steptext ul {
  padding-left: 1.5rem;
}

.textwrpr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.steptext span {
  background-color: #efefef;
  width: 70%;
  height: 2px;
  margin: 1rem 0;
  display: block;
}

.steps-details .col-md-4 {
  border-right: 1px solid #efefef;
  padding: 0 2rem;
}

.steps-details .col-md-4:last-child {
  border: 0;
}

/* end slouction page */
/* contact us */
.contactus .section-heading p {
  font-size: var(--fontsize25);
  line-height: 1.3;
}

.contactus {
  background-color: #f8f8f8;
}

.contactusform button {
  padding: 0 5rem;
  font-size: var(--fontsize18);
  text-transform: uppercase;
  margin-top: 1rem;
}

.contactusdetails h3 {
  font-size: var(--fontsize45);
  font-weight: 700;
}

.contactusdetails p {
  font-size: var(--fontsize24);
  margin-bottom: 3rem;
}

.detailsboxex {
  padding: 1rem;
  text-align: center;
  width: 100%;
  margin: 18px 0;
  height: 200px;
  border-radius: 20px;
  border: 1px solid #0000001f;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.detailsboxex p {
  margin-bottom: 1rem;
}

.detailsboxex img {
  margin-bottom: 1.5rem;
  filter: invert(84%) sepia(44%) saturate(623%) hue-rotate(192deg) brightness(102%) contrast(105%);
}

.detailsboxex a {
  font-size: var(--fontsize18);
  color: var(--black-color);
}

.detailsboxex .social-icon a {
  color: var(--white-color);
}

.detailsboxex .social-icon {
  justify-content: center;
}

.contactbanner {
  background: url(../images/contactusbnr.webp) center/cover no-repeat;
}

.mainservicesbnr {
  background: url(../images/mainservicesbnr.webp) center/cover no-repeat;
}

.solutionsbnr {
  background: url(../images/slouctionbnr.webp) center/cover no-repeat;
}

/* end contact us */
/* popup-form */
#entry-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999990;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.62);
  display: flex;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 0;
}


.popimgarea h3 span {
  color: var(--span-color);
}

:is(.popimgarea :is(h3, h2)) {
  font-size: 32px;
  font-weight: 700;
  text-transform: capitalize;
  -webkit-text-stroke-color: var(--blue-color);
  text-align: left;

}

.headingpopup {
  padding: 1rem 2rem 1rem 3rem;
}

.headingpopup h4 {
  font-size: 18px;
  color: #0000006b;
}

.popimgarea img {
  border-radius: 0 0 0 22px;
}

.entry-box {
  padding-top: 0;
  padding: 0;
  max-width: 1243px;
  margin: 0 auto;
  border-radius: 22px;
  background-color: var(--white-color);
  position: relative;
  box-shadow: -140px -117px 19px -141px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.7);
}

a#entry-box_close {
  width: 40px;
  height: 40px;
  display: block;
  line-height: 59px;
  color: var(--white-color);
  border-radius: 50%;
  font-size: 32px;
  text-align: center;
  position: absolute;
  right: -15px;
  top: -10px;
  z-index: 999;
  background-color: var(--span-color);
}

.form-btn button {
  background-color: var(--blue-color);
  padding: 10px 5rem;
  font-weight: 600;
  color: var(--white-color);
  border-radius: 30px;
}

a#entry-box_close svg {
  width: 17px;
  height: 17px;
  position: absolute;
  filter: invert(1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.entry-box .form-text-1 h1 {
  font-family: Oswald, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  line-height: 34px;
  margin-bottom: 12px;
}

.entry-box .form-text-1 h1 span.red {
  color: #f78d0e;
  text-transform: uppercase;
}

.col-sm-12.entry-right {
  padding: 30px;
}

.entry-box .form-text-1 p {
  color: var(--black-color);
  font-size: var(--fontsize25);
  line-height: 1.3;
  text-transform: capitalize;
  margin: 0;
}

.entry-box .form-text-1 p strong {
  text-transform: uppercase;
}

.entry-box label {
  color: var(--black-color);
  text-transform: capitalize;
}

.form-text-1 {
  position: relative;
  padding-left: 0;
  margin-bottom: 2rem;
}

.entry-box .form-control {
  min-height: 50px;
  border-radius: 12px;
  background-color: transparent;
  color: #858383;
  font-size: 15px;
  width: 100%;
  display: block;
  padding: 15px 24px;
  border: 1px solid #d9d9d9;
}

.entry-box .form-control {
  margin-bottom: 1.5rem;
}

.entry-box .form-control::placeholder {
  color: #858383;
}

.form-root-counter li {
  width: auto !important;
}

.entry-box ul li i {
  color: #eb0000;
}

/* privacy-thankyou-css */

.main-privacy {
  padding: 100px 0 80px;
  background-color: #fff;
}

.main-privacy h3 {
  color: #000;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600 !important;
}

.main-privacy h4 {
  font-size: 26px !important;
  color: #000;
  margin-bottom: 15px;
  font-weight: 600 !important;
}

.main-privacy p,
.main-privacy li {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 22px;
}

input.error {
  border-color: #00000085 !important;
}

.thankyou_sec * {
  color: var(--white-color);
}

.thankyoubnr {
  background: url(../images/thankyoubg.webp) center/cover no-repeat;
}

.thankyou_sec .section-heading h2 {
  font-weight: 600;
  -webkit-text-stroke-color: var(--white-color);
}

.thankyou_sec .section-heading h2 span {
  font-weight: 400;
  -webkit-text-fill-color: var(--white-color);
}

.thankyou_sec {
  padding: 5rem 0;
  text-align: center;
  height: 100%;
  clear: both;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.main-thankyou {
  text-align: center;
}

.main-content__checkmark {
  font-size: 9.75rem !important;
  line-height: 1 !important;
  background-image: -webkit-linear-gradient(90deg, #feecc4 0, #ffb000 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.site-header__title {
  font-size: 6.5rem;
  font-weight: 700 !important;
  line-height: 1.1;
  color: var(--blue-color);
}

.logowraper img {
  width: 180px;
}

.trustimages {
  display: flex;
  align-items: flex-end;
  gap: 40px;
}

.trustimages li img {
  width: 150px;
}

.main-content__body {
  margin: 20px 0 0;
  font-size: var(--fontsize20);
  line-height: 1.4;
}

.mrigntop200 {
  margin-top: 200px;
}

.icontext img {
  height: 50px;
  filter: grayscale(1);
}

.buttons404 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.buttons404 a {
  width: 280px;
  margin-top: 1rem;
  font-size: var(--fontsize24);
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.buttons404 a:first-child {
  background-color: var(--white-color);
  color: var(--black-color) !important;
}

.img404 {
  width: 50%;
  margin-left: 13rem;
}

.icon-quits a:first-child img {
  width: 200px !important;
}

.start_live_chat {
  font-size: 20px;
  background-color: transparent;
  border: 2px solid var(--white-color);
  padding: 15px 35px;
  display: inline-block;
  border-radius: 4px;
  margin: 3rem 0 0;
  color: white !important;
  text-decoration: none;
  border-radius: 50px;
  line-height: 16px;
}

.botom-hdr-ul {
  justify-content: space-between;
}

.not-fount {
  background: url(../images/404bg.html) center/cover no-repeat;
}

/* sports */
.sport-text h3 {
  font-size: 5rem;
  -webkit-text-stroke-color: var(--red);
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 800;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
}

.sport-text h1 {
  font-size: 4.063rem;
  text-transform: uppercase;
  font-weight: 700;
}

.sp_ctn:before {
  content: "";
  position: absolute;
  width: 20%;
  height: 8%;
  top: 0;
  left: 28px;
  background: red;
  border-radius: 40px;
}

.sp_ctn h5 {
  font-size: 1.151rem;
  font-weight: 600;
  text-transform: uppercase;
}

.sp_ctn:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #d8d6d6;
  top: 0;
  right: 0;
  border-radius: 10px;
}

.sp_ctn {
  padding: 2rem 0 0 1rem;
}

section.our_sec {
  background: #fff7f4;
}

.our_sec .list-type .list_wrap:first-child {
  text-align: right;
}

.headline_our h2 {
  font-size: var(--fontsize35);
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 5rem;
}

.list-type li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem;
}

.list-type h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: var(--fontsize20);
}

.our_img {
  position: absolute;
  top: 5rem;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.count_num h4 {
  font-size: 3.125rem;
  color: red;
  margin: 0;
}

.count_num {
  text-align: center;
}

.delivery_sec {
  background-color: #fff7f4;
  text-align: center;
}

.headline_del h2 {
  font-size: var(--fontsize35);
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 1rem;
}

.headline_del {
  text-align: center;
  padding-bottom: 2rem;
}

.del_count {
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.del_count {
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.del_count h4 {
  font-size: 4.883rem;
  color: var(--span-color);
  font-weight: 600;
}

.del_count p {
  font-weight: 600;
}

.servic_img {
  position: absolute;
  padding: 0 2rem;
  color: #fff;
  top: 8rem;
}

.box_wrap {
  position: relative;
}

.servic_img h4 {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 3;
}

.servic_img p {
  line-height: 2;
}

.servic_img a {
  color: var(--span-color);
}

/* ios */

.ios_wrap h4 {
  font-size: 3.483rem;
  color: var(--span-color);
  text-align: center;
}

.ios_wrap {
  text-align: center;
}

.ios_wrap {
  text-align: center;
}

section.ios-reality {
  background: #fff7f4;
}

.ios_wrap:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  top: -105px;
  background: #000;
  border-radius: 20px;
}

.heading-ios h3 {
  -webkit-text-stroke-color: var(--black-color);
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  font-weight: 800;
  font-size: 3.375rem;
}

.heading-ios h4 {
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 700;
}

.heading-ios p {
  margin: 2rem 0 3rem;
}

.game_img {
  position: absolute;
  top: -155px;
  right: 0;
}

section.white-smoke-sec {
  background: #fff7f4;
  padding: 4rem 0;
}

section.custom_sec {
  padding-top: 16rem;
}

.serviceswrper {
  text-align: center;
}

.icon_ios {
  padding: 1rem 0;
  margin: auto;
}

.serviceswrper h3 {
  padding: 1rem 0;
}

/* android */

section.android-banner {
  background: url(../images/androidbanner.webp) center/cover no-repeat;
}

.hybrid-banner {
  background: url(../images/hybridbanner.webp) center/cover no-repeat;
}

.wearablebanner {
  background: url(../images/wearablebanner.webp) center/cover no-repeat;
}

.react-banner {
  background: url(../images/reactbanner.webp) center/cover no-repeat;
}

.windows-banner {
  background: url(../images/pages/windows-banner.webp) center/cover no-repeat;
}

.ipad-banner {
  background: url(../images/pages/ipad-banner.webp) center/cover no-repeat;
}

.flutter-banner {
  background: url(../images/pages/flutter-banner.webp) center/cover no-repeat;
}

.kotlin-banner {
  background: url(../images/pages/kotlin-banner.webp) center/cover no-repeat;
}

.ionic-banner {
  background: url(../images/pages/ionic-banner.webp) center/cover no-repeat;
}

.php-banner {
  background: url(../images/web/php-banner.webp) center/cover no-repeat;
}

.word-banner {
  background: url(../images/web/word-banner.webp) center/cover no-repeat;
}

.laravel-banner {
  background: url(../images/web/laravel-banner.webp) center/cover no-repeat;
}

.react-banner {
  background: url(../images/web/react-banner.webp) center/cover no-repeat;
}

.angular-banner {
  background: url(../images/web/angular-banner.webp) center/cover no-repeat;
}

.node-banner {
  background: url(../images/web/node-banner.webp) center/cover no-repeat;
}

.codei-banner {
  background: url(../images/web/codei-banner.webp) center/cover no-repeat;
}

.woocmrc-banner {
  background: url(../images/woocommercebnr.webp) center/cover no-repeat;
}

.shopify-banner {
  background: url(../images/shofifybnr.webp) center/cover no-repeat;
}

.mangento-banner {
  background: url(../images/mangtobnr.webp) center/cover no-repeat;
}

.blocchain-banner {
  background: url(../images/blockchainbnr.webp) center/cover no-repeat;
}

.unity-banner {
  background: url(../images/pages/unity-banner.webp) center/cover no-repeat;
}

.augment-banner {
  background: url(../images/pages/augment-banner.webp) center/cover no-repeat;
}

.virtual-banner {
  background: url(../images/pages/virtual-banner.webp) center/cover no-repeat;
}

.iot-banner {
  background: url(../images/pages/iot-banner.webp) center/cover no-repeat;
}

.prototype-banner {
  background: url(../images/pages/prototype-banner.webp) center/cover no-repeat;
}

.analytics-banner {
  background: url(../images/pages/analytics-banner.webp) center/cover no-repeat;
}

.meta-banner {
  background: url(../images/pages/meta-banner.webp) center/cover no-repeat;
}

.unreal-banner {
  background: url(../images/pages/unreal-banner.webp) center/cover no-repeat;
}

.casual-banner {
  background: url(../images/pages/casual-banner.webp) center/cover no-repeat;
}

.embedd-banner {
  background: url(../images/pages/embedd-banner.webp) center/cover no-repeat;
}

.auto-banner {
  background: url(../images/pages/auto-banner.webp) center/cover no-repeat;
}

.devops-banner {
  background: url(../images/pages/devops-banner.webp) center/cover no-repeat;
}

.nft-banner {
  background: url(../images/pages/nft-banner.webp) center/cover no-repeat;
}

.bigcom-banner {
  background: url(../images/pages/bigcom-banner.webp) center/cover no-repeat;
}

.open-banner {
  background: url(../images/pages/open-banner.webp) center/cover no-repeat;
}

.presta-banner {
  background: url(../images/pages/presta-banner.webp) center/cover no-repeat;
}

.virtue-banner {
  background: url(../images/pages/virtue-banner.webp) center/cover no-repeat;
}

.blocktech-banner {
  background: url(../images/pages/blocktech-banner.webp) center/cover no-repeat;
}

.wallet-banner {
  background: url(../images/pages/wallet-banner.webp) center/cover no-repeat;
}

.exchange-banner {
  background: url(../images/pages/exchange-banner.webp) center/cover no-repeat;
}

.ethereum-banner {
  background: url(../images/pages/ethereum-banner.webp) center/cover no-repeat;
}

.hyper-banner {
  background: url(../images/pages/hyper-banner.webp) center/cover no-repeat;
}

.smart-banner {
  background: url(../images/pages/smart-banner.webp) center/cover no-repeat;
}

.private-banner {
  background: url(../images/pages/private-banner.webp) center/cover no-repeat;
}

.cake-banner {
  background: url(../images/pages/cake-banner.webp) center/cover no-repeat;
}

.python-banner {
  background: url(../images/pages/python-banner.webp) center/cover no-repeat;
}

.type-banner {
  background: url(../images/pages/type-banner.webp) center/cover no-repeat;
}

.drupal-banner {
  background: url(../images/pages/drupal-banner.webp) center/cover no-repeat;
}

.swift-banner {
  background: url(../images/pages/swift-banner.webp) center/cover no-repeat;
}

.xamarin-banner {
  background: url(../images/pages/xamarin-banner.webp) center/cover no-repeat;
}

.phonegap-banner {
  background: url(../images/pages/phonegap-banner.webp) center/cover no-repeat;
}

.testimonials-banner {
  background: url(../images/pages/testimonials-banner.webp) center/cover no-repeat;
}

.case-banner {
  background: url(../images/about-img/case-banner.webp) center/cover no-repeat;
}

.client-banner {
  background: url(../images/about-img/client-banner.webp) center/cover no-repeat;
}

.event-banner {
  background: url(../images/about-img/event-banner.webp) center/cover no-repeat;
}

.why-banner {
  background: url(../images/about-img/why-banner.webp) center/cover no-repeat;
}

.our-banner {
  background: url(../images/about-img/our-banner.webp) center/cover no-repeat;
}

.careers-banner {
  background: url(../images/about-img/careers-banner.webp) center/cover no-repeat;
}

.press-banner {
  background: url(../images/about-img/press-banner.webp) center/cover no-repeat;
}

.who-banner {
  background: url(../images/about-img/who-banner.webp) center/cover no-repeat;
}

.chrishtanbanner {
  background: url(../images/chrishtanbanner.jpg) center/cover no-repeat;
}

.retail-banner {
  background: url(../images/web/retail-banner.webp) center/cover no-repeat;
}

.demand-banner {
  background: url(../images/web/demand-banner.webp) center/cover no-repeat;
}

.insights-banner {
  background: url(../images/web/insights-banner.webp) center/cover no-repeat;
}

.shopgo {
  background: url(../images/shopgobnner.jpg) center/cover no-repeat;
}

.ard-banner {
  background: url(../images/ardbanner.webp) center/cover no-repeat;
}

.racoolerbanr {
  background: url(../images/racoolerimgbnr.webp) center/cover no-repeat;
}

.foodbanr {
  background: url(../images/foodbnr.webp) center/cover no-repeat;
}

.kanvasbnr {
  background: url(../images/kanvasbnr.webp) center/cover no-repeat;
}

.al-arshhbnr {
  background: url(../images/al-hershbnr.webp) center/cover no-repeat;
}

.odontabanr {
  background: url(../images/odontabanr.webp) center/cover no-repeat;
}

.hockey-nowbnr {
  background: url(../images/hockey-nowbnr.webp) center/cover no-repeat;
}

.rec-outbanr {
  background: url(../images/rec-outbanr.webp) center/cover no-repeat;
}

.ser-ctn {
  padding: 5rem 0 5rem;
  text-align: center;
}

.ser-ctn h3 {
  font-size: var(--fontsize35);
  text-transform: uppercase;
  font-weight: 600;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

ul.list-type img {
  width: 60px;
  height: 60px;
  margin: 0 1rem;
}

.termsprivacy {
  padding: 2rem 0 4rem;
  clear: both;
}

.termsprivacy h3 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 25px 0 10px;
}

.termsprivacy p,
.termsprivacy li {
  font-size: 14px;
  line-height: 190%;
  color: #333;
}

.termsprivacy li {
  margin: 8px 0;
}

.extra-pad {
  margin: 5rem 0 20rem;
}

.ios_cta img {
  position: absolute;
  bottom: 0;
  right: 160px;
}

.border2 {
  border-bottom: 1px solid #0000001f;
}

.icontext svg {
  filter: brightness(0.5) invert(1);
}

.case-sec .row {
  position: relative;
  justify-content: space-between;
  align-items: center;
}

.case-sec .container-fluid {
  padding: 0;
}

.casetext {
  padding-left: 15rem;
}

.study-ctn {
  padding-right: 15rem;
}

:is(.casetext, .study-ctn) h4 {
  margin: 2rem 0;
}

:is(.casetext, .study-ctn) img {
  margin: 2rem 2rem 2rem 0;
}

:is(.casetext, .study-ctn) {
  margin: 10rem 0;
  text-align: left;
}

.client-icon li {
  width: 238px;
  border: 1px solid #dad9d9;
  height: 238px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-icon {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
}

/* .card-body{border-bottom: 1px solid rgba(0, 0, 0, .125);} */
/* .card {margin: 2rem 0;} */
.card-header {
  background-color: #fff;
}

.btn-link {
  color: #000;
}

.card-body p {
  font-size: 18px;
  padding-right: 20%;
}

.btn-link:hover {
  color: #000;
  text-decoration: none;
}

.card-header,
.card-body {
  margin-bottom: 16px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  cursor: pointer;
}

.btn-link:focus {
  text-decoration: none;
}

.accordion-sec {
  padding: 5rem 0;
}

.accordion-sec .card {
  border: 0;
}

.accordionbg-color {
  background-color: #fff7f4;
  margin: 5rem 0 0;
  padding: 5rem 23%;
}

.headline_our p {
  font-size: 18px;
  line-height: 1.7;
}

.accordion .card-header:after {
  content: "-";
  float: right;
  font-size: 19px;
  font-weight: 700;
}

.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "+";
  font-size: 19px;
  font-weight: 700;
}

:has([aria-expanded="true"]).card-header {
  border-bottom: 0;
}

.card-title {
  font-size: var(--fontsize20);
  font-weight: 600;
}

.accordion-sec .row {
  padding: 5rem 0 3rem;
}

.care-ctn {
  text-align: center;
}

.care-ctn h4 {
  font-size: var(--fontsize25);
  font-weight: 600;
  margin: 2rem 0;
}

.location-sec {
  background-color: #fff7f4;
}

.pin_hd h3 {
  font-size: var(--fontsize25);
  font-weight: 600;
}

.pin_hd p {
  margin-bottom: 2rem;
}

.pin_wrap li,
.categorys {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bg-color {
  background-color: #fff;
  padding: 3rem 4rem;
  border-radius: 10px;
}

.categorys {
  gap: 0 200px;
}

.categorys span {
  display: inline-flex;
  color: #8a8f9b;
}

.pin_wrap li {
  padding: 1rem 0;
  border-top: 1px solid #f1f1f1;
}

.location-sec .section-heading {
  padding-bottom: 3rem;
}

.care-btn {
  text-align: center;
  padding-top: 3rem;
}

.visit-ctn h4 {
  font-size: 38px;
  font-weight: 600;
  padding-top: 1rem;
  margin: 0;
}

.visit-ctn span {
  color: #8a8f9b;
}

.topi-ctn h4 {
  margin: 1.5rem 0;
}

.mission-sec h4 {
  font-size: var(--fontsize35);
  text-transform: uppercase;
  font-weight: 600;
}

:is(.countries-sec, .mission-sec) .section-heading p {
  line-height: 1.5;
  padding-right: 19%;
}

.values-ctn {
  position: absolute;
  top: 60%;
  right: 0;
  left: 0;
  text-align: center;
  color: var(--white-color);
  padding: 0 3rem;
}

.values-ctn h4 {
  font-weight: 600;
}

.global-cta {
  background-color: var(--black-color);
}

.global-heading {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 4rem;
}

.twobuttons a:first-child {
  margin-right: 20px;
}

.graph-sec .col-md-12 {
  padding: 3rem 0;
}

.graph-sec {
  padding-bottom: 0;
}

.graph-sec .serviceswrper {
  padding: 0 0 2rem;
}

.icontextwrpr figure {
  margin: 0 1rem 0 0;
  width: 75px;
}

.icontextwrpr p {
  margin-bottom: 0;
}

.doubt-image {
  background-color: var(--black-color);
  width: 100%;
  height: 3px;
}

.icontextwrpr {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4rem;
}

.global-heading h2 {
  text-transform: uppercase;
  font-size: var(--fontsize85);
  margin-bottom: 0;
  line-height: 1;
  font-weight: 800;
  color: transparent;
  margin-right: 1rem;
}

.global-heading h3 {
  font-size: var(--fontsize75);
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}

.red-stroke {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--white-color);
}

.global-heading p {
  color: var(--white-color);
}

.gelop-icon {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.factBox {
  background-color: #1c1c1c;
  color: #fff;
  padding: 4rem 3rem 2rem;
  border-radius: 10px;
  text-align: center;
}

.fact-icon {
  position: relative;
  top: 30px;
  margin: 0;
  text-align: center;
}

:is(.factBox :si(h3, h2)) {
  font-size: var(--fontsize25);
}

.black-stroke {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--black-color);
}

.black-solid {
  color: var(--black-color);
}

.white-solid {
  color: var(--white-color);
}

.map-area {
  background-color: #fff7f4;
  text-align: center;
}

.map-area p {
  color: var(--black-color);
  margin-bottom: 3rem;
}

.family-sec {
  text-align: center;
}

.family-sec a {
  margin-top: 3rem;
}

.insight-img {
  text-align: center;
  margin-top: 5rem;
}

.promo-text h1 {
  font-size: var(--fontsize48);
  font-weight: 600;
  display: inline-block;
}

.border-line h3 {
  font-size: 16px;
  color: var(--span-color);
  margin-bottom: 0;
  position: relative;
  z-index: 999;
  text-align: center;
  background-color: #fff;
  padding: 1rem 0;
}

.paddingleft {
  padding-left: 4rem;
}

.paddingright {
  padding-right: 4rem;
}

.promo-text {
  width: 100%;
}

.headinglinebig {
  position: absolute;
  left: 100px;
  height: 100%;
  background-color: #e0e6ed;
  bottom: 0;
  top: 0;
  width: 3px;
}

.headinglinebig span {
  background-color: #e0e6ed;
  width: 13px;
  height: 20px;
  display: block;
  border-radius: 50%;
  position: relative;
  left: -5px;
}

.pt130 {
  padding-top: 130px;
}

.boxtop-bt {
  padding: 3rem 0;
}


.persentline {
  padding-left: 2rem;
}

.persentline li {
  position: relative;
  font-weight: 600;
}

.persentline li:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 2px;
  background-color: var(--span-color);
  left: -32px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.served-img {
  position: relative;
}

.served-img h4 {
  position: absolute;
  color: #fff;
  bottom: 40px;
  font-size: 25px;
  padding-left: 2rem;
}

.served-heading h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 3rem;
}

.served-heading {
  position: relative;
}

.served-heading h3:before {
  content: "";
  position: absolute;
  background-color: red;
  width: 170px;
  height: 2px;
  left: 0;
  top: 60px;
}

.profession-sec .container-fulid {
  padding-right: 30px;
}

.linelast {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.desktop-none,
.simplemenu {
  display: none;
}

.schedulebnr * {
  color: var(--black-color);
}

#name-error,
#email-error,
#phone-error {
  font-size: 13px !important;
  color: var(--span-color) !important;
  margin-bottom: 10px !important;
  font-weight: 300;
}

.testimonials-page .testitext {
  height: 330px;
}

.testimonials-page .col-md-6 {
  border-bottom: 1px solid #c9c9c9;
  padding: 4rem 0;
}

.testimonials-page .border1 {
  border-color: #c9c9c9;
}

.testimonials-page .col-md-6:nth-of-type(7),
.testimonials-page .col-md-6:last-child {
  border: 0;
}

.ftrlogos-slider {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.whtsapp {
  position: fixed;
  bottom: 20px;
  left: 20px;
  padding: 3px;
  z-index: 999;
  animation: zoom-in-zoom-out 2s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }

  100% {
    transform: scale(1, 1);
  }
}

.ftrlogos-slider li {
  filter: grayscale(1);
}

.factBox h2 {
  font-size: 18px;
}

.bg-none:hover {
  background: var(--button-gradient);
  color: var(--white-color);
}

.ProcessNew1012 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #202122 !important;
  position: relative;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333
}

.ProcessNew1012 .baseTitle h2,
.ProcessNew1012 .baseTitle p {
  color: #fff
}

.IconProcess {
  height: 55px;
  min-width: 55px;
  width: 55px;
  background-color: #ec7323;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.TextInfoProcess {
  margin-left: 30px;
  color: #fff
}

.StepCount {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  opacity: .6;
  font-size: .875rem
}

.TitleStepProcess {
  font-size: 24px;
  font-weight: 700
}

.DiscripoStepProcess,
.app-light .TitleStepProcess {
  color: #fff
}

.ItemListProcess {
  position: relative;
  margin-bottom: 3rem
}

.ItemListProcess:before {
  content: "";
  position: absolute;
  border-left: 2px dashed #5e5e5e;
  bottom: -3rem;
  left: 25px;
  top: 0
}

.ItemListProcess:last-child {
  margin-bottom: 0
}

.ItemListProcess:last-child:before {
  display: none
}

.ProcessStckeySection {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  padding-right: 20px
}

@media screen and (max-width: 992px) {
  .ProcessNew1012 {
    padding: 50px 0
  }

  .ProcessStckeySection {
    margin-bottom: 40px;
    padding-right: 0
  }
}

@media screen and (max-width: 574px) {
  .TextInfoProcess {
    margin-left: 20px
  }
}