/*Style Css*/

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
	background: #fff;
	font-size: 100%;
	color: #252525;
}
li{
	list-style: none;
}
a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	color: #252525;
}

p {}

img {
	max-width: 100%;
}

ul {
	padding: 0px;
}

html {
	scroll-behavior: smooth;
}

/*end*/

.wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner{

}
/* #myVideo {
 position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
} */
.video_shadow{
	position: absolute;
	bottom:  0px;
	left: 0px;
}
.video_shadow img{object-fit: cover;}
.container {
	width: 1110px;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	height: 80px;
	z-index: 5;
	background: #fff;
	transition: 0.25s;
  transition-timing-function: ease-out;
  transition: all 0.5s ease-in-out;
  box-shadow: 4px 0px 5px rgb(0 0 0 / 49%);

}

.h-menu.sticky .logo .main_logo {
	display: none;
}

.logo .sticky_logo {
	display: none;
	position: relative;
	top: -15px;
}

.h-menu.sticky .logo .sticky_logo {
	display: block;
}

/* .logo {
	display: inline-block;
	
	z-index: 1;
	position: absolute;
	left: 30px;
	top: 30px;
} */





.banner {
	background: url('../images/banner-img.jpg')no-repeat;
	background-size: cover;
	position: relative;
	height: 100vh;
}
.talent p.banner-runing{
	letter-spacing: 0;
}

/*Scroll Down Arrow*/

.link {
	display: inline-flex;
	align-items: center;
	padding: 5px;
	text-decoration: none;
	transform: rotate(-90deg);
	position: absolute;
	right: -45px;
	bottom: 16%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.link__arrow {
	display: inline-flex;
}

.link__arrow span {
	position: relative;
	width: 14px;
	height: 2px;
	border-radius: 2px;
	overflow: hidden;
	background: #fff;
	z-index: 2;
}

.link__arrow span:nth-child(1) {
	transform-origin: left bottom;
	transform: rotate(45deg) translate3d(8px, -10px, 0);
}

.link__arrow span:nth-child(2) {
	transform-origin: left bottom;
	transform: rotate(-45deg);
}

.link__arrow span:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 0;
	height: 2px;
	background: #282828;
}

.link__line {
	position: relative;
	margin-left: -14px;
	margin-right: 30px;
	width: 30px;
	height: 2px;
	background: #fff;
	overflow: hidden;
	z-index: 1;
}

.link__line:after {
	content: '';
	display: block;
	position: absolute;
	left: 80px;
	width: 70px;
	height: 2px;
	background: #282828;
}

.link__text {
	color: #fff;
	font-size: 0.688em;
	text-transform: uppercase;
	letter-spacing: 4px;
	transform: rotate(-180deg);
	text-decoration: none;
}

.link:hover .link__line:after {
	animation: animation-line 1.5s forwards;
}

.link:hover .link__arrow span:after {
	animation: animation-arrow 1.5s forwards;
	animation-delay: 1s;
}

@keyframes animation-line {
	0% {
		left: 80px;
	}
	100% {
		left: 0;
	}
}

@keyframes animation-arrow {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}


/*end*/
.mar-top.scro_height{margin: 0px;padding-top: 120px;}
.inner_banner .talent {
	position: absolute;
	top: 0%;
}
.talent {
	display: flex;
    align-items: center;
    height: 100%;
}

.talent p {
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
	letter-spacing: 6px;
	font-size: 16px;
}

.talent h1 {
	font-weight: 700;
	font-size: 3.75rem;
	color: #fff;
	line-height: 4.0625rem;
	padding-top: 20px;
}
.talent h1  span{
	color: #ff6d2c;
}

/*banner end*/

.mar-top {
	margin-top: 120px;
}

.serv_cont p {
	
	color: #252525;
	/*letter-spacing: 5px;*/
	line-height: 33px;
	font-size: 25px;
	margin: 0px;
}

.serv_cont h2 {
	font-size: 37px;
    line-height: 40px;
}

.next_cont {
	padding-top: 60px;
}

.next_cont  {
	padding: 30px 0px;
	/* border-bottom: 1px solid #252525; */
	
	font-size: 14px;
	line-height: 26px;
}

/* .nav-link.tex-rigt{
	text-align: right;
}
.nav-link.tex-cent{
	text-align: center;
}
.nav-link.tex-cent.active{text-align: center;}
.nav-link.tex-rigt.active{text-align: right;} */
/*tab section*/

.nav-tabs {
	border: 0px;
	border-bottom: 1px solid #252525;
	justify-content: space-between;
	
}

.nav-link {
	padding: 0px;
}

