/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: 'Roboto', sans-serif;
  color: #444444;
  background-color:#FFFFFF;
}
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #00E2E4;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #ff6a40;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #00E2E4;
  border-top-color: #ffe9e3;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 25px 0;
}
#header.header-scrolled, #header.header-inner-pages {
 /* background: #FFFFFF;*/
  /* padding: 10px 0; */
}
#header .logo {
  /* font-size: 32px; */
  /* margin: 0; */
  /* padding: 0; */
  /* line-height: 1; */
  /* font-weight: 700; */
  /* letter-spacing: 2px; */
}
#header .logo a {
  color: #fff;
}
#header .logo img {
  /* width: 173.53px; */
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
#header .navbar {
	margin-left: 77.47px;
}
.navbar {
  padding: 0;
  width:100%;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
}
.navbar > ul:nth-child(1) > li{
   margin-right:54px;
}
.navbar > ul:nth-child(2) > li{
   margin-left: 20px;
margin-right: 10px;}
.navbar > ul:nth-child(2) > li:last-child {
   padding-right: 0px;
}
.navbar a, .navbar a:focus {
	display: flex;
	/* align-items: center; */
	/* position: relative; */
	/* justify-content: space-between; */
	padding: 0px;
	/* white-space: nowrap; */
	/* transition: 0.3s; */


	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	/* text-align: center; */
	color: #121726;
	/* order: 0; */
	/* flex-grow: 0; */
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    right: 0;
    background-color: #00E2E4;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
	margin:auto;
}
.navbar > ul:nth-child(2) > li:nth-child(2)>a:before {
   left: auto;
}
.navbar a:hover:before,
.navbar li:hover>a:before ,
.navbar li a.active:before {
    visibility: visible;
    width: 32px;
}
.navbar>ul>li>.getstarted:before {
    visibility: hidden;
}
.navbar>ul>li>.call:before {
    visibility: hidden;
}
.navbar a img{
  margin-right:5px;	
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #121726;
}
.navbar .getstarted, .navbar .getstarted:focus {
	padding: 9px 18px 9px 18px;
	
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #00E2E4;
	
	border: 1.4px solid #00E2E4;
	box-sizing: border-box;
	border-radius: 2px;
	
  
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #FFFFFF;
  background: #00E2E4;
  border-color: #00E2E4;
  border-radius: 2px;
}

#main{
	position:relative;
}

section#suparstar{
	position:relative; 
	height: 525px;
	margin-top:0px;
}
#suparstar span#typed, #suparstar span.typed-cursor,#suparstar .type-wrap{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 116%;
	color: #121726;
}
.type-heading{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 116%;
	color: #121726;
	width: 479px;
	margin: 0px;
}
#suparstar h4{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #424242;
	margin-top:16px;
	margin-bottom:31px;
}
#suparstar .video-box{
	position: absolute;
	width: 499px;
	height: 274.55px;
	left: 525px;
	top:0px;
}
#suparstar .video-box img.m-img{
	width:100%;
}
img.b-person{
	position: absolute;
    /*top: -137px;
    right: -42%;*/
    /*top: -114px;
    right: -55%;*/
	z-index:-1;
	top: 0;
    left: 43.2%;
}
img.Ellipsetop{
	position: absolute;
    top: 0px;
    right: 0px;
	z-index:-1;
}
#suparstar .video-left-box{
	height: 525px;
	width: 479px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: flex-start;
	/* margin-right:110px; */
}
.integrataions-title{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 130%;
	color: #121726;
	margin-bottom:32px;
}
.section-title{
	
}
.explainer-right-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}
.explainer-right-box h1{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 130%;
	color: #121726;
	margin-bottom:17px;
	display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
}
.explainer-right-box h1 img{
	margin-right:12px;
}
.explainer-right-box h4{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #595B60;
}
.explainer-left-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}
.explainer-left-box h1{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 130%;
	color: #121726;
	margin-bottom:17px;
	display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
}
.explainer-left-box h1 img{
	margin-right:12px;
}
.explainer-left-box h4{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color:#595B60;
}
#reasons .left-box{
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
#reasons .left-box .small-title{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #1E365E;
}
#reasons .left-box h1{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 130%;
	color: #121726;
}
#reasons .right-box{
	display: flex;
    flex-wrap: wrap;
    background: url(../img/latest/Ellipse.png) no-repeat;
    background-position-y: 122px;
    background-position-x: center;
    background-size: 60%;
}
#reasons .right-box .t-box{
	padding: 32px;
	background: #FFFFFF;
	box-shadow: 0px 4px 24px rgba(22, 22, 24, 0.03), 0px 0.500862px 7.76336px rgba(22, 22, 24, 0.025);
	border-radius: 8px;
	width: 48%;
	margin-bottom: 35px;
}
.mr-30{
	margin-right: 30px;
}
#reasons .right-box .heading{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #121726;
	padding-bottom:8px;
	display: flex;
    align-items: center;
}
#reasons .right-box .heading img{
	margin-right:8px;
}
#reasons .right-box .description{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	color:#595B60;
}
#steps .background-box{
	background: linear-gradient(0.77deg, #113148 0.69%, #213E6F 99.37%);
	border-radius: 10px;
	background-size:cover;
	padding:103px 100px 60px 100px;
	color: #FFFFFF;
	min-height:807px;
}
#steps .background-box .section-title{
	padding:0px;
	margin-bottom: 32px;
}
#steps .background-box .section-title p,#steps .background-box .section-title h2{
	color: #FFFFFF;
}
#steps .background-box .section-title h2{
	margin-top:12px;
}
#steps .white-bg-box{
	background: #FFFFFF;
	border-radius: 8px;
	padding:32px;
	margin-bottom:16px;
	width:370px;
	display: flex;
    flex-direction: column;
}
#steps .white-bg-box .head-box{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	color:#595B60;
	margin-bottom:8px;
	display: flex;
    align-items: center;
}
#steps .white-bg-box .head-box img{
	margin-right:5px;
}
#steps .white-bg-box .title-box{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #121726;
	margin-bottom:8px;
}
#steps .white-bg-box .desc-box{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color:#595B60;
	padding: 0.375rem 0.75rem;
}
#steps .blue-bg-box{
	background: #1C3A60;
	border-radius: 8px;
	padding:32px;
	margin-bottom:16px;
	width:370px;
	display: flex;
    flex-direction: column;
}
#steps .blue-bg-box .head-box{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	color: #FFFFFF;
	margin-bottom:8px;
	display: flex;
    align-items: center;
}
#steps .blue-bg-box .head-box img{
	margin-right:5px;
}
#steps .blue-bg-box .title-box{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	margin-bottom:8px;
}
#steps .steps-left{
	width:370px;
	margin-left:75px;
}

