/*************Left side bar start *************/
.left-sidebar {
    background: #f4f6f9 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 25%;
    z-index: 99;
}

.hide-sidebar {
    position: fixed;
    left: -250px;
    top: 50px;
    width: 240px;
    height: 100%;
    overflow: hidden;
    -moz-box-shadow: 1px 4px 5px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 4px 5px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 4px 5px 4px rgba(0, 0, 0, 0.3);
    overflow-y: scroll;
    z-index: 99;
}

.left-sidebar::-webkit-scrollbar {
    width: 6px;
    background-color: #ECECEC;
}

.left-sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.left-sidebar::-webkit-scrollbar-thumb {
    background-color: #084951;
    outline: 1px solid black;
}

.left-sidebar .side-nav {
    margin: 0px;
    padding: 0px;
}

    .left-sidebar .side-nav li {
        width: 100%;
        list-style-type: none;
        padding: 0px;
    }

        .left-sidebar .side-nav li a {
            color: #768092;
            display: block;
            font-size: 13px;
            font-weight: bold;
            padding: 15px;
            text-decoration: none;
            text-transform: uppercase;
        }

.side-nav .panel {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    margin-bottom: 0;
}

.panel a {
    color: #000;
}

.left-sidebar-btns {
    display: none;
    position: absolute;
    right: -27px;
    top: 0;
}

.left-side-logo-area {
    padding: 35px 0;
    text-align: center;
}

.LS-logo {
    background: #fff none repeat scroll 0 0;
    border-radius: 100px;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.11);
    display: table;
    height: 182px;
    line-height: 182px;
    margin: 0 auto;
    width: 182px;
    position: relative;
}

.left-side-logo-area h1 {
    font-size: 20px;
    text-transform: uppercase;
}

.left-sidebar .side-nav li a img {
    float: left;
}

.left-sidebar .side-nav li a span {
    display: inline-block;
    margin-left: 15px;
    margin-top: 12px;
}

.left-sidebar .side-nav li a i {
    margin-top: 17px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .fileUpload.logoUpload {
        background: #037d06 none repeat scroll 0 0;
        border-radius: 100px;
        color: #fff;
        height: 38px;
        line-height: 38px;
        position: absolute;
        top: 0;
        width: 38px;
    }

/*************Left side bar end *************/



/*************right side bar start *************/
.right-container {
    width: 75%;
    float: right;
    transition: 0.5s;
}

.cover-sec {
    position: relative;
}

.cover-img {
    position: relative;
}

    .cover-img::before {
        background: -moz-linear-gradient(270deg, rgba(67,130,246,0.33) 0%, rgba(0,255,192,0.33) 100%); /* ff3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(67,130,246,0.33)), color-stop(100%, rgba(0,255,192,0.33))); /* safari4+,chrome */
        background: -webkit-linear-gradient(270deg, rgba(67,130,246,0.33) 0%, rgba(0,255,192,0.33) 100%); /* safari5.1+,chrome10+ */
        background: -o-linear-gradient(270deg, rgba(67,130,246,0.33) 0%, rgba(0,255,192,0.33) 100%); /* opera 11.10+ */
        background: -ms-linear-gradient(270deg, rgba(67,130,246,0.33) 0%, rgba(0,255,192,0.33) 100%); /* ie10+ */
        background: linear-gradient(180deg, rgba(67,130,246,0.33) 0%, rgba(0,255,192,0.33) 100%); /* w3c */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4382f6', endColorstr='#00ffc0',GradientType=0 ); /* ie6-9 */
        content: "";
        height: 100%;
        position: absolute;
        width: 100%;
    }

    .cover-img > img {
        height: 380px;
        width: 100%;
    }


.cover-log a {
    color: #fff;
    font-size: 25px;
    position: absolute;
    right: 60px;
    top: 27px;
    transition: all 0.3s;
}

    .cover-log a:hover {
        background: #fff none repeat scroll 0 0;
        border-radius: 8px;
        color: #037d06;
        padding: 3px 12px;
    }

.cover-profile-sec {
    display: inline-block;
    width: 100%;
}

.cover-profile-sec {
    display: inline-block;
    width: 100%;
}

.CP-details {
    display: table;
    margin: 0 auto;
}

    .CP-details > ul {
        display: table;
        height: 175px;
        margin-bottom: 0;
    }

    .CP-details li {
        display: table-cell;
        vertical-align: middle;
    }

    .CP-details a img {
        background: #fff none repeat scroll 0 0;
        border-radius: 12px;
        box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.11);
        display: inline-block;
        margin: 0 22px;
        padding: 22px 26px;
    }

    .CP-details a {
        color: #037d06;
    }

        .CP-details a p {
            font-size: 15px;
            font-weight: bold;
            margin: 13px 0 0;
            text-align: center;
            text-transform: uppercase;
        }

.CP-details {
    display: table;
    margin: -88px auto 0;
    position: relative;
}

/*************right side bar end *************/



.Cus-foem-sec .row {
    margin: 0;
}

.Cus-foem-sec {
    margin: 30px 0;
    padding: 0 30px;
}

    .Cus-foem-sec .form-group .form-control {
        color: #037d06;
        font-size: 15px;
        border-bottom: 1px solid #e8e8e8;
        border-top: none;
        border-right: none;
        border-left: none;
        box-shadow: none;
        border-radius: 0;
        padding: 0 0 14px 0;
    }

        .Cus-foem-sec .form-group .form-control:focus {
            border-bottom: 1px solid #037d06;
        }

