@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, images, 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;
}
/*temperarily off*/
html{
    overflow:hidden;
}
.bottom-spacing{
    margin-bottom:2.5%;
}

.padding-none{
    padding:0;
}
images
{
    max-width:100%;
    width:auto;
}
.no-padding
{
    padding:0;
}
.right {
    float: right;
}
.left {
    float: left;
}

.images-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("../images/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;
}

/*****************************************************/
/* Support */
/*****************************************************/
#support-container {
    min-height: 80px;
    position: fixed;
    right: 0;
    top: 0;
    width: 160px;
    z-index: 112;
}
#support-container .support {
    display: block;
    height: auto;
    left: 30px;
    min-height: 65px;
    position: absolute;
    top: 15px;
    width: 100%;
}
#support-container .support a img {
    left: 25px;
    opacity: 1;
    position: absolute;
    top: 15px;
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
#support-container .support a span {
    color: #c883fc;
    font-size: 1em;
    letter-spacing: 2px;
    opacity: 0;
    position: absolute;
    text-transform: uppercase;
    top: 17px;
}
#support-container .support a:hover img {
    opacity: 0;
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
#support-container .support a:hover span {
    opacity: 1;
    transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
}
/*****************************************************/
/* Header */
/*****************************************************/
#t3-header {
    min-height:80px;
    position:fixed;
    top:0;
    width:100%;
    z-index:100;
}

.menu {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 1em;
    font-weight: 300;
}
header.greyAwning {
    background:#32005d;
    height:80px;
    position:fixed;
    top:-80px;
    width:100%;
}

#t3-header .logo .site-logo{
    position:absolute;
}	
#t3-header .site-logo {
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: auto;
    min-height: 35px;
    position: absolute;
    text-align: center;
    top: 24px;
    left: 75px;
}
#t3-header .menuToggle {
    height:75px;
    position:absolute;
    right:160px;
    top:0;
    width:30px;	
    cursor:pointer;
}
#t3-header .menuToggle .opened {
    display:block;
    height:0px;
    position:absolute;
    width:30px;
    top:0;	
}
#t3-header .menuToggle .closed {
    display:block;
    height:75px;
    position:absolute;
    width:30px;	
    top:4px;	
}

.link-menu {
    display: block;
    height: 120px;
    text-align: center;
    transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -webkit-transform: translateZ(0px);	
    -o-transform: translateZ(0px);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    width: 120px;
    position: absolute;
    right: 0;
    z-index: 100;
}
.trigger {
    backface-visibility: hidden;
    cursor: pointer;
    z-index: 101;
}
.link-menu span:before {
    transform: translateY(-450%);
    -webkit-transform: translateY(-450%);
    -ms-transform: translateY(-450%);
    -moz-transform: translateY(-450%);
    -o-transform: translateY(-450%);
}
.trigger span:before, .trigger span:after {
    background: none repeat scroll 0 0 #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99) 0s;
    -webkit-transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99) 0s;
    -ms-transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99) 0s;
    -o-transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99) 0s;
    -moz-transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99) 0s;
    width: 100%;
}
.link-menu span:after {
    transform: translateY(450%);
    -webkit-transform: translateY(450%);
    -ms-transform: translateY(450%);
    -moz-transform: translateY(450%);
    -o-transform: translateY(450%);
}

.link-menu span {
    background-color: #fff !important;
}

.trigger span {
    -moz-user-select: none;
    background-color: transparent;
    display: block;
    font-size: 0;
    height: 2px;
    left: 50%;
    margin-left: -15px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    transition: background-color 0.3s ease 0s;
    -webkit-transition: background-color 0.3s ease 0s;
    -ms-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    width: 30px;
}

.link-menu:hover span:before {
    transform: translateY(0px) rotate(90deg);
    -webkit-transform: translateY(0px) rotate(90deg);
    -ms-transform: translateY(0px) rotate(90deg);
    -moz-transform: translateY(0px) rotate(90deg);
    -o-transform: translateY(0px) rotate(90deg);
}
.link-menu:hover span:after {
    transform: translateY(0px) rotate(-90deg);
    -webkit-transform: translateY(0px) rotate(-90deg);
    -ms-transform: translateY(0px) rotate(-90deg);
    -o-transform: translateY(0px) rotate(-90deg);	
    -moz-transform: translateY(0px) rotate(-90deg);
}

.minus:hover span:before {
    transform: translateY(0px) rotate(180deg);
    -webkit-transform: translateY(0px) rotate(180deg);
    -ms-transform: translateY(0px) rotate(180deg);
    -moz-transform: translateY(0px) rotate(180deg);
    -o-transform: translateY(0px) rotate(180deg);
}
.minus:hover span:after {
    transform: translateY(0px) rotate(-180deg);
    -webkit-transform: translateY(0px) rotate(180deg);
    -ms-transform: translateY(0px) rotate(180deg);
    -moz-transform: translateY(0px) rotate(180deg);
    -o-transform: translateY(0px) rotate(180deg);
}
#t3-header{
    background: none;
}
#t3-header .menu {
    height:50px;
    position:absolute;
    right:145px;
    top:0;
}