.nav-tabs a {
	border: 0px;
	font-family: "AvenirNext-DemiBold";
	font-size: 14px;
	line-height: 25px;
	text-transform: uppercase;
	color: #d3d3d3;
	padding-bottom: 30px;
}

.nav-tabs .nav-link {
	border: 0px solid transparent;
	border-top-left-radius: 0rem;
	border-top-right-radius: 0rem;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	font-size: 14px;
	font-family: 'AvenirNext-Bold';
	color: #252525;
	border-bottom: 4px solid #252525;
	
	display: inline-block;
}
nav .nav_list .nav_link.active{
	border-bottom: 2px solid #ff4200;
}
.sticky nav .nav_list .nav_link.active{
	border-bottom: 2px solid #ff4200;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	/*border: 0px;*/
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{background-color: transparent;}
.nav-tabs .nav-item {
	
	display: flex;
}

.tab-content {
	position: relative;
}
.swiper-slide.swiper-slide-prev .abt_home.it_recru.Niche_slidecont{display: none;}
.swiper-slide.swiper-slide-prev{
  transition-duration: 0ms!important;
    transform: translate3d(480px, 0px, -180px) rotateX(0deg) rotateY(0deg)!important;
    z-index: 0!important;
}

.swiper-slide.swiper-slide-next{
	transition-duration: 0ms !important;
    transform: translate3d(0px, 0px, -128px) rotateX(0deg) rotateY(0deg)!important;
    z-index: 0!important;
}
/*.image_serv img{width: 100%;}*/
.swiper-slide.swiper-slide-duplicate.swiper-slide-prev{
transition-duration: 0ms ;
    transform: translate3d(471px, 0px, -180px) rotateX(0deg) rotateY(0deg) ;
    z-index: 0 ;
}
.swiper-slide.swiper-slide-next .image_serv .mirror_text{
	top: 173px;
    right: 50px;}
.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 730px;
 
}
.arrows{position: relative;
top: -250px;z-index: 1;}
.swiper-button-prev, .swiper-button-next{width: 35px;}
.swiper-button-prev{
	left: -60px;
}
.swiper-button-next{right: -60px;}
.service_slide {
	position: relative;
	/*display: inline-block;*/
}

.slick-initialized .slick-slide {
	outline: none;
}

.service_slide ul {
	display: inline;
}

.service_slide ul li {
	display: inline-block;
}
.service-tabs .abt_home.it_recru{
	position: relative;
	height: 550px;
}
.service-tabs .about_team {
    margin: 42px auto;
}
.service-tabs .abt_home.it_recru p{
	position: absolute;
	bottom: 70px;
	width: 65%;
}
.service-tabs .market-card{
	height: 340px;
}
.service-tabs.marcket-page.crypto-dev .market-card{
	height: 410px;
}
.service-tabs .mar_icons {
    width: 55px;
    height: 55px;
	padding: 15px;
}
.service-tabs .mar_icons span {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}
.service-tabs .market-details h6{
	color: #252525;
}

.left_part {
	display: inline-block;
	position: relative;
	margin: 30px auto;
}

.image_serv {
	/*margin: 30px auto;*/
	display: inline-block;
	position: relative;
}
.home_tab{padding-top: 40px;}
.ser_slpad {
	padding-right: 0px;
}

.ser_slpad_1 {
	padding-left: 0px;
}

.abt_home.it_recru.Niche_slidecont p {
	padding-top: 60px;
}