.cus-dropi {
    position: relative;
    width: 100%;
}

    .cus-dropi select {
        width: 100%;
        border-bottom: 1px solid #e8e8e8;
        border-top: none;
        border-right: none;
        border-left: none;
        box-shadow: none;
        padding: 0 0 14px 0;
        font-size: 15px;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

.Cus-foem-sec .form-group {
    margin-bottom: 40px;
}

.cus-dropi::before {
    color: #838383;
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
}


.store-upload-img {
    display: inline-block;
    width: 100%;
}

.storeUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

    .storeUpload input.upload2 {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
        height: 100%;
    }

    .storeUpload.SU-cover {
        display: table;
        margin: 0 auto;
        text-align: center;
    }
ul.sidebar-menu li {
    
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center!important;
}
        .storeUpload.SU-cover > span {
            background: #fff none repeat scroll 0 0;
            border-radius: 100px;
            box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.11);
            display: inline-block;
            height: 128px;
            line-height: 128px;
            margin-top: 10px;
            width: 128px;
        }

        .storeUpload.SU-cover > p {
            color: #838383;
            font-size: 15px;
            font-weight: bold;
            margin: 15px 0 0;
            text-transform: uppercase;
        }

.btn-area {
    margin-top: 35px;
    text-align: center;
}

.cus-btn {
    background: #037e00 none repeat scroll 0 0;
    border: medium none;
    border-radius: 100px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 17px 65px;
    text-transform: uppercase;
}

.hvr-sweep-to-right::before {
    background: #4dc84a;
    border-radius: 100px;
}



/*css for promoted post display start*/
.clearout {
    height: 20px;
    clear: both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

    .nbs-flexisel-item img {
        max-width: 100%;
        cursor: pointer;
        position: relative;
        margin-top: 0px;
        margin-bottom: 10px;
    }

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding: 5px 20px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 40%;
    transform: translateY(-50%);
}

.nbs-flexisel-nav-left {
    left: 17px;
}

    .nbs-flexisel-nav-left:before {
        content: "";
        background-image: url(../images/arrow.png);
        width: 40px;
        height: 40px;
        float: left;
        background-repeat: no-repeat;
    }

    .nbs-flexisel-nav-left.disabled {
        opacity: 0.4;
    }

.nbs-flexisel-nav-right {
    right: 20px;
}

    .nbs-flexisel-nav-right:before {
        content: "";
        background-image: url(../images/arrow2.png);
        width: 40px;
        height: 40px;
        float: left;
        background-repeat: no-repeat;
    }

    .nbs-flexisel-nav-right.disabled {
        opacity: 0.4;
    }

.item_track {
    width: 90%;
    float: left;
    margin: 0 0 0 20px;
    padding: 0px 0px 10px 0px;
    background-color: #f5f5f5;
    border: solid;
    border-color: #f1f1f1;
}

    .item_track p {
        font-size: 14px;
        font-weight: bold;
        color: #333;
        margin: 22px;
        margin: 0px;
        line-height: 21px;
        float: left;
        width: 100%;
    }

    .item_track span {
        font-size: 13px;
        padding: 10px 0 10px 0;
        float: left;
        text-align: center;
        width: 100%;
    }

    .item_track img {
        height: 400px;
        overflow: hidden;
        width: 100%;
    }
    .suggestedfriend_scroll .item_track img {
    height: 200px;
    overflow: hidden;
    width: 100%;
}


        .item_track img:hover {
            opacity: 0.7;
        }

/*end display promoted post*/

/*css start for promoted post display*/
.list_promotions {
    width: 100%;
    float: left;
    margin: 0px;
    padding:0px;
}

.top-heading_pro_mots {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 10px 0 20px 0;
}

span.icon_pro {
    float: left;
    background-color: #f1f1f1;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    text-align: center;
    padding: 0px 0 0 0;
    border: solid;
    border-width: 1px;
    border-color: #ccc;
}


    span.icon_pro img {
        padding: 10px 0 0 0;
    }

span.head_pro-tacks {
    float: left;
    padding: 16px 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #047e07;
}


.table_promoted_psot {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

tr.row_post_heading {
    background-color: #047e07;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.table_promoted_psot tr td {
    padding: 5px 10px 5px 10px;
    font-size: 15px;
}

table.promoted_post_report tr:nth-child(even) {
    background-color: #f7f7f7;
}

/*end css promoted post*/

/** responsive styles **/
@media screen and (max-width: 1050px) {
    #w {
        padding: 0 15px;
    }

    .slider-arrow {
        font-size: 1.8em;
        padding: 15px;
    }
}

@media screen and (max-width: 650px) {
    h1 {
        font-size: 2.9em;
    }
}

@media screen and (max-width: 450px) {
    h1 {
        font-size: 2.1em;
    }
}

.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
    top: 0px;
}
img.dinesh_dada {
    width: 100%;
    height: 100%!important;
    /* overflow: hidden; */
}

a.left.carousel-control img {
    padding: 160px 0 0 0;
}
a.right.carousel-control img {
    padding: 160px 0 0 0;
}


