/*
========================
  General
========================
*/

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

@media (max-width: 768px) {
    .dashboard_right {
        display: none;
    }
}

.error_div {
    color: red;
}

.people_suggestion.stats ul li {
    list-style-type: none;
    position: relative;
    padding: 26px 10px 15px 60px;
    margin: 0;
}

.people_suggestion.stats ul li h1 {
    position: absolute;
    left: 0;
    top: 15px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 41px;
    border-radius: 50%;
    border: 1px solid #ddd;
}

/*------ Popover Button customize -----*/

.popover_btn {
    font-size: 11px;
    border: none;
    box-shadow: none;
    background: transparent;
    color: #6c7a86;
}

.loadbutton {
    text-align: center;
}




/*------ Feed Minimize -----*/

.feed_minimize {
    overflow: hidden;
    position: relative;
    line-height: 1.6em;
    max-height: 4.8em;
    text-align: justify;
    margin-right: -1em;
    padding-right: 1em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    padding-right: 10px;
    width: 99%;
}

.feed_minimize:before {
    content: 'Continue reading...';
    position: absolute;
    right: 0;
    /* bottom: 0;*/
    bottom: -3px;
    background: #fff;
    font-size: 13px;
    padding: 5px 20px 0 20px;
    color: #650CDE;
}

.feed_minimize:after {
    content: '';
    position: absolute;
    right: 0;
    width: 11em;
    height: 2em;
    margin-top: 0em;
    background: white;
}





/*.need_minimize.need_minimize:before,
.need_minimize.completed:after {
    background: #E9FEEC !important;
}*/


/*------ Multiple Image Upload -----*/

.multi_box {
    float: left;
    margin: 5px 10px 5px 0;
    width: 90px;
    height: 90px;
    position: relative;
    overflow: hidden;
    border: 1px dashed #ddd;
}

.multi_box .add_multi_file {
    text-align: center;
    height: 100%;
}

.multi_box .img_button,
.multi_box .add_multi_file button {
    border: none;
    box-shadow: none;
    height: 100%;
    width: 100%;
    background: #fff;
}

.multi_box .img_button i,
.multi_box .add_multi_file button i {
    font-size: 2.5em;
    opacity: 0.3;
}

.multi_box .loader_warp {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: #fff;
}

.multi_box img {
    width: 100%;
    height: 100%;
}

.multi_box .label_img {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    line-height: 25px;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    box-shadow: none;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 18px;
}





/*------ No item block -----*/

.no_items_wrap {
    padding: 20px;
    width: 80%;
    margin: 25px auto;
    text-align: center;
    border: 1px dashed #919fa9;
}

.no_items_wrap h1 i {
    color: #919fa9;
    font-size: 1.8em;
}

.no_items_wrap h3 {
    font-size: 16px;
    color: #919fa9;
}

.no_items_wrap p {
    color: #919fa9;
}

.search_result_title {
    font-size: 16px;
    text-align: left;
    margin: 5px auto 25px auto;
    color: #919fa9;
}

.search_result_title.gallery_search {
    font-size: 16px;
    text-align: left;
    margin: 5px auto 0px auto;
    color: #919fa9;
}

.search_result_title a {
    float: right;
    font-size: 14px;
    line-height: 23px;
}




/*------ View More Feeds  -----*/

.load_help {
    background: #fff;
    padding: 15px;
    margin: 5px auto 15px auto;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 3px;
    font-size: 15px;
    color: inherit;
}

.view_more_feeds,
.view_more_alumni_feeds,
.view_more_notification,
.view_more_alumni {
    background: #fff;
    padding: 15px;
    margin: 5px auto 15px auto;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    color: inherit;
}

.view_more_reply,
.image_view_more_reply {
    padding: 5px;
    margin: 15px 0;
    width: auto;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    background: #fff;
    display: inline-block;
}

.view_more_comment,
.image_view_more_comment {
    padding: 5px;
    margin: 15px;
    width: auto;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    background: #fff;
    display: inline-block;
}

.view_more_comment:hover,
.view_more_reply:hover,
.image_view_more_comment:hover,
.image_view_more_reply:hover,
.load_help:hover {
    text-decoration: underline !important;
}





/*------ Form Error -----*/

.errmsgs {
    color: #f05050;
}

.form-control.error,
.form-control.err {
    border: 1px solid #f05050;
    color: inherit;
    font-size: inherit;
}

.people-rel-list .site-header-search.error {
    border: 1px solid #f05050;
}

.write-something.error {
    border-bottom: 1px solid #f05050 !important;
}

.form-control.head_search.error {
    border-bottom: 1px solid #f05050 !important;
}

.write-something.error {
    border-bottom: 1px solid red;
}

.response {
    margin-bottom: 15px;
}

.no_display {
    display: none;
}

.no_padding {
    padding: 0;
}

.note-editor.note-frame {
    border: none !important;
}

.help-text {
    font-size: 12px;
    margin-top: 5px;
    color: #66757f;
}

#map {
    width: 100%;
    height: 350px;
    background-color: #CCC;
}

.sharethis {
    margin-bottom: 15px;
}

.sharethis p {
    margin: 0;
}





/*- Auto complete on modal --*/

.pac-container {
    z-index: 1053 !important;
}





/*-- Post Box --*/

.post_preview_wrap {
    background: #fff;
    border-radius: 4px;
}

.post_preview_wrap .profile_pic {
    float: left;
    padding: 10px;
}

.post_preview_wrap .profile_pic img {
    width: 60px;
    border-radius: 50%;
}

.post_preview_wrap .whats_on {
    float: left;
    padding: 10px 10px;
    cursor: text;
}

.post_preview_wrap .whats_on h1 {
    font-size: 1.4em;
    line-height: 60px;
    margin: 0;
    opacity: 0.4;
    cursor: text;
}

.post_form_wrap h3 {
    font-size: 16px;
    padding: 5px 15px 0 15px;
}

.post_form_wrap .close_post_wrap {
    position: absolute;
    top: 5px;
    right: 10px;
    box-shadow: none;
    border: none;
    background: #fff;
    font-size: 23px;
    color: #ccc;
}

.post_pop_title {
    background: #fff;
}

.showup {
    position: absolute;
    top: 10%;
    left: 0%;
    z-index: 1050;
    width: 100%;
}

.showup .post_pop_title button {
    position: absolute;
    top: 5px;
    right: 10px;
    border: none;
    background: transparent;
    font-size: 1.5em;
    color: #ccc;
}

.showup .post_pop_title h2 {
    font-size: 18px;
    padding: 17px 15px;
    margin: 0 0 -5px 0;
    font-weight: 500;
    background: #fff;
    border-radius: 5px 5px 0 0;
    position: relative;
}

.post_type_wrap {
    text-align: right;
    display: table-cell;
    width: 40%;
    float: left;
}

.post_type_wrap h3 {
    float: left;
    font-size: 15px;
    padding-top: 10px;
    margin: 0 10px 0 0;
}

.post_type_wrap .drop {
    float: left;
    width: 180px;
}

.post_community_wrap {
    text-align: right;
    display: table-cell;
    width: 55%;
    float: left;
}

.post_community_wrap h3 {
    float: left;
    font-size: 15px;
    padding-top: 10px;
    margin: 0 10px 0 0;
}

.post_community_wrap .drop {
    float: left;
    width: 220px;
}

.post_attachment {
    padding: 10px 15px 10px 15px;
    background: #fff;
}

.post_attachment p {
    margin: 0;
}

.jFiler-input-dragDrop h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 5px 0;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif !important;
}





/*.box-typical .box-typical-footer.comment_inner {
    background: transparent;
    padding: 10px 5px 0 5px;
    border-top: solid 1px #d8e2e7;
    margin-top: 10px;
}*/

.box-typical-footer.comment_inner {
    background: transparent;
    padding: 10px 5px 0 5px;
    border-top: solid 1px #d8e2e7;
    margin-top: 10px;
}

.viewPost h3 {
    font-size: 15px;
    margin: 0 0 10px 0;
    color: #66757f;
    font-weight: 600;
    line-height: 21px;
}

.profile-post .user-card-row .tbl-cell.tbl-cell-photo img {
    display: block;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.post_user_degree {
    font-size: 13px;
    margin: 5px 0;
    opacity: 0.7;
}

.post_header .feed_icon {
    width: 25px !important;
    position: absolute;
    right: 35px;
    border: none;
    top: 20px;
}

.post_header .feed_alumni_icon {
    width: 25px !important;
    position: absolute;
    right: 35px;
    border: none;
    top: 20px;
}

@media (max-width: 768px) {
    .post_preview_wrap {
        background: #fff;
        border-radius: 4px;
    }

    .post_preview_wrap .profile_pic {
        float: left;
        padding: 10px;
    }

    .post_preview_wrap .profile_pic img {
        width: 50px;
        border-radius: 50%;
    }

    .post_preview_wrap .whats_on {
        float: left;
        padding: 15px 10px;
        cursor: text;
    }

    .post_preview_wrap .whats_on h1 {
        font-size: 1em;
        line-height: 35px;
        margin: 0;
        opacity: 0.4;
        cursor: text;
    }

    .postwall_bg {
        top: 0;
        left: 0;
        position: fixed;
        background: rgba(0, 0, 0, 0.8);
        width: 100%;
        height: 100%;
        z-index: 1049;
    }

    .postwall_wrap {
        position: absolute;
        z-index: 1050;
        top: 3%;
        left: 5%;
        width: 90%;
    }

    .post_form_wrap h3 {
        font-size: 16px;
        padding: 5px 15px 0 15px;
    }

    .post_form_wrap .close_post_wrap {
        position: absolute;
        top: 5px;
        right: 10px;
        box-shadow: none;
        border: none;
        background: #fff;
        font-size: 23px;
        color: #ccc;
    }

    .post_pop_title {
        background: #fff;
    }

    .post_header .feed_icon {
        width: 20px !important;
        position: absolute;
        right: 35px;
        border: none;
        top: 35px;
    }

    .post_header .feed_alumni_icon {
        width: 20px !important;
        position: absolute;
        right: 35px;
        border: none;
        top: 35px;
    }

    .box-typical .box-typical-footer .tbl-cell.trip {
        width: 100%;
        display: block !important;
    }

    .box-typical .box-typical-footer .tbl-cell.post {
        vertical-align: bottom;
    }

    .post_type_wrap {
        text-align: right;
        display: block !important;
        width: 100%;
        float: right;
    }

    .post_type_wrap h3 {
        float: left;
        font-size: 15px;
        padding-top: 10px;
        margin: 0 10px 0 0;
    }

    .post_type_wrap .drop {
        float: left;
        width: 180px;
    }

    .post_community_wrap {
        text-align: right;
        display: block !important;
        width: 100%;
        float: right;
    }

    .post_community_wrap h3 {
        float: left;
        font-size: 15px;
        padding-top: 10px;
        margin: 0 10px 0 0;
    }

    .post_community_wrap .drop {
        float: left;
        width: 100%;
    }

    .showup {
        position: absolute;
        top: 0px;
        left: 5%;
        z-index: 1050;
        width: 90%;
    }

    .showup .post_pop_title button {
        position: absolute;
        top: 5px;
        right: 10px;
        border: none;
        background: transparent;
        font-size: 1.5em;
        color: #ccc;
    }

    .showup .post_pop_title h2 {
        font-size: 18px;
        padding: 17px 15px;
        margin: 0 0 -5px 0;
        font-weight: 500;
        background: #fff;
        border-radius: 5px 5px 0 0;
        position: relative;
    }

    .showup .tbl-cell.trip {
        width: 40% !important;
        display: inline-block;
    }

    .showup .tbl-cell.post {
        width: 100% !important;
        display: inline-block;
        text-align: right;
        margin-top: 10px;
    }

    .showup .tbl-cell.post_type_wrap {
        text-align: right;
        display: inline-block;
        width: 100%;
        float: none;
    }

    .post_type_wrap h3 {
        float: left;
        font-size: 15px;
        padding-top: 10px;
        margin: 0 10px 0 0;
    }

    .post_type_wrap .drop {
        float: left;
        width: 100%;
    }
}





/*- Post Filter --*/

.post_filter_wrap {
    background: #fff;
    width: 100%;
    margin: 0 0 25px 0;
    padding: 10px;
    border-radius: 3px;
    box-shadow: rgba(34, 34, 34, 0.15) 0 1px 1px;
}

.post_filter_wrap h3 {
    font-size: 14px;
    margin: 0 0 10px 0;
}

.post_filter_wrap .filter_community {
    width: 40%;
    float: left;
    padding: 5px;
}

.post_filter_wrap .filter_topics {
    width: 40%;
    float: left;
    padding: 5px;
}

.post_filter_wrap .filter_topics .topic_list li {
    display: inline-block;
    margin: 5px;
}

.post_filter_wrap .filter_topics .topic_list li.no_display {
    display: none;
}

.post_filter_wrap .filter_topics .topic_list li.hide_topic_li {
    display: inline-block;
}

.post_filter_wrap .filter_topics .topic_list li button {
    background: #fff;
    padding: 7px 15px 7px 40px;
    display: block;
    position: relative;
    height: 36px;
    border-radius: 50px;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 21px;
    color: #6c7a86;
}

.post_filter_wrap .filter_topics .topic_list li button:hover {
    color: inherit;
    box-shadow: rgba(34, 34, 34, 0.15) 0 5px 10px;
    background: #fff;
    border: 1px solid rgba(34, 34, 34, 0.2);
}

.post_filter_wrap .filter_topics .topic_list li button img {
    width: 28px;
    position: absolute;
    top: 3px;
    left: 4px;
}

.post_filter_wrap .sort_by {
    width: 20%;
    float: left;
}





/*
========================
   Feed Items list
========================
*/


/*- Post Item List --*/


/*.viewPost {
    cursor: pointer;
}

.post_image,
.post_image_listing_wrap {
    margin-bottom: 15px;
}*/


/* KALAIVANAN */

.viewPost {
    cursor: pointer;
    z-index: 100;
    position: relative;
}





/*-- Post Wrap section ---*/

.post_indi_item {
    background: #fff;
    position: relative;
    border-radius: 5px;
}





/*-- Post header section ---*/

.post_indi_item .p_header {
    position: relative;
    padding: 15px;
    background: #fff;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #ddd;
}

.post_indi_item .p_header .user_pic {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    /* position: absolute;
    left: -37px;
    top: 15px;*/
    cursor: pointer;
    border: 2px solid rgba(0, 0, 0, 0.02);
    background: #000;
}

.post_indi_item .p_header .feed_icon {
    width: 30px !important;
    position: absolute;
    right: 10px;
    border: none;
    top: 32px;
    background: transparent;
}

.post_indi_item .p_header .feed_alumni_icon {
    width: 30px !important;
    position: absolute;
    right: 10px;
    border: none;
    top: 32px;
    background: transparent;
}

.post_indi_item .p_header .feed_icon img {
    width: 100%;
}

.post_indi_item .p_header .feed_alumni_icon img {
    width: 100%;
}

.post_indi_item .p_header .post_community_name {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin: 0 0 5px 0;
}

.post_indi_item .p_header .post_community_name span.community {
    font-weight: 400;
    margin-left: 0px;
}

.post_indi_item .p_header .post_community_name span.community a {
    color: #6c7a86;
    font-weight: 500;
}

.post_indi_item .p_header .post_community_name span.community a:hover {
    color: #650CDE;
}

.post_indi_item .p_header .post_community_name span.connector {
    font-weight: 400;
    margin-left: 0px;
    margin-right: 0;
    color: rgba(2, 2, 2, 0.5);
}

.post_indi_item .p_header .post_community_name span i {
    font-size: 12px;
    opacity: 0.5;
}

.post_indi_item .p_header .post_user_degree {
    font-size: 0.95em;
    margin: 5px 0;
    color: #6c7a86;
}

.post_indi_item .p_header .post_user_degree .time {
    padding-left: 8px;
    position: relative;
    font-size: 0.95em;
    margin-left: 5px;
}

.post_indi_item .p_header .post_user_degree .time:before {
    content: "";
    width: 5px;
    border-radius: 50px;
    height: 5px;
    background: #6c7a86;
    opacity: 0.7;
    font-size: 10px;
    position: absolute;
    top: 7px;
    left: -3px;
}


@media (max-width: 768px) {
    .post_indi_item .p_header {
        border-radius: 0px 0px 0 0;
    }

    .box-typical .box-typical-footer {
        border-radius: 0 0 0px 0px;
    }

    .feed_filter_wrap .trending_wrap button {
        padding: 6px 10px !important;
    }

    .profile-post .user-card-row .tbl-cell.tbl-cell-photo img {
        display: block;
        width: 50px;
        height: 50px;
        -webkit-border-radius: 50%;
        border-radius: 50%
    }

    .post_indi_item .p_header .post_community_name {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        margin: 0 0 5px 0;
    }

    .post_indi_item .p_header .post_user_degree {
        font-size: 11px;
        margin: 5px 0;
        color: #6c7a86;
    }

    .post_drop_down {
        top: 1px !important;
    }

    .dropdown.dropdown-user-menu {
        font-size: 11px;
    }

    .post_indi_item .p_header .feed_icon.mobile {
        width: 20px;
        position: absolute;
        right: 10px;
        border: none;
        top: 35px;
        background: transparent;
    }

    /*post list content page*/

    .post_indi_item .p_content h3 {
        font-size: 14px !important;
        margin: 0 0 10px 0;
        line-height: 23px;
        font-weight: 500;
    }

    .post_indi_item .p_content p {
        font-size: 13px !important;
        margin: 0 0 10px 0;
        line-height: 23px;
    }

    .feed_minimize::before {
        content: 'Continue reading...';
        position: absolute;
        right: 0;
        bottom: 0;
        bottom: -7px;
        background: #fff;
        font-size: 12px;
        padding: 2px 20px 0 17px;
        color: #650CDE;
    }

    .comment_user {
        font-size: 12px !important;
        font-weight: 500;
        color: #343434;
    }

    .post-data {
        display: inline-block;
        font-weight: normal;
        padding-left: 5px !important;
        font-size: 9px !important;
        color: #6c7a86;
    }

    .comment-row-item-content p {
        font-size: 12px;
    }

    .box-typical-footer .float-left,
    .box-typical-footer .float-right {
        font-size: 12px;
    }

    .btn-group-sm>.btn,
    .btn-sm {
        padding: .25rem .75rem;
        font-size: 11px;
        line-height: 1.5;
        -webkit-border-radius: .2rem;
        border-radius: .2rem;
    }

    .preview_block {
        display: flex;
    }

    .preview_block div {
        position: relative;
        top: 40px;
    }

    button.cancelReplyEdit {
        right: 80px !important;
        font-size: 9px;
    }

    button.editReplySave {
        font-size: 9px;
    }

    .liked_user_list .info {
        float: left;
        margin-left: 15px;
        padding-top: 0px !important;
    }


}



/*-- Post Action drop downs ---*/

.post_drop_down {
    position: absolute;
    top: 4px;
    right: 5px;
}

.post_drop_down button {
    background: transparent;
    border: none;
    color: #adb7be;
    opacity: 0.7;
    padding: 0 5px;
    height: 20px;
}

.post_drop_down button:hover {
    opacity: 1;
    color: #6c7a86;
}

.post_drop_down button .fa {
    font-size: 1.8em;
    line-height: 22px;
}

.post_drop_down .dropdown-menu {
    position: absolute;
    width: 200px;
    z-index: 900;
    float: left;
    padding: 0px 0;
    margin: 0;
    background: #fff;
    border-radius: 0;
    border-color: #d8e2e7;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    background-clip: padding-box;
}

.post_drop_down .dropdown-menu .dropdown-caret {
    display: none;
    position: absolute;
    top: -8px;
    right: 10px;
    width: 18px;
    height: 10px;
    float: left;
    overflow: hidden;
    z-index: 90;
}

.post_drop_down .dropdown-menu .dropdown-caret .caret-outer {
    border-bottom: 10px solid #657786;
    border-bottom-color: rgba(0, 0, 0, 0.01);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: auto;
    left: 0;
    top: 0;
    width: auto;
}

.post_drop_down .dropdown-menu .dropdown-caret .caret-inner {
    top: 1px;
    left: 1px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
    border-bottom-color: #fff;
}

.post_drop_down .dropdown-menu .dropdown-caret .caret-outer,
.post_drop_down .dropdown-menu .dropdown-caret .caret-inner {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    margin-left: -1px;
}

.post_drop_down .dropdown-item {
    background: #fff;
    padding: 10px 15px;
    border-bottom: 1px solid #d8e2e7;
    font-weight: 500;
}

.post_drop_down .dropdown-item:last-child {
    border: none;
}

.post_drop_down .dropdown-item:hover {
    /*background: #650CDE;
    border-bottom: 1px solid #650CDE;
    */
    background: #f1f1f1;
    color: inherit;
}

.post_drop_down .dropdown-item .font-icon {
    font-size: 1.3em;
    color: #6c7a86;
}

.post_drop_down .dropdown-item:hover .font-icon {
    color: #6c7a86;
}


/*--News Action drop down--*/

.news_drop_down {
   float: right;
}

.news_drop_down button {
    background: transparent;
    border: none;
    color: #adb7be;
    opacity: 0.7;
    padding: 0 5px;
    height: 20px;
}

.news_drop_down button:hover {
    opacity: 1;
    color: #6c7a86;
}

.news_drop_down button .fa {
    font-size: 1.8em;
    line-height: 22px;
}

.news_drop_down .dropdown-menu {
    position: absolute;
    width: 200px;
    z-index: 900;
    float: left;
    padding: 0px 0;
    margin: 0;
    background: #fff;
    border-radius: 0;
    border-color: #d8e2e7;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    background-clip: padding-box;
}

.news_drop_down .dropdown-menu .dropdown-caret {
    display: none;
    position: absolute;
    top: -8px;
    right: 10px;
    width: 18px;
    height: 10px;
    float: left;
    overflow: hidden;
    z-index: 90;
}

.news_drop_down .dropdown-menu .dropdown-caret .caret-outer {
    border-bottom: 10px solid #657786;
    border-bottom-color: rgba(0, 0, 0, 0.01);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: auto;
    left: 0;
    top: 0;
    width: auto;
}

.news_drop_down .dropdown-menu .dropdown-caret .caret-inner {
    top: 1px;
    left: 1px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
    border-bottom-color: #fff;
}

.news_drop_down .dropdown-menu .dropdown-caret .caret-outer,
.news_drop_down .dropdown-menu .dropdown-caret .caret-inner {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    margin-left: -1px;
}

.news_drop_down .dropdown-item {
    background: #fff;
    padding: 10px 15px;
    border-bottom: 1px solid #d8e2e7;
    font-weight: 500;
}

.news_drop_down .dropdown-item:last-child {
    border: none;
}

.news_drop_down .dropdown-item:hover {
    /*background: #650CDE;
    border-bottom: 1px solid #650CDE;
    */
    background: #f1f1f1;
    color: inherit;
}

.news_drop_down .dropdown-item .font-icon {
    font-size: 1.3em;
    color: #6c7a86;
}

.news_drop_down .dropdown-item:hover .font-icon {
    color: #6c7a86;
}


/*-- Post Body section ---*/

.post_indi_item .p_content {
    padding: 15px;
}

.post_indi_item .p_content h3 {
    font-size: 15px;
    margin: 0 0 10px 0;
    line-height: 23px;
    font-weight: 500;
}

.post_indi_item .p_content p {
    font-size: 14px;
    margin: 0 0 10px 0;
    line-height: 23px;
}





/*-- Post Footer section ---*/

.post_indi_item .p_footer {
    background: #ccc;
}

.post_indi_item .p_footer .like_list {
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.post_indi_item .p_footer .like_list .left {
   /* padding: 15px;*/
   padding: 15px 0px 15px 15px;
    width: 50%;
    float: left;
}

.post_indi_item .p_footer .like_list .right {
    width: 50%;
    float: left;
}

.post_indi_item .p_footer .like_list .right button {
    border: none;
    box-shadow: none;
    background: transparent;
    color: #6c7a86;
    float: right;
    padding: 15px 15px 15px 0;
}

.post_indi_item .p_footer .like_list .right button span {
    font-weight: 600;
    color: #343434;
}

.post_indi_item .p_footer .like_list .right ul li {
    display: inline-block;
    margin: 5px 5px;
}

.post_indi_item .p_footer .like_list .right ul li a img {
    width: 40px;
    border-radius: 50px;
}





/*-- Post Image section ---*/

.post_image,
.post_image_listing_wrap {
    position: relative;
    margin-bottom: 15px;
    /*Kalaivanan*/
    margin-bottom: 15px;
    z-index: 1000;
}

.post-images-div {
    z-index: 1200;
}

.post_image img {
    width: 100%;
}

.post_image_listing_wrap .post_image_listing {
    padding: 2px;
}

.like_button,
.unlike_button,
.comment_open {
    background: transparent;
    border: none;
    color: #66757f;
}

.comment_open {
    margin-left: 15px;
}

.like_button i,
.comment_open i {
    -webkit-transition: width 2s, height 4s;
    transition: width 2s, height 4s;
    /*color: #F3565D;*/
    color: #650CDE;
}

.unlike_button i {
    color: #650CDE;
}

.like_button:hover {
    color: #650CDE;
}

.like_button:hover>i {
    color: #650CDE;
}





/*-- Sub Like / reply  section ---*/

.sub_like_button,
.sub_unlike_button {
    background: transparent;
    border: none;
    color: #66757f;
}

.sub_like_button i {
    -webkit-transition: width 2s, height 4s;
    transition: width 2s, height 4s;
    /*color: #F3565D;*/
    color: #650CDE;
}

.sub_unlike_button i {
    color: #650CDE;
}

.sub_like_button:hover {
    color: #650CDE;
}

.sub_like_button:hover>i {
    color: #650CDE;
}

.image_sub_like_button,
.image_sub_unlike_button {
    background: transparent;
    border: none;
    color: #66757f;
}

.image_sub_like_button i {
    -webkit-transition: width 2s, height 4s;
    transition: width 2s, height 4s;
    /*color: #F3565D;*/
    color: #650CDE;
}

.image_sub_unlike_button i {
    color: #650CDE;
}

.image_sub_like_button:hover {
    color: #650CDE;
}

.image_sub_like_button:hover>i {
    color: #650CDE;
}

.image_like_button,
.image_unlike_button {
    background: transparent;
    border: none;
    color: #66757f;
}

.image_like_button i {
    -webkit-transition: width 2s, height 4s;
    transition: width 2s, height 4s;
    /*color: #F3565D;*/
    color: #650CDE;
}

.image_unlike_button i {
    color: #650CDE;
}

.image_like_button:hover {
    color: #650CDE;
}

.image_unlike_button:hover>i {
    color: #650CDE;
}

.reply_like_button,
.reply_unlike_button {
    background: transparent;
    border: none;
    color: #66757f;
}

.reply_like_button i {
    -webkit-transition: width 2s, height 4s;
    transition: width 2s, height 4s;
    /*color: #F3565D;*/
    color: #650CDE;
}

.reply_unlike_button i {
    color: #650CDE;
}

.reply_like_button:hover {
    color: #650CDE;
}

.reply_like_button:hover>i {
    color: #650CDE;
}

.image_reply_like_button,
.image_reply_unlike_button {
    background: transparent;
    border: none;
    color: #66757f;
}

.image_reply_like_button i {
    -webkit-transition: width 2s, height 4s;
    transition: width 2s, height 4s;
    /*color: #F3565D;*/
    color: #650CDE;
}

.image_reply_unlike_button i {
    color: #650CDE;
}

.image_reply_like_button:hover {
    color: #650CDE;
}

.image_reply_like_button:hover>i {
    color: #650CDE;
}

.reply_button {
    background: transparent;
    border: none;
    color: #66757f;
    margin-left: 10px;
}

.reply_button i {
    -webkit-transition: width 2s, height 4s;
    transition: width 2s, height 4s;
    /*color: #F3565D;*/
    color: #650CDE;
}

.reply_button i {
    color: #650CDE;
}

.reply_button:hover {
    color: #650CDE;
}

.reply_button:hover>i {
    color: #650CDE;
}

.reply_box .emojionearea {
    width: 95%;
}

.comment-row-item.blink {
    -webkit-animation-name: blink;
    -webkit-animation-duration: 3s;
    animation-name: blink;
    animation-duration: 3s;
}





/*-- Comment rows section ---*/

.comment-rows-container {
    max-height: 100% !important;
}





/* Safari 4.0 - 8.0 */

@-webkit-keyframes blink {
    from {
        background-color: rgba(253, 173, 42, 0.5);
    }

    to {
        background-color: rgba(255, 244, 182, 1);
    }
}





/* Standard syntax */

@keyframes blink {
    from {
        background-color: rgba(253, 173, 42, 0.5);
    }

    to {
        background-color: rgba(255, 244, 182, 1);
    }
}





/*-- Post Comment section ---*/

.post_comment_wrap {
    /*background: #fbfcfd;*/
    position: relative;
    padding: 10px 0 0 0;
}

.post_comment_wrap.news {
    background: #fbfcfd;
    padding: 5px;
    position: relative;
    margin-top: 10px;
}

.post_comment_wrap .comment_box {
    position: relative;
    padding: 10px 10px 10px 60px;
    background: transparent;
    min-height: 60px;
}

.post_comment_wrap .comment_box .user_pic {
    width: 40px;
    border-radius: 50%;
    margin: 2px;
    position: absolute;
    top: 8px;
    left: 10px;
}

.post_comment_wrap .comment_box .write-something {
    width: 100%;
}

.post_comment_wrap .comment_box button {
    position: relative;
    margin: 10px 0 0 10px;
    float: right;
}

.post_comment_wrap .comment_box .emojionearea {
    border: 1px solid #ddd;
    border-radius: 5px;
    min-height: 40px;
    max-height: auto;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
    width: 100%;
}

.post_comment_wrap .comment_box .emojionearea-editor {
    padding: 10px 32px 10px 10px;
    min-height: auto;
}

.post_comment_wrap .comment_box .emojionearea .emojionearea-imagebutton {
    position: absolute;
    left: 0px;
    bottom: -50px !important;
}

.post_comment_wrap .comment_box .emojionearea .emojionearea-picker {
    /*margin-right: -33px;*/
}

.post_comment_wrap .comment_box .emojionearea .emojionearea-button {
    position: absolute;
    right: 7px;
    top: 7px;
}

.post_comment_wrap.edit .comment_box {
    /*width: 65%;*/
}

.post_comment_wrap.reply_edit .comment_box {
    /* width: 60%;*/
}

.post_comment_wrap .comment_box .write-something {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 8px 5px;
    height: 40px;
}

.post_comment_wrap .comment_box .write-something.error {
    border-color: red;
}

.post_comment_wrap .cancelCommentEdit {
    /* position: absolute;
    top: 10px;
    right: 70px;*/
}

.post_comment_wrap .imagecancelCommentEdit {
    /* position: absolute;
    top: 10px;
    right: 70px;*/
}

.post_comment_wrap .cancelReplyEdit {
    /* position: absolute;
    top: 10px;
    right: 70px;*/
}

.post_comment_wrap .imagecancelReplyEdit {
    /* position: absolute;
    top: 10px;
    right: 70px;*/
}

.comment_user {
    font-size: 13px;
    font-weight: 500;
    color: #343434;
}





/*Comment DropDown*/

.comment_drop_down {
    position: absolute;
    top: 0px;
    right: 0px;
}

.comment_drop_down button {
    background: transparent;
    border: none;
    color: #adb7be;
    padding: 2px 10px;
}

.post-data {
    display: inline-block;
    font-weight: normal;
    padding-left: 10px;
    font-size: 10px;
    color: #6c7a86;
}

@media (max-width: 768px) {

    .like_button,
    .unlike_button {
        background: transparent;
        border: none;
        color: #66757f;
        font-size: 13px;
    }

    .post_comment_wrap {
        background: #fff;
        padding: 5px;
        position: relative;
        padding-bottom: 50px;
    }

    .post_comment_wrap img {
        width: 35px;
        border-radius: 50px;
        float: left;
        margin: 2px;
        border: 2px solid #ddd;
    }

    .post_comment_wrap .comment_box {
        float: left;
        width: 100%;
        margin-left: 0px;
    }

    .post_comment_wrap .comment_box button {
        position: absolute;
        right: 10px;
        top: 55px;
        margin: 10px 0 0 10px;
        float: right;
        z-index: 9;
    }

    .post_comment_wrap .comment_box .write-something {
        border-bottom: 1px solid #ddd;
        padding: 10px;
    }

    .post_comment_wrap .comment_box .preview_block {
        position: relative;
        margin: 15px;
    }

    .post_comment_wrap button.commentItem {
        position: absolute;
        top: 55px;
        right: 10px;
    }

    .post_comment_wrap button.cancelCommentEdit {
        position: absolute;
        top: 55px;
        right: 95px;
    }

    .preview_block.reply {
        padding-left: 0px;
        padding-top: 0px !important;
    }
}





/*--- Preview Blck comments -----*/

.preview_block {
    /*padding-bottom: 20px;
    padding-left: 20px;*/
    padding-bottom: 5px;
    padding-left: 58px;
}

.preview_block.reply {
    padding-left: 0px;
    padding-top: 35px;
}

.preview_block div {
    position: relative;
}

.preview_block div img {
    max-width: 100%;
    max-height: 150px;
    display: block;
    width: auto;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    margin: 0 0 10px 0;
}

img.preview_loader {
    max-height: 100%;
    width: 150px;
}

img.preview_block_delete {
    cursor: pointer;
    position: absolute;
    max-width: 100%;
    padding: 4px;
    height: 25px;
    top: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50px !important;
    border: none !important;
    box-shadow: none;
}

img.comment_image {
    max-width: 100%;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}

img.reply_image {
    max-width: 100%;
    height: 100px;
}

.emojionearea.error {
    border-bottom: 1px solid red;
}





/*
========================
  Product Image
========================
*/

.image_list {
    padding: 0;
    margin: 5px 0;
}

.image_list li {
    list-style-type: none;
    display: inline-block;
    width: auto;
    margin: 5px;
}

.image_list li .product_image_item {
    position: relative;
    background: #fff;
    padding: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.image_list li .product_image_item img {
    width: 100px;
    border: 1px solid #ddd;
}

.image_list li .product_image_item p {
    margin: 0;
    line-height: 15px;
    padding: 0;
    text-align: right;
    padding: 10px 0 0 0;
}

.image_list li .product_image_item p>a {
    background: #fff;
}

.image_list li .product_image_item p>a:hover {
    color: #fc4a52;
}

.image_list li .product_image_item p>a>i {
    font-size: 1.2em;
}





/*- Events Title -*/

@media (max-width: 768px) {
    .events.title-border {
        margin-top: 20px;
    }
}





/*- Title border --*/

.title-border {
    font-size: 20px;
    font-weight: 500;
}

.form-box-title {
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
}

.form-box-title i {
    color: #650CDE;
    margin-right: 10px;
    font-size: 18px;
}

.form-box-add {
    position: absolute;
    top: 11px;
    right: 19px;
}

.form-error {
    color: red;
}

.section-header h3 {
    font-size: 1.5rem;
    margin-bottom: 5px;
}

en {
    color: red;
}

.help_block {
    font-size: 12px;
    opacity: 0.6;
}

.social_list {
    padding: 0;
    margin-top: 15px;
}

.social_list li {
    list-style-image: none;
    display: inline-block;
    margin: 0 0px 10px 0;
    width: 47%;
}

.social_list li label {
    font-weight: normal;
}





/*- Post Box Details page --*/

.post_details_wrap {
    padding-bottom: 150px;
    width: 100%;
    position: relative;
    margin: 0px 0;
    height: 100%;
}

.popup_overlay_post_details {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1046;
    /*background-color: rgba(57, 72, 87, 0.8);*/
    background-color: rgba(25, 33, 41, 0.75);
    display: block;
}

.post_details.edit {
    position: absolute;
    top: 70px;
    z-index: 1047;
    margin-bottom: 200px;
    width: 40%;
    left: 30%;
    border-radius: 5px;
}

.post_details {
    position: absolute;
    top: -80px;
    z-index: 1047;
    margin-bottom: 200px;
    width: 50%;
    left: 25%;
}

.post_details_content_fit{
    width: 55%;
    left: 23%;
}

.post_details_close {
    position: absolute;
    top: 0px;
    z-index: 1047;
    margin-bottom: 200px;
    right: -35px;
}

.post_details_close button {
    background: transparent;
    border: none;
    font-size: 18px;
}

.post_details_close button i {
    font-size: 1.1em;
    color: #fff;
    opacity: 0.8;
}

@media (max-width: 768px) {
    .post_details {
        position: absolute;
        top: 0px;
        z-index: 1047;
        margin-bottom: 200px;
        width: 95%;
        left: 2.5%;
    }

    .post_details_close {
        position: absolute;
        top: -35px;
        z-index: 1047;
        margin-bottom: 200px;
        right: 0px;
    }

    .post_details_close button {
        background: transparent;
        border: none;
        font-size: 18px;
    }

    .post_details_close button i {
        font-size: 1.1em;
        color: #fff;
        opacity: 0.8;
    }
}





/*- Post Form Style --*/

.post_form_wrap {
    border-radius: 5px 5px 0 0;
}

.post_form {
    background: #fff;
    padding: 15px 0 0 0px;
    border-radius: 5px 5px 0 0;
}

.post_form .form-control.post_title {
    margin: 0px 0 0px 0;
    border-radius: 0;
    border: 1px solid #fff;
}

.post_form .emojionearea {
    border-bottom: 1px solid #fff;
}

.post_form .topic_select {
    padding: 0 10px;
}

.post_form p {
    padding: 5px 15px 0 10px;
    margin: 0 0 5px 0;
}

.post_form_wrap .image_attach_wrap {
    padding: 0 10px;
}





/*Kalaivanan*/


/*- Post Box Single Image Details page --*/

.post_image_details_wrap {
    padding-bottom: 150px;
    width: 100%;
    position: relative;
}

.popup_overlay_single_image_details {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1047;
    /*background-color: rgba(57, 72, 87, 0.8);*/
    background-color: rgba(25, 33, 41, 0.75);
    display: block;
}

.post_image_details {
    position: absolute;
    top: -240px;
    z-index: 1048;
    margin-bottom: 200px;
    width: 65%;
    left: 17.5%;
}

.post_image_details_close {
    position: absolute;
    top: 0px;
    z-index: 1047;
    margin-bottom: 200px;
    right: -35px;
}

.post_image_details_close button {
    background: transparent;
    border: none;
    font-size: 18px;
}

.post_image_details_close button i {
    font-size: 1.1em;
    color: #fff;
    opacity: 0.8;
}

@media (max-width: 768px) {
    .post_image_details {
        position: absolute;
        top: -70px;
        z-index: 1048;
        margin-bottom: 200px;
        width: 90%;
        left: 5%;
    }
}





/*------ Header Profile Menu ------*/

.site-header .user-menu.dropdown.my_profile_menu {
    padding: 0;
}

.my_profile_menu .dropdown-menu {
    border-color: #d8e2e7;
    margin-top: -5px;
    font-size: .8125rem;
    width: auto;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    min-width: 200px;
    margin-right: 0px;
    z-index: 1001;
}

.my_profile_menu .dropdown-toggle::after {
    display: none;
    width: 0;
    height: 0;
    margin-right: .25rem;
    margin-left: .25rem;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}

.my_profile_menu .dropdown-toggle img {
    margin: 10px 0 10px 10px !important;
}

.my_profile_menu .dropdown-menu .my_name {
    position: relative;
}

.dropdown-menu .dropdown-caret {
    position: absolute;
    top: -13px;
    right: 10px;
    width: 18px;
    height: 10px;
    float: left;
    overflow: hidden;
}

.dropdown-caret .caret-outer {
    border-bottom: 10px solid #657786;
    border-bottom-color: rgba(0, 0, 0, 0.01);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: auto;
    left: 0;
    top: 0;
    width: auto;
}

.dropdown-caret .caret-inner {
    top: 1px;
    left: 1px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
    border-bottom-color: #fff;
}

.dropdown-caret .caret-outer,
.dropdown-caret .caret-inner {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    margin-left: -1px;
}

.my_profile_menu .dropdown-menu h2 {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #ddd;
}

.my_profile_menu .dropdown-menu h2 a {
    color: inherit;
    padding: 7px 15px;
    line-height: 23px;
    display: block;
}

.my_profile_menu .dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    color: #373a3c;
    text-align: inherit;
    background: 0 0;
    border: 0;
    padding: 8px 15px;
    font-size: 14px;
}

.my_profile_menu .dropdown-menu .dropdown-item .font-icon {
    width: 22px;
    text-align: center;
}

.my_profile_menu .dropdown-menu .dropdown-item:hover {
    background: #650CDE;
    color: #fff;
}

.my_profile_menu .dropdown-menu .dropdown-item:hover .font-icon {
    color: #fff;
}





/*------ Page Title ------*/

.page_headers {
    height: 110px;
    margin: -27px -15px 20px;
    background: 50% 50% no-repeat #232936;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    color: #fff;
}

.page_title {
    padding: 5px 0 0 0;
    margin: 30px 0 0 0;
    position: relative;
}

.page_title h2 {
    font-size: 1.4em;
    font-weight: 600;
    margin: 0 0 0px 0;
    line-height: 25px;
}

.page_title .breadcrumb {
    width: auto;
    margin: 0 auto;
    position: relative;
}

.page_title .breadcrumb>li {
    display: inline-block;
    text-align: left;
    float: none;
    font-size: 13px;
    color: #fff;
}

.page_title .breadcrumb>li+li::before {
    padding-right: .5rem;
    padding-left: .5rem;
    color: #fff;
    content: "/";
    font-size: 10px;
}

.page_title .breadcrumb>li>a {
    color: #fff;
}

.post_header_button {
    position: absolute;
    top: 20px;
    right: 0px;
}

.post_header_news_button {
    position: absolute;
    top: 100px;
    right: 50px;
}

@media only screen and (max-width: 768px) {
    .page_headers {
        height: 110px;
        margin: -27px -15px 20px;
        background: 50% 50% no-repeat #232936;
        background-size: cover;
        position: relative;
        background-attachment: fixed;
        color: #fff;
    }

    .page_title {
        padding: 35px 0 0 0;
        margin: 0px 0 0 0;
        position: relative;
    }

    .page_title h2 {
        font-size: 1.4em;
        font-weight: 600;
        margin: 0 0 0px 0;
        line-height: 25px;
    }

    .page_title .breadcrumb {
        width: auto;
        margin: 0 auto;
        position: relative;
    }

    .page_title .breadcrumb>li {
        display: inline-block;
        text-align: left;
        float: none;
        font-size: 13px;
        color: #fff;
    }

    .page_title .breadcrumb>li+li::before {
        padding-right: .5rem;
        padding-left: .5rem;
        color: #fff;
        content: "/";
        font-size: 10px;
    }

    .page_title .breadcrumb>li>a {
        color: #fff;
    }

    .post_header_button {
        position: absolute;
        top: 40px;
        right: 0px;
    }

    .mpost_header_button {
        position: absolute;
        top: 34px;
        right: 0px;
    }
}



/*------ Page Split Design -----*/

.split_page_wrap {
    margin: -210px 0 50px 0;
    /*margin: 30px 0 50px 0;*/
    z-index: 2000;
}

.split_page_wrap.helpboard {
    margin: -210px 0 50px 0;
    /*margin: 30px 0 50px 0;*/
    z-index: 2000;
}

.split_page_left {
    background: #fff;
    padding: 20px;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}

.split_page_right {
    background: #fff;
    padding: 20px;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}

.shadow_box {
    background: #fff;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}

.split_page_left .user_info {
    text-align: center;
}

.split_page_left .user_info h2 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.split_page_left .user_info h6 {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 5px 0;
}

.split_page_left .user_info p {
    font-size: 13px;
    font-weight: 500;
    color: #66757f;
}

.split_page_left .user_info h5 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 15px 0;
    color: #66757f;
    text-align: left;
}

.split_page_left .user_info h5:last-child {
    margin-bottom: 20px;
}

.split_page_left .user_info h5 i {
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #ddd;
    line-height: 31px;
    border-radius: 50%;
}

.split_page_left .user_info img {
    width: 120px;
}

@media only screen and (max-width: 768px) {
    .split_page_wrap {
        margin: -200px 0 50px 0;
        /*margin: 30px 0 50px 0;*/
        z-index: 2000;
    }


    .split_page_left {
        background: #fff;
        padding: 15px;
        box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.15);
        margin-bottom: 30px;
    }

    .split_page_right {
        background: #fff;
        padding: 15px;
        box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.15);
        margin-bottom: 30px;
    }
}