.abt_home.it_recru.Niche_slidecont {
	/* background: url(../images/slider_bg.jpg)no-repeat; */
	position: absolute;
	display: inline-block;
	width: 285px;
	top: -30px;
	height: 460px;
	background: rgb(180,51,66);
	background: -moz-linear-gradient(149deg, rgba(180,51,66,1) 14%, rgba(234,78,23,1) 52%);
	background: -webkit-linear-gradient(149deg, rgba(180,51,66,1) 14%, rgba(234,78,23,1) 52%);
	background: linear-gradient(149deg, rgba(180,51,66,1) 14%, rgba(234,78,23,1) 52%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b43342",endColorstr="#ea4e17",GradientType=1);

}

.right_part {
	display: inline-block;
	position: absolute;
	/*right: 0px;*/
	top: 46px;
	z-index: -1;
}
.swiper-slide-prev .mirror_text h3 {
	background: rgb(126,24,113);
background: -moz-linear-gradient(130deg, rgba(126,24,113,1) 14%, rgba(234,78,23,1) 52%);
background: -webkit-linear-gradient(130deg, rgba(126,24,113,1) 14%, rgba(234,78,23,1) 52%);
background: linear-gradient(130deg, rgba(126,24,113,1) 14%, rgba(234,78,23,1) 52%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7e1871",endColorstr="#ea4e17",GradientType=1);
}
.mirror_text h3 {
	color: #fff;
	padding: 20px 30px;
	font-size: 20px;
	line-height: 19px;
	text-align: center;
	position: absolute;
	font-weight: 600;
	top: -7px;
	width: 400px;
	text-transform: uppercase;
	background: rgb(180,51,66);
	background: -moz-linear-gradient(130deg, rgba(180,51,66,1) 14%, rgba(234,78,23,1) 52%);
	background: -webkit-linear-gradient(130deg, rgba(180,51,66,1) 14%, rgba(234,78,23,1) 52%);
	background: linear-gradient(130deg, rgba(180,51,66,1) 14%, rgba(234,78,23,1) 52%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b43342",endColorstr="#ea4e17",GradientType=1);
}

.mirror_text {
	transform: rotate(-270deg);
	position: absolute;
	top: 0px;
	left: 52px;
}

.mirror_text.left {
	top: 55px;
	left: 38px;
}

.mirror_text.left h3 {
	top: 45px;
}
.swiper-slide.swiper-slide-active .image_serv .mirror_text{display: none;outline: none;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-next, .swiper-container-rtl .swiper-button-prev{background: none;outline: none;}

/*tab end*/

.req_area_bg {
	background: rgb(126,24,113);
	background: -moz-linear-gradient(90deg, rgba(126,24,113,1) 5%, rgba(234,78,23,1) 44%);
	background: -webkit-linear-gradient(90deg, rgba(126,24,113,1) 5%, rgba(234,78,23,1) 44%);
	background: linear-gradient(90deg, rgba(126,24,113,1) 5%, rgba(234,78,23,1) 44%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7e1871",endColorstr="#ea4e17",GradientType=1);
	height: 400px;
	position: relative;
}

.req_area_bg1 {
	position: relative;
	background-size: cover;
	height: 400px;
}

.req_container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	height: 100%;
}

.abt_home {
	width: 25%;
}
.abt_home.homr_abt_col{
	width: 37%;
	padding: 31px 50px;
	border-right: 1px solid #fff;
}
.abt_home.no-bg {
	background: transparent;
	border-top: 1px solid #fff;
	margin-top: 145px;
}

.abt_home.no-bg:nth-child(4) {
	border-right: 1px solid #fff;
}

.abt_part.border_abt {
	border-left: 1px solid #fff;
	padding: 0px 0 0 30px;
}

.abt_home {
	background: #fff;
	padding: 41px 30px;
	margin-top: 70px;
}

.abt_home h3 {
	font-weight: 600;
	font-size: 28px;
	line-height: 30px;
}

/* Blog Style */
.blog-group{
	background: #f6f6f6;
	position: relative;
	padding: 35px;
	height: 470px;
	margin-top: 60px;
}
.blog-image{
	position: absolute;
	right: 0;
	top: -30px;
}
.blog-content{
	position: absolute;
    /* bottom: 20%; */
    display: flex;
    justify-content: end;
    height: 80%;
    flex-direction: column;
}
.blog-content .cta span{
	color: #393939;
}
/* .blog-image{
	position: absolute;
	top: -30px;
} */
.blog-content h3{
	font-size: 22px;
	font-weight: 600;
	line-height: 26px;
	padding-top: 40px;
}
.blog-content h6{
	font-size: 16px;
	color: #939393;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.abt_home p {
	
	font-size: 14px;
	line-height: 22px;
	padding-top: 35px;
}

.abt_part h4 {
	
	font-size: 22px;
	color: #fff;
	/* border-top: 1px solid #fff;
    margin: 50px 0;
    padding-top: 30px;*/
}

.abt_part p {
	
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	padding-top: 35px;
}

.serv_cont.abt_cont {
	height: 350px;
	padding: 40px;
	margin: 100px auto;
	/* background: url(../images/about_bg.jpg)no-repeat; */
	background: rgb(180,51,66);
	background: -moz-linear-gradient(149deg, rgba(180,51,66,1) 14%, rgba(234,78,23,1) 52%);
	background: -webkit-linear-gradient(149deg, rgba(180,51,66,1) 14%, rgba(234,78,23,1) 52%);
	background: linear-gradient(149deg, rgba(180,51,66,1) 14%, rgba(234,78,23,1) 52%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b43342",endColorstr="#ea4e17",GradientType=1);
}

.serv_cont.abt_cont p {
	color: #fff;
	letter-spacing: 5px;
	font-size: 16px;
}

.it_pading {
	padding: 0px;
}

.abt_home.it_recru {
	background: #252525;
	padding: 40px;
	margin: 0px;
	width: 100%;
}

.abt_home.it_recru h3 {
	color: #fff;
}

.abt_home.it_recru p {
	color: #fff;
	opacity: 0.8;
	margin-bottom: 0px;
	padding-top: 25px;
}

.about_tal h2 {
	color: #252525;
	font-size: 1.5rem;
	line-height: 1.5rem;
	position: relative;
	font-weight: 700;
}

.about_tal h2:after {
	position: absolute;
	content: '';
	width: 25px;
	height: 2px;
	background: #e65000;
	bottom: -8px;
	left: 0px;
}

.about_tal p {
	font-size: 14px;
	line-height: 22px;
	margin-top: 20px;
    padding-right: 15px;
	padding-bottom: 35px;
	font-weight: 400;
	color: #555555;
}

.about_team {
	margin: 37px auto;
}

.proce_top {
	padding-top: 60px;
	border-bottom: 1px solid #252525;
}


/*.about_tal{
	padding-bottom: 30px;
    border-bottom: 1px solid #252525;
}*/

.proude_bg {
	/* background: url('../images/phoilosophy_bg.png'); */
	height: 480px;
	position: relative;
}

.ab_strate {
	background: url('../images/about_bottom.jpg')no-repeat;
	background-size: cover;
	height: 410px;
}
.ab_strate.mar-place {
	background: url('../images/talk-our-bg.jpg')no-repeat;
	background-size: cover;
	height: 410px;
}
.web3-tack .ab_strate {
	background: url('../images/talk-to-our-03.jpg')no-repeat;
}
.tack-toser .ab_strate {
	background: url('../images/talk-to-our-02.jpg')no-repeat;
}
.proude_bg .abt_button {
    margin-top: 60px;
    padding-top: 20px;
}
.happiness {
	position: absolute;
	top: 15%;
	left: 6%;
}

.happiness h2 {
	font-size: 35px;
	line-height: 38px;
	color: #fff;
	font-weight: 600;
}

/* .team_member {
	text-align: center;
	margin: 0px auto;
	position: absolute;
	left: 26%;
	bottom: 0px;
} */

.member_name {
	position: absolute;
	right: 100px;
	top: 100px;
}

.member_name p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin: 15px 0px;
}

.member_name h3 {
	font-family: 'AvenirNext-DemiBold';
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	margin: 15px 0px;
	margin: 0px;
	padding-top: 20px;
}

.member_name span {
	font-family: 'AvenirNext-Medium';
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	margin: 15px 0px;
	opacity: 0.8;
}

#more {
	display: none;
	/*display: block;
    position: relative;
    height: 100%;
  
    overflow: hidden;
    transition: 0.3s;*/
    transition: .25s ease;
}

.load_more {
	background: #252525;
	padding: 25px;
	position: relative;
}

.lode-btn {
	text-align: center;
	transform: rotate(-270deg);
	margin-top: -40px;
}

.lode-btn.bottomless {
	transform: rotate(-90deg);
}

.proce_top.expand_bg {
	background: #252525;
	padding: 20px;
	/*transform: translateY(0%);*/
}

.proce_top.expand_bg p {
	font-family: 'Quicksand';
	font-weight: 400;
	color: #fff;
	opacity: 0.7;
	font-size: 14px;
	line-height: 21px;
}

.proce_top.expand_bg h3 {
	font-family: 'Quicksand';
	font-size: 14px;
	color: #fff;
	line-height: 18px;
}

.proce_top.expand_bg span {
	color: #fff;
	font-family: 'Quicksand';
	font-size: 12px;
	font-weight: 400;
	opacity: 0.5;
}
.home-contact .serv_cont.abt_cont.serv_bg {
	margin: 110px 0 !important;
    height: 390px;
    position: relative;
    width: 50%;
}
.home-contact .serv_cont.abt_cont.serv_bg p{
	width: 65%;
}
footer {
	background: #090909;
}

.fot_pad {
	padding: 35px 0;
	border-bottom: 1px solid #222222;
}


/*.fot_logo{padding-top: 35px;}*/

.fot_logo.cont_info p a {
	font-size: 15px;
	color: #fff;
	opacity: 0.5;
	line-height: 19px;
}

.fot_logo.cont_info p {
	margin: 0px;
}

.fot_logo.cont_info small {
	font-size: 13px;
	color: #fff;
	opacity: 0.4;
	vertical-align: text-top;
}

.fot_logo.cont_info h4 a{
	
	font-size: 22px;
	color: #ff4911;
	line-height: 24px;
}

.fott_top {
	padding-top: 50px;
}

.next_address h3 {
	
	font-size: 13px;
	line-height: 26px;
	color: #fff;
}
.next_address h6{
	
	color: #676767;
	font-size: 16px;
	padding: 5px 0;
}
.next_address p {
	
	font-size: 13px;
	color: #676767;
	/*opacity: 0.3;*/
	line-height: 26px;
}

.for-social ul {
	padding: 0px;
}

.for-social ul li {
	display: inline-block;
}

a.btn-fb,
a.btn-in,
a.btn-tw,
a.btn-you {
	width: 40px;
	height: 35px;
	display: block;
	float: left;
	text-indent: -9999em;
	background: url(../images/social-icons.png) no-repeat;
	margin: 0 0px 0 0;
}

a.btn-in {
	background-position: -43px 0px;
}

a.btn-tw {
	background-position: -83px 0px;
}
a.btn-you {
	background-position: -123px 0px;
}
a.btn-fb:hover {
	background-position: 0px -34px;
}

a.btn-in:hover {
	background-position: -43px -34px;
}

a.btn-tw:hover {
	background-position: -83px -34px;
}
a.btn-you:hover {
	background-position: -123px -34px;
}

.footer_menu ul {
	display: inline-flex;
	justify-content: space-between;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.whatsapp-floating{
	position: fixed;
    bottom: 25px;
    left: 25px;
	width: 60px;
	height: 60px;
	animation: 3s infinite alternate floating;
	z-index: 33;
}
@keyframes floating {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-10px);
	}
	100% {
		transform: translatey(0px);
	}
}
#nft-slider .abt-arrow .prev-arrow{
	top: -75px;
}
#nft-slider .abt-arrow .next-arrow{
	top: -75px;
}
/*.footer_menu ul li {
	width: 135px;
}*/

