
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
::-webkit-scrollbar {
  width: 8px;
  background-color: #aaa;
}

::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 5px;
  
}
@media (min-width: 640px) {
.text_align_left {
  text-align: left !important;
}
.text_align_right {
  text-align: right !important;
}
}
.dt-paging .pagination a[aria-disabled="true"] {
  opacity: 0.5;
  cursor: not-allowed;
}
.dt-search label{
  margin-right: 0.5rem;
}
.dt-length label{
  margin-left: 0.5rem;
}

::selection {
  background: #222;
  color: #fff;
}

::-moz-selection {
  background: #222;
  color: #fff;
}

::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

body {
  font-family: "Poppins", sans-serif !important;
}

.nav-links {
  transition: top 0.3s ease;
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
::-webkit-scrollbar {
  margin-top: 1em;
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@keyframes slide-in-fade {
  0% {
    transform: translateX(-10%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.animate-slide-in {
  animation: slide-in-fade 0.5s ease-out forwards;
}

.animateThis {
  position: relative;
  will-change: opacity transform;
}

.slide-left {
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transform: translate3d(50px, 0, 0);
  -webkit-transform: translate3d(50px, 0, 0);
  -o-transform: translate3d(50px, 0, 0);
  -ms-transform: translate3d(50px, 0, 0);
  transform: translate3d(50px, 0, 0);
}

.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slide-right {
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transform: translate3d(-50px, 0, 0);
  -webkit-transform: translate3d(-50px, 0, 0);
  -o-transform: translate3d(-50px, 0, 0);
  -ms-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
}

.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slide-top {
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transform: translate3d(0, 50px, 0);
  -webkit-transform: translate3d(0, 50px, 0);
  -o-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

.slide-top.in-view {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fade-grow {
  opacity: 0;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.fade-grow.in-view {
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.fade-in {
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.fade-in.in-view {
  opacity: 1;
}

.fade-out {
  opacity: 1;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.fade-out.in-view {
  opacity: 0;
}

.clientSection {
  background: #fff;
  padding-bottom: 70px;
}

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

.clientScroll {
  padding-bottom: 30px;
}

.clientScroll .clientBox {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
}

.clientScroll .clientBox img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  transition: all 0.3s ease;
}

.clientScroll .swiper-slide:nth-child(2) .clientBox {
  transition-delay: 0.1s;
}

.clientScroll .swiper-slide:nth-child(3) .clientBox {
  transition-delay: 0.2s;
}

.clientScroll .swiper-slide:nth-child(4) .clientBox {
  transition-delay: 0.3s;
}

.clientScroll .swiper-slide:nth-child(5) .clientBox {
  transition-delay: 0.4s;
}

.clientScroll .swiper-slide:nth-child(6) .clientBox {
  transition-delay: 0.5s;
}

.clientScroll .swiper-slide:nth-child(7) .clientBox {
  transition-delay: 0.6s;
}

.clientScroll .swiper-slide:nth-child(8) .clientBox {
  transition-delay: 0.7s;
} 

.socialIcons a:before {
  width: 40px;
  height: 40px;
  border: 0 solid #fff;
  background: #00b26b;
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(1.8);
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999999;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.preloader:before {
  width: 50%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}

.preloader:after {
  width: 50%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
}

.preloader.complete:after,
.preloader.complete:before {
  animation: loader 0.5s forwards;
}

.status {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 143px;
  height: 46px;
  z-index: 9;
  opacity: 1;
}

.status img {
  width: 100%;
  height: auto;
}

.preloader.complete .status {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@-webkit-keyframes loader {
  0% {
    width: 50%;
  }

  100% {
    width: 0%;
  }
}

@-moz-keyframes loader {
  0% {
    width: 50%;
  }

  100% {
    width: 0%;
  }
}

@keyframes loader {
  0% {
    width: 50%;
  }

  100% {
    width: 0%;
  }
}

