body{
	margin: 0;
	padding: 0;
	font-family: GeneralSans-Regular;
}
.container{
	max-width: 1320px;
	margin: 0 auto;
}
.container-full{
	max-width: 100%;
}
.row{
	display: flex;
}
.items-center{
	align-items: center;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.col-6{
	max-width: 50%;
	flex: 0 0 50%;
}
.col-3{
	max-width: 25%;
}
.col-9{
	max-width: 75%;
}
p{
	font-size: 24px;
	line-height: 32px;
}
h3,h2,h4,h5,h6{
	color: #0F0F0F;
	font-family: GeneralSans-Medium;
	font-size: 28px;
	line-height: 128%;
}
section{
	padding: 80px 0px;
}
.d-flex{
	display: flex;
	justify-content: space-between;
}
/*header*/
header{
	padding: 15px 0px;
}
header .container{
	position: relative;
}
.navbar.fixed {
    box-shadow: -1px 7px 10px #cccccc4f;
    position: fixed;
    width: 71%;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    padding: 13px 17px;
    border-radius: 20px;
    transition: 0.3s;
}
.navbar{
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: 0.3s;
}
.nav-menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-menu ul li{
	display: inline-block;
}
.nav-menu ul li.active a{
	color: #005B41;
}
.nav-menu ul li.active a:before{
	content: '';
	position: absolute;
	background: #005B41;
	height: 1px;
	width: 21px;
	margin: auto;
	bottom: 0;
	left: 0;
	right:0;
}
.nav-menu ul li a:hover{
	color: #005B41;
}
.nav-menu ul li a{
	text-decoration: none;
	color: #0F0F0F;
	padding: 10px 15px;
	font-family: GeneralSans-Medium;
	font-size: 16px;
	position: relative;
}
.nav-menu ul li a img {
    margin: 0px 0px 1px 5px;
}
ul.sub-menu {
    position: absolute;
    background: #fff;
    min-width: 200px;
    padding: 7px 0;
    box-shadow: 2px 9px 21px #cccccc6b;
    border-radius: 10px;
    margin-top: 5px;
    display: none;
}
ul.sub-menu li{
    display: block;
    padding: 5px 0;
}
.submenu-link:hover ul.sub-menu{
	display: block;
}
.submenu-link a:hover ul.sub-menu{
	display: block;
}
.btn-outline{
	color: #005B41;
	border-color: #005B41;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	border-radius: 100px;
	padding: 13px 25px;
	text-decoration: none;
	font-family: GeneralSans-Medium;
	display: inline-block;
	transition: 0.5s;
} 
.btn-outline:hover{
	transition: 0.5s;
	background: #005B41;
	color: #fff;
}
.fill-btn{
	background: #005B41;
	color: #fff;
	transition: 0.5s;
}
.fill-btn:hover{
	color: #005B41;
	border-color: #005B41;
	border-width: 1px;
	border-style: solid;
	background: transparent;
}
#toggle-btn{
	display: none;
}
#mobilenav{
	display: none;
}
/*hero section*/
.home-hero{
	background: url('../img/bg-image.png');
	width: 100%;
	background-size: cover;
}
.hero-content{
	text-align: center;
}
.hero-content h3{
	font-family: GeneralSans-Medium;	
	font-size: 68px;
	line-height: 140%;
    margin: 10px 0;
}
.hero-content p{
	max-width: 650px;
	margin: 0 auto 30px auto;
	color: #3E4C64;
}
.single-deviceimg{
	margin: 50px 0px 0px 0px;
}

/*inner hero banner*/

.inner-banner{
	background: url('../img/bg-image.png');
	width: 100%;
	background-size: cover;
}
.inner-hero-content{
	text-align: left;
}
.inner-hero-content h3{
	font-family: GeneralSans-Medium;	
	font-size: 68px;
	line-height: 130%;
    margin: 10px 0;
}
.inner-hero-content p{
	max-width: 650px;
	margin: 0 auto 50px auto;
	color: #3E4C64;
}
.group-graphs{
	justify-content: center;
	column-gap: 10px;
}
.group-graphs img{
	width: 100%;
}
.text-left h3{
	text-align: left;
}
.innerbanner-graphs img{
	width: 100%;
	margin-bottom: 20px;
}
.hero-content-centered{
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
}
.hero-content-centered h3{
	line-height: 120%;
}
.productpage-v2 .row{
	column-gap: 50px;
}
.productpage-v2 h3{
	padding: 0px 70px 10px 0px;
}