section#tags .content-box{
	display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    text-align: center;
	height: 416px;
	padding-top: 110px;
}
section#tags .content-box h1{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 130%;
	text-align: center;
	color: #121726;
	margin-bottom:16px;
}
section#tags .content-box h2{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	margin-bottom:40px;
}
.new-tag{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px 16px;
	position: absolute;
	background: #FFFFFF;
	box-shadow: 0px 4px 16px rgba(44, 48, 60, 0.03), 0px 0.893452px 6px rgba(28, 27, 33, 0.0238443), 0px 0.266004px 3px rgba(28, 27, 33, 0.0161557);
	border-radius: 4px;
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	text-align: center;
	color: #1E365E;
	flex: none;
	order: 0;
	flex-grow: 0;
	margin: 0px 10px;
}
.tag1{
	left: 82px;
	top: 61px;
}
.tag2{
	left: 321px;
	top: 97px;
}
.tag3{
	left: 136px;
	top: 173px;
}
.tag4{
	left: 233px;
	top: 260px;
}
.tag5{
	left: 84px;
	top: 333px;
}
.tag6{
	left: 312px;
	top: 409px;
}
.tag7{
	right: 54px;
    top: 32px;
}
.tag8{
	right: 292px;
    top: 97px;
}
.tag9{
	right: 179px;
	top: 172px;
}
.tag10{
	right: 67px;
	top: 260px;
}
.tag11{
	right: 239px;
	top: 333px;
}
.tag12{
	right: 393px;
	top: 409px;
}
.my-badge{
	padding: 4px 8px;
	background: #F2F9FE;
	border-radius: 2px;
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	text-align: center;
	color: #1E365E;
	flex: none;
	order: 0;
	flex-grow: 0;
	width: -moz-max-content;
    width: max-content;
	margin-bottom:16px;
}
#empowering{
	height:562px;
}
.empowering-left-box{
	height:562px;
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}
#empowering h1{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 130%;
	color: #121726;
}
#empowering h4{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #595B60;
}
.circle-box{
	background: #1E365E;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
	position:absolute;
	animation: scaleIn 16s infinite cubic-bezier(.36, .11, .89, .32);
	animation-direction: reverse;
}
@keyframes scaleIn {
	0% {transform: scale(1, 1); opacity: 1;}
    33.3% {transform: scale(.7, .7); opacity: .5;}
    50% {transform: scale(1, 1); opacity: 1;}
    83.3% {transform: scale(.7, .7); opacity: .5;}
    100% {transform: scale(1, 1); opacity: 1;}
 
}
.circle-box-1{
	width: 290px;
	height: 290px;
	border-radius:150px;
	top: 0px;
    left: -15px;
}
.circle-box-2{
	width: 150px;
	height: 150px;
	border-radius:90px;
	left: 317px;
    top: 98px;
}
.circle-box-3{
	width: 188px;
	height: 188px;
	border-radius:110px;
	right: 5px;
    top: 194px;
}
.circle-box-4{
	width: 150px;
	height: 150px;
	border-radius:90px;
	top: 330px;
    left: 0px;
}
.circle-box-5{
	width: 280px;
	height: 280px;
	border-radius:150px;
	top: 278px;
    left: 212px;
}
.circle-box-1 .number{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 600;
	font-size: 100px;
	line-height: 120px;
	text-align: center;
	color: #FFFFFF;
}
.circle-box-1 .title-circle{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #FFFFFF;
}
.circle-box-2 .number{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 600;
	font-size: 52px;
	line-height: 62px;
	text-align: center;
	color: #FFFFFF;
}
.circle-box-2 .title-circle{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	color: #FFFFFF;
}
.circle-box-3 .number{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-size: 64px;
	line-height: 75px;
	text-align: center;
	color: #FFFFFF;
}
.circle-box-3 .title-circle{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #FFFFFF;
}
.circle-box-4 .number{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 600;
	font-size: 52px;
	line-height: 62px;
	text-align: center;
	color: #FFFFFF;
}
.circle-box-4 .title-circle{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	color: #FFFFFF;
}
.circle-box-5 .number{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 600;
	font-size: 100px;
	line-height: 120px;
	text-align: center;
	color: #FFFFFF;
}
.circle-box-5 .title-circle{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 170%;
	text-align: center;
	color: #FFFFFF;
}
.study-card{
	display:flex;
	flex-direction: column;
	margin:15px;
	width: 31.4%;
}
.study-card:first-child{
	margin-left:0px;
}
.study-card:last-child{
	margin-right:0px;
}
.study-card .d1{
	display:flex;
	justify-content: space-between;
	margin-top:30px;
	margin-bottom:8px;
}
.study-card .d1 .study-number{
	padding: 4px 8px;

	background: #F2F9FE;
	border-radius: 2px;
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	color: #1E365E;
}
.study-card .d1 .study-date{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color:#595B60;
}
.study-card .d2{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #242424;
	margin-bottom:8px;
}
.study-card .d3{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color:#595B60;
}
.testimonial-box{
	width:30%;
	min-width:30%;
	background: #FFFFFF;
	box-shadow: 0px 4px 24px rgba(22, 22, 24, 0.03), 0px 0.500862px 7.76336px rgba(22, 22, 24, 0.025);
	border-radius: 8px;
	padding:28px;
	margin:15px;
	height: 266px;
}
.testimonial-box .testimonial-content{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	color:#595B60;
	margin-bottom:16px;
	padding:0px;
}
.testimonial-box .user_details{
	display:flex;
}
.testimonial-box .user_details .sub-box{
	display: flex;
    flex-direction: column;
	margin-left:12px;
}
.testimonial-box .user_details .sub-box .name{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	color: #121726;
	margin-bottom:4px;
}
.testimonial-box .user_details .sub-box .address{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color:#595B60;
}
.testimonial-box .user_details img {
    height: 38px;
}
.m-container{
  overflow:hidden;
}
.marquee-inner span{
  float:left;
  width:50%;
}
.m-container .marquee-block{
  --total-marquee-items:5;
  height: 280px;
  width: calc(250px * (var(--total-testimonial-box)));
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.marquee-inner{
  display: block;
  width: 200%;
  position: absolute;
}
.marquee-inner.to-left{
  animation: marqueeLeft 25s linear infinite;
}
.marquee-inner.to-right{
  animation: marqueeRight 25s linear infinite;
}
.marquee-inner.to-left:hover {
  animation-play-state: paused;
}
.marquee-inner.to-right:hover {
  animation-play-state: paused;
}
.testimonial-box{
  display: inline-block;
  float: left;
  transition: all .2s ease-out;
}
@keyframes marqueeLeft{
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes marqueeRight{
  0% { 
    left: -100%; 
  }
  100% {
   left: 0; 
  }
}

section {
  /* overflow: hidden; */
  margin-top:108px;
}
.section-title {
  display: flex;
  margin-bottom:55.8px;
  flex-direction: column;
  padding: 0px 0px;
}
.section-title h2 {
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #1E365E;
	margin-bottom:18px;
}

.section-title p {
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 130%;
	text-align: center;
	color: #121726;
	margin: 0;
}
.section-title p strong{
	 font-weight: 600;
}
#newsletter{
	display: flex;
    justify-content: center;
}
#newsletter .container{
	height: 380px !important;
    bottom: -138px;  
    position: absolute;
}
#newsletter .newsletter-box{
	background: linear-gradient(0.77deg, #113148 0.69%, #213E6F 99.37%), linear-gradient(359.95deg, #0F334E 0.04%, #113958 6.28%, #264373 99.95%);
	border-radius: 20px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
	height: 380px !important;
}
#newsletter .newsletter-box h1{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 130%;
	text-align: center;
	color: #FFFFFF;
}
#newsletter .newsletter-box p{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #FFFFFF;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	height:710px;
	background: #0B1A25;
	padding-top: 258px;
    padding-bottom: 192px;
}
#footer .footer_inner{
	display:flex;
}
#footer .footer_inner .box1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: flex-start;
	margin-right: 60px;
    width: 456px;
}
#footer .footer_inner .box2{
	width: 170px;
	margin-right: 106px;
}
#footer .footer_inner .box3{
	width: 210px;
	margin-right: 67px;
}
#footer .footer_inner .box4{
	width: 170px;
	margin-right: 50px;
}
#footer .footer_inner .box5{
	width: 220px;
}
#footer .footer_inner .box1 .logo-bottom{
	width: 177.53px;
}
#footer .footer_inner .social{
	display:flex;
	flex-direction: column;
}
#footer .footer_inner .social span{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	margin-bottom:35px;
}
#footer .footer_inner .social .social-links a{
	margin-right:48px;
}
#footer .footer_inner .social .social-links a:last-child{
	margin-right:0px;
}
#footer .footer_inner .social .social-links a img{
	width: 24px;
	height: 24px;
}
#footer .footer_inner .heading{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	margin-bottom:24px;
}
#footer .footer_inner ul{
	width:100%;
	padding:0px;
	margin:0px;
}
#footer .footer_inner ul li{
	margin-bottom: 6px;
	float:none;
	padding:0px;
	list-style:none;
}
#footer .footer_inner ul li a{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #FFFFFF;
}
.flexContainer {
    display: flex;
	width: 490px;
	height: 47px;
	left: calc(50% - 490px/2 - 0.5px);
	top: calc(50% - 47px/2 + 49.5px);
	flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
.flexContainer img{
	position: absolute;
	margin:0px 14px 0px 14px;
}
.ambition-box{
	background: #1E365E;
	box-shadow: 0px -1.16854px 17.5281px rgba(41, 41, 48, 0.03), 0px -0.146319px 3.14586px rgba(41, 41, 48, 0.02);
	border-radius: 2.33708px;
	padding:16px;
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	width: 132px;
	position: absolute;
	left: 141px;
	display: flex;
    align-items: center;
	top: 260px;
}
.ambition-box1{
	background: #1E365E;
    box-shadow: 0px -1.16854px 17.5281px rgb(41 41 48 / 3%), 0px -0.146319px 3.14586px rgb(41 41 48 / 2%);
    border-radius: 2.33708px;
    padding: 16px;
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    width: 148px;
    position: absolute;
    left: 560px;
    top: 215px;
	display: flex;
    align-items: center;
}
.ambition-box2{
	background: #1E365E;
	box-shadow: 0px -1.16854px 17.5281px rgb(41 41 48 / 3%), 0px -0.146319px 3.14586px rgb(41 41 48 / 2%);
    border-radius: 2.33708px;
    padding: 16px;
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    width: 205px;
    position: absolute;
    left: 432px;
    top: 385px;
	display: flex;
    align-items: center;
}
.ambition-box2 img,.ambition-box1 img,.ambition-box img{
	width: 16px !important;
	height: 16px;
	margin-right:8px;
}
.ml-60{
	margin-left:60px;
}
.ml-48{
	margin-left:48px;
}
.mr-155{
	margin-right:155px;
}
.mr-98{
	margin-right:98px;
}
.ml-126{
	margin-left: 116px;
}
.c-box1{
	position: absolute;
    width: 5px;
    height: 5px;
    left: 57.5%;
    top: -27px;
    background: #00E2E4;
    border-radius: 100%;
}
.c-box2{
	position: absolute;
    width: 5px;
    height: 5px;
        left: 98%;
    top: 100px;
    background: #00E2E4;
    border-radius: 100%;
}
.c-box3{
	position: absolute;
    width: 10px;
	height: 10px;
    left: 106.1%;
    top: 349px;
    background: #00E2E4;
    border-radius: 100%;
}
.c-box4{
	position: absolute;
    width: 11px;
    height: 11px;
    left: 1%;
    top: 928px;
    background: #00E2E4;
    border-radius: 100%;
}
.c-box5{
	position: absolute;
	width: 8px;
	height: 8px;
	left: -7%;
	top: 1315px;
	background: #00E2E4;
	border-radius: 100%; 
}
.c-box6{
	position: absolute;
    background: #00E2E4;
    border-radius: 100%;
    width: 5px;
    height: 5px;
    left: 36.3%;
    top: 1430px;
}
.c-box7{
	position: absolute;
	background: #00E2E4;
	border-radius: 100%; 
	width: 11px;
	height: 11px;
	left: 81%;
	top: 1701px;
}
.c-box8{
	position: absolute;
    background: #00E2E4;
    border-radius: 100%;
    width: 5px;
    height: 5px;
    left: 89.8%;
    top: 2009px;
    z-index: 999999;
}
.c-box9{
	position: absolute;
    background: #00E2E4;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    left: 16.92%;
    top: 2124px;
    z-index: 99999;
}
.c-box10{
	position: absolute;
    background: #00E2E4;
    border-radius: 100%;
    width: 5px;
    height: 5px;
    left: 1.78%;
    top: 2435px;
    z-index: 99999;
}
.c-box11{
	position: absolute;
	background: #00E2E4;
	border-radius: 100%; 
	width: 5px;
	height: 5px;
	left: 0.5%;
    top: 3582px;
}

.c-box12{
	position: absolute;
	border-radius: 100%; 
	left: 7%;
    top: 4075px;
	background: linear-gradient(162.2deg, #FFFFFF -137.97%, rgba(255, 255, 255, 0) 103.58%);
	mix-blend-mode: overlay;
	opacity: 0.8;
	width: 12px;
	height: 12px;
}
.c-box13{
	position: absolute;
	background: #00E2E4;
	border-radius: 100%; 
	width: 8px;
	height: 8px;
	left: 73.9%;
    top: 4860px;
}
.c-box14{
	position: absolute;
	background: #00E2E4;
	border-radius: 100%; 
	width: 8px;
	height: 8px;
	left: 7%;
    top: 5667px;
}
.c-box15{
	position: absolute;
	background: #00E2E4;
	border-radius: 100%; 
	width: 14px;
	height: 14px;
	left: -1%;
    top: 6172px;

}
.c-box16{
	position: absolute;
	background: #00E2E4;
	border-radius: 100%; 
	width: 8px;
	height: 8px;
	left: 80.5%;
    top: 7126px;

}
.c-box17{
	position: absolute;
	background: #00E2E4;
	border-radius: 100%; 
	width: 8px;
	height: 8px;
	left: -3%;
    top: 7772px;

}
.c-box18 {
    position: absolute;
    background: #00E2E4;
    border-radius: 100%;
    width: 5px;
    height: 5px;
    left: 94.7%;
    top: 2844px;
}
.c-box19{
	position: absolute;
	left: 10.4%;
    top: 3895px;
	width: 8px;
	height: 8px;
	border-radius: 100%; 
	background: #00E2E4;
}
.inputField {
    flex: 1;
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 110%;
	color: #FFFFFF;
	background: #0F2436;
	border-radius: 2px;
	border:none;
	height: 47px;
	padding-left:45px;
}
.input-button{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #1E365E;
	padding:14px 32px;
	border-radius: 2px;
	background: #FFFFFF;
	border:none;
	
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 14px 32px;
	height: 47px;
}
#case-studies{
	margin-bottom: 420px;
}
#integrataions{
	margin-top: 38px;
}
#explainer1{
	margin-top: 121px;
}
#explainer2{
	margin-top:45px;
}
#explainer3{
	margin-top: 45px;
}
#explainer4{
	margin-top: 45px;
}
#reasons{
	margin-top: 60px;
}
#steps{
	margin-top: 152px;
}
#tags{
	margin-top: 116px;
}
.ml-50{
	margin-left:50px;
}
.t-btn-f{
    font-family: 'Urbanist';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	flex: none;
	order: 0;
	flex-grow: 0;
	background: #00E2E4;
	border-radius: 2px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 14px 32px;
}
.t-btn-f:hover {
  background: #00E2E4;
  color: #FFFFFF;
}
.t-btn-f:not(.no-hover):hover {
  background: #1E365E;
  color: #FFFFFF;
}
.t-btn{
    font-family: 'Urbanist';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #00E2E4;
	flex: none;
	order: 0;
	flex-grow: 0;
	border: 1.4px solid #00E2E4;
	box-sizing: border-box;
	border-radius: 2px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 14px 32px;
	
}
.t-btn:hover {
  color: #00E2E4;
  
}
.t-btn:not(.no-hover):hover {
  background: #00E2E4;
  border-color: #00E2E4;
  color: #FFFFFF;
  
}
.pb-60{
	padding-bottom:60px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

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

@media (max-width: 992px) {
  
}
@media (max-width: 768px) {
  
}
.box-shadow{
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.text-sub-title{
	font-family: Poppins;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #424242;
	opacity: 0.8;
}
.text-main-title{
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: #111111;
	margin-top:24px;
	margin-bottom:6px;
}

input.t-input, textarea.t-input{
	background: #F6F8F9;
	border-radius: 4px;
	height: 42px;
	font-family: Poppins;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #424242;
	border: none;
    outline: none;
    /*filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));*/
	margin-bottom: 10px;
}
input.t-input:focus, select.form-select, textarea.t-input:focus {
	outline:none;
	border:0;
	outline:none;
	box-shadow:none;
	color:#424242;
	background: #F6F8F9;
}
input.t-input::placeholder, textarea.t-input:placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #424242;
  opacity: 0.8; /* Firefox */
}

input.t-input::-ms-input-placeholder, textarea.t-input::-ms-input-placeholder  { /* Internet Explorer 10-11 */
  color: #424242;
  opacity: 0.8;
}

input.t-input::-ms-input-placeholder, textarea.t-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #424242;
  opacity: 0.8;
}
input.t-input:focus::placeholder, textarea.t-input:focus::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #424242;
  opacity: 0.8; /* Firefox */
}

