/* Custom CSS
 * --------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Hind:400,300,600,700,500);

body {
    font-family: 'Hind', sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*-webkit-overflow-scrolling: touch;*/
}

a:hover, a:active, a:focus {
    text-decoration: none;
    outline: none !important;
}

.btn:hover, .btn:active, .btn:focus, .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.img-fullwidth {
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin-top: 0
}

h1 {
    font-size: 48px;
    line-height: 1.21;
}

h2 {
    font-size: 44px;
}

h3 {
    font-size: 32px;
    line-height: 1.25;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 19px;
    line-height: 1.3;
}

h6 {
    font-size: 14px;
}

.font-light {
    font-weight: 300;
}

.font-regular {
    font-weight: 400;
}

.font-medium {
    font-weight: 500 !important;
}

.font-semiblod {
    font-weight: 600 !important;
}

.font-bold {
    font-weight: 700;
}

/*********  Colour Classes ********/
.brand-gray {
    color: #C0C0C0;
}

.brand-gray-light {
    color: #afafaf;
}

.brand-gray-dark {
    color: #848484;
}

.brand-white {
    color: #ffffff;
}

.brand-black {
    color: #000000;
}

.brand-primary {
    color: #6842D7;
}

.brand-secondary {
    color: #57F3B8;
}

/*********  Background Classes ********/
.brand-gray-bg {
    color: #C0C0C0;
}

.brand-white-bg {
    color: #ffffff;
}

.brand-black-bg {
    color: #000000;
}

.brand-primary-bg {
    color: #6842D7;
}

.brand-secondary-bg {
    color: #57F3B8;
}

.tbl-vcenter {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.tbl-vcenter.top {
    vertical-align: top;
}

.tbl-vcenter.bottom {
    vertical-align: bottom;
}

.tbl-vcenter.top .inner-div-text > div {
    position: relative;
    top: 0%;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    margin: 0 auto;
}

.gap10 {
    height: 10px;
    clear: both;
}

.gap20 {
    height: 20px;
    clear: both;
}

.gap30 {
    height: 30px;
    clear: both;
}

.gap40 {
    height: 40px;
    clear: both;
}

.pad0-lr {
    padding-left: 0;
    padding-right: 0;
}

.pad10-lr {
    padding-left: 10px;
    padding-right: 10px;
}

.pad20-lr {
    padding-left: 20px;
    padding-right: 20px;
}

.pad30-lr {
    padding-left: 30px;
    padding-right: 30px;
}

.pad-45-lr {
    padding-left: 45px;
    padding-right: 45px;
}

.pad-50-lr {
    padding-left: 50px;
    padding-right: 50px;
}

.pad-60-lr {
    padding-left: 60px;
    padding-right: 60px;
}

.logo {

}

.logo .nextt-logo {
    /*margin-top: 8px;*/
    float: left;
}

.logo .nextt-logo img {
    height: 32px;
}

.join-list {
    border: 2px solid #6842D7;
    border-radius: 8px;
    color: #6842D7;
    font-size: 11px;
    font-weight: 700;
    padding: 8px 12px;
    margin-left: 20px;
    float: left;
    /*margin-top: 8px;*/
}

.join-list:hover {
    color: #6842D7;
}

.idea-page-header .join-list {
    position: absolute;
    margin: 0;
    top: 0;
    left: 100px;
}

.nav-img {
    padding: 0;
    margin: 0;
}

.nav-img li {
    list-style-type: none;
    /*padding-bottom: 30px;*/
    padding-bottom: 20px;
    color: #6842D7;
    font-weight: 300;
    padding-left: 3px;
    position: relative;
    font-size: 20px;
}

.nav-img li img {
    position: absolute;
    left: -30px;
    top: 4px;
}

#payment-form select {
    -webkit-appearance: none;
    padding: 0 0 0 10px;

}

#payment-form .exp-month-wrapper:before,
#payment-form .exp-year-wrapper:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #6842D7 transparent transparent transparent;
    position: absolute;
    right: 10px;
    top: 35px;
}

/************** End Comman Classes ***************/
.fp-tableCell > .container {
    padding-top: 80px;
}

.wrap {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
}

.container {
    position: relative;
}

header {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 2;
    padding: 15px 0;
    height: 80px;
    display: block;
    top: 0;
}

#menu {
    padding: 0;
    margin: 0;
    float: right;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}

#menu li {
    display: inline-block;
    margin: 0 10px;
    color: #000;
    position: relative;
}

#menu li.active {
    color: #6842D7;
}

#menu li a {
    text-decoration: none;
    color: #6842D7;
}
#menu li a .beta{
    color: #FA4E77;
    text-transform: uppercase;
    font-size: 9px;
    position: absolute;
    top: -5px;
    right: -23px;
}
.main-header{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 50px;
}
/*#menu li:last-child a {*/
    /*color: #57F3B8;*/
    /*font-weight: 500;*/
/*}*/

#menu li:last-child a:last-child {
    padding-right: 0;
}

#menu li:last-child a img {
    padding-left: 20px;
}

#menu li.active a:hover {
    color: #6842D7;
}

#menu li:hover {
    /*background: rgba(255,255,255, 0.8);*/
}

#menu li a, #menu li.active a {
    /*padding: 2px 15px 9px;*/
    padding: 2px 5px 9px;
    display: block;
    font-weight: 300;
    cursor: pointer;
}

#menu li.active a {
    color: #6842D7;
}

#menu li a.menu-active {
    font-weight: 700;
}

#menu li:last-child.active a {
    color: #57F3B8;
}

.footer {
    position: absolute;
    bottom: 30px;
    padding: 15px;
    width: 100%;
    margin-top: 70px;
}

.footer .row {
    max-width: 1170px;
    margin: 0 auto;
}

.footer ul {
    float: right;
    padding: 0;
    margin: 0;
}

.footer ul li {
    list-style-type: none;
    display: inline-block;
    padding-left: 60px;
}

.footer ul li:last-child a img {
    padding-left: 20px;
}

.footer ul li:first-child {
    padding-left: 0px;
}

.footer ul li a {
    display: inline-block;
}

.footer ul li a:hover,
.footer ul li a:active,
.footer ul li a:focus {
    color: #6842D7;
}

/*.link-normal{*/
/*cursor: pointer;*/
/*}*/

/*.link-hover{*/
/*position: absolute;*/
/*top: 0;*/
/*z-index: 1;*/
/*right: 15px;*/
/*-webkit-transition: width .5s ease-in-out;*/
/*-moz-transition: width .5s ease-in-out;*/
/*-o-transition: width .5s ease-in-out;*/
/*transition: width .5s ease-in-out;*/
/*height: 100%;*/
/*}*/

/*.section-2 .right-block:hover .link-hover{*/
/*width: calc(100% - 30px);*/
/*}*/
/*.section-2 .right-block:hover .link-hover{*/
/*width: calc(100% - 30px);*/
/*}*/
/*.section-4 .right-block:hover .link-hover{*/
/*width: calc(100% - 30px);*/
/*}*/
/*.section-4 .right-block:hover .link-hover{*/
/*width: calc(100% - 30px);*/
/*}*/
/*.section-9 .right-block:hover .link-hover{*/
/*width: calc(100% - 30px);*/
/*}*/
/*.section-9 .right-block:hover .link-hover{*/
/*width: calc(100% - 30px);*/
/*}*/
/*.link-hover + .triangle-div{*/
/*z-index: 2;*/
/*}*/

/**************************************** animation images ***************/

.hi {
    width: 175px;
    height: 350px;
    background-image: url("../images/Jet_v5.svg");
    background-repeat: no-repeat;
    background-size: cover;

    -webkit-animation: play 0.7s steps(12) infinite;
    -moz-animation: play 0.7s steps(12) infinite;
    -ms-animation: play 0.7s steps(12) infinite;
    -o-animation: play 0.7s steps(12) infinite;
    animation: play 0.7s steps(12) infinite;
    margin-top: -20px;
}

@-webkit-keyframes play {
    from {
        background-position: 0px;
    }
    to {
        background-position: -2100px;
    }
}

@-moz-keyframes play {
    from {
        background-position: 0px;
    }
    to {
        background-position: -2100px;
    }
}

@-ms-keyframes play {
    from {
        background-position: 0px;
    }
    to {
        background-position: -2100px;
    }
}

@-o-keyframes play {
    from {
        background-position: 0px;
    }
    to {
        background-position: -2100px;
    }
}

@keyframes play {
    from {
        background-position: 0px;
    }
    to {
        background-position: -2100px;
    }
}

/* mission page img animation */

.mission {
    width: 150px;
    height: 300px;
    background-image: url("../images/juggling_sprites.svg");

    -webkit-animation: play2 1.5s steps(45) infinite;
    -moz-animation: play2 1.5s steps(45) infinite;
    -ms-animation: play2 1.5s steps(45) infinite;
    -o-animation: play2 1.5s steps(45) infinite;
    animation: play2 1.5s steps(45) infinite;
}

@-webkit-keyframes play2 {
    from {
        background-position: 0px;
    }
    to {
        background-position: -6750px;
    }
}

@-moz-keyframes play2 {
    from {
        background-position: 0px;
    }
    to {
        background-position: -6750px;
    }
}

@-ms-keyframes play2 {
    from {
        background-position: 0px;
    }
    to {
        background-position: -6750px;
    }
}

@-o-keyframes play2 {
    from {
        background-position: 0px;
    }
    to {
        background-position: -6750px;
    }
}

@keyframes play2 {
    from {
        background-position: 0px;
    }
    to {
        background-position: -6750px;
    }
}

/****************** apply page animation *********/
.apply-page {
    width: 204.04px;
    height: 301px;
    background-image: url("../images/JumpAndLegClick.svg");
    background-size: cover;

    -webkit-animation: play3 2s steps(47) infinite;
    -moz-animation: play3 2s steps(47) infinite;
    -ms-animation: play3 2s steps(47) infinite;
    -o-animation: play3 2s steps(47) infinite;
    animation: play3 2s steps(47) infinite;
}

@-webkit-keyframes play3 {
    from {
        background-position: 0px;
    }
    to {
        background-position: -9402px;
    }
}

@-moz-keyframes play3 {
    from {
        background-position: 0px;
    }
    to {
        background-position: -9402px;
    }
}

@-ms-keyframes play3 {
    from {
        background-position: 0px;
    }
    to {
        background-position: -9402px;
    }
}

@-o-keyframes play3 {
    from {
        background-position: 0px;
    }
    to {
        background-position: -9402px;
    }
}

@keyframes play3 {
    from {
        background-position: 0px;
    }
    to {
        background-position: -9402px;
    }
}

/*********************************/

.rudra {
    position: absolute;
    margin: 0 0px 0 36%;
    margin-top: -70px;
    width: 38.51px;
    height: 64px;
}

.rudra span {
    width: 39px;
    height: 64px;
    background-image: url("../images/Idea_lightning icon_3_1.svg");

    -webkit-animation: play4 .5s steps(81) infinite;
    -moz-animation: play4 .5s steps(81) infinite;
    -ms-animation: play4 .5s steps(81) infinite;
    -o-animation: play4 .5s steps(81) infinite;
    animation: play4 .5s steps(81) infinite;
    display: inline-block;
}

@-webkit-keyframes play4 {
    from {
        background-position: 0px;
    }
    to {
        background-position: -3159px;
    }
}

@-moz-keyframes play4 {
    from {
        background-position: 0px;
    }
    to {
        background-position: -3159px;
    }
}