/*
========================
  Page Loading 
========================
*/

.page_loading {
    margin: 0px auto;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    top: 0px;
    /*
   background: rgba(95, 190, 170,0.5);
   background: rgba(255, 255, 255,0.7);
   background: rgba(168, 183, 199,0.7);
   background: rgba(0, 0, 0,0.7);*/
    background: rgba(46, 60, 84, 0.6);
    display: none;
}

.overlay {
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.loading_image {
    background: rgba(255, 255, 255, 1);
    width: 250px;
    height: 250px;
    position: fixed;
    top: 33%;
    left: 41%;
    z-index: 11;
    border-radius: 20px;
}

.load_img {
    text-align: center;
    margin-top: 0px;
    font-size: 16px;
}

.load_img img {
    width: auto;
    overflow: hidden;
    margin: 45px auto 0 auto;
}

.load_text {
    text-align: center;
    margin: 0px 0 18px 0;
    font-size: 18px;
    position: absolute;
    font-weight: bold;
    bottom: 10px;
    width: 100%;
}

@media (max-width: 748px) {
    .loading_image {
        background: #FFF;
        width: 180px;
        height: 180px;
        position: fixed;
        top: 33%;
        left: 27%;
        z-index: 11;
        border-radius: 10px;
    }

    .load_img img {
        width: 55%;
        overflow: hidden;
        margin: 25px auto 0 auto;
    }

    .load_text {
        text-align: center;
        margin-top: 0px;
        font-size: 14px;
        position: absolute;
        bottom: 0px;
        width: 100%;
    }
}





/*custo Css*/

.punch-btn-manual {
    padding: 22px 0 0px 0px;
}





/*
========================
  Scroll Loader
========================
*/

.scroll_loader {
    background: #fff;
    width: 100%;
    display: none;
}

.scroll_loader p {
    text-align: center;
}

.scroll_loader img {
    width: 80px;
    margin: 10px auto;
}

.no_more_items {
    display: none;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    color: #919fa9;
    font-weight: 500;
    height: 100px;
    line-height: 80px;
}

.scroll_loader.help {
    background: transparent;
}

.no_more_items.help {
    background: transparent;
}





/*
========================
  Form Footer Fixed
========================
*/

.form_submit_footer {
    background: url(../img/blurredbg.png);
    background-size: 100%;
    padding: 15px 20px;
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 3;
    border-top: 1px solid #e7e7e7;
}





/*
========================
    Background Images
========================
*/

.default_bg {
    background: url("../img/feeds_bg.jpg") repeat scroll 0% 0% / 100% auto;
    background-attachment: fixed;
}

.dashboard_bg {
    background: url("../img/feeds_bg.jpg") repeat scroll 0% 0% / 100% auto;
    background-attachment: fixed;
}

.directory_bg {
    background: url("../img/directory_bg.jpg") repeat scroll 0% 0% / 100% auto;
    background-attachment: fixed;
}

.news_bg {
    background: url("../img/news_bg.jpg") repeat scroll 0% 0% / 100% auto;
    background-attachment: fixed;
}

.newsletter_bg {
    background: url("../img/newsletter_bg.jpg") repeat scroll 0% 0% / 100% auto;
    background-attachment: fixed;
}

.events_bg {
    background: url("../img/events_bg.jpg") repeat scroll 0% 0% / 100% auto;
    background-attachment: fixed;
}

.gallery_bg {
    background: url("../img/gallery_bg.jpg") repeat scroll 0% 0% / 100% auto;
    background-attachment: fixed;
}

.forum_bg {
    background: url("../img/forum_bg.jpg") repeat scroll 0% 0% / 100% auto;
    background-attachment: fixed;
}

.bazzar_bg {
    background: url("../img/bazzar_bg.jpg") repeat scroll 0% 0% / 100% auto;
    background-attachment: fixed;
}

.careers_bg {
    background: url("../img/careers_bg.jpg") repeat scroll 0% 0% / 100% auto;
    background-attachment: fixed;
}

.message_bg {
    background: url("../img/message_bg.jpg") repeat scroll 0% 0% / 100% auto;
    background-attachment: fixed;
}

@media only screen and (max-width: 768px) {
    .default_bg {
        background: url("../img/feeds_bg.jpg") no-repeat scroll 0% 0% / 200% 100%;
        background-attachment: fixed;
    }

    .dashboard_bg {
        background: url("../img/feeds_bg.jpg") no-repeat scroll 0% 0% / 200% 100%;
        background-attachment: fixed;
        background-size: cover;
    }

    .directory_bg {
        background: url("../img/directory_bg.jpg") no-repeat scroll 0% 0% / 200% auto;
        background-attachment: fixed;
        background-size: cover;
    }

    .news_bg {
        background: url("../img/news_bg.jpg") no-repeat scroll 0% 0% / 200% auto;
        background-attachment: fixed;
        background-size: cover;
    }

    .newsletter_bg {
        background: url("../img/newsletter_bg.jpg") no-repeat scroll 0% 0% / 200% auto;
        background-attachment: fixed;
        background-size: cover;
    }

    .events_bg {
        background: url("../img/events_bg.jpg") no-repeat scroll 0% 0% / 200% auto;
        background-attachment: fixed;
        background-size: cover;
    }

    .gallery_bg {
        background: url("../img/gallery_bg.jpg") repeat scroll 0% 0% / 200% auto;
        background-attachment: fixed;
        background-size: cover;
    }

    .careers_bg {
        background: url("../img/careers_bg.jpg") repeat scroll 0% 0% / 200% auto;
        background-attachment: fixed;
        background-size: cover;
    }

    .forum_bg {
        background: url("../img/forum_bg.jpg") repeat scroll 0% 0% / 300% auto;
        background-attachment: fixed;
        background-size: cover;
    }

    .bazzar_bg {
        background: url("../img/bazzar_bg.jpg") repeat scroll 0% 0% / 300% auto;
        background-attachment: fixed;
        background-size: cover;
    }

    .message_bg {
        background: url("../img/message_bg.jpg") repeat scroll 0% 0% / 300% auto;
        background-attachment: fixed;
        background-size: cover;
    }
}





/*
========================
   Pop up Element
========================
*/

.popup_overlay,
.popup_overlay_profile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1046;
    /*background-color: rgba(57, 72, 87, 0.8);*/
    background-color: rgba(25, 33, 41, 0.75);
    display: none;
}

.popup_item_wrap {
    z-index: 1050;
    background: #fff;
    width: 60%;
    min-height: 350px;
    max-height: 650px;
    margin-top: 25px auto;
    position: fixed;
    top: 10%;
    left: 20%;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    display: none;
}

.popup_item_wrap_profile {
    z-index: 1050;
    background: #fff;
    width: 50%;
    min-height: 350px;
    max-height: 650px;
    margin-top: 25px auto;
    position: fixed;
    top: 10%;
    left: 25%;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    display: none;
}

.closePopup {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 1.3em;
    line-height: 0;
    display: inline-block;
    border: none;
    color: #fff;
    border-radius: 50%;
}

.closePopup:hover {
    background: #ea9706;
    color: #fff;
}

.popup_details_wrap .popup_title {
    background: #394857;
    padding: 15px;
    height: 50px;
    text-align: center;
}

.popup_details_wrap .popup_title h2 {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 1.3em;
    margin: 0;
    line-height: 20px;
    color: #fff;
}

.popup_details_wrap .popup_content {
    padding: 15px;
    max-height: 600px;
    overflow-y: auto;
}

.popup_item_wrap .steps-numeric-block .steps-numeric-inner .form-control {
    width: 100%;
    max-width: 100%;
}

.popup_item_wrap label {
    font-weight: 500;
}





/*------ Liked Users Pop up -------*/

.liked_popup_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1049;
    background-color: rgba(57, 72, 87, 0.7);
    /* background-color: rgba(25, 33, 41, 0.5);*/
    display: none;
}

.liked_popup_item_wrap {
    z-index: 1050;
    background: #fff;
    width: 33%;
    min-height: 350px;
    max-height: 650px;
    margin-top: 25px auto;
    position: fixed;
    top: 10%;
    left: 33%;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .2);
    display: none;
}

.liked_popup_item_wrap h2 {
    font-size: 16px;
    background: #f6f6f6;
    font-weight: 500;
    padding: 15px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    margin: 0;
    color: #66757f;
}

.closePopupLiked {
    position: absolute;
    top: 5px;
    right: 0px;
    width: 35px;
    height: 35px;
    background: transparent;
    font-size: 1.3em;
    line-height: 0;
    display: inline-block;
    border: none;
    color: #66757f;
    border-radius: 50%;
    opacity: 0.5;
}

.closePopupLiked:hover {
    opacity: 0.7;
}

.liked_users {
    height: 350px;
}

.liked_users_wrap {
    height: 348px;
    overflow: auto;
}

.liked_user_list {
    width: 100%;
    float: left;
    border-bottom: 1px dashed #ddd;
    padding: 10px;
}

.liked_user_list .image {
    float: left;
}

.liked_user_list img {
    width: 65px;
    border-radius: 50%;
    border: 2px solid #ddd;
}

.liked_user_list .info {
    float: left;
    margin-left: 15px;
    padding-top: 10px;
}

.liked_user_list .info p {
    font-size: 12px;
    margin: 3px 0;
}

.load_more_likes {
    margin: 15px auto;
}

@media only screen and (max-width: 768px) {

    .popup_overlay,
    .popup_overlay_profile {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1041;
        /*background-color: rgba(57, 72, 87, 0.8);*/
        background-color: rgba(25, 33, 41, 0.6);
        display: none;
    }

    .popup_item_wrap {
        z-index: 1050;
        background: #fff;
        width: 85%;
        min-height: 400px;
        max-height: 550px;
        margin-top: 25px auto;
        position: fixed;
        top: 5%;
        left: 7.5%;
        -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        display: none;
    }

    .popup_item_wrap_profile {
        z-index: 1050;
        background: #fff;
        width: 85%;
        min-height: 400px;
        max-height: 550px;
        margin-top: 25px auto;
        position: fixed;
        top: 5%;
        left: 7.5%;
        -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        display: none;
    }

    .popup_details_wrap .popup_content {
        padding: 15px;
        max-height: 500px;
        overflow-y: auto;
    }

    /*------ Liked Users Pop up -------*/
    .liked_popup_item_wrap {
        z-index: 1050;
        background: #fff;
        width: 80%;
        min-height: 350px;
        max-height: 650px;
        margin-top: 25px auto;
        position: fixed;
        top: 10%;
        left: 10%;
        border-radius: 5px;
        -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .2);
        box-shadow: 0 3px 9px rgba(0, 0, 0, .2);
        display: none;
    }

    .liked_popup_item_wrap h2 {
        font-size: 14px;
        font-weight: 500;
        background: #f6f6f6;
        padding: 15px;
        text-align: center;
        border-radius: 5px 5px 0 0;
    }
}




/*------ Viewed Users Pop up -------*/

.view_popup_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1049;
    background-color: rgba(57, 72, 87, 0.7);
    /* background-color: rgba(25, 33, 41, 0.5);*/
    display: none;
}

.view_popup_item_wrap {
    z-index: 1050;
    background: #fff;
    width: 33%;
    min-height: 350px;
    max-height: 650px;
    margin-top: 25px auto;
    position: fixed;
    top: 10%;
    left: 33%;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .2);
    display: none;
}

.view_popup_item_wrap h2 {
    font-size: 16px;
    background: #f6f6f6;
    font-weight: 500;
    padding: 15px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    margin: 0;
    color: #66757f;
}

.closePopupViewed {
    position: absolute;
    top: 5px;
    right: 0px;
    width: 35px;
    height: 35px;
    background: transparent;
    font-size: 1.3em;
    line-height: 0;
    display: inline-block;
    border: none;
    color: #66757f;
    border-radius: 50%;
    opacity: 0.5;
}

.closePopupViewed:hover {
    opacity: 0.7;
}

.viewed_users {
    height: 350px;
}

.viewed_users_wrap {
    height: 348px;
    overflow: auto;
}

.viewed_user_list {
    width: 100%;
    float: left;
    border-bottom: 1px dashed #ddd;
    padding: 10px;
}

.viewed_user_list .image {
    float: left;
}

.viewed_user_list img {
    width: 65px;
    border-radius: 50%;
    border: 2px solid #ddd;
}

.viewed_user_list .info {
    float: left;
    margin-left: 15px;
    padding-top: 10px;
}

.viewed_user_list .info p {
    font-size: 12px;
    margin: 3px 0;
}

@media only screen and (max-width: 768px) {

   /*------ Viewed Users Pop up -------*/
    .view_popup_item_wrap {
        z-index: 1050;
        background: #fff;
        width: 80%;
        min-height: 350px;
        max-height: 650px;
        margin-top: 25px auto;
        position: fixed;
        top: 10%;
        left: 10%;
        border-radius: 5px;
        -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .2);
        box-shadow: 0 3px 9px rgba(0, 0, 0, .2);
        display: none;
    }

    .view_popup_item_wrap h2 {
        font-size: 14px;
        font-weight: 500;
        background: #f6f6f6;
        padding: 15px;
        text-align: center;
        border-radius: 5px 5px 0 0;
    }
}

/*-- share ---*/

/*------ Viewed Users Pop up -------*/

.share_popup_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1049;
    background-color: rgba(57, 72, 87, 0.7);
    /* background-color: rgba(25, 33, 41, 0.5);*/
    display: none;
}

.share_popup_item_wrap {
    z-index: 1050;
    background: #fff;
    width: 20% ;
    min-height: 200px;
    max-height: 200px;
    margin-top: 25px auto;
    position: fixed;
    top: 10%;
    left: 40%;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .2);
    display: none;
}

.share_popup_item_wrap h2 {
    font-size: 16px;
    background: #f6f6f6;
    font-weight: 500;
    padding: 15px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    margin: 0;
    color: #66757f;
}

.closePopupShared {
    position: absolute;
    top: 5px;
    right: 0px;
    width: 35px;
    height: 35px;
    background: transparent;
    font-size: 1.3em;
    line-height: 0;
    display: inline-block;
    border: none;
    color: #66757f;
    border-radius: 50%;
    opacity: 0.5;
}

.closePopupShared:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 768px) {

   /*------ Liked Users Pop up -------*/
    .share_popup_item_wrap {
        z-index: 1050;
        background: #fff;
        width: 80%;
        min-height: 200px;
        max-height: 200px;
        margin-top: 25px auto;
        position: fixed;
        top: 10%;
        left: 10%;
        border-radius: 5px;
        -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .2);
        box-shadow: 0 3px 9px rgba(0, 0, 0, .2);
        display: none;
    }

    .share_popup_item_wrap h2 {
        font-size: 14px;
        font-weight: 500;
        background: #f6f6f6;
        padding: 15px;
        text-align: center;
        border-radius: 5px 5px 0 0;
    }
}



/*
========================
  Header Search
========================
*/

.dropdown.dropdown-typical.menu_link .dropdown-menu {
    margin: -1px 0 0 0;
    border-radius: 0;
}

.site-header.top .site-logo #logo_icon {
    display: block !important;
}

.noify_count {
    position: absolute !important;
    top: 4px !important;
    right: 0px !important;
    z-index: 2;
    font-size: 11px !important;
    line-height: 15px;
}

.header_search {
    width: 30%;
    position: absolute;
    top: 10px;
    left: 48%;
}

.header_search input {
    width: 100%;
    background: #fff;
    height: 40px;
    border-radius: 25px;
}

.header_search button {
    position: absolute;
    top: 12px;
    right: 10px;
    color: rgba(197, 214, 222, 1);
    background-color: transparent;
    border: none;
}

@media only screen and (max-width: 768px) {
    .admin_permission {
        display: none;
    }
}





/*
========================
  Login
========================
*/

.social_login {
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.social_login h2 {
    margin: 25px 0 15px 0;
    font-size: 1rem;
}

.social_login h5 {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    font-style: italic;
    opacity: 0.8;
    margin-bottom: 5px;
}

.social_login p {
    font-size: 13px;
    position: absolute;
    bottom: -35px;
    left: 43%;
    background: #fff;
    width: 35px;
    border: 1px solid #ddd;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
}

.social_login .social_links li {
    display: inline-block;
    text-align: center;
    margin: 0 5px 10px 5px;
}

.social_login .social_links li a {
    background: #fff;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    line-height: 62px;
    font-size: 23px;
}

.social_login .social_links li a.facebook {
    background: #4e71a8;
    border: 1px solid #4e71a8;
    color: #fff;
}

.social_login .social_links li a.facebook:hover {
    background: #fff;
    border: 1px solid #4e71a8;
    color: #4e71a8;
}

.social_login .social_links li a.linkedin {
    background: #1686b0;
    border: 1px solid #1686b0;
    color: #fff;
}

.social_login .social_links li a.linkedin:hover {
    background: #fff;
    border: 1px solid #1686b0;
    color: #1686b0;
}

.social_login .social_links li a.google {
    background: #e3411f;
    border: 1px solid #e3411f;
    color: #fff;
}

.social_login .social_links li a.google:hover {
    background: #fff;
    border: 1px solid #e3411f;
    color: #e3411f;
}





/*
========================
  Add New Company
========================
*/

.contact_person_head {
    margin-top: 30px;
    position: relative;
    padding: 10px 0;
}

.contact_person_head .add_new_pr_link {
    position: absolute;
    top: 0px;
    right: 0;
}

.contact_person_item {
    background: #fff;
    padding: 15px 15px 5px 15px;
    position: relative;
    border-left: 3px solid #66cc7a;
    border-radius: 0 2px 2px 0;
    margin-bottom: 25px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.contact_person_item .remove_contact {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px 9px;
    background: #fff;
    color: #ff561c;
    opacity: 1;
    margin: 0;
}

.contact_person_item .remove_contact i {
    font-size: 1.2em;
}

.contact_person_item .remove_contact:hover {
    background: #ff561c;
    color: #fff;
}





/*===================
    Dashboard
=====================*/


/*---- Dashabord  ------*/

.dashboard_banner {
    height: 300px;
    margin: -27px -15px 20px;
    /*  background: 50% 50% no-repeat #232936;*/
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.dashboard_menu {
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.15);
}

.dashboard_menu .wrap {
    background: #fff;
}

.dashboard_menu .wrap .links {
    padding: 0;
    margin: 0;
}

.dashboard_menu .wrap .links li {
    display: inline-block;
    margin: 0 0 0 0px;
}

.dashboard_menu .wrap .links li a {
    padding: 15px 30px;
    display: block;
    height: 55px;
    position: relative;
    line-height: 27px;
    font-size: 15px;
    background: #fff;
    font-weight: 500;
    color: #6c7a86;
}

.dashboard_menu .wrap li a.active_tab {
    font-weight: 500;
    color: inherit;
}

.dashboard_menu .wrap li a.active_tab:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #650CDE;
}

.dashboard_menu .wrap li a:hover {
    font-weight: 500;
    color: inherit;
}

.dashboard_menu .wrap li a:hover:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #650CDE;
}





/* Dashboard user profile */

.home_user_profile {}





/* Write a post */

.post_an_item_wrap {
    background: #fff;
    margin: 0 0 45px 0;
    /*box-shadow: rgba(34, 34, 34, 0.15) 0 15px 30px;*/
    box-shadow: rgba(34, 34, 34, 0.15) 0 1px 1px;
    border-radius: 5px;
}

.post_an_item_wrap .post_header {
    padding: 10px 15px;
    background: #fff;
    border-radius: 5px 5px 0 0;
}

.post_an_item_wrap .post_header h2 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 25px;
}

.post_an_item_wrap .post_topic {
    padding: 10px 5px;
    background: #fff;
}

.post_an_item_wrap .form-control.post_title {
    margin: 0px 0 0px 0;
    border-radius: 0;
    border: 1px solid #fff;
    padding: 5px 15px;
}

.post_an_item_wrap .post_topic h5 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px 10px;
    line-height: 23px;
}

.post_an_item_wrap .post_topic .topic_list li {
    display: inline-block;
    margin: 5px;
}

.post_an_item_wrap .post_topic .topic_list li.no_display {
    display: none;
}

.post_an_item_wrap .post_topic .topic_list li.hide_topic_li {
    display: inline-block;
}

.post_an_item_wrap .post_topic .topic_list li button {
    background: #fff;
    padding: 7px 15px 7px 40px;
    display: block;
    position: relative;
    height: 36px;
    border-radius: 50px;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 21px;
    color: #6c7a86;
}

.post_an_item_wrap .post_topic .topic_list li button:hover {
    color: inherit;
    box-shadow: rgba(34, 34, 34, 0.15) 0 5px 10px;
    background: #fff;
    border: 1px solid rgba(34, 34, 34, 0.2);
}

.post_an_item_wrap .post_topic .topic_list li button img {
    width: 28px;
    position: absolute;
    top: 3px;
    left: 4px;
}

.post_an_item_wrap .current_images_wrap {
    padding: 10px 0;
}

.post_an_item_wrap .image_attach_wrap {
    padding: 0 10px;
}

.post_an_item_wrap .image_attach_wrap h5 {
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0 0px 0px;
    line-height: 23px;
}

.post_an_item_wrap .errmsgs {
    padding: 2px 10px;
    margin-top: 5px;
}

.post_an_item_wrap .post_box_footer {
    background: #f5f5f5;
    border-radius: 0 0 5px 5px;
}

.post_an_item_wrap .post_box_footer .selector {
    width: 80%;
    float: left;
    position: relative;
    padding: 7px 10px;
}

.post_an_item_wrap .post_box_footer .selector .attachment {
    position: absolute;
    top: 8px;
    left: 10px;
}

.post_an_item_wrap .post_box_footer .selector .attachment ul li {
    display: inline-block;
    margin: 0 2px 0 0;
}

.post_an_item_wrap .post_box_footer .selector .attachment ul li button {
    /* border: 1px solid #ccc;
    border-radius: 50px;*/
    border: none;
    box-shadow: none;
    width: 35px;
    height: 35px;
    background: transparent;
    text-align: center;
    font-size: 1.4em;
    color: #6c7a86;
    line-height: 35px;
}

.post_an_item_wrap .post_box_footer .selector .attachment ul li button:hover {
    color: inherit;
}

.post_an_item_wrap .post_box_footer .selector .drop {
    width: 55%;
    float: right;
}

.post_an_item_wrap .post_box_footer .selector h3 {
    position: absolute;
    right: 55%;
    top: 0;
    width: auto;
    font-size: 15px;
    margin: 0;
    line-height: 50px;
    text-align: right;
    padding: 0 10px;
}

.post_an_item_wrap .post_box_footer .btn-primary {
    float: left;
    width: 20%;
    height: 50px;
    border-radius: 0 0 5px 0;
}

.post_an_item_wrap .close_post_wrap {
    position: absolute;
    top: 5px;
    right: 10px;
    box-shadow: none;
    border: none;
    background: #fff;
    font-size: 23px;
    color: #6c7a86;
    opacity: 0.7;
}

.post_an_item_wrap .close_post_wrap:hover {
    opacity: 1;
}

.postwall_bg {
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 1049;
}

.postwall_wrap {
    position: fixed;
    z-index: 1050;
    top: 7%;
    left: 30%;
    width: 40%;
}

.post_image_max{
    max-height:110px; 
    overflow: auto;
}
.post_content_max .emojionearea .emojionearea-editor{
    max-height:7em; 
}

.post_topic .post_share{
    padding: 10px 10px 5px 10px;
}


@media (max-width: 768px) {
    .postwall_wrap {
        position: absolute;
        z-index: 1050;
        top: 0%;
        left: 0%;
        width: 100%;
        overflow-y: scroll;
    }

    .post_an_item_wrap {
        border-radius: 0px;
    }

    .post_details.edit {
        position: absolute;
        top: 10%;
        z-index: 1047;
        margin-bottom: 200px;
        width: 90%;
        left: 5%;
        border-radius: 5px;
    }

    .post_an_item_wrap .post_box_footer .selector {
        width: 100%;
        float: left;
        position: relative;
        padding: 7px 10px;
    }

    .post_an_item_wrap .post_box_footer .selector .attachment {
        position: absolute;
        top: 8px;
        left: 0px;
    }

    .post_an_item_wrap .post_box_footer .selector .attachment ul li {
        display: inline-block;
        margin: 0 2px 0 0;
    }

    .post_an_item_wrap .post_box_footer .selector .attachment ul li button {
        /* border: 1px solid #ccc;
    border-radius: 50px;*/
        border: none;
        box-shadow: none;
        width: 35px;
        height: 35px;
        background: transparent;
        text-align: center;
        font-size: 1.4em;
        color: #6c7a86;
        line-height: 35px;
    }

    .post_an_item_wrap .post_box_footer .selector .attachment ul li button:hover {
        color: inherit;
    }

    .post_an_item_wrap .post_box_footer .selector .drop {
        width: 65%;
        float: right;
    }

    .post_an_item_wrap .post_box_footer .selector h3 {
        position: absolute;
        right: 63%;
        top: 0;
        width: auto;
        font-size: 13px;
        margin: 0;
        line-height: 50px;
        text-align: right;
        padding: 0 10px;
    }

    .post_an_item_wrap .post_box_footer .btn-primary {
        float: left;
        width: 100%;
        height: 50px;
        border-radius: 0 0 0px 0px;
    }

    .post_drop_down .dropdown-menu {
        position: absolute;
        width: 200px;
        z-index: 1051;
        float: left;
        padding: 0px 0;
        margin: 0;
        background: #fff;
        border-radius: 0;
        border-color: #d8e2e7;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
        background-clip: padding-box;
    }
}





/* Indiividual Post */

.profile-post.post_indi_item,
.box-typical {
    /*box-shadow: rgba(34, 34, 34, 0.15) 0 5px 15px;
    margin-bottom: 25px;*/
    box-shadow: rgba(34, 34, 34, 0.15) 0 1px 1px;
}





/*---- People you May Know New ------*/

.people_suggestion {
    padding: 0 10px;
    margin-bottom: 10px;
}

.people_suggestion ul li {
    list-style-type: none;
    position: relative;
    padding: 10px 10px 10px 60px;
    margin: 0;
}

.people_suggestion ul li h1 {
    position: absolute;
    left: 0;
    top: 9px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 41px;
    border-radius: 50%;
    border: 1px solid #ddd;
}

.people_suggestion ul li h1 i {
    color: #6c7a86;
    font-size: 0.6em;
    text-align: center;
}

.people_suggestion ul li h4 {
    font-size: 14px;
    font-weight: normal;
    margin: 2px 0 0px 0;
    line-height: 22px;
}

.people_suggestion ul li h4 span {
    font-weight: 500;
}

.people_suggestion ul li h4 a {
    color: inherit;
}

.people_suggestion ul li h4 a:hover {
    color: #650CDE;
}

.people_suggestion ul li p {
    font-size: 14px;
    color: #6c7a86;
    text-align: left;
    margin: 0;
}





/*---- People you May Know ------*/

.home_people_know {
    padding: 10px;
}

.people_item {
    width: 100%;
    margin-bottom: 5px;
}

.people_item .image_wrap {
    width: 30%;
    float: left;
}

.people_item .image_wrap img {
    width: 100%;
    border-radius: 50%;
}

.people_item .content_wrap {
    width: 70%;
    float: left;
    padding: 10px 5px 10px 15px;
}

.people_item .content_wrap h2 {
    font-size: 15px;
    margin: 0 0 8px 0;
}

.people_item .content_wrap h3 {
    font-size: 13px;
    margin: 0 0 5px 0;
    color: #66757f;
    font-weight: 500;
}

.people_item .content_wrap p {
    font-size: 13px;
    margin: 0 0 5px 0;
}





/*---- Members Recently Connected ------*/

.members_recent img {
    width: 50px !important;
    height: 50px !important;
}

.members_recent .name {
    margin: 0 0 3px 0;
}

.members_recent .name a {
    font-size: 14px;
    color: inherit;
}

.members_recent .name a:hover {
    color: #650CDE;
}

.members_recent .degree {
    font-size: 12px;
    color: #6c7a86;
}

.box-typical .box-typical-header-sm {
    font-weight: 500 !important;
}





/*---- Post Trip ------*/

.post_trip_wrap h5 {
    margin: 0;
    font-size: 18px;
    text-align: center;
}

.post_trip_wrap .form-group label {
    font-weight: 500;
}

.post_trip_wrap .footer {
    background: #f6f6f6;
    padding: 15px;
    text-align: right;
}





/*---- Profile card------*/

.profile-card.home .btn {
    max-width: 200px;
}

.profile-card.home .circle-progress-bar-typical {
    width: 120px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 15px auto;
}

.profile-card.home .circle-progress-bar-typical .pie_progress__number {
    font-size: 1.5rem;
    font-weight: 600
}

.fixed_notify_home {
    position: fixed;
    top: 110px;
    right: 10px;
    width: 25%;
    padding: 20px;
    z-index: 2;
    min-height: 700px;
}

.fixed_people_home {
    position: fixed;
    top: 110px;
    left: 11px;
    width: 25%;
    padding: 18px;
    z-index: 2;
}

@media (max-width: 768px) {
    .fixed_notify_home {
        display: none;
        position: relative;
        width: 100%;
        padding: 0px;
        z-index: 2;
        min-height: 700px;
    }

    .fixed_people_home {
        display: none;
        position: relative;
        width: 100%;
        padding: 0px;
        z-index: 2;
    }
}





/*-------- Profile Info Dashboard  ----------*/

.profile-header-photo.dashboard {
    height: auto;
}

.dashboard_profile_card {
    background: rgba(255, 255, 255, 0);
    margin: 15px auto;
    color: inherit;
}

.dashboard_profile_card h2 {
    /* color: #343434;*/
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0;
}

.dashboard_profile_card h5 {
    /* color: #343434;*/
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin: 10px 0 10px 0;
}

.dashboard_profile_card h3 {
    /*color: #343434;*/
    color: #fff;
    opacity: 0.9;
}

.dashboard_profile_card .bottom-txt {
    color: #fff;
    font-size: 12px;
    margin: 5px 0 0 0;
    opacity: 0.5;
}

.dashboard_stat {
    position: relative;
    height: 300px;
    width: 100%;
    padding-top: 125px;
}

.dashboard_profile_card .profile-card .profile-card-location {
    color: #fff;
    margin-bottom: 5px;
}

.dashboard_stat .complete {
    position: relative;
    text-align: center;
    padding: 0px 0 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 55%;
    float: right;
}

.dashboard_stat .complete .profile_percent .profile_progress {
    width: 80%;
    float: right;
}

.dashboard_stat .complete .profile_percent h2 {
    font-size: 16px;
    text-align: left;
    width: 80%;
    float: right;
    margin: 40px 0 0 0;
    font-weight: normal;
}

.dashboard_stat .complete .profile_percent h2 a {
    float: right;
    color: #fff;
    font-size: 14px;
}

.dashboard_stat .complete .bottom-txt {
    color: #fff;
    font-size: 12px;
    margin: 15px 0 0 0;
    opacity: 0.5;
}

.dashboard_stat .wrap {
    position: relative;
    width: 100%;
    bottom: 5px;
    right: 0;
}

.dashboard_stat .wrap .info-tbl .tbl-cell-stat {
    text-align: right;
}

.dashboard_stat .wrap .info-tbl .tbl-cell-stat p a {
    color: #fff;
}

