@charset "utf-8";
/* 	++++ Reset ++++
	++++ Preloader ++++
	++++ Home page ++++
	++++ Navigation Bootstrap ++++
	++++ Vimoe and galley hover ++++	
	++++ Team ++++	
	++++ Button Effect ++++
	++++ Schedule ++++	
	++++ Registration Form ++++	
	++++ Pricing ++++	
	++++ Sponsor ++++
	++++ Subscribe ++++
	++++ Contact ++++
	++++ Footer ++++
	*/

/****************************/
/** Reset **/
/****************************/	
html, body, div, span, applet, object, iframe, h1, h2,
h3, h4, h5, h6, p, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s,
samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer, header,
hgroup, menu, nav, output, ruby, section, summary, time,
mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;	
	font-family: 'Open Sans', sans-serif;
}
strong{
	font-weight:bold;
}
 body {
	color: #7a7a7a;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height:1.5;
	overflow:hidden;

}
a:hover,a:active {
    outline: 0;
}
button:focus{
	border:none;
	outline:0;
}
ul {
    list-style: none;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
a:focus {
 	color: #fff;
    text-decoration: none;
    outline: none;
}
h1 {
	font-size: 2em;
	color: #FFFFFF;
}
h2 {
	font-size: 1.5em;
	margin: 0.83em 0;
}
h3 {
	font-size: 1.17em;
	margin: 1em 0;
}
h4 {
	font-size: 1em;
	margin: 1.33em 0;
}
h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}
h6 {
	font-size: 0.75em;
	margin: 2.33em 0;
}
p {
	color: #727f88;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 1.714em;
}
html{
	overflow:hidden;
}
.bottom-spacing{
	margin-bottom:2.5%;
}

.padding-none{
	padding:0;
}
img
{
	max-width:100%;
	width:auto;
}
.no-padding
{
	padding:0;
}
.right {
    float: right;
}
.left {
    float: left;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}
.section-margin {
    margin-bottom: 6%;
    margin-top: 6%;
}
.section-top-margin
{
	margin-top: 6%;
}
.section-bottom-margin
{
	margin-bottom: 6%;
}

.section-padding {
    padding-bottom: 6%;
    padding-top: 6%;
}
.section-top-padding
{
	padding-top: 6%;
}
.section-bottom-padding
{
	padding-bottom: 6%;
}
/****************************/
/** Preloader **/
/****************************/
.preloader {
	background: none repeat scroll 0 0 #101012;
	position: fixed;
	z-index: 9999;
	height: 100%;
	width: 100%;
	overflow:hidden!important;
}
.status {
	background: url("../img/three-dots.svg") no-repeat scroll 0 0 / 60px auto rgba(37, 0, 59, 0);
    float: none;
    height: 104px;
    left: 0;
    margin: 0 auto;
    opacity: 1;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 64px;
    z-index: 111;
    right: 0;
}

.event-download-social-link.section-padding{
	padding-top:0;
}