@-ms-keyframes play4 {
    from {
        background-position: 0px;
    }
    to {
        background-position: -3159px;
    }
}

@-o-keyframes play4 {
    from {
        background-position: 0px;
    }
    to {
        background-position: -3159px;
    }
}

@keyframes play4 {
    from {
        background-position: 0px;
    }
    to {
        background-position: -3159px;
    }
}

/*********************************/

/*********************************/

.teamdance {
    width: 260px;
    height: 210px;
    background-image: url("../images/teamdance.svg");

    -webkit-animation: play5 2s steps(50) infinite;
    -moz-animation: play5 2s steps(50) infinite;
    -ms-animation: play5 2s steps(50) infinite;
    -o-animation: play5 2s steps(50) infinite;
    animation: play5 2s steps(50) infinite;
}

@-webkit-keyframes play5 {
    from {
        background-position: 0px;
    }
    to {
        background-position: -13000px;
    }
}

@-moz-keyframes play5 {
    from {
        background-position: 0px;
    }
    to {
        background-position: -13000px;
    }
}

@-ms-keyframes play5 {
    from {
        background-position: 0px;
    }
    to {
        background-position: -13000px;
    }
}

@-o-keyframes play5 {
    from {
        background-position: 0px;
    }
    to {
        background-position: -13000px;
    }
}

@keyframes play5 {
    from {
        background-position: 0px;
    }
    to {
        background-position: -13000px;
    }
}

/*********************************/

.thank-you-page {
    width: 331px;
    height: 300px;
    background-image: url("../images/balloon.svg");
    background-size: cover;

    -webkit-animation: balloon 2s steps(31) infinite;
    -moz-animation: balloon 2s steps(31) infinite;
    -ms-animation: balloon 2s steps(31) infinite;
    -o-animation: balloon 2s steps(31) infinite;
    animation: balloon 2s steps(31) infinite;

    transform: scale(.7);
    margin-left: -50px;
}

@-webkit-keyframes balloon {
    from {
        background-position: 0px;
    }
    to {
        background-position: -10269px;
    }
}

@-moz-keyframes balloon {
    from {
        background-position: 0px;
    }
    to {
        background-position: -10269px;
    }
}

@-ms-keyframes balloon {
    from {
        background-position: 0px;
    }
    to {
        background-position: -10269px;
    }
}

@-o-keyframes balloon {
    from {
        background-position: 0px;
    }
    to {
        background-position: -10269px;
    }
}

@keyframes balloon {
    from {
        background-position: 0px;
    }
    to {
        background-position: -10269px;
    }
}

/*********************************/
.program-page {
    width: 256px;
    height: 260px;
    background-image: url("../images/bulb.svg");
    background-size: cover;

    -webkit-animation: bulb 2s steps(50) infinite;
    -moz-animation: bulb 2s steps(50) infinite;
    -ms-animation: bulb 2s steps(50) infinite;
    -o-animation: bulb 2s steps(50) infinite;
    animation: bulb 2s steps(50) infinite;
}

@-webkit-keyframes bulb {
    from {
        background-position: 0px;
    }
    to {
        background-position: -13000px;
    }
}

@-moz-keyframes bulb {
    from {
        background-position: 0px;
    }
    to {
        background-position: -13000px;
    }
}

@-ms-keyframes bulb {
    from {
        background-position: 0px;
    }
    to {
        background-position: -13000px;
    }
}

@-o-keyframes bulb {
    from {
        background-position: 0px;
    }
    to {
        background-position: -13000px;
    }
}

@keyframes bulb {
    from {
        background-position: 0px;
    }
    to {
        background-position: -13000px;
    }
}

.trackrecord-page {
    width: 150px;
    height: 320px;
    background-image: url("../images/run.svg");
    background-size: cover;

    -webkit-animation: run 3s steps(64) infinite;
    -moz-animation: run 3s steps(64) infinite;
    -ms-animation: run 3s steps(64) infinite;
    -o-animation: run 3s steps(64) infinite;
    animation: run 3s steps(64) infinite;
}

@-webkit-keyframes bulb {
    from {
        background-position: 0px;
    }
    to {
        background-position: -9600px;
    }
}

@-moz-keyframes bulb {
    from {
        background-position: 0px;
    }
    to {
        background-position: -9600px;
    }
}

@-ms-keyframes bulb {
    from {
        background-position: 0px;
    }
    to {
        background-position: -9600px;
    }
}

@-o-keyframes bulb {
    from {
        background-position: 0px;
    }
    to {
        background-position: -9600px;
    }
}

@keyframes run {
    from {
        background-position: 0px;
    }
    to {
        background-position: -9600px;
    }
}

.underline {
    text-decoration: underline;
}

.section-1 h1 span {
    display: inline;
}

.section-1 h1 span img {
    padding-left: 17px;
}

.section .border-animation {
    position: absolute;
    bottom: 50px;
    width: 100%;

}

.border-animation p {
    max-width: 1170px;
    margin: 0 auto;
}

.border-animation p:before {
    background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-color: #fff;
    left: 0;
    right: 0;
    width: 34px;
    height: 30px;
    content: '';
    position: absolute;
    margin: auto;
    top: -17px;
    background-size: 100%;

}

.border-animation p:after {
    content: '';
    display: block;
    margin: auto;
    height: 1px;
    width: 0%;
    background: #6842D7;
    -webkit-transition: width .6s ease-in-out;
    -moz-transition: width 0.6s ease-in-out;
    -o-transition: width 0.6s ease-in-out;
    transition: width 0.6s ease-in-out;
}

.section.active .border-animation p:after {
    width: 100%;
    /*width:97.2%;*/
}

.section-1 .content {
    /*max-width: 319px;*/
    max-width: 519px;
    font-size: 20px;
}

.section-1 .content.apply-content {
    max-width: inherit;
}

.section-1 .right-block {
    padding-left: 60px;
    padding-top: 5%;
}

.section-1 .track-record {
    display: inline-block;
    text-align: center;
    padding: 16px 15px 14px 15px;
    margin-top: 0 !important;
    color: #57F3B8;
    border: 2px solid #57F3B8;
    border-radius: 8px;
    margin-top: 15px !important;
}

.section-1 .track-record img {
    width: 25px !important;
    margin-left: 10px !important;
}

.inner-div-text {
    position: absolute;
    height: 100%;
    top: 0;
    padding: 0 15px;
    right: 0;
    left: 0;
}

.inner-div-text > div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    margin: 0 auto;
    padding: 0 80px;
    /*padding: 0 20px;*/
}

.applypage-2 .inner-div-text > div {
    padding: 0 20px;
}

.section-2 .left-block h3 {
    margin-bottom: 5px;
}

.section-4 {
    /*background-image: url("../images/who_are_we_bg.jpg");*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
}

.bg-layer1, .bg-layer2, .bg-layer3 {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    opacity: 0;
}

.section-4 .left-block {
    max-width: 351px;
    margin: 0 auto;
    padding-left: 30px;
    position: relative;
}

.section-4 .left-block h1 {
    margin-bottom: 15px;
}

.section-5 .slide-img {
    top: -90px;
    position: absolute;
    left: 70px;
    width: 66px;
}

.section-6 .left-block .how-works,
.section-6 .left-block .bottom-text {
    font-size: 19px;
}

.section-6 .left-block .bottom-text {
    margin-top: 50px;
}

.section-7 h3.brand-primary {
    width: 70%;
}

.section-7 h3.brand-white {
    width: 90%;
}

.section-7 h3.brand-white a {
    color: #fff;
}

.section-9 .right-block h3 {
    max-width: 280px;
}

.section-10 h3 {
    /*margin-bottom: 40px;*/
    margin-bottom: 20px;
}

.section-10 .last-block h1 a {
    position: relative;
}

.section-10 .last-block h1 b {
    position: relative;
}

.section-10 .last-block h1 b:before {
    content: "";
    height: 3px;
    bottom: 11px;
    background: #57F3B8;
    position: absolute;
    width: 100%;
    left: 0;
}

.section-10 .last-block h1 a:hover,
.section-10 .last-block h1 a:active,
.section-10 .last-block h1 a:focus {
    color: #57F3B8;
}

.section-10 .last-block h1 a:before {
    content: "";
    height: 3px;
    bottom: 11px;
    background: #57F3B8;
    position: absolute;
    width: 0;
    opacity: 0;
    left: 0%;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.section-10 .last-block h1 a:hover:before {
    width: 100%;
    left: 0;
    opacity: 1;
}

/**************** Mission page css *****************/

.f16 {
    font-size: 16px !important
}

.pd15 {
    padding: 15px !important;
}

.pd35 {
    padding: 35pX !important;
}

.mission-2 .top-block {
    margin-bottom: 80px;
}

.mission-2 .bottom-block {
    margin-bottom: 80px;
}

.mission-2 .bottom-block > div:first-child {
    padding-left: 0;
}

.mission-2 .bottom-block > div:first-child > div {
    max-width: 210px;
}

.mission-2 .bottom-block > div:nth-child(2) {
    padding: 0;
}

.mission-2 .bottom-block > div:nth-child(2) .inner-div-text > div {
    padding: 0 35px;
}

.mission-2 .bottom-block > div:nth-child(3) {

}

.mission-2 .bottom-block > div:nth-child(3) > div {
    max-width: 210px;
    margin: 0 auto;
}

.mission-2 .bottom-block > div:nth-child(4) {
    padding: 0;
}

.mission-2 .bottom-block > div:nth-child(4) .inner-div-text > div {
    padding: 0 35px;
}

.mission-4 .left-block {
    max-width: 320px;
    margin: 0 auto;
    padding-left: 0px;
    position: relative;
    font-weight: 300;
}

/**************** Mission page css End *****************/

/**************** apply page css *****************/
.applypage-2 h2 {
    color: #6842D7;
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 60px;
    text-align: center;
    opacity: 0;
}

.applypage-2 .bottom-block > div h3 {
    margin-bottom: 20px;
}

.applypage-2 .bottom-block > div:nth-child(1) {
    padding: 0;
}

.applypage-2 .bottom-block > div:nth-child(1) .inner-div-text > div {
    padding: 0 35px;
}

.applypage-2 .bottom-block > div:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
}

.applypage-2 .bottom-block > div:nth-child(2) .inner-div-text > div {
    padding: 0 25px;
}

.applypage-2 .bottom-block > div:nth-child(3) {

}

.applypage-2 .bottom-block > div:nth-child(3) .inner-div-text > div {
    padding: 0;
}

.applypage-2 .bottom-block > div:nth-child(3) > div {
    max-width: 210px;
    margin: 0 auto;
}

.applypage-2 .bottom-block > div:nth-child(4) {
    padding: 0;
}

.applypage-2 .bottom-block > div:nth-child(4) .inner-div-text > div {
    padding: 0 25px;
}

.applypage-2 .bottom-block img, .applypage-2 .bottom-block h4, .applypage-2 .bottom-block p {
    opacity: 0;
}

.applypage-3 .left-block {
    max-width: 320px;
    margin: 0 auto;
    padding-left: 0px;
    position: relative;
    font-weight: 300;
}

.applypage-3 .right-block .inner-div-text > div {
    padding: 0 80px 0 65px;
}

.applypage-3 .right-block img, .applypage-3 .right-block h1, .applypage-3 .left-block img, .applypage-3 .left-block .inner-text {
    opacity: 0;
}

.applypage-4 .left-block h1 {
    margin-bottom: 20px;
    line-height: 1;
}

