@font-face {
  font-family: '"Nunito Sans", Sans-serif';
  src: url('./assets/fonts/reacth1.ttf') format('truetype');
  font-family: '"Nunito Sans", Sans-serif';
  src: url('./assets/fonts/react2.ttf') format('truetype');
}

:root {
  --black: #121212;
  --black-3: #555;
  --white: #FFFFFF;
  --gray: #c2c2c2;
  --highlight: #edf0fe;
  --lines: #E9E9E9;
  --index: calc(1vw + 1vh);
  --body: #ffffff;
  --orange: #FAE5D1;
  --green-3: #DFEFD7;
  --purpale: #E7E0EB;
  --yellow: #F9F0D2;
  --gray-box: #f2efe8;
  --pink-box: #FAE1EE;
  --vaiolate: #D3D6F0;
  --green-box: #a9d6ce;
  --pink-6: #e0d1d9
}
.service__content-3 p {
  font-family: "Nunito Sans", Sans-serif;
}
a:hover {
  color: #1a73e8 !important;
  text-decoration: none !important;
}

.section {
  margin: 7rem 0;
}

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

.bx-shadow {
  box-shadow: 0px 8px 48px #eee, 0px 4px 8px rgba(66, 71, 76, .06), 0px 0px 1px rgba(66, 71, 76, .48);
}

.h_padding-top {
  padding-top: 25px !important;
}

.h_margin-left {
  margin-left: 30px !important;
}

.owr-headding {
  padding-left: 20px;
  font-size: 20px !important;
  color: #2A2A30;
  font-weight: 400;
  text-transform: capitalize;
}

.heading {
  font-size: 26px;
  font-weight: 500;
  color: var(--black-2);
  padding-bottom: 10px;
  text-transform: capitalize;
}

.heading-2 {
  font-size: 40px;
  font-weight: 500;
  color: var(--black-2);
}

.heading-3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.3;
  color: #212529;
  padding-bottom: 25px;
}

.heading-5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: var(--black);
}

.heading-7 {
  font-size: 48px;
  font-weight: 500;
}

.heading-8 {
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  color: var(--black);
  padding: 120px 0 50px;
  opacity: 1;
}

.sticky {
  position: sticky;
  top: 0;
}

@-webkit-keyframes wcSlideBottom-2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(0eg);
  }

  75% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes skew-y-shakeing {
  0% {
    transform: skewY(-15deg);
  }

  5% {
    transform: skewY(15deg);
  }

  10% {
    transform: skewY(-15deg);
  }

  15% {
    transform: skewY(15deg);
  }

  20% {
    transform: skewY(0deg);
  }

  100% {
    transform: skewY(0deg);
  }
}