#t3-header ul {
    /*display:none;*/
    margin:0;
    overflow:hidden;
    padding:0;
    position:absolute;
    right:0px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    background: none;
}
.navbar-nav li:first-child{
    display: none !important;
    visibility: hidden;
}
#t3-header ul.white {
    height:0px;
}

#t3-header ul li {
    display:table-cell;
    padding:31px 15px 0;
    float: none;
}

#t3-header ul li a {
    text-decoration:none;
    white-space:nowrap;
}

#t3-header ul li a span {
    display:block;
    background:#000;
    height:2px;
    width:100%;
    overflow:hidden;
}
#t3-header ul.white li a span {
    background:#FFF;
}

#t3-header ul.menu-ul li a {
    color:#fff;
    transition: all .2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    padding: 0;
}
#t3-header ul li a:hover {
    /*color:#777;*/
}
.width { margin:auto; position:relative; width:100%; }
.minWidth { margin:auto; position:relative; min-width:1575px; }
.headerSpacer { height:0px; overflow:hidden; }

.nav > li > a:hover, .nav > li > a:focus
{
    background:none;
}
#t3-header ul.menu-ul li.active a, .nav li.active a{
    color: #e374ff;
}
#t3-header ul.menu-ul li a:hover,#t3-header ul.menu-ul li a:active {
    color:#e374ff;
}
/*small-header*/
.small-header {
    display:none;	
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a {
    color: #fff;	
    font-size: 1em;
    font-weight: 300;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #e374ff;
}
.navbar-nav {
    margin-bottom:22px;
}
.navbar-toggle {
    background:url(../images/hamburger-white.svg) no-repeat;
    border-radius: 0;
    margin-bottom: 0;
    margin-right: 15px;
    margin-top: 15px;
    padding: 0;
    height:30px;
    width:30px;
    border:none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #000;
}
.navbar-collapse {
    box-shadow: none;
}
.navbar-default {
    border-color: transparent;
    background: none;
}
.logo-small {
    background: url("../images/logo-white.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    min-height: 30px;
    min-width: 200px;
}

/*****************************************************/
/* 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 **/
/****************************/
.t3-wrapper{
    overflow: auto;
}
#home-banner {
    background: url("../images/bg_pattern.png") repeat scroll 0 0 rgba(33, 39, 57, 0.5);
    position: relative;
    overflow: hidden;
    height: 650px;
}
.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('../images/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%;
}
.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;
}
.half-top-margin{

}
.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 images{
    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;
}
#mod-tlp-testimonial .item{
    padding: 0 !important;
}
.sp-name, #mod-tlp-testimonial h3, #mod-tlp-testimonial h3, #mod-tlp-testimonial h4 {
    margin-top: 20px !important;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.8em !important;
    color: #180320;
    font-weight: bold;
}
#mod-tlp-testimonial h4{
    padding-bottom: 20px;
    margin: 0 !important;
    font-weight: normal;
}
.md-content .sp-social ul {
    text-align:center;
}
.sp-social ul li {
    display: inline-block;
}