.applypage-4 .left-block p {
    margin-bottom: 20px;
    font-size: 20px;
}

.applypage-4 .app-fee {
    margin-top: 15px;

    position: absolute;
    right: 0;
    bottom: 15%;
    opacity: 0;
}

.applypage-4 .app-fee a:active,
.applypage-4 .app-fee a:hover,
.applypage-4 .app-fee a:focus
.app-fee a:active,
.app-fee a:hover,
.app-fee a:focus {
    color: #57F3B8;
}

.applypage-4 .right-block img, .applypage-4 .right-block p, .applypage-4 .left-block h1, .applypage-4 .left-block p {
    opacity: 0;
}

.applypage-5 .container {
    height: calc(100vh - 200px);
    padding-top: 0;
}

.applypage-5 .container .typeform-widget {
    display: none;
}

.applypage-5.active .container .typeform-widget {
    display: block;
}

/**************** Apply page css End *****************/

/**************** submitanidea page css *****************/

.submitanidea-page {
    margin-top: 200px;
}

.submitanidea-page .form-title {
    margin-bottom: 40px;
}

.submiidea-form {
    max-width: 510px;
    margin-left: 100px;
}

.submiidea-form label {
    font-weight: 300;
    color: #6842D7;
    margin-bottom: 10px;
}

.submiidea-form .form-group {
    margin-bottom: 20px;
}

.submiidea-form .form-control {
    height: 56px;
    background-color: #F8F8F8;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.submiidea-form textarea {
    height: auto !important;
    resize: none;
}

.submitanidea-page .submit-btn {
    margin-top: 25px;
    margin-bottom: 60px;
}

.submitanidea-page .footer {
    position: relative;
    bottom: 30px;
    padding: 15px 0;
}

/**************** submitanidea page css *****************/

/**************** Mission new page css *****************/
.mission-page {
    padding-top: 80px;
    min-height: calc(100vh - 80px);
}

.mission-page > .row {
    margin-top: 130px;
}

.mission-page .right-block {
    padding-top: 5%;
}

.mission-page .mission {
    margin-top: -50px;
}

.mission-page h1 {
    margin-bottom: 40px;
}

.mission-page h1 span {
    display: inline-block;
}

.mission-page h1 span img {
    padding-left: 17px;
}

.mission-page h3 {
    margin-bottom: 20px;
}

.mission-page p {
    font-size: 20px;
}

.mission-page p.brand-gray-dark {
    margin-bottom: 40px;
}

.mission-page ul {
    padding: 0;
    margin: 0;
}

.mission-page ul li {

    padding-bottom: 26px;
    list-style: none;
    position: relative;
    padding-left: 20px;

}

.track-page ul li {
    padding-bottom: 20px;
    font-size: 20px;
    color: #848484;
}

.track-page ul:last-child {
    margin-bottom: 60px;
}

.mission-page ul li img {
    position: absolute;
    left: 0;
    top: 6px;
}

.track-page ul li img {
    top: 3px;
}

.mission-page ul li p {
    font-size: 20px;
    color: #848484;
    line-height: 30px;
    margin: 0;
}

.mission-page ul li a {
    color: #6842D7;
    text-decoration: underline;

}

.mission-page .read-more {
    color: #6842D7;
}

.ideas {
    font-size: 20px;
    margin-bottom: 50px;
}

.signature {
    margin-top: 30px;
}

.signature p {
    margin-top: 10px;
}

.mission-footer.mobfooter {
    margin-top: 0;
}

/**************** End Mission new page css *****************/

/**************** End Meet Team page css *****************/
.meetteam-1 {

}

.meetteam-1 .right-block {
    padding-left: 80px;
}

.meetteam-1 p {
    font-size: 27px;
}

.meetteam-1 h1 span {
    display: inline-block;
}

.meetteam-1 h1 span img {
    padding-left: 17px;
}

.meetteam-2 .prof-details h4 {
    margin: 35px 0 3px;
}

.meetteam-2 .prof-details h4 a {
    color: #6842D7;
}

.meetteam-2 .prof-details img {
    max-width: 100px;
}

.meetteam-2 .prof-details p {
    font-size: 16px;
}

.meetteam-2 .track-record {
    display: inline-block;
    text-align: center;
    padding: 17px 25px 15px 25px;
    margin-top: 20px;
    color: #57F3B8;
    border: 2px solid #57F3B8;
    border-radius: 8px;
    font-size: 15px;
}

.meetteam-2 .track-record:active,
.meetteam-2 .track-record:hover,
.meetteam-2 .track-record:focus {
    color: #57F3B8;
}

.meetteam-2 .track-record img {
    padding-left: 10px;
    width: 48px;
}

.meetteam-3 .right-block .group-2 {
    margin-top: 35px;
}

.meetteam-3 .right-block .group-3 {
    margin-top: 35px;
}

.meetteam-4 .left-block h4 {
    line-height: 32px;
}

.meetteam-5 .top-block h2 {
    /*margin-bottom: 15px;*/
    font-size: 32px;
}

.meetteam-5 .all-skill {
    font-size: 24px;
}

.meetteam-5 .prof-box {
    /*margin-top: 20px;*/
    margin-top: 10px;
}

.meetteam-5 .prof-box img {
    /*width: 90px;*/
    width: 65px;
}

.meetteam-5 .prof-box h4 {
    margin: 15px 0 0px;
    /*font-size: 20px;*/
    font-size: 16px;
}

.meetteam-5 .prof-box h4 a {
    color: #6842D7;
}