@keyframes moving {
  from {
    transform: translateY(50px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes shake {

  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes wcfadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}



.mega-menu-services {
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  border-top: 1px solid var(--gray);
}

.list-content {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
  transition: all 0.3s linear;
  width: 300px;
  padding: 10px 10px;
}

.list-content.list-content-main {
  margin-top: 0px;
  padding: 0px 0px;

}

.mega-menu li ul li a:hover::after {
  width: 80% !important;
}

.list-content:hover {
  box-shadow: 0px 8px 48px #eee, 0px 4px 8px rgba(66, 71, 76, .06), 0px 0px 5px rgba(66, 71, 76, .48);
  border-radius: 10px;
}

.list-content.list-content-main:hover {
  box-shadow: none;
}

.icon-bx img {
  padding-top: 10px;
  width: 50px;

}

.icon-content-main a:hover::after {
  width: 80% !important;
}

.menu__main {
  padding: 20px !important;
}

.icon-content.icon-content-main {
  flex: 0 0 100%;
}

.list-content .icon-content a {
  font-size: 15px;
  font-weight: 500;
  color: #2A2A30;
}

.list-content .icon-content p {
  font-size: 12px;
  padding-left: 10px;
}

.list-box {
  display: flex;
  gap: 50px;
}

.service-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  transition: all 0.3s linear;
}

.service-box-link-1 a {
  display: inline-block;
  color: var(--white);
  padding: 5px 30px;
  border: 2px solid var(--white);
  box-sizing: border-box;
  text-transform: uppercase;
}

.service-box-link-1 a:hover {
  color: var(--white) !important;
  border-radius: 10px;
}

.service-box-link-2 a:hover {
  color: var(--white) !important;
  border-radius: 10px;
}

.service-box-link-3 a:hover {
  color: var(--white) !important;
  border-radius: 10px;
}

.service-box-link-2 {
  display: flex;
  align-items: center;
}

.service-box-link-2 img {
  width: 50px;
  transform: rotate(9deg);
}

.service-box-link-2 a {
  display: inline-block;
  color: var(--white);
  padding: 5px 30px;
  border: 2px solid var(--white);
  box-sizing: border-box;
  margin-left: 100px;
  text-transform: uppercase;
}

.service-box-link-3 a {
  display: inline-block;
  color: var(--white);
  padding: 5px 30px;
  border: 2px solid var(--white);
  box-sizing: border-box;
  text-transform: uppercase;
}

.service-box-link-1 {
  margin-right: 50px;
}

.service-box-link-1 img {
  width: 40px;
  transform: rotate(-90deg) translateX(-13px);

}

.service-box-link-3 {
  margin-right: 50px;
}

.service-box-link-3 img {
  width: 40px;
  transform: translateY(-13px);
}

.Serv-btn a {
  display: inline-block;
  color: var(--white);
  padding: 5px 20px;
  background-color: #0049B7;
  margin-left: 85px;
}

.Serv-btn a:hover {
  color: var(--white) !important;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.mega-menu-3-developer {
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  padding: 0;
  /* border-top: 1px solid var(--gray); */
  border-top: 1px solid #e3e3e3;
}

.mega-menu-3-developer li ul li a {
  padding: 3px 12px;
  line-height: 17px;
  font-size: 12px;
}

.h_dvlp_heading {
  padding-left: 20px;
  font-size: 15px;
  color: #2A2A30;
  font-weight: 400;
  text-transform: capitalize;
}

.enterprise_sec {
  padding: 30px 30px;
  background-color: #1a73e8;
  width: 400px;
  height: 450px;
  display: flex;
  flex-direction: column;
}

.enterprise_sec h3 {
  font-size: 29px;
  color: var(--white);
  font-weight: 400;
}

.enterprise_sec p {
  font-size: 14px;
  color: var(--white);
  margin-top: 10px;
}

.box-img {
  margin-top: 40px;
}

.h_dvlp_card_btn {
  margin-top: 70px;
}

.c_btn {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  text-transform: capitalize;
  color: var(--black-3);
  background-color: #0049B7;
  color: var(--white) !important;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 10px;
}

.c_btn:hover {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  color: var(--white) !important;
}

.h_dvlp_card_btn a {
  padding: 6px 20px !important;
}

.box-img {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.box-img .box-i {
  width: 68px;
  height: 68px;
  border: 2px solid var(--gray);
  border-radius: 100%;
  overflow: hidden;
}

.box-img .box-i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-img-1 {
  position: relative;
  cursor: pointer;
}

.h_overlay {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  top: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all .2s ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
}

.box-img-1:hover .h_overlay {
  opacity: 1;
  z-index: 1;
  top: 0;
}

.h_overlay p {
  text-align: center;
  font-size: 17px;
  line-height: 13px;
  letter-spacing: normal;
  margin-top: 20px;
}

.h_overlay p i {
  font-size: 10px;
  list-style: none;
  font-style: normal;
}


.ourWork-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 30px;
}

.ourWork-content {
  display: flex;
  align-items: center;
  gap: 10px;

}

.ourWork-img:hover {
  border-radius: 20px;
}

.ourWork-img {
  background-color: var(--white);
  width: 70px;
  height: 70px;
  border-radius: 0px 20px 0px 20px;
  border-bottom: 2px solid var(--black);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
}

.ourWork-img img {
  width: 30px;
}

.ourWork-text h2 {
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 3px;
  color: var(--white);
}

.ourWork-text {

  width: 100px;
}

.ourWork-text h4 {
  font-size: 12px;
  font-weight: 300;
  color: var(--white);
}

.list-item-left-owk {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.list-item-right-owk {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mega-menu-company {
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  gap: 20px;
  border-top: 1px solid var(--gray);
}

.list-item-left-comp {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .list-box {
    gap: 20px;
  }

  .list-content {
    width: 250px;
  }
}

.g-consulting {
  display: flex;
  margin-top: 30px;
  border-bottom: 1px solid #fff;
}

.b-heading p {
  font-size: 13px;
  transform: rotate(-90deg) translateY(8px);
}

.b-data {
  display: flex;
  gap: 10px;
  align-items: center;
}

.b-content {
  width: 85px;
  margin-top: 30px;
}

.b-content h3 {
  font-size: 16px;
}

.b-content p {
  font-size: 12px;
}

.g-consulting-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.Schedule {
  display: flex;
  gap: 10px;
  align-items: center;
}

.Schedule img {
  width: 30px;
}

.Schedule p {
  font-size: 10px;
}

.b-img img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid var(--white);
}


.consulting_sec {
  display: flex;
  align-items: center;
  gap: 7rem;

}

.consulting_sec_content {
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mega-menu-3-ourWork {
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  border-top: 1px solid var(--gray);
}

.mega-menu-3-ourWork .h_dvlp_heading {
  font-size: 20px;
}

.mega-menu-3-ourWork .h_item:nth-child(4) {
  grid-column: 2 / span 3;
}

.h_item:nth-child(6) {
  grid-column: auto;
}

.h_item:nth-child(1) {
  grid-row: 1/ span 2;
}

.hi-450 {
  height: 450px;
}

.consulting-data-bottom {
  width: 100%;
  text-align: center;
}

.consulting-data-bottom a {
  padding: 10px 20px 10px 20px;
  font-size: 16px;
  color: var(--white);
  border: 2px solid var(--white);
}

.consulting-data-bottom:hover a {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  color: var(--white) !important;
}

@media only screen and (max-width: 767px) {}

.feature__area-2 h2 {
  color: #fff;
}

.menu-heading img {
  width: 26px;
  height: 26px;
}

.has-megamenu .animation_service_7 {
  position: absolute;
  right: 50px;
  top: 50px;
  display: flex;
  gap: 50px;
}

.has-megamenu .animation_service_7 img {
  width: 500px;
  height: 350px;
  padding-bottom: 20px;
  filter: brightness(80%);
  animation: wcSlideBottom 7s infinite linear;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .has-megamenu .animation_service_7 img {
    width: 300px;
    height: 250px;
    left: 10px;
  }
}

.nav-page {
  width: 200px;
}

.nav-page p {
  transform: rotate(-90deg) translateX(30px);
  font-size: 16px;
  color: beige;
}

#open_offcanvas_2 img {
  transform: translateY(30px);
  width: 40px;
}

.Workflow-sub-title {
  margin-top: 20px;
}

.price__area-wdp {
  background-color: var(--white);
}

.animate_content {
  margin-top: 100px;
}

.service__item-dvm img {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service__area-7-dvm {
    right: 40px;
  }

  .service__item-dvm img {
    right: -40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .service__area-7-dvm {
    left: 45px;
  }

}

.testimonial__img-4-dvm {
  border-radius: unset;
  width: unset;
}

.testimonial__feedback-4-dvm {
  font-size: 20px;
  font-weight: 500;
}

.testimonial__slide-4 {
  height: 448px;
  max-height: 448px;
}


.brand__list-dvm {
  grid-template-columns: repeat(6, 1fr);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .brand__list-dvm {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand__list-dvm {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand__list-dvm {
    grid-template-columns: repeat(3, 1fr);
  }
}

.service__content-3 {
  max-width: 100%;
}

.offcanvas__body_2 {
  display: -ms-grid;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  overflow-y: scroll;
}

.offcanvas__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}


.offcanvas__body_2 .offcanvas__content h2 {
  color: var(--white);
}

.offcanvas__body_2 .offcanvas__content ul li a {
  color: var(--white);
  display: block;
  padding: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .offcanvas__content {
    width: 350px;
    margin-top: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .offcanvas__content {
    width: 280px;
    margin-top: 130px;
  }
}


button:focus {
  background-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .workflow__area img {
    right: 50px;
  }
}

.card-2 {
  background-color: #fbd9d7;
}

.card-3 {
  background-color: #fef2cd;
}

.card-4 {
  background-color: #d3f1db;
}

.card-5 {
  background-color: #d9e7fd;
}

.card-8 {
  background-color: #ecf0f2;
}

.portfolio__item-5 img {
  filter: brightness(70%);
}

.bg-2 {
  background-image: linear-gradient(0deg, #fff 0, #ecf6fe 100%)
}

.bg-3 {
  background-image: linear-gradient(0deg, #fff 0, #feecfa 100%)
}

.carousel-item {
  left: 10.50%;
}

.w-100 {
  width: 80% !important;
}

.carousel-indicators {
  bottom: -30px;
}

.carousel-indicators [data-bs-target] {
  background-color: #000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  .heading-2 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .heading-2 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .heading-2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {

  .heading-2 {
    font-size: 24px;
  }
}

.ft-area {
  background-image: linear-gradient(0deg, #fff 0, #ecf6fe 100%);
  background-repeat: no-repeat;
  background-size: unset;
}

.mobile__btm {
  border-bottom: 1px solid var(--gray-14);
}

.border__btm {
  border-bottom: 1px solid var(--gray-14);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .br {
    display: none !important;
  }
}

.mobile-slide-4 {
  height: 500px;
  max-height: 500px;
}

@media only screen and (max-width: 767px) {

  .team__item-7.mobile__team {
    grid-template-columns: none;
  }
  .team__item-7.mobile__team.things_team {
    grid-template-columns: none !important;
  }
}

.br {
  border-right: 1px solid var(--white) !important;
}

.feature__item {
  cursor: pointer;
}

.feature__item h2 {
  color: var(--black);
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--white);
  font-weight: 700;
  font-size: 40px;
}

.accordion-andi .title {
  font-size: max(2vw, 24px);
  line-height: 1.1;
  padding-bottom: .4em;
  color: rgb(255, 255, 255);
}

.accordion-andi .text {
  font-size: max(1vw, 15px);
  line-height: 1.4;
  overflow: hidden;
  padding-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
}

.accordion-andi {
  background: var(--black);
  width: max(50vw, 280px);
  padding: 25px 30px 10px;
  border-radius: 15px;
  margin-bottom: 40px;
}

.accordion-andi h3,
.accordion-andi h4,
.accordion-andi p {
  color: var(--white);
}

.why-flt {
  text-align: start;
}

.why-flt .heading-3 {
  font-size: 20px;
}

.why-flt p {
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .table .heading {
    font-size: 13px;
  }

  .table p {
    font-size: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .table .heading {
    font-size: 13px;
  }

  .table p {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  tbody,
  td,
  tfoot,
  th,
  thead,
  tr {
    font-size: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  tbody,
  td,
  tfoot,
  th,
  thead,
  tr {
    font-size: 8px;
  }
}

@media only screen and (max-width: 767px) {

  tbody,
  td,
  tfoot,
  th,
  thead,
  tr {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .border__btm {
    border-bottom: none;
  }
  .border__btm_none {
    border-bottom: none !important;
  }
  .feature__item {
    border-bottom: 1px solid var(--white);
  }

  .br {
    border-right: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading-3 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .heading-3 {
    font-size: 23px;
  }
}

@media only screen and (max-width: 767px) {
  .heading-3 {
    font-size: 26px;
  }
}

.table thead th:nth-child(1),
.table thead th:nth-child(2),
.table thead th:nth-child(3),
.table thead th:nth-child(4),
.table thead th:nth-child(5),
.table thead th:nth-child(6),
.table thead th:nth-child(7) {
  border-right: 1px solid #d7d7d7;
}


.hire-content {
  align-items: center;
  padding-top: 80px;
}

@media (max-width: 767px) {
  .service__item-2::before {
    display: none;
  }
}

.workflow__slide {
  padding: 20px 0;
  height: 50vh;
}

.custom-div {
  width: 500px;
  height: 300px;
  padding: 50px;
  border-radius: 30px;
  mix-blend-mode: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-div {
    width: auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-div {
    width: auto;
    height: 250px;
  }
}

.custom-div-bg-1 {
  background: rgb(250, 225, 238);
}

.custom-div-bg-2 {
  background: rgb(224, 240, 255);
}

.custom-div-bg-3 {
  background: rgb(255, 237, 224);
}

.custom-div-bg-4 {
  background: rgb(211, 214, 240);
}

.custom-div-bg-6 {
  background: rgb(250, 225, 238);
}

.custom-div-bg-7 {
  background: rgb(224, 240, 255);
}

.custom-div-bg-8 {
  background: rgb(255, 237, 224);
}

.custom-div-bg-9 {
  background: rgb(211, 214, 240);
}

.main-div {
  width: 100%;
  height: 100vh;
  position: relative;
}

.top-div {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 50vh;
  background-color: var(--white);
  overflow: hidden;

}

.bottom-div {
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 50vh;
  background-color: var(--white);
  overflow: hidden;

}

.top-div h1 {
  font-size: 200px;
  font-weight: 500;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bottom-div h1 {
  font-size: 200px;
  font-weight: 500;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.top-h1 {
  bottom: 50%;
}

.bottom-h1 {
  top: -14% !important;
}

.table-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.table-content li {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d7d7d7;
}

.table-heading {
  font-size: 25px;
  font-weight: 500;
  border-radius: 10px 10px 0 0;
  border-bottom: 2px solid var(--black);
  padding: 10px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .table-heading {
    font-size: 20px;
    padding: 0 5px;
  }

  .table-content li p {
    font-size: 14px;
  }

  .table-content li {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .table-heading {
    font-size: 16px;

  }

  .table-content li p {
    font-size: 10px;
  }

  .table-content li {
    font-size: 12px;
  }
}


.c-cta-content {
  width: 100%;
  height: 100%;
  background-color: #f2efe8;
  border-radius: 1rem;
  overflow: hidden;
  padding: 100px 0;
}

.c-cta-text {
  width: 100%;
  height: 100%;
  padding: 3rem;
  display: grid;
  place-content: center;
  gap: 20px;
}

.c-cta-img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.anglr__detail-circle span {
  background-color: #1a73e8;
}

.anglr_service_6 {
  background-color: unset;
}

.model-items {
  background-color: #DFEFD7;
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.model-item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: clamp(10px, 2vw, 36px) clamp(10px, 2vw, 28px);
  border-bottom: 1px solid #d7d7d7;
}

.model-item:last-child {
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  .model-item .heading-5 {
    font-size: 16px;
  }

  .react-model-itm {
    grid-template-columns: repeat(2, 1fr) !important;

  }

  .model-item p {
    font-size: 9px;
  }
}

@media only screen and (max-width: 767px) {

  .react-model-itm {
    grid-template-columns: repeat(2, 1fr) !important;

  }
}

.disc-list {
  display: grid;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}

.disc-item {
  position: relative;
  background-color: #f2efe8;
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 24rem;
}

.disc-text {
  display: grid;
  place-content: center;
  gap: 2rem;
  padding: 2.4rem;
  width: calc(var(--index) * 30);

}

.disc-img {
  width: calc(var(--index)*26.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.disc-item:nth-child(2) {
  background-color: #fae5d1;
}

.disc-item:nth-child(3) {
  background-color: #dfefd7;
}

.disc-item:nth-child(4) {
  background-color: #f2efe8;
}

.disc-item:nth-child(5) {
  background-color: #fae5d1;
}

.disc-item:nth-child(6) {
  background-color: #dfefd7;
}

.disc-item:nth-child(7) {
  background-color: #f2efe8;
}

.disc-item:nth-child(8) {
  background-color: #fae5d1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .disc-img {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .disc-list {
    grid-template-columns: 1fr;
  }

  .disc-img {
    display: none;
  }
}

.anglr-text {
  font-size: max(1vw, 15px);
  line-height: 1.4;
  overflow: hidden;
  padding-bottom: 20px;
  display: grid;
  gap: 10px;
}

.anglr-text span {
  color: var(--black);
}

.anglr-accordions {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20vh;
}

.anglr-accordion {
  width: max(50vw, 280px);
  padding: 25px 30px 10px;
  border-radius: 15px;
  margin-bottom: 40px;
  box-shadow: 0 30px 30px -10px rgba(0, 0, 0, .3);
  background-color: var(--white);
  border: 1px solid #d7d7d7;

}

.anglr-accordion:hover {
  box-shadow: 0px 1px 10px #1a73e8, 0px 1px 8px rgba(66, 71, 76, .06), 0px 0px 1px rgba(66, 71, 76, .48);
}

.spacer {
  height: 70vh;
}

@media (max-width: 480px) {
  .accordion {
    padding: 15px 20px 8px;
  }

  .title {
    font-size: 20px;
  }
}

#horizontal-scoll {
  padding: 200px 0;
}

.horizontal-scoll-wrapper {
  overflow: hidden;
  height: 525px;
}

.horizontal {
  display: flex;
  height: 100%;
  gap: 30px;
  padding: 50px 0;
}

.horizontal>div {
  display: flex;
  flex-shrink: 0;
  padding: 0 5px;
}

.horizontal>div:first-child {
  padding: 0 5px 0 15px;
}

.horizontal>div:last-child {
  padding: 0 15px 0 5px;
}

.lara-table-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  width: 100%;
}

.next_slider {
  border-bottom: 1px solid rgba(30, 21, 21, 0.1);

}


body {
  background-color: var(--body);
}

.node-sec-2 {
  background-color: var(--green-2);
  background-image: url(./assets/imgs/shape/28.png);
  background-repeat: no-repeat;
  background-position: 80% 35%;

}

.node-box {
  position: relative;
  border-radius: 20px;
  transform-style: preserve-3d;
}

.node-box .node-card {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  width: calc(var(--index) * 25);
  height: 400px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  border-left: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 20px;
  box-shadow: 0px 25px 45px rgba(0, 0, 0, 0.5);
  transform-style: preserve-3d;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.node-box .node-card .heading-3 {
  width: 70%;
}

.node-box .node-card p {
  width: 60%;
}

.node-elements {
  position: absolute;
  top: 50px;
  right: -20px;
  width: 200px;
  height: 200px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  border-left: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 20px;
  box-shadow: 0px 25px 45px rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}


.parent {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  height: 100%;
}

.php-box {
  padding: 24px;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .parent {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .parent {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}

.php__inner-4 {
  padding: 40px;
  background-color: transparent;
  border: 1px solid var(--black);
  transition: all 0.3s linear;
  cursor: pointer;
}

.php__inner-4::after {
  position: absolute;
  content: "";
  width: 23px;
  height: 76px;
  right: -2px;
  top: calc(50% - 38px);
  background: var(--black-2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 15px 0px 0px 15px;
}

.php__inner-4:hover::after {
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  right: -1px;
  top: 0;
  border-radius: 10px;
}


.accordion-header {
  padding: 10px;
}

@media only screen and (max-width: 767px) {

  .py-sec-last .team__item-7 p {
    font-size: 10px;
  }
}


.react-model-itm {
  grid-template-columns: repeat(3, 1fr);
}

.react-tb {
  display: grid;
  gap: 15px;
  width: 100%;
  height: 100%;
}

.react-cta-text {
  text-align: center;
}


@media screen and (max-width: 767px) {
  .hero__content-6 {
    padding-top: 130px !important;
  }
}

.faq__list-3 .accordion-button {
  font-size: 22px;
}


.faq__list-3 .accordion-button:not(.collapsed)::after {
  content: "+";

}

.img-fluid {
  max-width: 100%;
  height: auto;
  float: right;
}

h3.sec-title-3 {
  font-size: 50px;
  padding-bottom: 5%;
}

.price__area {
  background-color: #ffffff;
}


#collapseOne p {
  font-weight: 200;
  margin-left: 2%;

}

h4#headingOne {
  font-size: 17px;
}

#collapseTwo p {
  font-weight: 200;
  margin-left: 2%;

}

h4#headingTwo {
  font-size: 17px;
}

#collapseThree p {
  font-weight: 200;
  margin-left: 2%;

}

h4#headingThree {
  font-size: 17px;
}

#collapseFour p {
  font-weight: 200;
  margin-left: 2%;

}

h4#headingFour {
  font-size: 17px;
}

#collapseFive p {
  font-weight: 200;
  margin-left: 2%;

}

h4#headingFive {
  font-size: 17px;
}

#collapseSix p {
  font-weight: 200;
  margin-left: 2%;

}

h4#headingSix {
  font-size: 17px;
}

#collapseSeven p {
  font-weight: 200;
  margin-left: 2%;

}

h4#headingSeven {
  font-size: 17px;
}

#collapseNine p {
  font-weight: 200;
  margin-left: 2%;

}

h4#headingNine {
  font-size: 17px;
}

#collapseTen p {
  font-weight: 200;
  margin-left: 2%;

}

h4#headingTen {
  font-size: 17px;
}

#collapseEleven p {
  font-weight: 200;
  margin-left: 2%;

}

h4#headingEleven {
  font-size: 17px;
}

#collapseTwelve p {
  font-weight: 200;
  margin-left: 2%;

}

