    /*  START COMMON CSS */


/* START LIST  */

.listCustom {
	margin: 0 0 10px;
}

.listCustom li {
	list-style: none;
	margin: 0 0 10px 0;
	position: relative;
	font-size: 14px;
	line-height: 19px;
}

.listCustom>li::before {
	color: #fccb00;
	content: "\f00c";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 14px;
	left: -38px;
	position: absolute;
	top: 0;
}

.listCustom>li:hover::before {
	font-size: 18px;
}


/* START LIST  */


/*  START BUTTON */

.btnTheme {
	background: linear-gradient(90deg, #e42414, #fccb00);
	border: none;
	border-radius: 35px;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	padding: 8px 25px;
	outline: none;
	text-decoration: none;
	transition: all 0.5s;
}

.btnTheme:hover, .btnTheme:focus {
	background: linear-gradient(90deg, #fccb00, #e42414);
	color: #fff;
	border: none;
}


/*  END BUTTON */

.headingOther {
	margin: 0 0 30px;
	display: inline-block;
	width: 100%;
}

.headingOther h2 {
	color: #333333;
	font-size: 30px;
	line-height: 37px;
	margin: 0 0 10px;
	text-align: center;
	text-transform: capitalize;
}

.headingOther h2 span {
	color: #e42414;
}

.headingOther p {
	color: #333;
	font-size: 20px;
	line-height: 25px;
	margin: 0 0 10px;
	text-align: center;
}

p.specialPara {
	color: #e42414;
	font-size: 18px;
	line-height: 23px;
	margin: 0 0 10px;
}

.textWhite {
	color: #fff !important;
}

.textCenter {
	text-align: center !important;
}

h2 {
	color: #333;
	font-size: 30px;
	font-family: montserratbold;
	line-height: 35px;
}

h3 {
	font-size: 26px;
	line-height: 31px;
}

h4 {
	font-size: 18px;
	line-height: 23px;
}

p {
	font-size: 14px;
	line-height: 19px;
	color: #333;
}

body {
	background: #fff;
	color: #333;
	font-family: montserratregular;
	font-size: 15px;
	margin: 0;
	padding: 0;
	top: 0 !important;
}

.skiptranslate.goog-te-banner-frame {
    display: none;
}

/*  END COMMON CSS */


/* START headerTop */

.headerTop {
	background: #fff;
}

.languageCustom {
	margin: 5px 0 0;
	width: 100%;
	display: inline-block;
}

.languageCustom span {
	display: none;
}

.goog-te-gadget {
	font-size: 0 !important;
	float: right;
	margin: 0 26px 0 0;
}

select.goog-te-combo {
	background-color: #f5f5f5;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0;
	box-shadow: none;
	color: #000;
	font-size: 14px;
	height: 34px;
	padding: 5px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("../images/bottomArrow.png") !important;
	background-position: 96% center;
	background-repeat: no-repeat;
}

select.goog-te-combo:-ms-expand {
	display: none;
}


/* END headerTop */


/* START HEADER  */

.livecoinwatch-widget-5 {
	background: #f2f2f2 !important;
	border: none !important;
	margin: 0 !important;
}

header {
	margin: 0;
	min-height: 80px;
	padding: 0;
	width: 100%;
	background: #fff;
	position: relative;
}

.navbar-default {
	background-color: transparent;
	border: none;
}

.navbar {
	border-radius: 0;
	margin-bottom: 0;
	min-height: 45px;
}

.navbar-brand {
	height: auto;
	margin: 0;
	padding: 0 35px 15px 0;
}

.navbar-brand>img {
	width: 150px;
}

.navbar-nav {
	margin: 15px 0 0;
}

.navbar-nav li {
	padding: 6px 12px;
}

.navbar-nav li a {
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	font-family: 'montserratmedium';
	text-decoration: none;
	text-transform: capitalize;
}

.navbar-default .navbar-nav>li>a {
	color: #000;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background-color: transparent;
	color: #e42414;
}

.nav>li>a:focus, .nav>li>a:hover {
	color: #e42414;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	background-color: transparent;
	color: #e42414;
}

.nav.navbar-nav.navbar-right li {
	padding: 0 3px;
}

.nav.navbar-nav.navbar-right li a {
	background: linear-gradient(90deg, #e42414, #fccb00);
	border: 1px solid #fff;
	color: #fff;
	padding: 8px 20px;
	border-radius: 35px;
	text-align: center;
}

.nav.navbar-nav.navbar-right li a:hover {
	background: transparent;
	border: 1px solid #e42414;
	color: #e42414;
}

.nav.navbar-nav.navbar-right li a i {
	margin: 0 5px 0 0;
}


/* END HEADER  */


/* START Banner  */

.banner {
	background: rgba(0, 0, 0, 0) url("../images/bannerBG.png") no-repeat;
	height: auto;
	position: relative;
	width: 100%;
	background-position: center bottom;
	background-size: 100% 100%;
	overflow: hidden;
}

.bannerAreaInner {
	padding: 190px 0 170px;
	text-align: center;
}

.bannerAreaInner h1 {
	color: #fff;
	font-size: 50px;
	line-height: 60px;
	margin: 0 0 40px;
	text-transform: capitalize;
}

.bannerAreaInner h1 span {
	color: #fccb00;
}

.bannerBtn .btnTheme {
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 12px 45px;
	text-transform: capitalize;
}


/*  END HEADER  */


/* START marqueeMain  */

.marqueeMain {
	background: #007b40;
	padding: 10px;
}

.marqueeMain marquee {
	color: #fff;
	margin: 0;
}

.marqueeMain ul {
	padding: 0;
	margin: 0;
}

.marqueeMain ul li {
	list-style-type: none;
	margin: 0 30px 0 0;
	font-size: 18px;
	display: inline-block;
}

.marqueeMain ul li img {
	margin: 0 10px 0 0;
	width: 24px;
}


/* END marqueeMain  */


/*  START tradesMain  */

.tradesMain {
	padding: 70px 0 40px;
	background: linear-gradient(90deg, #212121, #e42414);
	overflow: hidden;
	position: relative;
}

.tradesMain .leftEffect {
	left: 0;
	height: 90%;
	max-height: 675px;
	max-width: 582px;
	position: absolute;
	top: 50%;
	width: 90%;
	transform: translate(0, -50%);
}

.tradesInner {
    margin: 0 0 15px;
    position: relative;
    background: #212121;
    width: 100%;
    display: inline-block;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    min-height: 156px;
}

.tradesInner h4 {
	color: #f0770a;
	font-size: 16px;
	text-transform: capitalize;
	margin: 0 0 10px;
}

.tradesInner p {
	color: #c7c7c7;
	font-size: 15px;
	margin: 0 0 10px;
}

.tradesInner h5 {
	color: #fccb00;
	font-size: 30px;
	line-height: 35px;
	margin: 0 0 0;
}

.tradesInnerProfit {
	background: #fff;
}

.tradesInnerProfit p {
	color: #555;
	font-size: 30px;
	line-height: 35px;
	margin: 0 0 10px;
}

.tradesRight {
	margin: 0 0 30px;
	position: relative;
}

.tradesRight img {
	margin: 0;
	border: 6px solid #fffefe73;
	border-radius: 10px;
	min-height: 330px;
}

.tradesInnerRight {
    padding: 30px 30px 30px;
}

.tradesInnerRight p {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 30px;
}


/*  END tradesMain  */


/* START depositsMain*/

.depositsMain {
	background: #212121;
	padding: 70px 0 50px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.depositsMain .rightEffect {
	right: 0;
	height: 90%;
	max-height: 575px;
	max-width: 442px;
	position: absolute;
	top: 50%;
	width: 90%;
	transform: translate(0, -50%);
}

.depositsInner {
	display: inline-block;
	margin: 0 0 30px;
	position: relative;
	padding: 30px 20px;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: linear-gradient(115deg, #e42414 0%, #fccb00 40%, #e73512 100%);
	background-size: 400%;
	background-position: 0px;
	transition: All .5s ease;
	-webkit-transition: All .5s ease;
	border-radius: 4px;
}

.depositsInner:hover {
	background-size: 100%;
}

.depositsInner h4 {
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	line-height: 23px;
	margin: 0 0 10px;
	text-align: center;
	text-transform: uppercase;
}

.depositsInner p {
	color: #373737;
	font-size: 24px;
	margin: 0 0 5px;
	text-align: center;
}


/* END depositsMain  */


/* START referralsMain*/

.referralMain {
	background: #212121 url(../images/map.png) no-repeat;
	background-siZe: cover;
	background-position: center right;
	overflow: hidden;
	position: relative;
	padding: 70px 0 100px;
	color: #fff;
	width: 100%;
	background-position: center top;
}

.referralMain .headingOther a {
    color: #fbc500;
	text-decoration: underline;
	font-family: 'montserratmedium';
}

.referralsInner {
	margin: 0 0 30px;
	width: 100%;
	display: inline-block;
}

.referralsInner ul {
	display: inline-block;
	padding: 0;
}

.referralsInner ul li {
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #ffc803;
	background: #e42414;
	display: inline-block;
	list-style-type: none;
	margin: 0 10px 10px 0;
	width: 100px;
	height: 100px;
	padding: 10px;
	text-align: center;
	position: relative;
	border-radius: 6px;
}

.referralsInner ul li:before {
	background: #e42414;
	content: "";
	position: absolute;
	left: 50%;
	bottom: -70px;
	width: 1px;
	height: 70px;
	transform: translate(-50%, 0);
}

.referralsInner ul li:after {
	background: #fff;
	border: 3px solid #e42414;
	border-radius: 50%;
	content: "";
	position: absolute;
	left: 50%;
	bottom: -70px;
	width: 15px;
	height: 15px;
	transform: translate(-50%, 0);
}

.referralsInner ul li p {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
}

.referralsInner ul li span {
	color: #fff;
	display: block;
	font-size: 36px;
	line-height: 42px;
}

.referralPage {
	padding: 40px 0 100px;
}

.referralsInnerBottom {
	margin: 80px 0 0;
	padding: 30px;
	background: #444;
}

.referralsInnerBottom h2 {
	color: #fcc701;
	font-size: 30px;
	line-height: 35px;
	margin: 10px 0 !important;
}

.referralsInnerBottom h3 {

	margin: 10px 0 !important;
}

.referralsInnerBottom h4 {

	margin: 10px 0 !important;
}

.referralsInnerBottom p {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin:10px 0 !important;
}

/* END referralsMain*/


/*  START investMain */

.investMain {
	background: rgba(0, 0, 0, 0) url("../images/tabBG.png") no-repeat scroll center top;
	padding: 70px 0;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	width: 100%;
}

.investMain .table>thead>tr {
	border: 1px solid #2c3459;
}

.investMain .table>thead>tr>th {
	background: #212121;
	border-bottom: none;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	padding: 30px 15px;
	text-align: center;
}

.investMain .table>thead>tr>th:nth-child(even) {
	background: #e52714;
}

.investMain .table>tbody>tr:nth-child(even) {
	background: #f2f2f2;
}

.investMain .table>tbody>tr>td {
	font-size: 16px;
	padding: 20px 15px;
	text-align: center;
	word-break: break-all;
	font-weight: normal;
	color: #2c3459;
	border: none;
}

.investMain .table>tbody>tr>td i {
	margin: 0 5px 0 0;
	font-size: 16px;
	color: #e52714;
}

.investMain .table>tbody>tr>td a {
	cursor: pointer;
	color: #e52714;
}

.investMain .table>tbody>tr>td .fab.fa-ethereum {
	font-size: 25px;
	margin: 0 0 0;
}

.investMain table {
	margin: 0;
}

.list-wrpaaer ul {
	margin: 0;
	padding: 0;
}

.list-wrpaaer ul li.list-aggregate {
	background: #fff;
}

.list-wrpaaer ul li.list-aggregate:nth-child(odd) {
	background: #f9f9f9;
}

.list-aggregate tr td img {
	width: 50px;
}

.tablehome thead th:first-child {
	width: 77px;
}

.tablehome thead th:nth-child(2) {
	width: 161px;
}

.tablehome thead th:nth-child(3) {
	width: 99px;
}

.tablehome thead th:nth-child(4) {
	width: 150px;
}

.tablehome thead th:nth-child(5) {
	width: 150px;
}

.tablehome thead th:nth-child(6) {
	width: 150px;
}

.tablehome thead th:nth-child(7) {
	width: 150px;
}

.list-aggregate tr td:first-child {
	width: 92px;
}

.list-aggregate tr td:nth-child(2) {
	width: 196px;
}

.list-aggregate tr td:nth-child(3) {
	width: 118px;
}

.list-aggregate tr td:nth-child(4) {
	width: 183px;
}

.list-aggregate tr td:nth-child(5) {
	width: 183px;
}

.list-aggregate tr td:nth-child(6) {
	width: 183px;
}

.list-aggregate tr td:nth-child(6) {
	width: 150px;
}


/*  END investMain */


/* START workingMain  */

.workingMain {
	background: #212121;
	padding: 70px 0;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	width: 100%;
}

.workingLeft {
	position: relative;
	margin: 0 0 30px;
}

.workingLeft img {
	margin: 60px 0 0 0;
}

.workingLeft {
	position: relative;
	margin: 0 0 30px;
}

.banner-ico {
	position: absolute;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation: bounce 3s ease-in-out 0s infinite alternate;
	animation: bounce 3s ease-in-out 0s infinite alternate;
}

.banner-ico-1 {
	left: 18%;
	top: 41%;
}

.banner-ico-2 {
	left: 30%;
	right: inherit;
	top: -30px;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

@-webkit-keyframes bounce {
	from {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	to {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}

@keyframes bounce {
	from {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	to {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}

.workingRight {
	margin: 40px 0;
}

.workingRight h2 {
	margin: 0 0 25px;
	text-transform: uppercase;
	position: relative;
	color: #fccb00;
}

.workingRight p {
	margin: 0 0 25px;
	font-size: 20px;
	line-height: 30px;
	color: #c7c7c7;
}

.workBtn {
	margin: 0 0 10px;
}


/* END 	workingMain  */


/* start roadmap */

.roadmap {
	padding: 50px 0;
	background: url(../images/roadmapBG.jpg) no-repeat;
	background-size: cover !important;
	background-position: center top;
}

.roadmap .headingOther h2 {
	color: #fff;
}

.roadmap .headingOther h2:before {
	background: #fff;
}

.roadmaptittl p {
	color: #fff;
	padding: 0 170px;
}

.mapInner p {
	font-size: 14px;
	color: #fff;
	margin: 15px 0 0;
}

.mapOuter {
	width: 24%;
	position: relative;
	margin: 0 0 140px 70px;
	display: inline-block;
}

.pinkBg {
	background-color: #e42414 !important;
}

.intro-banner-vdo-play-btn {
	height: 17px;
	width: 17px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	margin: -30px 0 0 -32px;
	border-radius: 100px;
	z-index: 1;
}

.intro-banner-vdo-play-btn em {
	line-height: 56px;
	font-size: 38px;
}

.intro-banner-vdo-play-btn .ripple {
	position: absolute;
	width: 40px;
	height: 40px;
	z-index: -1;
	left: 50%;
	top: 50%;
	opacity: 0;
	margin: -20px 0 0 -20px;
	border-radius: 100px;
	-webkit-animation: ripple 1.8s infinite;
	animation: ripple 1.8s infinite;
}

@-webkit-keyframes ripple {
	0% {
		opacity: 1;
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes ripple {
	0% {
		opacity: 1;
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.intro-banner-vdo-play-btn .ripple:nth-child(2) {
	animation-delay: .3s;
	-webkit-animation-delay: .3s
}

.intro-banner-vdo-play-btn .ripple:nth-child(3) {
	animation-delay: .6s;
	-webkit-animation-delay: .6s
}

.roadline {
	position: absolute;
	display: inline-block;
	width: 100%;
	text-align: center;
	bottom: -51px;
	left: 0;
	right: 0;
}

.roadciecle {
	position: absolute;
	right: 0;
	left: 48px;
	bottom: -29px;
}

.roadmapinn {
	display: inline-block;
	width: 100%;
	overflow: hidden;
}

.mapOuter::after {
	position: absolute;
	left: 45px;
	bottom: -132px;
	width: 282px;
	content: "";
	margin: 0 0 0;
	height: 100px;
}

.mapOuter:nth-child(3)::before {
	position: absolute;
	left: 300px;
	top: 198px;
	width: 302px;
	content: "";
	margin: 0 0 0;
	height: 330px;
	background-size: 36px 85% !important;
}

.mapOuter::after {
	background: url('../images/roadlinee.png') no-repeat;
}

.mapOuter:nth-child(3)::before {
	background: url('../images/roadlinee2.png') no-repeat;
}

.mapInner {
	-webkit-box-shadow: inset 0px 1px 17px -1px rgba(205, 206, 224, 1);
	-moz-box-shadow: inset 0px 1px 17px -1px rgba(205, 206, 224, 1);
	box-shadow: inset 0px 1px 17px -1px rgba(205, 206, 224, 1);
	text-align: center;
	padding: 9px;
	height: 140px;
	display: inline-block;
	vertical-align: text-bottom;
}

.mapInner {
	height: 179px;
}

.mapInnerAf h3 {
	background: #fccb00;
	text-align: center;
	color: #041356;
	padding: 6px 15px;
	font-size: 14px;
	display: inline-block;
	height: auto;
	width: auto;
}

.mapInnerAf {
	width: 91%;
	bottom: -20px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	display: inline-block;
}

.roadmaptittl p {
	color: #fff;
	padding: 0 170px;
}

.mapOuter:nth-child(8)::after {
	background-size: 192px auto;
}

.mapOuter:nth-child(12)::after {
	background-size: 192px auto;
}

.roadmaptittl {
	text-align: center;
	display: inline-block;
	margin: 0 0 40px;
	width: 100%;
}


/* END roadmap */


/* START downloadMain  */

.downloadMain {
	background: #fff;
	padding: 70px 0;
	position: relative;
	width: 100%;
}

.downloadLeft {
	position: relative;
	margin: 0 0 30px;
	display: inline-block;
	width: 100%;
}

.downloadLeft img {
	margin: 0;
	float: right;
}

.downloadRight {
	margin: 60px 0 30px;
}

.downloadRight h2 {
	margin: 0 0 25px;
	text-transform: uppercase;
	position: relative;
	color: #fccb00;
}

.downloadRight p {
	margin: 0 0 25px;
	font-size: 20px;
	line-height: 30px;
	color: #212121;
}

.downloadBtn {
	margin: 0 0 10px;
}

.downloadBtn img {
	margin: 0 10px 10px 0;
	width: 250px;
	display: inline-block;
}


/* END 	downloadMain  */


/* START newsletter */

.newsletter {
	background: #e42414;
	padding: 50px 0 30px;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.newsletterInner {
	width: 100%;
}

.newsletterInner p {
	color: #fff;
	font-size: 26px;
	line-height: 35px;
	margin: 13px 0 10px;
	text-align: right;
	font-weight: 700;
	text-transform: uppercase;
}

.newsletterInner .form-group {
	margin-bottom: 20px;
	position: relative;
}

.already p {
	color: #fbc601;
	font-size: 13px;
	line-height: 15px;
	position: absolute;
	left: 15px;
	bottom: -15px;
}

.newsletterInner .form-group label.error {
	color: #fbc601;
	font-size: 10px;
	line-height: 15px;
	position: absolute;
	left: 0;
	bottom: -20px;
}

.newsletterInner .input-group {
	border: 7px solid rgba(0, 0, 0, 0.2);
}

.newsletterInner input {
	border-radius: 0;
	color: #999;
	font-size: 16px;
	height: 50px;
	padding: 5px 15px 0;
	border: none;
	box-shadow: none;
}

.newsletterInner .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #999;
}

.newsletterInner .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #999;
}

.newsletterInner .form-control::-ms-input-placeholder {
	/* IE 10+ */
	color: #999;
}

.newsletterInner button {
	background: linear-gradient(90deg, #e42414, #fccb00);
	color: #fff;
	font-size: 18px;
	height: 50px;
	border-radius: 0;
	padding: 12px 15px;
}

.newsletterInner button:hover,
.newsletterInner button:focus {
	background: linear-gradient(90deg, #fccb00, #e42414);
	color: #fff;
}


/* END newsletter */


/* START FOOTER  */

.footer {
	background: #212121;
	background-attachment: fixed;
	background-size: 100% 100%;
	margin: 0;
	width: 100%;
}

.logoFooter {
	display: inline-block;
	margin: 0 0 30px;
	width: 100%;
}

.logoFooter img {
	max-width: 100%;
	width: 150px;
}

.footerTop {
	padding: 50px 0 0;
}

.footerTop h3 {
	color: #fff;
	font-size: 18px;
	line-height: 25px;
	margin: 0 0 30px;
	text-transform: uppercase;
	width: 100%;
	position: relative;
}

.footerTop h3:before {
	background: #fccb00;
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 70px;
	height: 1px;
}

.footerTop h3:after {
	background: #fff;
	content: "";
	position: absolute;
	left: 0;
	bottom: -12px;
	width: 20px;
	height: 5px;
}

.footerInner {
	display: inline-block;
	margin: 0 0 20px;
	width: 100%;
}

.footerInner p {
	color: #fff;
	font-size: 14px;
	line-height: 19px;
	margin: 0 0 15px;
	width: 100%;
	display: none;
}

.footerInner ul {
	display: inline-block;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}

.footerInner ul li {
	display: inline-block;
	list-style-type: none;
	margin: 0 0 0;
	width: 100%;
}

.footerInner ul li a {
	color: #fff;
	font-size: 14px;
	line-height: 19px;
	text-transform: capitalize;
	text-decoration: none;
	margin: 0 0 10px;
	display: inline-block;
}

.footerInner ul li a:hover,
.footerInner li a:focus {
	color: #e42414;
	transition: all 0.4s;
}

.method ul {
	width: auto;
	margin: 0;
}

.method ul li {
	background: #2f2f2f;
	display: inline-block;
	margin: 0 5px 5px 0;
	width: 47%;
	padding: 10px 5px;
}

.method ul li img {
	width: 130px;
}

.addressFooter {
	display: inline-block;
	margin: 10px 0 0;
}

.addressFooter ul {
	width: 100%;
}

.addressFooter ul li {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 19px;
	list-style-type: none;
	margin: 0 0 10px;
}

.addressFooter ul li i {
	color: #fccb00;
	font-size: 15px;
	margin: 0 5px 0 0;
	width: 15px;
}

.copyInner {
	padding: 20px 0 10px;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
	width: 100%;
}

.copyInner p {
	color: #fff;
	font-size: 14px;
	margin: 0 0 10px;
}

.copyInner p a {
	color: #fccb00;
}

.copyInner p a:hover,
.copyInner p a:focus {
	color: #2bef8f;
	text-decoration: none;
}

.socialIcon {
	display: inline-block;
	margin: 0 0 10px;
	width: 100%;
}

.socialIcon ul {
	margin: 0;
	padding: 0;
}

.socialIcon ul li {
	display: inline-block;
	list-style-type: none;
	margin: 0 0 0 0;
	width: auto;
}

.socialIcon ul li a {
	background: linear-gradient(45deg, #fccb00, #e78e07, #fccb00);
	color: #fff;
	display: inline-block;
	height: 34px;
	margin: 0 10px 0 0;
	position: relative;
	text-decoration: none;
	width: 34px;
	border-radius: 50%;
}

.socialIcon ul li a:hover {
	background: linear-gradient(45deg, #fccb00, #e42414, #fccb00);
	color: #fff;
	transform: rotate(360deg);
	transition: all 0.4s;
}

.socialIcon a i {
	font-size: 16px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}


/* END footer  */


/* START Register LOG IN FORGOT*/

.logInArea {
	background: rgba(0, 0, 0, 0) url(../images/logBG.png) no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 70px 0;
	position: relative;
	width: 100%;
}

.users form {
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 4px;
	box-shadow: 15px 15px 0 0px #352f2f;
	margin: 0 0 0;
	overflow: hidden;
	padding: 20px 30px;
	position: relative;
	width: 100%;
}

.users .form-group {
	margin-bottom: 20px;
	position: relative;
}

.users .form-group span.s_name {
	color: #53c972;
	font-size: 12px;
	line-height: 15px;
	position: absolute;
	left: 0;
	bottom: -20px;
	font-family: 'montserratmedium';
}

.users .form-group span.s_name {
	color: #f91515;
	font-size: 10px;
	line-height: 15px;
	position: absolute;
	left: 0;
	bottom: -20px;
}

.logIn {
	border-bottom: 1px solid #fccb00;
	margin: 0 0 25px;
	width: 100%;
}

.logIn h2 {
	font-size: 24px;
	line-height: 30px;
	margin: 0;
	padding: 7px 0;
	text-align: center;
	text-transform: uppercase;
	color: #fccb00;
	position: relative;
}

.logIn h2:before {
	background: #fccb00;
	content: "";
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(252, 203, 0, 0.4);
}

.logIn h2:after {
	background: #fccb00;
	content: "";
	position: absolute;
	right: 0;
	bottom: -6px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(252, 203, 0, 0.4);
}

.users form label {
	color: #fff;
	font-size: 14px;
	margin: 0 0 5px;
}

.users {
	margin: 0 0;
	display: inline-block;
	width: 100%;
}

.users .form-control {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	font-size: 14px;
	height: 40px;
}

.users .form-control option {
	color: #000;
}

.users .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}

.users .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}

.users .form-control::-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}

.or-message {
	color: #fff;
	text-align: center;
}

.chkRegister a {
	color: #fccb00;
	transition: all 0.3s ease-in-out 0s;
}

.chkRegister a:hover,
.chkRegister a:focus {
	color: #e42414;
}

.links {
	display: block;
	margin-top: 0;
	text-align: center;
}

.links p {
	color: #fff;
}

.links a {
	color: #fccb00;
	font-size: 13px;
	line-height: 20px;
	margin: 0 2px 4px;
	text-decoration: underline;
	transition: all 0.3s ease-in-out 0s;
	font-family: montserratsemibold;
}

.links a:hover,
.links a:focus {
	color: #e42414;
}

.btnFB {
	background: #3a559f;
	border: 1px solid #3a559f;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	padding: 8px 25px;
	text-decoration: none;
	transition: all 0.5s;
}

.btnFB i {
	margin: 0 5px 0 0;
}

.btnFB:hover,
.btnFB:focus {
	background: #2b4ba2;
	color: #fff;
	border: 1px solid #2b4ba2;
}


/* END Register LOG IN FORGOT */


/*  START faq_section  */

.faq_section {
	margin: 0 0 0 0;
	width: 100%;
	padding: 60px 0;
	background: #f5f5f5;
}

.faq_content {
	margin: 60px 0 10px;
	width: 100%;
	display: inline-block;
}

.faq_content h3 {
    color: #e42414;
    font-family: 'montserratbold';
    margin: 35px 0 10px;
    background: rgba(228, 36, 20, 0.06);
    padding: 10px 20px;
    border: 1px solid rgba(228, 36, 20, 0.3);
    border-left: 6px solid #e42414;
    border-radius: 10px 0 0 10px;
    font-size: 22px;
}

.faqLeft {
	margin: 0 0 30px;
	width: 100%;
	display: inline-block;
}

.faqLeft img {
	margin: 0 0 10px;
	text-align: left;
}

.faq_content .panel.panel-default a {
	border-left: 5px solid #e42414;
	display: inline-block;
	padding: 20px 15px;
	text-decoration: none;
	width: 100%;
}

.faq_content .panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #eee;
	margin: 0 0 20px;
}

.faq_content .panel-default>.panel-heading {
	padding: 0;
	border-radius: 0;
	color: #fff;
	background-color: #212121;
}

.faq_content .panel-title {
	font-size: 16px;
}

.faq_content .panel-title>a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
}

.faq_content .more-less {
	color: #fff;
	float: right;
	font-size: 14px;
}

.faq_content .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #eee;
}


/*  END faq_section  */


/*  START termsMain  */

.termsMain {
	padding: 70px 0;
	background: #f5f5f5;
	min-height: 300px;
}

.terms h4 {
	margin: 0 0 10px;
	color: #111;
	font-size: 30px;
	font-family: 'montserratbold';
}

.terms {
	margin: 0 0 10px;
}

.terms h4 {
	margin: 0 0 10px;
	color: #e42414;
	font-size: 16px;
	font-family: 'montserratbold';
}

.terms p {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 21px;
	color: #555;
}


/*  END termsMain  */


/* START contactMain  */

.contactMain {
	padding: 70px 0;
	background: #f2f2f2;
}

.contactLeft .form-group {
	margin-bottom: 20px;
	position: relative;
}

.contactLeft .form-group label.error {
	color: #f91515;
	font-size: 12px;
	line-height: 15px;
	position: absolute;
	left: 0;
	bottom: -22px;
}

.contactLeft {
	margin: 0 0 10px;
	background: #fff;
	padding: 30px;
	border: 1px solid #ececec;
	border-radius: 4px;
	box-shadow: 0 0 15px #ddd;
}

.contactLeft h3 {
	font-size: 20px;
	color: #444;
	position: relative;
	text-transform: capitalize;
	font-weight: 500;
	margin: 0 0 30px;
}

.contactLeft h3:before {
	content: '';
	background: #fccb00;
	width: 50px;
	height: 1px;
	position: absolute;
	bottom: -5px;
	left: 0;
}

.contactLeft p {
	margin: 0 0 20px;
	font-size: 13px;
	line-height: 21px;
}

.contactLeft .form-control {
	background-color: #f2f2f2;
	border: 1px solid #ddd;
	box-shadow: none;
	height: 38px;
	color: #444;
	font-size: 14px;
	padding: 6px 15px;
	transition: all 0.4s;
	border-radius: 0;
}

.contactLeft .form-control:hover,
.contactLeft .form-control:focus {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	padding-left: 20px;
}

.contactLeft textarea.form-control {
	height: 100px;
	padding-top: 10px;
	resize: none;
}

.contactLeft .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #444;
}

.contactLeft .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #444;
}

.contactLeft .form-control::-ms-input-placeholder {
	/* IE 10+ */
	color: #444;
}

.corporate_office {
	margin: 0 0 30px;
}

.corporate_office ul {
	margin: 0;
	padding: 0;
}

.corporate_office ul li {
	list-style-type: none;
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 15px;
	margin: 0 0 10px;
}

.corporate_office ul li i {
	margin-right: 5px;
	width: 20px;
	text-align: center;
	color: #fccb00;
}

.corporate_office ul li a {
	color: #f5c90e;
}

.map {
	margin: 15px 0 15px;
}


/* END contactMain */


/*  START ABOUT US Page  */

.aboutMain {
	margin: 0;
	background: #f5f5f5;
	padding: 60px 0 40px;
	width: 100%;
}

.aboutRight {
	margin: 0;
}

.aboutRight h2 {
    margin: 0 0 10px;
    font-family: 'montserratsemibold';
    font-size: 28px;
}

.aboutRight h2 strong {
    color: #e42414;
	font-family: 'montserratsemibold';
}

.aboutRight p {
    margin: 0 0 15px;
    line-height: 28px;
    text-align: justify;
}

.aboutLeft {
	position: relative;
	margin: 100px 0 30px;
}

.about-img {
	max-width: 100%;
	margin: 0 0 0;
}

.about-ico {
	position: absolute;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation: floater 3s ease-in-out 0s infinite alternate;
	animation: floater 3s ease-in-out 0s infinite alternate;
}

.about-ico-1 {
	width: 3px;
	left: 197px;
	top: 184px;
	z-index: 1;
}

.about-ico-2 {
	width: 3px;
	height: 37px;
	left: 218px;
	top: 162px;
	z-index: 1;
}

.about-ico-3 {
	width: 3px;
	height: 37px;
	left: 242px;
	top: 192px;
	z-index: 1;
}

.about-ico-4 {
	width: 82px;
	left: -50px;
	right: 0;
	margin: 0 auto;
	top: 85px;
	z-index: 1;
}

.about-ico-5 {
	width: 76px;
	left: 10px;
	right: 0;
	margin: 0 auto;
	top: 0px;
	z-index: 1;
	opacity: 0.80;
}

.about-ico-6 {
	width: 76px;
	left: -110px;
	right: 0;
	margin: 0 auto;
	top: -80px;
	z-index: 1;
	opacity: 0.80;
}

@-webkit-keyframes floater {
	0% {
		transform: translate3d(0px, 0px, 0px);
	}
	50% {
		transform: translate3d(0px, -10px, 0px);
	}
	100% {
		transform: translate3d(0px, 0px, 0px);
	}
}

@keyframes floater {
	0% {
		transform: translate3d(0px, 0px, 0px);
	}
	50% {
		transform: translate3d(0px, -10px, 0px);
	}
	100% {
		transform: translate3d(0px, 0px, 0px);
	}
}


/*  END ABOUT US   */


/*  START howWorksMain */

.howWorksMain {
	background: #212121;
	padding: 70px 0 50px;
	width: 100%;
	overflow: hidden;
	position: relative;
}.resgistercapch {
	margin: 0px 0 10px;
}
.users .form-group {

	margin-top: 10px;
}
.howWorksMain .leftEffect {
	left: 0;
	height: 90%;
	max-height: 675px;
	max-width: 582px;
	position: absolute;
	top: 50%;
	width: 90%;
	transform: translate(0, -50%);
}

.howWorksMain .rightEffect {
	right: 0;
	height: 90%;
	max-height: 575px;
	max-width: 442px;
	position: absolute;
	top: 50%;
	width: 90%;
	transform: translate(0, -50%);
}

.howWorksInner {
	background: rgba(231, 61, 43, 0.55);
	padding: 30px 30px 20px;
	min-height: 380px;
	margin: 0 0 30px;
	border-radius: 15px;
}

.howWorksInner h2 {
	color: #fff;
	margin: 0 0 15px;
	font-size: 24px;
	line-height: 30px;
}

.howWorksInner p {
	color: #f8f8f8;
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 15px;
}


/*  END howWorksMain */


/* START partnersMain*/

.partnersMain {
	background: linear-gradient(90deg, #e42414, #212121);
	padding: 90px 0 60px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.partnersMain .leftEffect {
	left: 0;
	max-height: 375px;
	max-width: 382px;
	position: absolute;
	top: 50%;
	width: 90%;
	transform: translate(0, -50%);
}

.partnersMain .rightEffect {
	right: 0;
	max-height: 375px;
	max-width: 342px;
	position: absolute;
	top: 50%;
	width: 90%;
	transform: translate(0, -50%);
}

.partnersInner {
	margin: 0 0 30px;
	display: inline-block;
	width: 100%;
	background: #fff;
	padding: 15px;
	border-radius: 5px;
}

.partnersInner img {
	display: block;
	margin: auto;
}


/* END partnersMain */


/* START dashboardModal */

.dashboardModal {
	margin: 0 0;
	display: inline-block;
	width: 100%;
}

.modal-content {
	background-color: #212121;
}

.boxPopMain {
	margin: 20px 0 0;
}

.dashboardModal .modal-body {
	position: relative;
	padding: 35px 30px 10px;
}

.dashboardModal .modal-header {
	padding: 12px 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background: #121212;
	border-radius: 4px 4px 0px 0px;
}

.dashboardModal .modal-header h4 {
	color: #fff;
	font-weight: 700;
	font-size: 2px;
}

.dashboardModal button.close {
	cursor: pointer;
	color: #e42414;
	opacity: 1;
	font-size: 36px;
	text-shadow: none;
	border-radius: 50%;
}

.tableToggle .table>thead>tr>th {
	padding: 8px 15px;
	font-size: 14px;
}

.tableToggle thead {
	background: #404040;
	color: #fff;
}

.tableToggle .table>thead>tr {
	border: none;
	border-bottom: 5px solid #212121;
}

.tableToggle .table>tbody>tr {
	border-bottom: 5px solid #212121;
	background-color: #404040 !important;
}

.tableToggle .table>tbody>tr>td {
	font-size: 14px;
	color: #c7c7c7;
	padding: 8px 15px;
}

.tableToggle .table>thead>tr>th:nth-child(even) {
	background: #404040;
}

.tableToggle .table>thead>tr>th:nth-child(odd) {
	background: #404040;
}

.boxPopInner {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	text-align: center;
	margin: 0 0 15px;
	padding: 5px 10px 0;
	min-height: 115px;
	position: relative;
}

.popIcon {
	margin: 0;
	background: linear-gradient(115deg, #e42414 0%, #fccb00 40%, #e73512 100%);
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	top: 10px;
	left: 50%;
	transform: translate(-50%, 0);
}

.popIcon i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #121212;
	font-size: 18px;
}

.boxPopInner h4 {
	font-size: 16px;
	line-height: 21px;
	margin: 50px 0 5px;
	color: #e42414;
	font-family: 'montserratbold';
}

.boxPopInner p {
	font-size: 13px;
	color: #333;
	word-wrap: break-word;
	display: inline-block;
	width: 100%;
	margin: 0 0 10px;
}

.boxPopInner p span {
	display: inline-block;
}

.boxPopInner span img {
	width: auto;
	margin: 0 3px;
	max-height: 20px;
}

.boxPopInner p>i {
	color: #333;
	font-size: 26px;
	margin: 0 10px;
}


/*  END dashboardModal */




/* START graphPulse */

.graphPulse {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.graph0 {
	position: absolute;
	left: 0;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation: Tanuj 3s ease-in-out 0s infinite alternate;
	animation: Tanuj 3s ease-in-out 0s infinite alternate;
}

.graph1 {
	width: 8px;
	height: 50px;
	top: 30%;
	left: 2%;
}

.graph2 {
	width: 8px;
	height: 50px;
	top: 35%;
	left: 4%;
}

.graph3 {
	width: 8px;
	height: 50px;
	top: 40%;
	left: 6%;
}

.graph4 {
	width: 8px;
	height: 50px;
	top: 45%;
	left: 8%;
}

.graph5 {
	width: 8px;
	height: 50px;
	top: 50%;
	left: 10%;
}

.graph6 {
	width: 8px;
	height: 50px;
	top: 55%;
	left: 12%;
}

.graph7 {
	width: 8px;
	height: 50px;
	top: 60%;
	left: 14%;
}

.graph8 {
	width: 8px;
	height: 50px;
	top: 65%;
	left: 16%;
}

.graph9 {
	width: 3px;
	height: 40px;
	top: 70%;
	left: 18%;
}

.graph10 {
	width: 3px;
	height: 40px;
	top: 75%;
	left: 20%;
}


@-webkit-keyframes Tanuj {
	0% {
		transform: translate3d(0px, 0px, 0px);
	}
	50% {
		transform: translate3d(0px, -10px, 0px);
	}
	100% {
		transform: translate3d(0px, 0px, 0px);
	}
}

@keyframes Tanuj {
	0% {
		transform: translate3d(0px, 0px, 0px);
	}
	50% {
		transform: translate3d(0px, -10px, 0px);
	}
	100% {
		transform: translate3d(0px, 0px, 0px);
	}
}

/* END graphPulse */





/* START bgPulse */

.bgPulse {
  width: 100%;
  height: 100%;
}

.bgPulse span {
  position: absolute;
  width: 18px;
  height: 100px;
  background: rgba(0, 0, 0, 0) url("../images/graph-1.png") no-repeat;
  opacity: 1;
  border-radius:0%;
  z-index: 1;
}

.bgPulse span:nth-child(1) {
  background: rgba(0, 0, 0, 0) url("../images/graph-1.png") no-repeat;
  top: 12%;
  left: 1%;
  animation: animate 3s linear infinite;
}

.bgPulse span:nth-child(2) {
  background: rgba(0, 0, 0, 0) url("../images/graph-22.png") no-repeat;
  top: 2%;
  left: 15%;
  animation: animate 4s linear infinite;
}

.bgPulse span:nth-child(3) {
  background: rgba(0, 0, 0, 0) url("../images/graph-3.png") no-repeat;
  top: 18%;
  left: 8%;
  animation: animate 5s linear infinite;
}

.bgPulse span:nth-child(4) {
  background: rgba(0, 0, 0, 0) url("../images/graph-4.png") no-repeat;
  top: 21%;
  left: 11%;
  animation: animate 6s linear infinite;
}

.bgPulse span:nth-child(5) {
  background: rgba(0, 0, 0, 0) url("../images/graph-25.png") no-repeat;
  top: 24%;
  left: 14%;
  animation: animate 2s linear infinite;
}

.bgPulse span:nth-child(6) {
  background: rgba(0, 0, 0, 0) url("../images/graph-6.png") no-repeat;
  top: 27%;
  left: 17%;
  animation: animate 5s linear infinite;
}

.bgPulse span:nth-child(7) {
  background: rgba(0, 0, 0, 0) url("../images/graph-27.png") no-repeat;
  top: 24%;
  left: 14%;
  animation: animate 2s linear infinite;
}

.bgPulse span:nth-child(8) {
  background: rgba(0, 0, 0, 0) url("../images/graph-28.png") no-repeat;
  top: 30%;
  left: 20%;
  animation: animate 3s linear infinite;
}

.bgPulse span:nth-child(9) {
  background: rgba(0, 0, 0, 0) url("../images/graph-9.png") no-repeat;
  top: 33%;
  left: 23%;
  animation: animate 4s linear infinite;
}

.bgPulse span:nth-child(10) {
  background: rgba(0, 0, 0, 0) url("../images/graph-5.png") no-repeat;
  top: 36%;
  left: 26%;
  animation: animate 3s linear infinite;
}


.bgPulse span:nth-child(11) {
  background: rgba(0, 0, 0, 0) url("../images/graph-1.png") no-repeat;
  top: 39%;
  left: 29%;
  animation: animate 3s linear infinite;
}

.bgPulse span:nth-child(12) {
  background: rgba(0, 0, 0, 0) url("../images/graph-22.png") no-repeat;
  top: 42%;
  left: 30%;
  animation: animate 2s linear infinite;
}

.bgPulse span:nth-child(13) {
  background: rgba(0, 0, 0, 0) url("../images/graph-6.png") no-repeat;
  top: 45%;
  left: 35%;
  animation: animate 5s linear infinite;
}

.bgPulse span:nth-child(14) {
  background: rgba(0, 0, 0, 0) url("../images/graph-24.png") no-repeat;
  top: 48%;
  left: 38%;
  animation: animate 6s linear infinite;
}

.bgPulse span:nth-child(15) {
  background: rgba(0, 0, 0, 0) url("../images/graph-5.png") no-repeat;
  top: 51%;
  left: 41%;
  animation: animate 5s linear infinite;
}

.bgPulse span:nth-child(16) {
  background: rgba(0, 0, 0, 0) url("../images/graph-26.png") no-repeat;
  top: 54%;
  left: 44%;
  animation: animate 7s linear infinite;
}

.bgPulse span:nth-child(17) {
  background: rgba(0, 0, 0, 0) url("../images/graph-7.png") no-repeat;
  top: 57%;
  left: 47%;
  animation: animate 5s linear infinite;
}

.bgPulse span:nth-child(18) {
  background: rgba(0, 0, 0, 0) url("../images/graph-28.png") no-repeat;
  top: 60%;
  left: 50%;
  animation: animate 4s linear infinite;
}

.bgPulse span:nth-child(19) {
  background: rgba(0, 0, 0, 0) url("../images/graph-9.png") no-repeat;
  top: 63%;
  left: 53%;
  animation: animate 3s linear infinite;
}

.bgPulse span:nth-child(20) {
  background: rgba(0, 0, 0, 0) url("../images/graph-5.png") no-repeat;
  top: 66%;
  left: 56%;
  animation: animate 3s linear infinite;
}


.bgPulse span:nth-child(21) {
  background: rgba(0, 0, 0, 0) url("../images/graph-1.png") no-repeat;
  top: 64%;
  left: 58%;
  animation: animate 3s linear infinite;
}

.bgPulse span:nth-child(22) {
  background: rgba(0, 0, 0, 0) url("../images/graph-22.png") no-repeat;
  top: 62%;
  left: 61%;
  animation: animate 2s linear infinite;
}

.bgPulse span:nth-child(23) {
  background: rgba(0, 0, 0, 0) url("../images/graph-3.png") no-repeat;
  top: 60%;
  left: 64%;
  animation: animate 5s linear infinite;
}

.bgPulse span:nth-child(24) {
  background: rgba(0, 0, 0, 0) url("../images/graph-4.png") no-repeat;
  top: 62%;
  left: 67%;
  animation: animate 6s linear infinite;
}

.bgPulse span:nth-child(25) {
  background: rgba(0, 0, 0, 0) url("../images/graph-25.png") no-repeat;
  top: 62%;
  left: 70%;
  animation: animate 6s linear infinite;
}

.bgPulse span:nth-child(26) {
  background: rgba(0, 0, 0, 0) url("../images/graph-6.png") no-repeat;
  top: 62%;
  left: 72%;
  animation: animate 8s linear infinite;
}

.bgPulse span:nth-child(27) {
  background: rgba(0, 0, 0, 0) url("../images/graph-27.png") no-repeat;
  top: 24%;
  left: 74%;
  animation: animate 5s linear infinite;
}

.bgPulse span:nth-child(28) {
  background: rgba(0, 0, 0, 0) url("../images/graph-28.png") no-repeat;
  top: 30%;
  left: 76%;
  animation: animate 4s linear infinite;
}

.bgPulse span:nth-child(29) {
  background: rgba(0, 0, 0, 0) url("../images/graph-9.png") no-repeat;
  top: 33%;
  left: 78%;
  animation: animate 3s linear infinite;
}

.bgPulse span:nth-child(30) {
  background: rgba(0, 0, 0, 0) url("../images/graph-5.png") no-repeat;
  top: 36%;
  left: 80%;
  animation: animate 3s linear infinite;
}


.bgPulse span:nth-child(31) {
  background: rgba(0, 0, 0, 0) url("../images/graph-1.png") no-repeat;
  top: 39%;
  left: 82%;
  animation: animate 3s linear infinite;
}

.bgPulse span:nth-child(32) {
  background: rgba(0, 0, 0, 0) url("../images/graph-22.png") no-repeat;
  top: 42%;
  left: 84%;
  animation: animate 2s linear infinite;
}

.bgPulse span:nth-child(33) {
  background: rgba(0, 0, 0, 0) url("../images/graph-6.png") no-repeat;
  top: 45%;
  left: 86%;
  animation: animate 5s linear infinite;
}

.bgPulse span:nth-child(34) {
  background: rgba(0, 0, 0, 0) url("../images/graph-24.png") no-repeat;
  top: 48%;
  left: 88%;
  animation: animate 6s linear infinite;
}

.bgPulse span:nth-child(35) {
  background: rgba(0, 0, 0, 0) url("../images/graph-5.png") no-repeat;
  top: 51%;
  left: 90%;
  animation: animate 9s linear infinite;
}

.bgPulse span:nth-child(36) {
  background: rgba(0, 0, 0, 0) url("../images/graph-26.png") no-repeat;
  top: 54%;
  left: 92%;
  animation: animate 8s linear infinite;
}

.bgPulse span:nth-child(37) {
  background: rgba(0, 0, 0, 0) url("../images/graph-7.png") no-repeat;
  top: 57%;
  left: 94%;
  animation: animate 5s linear infinite;
}

.bgPulse span:nth-child(38) {
  background: rgba(0, 0, 0, 0) url("../images/graph-28.png") no-repeat;
  top: 60%;
   left: 95%;
  animation: animate 4s linear infinite;
}

.bgPulse span:nth-child(39) {
  background: rgba(0, 0, 0, 0) url("../images/graph-9.png") no-repeat;
  top: 63%;
  left: 97%;
  animation: animate 3s linear infinite;
}

.bgPulse span:nth-child(40) {
  background: rgba(0, 0, 0, 0) url("../images/graph-5.png") no-repeat;
  top: 66%;
  left: 98%;
  animation: animate 3s linear infinite;
}

.bgPulse span:nth-child(41) {
  background: rgba(0, 0, 0, 0) url("../images/graph-21.png") no-repeat;
  top: 42%;
  left: 2%;
  animation: animate 10s linear infinite;
}

.bgPulse span:nth-child(42) {
  background: rgba(0, 0, 0, 0) url("../images/graph-22.png") no-repeat;
  top: 45%;
  left: 15%;
  animation: animate 2s linear infinite;
}

.bgPulse span:nth-child(43) {
  background: rgba(0, 0, 0, 0) url("../images/graph-3.png") no-repeat;
  top: 48%;
  left: 8%;
  animation: animate 5s linear infinite;
}

.bgPulse span:nth-child(44) {
  background: rgba(0, 0, 0, 0) url("../images/graph-24.png") no-repeat;
  top: 51%;
  left: 11%;
  animation: animate 6s linear infinite;
}

.bgPulse span:nth-child(45) {
  background: rgba(0, 0, 0, 0) url("../images/graph-25.png") no-repeat;
  top: 54%;
  left: 14%;
  animation: animate 2s linear infinite;
}

.bgPulse span:nth-child(46) {
  background: rgba(0, 0, 0, 0) url("../images/graph-6.png") no-repeat;
  top: 57%;
  left: 17%;
  animation: animate 8s linear infinite;
}

.bgPulse span:nth-child(47) {
  background: rgba(0, 0, 0, 0) url("../images/graph-1.png") no-repeat;
  top: 54%;
  left: 14%;
  animation: animate 5s linear infinite;
}

.bgPulse span:nth-child(48) {
  background: rgba(0, 0, 0, 0) url("../images/graph-23.png") no-repeat;
  top: 60%;
  left: 20%;
  animation: animate 4s linear infinite;
}

.bgPulse span:nth-child(49) {
  background: rgba(0, 0, 0, 0) url("../images/graph-3.png") no-repeat;
  top: 63%;
  left: 23%;
  animation: animate 3s linear infinite;
}

.bgPulse span:nth-child(50) {
  background: rgba(0, 0, 0, 0) url("../images/graph-25.png") no-repeat;
  top: 66%;
  left: 26%;
  animation: animate 3s linear infinite;
}



@keyframes animate {
  0% {
    transform: scale(0) translateY(0) rotate(0deg);
    opacity: 1;
  }

  100% {
    transform: scale(1) translateY(-100px) rotate(0deg);
    opacity: 0.5;
  }

}

@keyframes bgColor {
  0% { background: #fccb00; }
  25% { background: #fccb00; }
  50% { background: #fccb00; }
  75% { background: #fccb00; }
  100% { background: #fccb00; }
}

/* END bgPulse */

.g-recaptcha {
	transform: scale(.9);
		-webkit-transform: scale(.9);
			-moz-transform: scale(.9);
	margin: 0 0 0 -15px;
}
.refertittledesci {
	text-align: center;

	width: 80%;
	margin: 0 auto 30px;
}

.refertittledesci p {
	color: #fff;
	font-size: 16px;
	line-height: 27px;
}
.refertittledesci h2 {
	color: #fff;
	font-size: 24px;
}