.meetteam-5 .prof-box p {
    font-size: 13px;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    width: auto;
    position: relative;
    padding-right: 20px;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option:after {
    content: " ";
    position: absolute;
    height: 8px;
    width: 8px;
    right: 0;
    top: 50%;
    background: url("../images/select-arrow.svg") no-repeat 100% 50%;
    margin-top: -4px;
}

.meetteam-5 .bootstrap-select .btn-info, .meetteam-5 .bootstrap-select .btn-info:hover,
.meetteam-5 .bootstrap-select .btn-info:focus, .meetteam-5 .bootstrap-select .btn-info:active {
    background: transparent;
    border: none;
    font-size: 24px;
    color: #6842D7;
    outline: none;
    box-shadow: none;
    padding-left: 0;
}

.meetteam-5 .swiper-button-next {
    background-image: url("../images/slider-next.svg");
}

.meetteam-5 .swiper-button-prev {
    background-image: url("../images/slider-prev.svg");
}

.meetteam-5 .swiper-pagination {
    position: relative;
    margin-top: 10px;
}

.meetteam-5 .swiper-pagination-bullet {
    background: #E9E9E9;
    opacity: 1;
    margin-right: 7px;
}

.meetteam-5 .swiper-pagination-bullet-active {
    background: #6842D7 !important;
}

.bootstrap-select .btn-info .bs-caret {
    display: none;
}

/**************** End Meet Team page css *****************/

/**************** Program page css *****************/
.prog_page-1 .bulb-gif img {
    max-width: 200px;
}

.mission-page .pencil-anim img {
    max-width: 200px;
}

.prog_page-2 .left-block {
    max-width: 351px;
    margin: 0 auto;
    padding-left: 30px;
    position: relative;
}

.prog_page-2 .left-block h1 {
    margin-bottom: 25px;
    line-height: 1;
}

.prog_page-2 .right-block h3 {
    font-size: 32px;
}

.prog_page-3 .left-block h1 {
    line-height: 1;
}

.prog_page-3 .right-block h3 {
    font-size: 28px;
}

.prog_page-4 .left-block h3:first-child {
    margin-bottom: 20px;
}

.prog_page-4 .right-block .group-2 {
    margin-top: 35px;
}

.prog_page-4 .right-block .group-3 {
    margin-top: 35px;
}

.prog_page-4 .track-record {
    display: inline-block;
    text-align: center;
    padding: 16px 15px 14px 15px;
    margin-top: 20px;
    color: #57F3B8;
    border: 2px solid #57F3B8;
    border-radius: 8px;
}

.prog_page-4 .track-record:active,
.prog_page-4 .track-record:hover,
.prog_page-4 .track-record:focus {
    color: #57F3B8;
}

.prog_page-4 .track-record img {
    padding-left: 10px;
    width: 48px;
}

.prog_page-5 .left-block {
    max-width: 351px;
    margin: 0 auto;
    padding-left: 30px;
    position: relative;
}

.prog_page-5 .left-block h1 {
    margin-bottom: 20px;
    line-height: 42px;
    font-size: 40px;
}

.prog_page-5 .right-block h3 {
    font-size: 32px;
    line-height: 40px;
}

.prog_page-6 .left-block h1 {
    font-size: 40px;
    line-height: 42px;
}

.prog_page-6 .right-block h3:first-child {
    margin-bottom: 20px;
}

.prog_page-6 .right-block .inner-div-text > div {
    padding: 0 70px;
}

.prog_page-7 .right-block h3:nth-child(1) {
    margin-bottom: 30px;
}

.prog_page-7 .right-block h3 a {
    color: inherit;
    cursor: pointer;
    text-decoration: underline;
}

.prog_page-8 .left-block .heading-1 {
    margin-bottom: 5px;
    font-size: 40px;
}

.prog_page-8 .left-block .heading-2 {
    margin-bottom: 20px;
    font-size: 40px;
}

.prog_page-8 .left-block p {
    font-size: 28px;
}

/**************** End Program page css *****************/

/* submition and thank u page css */

.submission-page {
    /*margin-bottom: 150px;*/
}

.submission-page h1 {
    margin-bottom: 0;
}

.submission-page .right-block p:nth-child(2) {
    margin-bottom: 20px;
    line-height: 26px;
}

.submission-page .right-block p:nth-child(3) {
    margin-bottom: 30px;
}

.submission-page .right-block .app-fee {
    margin-bottom: 30px;
}

.submission-page .form-group {
    margin-bottom: 24px;
}

.submission-page form input, .submission-page form select {
    border-radius: 8px;
    border: 3px solid #6842D7;
    height: 86px;
    font-size: 20px;
}

.submission-page form select {
    width: 100%;
    color: #6842D7;
    background-color: #FFFFFF;
    outline: none;

}

.submission-page form input:focus + label {
    display: none;
}

.submission-page input::-webkit-input-placeholder,
.got-form ul li input::-webkit-input-placeholder {
    color: #6842D7;
}

.submission-page input:-moz-placeholder,
.got-form ul li input:-moz-placeholder {
    color: #6842D7;
}

.submission-page input::-moz-placeholder,
.got-form ul li input::-moz-placeholder {
    color: #6842D7;
}

.submission-page input:-ms-input-placeholder,
.got-form ul li input:-ms-input-placeholder {
    color: #6842D7;
}

.submission-page form label {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 20px;
    color: #727272;
}

.submission-page form button {
    background: url(../images/triangle-big.svg) #ffffff;
    border: none;
    width: 250px;
    height: 250px;
    background-size: cover;
    font-size: 24px;
    text-align: left;
    line-height: 29px;
    padding-left: 30px;

    margin-bottom: 150px;
}

.submission-page form button:hover, .submission-page form button:focus, .submission-page form button:active {
    background: url(../images/triangle-big.svg) #ffffff;
    border: none;
    width: 250px;
    height: 250px;
    background-size: cover;
    color: #fff !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.submission-page .app-fee.sub-page p {
    text-align: right;
    font-size: 14px;
}

/* submition and thank u page css */

/*.section-8 .tbl-vcenter,*/
/*.section-4 .tbl-vcenter*/
/*{*/
/*float: left;*/
/*}*/
/*.section-8.active .tbl-vcenter,*/
/*.section-4.active .tbl-vcenter*/
/*{*/
/*float: none;*/
/*}*/

.linking {
    color: #fff;
}

.linking:hover,
.linking:active,
.linking:focus {
    color: #fff;
}

/*--------*/

.swiper-slide {
    text-align: left;
    display: block !important;
    /*padding-left: 20px;*/
}

.meetteam-5 .prof-box p.skill-detail {
    font-size: 13px;
    font-weight: 500;

}

.meetteam-5 .prof-box p.companies-name {
    color: #6842D7;
    font-size: 12px;
    line-height: 17px;
    margin: 2px 0 0;
    text-transform: capitalize;
}

.prof-details h5 {
    margin: 0px 0 4px;
    font-size: 14px;
    text-transform: none;
    color: #6842D7;
    font-weight: 500;
}

.ready-space-bottom {
    margin: 100px 0;
    padding-left: 0px;
}

.ready-space-bottom h3 {
    font-size: 28px;
}

.ready-space-bottom h1 b {
    position: relative;
}

.ready-space-bottom h1 a {
    position: relative;
}

.ready-space-bottom h1 a:before {
    content: "";
    height: 3px;
    bottom: 11px;
    background: #57F3B8;
    position: absolute;
    width: 0;
    opacity: 0;
    left: 0%;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.ready-space-bottom h1 b:before {
    content: "";
    height: 3px;
    bottom: 11px;
    background: #57F3B8;
    position: absolute;
    width: 100%;
    left: 0;
}

.ready-space-bottom h1 a:hover {
    color: #57F3B8;
}

.ready-space-bottom h1 a:hover:before {
    width: 100%;
    left: 0;
    opacity: 1;
}

a.read-more-white {
    color: #fff;
}

a.read-more-underline {
    text-decoration: underline;
}

a.read-more-blue {
    color: #6842D7;
    text-decoration: underline;
}

.got-a-question .container {
    margin-top: 150px;
    margin-bottom: 100px;
}

.decision-content h3 {
    margin: 0;
    font-size: 48px;
    color: #6842D7;
    line-height: 46px;
    text-transform: none;
    font-weight: 500;
}

.got-a-question h1 {
    font-size: 48px;
    color: #6842D7;
    margin: 0;
    line-height: 44px;
}

.got-a-question p.sub-text {
    margin: 0 0 15px;
    font-size: 18px;
    color: #6842D7;
    text-align: left;

}

.got-form {
    display: block;
}

.got-form ul {
    padding: 0;
}

.got-form ul li {
    margin-bottom: 20px;
    width: 100%;
    list-style: none;;
}

.got-form ul li input {
    height: 82px;
    background-color: #fff;
    color: #6842D7;
    font-size: 20px;
    line-height: 50px;
    border-radius: 5px;
    border: 1px solid #6842D7;
}

.got-form ul li textarea {
    height: 200px;
    background-color: #fff;
    color: #6842D7;
    font-size: 20px;
    line-height: 50px;
    border-radius: 5px;
    border: 1px solid #6842D7;
    width: 100%;
    padding: 3px 15px;
    resize: none;
}

.submit-btn {
    width: 50%;
    float: left;
}

.submit-btn a {
    font-size: 21px;
}

.social {
    width: 50%;
    float: right;
    position: relative;
    padding-top: 10px;
}

.social span {
    position: absolute;
    right: 96px;
    top: 16px;
    color: #6842D7;
    font-size: 14px;
}

.social ul li a {
    display: inline-block;
    cursor: pointer;
}

.social ul li {
    list-style: none;
    width: 42px;
    height: 40px;
    float: left;
    margin-right: 5px;
}

.social ul li:last-child {
    margin-right: 0;
}

.submit-btn a.track-record {
    margin-top: 0 !important;
    width: 100%;
}

.social ul {
    float: right;
}

.got-form-footer {
    bottom: 0;
}

/*.decison-page{
    width: 256px;
    height: 260px;
    background-image: url("../images/decision.svg");
    background-size: cover;
    -webkit-animation: bulb 2s steps(50) infinite;
    -moz-animation: bulb 2s steps(50) infinite;
    -ms-animation: bulb 2s steps(50) infinite;
    -o-animation: bulb 2s steps(50) infinite;
    animation: bulb 2s steps(50) infinite;

}*/

.got-form ul li textarea::-webkit-input-placeholder {
    color: #6842D7;
}

.got-form ul li textarea:-moz-placeholder {
    color: #6842D7;
}

.got-form ul li textarea::-moz-placeholder {
    color: #6842D7;
}

.got-form ul li textarea:-ms-input-placeholder {
    color: #6842D7;
}

.submission-page .form-control:focus {
    border-color: #6842D7;
    box-shadow: none;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #57F3B8;
}

.has-success .form-control,
.has-success select, .has-success select:focus,
.has-success .form-control:focus {
    border-color: #57F3B8 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #FA4E77;
}

.has-error .form-control, .has-error select {
    border-color: #FA4E77 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error .form-control:focus, .has-error select:focus {
    border-color: #FA4E77 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.right-block .triangle-div h3 a {
    color: #fff;
}

.animate-images {
    width: 205px;
}

.animate-images img {
    width: 100%;
}

.section-1 .submit-btn button.track-record {
    display: inline-block;
    text-align: center;
    padding: 16px 15px 14px 15px;
    margin: 0 !important;
    color: #57F3B8;
    border: 2px solid #57F3B8;
    border-radius: 8px;
    background: #fff;
    font-size: 21px;
    width: 100%;
}

.got-ques-animate {
    width: 288px;
}

.prog-animate {
    width: 146px;
}

.mission-animate-image, .apply-animate {
    width: 261px;
}

/*//////// Header CSS*/

.directory-menubar .menubar {
    position: fixed;
    /*top: 0;*/
    top: 34px;
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
    padding: 30px 15px;
    z-index: 99;
}

.directory-menubar .menubar ul {
    padding: 0;
    margin: 0;
}

.directory-menubar .menubar ul li {
    list-style-type: none;
    display: inline-block;
}

.directory-menubar .menubar ul li.logout img {
    margin-left: 10px;
}

.directory-menubar .menubar ul li.active {
    font-weight: 700;
    padding-right:44px;
}

.directory-menubar .menubar ul li:first-child {
    padding-right: 44px;
}

.directory-menubar .menubar ul li.logout {
    padding-right: 0;
}

.directory-menubar .menubar ul li a {
    color: #fff;
}

.directory-menubar .menubar .left-menu {
    float: left;
}

.directory-menubar .menubar .right-menu {
    float: right;
}

/*////// experiments page css start*/
.directory-body {
    margin-top: 100px;
}

.directory-body .directory-nav-outter {
    border-bottom: 1px solid #F0F0F0;
}

.directory-body .directory-nav {
    margin-bottom: 15px;
}

.directory-body .directory-nav a {
    font-weight: 500;
    font-size: 13px;
    color: #8D8D8D;
}

.directory-body .directory-nav a.active {
    color: #6842D7;
    font-weight: 600;
}

.exp-directory {
    position: relative;
}

.exp-directory .header {
    min-height: 477px;
    background: #6842D7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.exp-directory .header.lab-report
{
    min-height: auto;
    height: 100vh;
    /*margin-top: 50px;*/
    padding-top: 140px;
}
@media (min-width:1440px)
{
    .exp-directory .header.lab-report
    {
        height: 85vh;
    }
}
/*.header.lab-report .google-ppt
{
    padding-right: 0;
}*/
.exp-directory .header.lab-report .ppt-info
{
    margin-top: 15px;
}
.exp-directory .header.lab-report .ppt-info h6
{
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin: 0;
}
.exp-directory .header.lab-report .ppt-info span
{
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}
.exp-directory .header-bg {
    position: absolute;
    height: 395px;
    top: 40px;
    left: calc(50% - 236px);
}
.exp-directory .lab-report .header-bg {
    position: absolute;
    height: 270px;
    top: 0;
    left: calc(50% - 180px);
}

.exp-directory .header img,
.exp-directory .header span {
    margin-bottom: 10px;
    color: #fff;
    z-index: 1;
}

.exp-directory .header h1 {
    font-size: 80px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 500;
    z-index: 1;
    line-height: 1;
}
.exp-directory .header.lab-report h1 {
    font-size: 44px;
}  

.exp-directory .offers{
    color: #fff;
    padding: 25px 0;
    border-top: 1px solid rgba(0,0,0,.1);
    /*border-bottom: 1px solid rgba(0,0,0,.1);*/
    text-align: center;
    margin-top: 25px;
}
.exp-directory .lab-report .header-banner-logo
{
    margin: 5px 0 10px 0;
}
.exp-directory .lab-report span
{
    margin: 0;
    display: block;
}
.exp-directory .lab-report .offers
{
    text-align: left;
    padding: 0;
    border:none;
    margin-top: 0;
}
.exp-directory .lab-report iframe
{
    box-shadow: 0 2px 24px rgba(81,81,81,0.5);
}
.exp-directory .offers h3{
    font-weight: 700;
    font-size: 23px;
    margin: 0;
    margin-bottom: 7px;
}
.exp-directory .offers p{
    font-size: 20px;
    margin: 0;
    font-weight: 300;
}
.exp-directory .lab-report .offers h6{
    font-size: 19px;
    margin: 10px 0 43px 0;
    font-weight: 400;
}
.exp-directory .lab-report .offers p{
    font-size: 17px;
    margin: 0;
    font-weight: 400;
}
.exp-directory .brought p{
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    margin: 0;
    margin-top: 35px;
}
.header-banner-logo{
    margin-top: 50px;
}

/*///////////////*/

.exp-directory-block {
    padding: 30px 0;
    border-bottom: 1px solid #F0F0F0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.exp-directory-block .left-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.exp-directory-block .left-block h6 {
    font-size: 22px;
    font-weight: 600;
    display: inline;
}

.exp-directory-block .left-block h6 a {
    color: #6842D7;
}

.exp-directory-block .left-block a span {
    font-size: 18px;
    color: #6842D7;
    padding-left: 5px;
}

.exp-directory-block .left-block p {
    color: #686868;
    font-size: 18px;
}

.exp-directory-block .left-block p.last-updated {
    font-size: 11px;
}

.exp-directory-block .left-block .experiment {
    font-size: 13px;
    font-weight: 700;
    color: #FA4E77;
    border: 1px solid #FA4E77;
    margin: 0;
    display: inline-block;
    line-height: 1;
    padding: 6px 18px;
    border-radius: 13px;
    margin-left: 13px;
    vertical-align: bottom;
}

.exp-directory-block .left-block .experiment.grey {
    color: #8D8D8D;
    border-color: #8D8D8D;
}

.exp-directory-block .right-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.exp-directory-block .right-block > div {
    height: 77px;
    flex-basis: 109px;
    border: 2px solid #57F3B8;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.exp-directory-block .right-block .pledged {
    margin-right: 16px;
}

.exp-directory-block .right-block .pledged p,
.exp-directory-block .right-block .days-left p {
    font-size: 26px;
    font-weight: 500;
    color: #57F3B8;
    line-height: 1;
}

.exp-directory-block .right-block .pledged span,
.exp-directory-block .right-block .days-left span {
    font-size: 11px;
    font-weight: 700;
    color: #57F3B8;;
}

.idea-page-header2 {
    display: none;
}

.idea-page-header2 .menubar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    /*top: 0;*/
    top: 34px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #EBEBEB;
    background: #fff;

    z-index: 99;
    padding: 22px 0px;
}

.idea-page-header2.header-purple .menubar {
    background: #6842D7;
}

.idea-page-header2 .menubar > div {
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 15px;
}

.idea-page-header2 .menubar ul {
    padding: 0;
    margin: 0;
}

.idea-page-header2 .menubar ul li {
    list-style-type: none;
    display: inline-block;
    /*padding-right:44px;*/
}

.idea-page-header2 .menubar ul li.logout img {
    margin-left: 10px;
}

.idea-page-header2 .menubar ul li.active {
    font-weight: 700;
    padding-right:44px;
}

.idea-page-header2 .menubar ul li:first-child {
    padding-right: 44px;
}

.idea-page-header2 .menubar ul li.logout {
    padding-right: 0;
}

.idea-page-header2 .menubar ul li a {
    color: #6842D7;
}

.idea-page-header2.header-purple .menubar ul li a {
    color: #fff;
}

.idea-page-header2 .menubar > a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.idea-page-header2 .menubar .left-menu {
    float: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.idea-page-header2 .menubar .left-menu li.see-expe img {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 5px;
    width: 14px;
}

.idea-page-header2 .menubar .right-menu {
    float: right;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/*////// experiments page css End*/

.form-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-header h2 {
    margin: 0;
}

.dollar-sign {
    font-size: 20px;
    position: absolute;
    left: 30px;
    top: 17px;
    color: #989898;
}

.dollar-sign.amounts {
    top: 21px;
}

.dollar-sign + input {
    padding: 6px 15px 6px 30px;
}

.form-header .btn {
    font-size: 13px;
    font-weight: 600;
    padding: 15px;
    border: 3px solid;
    border-radius: 12px;
    background: transparent;
}

.form-header .btn-discard {
    border-color: #FA4E77;
    color: #FA4E77;
    margin-right: 15px;
}

.form-header .btn-save {
    border-color: #6842D7;
    color: #6842D7;
}

/*--------*/
.discussion-block {

}

.discussion-block .discus-title {
    color: #686868;
    line-height: 21px;
    margin-top: 0px;
    padding-top: 50px;
    margin-bottom: 35px;
    border-top: 1px solid #E5E5E5;
}

.discussion-block .discus-title h2 {
    font-weight: 500;
    font-size: 27px;
}

.discussion-block .discus-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 35px;
    position: relative;
    padding-right: 15px;
}

.discussion-block .commentbox {
    margin-bottom: 25px;
}

.discussion-block .discus-content .user-logo {
    -webkit-box-flex: 52px 0 0;
    -webkit-flex: 52px 0 0;
    -ms-flex: 52px 0 0;
    flex: 52px 0 0;
    height: 52px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    margin-right: 30px;
}

.discussion-block .discus-content .user-comment {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.discussion-block .discus-content .user-comment .comment-form {
    padding: 0 0 0 15px;
}

.delete-comment {
    position: absolute;
    right: 0;
    bottom: 20px;
    color: #686868;
    font-size: 12px;
    font-weight: 700;
    left: 81px;
}

.delete-comment:hover, .delete-comment:active, .delete-comment:focus {
    color: #6842D7;
}

.discus-content:hover .delete-comment {
    color: #6842D7;
}

.user-comment .user-name {
    font-size: 17px;
    color: #6842D7;
    font-weight: 700;
    margin-bottom: 5px;
}

.user-comment .user-name .comment-time {
    font-weight: 500;
    font-size: 13px;
    margin-left: 5px;
    color: #686868;
}

.user-comment .comment {
    font-size: 17px;
    color: #686868;
}

.user-comment .form-control {
    font-size: 20px;
    color: #727272;
    border: 3px solid #D9D9D9;
    box-shadow: none;
    color: #000;
    transition: all 0.3s ease;
    border-radius: 8px;
    padding: 20px;
    resize: none;
}

.user-comment .form-control:hover {
    border-color: #6842D7;
    color: #6842D7;
}

.user-comment .btn-submit {
    font-size: 14px;
    font-weight: 600;
    padding: 5px 16px 3px;
    border: 2px solid #6842D7;
    border-radius: 8px;
    background: transparent;
    color: #6842D7;
    float: right;
}

.user-comment .btn-submit:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.user-comment .form-control::-webkit-input-placeholder {
    color: #727272;
}

.user-comment .form-control:-moz-placeholder { /* Firefox 18- */
    color: #727272;
}

.user-comment .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #727272;
}

.user-comment .form-control:-ms-input-placeholder {
    color: #727272;
}

.custom-file {
    position: relative;
    display: block;
    max-width: 100%;
    cursor: pointer;
}

.custom-file + .profile-error {
    position: relative !important;
    top: 0 !important;
    float: right !important;
    right: 0 !important;
}

.custom-file .custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}

.custom-file .custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;

    border: 3px solid #6842D7;
    border-radius: 8px;
    height: 86px;
    font-size: 20px;
    color: #6842D7;
    padding: 27px 20px;
}

.custom-file .custom-file-control:after {
    content: attr(data-before);
}

.custom-file .custom-file-control:before {
    content: "Browse";
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    padding: 27px 20px;
    border-radius: 0 8px 8px 0;
    background: #6842D7;
    color: #fff;
}

.has-error .custom-file .custom-file-control {
    border-color: #FA4E77 !important
}

/*///////*/
.main-navigation {
    margin-bottom: 0px;
    border: none;
    position: absolute;
    width: 100%;
    z-index: 9999;
}

.main-navigation .navbar-header {
    border-bottom: none;
    background: #6842D7;
    margin-bottom: 0;
}

.main-navigation .navbar-collapse {
    border: none;
    background: #6842D7;
}

.main-navigation .navbar-header .navbar-toggle {
    margin-right: 0;
}

.main-navigation .navbar-header .navbar-toggle .icon-bar {
    background: #fff !important;
}

.main-navigation .navbar-collapse .nav li a:hover {
    background-color: transparent;
}

.main-navigation .navbar-collapse .nav li a:active {
    background-color: transparent;
}

.main-navigation .navbar-collapse .nav li.active a {
    background-color: transparent;
    font-weight: 700;
}

.main-navigation .navbar-collapse .nav li a:focus {
    background-color: transparent;
    color: #fff;
}

.custom-select-outer {
    margin-bottom: 25px;
}

.add-another {
    padding: 0 15px;
}

.kind-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*--------*/

/**************** faq page css start *******************/
.footer ul {
    float: right;
    padding: 0;
    margin: 10px 0 0;
}

.footer-apply {
    border: 2px solid #57F3B8;
    border-radius: 4px;
    color: #57F3B8;
    margin-left: 20px;
    padding: 10px 15px;
}

.footer-apply img {
    width: 26px;
    margin-left: 5px;
}

/*.footer ul li:nth-child(4), .footer ul li:nth-child(5)
{
	padding-left: 20px;
}
.footer ul li:nth-child(6)
{
	padding-left: 0;
}*/
.footer ul li {
    padding-left: 20px;
}

.footer ul li:last-child {
    padding-left: 0;
}

.faq {

}

.mission-page.faq h1 {
    margin-bottom: 0px;
}

.mission-page.faq h3 span img {
    padding-right: 17px;
}

.faq .panel-default {
    border: transparent;
}

.faq .panel-title {
    color: #6842D7;
    font-size: 22px;
}

.faq .panel-default > .panel-heading {
    background-color: transparent;
    border: transparent;
    padding: 20px 0;
}

.faq .panel-body {
    padding: 0 0 20px;
    border: none !important;
    font-size: 20px;
    color: #686868;
}

.faq .panel-body a {
    text-decoration: underline;
    color: #6842D7;
}

.faq .panel-body span {
    font-weight: 600;
}

.faq .panel-group {
    margin-bottom: 100px;
    margin-top: 60px;
}

.faq-got-question {
    font-size: 18px;
    font-weight: 300;
    color: #6842D7;
    margin-bottom: 100px;
}

.faq-got-question a {
    color: #6842D7;
    text-decoration: underline;
}

/**************** faq page css end *******************/

/**************** timeline page css start *******************/
.timeline {
    margin-bottom: 100px;
    background: #FAFAFA;
    padding-bottom: 50px;
}

.calender-top-note {
    font-weight: 300;
    font-size: 20px;
    color: #6842D7;
    margin-bottom: 20px;
}

.calender-top-note a {
    color: #6842D7;
    text-decoration: underline;
}

.calender-top-note-2 {
    color: #6842D7;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 100px;
}

.calender-title {
    background: #6842D7;
    border-right: 1px solid #fff;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-size: 21px;
    font-weight: 300;
}

.calender-box > div {
    padding: 0;
}

.calender-box div > .box {
    padding: 0;
    min-height: 180px;
    display: table;
}

.box.left-margin {
    margin-left: -10px;
}

.calender-content {
    /*display: table-cell;
	vertical-align: middle;*/
    margin-top: 30px;
}

.calender-content img {
    width: 35px;
}

.calender-content span {
    width: 100%;
    float: left;
    font-size: 11px;
    font-weight: 600;
    color: #6842D7;
    padding: 0 10px;
    margin: 5px 0 0;
}

.calender-content p {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 600;
    color: #686868;
    padding: 0 10px;
}

.calener-border {
    border-left: 1px dashed #E5E5E5;
}

.invite-box {
    background: #FA4E77;
    height: 80px;
    display: table;
    padding: 0 5px;
}

.invite-box-content {
    display: table-cell;
    vertical-align: middle;
}

.invite-box-content h2 {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.invite-box-content span {
    font-weight: 600;
    font-size: 13px;
    color: #fff;
}

.calender-arrow {
    width: 12.5%;
    float: left;
}

.calender-arrow img {
    width: 80%;
    margin-top: 25px;
}

.invite-box-2 {
    width: 37%;
    float: left;
}

.launch {
    background-color: #fff;
    padding: 26px 15px;
}

.launch h4 {
    font-size: 14px;
    font-weight: 600;
    color: #FA4E77;
    margin: 0;
}

.general-application .invite-box {
    width: 48%;
}

.general-application .calender-arrow {
    width: 6.5%;
}

.general-application .invite-box-2 {
    width: 36%;
}

.calender-note {
    font-weight: 600;
    font-size: 11px;
    padding: 40px 0 15px;
}

.calender-note span {
    color: #6842D7;
}

.date-details {
    margin-bottom: 100px;
}

.date-details h1 {
    font-weight: 300;
    color: #6842D7;
    font-size: 31px;
    margin-bottom: 40px;
}

.calender-date {
    margin-bottom: 50px;
}

.calender-date a {
    color: #6842D7;
}

.calender-date h2 {
    font-size: 22px;
    color: #6842D7;
    font-weight: 500;
}

.toggle .calender-date h2 {
    font-weight: 300;
}

.toggle {
    border-bottom: 1px solid #E5E5E5;
}

.calender-date span {
    font-size: 20px;
    color: #686868;
}

.toggle .calender-date span {
    font-size: 17px;
    font-weight: 400;
}

.calender-date .swiper-slide {
    padding-left: 0;
}

/**************** timeline page css end *******************/

/**** idea page ***/
.idea-page-header {
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
}

.idea-page {
    /*background:#6842D7;*/
    padding: 170px 0 40px;
    /*color: #fff;*/
}

.idea-page.exp-details {
    /*padding-bottom: 0;*/
}

.idea-page .heading h1 {
    font-size: 43px;
    font-weight: 500;
    color: #6842D7;
}

.idea-page .heading p {
    font-size: 21px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
    color: #686868;
    float:left;
}

.made-by {
    float: left;
    padding: 25px;
    width: 100%;
    text-align: center;
    border: 3px solid #6842D7;
}

.made-by span {
    font-size: 13px;
    font-weight: 500;
    display: inline;
    color: #6842D7;
}

.edit-experimnet span {
    color: #6842D7;
    font-size: 13px;
    font-weight: 600;
    padding-left: 3px;
}

.made-by p {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-position: center;
    background-size: cover;
    display: inline-block;
    margin-bottom: -10px;
}

.made-by h6 {
    font-weight: 500;
    font-size: 13px;
    display: inline;
}

.made-by h6 a {
    color: #6842D7;
}

.made-by:hover h6 a {
    text-decoration: underline;
}

.made-by:hover .bio-box img {
    opacity: .5;
}

.idea-page-content {
    margin-top: 20px;
}

.idea-page-content .border-animation {
    float: left;
    position: relative;
    width: 100%;
}

.idea-page-content .border-animation p:before {
    background-image: url(../images/idea-devider.svg);
    width: 130px;
    top: -24px;
}

.idea-page-content .border-animation p:after {
    width: 100%;
    left: 0;
    height: 2px;
}

.idea-footer {
    padding: 20px 0;
}

.idea-page .experiments {
    margin-top: 20px;
    font-size: 17px;
    color: #686868;
}

.idea-page .experiments .devider {
    margin-bottom: 30px;
}

.idea-page .experiments .devider hr {

}

.idea-page .experiments h3 {
    font-size: 27px;
    color: #686868;
    font-weight: 500;
    margin-top: 10px;
}

.idea-page .experiments h2 {
    font-weight: 300;
    color: #FA4E77;
    font-size: 28px;
    margin: 25px 0 10px;
    line-height: 33px;
}

.idea-page .experiments p {
    color: #686868;
    font-size: 17px;
}

.idea-page .experiments ul {
    padding-left: 20px;
    color: #686868;
    font-size: 17px;
    margin: 20px 0;
}

.idea-page .read-more-inspiration a {
    color: #6842D7;
    font-size: 27px;
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
    float: left;
    padding-bottom: 35px;
    font-weight: 300;
    padding-top: 15px;
}

#toggle img,
#toggle2 img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

#toggle img.flipped,
#toggle2 img.flipped {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.idea-page .read-more-inspiration a.no-border {
    border-bottom: none;
}

.idea-page .read-more-inspiration a span {
    font-weight: 500;
}

.idea-page .read-more-inspiration a img {
    /*margin-top: 15px;*/
    margin-top: 5px;
}

.idea-page .needs .need-box > div {
    float: left;
    margin-left: 20px;
}

.read-more-inspiration.read-more-mo a {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #e0e0e0;
    margin: 30px 0px;
    font-size: 21px;
}

.read-more-mo .calender-date {
    margin-bottom: 20px;
}

.read-more-mo .calender-date h2 {
    font-size: 16px;
}

.idea-page .needs .need-box {
    float: left;
    width: 100%;
    margin: 10px 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.idea-page .needs h3 {
    font-size: 27px;
    color: #686868;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 20px;
}

.idea-page .slider h3 {
    font-size: 27px;
    color: #686868;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}

.idea-page .needs .need-box > div h6 {
    font-size: 17px;
    color: #686868;
    font-weight: 500;
    margin-bottom: 5px;
}

.idea-page .needs .need-box.helping-dark h6 {
    font-weight: 700;
}

.idea-page .needs .need-box > img {
    margin-top: 5px;
}

/*.idea-page .needs div:nth-child(4) h6{*/
/*font-weight: 400;*/
/*}*/
.idea-page .needs .need-box > div p {
    font-size: 13px;
    font-weight: 500;
    color: #686868;
}

.idea-page .needs .need-box > div p span {
    font-weight: 700;
    color: #FA4E77;
}

.idea-page .needs .need-box > div p span.pink-help-light {
    font-weight: 500;
    color: #FA4E77;
}

/*a.helping-gray{*/
/*color: #686868 !important;*/
/*}*/
/*a.helping-gray span{*/
/*color: #686868 !important;*/
/*font-weight: 400 !important;*/
/*}*/
.idea-page .needs .need-box > div p a {
    font-weight: 700;
    color: #FA4E77;
    text-decoration: underline;

}

.idea-page .needs .help-btn {
    font-size: 15px;
    font-weight: 700;
    padding: 8px 20px 7px;
    border: 2px solid #6842D7;
    border-radius: 8px;
    background: transparent;
    color: #6842D7;
    margin: 30px 0 25px;
}

.idea-page .needs div:nth-child(4) p a {
    text-decoration: underline;
}

/*.idea-page .slider*/
/*{*/
/*margin-top: 40px;*/
/*}*/
.idea-page .sidebar-detail {
    background: #6842D7;
    padding: 40px 0 0;
    margin-top: 10px;
    width: 100%;
    float: left;
}

.idea-page .sidebar-detail h1 {
    font-size: 60px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    line-height: 60px;
}

.idea-page .sidebar-detail h6 {
    /*font-size: 14px; @sanvidhan made changes*/
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 40px;
}

.idea-page .sidebar-detail .btn-primary {
    background: none;
    border: 2.5px solid #fff;
    padding: 14px 13px 13px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
}

.idea-page .sidebar-detail .btn-primary img {
    max-width: 14px;
}

.idea-page .sidebar-detail .link {
    color: #fff;
    display: inline-block;
    margin: 30px 0 0;
    font-weight: 600;
    font-size: 10px;
}

.idea-page .down-arrow {
    background-image: url(/images/down-arrow-white.svg);
    width: 100%;
    background-repeat: no-repeat;
    height: 40px;
    background-position: center;
    display: inline-block;
    float: left;
}

.idea-page .down-arrow.up-arrow {
    background: url(/images/up-arrow-white.svg) #5632BF;
    width: 100%;
    background-repeat: no-repeat;
    height: 40px;
    background-position: center;
    display: inline-block;
    float: left;
}

.idea-page .extra-details {
    display: none;
    float: left;
    width: 100%;
}

.idea-page .extra-details h1 {
    font-size: 30px;
    line-height: 30px;
}

.idea-page .extra-details h1:first-child {
    margin-top: 30px;
}

.idea-page .extra-details h6 {
    margin-bottom: 30px;
}

.idea-page .bakers {
    background: #6842D7;
    padding: 30px 30px 20px;
    margin-top: 10px;
}

.idea-page .bakers > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.idea-page .bakers .backer-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 10px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.idea-page .bakers .backer-profile span {
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    text-align: center;
}

.idea-page .bakers .backer-profile.dotted-profile span {
    color: #000;
    opacity: .4;
    font-weight: 600;
    font-size: 11px;
}

.bck-exp-link {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
    padding-top: 7px;
    display: inline-block;
    padding-left: 10px;
}

.bck-exp-link:hover,
.bck-exp-link:active,
.bck-exp-link:focus {
    color: #fff;
    text-decoration: underline;
}

.bck-exp-outter {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}

.idea-page .bakers h6 {
    font-size: 11px;
    font-weight: 600;
    color: #fff;
}

.idea-page .bakers p {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background-position: center;
    background-size: cover;
    display: inline-block;
    margin-bottom: 7px
}

.idea-page .bakers p:last-child {
    margin-right: 0;
}

.idea-page .backers-except {
    background: #FA4E77;
    padding: 30px 30px 40px;
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.idea-page .backers-except h5 {
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .09);
    line-height: 23px;
    padding-bottom: 6px;
    margin-bottom: 5px;
}

.idea-page .backers-except span {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    /*border:1px solid #fff;*/
    /*border-radius: 19px;*/
    /*padding: 4px 10px;*/
    /*display: inline-block;*/
    /*margin: 10px 5px 0 0px;*/
    margin-top: 10px;
}

.idea-page .thouoghts {
    border: 2px solid #FA4E77;
    padding: 15px 30px;
    margin-top: 10px;
    text-align: center;
}

.idea-page .thouoghts span {
    font-weight: 500;
    font-size: 13px;
    color: #FA4E77;
}

.idea-page .thouoghts h6 {
    font-weight: 600;
    font-size: 17px;
    color: #FA4E77;
    margin: 0;
}

.leave-comment {
    float: right;
}

.leave-comment .leave-comment-btn {
    display: inline-block;
    text-align: center;
    padding: 10px 10px 9px 15px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 8px;
    margin-top: 15px;
}

.leave-comment .leave-comment-btn img {
    margin-left: 5px;
}

/****/

/** directory page **/
.case-study-spacer {
    width: 100%;
    float: left;
    height: 100px;
}

.case-study-header {
    background: url(../images/case-study-header-bg.png);
    height: 1px;
    padding-top: 31%;
    background-size: cover;
    margin-top: 80px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.case-study-header-content {
    position: absolute;
    top: 44%;
    z-index: 1;
    left: 50%;
    margin-left: -110px;
    width: 255px;
    text-align: center;
}

.case-study-header-content h1 {
    font-weight: 700;
    font-size: 48px;
    color: #fff;
    display: inline;
}

.case-study-header-content h2 {
    font-weight: 700;
    color: #fff;
    font-size: 23px;
    display: block;
    text-transform: uppercase;
    margin-top: 20px;
}

.case-study-header-content span {
    font-size: 10px;
    width: 100%;
    color: #fff;
    text-align: center;
    float: left;
    margin-top: -10px;
}

.casestudy-box .details h6 {
    font-size: 22px;
    font-weight: 500;
    color: #6842D7;
    display: inline;
}

.casestudy-box .details h6 a {
    color: #6842D7;
}

.casestudy-box {
    margin-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 20px;
    margin-top: 25px;
}

.like-comment-outer {
    text-align: right;
}

.casestudy-box .details span {
    font-size: 18px;
    color: #6842D7;
    display: inline;
}

.casestudy-box .details p {
    font-size: 16px;
    color: #686868;
}

.like-comment {
    float: left;
    width: 100%;
}

.like-comment a {
    border: 2px solid #6842D7;
    font-weight: 500;
    font-size: 12px;
    color: #6842D7;
    padding: 14px 18px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 5px;
}

.like-comment a span {
    margin-left: 5px;
}

.last-update {
    font-size: 11px;
    color: #686868;
    float: left;
    width: 100%;
    margin-top: 15px;
    padding-right: 7px;
}

.alphabet {
    border-bottom: 1px solid #F0F0F0;
}

.alphabet .note {
    font-size: 14px;
    color: #929292;
    margin-bottom: 15px;
}

.alphabet span {
    font-weight: 300;
    font-size: 31px;
    color: #6842D7;
    text-transform: uppercase;
}

.case-study-nav {
    padding: 10px;
    margin-top: 30px;
}

.case-study-nav a {
    font-weight: 500;
    font-size: 13px;
    color: #8D8D8D;

}

.case-study-nav a.active {
    color: #6842D7;
}

.case-study-page {
    height: 100vh;
}

.case-study-page .border-animation p:after {
    width: 100%;
}

.case-study-page-content {
    margin-top: 100px;
}

.case-study-page-content .calender-date {
    margin-bottom: 100px;
}

.case-study-button {
    margin-top: 20px;
}

.case-study-button a {
    border: 2.5px solid #6842D7;
    padding: 10px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 13px;
    float: left;
    margin-right: 5px;
}

.case-study-button a:hover {
    background: #6842D7;
    color: #fff;
}

.case-study-button img {
    float: left;
    margin-right: 5px;
    margin-top: 14px;
}

.case-study-logo img {
    max-width: 100%;
}

.case-study-note p {
    font-weight: 300;
    font-size: 20px;
    color: #6842D7;
    margin-bottom: 50px;
}

.case-study-note p a {
    color: #6842D7;
    text-decoration: underline;
}

.modal-dialog {
    width: 100%;
    margin: 0 auto;
}

.modal-dialog .modal-body {
    display: table;
    height: calc(100vh - 100px);
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
}

.modal-dialog .modal-body span {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.modal-dialog .modal-body input {
    width: 100%;
    height: 108px;
    border: 3px solid #fff;
    border-radius: 8px;
    font-size: 27px;
    color: #fff;
    background: transparent;
    padding: 20px;
}

.modal-dialog .submit-button {
    position: relative;
    float: right;
    width: 178px;
    margin-top: 50px;
}

.modal-dialog .submit-button span {
    font-size: 19px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin-top: 76px;
    float: left;
    margin-left: 14px;
}

.modal-dialog .submit-button img {
    position: absolute;
    top: 0;
    left: 0;
}

.modal-dialog .modal-content {
    height: 100vh;
    border-radius: 0;
    background-color: #6842D7;
}

.modal-dialog .modal-header {
    border: none;
}

.modal-dialog .modal-oval {
    position: absolute;
    left: 0;
    bottom: 0;
}

.section.more-coming {
    width: 100%;
    float: left;
    position: relative;
    margin: 100px 0;
}

.section.more-coming .border-animation p:after {
    width: 100%;
}

.case-track-page {
    font-size: 40px;
    color: #57F3B8;
    margin-bottom: 100px;
}

.case-track-page a {
    font-weight: 700;
    color: #57F3B8;
    text-decoration: underline;
}

.accepted-idea {
    color: #FA4E77;
    font-size: 10px;
    border: 1px solid #FA4E77;
    padding: 5px 20px;
    border-radius: 13px;
    display: inline;
}

.casestudy-box .details .accepted-idea span {
    color: #FA4E77;
    font-size: 10px;
    font-weight: 500;
}

.graduated-idea {
    font-size: 10px;
    color: #57F3B8;
    border: 1px solid #57F3B8;
    padding: 5px 20px;
    border-radius: 13px;
    display: inline;
}

.casestudy-box .details .graduated-idea span {
    font-size: 10px;
    color: #57F3B8;
    font-weight: 500;
}

.modal-dialog .modal-body span.sub_errors {
    color: #FA4E77;
    font-size: 11px;
    margin-top: 5px;
}

.modal-dialog .modal-body span.sub_success {
    color: #57F3B8;
    font-size: 11px;
    margin-top: 5px;
}

.swal2-container h2 {
    color: #6842D7 !important;
    font-weight: 300 !important;
    font-family: 'Hind', sans-serif !important;
}

.extra-idea {
    width: 100%;
    float: left;
    overflow: auto;
    margin-bottom: 100px;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
}

.extra-idea-inner {
    /*width: 2742px;*/
    display: table;
}

.extra-idea-box {
    position: relative;
}

.swiper-slide span {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    position: absolute;
    bottom: 30px;
}

.gallery-thumbs .swiper-slide .link-thumb {
    background: #6842D7;
    width: 100%;
    height: 100%;
    padding: 10px;
    position: relative;
}

.gallery-thumbs .swiper-slide .link-thumb h4 {
    color: #fff;
    font-size: 10px;
    font-weight: 500;
}

.gallery-thumbs .swiper-slide span {
    font-size: 9px;
    color: #ffffff;
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
}

.youtube-play {
    /*max-height: inherit !important;*/
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px !important;
    height: 80px !important;
    margin-left: -40px;
    margin-top: -40px;
}

.disqus-content {
    /*margin-top: 100px;*/
    margin-bottom: 100px;
    border-top: 1px solid #e0e0e0;
    padding-top: 50px;
}

.calender-date .swiper-container {
    margin-bottom: 100px;
    margin-top: 25px;
}

.experiment-sidebar {
    background: #6842D7;
}

.experiment-sidebar img.logo {
    max-width: 96px;
}

.experiment-sidebar h1 {
    font-size: 60px;
    color: #fff;
    margin: 10px 0 0;
    font-weight: 500;
}

.experiment-sidebar h1 > a {
    color: #fff;
}

.experiment-sidebar span {
    color: #fff;
    font-size: 13.5px;
}

.experiment-sidebar .sidebar-bg {
    position: absolute;
    left: calc(50% - 182.5px);
    top: calc(50% - 178px);
}

.experimtn-form .error-msg {
    color: #FA4E77;
}

.experimtn-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.experimtn-form h2 {
    margin-top: 50px;
    color: #6842D7;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
}

.experimtn-form input {
    border: 3px solid #6842D7;
    border-radius: 8px;
    height: 86px;
    font-size: 20px;
    color: #6842D7;
    padding: 10px 20px;
}

.experimtn-form input::-webkit-input-placeholder {
    color: #6842D7;
}

.experimtn-form input:-moz-placeholder { /* Firefox 18- */
    color: #6842D7;
}

.experimtn-form input::-moz-placeholder { /* Firefox 19+ */
    color: #6842D7;
}

.experimtn-form input:-ms-input-placeholder {
    color: #6842D7;
}

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

.experimtn-form .form-group span {
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 20px;
    color: #727272;
}

.experimtn-form .form-group span.help-block {
    top: 25px;
    background: #fff;
}

.experimtn-form .form-group span.email-error {
    top: 25px;
}

.btn-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.btn-block .form-notes {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 20px;
}

.btn-block .form-btn {
    -webkit-box-flex: 178px 0 0;
    -webkit-flex: 178px 0 0;
    -ms-flex: 178px 0 0;
    flex: 178px 0 0;
    height: 178px;
    background-image: url("../../images/triangle-big.svg");
    background-size: contain;
    position: relative;
}

.btn-block .form-btn .custom-btn {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    position: relative;
    height: 178px;
    width: 100%;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.btn-block .form-btn .custom-btn:focus {
    outline: none;
}

.btn-block .form-btn .custom-btn span {
    top: auto;
    right: auto;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    position: relative;
    margin-right: 25%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.experimtn-form .form-group .form-notes p {
    color: #7D7D7D;
}

.experimtn-form .form-group .form-notes a {
    color: #6842D7;
    font-weight: 700;
    text-decoration: underline;
}

input:focus + span {
    display: none;
}

#idea-submitted-popup .close {
    opacity: 1;
    padding: 40px 45px 0 0;
}

#idea-submitted-popup .modal-header {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

#idea-submitted-popup .modal-content {
    /*background-image: url("../../images/ideasubmited-bg.svg");*/
    /*background-size: cover;*/
    /*background-position: 50%;*/
}

#idea-submitted-popup .modal-body {
    height: 100vh;
}

#idea-submitted-popup .modal-body h1 {
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
    font-weight: 300;
    color: #fff;
}

#idea-submitted-popup .modal-body h1 span {
    font-size: 40px;
}
#nextt-registration-popup{
	z-index: 9999;
}

#nextt-registration-popup .close {
    opacity: 1;
    padding: 40px 45px 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

#nextt-registration-popup .modal-header {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

#nextt-registration-popup .modal-content {
    /*background-image: url("../../images/ideasubmited-bg.svg");*/
    /*background-size: cover;*/
    /*background-position: 50%;*/
}