.nopadding {
	padding: 0;
}
.inner {
	padding-top: 28%;
}
hr {
	width: 8%;
	border: 1px solid #999999;
	margin:0 auto;
}
.align-center {
	margin: 0 auto;
	overflow: hidden;
	display: block;
	clear: both;
	text-align: -moz-center;
	float: none;
}
/*****************************************************/
/* Home Banner */
/*****************************************************/
.landing-learn-more-btn {
    bottom: 100px;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.learn-more-btn {
    height: 60px;
    width: 100%;
	text-align:center;
}
.learn-more-btn a {
   /* padding-left: 23px;
    position: relative;
    width: 200px;*/
	color: #fff;
}
.learn-more-btn a i {
	left: 0;
	top: 0;
	opacity: 1;
	position: absolute;
	font-size: 2.5em;
	font-weight: 300;
	right: 0;
	margin: 0 auto;
	width: 200px;
	 transition: all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}
.learn-more-btn a span.span {
    color: #c883fc;
	display: block;
	font-size: 1em;
	font-weight: 300;
	height: 72px;
	left: 0;
	letter-spacing: 0.25em;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 10px;
	width: 200px;
	right: 0;
	margin: 0 auto;
}
.learn-more-btn a:hover{
	color: #c883fc;
}
.learn-more-btn a:hover  i {
	top:26px;
    transition: all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}
.learn-more-btn a:hover  span.span {
	opacity: 1;
    transition: all 0.5s ease-in 0s;
	-webkit-transition:all 0.5s ease-in 0s;
	-moz-transition:all 0.5s ease-in 0s;
	-o-transition:all 0.5s ease-in 0s;
	-ms-transition: all 0.5s ease-in 0s;
	
}
#download-wraper {
    background: none repeat scroll 0 0 #080610;
    bottom: 0;
    min-height: 60px;
    position: fixed;
    width: 100%;
    z-index: 100;
}
.apple-download a, .android-download a {
    color: #c883fc;
    display: block;
    font-size: 1em;
    font-weight: 300;
    height: 72px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}
.apple-download a i,
.android-download a i {
    font-size: 2.571em;
    color: #FFF;
}
.apple-download a:hover i,
.android-download a:hover i {
    font-size: 2.571em;
    color: #c883fc;
}
.android-download {
    border-left: 1px solid #2f2f30;
}
/*hover*/
.apple-download a,
.android-download a
{	
    position: relative;
}
.apple-download a i,
.android-download a i {
    opacity: 1;
    position: absolute;
	top:20px;
}

.apple-download a i {
    right: 20px;
}

.android-download a i {
    left: 20px;
}
.apple-download a span,
.android-download a  span 
{
	opacity:0;
	position: absolute;
	top:9px;
	transition: all 0.5s ease 0s;
}
.apple-download a span
{
	right: 70px;
}
.android-download a  span 
{
	left: 70px;
}
.apple-download a:hover:out i,
.android-download a:hover:out i
{	
	/*top:10px;
	font-size: 1.571em;*/
    transition: all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
}
.apple-download a:hover span,
.android-download a:hover span
{
	opacity:1;
	top:29px;
	transition: all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}