.dashboard_stat .wrap .info-tbl .tbl-cell-stat p a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .dashboard_profile_card {
        /* background: rgba(255, 255, 255, 0.85);*/
        margin: 15px auto 0 auto;
        color: inherit;
    }

    .dashboard_stat .complete {
        width: 100%;
        text-align: center;
        padding: 10px 0 0px 0;
    }

    .dashboard_stat .complete .bottom-txt {
        color: #fff;
        font-size: 12px;
        margin: 15px 0 0 0;
        opacity: 0.5;
    }

    .dashboard_stat .wrap {
        position: relative;
        width: 100%;
        top: 15px;
        right: 0;
        margin-bottom: 15px;
        text-align: center;
        min-height: 130px;
    }

    .dashboard_stat .wrap .info-tbl .tbl-cell-stat {
        text-align: center;
        width: 33%;
    }
}





/*-------- Feeds Filter  ----------*/

.feed_filter_wrap {
    background: #fff;
    margin: 0px 0 15px 0;
    -webkit-border-radius: 4px;
    border-radius: 0 0 4px 4px;
    background: #fff;
    border: 1px solid #d8e2e7;
    border-top: none;
}

.feed_filter_wrap.fixed_top {
    position: fixed;
    top: 120px;
    left: 15%;
    width: 46%;
    z-index: 9999;
}

.feed_filter_wrap .label_filter h3 {
    font-size: 15px;
    line-height: 55px;
    padding: 0px 15px;
    margin: 25px 0 0 0;
    font-weight: 400;
}

.feed_filter_wrap .label_filter h3 i {
    font-size: 1.2em;
    color: #919fa9;
}

.feed_filter_wrap .forum_filter {
    width: 49%;
    float: left;
    padding: 10px;
}

.feed_filter_wrap .trending_wrap {
    background: #fff;
    padding: 5px 0;
    margin: 7px 5px 0 0;
}

.feed_filter_wrap .trending_wrap button {
    box-shadow: none;
    border: none;
    padding: 6px 5px;
    color: #adb7be;
    font-size: 15px;
    font-weight: 500;
    background: #fff;
}

.feed_filter_wrap .trending_wrap button i {
    display: none;
}

.feed_filter_wrap .trending_wrap button.active {
    color: #343434;
}

.feed_filter_wrap .trending_wrap button.active i {
    display: inline-block;
    color: #f7c302;
}

@media (max-width: 991px) {

    .feed_filter_wrap .trending_wrap {
        background: #fff;
        padding: 5px 0;
        margin: 7px 5px 0 5px;
    }

}

/*-------- Help board  ----------*/

.ne_need_dash {
    text-align: center;
}

.ne_need_dash .fa {
    color: #ddd;
}

.help_item h3 {
    font-size: 15px;
    margin: 0 0 8px 0;
    font-weight: 500;
}

.help_item h3 a {
    color: inherit;
}

.help_item h3 a:hover {
    color: #650CDE;
}





/*.help_item h2 {
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 23px;
}*/

.help_item h2 {
    overflow: hidden;
    position: relative;
    line-height: 1.6em;
    max-height: 4.8em;
    text-align: justify;
    margin-right: -1em;
    padding-right: 1em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    padding-right: 10px;
    width: 99%;
}

.help_item h2:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    font-size: 13px;
    padding: 5px 20px 0 20px;
    color: #650CDE;
}

.help_item h2:after {
    content: '';
    position: absolute;
    right: 0;
    width: 2em;
    height: 2em;
    margin-top: 0em;
    background: white;
}

.help_item .date {
    margin: 0px 0 0 0;
    position: absolute;
    bottom: 15px;
    left: 10px;
}

.help_item .date h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #66757f !important;
    font-size: 13px;
    margin: 0;
}

.help_item .stats {
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin: 0;
}

.help_item .stats p {
    font-size: 13px;
    margin: 0 0 0 15px;
    float: left;
}

.help_item .stats p .fa-eye {
    color: #3BAFDA;
}

.help_item .stats p .fa-comments {
    color: #26C281;
}


.helpboard_filter {
    padding: 10px 0;
    margin: 0px 0 10px 0;
}

.helpboard_filter h5 {
    font-weight: normal;
    font-size: 14px;
    margin: 0;
}

.helpboard_filter h5 strong {
    font-weight: 500;
    font-size: 15px;
}

.helpboard_filter a {
    float: right;
}






/*----- Dashboard Upload Picture ------*/

.profile_pic_popup {
    width: 250px;
    background: #ccc;
    height: 250px;
    margin:
}





/*
#profilpic {
    width: 270px;
    height: 270px;
    position: relative;
    border: 1px solid #CCC;
    margin: 15px auto 10px auto;
}

#profilpic:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f030";
    position: absolute;
    top: 100px;
    left: 100px;
    font-size: 5em;
    color: #ddd;
}

#profilpic:after {
    content: "Click here to upload Photo";
    position: absolute;
    top: 5px;
    left: 0px;
    text-align: center;
    width: 100%;
    color: #ccc;
}*/

.new_pic_wrap .img_des p {
    margin: 0 0 5px 0;
    font-size: 13px;
}





/*----- Dashboard Events ------*/

.event_list_home {
    background: #fff;
    border-bottom: 1px dashed #ddd;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.event_list_home:last-child {
    border-bottom: none;
}

.event_list_home .date {
    width: 33%;
    background: #fff;
    float: left;
    text-align: center;
    border-radius: 5px;
}

.event_list_home .date h2 {
    font-size: 15px;
    margin: 0px 0 0px 0;
    /*background: #f7c302;*/
    background: rgba(30, 47, 68, 0.9);
    padding: 0 5px;
    border-radius: 5px 5px 0 0;
    color: #fff;
    height: 33px;
    line-height: 35px;
}

.event_list_home .date h1 {
    font-size: 2.6em;
    font-weight: bold;
    margin: 0;
    padding: 7px 0 0px 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.event_list_home .date h3 {
    font-size: 14px;
    margin: 0 0 0px 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0 0 7px 0;
    border-radius: 0 0 5px 5px;
}

.event_list_home .content {
    width: 67%;
    float: left;
    padding: 0px 0 0px 10px;
}

.event_list_home .content h2 {
    font-size: 15px;
    margin: 0 0 5px 0;
    line-height: 21px;
    font-weight: 500;
}

.event_list_home .content h2 a {
    color: inherit;
}

.event_list_home .content h2 a:hover {
    color: #650CDE;
}

.event_list_home .content p {
    font-size: 12px;
    margin: 0 0 5px 0;
}

.event_list_home .content p i {
    width: 18px;
    text-align: center;
    opacity: 0.8;
}

.event_list_home .content h5 {
    text-align: right;
    margin: 10px 0 0 0;
}

.event_list_home .attendees {
    width: 100%;
}

.event_list_home .attendees h6 {
    font-size: 12px;
    margin: 10px 0 10px 0;
}

.event_list_home .attendees .event_registrations {
    padding: 0;
}

.event_list_home .attendees .event_registrations li {
    display: inline-block;
}

.event_list_home .attendees .event_registrations li a img {
    width: 30px;
    border-radius: 50%;
}

.event_list_home .attendees .event_registrations li a {
    font-size: 12px;
    color: inherit;
}

.event_list_home .attendees .event_registrations li a:hover {
    color: #650CDE;
}

.event_list_home .attendees p {
    font-size: 13px;
    text-align: left;
    margin: 0;
}





/*-------- Alumni At location -------*/

.trip_home_wrap {
    padding: 10px;
}

.trip_list {
    background: #fff;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
}

.trip_list:last-child {
    border-bottom: none;
}

.trip_link {
    padding: 0 10px 10px 10px;
    margin: 0;
}

.trip_list .image {
    float: left;
    width: 30%;
    position: relative;
}

.trip_list .image img {
    width: 100%;
    border-radius: 5px;
}

.trip_list .image p {
    position: absolute;
    bottom: 0px;
    font-size: 11px;
    left: 0;
    margin: 0;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 0 0 5px 5px;
    padding: 2px 0;
    color: #fff;
}

.trip_list .content {
    float: left;
    width: 70%;
    padding: 0 10px;
}

.trip_list .content h3 {
    font-size: 15px;
    margin: 0 0 5px 0;
    line-height: 21px;
    font-weight: 500;
}

.trip_list .content h4 {
    font-size: 12px;
    margin: 0 0 7px 0;
}

.trip_list .content h6 {
    font-size: 12px;
    margin: 0 0 5px 0;
}

.trip_list .content h3 a {
    color: inherit;
}

.trip_list .content h3 a:hover {
    color: #650CDE;
}

.trip_list .content h4 i {
    width: 18px;
    text-align: center;
    opacity: 0.8;
}

.trip_list .content p {
    margin-bottom: 0;
    text-align: left;
}

@media (max-width: 768px) {
    .trip_list .image p {
        position: relative;
        bottom: 5px;
        font-size: 10px;
        left: 0;
        margin: 0;
        text-align: center;
        width: 100%;
        background: rgba(0, 0, 0, 0.9);
        border-radius: 0 0 5px 5px;
        padding: 2px 0;
        color: #fff;
    }
}








/*---------Fundraising--------------*/

.fundrasing_list {
    margin-bottom: 15px;
}

.fundrasing_list:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.fundrasing_list .fund_image {
    height: 185px;
}

.fundrasing_list .fund_content {
    min-height: : 200px;
    background: #fff;
    padding: 15px 15px 20px 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.fundrasing_list .fund_content h3 {
    font-size: 20px;
    margin: 0;
    padding-bottom: 5px;
}

.fundrasing_list .fund_content p {
    margin-bottom: 5px;
    font-size: 14px;
}

.fundrasing_list .raised {
    margin-top: 15px;
}

.fundrasing_list .raised .right {
    float: right;
}

.fundrasing_list .raised span {
    font-size: 15px;
    color: #484848;
}

.fund_progress {
    margin: 0px 0 18px;
    height: 25px;
    background: #ddd;
}

.fund-progress-bar {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
}

.fundrasing_list .donors ul {}

.fundrasing_list .donors ul li {
    display: inline-block;
    list-style-type: none;
    padding: 15px 0 0 35px;
}

.fundrasing_list .donors ul li h2 {
    font-size: 16px;
    line-height: 0;
    text-align: center;
}

.fundrasing_list .donors ul li p {}

.fundrasing_list .action {
    margin: 20px 0;
    text-align: center;
}

.fundrasing_list .action a {
    padding: 10px 20px;
}

.fund_bg {
    height: 350px;
}

.fund_raising_details {
    position: absolute;
    bottom: 90px;
    left: 14%;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 1rem 2rem 2rem;
    cursor: default;
    width: 30%;
}

.fund_raising_details .content h3 {
    color: #fff;
    font-size: 20px;
}

.fund_raising_details .project_stats {}

.fund_raising_details .project_stats .left {
    float: left !important;
}

.fund_raising_details .project_stats .left p {
    margin-bottom: 5px;
}

.fund_raising_details .project_stats .right {
    float: right !important;
}

.fund_raising_details .project_stats .right p {
    margin-bottom: 5px;
}

.fund_raising_details .fund_progress {
    margin: 5px 0 18px;
    height: 25px;
    background: #ddd;
}

.fund_raising_details .fund-progress-bar {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.page-content.fundraising {
    padding: 100px 0 0 0 !important;
}

.fund_tab_details {
    margin-top: 80px;
    margin-bottom: 30px;
}

.donors_list {
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #ddd;
}

.donors_list .donor_image {
    height: 130px;
    float: left;
    width: 35%;
}

.donors_list .donor_content {
    height: 130px;
    width: 65%;
    background: #fff;
    float: left;
    padding: 10px 10px;
}

.donors_list .donor_content h2 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    margin: 0;
}

.donors_list .donor_content p {
    font-size: 12px;
    margin-bottom: 5px;
}

.donors_list .donor_content h3 {
    font-size: 15px;
    color: #26C281;
    line-height: 18px;
}


.fundraising_target {
    margin-bottom: 8px;
    margin-top: 10px;
}

.fundraising_title {
    margin: 0 0 15px 0;
    font-size: 27px !important;
    line-height: 50px;
    font-weight: 500 !important;
}

.fundraising_date {
    margin: 0;
    font-size: 16px !important;
    line-height: 32px;
}

.event_item_list.donations {
    min-height: 130px;
    border: 1px solid #ddd;
}

.event_item_list.donations .event_info {
    height: 130px;
}

.event_item_list.donations .event_image {
    height: 130px;
}




/* Fundraising Payment */

.payment_wrap {
    background: #fff;
    padding: 50px;
    width: 100%;
    text-align: left;
    margin: 20px 0;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
}

.payment_wrap h1 {
    font-size: 25px;
    line-height: 18px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 40px;
}

.payment_wrap h2 {
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 5px !important;
}


.payment_wrap p.amount {
    font-weight: bold;
    font-size: 16px;
}

.payment_wrap p {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 20px;
}

.right {
    float: right;
}

.payment_wrap .pay_btn,
.payment_wrap input[type="submit"] {
    padding: 10px 30px 10px 30px;
    margin: 0;
    background: #2ecc71;
    color: #fff;
    border-radius: 3px;
    vertical-align: middle;
}

.payment_wrap .pay_btn:hover,
.payment_wrap input[type="submit"]:hover {
    background: #323A45;
    color: #fff;
}

.payment_wrap_success {
    background: #fff;
    padding: 30px 60px;
    border-radius: 3px;
}

.payment_wrap_success h1 {
    font-size: 28px;
    text-align: center;
    color: green;
}

.payment_wrap_success h2,
.payment_wrap_failed h2 {
    font-size: 18px;
    text-align: center;
    border-bottom: 3px dotted #ddd;
    padding-bottom: 10px;
}

.payment_wrap_success p,
.payment_wrap_failed p {
    font-size: 14px;
}

.payment_wrap_failed {
    background: #fff;
    padding: 30px;
    border-radius: 3px;
}

.payment_wrap_failed h1 {
    font-size: 28px;
    text-align: center;
    color: red;
}

@media only screen and (max-width: 720px) {
    .payment_wrap_success {
        padding: 20px;
    }

    .payment_wrap_success h1 {
        font-size: 21px;
    }

    .payment_wrap_success a {
        margin-bottom: 20px;
    }

    .payment_wrap_failed {
        padding: 20px;
    }

    .payment_wrap_failed h1 {
        font-size: 21px;
    }

    .payment_wrap_failed a {
        margin-bottom: 20px;
    }

    .payment_wrap {
        padding: 30px;
    }

    .payment_wrap h1 {
        font-size: 21px;
    }
}




/*===================
  Online Poll
=====================*/

.online_poll_element {
    padding: 15px;
}

.featured-post-wide.alumni_talk_element.online_poll_element .featured-text.inactive_poll {
    background: #fff4b6;
}

.featured-post-wide.alumni_talk_element.online_poll_element .featured-text.active_poll.answered {
    background: #e9feec;
    border: 1px solid #fff;
}

.online_poll_element .at_active_poll {
    position: absolute;
    bottom: 40px;
    right: 20px;
    padding: 0px;
    width: 115px;
    height: 45px;
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0% 0%;
    border: 2px dashed #1BBC9B;
    -ms-transform: rotate(-8deg);
    /* IE 9 */
    -webkit-transform: rotate(-8deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-8deg);
    text-align: center;
}

.online_poll_element .at_active_poll h6 {
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: bold;
    color: #F3565D;
    margin: 0;
    line-height: 43px;
}

.online_poll_element .at_inactive_poll {
    position: absolute;
    bottom: 40px;
    right: 20px;
    padding: 0px;
    width: 115px;
    height: 45px;
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0% 0%;
    border: 2px dashed #F3565D;
    -ms-transform: rotate(-8deg);
    /* IE 9 */
    -webkit-transform: rotate(-8deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-8deg);
    text-align: center;
}

.online_poll_element .at_inactive_poll h6 {
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: bold;
    color: #484848;
    margin: 0;
    line-height: 43px;
}

.featured-post-wide.alumni_talk_element.online_poll_element .featured-text .title {
    margin: 0px 0px 10px;
    font-size: 20px;
    line-height: 25px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
}

.featured-post-wide.alumni_talk_element.online_poll_element .featured-text p {
    font-size: 16px;
}

.online_poll_element .poll_list {
    margin: 15px 0 15px 0;
    padding-left: 0px;
}

.online_poll_element .poll_list li {
    list-style-type: none;
    margin: 10px 5px 10px 20px;
    font-size: 15px;
    font-weight: bold;
}

.online_poll_element .poll_btn {
    margin: 10px auto;
    text-align: center;
}

.online_poll_element .poll_time {
    text-align: center;
    margin: 25px 0 12px 0;
}

.online_poll_element .poll_time h3 {
    font-size: 20px;
}

.online_poll_element .poll_time h3 .fa {
    color: #EF4836;
}

.online_poll_element .poll_time h3 span {
    font-weight: bold;
    text-transform: uppercase;
}

.online_poll_element .poll_stats {
    font-size: 20px;
    border-top: 1px dashed #1BBC9B;
    width: 85%;
    margin: 13px auto 25px auto;
}

.online_poll_element .poll_stats h2 {
    font-size: 18px;
    margin: 20px auto 5px auto;
}

.online_poll_element .poll_stats h2 .fa {
    color: #EF4836;
}

.online_poll_element .poll_stats p {
    margin: 0px;
    font-size: 14px !important;
}

.featured-post-wide.alumni_talk_element.online_poll_element .featured-text h4 i {
    color: inherit;
    font-size: 14px;
}

.poll_result_bg {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.poll_result_wrap {
    width: 28%;
    position: fixed;
    top: 13%;
    left: 35%;
}

.close_poll_result {
    margin: 0;
    float: right;
    position: absolute;
    right: 5px;
    top: 5px;
}

.close_poll_result a {
    color: #F3565D;
    opacity: 0.5;
    font-size: 1.5em;
}

.close_poll_result a:hover {
    opacity: 1;
}

.online_poll_element .poll_user_chart {
    margin: 20px auto;
}

.online_poll_element .poll_result_head {
    font-size: 18px !important;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    margin: 10px 0 15px 0;
}

.featured-post-wide.alumni_talk_element.online_poll_element .featured-text .result_question {
    font-size: 17px;
    margin: 5px 0 20px 0;
}

.online_poll_element .poll_result_bar p {
    font-size: 16px !important;
    font-weight: bold;
}

.online_poll_element .poll_result_bar p span {
    font-weight: normal;
    font-size: 15px;
    float: right;
    margin-left: 10px;
}

.online_poll_element .poll_result_bar p span .percents {
    color: #F2784B;
    margin-left: 5px;
}

.poll_result_count {
    background: #ccc;
}

.poll_label {
    margin-bottom: 0;
    cursor: pointer;
}

.err_poll {
    color: red;
    font-size: 14px !important;
}

.online_poll_element h4 {
    font-size: 14px;
}

@media (max-width: 768px) {
    .online_poll_element .at_active_poll {
        width: 100px;
        height: 40px;
    }

    .online_poll_element .at_active_poll h6 {
        font-size: 1.3em;
        line-height: 33px;
    }

    .online_poll_element .at_inactive_poll {
        width: 100px;
        height: 40px;
    }

    .online_poll_element .at_inactive_poll h6 {
        font-size: 1.3em;
        line-height: 33px;
    }

    .poll_result_wrap {
        width: 94%;
        position: relative;
        top: 20px;
        left: 3%;
    }

    .close_poll_result {
        margin: 0;
        float: right;
        position: absolute;
        right: 5px;
        top: 5px;
        background: #fff;
    }

    .close_poll_result a {
        color: #F3565D;
        font-size: 1.5em;
    }
}





/*===================
    My Profile
=====================*/

.about_me {
    background: #fff;
}





/*------ Profile Pic top -------*/

.profile-side-user p {
    margin: 0 0 3px 0;
}

.profile-side-user .avatar-preview {
    display: block;
    border: none;
    background: 0 0;
    position: relative;
    margin: 0 auto 0px;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    float: none;
}

.profile-side-user .avatar-preview.avatar-preview-128 {
    width: 110px;
    height: 110px;
}

.profile-side-user .avatar-preview input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 100rem;
    opacity: 0;
    cursor: pointer
}

.profile-side-user .avatar-preview .update {
    display: block;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, .4);
    font-size: .875rem;
    padding: 35% 0 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}





/*------ Profile Pic Pop up -------*/

#profilpic {
    width: 300px;
    height: 300px;
    position: relative;
    border: 1px solid #CCC;
    margin: 15px auto;
}

.current_pic_wrap {
    margin: 5px 0;
}

.current_img {
    width: 45%;
    float: left;
    margin-right: 15px;
}

.profile-side.myprofile {
    margin: -120px 0 20px;
    position: relative;
}

.profile_progress {
    width: 75%;
    margin: 6px auto;
}

.profile_progress h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.profile_progress progress {
    border-radius: 0px !important;
    height: 4px;
}

.profile_complete {
    width: 120px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 25px auto 15px auto;
}

.profile_complete .circle-progress-bar-typical {
    width: 120px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
}

.profile_complete .pie_progress__number {
    font-size: 1.5rem;
    font-weight: 600
}

.edit_profile_link {
    position: absolute;
    right: 0;
    top: -180px;
    text-decoration: none;
    color: #fff;
    border: none;
    background: rgba(0, 0, 0, .4);
    font-size: .875rem;
    padding: 6px 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.profile-header-photo .modal-title {
    color: #333 !important;
}

@media (max-width: 768px) {
    .edit_profile_link {
        position: relative;
        right: 0;
        top: 5px;
        text-decoration: none;
        color: #fff;
        border: none;
        background: rgba(0, 0, 0, .4);
        font-size: .875rem;
        padding: 6px 8px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        overflow: hidden;
        margin-bottom: 150px;
    }
}





/*--------- My profile Css -------*/

.profile_banner {
    height: 350px;
    margin: -27px -15px 20px;
    /*  background: 50% 50% no-repeat #232936;*/
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.profile_menu {
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.15);
}

.profile_menu .user_profile_pic {
    width: 200px;
    position: relative;
}

.profile_menu .user_profile_pic img {
    width: 100%;
}

.profile_menu .information {
    background: #fff;
}

.profile_menu .information .button_options {
    padding-top: 10px;
}

.profile_menu .information .button_options .btn {
    text-align: right;
    float: right;
    margin-left: 5px;
}

.profile_menu .information .links {
    padding: 0;
    margin: 0;
}

.profile_menu .information .links li {
    display: inline-block;
    margin: 0 0 0 0px;
}

.profile_menu .information .links li a {
    padding: 15px 30px;
    display: block;
    height: 55px;
    position: relative;
    color: inherit;
    line-height: 27px;
    font-size: 15px;
    background: #fff;
}

.profile_menu .information .links li a.active_tab {
    font-weight: 500;
}

.profile_menu .information .links li a.active_tab:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #650CDE;
}

.profile_menu .information .links li a:hover {
    font-weight: 500;
}

.profile_menu .information .links li a:hover:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #650CDE;
}

.profile_left_wrap {
    margin-top: -230px;
}

.profile_left_wrap .user_info {
    background: #fff;
    box-shadow: rgba(34, 34, 34, 0.15) 0 1px 1px;
    /*box-shadow: rgba(34, 34, 34, 0.15) 0 15px 30px;*/
    border-radius: 5px;
    margin: 0 0 30px 0;
}

.profile_left_wrap .user_info .image {
    width: 100%;
    height: 240px;
    border-radius: 5px 5px 0 0;
    position: relative;
}

.profile_left_wrap .user_info .pyear {
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin: 0;
    font-size: 21px;
    line-height: 23px;
    font-weight: bold;
    color: #fff;
    z-index: 2;
}

.profile_left_wrap .user_info .bg {
    height: 4rem;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(transparent, 60%, rgba(0, 0, 0, .5));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent 90%);
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent 90%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent 90%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.profile_left_wrap .user_info .pro_status_p {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 50%;
    z-index: 5;
}

.profile_left_wrap .user_info .pro_status_p p,
.profile_left_wrap .user_info .pro_status_p p {
    margin: 0px;
}

.profile_left_wrap .user_info .pro_status_p p .fa-check-circle {
    font-size: 1.7em;
    color: #f96b08;
}

.profile_left_wrap .user_info .pro_status_p p .icon-file-excel {
    font-size: 1.7em;
    color: #217647;
    opacity: 0.9;
}

.profile_left_wrap .user_info .pro_status_p p .fa-exclamation-circle {
    font-size: 1.7em;
    color: #F3565D;
    opacity: 0.7;
}

.profile_left_wrap .user_info .app_status {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2;
}

.profile_left_wrap .user_info .app_status p .fa-android {
    font-size: 1.7em;
    color: #a4c639;
}

.profile_left_wrap .user_info .app_status p .fa-apple {
    font-size: 1.7em;
    color: #25afdd;
}

.profile_left_wrap .profile_percent .profile_progress {
    width: 100%;
    float: right;
}

.profile_left_wrap .profile_percent h2 {
    font-size: 16px;
    text-align: left;
    width: 100%;
    float: right;
    margin: 10px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #ddd;
    font-weight: normal;
}

.profile_left_wrap .profile_percent h2 a {
    float: right;
    font-size: 14px;
}

.profile_left_wrap .user_info .details {
    padding: 15px;
}

.profile_left_wrap .user_info .details h3 {
    font-size: 19px;
    font-weight: 500;
    line-height: 25px;
    margin: 0 0 1px 0;
}

.profile_left_wrap .user_info .details p {
    font-size: 13px;
    line-height: 21px;
    margin: 0 0 10px 0;
    color: #6c7a86;
}

.profile_left_wrap .user_info .details {
    padding: 15px;
}

.profile_left_wrap .user_info .details .listings li {
    padding: 5px 0;
    margin: 5px 0;
}

.profile_left_wrap .user_info .details .listings .nowrap i {
    font-size: 17px;
    width: 25px;
    margin-right: 0px;
    color: #66757f;
}

.profile_right_wrap {
    margin: 10px 0 100px 10px;
    padding: 15px 0px;
    /* background: #fff;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.15);*/
    border-radius: 10px;
}

.profile_info_item {
    position: relative;
    padding: 20px;
    margin: 0 0 40px 0;
    background: #fff;
    box-shadow: rgba(34, 34, 34, 0.15) 0 1px 1px;
    /*box-shadow: rgba(34, 34, 34, 0.15) 0 15px 30px;*/
    /*box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.15);*/
    border-radius: 5px;
}

.profile_info_item .title_block {
    margin: 0 0 15px 0;
    font-weight: 500;
    font-size: 16px;
}

.profile_info_item .title_block .font-icon {
    color: #adb7be;
    margin: 0 4px 0 0;
    vertical-align: middle;
    line-height: 16px;
    position: relative;
    top: 2px;
    font-size: 1.1em;
}

.work_exp i {
    width: 20px;
    text-align: center;
}

.work_exp .exp-timeline-range i {
    color: #66757f;
}

.work_exp .exp-timeline-range {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 8px;
}

.work_exp .exp-timeline-status i {
    color: #6c7a86;
}

.work_exp .exp-timeline-location i {
    color: #66757f;
}

.work_exp .exp-timeline .exp-timeline-location a {
    text-decoration: none;
    color: #ddd !important;
    border-bottom: solid 1px transparent;
}

.profile_lists {
    margin: 0 0 10px 0;
    line-height: 23px;
}

.profile_lists strong {
    font-weight: 500;
    color: #6c7a86;
    width: 160px;
    display: table-cell;
}

.profile_lists strong i {
    width: 20px;
    text-align: center;
    color: #66757f;
    margin-right: 5px;
}

.profile_lists span {
    display: table-cell;
}

.profile_checklist {
    width: 90%;
    margin: 5px auto 25px auto;
    border-top: 1px dashed #ddd;
}

.profile_checklist ul {
    padding: 0;
    margin-top: 5px;
}

.profile_checklist ul li {
    list-style-type: none;
    margin: 10px 0;
    text-align: left;
}

.profile_checklist ul li i {
    color: #F3565D;
}

.profile_checklist ul li a {
    color: #26C281;
}

.line-with-icon.success {
    font-weight: 500;
}

.line-with-icon.success i {
    color: #26C281;
}

@media (max-width: 768px) {
    .profile_lists strong {
        font-weight: 500;
        color: #6c7a86;
        width: 160px;
        display: block;
    }

    .profile_lists strong i {
        width: 20px;
        text-align: center;
        color: #66757f;
        margin-right: 5px;
    }

    .profile_lists span {
        display: block;
    }
}





/*===================
    Edit Profile
=====================*/

.profile_bg {
    height: 300px;
    margin: -27px -15px 20px;
    background: 50% 50% no-repeat #232936;
    background-size: cover;
    background: url("../img/feed_bg.jpg") no-repeat scroll 0% 0% / 100% auto;
    background-attachment: fixed;
    color: #fff;
    position: relative;
}

.profile_cover.change-cover {
    right: 30px;
}

.edit_profile_container {
    position: relative;
}

.edit_profile_wrap {
    margin: -210px 0 50px 0;
    z-index: 2000;
}

.edit_profile_wrap label {
    font-size: 13px;
    cursor: pointer;
}

.edit_profile_wrap .form-control {
    font-size: 13px;
    border-radius: 2px;
}

.edit_profile_wrap .edit_profile_group {
    margin-bottom: 20px;
}

.edit_profile_wrap h3 {
    font-size: 14px;
    margin: 0 0 10px 0;
    font-weight: 500;
    position: relative;
    padding: 0 0 5px 0;
}

.edit_profile_wrap h4 {
    font-size: 14px;
    margin: 10px 0 20px 25px;
    font-weight: 500;
    position: relative;
    padding: 0 0 5px 0;
}

.edit_profile_wrap h3 .add_link {
    background: #fff;
    border: 0;
    font-size: 13px;
    font-weight: normal;
    color: #650CDE;
    text-align: right;
    position: absolute;
    right: 0;
}

.edit_profile_wrap h3 .add_link i {
    color: #66757f;
}

.edit_profile_wrap h3 .add_link:hover {
    color: #f7c302;
}

.edit_profile_left {
    background: #fff;
    padding: 20px;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.15);
}

.edit_profile_right {
    min-height: 750px;
    padding-left: 15px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.15);
}

.education_item,
.edit_profile_item {
    margin-left: 25px;
}

.work_items {
    background: #fff;
    padding: 5px 0px 0px 15px;
    border-left: 2px solid #650CDE;
    margin: 0 0 25px 25px;
    position: relative;
}

.work_items.profile_build {
    padding: 0;
    border-left: none;
    margin: 0;
}

.work_items .form-group {
    margin-bottom: 10px;
}

.work_items .remove_work {
    position: absolute;
    top: 5px;
    left: -25px;
}

.work_items .remove_work button {
    margin: 0;
    background: transparent;
    border: none;
}

.work_items .remove_work button i {
    font-size: 1.2em;
    color: #F3565D;
}

.work_items .work_time {
    width: 48%;
    float: left;
    margin-right: 5px;
}

.work_items .work_time.disabled,
.to_period.disabled {
    opacity: 0.7;
}

.work_items .work_time.disabled .btn.dropdown-toggle,
.to_period.disabled .btn.dropdown-toggle {
    background: #dbe4ea !important;
}

.work_items .current_work {
    margin: 8px 0 0 0;
}

.work_items .current_work p {
    margin: 0;
    font-size: 13px;
}

.education_items {
    background: #fff;
    padding: 5px 0px 0px 15px;
    border-left: 2px solid #650CDE;
    margin: 0 0 25px 25px;
    position: relative;
}

.education_items .form-group {
    margin-bottom: 10px;
}

.education_items .remove_edu {
    position: absolute;
    top: 5px;
    left: -25px;
}

.education_items .remove_edu button {
    margin: 0;
    background: transparent;
    border: none;
}

.education_items .remove_edu button i {
    font-size: 1.2em;
    color: #F3565D;
}

.education_items .work_time {
    width: 48%;
    float: left;
    margin-right: 5px;
}

.education_items .current_work {
    margin: 8px 0 0 0;
}

.education_items .current_work p {
    margin: 0;
    font-size: 13px;
}

.contact_item {
    margin-bottom: 10px;
}

.contact_item p {
    float: left;
    width: 12%;
    text-align: center;
    line-height: 33px;
    font-size: 1.2em;
}

.contact_item p i {
    color: #66757f;
}

.contact_item .item {
    float: left;
    width: 88%;
}

.contact_item .item .show {
    margin: 10px 0 0 0;
}

.contact_item .item .show h3 {
    float: left;
    line-height: 25px;
    width: 40%;
    font-size: 14px;
    font-weight: normal;
    margin: 5px 0 0 0;
    padding-right: 5px;
    text-align: right;
}

.contact_item .item .show .drop {
    float: left;
    width: 60%;
}

.dob_link {
    width: 30%;
    display: inline-block;
}

.preference_list li {
    margin: 0px 0 5px 0;
    background: #fff;
    display: block;
}

.preference_list li label {
    font-size: 12px;
    display: inline-block;
    line-height: 17px;
}

.social_list li {
    margin: 0px 0 0px 0;
    background: #fff;
    display: inline-block;
    width: 100%;
}

.social_list li label {
    font-size: 12px;
    display: inline-block;
    line-height: 15px;
}

.edit_submit {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 1050;
}

.edit_submit button,
.edit_submit a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 1.8em;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}

.edit_submit a {
    line-height: 48px;
    margin-right: 10px;
}





/*===================
    User Profile
=====================*/

.profile_send_msg a {
    margin-right: 5px;
}

.card-user-grid>div.no_list_col {
    width: 100%;
}





/*------ friends -------*/

.friends_head h2 {
    font-size: 15px;
    font-weight: 500;
    color: #66757f !important;
    margin: 5px 0 20px 0;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    line-height: 23px;
    position: relative;
}

.friends_head h2 span {
    width: 20px;
    height: 20px;
    line-height: 18px;
    margin-left: 5px;
}

.friends_card.blink {
    -webkit-animation-name: blink;
    -webkit-animation-duration: 3s;
    animation-name: blink;
    animation-duration: 3s;
}

.friends_card {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    border-radius: 2px;
    background: #fff;
}

.friends_card.card-user .btn {
    min-width: auto;
    margin: 12px 0 20px;
}

.friends_card.card-user .card-user-status {
    font-size: 12px;
    color: #66757f !important;
}

.friends_card p {
    font-size: 11px;
    color: #66757f !important;
    padding: 10px 0 0 0;
    margin: 0 0 5px 0;
}





/*===================
    Directory
=====================*/

.filter_warp_indi {
    min-height: 200px;
    position: relative;
}

.filter_loader {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 195px;
    display: none;
}

.filter_loader p {
    text-align: center;
    margin-top: 60px;
}

.filter_loader img {
    width: 70px;
    opacity: 0.5;
}

.directory_search_wrap {
    margin-top: -100px;
    margin-bottom: 50px;
}

.directory_search_wrap .directory_search_box {
    padding: 0;
}

.directory_search_box .faq-page-header-search.directory {
    -webkit-border-radius: .25rem .25rem 0 0;
    border-radius: 0;
    margin: -1px -1px 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.1) !important;
    background-size: cover;
    border-radius: 50px;
}

.search_box {
    margin: 30px 0 15px 0;
    background: #fff;
}