input.t-input:focus::-ms-input-placeholder, textarea.t-input:focus::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #424242;
  opacity: 0.8;
}

input.t-input:focus::-ms-input-placeholder, textarea.t-input:focus::-ms-input-placeholder { /* Microsoft Edge */
  color: #424242;
  opacity: 0.8;
}
textarea.t-input{
	height:120px;
}


.p-btn-f{
	background: #1E365E;
	border-radius: 6px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	border:0px;
	box-shadow:none;
	padding:11px;
}
.p-btn-f:hover{
	border:0px;
	box-shadow:none;
	color: #FFFFFF;
}
.p-card-shadow{
	background: #FFFFFF;
	border-radius: 7px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	margin-bottom:30px;
}
.mr-20{
	margin-right:20px;
}
.mr-12{
	margin-right:12px;
}
.mb-48{
	margin-bottom:48px;
}
.btn-dark-blue-transparent img{
	margin-right:8px;
}
.btn-dark-blue-transparent{
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #1E365E;
	padding:18px;
	
	background: #FFFFFF;
	box-shadow: 0px -2px 30px rgba(41, 41, 48, 0.03), 0px -0.250431px 5.38427px rgba(41, 41, 48, 0.02);
	border-radius: 4px;
}
.btn-dark-blue-transparent:hover{
	color: #1D6BA3;
}

