/*******************************************************
    Template Name    : Crypto - ICO & Cryptocurrency Bitcoin Landing Page Template
    Author           : Cute Themes
    Version          : 1.0
    Created          : 2021
    File Description : Main css file of the template
*******************************************************/

/**************************************
    -- Css Table of Content
    01.Generale Style
    02.Preloader Area Style
    03.Navber Area Style
    04.Home Section Style
    05.About Section Style
    06.Services Section Style
    07.Token Section Style
    08.Roadmap Section Style
    09.Counter Section Style
    10.Team Section Style
    11.Testimonial Section Style
    12.Faq Section Style
    13.Download Section Style
    14.Blog Section Style
    15.Contact Section Style
    16.Footer Section Style
 *************************************/

/**************************************
 * 01. Generale Style
 *************************************/

body {
	background: #0c0938;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	color: #fff;
	line-height: 1.5;
}
a {
	color: #6332f0;
	text-decoration: none !important;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
img {
	max-width: 100%;
}
a:hover {
	color: #6332f0;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
a:hover,
a:focus {
	color: #6332f0;
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0.5px;
	font-family: 'Raleway', sans-serif;
}
.z-index {
	z-index: 9;
}
.position-relative {
	position: relative!important;
}
.form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border-bottom: 1px solid #6332f0;
}
.btn:focus {
	outline: none !important;
	box-shadow: none;
}
button:focus {
	outline: 0 none;
	box-shadow: none;
}
.button:focus {
	outline: none;
	box-shadow: none;
}

.button {
	display: inline-block;
	padding: 10px 35px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	text-transform: capitalize;
	letter-spacing: 0.3px;
	font-weight: 700;
	border: 0;
	border-radius: 30px;
	color: #fff;
	background: #6332f0;
	transition: all 500ms ease;
	cursor: pointer;
	position: relative;
	margin-top: 25px;
	overflow: hidden;
	white-space: nowrap;
    transition: background .5s ease;
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
	-webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ff9b08;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.button:hover:before, .button:focus:before, .button:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.button:hover, .button:focus, .button:active {
	color: #fff;
}

.bg-dark {
	background-color: #080625 !important;
}
.bg-none {
	background: none !important;
}
.color-text {
	color: #6332f0;
}
dl,
ol,
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.mr-15 {
	margin-right: 15px;
}
.d-table {
	width: 100%;
	height: 100%;
}

.d-table-cell {
	vertical-align: middle;
}
.bg-fixed {
	background-attachment: fixed;
}
.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}
.section-padding {
	padding: 75px 0;
}
.section-title {
	text-align: center;
	margin-bottom: 75px;
}
.small-title {
	color: #6332f0;
	font-size: 14px;
	font-weight: 800;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.section-title h2 {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 38px;
	line-height: 1.5;
	color: #fff;
}
.display-table {
	width: 100%;
	height: 100%;
	display: table;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.mr-0 {
	margin: 0;
}
.mr-top-50 {
	margin-top: 50px;
}
.back-to-top {
	position: fixed;
	cursor: pointer;
	top: 0;
	right: 15px;
	color: #ffffff;
	background: #6332f0;
	z-index: 4;
	width: 40px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .9s;
	transition: .9s;
}
.back-to-top:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #ff9b08;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.back-to-top:hover:before,
.back-to-top:focus:before {
	opacity: 1;
	visibility: visible;
}
.back-to-top:hover,
.back-to-top:focus {
	color: #ffffff;
}
.back-to-top.active {
	top: 97%;
	-webkit-transform: translateY(-98%);
	transform: translateY(-98%);
	opacity: 1;
	visibility: visible;
}
.back-to-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%;
}
.back-to-top:hover i:first-child,
.back-to-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}
.back-to-top:hover i:last-child,
.back-to-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%;
}
.back-to-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 20px;
}
.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/* [ Start Overlay ] */

[data-overlay-dark],
[data-overlay-light] {
	position: relative;
}
[data-overlay-dark] .container,
[data-overlay-light] .container {
	position: relative;
	z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-light]:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