.filter_tag_wrap {
    margin: 5px 0 20px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.tag_element {
    margin: 5px 10px 5px 0;
    float: left;
    display: inline-block;
}

.profile-side.user_profile {
    margin: -150px 0 20px;
    position: relative;
}

.profile-side.user_profile .profile-card .btn {
    width: 150px !important;
    max-width: 150px;
}

@media (max-width: 768px) {
    .profile-side.user_profile {
        margin: -50px 0 20px;
        position: relative;
    }

    .profile-side.user_profile .profile-card .btn {
        width: 150px !important;
        max-width: 150px;
    }

    .profile-header-photo .profile-header-photo-in>.tbl-cell {
        vertical-align: middle;
        padding: 10px 0;
    }

    .tbl.user_profile_name .tbl-cell {
        display: block !important;
    }
}





/*----- Directory Grid Style -----*/

.directory_list {
    padding: 0;
}

.directory_list .profile {
    list-style-type: none;
    width: 23%;
    /*width: 18%;*/
    background: #fff;
    border-radius: 5px;
    float: left;
    margin: 0 15px 15px 0;
    position: relative;
    box-shadow: 0px 2px 3px 0px rgba(4, 4, 4, 0.1);
}

.directory_list.birthday .profile {
    list-style-type: none;
    width: 18%;
    /*width: 18%;*/
    background: #fff;
    border-radius: 5px;
    float: left;
    margin: 0 15px 15px 0;
    position: relative;
    box-shadow: 0px 2px 3px 0px rgba(4, 4, 4, 0.1);
}

.directory_list .profile a {
    color: inherit;
}

.directory_list .profile a:hover {
    color: inherit;
    text-decoration: none;
}

.directory_list .profile:hover {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
}

.directory_list .profile:hover>a>div>.profile_body {
    border-color: #fff;
}

.pro_status {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 50%;
}

.college_name {
    position: absolute;
    bottom: 5px;
    left: 10px;
    border-radius: 50%;
    color: #fff;
    z-index: 999;
    font-size: 13px;
    line-height: 18px;
    width: 75%;
}

.pro_status p,
.app_status p {
    margin: 0px;
}

.pro_status p .fa-check-circle {
    font-size: 1.7em;
    color: #f96b08;
}

.pro_status p .icon-file-excel {
    font-size: 1.7em;
    color: #217647;
    opacity: 0.9;
}

.pro_status p .fa-exclamation-circle {
    font-size: 1.7em;
    color: #F3565D;
    opacity: 0.7;
}

.app_status {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.app_status p .fa-android {
    font-size: 1.7em;
    color: #a4c639;
}

.app_status p .fa-apple {
    font-size: 1.7em;
    color: #25afdd;
}

.directory_list .profile .image {
    border-radius: 5px 5px 0 0;
    position: relative;
    width: 100%;
    height: 180px;
}

.directory_list .profile .image img {
    border-radius: 5px 5px 0 0;
    width: 100%;
    position: relative;
}

.directory_list .profile .college {
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin: 0;
    font-size: 14px;
    line-height: 23px;
    font-weight: bold;
    color: #fff;
    z-index: 2;
}

.directory_list .profile .pyear {
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin: 0;
    font-size: 21px;
    line-height: 23px;
    font-weight: bold;
    color: #fff;
    z-index: 2;
}

.directory_list .profile .bg {
    height: 4rem;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(transparent, 60%, rgba(0, 0, 0, .5));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent 90%);
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent 90%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent 90%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.directory_list .profile_body {
    position: relative;
    padding: 5px 7px 7px 7px;
    /* min-height: 130px;*/
    min-height: 165px;
    border-top: none;
    border-radius: 0 0 5px 5px;
}

.directory_list .profile_body .name {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #0D3354;
    text-transform: capitalize;
}

.directory_list .profile_body .degree {
    color: #3D9AE4;
    font-size: 13px;
}

.directory_list .profile_body p {
    margin: 2px 0 3px 0;
    line-height: 16px;
}

.directory_list .profile_body p a {
    font-size: 13px;
    color: #0C5180;
}

.directory_list .profile_body p a:hover {}

.directory_list .profile_body .company {
    color: #4d4d4d;
    font-size: 12px;
    line-height: 18px;
}

.directory_list .profile_body .location {
    font-size: 13px;
    color: #66757f;
}

.directory_list .profile_body .location i {
    font-size: 90%;
}

.loadmore_wrap {
    margin: 15px 0;
    text-align: center;
    padding: 5px 0;
}

.loadmore {
    margin: 50px auto;
    text-align: center;
    display: none;
}

.category_tabs {
    min-height: 320px;
}





/*---- Search Filter Styles -----*/

#alumbook_filters.fixed {
    position: fixed;
    top: 100px;
    left: 15px;
    width: 23%;
}

.abk_search_filter_left {
    background: #fff;
    margin: 15px auto;
}

.filter_head {
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
}

.filter_head p {
    margin: 0;
}

.filter_wrap {
    max-height: 200px;
    padding: 0 10px;
    width: auto;
}

.filter_list_wrap {
    max-height: 190px;
    overflow: auto;
    background: #fff;
    padding: 0px;
    margin: 0px 0px 0 5px;
}

.filter_list li {
    list-style-type: none;
    margin-bottom: 3px;
}

.alumbook_search {
    background-color: #fff;
}

.alumbook_search .panel {
    background: #fff;
    border-radius: 0;
    margin-bottom: 0;
}

.alumbook_search .panel .panel-title {
    margin: 0;
    border-bottom: 1px solid #ddd;
}

.alumbook_search .panel .panel-title.last {
    border-bottom: none !important;
}

.alumbook_search .panel .panel-title a,
.alumbook_search .panel .panel-title a:focus {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    display: block;
    text-decoration: none;
    padding: 15px 10px;
    margin-bottom: 0px;
    border-radius: 0;
    background-color: #fff;
    color: #151f48;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.alumbook_search .panel .panel-title a:before {
    font-family: FontAwesome;
    position: absolute;
    top: 15px;
    right: 15px;
    content: "\f078";
    font-size: 13px;
}

.alumbook_search .panel .panel-title a[aria-expanded="true"]:before {
    font-family: FontAwesome;
    content: "\f077";
}

.alumbook_search .panel .panel-title a[aria-expanded="true"] {
    /* background: #1e2f44;*/
    background: #fff;
    color: #343434;
}

.alumbook_search .panel .panel-title a:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: #1e2f44;
}

.alumbook_search .panel .panel-title a i {
    width: 25px;
    text-align: center;
}

.alumbook_search .panel .panel-body {
    padding: 0px 0 15px 0;
    background: #fff !important;
    border-bottom: 1px solid #ddd;
}

.alumbook_search .panel .panel-body.last {
    border-bottom: none;
}

.alumbook_search .panel .panel-body.no_search {
    padding: 10px 0;
}

.alumbook_search .abk_f_tabs {
    background: #fff;
}

.alumbook_search .form-group {
    padding: 15px;
    margin: 0;
}

.alumbook_search .tabs-section-nav.tabs-section-nav-inline .nav {
    display: block;
    border: 1px solid #d8e2e7;
    border-top: none;
    border-left: none;
    border-right: none;
    zoom: 1;
    background: #fff;
}

.alumbook_search .tabs-section-nav.tabs-section-nav-inline .nav-item {
    display: inline-block;
    float: none;
    background: 0 0;
    margin: 0 0px -1px;
}

.alumbook_search .tabs-section-nav.tabs-section-nav-inline .nav-item .nav-link {
    display: block;
    /*padding: 0px 15px;*/
    padding: 0px 10px;
    font-size: 12px;
    line-height: 42px;
}

.alumbook_search .tabs-section-nav.tabs-section-nav-inline .nav-link.active {
    border-bottom: solid 3px #650CDE;
}

@media (max-width: 768px) {
    .directory_list {
        padding: 0;
    }

    .directory_list .profile {
        list-style-type: none;
        width: 100%;
        /*width: 18%;*/
        background: #fff;
        border-radius: 5px;
        float: left;
        margin: 0 0px 15px 0px;
        position: relative;
        box-shadow: 0px 2px 3px 0px rgba(4, 4, 4, 0.1);
    }

    .directory_list .profile a {
        color: inherit;
    }

    .directory_list .profile a:hover {
        color: inherit;
        text-decoration: none;
    }

    .directory_list .profile:hover {
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
    }

    .directory_list .profile:hover>a>div>.profile_body {
        border-color: #fff;
    }

    .pro_status {
        position: absolute;
        top: 5px;
        left: 5px;
        border-radius: 50%;
    }

    .pro_status p,
    .app_status p {
        margin: 0px;
    }

    .pro_status p .fa-check-circle {
        font-size: 1.2em;
        color: #f96b08;
    }

    .pro_status p .icon-file-excel {
        font-size: 1.2em;
        color: #217647;
        opacity: 0.9;
    }

    .pro_status p .fa-exclamation-circle {
        font-size: 1.2em;
        color: #F3565D;
        opacity: 0.7;
    }

    .app_status {
        position: absolute;
        bottom: 4px;
        right: 7px;
    }

    .app_status p .fa-android {
        font-size: 1.2em;
        color: #a4c639;
    }

    .app_status p .fa-apple {
        font-size: 1.2em;
        color: #25afdd;
    }

    .directory_list .profile .image {
        border-radius: 5px 0px 0 5px;
        position: relative;
        width: 40%;
        height: 135px;
        float: left;
    }

    .directory_list .profile .image img {
        border-radius: 5px 0px 0 5px;
        width: 100%;
        position: relative;
        float: left;
    }

    .directory_list .profile .college {
        font-family: 'Montserrat', sans-serif;
        position: absolute;
        bottom: 10px;
        left: 10px;
        margin: 0;
        font-size: 14px;
        line-height: 23px;
        font-weight: bold;
        color: #fff;
        z-index: 2;
    }

    .directory_list .profile .pyear {
        font-family: 'Montserrat', sans-serif;
        position: absolute;
        bottom: 10px;
        right: 10px;
        margin: 0;
        font-size: 17px;
        line-height: 15px;
        font-weight: bold;
        color: #fff;
        z-index: 2;
        border-radius: 0 0px 0 5px;
    }

    .directory_list .profile .bg {
        height: 3rem;
        background: rgba(0, 0, 0, 0.5);
        background: linear-gradient(transparent, 60%, rgba(0, 0, 0, .5));
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent 90%);
        background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent 90%);
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent 90%);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 0 0 0 5px;
        z-index: 1;
    }

    .directory_list .profile_body {
        position: relative;
        padding: 5px 7px 7px 7px;
        /* min-height: 130px;*/
        min-height: 120px;
        border-top: none;
        border-radius: 0 0 5px 5px;
        width: 60%;
        float: left;
    }

    .directory_list .profile_body .name {
        font-size: 13px;
        font-weight: 400;
        font-weight: 600;
        color: #0D3354;
        text-transform: capitalize;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        line-height: 16px;
        /* fallback */
        max-height: 32px;
        /* fallback */
    }

    .directory_list .profile_body .degree {
        color: #3D9AE4;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
    }

    .directory_list .profile_body p {
        margin: 2px 0 3px 0;
        line-height: 16px;
    }

    .directory_list .profile_body p a {
        font-size: 11px;
        color: #0C5180;
    }

    .directory_list .profile_body p a:hover {}

    .directory_list .profile_body .company {
        color: #4d4d4d;
        font-size: 12px;
        line-height: 16px;
    }

    .directory_list .profile_body .location {
        font-size: 12px;
        color: #66757f;
        white-space: nowrap;
        overflow: hidden;
    }

    .directory_list .profile_body .location i {
        font-size: 90%;
    }
}





/*===================
    User Profile
=====================*/

.send_invite_msg label img {
    width: 30px;
    border-radius: 50%;
}

.send_invite_msg label {
    font-weight: 500;
}





/*=============================
    News Left Menu
===============================*/

.news_links {
    position: relative;
    width: 270px;
}

.news_links.fixed {
    position: fixed;
    top: 130px;
}

.news_menu {
    padding: 0;
}

.news_menu li {
    list-style-type: none;
    margin-bottom: 5px;
}

.news_menu li a {
    padding: 15px;
    background: #fff;
    border-left: 5px solid #fff;
    display: block;
    font-size: 15px;
    color: #1e2f44;
    font-weight: 500;
}

.news_menu li a:hover {
    border-left: 5px solid #650CDE;
}

.news_menu li.active a {
    border-left: 5px solid #650CDE;
    background: #fff;
}

@media (max-width: 768px) {
    .news_links {
        position: relative;
        width: auto;
    }

    .news_links.fixed {
        position: relative;
        top: 0;
    }

    .news_menu {
        padding: 0;
    }

    .news_menu li {
        list-style-type: none;
        margin-bottom: 5px;
        display: inline-block;
        width: 48%;
    }

    .news_menu li a {
        padding: 15px;
        display: block;
        font-size: 15px;
    }
}





/* -------------------------------- 
    News Timeline
-------------------------------- */

.bg-primary {
    background-color: #32b9b1;
}

.timeline .timeline-row .timeline-content {
    margin-left: 40px;
    position: relative;
    background-color: white;
    color: #333333;
}

.timeline {
    list-style: none;
    position: relative;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}

.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 4px;
    border-radius: 2px;
    display: block;
}

.timeline .timeline-row {
    padding-left: 50%;
    position: relative;
    z-index: 10;
}

.timeline .timeline-row .timeline-time {
    position: absolute;
    color: #333;
    right: 50%;
    top: 31px;
    text-align: right;
    margin-right: 40px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}

.timeline .timeline-row .timeline-time small {
    display: block;
    color: #222;
    text-transform: uppercase;
    opacity: 0.75;
    font-size: 14px;
    font-weight: 400;
}

.timeline .timeline-row .timeline-icon {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 3px;
    color: white;
    font-size: 14px;
    z-index: 100;
}

.timeline .timeline-row .timeline-icon>div {
    border-radius: 50%;
    line-height: 34px;
    font-size: 16px;
}

.timeline .timeline-row .timeline-content {
    margin-left: 40px;
    position: relative;
    background-color: white;
    color: #333333;
    border: 1px solid #ddd;
}

.timeline .timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 48px;
    left: -41px;
    height: 4px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.timeline .timeline-row .timeline-content .panel-body {
    padding: 15px 15px 2px;
    position: relative;
    z-index: 10;
}

.timeline .timeline-row .timeline-content h2 {
    font-size: 18px;
    margin-bottom: 12px;
    margin-top: 0;
    line-height: 25px;
    font-weight: bold;
    color: #202539;
}

.timeline .timeline-row .timeline-content h4 {
    font-size: 14px;
    color: #f36e2d;
    text-transform: capitalize;
}

.timeline .timeline-row .timeline-content h4 i {
    color: #202539;
}

.timeline .timeline-row .timeline-content p {
    margin-bottom: 10px;
}

.timeline .timeline-row .timeline-content .panel-body img {
    margin-bottom: 15px;
    width: 100%;
}

.timeline .timeline-row .timeline-content blockquote {
    border-color: #eeeeee;
}

.timeline .timeline-row .timeline-content blockquote footer,
.timeline .timeline-row .timeline-content blockquote small,
.timeline .timeline-row .timeline-content blockquote .small,
.timeline .timeline-row .timeline-content blockquote.blockquote-reverse footer,
.timeline .timeline-row .timeline-content blockquote.blockquote-reverse small,
.timeline .timeline-row .timeline-content blockquote.blockquote-reverse .small {
    color: #999999;
}

.timeline .timeline-row .timeline-content .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    margin-bottom: 15px;
    overflow: hidden;
}

.timeline .timeline-row .timeline-content .video-container iframe,
.timeline .timeline-row .timeline-content .video-container object,
.timeline .timeline-row .timeline-content .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.timeline .timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%;
}

.timeline .timeline-row:nth-child(odd) .timeline-time {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: 40px;
}

.timeline .timeline-row:nth-child(odd) .timeline-content {
    margin-right: 40px;
    margin-left: 0;
}

.timeline .timeline-row:nth-child(odd) .timeline-content:after {
    left: auto;
    right: -41px;
}

.timeline.animated .timeline-row .timeline-content {
    opacity: 0;
    left: 20px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}

.timeline.animated .timeline-row:nth-child(odd) .timeline-content {
    left: -20px;
}

.timeline.animated .timeline-row.active .timeline-content {
    opacity: 1;
    left: 0;
}

.timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
    left: 0;
}

.timeline {
    padding: 0 10px;
}

.timeline:after {
    left: 28px;
}

.timeline .timeline-row {
    padding-left: 0;
    margin-bottom: 16px;
}

.timeline .timeline-row .timeline-time {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    right: auto;
    top: 0;
    text-align: left;
    margin: 0 0 6px 56px;
}

.timeline .timeline-row .timeline-time strong {
    display: inline-block;
    margin-right: 10px;
}

.timeline .timeline-row .timeline-icon {
    top: 35px;
    left: -2px;
    margin-left: 0;
}

.timeline .timeline-row .timeline-content {
    margin-left: 56px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
}

.timeline .timeline-row .timeline-content:after {
    right: auto !important;
    left: -20px !important;
    top: 20px;
}

.timeline .timeline-row:nth-child(odd) {
    padding-right: 0;
}

.timeline .timeline-row:nth-child(odd) .timeline-time {
    position: relative;
    right: auto;
    left: auto;
    top: 0;
    text-align: left;
    margin: 0 0 6px 56px;
    font-weight: 600;
}

.timeline .timeline-row:nth-child(odd) .timeline-content {
    margin-right: 0;
    margin-left: 55px;
}

.timeline.animated .timeline-row:nth-child(odd) .timeline-content {
    left: 20px;
}

.timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
    left: 0;
}

.timeline .timeline-row .timeline-content h2 {
    font-size: 18px;
    margin-bottom: 12px;
    margin-top: 0;
    line-height: 25px;
    font-weight: 600;
    color: #202539;
}

.timeline .comment-rows-container {
    padding-top: 5px;
    margin-top: 10px;
}

@media (max-width: 1200px) {
    .timeline {
        padding: 0 7px;
    }

    .timeline:after {
        left: 28px;
    }

    .timeline .timeline-row {
        padding-left: 0;
        margin-bottom: 16px;
    }

    .timeline .timeline-row .timeline-time {
        position: relative;
        right: auto;
        top: 0;
        text-align: left;
        margin: 0 0 6px 56px;
    }

    .timeline .timeline-row .timeline-time strong {
        display: inline-block;
        margin-right: 10px;
    }

    .timeline .timeline-row .timeline-icon {
        top: 35px;
        left: -2px;
        margin-left: 0;
    }

    .timeline .timeline-row .timeline-content {
        margin-left: 56px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        position: relative;
    }

    .timeline .timeline-row .timeline-content:after {
        right: auto !important;
        left: -20px !important;
        top: 20px;
    }

    .timeline .timeline-row:nth-child(odd) {
        padding-right: 0;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-time {
        position: relative;
        right: auto;
        left: auto;
        top: 0;
        text-align: left;
        margin: 0 0 6px 56px;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin-right: 0;
        margin-left: 55px;
    }

    .timeline.animated .timeline-row:nth-child(odd) .timeline-content {
        left: 20px;
    }

    .timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
        left: 0;
    }

    .timeline .timeline-row .timeline-content h2 {
        font-size: 18px;
        margin-bottom: 12px;
        margin-top: 0;
        line-height: 25px;
        font-weight: bold;
        color: #202539;
    }
}





/*--------- POST Footer Starts ----------*/

.post_footer {
    padding-left: 0;
    margin: 0;
}

.post_footer li {
    list-style-type: none;
    display: inline-block;
    font-size: 13px;
    margin: 0 15px 0 0;
}

.post_footer li:last-child {
    margin-right: 0px;
}

.post_footer li i {
    font-size: 12px;
}

.post_footer li a {
    color: #656D78;
}

.post_footer li .fa-calendar {
    color: #F2784B;
}

.post_footer li .fa-eye {
    color: #3BAFDA;
}

.post_footer li .fa-thumbs-o-up {
    color: #2C3E50;
}

.post_footer li .fa-heart {
    color: #E35B5A;
}

.post_footer li .fa-heart-o {
    color: #E35B5A;
}

.post_footer li .fa-share {
    color: #4B77BE;
}

.post_footer li .fa-envelope {
    color: #F3C200;
}

.post_footer li .fa-comments {
    color: #26C281;
}

.post_footer .user {
    margin-right: 0px;
}

.post_footer .user span {
    font-style: italic;
}

.post_footer span a {
    color: #37BC9B;
}

.post_footer li a:hover {
    text-decoration: none;
    color: #37BC9B;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

@media (max-width: 768px) {
    .post_footer li {}

    .post_footer li i {
        font-size: 14px;
    }

    .post_footer .user {
        float: right;
        margin-left: 6px;
        margin-right: 0px;
    }
}





/*--- News PDF -----*/

.newsframe {
    min-height: 800px;
    width: 100%;
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
    .newsframe {
        min-height: 400px;
        width: 100%;
        padding: 0;
        margin: 0;
    }
}





/*----- Social Pages -----*/

.facebook_page h3 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.facebook_page h3 i {
    color: #295396;
}

.twitter_page h3 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.twitter_page h3 i {
    color: #2aa9e0;
}





/*===================
    Events Page
=====================*/


/*------ Event List --------*/

.event_wrap {
    padding: 50px 0;
}

.event_list_wrap {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    margin: 10px 0 10px 0;
}

.event_list_wrap:hover {
    box-shadow: 0px 3px 5px 0px rgba(4, 4, 4, 0.2);
}

.event_list_wrap .event_image_box {
    position: relative;
    min-height: 10pc;
}

.event_list_image {
    height: 10pc;
}

.event_list_wrap a {
    color: inherit;
    text-decoration: none;
}

.event_list_wrap a:hover {
    color: inherit;
}

.event_list_wrap .event_image_box img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.event_list_details {
    padding: 10px;
    /*min-height: 180px;*/
    min-height: 205px;
}

.event_list_wrap .event_date_details {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    width: 100px;
    height: 100px;
    color: #fff;
    text-align: center;
}

.event_list_wrap .event_date_details h1 {
    margin: 0;
    font-size: 1.4em;
    color: #fff;
    background: rgba(30, 47, 68, 0.9);
    display: block;
    overflow: hidden;
    font-weight: bold;
    padding: 7px 0 5px 0;
    border-radius: 3px 3px 0 0;
    line-height: 20px;
}

.event_list_wrap .event_date_details h4 {
    margin: 0;
    font-size: 1.1em;
    color: #fff;
    background: rgba(30, 47, 68, 0.9);
    padding: 0 0 5px 0;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 15px;
}

.event_list_wrap .event_date_details h6 {
    margin: 0;
    font-size: 1em;
    background: rgba(255, 255, 255, 0.8);
    color: #484848;
    line-height: 18px;
    padding: 7px 0 3px 0;
}

.event_list_wrap .event_date_details p {
    margin: 0;
    font-size: 0.9em;
    background: rgba(255, 255, 255, 0.8);
    color: #484848;
    padding: 0px 0 5px 0;
    border-radius: 0 0 3px 3px;
    line-height: 18px;
}

.event_list_wrap .expired {
    position: absolute;
    top: 20px;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px 15px;
    border-radius: 3px 0 0 3px;
}

.event_list_wrap .expired p {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    color: #fff;
}

.featured-property.featured_page .col-md-3 {
    margin-bottom: 30px;
}

.featured-section.page {
    background: #F2F4F5;
}

.event_list_details h2 {
    font-size: 17px;
    margin: 0 0 10px 0;
    line-height: 23px;
}

.event_list_details h5 {
    font-size: 14px;
    margin: 0 0 5px 0;
    font-weight: normal;
    line-height: 23px;
}

.event_list_details h5 i {
    width: 20px;
    text-align: center;
    opacity: 0.8;
}

.event_list_details ul {
    border-top: 1px dashed #ddd;
    padding-top: 10px;
    margin-top: 15px;
    text-align: center !important;
}

.event_list_details ul li {
    margin-right: 12px;
    font-weight: normal;
    font-size: 13px;
    list-style-type: none;
    display: inline-block;
}

.event_list_details ul li i {
    font-size: 105%;
    margin-right: 0px;
}

.event_list_details ul li .fa-users {
    color: #f69546;
}

.event_list_details ul li .fa-comments {
    color: #1BBC9B;
}

.event_list_details ul li .fa-heart {
    color: #F3565D;
}

.event_list_details ul li .fa-eye {
    color: #3BAFDA;
}

.container>.col-md-4 {
    margin-bottom: 41px;
}

.no_event {
    padding: 10px;
    border: 2px dashed #ddd;
    margin: 40px auto;
    width: 50%;
    text-align: center;
}

.no_event h1 {
    margin: 15px auto;
}

.no_event h1 i {
    font-size: 2em;
    color: rgba(0, 0, 0, 0.2);
}

.no_event h3 {
    font-size: 16px;
    margin: 5px 0;
}

@media (max-width: 768px) {
    .no_event {
        padding: 10px;
        border: 2px dashed #ddd;
        margin: 40px auto;
        width: 80%;
        text-align: center;
    }
}





/*------ Event Details page --------*/

.event_details_wrap {
    position: relative;
}

.bg_event {
    width: 100%;
    position: absolute;
    top: 0;
}

.event_details_wrap .tint_overlay {
    position: absolute;
    width: 100%;
    height: 500px;
    background: rgba(0, 0, 0, 0.25);
}

.event_details_wrap .tint_overlay.chapter {
    position: absolute;
    width: 100%;
    height: 398px;
    background: rgba(0, 0, 0, 0.25);
}

.event_details_wrap .white_overlay {
    position: absolute;
    top: 500px;
    left: 0;
    width: 100%;
    height: 450px;
    background: #eaedef;
}

.tinted-bg-blur {}

.tinted-bg-overlay {
    background: rgba(0, 0, 0, 0.85);
}

.event_details_content {
    position: relative;
}

.event_details_content {
    padding: 50px 0;
}

.event_details_content .event_title {
    background: rgba(255, 255, 255, 0.85);
    min-height: 410px;
    width: 35%;
    float: left;
    padding: 25px;
    border-radius: 0 5px 0 0;
}

.event_details_content .event_title h2 {
    font-size: 21px;
    font-weight: 500;
    color: #666A73;
}

.event_details_content .event_title h4 {
    font-size: 21px;
    line-height: 33px;
}

.event_details_content .event_title h6 {
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
}

.event_details_content .event_banner {
    min-height: 410px;
    width: 65%;
    float: left;
    border-radius: 5px 0 0 0;
}


.event_details_content .chapter_banner {
    min-height: 410px;
    width: 100%;
    float: left;
    border-radius: 5px 5px 0 0;
}

.event_details_content .reg_section {
    width: 100%;
    background: #fff;
    padding: 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.event_details_content .reg_section .share {
    float: left;
    width: 67%;
    padding-left: 70px;
    position: relative;
    margin: 7px 0 0 0;
}

.event_details_content .reg_section .share p {
    position: absolute;
    left: 0px;
    top: 7px;
    margin: 0;
}

.event_details_content .reg_section .reg_button {
    float: right;
    width: 33%;
}

.event_details_content .reg_section .reg_button button,
.event_details_content .reg_section .reg_button a {
    margin: 0;
    width: 100%;
    border-radius: 5px;
    font-size: 15px;
    text-transform: capitalize;
    height: 50px;
    background: #00ab44;
    color: #fff;
    line-height: 30px;
}

.event_details_content .reg_section .reg_button button:hover,
.event_details_content .reg_section .reg_button a:hover {
    background: #018535;
}

.event_details_content .content_block {
    background: #fff;
    padding: 25px;
}

.event_details_content .content_block h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #282C35;
    letter-spacing: 0.09em;
    margin: 0 0 15px 0;
}

.event_details_content .content_block .info p {
    line-height: 25px;
    font-size: 14px;
}

.event_details_content .agenda {
    margin: 0 0 30px 0;
}

.event_details_content .agenda_list {
    padding: 0;
}

.event_details_content .agenda_list li {
    list-style-type: none;
    background: #fff;
    margin: 0 0 0 0;
    border-top: 1px dotted #ddd;
    line-height: 24px;
    font-size: 14px;
}

.event_details_content .agenda_list li:last-child {
    border-bottom: 1px dotted #ddd;
}

.event_details_content .agenda_list li .agenda_day {
    width: 12%;
    display: table-cell;
    vertical-align: middle;
    padding: 5px 15px;
}

.event_details_content .agenda_list li .agenda_time {
    width: 23%;
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}

.event_details_content .agenda_list li .agenda_content {
    width: 65%;
    display: table-cell;
    padding: 7px 5px;
}

.event_details_content .content_block .date_time,
.event_details_content .content_block .location,
.event_details_content .content_block .registration_wrap,
.event_details_content .content_block .contact_wrap {
    margin: 0 0 30px 0;
}

.event_details_content .content_block .date_time p,
.event_details_content .content_block .location p {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 5px 0;
    padding-left: 20px;
}

.event_details_content .registration_wrap {
    margin: 0 0 30px 0;
}

.event_details_content .registration_wrap .users {
    padding: 0 20px;
}

.event_details_content .registration_wrap a {
    float: left;
    margin: 0 5px 0px 0;
}

.event_details_content .registration_wrap p {
    font-size: 13px;
    line-height: 50px;
    padding: 0 10px;
    float: left;
}

.event_details_content .registration_wrap img {
    width: 50px;
    border-radius: 50px;
}

.event_details_content .venue_map {
    margin: 25px 0;
}

.event_details_content .venue_map #venuemap {
    width: 100%;
    height: 350px;
}

.event_details_content .contact_item {
    padding: 0 20px;
    margin: 0 0 20px 0;
}

.event_details_content .contact_item h5 {
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 10px 0;
    font-weight: 500;
}

.event_details_content .contact_item p {
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 5px 0;
    color: #6c7a86;
}

.event_details_content .contact_item p i {
    font-size: 0.85em;
    width: 25px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #6c7a86;
    height: 25px;
    line-height: 22px;
    color: #6c7a86;
}

@media (max-width: 768px) {
    .event_details_content .event_banner {
        min-height: 300px;
        width: 100%;
        float: left;
        border-radius: 5px 0 0 0;
    }

    .event_details_content .event_title {
        width: 100%;
        min-height: 220px;
    }

    .event_details_content .reg_section .share {
        width: 100%;
    }

    .event_details_content .reg_section .reg_button {
        margin-top: 10px;
        width: 100%;
    }
}





/*------ Event List V 2.0 --------*/

.event_item_list {
    width: 100%;
    min-height: 230px;
    background: #fff;
    box-shadow: rgba(34, 34, 34, 0.15) 0 1px 1px;
    margin-bottom: 30px;
    position: relative;
}

.event_item_list:hover {
    box-shadow: rgba(34, 34, 34, 0.25) 0 3px 5px;
}

.event_item_list a:hover {
    text-decoration: none;
}

.event_item_list .event_image {
    width: 35%;
    height: 230px;
    float: left;
    position: relative;
}

.event_item_list .event_info {
    float: right;
    width: 65%;
    position: relative;
    padding: 15px;
    height: 230px;
}

.event_item_list .event_info h1 {
    font-size: 18px;
    margin: 0 0 10px 0;
    line-height: 25px;
    font-weight: 600;
    color: #343434;
}

.event_item_list .info_wrap h2 {
    font-size: 16px;
    margin: 0 0 10px 0;
    line-height: 23px;
    font-weight: 500;
    color: #5d5d5d;
}

.event_item_list .info_wrap h5 {
    font-size: 13.5px;
    margin: 0 0 5px 0;
    line-height: 18px;
    font-weight: lighter;
    color: #5d5d5d;
}

.event_item_list .info_wrap h5 i {
    width: 12px;
    text-align: center;
    margin: 0 5px 0 0;
}

.event_item_list .stats_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 5px 15px;
    height: 35px;
}

.event_item_list .stats_wrap ul li {
    display: inline-block;
}

.event_item_list .stats_wrap ul li.icons {
    min-width: 25px;
    float: right;
    text-align: center;
    margin-left: 10px;
}

.event_item_list .stats_wrap ul li p {
    color: #666A73;
    margin: 0;
    line-height: 27px;
    font-size: 13px;
}

.event_item_list .stats_wrap ul li p i {
    opacity: 0.6;
}

@media (max-width: 768px) {
    .event_item_list {
        width: 100%;
        min-height: 380px;
        background: #fff;
        box-shadow: rgba(34, 34, 34, 0.15) 0 1px 1px;
        margin-bottom: 30px;
        position: relative;
    }

    .event_item_list:hover {
        box-shadow: rgba(34, 34, 34, 0.25) 0 5px 5px;
    }

    .event_item_list a:hover {
        text-decoration: none;
    }

    .event_item_list .event_image {
        width: 100%;
        height: 150px;
        float: left;
        position: relative;
    }

    .event_item_list .event_info {
        float: right;
        width: 100%;
        position: relative;
        padding: 15px;
        height: 230px;
    }

    .event_item_list .event_info h1 {
        font-size: 18px;
        margin: 0 0 10px 0;
        line-height: 25px;
        font-weight: 600;
    }

    .event_item_list .info_wrap h2 {
        font-size: 16px;
        margin: 0 0 10px 0;
        line-height: 23px;
        font-weight: 500;
    }

    .event_item_list .info_wrap h5 {
        font-size: 13.5px;
        margin: 0 0 5px 0;
        line-height: 18px;
        font-weight: lighter;
        color: #5d5d5d;
    }

    .event_item_list .info_wrap h5 i {
        width: 12px;
        text-align: center;
        margin: 0 5px 0 0;
    }

    .event_item_list .stats_wrap {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-top: 1px solid #ddd;
        padding: 5px 15px;
        height: 35px;
    }

    .event_item_list .stats_wrap ul li {
        display: inline-block;
    }

    .event_item_list .stats_wrap ul li.icons {
        min-width: 25px;
        float: right;
        text-align: center;
        margin-left: 10px;
    }

    .event_item_list .stats_wrap ul li p {
        color: #666A73;
        margin: 0;
        line-height: 27px;
        font-size: 13px;
    }

    .event_item_list .stats_wrap ul li p i {
        opacity: 0.6;
    }
}





/* -------------------------------- 
        Event Details
-------------------------------- */


/*---- event Old -------*/

.event_details {
    /*background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    margin-bottom: 30px;*/
}

.event_details .image {
    position: relative;
}

.event_details .image img {
    width: 100%;
    border-radius: 3px 3px 0 0;
}

.event_details .content {
    padding: 0;
    border-radius: 0 0 3px 3px;
}

.event_details .event_date_details {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    width: 100px;
    height: 100px;
    color: #fff;
    text-align: center;
}

.event_details .event_date_details h1 {
    margin: 0;
    font-size: 1.4em;
    color: #fff;
    background: rgba(30, 47, 68, 0.9);
    display: block;
    overflow: hidden;
    font-weight: bold;
    padding: 7px 0 5px 0;
    border-radius: 3px 3px 0 0;
    line-height: 20px;
}

.event_details .event_date_details h4 {
    margin: 0;
    font-size: 1.1em;
    color: #fff;
    background: rgba(30, 47, 68, 0.9);
    padding: 0 0 5px 0;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 15px;
}

.event_details .event_date_details h6 {
    margin: 0;
    font-size: 1em;
    background: rgba(255, 255, 255, 0.8);
    color: #484848;
    line-height: 18px;
    padding: 7px 0 3px 0;
}

.event_details .event_date_details p {
    margin: 0;
    font-size: 0.9em;
    background: rgba(255, 255, 255, 0.8);
    color: #484848;
    padding: 0px 0 5px 0;
    border-radius: 0 0 3px 3px;
    line-height: 18px;
}

.event_details .content h4 {
    font-size: 18px;
    font-weight: 600;
}

.event_details .content h6 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.event_details .content .dates {
    font-size: 14px;
    margin: 0;
}

.event_details .content .dates i {
    color: #F3565D;
}

.event_details .content h1 {
    border-top: 1px dashed #ddd;
    text-align: right;
    margin: 10px 0 0 0;
}

.agenda_wrap {
    margin: 5px 0;
}

.agenda_wrap h4 {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 10px 15px 10px;
    margin: 0;
}

.event_location {
    padding: 0;
    margin-bottom: 20px;
}

.venue_map {
    padding: 10px;
    background: #fff;
}

#venuemap {
    width: 100%;
    height: 275px;
}

.contact_persons_block .e_contact_item {
    width: 100%;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    float: left;
    margin: 0 15px 15px 0;
}

.contact_persons_block .e_contact_item h5 {
    font-size: 15px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 7px;
    margin: 0 0 7px 0;
    font-weight: 500;
    text-transform: capitalize;
}

.contact_persons_block .e_contact_item p {
    font-size: 14px;
    margin: 0 0 5px 0;
    text-transform: lowercase;
}

.contact_persons_block .e_contact_item p .fa {
    font-size: 90%;
    color: #F3565D;
    width: 15px;
}

.event_reg_wrap {
    margin-bottom: 15px;
}

.event_location h4,
.event_registrations h4,
.contact_persons_block h4 {
    font-size: 15px;
    margin: 0 0 10px 0;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
}

.event_location ul {
    padding: 0;
    margin-bottom: 15px;
}

.event_location ul li {
    list-style-type: none;
    margin: 3px 0 3px 10px;
}

.event_registrations {
    margin-bottom: 15px;
}

.event_registrations a {
    float: left;
    margin: 0 5px 5px 0;
}

.event_registrations a img {
    width: 60px;
    border-radius: 2px;
}

.show_agenda_table {
    font-size: 13px;
}





/*----- Event Details New -------*/

.event_details_header {
    position: relative;
}

.event_details_header .event_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
}

.event_details_header .event_title {
    background: transparent;
    padding: 15px 0;
    margin: 55px 0 0 0;
}

.event_details_header .event_title p {
    font-size: 14px;
    margin: 0 0 10px 0;
}

.event_details_header .event_title p a {
    color: #fff;
    text-decoration: none;
}

.event_details_header .event_title h1 {
    font-size: 2em;
    font-weight: 500;
    margin: 0 0 15px 0;
}

.event_details_header .event_title h2 {
    font-size: 1.4em;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.event_details .content {
    padding: 15px !important;
}

.event_details .discussion_wrap h4 {
    padding: 15px;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .event_details_header .event_title {
        background: transparent;
        padding: 50px 0 25px 0;
        margin: 0px 0 0 0;
    }

    .event_details_header .event_title p {
        font-size: 14px;
        margin: 0 0 10px 0;
    }

    .event_details_header .event_title p a {
        color: #fff;
        text-decoration: none;
    }

    .event_details_header .event_title h1 {
        font-size: 1.5em;
        font-weight: 500;
        margin: 0 0 15px 0;
    }

    .event_details_header .event_title h2 {
        font-size: 1.1em;
        line-height: 25px;
        font-weight: 500;
        margin: 0 0 10px 0;
    }
}





/*--- Tabs Event Details ---*/

.event_details_tab ul {}

.event_details_tab .need_menu.event_details_menu {
    text-align: left;
}





/*============================
    Image Gallery Landing page
==============================*/

.gallery_wrap {
    margin: 30px 0 0px 0;
}

.gallery_link {
    color: inherit;
}

.gallery_link:hover {
    text-decoration: none;
    color: inherit;
}

.gallery_list {
    position: relative;
    height: 300px;
    background: #fff;
    border-radius: 5px;
    margin: 0 0 30px 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
}

.gallery_list:hover {
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.15);
}

.gallery_list .gallery_item_bg {
    height: 100%;
    /*
    background: rgba(255, 255, 255, 0.7);
    background: linear-gradient(bottom, rgba(0, 0, 0, .7), transparent 90%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7), transparent 90%);
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .7), transparent 90%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .7), transparent 90%);*/
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: 5px;
}

.gallery_list .content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    background: linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent 90%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent 90%);
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent 90%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent 90%);
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 5px;
    cursor: pointer;
}

.gallery_list .content h2 {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    position: absolute;
    bottom: 40px;
    left: 0;
    padding: 10px 15px;
    margin: 0;
    width: 100%;
    font-weight: 500;
}

.gallery_list .content p {
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 10px 15px;
    margin: 0;
    width: 80%;
    font-weight: normal;
    opacity: 0.8;
}

.gallery_list .content p a {
    color: #fff !important;
}

.gallery_list .content h3 {
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    position: absolute;
    bottom: 0px;
    right: 0;
    padding: 10px 15px;
    margin: 0;
    width: 20%;
    font-weight: normal;
    text-align: right;
    opacity: 0.8;
}


.gallery {
    /* margin: 40px 0;*/
}

.gallery .zooming {
    width: 100%;
    height: 250px;
}

.gallery .zooming img {
    margin: 0 0 30px 0;
    padding: 0;
}

.view_album_posted_by {
    position: absolute;
    z-index: 1;
    bottom: 21px;
    right: 16px;
    padding: 5px 6px;
    font-size: 13px;
    color: #fff;
}

.view_album_posted_by a {
    color: #fff;
    font-size: 13px;
}

.home_gallery {
    margin: 0px 0 30px 0;
}

