body{
  background: #000000;
}
@media (min-width:380px) {
	.hero-section{
		font-family: Inter; 
		font-size: 30px;
		font-weight: 900; 
		line-height: 45px;
		overflow: hidden;
	/*	white-space: nowrap;*/
	}
	.sub-heading{
		font-family: Inter; 
		font-size: 25px; 
		font-weight:900;
	}
}
@media (min-width:768px) {
	.hero-section{
		font-family: Inter; 
		font-size: 42px;
		font-weight: 900; 
		line-height: 60px;
		overflow: hidden;
	/*	white-space: nowrap;*/
	}
	.sub-heading{
		font-family: Inter; 
		font-size: 45px; 
		font-weight:900;
	}
}
@media (min-width:1024px) {
  .hero-section{
    font-family: Inter; 
    font-size: 52px;
    font-weight: 900; 
    line-height: 70px;
    overflow: hidden;
  /*  white-space: nowrap;*/
  }
}
@media (min-width:1280px) {
  .hero-section{
    font-family: Inter; 
    font-size: 72px;
    font-weight: 900; 
    line-height: 90px;
    overflow: hidden;
  /*  white-space: nowrap;*/
  }
}

.highligh-text{
	color: #164B60;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(95.85deg, #4FC0D0 .33%, #A2FF86);
    -webkit-background-clip: text;
    background-clip: text;
}

.bar-1 .menu-horizontal > li > .dropdown__trigger, .bar-1 .menu-horizontal > li > a{
	text-transform: unset;
	font-size: 15px;
	color: #FFF !important;
	opacity: 1;
}
.bar-1 .menu-horizontal > li > .dropdown__trigger, .bar-1 .menu-horizontal > li > a:hover{
	color: #50ff95 !important;
}
.nav-container a{
	color: #FFF !important;
}

.dark-bg{
	background: #000000;
}

.hero-caption{
	font-weight: bold; 
	font-family: Anton; 
	letter-spacing: 0em;
	font-size: 4vw;
	margin-bottom: 20px !important;
}

@media screen and (min-width: 768px) {
	.space-video{
		display: block !important;
	}
}

.lead-home{
	font-size: 1.3vw;
}