#nextt-registration-popup .modal-body, #submit-experiment-popup .modal-body {
    height: 100vh;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}

#nextt-registration-popup .get-started-btn, #submit-experiment-popup .get-started-btn {
    background: none;
    border: 2.5px solid #6842D7;
    padding: 14px 13px 13px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    color: #6842D7;
    margin-top: 50px;
}

#nextt-registration-popup .modal-body > img, #submit-experiment-popup .modal-body > img {
    margin-bottom: 25px;
	max-width: 100%;
}

#nextt-registration-popup .modal-body h1, #submit-experiment-popup .modal-body h1 {
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
    font-weight: 300;
    color: #6842D7;
}

#nextt-registration-popup .modal-body h1 span, #submit-experiment-popup .modal-body h1 span {
    font-size: 40px;
    color: #6842D7;
}
#submit-experiment-popup .modal-body p
{
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 300;
    color: #6842D7;
    width: 420px;
}
#submit-experiment-popup .modal-dialog
{
    overflow: hidden;
}
#submit-experiment-popup .modal-body
{
    overflow: auto;
}
#submit-experiment-popup .modal-content
{
    border:none;
}

.create-experiment .error {
    color: #FA4E77;
    margin-top: 5px;
    display: inline-block;
    position: absolute;
}

/*///////////*/
.main-outter .experiment-sidebar > div {
    position: absolute;
    top: calc(50% - 66px);
    width: 100%;
    z-index: 5;
}