.home_gallery_items .gallery_list {
    margin: 20px 0 0 0;
    border-radius: 4px;
}

.no_album_img {
    padding: 15px 10px;
    border: 2px dashed #ddd;
    margin: 40px auto;
    width: 50%;
    text-align: center;
}

.no_album_img h1 {
    margin: 15px auto;
}

.no_album_img h1 i {
    font-size: 2em;
    color: rgba(0, 0, 0, 0.2);
}

.no_album_img h3 {
    font-size: 16px;
    margin: 5px 0;
}

.no_album_img h1 span {
    font-size: 3em;
    color: #ddd;
}

@media (max-width: 768px) {


    .gallery_list {
        position: relative;
        height: 200px;
        background: #fff;
        border-radius: 5px;
        margin: 0 0 30px 0;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    }

    .gallery_list:hover {
        box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.15);
    }

    .gallery_list .gallery_item_bg {
        height: 100%;
        /*
    background: rgba(255, 255, 255, 0.7);
    background: linear-gradient(bottom, rgba(0, 0, 0, .7), transparent 90%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7), transparent 90%);
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .7), transparent 90%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .7), transparent 90%);*/
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        border-radius: 5px;
    }

    .gallery_list .content {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 5;
        background: linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent 90%);
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent 90%);
        background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent 90%);
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent 90%);
        width: 100%;
        height: 100%;
        padding: 20px;
        border-radius: 5px;
        cursor: pointer;
    }

    .gallery_list .content h2 {
        font-size: 16px;
        line-height: 25px;
        color: #fff;
        position: absolute;
        bottom: 40px;
        left: 0;
        padding: 10px 15px;
        margin: 0;
        width: 100%;
        font-weight: 500;
    }

    .gallery_list .content p {
        font-size: 12px;
        line-height: 14px;
        color: #fff;
        position: absolute;
        bottom: 0px;
        left: 0;
        padding: 10px 15px;
        margin: 0;
        width: 70%;
        font-weight: normal;
        opacity: 0.8;
    }

    .gallery_list .content p a {
        color: #fff !important;
    }

    .gallery_list .content h3 {
        font-size: 12px;
        line-height: 14px;
        color: #fff;
        position: absolute;
        bottom: 0px;
        right: 0;
        padding: 10px 15px;
        margin: 0;
        width: 30%;
        font-weight: normal;
        text-align: right;
        opacity: 0.8;
    }

    .no_album_img {
        background: none;
        text-align: center;
        width: 85%;
        margin: 50px auto;
        padding: 20px;
        border: 2px dashed #ddd;
    }

    .no_album_img h1 span {
        font-size: 2em;
        color: #F3565D;
    }
}





/*=============================
    Job List
===============================*/

.job_list {
    margin-bottom: 30px;
    border: 1px solid #fff;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
}

.job_list.job_expired {
    border: 1px solid #FEF7CF;
}

.job_list:hover {
    border: 1px solid #ddd;
    box-shadow: 0px 3px 6px 0px rgba(4, 4, 4, 0.15);
}

.job_list .job_list_body {
    border-radius: 0px 0 0 0;
    background: #fff;
    padding: 10px;
    min-height: 400px;
}

.job_list .job_list_body.job_expired {
    background: #FEF7CF;
}

.job_list .job_title {
    margin: 0 0 8px 0;
    padding-bottom: 5px;
    font-weight: normal;
    border-bottom: 1px dashed #ddd;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
}

.job_list .job_title a {
    color: #66757f;
}

.job_list .job_title a span {
    color: #4d4d4d;
    font-weight: normal;
}

.job_list .job_title a:hover {
    text-decoration: none;
}

.job_list .job_info_list {
    padding: 0;
}

.job_list .job_info_list li {
    list-style-type: none;
    margin-bottom: 5px;
    font-size: 13px;
}

.job_list .job_info_list li i {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #ddd;
    color: #66757f;
    font-size: 95%;
    margin-right: 5px;
}

.job_list .job_info_list li .fa-map-marker,
.job_list .job_info_list li .fa-rupee,
.job_list .job_info_list li .fa-user  {
    padding: 5px 8px 4px 8px;
}

.job_list .job_info_list li .fa-briefcase,
.job_list .job_info_list li .fa-flag {
    padding: 5px 5px;
}

.job_list .job_expiry {
    font-size: 14px;
    text-align: center;
    margin: 15px 0;
}

.job_list .job_view_btn {
    text-align: center;
    margin: 0px auto;
    border-top: 1px dashed #ccc;
    padding-top: 10px;
    width: 80%;
}

.job_list .job_view_btn .applied {
    margin: 6px 0 0 0;
    font-size: 12px;
    color: #F2784B;
}

.job_list .job_down_btn {
    margin: 5px auto 0 auto;
    text-align: center;
}

.job_list .job_down_btn a {
    color: #F2784B;
    font-size: 13px;
}





/*
.job_list .job_view_btn  a {
background-color: #546672;
border-color: #546672;
  color: #fff;
}*/

.job_list .job_list_footer {
    border-top: 1px solid #E6E9ED;
    padding: 8px 0;
    border-radius: 0 0 0 0;
    background: rgba(255, 255, 255, 0.8);
}

.job_list .job_list_footer.job_expired {
    border-top: 1px solid #ddd;
    background: #FEF7CF;
}

.job_list .job_posted_by {
    font-size: 13px;
    margin: 0 10px;
}

.job_list .job_posted_by span {
    float: right;
    font-size: 90%;
    opacity: 0.8;
    margin-top: 2px;
}

.job_filter {
    padding: 0;
}

.job_filter_wrap {
    width: 100%;
    overflow: auto;
    margin-bottom: 25px;
    z-index: 1000;
    background: #fff;
    margin-top: 30px;
}

.job_filter_head {
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
}

.job_filter_list {
    padding: 0;
    margin: 0px 0 0 0;
}

.job_filter_list li {
    list-style-type: none;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.job_filter_list li:last-child {
    border-bottom: none;
}

.job_filter_list li:hover {
    border-bottom: 1px solid #065180;
}

.job_filter_list li a {
    display: block;
    padding: 10px;
    font-size: 14px;
    color: #369;
}

.job_filter_list li .active {
    background: #fff;
    font-weight: 600;
    color: #065180;
}

.job_filter_list li a:hover {
    background: #fff;
    text-decoration: none;
}

.job_filter_list li a span {
    float: right;
    font-size: 80%;
    padding: 4px 5px 3px 5px;
    font-weight: normal;
}

.job_filter_applied_wrap {
    margin: 15px 0 15px 0;
    /* border-bottom: 1px dashed #ddd;*/
}

.job_filter_applied_wrap h3 {
    margin: 0 0 5px 0;
    font-size: 15px;
    text-align: right;
}

.job_applied_filters {
    margin: 5px 0;
}

.mobile_job_filter_wrap {
    background: #fff;
    width: 100%;
    margin: 5px auto 15px auto;
    padding: 10px;
    display: none;
}

@media (max-width: 768px) {
    .job_filter_wrap {
        display: none;
    }

    .job_stats_wrap h1 {
        float: left;
        border: 1px solid #DDD;
        padding: 0;
        border-radius: 50%;
        width: 45px;
        height: 45px;
        margin: 10px 5px;
        text-align: center;
        line-height: 33px;
    }

    .job_stats_wrap h1 .fa-briefcase {
        font-size: 0.7em;
        padding: 9px;
    }

    .job_stats_wrap h1 .fa-users {
        font-size: 0.7em;
        padding: 6px;
    }

    .job_stats_wrap h1 .fa-check {
        font-size: 0.8em;
        padding: 6px;
    }

    .job_stats_wrap h1 .fa-file-text {
        font-size: 0.7em;
        padding: 5px;
    }

    .job_stats_wrap h1 .fa-user {
        font-size: 0.7em;
        padding: 5px;
    }

    .job_stats_wrap .glyphicon-picture {
        font-size: 0.6em;
        padding: 6px;
    }

    .job_stats_wrap .fa-picture-o {
        font-size: 0.6em;
        padding: 7px;
    }

    .job_stats_wrap .job_stat {
        float: left;
        padding: 10px;
    }

    .job_stats_wrap .job_stat p {
        margin: 0;
        font-size: 13px;
        line-height: 23px;
    }

    .job_stats_wrap .job_stat h3 {
        margin: 0;
        font-size: 1.2em;
        font-weight: bold;
        line-height: 22px;
    }

    .js_add_new {
        float: none;
        width: 100%;
        padding: 10px 0;
    }

    .js_add_seeker {
        float: none;
        width: 100%;
        padding: 10px 0;
    }

    .js_add_job_wrap p {
        font-size: 14px;
        margin-top: 5px;
    }

    .invite_line {
        float: left;
        border-bottom: 1px solid #ddd;
        border-left: 0;
        min-height: 0;
        width: 100%;
        position: relative;
        padding-top: 25px;
        margin-bottom: 25px;
    }

    .invite_line h4 {
        position: absolute;
        top: 0;
        left: 46%;
        font-size: 13px;
        font-weight: normal;
        background: #fff;
        width: 30px;
        height: 30px;
        padding-top: 6px;
        border-radius: 50%;
        border: 1px dashed #ddd;
    }

    .mobile_job_filter_wrap {
        background: #fff;
        width: 100%;
        margin: 5px auto 15px auto;
        padding: 10px;
        display: block;
    }

    .mobile_job_filter_wrap p {
        margin: 0;
        font-size: 16px;
        float: left;
        padding-top: 5px;
        line-height: 23px;
    }
}





/*
========================
  Job Details Page
========================
*/

.jb_det_descp {
    background: #fff;
    padding: 10px;
    margin-bottom: 0;
    position: relative;
}

.jb_det_descp.pop_up {
    padding: 0;
}

.resume_label {
    margin: 15px 0 10px 0;
}

.resume_label i {
    color: #3BAFDA;
}

.jb_det_descp h3 {
    margin: 0 0 8px 0;
    color: #66757f;
    font-size: 18px;
    font-weight: 500;
}

.jb_det_descp h4 {
    margin: 0 0 15px 0;
    font-size: 15px;
}

.jb_descp_list {
    padding: 0;
}

.jb_descp_list li {
    list-style-type: none;
    float: left;
    width: 45%;
    padding: 0;
    margin: 5px 5px 5px 0;
    font-size: 14px;
}

.jb_descp_list li i {
    color: #66757f;
}

.jb_streams {
    margin: 10px 0 0 0;
}

.jb_streams i {
    color: #66757f;
}

.jb_det_footer {
    background: #fff;
    margin-bottom: 15px;
    border-top: 1px dashed #ddd;
    padding: 8px 10px;
}

.jb_det_footer p {
    font-size: 13px;
    margin: 0
}

.jb_det_footer .date {
    float: left;
}

.jb_det_footer .views {
    float: right;
}

.jb_det_footer p .fa-calendar {
    color: #F2784B;
}

.jb_det_footer p .fa-eye {
    color: #3BAFDA;
}

.jb_ref_link {
    background: #fff;
    margin-bottom: 15px;
}

.jb_link_icon {
    width: 55px;
    float: left;
    margin: 0;
    background: #3BAFDA;
    height: auto;
    padding: 15px;
}

.jb_ref_link h3 {
    display: block;
    font-size: 2em;
    color: #fff;
    margin: 0;
}

.jb_link_list {
    padding-left: 5px;
    float: left;
    width: 80%;
}

.jb_link_list p {
    margin: 3px 0 0 0;
    line-height: 23px;
    font-size: 14px;
}

.jb_description {
    background: #fff;
    padding: 10px;
    font-size: 13.5px;
    margin-bottom: 15px;
}

.jb_description h4 {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 15px 0;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 8px;
}

.jb_description .MsoListParagraphCxSpFirst,
.jb_description .MsoListParagraphCxSpMiddle,
.jb_description .MsoListParagraphCxSpLast {
    margin-left: 25px;
}

.save_job {
    position: absolute;
    top: 10px;
    right: 10px;
}

.save_job a {
    color: inherit;
    display: block;
    font-size: 15px;
}

.save_job a i {
    color: #F3C200;
}

.jb_apply_wrap {
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;
}

.jb_apply_wrap h5 {
    font-size: 15px;
}

.jb_apply_wrap .apply_stats {
    font-size: 20px;
    border-top: 1px dashed #1BBC9B;
    width: 85%;
    margin: 13px auto 15px;
    text-align: center;
}

.jb_apply_wrap .apply_stats p {
    margin: 3px 0 0 0;
}

.jb_apply_wrap .btn {
    margin-bottom: 5px;
}

.jb_apply_wrap h5 i {
    color: #EF4836;
}

.jb_apply_wrap .apply_stats h2 {
    font-size: 18px;
    margin: 15px 0 0 0;
}

.jb_apply_wrap .apply_stats h3 {
    font-size: 16px;
    margin: 15px 0 0 0;
}

.jb_apply_wrap .apply_stats h3 i {
    color: #1BBC9B;
}

.jb_apply_wrap .apply_stats h2 i {
    color: #EF4836;
}

.jb_apply_wrap .apply_stats p {
    font-size: 14px !important;
}

.jb_contact_info {
    background: #fff;
    padding: 10px;
    margin-bottom: 15px;
}

.jb_c_title {
    text-align: center;
    margin: 0 0 10px 0;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 8px;
    font-size: 14px;
}

.jb_post_user {
    background: #fff;
    padding: 10px;
    margin-bottom: 15px;
}

.jb_post_title {
    text-align: center;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
    margin: 0 0 10px 0;
}

.jb_apply_user {
    width: 55%;
    border: 1px dashed #1BBC9B;
    padding: 5px;
}

.jb_apply_user_title {
    margin: 10px 0;
    font-size: 14px;
}

.jb_post_pic {
    float: left;
    width: 25%;
}

.jb_post_pic img {
    width: 100%;
}

.jb_post_user_info {
    float: left;
    width: 70%;
    margin-left: 10px;
}

.jb_post_user_info h4 {
    font-size: 16px;
    margin: 8px 0 5px 0;
}

.jb_post_user_info h4 a:hover {
    text-decoration: none;
}

.jb_post_user_info p {
    margin: 0 0 5px 0;
    font-size: 14px;
    opacity: 0.8;
}

.jb_attachment_wrap {
    margin: 0 0 15px 0;
    text-align: center;
}

.jb_doc_btn {
    border: 2px dashed #1BBC9B;
    padding: 10px;
    font-size: 18px;
    margin: 5px;
    color: #F3565D;
    display: block;
    background: rgba(255, 255, 255, 0.8);
}

.jb_doc_btn:hover {
    text-decoration: none;
    border: 2px dashed #F3565D;
}

.att_resume_block {}

.post_apply_attach_resume p {
    margin: 5px 0 10px 0;
}

.post_apply_attach_resume a {
    font-size: 15px;
}

.post_apply_attach_resume a i {
    color: #1BBC9B;
}

.post_apply_attach_resume a:hover {
    text-decoration: none;
}

.post_apply_attach_resume a:hover>i {
    color: #F3565D;
}

.jb_report_job {
    float: right;
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
}

.jb_report_job a {
    text-align: center;
    display: block;
    padding: 15px;
}

.jb_report_job a i {
    color: #F3565D;
}

.jb_report_job a:hover {
    text-decoration: none;
}

.jb_report_mod_title {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.jb_report_mod_title i {
    color: #F3565D;
}

.report_job_list {
    margin: 10px 0;
}

.report_job_list li {
    list-style-type: none;
    margin-bottom: 3px;
}

.report_job_list li label {
    font-weight: normal;
    cursor: pointer;
}

@media (max-width: 768px) {
    .jb_det_descp {
        background: #fff;
        padding: 10px;
        margin-bottom: 0;
        position: relative;
        margin-top: 0px;
    }

    .jb_det_descp.pop_up {
        padding: 0;
        margin-top: 0;
    }

    .save_job {
        position: absolute;
        top: -33px;
        right: 0;
        background: #fff;
        padding: 5px 10px;
    }

    .save_job a {
        font-size: 14px;
    }

    .jb_det_descp h3 {
        margin: 0px 0px 8px;
        color: #1f1f3b;
        font-size: 16px;
        /*
        font-weight: bold;*/
    }

    .jb_det_descp h4 {
        margin: 0px 0px 15px;
        font-size: 15px;
    }

    .jb_descp_list li {
        list-style-type: none;
        float: none;
        width: 100%;
        padding: 0;
        margin: 5px 5px 5px 0;
        font-size: 14px;
    }

    .jb_streams {
        margin: 0px 0 0 0;
        line-height: 22px;
    }

    .jb_post_user_info h4 {
        font-size: 14px;
        margin: 5px 0 5px 0;
    }

    .jb_post_user_info p {
        margin: 0 0 3px 0;
        font-size: 13px;
        opacity: 0.8;
    }

    .jb_apply_user {
        width: 100%;
        border: 1px dashed #1BBC9B;
        padding: 5px;
    }

    .resume_label {
        margin: 5px 0;
    }

    .att_resume_block .btn-info {
        margin: 10px 0;
        float: right;
    }

    .att_resume_block .btn-primary {
        margin: 5px 0;
        float: right;
    }
}





/*========================
    Alumni Needs Page
==========================*/

.post_need label {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.post_need .poll_list li label {
    font-size: 14px;
    font-weight: normal;
}

.need_navigation {
    margin: -19px -15px 20px;
    background: #fff;
}

.need_navigation .need_menu {
    margin-bottom: 0px;
    border-bottom: none !important;
    text-align: center;
}

.need_navigation .nav-justified.need_menu li {
    background-color: #fff;
    display: inline-block;
    /*padding: 15px 8px;*/
    border-bottom: 4px solid #fff;
}

.need_navigation .nav-justified.need_menu.help_board li {
    background-color: #fff;
    display: inline-block;
    /*padding: 15px 9px;*/
    border-bottom: 4px solid #fff;
}

.need_navigation .need_menu.nav-justified>li>a {
    border-radius: 0px;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    font-size: 14px;
    font-weight: 600;
    color: inherit;
    padding: 15px 15px;
    display: block;
}

.need_navigation .need_menu.nav-tabs.nav-justified>.active {
    border-radius: 0px;
    border-bottom: 4px solid #650CDE;
}

.need_navigation .need_menu.nav-tabs.nav-justified>li:hover {
    background-color: #fff;
    border-radius: 0px;
    border-bottom: 4px solid #650CDE;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}

.need_menu .dropdown-menu li {
    display: block !important;
    padding: 10px 15px !important;
}

.alumni_need_item {
    background: #fff;
    padding: 10px;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    margin-bottom: 35px;
    min-height: 220px;
    cursor: pointer;
}

.alumni_need_item a {
    color: inherit;
}

.alumni_need_item a:hover {
    text-decoration: none;
}

.alumni_need_item:hover {
    box-shadow: 0px 3px 2px 0px rgba(4, 4, 4, 0.2);
    background: #f9efb4;
}

.alumni_need_item:hover>.need:after,
.alumni_need_item:hover>.need:before {
    background: #f9efb4 !important;
}

.alumni_need_item.completed:hover>.need:after,
.alumni_need_item.completed:hover>.need:before {
    background: #E9FEEC !important;
}

.alumni_need_item h3 {
    margin: 30px 0 10px 0px;
    font-size: 16px;
    font-weight: 500;
}





/*.alumni_need_item .need {
    font-size: 14px;
    line-height: 21px;
    padding: 0 0 25px 0px;
    margin: 0;
    font-weight: 400;
}
*/

.alumni_need_item .need {
    overflow: hidden;
    position: relative;
    line-height: 1.5em !important;
    max-height: 4.5em !important;
    text-align: justify;
    margin-right: -1em;
    padding-right: 1em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    padding-right: 10px;
    width: 99%;
}

.alumni_need_item .need img {
    width: 20px;
    height: 20px;
}

.alumni_need_item .need:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    font-size: 13px;
    padding: 5px 20px 0 20px;
    color: #650CDE;
}

.alumni_need_item.completed .need:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
    background: #E9FEEC;
    font-size: 13px;
    padding: 5px 20px 0 20px;
    color: #650CDE;
}

.alumni_need_item .need:after {
    content: '';
    position: absolute;
    right: 0;
    width: 2em;
    height: 2em;
    margin-top: 0.2em;
    background: white;
}

.alumni_need_item.completed .need:after {
    content: '';
    position: absolute;
    right: 0;
    width: 2em;
    height: 2em;
    margin-top: 0.2em;
    background: #E9FEEC;
}

.alumni_need_item .hole {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 15px;
    height: 15px;
    background: #F0F2F5;
    border-radius: 50px;
    border: 1px solid #e7e7e7;
}

.alumni_need_item .follow {
    position: absolute;
    top: 10px;
    right: 10px;
}

.alumni_need_item .follow p {
    margin: 0;
}

.alumni_need_item .follow p i {
    font-size: 1.2em;
    color: #F3565D;
}

.alumni_need_item .user {
    float: left;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.alumni_need_item .user img {
    width: 40px;
    float: left;
}

.alumni_need_item .user .info {
    float: left;
    margin-left: 10px;
}

.alumni_need_item .user .info h5 {
    margin: 3px 0 5px 0;
    font-size: 14px;
    font-weight: 500;
    color: #369;
}

.alumni_need_item .user .info p {
    font-size: 12px;
    margin: 0 0 3px 0;
}

.alumni_need_item .date {
    position: absolute;
    top: 10px;
    left: 35px;
}

.alumni_need_item .date h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    float: left;
    margin: 0;
    color: #66757f;
    font-weight: 600;
}

.alumni_need_item .status {
    position: absolute;
    font-size: 13px;
    float: right;
    text-align: right;
    top: 10px;
    right: 10px;
    opacity: 0.6;
    margin: 0;
}

.alumni_need_item .status .fa-check {
    color: #1BBC9B;
}

.alumni_need_item .status .fa-exclamation-circle {
    color: #F3565D;
}

.alumni_need_item .date h6 i {
    color: #F2784B;
}

.alumni_need_item .stats {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.alumni_need_item .stats p {
    font-size: 13px;
    margin: 0 0 0 15px;
    float: left;
}

.alumni_need_item .stats p .fa-eye {
    color: #3BAFDA;
}

.alumni_need_item .stats p .fa-comments {
    color: #26C281;
}

.alumni_need_item.completed {
    background: #E9FEEC;
    padding: 10px;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    position: relative;
}

.alumni_need_item.completed .need {
    font-size: 15px;
    line-height: 23px;
    margin: 0 0 25px 0px;
    text-decoration: line-through;
}

.alumni_need_item.completed:hover {
    box-shadow: 0px 3px 2px 0px rgba(4, 4, 4, 0.2);
}





/*----- My Bazzar List -------*/

.my_help {
    background: #fff;
    margin: 0 0 30px 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
}

.my_help.completed .content {
    background: #E9FEEC;
}

.my_help .content {
    background: #fff;
    width: 100%;
    padding: 15px 45px 15px 15px;
    height: 180px;
    position: relative;
}

.my_help.hide .content {
    background: #f5f9fb;
}

.my_help .content h4 {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.my_help .content:hover>.need:after,
.my_help .content:hover>.need:before {
    background: #fff !important;
}

.my_help.completed .content:hover>.need:after,
.my_help.completed .content:hover>.need:before {
    background: #E9FEEC !important;
}

.my_help .content .need {
    overflow: hidden;
    position: relative;
    line-height: 1.5em !important;
    max-height: 4.5em !important;
    text-align: justify;
    margin-right: -1em;
    padding-right: 1em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    padding-right: 10px;
    width: 99%;
}

.my_help .content .need img {
    width: 20px;
    height: 20px;
}

.my_help .content .need:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    font-size: 13px;
    padding: 5px 20px 0 20px;
    color: #650CDE;
}

.my_help.completed .content .need:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
    background: #E9FEEC;
    font-size: 13px;
    padding: 5px 20px 0 20px;
    color: #650CDE;
}

.my_help .content .need:after {
    content: '';
    position: absolute;
    right: 0;
    width: 2em;
    height: 2em;
    margin-top: 0.2em;
    background: white;
}

.my_help.completed .content .need:after {
    content: '';
    position: absolute;
    right: 0;
    width: 2em;
    height: 2em;
    margin-top: 0.2em;
    background: #E9FEEC;
}

.my_help .content h4 a {
    color: inherit;
}

.my_help .content h4 a:hover {
    color: #650CDE;
}

.my_help .content h5 {
    font-size: 14px;
}

.my_help .content .date {
    font-size: 12px;
    opacity: 0.7;
    position: absolute;
    bottom: 15px;
    left: 15px;
    margin: 0;
}

.my_help .content .edit {
    position: absolute;
    top: 15px;
    right: 15px;
    box-shadow: none;
    width: 30px;
    height: 30px;
    border: 1px solid #adb7be;
    border-radius: 50%;
    background: transparent;
    color: #adb7be;
    text-align: center;
    line-height: 28px;
}

.my_help .content .edit:hover {
    background: #fff;
    color: #650CDE;
    border: 1px solid #650CDE;
}

.my_help .content .status {
    position: absolute;
    top: 55px;
    right: 15px;
    box-shadow: none;
    width: 30px;
    height: 30px;
    border: 1px solid #adb7be;
    border-radius: 50%;
    background: transparent;
    color: #adb7be;
    text-align: center;
    line-height: 28px;
}

.my_help .content .status:hover {
    background: #fff;
    color: #650CDE;
    border: 1px solid #650CDE;
}

.my_help .content .remove {
    position: absolute;
    top: 95px;
    right: 15px;
    box-shadow: none;
    width: 30px;
    height: 30px;
    border: 1px solid #adb7be;
    border-radius: 50%;
    background: transparent;
    color: #adb7be;
    text-align: center;
    line-height: 27px;
}

.my_help .content .remove:hover {
    background: #fff;
    color: #fa424a;
    border: 1px solid #fa424a;
}

.my_help .content .s_label {
    position: absolute;
    bottom: 10px;
    right: 90px;
    box-shadow: none;
    background: #f7c302;
    color: #fff;
    text-align: center;
    border: 1px solid #f7c302;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 3px;
    font-weight: 500;
}

.my_help .content .s_label.unpub {
    border: 1px solid #fdad2a;
    background: #fdad2a;
}

.my_help .content .approval_status {
    position: relative;
    font-size: 13px !important;
    text-align: left;
    opacity: 0.6;
    margin: 0;
}

.my_help .content .approval_status .fa-check {
    color: #1BBC9B;
}

.my_help .content .approval_status .fa-exclamation-circle {
    color: #F3565D;
}

.my_help .content .stats {
    position: absolute;
    right: 15px;
    bottom: 12px;
}

.my_help .content .stats p {
    font-size: 13px;
    margin: 0 0 0 15px;
    float: left;
    cursor: pointer;
}

.my_help .content .stats p .fa-eye {
    color: #3BAFDA;
}

.my_help .content .stats p .fa-comments {
    color: #26C281;
}

@media (max-width: 768px) {
    .my_help .content {
        background: #fff;
        width: 100%;
        padding: 15px 45px 15px 15px;
        height: 220px;
        position: relative;
    }

    .my_help .content .s_label {
        position: relative;
        bottom: 0;
        right: 0;
        box-shadow: none;
        background: #f7c302;
        color: #fff;
        text-align: center;
        border: 1px solid #f7c302;
        font-size: 12px;
        padding: 2px 5px;
        border-radius: 3px;
        font-weight: 500;
        margin: 10px 0px;
    }
}





/*==============================
    Alumni Need Details Page
================================*/

.need_information_wrap {
    padding: 0px;
    position: relative;
    background: #fff;
    padding: 10px 5px;
    border-bottom: 1px dashed #ccc;
}

.need_information_wrap .user_info {
    width: 30%;
    padding: 5px;
    text-align: center;
    float: left;
}

.need_actions .completed_tag {
    position: relative;
    font-size: 13px;
    margin: 15px 0 0 0;
    background: #fff;
    padding: 10px 12px;
    border: 1px dashed #F3565D;
    border-radius: 3px;
    font-weight: 500;
    text-align: center;
}

.need_actions .completed_tag i {
    color: #f7c302;
}

.need_actions .completed_tag strong {
    font-family: 'Montserrat', sans-serif;
    color: #f7c302;
    font-weight: bold;
}

.need_actions p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #66757f;
    margin: 0;
}

.need_actions p.center {
    text-align: center;
    border-top: 1px dashed #ddd;
    padding-top: 15px;
}

.need_description {
    background: #fff;
    padding: 0px;
    margin: 0 10px 0 0;
    border-radius: 5px;
    position: relative;
}

.need_description h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.need_description p {
    font-size: 14px;
    line-height: 23px;
    margin: 0 0 15px 0;
}

.need_information_wrap .need_description.completed {
    background: #fff4b6;
    padding: 20px;
    margin: 0 10px 0 0;
    border-radius: 5px;
    position: relative;
    text-decoration: line-through;
}

.need_information_wrap .need_total_trap {
    margin: 0;
    position: relative;
    float: right;
    width: 66%;
}

.need_information_wrap .need_description_wrap {
    position: relative;
    margin: 50px 0 45px 0;
}

.need_information_wrap .need_description h1 {
    margin: 0;
    font-size: 17px;
    line-height: 25px;
}

.need_information_wrap .need_description_wrap .pointer {
    border-left: 0 solid transparent;
    border-bottom: 25px solid transparent;
    border-top: 0 solid #fff4b6;
    border-right: 25px solid #fff4b6;
    width: 20px;
    position: absolute;
    top: 0;
    left: -20px;
}

.need_information_wrap .need_total_trap .need_actions {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 100%;
    font-size: 13px;
}

.need_information_wrap .need_total_trap .need_actions p {
    float: left;
    text-align: left;
    margin-top: 7px;
}

.need_information_wrap .need_total_trap .need_actions .need_save {
    float: right;
}

.need_information_wrap .need_total_trap .need_actions .need_save li {
    float: left;
    list-style-type: none;
    margin-left: 10px;
}

.need_information_wrap .need_total_trap .need_actions .need_save li p {
    margin: 0;
    text-align: center;
    cursor: pointer;
}

.need_information_wrap .need_total_trap .need_actions .need_save li p i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ddd;
    font-size: 16px;
    padding-top: 6px;
}

.need_information_wrap .need_total_trap .need_actions .need_save li p i.fa-check {
    color: #1BBC9B;
}

.need_information_wrap .need_total_trap .need_actions .need_save li p i.fa-bookmark-o {
    color: #F3565D;
}

.need_information_wrap .need_total_trap .need_actions .need_save li p.closed i.fa-bookmark {
    background: #F3565D;
    border: 1px solid #F3565D;
    color: #fff;
}

.need_information_wrap .need_total_trap .need_actions .need_save li p.closed i.fa-check {
    background: #1BBC9B;
    border: 1px solid #1BBC9B;
    color: #fff;
}





/*---- Need Reply Area -----*/

.need_reply_area {
    margin: 0 0 0px 0;
    padding: 10px;
    background: #fff;
}

.need_reply_area .user_img {
    float: left;
}

.need_reply_area .user_img img {
    width: 40px;
    border-radius: 4px;
}

.need_reply_area .reply_input {
    float: left;
    width: 79%;
    padding-left: 10px;
}

.need_reply_area .reply_input textarea {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #ddd;
    background: transparent;
    font-size: 14px;
    padding: 5px;
    margin-top: 0px;
    line-height: 18px;
    height: 40px;
}

.need_reply_area .reply_input textarea.empty_msg {
    border-color: red;
}

.need_reply_area .reply_input textarea:focus {
    height: 80px;
    border-color: #3BAFDA;
    transition: height 0.4s;
}

.need_reply_area .reply_submit {
    float: right;
    width: 13%;
    padding: 10px 5px 0 5px;
    margin-bottom: 5px;
    text-align: right;
}

@media (max-width: 768px) {
    .need_information_wrap .user_info {
        width: 100%;
        background: #fff;
        padding: 10px;
        border-radius: 5px;
    }

    .need_reply_area .user_img {
        float: left;
    }

    .need_reply_area .user_img img {
        width: 40px;
        border-radius: 4px;
    }

    .need_reply_area .reply_input {
        float: left;
        width: 100%;
        padding-left: 0px;
        margin-top: 15px;
    }

    .need_reply_area .reply_input textarea {
        width: 100%;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 2px solid #ddd;
        background: transparent;
        font-size: 14px;
        padding: 5px;
        margin-top: 0px;
        line-height: 18px;
        height: 40px;
    }

    .need_reply_area .reply_input textarea.empty_msg {
        border-color: red;
    }

    .need_reply_area .reply_submit {
        float: right;
        width: 50%;
        padding: 10px 0px 0px 5px;
        margin-bottom: 0px;
        text-align: right;
    }

    .need_replies h2 {
        margin-left: 0 !important;
    }
}





/*==============================
    Alumni Need  - Replies
================================*/

.need_replies {
    margin: 30px 0 30px 40px;
}

.need_replies h2 {
    font-size: 15px;
    font-weight: 600;
    margin-left: -20px;
}

.reply_element {
    margin: 10px 0;
}

.reply_element .user_pic {
    width: 70px;
    float: left;
    border: 2px solid #fff;
}

.reply_element .content_wrap {
    width: 85%;
    float: left;
    position: relative;
}

.reply_element .content_wrap .user a {
    float: left;
    font-size: 14px;
    margin: 0 0 0 10px;
    font-weight: 500;
}

.reply_element .content_wrap .user p {
    font-family: 'Montserrat', sans-serif;
    float: right;
    margin: 0;
    font-weight: 700;
    font-size: 13px;
    color: #66757f;
}

.reply_element .content_wrap .user p i {
    color: #F2784B;
}

.reply_element .content p {
    padding: 10px;
    margin: 5px 0 0 10px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    background: #fff;
    position: relative;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), -1px 0px 0px rgba(0, 0, 0, 0.03), 1px 0px 0px rgba(0, 0, 0, 0.03), 0px 1px 0px rgba(0, 0, 0, 0.12);
}

.reply_element .content {
    margin: 0 0 5px 10px;
}

.reply_element .content .pointer {
    border-left: 0 solid transparent;
    border-bottom: 15px solid transparent;
    border-top: 0 solid #fff;
    border-right: 15px solid #fff;
    width: 15px;
    position: absolute;
    z-index: 5;
    left: 7px;
}

.reply_element .content_wrap .reply_actions p {
    margin: 0;
    padding: 0px;
    text-align: right;
    margin-bottom: 10px;
    width: 15px;
    float: right;
    cursor: pointer;
}

.reply_element .content_wrap .reply_actions p .fa-trash-o {
    color: #F3565D;
}

.reply_element .content_wrap .reply_actions h5 {
    padding: 0px;
    text-align: right;
    float: right;
    cursor: pointer;
    font-size: 12px;
    margin: 2px 5px 10px 0;
    opacity: 0.5;
    line-height: 18px;
}

.reply_element .content_wrap .reply_actions h5 .fa-check {
    color: #26C281;
}

.reply_element .content_wrap .reply_actions p .fa-exclamation-circle {
    color: #369;
}

@media (max-width: 768px) {
    .need_replies {
        margin: 30px 0 30px 0px;
    }

    .reply_element {
        margin: 10px 0;
    }

    .reply_element .user_pic {
        width: 50px;
        float: left;
    }

    .reply_element .content_wrap {
        width: 80%;
        float: left;
        position: relative;
    }

    .reply_element .content_wrap .user a {
        float: left;
        font-size: 14px;
        margin: 0 0 0 10px;
        font-weight: 500;
    }

    .reply_element .content_wrap .user p {
        float: left;
        margin: 5px 0 5px 10px;
        font-size: 12px;
    }
}





/*=============================
    Post jobs
===============================*/

.job_post_wrap .form-group label {
    font-weight: 500;
}

.job_apply_type_wrap .help-text {
    font-size: 11px;
    margin-top: 25px;
    line-height: 15px !important;
}

.job_apply_type {
    padding: 0;
}

.job_apply_type li {
    list-style-type: none;
    display: inline-block;
    width: 48%;
    margin-right: 0px;
}

.job_apply_type li label {
    display: block;
    cursor: pointer;
}

.job_apply_type li .help-block {
    margin-left: 15px;
}

#show_attach_doc {
    margin: 10px 0;
}

.document_icon_job {
    float: left;
    padding: 10px;
    border: 2px dashed #1BBC9B;
}

.document_icon_job p .fa {
    font-size: 2em;
    color: #1BBC9B;
    margin-right: 10px;
}

.document_icon_job p {
    float: left;
    font-size: 18px;
    margin: 0;
}

.document_icon_job h3 {
    float: left;
    font-size: 18px;
    margin: 8px 0 0 0;
}

.document_icon_job h3 a {}

.document_icon_job h3 a:hover {
    text-decoration: none;
    color: #F3565D;
}

.removeJobDocument,
.removeJobDocumentIcon,
.removeSeekerResume,
.removeSeekerResumeIcon {
    margin: 14px;
}

@media (max-width: 768px) {
    .job_apply_type li {
        list-style-type: none;
        float: none;
        width: 100%;
        margin-right: 0;
    }
}





/*=============================
    Saved Job List
===============================*/

.jb_savelist_wrap {
    margin-right: 10px;
}

.jb_saved_list {
    margin-bottom: 30px;
    border: 1px solid transparent;
    position: relative;
}

.jb_saved_list:hover {
    border: 1px solid #ddd;
}

.jb_saved_list .jb_saved_list_body {
    background: #fff;
    padding: 10px;
    min-height: 330px;
}

.jb_saved_list .jb_saved_list_body.job_expired {
    background: #FEF7CF;
}

.jb_saved_list .job_title {
    margin: 0 0 8px 0;
    padding-bottom: 5px;
    font-weight: normal;
    border-bottom: 1px dashed #ddd;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
}

.jb_saved_list .job_title a {
    color: #1BBC9B;
}

.jb_saved_list .job_title a span {
    color: #4d4d4d;
    font-weight: normal;
}

.jb_saved_list .job_title a:hover {
    text-decoration: none;
}

.jb_saved_list .job_info_list {
    padding: 0;
}

.jb_saved_list .job_info_list li {
    list-style-type: none;
    margin-bottom: 5px;
}

