
html{
    scroll-behavior: smooth;
}

body{
	color: #616161;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
	color: #fff;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
p{
	color: #a2b4d2;
	font-size: 16px;
}
h1{
	font-size: 48px;
}
h2{
	font-size: 36px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 16px;
}
h6{
	font-size: 14px;
}
span{
	color: #39cabb;
}
.custom-container{
	width: 1230px;
	padding: 0px 15px;
	margin: auto;
}
/* Links
------------------------------------ */
a{
  /*display: inline-block;*/
  color: #616161;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.main-menu a {
	display: inline-block!important;
}
ul {
	margin: 0;
	padding: 0;
}
li{
  list-style: none;
}
a:hover{
	text-decoration: none;

}
a:hover,
a:focus,
a:active {
	color: #d46f6f;
}


/* =============== */


/* ======================menu section start========================== */

.sticky-nav {
  left: 0;
  margin: auto;
  top: 0 !important;
  width: 100%;
  position: fixed !important;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: 300ms running fadeInDown;
  animation: 500ms running fadeInUp;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  transition: 0.5s !important;
  background-color: #002c5d;
  z-index: 9999 !important;
  animation-name: slideInDown;
  animation-duration: 1.5s;
}



.mobile-menu.mean-container {
    overflow: hidden;
}

.menu-box.sticky-nav{
	background-color: #000;
}

header {
	position: relative;
	width: 100%;
	z-index: 1;
	margin-bottom: -110px;
}

.menu-box{
	background-color: transparent;
}

.menu-box .menu-wraper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	
}

.menu-box .menu-wraper .main-menu ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.menu-box .menu-wraper .main-menu ul li a{
	padding: 40px 20px 40px 0px;
	color: #fff;
	transition: .5s;
}

.menu-box .menu-wraper .main-menu ul li a:hover{
	color: #20b094;
	transition: .5s;
}

