body{
	font-family:Poppins;
	line-height: 1.8;
	font-weight: 300;
	font-size:14px;
	background: #010314;
	color: #fff;
}
::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: $theme_white;
}
::-webkit-scrollbar{
	width: 6px;
	height: 6px;
	background-color: #fff;
}
::-webkit-scrollbar-thumb{
	background-color: #00C4F4;
	border-radius: 0px;
}
a{
	transition: all .3s;
}
img{
	max-width:100%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	line-height:1.7;
}
.btn-custom{
	font-size: 14px;
}
.btn{
	overflow: hidden;
	line-height:2;
	position: relative;
}
.btn-custom{
	color: #fff;
    border-radius: 5px;
    padding: 13px 30px;
    transition: 0.3s all ease-in-out;
    font-weight: bold;
    font-size: 15px;
    background: none;
    border: 1px solid #fff;
    position: relative;
}
.btn-custom:hover{
	color:#fff;
	background:#FF4245;
	border: 1px solid #FF4245;
}
.btn-custom:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.warp-header {
    width: 100%;
    z-index: 9999;
    position: absolute;
    padding: 20px 0px;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.header-content {
    display: flex;
    align-items: center;
}
.logo {
    width: 60px;
}
.menu {
    margin-left: auto;
}
.menu ul {
    display: block;
    padding: 0;
    margin: 0;
}
.menu ul li {
    display: inline-block;
}
.menu ul li a {
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 20px;
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.menu ul li a:hover{
	color: #00C4F4;
}
.click-menu {
    display: none;
}
.warp-section{
	padding: 80px 0px;
}
.title-section{
    background: linear-gradient(180deg, #ffffff 0%, #93b2c8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
	max-width: 80%;
	margin: 0px auto;
    letter-spacing: -1.5px;
	text-align: center;
	margin-bottom: 70px;
}
.warp-banner{
	background-image: url(/images/banner_bg.png?v=1);
	background-size: cover;
    background-position: center;
    border-radius: 0 0 20px 20px;
    position: relative;
    padding: 140px 0px 120px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    margin: 0 20px;
}
.warp-banner::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #0078ae 0%, #0d242e 47.60%, transparent 65.23%);
    z-index: -1;
    border-radius: 0px 0px 20px 20px;
}
.banner-title {
    background: linear-gradient(180deg, #ffffff 0%, #0078ae 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 50px;
	margin: 0;
	margin-bottom: 40px;
	font-weight: bold;
}
.banner-des{
	font-size: 20px;
	max-width: 70%;
	margin: 0 auto 55px;
	color: #fff;
}
.banner-shape-wrap img {
    position: absolute;
}
.banner-shape-wrap img:nth-child(1) {
    left: 107px;
    bottom: 134px;
}
.banner-shape-wrap img:nth-child(2) {
    right: 107px;
    bottom: 120px;
}
.personal-boxed{
	margin-bottom: 30px;
}
.personal-items{
	display: flex;
    align-items: center;
    background: #0f101e;
    border: 1px solid rgba(43 44 56 / 46%);
    border-radius: 15px;
    padding: 40px 70px 40px 55px;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.personal-left{
	width: 100%;
	margin-right: 15px;
}
.personal-right{
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	width: 30%;
}
.personal-status{
	position: absolute;
    right: -64px;
    top: -50px;
    color: #fff;
    background: #404151;
    transform: rotate(45deg);
    padding: 72px 45px 5px;
    font-size: 20px;
}
.done .personal-status{
	background-color: #0078ae;
}
.personal-title{
	font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.84px;
    margin-bottom: 15px;
}
.personal-des{
	color: #92939e;
}
.personal-btn{
	margin-top: 20px;
}
.warp-logo-chains{
	background: #0f101e;
    border: 1px solid rgba(43 44 56 / 46%);
    padding: 60px 50px 50px;
    text-align: center;
    border-radius: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	position: relative;
    z-index: 3;
}
.warp-logo-chains ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    border-radius: 15px;
}
.warp-logo-chains ul li {
    width: 25%;
    padding: 20px;
    transition: all .5s;
}
.warp-footer{
	background-image: url(/images/footer_bg.png?v=1);
	background-size: cover;
    background-position: center;
    border-radius: 20px 20px 0 0;
    position: relative;
    padding: 150px 0 0px;
	margin: 0 20px;
	margin-top: -190px;
    overflow: hidden;
}
.warp-footer::before{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #0078ae 0%, #0d242e 47.60%, #010314 65.23%);
    z-index: -2;
    transform: rotate(180deg);
}
.warp-social{
	padding: 50px 0px;
}
.warp-social a{
	display: inline-block;
	font-size: 20px;
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #00C4F4;
	text-align: center;
	margin: 0px 10px;
	line-height: 50px;
}
.warp-social a:hover{
	background: #fff;
	color: #00C4F4;
}
.warp-copyright{
	padding: 30px 0;
    position: relative;
}
.warp-copyright::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(225deg, #010314 0%, rgba(255, 255, 255, 0.45) 54.98%, rgba(1, 3, 20, 0.99) 100%);
}
@keyframes alltuchtopdown {
	0% {
		transform: rotateX(0deg) translateY(0px);
	}
	50% {
		transform: rotateX(0deg) translateY(-30px);
	}
	100% {
		transform: rotateX(0deg) translateY(0px);
	}
}
.alltuchtopdown {
	-webkit-animation-name: alltuchtopdown;
	animation-name: alltuchtopdown;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
@keyframes leftToRight {
	0% {
		transform: rotateX(0deg) translateX(0px);
	}
	50% {
		transform: rotateX(0deg) translateX(50px);
	}
	100% {
		transform: rotateX(0deg) translateX(0px);
	}
}
.leftToRight {
	-webkit-animation-name: leftToRight;
	animation-name: leftToRight;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
.banner-scroll-down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
}
.banner-scroll-down span {
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
    transform: rotate(45deg);
    margin: -10px 0 0 8px;
    animation: animate 2s infinite;
}
@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-15px, -15px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(15px, 15px);
    }
}
.banner-scroll-down span:nth-child(2) {
    animation-delay: -0.2s;
}
.banner-scroll-down span:nth-child(3) {
    animation-delay: -0.4s;
}
@media (max-width:1440px){
	
}
@media (max-width:1367px){
	
}
@media (max-width:999px){
	body.active .warp-header{
		background: #0f101e;
	}
	.menu {
		position: absolute;
		background: #0f101e;
		left: 0;
		top: 90px;
		width: 100%;
		z-index: 999;
		opacity: 0;
		visibility: hidden;
		transition: all .3s;
	}
	.menu.active {
		top: 70px;
		opacity: 1;
		visibility: visible;
	}
	.menu ul {
		padding: 10px 0px;
	}
	.menu ul li {
		display: block;
	}
	.menu ul li a {
		display: block;
		padding: 8px 20px;
	}
	.click-menu {
		display: inline-block;
		margin-left: auto;
		font-size: 20px;
		width: 30px;
		height: 30px;
		text-align: center;
	}
	.banner-title {
		font-size: 30px;
	}
	.banner-des{
		max-width: 100%;
		font-size: 18px;
	}
	.warp-section{
		padding: 100px 0px 70px;
	}
	.title-section{
		font-size: 30px;
		max-width: 100%;
		padding: 0px 15px;
	}
	.warp-footer{
		padding: 200px 0 0px;
	}
}
@media (max-width:670px){
	.banner-shape-wrap {
		display: none;
	}
	.warp-logo-chains{
		margin:0px 20px;
	}
	.warp-logo-chains ul li{
		width: 50%;
	}
}