.custom-select-other {
    margin-bottom: 30px;
}

.custom-select-other .other-week {
    max-width: 113px;
    margin-right: 68px;
}

.mobile-bg {
    background-image: url(../../images/sidebar-bg.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    height: 84%;
    top: 8% !important;
    z-index: 1 !important;
}

.experimtn-form .form-group span.help-block p {
    font-weight: 400;
}

.form-container {
    margin-top: 80px;
}

.success-msg {
    color: green;
    font-size: 18px;
    font-weight: 300;
}

/*/////*/
.purple-color {
    color: #6842D7 !important;
}

.active .active-color {
    color: #6842D7 !important;
}

.active .active-color.label-act {
    color: #6842D7;
    font-weight: 600;
}

.active .dollar-sign {
    color: #6842D7;
}

.custom-select-outer.active {
    color: #6842D7;
}

.custom-select-outer.active .custom-select {
    border: 3px solid #6842D7;
}

.custom-select-outer.active .custom-select select {
    color: #6842D7;
}

/*////*/
.need-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
}

.expe-devider {
    height: 1px;
    background: #E5E5E5;
    margin-bottom: 35px;
}

#first-need-person {
    margin-bottom: 5px;
}

.expe-formtitle {
    margin-bottom: 35px !important;
}

/*/////*/
#canvas-bg {
    position: fixed;
    z-index: 1;
}

