/* Please ❤ this if you like it! */
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext");
/* #Primary
================================================== */
:root {
  --theme-color: #34c751;
  --theme-color2: #000;
  --theme-hover: #28b544;
  --theme-hover2: #000;
  --theme-color-extra-light: rgba(40, 181, 68, 0.198);
  --theme-radius: 20px;
  --theme-btn-radius: 8px;
  --white: #fff;
  --black: #000;
  --bg-light-gray: #fbfbfb;
  --theme-light-bg: #f0fbf2;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--black);
}
b,
strong {
  font-weight: bolder;
  color: #000;
}
html {
  outline: none;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 30px;
  overflow-x: hidden;
}
body,
html {
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}
body::-moz-scrollbar {
  display: none;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #212112;
  overflow-x: hidden;
  transition: all 200ms linear;
}
.modal.fade.show {
  padding: 0 !important;
}
::selection {
  color: #fff;
  background-color: var(--black);
}
::-moz-selection {
  color: #fff;
  background-color: var(--black);
}
.theme-bg {
  background-color: var(--black);
}
.theme-text {
  color: var(--black);
}
.dark-bg {
  background-color: var(--black) !important;
}
.theme-btn {
  background-color: var(--theme-color);
  color: var(--white);
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
}
.theme-btn:hover {
  background-color: var(--theme-color) !important;
  color: var(--white) !important;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  box-shadow: 0px 20px 10px -20px var(--theme-hover) !important;
}
.btn {
  padding: 15px 30px;
  font-weight: 500;
  font-size: 16px;
  border-radius: var(--theme-btn-radius);
  -webkit-border-radius: var(--theme-btn-radius);
  -moz-border-radius: var(--theme-btn-radius);
  -ms-border-radius: var(--theme-btn-radius);
  -o-border-radius: var(--theme-btn-radius);
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--theme-color2);
  --bs-btn-border-color: var(--theme-color2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--theme-hover2);
  --bs-btn-hover-border-color: var(--theme-hover2);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--theme-hover);
  --bs-btn-active-border-color: var(--theme-hover);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--theme-color);
  --bs-btn-disabled-border-color: var(--theme-color);
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  transform: translateY(-5px);
  box-shadow: 0px 20px 10px -20px var(--theme-hover2);
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none !important;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}
.form-control:focus {
  border-color: var(--theme-color);
  outline: 0;
  box-shadow: 0 0 0 0.25rem var(--theme-color-extra-light);
}
.modal.fade .modal-dialog {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
.modal.show .modal-dialog {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.bg-light-gray {
  background-color: var(--bg-light-gray);
}
.padding-top {
  padding-top: 70px;
}
.padding-bottom {
  padding-bottom: 70px;
}
/* #Navigation
================================================== */
.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 20px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navigation-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.navbar {
  box-shadow: 0 3px 20px rgb(0 0 0 / 8%);
  background: #fff;
  padding: 10px 0;
}
.navbar-brand img {
  height: 45px;
  width: auto;
  display: block;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.navbar-brand{
  text-align: center;
}
.navbar-logo-txt{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -18px;
  gap: 5px;
  p {
    color: #000;
  }
}
.navbar-logo-line{
  width: 15px;
  height: 2px;
  background: #000;
}
.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.nav-link {
  color: #b1b1b1;
  font-weight: 400;
  transition: all 200ms linear;
}
.nav-item:hover .nav-link {
  color: var(--black) !important;
}
.nav-item:hover .nav-link i {
  color: var(--theme-color) !important;
}
.nav-item.active .nav-link {
  color: var(--black) !important;
}
.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}
.nav-item:after {
  display: none;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: var(--theme-color);
  opacity: 0;
  transition: all 200ms linear;
}
.nav-item:hover:after {
  bottom: 0;
  opacity: 1;
}
.nav-item.active:hover:after {
  opacity: 0;
}
.nav-item {
  position: relative;
  transition: all 200ms linear;
  margin-left: 10px;
}
/* #Primary style
================================================== */
.bg-light {
  background-color: transparent !important;
  transition: all 200ms linear;
}
.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 10px !important;
  margin: 0 !important;
  transition: all 200ms linear;
  margin-top: 10px;
}
.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
  background: #fcfcfc;
  border-radius: 10px;
}
a.dropdown-item {
  padding: 10px 20px;
  border-radius: var(--theme-radius);
  -webkit-border-radius: var(--theme-radius);
  -moz-border-radius: var(--theme-radius);
  -ms-border-radius: var(--theme-radius);
  -o-border-radius: var(--theme-radius);
}
.dropdown-menu {
  padding: 10px !important;
  margin: 0;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-item {
  padding: 3px 15px;
  color: #212121;
  border-radius: 2px;
  transition: all 200ms linear;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  background-color: var(--theme-color);
}
.nav-link i {
  color: var(--black);
  font-size: 14px;
  margin-left: 5px;
}
.navbar-nav {
  margin: 0 auto;
  transition: 0.7s all ease-in-out;
  -webkit-transition: 0.7s all ease-in-out;
  -moz-transition: 0.7s all ease-in-out;
  -ms-transition: 0.7s all ease-in-out;
  -o-transition: 0.7s all ease-in-out;
}
.hero-section {
  height: 100vh;
  min-height: 950px;
  display: flex;
  align-items: center;
}
.hero-left {
  position: relative;
}
.hero-section h1 {
  font-size: 50px;
  line-height: 65px;
}
.hero-section p {
  margin: 15px 0 35px;
  font-size: 20px;
  line-height: 35px;
  color: #a1a1a1;
}
.hero_section_icon img {
  width: 100%;
  max-width: 60px;
  margin-bottom: 20px;
}
.hero_section_icon_1 img {
  position: absolute;
  width: 100%;
  max-width: 130px;
  margin-bottom: 20px;
  top: -40px;
  right: 70px;
  filter: blur(10px);
  -webkit-filter: blur(10px);
}
.hero_section_icon_2 img {
  position: absolute;
  width: 100%;
  max-width: 130px;
  margin-bottom: 20px;
  bottom: 70px;
  left: 70px;
  filter: blur(10px);
  -webkit-filter: blur(10px);
}
.hero_section_icon_4 img {
  position: absolute;
  width: 100%;
  max-width: 130px;
  margin-bottom: 20px;
  left: 699px;
  filter: blur(3px);
  -webkit-filter: blur(3px);
  bottom: 200px;
}
.hero_section_icon_3 img {
  position: absolute;
  width: 100%;
  max-width: 70px;
  margin-bottom: 20px;
  bottom: 70px;
  left: 70px;
  filter: blur(0px);
  -webkit-filter: blur(0px);
}
.float-img {
  animation: floatting-img 3s 1, float-t 2.4s 3s infinite;
  -webkit-animation: floatting-img 3s 1, float-t 2.4s 3s infinite;
}
.float-img-3 {
  animation: floatting-img 4s 1, float-t 3.4s 4s infinite;
  -webkit-animation: floatting-img 4s 1, float-t 3.4s 4s infinite;
}
.float-img-4 {
  animation: floatting-img 3.5s 1, float-t 3.4s 3.5s infinite;
  -webkit-animation: floatting-img 3.5s 1, float-t 3.4s 3.5s infinite;
}
.float-img-1 {
  animation: floatting-img 3.5s 1, float-t 3.4s 3.5s infinite;
  -webkit-animation: floatting-img 3.5s 1, float-t 3.4s 3.5s infinite;
}
@keyframes floatting-img {
  0% {
    transform: translate(0, -0px);
  }
  100% {
    transform: translate(0, -100px);
  }
}
@keyframes float-t {
  0% {
    transform: translatey(-100px);
  }
  50% {
    transform: translatey(-90px);
  }
  100% {
    transform: translatey(-100px);
  }
}
.hero_section_form {
  padding: 20px 20px;
  width: 65%;
  margin: 0 auto;
  background: var(--white);
  border-radius: var(--theme-radius);
  -webkit-border-radius: var(--theme-radius);
  -moz-border-radius: var(--theme-radius);
  -ms-border-radius: var(--theme-radius);
  -o-border-radius: var(--theme-radius);
}
.hero-section-bg {
  position: absolute;
  background-color: #ffffff;
  width: 100vw;
  height: 100%;
  left: -76%;
  top: 340px;
  z-index: -1;
  background-image: url(../img/bg-lines.svg);
  background-repeat: no-repeat;
  transform: rotate(135deg);
  opacity: 0.1;
}
canvas#stars {
  position: absolute;
  z-index: -1;
}
.hero-image img {
  width: 100%;
}
.theme-color {
  color: var(--theme-color);
}
.section-title h2 {
  font-size: 50px;
  line-height: 65px;
}
.section-title p {
  margin: 15px 0 25px;
  text-align: center;
}
.method-inner p {
  text-align: center;
  font-size: 16px;
}
.jumbotron-section {
  background-image: url(../img/whatsapp_bg1.png);
  padding: 80px 0;
}
.jumbotron-inner {
  position: relative;
  color: var(--white);
  text-align: center;
}
.jumbotron-inner h3 {
  color: var(--white);
}
.dark-layer {
  position: relative;
}
.dark-layer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #1d2623f0;
}
.work-section-img {
  position: relative;
  display: block;
  padding-top: 70%;
}
.work-section-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.arrow-svg {
  position: absolute;
  bottom: -40px;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.arrow-svg img {
  width: 100%;
  max-width: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
.arrow-svg-direction img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.swiper {
  width: 100%;
  height: 100%;
  padding: 20px 10px;
}
.testimonial-slider .swiper-button-next {
  right: -60px;
}
.testimonial-slider .swiper-button-prev {
  left: -60px;
}
.method-slider .swiper-slide::before {
  content: "";
  position: absolute;
  background-image: url(../img/right-arrow.svg);
  width: 25px;
  height: 25px;
  top: 50%;
  right: -30px;
  left: auto;
  bottom: 0;
  z-index: 999;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.method-slider .swiper-slide.last-swiper-slide::before {
  display: none;
}
.swiper-slide {
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-button {
  background: #fff;
  height: 50px;
  width: 50px;
  color: var(--theme-color);
  border: 2px solid #efefef;
  border-radius: var(--theme-radius);
  -webkit-border-radius: var(--theme-radius);
  -moz-border-radius: var(--theme-radius);
  -ms-border-radius: var(--theme-radius);
  -o-border-radius: var(--theme-radius);
}
.swiper-button::after {
  content: "" !important;
}
.swiper-pagination-bullet-active {
  background-color: var(--theme-color);
}
.nav-pills .nav-item {
  margin: 0 0 10px;
}
.nav-pills .nav-item:last-of-type {
  margin: 0 0;
}
.nav-pills .nav-item .nav-link {
  padding: 10px 20px !important;
  width: 100%;
  text-align: left;
}
.nav-pills .nav-item .nav-link.active {
  background-color: var(--theme-color) !important;
  color: var(--white) !important;
}
.nav-pills .nav-item:hover .nav-link {
  background-color: var(--theme-color) !important;
  color: var(--white) !important;
}
.nav-pills .nav-item:hover:after,
.nav-pills .nav-item:after {
  display: none !important;
}
.nav-pills {
  display: block;
  width: 100%;
  max-width: 190px;
  margin-right: 20px;
  background-color: var(--theme-light-bg);
  padding: 10px 10px;
  border-radius: var(--theme-radius);
  -webkit-border-radius: var(--theme-radius);
  -moz-border-radius: var(--theme-radius);
  -ms-border-radius: var(--theme-radius);
  -o-border-radius: var(--theme-radius);
}
.tab-section .tab-content {
  display: flex;
  align-items: center;
}
/* #Link to page
================================================== */
.logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  transition: all 250ms linear;
}
.logo img {
  height: 26px;
  width: auto;
  display: block;
  filter: brightness(10%);
  transition: all 250ms linear;
}
.column-section [class^="col"] {
  margin-bottom: 70px !important;
}
.feature {
  background: var(--white);
  padding: 60px 20px 40px;
  height: 100%;
  border-radius: var(--theme-radius);
  -webkit-border-radius: var(--theme-radius);
  -moz-border-radius: var(--theme-radius);
  -ms-border-radius: var(--theme-radius);
  -o-border-radius: var(--theme-radius);
  box-shadow: 0px 0px 10px #e5e5e5;
  position: relative;
}
.feature::before {
  content: "";
  background: linear-gradient(
      to right top,
      #02de9e 0%,
      rgb(255 255 255 / 0%) 20%,
      rgb(255 255 255 / 0%) 80%,
      #02de9e 100%
    ),
    linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%));
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: -2px;
  top: -2px;
  z-index: -1;
  border-radius: var(--theme-radius);
  -webkit-border-radius: var(--theme-radius);
  -moz-border-radius: var(--theme-radius);
  -ms-border-radius: var(--theme-radius);
  -o-border-radius: var(--theme-radius);
}
.feature p {
  margin: 0;
}
.feature-icon {
  width: 100%;
  background: #02de9e;
  box-shadow: 0px 10px 30px -10px #02de9e;
  margin-bottom: 30px;
  max-width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--theme-radius);
  -webkit-border-radius: var(--theme-radius);
  -moz-border-radius: var(--theme-radius);
  -ms-border-radius: var(--theme-radius);
  -o-border-radius: var(--theme-radius);
  position: absolute;
  top: -40px;
}
.feature-icon img {
  width: 100%;
  max-width: 50px;
}
.feature h4 {
  line-height: 38px;
}
.feature2::before {
  background: linear-gradient(
      to right top,
      #f96767 0%,
      rgb(255 255 255 / 0%) 20%,
      rgb(255 255 255 / 0%) 80%,
      #f96767 100%
    ),
    linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%));
}
.feature2 .feature-icon {
  background: #f96767;
  box-shadow: 0px 10px 30px -10px #f96767;
}
.feature3::before {
  background: linear-gradient(
      to right top,
      #fbba54 0%,
      rgb(255 255 255 / 0%) 20%,
      rgb(255 255 255 / 0%) 80%,
      #fbba54 100%
    ),
    linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%));
}
.feature3 .feature-icon {
  background: #fbba54;
  box-shadow: 0px 10px 30px -10px #fbba54;
}
.feature4::before {
  background: linear-gradient(
      to right top,
      #5695f4 0%,
      rgb(255 255 255 / 0%) 20%,
      rgb(255 255 255 / 0%) 80%,
      #5695f4 100%
    ),
    linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%));
}
.feature4 .feature-icon {
  background: #5695f4;
  box-shadow: 0px 10px 30px -10px #5695f4;
}
.feature5::before {
  background: linear-gradient(
      to right top,
      #1dd8dd 0%,
      rgb(255 255 255 / 0%) 20%,
      rgb(255 255 255 / 0%) 80%,
      #1dd8dd 100%
    ),
    linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%));
}
.feature5 .feature-icon {
  background: #1dd8dd;
  box-shadow: 0px 10px 30px -10px #1dd8dd;
}
.tab-section {
  width: 100%;
  max-width: 70%;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion-button {
  background: var(--theme-light-bg);
  color: var(--black);
  font-weight: 600;
  font-size: 17px;
  padding: 20px 20px;
}
.accordion-item {
  margin-bottom: 20px;
}
.accordion-button:not(.collapsed) {
  background: var(--theme-light-bg);
  color: var(--black);
}
.accordion-button:focus {
  border: none;
  box-shadow: none;
}
.item-text img {
  margin: 0 auto 5px;
  width: 100%;
}
.items__layer .items__item {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  max-width: 100px;
  height: 100px;
  width: 80px;
}
.items__layer.layer {
  width: 100%;
}
.items__layer:nth-child(1) .items__item {
  top: 0;
  left: 0;
}
.items__layer:nth-child(2) .items__item {
  top: 40px;
  left: 600px;
}
.items__layer:nth-child(3) .items__item {
  top: 650px;
  left: 70px;
}
.items__layer:nth-child(4) .items__item {
  top: 530px;
  right: 0px;
}
.items__layer:nth-child(5) .items__item {
  top: 10px;
  right: 110px;
}
.items__layer:nth-child(6) .items__item {
  top: 390px;
  left: -180px;
}
.items__layer:nth-child(7) .items__item {
  top: 230px;
  right: -230px;
}
.items__layer:nth-child(8) .items__item {
  top: 620px;
  right: 410px;
}
.items__layer:nth-child(9) .items__item {
  top: 500px;
  left: 400px;
}
.items__layer:nth-child(7) .items__item img {
  width: 100px;
}
.show-video .navigation-wrap {
  z-index: 997;
}
.video-wrapper {
  --color: #1f242d;
  --color-invert: #ffffff;
  --clip-path: circle(0px at left);
  --clip-path-hover: circle(50px at left);
  --clip-path-clicked: circle(100vw at left);
  --duration: 0.4s;
  --timing-function: ease;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 998;
  width: 100%;
}
.video-wrapper .video {
  height: 320px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 100px;
  -webkit-clip-path: var(--clip-path);
  clip-path: var(--clip-path);
  transition: -webkit-clip-path var(--duration) var(--timing-function);
  transition: clip-path var(--duration) var(--timing-function);
  transition: clip-path var(--duration) var(--timing-function),
    -webkit-clip-path var(--duration) var(--timing-function);
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
}
.video-wrapper .video video {
  position: fixed;
  background: #c4cbde;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.video-wrapper .text {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2px;
  opacity: var(--opacity, 1);
  transition: opacity 0.3s var(--timing-function) 0.2s;
  background: #c1c1c136;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  backdrop-filter: blur(5px);
}
.video-wrapper .text::before,
.video-wrapper .text::after {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  right: 25px;
  height: 0;
}
.video-wrapper .text::before {
  display: none;
  box-shadow: 26px 0 0 1px var(--color);
  right: var(--r, 100%);
  opacity: var(--opacity, 0);
  transition: right 0.5s ease-in, opacity 0.1s linear;
}
.video-wrapper .text::after {
  box-shadow: 26px 0 0 1px var(--color-invert);
  -webkit-clip-path: var(--clip-path);
  clip-path: var(--clip-path);
  transition: -webkit-clip-path var(--duration) var(--timing-function);
  transition: clip-path var(--duration) var(--timing-function);
  transition: clip-path var(--duration) var(--timing-function),
    -webkit-clip-path var(--duration) var(--timing-function);
}
.video-wrapper .text > span::before,
.video-wrapper .text > span::after {
  content: attr(data-text);
  padding-left: 26px;
}
.video-wrapper .text > span::before {
  color: var(--color);
}
.video-wrapper .text > span::after {
  color: var(--color-invert);
  -webkit-clip-path: var(--clip-path);
  clip-path: var(--clip-path);
  transition: -webkit-clip-path var(--duration) var(--timing-function);
  transition: clip-path var(--duration) var(--timing-function);
  transition: clip-path var(--duration) var(--timing-function),
    -webkit-clip-path var(--duration) var(--timing-function);
  position: absolute;
  left: 0;
}
.video-wrapper input {
  width: 100px;
  height: 100px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 40px;
  outline: none;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.video-wrapper input:focus {
  outline: 0;
}
.video-wrapper input:hover ~ .video {
  -webkit-clip-path: var(--clip-path-hover);
  clip-path: var(--clip-path-hover);
  margin-left: 0;
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
}
.video-wrapper input:hover ~ .text::before {
  --r: 25px;
  --opacity: 1;
}
.video-wrapper input:hover ~ .text::after {
  -webkit-clip-path: var(--clip-path-hover);
  clip-path: var(--clip-path-hover);
}
.video-wrapper input:hover ~ .text > span::after {
  -webkit-clip-path: var(--clip-path-hover);
  clip-path: var(--clip-path-hover);
}
.video-wrapper input:hover ~ .text {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  opacity: 0;
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
}
.video-wrapper .text {
  margin-left: -100px;
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
}
.video-wrapper input:checked {
  width: 100%;
  height: 100%;
  border-radius: 0;
  position: fixed;
  top: 0;
}
.video-wrapper input:checked ~ .video {
  -webkit-clip-path: var(--clip-path-clicked);
  clip-path: var(--clip-path-clicked);
}
.video-wrapper input:checked ~ .text {
  --opacity: 0;
  transition: opacity 0.3s var(--timing-function);
}
.video-wrapper input:checked ~ .text::after {
  -webkit-clip-path: var(--clip-path-clicked);
  clip-path: var(--clip-path-clicked);
}
.video-wrapper input:checked ~ .text > span::after {
  -webkit-clip-path: var(--clip-path-clicked);
  clip-path: var(--clip-path-clicked);
}
.hero-section-video-image {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section-video-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 500px;
  left: auto;
  right: auto;
  object-fit: cover;
  border-radius: 40px;
}
.video-image-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 500px;
  left: auto;
  right: auto;
  background: #58585873;
  border-radius: 40px;
}
.hero-section-video {
  margin: 70px 0;
}
body.show-video {
  overflow: hidden;
}
/* how it's work */
.feature_image {
  width: 40%;
  float: left;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 40px;
}
.feature_image img {
  width: 100%;
  position: relative;
  top: 60px;
  z-index: -1;
}
.line {
  z-index: 0;
  position: absolute;
}
article.article_row {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
}
.feature_number {
  position: relative;
  left: -30px;
}
.line::before {
  color: red;
  content: "";
  display: block;
  position: absolute;
  border-right: 3px solid red;
  top: 0;
  right: 0;
  height: 0;
  transition: all 0.5s ease 0s;
}
.active .line::before {
  height: 100%;
  transition: all 1s ease 0s;
}
.dot {
  position: relative;
  background-color: #b3b3b3;
  color: #fff;
  width: 3em;
  height: 3em;
  line-height: 3em;
  font-size: 1em;
  font-weight: bold;
  border-radius: 100%;
  text-align: center;
  z-index: 1;
  display: inline-block;
}
.feature_number span {
  width: 35px;
  height: 35px;
  background-color: #b3b3b3;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  left: 45%;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
}
.active .dot {
  background-color: #000;
  color: var(--white);
  transition: 1s;
}
.feature_number.revealer.active .border_scroll {
  border-color: var(--theme-color2);
  transition: 3s;
}
.feature_number.revealer.active .border_scroll_2 {
  border-color: var(--theme-color2);
  transition: 3s;
}
.border_scroll {
  position: absolute;
  border-left: 3px solid #d8d8d8;
  height: 315px;
  left: 33px;
  margin: 0 auto;
  top: 52px;
  border-bottom: 2px solid #d8d8d8;
  width: 410px;
  border-bottom-left-radius: 8px;
}
.border_scroll_2 {
  position: absolute;
  border-right: 3px solid #d8d8d8;
  height: 315px;
  right: -36px;
  margin: 0 auto;
  top: 52px;
  border-bottom: 2px solid #d8d8d8;
  width: 410px;
  border-bottom-right-radius: 8px;
  z-index: -1;
}
.feature_image_text {
  padding: 40px 50px 0;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
}
p {
  margin: 0;
  color: #7a7a7a;
  font-size: 18px;
  line-height: 28px;
}
.second_article_row {
  position: relative;
  top: -18px;
}
.third_article_row {
  position: relative;
  top: -36px;
}
.forth_article_row {
  position: relative;
  top: -38px;
}
.forth_article_row .border_scroll_2 {
  top: 34px;
}
.footer-section {
  position: relative;
  background: #f9f9f9;
}
.footer-left img {
  margin-bottom: 15px;
  width: 100%;
  max-width: 160px;
}
ul.footer-links {
  margin: 0;
  padding: 0;
}
ul.footer-links li {
  list-style: none;
}
ul.footer-links li a {
  color: #818080;
  text-decoration: none;
  margin: 0;
  padding: 4px 0;
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
ul.footer-links li a:hover {
  color: #000;
  text-decoration: none;
  transition: all 0.5s ease;
  border-top-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0);
}
ul.footer-links li a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #546180;
}
ul.footer-links li a:hover::before {
  -webkit-transform: translate(-60.9845px, 0) rotate(270deg);
  -moz-transform: translate(-60.9845px, 0) rotate(270deg);
  transform: translate(-60.9845px, 0) rotate(270deg);
  background-color: #000;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  top: 10px;
}
.footer-left {
  padding-right: 30px;
}
.footer-social {
  padding-left: 40px;
}
.footer-social h6 {
  font-size: 20px;
  font-weight: 600;
}
.beneficial-section .mySwiper {
  padding: 60px 30px;
}
.features_sec ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features_sec ul li {
  margin: 0 20px;
  width: 25%;
  float: left;
  padding: 20px 20px;
  list-style: none;
  border-radius: var(--theme-radius);
  text-align: left;
  box-shadow: 0px 0px 10px #e5e5e5;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  background-color: #fff;
  -webkit-border-radius: var(--theme-radius);
  -moz-border-radius: var(--theme-radius);
  -ms-border-radius: var(--theme-radius);
  -o-border-radius: var(--theme-radius);
}
.features_text {
  position: relative;
  z-index: 9;
}
li.feature_li.feature_li_skill .feature_li_span {
  background: #46dfff;
  position: absolute;
  top: 0;
  left: -220px;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  transform: rotate(-25deg);
  z-index: 9;
  transition: 0.5s;
  opacity: 0.5;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
}
li.feature_li.feature_li_skill .feature_li_span_2 {
  background: #46dfff47;
  padding: 70px 40px;
  position: absolute;
  top: -100px;
  left: 80px;
  width: 100%;
  border-radius: 0 30px 0;
  transform: rotate(-25deg);
  z-index: -1;
  filter: blur(31px);
}
.features_img {
  height: 80px;
  text-align: center;
}
.features_img.skill-img img {
  background-image: linear-gradient(
    to right bottom,
    #8ce9fc,
    #75dbf3,
    #5cceea,
    #3dc0e1,
    #01b3d9
  );
  box-shadow: 10px 10px 0px #46dfff78;
}
.features_text h3 {
  font-size: 20px;
  padding: 40px 0px 0px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #000;
}
.section-features2 .right .features_text p {
  color: #000 !important;
  font-size: 20px !important;
}
.features_sec ul li img {
  padding: 15px 15px;
  border-radius: 10%;
  width: 80px;
}
.features_img.effort-img img {
  background-image: linear-gradient(
    to right bottom,
    #ff939a,
    #fd838a,
    #fb737b,
    #f8626a,
    #f4505a
  );
  box-shadow: 10px 10px 0px #f5555f8c;
}
.features_img.half-img img {
  background-image: linear-gradient(
    to right bottom,
    #fdae49,
    #f4a23c,
    #ec962e,
    #e38b1e,
    #da7f0a
  );
  box-shadow: 10px 10px 0px #fdc580;
}
li.feature_li.feature_li_effort .feature_li_span {
  background-image: linear-gradient(
    to right bottom,
    #ff939a,
    #fd838a,
    #fb737b,
    #f8626a,
    #f4505a
  );
  top: auto;
  bottom: -200px;
  border-radius: 50%;
  left: 0;
  width: 300px;
  height: 300px;
  position: absolute;
  transform: rotate(-25deg);
  z-index: 9;
  transition: 0.5s;
  opacity: 0.5;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
}
li.feature_li.feature_li_effort .feature_li_span_2 {
  background: #ff979d66;
  z-index: -2;
  border-radius: 50%;
  position: absolute;
  padding: 0;
  top: -100px;
  left: 80px;
  border-radius: 0 30px 0;
  height: 200px;
  width: 200px;
  filter: blur(31px);
}
li.feature_li.feature_li_half .feature_li_span {
  background-image: linear-gradient(
    to right bottom,
    #fdae49,
    #f4a23c,
    #ec962e,
    #e38b1e,
    #da7f0a
  );
  top: 20px;
  left: 220px;
  position: absolute;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  transform: rotate(-25deg);
  z-index: 9;
  transition: 0.5s;
  opacity: 0.5;
}
li.feature_li.feature_li_half .feature_li_span_2 {
  background: #fdae494f;
  z-index: -3;
  padding: 70px 40px;
  position: absolute;
  top: -100px;
  filter: blur(31px);
  left: 80px;
  width: 100%;
  border-radius: 0 30px 0;
  transform: rotate(-25deg);
  z-index: -1;
}
/* Style the tab */
.tab {
  box-shadow: 0px 0px 10px #e5e5e5;
  padding: 30px 30px;
  border-radius: var(--theme-radius);
  -webkit-border-radius: var(--theme-radius);
  -moz-border-radius: var(--theme-radius);
  -ms-border-radius: var(--theme-radius);
  -o-border-radius: var(--theme-radius);
  height: 170px;
  position: relative;
  background-color: var(--white);
  margin-top: 60px;
}
.tab_bg {
  content: "";
  position: absolute;
  top: 25px;
  left: 0px;
  right: 0;
  bottom: 0;
  width: 150%;
  height: 150%;
  background: aliceblue;
  z-index: 0;
  border-radius: 30px;
  transform: rotate(-35deg);
}
.tabInner {
  float: left;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
  grid-auto-rows: minmax(50px, auto);
  width: auto;
  transform: translateY(-70px);
}
.tab-right-section {
  width: 100%;
  float: right;
  position: relative;
}
/* Style the buttons inside the tab */
.tab button.tablinks {
  background-color: inherit;
  color: black;
  padding: 16px 16px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  font-size: 17px;
  border-radius: var(--theme-radius);
  -webkit-border-radius: var(--theme-radius);
  -moz-border-radius: var(--theme-radius);
  -ms-border-radius: var(--theme-radius);
  -o-border-radius: var(--theme-radius);
}
.tab button.tablinks.active {
  outline: 3px solid #fff;
}
.tab button.tablinks.tablinks1 {
  background: #02de9e;
  box-shadow: 0px 10px 30px -10px #02de9e;
}
.tab button.tablinks.tablinks2 {
  background: #f96767;
  box-shadow: 0px 10px 30px -10px #f96767;
}
.tab button.tablinks.tablinks3 {
  background: #fbba54;
  box-shadow: 0px 10px 30px -10px #fbba54;
}
.tab button.tablinks.tablinks4 {
  background: #5695f4;
  box-shadow: 0px 10px 30px -10px #5695f4;
}
/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  width: 100%;
  border-left: none;
  height: 300px;
  display: none;
}
.tabcontentMainInner h3 {
  text-transform: capitalize;
}
.tabcontentMainInner {
  padding-left: 30px;
}
.tabcontentMainInner p {
  margin-bottom: 0;
}
/* Clear floats after the tab */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.tab button.tablinks svg {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.tabcontentInner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* about us page */
.other-page-header {
  backdrop-filter: blur(9px);
}
.other-page-header .nav-link {
  color: var(--white) !important;
}
.other-page-header .nav-link i {
  color: var(--white) !important;
}
.about-page-header {
  padding: 100px 0px 30px;
  background: url(../img/page-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.about-page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000066;
}
.about-header-inner {
  position: relative;
}
.container.facts .facts-text {
  background: linear-gradient(rgb(7 28 53 / 50%), rgb(7 28 53 / 90%)),
    url(../img/creative-people-working.jpg) center right no-repeat;
  background-size: cover;
}
.container.facts .facts-text .h-100 {
  padding: 6rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container.facts .facts-counter {
  background: linear-gradient(
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.9)
  );
  background-size: cover;
}
.facts-counter-card {
  display: inline-block;
  padding: 60px 50px 50px;
  border-radius: var(--theme-radius);
  -webkit-border-radius: var(--theme-radius);
  -moz-border-radius: var(--theme-radius);
  -ms-border-radius: var(--theme-radius);
  -o-border-radius: var(--theme-radius);
  box-shadow: 0px 0px 10px #e5e5e5;
  position: relative;
  text-align: center;
  margin: 15px 0;
}
.facts-counter-card:nth-child(1) {
  background: #02de9e;
  box-shadow: 0px 10px 30px -10px #02de9e;
}
.facts-counter-card h2 {
  color: var(--white);
}
.facts-counter-card p {
  color: var(--white);
  margin: 0;
}
.facts-counter-card:nth-child(2) {
  top: 50px;
  right: -30px;
  background: #f96767;
  box-shadow: 0px 10px 30px -10px #f96767;
}
.facts-counter-card:nth-child(3) {
  background: #5695f4;
  box-shadow: 0px 10px 30px -10px #5695f4;
}
.facts-counter-card:nth-child(4) {
  top: 50px;
  right: -30px;
  background: #fbba54;
  box-shadow: 0px 10px 30px -10px #fbba54;
}
.facts-right {
  padding-left: 40px;
}
/*** Team ***/
.team-item {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
}
.team-item img {
  transition: 0.5s;
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.team-item:hover img {
  transform: scale(1.1);
}
.team-text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -50px;
  opacity: 0;
  transition: 0.5s;
}
.team-item:hover .team-text {
  bottom: 0;
  opacity: 1;
}
.team-item a.btn {
  color: var(--black);
}
.team-item a.btn:hover {
  color: #ffffff;
  background: var(--black);
  border-color: var(--black);
}
.team-text .btn {
  padding: 15px 20px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-img {
  text-align: center;
}
.contact-img img {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.container.contact .contact-map {
  background: linear-gradient(rgb(7 28 53 / 50%), rgb(7 28 53 / 90%)),
    url(../img/contact.jpg) center right no-repeat;
  background-size: cover;
}
.container.contact .contact-map .h-100 {
  padding: 6rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container.contact .contact-form {
  padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
  padding-top: 130px;
  padding-bottom: 130px;
}
.container.facts .facts-text {
  padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
}
.contact-sec {
  margin-bottom: 40px;
}
.card-sub {
  box-shadow: 0px 0px 20px #e4e4e4;
  border-radius: 20px;
}
img.contact-sec-card-img {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 160px;
  z-index: -1;
  opacity: 0.2;
}
.card-1 {
  padding: 7px 20px;
  margin-bottom: 10px;
  border-radius: 10px;
  position: relative;
  height: 200px;
  clip-path: inset(-70px 0px 0 0);
}
.card-1 a {
  color: #000;
  margin-bottom: 5px;
  display: inline-block;
  text-decoration: none;
}
.card-1 .card-1-image {
  display: inline-block;
  position: absolute;
  top: -40px;
  border-radius: 50%;
}
.card-1 .card-1-image img {
  width: 100%;
  max-width: 70px;
}
h4.contact-page-heading {
  color: #e76156;
  border-radius: 10px;
  font-size: 21px;
  font-weight: bold;
  margin: 45px 0 18px;
}
.card-1 p {
  display: block;
  color: #000;
}
.card-1 p span {
  padding-bottom: 7px;
  display: inline-block;
  text-shadow: 0px 0px 1px #000;
}
.service-card h4 {
  line-height: 35px;
  font-weight: 600;
  font-size: 20px;
  position: relative;
  padding-left: 20px;
}
.service-card {
  background: var(--white);
  padding: 20px 20px;
  height: 100%;
  border-radius: 10px;
  -moz-border-radius: var(--theme-radius);
  -ms-border-radius: var(--theme-radius);
  -o-border-radius: var(--theme-radius);
  position: relative;
  border: 2px solid #e3e3e3;
}
.service-card p {
  font-size: 16px;
}
.service-card-icon {
  background-color: #f9f9f9;
  box-shadow: 0px 10px 30px -10px #c0c0c0;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 15px;
  border-radius: var(--theme-radius);
  position: relative;
}
.service-card-bottom-border {
  margin: 10px 0 30px;
  height: 3px;
  width: 70px;
  background-color: #000;
  box-shadow: 0px 0px 2px 0px #c0c0c0;
  border-radius: 30px;
}
.case-study-showcase {
  position: relative;
  display: block;
  padding-top: 60%;
}
.case-study-showcase img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.case-study-row {
  margin: 40px 0;
}
.case-study-text p {
  margin: 0;
}
.cards-inner {
  padding-right: 50px;
}
.testimonial-section {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  width: calc(min(90rem, 85%));
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .testimonial-section {
    column-gap: 5rem;
  }
}
.testimonial-section .cards {
  overflow: auto;
  height: 320px;
}
.testimonial-section .cards::-webkit-scrollbar {
  width: 5px;
}
.testimonial-section .cards::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}
.testimonial-section .cards::-webkit-scrollbar-thumb {
  background-color: #000;
  margin: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.testimonial-section .cards {
  grid-column: span 12;
  display: grid;
  gap: 2rem;
}
.testimonial-section .cards .card {
  cursor: pointer;
  padding: 2em;
  border-radius: 1rem;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 2.188rem;
  align-items: center;
  transition: 0.3s;
  position: relative;
  border: 0.094rem solid transparent;
}
.testimonial-section .cards .card img {
  display: block;
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 50%;
  filter: grayscale(1);
  transition: 0.5s;
}
.testimonial-section .cards .card > div h3 {
  text-transform: capitalize;
  font-size: 1.025rem;
}
.testimonial-section .cards .card > div p {
  text-transform: capitalize;
  color: #767676;
  font-size: 0.9rem;
}
.testimonial-section .cards .card.active {
  background: #fff;
  border: 0.094rem solid #0f172a14;
}
.testimonial-section .cards .card.active .gradient {
  background-image: linear-gradient(
    to right,
    #4755690a,
    #34c751,
    #28b544,
    #4755690a
  );
  width: 50%;
  height: 2px;
  position: absolute;
  content: "";
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0.125rem 0.75rem #4343c84d;
}
.testimonial-section .cards .card.active img {
  filter: grayscale(0);
}
.testimonial-section .content {
  grid-column: span 7;
  position: relative;
  width: 100%;
  overflow: inherit;
  margin-top: 2rem;
}
.testimonial-section .content .contentBox {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
}
.testimonial-section .content .contentBox .text {
  padding-bottom: 2rem;
}
.testimonial-section .content .contentBox h2 {
  transition: 0.5s;
  opacity: 0;
}
.testimonial-section .content .contentBox p {
  transition: 0.5s;
  opacity: 0;
  margin-top: 1.25rem;
}
.testimonial-section .content .contentBox span {
  display: inline-block;
  transition: 0.5s;
  opacity: 0;
  margin-top: 0.625rem;
}
.testimonial-section .content .contentBox span svg {
  width: 1.25rem;
  color: #eca633;
}
.testimonial-section .content .contentBox.active h2 {
  opacity: 1;
  transition-delay: 0.5s;
}
.testimonial-section .content .contentBox.active span {
  opacity: 1;
  transition-delay: 0.7s;
}
.testimonial-section .content .contentBox.active p {
  opacity: 1;
  transition-delay: 0.9s;
}
body::-webkit-scrollbar {
  width: 0.8em;
}
body::-webkit-scrollbar-track {
  box-shadow: none;
  background-color: #dddddd;
  padding: 20px;
}
body::-webkit-scrollbar-thumb {
  background-color: #000;
  margin: 10px;
}
.testimonial-2 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 210px;
  overflow: hidden;
}
.testimonial-2:before {
  position: absolute;
  left: -200px;
  top: 22%;
  background-image: url(http://t.commonsupport.com/adro/images/icons/ring-circle.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 701px;
  height: 756px;
  content: "";
  -webkit-animation: fa-spin 25s infinite alternate;
  animation: fa-spin 25s infinite alternate;
}
.testimonial-2 .sec-title {
  position: relative;
  margin-bottom: 25px;
}
.testimonial-2 .sec-title .title {
  margin-bottom: 20px;
}
.testimonial-2 .testimonial-carousel {
  position: relative;
  max-width: 1100px;
  margin: 0 -50px;
}
.testimonial-block {
  position: relative;
  padding: 50px;
}
.testimonial-block .inner-box {
  padding: 80px 105px;
  background-color: #ffffff;
  box-shadow: 0 0 50px rgba(226, 222, 232, 0.75);
}
.testimonial-block .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 32px;
  color: #282331;
  font-weight: 400;
  margin-bottom: 50px;
}
.testimonial-block .info-box {
  position: relative;
  padding-left: 115px;
  padding-top: 10px;
}
.testimonial-block .info-box .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 82px;
  width: 82px;
}
.testimonial-block .info-box .thumb img {
  border: 6px solid #eaffeb;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  width: 100%;
  box-shadow: 0 45px 45px rgba(147, 147, 147, 0.35);
}
.testimonial-block .info-box .name {
  position: relative;
  display: block;
  font-size: 21px;
  line-height: 1.2em;
  color: #382c4d;
  font-weight: 600;
  margin-bottom: 10px;
}
.testimonial-block .info-box .designation {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #34c751;
  font-weight: 400;
}
.testimonial-carousel .owl-nav {
  position: absolute;
  right: 75px;
  bottom: 70px;
}
.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev {
  position: relative;
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 300ms ease;
}
.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover {
  background-color: #00df97;
  box-shadow: 0 24px 24px rgba(187, 187, 187, 0.75);
}
.arrow-right,
.arrow-left {
  position: relative;
  display: inline-block;
  height: 9px;
  width: 43px;
  background-image: url(../img/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.arrow-right {
  background-image: url(../img/arrow-right.svg);
}
.testimonial-2 .thumb-layer {
  position: absolute;
  right: 30px;
  top: 120px;
}
.testimonial-2 .thumb-layer .image {
  position: relative;
  margin-right: 0;
}
.testimonial-2 .thumb-layer .image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
/* marquee style  */
.Marquee {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.Marquee-content {
  display: flex;
  animation: marquee 30s linear infinite running;
}
.Marquee-content:hover {
  animation-play-state: paused;
}
.Marquee-tag {
  width: 210px;
  margin: 0 0.5em;
  padding: 1.5em;
  background: rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  filter: grayscale(1);
  height: 160px;
  object-fit: contain;
}
.Marquee-tag img {
  width: 100%;
}
.Marquee-tag:hover {
  filter: none;
  transform: scale(1.1);
  cursor: pointer;
}
@-moz-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translate(-50%);
  }
}
@-o-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translate(-50%);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translate(-50%);
  }
}
.text-\[\#00273e\].text-3xl.font-semibold.py-4 {
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.features-widget-container {
  display: inline-flex;
}
.features-icon-box-title {
  margin-bottom: 10px;
}
.features-icon-box-title {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.4em;
}
.features-icon-box-content p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  text-transform: none;
  font-size: 1em;
  line-height: 1.75em;
  color: #6b6b6b;
}
.features-icon-box-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 15px;
  margin-bottom: unset;
}
.features-widget-wrap {
  background-color: #fff;
  box-shadow: 5px 5px 20px 8px
    rgba(86.00000000000001, 128.00000000000003, 208, 0.05);
  transition: 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
  padding: 35px 30px 30px 40px;
  border-radius: 20px;
}
.features-heading {
  width: 100%;
  max-width: 50%;
  margin: 0 auto;
  text-align: center;
}
.features-heading h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 2.5em;
  line-height: 1.4em;
  color: #191d27;
  padding: 0 0 24px;
}
.features-heading p {
  padding: 0 0 53px;
  color: #455a64;
}
.accordion-heading h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 2.5em;
  line-height: 1.4em;
  padding: 0 0 24px;
  margin-bottom: 0 !important;
}
.accordion-main {
  max-width: 640px;
  margin: 0 auto;
}
.accordion-list {
  overflow: hidden;
  padding: 0;
}
.accordion-list li {
  list-style-type: none;
  padding: 0;
}
.accordion-list-heading {
  background: #ffffff;
  border: none;
  border-bottom: solid 1px #f2f2f2;
  cursor: pointer;
  display: block;
  outline: none;
  padding: 1em;
  position: relative;
  text-align: left;
  width: 100%;
}
.accordion-list-heading h2 {
  color: #191d27;
  font-weight: 700;
}
.accordion-list-heading:before {
  background: var(--theme-color);
  content: "";
  height: 2px;
  margin-right: 37px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-90deg);
  transition: all 0.2s ease-in-out;
  width: 14px;
}
.accordion-list-heading:after {
  background: var(--theme-color);
  content: "";
  height: 2px;
  margin-right: 37px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
}
.accordion-list-heading.active:before {
  transform: rotate(0deg);
}
.accordion-list-heading.active h2,
.accordion-list-heading:focus h2 {
  position: relative;
  color: var(--theme-color);
}
.accordion-list-text {
  display: none;
  overflow: hidden;
  padding: 15px;
  font-size: 14px;
}
.sticky-img {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.about_content p {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
}
.about_content_inner .para_icon img {
  width: 50px;
  height: 40px;
  margin-bottom: 17px;
}
.step:first-child {
  padding-top: 0 !important;
}
.step {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
}
.step::before {
  top: 0;
}
.step::after {
  top: 50%;
}
.step::before,
.step::after {
  position: absolute;
  left: calc(7.625rem * 0.5);
  width: 1px;
  height: 85%;
  content: "";
}
.step-number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.625rem;
  height: 7.625rem;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--bg-light-gray);
  color: #000;
  font-size: 2rem;
  font-weight: 800;
  z-index: 2;
}
.step-number .step-number-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(11, 15, 25, 0.06),
    0 0.125rem 0.4rem -0.0625rem rgba(11, 15, 25, 0.03);
  font-weight: 500;
}
.step:not(:last-child)::after {
  background-color: #e2e5f1;
}
.tabs {
  max-width: 100%;
  display: flex;
}
.tabs > ul {
  list-style-type: none;
  padding: 0;
}
.tabs > ul li {
  display: block;
  text-align: center;
}
.tabs > ul li a {
  display: block;
  text-decoration: none;
  background: red;
  padding: 1rem 1.5rem;
  color: #000;
  transition: all 0.2s ease-in-out;
}
.tabs > ul li a.active {
  background: #fff;
  color: #000;
}
.tabs > ul li a:hover:not(.active) {
  color: #000;
}
.tabs section {
  background: #fff;
  padding: 1.5rem 2.5rem;
  display: none;
  width: 100%;
  max-width: 50%;
}
.tabs section.active {
  display: block;
}
ul#tab-links {
  flex: 1;
}
.about_content_inner {
  margin-bottom: 20px;
}
.method-inner {
  position: relative;
  padding: 20px;
  height: 225px;
  width: 100%;
}
.method-inner img {
  width: 60px !important;
  height: 60px !important;
  margin: auto;
  margin-bottom: 23px;
}
.five_article_row {
  position: relative;
  top: -74px;
}
.six_article_row {
  position: relative;
  top: -76px;
}
.six_article_row .border_scroll_2 {
  top: 34px;
}
.seven_article_row {
  position: relative;
  top: -110px;
}
.eight_article_row {
  position: relative;
  top: -110px;
}
.eight_article_row .border_scroll_2 {
  top: 30px;
}
.system-inner svg {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}
.system-inner {
  text-align: center;
  margin-bottom: 40px;
}
.contact_us {
  padding: 120px 0px;
}
.contact_inner {
  background-color: #fff;
  position: relative;
  box-shadow: 0 3px 20px rgb(0 0 0 / 8%);
  border-radius: 25px;
}
.contact_field {
  padding: 60px 290px 60px 60px;
}
.right_conatct_social_icon {
  height: 100%;
}
.contact_field h3 {
  color: #000;
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact_field p {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 35px;
}
.contact_field .form-control {
  border-radius: 7px;
  border: 1px solid #ccc;
  background: transparent;
  padding: 25px 20px;
}
.contact_field .form-control:focus {
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid #000;
}
.contact_field .form-control::placeholder {
  font-size: 13px;
  letter-spacing: 1px;
}
.info_single {
  margin: 30px 0px;
}
.info_single i {
  margin-right: 15px;
}
.info_single span {
  font-size: 14px;
  letter-spacing: 1px;
}
button.contact_form_submit {
  background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
  border: none;
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  margin-top: 25px;
  border-radius: 35px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 2px;
}
.socil_item_inner li {
  list-style: none;
}
.socil_item_inner li a {
  color: #fff;
  margin: 0px 15px;
  font-size: 14px;
}
.socil_item_inner {
  padding-bottom: 10px;
}
.map_sec {
  padding: 50px 0px;
}
.map_inner h4,
.map_inner p {
  color: #000;
  text-align: center;
}
.map_inner p {
  font-size: 13px;
}
.map_bind {
  margin-top: 50px;
  border-radius: 30px;
  overflow: hidden;
}
.contact_inner {
  background-image: url(../img/hero-3.png);
  background-position: right bottom;
  background-size: 40%;
  background-repeat: no-repeat;
}
.industries-section .row {
  margin: 80px 0;
}
.side-img {
  position: relative;
  display: block;
  padding-top: 70%;
}
.side-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.side-text h3 {
  position: relative;
  padding-left: 20px;
}
.side-text h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 0;
  background: #d6d6d6;
  width: 10px;
  height: 24px;
  border-radius: 20px;
}
.slider-text span {
  margin-bottom: 10px;
  display: block;
  font-weight: 400;
  color: #cdcdcd;
  text-transform: uppercase;
}
.slider-text h3 {
  font-size: 30px;
  margin: 20px 0;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
  background-color: #fff;
  bottom: 0;
  transform: translateY(0%);
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgb(155 155 155 / 90%);
  width: 42px;
  border-radius: 50%;
  top: 50%;
}
.swiper-button-prev {
  left: 10px;
}
.swiper-slide-image .slide-image-inner {
  position: relative;
  display: block;
  padding-top: 50%;
}
.swiper-slide-image {
  width: 50%;
}
.review-box {
  padding: 30px;
  background: #ffffff;
  box-shadow: 0px 4px 15px rgb(0 0 0 / 5%);
  border-radius: 10px;
}
.media {
  display: flex;
  align-items: center;
}
.media img {
  border-radius: 50%;
  box-shadow: 0px 30px 20px -30px #a5a5a5;
  width: 55px;
  height: 55px;
}
.review-box h5 {
  margin-bottom: 3px;
  text-transform: capitalize;
}
.star-img {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.star-img img {
  width: 20px;
  height: auto;
}
.review-box p {
  color: #7d8597;
  font-size: 16px;
}
.contact-form textarea {
    padding: 10px 20px !important;
}
.swiper-slide-image .slide-image-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.swiper-slide {
  background: transparent;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: none;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  stroke: #000;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "" !important;
}
.feature_image_text_1 h3 {
  margin: 0 0 20px;
  padding-left: 20px;
  position: relative;
}
.feature_image_text_1 h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 0;
  background: #d6d6d6;
  width: 10px;
  height: 24px;
  border-radius: 20px;
}
.service-card h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 0;
  background: #d6d6d6;
  width: 10px;
  height: 24px;
  border-radius: 20px;
}
.step-body h3 {
  padding-left: 20px;
  position: relative;
}
.step-body h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  background: #d6d6d6;
  width: 10px;
  height: 24px;
  border-radius: 20px;
}
.contact-form {
  width: 60%;
}
.btn.disabled,
.btn:disabled,
fieldset:disabled {
  background: #e0e0e0;
  border-color: #e0e0e0;
  cursor: not-allowed;
  position: relative;
  pointer-events: auto;
}
.iziToast {
  width: auto;
  max-width: 550px;
  background: #fff;
  box-shadow: 0 3px 20px rgb(0 0 0 / 8%);
}
.iziToast .iziToast-title {
  font-family: "Poppins";
  margin-bottom: 16px !important;
  display: inline-block;
  font-size: 16px !important;
}
.iziToast-message {
  font-family: "Poppins";
  font-size: 14px !important;
  line-height: 25px !important;
  color: #000 !important;
}
.iziToast:after {
  box-shadow: none !important;
}
.iziToast > .iziToast-close {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAJPAAACTwBcGfW0QAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAD3SURBVFiF1ZdtDoMgDEBfdi4PwAX8vLFn0qT7wxantojKupmQmCi8R4tSACpgjC2ICCUbEBa8ingjsU1AXRBeR8aLN64FiknswN8CYefBBDQ3whuFESy7WyQMeC0ipEI0A+0FeBvHUFN8xPaUhAH/iKoWsnXHGegy4J0yxialOfaHJAz4bhRzQzgDvdGnz4GbAonZbCQMuBm1K/kcFu8Mp1N2cFFpsxsMuJqqbIGExGl4loARajU1twskJLLhIsID7+tvUoDnIjTg5T9DPH9EBrz8rxjPzciAl9+O8SxI8CzJ8CxKFfh3ynK8Dyb8wNHM/XDqejx/AtNyPO87tNybAAAAAElFTkSuQmCC)
    no-repeat 50% 12% !important;
  background-size: 10px !important;
}
.contact-blog-inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.contact-blog-inner ul li {
  margin: 20px 0;
  position: relative;
}
.contact-blog-inner ul li a {
  text-decoration: none;
  color: black;
  font-weight: 600;
}
.contact-blog-inner ul li span {
  color: #747474;
}
.contact-blog-inner ul li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #546180;
}
.contact-blog-inner ul li:hover::before {
  -webkit-transform: translate(-60.9845px, 0) rotate(270deg);
  -moz-transform: translate(-60.9845px, 0) rotate(270deg);
  transform: translate(-60.9845px, 0) rotate(270deg);
  background-color: #000;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  top: 10px;
}
.sidebar {
  display: flex;
  flex-direction: column;
  position: fixed;
  justify-content: start;
  top: 55px;
  background-color: #fff;
  width: 100%;
  transform: translate(110%);
  overflow: hidden;
  max-width: 290px;
  height: 100%;
  top: 0;
  right: 0;
  box-shadow: 0 3px 20px rgb(0 0 0 / 8%);
  z-index: 9999;
  transition: 0.5s all ease-in-out;
}
.mobile-nav-active .sidebar {
  transform: translate(0%) !important;
}
ul.navbar-nav {
  padding: 80px 0 0;
  margin: 0;
  overflow: auto;
}
ul.navbar-nav::-webkit-scrollbar {
  display: none;
}
.nav-item a.nav-link {
  padding: 10px 20px !important;
  font-weight: 500;
  text-transform: capitalize;
  width: 95%;
}
.nav-item a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #546180;
}
.nav-item a:hover::before,
.nav-item a.active::before {
  -webkit-transform: translate(-60.9845px, 0) rotate(270deg);
  -moz-transform: translate(-60.9845px, 0) rotate(270deg);
  transform: translate(-40.9845px, 0) rotate(270deg);
  background-color: #000;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  top: 18px;
}
/* .open-sidebar::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
} */
/* #Media ================================================== */
@media only screen and (max-width: 1366px) {
  .large-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .border_scroll {
    width: 380px;
  }
}
@media (min-width: 1200px) {
  .container.facts .facts-text {
    padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
  }
  .container.facts .facts-counter {
    padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}
@media (min-width: 1440px) {
  .container.facts .facts-text {
    padding-left: calc(((100% - 1300px) / 2) + 0.75rem);
  }
  .container.facts .facts-counter {
    padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}
@media (max-width: 1440px) {
  .nav-item {
    position: relative;
    transition: all 200ms linear;
    margin-left: 30px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
  }
  .hero-section-bg {
    right: 0;
  }
  .items__layer:nth-child(7) .items__item {
    top: 330px;
    right: 310px;
  }
}
@media (max-width: 1199px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
  .hero_section_form {
    width: 90%;
  }
  .arrow-svg {
    display: none;
  }
  .facts-counter-card {
    padding: 40px 40px 50px;
  }
  .container.contact .contact-form {
    padding-left: calc(((100% - 1024px) / 2) + 0.75rem);
  }
  .hero-left {
    padding: 0 30px;
  }
}
@media (max-width: 1024px) {
  .items__layer:nth-child(2) .items__item {
    top: 150px;
    left: 100px;
  }
  .features_sec ul li {
    margin: 0 15px;
    width: 33%;
  }
  .facts-counter-card:nth-child(2) {
    right: -10px;
    top: 40px;
  }
  .facts-counter-card:nth-child(4) {
    right: -10px;
    top: 40px;
  }
  .container.contact .contact-form {
    padding-left: 25px;
  }
  .contact_field {
    padding: 60px 112px 90px 60px;
  }
}
@media screen and (min-width: 61.25rem) {
  .testimonial-section .cards {
    grid-column: span 5;
  }
  .testimonial-section .content .contentBox .text {
    padding-bottom: 0;
  }
  .testimonial-section .content {
    grid-column: span 7;
    margin-top: 0;
    height: auto;
    margin-left: -25px;
  }
  .testimonial-section .content .contentBox {
    align-items: center;
  }
}
@media (min-width: 992px) {
  .container.facts .facts-text {
    padding-left: calc(((100% - 960px) / 2) + 0.75rem);
  }
  .container.facts {
    max-width: 100% !important;
  }
  .container.contact {
    max-width: 100% !important;
  }
  .container.facts .facts-counter {
    padding-right: calc(((100% - 960px) / 2) + 0.75rem);
  }
  .card-1 {
    height: 220px;
  }
}
@media (max-width: 991px) {
  .navbar-toggler {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .navbar-brand {
    position: relative;
    opacity: 1;
    left: 0;
  }
  .nav-link {
    color: #fff !important;
  }
  .nav-link i {
    color: var(--white);
  }
  .start-header {
    padding: 10px 0;
  }
  .border_scroll {
    display: none;
  }
  .border_scroll_2 {
    display: none;
  }
  .feature_image {
    display: none;
  }
  .hero-section {
    margin-bottom: 30px;
  }
  .hero-left-inner {
    padding: 0px 0 20px;
  }
  .hero-section-video {
    margin: 20px 20px 70px;
  }
  .hero-section-bg {
    display: none;
  }
  .hero_section_form {
    width: 100%;
    padding: 0;
  }
  .navbar-nav {
    background: #1d2623;
    border-radius: var(--theme-radius);
    -webkit-border-radius: var(--theme-radius);
    -moz-border-radius: var(--theme-radius);
    -ms-border-radius: var(--theme-radius);
    -o-border-radius: var(--theme-radius);
    padding-bottom: 20px;
  }
  .nav-item:after {
    display: none;
  }
  .nav-item.show .dropdown-menu {
    background-color: #dddddd;
    padding: 10px 10px !important;
    margin-right: 20px !important;
  }
  .nav-link {
    color: var(--white);
    padding: 18px 0 0 !important;
  }
  .nav-item {
    margin-left: 45px;
  }
  .navigation-wrap {
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    background: #ffffffeb !important;
  }
  .nav-item::before {
    position: absolute;
    display: block;
    top: 28px;
    left: -24px;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: var(--theme-color);
    vertical-align: 0;
  }
  .nav-pills .nav-item::before {
    display: none;
  }
  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 23px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: var(--theme-color);
    transition: all 200ms linear;
  }
  .section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .tab-section {
    max-width: 100%;
  }
  .footer-social {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .facts-counter-card:nth-child(2) {
    right: 0;
    top: 0;
  }
  .facts-counter-card:nth-child(4) {
    right: 0;
    top: 0;
  }
  .facts-right {
    padding-left: 0;
    float: left;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
    grid-auto-rows: minmax(50px, auto);
    width: 100%;
    padding-top: 30px;
  }
  .facts-counter-card {
    margin: 0px 0 20px;
  }
  .container.facts .facts-text {
    border-radius: var(--theme-radius);
    -webkit-border-radius: var(--theme-radius);
    -moz-border-radius: var(--theme-radius);
    -ms-border-radius: var(--theme-radius);
    -o-border-radius: var(--theme-radius);
  }
  .container.contact .contact-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .testimonial-section .content {
    height: 300px;
    display: inline-block;
    grid-column: span 12;
  }
  .testimonial-section .cards {
    grid-column: span 12;
  }
  .testimonial-section .content {
    grid-column: span 12;
    margin-left: 0px;
  }
  .testimonial-block .inner-box {
    padding: 20px 20px;
  }
  .testimonial-2 .testimonial-carousel {
    margin: 0;
  }
  .about_section .sticky-img {
    max-width: 50%;
    margin: 0 auto;
  }
  .feature_image_text {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
  .feature_number,
  .feature_number_2 {
    display: none;
  }
  .feature_number_2 .line {
    left: 0 !important;
  }
  .second_article_row,
  .third_article_row,
  .forth_article_row,
  .five_article_row,
  .six_article_row,
  .seven_article_row,
  .eight_article_row {
    top: auto !important;
  }
  .contact-blog-inner ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-2 .sec-title {
    margin-bottom: 50px;
  }
  .testimonial-block {
    padding: 0;
  }
  .testimonial-block .inner-box {
    box-shadow: none;
    border: 2px solid #f1f1f1;
  }
  .testimonial-carousel .owl-nav {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 20px;
    text-align: center;
  }
  .testimonial-carousel .owl-next,
  .testimonial-carousel .owl-prev {
    border: 2px solid #f1f1f1;
  }
  .contact_field {
    padding: 30px;
  }
  .contact_inner {
    background-image: none;
  }
  .nav-item:after {
    display: none;
  }
  .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
    opacity: 0;
  }
  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  .hero_section_icon_3 img {
    right: 20px;
    left: auto;
    bottom: 120px;
  }
  .padding-bottom {
    padding-bottom: 40px;
  }
  .padding-top {
    padding-top: 40px;
  }
  .jumbotron-section {
    padding: 40px 0;
  }
  .work-section-img {
    padding-top: 40%;
  }
  .nav-pills {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    margin: 0 0 10px;
  }
  .nav-pills .nav-item .nav-link {
    width: auto !important;
  }
  .nav-pills .nav-item {
    margin: 0 0;
    display: inline-block;
  }
  .column-section {
    padding-top: 90px !important;
  }
  .features_sec ul {
    display: inline-block;
  }
  .features_sec ul li {
    width: 100%;
    margin: 0 0 30px;
  }
  li.feature_li.feature_li_skill .feature_li_span {
    left: -80%;
  }
  li.feature_li.feature_li_half .feature_li_span {
    left: auto;
    right: -70%;
  }
  .tab {
    display: inline-block;
  }
  .card-1 {
    margin-bottom: 60px;
  }
  #contact-form {
    padding: 30px 0 0px;
  }
  .container.contact .contact-form {
    padding-left: 25px;
  }
  .hero-left {
    padding: 50px 30px 0;
  }
  .step-number {
    display: none;
  }
  .step::before,
  .step::after {
    display: none;
  }
  .side-text {
    margin-top: 20px;
}
}
@media (max-width: 575px) {
  .hero-section h1 {
    font-size: 30px;
    line-height: 45px;
  }
  .hero-section {
    padding: 110px 0 0;
  }
  .items__layer:nth-child(2) .items__item {
    display: none;
  }
  .items__layer:nth-child(3) .items__item {
    display: none;
  }
  .items__layer:nth-child(5) .items__item {
    display: none;
  }
  .article_row h3 {
    font-size: 16px;
  }
  .article_row p {
    font-size: 12px;
    line-height: 18px;
  }
  .border_scroll {
    width: 76px;
  }
  .border_scroll_2 {
    width: 76px;
  }
  .feature_image_text {
    padding: 50px 0px 0 30px;
    width: 60%;
    height: 305px;
  }
  .feature_image {
    padding: 0px 13px;
  }
  .tab-section {
    display: inline-block;
  }
  .tabcontentMainInner {
    padding-left: 0;
  }
  .tab-section {
    text-align: center;
    margin: 0;
  }
  .tabcontentMainInner {
    text-align: left;
  }
  .tabcontent {
    height: auto;
  }
  .tabcontentInner {
    margin-top: 20px;
  }
  .container.contact .contact-form {
    padding-left: 25px;
  }
  .service-card h4 {
    line-height: 27px;
    font-weight: 600;
    font-size: 18px;
  }
  .service-card p {
    font-size: 14px;
    line-height: 22px;
  }
  .case-study-text {
    margin-top: 30px;
  }
  .testimonial-section {
    width: 100%;
  }
  .cards-inner {
    padding-right: 10px;
  }
}
@media (max-width: 480px) {
  .hero-section h1 {
    font-size: 26px;
    line-height: 38px;
  }
  .hero-section p {
    margin: 15px 0 25px;
    font-size: 14px;
    line-height: 22px;
    color: #404040;
  }
  .border_scroll {
    width: 60px;
  }
  .border_scroll_2 {
    width: 60px;
  }
  .container.contact .contact-form {
    padding-left: 25px;
  }
}
