@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,
    #FF9800,
    #FF9800,
    #fe294b
  );
  --black-color: #FF9800;
  --span-color: #FF9800;
  --blue-color: #FFC107;
  --white-color: #fff;
  --fontsize18: 1.125rem;
  --fontsize20: 1.25rem;
  --fontsize25: 1.563rem;
  --fontsize32: 2.032rem;
  --fontsize35: 2.188rem;
  --fontsize36: 2.25rem;
  --font-size37: 1.313rem;
  --fontsize45: 2.813rem;
  --fontsize48: 3rem;
  --fontsize64: 3rem;
  --fontsize95: 3.938rem;
  --fontsize73: 3.563rem;
  --fontsize75: 3.688rem;
  --fontsize85: 3.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 rgb(64 63 63 / 19%);
  border-bottom: 1px solid #00000030;
}

.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: #000 !important;
  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: 255555;
  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: #000;
}

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

.topheader p span {
  color: #FFC107;
  font-weight: 600;
}

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

.social-icon a {
  padding: 0;
  background-color: #FFC107;
  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: 300px !important;
  border: 0;
  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: 5rem;
  /*background-color: transparent !important;*/
  height: 300px;
  margin: -15px 0;
}

.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: 15px;
  height: 18px;
  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 #d2c2ff; */
  padding: 15px 0;
  text-align: center;
}

.sub-menu a {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.sub-menu a:hover {
  color: #FFC107 !important;
}

.sub-menu li {
  margin-bottom: 1.7rem;
  border-bottom: 1px solid #ccc;
}

.sub-menu {
  columns: 2;
}

.bg-info.section-heading h2, .bg-info.section-heading h3 {
    font-size: 36px;
}

/* 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/artificial-intelligence-02.webp) left/cover no-repeat;
  position: relative;
  background-position: center;
  background-size: cover;
}

.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(--fontsize85);
  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: #FFC107;
    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: 14px;
  color: #a5a4a4;
  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: #FFC107;
  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;
  width: 95%;
  margin: 0 auto;
  font-size: 16px;
}

.icon {
  position: relative;
}

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

.serviceswrper {
  padding: 2rem 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: 1.644rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #cccc;
}

.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: 1.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: #f5f5f5;*/
    background: url(../images/aaa1.webp) center/cover no-repeat;
    overflow: hidden;
    text-align: center;
}
.technologies-icons p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding-top: 7px;
}
.technologies__we__work {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #fff;
    padding: 40px 20px;
    box-shadow: 0px 0px 10px 2px #ffc10721;
}
.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: #FFC107;
  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);
}
.experience__content p {
    font-size: 16px !important;
    margin-bottom: 10px!important;
}
.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: 1rem;
  filter: brightness(0.5);
  width: 265px;
  margin-top: 1rem;
}

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

.listwraper {
  padding-top: 4rem;
}

.listwraper ul {
  justify-content: center;
  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: #f8f4fd;
  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: 75%;
  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: #f5f5f5;
    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: #FFC107;
    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 #ffc10757;
    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: #FFC107;
}

.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: #FFC107;
  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: 1rem 0;
}

.copyright * {
    font-size: 15px;
    text-align: center !important;
    margin: 0 auto;
}

