.color-picker {
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -175px;
    z-index: 10
}

@media (max-width: 767px) {
    .color-picker {
        display: none
    }
}

.color-picker a {
    display: block;
    position: relative;
    height: 50px;
    width: 50px;
    padding: 20px;
    margin-left: -30px
}

.color-picker a:hover,
.color-picker a.selected {
    margin-left: 0
}

.color-picker a:before {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    background: #000;
    opacity: .2
}

.color-picker a.selected:before {
    background: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 1px 0 0 rgba(50, 50, 50, .25);
    -moz-box-shadow: 0 1px 0 0 rgba(50, 50, 50, .25);
    box-shadow: 0 1px 0 0 rgba(50, 50, 50, .25)
}

.color_green {
    background: #4eae49
}

.color_purple {
    background: #a640d0
}

.color_red {
    background: #e44948
}

.color_mint {
    background: #4fcead
}

.color_blue {
    background: #00aeff
}

.color_yellow {
    background: #fddc60
}

.color_black {
    background: #444349
}


/*==============
SPACE CSS
=================*/

.space-100 {
    height: 100px;
}

.space-50 {
    height: 50px;
}

.space-80 {
    height: 80px;
}

.space-40 {
    height: 40px;
}

.space-60 {
    height: 60px;
}

.space-70 {
    height: 70px;
}

.space-30 {
    height: 30px;
}

.space-20 {
    height: 20px;
}

.space-10 {
    height: 10px;
}

.carousel-control .glyphicon-chevron-right, .fa-angle-right, .carousel-control .icon-next {
    right: 30%;
    margin-right: -10px;
}

.carousel-control .glyphicon-chevron-left, .fa-angle-left, .carousel-control .icon-next {
    left: 30%;
    margin-left: -10px;
}

.carousel-control .glyphicon-chevron-left, .fa-angle-left, .carousel-control .glyphicon-chevron-right, .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    font-size: 25px;
    background: black;
    padding: 10px;
    width: 50px;
    height: 50px;
    line-height: 30px;
}

/*======= media queries in css =======*/

/*////////////// XTRA SMALL DEVICES( mobile phones ) //////////////*/
@media (min-width: 300px) and (max-width: 479px) {
    .carousel-control .glyphicon-chevron-left, .fa-angle-left, .carousel-control .glyphicon-chevron-right, .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px;
        font-size: 20px;
        background: black;
        padding: 10px;
        width: 30px;
        height: 30px;
        line-height: 10px;
    }

    .carousel-control .glyphicon-chevron-right, .fa-angle-right, .carousel-control .icon-next {
        right: 30%;
        margin-right: -10px;
    }

    .carousel-control .glyphicon-chevron-left, .fa-angle-left, .carousel-control .icon-next {
        left: 30%;
        margin-left: -10px;
    }
}

/*////////////// TAB OR LARGE MOBILE PHONE //////////////*/
@media (min-width: 768px) and (max-width: 991px) {
    .carousel-control .glyphicon-chevron-left, .fa-angle-left, .carousel-control .glyphicon-chevron-right, .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px;
        font-size: 20px;
        background: black;
        padding: 10px;
        width: 30px;
        height: 30px;
        line-height: 10px;
    }

    .carousel-control .glyphicon-chevron-right, .fa-angle-right, .carousel-control .icon-next {
        right: 30%;
        margin-right: -10px;
    }

    .carousel-control .glyphicon-chevron-left, .fa-angle-left, .carousel-control .icon-next {
        left: 30%;
        margin-left: -10px;
    }
}

/*////////////// MEDIUM DEVICES LAPTOPS //////////////*/
@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-control .glyphicon-chevron-left, .fa-angle-left, .carousel-control .glyphicon-chevron-right, .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px;
        font-size: 20px;
        background: black;
        padding: 10px;
        width: 40px;
        height: 40px;
        line-height: 10px;
    }

    .carousel-control .glyphicon-chevron-right, .fa-angle-right, .carousel-control .icon-next {
        right: 30%;
        margin-right: -10px;
    }

    .carousel-control .glyphicon-chevron-left, .fa-angle-left, .carousel-control .icon-next {
        left: 30%;
        margin-left: -10px;
    }
}

.glyphicon-chevron-left:before {
    content: "\276E";
}

.glyphicon-chevron-right:before {
    content: "\276F";
}

.overflow-auto {
    max-height: 800px;
    overflow: ;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
    border-top: 0
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom, .card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group > .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion > .card {
    overflow: hidden
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.testimonial-group > .row {
    max-height: 500px;
    overflow-y: auto;
    white-space: nowrap;
}
.testimonial-group > .row > .col-xs-4 {
    display: inline-block;
    float: none;
}


.speakers .speaker-info {
    animation: moveSlideshow 20s linear infinite alternate;
}

@keyframes moveSlideshow {
    0% {
        transform: translateX(1200px);
    }
    100% {
        transform: translateX(-1200px);
    }
    0% {
        transform: translateX(1200px);
    }
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #1a1754;
    border-color: #1a1854;
}
.btn-primary {
    background-color: #1a1754;
}

.src-image {
    display: none;
}



.card {
    overflow: hidden;
    position: relative;
    border: 1px solid #CCC;
    border-radius: 8px;
    text-align: center;
    padding: 0;
    background-color: #ffffff;
    color: rgb(136, 172, 217);
    min-height: 350px;
}

.card .header-bg {
    /* This stretches the canvas across the entire hero unit */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
    border-bottom: 1px #FFF solid;
    background: linear-gradient(90deg, rgba(254,187,96,1) 0%, rgba(255,104,48,1) 61%, rgba(255,85,23,1) 100%);
    z-index: 1;
}
.card .avatar {
    position: relative;
    margin-top: 68px;
    z-index: 100;
}

.card .avatar img {
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #ffffff;

}
.btn-vote {
    color: #ffffff;
    background: linear-gradient(90deg, rgba(254,187,96,1) 0%, rgba(255,104,48,1) 61%, rgba(255,85,23,1) 100%);
}
.btn-voted {
    color: #ffffff;
    background: green;
}

.btn-vote:hover {
    color: #ffffff;
    background: linear-gradient(90deg, rgb(204, 183, 151) 0%, rgb(233, 148, 116) 61%, rgb(244, 142, 105) 100%);
}

.labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
span {
    color: #666;
}

.progress {
    height: 5px;
}
.progress-bar {
    background: linear-gradient(90deg, rgba(254,187,96,1) 0%, rgba(255,104,48,1) 61%, rgba(255,85,23,1) 100%);
}