[data-overlay-dark]:before {
	background: #02050b;
}
[data-overlay-light]:before {
	background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
	color: #fff;
}
[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
	color: #dad6d6;
}
[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
	opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
	opacity: .1;
}
[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
	opacity: .2;
}
[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
	opacity: .3;
}
[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
	opacity: .4;
}
[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
	opacity: .5;
}
[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
	opacity: .6;
}
[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
	opacity: .7;
}
[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
	opacity: .8;
}
[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
	opacity: .9;
}
[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
	opacity: 1;
}
/* [ End Overlay ] */

/* owl theme */

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	margin: 5px 5px;
	background-color: #fff;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 5px;
	transition: .3s;
	border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot.active span {
	background-color: #6332f0 !important;
	width: 7px;
	height: 7px;
	transition: .3s;
	-webkit-box-shadow: 0 1px 5px #6332f0;
	box-shadow: 0 1px 5px #6332f0;
}
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: transparent;
	border: 2px solid #6332f0;
	transition: .3s;
}

/**************************************
 * 02.Preloader Area Style
 *************************************/
#preloader {
    position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999999;
}

#preloader .line {
  position: absolute;
  border-radius: 50%;
  border: 2px solid #fff;
  border-bottom: 2px solid #6332f0;
}

#preloader .line:nth-child(1) {
  width: 25px;
  height: 25px;
  animation: circle-anim 600ms linear infinite;
}

#preloader .line:nth-child(2) {
  width: 50px;
  height: 50px;
  animation: circle-anim 800ms linear infinite;
}

#preloader .line:nth-child(3) {
  width: 75px;
  height: 75px;
  animation: circle-anim 1000ms linear infinite;
}

#preloader .line:nth-child(4) {
  width: 100px;
  height: 100px;
  animation: circle-anim 1200ms linear infinite;
}

@keyframes circle-anim {
  to {
    transform: rotate(360deg);
  }
}

/**************************************
 * 03.Navber Area Style
 *************************************/
.navbar-b {
	transition: all .5s ease-in-out;
	background-color: transparent;
	padding-top: 1.563rem;
	padding-bottom: 1.563rem;
}
.navbar-b.navbar-reduce {
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}
.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
	position: relative;
	padding-right: 10px;
	padding-left: 0;
}
.main-index-nav.navbar-b.navbar-trans .nav-link,
.main-index-nav.navbar-b.navbar-reduce .nav-link {
	color: #333;
}
.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
	color: #fff;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.5px;
	font-family: 'Raleway', sans-serif;
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
	color: #1B1B1B;
}
.navbar-b.navbar-trans .nav-link:hover {
	color: #fff;
}
.main-index-nav.navbar-b.navbar-trans .nav-link:hover {
	color: #333;
}
.main-index-nav.navbar-b.navbar-trans .show > .nav-link,
.main-index-nav.navbar-b.navbar-trans .active > .nav-link,
.main-index-nav.navbar-b.navbar-trans .nav-link.show,
.main-index-nav.navbar-b.navbar-trans .nav-link.active {
	color: #333;
}
.navbar-b.navbar-trans .show > .nav-link,
.navbar-b.navbar-trans .active > .nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
	color: #fff;
}
.navbar-b.navbar-reduce {
	transition: all .5s ease-in-out;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
	animation: 500ms ease-in-out 0s normal fadeInDown;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.navbar-b.navbar-reduce .nav-link {
	color: #555;
}
.navbar-b.navbar-reduce .nav-link:hover {
	color: #505050;
}
.main-index-nav.navbar-b.navbar-reduce .show > .nav-link,
.main-index-nav.navbar-b.navbar-reduce .active > .nav-link,
.main-index-nav.navbar-b.navbar-reduce .nav-link.show,
.main-index-nav.navbar-b.navbar-reduce .nav-link.active {
	color: #333;
}
.navbar-b.navbar-reduce .show > .nav-link,
.navbar-b.navbar-reduce .active > .nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
	color: #555;
}
.navbar-b.navbar-reduce .navbar-brand {
	color: #333;
}
.navbar-b.navbar-reduce .navbar-toggler span {
	background-color: #1B1B1B;
}
.navbar-b .navbar-brand {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
}
.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	visibility: visible !important;
}
.navbar-b .dropdown-menu {
	margin: 1.12rem 0 0;
	border-radius: 0;
}
.navbar-b .dropdown-menu .dropdown-item {
	padding: .7rem 1.7rem;
	transition: all 500ms ease;
}
.navbar-b .dropdown-menu .dropdown-item:hover {
	background-color: #6332f0;
	color: #fff;
	transition: all 500ms ease;
}
.navbar-b .dropdown-menu .dropdown-item.active {
	background-color: #6332f0;
}
.navbar-toggler {
	position: relative;
}
.navbar-toggler:focus,
.navbar-toggler:active {
	outline: 0;
}
.navbar-toggler span {
	display: block;
	background-color: #fff;
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 0;
	opacity: 1;
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
	transition: -webkit-transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 0.9;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.9;
}
.navbar-b .black-logo {
	display: none;
}
.navbar-b.navbar-reduce .navbar-brand .white-logo {
	display: none;
}
.navbar-b.navbar-reduce .navbar-brand .black-logo {
	display: block;
}