/****************************/
/** Home page **/
/****************************/
#home-banner {
	position: relative;
	overflow: hidden;
}
.home-bg {
	-webkit-animation-name: back_animation;
	-webkit-animation-duration: 60s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease;
	animation: 60s ease 0s normal none infinite back_animation;
	background: url('../img/backgrounds/bg.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	z-index: -1;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.landing-home-banner {
    position: absolute;
    top: 20%;
    width: 100%;
}
#home_video {
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
}
.video-overlay {
/*	background: url("../img/bg_pattern.png") repeat scroll 0 0 rgba(33, 39, 57, 0.5); */
	
	background: url("../img/bg_pattern.png") repeat scroll 0 0 rgba(0, 0, 0, 0.6); /*0.5*/

	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.landing-home-banner h1 {
    color: #ffffff;
    font-family: "Open Sans",sans-serif;
    font-size: 5.143em;
    font-weight: bold;
    line-height: 80px;
    padding-top: 120px;
    text-align: left;
}
.landing-home-banner .col-lg-6 h1 span {
    color: #dc59fd;;
}
.landing-home-banner-img > img {
    padding-left: 40px;
}
.landing-home-banner p {
    color: #ffffff;
    font-family: "Open Sans",sans-serif;
    font-size: 1.143em;
    font-weight: 400;
    line-height: 25px;
    padding-top: 20px;
    text-align: left;
}
@-webkit-keyframes back_animation {
	0% {
		-webkit-transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.4);
	}

	100% {
		-webkit-transform: scale(1) ;
	}
}
@-moz-keyframes back_animation {
	0% {
		-moz-transform: scale(1);
	}

	50% {
		-moz-transform: scale(1.4);
	}

	100% {
		-moz-transform: scale(1) ;
	}
}
@-o-keyframes back_animation {
	0% {
		-o-transform: scale(1);
	}

	50% {
		-o-transform: scale(1.4);
	}

	100% {
		-o-transform: scale(1) ;
	}
}
@keyframes back_animation {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.4);
	}

	100% {
		transform: scale(1) ;
	}
}
/*****************************************************/
/* App Features */
/*****************************************************/
.about {
    margin-top: -2px;
}
.tab-content h1,.tab-content i {
    color: #180320;
    font-size: 3.214em;
    font-weight: 300;
    text-align: left;
	line-height: 52px;
	padding-bottom: 30px;
}
.tab-content i {
    display: block;
    padding-bottom: 26px;
}
.tab-content p {
    font-family: "Open Sans",sans-serif;
	font-size: 1.143em;
	font-weight: 400;
	letter-spacing: 0;
	text-align: left;
}
.tab-img img {
	display: block;
	max-height: 519px;
	width: auto
}
.tab-img hr {
	/*background-image: -moz-linear-gradient(left center, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));*/
	background: rgba(0, 0, 0,0.6);
	background: -moz-linear-gradient(to right, rgba(0, 0, 0,0.1) 15%, rgba(0, 0, 0,0.7) 40%, rgba(0, 0, 0,0.1) 100%);
	background: -webkit-linear-gradient(left center, rgba(0, 0, 0,0.1) 15%, rgba(0, 0, 0,0.7) 40%, rgba(0, 0, 0,0.1) 100%);
	background: -o-linear-gradient(to right, rgba(0, 0, 0,0.1) 15%, rgba(0, 0, 0,0.7) 40%, rgba(0, 0, 0,0.1) 100%);
	background: -ms-linear-gradient(to right, rgba(0, 0, 0,0.1) 15%, rgba(0, 0, 0,0.7) 40%, rgba(0, 0, 0,0.1) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0,0.1) 15%, rgba(0, 0, 0,0.7) 40%, rgba(0, 0, 0,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000', GradientType=1 );
	border: none;
	width: 100%;
	height: 1px;
}
.tabs .nav li a span{
	color: #687680;
    font-family: open sans;
    font-style: lighter;
    font-size: 18px;
    font-weight: 200;
    text-align: left;
    letter-spacing: 10px;
	text-transform: uppercase;
}
.tabs .nav li.tab-current a span{
    color: #fff;
    font-family: open sans;
    font-style: lighter;
    font-size: 18px;
    font-weight: 200;
    text-align: left;
    letter-spacing: 10px;
}
.tabs nav li a:hover span{
	color: #FFF;
}

.app-features {
    margin-top: 60px;
	margin-bottom: 5px;
}

.col-md-8.align-center > p {
    padding-top: 45px;
    font-family: 'Open Sans', sans-serif;
    font-style: regular;
    font-size: 1.143em;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;
}
.about p{
	padding-top: 2.714em;
    font-family: 'Open Sans', sans-serif;
    font-style: regular;
    font-size: 1.143em;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;
}
h1.arrow {
    color: #2b023a;
    font-family: "Open Sans",sans-serif;
    font-size: 2.143em;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-align: center;
    text-transform: uppercase;
}
.content-current > p {
    padding-top: 3.714em;
    font-family: 'Open Sans', sans-serif;
    font-style: regular;
    font-size: 1.143em;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;
}
.grid-gallary
{
	text-align:center;
}
.grid-gal span {
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 1.071em;
    font-weight: 400;
    letter-spacing: 2px;
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase;
}
.grid-gal a:hover i {
    color: #fff;
}
.grid-gal a, .vimeo-video a {
    border: 1px solid #000;
    color: #3d0054;
    display: block;
    font-size: 1.071em;
    font-weight: 300;
    padding-bottom: 45px;
    padding-top: 60px;
    text-align: center;
}
.grid-wrap .grid-gal a
{
	border-right:0;
	text-align:center;
}
.grid-gal a {
	transition: all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
}
.grid-gal a:hover {
    background-color: #180320;
    color: #fff;
	transition: all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
}
/****************************/
/** Vimoe and galley hover **/
/****************************/
.grid-wrap .grid-gal i {
    color: #46354d;
    font-size: 3em;
    -webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);	
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
.venoboxvid i {
    font-size: 3em;
	color:#46354d;	
}
/*******************************/
/** Team **/
/*******************************/
.md-close{
	position: absolute;
    right: 10px;
    top: 10px;
}
.team {
	background-color: #212739;
}
.speakers-wrap {
	padding: 4% 0px 0px 0px;
}
blockquote {
    margin: 0.5em 20px;
    margin-left: 0;
}
blockquote p{
	font-size: 0.8em;
    line-height: 1.5em;
}

.social {
	margin-top: 25px;
}
.team p {
	color: #f9f9f9;
}
.team h2 {
	color: #1bce7c;
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin: 0.83em 0;
    text-transform: uppercase;
}
.team h1 {
	color: #ffffff;
}
.team .md-content{
	padding:0;
}
.sp-name {
	text-align: center;
}
.sp-dsc blockquote p {
	margin: 0;
	color: #5f6061;
}
.sp-dsc blockquote {
	border-left-color: #1bce7c;
}
div.avatar {
	margin: 0 auto;
	text-align: center;
}
.avatar img{
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #ffffff;
	width: 100px;
	height: 100px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.folio {
	max-width: 500px;
	height: auto;
	text-align: center;
	padding:30px;

}
.tnc-folio{
	height: auto;
	text-align: center;
}
.sp-name {
	margin-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.8em;
	color: #180320;
}
.md-content .sp-social ul {
	text-align:center;
}
.sp-social ul li {
	display: inline-block;
}
/**********************/
/** Button Effect */
/*********************/
ul.social-buttons {
	list-style: none;
	margin: 0;
	padding-top: 30px;
}

ul.social-buttons li {
    display: inline-block;
    width: 31.333%;
	text-align: left;
}

ul.social-buttons li:last-child {
	margin-right: 0;
}
.social-btn {
    color: #fff;
    display: inline-block;    	
    text-align: left;
    width: 46px;
}
.social-btn i {
    font-size: 1.786em;
    line-height: inherit;
}
a.social-btn:hover i,
a.social-btn:hover i {
    color: #f3dcf8;
}

/**************************/
/** Pricing **/
/**************************/
#pricing {
	
}
.pricing-wrap {
	margin-top: 60px;
}
.planContainer {
	margin-top: 10px;
}
.planContainer.bestPlan
{
	/* background-color: #2b023a; */
}
.planContainer .title h2 {
    background-color: #ffffff;
    color: #212739;
    font-size: 2.857em;
    font-weight: 600;
    margin: 0;
    padding: 0.6em 0;
}
.planContainer.bestPlan .title h2 {
/*    background: #2b023a;
    color: #fff; */

        background-color: #ffffff;
    color: #212739;
    font-size: 2.857em;
    font-weight: 600;
    margin: 0;
    padding: 0.6em 0;
}
.planContainer .price p {
    background: none repeat scroll 0 0 #f3f5f8;
    color: #32005d;
    font-size: 1.286em;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 2.6em;
    margin: 0;
    text-transform: uppercase;
}
.planContainer.bestPlan .price p {
    background: none repeat scroll 0 0 #b06bf1;
    color: #fff;
}
.planContainer .options {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding-top: 30px;
}
.planContainer .button {
    border-bottom: solid 1px #e5e5e5;
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
}
.planContainer .options li {
    color: #7a7a7a;
    font-size: 16px;
    line-height: 35px;
}
.planContainer .button a {
    background-color: #f3f5f8;
    color: #32005d;
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    height: 2.8em;
    letter-spacing: 4px;
    line-height: 2.6em;
    margin: 1.5em 0 1.8em;
    text-decoration: none;
    text-transform: uppercase;
    width: 80%;
}
.planContainer.bestPlan .button a {
/*	color: #fff;
	background-color: #32005d; */
	
    background-color: #f3f5f8;
    color: #000; /*#32005d*/
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    height: 2.8em;
    letter-spacing: 4px;
    line-height: 2.6em;
    margin: 1.5em 0 1.8em;
    text-decoration: none;
    text-transform: uppercase;
    width: 80%;
}

.planContainer .button a:hover {
	background: #32005d;
	color: #fff;
}
.planContainer.bestPlan a:hover {
/*	background: #f3f5f8;
	color: #32005d; */
		background: #32005d;
	color: #fff;
}
ul.planContainer li.title {
    margin-bottom: 0;
    border-top: solid 1px #e5e5e5;
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
}

ul.planContainer:hover {
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	-o-transform: scale(1.04);
	transform: scale(1.04);
}
ul.planContainer {
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.planContainer .button a {
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.effects {
	padding-left: 15px;
}
/*****************************************************/
/* Key Points */
/*****************************************************/
.key-points-container {
    padding-top: 60px;
}
.key-points-container .key-hover-img {
    display: block;
    width: 100%;
	height: 584px;
}
.hover_wrapper {
    position: relative;
}
.hoverram {
    position: absolute;
    right: 0;
    top: 0;
}
.sectionhover1 {
	background-color: #7c39aa;
}
.sectionhover2 {
	background-color: #00c0ff;
}
.sectionhover3 {
	background-color: #42056c;
}
.sectionhover4 {
	background-color: #16e3c4;
}
.sectionhover {
    font-size: 1.1em;
    font-weight: 300;
    height: 292px;
    letter-spacing: 6px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
	cursor: pointer;
}
.sectionhover span.span2 {
    left: 20%;
    position: absolute;
    text-align: center;
    top: 40%;
    transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	 width: 60%;
}
.sectionhover  span.span2 i {
    color: #fff;
    font-size: 3.30em;
}
.sectionhover:hover span.span2{
    top: 29%;
    transition: all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}
.sectionhover span.span1 {	
    font-size: 1.1em;
    display: block;
    left: 10%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 53%;
    transition: all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
	width: 80%;
}
.sectionhover:hover span.span1 {
    opacity: 1;
    transition: all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}
.reviews-slider {
	padding-top: 60px;
}
.reviews-container .sp-dsc {
    font-size: 1.286em;
    font-style: italic;
    padding-bottom: 40px;
    text-align: center;
}
.reviews-container .avtar{

}
.reviews-container .name {
    font-style: italic;
    font-size: 1.143em;
    text-align: center;
	padding-top: 60px;
}
.reviews {
    background-color: #f3f5f8;
}
.sp-reviews {
    text-align: center;
}
.sp-reviews i,.sp-reviews i.full{
    color: #2b023a;
	font-size:1em;
	padding-right: 4px;
}
.sp-reviews i.second{
    padding-right: 2px;
}
.sp-reviews i.empty{
    color: #32005d;
}
.ignite-cta {
	background-color: #fff;
}
.ignite-btn {
	display: inline-block;
	padding: 25px 40px;
	color: #fff;
	border: solid 1px #fff;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}
.ignite-btn:hover, .ignite-btn:focus {
	color: #3dc9b3;
	border: solid 1px #3dc9b3;
}
.sponsor {
	margin-top: 60px;
}
#slider1_container{
	margin:0 auto;
	position: relative;
	top: 25px; 
	left: 0px;
	width: 980px;
	height: 100px; /*ema 56*/
	overflow: hidden;
	margin:3% auto 0%;
}
.inner_carousal{
	cursor: move;
	position: absolute;
	left: 0px;
	top: 0px; 
	width: 980px;
	height: 100px;
	overflow: hidden;
}
/*****************************************************/
/* Notification */
/*****************************************************/
.section-top-margin {
    margin-top: 120px;
}
.notification {
    padding-top: 120px ;
	padding-bottom: 120px;
}
.get-newsletter
{
	border-right:none;
}
.down-img {
    padding: 20px 0;
    background-color: #06bed9;
}
/*hover*/
#newsletter-form .submit-button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    margin-top: 20px;
    padding-top: 22px;
    position: relative;
    width: 27px;
}
#newsletter-form .submit-button span.span1 {
    color: #450277;
    font-size: 2em;
    left: 0;
    line-height: 20px;
    opacity: 1;
    position: absolute;
    top: 0;
	 transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
#newsletter-form .submit-button span.span2 {
    color: #450277;
    font-size: 1em;
    left: 0;
    opacity: 0;
    position: absolute;
	top: 3px;
}
#newsletter-form .submit-button:hover span.span1 {
	opacity: 0;
    transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	left: 35px;
}
#newsletter-form .submit-button:hover span.span2 {
    opacity: 1;
	transition: all 0.6s ease-in 0s;
	-webkit-transition: all 0.6s ease-in 0s;
	-moz-transition: all 0.6s ease-in 0s;
	-ms-transition: all 0.6s ease-in 0s;
	-o-transition: all 0.6s ease-in 0s;
}
/*hover*/
.section-top-margin {
    margin-top: 120px;
}
.notification {
    padding-top: 120px ;
	padding-bottom: 120px;
}
.get-newsletter,.down{
	text-align: center;
}
.get-newsletter .content,.down .content{
    border-top: none;	
	border-bottom: 1px solid #e0e0e0;	
	border-left: 1px solid #e0e0e0;	
	border-right: 1px solid #e0e0e0;
	height:298px;
}
.down .content
{
	border-left:none;
}
.newsletter-img {
    background-color: #450277;
    padding: 50px 0;
    text-align: center;
}
.newsletter-img i,.down-img i {
    color: #fff;
    font-size: 3.571em;
}
.down-img {	
    padding: 50px 0;
    text-align: center;
    background-color: #06bed9;
}
/*hover*/
.down a {
    display: block;
    position: relative;
    text-align: center;
}
.down a span.span1 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #450277;
    font-size: 2em;
    left: 20%;
    line-height: 20px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 0;
    width: 60%;
	 transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.down a span.span2 {
    color: #450277;
    font-size: 1em;
    left: 20%;
    opacity: 0;
    position: absolute;
    top: 3px;
    width: 60%;
}
.down a:hover span.span1 {
	opacity: 0;
    transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	left: 32%;
}
.down a:hover span.span2 {
    opacity: 1;
    transition: all 0.6s ease-in 0s;
	-o-transition: all 0.6s ease-in 0s;
	-moz-transition: all 0.6s ease-in 0s;
	-ms-transition: all 0.6s ease-in 0s;
	-webkit-transition: all 0.6s ease-in 0s;
}
/*hover*/
.get-newsletter h1, .down h1 {
    color: #180320;
    font-size: 2.5em;
    font-weight: 300;
    padding: 65px 20px 0;
}
.down h1 {
    padding-bottom: 45px;
}
.input-group {
    display: table !important;
	margin: 0 auto;
}
#newsletter-form .form-control.email-add
{
	border-style: none none solid;
    box-shadow: none;
    color: #687680;
    height: 75px;
    margin-left: 20%;
    text-align: center;
    width: 60%;
    font-family: 'Open Sans', sans-serif;
    font-style: regular;
    font-size: 1.143em;
    font-weight: 400;
    text-align: center;
}
.notify-success #message {
    color: #1bce7c;
    font-size: 1.1em;
    margin-top: 10px;
	text-transform:capitalize;
}
.error #message{
	color: #ec7406;
	font-size: .9em;
	margin-top: 10px;
	text-transform: capitalize;
}
/*****************************************************/
/* /Notification */
/*****************************************************/
/********************************/
/** Contact **/
/********************************/
.address > p {
    font-family: "Open Sans",sans-serif;
    font-size: 1.143em;
    line-height: 25px;
    padding-top: 20px;
	text-align: left;
}
#contact p {
	color: #ffffff;
}
#contact p a {
	color: #ffffff;
}
#contact-form .form-control.text,
#contact-form .form-control.email-add,
#contact-form .form-control.textarea {
    color: #fff;
    height: 40px;
    padding-left: 0;
	padding-bottom: 20px;
    text-align: left;
    width: 25.000em;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #3a084d;
	box-shadow: none;
}
#contact-form .form-control.textarea  {
    height: 55px;
    overflow: hidden;
}