.hero-gradient-cover{
	min-height: 250px;
	background-image: linear-gradient(rgba(3, 3, 3, 0), #030303 60%, #030303);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.hero-boxes{
	position: relative;
    overflow: hidden;
    min-height: 150px;
}

.hero-boxes span{
	float: right;
}

.box-devider{
/*	border-right: 2px solid #FFF;*/
	padding-right: 40px;
}

.hero-boxes h5{
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
}

.hero-boxes p{
	color: #FFF;
	font-size: 18px;
}

.menu-toggle{
	background: none;
}

.accordion-1 li.active .accordion__title{
	background: #1b1b1b;
	border: #000000;
}

.accordion-1 li .accordion__title {
    border-radius: 6px;
    border-bottom: 1px solid #1b1b1b !important;
}

.accordion-1 li.active .accordion__title {
/*	background-image: linear-gradient(90deg, #FE53BB 10%,#FE53BB 45%, #8F51EA 67%, #8F51EA 87%);*/
}

.accordion li .accordion__title {
    cursor: pointer;
    padding: 0.46428571em 0.92857143em;
	background: #1b1b1b;
    border: #000000;
    border-bottom: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.accordion .accordion__title span {
    color: #FFF;
}

.boxed-services{
	position: relative;
    overflow: hidden;
    padding: 1.85714286em;
    margin-bottom: 30px;
    height: 120px;
    border-radius: 6px;
}

.boxed-services h4{
	color: #FFF;
	font-weight: bold;
	font-size: 22px;
}

.box-services-container{
	vertical-align: middle;
}

.boxed-services:not([class*='bg-']) {
    background: #1b1b1b;
}

.case-study-highlight{
	float: left; 
	padding-right: 20px; 
	font-size: 18px; 
	color: #FFF; 
	padding-right: 60px;
}

.case-study-highlight-point{
	font-size: 18px; 
	font-weight: bold
}

.case-study-highlight a{
	text-decoration: underline;
	font-weight: 400 !important;
}

.solutions{
	background: #161616;
}

.color-green{
	color: #50ff95 !important;
}

#scroll-progress {
  position: fixed;
  top: 0;
  width: 0%;
  height: 6px;
  background: #50ff95;
  z-index: 10000;
}

.nav-stying{
	position: absolute; 
	width: 100%; 
	z-index: 99; 
	color: #FFF;
}

.form-elements{
	background: #232323 !important; 
	border: 1px solid #0d0d0d !important; 
	color: #c7c7c7 !important;
	padding: 15px 0 15px 15px !important;
	font-size: 16px;
}

.form-elements-label{
	font-size: 12px;
	font-weight: bold;
	color: #c4c4c4;
}

.black-font{
	font-color: #000000 !important;
}

.green-plate{
	background-color: #022712 !important;
	background-image: linear-gradient(147deg, #022712 0%, #000e06 74%) !important;
	border: 1px solid #02200f;
}

.gray-plate{
	background-color: #131313 !important;
	background-image: linear-gradient(147deg, #131313 0%, #040404 74%) !important;
	border: 1px solid #141414;
}

.gradient-container{
	background-image: linear-gradient(280deg, #4FC0D0, #A2FF86 50%, #164B60) !important;
    padding: 3px;
}

.gradient-content{
	background-image: linear-gradient(147deg, #131313 0%, #040404 74%) !important;
	height: 100%;
}

.white-nav{
	background: #000000;
}

.white-nav a{
	color: #FFF !important;
}

.white-nav span{
	color: #000000 !important;
}

.white-nav .hamburger-toggle i{
	color: #FFF !important;
}

.feature-main img{
	border-radius: 6px !important;
}

.highligh-plate{
	background: rgb(22,75,96);
	background: linear-gradient(149deg, rgba(22,75,96,1) 0%, rgba(79,192,208,1) 35%, rgba(162,255,134,1) 100%);
}

.testimonial-small{
	margin-bottom: 0px;
	overflow: hidden;
}

.testimonial-small i{
    width: 25%;
    float: left;
}

.testimonial-small .feature__body {
    width: 75%;
    float: right;
}

.round-dark{
	background: #131313;
    border-radius: 20px;
}

.small-sub-heading{
	font-family: Inter; 
	font-size: 30px; 
	font-weight:900;
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

/* accordion */
.accordion .accordion-item {
  border-image-slice: 1;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px;
  border-style: solid;
  border-image-source: linear-gradient(to left, #A2FF86, #4FC0D0);
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #03b5d2;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  font-size: 1.25em;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button, input[type="submit"] {
     height: unset; 
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #03b5d2;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 80em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  text-align: left;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
/*  background: #070707;*/
}
.accordion .accordion-content p {
  margin: 2em 0;
  padding: 0 15px 0 15px;
}

.accordion .accordion-content p .sub-heading{
  font-size: 1.1em;
}

/* Slider */
.slider {
  height: 60px;
  position: relative;
  width: 100%;

  display: grid;
  place-items: center;
  overflow: hidden;
}
.slider::before,
.slider::after{
  position:absolute;
  background-image:linear-gradient(to right,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  content:'';
  height:100%;width:25%;
  z-index:2;pointer-events:none;
}
.slider::before{
  left:0;
  top:0;
}
.slider::after{
  right:0;
  top:0;
  transform:rotateZ(180deg);
}

/*  IMPORTANT CODE BELOW */

.slide-track {
  width: calc(150px * 20);
  display: flex;
  animation: scroll 30s linear infinite;
  justify-content: space-between;
}

.slide-track2 {
  width: calc(150px * 15);
  display: flex;
  animation: scroll2 15s linear infinite;
  justify-content: space-between;
}

.slide {
  width: 150px;
  height: 60px;

  display: grid;
  place-items: center;
  transition:0.5s;
}
/*            .slide:hover{
  cursor: default !important;
}*/

@keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-150px * 10));
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-150px * 5));
  }
}

@media screen and (max-width: 768px) {
  .slide-track {
    width: calc(80px * 20);
  }

  .slide-track2 {
    width: calc(80px * 15);
  }

  .slide {
    width: 150px;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-80px * 10));
    }
  }

  @keyframes scroll2 {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-80px * 5));
    }
  }
}
.modal-content p{
  color: #FFF;
  padding: 30px 40px 0 20px;
}
.bg--primary-5{
  background: #c64040;
}
.bg--primary-6{
  background-image: linear-gradient(95.85deg, #4FC0D0 .33%, #A2FF86);
  color: #000000;
}
.services-ico{
  width: 50px;
}
.about-text{
  margin: 0px !important; 
  padding: 0 0 10px 0 !important;
}
.about-img{
  background: #131313; 
  border-radius: 20px;
}
.disclaimer{
  line-height: 16px; 
  color: #666666;
}
.bg-blur{
    width: 100%;
    height: 250px;
    max-width: 1360px;
    opacity: .2;
    filter: blur(100px);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: radial-gradient(circle closest-corner, rgba(79, 192, 208, .8), rgba(79, 192, 208, 0));
    position: absolute;
}
.bg-blur-testimonial{
    width: 100%;
    max-width: 1360px;
    height: 300px;
    opacity: .1;
    filter: blur(100px);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: radial-gradient(circle closest-corner, rgba(79, 192, 208, .8), rgba(79, 192, 208, 0));
    position: absolute;
}