*::before, *::after {
    box-sizing: border-box;
}
*, *::after, *::before {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
*, *::after, *::before {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
*, *::after, *::before {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
*, *::after, *::before {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
.flex-control-paging li a, .owl-theme .owl-controls .owl-page span {
    background-color: #180320 !important;
    border: 3px solid #180320 !important;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    height: 10px;
    text-indent: -9999px;
    width: 10px;
}
.flex-control-paging li a.flex-active, .owl-theme .owl-controls .owl-page.active span {
    background: #180320 none repeat scroll 0 0;
    cursor: default;
    height: 15px;
    padding-top: 3px;
    width: 15px;
}
/**********************/
/** Button Effect */
/*********************/
ul.social-buttons, .jeSocial {
    list-style: none;
    margin: 0;
    padding-top: 30px;
}
ul.social-buttons li, #je_socialicons .jeSocial span {
    display: inline-block;
    width: 31.333%;
    text-align: left;
    background-color: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

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-wrap, .rokfeaturetable {
    margin-top: 60px;
}
.featuretable-col {
    margin-top: 10px;
}
.featuretable-col.col-3 .border, .rokfeaturetable .col-3 .border
{
    background-color: #2b023a;
}
.featuretable-col.col-3 .title .featuretable-cell-data{
    color: #fff;
}
.featuretable-col .title h2, .price > a, .price .featuretable-cell-data {
    background-color: #ffffff;
    color: #212739;
    font-size: 2.857em;
    font-weight: 600;
    margin: 0;
    padding: 0.6em 0;
}
.featuretable-col.col-3 .price .featuretable-cell-data{
    background: #2b023a;
    color: #fff;
}
.featuretable-col .title .featuretable-cell-data, .title {
    background: none repeat scroll 0 0 #f3f5f8;
    color: #32005d;
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 2.6em;
    margin: 0;
    text-transform: uppercase;
}
.featuretable-col.col-3 .title .featuretable-cell-data {
    background: none repeat scroll 0 0 #b06bf1;
    color: #fff;
}
.featuretable-col .options {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding-top: 30px;
}
.featuretable-col .button {
    border-bottom: solid 1px #e5e5e5;
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
}
.ft-row-odd, .ft-row-even{
    background: none !important;
    border: none !important;
}
.featuretable-col .options .featuretable-cell, .row-3, .row-4, .row-5, .row-6 {
    color: #7a7a7a;
    font-size: 16px;
    line-height: 35px;
    padding: 0 !important;
}
.featuretable-col .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%;
}
.featuretable-col.col-3 .button a {
    color: #fff;
    background-color: #32005d;
}

.featuretable-col .button a:hover {
    background: #32005d;
    color: #fff;
}
.featuretable-col.col-3 a:hover {
    background: #f3f5f8;
    color: #32005d;
}
.cols4 .border {
    margin-bottom: 0;
    border: solid 1px #e5e5e5 !important;
}
.featuretable-col{
    margin-top: 10px !important;
}
.featuretable-cell{
    padding: 0 !important;
}
.col-3 .featuretable-cell{
    text-shadow: none !important;
    color: inherit !important;
}
.featuretable-col:hover, .col4 .featuretable-col: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);
}
.featuretable-col, .col4 .featuretable-col {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.featuretable-col .button a, .featuretable-col #contact {
    -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;
}
#mod-tlp-testimonial-main, #mod-tlp-testimonial .item, #mod-tlp-testimonial{
    background: none !important;
    background-color: transparent !important;
}
#mod-tlp-testimonial-main {
    width: 70%;
    margin: 0 auto;
}
.reviews-slider {
    padding-top: 60px;
}
.reviews-container .sp-dsc, #mod-tlp-testimonial .test-content {
    font-size: 1.286em !important;
    font-style: italic;
    padding-bottom: 40px !important;
    text-align: center;
}
#mod-tlp-testimonial .img-ara{
    margin: 0 !important;
}
#mod-tlp-testimonial h3, #mod-tlp-testimonial h4{
    margin: 0;
}
.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: 56px;
    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*/
.btn-primary{
    background-color: transparent !important;
    border:none !important;
    padding: 0 !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
#newsletter-form .submit-button, .acysubbuttons {
    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, .acysubbuttons 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, .acysubbuttons .btn-primary {
    color: #450277 !important;
    font-size: 1em;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 3px;
}
#newsletter-form .submit-button:hover span.span1, .acysubbuttons: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, .acysubbuttons:hover .btn-primary {
    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, .acysubbuttons 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,  .acysubbuttons .btn-primary {
    color: #450277;
    font-size: 1em;
    left: 20%;
    opacity: 0;
    position: absolute;
    top: 3px;
    width: 60%;
}
.down a:hover span.span1, .acysubbuttons: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, .acysubbuttons:hover .btn-primary {
    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;
    line-height: 1.5 !important;
}
.down h1 {
    padding-bottom: 45px;
}
.input-group {
    display: table !important;
    margin: 0 auto;
}
.acymailing_form{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
#newsletter-form .form-control.email-add, .acymailing_module_form .inputbox
{
    border-style: none none solid;
    box-shadow: none;
    color: #687680;
    height: 75px;
    margin: 0 auto;
    text-align: center;
    width: 60%;
    font-family: 'Open Sans', sans-serif;
    font-style: regular;
    font-size: 1.143em;
    font-weight: 400;
    text-align: center;
}
#newsletter-form .form-control.email-add, .acymailing_module_form .inputbox
{
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.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;
}
.form-horizontal .control-group .controls{
    margin: 0;
}
#contact-form .form-control.text,
#contact-form .form-control.email-add,
#contact-form textarea, #contact-form input[type="text"],
#contact-form input[type="email"] {
    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 textarea  {
    height: 55px;
    overflow: hidden;
    background-color: transparent;
}
#contact-form label{
    display: none;
}
#contact-form .form-control, #contact-form input[type="text"], #contact-form input[type="email"] {
    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;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
#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, footer h1.arrow {
    color: #fff;
}
.contact-details h1, #contact-form 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, #contact {
    background-color: #180320;
    padding-bottom: 0 !important;
    position: relative;
    padding-top: 6% !important;
}

/************************************/
/** Footer **/
/************************************/
#t3-footer{
    background: #180320;

}
.t3-copyright{
    border: none !important;
    padding: 0 0 140px;
}
.row.made-in {
    padding-top: 20px;
    float: right;
}
}
*, *:after, *:before {
    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;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #fff;
}
.scrollToTop{
    bottom: 60px !important;
}