#contact-form .form-control {
    background-color: #180320;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	-webkit-transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	-moz-transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	-o-transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	-ms-transition: all 0.6s ease-in 0s;
}
#contact-form .form-control.text:active,
#contact-form .form-control.email-add:active,
#contact-form .form-control.text:focus,
#contact-form .form-control.email-add:focus {
    border-bottom: solid 1px #3a084d;
}
#contact-form .form-control::-webkit-input-placeholder
{
	/* WebKit browsers */
    color: #fff;   
}
#contact-form .form-control:-moz-placeholder
{ 
	/* Mozilla Firefox 4 to 18 */
    color: #fff;
}
#contact-form .form-control::-moz-placeholder
{ 
	/* Mozilla Firefox 19+ */
    color: #fff;
}

#contact-form .form-control::-ms-input-placeholder 
{ 
	/* Internet Explorer 10+ */
    color: #fff;
}
#contact-form .form-control*::-moz-placeholder 
{
	color: #fff;
}
#contact-form .form-control:focus {
    border-color: #180320;
    outline: 0 none;
}
#contact-form .input-group[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
	margin-left: 0;
}
/*hover*/
#contact-form .submit-button {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	margin-top: 20px;
	padding-top: 22px;
	position: relative;
	width: 100%;
	margin-left: 0;
	padding-left: 0;
	display: block;
}
#contact-form .submit-button span.span1 {
    color: #c883fc;
    font-size: 2em;
    left: 0;
    line-height: 20px;
    opacity: 1;
    position: absolute;
    top: 0;
	 transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