.container{
	width: 1180px;
padding: 0px;/* margin: 0px; */}
.t-alert{
	height: 44px;
	left: 0px;
	top: 0px;
	background: #242527;
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 130%;
	color: #FFFFFF;
	width:100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.t-alert span.closebtn{
	position: absolute;
	right: 1.67%;
}
.ml-43 {margin-left: 43px;}

.ml-100 {margin-left: 100px;}

.mr-135 {margin-right: 135px;}
.ml-68 {margin-left: 68px;}

#explainer2 .explainer-left-box h1 {margin-bottom: 8px;}

#explainer2 .explainer-left-box h4 {margin-bottom: 47px;}

.ml-116 {margin-left: 116px;}

#explainer3 .explainer-right-box h4 {margin-bottom: 30px;}
#explainer4 span.my-badge {margin-bottom: 20px;}

#explainer4 h1 {margin-bottom: 10px;}
section#empowering {margin-top: 207px;}

section#testimonials {margin-top: 177px;}
section#case-studies {margin-top: 173px;}
#case-studies .section-title {margin-bottom: 42px;}

.js-cookie-consent.cookie-consent {
	background: linear-gradient(0.77deg, #113148 0.69%, #213E6F 99.37%), linear-gradient(359.95deg, #0F334E 0.04%, #113958 6.28%, #264373 99.95%);
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 130%;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0px;
}

button.js-cookie-consent-agree.cookie-consent__agree {
	background: #00E2E4;
	border-radius: 2px;
	color: #FFFFFF;
	border: none;
	padding: 5px 10px;
	margin-left: 20px;
}
#accordion a{
	text-decoration:none;
	text-align:left;
}
.animation1{
	animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.animation2{
	animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
	animation-delay: 1s;
}
.animation3{
	animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
	animation-delay: 2s;
}
.animation4{
	animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
	animation-delay: 3s;
}
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}
.show{
	display:inline-block;
}
.hide{
	display:none;
}
.slide-image{
	width:650px;
}
.t-alert{
	height: 44px;
	left: 0px;
	top: 0px;
	background: #242527;
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 130%;
	color: #FFFFFF;
	width:100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.t-alert span.closebtn{
	position: absolute;
	right: 1.67%;
}




/* mobile */

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #000;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  z-index:999999;
	position: absolute;
	right: 10px;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
  .hide-mobile{
		display:none !important;
	}
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  transition: 0.3s;
  z-index: 999;
  margin-left:0px !important;
  width:250px;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  transition: 0.3s;
}
.navbar-mobile ul:nth-child(2){
  display: block;
  position: absolute;
  top: 165px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  transition: 0.3s;
}
.navbar-mobile ul li .getstarted{
	width:110px;
}
.navbar-mobile > ul:nth-child(2) > li{
	margin-left:0px;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #15222b;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #ff4a17;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #ff4a17;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
#suparstar .video-box{
	width: 540px; 
	top: 114px; 
	margin-left:45px;
}
img.leap{
	margin-left: 81px; 
	margin-right: 94px;
}
img.InfoTrack{
	margin-right: 98px;
}
img.practicle{
	margin-right: 94px;
}
.slide-btn-grp{
	margin-top:27px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	#header .logo img{
		width:140px;
	}
	.t-alert{
		text-align: center;
		padding-left: 10px;
		padding-right: 20px;
	}
	.hide-mobile{
		display:none !important;
	}
	.m-flex{
		display: flex!important;
		flex-direction: column;
	}
	.container {
		max-width: 560px;
		margin-left:auto;
		margin-right:auto;
		width: 94vw;
	}
	br{
		display:none;
	}
	.t-btn-f, .t-btn{
		width: 94vw;
		margin-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
	}
	.type-heading{
		font-size: 28px;
		width: 94vw;
	}
	#suparstar .video-left-box{
		height: auto;
		width: 94vw;
		margin-bottom:40px;
		text-align: center;
	}
	#suparstar .video-left-box br{
		display:none;
	}
	#suparstar .video-box{
		left: unset;
		width: 94vw;
		height:auto;
		top:unset;
		position:unset;
		margin-left: unset;
		margin-bottom:40px;
	}
	#suparstar h4{
		font-size: 18px;
		margin-top: 8px;
		margin-bottom: 16px;
	}
	.integrataions-title{
		font-size: 28px;
	}
	img.leap{
		margin-left: auto;
		margin-right: auto;
		width: auto;
		margin-bottom: 30px;
	}
	img.InfoTrack{
		margin-left: auto;
		margin-right: auto;
		width: auto;
		margin-bottom: 30px;
	}
	img.practicle{
		margin-left: auto;
		margin-right: auto;
		width: auto;
		margin-bottom: 30px;
	}
	img.netdocuments{
		margin-left: auto;
		margin-right: auto;
		width: auto;
	}
	#explainer1 {
		margin-top: 80px;
	}
	#explainer2{
		margin-top: 80px;
	}
	.section-title p{
		font-size: 28px;
	}
	.slide-image {
		width: 94vw;
		margin-left: auto !important;
		margin-top: 0px !important;
	}
	#explainer1 .slide-image {
		width: 94vw;
		margin-left: auto !important;
		margin-top: -33px !important;
	}
	.explainer-right-box{
		width: 82vw;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
	}
	.explainer-right-box h1 {
		font-size: 18px;
		margin-bottom: 8px;
		display: flex;
		align-items: center;
		justify-content: center;
		align-content: center;
	}
	.explainer-right-box h4{
		font-size: 14px;
	}
	.slide-btn-grp{
		margin-top:0px;
	}
	#explainer1 .explainer-right-box{
		margin-top:-20px;
	}
	.btn-dark-blue-transparent img{
		margin-right: 8px;
	}
	#explainer1 .explainer-right-box h1 img {
		width: 20px;
	}
	.btn-dark-blue-transparent {
		font-size: 12px;
		padding: 9px;
		margin-right: 12px;
	}
	#explainer2 .explainer-left-box.ml-100{
		margin-left:auto;
		margin-right:auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: stretch;
		align-content: center;
		text-align: center;
	}
	.explainer-left-box h1{
		font-size: 18px;
		display: flex;
		align-items: center;
		justify-content: center;
		align-content: center;
		text-align:center;
	}
	.explainer-left-box h4{
		font-size: 14px;
		text-align:center;
	}
	#explainer3 .m-flex{
		display: flex!important;
		flex-direction: column-reverse;
	}
	#explainer3 .explainer-right-box h4{
		margin-bottom:12px;
	}
	#explainer4 .explainer-left-box.ml-100{
		margin-left:auto;
		margin-right:auto;
		width: 82vw;
	}
	#reasons .left-box{
		width: 94vw;
		margin-left: auto !important;
		margin-top: 0px !important;
	}
	#reasons .right-box{
		width: 94vw;
		margin-left: auto !important;
		margin-top: 0px !important;
	}
	#reasons .left-box .small-title{
		width:100%;
	}
	#reasons .left-box h1{
		font-size: 28px;
		margin-left: auto !important;
		margin-right: auto !important;
		    text-align: center;
	}
	#reasons .left-box h1 br{
		display:none;
	}
	#reasons .right-box .t-box{
		width:100%;
	}
	#reasons .right-box .t-box.mr-30{
		margin-right:0px;
	}
	#reasons .right-box {
		background-position-y: 311px;
		background-size: 80%;
	}
	#steps .background-box{
		padding: 50px 20px;
	}
	#steps .steps-left{
		margin-left:auto;
		margin-right:auto;
		width: 84vw;
	}
	#steps .blue-bg-box{
		width: 84vw;
		padding:16px;
	}
	#steps .white-bg-box{
		width: 84vw;
		padding:16px;
	}
	#steps .slide-image{
		width: 84vw;
	}
	#steps{
		margin-top:60px;
	}
	section#tags .content-box h1{
		font-size:28px;
	}
	#tags {
		margin-top: 60px;
		margin-left: auto;
		margin-right: auto;
		width: 94vw;
	}
	.new-tag{
		font-size:12px;
		padding:5px;
		display:none;
	}
	.tag1 {
		left: 0px;
		top: 0px;
	}
	.tag2 {
		left: 95px;
		top: 48px;
	}
	.tag3 {
		left: 1px;
		top: 77px;
	}
	.tag4 {
		left: 0;
		top: 277px;
	}
	.tag5 {
		left: 4px;
		top: 329px;
	}
	.tag6 {
		left: 43px;
		top: 371px;
	}
	.tag7 {
		right: 0px;
		top: 0px;
	}
	.tag8 {
		right: 53px;
		top: 65px;
	}
	.tag9 {
		right: 0;
		top: 284px;
	}
	.tag10 {
		right: 141px;
		top: 291px;
	}
	.tag11 {
		right: 2px;
		top: 378px;
	}
	.tag12 {
		right: 0px;
		top: 327px;
	}
	section#empowering{
		margin-top:90px;
	}
	#empowering{
		height:auto;
	}
	#empowering h1{
		font-size: 28px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		width: 70vw;
	}
	#empowering h4{
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	#empowering h1 br,#empowering h4 br{
		display:none;
		
	}
	.empowering-left-box{
		width: 100%;
		height:auto;
	}
	#empowering .col-7.col-lg-7.col-md-7{
		width: 100%;
		height:auto;
	}
	.circle-box-1{
		width: 210px;
		height: 210px;
		border-radius:150px;
		top: 0px;
		left: -15px;
		display:none;
	}
	.circle-box-2 {
		width: 110px;
		height: 110px;
		border-radius: 60px;
		left: 195px;
		top: 108px;
		display:none;
	}
	.circle-box-3{
		width: 120px;
		height: 120px;
		border-radius:110px;
		right: 0px;
		top: 194px;
		display:none;
	}
	.circle-box-4{
		width: 110px;
		height: 110px;
		border-radius:90px;
		top: 230px;
		left: 0px;
		display:none;
	}
	.circle-box-5{
		width: 160px;
		height: 160px;
		border-radius:150px;
		top: 230px;
		left: 110px;
		display:none;
	}
	.circle-box-1 .title-circle{
		font-size:14px;
	}
	.circle-box-2 .title-circle{
		font-size:12px;
	}
	.circle-box-3 .title-circle{
		font-size:12px;
	}
	.circle-box-4 .title-circle{
		font-size:12px;
	}
	.circle-box-5 .title-circle{
		font-size:14px;
	}
	.circle-box-1 .number{
		font-size: 50px;
		line-height: 50px;
	}
	.circle-box-2 .number{
		font-size: 50px;
		line-height: 50px;
	}
	.circle-box-3 .number{
		font-size: 50px;
		line-height: 50px;
	}
	.circle-box-4 .number{
		font-size: 50px;
		line-height: 50px;
	}
	.circle-box-5 .number{
		font-size: 50px;
		line-height: 50px;
	}
	.marquee-inner span {
		float: left;
		width: 50%;
	}
	.my-badge{
		margin-left: auto;
		margin-right: auto;
	}
	.testimonial-box {
		width: 95%;
		min-width: 95%;
		height: 100%;
		padding: 10px;
		margin: 10px;
	}
	section#testimonials{
		margin-top:60px;
	}
	.study-card{
		width:100%;
		margin:0px;
		margin-bottom:50px;
	}
	section#case-studies{
		margin-top:60px;
		margin-bottom:150px;
	}
	#newsletter .newsletter-box h1{
		font-size:28px;
	}
	#newsletter .newsletter-box p{
		font-size:14px;
	}
	.flexContainer{
		width: 84vw;
	}
	.flexContainer img {
		position: absolute;
		margin: 0px 5px 0px 5px;
	}
	.flexContainer .inputField{
		font-size: 13px;
		padding-left: 25px;
	}
	.flexContainer .input-button{
		font-size: 12px;
	}
	#newsletter .container {
		height: 380px !important;
		bottom: -240px;
		position: absolute;
	}
	#newsletter .newsletter-box{
		height: 260px !important;
	}
	#footer{
		height:auto;
		padding-top:150px;
	}
	#footer .footer_inner .box1{
		width: 94vw;
	}
	#footer .footer_inner .box2,#footer .footer_inner .box3,#footer .footer_inner .box4,#footer .footer_inner .box5{
		width: 47vw;
		margin-right:0px;
		float:left;
		margin-top:30px;
	}
	#footer .m-flex{
		display:inline-block !important;
		margin-left: 13px;
	}
	#footer .footer_inner .box1 {
		display: flex;
		justify-content: space-between;
		align-content: space-between;
	}
	#footer .footer_inner .social span{
		margin-bottom:10px;
	}
	#footer .footer_inner .social .social-links a{
		margin-right:10px;
	}
	#footer .footer_inner .heading{
		margin-bottom: 10px;
	}
	button.js-cookie-consent-agree.cookie-consent__agree{
		background: #00E2E4;
		border-radius: 2px;
		color: #FFFFFF;
		border: none;
		padding: 5px 10px;
		/* margin-left: 20px; */
		width: 155px;
		margin-right: 10px;
	}
	.cookie-consent__message{
		margin-left: 10px;
	}
	section#suparstar{
		height:auto;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 767px) {
	.container {
		max-width: 560px;
		margin-left:auto;
		margin-right:auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px){
	.hide-mobile{
		display:none;
	}
	.container {
		max-width: 720px;
		margin-left:auto;
		margin-right:auto;
	}
	.t-btn-f, .t-btn{
		padding: 7px 16px;
		font-size: 14px;
	}
	.my-badge{
		font-size:12px;
		margin-bottom: 8px;
	}
	.section-title p{
		font-size: 28px;
	}
	.integrataions-title{
		font-size: 28px;
	}
	.type-heading{
		font-size: 28px;
	}
	#empowering h1{
		font-size: 28px;
	}
	#empowering h4{
		font-size: 14px;
	}
	.explainer-left-box h1{
		font-size: 18px;
	}
	.explainer-right-box h1{
		font-size: 18px;
		margin-bottom: 8px;
	}
	.explainer-left-box h4{
		font-size: 12px;
	}
	.explainer-right-box h4{
		font-size: 12px;
	}
	#reasons .left-box h1{
		font-size: 28px;
	}
	section#tags .content-box h1{
		font-size: 28px;
	}
	section#tags .content-box h2{
		font-size: 14px;
	}
	#reasons .left-box .small-title{
		font-size: 18px;
	}
	section#suparstar{
		height:auto;
	}
	#suparstar h4{
		font-size: 12px;
		margin-top: 8px;
		margin-bottom: 16px;
	}
	#suparstar .video-left-box{
		height: 320px;
		width: 325px;
	}
	#suparstar .video-box{
		left: 280px;
		width: 330px;
		top:70px;
	}
	img.leap{
		margin-left: 60px; 
		margin-right: 30px;
		width: 100px;
	}
	img.InfoTrack{
		margin-right: 30px;
		width: 100px;
	}
	img.practicle{
		margin-right: 30px;
		width: 140px;
	}
	img.netdocuments{
		width: 140px;
	}
	.slide-image{
		width: 320px;
		margin-left:30px !important;
		margin-top:0px !important;
	}
	.btn-dark-blue-transparent{
		font-size:12px;
		padding:9px;
	}
	#explainer3 .explainer-right-box.ml-50{
		margin-left:10px;
	}
	#explainer2 .explainer-left-box.ml-100{
		margin-left:70px;
	}
	#explainer4 .explainer-left-box.ml-100{
		margin-left:52px;
	}
	.explainer-right-box.ml-43{
		margin-left:0px;
	}
	#explainer1 .section-title{
		margin-bottom:20px;
	}
	.slide-btn-grp{
		margin-top:10px;
	}
	#explainer1 .explainer-right-box h1 img{
		width:20px;
	}
	.section-title h2{
		font-size:14px;
	}
	#explainer3 .explainer-right-box h4{
		margin-bottom:10px;
	}
	#reasons .right-box .t-box{
		width:47%;
		padding: 6px;
		margin-bottom: 20px;
	}
	#reasons .right-box .t-box.mr-30{
		margin-right: 20px;
	}
	#reasons .right-box .heading img {
		margin-right: 4px;
		width: 12px;
	}
	#reasons .right-box .heading{
		font-size:13px;
		padding-bottom: 4px;
	}
	#reasons .right-box{
		background-position-y: 73px;
		background-position-x: center;
		background-size: 60%;
	}
	#steps .background-box {
		padding: 60px 40px 60px 40px;
		min-height: 620px;
	}
	#steps .steps-left {
		width: 265px;
		margin-left: 5px;
	}
	#steps .blue-bg-box,#steps .white-bg-box{
		padding: 12px;
		width: 265px
	}
	#steps .blue-bg-box .title-box,#steps .white-bg-box .title-box{
		font-size:14px;
	}
	#steps .blue-bg-box .head-box,#steps .white-bg-box .head-box{
		font-size:12px;
	}
	#steps .blue-bg-box .desc-box,#steps .white-bg-box .desc-box{
		font-size:12px;
	}
	.new-tag{
		padding: 6px 8px;
		margin: 0px 5px;
		font-size: 12px;
	}
	.tag1{
		left: 20px;
		top: 61px;
	}
	.tag2{
		left: 150px;
		top: 97px;
	}
	.tag3{
		left: 35px;
		top: 173px;
	}
	.tag4{
		left: 106px;
		top: 260px;
	}
	.tag5{
		left: 20px;
		top: 333px;
	}
	.tag6{
		left: 150px;
		top: 409px;
	}
	.tag7{
		right: 20px;
		top: 32px;
	}
	.tag8{
		right: 120px;
		top: 97px;
	}
	.tag9{
		right: 35px;
		top: 152px;
	}
	.tag10{
		right: 106px;
		top: 260px;
	}
	.tag11{
		right: 20px;
		top: 333px;
	}
	.tag12{
		right: 150px;
		top: 409px;
	}
	#tags {
		margin-top: 40px;
		margin-left: auto;
    margin-right: auto;
    width: 94vw;
	}
	section#empowering{
		margin-top: 80px;
	}
	.circle-box-1{
		width: 220px;
		height: 220px;
		border-radius:150px;
		top: 0px;
		left: -15px;
	}
	.circle-box-2 {
		width: 120px;
		height: 120px;
		border-radius: 60px;
		left: 205px;
		top: 108px;
	}
	.circle-box-3{
		width: 130px;
		height: 130px;
		border-radius:110px;
		right: 0px;
		top: 194px;
	}
	.circle-box-4{
		width: 110px;
		height: 110px;
		border-radius:90px;
		top: 230px;
		left: 0px;
	}
	.circle-box-5{
		width: 180px;
		height: 180px;
		border-radius:150px;
		top: 230px;
		left: 110px;
	}
	.circle-box-1 .title-circle{
		font-size:14px;
	}
	.circle-box-2 .title-circle{
		font-size:12px;
	}
	.circle-box-3 .title-circle{
		font-size:12px;
	}
	.circle-box-4 .title-circle{
		font-size:12px;
	}
	.circle-box-5 .title-circle{
		font-size:14px;
	}
	.circle-box-1 .number{
		font-size: 50px;
		line-height: 50px;
	}
	.circle-box-2 .number{
		font-size: 50px;
		line-height: 50px;
	}
	.circle-box-3 .number{
		font-size: 50px;
		line-height: 50px;
	}
	.circle-box-4 .number{
		font-size: 50px;
		line-height: 50px;
	}
	.circle-box-5 .number{
		font-size: 50px;
		line-height: 50px;
	}
	#empowering {
		height: 340px;
	}
	.marquee-inner span {
		float: left;
		width: 100%;
	}
	section#case-studies {
		margin-top: 80px;
	}
	.study-card{
		margin:10px;
	}
	#newsletter .newsletter-box h1{
		font-size:28px;
	}
	#footer .footer_inner ul li a{
		font-size:10px;
	}
	#footer .footer_inner .box1{
		margin-right:15px;
	}
	#footer .footer_inner .box2{
		margin-right:15px;
	}
	#footer .footer_inner .box3{
		margin-right:15px;
	}
	#footer .footer_inner .box4{
		margin-right:15px;
	}
	#footer .footer_inner .social .social-links a {
		margin-right: 20px;
	}
	#footer {
		height: 570px;
	}
	#newsletter .container{
		height:280px !important;
	}
	#newsletter .newsletter-box{
		height:280px !important;
	}
	#case-studies {
		margin-bottom: 210px;
	}
}