.footer_menu ul li a {
	
	font-size: 13px;
	line-height: 26px;
	color: #fff;
	/*padding-left: 60px;*/
}

.footer_menu h5 {
	display: inline;
}

.footer_menu ul li>.sub_menu {
	display: block;
}


/*.footer_menu ul li >  .sub_menu li {display: inline-block;}*/

.footer_menu ul li>.sub_menu li a {
	padding: 0px;
	color: #676767;
	;
	display: inline-block;
	font-size: 13px;
	
	line-height: 26px;
}

.copy_right p {
	
	font-size: 13px;
	line-height: 26px;
	color: #676767;
	margin: 0px;
	padding: 35px 0;
	text-align: center;
	border-top: 1px solid #222222;
}


/*button Style*/

.abt_button {
	margin-top: 41px;
}

.cta {
	position: relative;
	margin: auto;
	padding: 18px 22px;
	transition: all 0.2s ease;
	cursor: pointer;
}
.form-submit .cta {
	padding: 16px 22px;
}
.cta:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-radius: 28px;
	background: rgb(102,102,102);
background: -moz-linear-gradient(135deg, rgba(102,102,102,1) 50%, rgba(64,64,64,1) 50%);
background: -webkit-linear-gradient(135deg, rgba(102,102,102,1) 50%, rgba(64,64,64,1) 50%);
background: linear-gradient(135deg, rgba(102,102,102,1) 50%, rgba(64,64,64,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#666666",endColorstr="#404040",GradientType=1);
	width: 50px;
	height: 50px;
	transition: all 0.3s ease;
}

.cta span {
	position: relative;
	font-size: 16px;
	line-height: 20px;
	color: #252525;
	vertical-align: top;
}

.cta:hover span {
	color: #fff;
}

.cta svg {
	position: relative;
	top: 0;
	margin-left: -5px;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: #fff;
	stroke-width: 2;
	transform: translateX(-5px);
	transition: all 0.3s ease-in-out;
}

.cta:hover:before {
	width: 100%;
	background: #a4c37c;
	background: rgb(102,102,102);
background: -moz-linear-gradient(135deg, rgba(102,102,102,1) 50%, rgba(64,64,64,1) 50%);
background: -webkit-linear-gradient(135deg, rgba(102,102,102,1) 50%, rgba(64,64,64,1) 50%);
background: linear-gradient(135deg, rgba(102,102,102,1) 50%, rgba(64,64,64,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#666666",endColorstr="#404040",GradientType=1);
}

.cta:hover svg {
	transform: translateX(0);
}

.cta:active {
	transform: scale(0.96);
}

.abt_button.black_arrow .cta svg {
	stroke: #a6a6a6;
}
.blog-group  .cta svg {
	stroke: #a6a6a6;
}
.blog-group  .cta:hover svg{
	stroke: #fff;
}
.abt_button.ban_btn .cta:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#515151+51,252525+51,252525+51 */
	background: #515151;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, hsla(0, 0%, 32%, 1) 51%, hsla(0, 0%, 15%, 1) 51%, hsla(0, 0%, 15%, 1) 51%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, hsla(0, 0%, 32%, 1) 51%, hsla(0, 0%, 15%, 1) 51%, hsla(0, 0%, 15%, 1) 51%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, hsla(0, 0%, 32%, 1) 51%, hsla(0, 0%, 15%, 1) 51%, hsla(0, 0%, 15%, 1) 51%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#252525', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.abt_button.ban_btn .cta span {
	color: #fff;
	font-weight: 400;
}

.abt_button.ban_btn.main_bantn {
	margin-top: 60px;
}

.abt_button.ban_btn .cta:hover span {
	color: rgb(234, 78, 23) ;
}
/*.abt_button.ban_btn .cta svg:hover  {
    stroke:: #8db45b;
}*/
.lode-btn .cta.bottomless {
	transform: rotate(270deg);
}
.abt_button.ban_btn.ser_btn{position: absolute;bottom: 45px;}


/*INNER PAGE BANNER*/
.banner.inner_banner {
	background: url('../images/about_banner.jpg')no-repeat;
	height: 600px;
	background-size: cover;
}
.banner.inner_banner.service_ban {
	background: url('../images/about_banner.jpg')no-repeat;
	height: 600px;
	background-size: cover;
}
.banner.inner_banner.contact_ban {
	background: url('../images/about_banner.jpg')no-repeat;
	height: 600px;
	background-size: cover;
}


/*END*/
/*About Us*/
.cont_pad{padding: 0px;}
.head_text {
	position: relative;
	background: #fff;
	margin-top: -22%;
	padding:35px;
}

.next_cont.iner_cont p {
	border-top: none;
	padding-bottom: 45px;
	padding-top: 0px;
	margin: 0px;
}

.next_cont.iner_cont p:nth-child(1) {
	border-top: 1px solid #252525;
	padding-top: 20px;
}
.next_cont.iner_cont p:nth-child(4){padding-bottom: 0px;}
.req_area_bg.leader_bg {
	background: #252525;
	height: 450px;
}

.req_area_bg.leader_bg .abt_part.border_abt {
	border: none;
	padding: 0px
}

.req_area_bg.leader_bg .abt_home.no-bg {
	margin-top: 120px;
	border: 1px solid #929292;
	/* border-left: none; */
	text-align: center;
	height: 330px;
	width: 24.9%!important;


}

.abt-arrow{
	position: relative;
}
.abt-arrow .prev-arrow{
	left: -90px;
	top: -300px;
	position: absolute;
	
}
.abt-arrow .next-arrow{
	right:  -90px;
	position: absolute;
	top: -300px;
	
	
}
.prev-arrow.slick-arrow.slick-disabled, .next-arrow.slick-arrow.slick-disabled{opacity: 0.1;}
.responsive{width: 74.9%;}
.responsive .slick-slide img{display: unset;}
.req_area_bg.leader_bg .abt_home {
	height: 380px;
}

.req_area_bg.leader_bg .abt_part h4 {
	padding-top: 35px;
}

.req_area_bg.leader_bg .abt_part.tam_pad h4 {
	padding-top: 55px;
}

.req_area_bg.leader_bg .abt_part p {
	padding-top: 0px;
	color: #676767;
	margin-bottom: 10px;
}

.proude_bg.our_phi {
	height: 410px;
}

.happiness h4 {
	
	font-size: 23px;
	line-height: 31px;
	color: #fff;
	padding-top: 25px;
}

.proude_bg.our_phi .happiness {
	top: 15%;
}
.market-row{
	padding-top: 30px;
    margin-top: 30px;
}
.market-card{
	background: #f6f6f6;
	padding: 40px;
}
.mar_icons{
	width: 75px;
	height: 75px;
	background: #ff4200;
	display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.market-details h6{
	margin: 0;
	font-weight: 600;
	color: #ff4200;
	font-size: 24px;
	line-height: 26px;
}
.market-details p{
	margin: 0;
	font-weight: 600;
	color: #555555;
	font-size: 20px;
	line-height: 26px;
}
/* .req_area_bg1.lead_line{
	height: 460px;
} */

/*Services*/
.pad_0{padding: 0px;}
.top-pad {
	padding: 85px 0;
	border-bottom: 1px solid #252525;
}

/*.service_tab {display: inline-block;}*/

.tabserv_img {
	position: absolute;
	right: 10px;
	top: 0px;
	z-index: -1;
}

.tabserv_img.img-right {
	left: 0px;
}

.serv_cont.abt_cont.serv_bg {
	margin: 40px 0;
	height: 390px;
	position:relative;
	width: 100%;
}

.next_cont.sevice_cont {
	padding: 0px;
}
.next_cont.sevice_cont ul{padding-left: 30px;}
.next_cont.sevice_cont ul li{
	list-style-type: none;
	position: relative;
	line-height: 26px;
}
.next_cont.sevice_cont ul li:before{
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	top: 7px;
	left: -23px;
	border-radius: 25px;
	background: #e65000;
}
.next_cont.sevice_cont p {
	border-top: none;
	padding: 15px 0 0px 0;
}

.serv_cont.abt_cont.serv_bg.bg_right {
	position: absolute;
	right: 0px;
	width: 45%;
	/* background: url(../images/right_ser.jpg)no-repeat; */
}
.first-line{
	font-size: 24px;
	font-weight: 600;
}
.serv_cont.abt_cont.serv_bg h3 {
	font-weight: 600;
	color: #fff;
	font-size: 28px;
}

.serv_cont.abt_cont.serv_bg p {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #fff;
	position: absolute;
	bottom: 45px;
	width: 35%;
}
.choose-web .tabserv_img.img-right{
	right: 0;
	left: auto;
	/* -webkit-transform: scaleX(-1);
  transform: scaleX(-1); */
}
.choose-web .serv_cont.abt_cont.serv_bg.bg_right{
	left: 0;
}
.revolution .deraction{
	height: 550px;
}
.service-tabs.marcket-page .nft-group .market-card {
    height: auto;
}
.service-tabs.marcket-page .nft-group .market-details h6{
    color: #555555;
	font-size: 24px;
	font-weight: 600;
}
.service-tabs.marcket-page .nft-group .market-details p{
    color: #ff4200;
	font-size: 24px;
	font-weight: 600;
}
.choose-web .service-tabs{
	height: 650px;
}
.bg_black{
	background: #252525;
	height: 370px;
	margin-top: -70px;
	padding: 30px 30px;
}
.bg_black h3{
	
	color: #fff;
}
.bg_black p{
	color: #fff;
	
}
.req_area_bg.secvice_area{height: 300px;}
.req_area_bg1.change_position{background-position: -190px -90px;}
.serice_abt{
	padding-top: 45px;
}
.serice_abt .abt_part p{padding-top: 85px;}
#nft-slider .mar_icons img {
    width: 80%;
}
#nft-slider .mar_icons {
	padding: 0;
}
.service-tabs .strategies .market-card {
    height: 550px;
}

/*Contact Us*/
.cont_border{
	border-bottom: 1px solid #252525;
	padding-bottom: 40px;
}
.cont_pad{
   
    margin-top: 50px;
    border-top: 1px solid #252525;
    padding-top: 30px;
}
.ban_inpad{padding-left: 0px;}
.next_cont.address{padding: 0px;position: relative;}
.next_cont.address p{
	border:none;
	/* padding-bottom: 35px; */
	padding-top: 0px;
	margin: 0px;
}
.contact-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.next_cont.address address{padding-left: 45px;}
.next_cont.address h6{
	/* font-family: 'AvenirNext-DemiBold'; */
	font-size: 18px;
	padding-top: 10px;
}
.next_cont.address h3{
	/* font-family: 'AvenirNext-DemiBold'; */
	font-size: 24px;
	position: relative;
}
.next_cont.address h3:before{
	content: '';
	position: absolute;
	width: 50%;
	height: 100%;
	left: -35px;
	top: 0px;
	background: url('../images/location.png')no-repeat;
}
.next_cont.address address p{
	color: #252525;
	font-size: 18px;
	line-height: 24px;
	padding: 10px 0 0 0 ;
	margin-bottom: 10px;

}
.next_cont.address h4{
	position: relative;
	
}
.next_cont.address h4 a{
	color: #252525;
	font-size: 18px;
	line-height: 24px;
}
.next_cont.address h4:before{
	content: '';
	position: absolute;
	width: 18px;
	height: 25px;
	left: -35px;
	top: 0px;
	background: url('../images/mobile.png')no-repeat;
}
.next_cont.address h5{
	position: relative;
	
}
.next_cont.address h5 a{
	color: #252525;
	font-size: 18px;
	line-height: 24px;
	
}
.next_cont.address h5:before{
	content: '';
	position: absolute;
	width: 22px;
	height: 25px;
	left: -35px;
	top: 0px;
	background: url('../images/email.png')no-repeat;
}
#shadow{
	box-shadow: 0px 42px 46px 0px rgba(102, 102, 102, 0.15);
}
.abt_home.it_recru.form_cont{
	padding: 45px 35px;
	background: #f6f6f6;
}
.abt_home.it_recru.form_cont h3{
	color: #252525;
	text-align: left;
	font-size: 2rem;
	font-weight: 700;
}
.form-control{
	border-radius: 0px;
	background: #f6f6f6;
	font-size: 14px;
	/* font-family: 'AvenirNext-Regular'; */
	color:#252525;
	height: 40px;

}
.form-group {
    margin-bottom: 20px;
    text-align: left;
}
.form-horizontal{padding-top: 40px;}
.about_team.contact{margin: 0px;}
.form-control::placeholder{
	font-size: 14px;
	/* font-family: 'AvenirNext-Regular'; */
	color: #b2b2b2;
}
.abt_button.submit{
	background: none;
	border:0px;
	outline: none;
	margin-top:15px;
}
textarea.form-control{
	height: 100px;
	resize: none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.pad_cont{
	padding-left: 0px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: 0 0 0  0rem #ced4da;
}
.con_img{padding-right: 0px;}
.con_img .tabserv_img {right: 0px;margin: 69px auto;}
.serv_cont.abt_cont.serv_bg.form_cont{
	margin: 110px auto;
}
.success_message{
	padding: 20px;
}

/* New PAges Styles */
.service-tabs .strategies.cry-exchange .market-card {
    height: 475px;
}
.abt_home.it_recru.ico-page{
	height: 620px;
}
.abt_home.it_recru.ico-page p{
	bottom: 40px;
    width: 80%;
}
.service-tabs .strategies.ico-develop .market-card{
	height: 400px;
}

.ico-tack .ab_strate{
	background: url('../images/talk-ico.jpg') no-repeat;
}
.token-talk .ab_strate{
	background: url('../images/talk-token.jpg') no-repeat;
}
.crypto-dev-talk .ab_strate{
	background: url('../images/talk-crypto-develop.jpg') no-repeat;
}
.cry-exchange-tack .ab_strate{
	background: url('../images/talk-crypto.jpg') no-repeat;
}
.service-tabs.marcket-page .token-group .market-card{
	height: 455px;
}



/* menu Style */
.dropdown {
	position: relative;
	display: inline-block;
  }
  /* .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
} */
  .dropdown-content {
	display: none;
	position: absolute;
	background-color: #090909;
	min-width: 210px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
  }
  
  .dropdown-content a {
	color: #fff;
	padding: 10px 16px;
	text-decoration: none;
	display: block;
	font-size: 16px;
	line-height: 18px;
  }
  
  .dropdown-content a:hover {
	background-color: #ff4200;
	color: #fff;
}
  
  .dropdown:hover .dropdown-content {
	display: block;
  }

.arrow-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
  }
  
  nav {
	height: auto;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	justify-self: center;
	z-index: 10;
	font-weight: 300;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	position: fixed;
	-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
  }
  
  nav .nav_list {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: end;
	margin-left: 0;
	padding: 0 4vh;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-bottom: 0;
	height: 80px;
  }
  
  nav .nav_list .nav_link {
	color: #fff;
	text-decoration: none;
	margin-right: 50px;
	position: relative;
	padding: 12px 0;
	margin: 0 20px;
	font-size: 15px;
	line-height: 16px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	-webkit-transition: color 0.1s, background-color 0.1s,padding 0.2s ease-in;
	transition: color 0.1s, background-color 0.1s,padding 0.2s ease-in;
  }
  .sticky nav .nav_list .nav_link {
	color: #000;
  }
  nav .nav_list .nav_link:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -2px;
    left: 0;
    height: 2px;
	width: 100%;
	background-color: #ff4200;
	-webkit-transform-origin: right top;
			transform-origin: right top;
	-webkit-transform: scale(0, 1);
			transform: scale(0, 1);
	-webkit-transition: color 0.1s, -webkit-transform 0.2s ease-out;
	transition: color 0.1s, -webkit-transform 0.2s ease-out;
	transition: color 0.1s, transform 0.2s ease-out;
	transition: color 0.1s, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  
  nav .nav_list .nav_link.active::before {
	background-color: #ff4200;
  }
  
  nav .nav_list .nav_link:hover::before, nav .nav_list .nav_link:focus::before {
	-webkit-transform-origin: left top;
			transform-origin: left top;
	-webkit-transform: scale(1, 1);
			transform: scale(1, 1);
  }
  
  nav .logo {
	padding: 3vh 5vh;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  
  .sm-logo {
	display: none;
  }
  
  .nav-toggle {
	display: none;
  }
  
  #header .btn-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  #header .btn-action  a{
	background: #e65000;
    border: 0;
    color: #ffff;
    padding: 8px 25px;
    margin-left: 60px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	outline: none;
  }