h4#headingTwelve {
  font-size: 17px;
}

.testimonial__slide-4 {
  height: 500px;
  max-height: 500px;
}

.node-sec-2 {
  background-image: none;
}

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

.why-flt p {
  font-size: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.job__item {
  gap: 1px;
}

.font-20 {
  font-size: 20px;
}

@media screen and (max-width: 424px) {

  .brand__list-dvm {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (min-width: 425px) and (max-width: 767px) {
  .disc-text {
    width: 100% !important;
  }

  .brand__list-dvm {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .parent {
    height: auto;
  }
}

@media screen and (max-width: 767px) {

  .small_paragraph {
    padding: 10px;
  }

  .padding-1 {
    padding: 1rem !important;
  }

  .mt-sm-20 {
    margin-top: 20px !important;
  }

  .mt-sm-10 {
    margin-top: 10px !important;
  }

  .pt-sm-30 {
    padding-top: 30px !important;
  }

  .pt-sm-50 {
    padding-top: 50px !important;
  }
  .pt-sm-65 {
    padding-top: 65px !important;
  }
  .pt-sm-0 {
    padding-top: 0px !important;
  }
  .ml-sm-10 {
    margin-left: 10px !important;
  }

  .node__new1 {
    width: 100px !important;
    height: 100px !important;
  }

  .node-card.new_node_card1 {
    height: -webkit-fill-available;
  }

  .node-card.new_node_card1 p {
    width: 80% !important;
  }

  img.node_module_img {
    width: 50% !important;
  }

  .grid-0 {
    gap: 0rem;
  }

  .parent {
    height: auto;
  }

  .testimonial__slide-4 {
    height: auto;
  }

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

  .pt-sm-50 {
    padding-top: 50px !important;
  }

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

  p {
    font-size: 16px !important;
  }

  ul.lara-table-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .ft-sm-48 {
    font-size: 48px !important;
  }

  .ft-sm-20 {
    font-size: 20px !important;
  }

  .ft-sm-14 {
    font-size: 14px !important;
  }

  .ft-sm-30 {
    font-size: 30px !important;
  }

  .hero__title {
    font-size: 41px !important;
  }

  .brand__item {
    border-left: none;
    border-right: none;
  }

  .custom-div {
    width: 100%;
  }
}

.c-cta-content {
  padding: 50px 0;
}

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

.links li {
  padding: 0px 10px;
}

.links li a {
  color: #0093d7;
}

.links li a:hover {
  color: #0093d7 !important;
  border-bottom: 1px solid;
}

.links ol {
  display: flex;
  margin: 0px 160px;
}

.hero__content-6 {
  padding-top: 180px;
  position: relative;
}

.links {
  margin-block-start: 6%;
  position: absolute;
}

.brand__list.brand__list-dvm.news_list {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  background-color: transparent;
  border-bottom: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .brand__list.brand__list-dvm.news_list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand__list.brand__list-dvm.news_list {
    grid-template-columns: repeat(3, 1fr);
  }

  
  td,
  tfoot,
  th,
  thead,
  tr {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 767px) {

  .feature__item.more-1 {
    padding: 30px 0px 70px 0px;
  }

  .feature__item.more-1 h3.feature__title {
    font-size: 25px !important;
  }

  .workflow__slide {
    height: 60vh !important;
  }

  .sec-title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand__list.brand__list-dvm.news_list {
    grid-template-columns: repeat(3, 1fr);
  }

  .service__detail-circle span::after {
    width: 100px;
  }

  img.workflow__img {
    right: 0px;
  }

  .node-card.new_node_card1.node__mains {
    height: 450px;
  }

  .ft-md-25 {
    font-size: 25px;
  }

  .ft-md-30 {
    font-size: 30px;
  }

  .mb-md-0 {
    margin-bottom: 0px;
  }
}

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

@media only screen and (max-width: 767px) {
  .brand__list.brand__list-dvm.news_list {
    grid-template-columns: repeat(1, 1fr);
  }

  .pin-spacer {
    inset: auto !important;
  }

  .accordion-body p {
    font-weight: 500 !important;
  }

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

  .bold-3 {
    padding: 1.4rem !important;
  }
}

.brand__item.why-flt p {
  position: relative;
  font-size: 16px;
}

.bg-dark-1 {
  background-color: #000;
}

.light-content {
  color: #fff;
}

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

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

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

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

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

.bg-remover {
  mix-blend-mode: multiply;
}

.node__new1 {
  width: 150px;
  height: 150px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

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

.text-blue {
  color: #0093d7;
}

.new_content4 {
  background-color: #fce8d9;
  border-radius: 15px;
}

.new_content4 .tagline {
  display: inline-block;
  padding: 6px 15px;
  border-radius: 999px;
  background-color: #ffffff;
  color: #333333;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.new_content4 .tagline .dot {
  color: #ff5722;
  margin-right: 5px;
}

.new_content4 .tagline .span2 {
  font-size: 15px;
  font-weight: 600;
}

.new_content4-text {
  margin-bottom: 0;
  color: #333333;
  max-width: 600px;
}

.new_content5 {
  background-color: rgb(242, 239, 232);
  ;
  border-radius: 15px;
}

.new_content5 .tagline {
  display: inline-block;
  padding: 6px 15px;
  border-radius: 999px;
  background-color: #ffffff;
  color: #333333;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.new_content5 .tagline .dot {
  color: #1e1515;
  margin-right: 5px;
}

.new_content5 .tagline .span2 {
  font-size: 15px;
  font-weight: 600;
}

.hover__link {
  color: #fff;
}

.hover__link:hover {
  color: #0194d7;
}

.job__item:hover .job__title.api_item {
  color: #000;
}

h3.expectations {
  font-size: 22px;
  padding: 35px;
}

.mdl-tabs {
  display: flex;
}

.mdl-tabs__tab-bar {
  display: flex;
  flex-direction: column;
  width: 50%;
  border-right: 1px solid #e9e9e9;
}

.mdl-tabs__tab {
  text-align: left;
  padding: 10px 15px 10px 15px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
}

.mdl-tabs__tab.is-active {
  color: #0194d7;
  border-left: 3px solid #0194d7;
}

.mdl-tabs__panel {
  padding: 20px;
  flex-grow: 1;
  display: none;
}

.mdl-tabs__panel.active {
  display: block;
  width: -webkit-fill-available;
}

@media (max-width: 767px) {
  .mdl-tabs {
    display: block;
  }
  .heading-7 {
    font-size: 32px;
  }
  .mdl-tabs__tab-bar {
    display: none;
  }
.flex-sm-reverse {
  flex-direction: column-reverse;
}
  .mdl-tabs__panel {
    display: block !important;
    border: 1px solid #e9e9e9;
    margin-bottom: 20px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  }
}

.c-cta-content.open-source {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__body {
    width: 100%;
    display: block;
  }
  .offcanvas__menu-wrapper.mean-container .mean-bar {
    padding-top: 50px;
  }
img.iot-website-img {
  width: 30% !important;
}
}
.pb-50 {
  padding-bottom: 50px;
}
img.iot-website-img {
  width: 25%;
}
.font-85 {
  font-size: 85px;
}

.disc-item.things_item {
    height: auto !important;
}

.things-100 {
  width: 100% !important;
}
.team__item-7.mobile__team.things_team {
  grid-template-columns: 0.9fr 1fr 0fr;
}
h3.tm-name.mb-sm-20.tm-name1 {
  align-items: flex-start;
}
.font-17 {
  font-size: 17px;
}
.disc-text.things__main {
  gap: 1rem !important;
}
img.things_img {
width: 80% !important;
}
.things__node {
  background-color: #fff;
}
.consulting_sec.main__header2 {
  height: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__inner.large_mid {
  display: flex;
  align-items: flex-start;
  }
  }
  .mega-menu-3-developer {
    grid-template-columns: repeat(6, 1fr);
  }
  @media (max-width: 767px) {
    #open_offcanvas_2 img {
      transform: translateY(-5px);
      width: 18px !important;
  }
  button#open_offcanvas_2 {
      margin-top: -15px !important;
      height: 35px;
      padding: 9px;
      border-radius: 17px;
  }
  .header__area button#open_offcanvas_2 {
    padding: 10px 0px 20px 0px;
  }
  .header__nav-icon {
    grid-column: 1;
}
.offcanvas__content {
  padding-top: 250px;
}
  }
  
  .breadcrumb-sec {
    padding: 87px 0px 0px 135px;
    position: absolute;
  }
  .breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent !important;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: #666;
    padding: 0 6px;
  }

@media screen and (max-width: 767px) {
  
  .hero__content-6 {
    padding-top: 130px !important;
  }
  .solution__wrapper {
    grid-template-columns: 1fr !important; 
  }
  .breadcrumb-sec .container {
    padding-left: 0% !important;
  }
  .swiper-slide.iot_main_section {
    height: 50vh !important;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature__item {
    padding: 50px 0px;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  #open_offcanvas_2 img {
    width: 24px;
  }
  .header__area button {
    padding-left: 0px;
  }
}
.text-blue {
  color: #0093d7;
}
ol.breadcrumb li a span , ol.breadcrumb li span{
  color: gray;
  font-size: 16px;
}
.solution__wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr; 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution__wrapper {
    grid-template-columns: repeat(2, 1fr); 
  }
  .offcanvas__mid {
    height: 100vh !important;
  }

  .solution__mid {
    grid-column: 1;
  }
  .solution__right {
    grid-column: 1 / -1;
    grid-row: 1;
  }
  .ft-md-70 {
    font-size: 70px;
  }
  .swiper-slide.iot_main_section {
    height: 40vh;
}

}
/* a:hover {
  color: #fff !important;
} */
.mega-menu li a {
  text-decoration: none !important;
}

.last__imgs {
  font-size: 16px;
  margin-top: -20px;
}
.bread_sec_2 {
  padding: 100px 0px 0px 135px;
}
@media (max-width: 767px) {
  .header__area button#open_offcanvas_2 {
      padding: 50px 0px 20px 0px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1320px !important;
  }
}
ul.main-menu-3.menu-anim {
  margin-bottom: 0rem;
}
.main-menu-3 > li > a {
  text-decoration: none;
}

.main-menu-3 > li > a:hover {
  text-decoration: none;
}
ul.mega-menu.mega-menu-services , ul.mega-menu.mega-menu-3-ourWork , ul.mega-menu.mega-menu-company {
  border-top: 1px solid #e3e3e3 !important; 
  }
  .h_dvlp_heading {
    font-weight: 500;
  }
  .mega-menu li ul {
    text-align: left;
    margin: 0 20px 0 8px;
  }
  .swiper-slide.iot_main_section {
    height: 60vh;
  }
  .pl-0 {
    padding-left: 0px;
  }
  .ml-0 {
    margin-left: 0px;
  }