/*client-logo*/
.client-logo{
	background: url('../img/concept.png');
	width: 100%;
	background-size: cover;
}
.sec-heading{
	text-align: center;
}
.sec-heading h3{
	color: #005B41;
	font-size: 16px;
	line-height: 20px;
}
.sec-heading p{
	font-size: 16px;
	color: #3E4C64;
	line-height: 24px;
}	
.logo-slider{
	overflow-x: hidden;
}
.logo-overflow{
	display: flex;
	padding: .5rem 1rem;
	overflow: hidden;
}
.logo-wrapper{
	display: flex;
	justify-content: space-around;
	animation: Logoanimation 30s linear infinite;
	position: relative;
}
.reverse-slide .logo-wrapper{
	animation: LogoanimationRev 30s linear infinite;	
} 
.logo-item{
	margin-left: 1rem;
	padding: 1rem;
	aspect-ratio:30/9;
	display: grid;
	place-items:center;
}
.logo-item img{
	height: 3rem;
	margin-inline:2rem;
	filter: grayscale(1);
}
.logo-item:hover img{
	filter: inherit;	
}
@keyframes Logoanimation{
	0% {
    	left: 0;
	}
	50% {
	    left: 50%;
	}
	100% {
	    left: 0;    
	}
}
@keyframes LogoanimationRev{
	 0% {
    	left: 0;
	  }
  	50% {
    	left:-50%;
	  }
  	100% {
    	left: 0;    
	  }
}

/*what we do*/
.what-wedo-sec{
	background: #104130;
}
.whatwe-wrapper{
	padding: 30px 0px 0px 0px;
}
.white-text h3{
	color: #ffffff;
}
.whatwe-grid:hover{
	border-color: #fff;
	transition: 0.5s;
}
.whatwe-grid{
	border: 1px solid #4A9477;
	border-radius: 20px;
	transition: 0.5s;
	padding: 40px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0px 0px 20px 0px;
}
.whatwe-grid-text h3{
	color: #fff;
	font-size: 28px;
	margin: 0 0px 20px 0px;
} 
.whatwe-grid-text p{
	color: #ECF6F1;
	font-size: 16px;
	max-width: 450px;
	margin:0;
}
.whatwe-grid:hover .whatwe-grid-btn img{
	filter: brightness(0) invert(1);
}
.whatwe-grid-btn a {
    display: flex;
    align-items: center;
    column-gap: 14px;
    color: #fff;
    text-decoration: none;
}
.whatwe-grid-btn a span{
	display: none;
}
.whatwe-grid:hover .whatwe-grid-btn a span{
	display: flex; 
}

/*market participant */
.market-participant{
	background: url('../img/dots-bg.png');
	width: 100%;
	background-size: cover;
}
.market-participant .row{
	padding: 50px 0px 0px 0px;
	column-gap: 20px;
	grid-row-gap: 20px;
	display: grid;
  	grid-template-columns: repeat(2, 1fr);
}
.productv2-customer-sec .row{
	display: flex;
	grid-template-columns: inherit;
}
.market-participant .row .col-6{
	max-width: 100%;
	flex:100%;
}
.market-participant-card:hover{
	background: #ECF6F1;
	transition: 0.5s;
}
.market-participant-card{
	background: #F2F4F8;
	border-radius: 20px;
	position: relative;
	transition: 0.5s;
}
.market-participant-content{
	padding: 40px 40px 0px 40px;
}
.market-participant-card h3{
	color: #0F0F0F;
	margin: 0;
}
.market-participant-card p{
	color: #3E4C64;
	font-size: 16px;
	max-width: 450px;
	line-height: 28px;
}
.tags-p{
	list-style: none;
	margin: 0;
	padding: 0;
}
.tags-p li{
	display: inline-block;
	margin: 0px 5px 20px 0px;
}
.tags-p li a {
	border: 1px solid #C8E3D6;
	border-radius: 8px;
	text-decoration: none;
	color: #3E4C64;
	font-size: 14px;
	padding: 3px 10px;
}
.market-participant-graph{
	position: relative;
}
.market-participant-graph{
	min-height: 350px;
	align-items: center;
	justify-content: center;
	display: flex;
}
.market-participant-graph img{
	width: 100%;
}
#participant-content-icon{
	position: absolute;
	right: 40px;
	top: 40px;
}