.jb_saved_list .job_info_list li i {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #ddd;
    color: #F2784B;
    font-size: 95%;
}

.jb_saved_list .job_info_list li .fa-map-marker,
.jb_saved_list .job_info_list li .fa-rupee {
    padding: 5px 8px 4px 8px;
}

.jb_saved_list .job_info_list li .fa-briefcase,
.jb_saved_list .job_info_list li .fa-flag {
    padding: 5px 5px;
}

.jb_saved_list .job_expiry {
    font-size: 14px;
    text-align: center;
    margin: 15px 0;
}

.jb_saved_list .job_view_btn {
    text-align: center;
    margin: 0px auto;
    border-top: 1px dashed #ccc;
    padding-top: 10px;
    width: 80%;
}

.jb_saved_list .job_view_btn .applied {
    margin: 6px 0 0 0;
    font-size: 12px;
    color: #3BAFDA;
}

.jb_saved_list .job_down_btn {
    margin: 5px auto 0 auto;
    text-align: center;
}

.jb_saved_list .job_down_btn a {
    color: #F2784B;
    font-size: 13px;
}

.jb_saved_list .saved_at {
    margin: 7px 0 0 0;
    text-align: center;
    font-size: 12px;
}

.jb_saved_list .saved_at i {
    color: #F3565D;
}

.jb_saved_list .jb_saved_list_footer {
    border-top: 1px solid #E6E9ED;
    padding: 8px 0;
    border-radius: 0 0 5px 5px;
    background: rgba(255, 255, 255, 0.8);
}

.jb_saved_list .jb_saved_list_footer.job_expired {
    border-top: 1px solid #ddd;
    background: #FEF7CF;
}

.jb_saved_list .job_posted_by {
    font-size: 13px;
    margin: 0 10px;
}

.jb_saved_list .job_posted_by span {
    float: right;
    font-size: 90%;
    opacity: 0.8;
    margin-top: 2px;
}

.removeJobBtn {
    position: absolute;
    top: -10px;
    right: -10px;
    background: rgba(2, 2, 2, 0.5);
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
}

.removeJobBtn a {
    color: #fff;
    font-size: 1.1em;
    line-height: 32px;
    display: block;
}

.removeJobBtn:hover {
    background: rgba(243, 86, 93, 0.9);
}

.jb_saved_list .job_applied {
    background: rgba(7, 167, 226, 0.7);
    color: #fff;
    width: 60px;
    height: 28px;
    padding: 6px 5px 5px 5px;
    position: absolute;
    top: 35%;
    right: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.jb_saved_list .job_applied::after {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    top: 0px;
    left: -10px;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 10px solid rgba(7, 167, 226, 0.7);
    transform: scale(0.9999);
    z-index: 1000;
}

@media (max-width: 768px) {
    .jb_savelist_wrap {
        margin-right: 0px;
    }
}





/*=============================
    My Job List
===============================*/

.jb_savelist_wrap {
    margin-right: 10px;
}

.my_jobs_list {
    margin-bottom: 30px;
    border: 1px solid transparent;
    position: relative;
}

.my_jobs_list:hover {
    border: 1px solid #ddd;
}

.my_jobs_list .my_jobs_list_body {
    background: #fff;
    padding: 10px;
    min-height: 290px;
}

.my_jobs_list .hided_job {
    background: #fef7cf !important;
}

.my_jobs_list .job_title {
    margin: 0 0 8px 0;
    padding-bottom: 5px;
    font-weight: normal;
    border-bottom: 1px dashed #ddd;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
}

.my_jobs_list .job_title a {
    color: #66757f;
}

.my_jobs_list .job_title a span {
    color: #4d4d4d;
    font-weight: normal;
}

.my_jobs_list .job_title a:hover {
    text-decoration: none;
}

.my_jobs_list .my_jobs_list_body .job_exp_stat {
    position: absolute;
    right: 50px;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 40px;
    width: auto;
    padding: 10px;
    border-radius: 0 0 50% 50%;
}

.my_jobs_list .my_jobs_list_body .job_exp_stat p {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

.my_jobs_list .job_info_list {
    padding: 0;
}

.my_jobs_list .job_info_list li {
    list-style-type: none;
    margin-bottom: 5px;
}

.my_jobs_list .job_info_list li i {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #ddd;
    color: #66757f;
    font-size: 95%;
}

.my_jobs_list .job_info_list li .fa-map-marker,
.my_jobs_list .job_info_list li .fa-rupee {
    padding: 5px 8px 4px 8px;
}

.my_jobs_list .job_info_list li .fa-briefcase,
.my_jobs_list .job_info_list li .fa-flag {
    padding: 5px 5px;
}

.my_jobs_list .job_info_list li .fa-clock-o,
.my_jobs_list .job_info_list li .fa-link {
    padding: 5px 6px;
}

.my_jobs_list .job_expiry {
    font-size: 14px;
    text-align: center;
    margin: 15px 0;
}

.my_jobs_list .job_view_btn {
    text-align: center;
    margin: 0px auto;
    border-top: 1px dashed #ccc;
    padding-top: 10px;
    width: 80%;
}

.my_jobs_list .job_view_btn .applied {
    margin: 6px 0 0 0;
    font-size: 12px;
    color: #3BAFDA;
}

.my_jobs_list .job_down_btn {
    margin: 5px auto 0 auto;
    text-align: center;
}

.my_jobs_list .job_down_btn a {
    color: #F2784B;
    font-size: 13px;
}

.my_jobs_list .my_jobs_list_footer {
    border-top: 1px solid #E6E9ED;
    padding: 8px 0;
    border-radius: 0 0 5px 5px;
    background: rgba(255, 255, 255, 0.8);
}

.my_jobs_list .job_posted_by {
    font-size: 13px;
    margin: 0 10px;
    float: left;
}

.my_jobs_list .job_posted_by span {
    float: right;
    font-size: 90%;
    opacity: 0.8;
    margin-top: 2px;
}

.my_jobs_list .job_status.approve {
    font-size: 13px;
    margin: 0 10px;
    float: right;
    color: #3BAFDA;
}

.my_jobs_list .job_status.pending {
    font-size: 13px;
    margin: 0 10px;
    float: right;
}

.my_jobs_list .job_status .fa-exclamation-circle {
    color: #F3565D;
}

.unsaveJobBtn {
    position: absolute;
    top: -10px;
    right: -10px;
    background: rgba(2, 2, 2, 0.5);
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
}

.unsaveJobBtn a {
    color: #fff;
    font-size: 1.1em;
    line-height: 31px;
    padding-top: 1px;
    display: block;
}

.unsaveJobBtn:hover {
    background: rgba(243, 86, 93, 0.9);
}

.my_jobs_stats_wrap {
    margin-top: 0;
    border-top: 1px dashed #ccc;
    padding-top: 10px;
}

.my_job_doc a {
    text-align: center;
    border: 2px dashed #1BBC9B;
    padding: 5px 10px;
    font-size: 13px;
    margin: 5px;
    color: #F3565D;
    display: block;
}

.my_job_doc a:hover {
    text-decoration: none;
    border: 2px dashed #F3565D;
    color: #1BBC9B;
}

.my_jobs_new_alert {
    margin-top: 10px;
}

.job_post_stats {
    border: 1px solid #EEE;
    margin-bottom: 10px;
}

.job_post_stats h1 {
    float: left;
    width: 45px;
    height: 45px;
    border: 1px solid #DDD;
    border-radius: 50%;
    margin: 5px;
    text-align: center;
    font-size: 1.5em;
}

.job_post_stats h1 i {
    font-size: 1em;
}

.job_post_stats h1 .fa-eye {
    color: #3BAFDA;
    padding-top: 9px;
}

.job_post_stats h1 .fa-briefcase {
    color: #F3565D;
}

.job_post_stats h1 .fa-users {
    padding-top: 9px;
    color: #F3C200;
}

.job_post_stats h1 .fa-check {
    padding-top: 10px;
    color: #26C281;
}

.job_post_stats h1 .fa-file-text {
    padding-top: 10px;
    color: #F3565D;
}

.job_post_stats .job_stat {
    float: left;
    padding: 5px 0;
}

.job_post_stats .job_stat p {
    margin: 0;
    font-size: 14px;
    margin-top: 2px;
}

.job_post_stats .job_stat h3 {
    margin: 0;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 23px;
}

.my_job_edit_btns {
    position: absolute;
    top: 20%;
    right: 0;
    text-align: right;
    width: 136px;
    text-align: center;
}

.my_job_edit_btns p {
    margin: 0 0 10px 0;
    font-size: 13px;
}

.my_jobs_list_body .hideJobBtn {
    background: #ddd;
    padding: 7px 10px;
    color: #222;
    display: block;
}

.my_jobs_list_body .hideJobBtn:hover {
    background: #ccc;
    text-decoration: none;
}

.my_jobs_list_body .unhideJobBtn {
    background: #F3565D;
    padding: 7px 10px;
    color: #fff;
    display: block;
}

.my_jobs_list_body .unhideJobBtn:hover {
    background: #e5444b;
    text-decoration: none;
}

.my_jobs_list_body .edit {
    background: #65B688;
    padding: 7px 10px;
    color: #fff;
    display: block;
}

.my_jobs_list_body .edit:hover {
    background: #74BD94;
    text-decoration: none;
}

.my_jobs_list_body .view {
    background: #657580;
    padding: 7px 10px;
    color: #fff;
    display: block;
}

.my_jobs_list_body .view:hover {
    background: #546672;
    text-decoration: none;
}

@media (max-width: 768px) {
    .my_jobs_list .my_jobs_list_body .job_exp_stat {
        position: absolute;
        right: -15px;
        top: 80px;
        background: rgba(0, 0, 0, 0.4);
        height: 40px;
        width: auto;
        padding: 14px 10px 15px 10px;
        border-radius: 50% 50% 0 0;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .my_jobs_list .my_jobs_list_body .job_exp_stat p {
        margin: 0;
        text-align: center;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
        color: #fff;
    }

    .jb_savelist_wrap {
        margin-right: 0px;
    }

    .my_jobs_stats_wrap {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }

    .job_post_stats .job_stat p {
        margin: 0;
        font-size: 13.5px;
        margin-top: 3px;
    }

    .job_post_stats .job_stat h3 {
        margin: 0;
        font-size: 1.2em;
        font-weight: bold;
        line-height: 23px;
    }

    .my_jobs_new_alert {
        margin-top: 10px;
        border-top: 1px dashed #ddd;
        padding-top: 10px;
    }

    .my_job_edit_btns {
        position: relative;
        text-align: right;
        width: 145px;
        text-align: center;
        margin: 5px auto;
    }

    .my_job_edit_btns p {
        margin: 0 0 10px 0;
    }

    .my_job_doc a {
        text-align: center;
        border: 2px dashed #1BBC9B;
        padding: 5px 10px;
        font-size: 13px;
        margin: 5px auto 10px auto;
        width: 80%;
        color: #F3565D;
        display: block;
        background: rgba(255, 255, 255, 0.8) none repeat scroll 0% 0%;
    }

    .my_jobs_list .job_posted_by {
        float: none;
    }

    .my_jobs_list .job_posted_by span {
        float: right;
        font-size: 90%;
        opacity: 0.8;
        margin-top: 2px;
    }

    .my_jobs_list .job_status.approve {
        margin: 3px 10px;
        float: none;
    }

    .my_jobs_list .job_status.pending {
        margin: 3px 10px;
        float: none;
    }
}





/*=============================
   My trips
===============================*/

.trips_tab {
    padding-top: 0 !important;
}

.my_trips_wrap {
    margin-bottom: 0px;
}

.my_trips_wrap .add {
    padding: 15px;
}

.my_trips_wrap .add p {
    margin: 0;
}

.my_trips_wrap .head {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0 0px 0;
    padding: 15px;
    background: #f9f9f9;
}

.my_trips_wrap.travel .head {
    background: #fff;
}

.my_trips_wrap .trip_item {
    border-top: 1px solid #ddd;
    margin: 0;
}

.my_trips_wrap .trip_item.expired {
    opacity: 0.8;
    background: rgba(255, 244, 182, 0.5);
    ;
}

.my_trips_wrap .trip_item:last-child {
    border-bottom: 1px solid #ddd;
}

.my_trips_wrap .trip_item.expired:last-child {
    border-bottom: none;
}

.my_trips_wrap .trip_item .date {
    width: 20%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    float: left;
    padding: 10px;
}

.my_trips_wrap .trip_item .date .from {
    width: 37%;
    display: table-cell;
}

.my_trips_wrap .trip_item .date .from h3,
.my_trips_wrap .trip_item .date .to h3 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #650CDE;
}

.my_trips_wrap .trip_item .date .from h1,
.my_trips_wrap .trip_item .date .to h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #66757f;
    font-size: 2em;
    margin: 0 0 5px 0;
}

.my_trips_wrap .trip_item .date .from p,
.my_trips_wrap .trip_item .date .to p {
    font-weight: 400;
    color: #66757f;
    font-size: 13px;
    margin: 0 0 0px 0;
}

.my_trips_wrap .trip_item .date .divider {
    width: 25%;
    display: table-cell;
    vertical-align: middle;
}

.my_trips_wrap .trip_item .date .divider h1 i {
    font-size: 0.5em;
    color: #f7c302;
    opacity: 0.8;
}

.my_trips_wrap .trip_item .date .to {
    width: 37%;
    display: table-cell;
}

.my_trips_wrap .trip_item .content {
    width: 80% !important;
    display: table-cell;
    padding: 10px;
    float: left;
    position: relative;
    border-left: 1px dashed #ddd;
}

.my_trips_wrap .trip_item .content h2 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px 0;
    line-height: 23px;
}

.my_trips_wrap .trip_item .content h2 i {
    color: #fc4a52;
}

.my_trips_wrap .trip_item .content h4 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px 0;
}

.my_trips_wrap .trip_item .content p {
    font-size: 13px;
    margin: 0;
    line-height: 21px;
}

.my_trips_wrap .trip_item .action {
    position: absolute;
    top: 25px;
    right: 25px;
    width: auto;
}





/*------ active Trips -----*/

.trip_list_wrap {
    padding: 15px;
}

.my_trips_wrap .active_trip_item {
    background: #fff;
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 15px;
}

.my_trips_wrap .active_trip_item .user {
    width: 100%;
    text-align: center;
}

.my_trips_wrap .active_trip_item .user h3 {
    margin: 0 0 10px 0;
}

.my_trips_wrap .active_trip_item .user h5 {
    font-size: 15px;
    margin: 0 0 5px 0;
}

.my_trips_wrap .active_trip_item .user p {
    font-size: 12px;
    margin: 0 0 5px 0;
}

.my_trips_wrap .active_trip_item .user img {
    width: 80px;
    border-radius: 50%;
}

.my_trips_wrap .active_trip_item .date {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
}

.my_trips_wrap .active_trip_item .date .from {
    width: 40%;
    display: table-cell;
}

.my_trips_wrap .active_trip_item .date .from h3,
.my_trips_wrap .active_trip_item .date .to h3 {
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #650CDE;
}

.my_trips_wrap .active_trip_item .date .from h1,
.my_trips_wrap .active_trip_item .date .to h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #66757f;
    font-size: 2em;
    margin: 0 0 5px 0;
}

.my_trips_wrap .active_trip_item .date .from p,
.my_trips_wrap .active_trip_item .date .to p {
    font-weight: 400;
    color: #66757f;
    font-size: 12px;
    margin: 0 0 0px 0;
}

.my_trips_wrap .active_trip_item .date .divider {
    width: 20%;
    display: table-cell;
    vertical-align: middle;
}

.my_trips_wrap .active_trip_item .date .divider h1 i {
    font-size: 0.5em;
    color: #f7c302;
    opacity: 0.8;
}

.my_trips_wrap .active_trip_item .date .to {
    width: 40%;
    display: table-cell;
}

.my_trips_wrap .active_trip_item .content {
    width: 100%;
}

.my_trips_wrap .active_trip_item .content {
    padding: 10px 0px;
    position: relative;
    border-bottom: 1px dashed #ddd;
    min-height: 100px;
    vertical-align: middle;
}

.my_trips_wrap .active_trip_item .content h2 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px 0;
    line-height: 21px;
    text-align: center;
}

.my_trips_wrap .active_trip_item .content h2 i {
    color: #fc4a52;
}

.my_trips_wrap .active_trip_item .content h4 {
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 0px 0;
    text-align: center;
    line-height: 18px;
}

.my_trips_wrap .active_trip_item .content p {
    font-size: 13px;
    margin: 0;
    line-height: 21px;
}

.my_trips_wrap .active_trip_item .action {
    position: relative;
    text-align: center;
}

@media (max-width: 768px) {
    .my_trips_wrap .add {
        padding: 10px 15px;
    }

    .my_trips_wrap .add p {
        margin: 0;
    }

    .my_trips_wrap .head {
        font-size: 15px;
        font-weight: 500;
        margin: 0px 0 0px 0;
        padding: 15px;
        text-align: center;
    }

    .my_trips_wrap .trip_item {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-top: 1px solid #ddd;
        margin-bottom: 0px;
        width: 100%;
        margin-left: 0;
    }

    .my_trips_wrap .trip_item:last-child {
        border-bottom: 1px solid #ddd;
    }

    .my_trips_wrap .trip_item .date {
        width: 100%;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        float: left;
        padding: 10px;
        border-right: none;
        border-bottom: 1px dashed #ddd;
    }

    .my_trips_wrap .trip_item .date .from {
        width: 40%;
        display: table-cell;
    }

    .my_trips_wrap .trip_item .date .divider {
        width: 20%;
        display: table-cell;
        vertical-align: middle;
    }

    .my_trips_wrap .trip_item .date .divider h1 i {
        font-size: 0.5em;
        color: #f7c302;
        opacity: 0.8;
    }

    .my_trips_wrap .trip_item .date .to {
        width: 40%;
        display: table-cell;
    }

    .my_trips_wrap .trip_item .content {
        width: 100% !important;
        display: table-cell;
        padding: 10px;
        float: left;
        position: relative;
        border-left: none;
    }

    .my_trips_wrap .trip_item .content h2 {
        font-size: 14px;
        font-weight: 500;
        margin: 0 0 10px 0;
    }

    .my_trips_wrap .trip_item .content h2 i {
        color: #fc4a52;
    }

    .my_trips_wrap .trip_item .content h4 {
        font-size: 14px;
        font-weight: 400;
        margin: 0 0 5px 0;
    }

    .my_trips_wrap .trip_item .content p {
        font-size: 13px;
        margin: 0;
    }

    .my_trips_wrap .trip_item .action {
        position: relative;
        padding: 0 10px 10px 10px;
        width: 100%;
        margin: 0 0 15px 15px;
    }
}





/*=============================
        Messages
===============================*/


/*----- No Chat message -----*/

.messages_wrap h2 {
    font-size: 18px;
    text-align: center;
    line-height: 58px;
    font-weight: 500;
    color: #66757f;
    margin: 0;
}

.messages_wrap h2 i {
    font-size: 1.2em;
    line-height: 50px;
}

.message_start_chat {
    background: #fff;
    text-align: center;
    padding: 15px;
    width: 50%;
    margin: 10% auto;
    color: #66757f;
}

.message_start_chat h1 i {
    font-size: 2em;
    color: #ddd;
}





/*----- chat left users -----*/

.chat_list {
    cursor: pointer;
    border-bottom: 1px solid #d8e2e7;
}

.chat_box_header {
    text-align: left !important;
    padding-left: 70px;
}

.chat_box_header img {
    position: absolute;
    top: 8px;
    left: 10px;
    width: 45px;
    border-radius: 50%;
}

.chat_box_header .chat-list-item .chat-list-item-name {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    padding: 0 12px 0 0;
    position: relative;
    max-width: 100%;
}

.chat_box_header .chat-list-item-name a {
    color: inherit;
}

.chat_box_header .chat-list-item-name a:hover {
    color: #650CDE;
}

.chat_box_header .chat-list-item-txt {
    font-size: 12px;
}

.chat_box_header .chat-list-item .chat-list-item-name span {
    text-align: left !important;
}

.chat_input_box {
    background: #ccc;
}

.chat_input {
    /*  background: rgba(3, 108, 168, 0.9); */
    width: 100%;
    height: 100px;
    padding: 20px 15px;
    position: relative;
    bottom: 0px;
    right: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
}

.chat_input .chat_image_wrap {
    background: #fff;
    position: absolute;
    border-top: 2px solid #ddd;
    width: 100%;
    height: 150px;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 10px;
}

.chat_input .chat_image_wrap .image_attach_wrap {
    position: relative;
    width: 100%;
    padding-right: 70px;
}

.chat_input .chat_image_wrap .multi_box {
    width: 90px;
    height: 90px;
}

.chat_input .chat_image_wrap .close_btn {
    position: absolute;
    right: 0px;
    top: 0px;
    box-shadow: none;
    border: none;
    background: #fff;
}

.chat_input .chat_image_wrap .close_btn i {
    font-size: 1.5em;
}

.chat_input .chat_image_wrap .send {
    position: absolute;
    right: 13px;
    top: 30%;
}

.chat_input .chat_image {
    width: 10%;
    float: left;
}

.chat_input .chat_image button {
    background: #fff;
    box-shadow: none;
    border: none;
    width: 50px;
    height: 50px;
    margin: 5px auto;
    color: rgba(0, 0, 0, 0.6);
}

.chat_input .chat_image button i {
    font-size: 2em;
}

.chat_input .msg {
    width: 80%;
    float: left;
}

.chat_input .msg input,
.chat_input .msg textarea {
    width: 100%;
    padding: 15px 5px;
    border: none;
    background: none;
    border-bottom: 2px solid #ddd;
    margin-bottom: 15px;
    height: 80px;
    color: #222;
}

.chat_input .send button {
    width: 50px;
    float: right;
    background: #650CDE;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    border: none;
    margin: 0;
}

.chat_input .send button i {
    color: #fff;
    font-size: 1.6em;
    margin-top: 0px;
    margin-left: -3px;
}

.chat_input .msg input.empty_msg {
    border-color: #F3565D;
    color: #F3565D;
}





/*------- Messenge Customization ------*/

.reload_chat {
    position: absolute;
    top: 20px;
    right: 30px;
}

.reload_chat button {
    background: transparent;
    border: none;
}

.reload_chat button i {
    font-size: 1.5em;
    color: #ccc;
}

.messenger-message-container.chat .messages {
    width: 100%;
}

.messenger-message-container.chat .messages h2 {
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    margin: 0 0 5px 0;
}

.messenger-message-container.chat .messages p {
    font-size: 11px;
    text-align: left;
    margin: 0 0 0 5px;
}

.messenger-message-container.chat.from .messages p {
    text-align: right;
    margin: 0 5px 0 0;
}

.messenger-message-container.chat.to .messages {
    width: auto;
}

.messenger-message-container.chat .messages .message {
    width: auto;
}

.messenger-message-container.chat .messages .message .bubble_image {
    width: 300px;
}

.messenger-message-container.chat .messages .message .bubble_image .chat_img_thumb {
    width: 290px;
    height: 290px;
    background-size: cover !important;
}

.messenger-message-container.chat .messages .message .bubble_image img {
    width: 100%;
    display: none;
    border-radius: 5px;
}

.messenger-message-container.chat .messages .time-ago {
    vertical-align: middle;
    font-size: 12px;
    color: #adb7be;
    padding-left: 10px;
    width: 80px;
    text-align: right;
}

.messenger-message-container.chat .message-container .messages .time-ago {
    display: block;
}

@media (max-width: 768px) {
    .chat_head h1 {
        margin: 0;
        padding: 10px 10px;
        color: #fff;
        font-weight: normal;
        position: relative;
    }

    .chat_head h1 .name {
        font-weight: bold;
        font-size: 15px;
        color: #fff;
        position: absolute;
        top: 14px;
    }

    .chat_head h1 .info {
        width: 45%;
        font-weight: normal;
        font-size: 12px;
        color: #fff;
        position: absolute;
        top: 36px;
        left: 88px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .chat_head h1 .refresh {
        font-size: 18px;
        position: absolute;
        right: 15px;
        top: 25%;
        float: right;
        color: #fff;
        margin-top: 5px;
        margin-left: 10px;
        font-weight: normal;
    }

    .chat_head h1 .back {
        float: left;
        margin: 10px 10px 0 0;
        font-size: 0.5em;
        font-weight: normal;
        color: #fff;
    }

    .chat_body {
        min-height: 450px;
        max-height: 450px;
        width: auto;
        margin-bottom: -20px;
    }

    .chat_list_wrap {
        min-height: 440px;
        max-height: 440px;
        overflow: auto;
        padding: 0px;
        margin: 0px 0px 0 5px;
        padding: 5px;
    }

    .chat_input {
        width: 100%;
        height: auto;
        padding: 10px 10px;
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 2;
        border-top: 1px solid #ccc;
        background: rgba(255, 255, 255, 0.8);
    }

    .chat_input .chat_image {
        width: 30px;
        float: left;
    }

    .chat_input .chat_image button {
        background: transparent;
        box-shadow: none;
        border: none;
        width: 30px;
        height: 30px;
        margin: 5px auto;
        color: rgba(0, 0, 0, 0.6);
    }

    .chat_input .chat_image button i {
        font-size: 1.4em;
    }

    .chat_input .msg {
        width: 75%;
        float: left;
        margin: 0 0 0 5px;
    }

    .chat_input .msg input,
    .chat_input .msg textarea {
        width: 100%;
        padding: 5px 10px;
        background: none;
        line-height: 25px;
        border: 1px solid #ddd;
        margin-bottom: 0;
        border-radius: 5px;
        height: 35px;
        color: #222;
    }

    .chat_input .chat_image_wrap .send {
        position: absolute;
        right: 10px;
        bottom: 30%;
    }

    .chat_input .send button {
        width: 35px;
        float: right;
        background: #650CDE;
        height: 35px;
        border-radius: 50%;
        text-align: center;
        border: none;
        margin: 0;
    }

    .chat_input .send button i {
        color: #fff;
        font-size: 1.2em;
        margin-top: 0px;
        margin-left: -3px;
    }


    .chat_input .chat_image_wrap {
        background: #fff;
        position: absolute;
        border-top: 2px solid #ddd;
        width: 100%;
        height: 150px;
        overflow-y: scroll;
        bottom: 0;
        left: 0;
        z-index: 1;
        padding: 10px;
    }


    .messenger-message-container.chat .messages .message .bubble_image {
        width: 250px;
    }

    .messenger-message-container.chat .messages .message .bubble_image .chat_img_thumb {
        width: 240px;
        height: 240px;
        background-size: cover !important;
    }

    .messenger-message-container.chat .messages .message .bubble_image img {
        width: 100%;
        display: none;
        border-radius: 5px;
    }


}





/*=============================
   Job Application List
===============================*/

.all_jb_app_wrap {
    margin-top: 5px;
    border-top: 2px dashed #ccc;
}

.new_jb_app_wrap h3,
.all_jb_app_wrap h3 {
    font-size: 18px;
    margin: 10px 0;
}

.new_jb_app_list {
    margin: 0 0 15px 0;
    background: #fff;
    /*background: #E9FEEC;*/
    padding: 10px;
}

.new_jb_app_list .pic {
    width: 33%;
    float: left;
}

.new_jb_app_list .pic img {
    width: 100%;
}

.new_jb_app_list .name {
    width: 62%;
    float: left;
    margin: 0 0 0 10px;
}

.new_jb_app_list .name h4 {
    font-size: 15px;
    line-height: 20px;
    margin: 5px 0 5px 0;
    min-height: 45px;
}

.viewNewJobBtnToggle {
    display: none;
}

.new_jb_app_list .info {
    margin-top: 10px;
    border-top: 1px dashed #ddd;
    padding-top: 7px;
}

.new_jb_app_list .info p {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 18px;
}

.new_jb_app_list .info p i {
    width: 15px;
}

.jb_app_user_info {
    display: none;
}

.new_jb_app_resume {}

.new_jb_app_resume p {
    font-size: 13px;
    margin-bottom: 5px;
}

.new_jb_app_resume h5 {
    font-size: 14px;
    margin-bottom: 5px;
}

.no_new_jb_app {
    text-align: center;
    padding: 25px 15px;
    margin-bottom: 20px;
    text-align: center;
    border: 1px dashed #ccc;
}

.no_new_jb_app h1 {
    width: 60px;
    height: 60px;
    margin: 0px auto 5px auto;
    border: 1px dashed #ddd;
    padding: 16px 10px;
    border-radius: 50%;
    font-size: 1.9em;
}

.no_new_jb_app h1 .fa {
    color: #66757f;
}

.no_new_jb_app h2 {
    margin: 5px 0 0 0;
    font-size: 15px;
}

.no_jb_app {
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
    border: 1px dashed #ccc;
}

.no_jb_app h1 {
    width: 60px;
    height: 60px;
    margin: 0px auto 5px auto;
    border: 1px dashed #ddd;
    padding: 16px 10px;
    border-radius: 50%;
    font-size: 1.9em;
}

.no_jb_app h1 .fa {
    color: #66757f;
}

.no_jb_app h2 {
    margin: 5px 0 0 0;
    font-size: 15px;
}

.jb_app_list {
    margin: 0 0 15px 0;
    background: #fff;
    padding: 10px;
}

.jb_app_list .pic {
    margin: 0px auto;
    width: 65%;
}

.jb_app_list .name h4 {
    text-align: center;
    font-size: 16px;
    margin: 5px 0;
}

.jb_app_list .info {
    border-top: 1px dashed #ddd;
    padding-top: 7px;
    min-height: 200px;
}

.jb_app_list .info p {
    font-size: 14px;
    margin: 0 0 5px 0;
    line-height: 21px;
}

.jb_app_list .info p i {
    color: #66757f;
}

.jb_app_list .info h5 {
    margin: 0 0 10px 0;
    line-height: 21px;
    font-size: 14px;
}

.jb_app_list .info h5 i {
    color: #66757f;
}

.jb_app_list .info h5 a {
    color: #1BBC9B;
}

.jb_app_list .info h6 {
    font-size: 12px;
    margin: 0 0 5px 0;
}

.jb_app_list .info h6 i {
    color: #66757f;
}





/*=============================
    Job List - Home
===============================*/

.home_job_list {
    border-top: 1px solid #ddd;
    margin-bottom: 5px;
    padding-top: 15px;
}

.home_job_list:first-child {
    border-top: none !important;
    padding-top: 5px;
}

.home_job_list .job_title {
    margin: 0 0 8px 0;
    padding-bottom: 5px;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
}

.home_job_list .job_title a {
    color: #66757f;
}

.home_job_list .job_title a span {
    color: #4d4d4d;
    font-weight: normal;
}

.home_job_list .job_title a:hover {
    text-decoration: none;
}

.home_job_list .job_info_list li {
    margin-bottom: 5px;
}

.home_job_list .job_info_list li i {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #ddd;
    color: #66757f;
    font-size: 95%;
    margin-right: 5px;
    text-align: center;
    line-height: 25px;
}

.home_job_list .job_posted_by {
    font-size: 13px;
    margin: 0 0 10px 0;
}

.home_job_list .job_posted_by span {
    float: right;
    font-size: 90%;
    opacity: 0.8;
    margin-top: 2px;
}

.home_job_list .job_view_btn {
    padding: 5px 0 0 0;
    margin-bottom: 10px;
}

.home_job_list .job_view_btn a {
    float: left;
}

.home_job_list .job_view_btn .applied {
    margin: 6px 0 0 0;
    float: right;
    font-size: 12px;
    color: #F2784B;
}





/*Kalaivanan*/

.reply-strip .comment-row-item {
    margin-top: 10px;
    /*border-left: 3px solid #650CDE;*/
    border-left: 3px solid rgba(0, 168, 255, 0.25);
}

.reply-strip .avatar-preview-32 {
    width: 25px;
    height: 25px;
}

.reply-strip .comment_user {
    font-size: 13px;
}

.reply-strip .box-typical-footer.comment_inner {
    margin-top: 0px;
    padding-top: 5px;
}

.reply-strip .comment-row-item-content p {
    /*font-size: 12px;*/
}

.comment_step_wrap .view_more_text {
    font-size: 12px;
}





/*=============================
   Community Management 
===============================*/

.forum_header_search {
    background: #fff;
    height: 55px;
    width: 100%;
    padding: 5px;
    position: relative;
}

.forum_header_search input {
    border-top: none;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #f0f0f0;
    width: 70%;
    padding: 7px 5px;
    margin-top: 5px;
    margin-left: 30px;
}

.forum_header_search input.error {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #f05050;
}

.forum_header_search p {
    position: absolute;
    text-align: center;
    background: #fff;
    top: 5px;
    left: 5px;
    height: 45px;
    line-height: 55px;
}

.forum_header_search p i {
    font-size: 1.8em;
    color: rgba(0, 0, 0, 0.2);
}

.forum_header_search button {
    position: absolute;
    right: 10px;
    top: 10px;
}

.forum_filter {
    padding: 10px;
}

.community_item {
    background: #fff;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
}

.community_item .community_banner img {
    width: 100%;
}

.community_item .community_content {
    background: #fff;
    padding: 15px;
    min-height: 140px;
    position: relative;
}

.community_item .community_content h3 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    margin: 0 0 10px 0;
    width: 85%;
}

.community_item .community_content h3 a {
    color: inherit;
}

.community_item .community_content h3 a:hover {
    color: #650CDE;
}

.community_item .community_content p {
    font-size: 13px;
    margin: 0 0 15px 0;
}

.community_item .community_content button {
    font-size: 14px;
    font-weight: 500;
    background: transparent;
    border: none;
    color: #650CDE;
}

.community_item .community_content button:hover {
    color: #650CDE;
    opacity: 0.8;
}

.community_item .community_content .topic_image {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 35px;
}

.community_item .community_content .topic_image img {
    width: 100%;
}





/*----- Community Details -------*/

.chapter_title h2 {
    font-size: 20px;
    font-weight: 600;
}

.chapter_details {
    position: relative;
}

.chapter_join .join_btn {
    background: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
}

.chapter_join .join_btn button {
    font-size: 14px;
    font-weight: 500;
    background: transparent;
    border: none;
    color: #650CDE;
}

.chapter_join .join_btn button:hover {
    color: #650CDE;
    opacity: 0.8;
}

.community_details_page {
    background: #fff;
}

.community_details_page img {
    width: 100%;
}

.community_details_page .content {
    padding: 15px;
}

.community_details_page h2 {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.community_details_page h5 {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px 0;
}





/*----- Bazzar  -------*/

.edit_bazzar_country {
    background: #fff;
    border: none;
    box-shadow: none;
    width: 30px;
    line-height: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ddd;
    color: rgba(0, 0, 0, 0.7);
}

.post_attachment.bazzar {
    padding: 10px 15px 0px 0px;
    background: #fff;
}

.post_attachment.bazzar p {
    margin-bottom: 15px;
}

.bazzar_filter_wrap .forum_filter {
    width: 49%;
    float: left;
    padding: 10px;
}

.bazzar_item {
    background: #fff;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    min-height: 300px;
    position: relative;
    cursor: pointer;
    transition: all .5s;
}

.bazzar_item:hover {
    background-size: 50%;
    position: relative;
    transition: all .5s;
}

.bazzar_item .bazzar_image {
    position: relative;
}

.bazzar_item .bazzar_image img {
    width: 100%;
}

.bazzar_item h5 {
    position: absolute;
    top: 20px;
    right: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    z-index: 2;
    margin: 0;
    background: #fdad2a;
    padding: 5px 15px;
    border-radius: 3px 0 0 3px;
}

.bazzar_item h5.free_tag {
    background: #f7c302;
}

.bazzar_item .bg {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    background: linear-gradient(transparent, 60%, rgba(0, 0, 0, .6));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .6), transparent 90%);
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .6), transparent 90%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .6), transparent 90%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.bazzar_item .bazzar_content {
    background: transparent;
    padding: 15px;
    min-height: 140px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 2;
}

.bazzar_item .bazzar_content h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 0 0 5px 0;
    width: 100%;
    color: #fff;
    opacity: 0.8;
}

.bazzar_item .bazzar_content h3 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    margin: 0 0 10px 0;
    width: 100%;
}

.bazzar_item .bazzar_content h3 {
    color: inherit;
    color: #fff;
}

.bazzar_item .bazzar_content p {
    font-size: 13px;
    margin: 0 0 15px 0;
}

.bazzar_item .shortlist {
    position: absolute;
    bottom: 0;
    right: 0px;
    z-index: 5;
    background: transparent;
}

.bazzar_item .shortlist button {
    margin: 0;
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 10px;
}

.bazzar_item .shortlist button i {
    font-size: 2em;
}

.bazzar_item .shortlist button.addShortlist i {
    color: #fff;
}

.bazzar_item .shortlist button.removeShortlist i {
    color: #fdad2a;
}

@media (max-width: 768px) {
    .bazzar_item {
        background: #fff;
        margin-bottom: 25px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
        min-height: 300px;
        position: relative;
        cursor: pointer;
        transition: all .5s;
    }

    .bazzar_item h5 {
        position: absolute;
        top: 10px;
        right: 0;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        z-index: 2;
        margin: 0;
        background: #fdad2a;
        padding: 5px 10px;
        border-radius: 3px 0 0 3px;
    }

    .bazzar_item h5.free_tag {
        background: #f7c302;
    }

    .bazzar_item .bg {
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.6);
        background: linear-gradient(transparent, 60%, rgba(0, 0, 0, .6));
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .6), transparent 90%);
        background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .6), transparent 90%);
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, .6), transparent 90%);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .bazzar_item .bazzar_content {
        background: transparent;
        padding: 10px;
        min-height: 130px;
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        z-index: 2;
    }

    .bazzar_item .bazzar_content h4 {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        margin: 0 0 5px 0;
        width: 100%;
        color: #fff;
        opacity: 0.9;
    }

    .bazzar_item .bazzar_content h3 {
        font-size: 14px;
        line-height: 21px;
        font-weight: 500;
        margin: 0 0 10px 0;
        width: 100%;
    }

    .bazzar_item .bazzar_content h3 {
        color: inherit;
        color: #fff;
    }

    .bazzar_item .bazzar_content p {
        font-size: 13px;
        margin: 0 0 15px 0;
    }
}