#contact-form .submit-button span.span2 {
    color: #c883fc;
    font-size: 1em;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 3px;
}
#contact-form .submit-button:hover span.span1 {
	opacity: 0;
    transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	left: 35px;
}
#contact-form .submit-button:hover span.span2 {
    opacity: 1;
    transition: all 0.6s ease-in 0s;
	-o-transition: all 0.6s ease-in 0s;
	-moz-transition: all 0.6s ease-in 0s;
	-ms-transition: all 0.6s ease-in 0s;
	-webkit-transition: all 0.6s ease-in 0s;
}
/*hover*/
#contact-form #result {
    position: relative;
}
.enter-field,
#result .error,
#result .success{
    color: #ec7406;
font-size: .9em;
left: 0;
margin-top: 20px;
position: absolute;
text-align: left;
text-transform: capitalize;
width: 25em;
}
#result .success{
    color: #1bce7c;
}
.row.contact-details {
    border-bottom: 1px solid #c883fc;
    padding-bottom: 50px;
    padding-top: 60px;
}
.contact-wrap h1.arrow {
    color: #fff;
}
.contact-details h1 {
	color: #c883fc;
    font-size: 1.143em;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 20px;
}
.contact-wrap {
    background-color: #180320;
    padding-bottom: 8%;
    position: relative;
    padding-top: 6%;
}

/************************************/
/** Footer **/
/************************************/
.row.made-in {
    padding-top: 20px;
    float: right;
}
}
*, *:after, *:before {
    box-sizing: border-box;
}
*:before, *:after {
    box-sizing: border-box;
}
*, *:after, *:before {
    box-sizing: border-box;
}
*:before, *:after {
    box-sizing: border-box;
}
.multia  span {
    color: #ffffff;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    font-style: regular;
    text-align: -webkit-right;;
	font-size: 14px;
    font-weight: 400;
}