/**************************************
 * 04.Home Section Style
 *************************************/
.home-area {
	height: 100vh;
	position: relative;
	color: #fff;
	text-align: center;
	background: url(../img/home-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
	padding-top: 130px;
	padding-bottom: 40px;
}
.home-area::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .5;
	background: #0c0938;
}

.hero-equal-height {
	position: relative;
	min-height: 660px;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.home-area .home-content {
	text-align: left;
	padding-top: 120px;
}
.home-area .home-content h1 {
	font-size: 45px;
	color: #ffffff;
	margin-bottom: 10px;
	font-weight: 800;
	line-height: 1.5;
}
.home-area .home-content p {
	font-size: 14px;
	color: #ffffff;
}

.home-content .popup-video.home-btn-2 {
    color: #fff;
    vertical-align: middle;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    font-weight: 600;
    margin-top: 25px;
    display: inline-block;
}

.home-content .popup-video img {
    width: 40px;
    display: inline-block;
    margin-right: 10px;
}

.home-content .popup-video.home-btn-2 span {
    vertical-align: middle;
}

.home-content-image {
    padding-top: 50px;
}

.home-area .home-btn-1 {
	background: #ff9b08;
	margin-right: 15px;
}
.home-area .home-btn-1:before {
    background: #6332f0;
}
.home-area .home-btn-1:hover:before {
    background: #6332f0;
}
.home-area .home-btn-1:hover:before,
.home-area .home-btn-1:focus:before,
.home-area .home-btn-1:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/**************************************
 * 05.About Section Style
 *************************************/
.about-area {
	position: relative;
	z-index: 1;
}

.about-content h2 {
	font-size: 33px;
	font-weight: 700;
	margin-bottom: 15px;
}

.about-content-text p {
	margin-bottom: 15px;
}
.about-content-text .button {
	margin-top: 10px;
}

.about-list {
	margin-bottom: 20px;
}

.about-list li {
	position: relative;
	line-height: 45px;
}

.about-list li i {
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgb(255, 255, 255, 0.15);
    border-radius: 50%;
    margin-right: 5px;
}

.about-image {
	position: relative;
	text-align: center;
}
.about-image img {
	border-radius: 3px;
}

/**************************************
 * 06.Services Section Style
 *************************************/
.services-area .section-title {
	margin-bottom: 45px;
}

.single-services-item {
	position: relative;
	z-index: 1;
	display: block;
	padding: 50px 30px;
	text-align: center;
	border-radius: 3px;
    background-color: rgb(70, 58, 255, 0.12);
	margin-top: 35px;
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.services-images {
	margin-bottom: 20px;
}

.services-images img {
    width: 75px;
}

.single-services-item h3 {
	font-size: 18px;
    font-weight: 700;
	margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.single-services-item h3 a {
	display: inline-block;
}

.single-services-item p {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

/**************************************
 * 07.Token Section Style
 *************************************/
.token-content h2 {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 15px;
}

.token-content p {
    margin-bottom: 15px;
}

.token-content .token-list li {
    line-height: 45px;
	font-weight: 500;
}
.token-content .token-list li span {
    width: 25px;
    height: 25px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: -8px;
}
.token-content .token-list li .color-1 {
    background: #0fa5fd;
}
.token-content .token-list li .color-2 {
    background: #865bf3;
}
.token-content .token-list li .color-3 {
    background: #e65356;
}
.token-content .token-list li .color-4 {
    background: #e6c253;
}
.token-content .token-list li .color-5 {
    background: #00f9a7;
}
.token-image {
	text-align: center;
}

/**************************************
 * 08.Roadmap Section Style
 *************************************/
.roadmap-wrapper {
	overflow: hidden;
}

.h-border {
	width: 100%; 
	height: 4px; 
	background: #6332f0;
	margin-top: 181px;
}

.roadmap-single-box {
	text-align: center;
	position: relative;
	margin-top: -12px;
}

.small-round {
	background: #6332f0;
	border: 3px solid #fff;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
	height: 20px;
	width: 20px;
	position: relative;
	left: 50%;
	margin-left: -10px;
	z-index: 1;
}

.date-title {
	position: absolute;
	bottom: 100%;
	width: 100%;
	color: #fff;
	font-size: 15px;
	padding: 12px 0;
	font-weight: 600;
}

.roadmap-slider .main-box .roadmap-chart {
	overflow: hidden;
}

.v-row {
	background: #6332f0;
	height: 50px;
	width: 4px;
	position: relative;
	left: 50%;
	margin-left: -2px;
	overflow: hidden;
}
.roadmap-slider .owl-item .main-box .roadmap-detail-box p {
	margin-bottom: 0px;
}

.roadmap-slider .owl-item .main-box .roadmap-detail-box h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.roadmap-slider .owl-item:nth-child(2n+0) .main-box .roadmap-detail-box {
	position: absolute;
	bottom: 100%;
	margin-top: 0;
}

.roadmap-slider .owl-item:nth-child(2n+0) .main-box .roadmap-detail-box p {
	margin-bottom: 10px;
}

.roadmap-slider .owl-item:nth-child(2n+0) .main-box .roadmap-single-box {
	padding-top: 50px;
	margin-top: -62px;
}

.roadmap-slider .owl-item:nth-child(2n+0) .main-box .date-title {
	top: 100%;
}

.roadmap-slider .owl-item:nth-child(2n+0) .main-box .roadmap-chart {
	transform: rotate(180deg);
	margin-top: -50px;
	display: inline-block;
}

.roadmap-slider .owl-item:nth-child(2n+0) .main-box .v-row {
	margin-left: -1px;
}
.roadmap-slider .owl-item {
	float: left;
}
.roadmap-slider .item {
    text-align: center;
}
.roadmap-slider .owl-nav {
    display: none;
}
.roadmap-slider .item {
	padding: 0 15px;
}

/**************************************
 * 09.Counter Section Style
 *************************************/
.counter-area {
	position: relative;
    text-align: center;
}

.counter-contents h2 {
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 5px;
	word-spacing: -10px;
}
.counter-contents h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

/**************************************
 * 10.Team Section Style
 *************************************/
.team-area {
}

.team-area .section-title {
	margin-bottom: 45px;
}
.single-team-box {
	margin-top: 30px;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.team-image {
	position: relative;
	z-index: 1;
	border-radius: 3px;
	overflow: hidden;
}

.team-image::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background: #000;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.single-team-box:hover .team-image::before {
    opacity: .8;
    visibility: visible;
}

.single-team-box .team-image img {
	width: 100%;
	height: auto;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.single-team-box:hover .team-image img {
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.team-social-icon {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 100%;
	text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.team-social-icon a {
    padding: 15px;
    color: #fff;
	font-size: 18px;
	display: inline-block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	will-change: transform;
}
.single-team-box:hover .team-social-icon a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.team-info {
	padding: 20px 15px 0px;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.team-info h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
}
.team-info span {
	color: #ff9b08;
	font-size: 15px;
	font-weight: 500;
	display: block;
}

/**************************************
 * 11.Testimonial Section Style
 *************************************/
.testimonial-area {
	position: relative;
	z-index: 1;
}

.testimonial-area .owl-stage-outer {
  margin: 0 -8px;
  padding-left: 8px;
  padding-top: .35rem;
}
.testimonial-content-inner .testimonial-text {
	position: relative;
    padding: 30px 25px;
    text-align: center;
    border-radius: 3px;
    background: transparent;
}

.testimonial-content-inner .testimonial-text p {
	font-size: 16px;
}

.testimonial-content-inner .testimonial-text .rating-box {
	margin-bottom: 15px;
}
.rating-box ul li {
	display: inline-block;
	margin-right: 3px;
}

.rating-box ul li i {
	color: #ffce39;
	font-size: 18px;
}
.testimonial-content-inner .author-info-box {
    text-align: center;
	margin-bottom: 15px;
}
.testimonial-content-inner .author-info-box .author-img img {
    width: 75px;
    margin: 0 auto;
    border-radius: 50%;
}
.testimonial-content-inner .author-info-box .author-img {
	margin-bottom: 18px;
}
.testimonial-content-inner .author-info-box h3 {
	font-size: 18px;
    font-weight: 700;
}

.testimonial-content-inner .author-info-box span {
	font-size: 14px;
    font-weight: 500;
}

/**************************************
 * 12.Faq Section Style
 *************************************/
.faq-area {
}

.faq-accordion .accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
}

.faq-accordion .accordion .accordion-item {
	display: block;
    border-radius: 3px;
	margin-bottom: 20px;
    overflow: hidden;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item .accordion-title {
    padding: 20px;
    color: #fff;
    position: relative;
    background: rgb(70, 58, 255, 0.12);
    font-size: 18px;
    font-weight: 700;
    display: block;
    border: none;
    padding-right: 50px;
}

.faq-accordion .accordion .accordion-item .accordion-title i {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 14px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.faq-accordion .accordion .accordion-item .accordion-title.active i::before {
  content: "\f068";
}

.faq-accordion .accordion .accordion-item .accordion-content {
  display: none;
  font-size: 14px;
  background-color: #080529;
  margin-bottom: 0;
  padding: 20px 15px;
}

.faq-accordion .accordion .accordion-item .accordion-content.show {
  display: block;
}

/**************************************
 * 13.Download Section Style
 *************************************/
.download-content h5 {
    color: #ff9b08;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.download-content h2 {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 20px;
}

.download-content .download-btn {
	margin-top: 25px;
}
.download-content .download-btn .app-link-btn-1 {
	display: inline-block;
	margin-right: 10px;
}

.download-content .download-btn a:hover {
	opacity: .8;
}
.download-image {
    text-align: center;
}

/**************************************
 * 14. Blog Section Style
 *************************************/
.blog-area {
}
.blog-area .section-title {
	text-align: center;
    margin-bottom: 45px;
}

.blog-area .single-blog {
	margin-top: 35px;
	overflow: hidden;
}

.blog-area .post-img {
	border-radius: 3px;
	position: relative;
	overflow: hidden;
}

.blog-area .single-blog img {
	border-radius: 3px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.blog-area .single-blog:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.blog-area .single-blog .blog-content {
	padding-top: 25px;
	text-align: left;
}

.blog-content .blog-date {
	margin-bottom: 15px;
}

.blog-content .blog-date .blog-list li {
	display: inline-block;
}

.blog-content .blog-date .blog-list li h6 {
	font-size: 13px;
	color: #ddd;
	font-weight: 600;
	display: inline-block;
}

.blog-content .blog-date .blog-list li .blog-inline-sep {
	padding: 0 5px;
	font-size: 12px;
	color: #ddd;
}

.blog-content .blog-date .blog-list li a {
	font-size: 13px;
	color: #ddd;
	font-weight: 600;
	display: inline-block;
}

.blog-content .blog-date .blog-list li a:hover {
	color: #ff9b08;
}

.blog-area .single-blog .blog-content h3 a {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 10px;
	display: block;
}

.blog-area .single-blog .blog-content h3 a:hover {
	color: #ff9b08;
}

/**************************************
 * 15. Contact Section Style
 *************************************/
.contact-info {
	padding-right: 20px;
	margin-top: 20px;
}
.contact-info ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}
.contact-info ul li {
	color: #444;
	margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dedede;
}
.contact-info ul li:last-child {
    border-bottom: 0px solid #dedede;
}
.contact-info ul li h6 {
	display: block;
	margin-bottom: 3px;
	color: #333333;
	font-size: 18px;
	font-weight: 700;
}
.contact-info ul li p {
	color: #444;
	font-weight: 500;
}
.contact-info ul li a {
	color: #444;
	display: block;
	font-weight: 500;
	text-decoration: underline !important;
}
.contact-area .form input,
.contact-area .form textarea {
	color: #fff;
	width: 100%;
	padding: 12px 20px;
	height: 55px;
	background-color: transparent;
	font-weight: 600;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.contact-area .form textarea {
	max-height: 320px;
	height: auto;
}
#contact-form .button {
	margin: 0;
}
.form-group {
	margin-bottom: 25px;
}
button,
input,
textarea {
	color: #505050;
}
button,
input,
textarea:focus {
	border: none;
	outline: none;
}
::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ddd;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #ddd;
}
:-ms-input-placeholder {
	/* IE 10+ */
	color: #ddd;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #ddd;
}

.contact-area .form-message.success {
	background: #03b103;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}
.contact-area .form-message.error {
	background: #ff4d15;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}

/**************************************
 * 16.Footer Section Style
 *************************************/
.footer-top-wrapper {
	background-color: #080625
}
.footer-bottom-wrapper {
	padding: 30px 0;
	background-color: #0c0938;
}
.footer-about .footer-logo {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
	display: block;
}
.footer-about p {
	color: #fff;
}
.pl-30 {
	padding-left: 30px;
}
.pr-50 {
	padding-right: 50px;
}
.footer-list h5 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 18px;
}
.footer-list ul li a {
	display: inline-block;
	color: #dadada;
	padding: 7px 0;
	font-weight: 600;
}
.footer-list ul li a:hover {
	color: #6332f0;
}
.footer-social-icon {
	margin-top: 20px;
}
.footer-social-icon li {
	display: inline-block;
	margin-right: 10px;
}
.footer-social-icon li a {
	color: #fff;
	background: #6332f0;
	border-radius: 30px;
	width: 40px;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-social-icon li a:hover {
	color: #6332f0;
	background: #fff;
}
.footer-list.newsletter-box {
    margin-left: 20px;
}
.footer-list .input-box {
	padding-top: 10px;
}
.footer-list .input-box input {
	width: 100%;
	line-height: 45px;
	background: #fff;
	border-radius: 30px;
	color: #333;
	font-size: 13px;
	font-weight: 600;
	border: 0;
	padding-left: 25px;
	margin-bottom: 10px;
}
.footer-list .input-box input::-webkit-input-placeholder {
	/* Edge */
	color: #333;
}
.footer-list .input-box input:-ms-input-placeholder {
	/* Internet Explorer */
	color: #333;
}
.footer-list .input-box input::placeholder {
	color: #333;
}
.footer-list .input-box button {
	width: 100%;
	border: 0;
	margin-top: 5px;
	background: #6332f0;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 47px;
	border-radius: 30px;
}
.footer-list .input-box button i {
	font-size: 14px;
	padding-left: 5px;
}
.footer-copyright-text p {
	color: #fff;
}