
input[type="text"], textarea, input[type="submit"] {
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	outline:none;
	border-radius:0px;
	outline:0;
}

button {
	outline:0;
}

::-webkit-input-placeholder {}


.flush {
	padding:0px;
}

.flush-left {
	padding-left:0px;
}

.flush-right {
	padding-right:0px;
}

ul {
	margin:0px;
	padding:0px;
}

section {
	float:left;
	width:100%;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.tableRow {
	display:table;
	width:100%;
	height:100%;
	vertical-align:middle;
}

.tableCell {
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Avenir Black';
}

p,label {
	font-family: 'Avenir Light';
	color:#707070;
	font-size:20px;
	line-height:32px;
}

p.normal-size {
	color:#707070;
	font-size:18px;
	line-height:28px;
}

body {
	color:#000;
}

.btn-success,.btn-info,.btn-primary {
	display:inline-block;
}

h2 {
	font-size:56px;
	color:#232323;
}

h4 {
	color:#232323;
	font-size:24px;
	line-height:27px;
}

@font-face {
    font-family: 'fontawesome-webfont';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype'),
         url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirMedium';
    src: url('../fonts/AvenirMedium.eot');
    src: url('../fonts/AvenirMedium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/AvenirMedium.woff2') format('woff2'),
         url('../fonts/AvenirMedium.woff') format('woff'),
         url('../fonts/AvenirMedium.ttf') format('truetype'),
         url('../fonts/AvenirMedium.svg#AvenirMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirRoman';
    src: url('../fonts/AvenirRoman.eot');
    src: url('../fonts/AvenirRoman.eot?#iefix') format('embedded-opentype'),
         url('../fonts/AvenirRoman.woff2') format('woff2'),
         url('../fonts/AvenirRoman.woff') format('woff'),
         url('../fonts/AvenirRoman.ttf') format('truetype'),
         url('../fonts/AvenirRoman.svg#AvenirRoman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Black';
    src: url('../fonts/Avenir Black.eot');
    src: url('../fonts/Avenir Black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Avenir Black.woff2') format('woff2'),
         url('../fonts/Avenir Black.woff') format('woff'),
         url('../fonts/Avenir Black.ttf') format('truetype'),
         url('../fonts/Avenir Black.svg#Avenir Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Light';
    src: url('../fonts/Avenir Light.eot');
    src: url('../fonts/Avenir Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Avenir Light.woff2') format('woff2'),
         url('../fonts/Avenir Light.woff') format('woff'),
         url('../fonts/Avenir Light.ttf') format('truetype'),
         url('../fonts/Avenir Light.svg#Avenir Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

.btn-default {
	display:inline-block;
	padding:0px 40px;
	line-height:48px;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	font-family: 'AvenirMedium';
	text-decoration:none !important;
	border-radius:40px;
	transition: 0.3s;
}

.btn-default.btn-1 {
	background:url(../img/btn-1.png) repeat-y 50% 50%;
	background-size:cover;
	margin-right:10px;
	border:1px solid #a47aff !important;
}

.btn-default.btn-2 {
	background:transparent;
	border:1px solid #232323;
	color:#232323;
}

.btn-default:hover {
	background:url(../img/btn-1-hover.png) 50% 50% repeat-y !important;
	background-size: cover !important;
	color:#fff !important;
	border:1px solid #bf89ff !important;
}

/* Header Style */

.header {
	padding:30px 0px;
	background:none;
}

.navbar-expand-lg .navbar-nav .nav-link.btn-default {
	border:1px solid #fff;
	border-radius:40px;
	text-transform:uppercase;
	padding: 0px 40px;
	line-height: 48px;
	font-size: 18px;
	color:#fff;
}

.navbar-nav .nav-item {
	padding:0px 5px;
}

.navbar-nav .nav-item img {
	margin-top:7px;
}

.header p a {
	margin-left:10px;
	margin-top:12px;
	font-family: 'AvenirMedium';
	text-decoration:none;
	color:#fff;
}


/* Banner Style */
.banner {
	background:url(../img/bg-1.jpg) 50% 50% no-repeat;
	margin-top:-158px;
	padding-top:180px;
	padding-bottom:70px;
	background-size:100% 100%;
}

.banner h2 {
	font-size:57px;
	color:#12252e;
}

.banner h2 span {
	color:#8268ff;
}

.banner h2.light {
	font-family: 'Avenir Light';
}

.banner p {
	font-size:24px;
	color:#232323;
	line-height:34px;
	margin-bottom:30px;
}

.banner .btn-default {
	line-height:64px;
}

.full-width {
	width:100%;
}

/* mission Style */
.mission {
	background:#f8f6fa;
	background-size:cover;
	padding:160px 0px 80px 0px;
}

.mission h2 {
	margin-bottom:20px;
	margin-top:20px;
}

.mission h4 {
	margin-top:30px;
	margin-bottom:15px;
}

.mission img.max-width {
	max-width:90%;
}

.mission-sub {
	background:#fff;
	padding:90px 0px 100px 0px;
	position:relative;
}

.mission-sub h2 {
	margin-bottom:20px;
	margin-top:20px;
}

.mission-sub h4 {
	margin-top:30px;
	margin-bottom:15px;
}


.img-left {
	position:absolute;
	left:0px;
	top:-73%;
}

.img-right {
	position:absolute;
	right:0px;
	top:-73%;
}

/* features Style */
.features {
	padding-top:100px;
	padding-bottom:210px;
	position:relative;
}

.features h2 {
	margin-bottom:20px;
	margin-top:20px;
}

.features h5 {
	margin:15px 0px;
	margin-top:25px;
}

.features .tb {
	padding-top:18px;
	padding-bottom:18px;
}


.features .btn-default.btn-1 {
	line-height:62px;
}

h5 {
	font-size:18px;
	color:#0e0e0e;
}

.features .tb p {
	padding:0px 35px;
}

.img-left-features {
	position:absolute;
	left:0px;
	bottom:3%;
}

.img-right-features {
	position:absolute;
	right:0px;
	top:3%;
}

.pricing {
	background:url(../img/bg-3.jpg) 50% 50% no-repeat;
	background-size:cover;
	padding:100px 0px;
	padding-bottom:170px;
	position:relative;
}

.pricing .center-img {
	position:absolute;
	left:50%;
	bottom:-20%;
	margin-left:-600px;
	z-index: 9999;
}

.pricing .white-bg {
	background:#fff;
	float:left;
	border-radius:3px;
	width:100%;
	box-shadow:0px 0px 5px 2px #efedf0;
	padding-top:30px;
	position:relative;
	z-index:99999;
}

.pricing .white-bg:before {
	content:'';
	position:absolute;
	top:0px;
	background:url(../img/after.jpg) 50% 50% no-repeat;
	height:8px;
	width:100%;
	left:0px;
}

.pricing .tb-m {
	margin-top:60px;
}

.pricing h2 {
	margin-bottom:20px;
	margin-top:20px;
}

.pricing h6 {
	color:#190f51;
	font-size:17px;
	line-height:55px;
	letter-spacing:5px;
	text-transform:uppercase;
}

.pricing h3 {
	font-size:65px;
	color:#191919;
	margin-top:50px;
	font-family: 'Avenir Light';
	margin-bottom:0px;
}

.pricing p {
	color:#191919;
	font-size:17px;
	line-height:26px;
	margin:0px;
}

.pricing h3 sup,.pricing h3 sub {
	font-size:24px;
	color:#191919;
	font-family: 'Avenir Light';
}

.pricing ul {
	display:inline-block;
	padding:0px;
	margin:0px;
	padding-top:20px;
}

.pricing ul li {
	list-style:none;
	float:left;
	color:#191919;
	font-size:17px;
	width:100%;
	padding:9px 0px;
}

.pricing ul li img {
	margin-right:5px;
}

.pricing .btn-default {
	background: url(../img/btn-1.png) repeat-y 50% 50%;
	background-size: contain;
	text-transform:capitalize;
	margin:40px 0px;
}

.blue-bg {
	background:#a77cff !important;
	box-shadow:none !important; 
}

.blue-bg h6,.blue-bg ul li,.blue-bg h3,.blue-bg p,.blue-bg h3 sub,.blue-bg h3 sup {
	color:#fff;
}

.blue-bg .btn-default {
	background:#fff;
	color:#a77cff;
}

.team {
	background:#fff;
	position:relative;
	z-index:999;
	padding-top:120px;
}

.team h4 {
	font-family: 'AvenirMedium';
	margin-top:25px;
}

.team h2 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.team label {
	font-size:18px;
}

.team p a {
	color:#ffdd6b;
	display:inline-block;
	padding:5px 5px;
}

.team .tb {
	position:relative;
	z-index:9999999;
}

.tb {
	padding-top:18px;
	padding-bottom:18px;
}

.team-left {
	position:absolute;
	top:10%;
	left:0px;
}

.team-center {
	position:absolute;
	top:30%;
	left:50%;
	margin-left:-800px;
}

.team-center img {
	width:100%;
}

.team-member {
	float:left;
	width:100%;
	background:url(../img/team-center-2.png) bottom center no-repeat;
	padding-bottom:140px;
}

.team-member .white-bg {
	background:#fff;
	display:inline-block;
	width:100%;
	box-shadow:0px 0px 3px 3px #f3f3f1;
	padding:20px 0px;
	margin-top:120px;
}

.team-member ul li {
	list-style:none;
	float:left;
}

.team-member ul li h3 {
	font-family: 'Avenir Light';
	font-size:32px;
	margin:5px 0px;
	margin-top:10px;
}

.team-member ul li label {
	margin-bottom:0px;
	line-height:24px;
}

.roadmap {
	background:url(../img/bg-4.jpg) 50% 50% no-repeat;
	background-size:cover;
	padding:50px 0px;
	position:relative;
}

.roadmap .roadmap-one {
	position:absolute;
	top:245px;
	left:0px;
}

.roadmap .roadmap-two {
	position:absolute;
	bottom:45px;
	left:0px;
}

.roadmap .roadmap-one img {
	width:100%;
}

.roadmap h2 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.roadmap .white-bg {
	background:#fff;
	box-shadow:0px 0px 3px 3px #f3f3f1;
	padding:20px;
	border-radius:5px;
	position:relative;
}

.roadmap .white-bg.after-rf:before {
	height:23px;
	width:23px;
	background:url(../img/circle-small.png) 50% 50% no-repeat;
	content:'';
	position:absolute;
	top:50%;
	right: -22.5%;
	margin-top:-11px;
}

.roadmap .white-bg.after-rf:after {
	content:'';
	position:absolute;
	top:50%;
	right:-18%;
	height:1px;
	background:#190f51;
	width:18%;
}

.roadmap .white-bg.after-rt:before {
	height:45px;
	width:45px;
	background:url(../img/circle.png) 50% 50% no-repeat;
	content:'';
	position:absolute;
	top:50%;
	left: -24.5%;
	margin-top: -22px;
}

.roadmap .white-bg.after-rt:after {
	content:'';
	position:absolute;
	top:50%;
	left:-18%;
	height:1px;
	background:#190f51;
	width:18%;
}

.roadmap .white-bg.after-rth:before {
	height:23px;
	width:23px;
	background:url(../img/circle-small.png) 50% 50% no-repeat;
	content:'';
	position:absolute;
	top:50%;
	right: -22.6%;
	margin-top:-11px;
}

.roadmap .white-bg.after-rth:after {
	content:'';
	position:absolute;
	top:50%;
	right:-18%;
	height:1px;
	background:#190f51;
	width:18%;
}


.roadmap .white-bg p {
	margin-bottom:0px;
	font-size:17px;
}

.roadmap h5 {
	font-size:21px;
	font-family: 'AvenirMedium';
	margin-bottom:20px;
}

.roadmap label {
	color:#0e0e0e;
	font-size:17px;
	margin-bottom:0px;
}

.roadmap h3 {
	color:#0e0e0e;
	font-size:38px;
	margin:0px;
}

.road-div {
	float:left;
	width:100%;
	padding:20px 30px;
	position:relative;
	z-index:99999;
}


.road-div:before {
    content: '';
    position: absolute;
    background: #190f51;
    width: 4px;
    height: 55%;
    left: 50%;
    top: 50%;
    margin-left: -2px;
    margin-top: -28%;
}

.roadmap .btn-default {
    background: url(../img/btn-1.png) repeat-y 50% 50%;
    background-size: contain;
    text-transform: capitalize;
    margin: 40px 0px;
}

.faq {
	background:#ffffff;
	padding-top:120px;
	padding-bottom:50px;
}

.card-header {
	padding:0px;
	border:none !important;
}

.card {
	border:none !important;
	margin:25px 0px;
}

.faq .btn-link {
	display:inline-block;
	width:100%;
	color:#fff;
	font-family: 'Avenir Black';
	background:url(../img/btn-4.png) repeat-y 50% 50%;
	background-size:contain;
	font-size:26px;
	padding:20px 35px;
	text-align:left;
	border-radius:5px;
	text-decoration:none;
}

.faq .btn-link:after {
	background:url(../img/minus.png) right center no-repeat;
	height:22px;
	width:22px;
	content:'';
	position:absolute;
	right: 25px;
	top: 26px;
}

.faq .btn-link.collapsed {
	background:#fff;
	color:#0e0e0e;
	box-shadow: 0px 2px 9px 3px #edeff1;
}

.faq .btn-link.collapsed:after {
	background:url(../img/plus.png) right center no-repeat;
	height:22px;
	width:22px;
	content:'';
	position:absolute;
	right: 25px;
	top: 26px;
}

.faq .card-body {
	color:#999191;
	font-size:21px;
	line-height:34px;
    padding: 15px 35px;
}

.faq ul li {
	list-style:none;
	display:inline-block;
	padding:30px 34px;
}

.faq ul li:first-child {
	padding-left:0px;
}

.faq ul li:last-child {
	padding-right:0px;
}

.foooter {
	background:#fff url(../img/footer-bg.png) bottom center no-repeat;
	padding-bottom:190px;
	padding-top:40px;
}

.foooter ul {
	padding:10px 0px;
}

.foooter ul li {
	list-style:none;
	display:inline-block;
	padding:15px 15px;
}

.foooter ul li a {
	list-style:none;
	display:inline-block;
	color:#0e0e0e;
	font-size:17px;
	text-decoration:none;
	line-height:28px;
	text-transform:uppercase;
}

.foooter ul.social {
	padding:0px;
	margin:10px 0px;
}

.foooter ul.social li {
	padding:0px;
	background:#c5c5c5;
	width: 47px;
	height: 47px;
	line-height: 47px;
	border-radius: 100%;
}

.foooter ul.social li i {
	background:transparent;
	display: inline-block;
	color:#000;
	font-size:20px;
	line-height: 47px;
}

.foooter p {
	color:#0e0e0e;
	font-size:18px;
	margin-bottom:0px;
	margin-top:15px;
}

.foooter p a {
	text-decoration:none;
	color:#0e0e0e;
	font-size:18px;
}

.visible-xs {
	display:none;
}
	