.extra-contents-outter.active .need-title {
    color: #6842D7;
    font-weight: 500;
    font-size: 20px;
}

/*Datepicker*/
.ui-datepicker-header {
    background: #6842D7;
    color: #fff;
}

.ui-datepicker-today .ui-state-highlight {
    background: #6842D7;
    color: #fff;
    border: 1px solid #6842D7;
}

.ui-datepicker-current-day .ui-state-active {
    background: #FA4E77;
    color: #fff;
    border: 1px solid #FA4E77;
}

/*////*/
.form-control.cust-textbox {
    text-align: right;
    position: relative;
}

.aftertext {
    position: absolute;
    top: 29px;
    left: 22px;
    font-size: 20px;
    color: #6842D7;
    margin: 0;
    cursor: text;
    background: #fff;
    padding-right: 15px;
}

/*.aftertext:after{*/
/*position: absolute;*/
/*}*/
/*.aftertext.emailbox:after{*/
/*content: "Your Email Address";*/
/*}*/
/*.aftertext.pwdbox:after{*/
/*content: "Your Password";*/
/*}*/

.form-control.cust-textbox {
    -webkit-transition: color linear 0s;
    -moz-transition: color linear 0s;
    -ms-transition: color linear 0s;
    -o-transition: color linear 0s;
    transition: color linear 0s;
}