/*our teach section*/

.our-tech-sec{
	background: url('../img/dots-bg.png');
	width: 100%;
	background-size: cover;
}
.custom-row{
	padding: 50px 150px 0px 150px;
	column-gap: 150px;
	grid-row-gap: 100px;
	display: grid;
  	grid-template-columns: repeat(2, 1fr);
  	justify-content: space-between;
}
.tech-col-content strong{
	display: inline-flex;
	color: #0F0F0F;
	font-size: 16px;
	column-gap: 10px;
	align-items: center;
	font-family: GeneralSans-Medium;	
}
.tech-col-content p{
	color: #3E4C64;
	font-size: 16px;
	line-height: 150%;	
}

/*about us*/
.aboutus-sec{
	background: #F2F4F8;
	padding: 150px 0px;
}
.aboutus-img img{
	width: 100%;
}
.aboutus-content{
	padding: 0px 150px 0px 0px;
}
.aboutus-content h4{
	color: #005B41;
	font-size: 16px;
	font-family: GeneralSans-Medium;	
}
.aboutus-content p{
	color: #3E4C64;
	font-size: 24px;
}
.light-bg-btn{
	background: #D8F0E4;
	border-color: #D8F0E4;
}

/*lets talk*/
.lets-talk-sec{
	background: url('../img/banner.png');
	width: 100%;
	height: 484px;
	background-size: cover;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
}
.lets-talk-sec h2{
	font-size: 64px;
	color: #fff;
	padding: 0px 170px;
	text-align: center;
	font-family: GeneralSans-Light;
	margin-top: 0;
}

/*custom build section*/
.custom-built-sec .row{
	padding: 0px 0px 0px 0px;
}
.productv2-customer-sec .row{
	padding: 20px 0px 0px 0px;
}
.custom-built-crd h4{
	font-size: 24px;
	color: #000;
	border-left: 1px solid #000;
	padding: 0px 150px 0px 30px;	
}
.productv2-customer-sec .custom-built-crd h4{
	padding: 0px 50px 0px 30px;		
}
.custom-built-crd-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.custom-built-crd-list ul li{
	font-size: 16px;
	color: #000000;
	padding: 0px 250px 15px 50px;	
	position: relative;
}
.full-w-list ul li{
	padding: 0px 0px 15px 50px;	
}
.custom-built-crd-list ul li:before{
	content: '';
	position: absolute;
	left: 30px;
	width: 10px;
	height: 10px;
	background: #008170;
	margin-top: 5px;
}
.productv2-customer-sec .custom-built-crd p{
	font-size: 16px;
	max-width: 700px;
	line-height: 140%;
	margin-bottom: 0;
}
.productv2-customer-sec .custom-built-crd ul li{
	padding: 0px 0px 15px 16px;
}
.productv2-customer-sec .custom-built-crd ul li:before{
	left: 0;
}

/*liquidity-hub-sec*/

.liquidity-hub-sec{
	background: url('../img/dots-bg.png');
	width: 100%;
	background-size: cover;
}
.custom-rowspan-3{
	padding: 50px 0px 0px 0px;
	column-gap: 50px;
	grid-row-gap: 20px;
	display: grid;
  	grid-template-columns: repeat(3, 1fr);
  	justify-content: space-between;
}
.custom-rowspan-2{
	padding: 50px 0px 0px 0px;
	column-gap: 50px;
	grid-row-gap: 20px;
	display: grid;
  	grid-template-columns: repeat(2, 1fr);
  	justify-content: space-between;
}
.liquidity-hub-col h3{
	margin-bottom: 0;
	line-height: 32px;
}
.liquidity-hub-col p{
	font-size: 16px;
	line-height: 28px;
	margin-top: 10px;
}