/*----- My Bazzar List -------*/

.my_bazzar {
    background: #fff;
    margin: 0 0 30px 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
}

.my_bazzar .image_wrap {
    float: left;
    width: 35%;
    position: relative;
}

.my_bazzar .image_wrap .image {
    width: 100%;
    background: #ccc;
    height: 180px !important;
    overflow: hidden;
}

.my_bazzar .image_wrap h5 {
    position: absolute;
    top: 10px;
    left: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    z-index: 2;
    margin: 0;
    background: #fdad2a;
    padding: 5px 15px;
    border-radius: 0 3px 3px 0;
}

.my_bazzar .image_wrap h5.free_tag {
    background: #f7c302;
}

.my_bazzar .content {
    float: left;
    background: #fff;
    width: 65%;
    padding: 15px 45px 15px 15px;
    height: 180px;
    position: relative;
}

.my_bazzar.hide .content {
    background: #f5f9fb;
}

.my_bazzar .content h4 {
    font-size: 14px;
    margin: 0 0 10px 0;
}

.my_bazzar .content h3 {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 5px 0;
    line-height: 23px;
}

.my_bazzar .content h3 a {
    color: inherit;
}

.my_bazzar .content h3 a:hover {
    color: #650CDE;
}

.my_bazzar .content p {
    font-size: 12px;
    opacity: 0.7;
    position: absolute;
    bottom: 15px;
    left: 15px;
    margin: 0;
}

.my_bazzar .content .edit {
    position: absolute;
    top: 15px;
    right: 15px;
    box-shadow: none;
    width: 30px;
    height: 30px;
    border: 1px solid #adb7be;
    border-radius: 50%;
    background: transparent;
    color: #adb7be;
    text-align: center;
    line-height: 30px;
}

.my_bazzar .content .edit:hover {
    background: #fff;
    color: #650CDE;
    border: 1px solid #650CDE;
}

.my_bazzar .content .status {
    position: absolute;
    top: 55px;
    right: 15px;
    box-shadow: none;
    width: 30px;
    height: 30px;
    border: 1px solid #adb7be;
    border-radius: 50%;
    background: transparent;
    color: #adb7be;
    text-align: center;
    line-height: 30px;
}

.my_bazzar .content .status:hover {
    background: #fff;
    color: #650CDE;
    border: 1px solid #650CDE;
}

.my_bazzar .content .remove {
    position: absolute;
    top: 95px;
    right: 15px;
    box-shadow: none;
    width: 30px;
    height: 30px;
    border: 1px solid #adb7be;
    border-radius: 50%;
    background: transparent;
    color: #adb7be;
    text-align: center;
}

.my_bazzar .content .remove:hover {
    background: #fff;
    color: #fa424a;
    border: 1px solid #fa424a;
}

.my_bazzar .content .s_label {
    position: absolute;
    bottom: 10px;
    right: 15px;
    box-shadow: none;
    background: #f7c302;
    color: #fff;
    text-align: center;
    border: 1px solid #f7c302;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 3px;
    font-weight: 500;
}

.my_bazzar .content .s_label.unpub {
    border: 1px solid #adb7be;
    background: #adb7be;
}

@media (max-width: 768px) {
    .my_bazzar .image_wrap {
        float: left;
        width: 100%;
        position: relative;
    }

    .my_bazzar .image_wrap .image {
        width: 100%;
        background: #ccc;
        height: 180px !important;
        overflow: hidden;
    }

    .my_bazzar .image_wrap h5 {
        position: absolute;
        top: 10px;
        left: 0;
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        z-index: 2;
        margin: 0;
        background: #fdad2a;
        padding: 5px 15px;
        border-radius: 0 3px 3px 0;
    }

    .my_bazzar .image_wrap h5.free_tag {
        background: #f7c302;
    }

    .my_bazzar .content {
        float: left;
        background: #fff;
        width: 100%;
        padding: 15px 50px 15px 15px;
        height: 180px;
        position: relative;
    }

    .my_bazzar .content h4 {
        font-size: 14px;
        margin: 0 0 10px 0;
    }

    .my_bazzar .content h3 {
        font-size: 16px;
        font-weight: 500;
        margin: 0 0 5px 0;
        line-height: 21px;
    }

    .my_bazzar .content h3 a {
        color: inherit;
    }

    .my_bazzar .content h3 a:hover {
        color: #650CDE;
    }

    .my_bazzar .content p {
        font-size: 12px;
        opacity: 0.7;
        position: absolute;
        bottom: 15px;
        left: 15px;
        margin: 0;
    }

    .my_bazzar .content .edit {
        position: absolute;
        top: 15px;
        right: 15px;
        box-shadow: none;
        width: 30px;
        height: 30px;
        border: 1px solid #adb7be;
        border-radius: 50%;
        background: #fff;
        color: #adb7be;
        text-align: center;
        line-height: 30px;
    }

    .my_bazzar .content .edit:hover {
        background: #fff;
        color: #650CDE;
        border: 1px solid #650CDE;
    }

    .my_bazzar .content .status {
        position: absolute;
        top: 55px;
        right: 15px;
        box-shadow: none;
        width: 30px;
        height: 30px;
        border: 1px solid #adb7be;
        border-radius: 50%;
        background: #fff;
        color: #adb7be;
        text-align: center;
        line-height: 30px;
    }

    .my_bazzar .content .status:hover {
        background: #fff;
        color: #650CDE;
        border: 1px solid #650CDE;
    }

    .my_bazzar .content .remove {
        position: absolute;
        top: 95px;
        right: 15px;
        box-shadow: none;
        width: 30px;
        height: 30px;
        border: 1px solid #adb7be;
        border-radius: 50%;
        background: #fff;
        color: #adb7be;
        text-align: center;
    }

    .my_bazzar .content .remove:hover {
        background: #fff;
        color: #fa424a;
        border: 1px solid #fa424a;
    }
}





/*----- Bazzar Details -------*/

.bazzar_drop_down {
    position: absolute;
    top: 20px;
    right: 25px;
}

.bazzar_drop_down button {
    background: transparent;
    border: none;
    color: #adb7be;
    padding: 2px 10px;
}

.bazzar_banner {
    width: 100%;
    background: #ccc;
    height: 450px !important;
    overflow: hidden;
}

.bazzar_banner img {
    display: none !important;
}

.bazzar_details .bazzar_banner_wrap {
    margin-top: 10px;
}

.bazzar_details h2 {
    font-size: 1.5em;
    color: #343434;
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 5px 0;
}

.bazzar_details .contents {
    background: #fff;
    border-top: 1px dashed #ddd;
    padding: 15px 0 0 0;
    position: relative;
}

.bazzar_details .contents .shortlist {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 5;
    background: transparent;
}

.bazzar_details .contents .shortlist button {
    margin: 0;
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 10px;
}

.bazzar_details .contents .shortlist button i {
    font-size: 2em;
}

.bazzar_details .contents .shortlist button.addShortlist i {
    color: #fdad2a;
}

.bazzar_details .contents .shortlist button.removeShortlist i {
    color: #fdad2a;
}

.bazzar_details h1 {
    font-size: 2em;
    font-weight: 500;
    color: #fa424a;
    margin: 0px 0 10px 0;
}

.bazzar_details h1.free {
    color: #f7c302;
}

.bazzar_details h6 {
    font-size: 18px;
    margin: 0 0 15px 0;
    color: #343434;
    font-weight: 500;
}

.bazzar_details h5 {
    font-size: 16px;
    margin: 0 0 10px 0;
    color: #343434;
    font-weight: 500;
}

.bazzar_details p {
    font-size: 14px;
}

.bazzar_code_error {
    color: red;
    margin: 10px 0;
    font-size: 12px;
}

@media (max-width: 768px) {
    .bazzar_banner {
        width: 100%;
        background: #ccc;
        height: 250px !important;
        overflow: hidden;
    }

    .bazzar_banner img {
        display: none !important;
    }

    .bazzar_details h2 {
        font-size: 1.2em;
        color: #343434;
        font-weight: 500;
        line-height: 24px;
    }

    .bazzar_details h1 {
        font-size: 1.5em;
        font-weight: 600;
        color: #fa424a;
        margin: 0px 0 10px 0;
        /* border-top: 1px dashed #ddd;*/
        padding-top: 10px;
    }

    .bazzar_details h5 {
        font-size: 16px;
        margin: 0 0 10px 0;
        color: #343434;
        font-weight: 500;
    }

    .bazzar_details p {
        font-size: 14px;
    }

    .bazzar_details .contents {
        background: #fff;
        border-top: 1px dashed #ddd;
        padding: 0px 0 0 0;
        position: relative;
    }

}





/*=============================
   Notification 
===============================*/

.notification_header {
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.notification_header h3 {
    font-size: 18px;
    width: 50%;
    float: left;
    line-height: 30px;
    margin: 7px 0 0 0;
    padding-left: 5px;
}

.notification_header h3 span {
    font-size: 14px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 25px;
}

.notification_header button {
    box-shadow: none;
    border: none;
    background: transparent;
    padding: 12px 5px;
    color: #650CDE;
    float: right;
}

.notification_header button:hover {
    text-decoration: underline;
}

.notification_wrap {
    margin-bottom: 100px;
}

.notification_item {
    background: #fff;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.notification_item.read {
    background: #f5f9fb;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.notification_item:last-child {
    border-bottom: none;
}

.notification_item:hover {
    background: #f9f9f9;
}

.notification_item:hover>.content h5:after,
.notification_item.read:hover>.content h5:after {
    background: #f9f9f9;
    /*background: rgba(255, 244, 182, 1);*/
}

.notification_item .user_pic {
    width: 12%;
    padding: 10px;
    border-radius: 50%;
    float: left;
}

.notification_item .content {
    float: left;
    padding: 10px;
    position: relative;
    width: 83%;
}

.notification_item .content h5 {
    font-size: 15px;
    width: 100%;
    margin: 5px 0 10px 0;
}

.notification_item .content h5 {
    overflow: hidden;
    position: relative;
    line-height: 1.6em;
    max-height: 3.2em;
    text-align: justify;
    margin-right: -1em;
    padding-right: 1em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
}

.notification_item .content h5 img {
    width: 20px;
    height: 20px;
}

.notification_item .content h5:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
}

.notification_item .content h5:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
}

.notification_item.read .content h5:after {
    background: #f5f9fb;
}

.notification_item .content h5 strong {
    font-weight: 500;
}

.notification_item .content h5 strong.post {
    font-weight: 500;
    color: #66757f;
}

.notification_item .content p {
    font-size: 13px;
    color: #919fa9;
    margin: 0;
}

.notification_item .content p i {
    font-size: 15px;
}

.notification_item .notify_pic {
    position: absolute;
    height: 80px;
    width: 80px;
    top: 10px;
    right: 10px;
}

.notification_item .read_btn {
    border: none;
    box-shadow: none;
    background: transparent;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #919fa9;
    opacity: 0.5;
}

.notification_item .read_btn:hover {
    opacity: 0.7;
}

.no_notification {
    background: #fff;
    padding: 15px;
}

.no_notification h3 {
    text-align: center;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #919fa9;
}

@media (max-width: 768px) {
    .notification_header {
        background: #fff;
        border-bottom: 1px solid #ddd;
        padding: 10px;
    }

    .notification_header h3 {
        font-size: 17px;
        width: 100%;
        float: left;
        line-height: 30px;
        margin: 7px 0 0 0;
        padding-left: 5px;
    }

    .notification_header h3 span {
        font-size: 14px;
        border-radius: 50%;
        width: 28px;
        height: 28px;
        line-height: 25px;
    }

    .notification_header button {
        box-shadow: none;
        border: none;
        background: transparent;
        padding: 10px 5px;
        color: #650CDE;
        float: left;
    }

    .notification_header button:hover {
        text-decoration: underline;
    }

    .notification_wrap {
        margin-bottom: 50px;
    }

    .notification_item .user_pic {
        width: 25%;
        padding: 10px;
        border-radius: 50%;
        float: left;
    }

    .notification_item .content {
        float: left;
        padding: 10px 15px 10px 0px;
        position: relative;
        width: 74%;
    }

    .notification_item .content h5 {
        /* hide text if it more than N lines  */
        overflow: hidden;
        /* for set '...' in absolute position */
        position: relative;
        /* use this value to count block height */
        line-height: 1.5em;
        /* max-height = line-height (1.2) * lines max number (3) */
        max-height: 4.6em;
        /* fix problem when last visible word doesn't adjoin right side  */
        text-align: justify;
        /* place for '...' */
        margin-right: -1em;
        padding-right: 1em;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 14px;
        margin: 0;
    }

    /* create the ... */
    .notification_item .content h5:before {
        /* points in the end */
        content: '...';
        /* absolute position */
        position: absolute;
        /* set position to right bottom corner of block */
        right: 0;
        bottom: 0;
    }

    /* hide ... if we have text, which is less than or equal to max lines */
    .notification_item .content h5:after {
        /* points in the end */
        content: '';
        /* absolute position */
        position: absolute;
        /* set position to right bottom corner of text */
        right: 0;
        /* set width and height */
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        /* bg color = bg color under block */
        background: white;
    }

    .notification_item .content h5 strong {
        font-weight: 500;
    }

    .notification_item .content p {
        font-size: 12px;
        color: #919fa9;
        margin: 10px 0 0 0;
    }

    .notification_item .content p i {
        font-size: 13px;
    }

    .notification_item .notify_pic {
        position: relative;
        height: 80px;
        width: 80px;
        left: 0px;
        bottom: 5px;
        display: inline-block;
    }

    .notify_members {
        display: none;
    }

    .notification_item .read_btn {
        border: none;
        box-shadow: none;
        background: transparent;
        position: absolute;
        top: 10px;
        right: 10px;
        color: #919fa9;
        opacity: 0.5;
    }

    .notification_item .read_btn:hover {
        opacity: 0.7;
    }
}





/*=============================
    Profile Builder 
===============================*/

.typeahead-result {
    z-index: 1061 !important;
}

.profile_builder_bg {
    margin: 0px auto;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1051;
    top: 0px;
    background: rgba(46, 60, 84, 0.7);
    display: block;
}

.profile_builder_wrap {
    position: fixed;
    top: 5%;
    left: 25%;
    width: 50%;
    height: auto;
    background: #fff;
    z-index: 1052;
    display: block;
}

.profile_builder_wrap .builder_head {
    padding: 10px;
    background: #394857;
    position: relative;
}

.profile_builder_wrap .builder_head h2 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 0px;
    line-height: 30px;
    color: #fff;
}

.profile_builder_wrap .builder_body {
    padding: 0
}

.profile_builder_wrap .builder_body legend {
    font-size: 18px;
    line-height: 35px;
    margin: 0;
    background: #fff;
    padding-top: 5px;
}

.profile_builder_wrap .builder_body .mandatory {
    font-size: 12px;
    position: absolute;
    top: 0px;
    right: 15px;
    opacity: 0.8;
}

.noWorkShare {
    cursor: pointer;
}

.profile_builder_wrap .builder_body h3 {
    font-size: 15px;
    margin: 0 0 10px 0;
}

.profile_builder_wrap .builder_body .profile-side-user .avatar-preview.avatar-preview-128 {
    width: 150px;
    height: 150px;
    margin: 15px 0;
}

.profile_builder_wrap .builder_body .profile-side-user {
    padding: 0px;
}

.profile_builder_wrap .welcome_msg {
    border: 2px dashed #ddd;
    padding: 20px;
    margin: 0 0 15px 0;
}

.profile_builder_wrap .welcome_msg h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 15px 0;
}

.profile_builder_wrap .welcome_msg p {
    font-size: 14px;
}

.profile_builder_wrap .welcome_msg h5 {
    font-size: 14px;
    margin: 70px 0 10px 0;
}

.profile_builder_wrap .welcome_msg h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 15px 0;
}

@media (max-width: 768px) {
    .wizard>.steps .number {
        font-size: 12px !important;
    }

    .wizard>.steps a,
    .wizard>.steps a:hover,
    .wizard>.steps a:active {
        display: block;
        width: auto;
        padding: 13px 5px !important;
        text-decoration: none;
        font-size: 13px !important;
        text-align: center;
    }

    .wizard>.content {
        background: #fff;
        display: block;
        height: 98%;
        min-height: 450px;
        overflow: auto;
        position: relative;
        width: auto;
    }

    .wizard>.content>.body {
        background: #fff;
        position: absolute;
        width: 100%;
        padding: 20px;
        height: 100%;
    }

    .typeahead-result {
        z-index: 1061 !important;
    }

    .profile_builder_bg {
        margin: 0px auto;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 1051;
        top: 0px;
        background: rgba(46, 60, 84, 0.7);
        display: block;
    }

    .profile_builder_wrap {
        position: fixed;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 1052;
        display: block;
    }

    .profile_builder_wrap .builder_head {
        padding: 10px;
        background: #394857;
        position: relative;
    }

    .profile_builder_wrap .builder_head h2 {
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        margin: 0px;
        line-height: 30px;
        color: #fff;
    }

    .profile_builder_wrap .builder_body {
        padding: 0
    }

    .profile_builder_wrap .builder_body legend {
        font-size: 18px;
        line-height: 35px;
        margin: 0;
        background: #fff;
        padding-top: 5px;
    }

    .profile_builder_wrap .builder_body .mandatory {
        font-size: 12px;
        position: absolute;
        top: 0px;
        right: 15px;
        opacity: 0.8;
    }

    .noWorkShare {
        cursor: pointer;
    }

    .profile_builder_wrap .builder_body h3 {
        font-size: 15px;
        margin: 0 0 10px 0;
    }

    .profile_builder_wrap .builder_body .profile-side-user .avatar-preview.avatar-preview-128 {
        width: 150px;
        height: 150px;
        margin: 15px 0;
    }

    .profile_builder_wrap .builder_body .profile-side-user {
        padding: 0px;
    }

    .profile_builder_wrap .welcome_msg {
        border: 2px dashed #ddd;
        padding: 20px;
    }

    .profile_builder_wrap .welcome_msg h4 {
        font-size: 16px;
        font-weight: 500;
        margin: 0 0 15px 0;
    }

    .profile_builder_wrap .welcome_msg p {
        font-size: 14px;
    }

    .profile_builder_wrap .welcome_msg h5 {
        font-size: 14px;
        margin: 70px 0 10px 0;
    }

    .profile_builder_wrap .welcome_msg h3 {
        font-size: 16px;
        font-weight: 500;
        margin: 0 0 15px 0;
    }
}





/*----- Support ticket -------*/

.my_support_ticket {
    background: #fff;
    margin: 0 0 30px 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
}

.my_support_ticket .image_wrap {
    float: left;
    width: 35%;
    position: relative;
}

.my_support_ticket .image_wrap .image {
    width: 100%;
    background: #ccc;
    height: 180px !important;
    overflow: hidden;
}

.my_support_ticket .image_wrap h5 {
    position: absolute;
    top: 10px;
    left: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    z-index: 2;
    margin: 0;
    background: #fdad2a;
    padding: 5px 15px;
    border-radius: 0 3px 3px 0;
}

.my_support_ticket .image_wrap h5.free_tag {
    background: #f7c302;
}

.my_support_ticket .content {
    float: left;
    background: #fff;
    width: 100%;
    padding: 15px 45px 15px 15px;
    height: 180px;
    position: relative;
}

.my_support_ticket.hide .content {
    background: #f5f9fb;
}

.my_support_ticket .content h4 {
    font-size: 14px;
    margin: 0 0 10px 0;
}

.my_support_ticket .content h5 {
    font-size: 14px;
    margin: 0 0 10px 0;
    line-height: 25px;
}

.my_support_ticket .content h3 {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 10px 0;
    line-height: 23px;
}

.my_support_ticket .content h3 a {
    color: inherit;
}

.my_support_ticket .content h3 a:hover {
    color: #650CDE;
}

.my_support_ticket .content p {
    font-size: 12px;
    opacity: 0.7;
    position: absolute;
    bottom: 15px;
    left: 15px;
    margin: 0;
}

.my_support_ticket .content .edit {
    position: absolute;
    top: 15px;
    right: 15px;
    box-shadow: none;
    width: 30px;
    height: 30px;
    border: 1px solid #adb7be;
    border-radius: 50%;
    background: transparent;
    color: #adb7be;
    text-align: center;
    line-height: 30px;
}

.my_support_ticket .content .edit:hover {
    background: #fff;
    color: #650CDE;
    border: 1px solid #650CDE;
}

.my_support_ticket .content .status {
    position: absolute;
    top: 55px;
    right: 15px;
    box-shadow: none;
    width: 30px;
    height: 30px;
    border: 1px solid #adb7be;
    border-radius: 50%;
    background: transparent;
    color: #adb7be;
    text-align: center;
    line-height: 30px;
}

.my_support_ticket .content .status:hover {
    background: #fff;
    color: #650CDE;
    border: 1px solid #650CDE;
}

.my_support_ticket .stats {
    position: absolute;
    bottom: 40px;
    right: 110px;
}

.my_support_ticket .stats p .fa-comments {
    color: #3BAFDA;
}

.my_support_ticket .stats p {
    font-size: 15px;
    margin: 0 0 0 15px;
    float: left;
}

.my_support_ticket .content .remove {
    position: absolute;
    top: 15px;
    right: 15px;
    box-shadow: none;
    width: 30px;
    height: 30px;
    border: 1px solid #adb7be;
    border-radius: 50%;
    background: transparent;
    color: #adb7be;
    text-align: center;
}

.ticket_details.need_total_trap {
    position: relative;
}

.sharethis p.status {
    position: absolute;
    top: 0px;
    right: 0px;
}

.my_support_ticket .content .remove:hover {
    background: #fff;
    color: #fa424a;
    border: 1px solid #fa424a;
}

.my_support_ticket .content .s_label {
    position: absolute;
    bottom: 10px;
    right: 15px;
    box-shadow: none;
    background: #f7c302;
    color: #fff;
    text-align: center;
    border: 1px solid #f7c302;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 3px;
    font-weight: 500;
}

.my_support_ticket .content .s_label.unpub {
    border: 1px solid #adb7be;
    background: #adb7be;
}

@media (max-width: 768px) {
    .my_support_ticket .image_wrap {
        float: left;
        width: 100%;
        position: relative;
    }

    .my_support_ticket .image_wrap .image {
        width: 100%;
        background: #ccc;
        height: 180px !important;
        overflow: hidden;
    }

    .my_support_ticket .image_wrap h5 {
        position: absolute;
        top: 10px;
        left: 0;
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        z-index: 2;
        margin: 0;
        background: #fdad2a;
        padding: 5px 15px;
        border-radius: 0 3px 3px 0;
    }

    .my_support_ticket .image_wrap h5.free_tag {
        background: #f7c302;
    }

    .my_support_ticket .content {
        float: left;
        background: #fff;
        width: 100%;
        padding: 15px 50px 15px 15px;
        height: 180px;
        position: relative;
    }

    .my_support_ticket .content h4 {
        font-size: 14px;
        margin: 0 0 10px 0;
    }

    .my_support_ticket .content h3 {
        font-size: 16px;
        font-weight: 500;
        margin: 0 0 5px 0;
        line-height: 21px;
    }

    .my_support_ticket .content h3 a {
        color: inherit;
    }

    .my_support_ticket .content h3 a:hover {
        color: #650CDE;
    }

    .my_support_ticket .content p {
        font-size: 12px;
        opacity: 0.7;
        position: absolute;
        bottom: 15px;
        left: 15px;
        margin: 0;
    }

    .my_support_ticket .content .edit {
        position: absolute;
        top: 15px;
        right: 15px;
        box-shadow: none;
        width: 30px;
        height: 30px;
        border: 1px solid #adb7be;
        border-radius: 50%;
        background: #fff;
        color: #adb7be;
        text-align: center;
        line-height: 30px;
    }

    .my_support_ticket .content .edit:hover {
        background: #fff;
        color: #650CDE;
        border: 1px solid #650CDE;
    }

    .my_support_ticket .content .status {
        position: absolute;
        top: 55px;
        right: 15px;
        box-shadow: none;
        width: 30px;
        height: 30px;
        border: 1px solid #adb7be;
        border-radius: 50%;
        background: #fff;
        color: #adb7be;
        text-align: center;
        line-height: 30px;
    }

    .my_support_ticket .content .status:hover {
        background: #fff;
        color: #650CDE;
        border: 1px solid #650CDE;
    }

    .my_support_ticket .content .remove {
        position: absolute;
        top: 95px;
        right: 15px;
        box-shadow: none;
        width: 30px;
        height: 30px;
        border: 1px solid #adb7be;
        border-radius: 50%;
        background: #fff;
        color: #adb7be;
        text-align: center;
    }

    .my_support_ticket .content .remove:hover {
        background: #fff;
        color: #fa424a;
        border: 1px solid #fa424a;
    }
}





/**/

.need_reply_area .repone_submit {
    float: right;
    width: 30%;
    padding: 10px 5px 0 5px;
    margin-bottom: 5px;
    text-align: right;
}





/*---------- Verification Wrap -----*/

.verification_wrap h2 {
    font-size: 18px;
    margin: 0 0 10px 0;
}

.verification_wrap h3 {
    font-size: 20px;
    margin: 15px 0 15px 0;
}

.verification_wrap h4 {
    font-size: 15px;
    margin: 0 0 15px 0;
}

.verification_wrap h5 {
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 15px 0;
}

.verification_wrap p {
    font-size: 15px;
    margin: 0 0 5px 0;
}

.verification_wrap p.check_spam {
    font-size: 12px;
    margin: 20px 0 0 0;
    font-style: italic;
}





/*register page*/

.reg_alert h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.reg_alert h4 {
    font-size: 16px;
    font-weight: normal;
    line-height: 23px;
    margin: 0 0 15px 0;
}

.reg_alert h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 0px 0;
}





/* Find my roll Number */

.rollresponse {
    background: #fff4b6;
    padding: 10px;
    margin: 10px 0 20px 0;
    border-radius: 3px;
}

.rollresponse h3 {
    font-size: 15px !important;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}

.rollresponse p {
    font-size: 14px !important;
}

.rollresponse ul li {
    margin: 5px 0;
}





/*----------------------------------------
            Feeds page
------------------------------------------*/

.communities_application_wrap {}

.communities_application_wrap h2 {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 10px 0;
    font-weight: 600;
}

.communities_application_wrap p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 10px 0;
}

.communities_application_wrap p span {
    font-size: 11px;
    line-height: 15px;
    margin: 0 0 10px 0;
}

.communities_application_wrap button {
    padding: 5px 20px;
    margin-bottom: 10px;
}





/*==============================
    Alumni Membership Card
================================*/

.cards_section {
    padding: 10px 0;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px dashed #ddd;
}

#cardpic {
    width: 300px;
    height: 350px;
    position: relative;
    border: 1px solid #CCC;
    margin: 15px auto;
}

.cards_section h3 {
    font-size: 15px;
    margin: 0;
    color: #000;
    font-weight: bold;
}

.cards_section a {
    position: absolute;
    margin: 0;
    top: 15px;
    right: 8px;
    font-size: 14px;
    text-decoration: underline;
}

.cards_section a i {
    color: #F3565D;
}

.card_f_wrap {
    position: relative;
}

.overlay_card {
    background: rgba(0, 0, 0, 0.5);
    width: 67%;
    position: absolute;
    z-index: 2;
    top: -10px;
    right: 0;
    min-height: 1250px;
    padding: 13px;
}

.overlay_card p {
    font-size: 15px;
    line-height: 23px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}

.overlay_card p i {
    color: #F3565D;
}

.overlay_card h2 {
    font-size: 16px;
    line-height: 23px;
    background: #fff;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px 0;
}

.card_apply_reset {
    text-align: center;
    padding: 15px;
    margin-top: 15px;
}

.card_terms {
    background: #fff;
    padding: 0px;
    border-radius: 5px;
}

.card_terms h2 {
    font-size: 16px;
    margin: 10px 0 10px 0;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    font-weight: bold;
}

.text-bottom {
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .overlay_card {
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        position: absolute;
        z-index: 2;
        top: -10px;
        right: 0;
        min-height: 1820px;
        padding: 13px;
    }

    .overlay_card .btn {
        margin-top: 10px;
    }
}

.box-typical .panel {
    margin-left: 15px;
}

.box-typical .panel .panel-heading .panel-title {
    font-size: 20px;
    margin: 20px 0 10px 0;
}

.box-typical .panel .panel-body .personal_info_wrap .form-group {
    margin-bottom: 20px;
}

.success_card {
    padding: 5px;
}

.success_card p {
    font-size: 15px;
    line-height: 24px;
    float: left;
    width: 80%;
}

.success_card h2 {
    margin: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    float: left;
    margin-right: 10px;
}

.success_card h2 i {
    font-size: 1.6em;
    color: #26C281;
}

.card_softcopy_wrap {
    padding: 10px;
    width: 80%;
    margin: 10px auto;
    border: 2px dashed #ddd;
}

.card_softcopy_wrap h3 {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 15px 0;
}

.card_softcopy_wrap .card_front {
    background: #202539;
    border-radius: 5px;
    width: 80%;
    margin: 40px auto 20px auto;
    position: relative;
    min-height: 260px;
}

.card_softcopy_wrap .card_front .logo {
    width: 130px;
    float: left;
    margin: 0 0 0 5px;
    padding: 10px;
}

.card_softcopy_wrap .card_front .image {
    width: 100px;
    float: right;
    border: 1px solid rgba(255, 255, 255, 0.06);
    margin: 10px;
}

.card_softcopy_wrap .card_front .strip {
    background: rgba(255, 255, 255, 0.95);
    text-align: center;
    padding: 5px;
}

.card_softcopy_wrap .card_front .strip h1 {
    font-size: 20px;
    margin: 0;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
}

.card_softcopy_wrap .card_front .userinfo h5 {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    margin: 15px 0 0px 15px;
    text-transform: uppercase;
}

.card_softcopy_wrap .card_front p {
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin: 0;
    font-size: 14px;
    color: #fff;
}

.card_softcopy_wrap .card_back {
    background: #202539;
    border-radius: 5px;
    width: 80%;
    margin: 0px auto 20px auto;
    position: relative;
    min-height: 260px;
}

.card_softcopy_wrap .card_back .bg {
    background: rgba(255, 255, 255, 0.85);
    padding: 10px;
    min-height: 260px;
}

.card_softcopy_wrap .card_back .logo {
    width: 100px;
    margin: 5px auto;
}

.card_softcopy_wrap .card_back .info {
    text-align: center;
}

.card_softcopy_wrap .card_back .info h2 {
    font-size: 17px;
    font-weight: bold;
    margin: 5px 0;
}

.card_softcopy_wrap .card_back .info h5 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.card_softcopy_wrap .card_back .condition {
    margin-top: 27px;
}

.card_softcopy_wrap .card_back .condition p {
    font-size: 13px;
    margin: 0 0 0 10px;
    line-height: 18px;
}

.membershipcards .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .success_card {
        padding: 5px;
    }

    .success_card p {
        font-size: 15px;
        line-height: 24px;
        float: left;
        width: 100%;
    }

    .success_card h2 {
        margin: 5px auto;
        width: 100%;
        height: 100%;
        text-align: center;
        float: left;
        margin-right: 10px;
    }

    .success_card h2 i {
        font-size: 1.6em;
        color: #26C281;
    }

    .card_softcopy_wrap {
        padding: 0;
        width: 100%;
        margin: 20px auto;
        border: none;
    }

    .card_softcopy_wrap h3 {
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        margin: 20px 0 0px 0;
    }

    .card_softcopy_wrap .card_front {
        background: #202539;
        border-radius: 5px;
        width: 100%;
        margin: 20px auto 20px auto;
        position: relative;
        min-height: 200px;
    }

    .card_softcopy_wrap .card_front .logo {
        width: 100px;
        float: left;
        margin: 0 0 0 5px;
        padding: 10px;
    }

    .card_softcopy_wrap .card_front .image {
        width: 70px;
        float: right;
        border: 1px solid rgba(255, 255, 255, 0.06);
        margin: 10px;
    }

    .card_softcopy_wrap .card_front .strip {
        background: rgba(255, 255, 255, 0.95);
        text-align: center;
        padding: 5px;
        margin-bottom: 13px;
    }

    .card_softcopy_wrap .card_front .strip h1 {
        font-size: 14px;
        margin: 0;
        line-height: 30px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .card_softcopy_wrap .card_front .userinfo h5 {
        color: #fff;
        font-weight: normal;
        font-size: 13px;
        margin: 5px 0 0px 10px;
        text-transform: uppercase;
    }

    .card_softcopy_wrap .card_front p {
        position: absolute;
        bottom: 10px;
        right: 10px;
        margin: 0;
        font-size: 13px;
        color: #fff;
    }

    .card_softcopy_wrap .card_back {
        background: #202539;
        border-radius: 5px;
        width: 100%;
        margin: 0px auto 20px auto;
        position: relative;
        min-height: 200px;
    }

    .card_softcopy_wrap .card_back .bg {
        background: rgba(255, 255, 255, 0.85);
        padding: 5px;
        min-height: 200px;
    }

    .card_softcopy_wrap .card_back .logo {
        width: 70px;
        margin: 5px auto;
    }

    .card_softcopy_wrap .card_back .info {
        text-align: center;
    }

    .card_softcopy_wrap .card_back .info h2 {
        font-size: 14px;
        font-weight: bold;
        margin: 5px 0;
    }

    .card_softcopy_wrap .card_back .info h5 {
        font-size: 13px;
        font-weight: bold;
        margin: 0 0 5px 0;
    }

    .card_softcopy_wrap .card_back .condition {
        margin-top: 15px;
    }

    .card_softcopy_wrap .card_back .condition p {
        font-size: 11px;
        margin: 0 0 0 10px;
        line-height: 15px;
    }
}





/*==============================
    Discount Portal Page
================================*/

.discount_portal_image {
    padding: 10px;
    background: #fff;
}

.discount_portal_wrap {}

.discount_portal_wrap .steps {
    padding: 0;
    margin-bottom: 25px;
}

.discount_portal_wrap .steps li {
    list-style-type: none;
    margin: 5px 0;
    background: transparent;
    padding: 5px 0px 5px 20px;
}

.discount_portal_wrap h3 {
    font-size: 18px;
    font-weight: bold;
}

.discount_portal_wrap h4 {
    font-size: 18px;
}

.discount_portal_wrap h5 {
    font-size: 15px;
    line-height: 23px;
}

.discount_portal_wrap h6 {
    font-size: 16px;
    margin: 0 0 10px 0;
}

.discount_portal_wrap blockquote {
    font-weight: normal;
    font-style: italic;
    margin: 0 0 10px 0;
    background: #fff;
    font-size: 15px;
    line-height: 21px;
    border-left: 5px solid #ccc;
    padding: 10px;
}

.discount_portal_wrap .action_links {
    background: #fff;
    padding: 15px;
    text-align: center;
    width: 60%;
    margin: 0 auto 25px auto;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.discount_portal_wrap .action_links h4 {
    font-size: 16px;
}

.discount_portal_wrap .action_links p {
    font-size: 14px;
    margin: 15px 0;
    line-height: 23px;
}

.discount_portal_wrap .action_links a {
    background: #fc5a0a;
    color: #fff;
    font-weight: bold;
    padding: 20px 25px;
    width: 100%;
    display: block;
    border-radius: 5px;
    font-size: 16px;
}

.discount_portal_wrap .action_links p {
    text-align: center;
}

.discount_portal_wrap .action_links .play_promo {
    width: 150px;
}

.discount_portal_wrap .action_links .ios_promo {
    width: 160px;
}





/*------ Top Discount link form -------------*/

.diccount_link {
    font-size: 14px;
    font-weight: bold;
}

.diccount_link .dicount_link_new {
    position: absolute;
    top: 5px;
    right: 15px;
    font-weight: normal;
}

.diccount_link i {
    color: #26C281;
    font-size: 1.2em;
}

.diccount_link:hover>i {
    color: #F3565D;
}

.discount_portal_image .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}





/* registration */

.job_details {
    margin-top: 10px;
}

.role_list {
    padding: 0;
}

.role_list li {
    list-style-type: none !important;
    float: left;
    width: 45%;
    margin: 5px 0;
}

.role_list label {
    margin: 0;
    display: inline;
    font-size: 14px;
    margin-bottom: 5px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .role_list li {
        list-style-type: none !important;
        float: left;
        width: 100%;
        margin: 5px 0;
    }
}





/*------------- New Details --------------------*/

.alumni_news_details .news_content {
    background: #fff;
    padding: 15px;
}

.alumni_news_details .news_image img {
    width: 100%; 
}
.alumni_news_details h3 {
    font-size: 18px;
    color: #555;
    margin: 10px 0;
    padding: 0;
    line-height: 25px;
}

.alumni_news_details p {}

.event.news_sidebar {
    padding: 0 10px;
}

.news_sidebar h4 {
    font-size: 16px;
}

.news_sidebar .sharethis {
    background: #fff;
}

.news_sidebar .news_side_title {
    margin: 10px 0;
    font-size: 18px;
}

.event.news_sidebar .news_side_title {
    margin: 10px 0;
    font-size: 18px;
    padding-left: 15px;
}

.news_sidebar .image_wrap {
    float: left;
    width: 35%;
    position: relative;
}

.news_sidebar .image_wrap .image {
    width: 100%;
    background: #ccc;
    background-image: none;
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    height: 110px !important;
    overflow: hidden;
}

.news_sidebar .content {
    float: left;
    background: #fff;
    width: 65%;
    padding: 15px 45px 15px 15px;
    height: 110px;
    position: relative;
    margin-bottom: 15px;
}

.event.news_sidebar .content {
    float: left;
    background: #fff;
    width: 65%;
    padding: 15px 45px 15px 15px;
    height: 110px;
    position: relative;
    margin-bottom: 15px;
    border: 1px dashed #ddd;
    border-left: none;
}

.news_sidebar .content h4 {
    font-size: 14px;
    margin: 0 0 0px 0;
}

