@font-face {
   font-family: 'Aino';
   src:url('../fonts/aino-headline-webfont.woff') format('woff');
   font-family:400;
   font-style: normal;
}
/*global*/
html{
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
a,a:hover ,a:focus{color:#0C182E;}
a:hover, a:focus, a:visited, a:active, button:active {text-decoration: none;outline: none;}
ul, ol{margin:0; padding:0; list-style:none;}
h1, h2, h3, h4, h5, h6{margin:0;}
h1, h2, h3{font-weight:400; font-family: 'Aino'; text-rendering: optimizeLegibility;}
h4,h5,h6{font-weight:400;}
input, button, textarea, select{font-family: 'IBM Plex Sans';}
p{margin:0;}
/*theme*/
body{
   font-family: 'IBM Plex Sans', sans-serif;
   font-size:14px; 
   line-height:1.3;
   min-height:100%;
   font-weight:400;
   color:#0C182E;
   overflow-x:hidden;
   /*background-color:#eef3f8;*/
}
body::-webkit-scrollbar{width:4px;background:0 0}
body::-webkit-scrollbar-track{background:0 0}
body::-webkit-scrollbar-thumb{background:#5596ee;border-radius:8px;transition:background .3s}
body::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.2)}
.no-margin{
	margin:0 !important;
}
.no-padding{
 	padding:0 !important;
}
.flex-row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex-row  > div{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-row  > div > div{
	width:100%;
}
.centered-img{
	display:block;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}
/*alert*/
.alert {
    padding:10px  15px;
    margin-bottom: 20px;
    border: none;
    border-radius: 6px;
	
}
.alert-danger {
   color:#fff;
    background-color: #ff4b4b;
}
/*buttons*/
.theme-btn{
    display: inline-block;
	position: relative;
	text-align: center;
	border:none;
	text-transform: uppercase;
    letter-spacing: 0.05em;
	border-radius: 5px;
    overflow: hidden;
	 -webkit-appearance: none;
   -moz-appearance:none;
   appearance:none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.theme-btn:focus,
.theme-btn:active:focus,
.theme-btn.active:focus,
.theme-btn.focus,
.theme-btn:active.focus,
.theme-btn.active.focus {
  outline: none;
  outline-offset: 0;
}
.theme-btn.medium .btn-title{
	font-size: 13px;
    padding: 5px 20px 5px;
}
.full{
	width:100%;
}
.btn-curve{
    position: absolute;
    right: -15px;
    top: 0;
    width: 26px;
    height: 100%;
    background: #0C182E;
    opacity: 0.2;
    z-index: 0;
    transform: skewX(-22deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.btn-title{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    padding: 19px 50px 16px;
    z-index: 1;
}
.btn-yellow{
	background: #5596ee; /* Old browsers */
    background: -moz-linear-gradient(left, #5596ee 0%, #00c7cb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #5596ee 0%,#00c7cb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #5596ee 0%,#00c7cb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color:#0C182E;
}
.btn-yellow:hover {
    color:#fff;
}
.btn-yellow:hover .btn-curve{
  opacity: 1;
  right: 0;
  width: 100%;
  transform: skewX(0deg);
}
/*form list*/
ul.form-list{
	position:relative;
}
ul.form-list li{
	margin-bottom:15px;
}
ul.form-list li:last-child{
	margin-bottom:0;
}
ul.form-list li label{
	margin-left: 12px;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    opacity: .8;
	font-weight:300;
}
.input-box{
	position:relative;
}
.form-control,
.form-control[readonly]{
    height: auto;
    padding: 0 12px; 
    font-size: 14px;
    line-height: 39px;
    color: #fff;
    background-color: rgba(255,255,255,.02);
    font-weight: 300;
    border:none;
	border-bottom: 1px solid;
    border-bottom-color:#373b40;
    border-radius:0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
	outline:none;
}
.iconed .form-control{
	padding-left:50px;
}
.form-control:focus{
	outline:none;
	-webkit-box-shadow: none;
    box-shadow: none;
	border-color:#5596ee;
}
select.form-control{
	height:40px;
}
select.form-control option{
	background:#0C182E;
}
.iconed .icon{
	display:block;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	position:absolute;
	left:0;
	top:0;
}
.iconed .icon img, 
.iconed .icon svg{
	height:24px;
	width:auto;
	fill:#fff;
}
/*section title*/
.section-title{
	position:relative;
	margin-bottom:30px;
}
.section-title h2{
	font-size: 45px;
	line-height:1.3;
	letter-spacing:1px;
}
.section-title h3{
	font-size: 30px;
	line-height:1.3;
	letter-spacing:1px;
}
.section-title h2 span,
.section-title h3 span{
	color: #5596ee;
    background: -moz-linear-gradient(left, #5596ee 0%, #00c7cb 100%);
    background: -webkit-linear-gradient(left, #5596ee 0%,#00c7cb 100%);
    background: linear-gradient(to right, #5596ee 0%,#00c7cb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-title p{
	font-size:15px;
	line-height:24px;
	margin-top:10px;
	font-family: 'Aino';
}
/*header*/
header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding:20px 40px 0 40px;
	z-index:99;
}
.logo{
	float:left;
}
.logo img{
	display:block;
}
.main-menu{
	margin-left:auto;
	margin-right:auto;
	width:700px;
	text-align:center;
}
.main-menu > li{
	display:inline-block;
	margin:0 10px;
}
.main-menu > li a{
	display:block;
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	line-height:40px;
	position:relative;
}
.main-menu > li a:before{
	content:"";
	width:0;
	height:2px;
	position:absolute;
	bottom:0;
	left:0;
	transition:0.3s all;
	-webkit-transition:0.3s all; 
	-moz-transition:0.3s all;
	background: #5596ee;
    background: -moz-linear-gradient(left, #5596ee 0%, #00c7cb 100%);
    background: -webkit-linear-gradient(left, #5596ee 0%,#00c7cb 100%);
    background: linear-gradient(to right, #5596ee 0%,#00c7cb 100%);
	display:block;
}
.main-menu > li:hover a:before{
	width:100%;
}
.join-us{
	float:right;
}
.join-us .theme-btn{
	display:block;
}
.join-us .btn-title{
	font-size:13px;
    padding: 5px 20px 5px;
}
/*banner*/
.banner-container{
	position:relative;
	background: linear-gradient(90deg, rgba(1, 1, 1, 0.01) 0%, rgba(1, 1, 1, 0.01) 55%, transparent 55%, transparent 100%), linear-gradient(90deg, rgba(1, 1, 1, 0.07) 0%, rgba(1, 1, 1, 0.07) 19%, transparent 19%, transparent 100%), linear-gradient(112.5deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 37%, transparent 37%, transparent 100%), linear-gradient(67.5deg, rgba(1, 1, 1, 0.05) 0%, rgba(1, 1, 1, 0.05) 81%, transparent 81%, transparent 100%), linear-gradient(22.5deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 16%, transparent 16%, transparent 100%), linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 31%, transparent 31%, transparent 100%), linear-gradient(135deg, rgba(1, 1, 1, 0.04) 0%, rgba(1, 1, 1, 0.04) 8%, transparent 8%, transparent 100%), linear-gradient(112.5deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.03) 81%, transparent 81%, transparent 100%), linear-gradient(157.5deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 17%, transparent 17%, transparent 100%), linear-gradient(157.5deg, rgba(1, 1, 1, 0.02) 0%, rgba(1, 1, 1, 0.02) 76%, transparent 76%, transparent 100%), linear-gradient(22.5deg, rgba(1, 1, 1, 0.06) 0%, rgba(1, 1, 1, 0.06) 38%, transparent 38%, transparent 100%), linear-gradient(135deg, rgba(1, 1, 1, 0.01) 0%, rgba(1, 1, 1, 0.01) 92%, transparent 92%, transparent 100%), linear-gradient(157.5deg, rgba(1, 1, 1, 0.03) 0%, rgba(1, 1, 1, 0.03) 95%, transparent 95%, transparent 100%), linear-gradient(135deg, rgba(1, 1, 1, 0.05) 0%, rgba(1, 1, 1, 0.05) 95%, transparent 95%, transparent 100%), linear-gradient(0deg, rgba(1, 1, 1, 0.01) 0%, rgba(1, 1, 1, 0.01) 91%, transparent 91%, transparent 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 5%, transparent 5%, transparent 100%), linear-gradient(22.5deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.03) 36%, transparent 36%, transparent 100%), linear-gradient(45deg, rgba(1, 1, 1, 0.01) 0%, rgba(1, 1, 1, 0.01) 20%, transparent 20%, transparent 100%), linear-gradient(0deg, rgba(1, 1, 1, 0) 0%, rgba(1, 1, 1, 0) 41%, transparent 41%, transparent 100%), linear-gradient(157.5deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 93%, transparent 93%, transparent 100%), linear-gradient(90deg, rgba(1, 1, 1, 0.06) 0%, rgba(1, 1, 1, 0.06) 18%, transparent 18%, transparent 100%), linear-gradient(67.5deg, rgba(1, 1, 1, 0.04) 0%, rgba(1, 1, 1, 0.04) 10%, transparent 10%, transparent 100%), linear-gradient(22.5deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 47%, transparent 47%, transparent 100%), linear-gradient(112.5deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.06) 49%, transparent 49%, transparent 100%), linear-gradient(67.5deg, rgba(1, 1, 1, 0.03) 0%, rgba(1, 1, 1, 0.03) 30%, transparent 30%, transparent 100%), linear-gradient(112.5deg, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0.07) 26%, transparent 26%, transparent 100%), linear-gradient(45deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.03) 24%, transparent 24%, transparent 100%), linear-gradient(135deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 93%, transparent 93%, transparent 100%), linear-gradient(45deg, rgba(1, 1, 1, 0.03) 0%, rgba(1, 1, 1, 0.03) 82%, transparent 82%, transparent 100%), linear-gradient(90deg, rgba(1, 1, 1, 0) 0%, rgba(1, 1, 1, 0) 4%, transparent 4%, transparent 100%), linear-gradient(157.5deg, rgba(1, 1, 1, 0.05) 0%, rgba(1, 1, 1, 0.05) 22%, transparent 22%, transparent 100%), linear-gradient(45deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 19%, transparent 19%, transparent 100%), linear-gradient(45deg, rgba(1, 1, 1, 0.04) 0%, rgba(1, 1, 1, 0.04) 14%, transparent 14%, transparent 100%), linear-gradient(157.5deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 21%, transparent 21%, transparent 100%), linear-gradient(0deg, #0C182E, #40506e ,#0C182E) ;
}
.banner{
	position:relative;
	height:100vh;
	overflow:hidden;
}
.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}
.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}
.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}
.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}
.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}
.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}
.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}
.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}
.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}
.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}
.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}
@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
.banner-wrap{
	width:100%;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-45%);
	-webkit-transform:translateY(-45%); 
	-moz-transform:translateY(-45%);
	z-index:9;
	color:#fff;
}
.banner-wrap h3{
	font-size:14px;
	letter-spacing:3px;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-bottom:10px;
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight:400;
}
.banner-wrap h3 span{
	color: #5596ee;
    background: -moz-linear-gradient(left, #5596ee 0%, #00c7cb 100%);
    background: -webkit-linear-gradient(left, #5596ee 0%,#00c7cb 100%);
    background: linear-gradient(to right, #5596ee 0%,#00c7cb 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner-wrap h2{
	font-size:45px;
	line-height:1.5;
	font-weight:400;
	letter-spacing:2px;
	text-transform:uppercase;
}
.mb-20{
	margin-bottom:20px !important;
}
.container-box {
  position: absolute;
  width:100%;
  height:300px;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  perspective: 2000px;
  transform: rotateX(-30deg) rotateY(-45deg);
}

.holder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  transform: translate3d(0em, 6em, 3em);
}
.holder:last-child {
  transform: rotateY(-90deg) rotateX(90deg) translate3d(0, 6em, 3em);
}
.holder:first-child {
  transform: rotateZ(-90deg) rotateX(-90deg) translate3d(0, 6em, 3em);
}
.holder:nth-child(1) .box {
  background-color: #5596ee;
}
.holder:nth-child(1) .box:before {
  background-color: #7baef4;
}
.holder:nth-child(1) .box:after {
  background-color: #317de5;
}
.holder:nth-child(2) .box {
  background-color: #00c7cb;
}
.holder:nth-child(2) .box:before {
  background-color: #29d0d0;
}
.holder:nth-child(2) .box:after {
  background-color: #00a0a0;
}
.holder:nth-child(3) .box {
  background-color: #eef3f8;
}
.holder:nth-child(3) .box:before {
  background-color: #feffff;
}
.holder:nth-child(3) .box:after {
  background-color: #ccd9e6;
}

.box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  animation: ani-box 6s infinite;
  width: 6em;
  height: 6em;
}
.box:before, .box:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
}
.box:before {
  left: 100%;
  bottom: 0;
  transform: rotateY(90deg);
  transform-origin: 0 50%;
}
.box:after {
  left: 0;
  bottom: 100%;
  transform: rotateX(90deg);
  transform-origin: 0 100%;
}