.menu-box .menu-wraper .right-content .button a{
	color: #fff;
  padding: 11px 30px;
  background: linear-gradient(90deg, #e5870e 0%, #fab62d 100%);
  border-radius: 5px;
}




   /*--=====================================
    ----------start sub menu---------------
    -========================================*/

	.menu-box .main-menu .sub-menu {
		height: auto;
		width: 230px;
		background: #05080d;
		box-shadow: 0 0 5px rgba(0,0, 0,0.2);
		position: absolute;
		text-align: left;
		top: 80px;
		transition: .3s;
		opacity: 0;
		left: 0;
		visibility: hidden;
		border-radius: 7px;
		padding: 15px 1px;
		border-top: 4px solid#2D4B8B;
		border-bottom: 4px solid#39cabb;
	}

.menu-box .main-menu .menu-item-has-children{
	position: relative;
}

.menu-box .sub-menu li {
    display: block;
    margin-bottom: -40px;
}
.menu-box .menu-wraper .main-menu .sub-menu li a {
    position: relative;
    color: #fff !important;
    margin: 5px 8px 5px 20px;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 0px 0px 35px;
    padding-bottom: 50px;
    transition: .5s;
}
	.menu-box .menu-wraper .main-menu .sub-menu li a:hover {
		color: #20c997
	}


.menu-box .main-menu .sub-menu li a:hover {
	color: #20c997;
	transition: .5s;
}

.menu-box .main-menu ul li:hover .sub-menu {
    top: 63px;
    opacity: 1;
    visibility: visible;
    z-index: 9;
    transition: .5s;
}

.menu-box .main-menu .sub-menu li a::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 15px;
    background-color: #39cabb;
    left: -18px;
    top:18px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.menu-box .sub-menu li a:hover {
    margin-left: 30px;
    color: #333;
    transition: .5s;
}
.sticky-nav.header-area .main-menu .sub-menu li a:hover {
    margin-left: 30px;
    color: #39cabb;
    transition: .5s;
}
.menu-box .sub-menu li a:hover::before {
    opacity: 1;
    visibility: visible;
}


/*--==========================================
  -------------------------
  -=========================================*/

/* ======================menu section end========================== */
/* ======================banner section start========================== */
.banner-section{
	background-image: url('assets/image/banner-shape.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
  padding: 150px 0px 70px 0px;
}

.banner-section .content-wraper{
  margin: auto;
  display: flex;
  align-items: center;
}

.banner-section .left-content {
  padding-right: 5px;
  margin-bottom: 30px;
}

.banner-section .left-content h2{
	font-size: 40px;
	font-weight: 600;
	line-height: 1.4;
}

.banner-section .left-content p{
	font-size: 16px;
	color: #fff;
	margin: 21px 0px 35px 0px;
}

.banner-section .left-content .button a{
	padding: 13px 30px;
  background: linear-gradient(90deg, #e5870e 0%, #fab62d 100%);
  border-radius: 5px;
  color: #fff;
  transition: .5s;
  border-radius: 4px;

}

.banner-section .left-content .button .right{
	margin-left: 15px;
}

.banner-section .left-content .button a:hover{
	background: linear-gradient(90deg, #fab62d 0%, #e5870e 100%);
	border-radius: 4px;
	transition: .5s;
}

.banner-section .right-content{
	position: relative;
}

.banner-section .right-content .image img{
	overflow: hidden;
	width: 100%;
}

.banner-section .right-content .shape-image1{
	position: absolute;
	right: 310px;
  top: 190px;
}

.banner-section .right-content .shape-image2{
	position: absolute;
	right: 11px;
  top: 208px;

}

.banner-section .right-content .shape-image3{
	position: absolute;
	right: 13px;
  top: 379px;
}

.banner-section .right-content .shape-image4{
	position: absolute;
	right: 310px;
  top: 392px;
}

.banner-section .brand{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}

.banner-section .brand .img{
	text-align: center;
}

.banner-section .brand h2{
	background: linear-gradient(90deg, #e5870e 0%, #fab62d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-size: 20px;
	font-weight: 800;
	font-style: italic;
}


/* ======================banner section end========================== */
/* ======================token pricing section start========================== */

.token-pricing-section{
	background-color: #090b17;
	padding: 50px 0px;
}

.token-pricing-section .tatle{
	text-align: center;
}

.token-pricing-section .tatle h4{
	background: linear-gradient(90deg, #e5870e 0%, #fab62d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.token-pricing-section .tatle h2{
	font-size: 35px;
  margin: 20px;
}

.token-pricing-section .tatle p{
	color: #fff;
	margin-bottom: 55px;
}

.token-pricing-section .image img{
	width: 100%;
}
.token-pricing-section .token-content .token-box{
	position: relative;
	text-align: center;
	background-color: #000752;
	border-radius: 5px;
	padding: 26px 0px 89px 0px;
	border: 1px solid #383860;
	margin-bottom: 30px;
	z-index: 1;
}

.token-pricing-section .token-content .token-box:before {
    position: absolute;
    content: "";
    z-index: -1;  
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, rgba(113,83,251,1) 0%, rgba(38,202,158,1) 100%);
    transition: .5s;
}
.token-pricing-section .token-content .token-box:hover:before {
    width: 100%;
    left: 0;
}

.token-pricing-section .token-content .token-box h5 {
    color: #7ab9ff;
    font-size: 16px;
    font-weight: 500;
    transition: .5s;
}

.token-pricing-section .token-content .token-box:hover h5 {
	color: #fff;
}

.token-pricing-section .token-content .token-box h1{
	margin: 10px 0px 20px 0px;
}

.token-pricing-section .token-content .token-box p{
	color: #fff;
  margin-top: 22px;
  margin-bottom: 0;
}

.token-pricing-section .token-content .token-box .button a{
	position: absolute;
	right: 0;
	top: 225px;
  border-radius: 4px 0px 0px 4px;
	padding: 6px 60px;
  background: linear-gradient(90deg, rgba(38,202,158,1) 0%, rgba(113,83,251,1) 100%);
  color: #fff;
  transition: .5s;

}

.token-pricing-section .token-content .token-box .button a:hover{
  background: linear-gradient(90deg, rgba(113,83,251,1) 0%, rgba(38,202,158,1) 100%);
  transition: .5s;

}

.token-pricing-section .bottom-content{
	margin-top: 0px;
}

.token-pricing-section .bottom-content .row{
	align-items: center;
}

.token-pricing-section .bottom-content .image img{
	width: 100%;
}

.token-pricing-section .text-content{
	padding: 0px 70px 0px 20px;
}

.token-pricing-section .text-content h5{
	background: linear-gradient(90deg, #e5870e 0%, #fab62d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.token-pricing-section .text-content h2{
	font-size: 35px;
  margin: 20px 0px;
}

.token-pricing-section .text-content p{
  margin-bottom: 35px;
}

.token-pricing-section .text-content .button a{
  border-radius: 4px;
	padding: 13px 45px;
  background: linear-gradient(90deg, #e5870e 0%, #fab62d 100%);
  color: #fff;
  transition: .5s;

}

.token-pricing-section .text-content .button a:hover{
  background: linear-gradient(90deg, #fab62d 0%, #e5870e 100%);
  transition: .5s;

}



.token-section{
	background-color: #0d081e;
	padding: 100px 0px 90px 0px;
}

.token-section .tatle{
	text-align: center;
}

.token-section .tatle h4{
	 background: linear-gradient(90deg, #e5870e 0%, #fab62d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.token-section .tatle h2{
	font-size: 35px;
  margin: 20px;
}

.token-section .tatle p{
	margin-bottom: 55px;
}

.token-section .token-content .left-content{
	margin-top: 30px;
}

.token-section .token-content .content i{
	color: #26ca9e;
	margin-top: 3px;
}

.token-section .token-content .content h4 {
    font-weight: 500;
    margin-left: 15px;
    font-size: 16px;
}

.token-section .token-content .content p {
    margin: 5px 0px;
    font-size: 15px;
}

.token-section .token-content .content .bar{
	background-color: #262c68;
	height: 1px;
	width: 100%;
	margin: 20px 0px;
}

.token-section .token-content .count-box{
	text-align: center;
	background: linear-gradient(90deg, #e5870e 0%, #fab62d 100%);
	padding: 30px 26px 40px 26px;
  margin-left: 50px;
  border-radius: 5px;
}

.token-section .token-content .count-box h3{
	font-size: 16px;
	font-weight: 500;
}


/* ======================Count========================== */

.token-section .token-content .count-box h1 {
  font-weight: normal;
  letter-spacing: .125rem;
  text-transform: uppercase;
}

.token-section .token-content .count-box li {
  display: inline-block;
  font-size: 16px;
  list-style-type: none;
  padding: 5px 22px 10px 22px;
  color: #fff;
  position: relative;
}

.token-section .token-content .count-box li::after {
  position: absolute;
  content:":";
  left: -9px;
  top: -22px;
  font-size: 60px;

}

.token-section .token-content .count-box li:first-child::after{
  display: none;
}

.token-section .token-content .count-box li span {
  display: block;
  font-size: 45px;
  color: #fff;
  line-height: 1;
  margin-bottom: 7px;
  font-weight: 600;
}

.token-section .token-content .count-box .emoji {
  display: none;
  padding: 1rem;
}

.token-section .token-content .count-box .emoji span {
  font-size: 4rem;
  padding: 0 .5rem;
}

@media all and (max-width: 768px) {
  .token-section .token-content .count-box h1 {
    font-size: calc(1.5rem * var(--smaller));
  }
  
  .token-section .token-content .count-box li {
    font-size: calc(1.125rem * var(--smaller));
  }
  
  .token-section .token-content .count-box li span {
    font-size: calc(3.375rem * var(--smaller));
  }
}
/* ======================Count========================== */

.token-section .token-content .count-box .skills-bar .bar .info span{
	font-size: 11px;
	color: #fff;
	margin: 25px 25px;
	position: relative;
	top: 10px;
}

.token-section .token-content .count-box .skills-bar .bar .info span::before{
  position: absolute;
  content: "";
  height: 29px;
  width: 1px;
  background-color: #a4c9e5;
  left: 50%;
  bottom: -42px;
  z-index: 99;

}

.token-section .token-content .count-box .skills-bar .bar .progress-line{
	position: relative;
	height: 13px;
	width: 100%;
	top: 35px;
	background-color: #e9f2f1;
	border-radius: 3px;
	transform: scaleX(0);
	transform-origin: left;
	animation: animate 1s cubic-bezier(1,0,0.5,1) forwards;
}

.token-section .token-content .count-box .skills-bar .bar .progress-line span{
	position: absolute;
	height: 100%;
	width: 80%;
	left: 0;
	background-color: #3e2bc5;
	border-radius: 3px;
	transform: scaleX(0);
	transform-origin: left;
	animation: animate 1s 1s cubic-bezier(1,0,0.5,1) forwards;
}


@keyframes animate {
	100%{
		transform: scaleX(1);
	}
}

.about-section .right-content .skills-bar .bar .progress-line.microscope span{
	width: 50%;
}


.token-section .token-content .count-box .button a{
  border-radius: 4px;
	padding: 10px 30px;
  background: linear-gradient(90deg, #fab62d 0%, #e5870e 100%);
  color: #fff;
  transition: .5s;
  margin-top: 70px;

}

.token-section .token-content .count-box .button{

}

.token-section .token-content .title h2{
	font-size: 30px;
	margin: 100px 0px 80px 0px;
}

.token-section .token-content .image {
  margin-right: 20px;
}

.token-section .token-content .image img{
  width: 100%;
}

.token-section .token-content .box-image {
  margin-left: 30px;
}

.token-section .token-content .box-image img{
 	width: 100%;
}

.token-section .token-content .last-content{
	margin-top: 15px;
	margin-left: 10px;
}

.token-section .token-content .last-content .number .icon{
	background: linear-gradient(90deg, rgba(38,202,158,1) 0%, rgba(113,83,251,1) 100%);
	border: 1px solid #8083a6;
	padding: 10px 15px;
	margin-bottom: 15px;
}

.token-section .token-content .last-content .number .icon h4{
	margin-bottom: 0;
	font-size: 20px;
}

.token-section .token-content .last-content .text{
	border: 1px solid #8083a6;
	background-color: #0e0d58;
	width: 100%;
	padding: 10px 10px;
	margin-bottom: 15px;
	border-radius: 0px 4px 4px 0px;
}

.token-section .token-content .last-content .text p{
	margin-bottom: 0;
}


/* ======================token section end========================== */
/* ======================feature section start========================== */
.feature-section{
	background-color: #090b17;
	padding: 90px 0px 80px 0px;

}

.feature-section .title{
	text-align: center;
}

.feature-section .title h4{
	 background: linear-gradient(90deg, #e5870e 0%, #fab62d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature-section .title h2{
	font-size: 35px;
  margin: 20px;
}

.feature-section .title p{
	margin-bottom: 55px;
}

.feature-section .feature-box{
	border: 1px solid #262d71;
	padding: 31px 31px 10px 31px;border-radius: 5px;
	text-align: center;
	padding: 31px;
	margin-bottom: 30px;

}

.feature-section .feature-box:hover .feature-image img {
    transform: rotateY(180deg);
    transition: .5s;
}

.feature-section .feature-box h3 {
    font-size: 20px;
    margin: 30px 0px 20px 0px;
    background: linear-gradient( to right, #00B78D 5%, #6D58F6 49%, #fff 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 200%, 100%;
    background-position: 100%;
    transition: 1s;
}

.feature-section .feature-box p{
	font-size: 15px;
}

.feature-section .feature-box:hover h3 {
	background-position: 0%;
}
/* ======================feature section end========================== */
/* ======================app section end========================== */
.app-section{
	background-color: #0d081e;
	padding: 90px 0px 90px 0px;
}

.app-section .title{
	text-align: center;
}

.app-section .title h4{
	 background: linear-gradient(90deg, #e5870e 0%, #fab62d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.app-section .title h2{
	font-size: 35px;
  margin: 20px;
}

.app-section .title p{
	margin-bottom: 55px;
}

.app-section .app-image img{
	width: 100%;
}

.app-section .right-content{
	margin-top: 35px;
}

.app-section .right-content p{
	line-height: 2;
	margin-bottom: 20px;
}

.app-section .right-content .list{
	margin-bottom: 20px;
}

.app-section .right-content .list .icon i{
	background: linear-gradient(90deg, #e5870e 0%, #fab62d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 23px;
  margin-right: 20px;
  margin-top: 3px;
  color: #fff;
}

.app-section .right-content .button a{
	padding: 13px 45px;
  background: linear-gradient(90deg, rgba(113,83,251,1) 0%, rgba(38,202,158,1) 100%);
  border-radius: 5px;
  color: #fff;
  transition: .5s;
  border-radius: 4px;

}

.app-section .right-content .button a i{
	margin-left: 15px;
}

.app-section .right-content .button .right{
	margin-left: 15px;
}

.app-section .right-content .button a:hover{
	background: linear-gradient(90deg, rgba(38,202,158,1) 0%, rgba(113,83,251,1) 100%);
	border-radius: 4px;
	transition: .5s;
}

/* ======================app section end========================== */
/* ======================road-map section start========================== */
.road-map-section{
	background-color: #090b17;
	padding: 90px 0px 0px 0px;
}

.road-map-section .position{
	position: relative;
}

.road-map-section .map-line img{
	width: 100%;
	padding: 0px 17px;
}

.road-map-section .map-line{
	position: absolute;
	left: 0;
	top: 61px;
}

.road-map-section .title{
	text-align: center;
}

.road-map-section .title h4{
	 background: linear-gradient(90deg, #e5870e 0%, #fab62d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.road-map-section .title h2{
	font-size: 35px;
  margin: 20px;
}

.road-map-section .title p{
	margin-bottom: 55px;
}

.road-map-section .map-box{
	margin-bottom: 100px;
	text-align: center;
	position: relative;
}

.road-map-section .map-box::before{
	position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  border: 2px solid #25c99e;
  border-radius: 20px;
  left: 47%;
  top: 58px;
  display: none;
}

.road-map-section .map-box h4{
	font-size: 16px;
	background-color: #fab62d ;
	padding: 10px;
	margin-bottom: 105px;
	display: inline-block;
	border-radius: 5px;
}

.road-map-section .map-box .test {
    background-color: #1f1c26;
    padding: 20px 10px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}

.road-map-section .map-box .test::before{
	position: absolute;
	content: "";
	height: 70px;
	width: 1px;
	border: 1px dashed #4d538a;
	left: 50%;
	top: -70px;
	display: none;
}

.road-map-section .map-box .test:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, #e5870e 0%, #fab62d 100%);
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: .5s;
    border-radius: 4px;
}

.road-map-section .map-box .test p {
    font-size: 15px;
    transition: .5s;
}

.road-map-section .map-box .test:hover:after {
    transform: scale(1);
}

.road-map-section .map-box .test:hover p {
    color: #fff;
}

.team-section{
	background-color: #0d081e;
	padding: 90px 0px;
}

.team-section .team{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.team-section .title{
	text-align: center;
}

.team-section .title h4{
	 background: linear-gradient(90deg, #e5870e 0%, #fab62d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.team-section .title h2{
	font-size: 35px;
  margin: 20px;
}

.team-section .title p{
	margin-bottom: 55px;
}

.team-section .team-box{
	background-color: #1f1c26;
	position: relative;
	padding: 150px 0px 20px 0px;
	text-align: center;
	margin-top: 120px;
	transition:.5s;
	border-radius: 5px;
	margin-bottom: 30px;
}

.team-section .team-box h4{
	font-size: 18px;

}

.team-section .team-box::hover h4{
	color: #25c99e;
	transition:.5s;

}

.team-section .team-box .image{
	position: relative;
	
}

.team-section .team-box .image img {
    width: 81%;
    border: 2px solid #25c99e;
    border-radius: 5px;
    position: absolute;
    top: -229px;
    left: 0;
    right: 0;
    margin: auto;
    transition: .5s;
}

.team-section .team-box .icon{
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	bottom: 20px;
	left: 0;
  right: 0;
  margin: auto;
  justify-content: center;
}

.team-section .team-box .icon i{
	background: linear-gradient(90deg, rgba(113,83,251,1) 0%, rgba(38,202,158,1) 100%);
  color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 20px;
  margin: 0px 10px;

 }

.team-section .title h3{
	margin: 95px 0px 35px 0px;
	font-size: 35px;
}

.team-section .board{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

 .team-section .board .team-box{
	background-color: #1f1c26;
	position: relative;
	text-align: center;
	transition:.5s;
	width: 270px;
	border-radius: 5px;
}

.team-section .board .team-box h4{
	font-size: 18px;

}

.team-section .board .team-box::hover h4{
	color: #25c99e;
	transition:.5s;
}

.team-section .team-box .image{
	position: relative;
	
}

.team-section .board .team-box .image img{
  width: 80%;
  border: 2px solid #25c99e;
  border-radius: 5px;
  position: absolute;
  top: -238px;
  left: 0;
  right: 0;
  margin: auto;
}

.team-section .board .team-box .icon{
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	bottom: 20px;
	left: 0;
  right: 0;
  margin: auto;
  justify-content: center;
}

.team-section .board .team-box .icon i{
  background: linear-gradient(90deg, rgba(113,83,251,1) 0%, rgba(38,202,158,1) 100%);
  color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 20px;
  margin: 0px 10px;
  text-align: center;
 }

.team-section .team-box:hover .image img {
    transform: scale(1.2);
    top: -248px;
    width: 81%;
}
.team-section .board .team-box:hover .image img {
    top: -262px;
}

/* ======================team section end========================== */
/* ======================accordion section start========================== */
.accordion-section{
	background-color: #090b17;
	padding: 90px 0px;
}


.accordion-section .title{
	text-align: center;
}

.accordion-section .title h4{
	 background: linear-gradient(90deg, #e5870e 0%, #fab62d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.accordion-section .title h2{
	font-size: 35px;
  margin: 20px;
}

.accordion-section .title p{
	margin-bottom: 55px;
}



.accordion-section .accordion-wrapper .accordion2{
	position: relative;
  background-color: #1f1c26;
  color: #fff;
  padding: 12px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  margin: 10px 0px;
  border-radius: 5px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  transition: .5s;
}


.accordion-section .accordion2::after {
	position: absolute;
  content: '\f107';
  color: #fff;
  font-weight: bold;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, #e5870e 0%, #fab62d 100%);
  padding: 8px 17px;
  border-radius: 4px;
  font-size: 23px;
  font-family: FontAwesome;
}

.accordion-section .active::after {
  content: "\f106";
  color: #fff;
  font-size: 23px;
  font-family: FontAwesome;
  
}

.accordion-section .panel {
  background-color: transparent;
  /* border: 1px solid #262d71; */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  
}


.contact-section{
	background-color: #0d081e;
	padding: 90px 0px;
}

.contact-section .title{
	text-align: center;
}

.contact-section .title h4{
	 background: linear-gradient(90deg, #e5870e 0%, #fab62d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-section .title h2{
	font-size: 35px;
  margin: 20px;
}

.contact-section .title p{
	margin-bottom: 55px;
}

.contact-section .contact-wraper .contact{
	background-color: #1f1c26;
	margin: 15px 0px;
	border: none;
	color: #fff;
}

.contact-section .contact-wraper input::placeholder{
	color: #7082a4;
}

.contact-section .contact-wraper textarea::placeholder{
	color: #7082a4;
}

.contact-section .contact-wraper textarea{
	margin-top: 30px !important;
}

.contact-section .contact-wraper .contact-button{
	text-align: center;
	margin-top: 40px;
}

.contact-section .contact-wraper .contact-button .btn{
  border-radius: 4px;
	padding: 10px 30px;
  background: linear-gradient(90deg, #e5870e 0%, #fab62d 100%);
  color: #fff;
  transition: .5s;

}

.contact-section .contact-wraper .contact-button .btn:hover{
  background: linear-gradient(90deg, #fab62d 0%, #e5870e 100%);
  transition: .5s;

}
/* ======================contact section end========================== */
/* ======================footer section start========================== */
.footer-section{
	background-color: #090b17;
	padding: 80px 0px 0px 0px;
}

.footer-section .footer-spase{
	margin-bottom: 30px;
}

.footer-section .footer-icon a {
    background-color: #1f1c26;
    color: #fff;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 20px;
    margin: 10px 10px 0 0;
    text-align: center;
}
.footer-section .footer-icon a:hover{
	background-color: #fab62d;

}

.footer-section p{
	margin: 20px 0px 20px 0px;
}

.footer-section h3{
	font-size: 20px;
}

.footer-section ul li a{
	color: #a2b4d2;
	margin-top: 20px;
	transition: .5s;
}

.footer-section ul li a:hover{
	color: #25c99e;
	transition: .5s;
}

.footer-section .form_box{
	position: relative;
	margin-top: 45px;
}

.footer-section .form_box input{
	background-color: #1f1c26;
	border: none;
	padding: 24px 0px 24px 10px;
}

.footer-section .form_box input::placeholder{
	color: #7082a4;
	padding-left: 10px;
}

.footer-section .contact-button{
	position: absolute;
	right: 0;
	top: 0;
}

.footer-section .contact-button .btn{
  border-radius: 4px;
	padding: 10px 30px;
  background: linear-gradient(90deg, #e5870e 0%, #fab62d 100%);
  color: #fff;
  transition: .5s;

}

.footer-section .contact-button .btn:hover{
  background: linear-gradient(90deg, #fab62d 0%, #e5870e 100%);
  transition: .5s;

}

.footer-section .cuppy-right-section .footer-bar{
	height: 1px;
	width: 100%;
	background-color: #0a364b;
	margin-top: 30px;
}

.footer-section .cuppy-right-section p{
	font-size: 14px;
	text-align: center;
	padding: 0px 0px 33px 0px;
}
/* ======================footer section end========================== */


/* ===========================scroll strat===========================  */
/* ===========================************===========================  */
.scroll-area {
  position: relative;
  z-index: 999;
}

.scroll-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 30px;
  color: #ffffff;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  z-index: 9999;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  -ms-transition: all 0.9s ease-out 0s;
  -o-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-radius: 10px;
}

.scroll-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.scroll-area .go-top::before {
  content: "";
  border: 2px solid #002c5d;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.scroll-area .go-top:focus, .scroll-area .go-top:hover {
  color: #fff;
}

.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
div#status {
    color: #fff;
    text-align: center;
    margin-top: 15px;
}
.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.scroll-area .go-top.active {
  top: 95%;
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  -ms-transform: translateY(-98%);
  -o-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 50px;
  border-radius: 100%;
}

.top-wrap {
  position: relative;
}

.top-wrap .go-top-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background-image: -moz-linear-gradient(90deg, #e5870e 0%, #fab62d 100%);
  background: linear-gradient(90deg, #e5870e 0%, #fab62d 100%);
  background-image: -ms-linear-gradient(90deg, #e5870e 0%, #fab62d 100%);
}

.top-wrap .go-top-button i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}

.top-wrap .go-top-button::after {
  content: "";
  border: 2px solid #39cabb;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.top-wrap .go-top-button:hover {
  background-color: #002c5d;
  color: #fff;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
/* ===========================scroll end===========================  */
/* ===========================************===========================  */



/* ======================Animation section start========================== */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.bounce-animate {
animation-name: float-bob;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob;
-ms-animation-duration: 2s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob;
-o-animation-duration: 2s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate2 {
animation-name: float-bob2;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob2;
-moz-animation-duration: 3s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob2;
-ms-animation-duration: 3s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob2;
-o-animation-duration: 3s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate3 {
animation-name: float-bob3;
animation-duration: 4s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob3;
-moz-animation-duration: 4s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob3;
-ms-animation-duration: 4s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob3;
-o-animation-duration: 4s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate4 {
animation-name: float-bob4;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob4;
-moz-animation-duration: 5s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob4;
-ms-animation-duration: 5s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob4;
-o-animation-duration: 5s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate5 {
animation-name: float-bob5;
animation-duration: 6s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob5;
-moz-animation-duration: 6s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob5;
-ms-animation-duration: 6s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob5;
-o-animation-duration: 6s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
@-webkit-keyframes float-bob {
0% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
50% {
-webkit-transform: translateY(-7px);
transform: translateY(-7px); }
100% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); } }
@-webkit-keyframes float-bob2 {
0% {
-webkit-transform: translateY(-60px);
transform: translateY(-60px); }
50% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px); }
100% {
-webkit-transform: translateY(-60px);
transform: translateY(-60px); } }
@-webkit-keyframes float-bob3 {
0% {
-webkit-transform: translateY(-40px);
transform: translateY(-40px); }
50% {
-webkit-transform: translateY(-25px);
transform: translateY(-25px); }
100% {
-webkit-transform: translateY(-40px);
transform: translateY(-40px); } }
@-webkit-keyframes float-bob4 {
0% {
-webkit-transform: translateY(-70px);
transform: translateY(-70px); }
50% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
100% {
-webkit-transform: translateY(-70px);
transform: translateY(-70px); } }
@-webkit-keyframes float-bob5 {
0% {
-webkit-transform: translateY(-75px);
transform: translateY(-75px); }
50% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
100% {
-webkit-transform: translateY(-75px);
transform: translateY(-75px); } }
@-webkit-keyframes movebounce {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.rotateme {
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotateme{
  0%{ 
    transform:rotate(0deg);
   }
  25%{ 
    transform:rotate(90deg);
   }
  50%{ 
    transform:rotate(180deg);
   }
  100%{
     transform:rotate(360deg);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
/* ======================Animation section end========================== */

/*particale js*/
canvas{
    height: 1050px;
    width: 100%;
    background: url('assets/image/banner-shape.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;  
  }

div#particles {
    position: relative;
}
div#particles .single-slider-box {
    margin-top: 0;
    text-align: left;
}
div#particles .slider-thumb {
    text-align: right !important;
    margin-left: 180px;
    position: relative;
}
#webcoderskull {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 20px;
    width: 100%;
}

div#particles .banner-section {
    background-image: inherit;
    padding: 300px 0px 70px 0px;
}

.upper.menu-box {
    background-color: #111868;
}