/*about us page*/
.about-us{
	background: url('../img/about-bannerimg.png');
	background-size: cover;
	background-position: center center;
}
.aboutus-banner{
	background: url('../img/wave-banners.png');
	width: 100%;
	background-size: 100% 100%;
	padding:50px 0px;
	min-height: 500px;
}
.aboutus-banner-content{
	padding: 0px 350px 0px 100px;
}
.aboutus-banner-content h3{
	font-size: 40px;
	color: #fff;
	font-family: GeneralSans-Light;
}
.white-bg{
	background: #D8F0E4;
	border-color: #D8F0E4;
	color: #005B41;
}
.mt-120{
	margin-top: 120px;
}
.thumbnail-white-box{
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 0px 25px #a2a2a252;
    padding: 30px 30px;
    max-width: 400px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.align-right{
	float: right;
}
.thumbnail-white-box h2{
	font-size: 110px;
	color: #005B41;
	margin:0;
	line-height: 100%;
}
.thumbnail-white-box p{
	color: #0F0F0F;
	font-size: 16px;
	line-height: 28px;
	margin:0;
}
.mb-60{
	margin-bottom: 60px;
}

/*combined section*/

.light-backgorund{
	background: #F2F4F8;
}

/*team section*/
.our-team .custom-rowspan-3{
	column-gap: 30px;
	grid-row-gap: 40px;
}
.team-card{
	border:1px solid #D7DDEA;
	border-radius: 20px;
	padding: 15px;
}
.t-image{
	overflow: hidden;
	min-height: 242px;
	margin-bottom: 10px;
}
.t-image img{
	width: 100%;
}
.t-content{
	position: relative;
}
.team-social{
	position: absolute;
	right: 0px;
	margin-top: 10px;
}
.t-content h3{
	color: #0F0F0F;
	font-size: 24px;
	margin:0;
	line-height: 170%;
}
.t-content span{
	font-size: 16px;
	color: #8A9289;
}
.t-content p{
	font-size: 16px;
	color: #3E4C64;
	padding: 25px 0px;
	line-height: 26px;
	margin: 0;
}
.t-content a{
	font-size: 16px;
	color: #15553F;
	text-decoration: none;
	font-family: GeneralSans-Medium;	
	display:flex;
	align-items: center;
	column-gap: 5px;
	padding-bottom: 20px;
}
.t-content a img{
	margin-top: 4px;
}


/*footer*/
footer{
	background: #15553F;
	padding: 50px 0px;
}
.footer-logo p{
	color: #EAECF0;
	font-size: 16px;
	line-height: 25px;
}
.footer-menu{
	display: flex;
	justify-content: flex-end;
	column-gap: 50px;
}
.footer-nav{
	max-width: 20%;
}
.footer-nav h3{
	color: #A5B1CB;
	font-size: 14px;
	line-height: 20px;
	margin: 0px 0px 20px 0px;
}
.footer-nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-nav ul li{
	line-height: 22px;
	margin-bottom: 12px;
}
.footer-nav ul li a{
	text-decoration: none;
	color: #EAECF0;
	font-size: 14px;
}
.footer-nav ul li a:hover{
	text-decoration: underline;
}
.social-icon .social{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.copyright{
	background: #104130;
	padding: 20px 0px;
}
.copyright p{
	color: #A5B1CB;
	font-size: 14px;
	margin:0;
}
.social-icon .social li{
	display: inline-block;
	margin: 0px 20px 0px 0px;
}
.social-icon .social li a{
	text-decoration: none;
}

/*media query responsiveness*/
@media only screen and (max-width: 767px){
/*header*/
.mobile-navbar.show#mobilenav{
	display: block;
}
.navbar.fixed{
	position: inherit;
	box-shadow: inherit;
	width: 100%;
	top: inherit;
	left: inherit;
	right: inherit;
	transition: inherit;
	padding: inherit;
	border-radius: inherit;
	margin:inherit;
}
.mobile-navbar.show .nav-menu{
	display: block;
	background-image: url(../img/bg-image.png), linear-gradient(#ffffff, #c9c9c9);
}
.nav-menu,.nav-btn{
	display: none;
}
#toggle-btn{
	display: block;
}
ul.sub-menu{
	z-index: 99;
    width: 93%;
    margin: 6px auto;
    left: 0;
    right: 0;
}
.nav-menu {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 18px 0;
}
.show .nav-menu ul li{
	display: block;
	margin-bottom: 20px;
	text-align: left;
}
.show .nav-btn{
	display: block;
	padding: 0 15px;
}
header {
    padding: 15px 15px;
}
section {
    padding: 50px 15px;
}
.row{
	flex-direction: column;
}
.col-6 {
    max-width: 100%;
    flex: 0 0 100%;
}
.col-3 {
    max-width: 100%;
}
.col-9 {
    max-width: 100%;
}
.container{
	max-width: 100%;
}
/*banner*/
.home-hero{
	background-position: center center;
	width: auto;
}
.hero-content h3{
	font-size: 30px;
}
.inner-hero-content h3{
	font-size: 30px;	
}
.hero-content p{
	font-size: 20px;
}
.inner-hero-content p{
	font-size: 20px;	
}
.single-deviceimg img{
	width: 100%;
}
.inner-banner{
	width: auto;
}
.innerbanner-graphs{
	margin-top: 30px;
}
.inner-hero-content p br{
	display: none;
}
.hero-content-centered h3 {
    padding: 0px 46px;
    margin-bottom: 20px;
}
.mt-120 {
    margin-top: 20px;
}
/*slider*/
.client-logo{
	width: auto;
}
.logo-item {
    margin-left: 0px;
    padding: 0;
}
.logo-item img {
    height: 2rem;
    margin-inline: 1rem;
    filter: grayscale(1);
}
/*what we do*/
.whatwe-grid{
	padding: 30px 30px;
	column-gap: 10px;
	position: relative;
}
.whatwe-grid-text h3{
	font-size: 20px;
	padding: 0px 70px 0px 0px;
}
.whatwe-grid-text p{
	line-height: 28px;
}
.whatwe-grid-btn {
    position: absolute;
    top: 20px;
    right: 30px;
}
/*market*/
.market-participant{
	width: auto;
}
.market-participant .row{
	grid-template-columns: repeat(1, 1fr);
}
.market-participant-content {
    padding: 30px 30px 0px 30px;
}
#participant-content-icon {
    position: absolute;
    right: 15px;
    top: 31px;
}
.tags-p li{
	margin: 0px 5px 10px 0px;
}
/*our tech*/
.custom-row {
    padding: 20px 20px 0px 20px;
    column-gap: 30px;
    grid-row-gap: 30px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.tech-column img{
	width: 100%;
}
.tech-col-content img{
	width: auto;
}
.our-tech-sec{
	width: auto;
}
/*about us*/
.aboutus-sec {
    padding: 50px 15px;
}
.aboutus-content {
    padding: 0px 0px 80px 0px;
}

/*lets talk*/
.lets-talk-sec h2 {
    font-size: 23px;
    padding: 0px 50px;
    margin-top: 0;
}
.lets-talk-sec{
	height: auto;
	padding: 30px 0px;
	background-size: 100% 100%;
}

/*inner banner graph*/
.innerbanner-graphs img{
	width: 100%;
	margin-bottom: 20px;
}
.group-graphs{
	display: block;
	margin-bottom: 20px;
}
.group-graphs img{
	width: 100%;	
}

/*custom build /*/
.custom-built-crd h4{
	font-size: 22px;
	padding: 0px 20px 0px 30px;
}
.custom-built-crd-list ul li{
	padding: 0px 50px 15px 50px;
}
.liquidity-hub-sec{
	width: auto;
}
.custom-rowspan-3{
	grid-template-columns: repeat(1, 1fr);
}
.liquidity-hub-col h3{
	font-size: 30px;
}

/*about us*/
.aboutus-banner{
	background: url('../img/aboutus-mobile-img.png');
	background-size: 100% 100% !important;
	min-height: 460px;
	padding: 23px 0px;
}
.aboutus-banner-content {
    padding: 0px 30px;
}
.aboutus-banner-content h3 {
    font-size: 24px;
}

/*products pages*/
.custom-rowspan-2{
	grid-template-columns: repeat(1, 1fr);
}

/*footer*/
footer{
	padding: 50px 15px;
}
.footer-menu {
    display: grid;
    justify-content: space-between;
    column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    padding: 30px 0px 0px 0px;
}
.footer-nav{
	max-width: 100%;
	padding: 0px 0px 20px 0px;
}
.copyright .row{
	flex-direction: row;
}
.copyright{
	padding: 20px 15px;
}
.copyright p {
    font-size: 15px;
    line-height: 21px;
}
.copyright .col-6{
	max-width: 50%;
	flex:0 0 50%;
}

}