@keyframes ani-box {
  8.33% {
    transform: translate3d(-50%, -50%, 0) scaleZ(2);
  }
  16.7% {
    transform: translate3d(-50%, -50%, -6em) scaleZ(1);
  }
  25% {
    transform: translate3d(-50%, -100%, -6em) scaleY(2);
  }
  33.3% {
    transform: translate3d(-50%, -150%, -6em) scaleY(1);
  }
  41.7% {
    transform: translate3d(-100%, -150%, -6em) scaleX(2);
  }
  50% {
    transform: translate3d(-150%, -150%, -6em) scaleX(1);
  }
  58.3% {
    transform: translate3d(-150%, -150%, 0) scaleZ(2);
  }
  66.7% {
    transform: translate3d(-150%, -150%, 0) scaleZ(1);
  }
  75% {
    transform: translate3d(-150%, -100%, 0) scaleY(2);
  }
  83.3% {
    transform: translate3d(-150%, -50%, 0) scaleY(1);
  }
  91.7% {
    transform: translate3d(-100%, -50%, 0) scaleX(2);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) scaleX(1);
  }
}
/*services*/
.services{
	color:#fff;
	padding:80px 0;
	position:relative;
}
.service-box {
    position: relative;
    display: block;
    padding: 50px 45px;
    background: rgba(12,24,46,0.6);
    min-height: 100%;
    border-radius: 7px;
    overflow: hidden;
	font-family:'Aino';
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.service-box:hover {
    background: #5596ee;
    background: -moz-linear-gradient(left, #5596ee 0%, #00c7cb 100%);
    background: -webkit-linear-gradient(left, #5596ee 0%,#00c7cb 100%);
    background: linear-gradient(to right, #5596ee 0%,#00c7cb 100%)
}
.service-box > a{
	position:absolute;
	display:block;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.s-number{
	position: absolute;
    left: 40px;
    top: 50px;
    font-size: 45px;
    line-height: 1em;
    color: #ffffff;
    opacity: 0.1;
	font-family:'Aino';
}
.service-box:hover .s-number{
	 color: #0C182E;
	 opacity:1;
}
.bottom-curve {
    position: absolute;
    right: -70px;
    bottom: 0;
    width: 100px;
    height: 80%;
    background: #0C182E;
    opacity: 0.2;
    z-index: 0;
    transform: skewX(0deg) scaleX(0);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.service-box:hover .bottom-curve {
    transform: skewX(-35deg) scaleX(1);
}
.icon-box {
    position: absolute;
    right: 45px;
    top: 50px;
}
.icon-box svg{
	fill: url(#my-cool-gradient) #5596ee;
	width:64px;
	height:auto;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.service-box:hover .icon-box svg{
	fill: #0C182E;
}
.service-box h3{
	position: relative;
    margin: 0;
    margin-top: 90px;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.3;
	font-family: 'IBM Plex Sans', sans-serif;
}
.service-box:hover h3{
	color:#0C182E;
}
.mb-30{
	margin-bottom:30px !important;
}
/*about us*/
.mb-15{
	margin-bottom:15px !important;
}
.aboutus{
	padding:80px 0;
	position:relative;
	background-size:auto 110%;
}
.std p{
	margin-bottom:15px;
	font-size:16px;
	line-height:30px;
	color:#7D9197;
	font-weight:300;
}
.std p:last-child{
	margin:0;
}
svg.full{
	width:100%;
}
/*agency in numbers*/
.agency-numbers{
	padding:80px 0;
	background-color:#0C182E;
	position:relative;
	color:#fff;
}
ul.numbers{
	position:relative;
	padding-left:50px;
}
ul.numbers > li{
	position:relative;
	margin-bottom:15px;
}
ul.numbers > li:last-child{
	margin-bottom:0;
}
ul.numbers > li h3{
	width:140px;
	float:left;
	text-align:right;
	font-size:65px;
	color: #5596ee;
    background: -moz-linear-gradient(left, #5596ee 0%, #00c7cb 100%);
    background: -webkit-linear-gradient(left, #5596ee 0%,#00c7cb 100%);
    background: linear-gradient(to right, #5596ee 0%,#00c7cb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
ul.numbers > li h4{
	float:left;
	width:calc(100% - 140px);
	padding-left:15px;
	font-size:26px;
	font-weight:300;
	line-height:40px;
}
.number-svg svg{
	max-width:100%;
}
/*technologies*/
.technologies{
	margin-top:20px;
}
.technologies h3{
	font-size:14px;
	line-height:22px;
	text-transform:uppercase;
	float:left;
	width:110px;
	color:#5596ee;
	padding:8px 0;
}
.tech-list{
	text-align:center;
	float:left;
	width:calc(100% - 110px);
	padding-left:15px;
}
.tech-list li{
	width:16.666666%;
	float:left;
	padding:0 5px;
}
span.tech-img{
	
}
.tech-list li:hover span.tech-img img{
	transform:scale(1.05);
	-webkit-transform:scale(1.05); 
	-moz-transform:scale(1.05);
}
span.tech-img img{
	max-width:100%;
	display:block;
	margin:0 auto;
	transition:0.4s all;
	-webkit-transition:0.4s all; 
	-moz-transition:0.4s all;
}
/*service brief*/
.service-brief{
	padding:80px 0;
	position:relative;
}
.sb-list{
	position:relative;
	margin-top:20px;
}
.sb-list li{
	margin-bottom:45px;
}
.sb-list li:last-child{
	margin-bottom:0;
}
.sb-box{
	position:relative;
	padding:20px;
	padding-top:50px;
	border-radius:12px;
    background-color: #0C182E;
	color:#fff;
	box-shadow: 7px 6px 15px -2px rgba(12,24,46,0.2);
}
.sb-box .icon{
	display:block;
	position:absolute;
	width:60px;
	height:60px;
	background-color: #0C182E;
	border-radius:100%;
	top:-20px;
	left:20px;
}
.sb-box .icon svg{
	display:block;
	height:34px;
	width:auto;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%); 
	-moz-transform:translate(-50%,-50%);
	fill: url(#my-cool-gradient) #5596ee;
}
.sb-box h3{
	font-size:16px;
	margin-bottom:10px;
	text-transform:uppercase;
}
.sb-box p{
	opacity:0.80;
	font-size:13px;
	line-height:20px;
}
.smart-list{
	position:relative;
}
.smart-list li{
	font-weight:300;
	font-size:14px;
	line-height:20px;
	margin-bottom:12px;
	position:relative;
	padding-left:18px;
}
.smart-list li:after{
	position:absolute;
	left:0;
	top:5px;
	width:10px;
	height:10px;
	border-radius:6px;
	background: #5596ee;
    background: -moz-linear-gradient(left, #5596ee 0%, #00c7cb 100%);
    background: -webkit-linear-gradient(left, #5596ee 0%,#00c7cb 100%);
    background: linear-gradient(to right, #5596ee 0%,#00c7cb 100%);
	content:"";
	display:block;
}
.logo-bg{
	position:absolute;
	top:calc(100% - 150px);
	z-index:-1;
	left:15%;
}
/*additional services*/
.mb-50{
	margin-bottom:50px !important;
}
.aditional-services{
	position: relative;
    background: linear-gradient(90deg, rgba(1, 1, 1, 0.01) 0%, rgba(1, 1, 1, 0.01) 55%, transparent 55%, transparent 100%), linear-gradient(90deg, rgba(1, 1, 1, 0.07) 0%, rgba(1, 1, 1, 0.07) 19%, transparent 19%, transparent 100%), linear-gradient(112.5deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 37%, transparent 37%, transparent 100%), linear-gradient(67.5deg, rgba(1, 1, 1, 0.05) 0%, rgba(1, 1, 1, 0.05) 81%, transparent 81%, transparent 100%), linear-gradient(22.5deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 16%, transparent 16%, transparent 100%), linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 31%, transparent 31%, transparent 100%), linear-gradient(135deg, rgba(1, 1, 1, 0.04) 0%, rgba(1, 1, 1, 0.04) 8%, transparent 8%, transparent 100%), linear-gradient(112.5deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.03) 81%, transparent 81%, transparent 100%), linear-gradient(157.5deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 17%, transparent 17%, transparent 100%), linear-gradient(157.5deg, rgba(1, 1, 1, 0.02) 0%, rgba(1, 1, 1, 0.02) 76%, transparent 76%, transparent 100%), linear-gradient(22.5deg, rgba(1, 1, 1, 0.06) 0%, rgba(1, 1, 1, 0.06) 38%, transparent 38%, transparent 100%), linear-gradient(135deg, rgba(1, 1, 1, 0.01) 0%, rgba(1, 1, 1, 0.01) 92%, transparent 92%, transparent 100%), linear-gradient(157.5deg, rgba(1, 1, 1, 0.03) 0%, rgba(1, 1, 1, 0.03) 95%, transparent 95%, transparent 100%), linear-gradient(135deg, rgba(1, 1, 1, 0.05) 0%, rgba(1, 1, 1, 0.05) 95%, transparent 95%, transparent 100%), linear-gradient(0deg, rgba(1, 1, 1, 0.01) 0%, rgba(1, 1, 1, 0.01) 91%, transparent 91%, transparent 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 5%, transparent 5%, transparent 100%), linear-gradient(22.5deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.03) 36%, transparent 36%, transparent 100%), linear-gradient(45deg, rgba(1, 1, 1, 0.01) 0%, rgba(1, 1, 1, 0.01) 20%, transparent 20%, transparent 100%), linear-gradient(0deg, rgba(1, 1, 1, 0) 0%, rgba(1, 1, 1, 0) 41%, transparent 41%, transparent 100%), linear-gradient(157.5deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 93%, transparent 93%, transparent 100%), linear-gradient(90deg, rgba(1, 1, 1, 0.06) 0%, rgba(1, 1, 1, 0.06) 18%, transparent 18%, transparent 100%), linear-gradient(67.5deg, rgba(1, 1, 1, 0.04) 0%, rgba(1, 1, 1, 0.04) 10%, transparent 10%, transparent 100%), linear-gradient(22.5deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 47%, transparent 47%, transparent 100%), linear-gradient(112.5deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.06) 49%, transparent 49%, transparent 100%), linear-gradient(67.5deg, rgba(1, 1, 1, 0.03) 0%, rgba(1, 1, 1, 0.03) 30%, transparent 30%, transparent 100%), linear-gradient(112.5deg, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0.07) 26%, transparent 26%, transparent 100%), linear-gradient(45deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.03) 24%, transparent 24%, transparent 100%), linear-gradient(135deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 93%, transparent 93%, transparent 100%), linear-gradient(45deg, rgba(1, 1, 1, 0.03) 0%, rgba(1, 1, 1, 0.03) 82%, transparent 82%, transparent 100%), linear-gradient(90deg, rgba(1, 1, 1, 0) 0%, rgba(1, 1, 1, 0) 4%, transparent 4%, transparent 100%), linear-gradient(157.5deg, rgba(1, 1, 1, 0.05) 0%, rgba(1, 1, 1, 0.05) 22%, transparent 22%, transparent 100%), linear-gradient(45deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 19%, transparent 19%, transparent 100%), linear-gradient(45deg, rgba(1, 1, 1, 0.04) 0%, rgba(1, 1, 1, 0.04) 14%, transparent 14%, transparent 100%), linear-gradient(157.5deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 21%, transparent 21%, transparent 100%), linear-gradient(90deg, #0C182E, #40506e ,#0C182E);
	padding:80px 0;
	color:#fff;
}
.ad-service-box{
	position:relative;
	padding:30px 20px;
	background: rgba(12,24,46,0.3);
	border-radius: 7px;
	transition:0.4s all;
	-webkit-transition:0.4s all; 
	-moz-transition:0.4s all;
	overflow:hidden;
	min-height:217px;
}
.ad-service-box:hover{
	background: #5596ee;
    background: -moz-linear-gradient(left, #5596ee 0%, #00c7cb 100%);
    background: -webkit-linear-gradient(left, #5596ee 0%,#00c7cb 100%);
    background: linear-gradient(to right, #5596ee 0%,#00c7cb 100%);
	color: #0C182E;
	transform:scale(1.02);
}
.ad-service-box:hover .bottom-curve {
    transform: skewX(-35deg) scaleX(1);
	opacity:0.1;
}
.ad-service-box span.icon{
	display:block;
	margin-bottom:15px;
}
.ad-service-box span.icon svg{
	height:60px;
	width:auto;
	display:block;
	fill: url(#my-cool-gradient) #5596ee;
}
.ad-service-box:hover span.icon svg{
	fill: #0C182E;
}
.ad-service-box .details{
	position:relative;
	z-index:9;
}
.ad-service-box .details h3 {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
	font-family: 'IBM Plex Sans', sans-serif;
}
.ad-service-box .details p{
	color:rgba(255,255,255,0.75);
	font-size: 14px;
    line-height: 20px;
}
/*blog*/
.blog{
	padding:60px 0;
}
.blog-item {
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #dedede;
}
.blog-text {
    padding: 25px;
}
.blog-text h4 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
	font-weight:500;
}
.blog-detais li {
    font-size: 15px;
    color: #8B9198;
}
/*footer*/
footer{
	padding:60px 0 25px;
	color:#fff;
	background:#0C182E;
}
.footer-upper{
	position:relative;
}
.footer-logo{
	margin-bottom:40px;
}
.footer-menu{
	text-align: center;
	margin-bottom:40px;
}
.footer-menu > li {
    display: inline-block;
	padding:0 10px;
	border-right:1px solid rgba(255,255,255,0.25);
}
.footer-menu > li:last-child{
	padding-right:0;
	border-right:0;
}
.footer-menu > li a {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    position: relative;
}
.social-footer {
    text-align:center;
}
.social-footer li {
    display: inline-block;
    margin: 0 10px;
}
.social-footer li a {
    display: block;
    font-size: 20px;
    display: block;
    width: 100%;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	border-radius:6px;
	background: #5596ee;
    background: -moz-linear-gradient(left, #5596ee 0%, #00c7cb 100%);
    background: -webkit-linear-gradient(left, #5596ee 0%,#00c7cb 100%);
    background: linear-gradient(to right, #5596ee 0%,#00c7cb 100%);
    color: #0C182E;
}
.social-footer li a:hover{
	color: #1D223;
	transform:translateY(-3px);
	-webkit-transform:translateY(-3px);
}
.footer-bottom{
	margin-top:30px;
	border-top:1px solid rgba(255,255,255,0.25);
	padding-top:20px;
	font-size:15px;
}
.support-line{
	width:100%;
	text-align:right;
	font-size:15px;
}
.support-line b{
	font-weight:400;
}
.support-line span{
	
}
/*support*/
.modal-content{
	border-radius:0 0 6px 6px;
	color:#fff;
	background-color:#01050c;
	-webkit-box-shadow: 0 5px 30px rgba(0,0,0,0.75);
    box-shadow: 0 5px 30px rgba(0,0,0,0.75);
	border:none;
	border-radius:0;
}
.modal-header{
	border-radius:6px 6px 0 0;
	position:relative;
	border:none;
	background: #5596ee; /* Old browsers */
    background: -moz-linear-gradient(left, #5596ee 0%, #00c7cb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #5596ee 0%,#00c7cb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #5596ee 0%,#00c7cb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.modal-header a{
	position:absolute;
	cursor:pointer;
	right:20px;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%); 
	-moz-transform:translateY(-50%);
}
.modal-title{
	font-family: 'Aino';
}
.modal-header a svg{
	display:block;
}
/**********About us***************/
.pad-80{
	padding:80px 0;
}
.page-top{
	position: relative;
	padding:150px 0 120px;
	color:#fff;
	clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    background: linear-gradient(90deg, rgba(1, 1, 1, 0.01) 0%, rgba(1, 1, 1, 0.01) 55%, transparent 55%, transparent 100%), linear-gradient(90deg, rgba(1, 1, 1, 0.07) 0%, rgba(1, 1, 1, 0.07) 19%, transparent 19%, transparent 100%), linear-gradient(112.5deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 37%, transparent 37%, transparent 100%), linear-gradient(67.5deg, rgba(1, 1, 1, 0.05) 0%, rgba(1, 1, 1, 0.05) 81%, transparent 81%, transparent 100%), linear-gradient(22.5deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 16%, transparent 16%, transparent 100%), linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 31%, transparent 31%, transparent 100%), linear-gradient(135deg, rgba(1, 1, 1, 0.04) 0%, rgba(1, 1, 1, 0.04) 8%, transparent 8%, transparent 100%), linear-gradient(112.5deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.03) 81%, transparent 81%, transparent 100%), linear-gradient(157.5deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 17%, transparent 17%, transparent 100%), linear-gradient(157.5deg, rgba(1, 1, 1, 0.02) 0%, rgba(1, 1, 1, 0.02) 76%, transparent 76%, transparent 100%), linear-gradient(22.5deg, rgba(1, 1, 1, 0.06) 0%, rgba(1, 1, 1, 0.06) 38%, transparent 38%, transparent 100%), linear-gradient(135deg, rgba(1, 1, 1, 0.01) 0%, rgba(1, 1, 1, 0.01) 92%, transparent 92%, transparent 100%), linear-gradient(157.5deg, rgba(1, 1, 1, 0.03) 0%, rgba(1, 1, 1, 0.03) 95%, transparent 95%, transparent 100%), linear-gradient(135deg, rgba(1, 1, 1, 0.05) 0%, rgba(1, 1, 1, 0.05) 95%, transparent 95%, transparent 100%), linear-gradient(0deg, rgba(1, 1, 1, 0.01) 0%, rgba(1, 1, 1, 0.01) 91%, transparent 91%, transparent 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 5%, transparent 5%, transparent 100%), linear-gradient(22.5deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.03) 36%, transparent 36%, transparent 100%), linear-gradient(45deg, rgba(1, 1, 1, 0.01) 0%, rgba(1, 1, 1, 0.01) 20%, transparent 20%, transparent 100%), linear-gradient(0deg, rgba(1, 1, 1, 0) 0%, rgba(1, 1, 1, 0) 41%, transparent 41%, transparent 100%), linear-gradient(157.5deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 93%, transparent 93%, transparent 100%), linear-gradient(90deg, rgba(1, 1, 1, 0.06) 0%, rgba(1, 1, 1, 0.06) 18%, transparent 18%, transparent 100%), linear-gradient(67.5deg, rgba(1, 1, 1, 0.04) 0%, rgba(1, 1, 1, 0.04) 10%, transparent 10%, transparent 100%), linear-gradient(22.5deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 47%, transparent 47%, transparent 100%), linear-gradient(112.5deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.06) 49%, transparent 49%, transparent 100%), linear-gradient(67.5deg, rgba(1, 1, 1, 0.03) 0%, rgba(1, 1, 1, 0.03) 30%, transparent 30%, transparent 100%), linear-gradient(112.5deg, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0.07) 26%, transparent 26%, transparent 100%), linear-gradient(45deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.03) 24%, transparent 24%, transparent 100%), linear-gradient(135deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 93%, transparent 93%, transparent 100%), linear-gradient(45deg, rgba(1, 1, 1, 0.03) 0%, rgba(1, 1, 1, 0.03) 82%, transparent 82%, transparent 100%), linear-gradient(90deg, rgba(1, 1, 1, 0) 0%, rgba(1, 1, 1, 0) 4%, transparent 4%, transparent 100%), linear-gradient(157.5deg, rgba(1, 1, 1, 0.05) 0%, rgba(1, 1, 1, 0.05) 22%, transparent 22%, transparent 100%), linear-gradient(45deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 19%, transparent 19%, transparent 100%), linear-gradient(45deg, rgba(1, 1, 1, 0.04) 0%, rgba(1, 1, 1, 0.04) 14%, transparent 14%, transparent 100%), linear-gradient(157.5deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 21%, transparent 21%, transparent 100%), linear-gradient(0deg, #0C182E, #40506e ,#0C182E);
}
.page-title h1{
	font-size: 45px;
    line-height: 1.3;
    letter-spacing: 1px;
}
.page-title h1 span{
	color: #5596ee;
    background: -moz-linear-gradient(left, #5596ee 0%, #00c7cb 100%);
    background: -webkit-linear-gradient(left, #5596ee 0%,#00c7cb 100%);
    background: linear-gradient(to right, #5596ee 0%,#00c7cb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page-title p{
	font-size:15px;
	line-height:24px;
	margin-top:15px;
	color:rgba(255,255,255,0.75);
}
.as-box{
	text-align:center;
	padding:40px 15px;
	border-radius:6px;
	background: rgba(12,24,46,0.3);
	transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
	overflow:hidden;
	position:relative;
}
.as-box:hover{
	background: #5596ee;
    background: -moz-linear-gradient(left, #5596ee 0%, #00c7cb 100%);
    background: -webkit-linear-gradient(left, #5596ee 0%,#00c7cb 100%);
    background: linear-gradient(to right, #5596ee 0%,#00c7cb 100%);
	color: #0C182E;
}
.as-box h4{
	font-size:24px;
	font-family:'Aino';
	margin-bottom:6px;
}
.as-box:hover .bottom-curve{
	transform: skewX(-35deg) scaleX(1);
    opacity: 0.1;
}
.our-process{
	padding-top:0;
}
.process{
	position:relative;
	border-left:2px dashed #dedede;
}
.process li{
	margin-bottom:15px;
	position:relative;
	padding-left:30px;
}
.process li:after{
	position:absolute;
	left:-9px;
	top:0;
	width:16px;
	height:16px;
	border:2px solid #5596ee;
	border-radius:100%;
	content:"";
	display:block;
}
.process li:before{
	position: absolute;
    left: -5px;
    top: 4px;
    width: 8px;
    height: 8px;
    background: #5596ee;
    border-radius: 100%;
    content: "";
    display: block;
}
.process li:last-child{
	margin-bottom:0;
}
.process-box h3{
	font-size:15px;
	margin-bottom:8px;
	font-family:'IBM Plex Sans', sans-serif;
	font-weight:600;
}
.process-box p{
	font-size:13px;
	line-height:18px;
	color: #7D9197;
    font-weight: 300;
}
.pr-box span.icon svg{
	margin-bottom:15px;
	height:60px;
	width:auto;
	display:block;
	fill: url(#my-cool-gradient) #5596ee;
}
.pr-box .details h3 {
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'IBM Plex Sans', sans-serif;
}
.pr-box  .details p {
    color: #7D9197;
    font-size: 14px;
    line-height: 23px;
}
/*defi page*/
.defi-services{
	position:relative;
}
.ds-box{
	margin-bottom:30px;
	padding:20px;
	border:1px solid #dedede;
	border-radius:12px;
	min-height:361px;
}
.ds-box span.icon svg{
	margin-bottom:15px;
	height:60px;
	width:auto;
	display:block;
	fill: url(#my-cool-gradient) #5596ee;
}
.ds-box .details h3 {
    font-size: 16px;
	line-height:25px;
    margin-bottom: 10px;
    text-transform: uppercase;
  
}
.ds-box  .details p {
    color: #7D9197;
    font-size: 14px;
    line-height: 23px;
}
/*smart contract page*/
.pad-top-0{
	padding-top:0 !important;
}
.mb-40{
	margin-bottom:40px;
}
.smart-contract-services{
	background:#F7F7F9;
}
.smart-contract-services .flex-row > div{
	-webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
}
.ss-box{
	margin-bottom:30px;
	text-align:center;
}
.ss-box span.icon svg{
	margin-bottom:15px;
	height:60px;
	width:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
	fill: url(#my-cool-gradient) #5596ee;
}
.ss-box .details h3 {
    font-size: 18px;
	line-height:25px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.ss-box  .details p {
    color: #7D9197;
    font-size: 14px;
    line-height: 23px;
}
.b-tech-list .b-tech-box{
	position:relative;
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:1px solid #dedede;
}
.b-tech-list .b-tech-box:last-child{
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:0;
}
.bt-icon img{
	
}
.b-tech-list .b-tech-box .bt-box{
	padding-left:30px;
}
.bt-box h3{
	font-size:24px;
	margin-bottom:10px;
	letter-spacing:1px;
	text-transform:uppercase;
}
.bt-box p{
	color: #7D9197;
    font-size: 16px;
    line-height: 24px;
}