.form-control.cust-textbox::-webkit-input-placeholder {
    color: #727272;
}

.form-control.cust-textbox:-moz-placeholder { /* Firefox 18- */
    color: #727272;
}

.form-control.cust-textbox::-moz-placeholder { /* Firefox 19+ */
    color: #727272;
}

.form-control.cust-textbox:-ms-input-placeholder {
    color: #727272;
}

/*.experimtn-form .cust-group span{*/
/*color: #6842D7;*/
/*left: 0;*/
/*}*/
.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.slide-caption {
    color: #686868 !important;
    font-weight: 500 !important;
    min-height: 40px;
    bottom: -40px;
    margin: 0;
    position: absolute;
    font-size: 12px;
    width: 100%;
    padding-top: 10px;
    text-align: left;
}

.slide-caption span {
    color: #6842D7 !important;
    font-weight: 600 !important;
    position: initial;
    font-size: 12px;
}

.comment-form textarea.form-control {
    height: 65px;
    padding: 17px 15px 11px;
}

.gallery-slider {
    max-width: 500px;
}

.gallery-slider .swiper-wrapper .swiper-slide {
    text-align: center;
}

.gallery-slider .swiper-wrapper .swiper-slide img {
    max-width: 100%;
}

.gallery-slider .gallery-next {

}

.gallery-slider .link-thumb {
    background: #6842D7;
    width: 100%;
    height: 100%;
    padding: 40px;
    position: relative;
    text-align: left;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gallery-slider .link-thumb h4 a {
    color: #fff;
}

.thumb-outter {
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
    overflow: hidden;
}

.thumb {
    position: relative;
    left: 0;
    -webkit-transition: left .3s linear;
    -moz-transition: left .3s linear;
    -o-transition: left .3s linear;
    transition: left .3s linear;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
}

.thumb > div {
    height: 70px;
    width: 140px;
    float: left;
    margin-right: 10px;
}

.thumb .link-thumb {
    width: 140px;
    height: 100%;
    background: #6842D7;
    padding: 10px;
    position: relative;
    opacity: .4;
}

.thumb .active .link-thumb {
    opacity: 1;
}

.thumb .link-thumb h4 {
    color: #fff;
    font-size: 10px;
    font-weight: 500;
}

.thumb .link-thumb span {
    font-size: 9px;
    color: #ffffff;
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
}

.thumb .index-bg {
    height: 70px;
    width: 140px;
    background-size: cover;
    background-position: center;
    opacity: .4;
}

.thumb .active .index-bg {
    opacity: 1;
}

.thumb > div img {
    max-width: 100%;
}

hr {
    border-color: #e5e5e5;
}

.bio-box {
    cursor: pointer;
    margin-bottom: -10px;
    margin-top: 15px;
}

.bio-box img {
    width: 8px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.bio-box.active img {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.bio-box-details {
    padding: 30px 0 15px;
    display: none;
}

.bio-box-details h3 {
    font-size: 14px;
    color: #6842D7;
    margin-bottom: 17px;
    position: relative;
    padding-bottom: 12px;
}

.bio-box-details h3:after {
    content: "";
    height: 1px;
    background-color: #6842D7;
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 25%;
    opacity: .4;
}

.bio-box-details ul {
    margin: 0;
    padding: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
}

.bio-box-details ul li {
    font-size: 13px;
    font-weight: 600;
    color: #6842D7;
    padding-bottom: 13px;
}

.bio-box-details ul li:last-child {
    padding-bottom: 0;
}

.mobfooter ul.bottom-footer {
    width: auto;
    text-align: center;
}

/*.thgsfh{*/
/*color: #DE8AA0;*/
/*color: #8AAEDE;*/
/*color: #FFB300;*/
/*color: #60C7DA;*/
/*}*/

.zoom-prof,
.zoom-animation {
    -webkit-transform: scale(1);
    transform: scale(1);

    transition: all 1.4s ease;
    -webkit-transition: all 1.4s ease;
    -ms-transition: all 1.4s ease;
    -moz-transition: all 1.4s ease;
}

.zoom-animation.active {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);

    transition: all 1.4s ease;
    -webkit-transition: all 1.4s ease;
    -ms-transition: all 1.4s ease;
    -moz-transition: all 1.4s ease;
}

.zoom-prof1,
.zoom-animation1 {
    -webkit-transform: scale(1);
    transform: scale(1);

    transition: all 1.4s ease;
    -webkit-transition: all 1.4s ease;
    -ms-transition: all 1.4s ease;
    -moz-transition: all 1.4s ease;
}

.zoom-animation1.active {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);

    transition: all 1.4s ease;
    -webkit-transition: all 1.4s ease;
    -ms-transition: all 1.4s ease;
    -moz-transition: all 1.4s ease;
}

.expected-duration {
    font-size: 17px;
    color: #686868;
    font-weight: 600;
    margin: 20px 0 0;
}

.expected-duration span {
    font-size: 17px;
    color: #686868;
    font-weight: 400;
}

.helping-form-header{
    position: relative;
    z-index: 9998;
}


/**************** What is this page css *****************/
.whatisthis {
    padding-top: 80px;
    min-height: calc(100vh - 80px);
}

.whatisthis > .row {
    margin-top: 130px;
}

.whatisthis .right-block {
    padding-top: 5%;
}

.whatisthis .mission {
    margin-top: -50px;
}

.whatisthis h1 {
    margin-bottom: 40px;
}

.whatisthis h1 span {
    display: inline-block;
}

.whatisthis h1 span img {
    padding-left: 17px;
}

.whatisthis h3 {
    margin-bottom: 20px;
}

.whatisthis p {
    font-size: 17px;
}

.whatisthis p.brand-gray-dark {
    margin-bottom: 40px;
}

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

.whatisthis ul li {

    padding-bottom: 26px;
    list-style: none;
    position: relative;
    padding-left: 20px;

}

.track-page ul li {
    padding-bottom: 20px;
    font-size: 20px;
    color: #848484;
}

.track-page ul:last-child {
    margin-bottom: 60px;
}

.whatisthis ul li img {
    position: absolute;
    left: 0;
    top: 6px;
}

.track-page ul li img {
    top: 3px;
}

.whatisthis ul li p {
    font-size: 17px;
    color: #848484;
    line-height: 30px;
    margin: 0;
}

.whatisthis ul li a {
    color: #6842D7;
    text-decoration: underline;

}
.whatisthis .panel-body p.textpara {
    margin-bottom: 30px;
}
.whatisthis ul.numbering{
    padding-left: 17px;
}
.whatisthis ul.numbering li {
    list-style-type: decimal;
    padding-left: 7px;
}

.whatisthis ul.alpha{
    padding-left: 25px;
}
.whatisthis ul.alpha li {
    list-style-type: lower-alpha;
    padding-left: 7px;
}

.whatisthis ul.roman{
    padding-left: 30px;
}
.whatisthis ul.roman li {
    list-style-type: lower-roman;
    padding-left: 7px;
}

.whatisthis ul.roman li ul.numbering li {
    list-style-type: decimal;
}

.whatisthis .read-more {
    color: #6842D7;
}

.ideas {
    font-size: 20px;
    margin-bottom: 50px;
}

.signature {
    margin-top: 30px;
}

.signature p {
    margin-top: 10px;
}

.mission-footer.mobfooter {
    margin-top: 0;
}
.whatisthis.faq h1 {
    margin-bottom: 0px;
}

.whatisthis.faq h3 span img {
    padding-right: 17px;
}
.watch-video-btn
{
    font-size: 12px;
    font-weight: 700;
    padding: 8px 15px 7px;
    border: 2px solid #6842D7;
    border-radius: 8px;
    background: transparent;
    color: #6842D7;
    margin:0 0 3px 10px;
}

a.watch-video-btn:hover, a.watch-video-btn:active, a.watch-video-btn:focus{
    color: #4c20ce;
    border-color: #4c20ce;
    cursor: pointer;

}

.watch-video-btn img
{
    margin-left: 10px;
    margin-top: 5px;
}
@media (max-width:767px)
{
    .watch-video-btn
    {
        margin: 0 0 10px  0;
    }
}
/**************** End Mission new page css *****************/

.layout-header{

}
.help-experiment-header
{
    background:#5A34CB;
    position: fixed;
    width: 100%;
    top: 0;
    color: #fff;
    text-align: center;
    z-index: 99;
    line-height: 14px;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 0;
}
.help-experiment-header a
{
    color: #fff;
}
.help-experiment-header span
{
    font-weight: 500;
    color: #fff;
}
.help-experiment-header img
{
    margin-left: 4px;
}

.experiment-details-header .menubar{
    top: 0;
}

/*** platform page css **/
.platform-page
{
    background: url(../images/platform-bg.svg);
    background-size: cover;
    background-attachment: fixed; 
}
.platform-page .platform-container
{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}
.platform-logo
{
    margin-top: 90px;
}
.platform-logo img
{
    width: 228px;
}
.platform-logo span
{
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 19.6px;
    letter-spacing: 5.6px;
    margin-top: 15px;
}
.platform-content h2
{
    margin: 0;
    color: #fff;
    font-size: 39px;
    line-height: 53px;
    font-weight: 300;
    margin-top: 50px;
}
.platform-box h5
{
    margin: 30px 0 35px;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
}
.platform-box .box-outer
{
    padding: 0 8px;
}
.platform-box .box-outer-row
{
    margin: 0 -10px;
}
.platform-box .box
{
    padding: 20px 35px;
    background-size: cover;
    height: 297px;

    box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.platform-box .box img
{
    margin-bottom: 30px;
    margin-top: 30px;
    height: 50px;
}
.platform-box .box h4
{
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    line-height: 53px;
    margin: 0;
}
.platform-box .box p
{
    font-size: 18px;
    color:#fff;
    letter-spacing: 0.1px;
    line-height: 24px;
}
.platform-box-1
{
    background: url(../images/platform-box-1.svg);
}
.platform-box-2{
    background: url(../images/platform-box-2.svg);
}
.platform-box-3
{
    background: url(../images/platform-box-3.svg);
}
.platform-page .footer-text
{
    text-align: right;
}
.platform-page .footer-text h5
{
    margin: 70px 0 0;
    font-size: 30px;
    color: #fff;
    font-weight: 500;
}
.platform-page .footer-text span
{
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 5px;
}
.platform-page .footer-text span a
{
    color: #fff;
    position: relative;
    cursor: pointer;
}
.platform-page .footer-text span a:after
{
        content: '';
    height: 1px;
    width: 100%;
    background: #fff;
    left: 0;
    bottom: 0;
    position: absolute;

}

@media (max-width:991px)
{
    .platform-box .box-outer-row
    {
        margin: 0 -15px;
    }
    .platform-box .box-outer
    {
        margin-bottom: 15px;
    }
    .platform-page .footer-text
    {
        text-align: center;
    }
    .platform-content h2
    {
        font-size: 30px;
        line-height: 44px;
    }
    .platform-box h5
    {
        font-size: 20px;
    }
    .platform-box .box h4
    {
        font-size: 26px;
    }
    .platform-box .box img
    {
        margin-bottom: 35px;
        margin-top: 35px;
    }
    .platform-page .footer-text h5
    {
        font-size: 24px;
    }
    .platform-page .footer-text span
    {
        font-size: 18px;
    }
    .platform-box .box p
    {
        font-size: 16px;
    }
}