/* 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: 70vh;
  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);
    opacity: 0.3;
}

.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: #000;
}

.cta-wraper .section-heading h2 {
  -webkit-text-stroke-color: #000;
  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: #f7f4ff;
}

.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/industries/health-care-1.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: #FFC107;
  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: 1rem;
}

.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 #FFC107;
    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: #f7f4ff;
  border-radius: 20px;
}

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

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

.cta3 {
    background-color: #FFC107;
    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/industries/fintech-1.webp) center/cover no-repeat;
}

.realestate {
    background: url(../images/industries/realstate-1.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;
}
.andriod-banner {
  background: url(../images/mobile-app-developmenty.webp) center/cover no-repeat;
}
.maintanance-banner {
  background: url(../images/app-maintenace-banner.webp) center/cover no-repeat;
}
.custtom-banner {
  background: url(../images/costum-app-dev.webp) center/cover no-repeat;
}
.enterprise-banner {
  background: url(../images/Enterprise.webp) center/cover no-repeat;
}
.ondemand-banner {
  background: url(../images/on-demand-banner.webp) center/cover no-repeat;
}
.mvp-banner {
  background: url(../images/mvp-banner.webp) center/cover no-repeat;
}
.web-development-banner {
  background: url(../images/web-development.webp) center/cover no-repeat;
}
.digital-marketing-banner {
  background: url(../images/digital-marketing.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: #FFC107;
  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: #FFC107;
  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: #f7f4ff;
  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: none;
  -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: #fff;
  padding: 70px 0 0;
}
.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: 3rem;*/
/*  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: #f7f4ff;
  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 h4 {
  padding: 20px 0;
  border-radius: 5px;
}
.number_slider {
    position: relative;
}
.number_slider:after {
     content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    top: -60px;
    background: #FFC107;
    border-radius: 20px;
}
section.ios-reality {
  background: #f7f4ff;
}
.ios_wrap:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 38%;
    top: -60px;
    background: #FFC107;
    border-radius: 20px;
}
.first__wrap h4 {
   background: #ffe9e9;
}
.sec__wrap h4 {
      background: #d8fffb;
}
.thir__wrap h4 {
      background: #e3f1ff;
}
.forth__wrap h4 {
   background: #fff9e1;
}
.fifth__wrap h4 {
        background: #feeefe;
}
.heading-ios h3 {
  -webkit-text-stroke-color: #FFC107;
  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: 1rem 0 1rem;
}

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

section.white-smoke-sec {
    background: #f5f5f5;
}

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/industries/Blockchain-1.webp) center/cover no-repeat;
}
.delivery-banner {
  background: url(../images/industries/delivery-app.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;
}
.fitbuddybanner {
  background: url(../images/fitbuddy-banner.webp) center/cover no-repeat;
}
.travelbanner {
  background: url(../images/travel-banner.webp) center/cover no-repeat;
}
.edubanner {
  background: url(../images/edu-banner.webp) center/cover no-repeat;
}
.healthbanner {
  background: url(../images/health-banner.webp) center/cover no-repeat;
}

.propertybanner {
  background: url(../images/property-banner.webp) 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;
}
.ser-ctn span {
    text-transform: uppercase;
    color: #FFC107;
}
.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 !important;
  border: 1px solid rgba(0, 0, 0, 0.125);
  cursor: pointer;
}

.btn-link:focus {
  text-decoration: none;
}
.accordion-sec {
    padding: 5rem 0;
    position: relative;
}
.accordion-sec .card {
 border: 0;
}
.accordionbg-color {
  background-color: #f5f5f5;
  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: #f7f4ff;
}

.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: #FFC107;
}

.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: #f7f4ff;
  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: 0;
      width: 3px;
      background-color: #111111;
      animation: expandAndColorChange 9s forwards;
    }

    .headinglinebig span {
      background-color: #111111;
      width: 13px;
      height: 20px;
      display: block;
      border-radius: 50%;
      position: relative;
      left: -5px;
      animation: colorChange 9s forwards;
    }

    @keyframes expandAndColorChange {
      0% {
        height: 0;
        background-color: #111111;
      }
      100% {
        height: 100%;
        background-color: #FFC107;
      }
    }

    @keyframes colorChange {
      0% {
        background-color: #111111;
      }
      100% {
        background-color: #FFC107;
      }
    }
.pt130 {
    padding-top: 130px;
    overflow: hidden;
}

.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);
}

/*extra css start*/
.location-cover {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 40%;
}
.ios__content {
    text-align: center;
    padding-top: 80px;
    color: #fff;
    width: 70%;
    margin: 0 auto;
}
.ios__content h2 {
    font-size: 40px;
}
.ios__content h3 {
    font-size: 40px;
}
.serviceswrper {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0px 0px 10px #ccc;
    margin-bottom: 16px;
    transition: all 0.9s ease;
}
.our-work-slider {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
/*------------------------------------------------------*/
/*------------------------------------------------------*/
.serviceswrper:hover {
    background: #FFC107; /* Change background color on hover */
    box-shadow: 0px 0px 15px rgba(255, 193, 7, 0.5); /* Glow effect with the hover color */
    transform: scale(1.05); /* Slight zoom effect on hover */
}
/*testimoials css start*/
.section-testmonials {
        font-family: Poppins;
        display: flex;
        gap: 20px;
        align-items: center;
        padding: 45px 0px;
    }

    .column-testmonials {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 20%;
    }

    .section-details {
        border-left: 10px solid #FFCB00;
        padding-left: 20px;
    }


    .name-section {
        font-weight: 800;
        text-transform: uppercase;
        font-size: 14px;
        color: #FFC107 !important;
        line-height: 1.2em;
        margin: 0;
    }

    .title-section b {
        color: #FFC107;
    }

    .title-section {
        color: #000;
        font-family: Poppins;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 0;
    }

    .navigation-testmonials {
        display: flex;
        gap: 10px;
    }


    .swiper-testmonials {
        width: 80%;
        overflow: hidden;
        position: relative;
    }

    @media (max-width: 768px) {
        .section-testmonials {
            flex-direction: column;
            align-items: flex-start;
        }

        .swiper-testmonials {
            width: 100%;
        }
    }

    .swiper-testmonials .swiper-slide {
        border-radius: 10px;
        background: #f5f5f5;
        display: flex;
        padding: 30px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        transform: scale(0.9) !important;
        filter: blur(1px) grayscale(0.5);
        transition: 1.2s;
    }

    .swiper-testmonials .swiper-slide * {
        margin: 0;
    }

    .swiper-testmonials .swiper-slide-active {
        filter: blur(0px) !important;
        transform: scale(1) !important;
        border: 2px solid #FFC107;
        background: #fff;
    }

    .card-slide {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

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

    .header-slide {
        display: flex;
        align-items: center;
        gap: 20px
    }

    .title-slide h4 {
        color: #000;
        font-size: 20px;
        font-weight: 700;
    }

    .title-slide h6 {
        color: #000;
        font-size: 14px;
        font-weight: 500;
    }

    .text-slide {
        color: #000;
        font-family: Poppins;
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
        line-height: normal;
    }

    .swiper-button-testmonials-next,
    .swiper-button-testmonials-prev {
        cursor: pointer;
    }


    @media (max-width: 768px) {
        .header-slide svg {
            width: 50px;
        }

        .title-slide h4 {
            font-size: 14px;
        }

        .swiper-testmonials .swiper-slide {
            padding: 20px;
        }
    }
/*testimoials css end*/
/*------------------------------------------------------*/
span.span_01 {
    background: #cddc39c7;
    padding: 10px 20px;
    margin: 0 20px;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0px 12px 15px #0e0e0d47;
}
.green {
    background: #27272E !important;
}
.gray {
    background: #509CF5 !important;
}
.red {
    background: #FF3D9A !important;
}
.orange {
    background: #FF9800 !important;
}
.pink {
    background: #03a9f478 !important;
}
.lets-level-up .inner-level-up {
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 7px 15px rgba(0, 0, 0, .09);
    border-radius: 20px;
}
.lets-level-up .inner-level-up img {
    border-radius: 20px;
    margin-top: 10px;
    height: 600px;
}

.img-cont img {
    object-fit: cover;
}
.lets-level-up .inner-level-up .text-cont {
    padding: 20px 0;
    margin-right: 18px;
}
.lets-level-up .inner-level-up .text-cont h2 {
    font-weight: 700;
    color: #111111;
    margin-top: 4%;
    font-size: 40px;
    line-height: 50px;
}
.text-cont p {
    font-size: 20px;
    font-weight: 600;
}
.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}
.lets-level-up .inner-level-up .text-cont input, .lets-level-up .inner-level-up .text-cont textarea {
    background: #fafafa;
    font-size: 16px;
    color: #000;
    margin: 20px 0;
    border: 1px solid #ced4da;
    padding: 30px 20px;
    border-radius: 10px;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.lets-level-up .inner-level-up .text-cont .submit-btn {
    font-size: 18px;
    color: #fff;
    background: var(--button-gradient);
    border-radius: 50px;
    padding: 11px 64px;
    float: left;
}
input.btn.submit-btn:hover {
    background: #FF9800 !important;
    transition: .5s;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
/*.our_img img {*/
/*    width: 30%;*/
/*    margin-top: 13%;*/
/*}*/
/*extra css end*/


.swiper {
    max-width: 100%;
    overflow: visible;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.swiper-slide::after {
  position: absolute;
  content: "";
  inset: 0;
  width: 30%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  /*background: linear-gradient(to bottom right, #b8b8b88f, #ffffff5e);*/
}
.swiper-slide-active::after {
  background: none;
}
.swiper-slide > div {
  text-align: center;
  /*display: none;*/
  opacity: 1;
}
.swiper-slide-active div {
  /*display: block;*/
  opacity: 1;
}

.swiper-slide h2 {
  font-size: 1.2rem;
  font-family: "Libre Baskerville", serif;
  position: relative;
}

.swiper-slide h2::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: linear-gradient(#e66465, #9198e5);
}

@keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.swiper-slide-active h2::after {
  animation: line 0.5s linear forwards;
}
.swiper-slide img {
  display: block;
  width: 30%;
  object-fit: cover;
  box-shadow: 0px 3px 17px rgb(0 0 0 / 25%);
  border-radius: 50%;
  aspect-ratio: 1/1;
}

@media (min-width: 768px) {
  .swiper-slide h2 {
    font-size: 2rem;
  }
}


.portfolio-sec {
    padding: 60px 0;
    background-color: #f5f5f5; /* Light background for contrast */
}

.headingbtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.section-heading h2,
.section-heading h3 {
    margin: 0;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    position: relative;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.portfolio-item:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.portfolio-image {
    height: 200px; /* Adjust as needed */
    background-size: cover;
    background-position: center;
    border-radius: 14px;
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000b3;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
    padding: 20px;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}
img.andriond-img {
    width: 100%;
    height: 600px;
    object-fit: scale-down;
    margin: -70px 0;
}
.header-slide img {
    background: #f5f5f5;
    border-radius: 50%;
    padding: 10px;
}
section.Experiencedteams {
    padding-bottom: 0;
}
section.ios-opption {
    padding-top: 0;
}
.client-logos__inner {
    padding: 35px 0px;
}
.client-logos {
  overflow: hidden;
  position: relative;
}

.client-logo-wrapper {
  display: flex;
  width: max-content;
}

.client-logo-slider {
  display: flex;
  width: max-content;
  margin-right: 40px;
  gap: 40px;
}

.client-logo-slider img {
  max-height: 100px; /* Adjust logo height as needed */
  margin-right: 20px; /* Adjust spacing between logos as needed */
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.client-logo-wrapper {
  display: flex;
  animation: scroll 20s linear infinite;
  gap: 40px;
}

.client-logo-slider.duplicate {
  position: absolute;
  top: 0;
  left: 100%;
}
hr.last_hr {
    margin: 0px !important;
}
.about-menu {
    columns: 1;
}
.our-theme {
    position: absolute;
    height: 510px;
    width: 200px;
    background: #ffc1078c;
    top: 0px;
    opacity: 0.1;
    z-index: -6;
    border-radius: 0px 250px 250px 0px;
}
.our-theme-two {
    position: absolute;
    height: 510px;
    width: 200px;
    background: #ffc1078c;
    top: 0px;
    opacity: 0.1;
    z-index: -6;
    border-radius: 250px 0px 0px 250px;
    right: 0;
}

/*our process css start*/
section.process {
    padding: 76px 0;
}
.process-title {
    margin: 0 auto;
}
.case-hero p, .process-title {
    width: 70%;
    text-align: center;
}
.process-title strong {
    font-size: 45px;
    font-weight: 800;
    line-height: 50px;
    padding-bottom: 5px;
}
.process-title p {
    line-height: 22px;
}
.process-content p, .process-title p {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
    font-family: Poppins, sans-serif;
}
.process-box {
    border: 1px solid;
    padding: 0 0 0 40px;
    border-radius: 55px;
    margin: 40px 0;
    width: 100%;
    height: 295px;
    overflow: hidden;
}
.process-box:hover {
    width: 100%;
    height: 295px;
    position: relative;
    transition: .3s ease-in-out;
}
.process-box.active, .process-box:hover {
    background: url(../images/process-hover.jpg) 0 0 / cover no-repeat;
    color: #fff;
}
.process-content {
    margin: 55px 0 2px;
}
.process-null1, .process-null2, .process-null3, .process-null4 {
    position: relative;
}
.process-null1::before {
    content: '';
    position: absolute;
    background-color: #FFC107;
    width: 30px;
    height: 30px;
    left: 67px;
    top: 290px;
    border-radius: 50px;
}
.process-null1:after {
    content: '';
    position: absolute;
    background: url(../images/process-before.png) 0 0 / cover no-repeat;
    width: 262px;
    height: 56px;
    left: -75px;
    top: 285px;
    transform: rotate(59deg);
    overflow: hidden;
}
.process-box:hover span, .process-content span {
    color: #ada7a721 !important;
}

.process-content span {
    font-size: 155px;
    font-weight: 700;
    position: absolute;
    z-index: -1;
    margin: -52px -40px;
}
.process-null2::before {
    content: '';
    position: absolute;
    background-color: #FFC107;
    width: 30px;
    height: 30px;
    top: 425px;
    right: -153px;
    border-radius: 50px;
}
.process-null2:after {
    content: '';
    position: absolute;
    background: url(../images/process-after.png) 0 0 / cover no-repeat;
    width: 262px;
    height: 60px;
    right: -238px;
    top: 401px;
    transform: rotate(139deg);
    overflow: hidden;
}
.process-null3::before {
    content: '';
    position: absolute;
    background-color: #FFC107;
    width: 30px;
    height: 30px;
    top: 655px;
    left: -135px;
    border-radius: 50px;
}
.process-null3:after {
    content: '';
    position: absolute;
    background: url(../images/process-after.png) 0 0 / cover no-repeat;
    width: 262px;
    height: 60px;
    left: -225px;
    top: 654px;
    transform: rotate(308deg);
    overflow: hidden;
}


/*our process css end*/
/*our process css end*/
.index-sec-4 {
    position: relative;
    padding: 5% 0;
    background: url(../images/v9_hire_bg.webp) center / cover no-repeat fixed #fee4bf;
}
.sec8-leftcontent.aos-init.aos-animate {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.sec8-leftcontent span {
    font-size: 16px;
    line-height: 27px;
    color: #686868;
    font-weight: 500;
}
.sec8-imagewrapper.aos-init.aos-animate {
    height: 100%;
    display: flex;
    align-items: center;
}
/*our process css end*/
.col-md-6.popimgarea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 0px 0px 10px;
}
.details-sec, .Experiencedimags img {
    border-radius: 16px;
    width: 100%;
    height: auto;
}
img.lazyloaded {
    border-radius: 16px;
}
.technologies-icons h2 span{
    color: #000 !important;
}
ul.clinet-logo-slider li {
    background: #fff;
    padding: 20px;
    box-shadow: rgb(252 205 67 / 46%) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    border-radius: 10px;
}
ul.client-logo-slider li {
    background: #fff;
    padding: 20px;
    box-shadow: rgb(252 205 67 / 46%) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    border-radius: 10px;
}
ul.client-logo-slider li img {
    width: 100px;
    height: 100px;
    object-fit: scale-down;
    margin: 0 auto;
}
section.case-study-sec img {
    width: 100%;
    height: 500px;
    object-fit: scale-down;
}
img.sectionleft {
    opacity: 0.3;
}
.app__maint img {
    height: 400px;
    width: 199%;
    margin: 0 auto;
    object-fit: scale-down;
}
.inner-content {
    margin: 50px 16px 0 0px;
}


input.btn.submit-btn {
    background: #FFC107;
    padding: 7px 40px;
    border-radius: 50px;
}
.btn:hover {
    color: #212529;
}


.thank-you-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.thank-you-banner .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thank-you-content {
    max-width: 600px;
    padding: 20px;
    background: #FFC107;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.thank-you-content h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  animation: fadeInDown 1s ease-out;
}

.thank-you-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  animation: fadeInUp 1s ease-out;
}

.thank-you-content .btn {
  background-color: #fff;
  color: #FFC107;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
}

.thank-you-content .btn:hover {
  background-color: #FFC107;
  color: #fff;
}

/* Animation keyframes */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/* Custom Scrollbar for WebKit browsers (Chrome, Safari) */
::-webkit-scrollbar {
    width: 12px;  /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
    background: #f0f0f0;  /* Background of the scrollbar track */
}

::-webkit-scrollbar-thumb {
    background-color: #FFC107;  /* Scrollbar thumb color */
    border-radius: 6px;  /* Rounded corners */
    border: 2px solid #f0f0f0;  /* Border around the thumb */
}

::-webkit-scrollbar-thumb:hover {
    background-color: #FFB300;  /* Thumb color on hover */
}