.news_sidebar .content p {
    font-size: 12px;
    opacity: 0.7;
    margin: 0;
    color: #5d5d5d;
}

.card-box {
    background: #fff;
    padding: 15px;
    min-height: 185px;
}





/*------------- New Details --------------------*/

.profile_activation_bg {
    margin: 0px auto;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1051;
    top: 0px;
    background: rgba(46, 60, 84, 0.7);
    display: block;
}

.profile_activation_wrap {
    position: fixed;
    top: 5%;
    left: 15%;
    width: 70%;
    height: auto;
    background: #fff;
    z-index: 1052;
    display: block;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
}

.profile_activation_wrap .outline {
    padding: 20px;
    border: 2px dashed #ddd;
    border-radius: 5px;
    background: #fff;
    /*box-shadow: 0 5px 5px 0 rgba(0,0,0,0.15);*/
    position: relative;
}

.profile_activation_wrap .outline .btn {
    position: absolute;
    top: 15px;
    right: 15px;
}

.profile_activation_wrap h1 {
    font-size: 21px;
    text-align: center;
    font-weight: 500;
}

.profile_activation_wrap h4 {
    text-align: center;
}

.profile_activation_wrap h4 i {
    font-size: 3em;
    text-align: center;
    color: #f7c302;
}

.profile_activation_wrap h2 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px 0;
}

.profile_activation_wrap p {
    font-size: 15px;
    line-height: 23px;
    margin: 0 0 15px 0;
}

.profile_activation_wrap p strong {
    font-weight: 600;
}

@media (max-width: 768px) {
    .profile_activation_bg {
        margin: 0px auto;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 1051;
        top: 0px;
        background: rgba(46, 60, 84, 0.7);
        display: block;
    }

    .profile_activation_wrap {
        position: absolute;
        top: 2%;
        left: 5%;
        width: 90%;
        height: auto;
        background: #fff;
        z-index: 1052;
        display: block;
        padding: 10px;
        border-radius: 5px;
        margin: 0 0 50px 0;
    }

    .profile_activation_wrap .outline {
        padding: 10px;
        border: 2px dashed #ddd;
        border-radius: 5px;
        background: #fff;
        /*box-shadow: 0 5px 5px 0 rgba(0,0,0,0.15);*/
    }

    .profile_activation_wrap .outline .btn {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .profile_activation_wrap h1 {
        font-size: 17px;
        text-align: center;
        line-height: 23px;
        font-weight: 500;
        margin-top: 50px;
    }

    .profile_activation_wrap h4 {
        text-align: center;
    }

    .profile_activation_wrap h4 i {
        font-size: 2.3em;
        text-align: center;
        color: #f7c302;
    }

    .profile_activation_wrap h2 {
        font-size: 16px;
        font-weight: 500;
        margin: 0 0 15px 0;
    }

    .profile_activation_wrap p {
        font-size: 13px;
        line-height: 23px;
        margin: 0 0 15px 0;
    }

    .profile_activation_wrap p strong {
        font-weight: 600;
    }
}




/*
========================
  Faqs
========================
*/

.faqs_warp {
    padding: 20px 15px 15px 15px;
}

.faqs_warp .faq_content {
    background: #fff;
    padding: 20px;
    margin: 0 0 20px 0;
}

.faqs_warp .faq_content h4 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    margin: 0 0 5px 0;
}

.faqs_warp .faq_content .content {
    background: #fff;
    padding: 10px;
}

.faqs_warp .faq_content .content ul,
.faqs_warp .faq_content .content ol {
    padding-left: 20px;
}

.faqs_warp .faq_content .content ul li,
.faqs_warp .faq_content .content ol li {
    list-style-type: disc;
    font-size: 14px;
}

.faqs_warp .faq_content .content p {
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    padding-left: 10px;
}

@media (max-width: 768px) {

    .faqs_warp {
        padding: 20px 15px 15px 15px;
    }

    .faqs_warp .faq_content {
        background: #fff;
        padding: 15px;
        margin: 0 0 20px 0;
    }

    .faqs_warp .faq_content h4 {
        font-size: 15px;
        line-height: 23px;
        font-weight: 500;
        margin: 0 0 5px 0;
    }
}

/*koushik - 29.09.2018*/

/*-------------------
    Edit Profile
---------------------*/

.profile_code_error {
    color: red !important;
    margin: 10px 0 !important;
    font-size: 12px !important;
}

.contact_item .c_code .dropdown-menu li a {
    background: #fff;
    padding: 10px 5px;
    color: inherit;
    display: block;
}

.contact_item .c_code .dropdown-menu li a:hover {
    background: #650CDE;
    padding: 10px 5px;
    color: #fff;
    display: block;
}

.contact_item .c_code .dropdown-menu .dropdown-header {
    padding: 5px;
}

/*----------------------
    Profile Building
------------------------*/

.mobile_link_code {
    width: 35%;
    display: inline-block;
}

.mobile_link {
    width: 60%;
    display: inline-block;
}

.community_banner_warp .img_list {
    height: 165px;
    width: 100%;
}

.chapter_banner_warp .img_list {
    height: 160px;
    width: 100%;
}

/*
========================
    Newsletter List
========================
*/

.newsletter_item_wrap {
    widows: 100%;
    height: 520px;
    background: #fff;
    box-shadow: rgba(34, 34, 34, 0.15) 0 5px 5px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    margin: 0 0 30px 0;
}

.newsletter_item_wrap:hover {
    box-shadow: rgba(34, 34, 34, 0.5) 0 10px 5px;
}

.newsletter_item_wrap .newsletter_bg {
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    /*
    background: rgba(255, 255, 255, 0.7);
    background: linear-gradient(bottom, rgba(0, 0, 0, .7), transparent 90%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7), transparent 90%);
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .7), transparent 90%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .7), transparent 90%);*/
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: 5px;
}

.newsletter_item_wrap .content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    background: linear-gradient(bottom, rgba(0, 0, 0, .7), transparent 90%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7), transparent 90%);
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .7), transparent 90%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .7), transparent 90%);
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 5px;
    cursor: pointer;
}

.newsletter_item_wrap .content h2 {
    font-size: 2em;
    line-height: 35px;
    color: #fff;
    position: absolute;
    bottom: 50px;
    left: 0;
    padding: 30px;
    margin: 0;
    width: 100%;
    font-weight: 600;
}

.newsletter_item_wrap .content p {
    font-size: 21px;
    line-height: 30px;
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 30px;
    margin: 0;
    width: 100%;
}

.home_news_letter .newsletter_item_wrap {
    widows: 100%;
    height: 370px;
    background: #fff;
    box-shadow: rgba(34, 34, 34, 0.15) 0 5px 5px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    margin: 0 0 30px 0;
}

.home_news_letter .newsletter_item_wrap .content h2 {
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    position: absolute;
    bottom: 40px;
    left: 0;
    padding: 30px;
    margin: 0;
    width: 100%;
    font-weight: 600;
}

.home_news_letter .newsletter_item_wrap .content p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 30px;
    margin: 0;
    width: 100%;
}


@media (max-width: 768px) {

    .newsletter_item_wrap {
        widows: 100%;
        height: 380px;
        background: #fff;
        box-shadow: rgba(34, 34, 34, 0.15) 0 5px 5px;
        border-radius: 5px;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        position: relative;
        margin: 0 0 30px 0;
    }

    .newsletter_item_wrap:hover {
        box-shadow: rgba(34, 34, 34, 0.5) 0 10px 5px;
    }

    .newsletter_item_wrap .newsletter_bg {
        height: 100%;
        background: rgba(0, 0, 0, 0.25);
        /*
    background: rgba(255, 255, 255, 0.7);
    background: linear-gradient(bottom, rgba(0, 0, 0, .7), transparent 90%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7), transparent 90%);
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .7), transparent 90%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .7), transparent 90%);*/
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        border-radius: 5px;
    }

    .newsletter_item_wrap .content {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 5;
        background: linear-gradient(bottom, rgba(0, 0, 0, .7), transparent 90%);
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7), transparent 90%);
        background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .7), transparent 90%);
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, .7), transparent 90%);
        width: 100%;
        height: 100%;
        padding: 20px;
        border-radius: 5px;
        cursor: pointer;
    }

    .newsletter_item_wrap .content h2 {
        font-size: 18px;
        line-height: 25px;
        color: #fff;
        position: absolute;
        bottom: 80px;
        left: 0;
        padding: 18px;
        margin: 0;
        width: 100%;
        font-weight: 600;
    }

    .newsletter_item_wrap .content p {
        font-size: 16px;
        line-height: 25px;
        color: #fff;
        position: absolute;
        bottom: 45px;
        left: 0;
        padding: 18px;
        margin: 0;
        width: 100%;
    }

    .home_news_letter .newsletter_item_wrap {
        widows: 100%;
        height: 370px;
        background: #fff;
        box-shadow: rgba(34, 34, 34, 0.15) 0 5px 5px;
        border-radius: 5px;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        position: relative;
        margin: 0 0 30px 0;
    }

    .home_news_letter .newsletter_item_wrap .content h2 {
        font-size: 25px;
        line-height: 35px;
        color: #fff;
        position: absolute;
        bottom: 40px;
        left: 0;
        padding: 30px;
        margin: 0;
        width: 100%;
        font-weight: 600;
    }

    .home_news_letter .newsletter_item_wrap .content p {
        font-size: 16px;
        line-height: 30px;
        color: #fff;
        position: absolute;
        bottom: 0px;
        left: 0;
        padding: 30px;
        margin: 0;
        width: 100%;
    }
}

/*
========================
    Newsletter Details
========================
*/

.newsletter_headers {
    height: 190px;
}

.newsletterdetails_page_headers {
    height: 190px;
    margin: 0px -15px 20px;
    background: 50% 50% no-repeat #232936;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    color: #fff;
}

.newsletter_details_warp {
    width: 80%;
    margin: -110px auto 50px auto;
    z-index: 2000;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
}

.newsletter_details_warp .no_image_title {
    font-size: 22px;
    color: inherit;
    padding: 0;
    line-height: 25px;
    margin: 0;
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
}

.newsletter_details_warp .new_image_wrap {
    position: relative;
}

.newsletter_details_warp .new_image_wrap .news_img {
    width: 100%;
    height: 350px;
}

.newsletter_details_warp .new_image_wrap h3 {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
    color: #fff;
    margin: 0;
    padding: 15px 20px;
}

.newsletter_details_warp .news_content {
    padding: 20px;
}

.newsletter_details_warp .news_content .news_content_text {
    font-size: 16px;
    line-height: 25px;
}

.news_attachment_warp .news_title {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 600;
}

.news_attachment_warp .image_wrap {
    float: left;
    width: 35%;
    position: relative;
}

.news_attachment_warp .image_wrap .image {
    width: 100%;
    background: #ccc;
    background-image: none;
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    height: 110px !important;
    overflow: hidden;
    border-radius: 3px 0 0 3px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.news_attachment_warp .content {
    float: left;
    background: #fff;
    width: 65%;
    padding: 15px 15px 15px 15px;
    height: 110px;
    position: relative;
    margin-bottom: 15px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.news_attachment_warp .content h4 {
    font-size: 13px;
    margin: 0 0 3px 0;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 17px;
}

.news_attachment_warp .content p {
    font-size: 12px;
    opacity: 0.7;
    margin: 0;
    color: #5d5d5d;
}



.news_attachment_warp .image_wrap .fileimage {
    width: 100%;
    /* background: #ccc;*/
    background-image: none;
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    height: 110px !important;
    overflow: hidden;
    border-radius: 3px 0 0 3px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}


@media only screen and (max-width: 768px) {
    .newsletterdetails_page_headers {
        height: 190px;
        margin: 0px -15px 20px;
        background: 50% 50% no-repeat #232936;
        background-size: cover;
        position: relative;
        background-attachment: fixed;
        color: #fff;
    }

    .newsletter_details_warp {
        width: 100%;
        margin: 0px;
        z-index: 2000;
        background: #fff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    }

    .newsletter_details_warp .no_image_title {
        font-size: 16px;
        color: inherit;
        padding: 0;
        line-height: 21px;
        margin: 0;
        padding: 10px 15px;
        border-bottom: 1px solid #ddd;
    }

    .newsletter_details_warp .new_image_wrap {
        position: relative;
    }

    .newsletter_details_warp .new_image_wrap .news_img {
        width: 100%;
        height: 180px;
    }

    .newsletter_details_warp .new_image_wrap h3 {
        position: absolute;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.65);
        width: 100%;
        color: #fff;
        margin: 0;
        padding: 15px 20px;
    }

    .newsletter_details_warp .news_content {
        padding: 10px;
    }

    .newsletter_details_warp .news_content .news_content_text {
        font-size: 14px;
        line-height: 25px;
    }
}



/*------ Mobile Search Pop up ------*/

.mobile_search_bg {
    z-index: 10;
    margin: 0px auto;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    top: 0px;
    /* background: rgba(46, 60, 84, 0.6);*/
    background: rgba(0, 0, 0, 0.65);
    display: none;
}

.mobile_search_wrap {
    background: rgba(255, 255, 255, 1);
    width: 90%;
    position: fixed;
    top: 40%;
    left: 5%;
    z-index: 10002;
    border-radius: 20px;
    display: none;
}

.mobile_search_wrap .form-control {
    border-radius: 50px;
    height: 40px;
    margin: 0;
}

.mobile_search_close {
    position: fixed;
    top: 5%;
    right: 5%;
    z-index: 10002;
    background: #fff;
    border: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: none;
}

.mobile_search_close:hover {
    color: #fff;
    background: #650CDE;
}


/*------ Mobile Filter List Pop up ------*/

.mobile_search_filter_bg {
    z-index: 10;
    margin: 0px auto;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    top: 0px;
    background: rgba(0, 0, 0, 0.65);
    display: none;
}

.mobile_search_filter_wrap {
    background: rgba(255, 255, 255, 1);
    width: 90%;
    position: absolute;
    top: 2%;
    left: 5%;
    z-index: 10002;
    display: none;
}

.mobile_archive_close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10002;
    background: #fff;
    border: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.mobile_archive_close:hover {
    color: #fff;
    background: #650CDE;
}

.mobile_archive_filter_wrap {
    width: 100%;
    overflow: auto;
    margin-bottom: 0;
    z-index: 1000;
    margin-top: 0px;
}

.mobile_archive_filter_wrap h3 {
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    padding: 5px 0;
    font-weight: 500;
    background: #fff;
    /* padding: 15px 20px;*/
    color: #fff;
}

.mobile_archive_list {
    padding: 0;
    margin: 0
}

.mobile_archive_list li {
    list-style-type: none;
    margin: 0 0 0 0;
    border-bottom: 1px dashed #ddd;
}

.mobile_archive_list li:last-child {
    border: none;
}

.mobile_archive_list li a {
    background-color: #fff;
    display: block;
    padding: 15px 20px;
    color: inherit;
    position: relative;
}

.mobile_archive_list li a span {
    padding: 2px 5px;
    position: absolute;
    top: 13px;
    right: 20px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    border-radius: 10px;
}

.mobile_archive_list li a:hover,
.mobile_archive_list li a.active {
    text-decoration: none;
    background-color: #650CDE;
    color: #fff;
}

.mobile_archive_list li a:hover>span {
    color: #fff;
}

.small-title.mprofile {

    margin-bottom: -5px;
}

/*---------- News Search Filter List ----------*/


.search_item_wrap h3 {
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    padding: 15px 0;
    font-weight: 500;
}

.search_item_wrap .form-control {
    border-radius: 50px;
    height: 40px;
}

.mobile_filter_wrap {
    background: #fff;
    margin-bottom: 15px;
    margin: -20px -15px 15px;
}

.mobile_filter_wrap .mobile_filter {
    width: 26%;
    float: left;
}

.mobile_filter_wrap .mobile_filter button {
    background: #fff;
    border: none;
    display: block;
    padding: 10px 0px;
    font-size: 13px;
}

.mobile_filter_wrap .mobile_archive {
    width: 50%;
    float: right;
}

.mobile_filter_wrap .mobile_archive button {
    background: #fff;
    border: none;
    display: block;
    padding: 10px 0px;
    text-align: center;
    float: right;
    font-size: 13px;
}



.mobile_filter_wrap .mobile_job {
    width: 20%;
    float: right;
}

.mobile_filter_wrap .mobile_job.helpboard {
    width: 50%;
    float: left;
}

.mobile_filter_wrap .mobile_job button {
    background: #fff;
    border: none;
    display: block;
    padding: 10px 0px;
    text-align: center;
    float: right;
    font-size: 13px;
}

.mobile_filter_wrap .mobile_job.helpboard button {
    background: #fff;
    border: none;
    display: block;
    padding: 10px 0px;
    text-align: center;
    float: left;
    font-size: 13px;
}

/*---------- Forum Filter List ----------*/

.mobile_filter_wrap .mforum_filter {
    width: 25%;
    float: left;
}

.mobile_filter_wrap .mforum_filter button {
    background: #fff;
    border: none;
    display: block;
    padding: 10px 0px;
    font-size: 13px;
}

/*---------- Careers Filter List ----------*/

.mobile_filter_wrap .mcareers_filter {
    width: 30%;
    float: left;
}

.mobile_filter_wrap .mcareers_filter button {
    background: #fff;
    border: none;
    display: block;
    padding: 10px 0px;
    font-size: 13px;
}

/*---------- Forum Subscription List ----------*/


.mobile_filter_wrap .mobile_subscribed {
    float: right;
}

.mobile_subscribed .need_menu {
    margin-bottom: 0px;
    border-bottom: none !important;
    text-align: center;
}

.mobile_subscribed .nav-justified.need_menu li {
    background-color: #fff;
    display: inline-block;
    border-bottom: 4px solid #fff;
}

.mobile_subscribed .nav-justified.need_menu.help_board li {
    background-color: #fff;
    display: inline-block;
    border-bottom: 4px solid #fff;
}

.mobile_subscribed .need_menu.nav-justified>li>a {
    border-radius: 0px;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    font-size: 13px;
    font-weight: 500;
    color: inherit;
    padding: 8px 10px;
    display: block;
}

.mobile_subscribed.events .need_menu.nav-justified>li>a {
    border-radius: 0px;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    font-size: 13px;
    font-weight: 500;
    color: inherit;
    padding: 8px 5px;
    display: block;
}

.mobile_subscribed .need_menu.nav-tabs.nav-justified>.active {
    border-radius: 0px;
    border-bottom: 4px solid #650CDE;
}

.mobile_subscribed .need_menu.nav-tabs.nav-justified>li:hover {
    background-color: #fff;
    border-radius: 0px;
    border-bottom: 4px solid #650CDE;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}


/*---------- Forum Subscription List ----------*/


.mobile_filter_wrap .mobile_forum_subscribed {
    float: right;
}

.mobile_filter_wrap .mobile_forum_subscribed button {
    background: #fff;
    border: none;
    display: block;
    padding: 10px 0px;
    text-align: center;
    float: right;
    font-size: 13px;
}

.mobile_forum_subscribed .need_menu {
    margin-bottom: 0px;
    border-bottom: none !important;
    text-align: center;
}

.mobile_forum_subscribed .nav-justified.need_menu li {
    background-color: #fff;
    display: inline-block;
    border-bottom: 4px solid #fff;
}

.mobile_forum_subscribed .nav-justified.need_menu.help_board li {
    background-color: #fff;
    display: inline-block;
    border-bottom: 4px solid #fff;
}

.mobile_forum_subscribed .need_menu.nav-justified>li>a {
    border-radius: 0px;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    font-size: 13px;
    font-weight: 500;
    color: inherit;
    padding: 8px 10px;
    display: block;
}

.mobile_forum_subscribed.events .need_menu.nav-justified>li>a {
    border-radius: 0px;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    font-size: 13px;
    font-weight: 500;
    color: inherit;
    padding: 8px 5px;
    display: block;
}

.mobile_forum_subscribed .need_menu.nav-tabs.nav-justified>.active {
    border-radius: 0px;
    border-bottom: 4px solid #650CDE;
}

.mobile_forum_subscribed .need_menu.nav-tabs.nav-justified>li:hover {
    background-color: #fff;
    border-radius: 0px;
    border-bottom: 4px solid #650CDE;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}

/*------ Mobile filter Pop up ------*/

.mobile_mfilter_bg {
    z-index: 10;
    margin: 0px auto;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    top: 0px;
    /* background: rgba(46, 60, 84, 0.6);*/
    background: rgba(0, 0, 0, 0.65);
    display: none;
}

.mobile_mfilter_wrap {
    background: rgba(255, 255, 255, 1);
    width: 90%;
    position: fixed;
    top: 40%;
    left: 5%;
    z-index: 10002;
    border-radius: 0px;
    display: none;
}

.mobile_mfilter_wrap .form-control {
    border-radius: 50px;
    height: 40px;
    margin: 0;
}

.mobile_mfilter_close {
    position: fixed;
    top: 5%;
    right: 5%;
    z-index: 10002;
    background: #fff;
    border: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: none;
}

.mobile_mfilter_close:hover {
    color: #fff;
    background: #650CDE;
}



/*----------------------------------------------------
            New Healp Board Design
------------------------------------------------------*/

/*  -------------- Custom Checkbox Design  ---------------*/

.check_item_wrap h3 {
    font-size: 16px;
    font-weight: 500;
}


/*---------- job filter ----------*/

.new_job_filter_wrap {
    width: 100%;
    overflow: auto;
    margin-bottom: 25px;
    z-index: 1000;
    margin-top: 0px;
}

.new_job_filter_head {
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    padding: 15px 0;
    font-weight: 500;
}

.new_job_list {
    padding: 0;
    margin: 0
}

.new_job_list li {
    list-style-type: none;
    margin: 0 0 15px 0;
}

.new_job_list li a {
    background-color: #fff;
    display: block;
    padding: 15px 20px;
    color: inherit;
    position: relative;
    border-radius: 50px;
    box-shadow: rgba(34, 34, 34, 0.15) 0 1px 1px;
}

.new_job_list li a span {
    padding: 2px 5px;
    position: absolute;
    top: 13px;
    right: 20px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    border-radius: 10px;
}

.new_job_list li a:hover,
.new_job_list li a.active {
    text-decoration: none;
    background-color: #6b7a85;
    color: #fff;
    box-shadow: rgba(34, 34, 34, 0.25) 0 5px 5px;
}

.new_job_list li a:hover>span {
    color: #fff;
}


/*------ Mobile Archive List Pop up ------*/

.need_filtericon {
    float: left;
    margin-right: 30px;
}

.mobile_archive_bg {
    z-index: 10;
    margin: 0px auto;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    top: 0px;
    background: rgba(0, 0, 0, 0.65);
    display: none;
}

.mobile_archive_wrap {
    background: rgba(255, 255, 255, 1);
    width: 90%;
    position: absolute;
    top: 1%;
    left: 5%;
    z-index: 10002;
    display: none;
}

.mobile_archive_close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10002;
    background: #fff;
    border: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.mobile_archive_close:hover {
    color: #fff;
    background: #650CDE;
}

.mobile_archive_filter_wrap {
    width: 100%;
    overflow: auto;
    margin-bottom: 0;
    z-index: 1000;
    margin-top: 0px;
}

.mobile_archive_filter_wrap h3 {
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    padding: 5px 0;
    font-weight: 500;
    background: #6b7a85;
    padding: 15px 20px;
    color: #fff;
}

.mobile_archive_list {
    padding: 0;
    margin: 0
}

.mobile_archive_list li {
    list-style-type: none;
    margin: 0 0 0 0;
    border-bottom: 1px dashed #ddd;
}

.mobile_archive_list li:last-child {
    border: none;
}

.mobile_archive_list li a {
    background-color: #fff;
    display: block;
    padding: 15px 20px;
    color: inherit;
    position: relative;
}

.mobile_archive_list li a span {
    padding: 2px 5px;
    position: absolute;
    top: 13px;
    right: 20px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    border-radius: 10px;
}

.mobile_archive_list li a:hover,
.mobile_archive_list li a.active {
    text-decoration: none;
    background-color: #6b7a85;
    color: #fff;
}

.mobile_archive_list li a:hover>span {
    color: #fff;
}


/*------ Mobile Job List Pop up ------*/

.mobile_job_bg {
    z-index: 10;
    margin: 0px auto;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    top: 0px;
    background: rgba(0, 0, 0, 0.65) !important;
    display: none;
}


.mobile_job_wrap {
    background: rgba(255, 255, 255, 1);
    width: 90%;
    position: absolute;
    top: 1%;
    left: 5%;
    z-index: 10002;
    display: none;
}

.mobile_job_close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10002;
    background: #fff;
    border: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.mobile_job_close:hover {
    color: #fff;
    background: #650CDE;
}

.mobile_job_wrap .mobile_job_filter_wrap {
    width: 100%;
    overflow: auto;
    margin-bottom: 0;
    z-index: 1000;
    margin-top: 0px;
    padding: 0;
}

.mobile_job_wrap .check_item_wrap {
    padding: 10px;
}

.mobile_job_wrap .mobile_job_filter_wrap h3 {
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    padding: 5px 0;
    font-weight: 500;
    background: #6b7a85;
    padding: 15px 20px;
    color: #fff;
}

.mobile_job_list {
    padding: 0;
    margin: 0
}

.mobile_job_list li {
    list-style-type: none;
    margin: 0 0 0 0;
    border-bottom: 1px dashed #ddd;
}

.mobile_job_list li:last-child {
    border: none;
}

.mobile_job_list li a {
    background-color: #fff;
    display: block;
    padding: 15px 20px;
    color: inherit;
    position: relative;
}

.mobile_job_list li a span {
    padding: 2px 5px;
    position: absolute;
    top: 13px;
    right: 20px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    border-radius: 10px;
}

.mobile_job_list li a:hover,
.mobile_job_list li a.active {
    text-decoration: none;
    background-color: #6b7a85;
    color: #fff;
}

.mobile_job_list li a:hover>span {
    color: #fff;
}

/*Bazaar*/
.bazaar_filtericon {
    float: left;
    margin-right: 20px;
}



/*------ Mobile Job List Pop up ------*/

.mobile_bazaarsort_bg {
    z-index: 10;
    margin: 0px auto;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    top: 0px;
    background: rgba(0, 0, 0, 0.65) !important;
    display: none;
}


.mobile_sortfilter_wrap {
    background: rgba(255, 255, 255, 1);
    width: 90%;
    position: absolute;
    top: 1%;
    left: 5%;
    z-index: 10002;
    display: none;
}

.mobile_sortfilter_close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10002;
    background: #fff;
    border: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.mobile_sortfilter_close:hover {
    color: #fff;
    background: #650CDE;
}

.mobile_sortfilter_wrap .mobile_job_filter_wrap {
    width: 100%;
    overflow: auto;
    margin-bottom: 0;
    z-index: 1000;
    margin-top: 0px;
    padding: 0;
}

.mobile_sortfilter_wrap .check_item_wrap {
    padding: 10px;
}

.mobile_sortfilter_wrap .mobile_job_filter_wrap h3 {
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    padding: 5px 0;
    font-weight: 500;
    background: #6b7a85;
    padding: 15px 20px;
    color: #fff;
}


.mobile_archive_list .logo_icon img {
    display: block;
    width: 23px;
    height: 23px;
    float: left;
    margin-top: -3px;
    margin-right: 8px;
}


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

.push_notification_warp h3.title {
    font-size: 18px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 28px;
    bottom: 10px;
}

@media (max-width:767px) {
    .switch {
        position: relative;
        display: inline-block;
        width: 55px;
        height: 28px;
        bottom: 5px;
    }
}


.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/*------------------------
    Helpboard Viewed List
-------------------------*/

.need_actions .view_btn .meta-item {
    margin: 10px 0 0 0px;
    opacity: 1 ;
    color: #66757f ;
    border: none;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
}

.stats .meta-item{
    margin: 0;
    opacity: 1 ;
    color: #66757f ;
    border: none;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
}


/*------------------------
    Job Viewed List
-------------------------*/

.job_posted_by .meta-item {
    margin: 0px 0 0 0px;
    opacity: 1 !important;
    color: #66757f !important;
    border: none;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
}


/*------------------------
    Album Viewed List
-------------------------*/

.album_warp .meta-item {
    border: none;
     color: #fff;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 15px;
    position: absolute;
    bottom: 10px;
    right: 55px;
    opacity: 0.8;
    text-align: right;
    line-height: 23px;
}

.albumdetails_warp .meta-item {
    border: none;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.albumdetails_warp .meta-item .fa-eye {
    color: #3BAFDA;
}




/*------------------------
    Event Viewed List
-------------------------*/

.stats_wrap .meta-item {
    margin: 2px 0 0 0px;
    opacity: 1 !important;
    color: #66757f !important;
    border: none;
    background: transparent;
}

.text_center{
    text-align: center;
}

.viewed_more_items.btn.btn-sm {
    margin: 10px;
    height:auto;
    }


/*------------------------------
        News Page
--------------------------------*/

.news_warp{
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.news_warp .news_date{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.news_warp .news_content h2{
    font-size: 18px;
    margin-bottom: 12px;
    margin-top: 0;
    line-height: 25px;
    font-weight: bold;
    color: #202539;
}

.news_warp .news_content h2 a{
    color: #202539;
}

.news_warp .news_content h4 {
    font-size: 14px;
    color: #f36e2d;
    text-transform: capitalize;
}

.news_warp .news_content h4 i {
    color: #202539;
}

.news_warp .news_content p {
    margin-bottom: 10px;
}

.news_warp .news_content .panel-body img {
    margin-bottom: 15px;
    width: 100%;
}

.news_warp .news_content .timeline-content blockquote {
    border-color: #eeeeee;
}

.news_details_close {
    position: absolute;
    top: 0px;
    z-index: 1047;
    margin-bottom: 200px;
    right: -35px;
}

.news_details_close button {
    background: transparent;
    border: none;
    font-size: 18px;
}

.news_details_close button i {
    font-size: 1.1em;
    color: #fff;
    opacity: 0.8;
}

.cnews_details_close {
    position: absolute;
    top: 0px;
    z-index: 1047;
    margin-bottom: 200px;
    right: -35px;
}

.cnews_details_close button {
    background: transparent;
    border: none;
    font-size: 18px;
}

.cnews_details_close button i {
    font-size: 1.1em;
    color: #fff;
    opacity: 0.8;
}



/*------ Award List List --------*/

.awards_item_wrap {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    margin: 10px 0 10px 0;
}

.awards_item_wrap:hover {
    box-shadow: 0px 3px 5px 0px rgba(4, 4, 4, 0.2);
    text-decoration: none;
}

.awards_item_wrap .event_image_box {
    position: relative;
    min-height: 150px;
}

.event_list_image {
    height: 150px;
    border-radius: 5px;
}

.awards_item_wrap a {
    color: inherit;
    text-decoration: none;
}

.awards_item_wrap a:hover {
    color: inherit;
}

.awards_item_wrap .event_image_box img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.event_list_details {
    padding: 10px;
    min-height: 200px;
}

.awards_item_wrap .event_date_details {
    position: absolute;
    top: 25px;
    left: 30px;
    z-index: 2;
    width: 100px;
    height: 100px;
    color: #fff;
    text-align: center;
}

.awards_item_wrap .event_date_details h1 {
    margin: 0;
    font-size: 1.4em;
    color: #fff;
    background: rgba(141, 199, 64, 0.95);
    display: block;
    overflow: hidden;
    font-weight: bold;
    padding: 7px 0 5px 0;
    border-radius: 3px 3px 0 0;
    line-height: 20px;
}

.awards_item_wrap .event_date_details h4 {
    margin: 0;
    font-size: 1.1em;
    color: #fff;
    background: rgba(141, 199, 64, 0.95);
    padding: 0 0 5px 0;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 15px;
}

.awards_item_wrap .event_date_details h6 {
    margin: 0;
    font-size: 1em;
    background: rgba(255, 255, 255, 0.8);
    color: #484848;
    line-height: 18px;
    padding: 10px 0 6px 0;
     border-radius: 0 0 3px 3px;
}

.awards_item_wrap .event_date_details p {
    margin: 0;
    font-size: 0.9em;
    background: rgba(255, 255, 255, 0.8);
    color: #484848;
    padding: 0px 0 5px 0;
    border-radius: 0 0 3px 3px;
    line-height: 18px;
}

.awards_item_wrap .event_list_details h2 {
    font-size: 18px;
    font-weight: 600;
    color: #484848;
    margin: 10px 0;
    line-height: 28px;
}

.awards_item_wrap .expired {
    position: absolute;
    top: 20px;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px 15px;
    border-radius: 3px 0 0 3px;
}

.awards_item_wrap .expired p {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    color: #fff;
}


@media (max-width: 768px) {
    .no_event {
        padding: 10px;
        border: 2px dashed #ddd;
        margin: 40px auto;
        width: 80%;
        text-align: center;
    }
}

.awards_list_wrap {
    margin: 30px auto;
}

.awards_list_wrap .title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.awards_list_item {
     background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);`
    border-radius: 5px;
    margin: 10px 0 20px 0;
    padding: 15px;
    min-height: 200px;
}

.awards_list_item h2 {
    font-size: 18px;
    font-weight: 500;
    min-height: 75px;
    line-height: 27px;
}

.awards_list_item h3 {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}

.awards_list_item p {
    text-align: center;
    margin: 0;
}

.awards_nominate_wrap {
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    margin: 50px 0 50px 0;
    min-height: 500px;
}

.awards_nominate_wrap .header {
    padding: 20px;
    border-bottom: 2px solid #ddd;
    position: relative;
}

.awards_nominate_wrap .header h2 {
    font-size: 24px;
    margin: 0 0 15px 0;
    font-weight:500;
}

.awards_nominate_wrap .header h4 {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
}

.awards_nominate_wrap .header h3 {
    font-size: 18px;
    margin: 20px 0 0 0;
    font-weight: 500;
}
 
.awards_nominate_wrap .body_wrap {
    padding: 20px;
}

.awards_nominate_wrap .body_wrap .title {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.awards_nominate_wrap .body_wrap .content {
    margin: 0px 0 0px 10px;
    font-size: 16px;
}

.awards_nominate_wrap .body_wrap .content ol,
.awards_nominate_wrap .body_wrap .content ul {
    margin: 0 0 0 10px;
}

.content_block .info h4 {
    font-size: 18px;
    font-weight: 600;
}

.awards_nominate_form {
    margin: 50px 0;
}

.awards_nominate_form .how_to {
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    padding: 15px;
    margin: 0 0 30px 0;
}

.awards_nominate_form .how_to h5 {
    font-size: 16px;
    line-height: 28px;
}

.awards_nominate_form .how_to h5 strong {
    font-weight: 600;
}

.awards_nominate_form h1 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.awards_nominate_form h2 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border-top: 1px dashed #ddd;
    padding: 15px 0 0 0;
    width: 90%;
    margin: 10px auto;
}

.awards_nominate_form p {
    text-align: center;
}

.awards_nominate_form ol {
    margin: 10px 10px 10px 25px;
}

.awards_nominate_form ol strong {
    font-weight: 600;
}

.application_form {
    padding: 15px;
}

.application_form .success {
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    color: green;
}

.application_form .form_warp h3 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.awards_nominate_form .form_warp {
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    padding: 15px;
    margin: 0 0 0 0;
}

.awards_nominate_form .form_warp h3 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

/*---------------------------------------------
            Link Preview Section    
---------------------------------------------*/

.preview_content {
    padding: 5px;
}

#preview_link_title {
    padding: 5px 5px 0 5px;
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    color: #66757f;
}

#preview_link_description {
    padding: 5px;
    font-size: 14px;
    line-height: 23px;
    color: #343434;
    font-family: Poppins, sans-serif;
    text-rendering: optimizeLegibility;
}


#comment_preview_content {
    margin-top: 10px;
    padding: 5px;
}

.comment_preview_link_title {
    padding: 0 0 0 5px;
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 20px;
    font-weight: 500;
    color: #66757f;
}

.comment_preview_link_description {
    padding: 0 0 0 5px;
    font-size: 14px;
    line-height: 19px;
    color: #343434;
    font-family: Poppins, sans-serif;
    text-rendering: optimizeLegibility;
}

.comment_preview_link_img {
    width: 130px;
    height: 120px;
}

.comment_preview_link_title_list {
    padding: 0 0 0 20px;
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 20px;
    font-weight: 500;
    color: #66757f;
}

.comment_preview_link_description_list {
    padding: 0 0 0 20px;
    font-size: 14px;
    line-height: 19px;
    color: #343434;
    font-family: Poppins, sans-serif;
    text-rendering: optimizeLegibility;
    text-align: justify;
}


.awards_how_to_wrap .how_to {
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    padding: 15px;
    margin: 0 0 30px 0;
}

.awards_how_to_wrap .how_to h2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
}

.awards_how_to_wrap .how_to h5 strong {
    font-weight: 600;
}


.awards_how_to_wrap p {
    text-align: center;
}

.awards_how_to_wrap ol {
    margin: 10px 10px 10px 25px;
}

.awards_nominate_form ol strong {
    font-weight: 600;
}

.certificate_list_head {
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    padding: 15px;
    font-weight: 500;
    padding-left: 30px;
}

.my_jobs_list .certification_details_body {
    background: #fff;
    padding: 10px;
    min-height: 0px !important;
}
.mt-10 {
    margin-top : 10px!important;
}

.mr-10 {
    margin-right : 10px!important;
}
.float_right {
    float: right!important;
}

.attachment-body {
    position: relative;
    padding: 15px 0px 15px 0px;
}

.attachment-header {
    padding: 15px 0px 15px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.attachment-title {
    line-height: 1.5;
    font-size: 1.125rem;
    font-weight: 600;
}
.document_input_span {
    position: relative;
    width: 510px!important;
}

.documentation_view_btns {
    width: 40px;
    height: 36px;
    padding-top: 7px;
}
.certification_form_card_edit {
    padding-right: 15px !important;
}
.certification_form_card {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.certification_remark {
    white-space: nowrap;
    width: 358px;
    overflow: hidden;
    text-overflow: ellipsis;
}
