@charset "UTF-8";
.highlightedP{
    border: 2px solid cadetblue;
}
.highlightedWord{
    background-color: cadetblue;
    color: white;
}
.btn-success {
    background-color: #5AA832;
    border-color: #5AA832;
    border-radius: 0px;
    box-shadow: none;
}

.btn-success:active:focus {
    background-color: #5AA832;
    border-color: #5AA832;
    outline: none;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:visited {
    background-color: #5AA832;
    border-color: #5AA832;
    outline: none;
}

.btn-success.bg_color-light {
    background-color: #e0e0e0;
    border-color: #e0e0e0;
    color: #333;
}

.btn-success.btn-success--outline {
    background-color: transparent;
    color: #5AA832;
}

.btn-success.btn-success--outline:active:focus {
    background-color: transparent;
    color: #5AA832;
}

.btn-success.btn-success--outline:hover,
.btn-success.btn-success--outline:focus,
.btn-success.btn-success--outline:active,
.btn-success.btn-success--outline:visited {
    background-color: transparent;
    color: #5AA832;
}

a {
    transition: ease-in-out 0.3s;
}

.fa-spinner {
    font-size: 35px;
    color: #907f60;
    margin: 20px;
}

.button-group button:last-child {
    margin-right: 0;
}

.content-head {
    color: #907f60;
    font-weight: 700;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.agline-center {
    align-items: center;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.heading {
    color: #867452;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0px;
}

.mainContent {
    padding: 30px 0px;
}

@media (min-width: 1366px) {
    .container {
        width: 1226px;
    }
}

.common__form .form-control {
    border-radius: 3px;
    box-shadow: none;
    height: 35px;
}

.common__form .form-control:focus {
    border-color: #5AA832;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}

.upload-btn-wrapper .btn {
    border: 1px solid #D9D9D9;
    color: #959595;
    background-color: #F2F2F2;
    padding: 2px 20px;
    border-radius: 3px;
    font-size: 14px;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.header .navbar-default {
    background-color: #867452;
    border: none;
    margin-bottom: 0px;
    border-radius: 0;
}

.header .navbar-default .navbar-nav > .open > a {
    background-color: transparent;
}

.header .navbar-default .navbar-toggle {
    border: none;
    border-radius: 0px;
    background-color: transparent;
    padding: 20px 10px;
}

.header .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.header .navbar-default .navbar-toggle:focus,
.header .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.header .navbar-default .navbar-header .navbar-brand {
    height: auto;
    padding: 22px 15px;
}

.header .navbar-default .navbar-collapse .navbar-form {
    float: left;
    padding: 10px 0px;
    margin-left: 30px;
}

.header .navbar-default .navbar-collapse .navbar-form .form-group {
    position: relative;
}

.header .navbar-default .navbar-collapse .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    background-color: #bbaea1;
    border: none;
    width: 300px;
    outline: none !important;
    box-shadow: none !important;
    color: #fff;
    height: 35px;
    padding-right: 40px;
}

.header .navbar-default .navbar-collapse .navbar-form ::-webkit-input-placeholder {
    color: #dddcdc;
}

.header .navbar-default .navbar-collapse .navbar-form :-moz-placeholder {
    color: #dddcdc;
}

.header .navbar-default .navbar-collapse .navbar-form ::-moz-placeholder {
    color: #dddcdc;
}

.header .navbar-default .navbar-collapse .navbar-form :-ms-input-placeholder {
    color: #dddcdc;
}

.header .navbar-default .navbar-collapse .navbar-form .btn_search {
    background-color: transparent;
    border: none;
    position: absolute;
    right: 0px;
    top: 0;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    outline: none;
}

.header .navbar-default .navbar-collapse .navbar-form .btn_search img {
    width: 20px;
}

.header .navbar-default .navbar-collapse .navbar-right > li {
    text-align: center;
}

.header .navbar-default .navbar-collapse .navbar-right > li > a {
    color: #D0C9BC;
}

.header .navbar-default .navbar-collapse .navbar-right > li > a .nav-name {
    display: block;
}

.header .navbar-default .navbar-collapse .navbar-right > li > a img {
    margin: 0 auto;
}

.header .navbar-default .navbar-collapse .navbar-right > li.dropdown .dropdown-menu {
    padding: 0px;
    top: -200px;
    transition: top ease-in-out 0.3s;
    border: none;
}

.header .navbar-default .navbar-collapse .navbar-right > li.dropdown .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.header .navbar-default .navbar-collapse .navbar-right > li.dropdown .dropdown-menu li a {
    padding: 10px 15px;
}

.header .navbar-default .navbar-collapse .navbar-right > li.dropdown .dropdown-menu li a:hover {
    background-color: #867452;
    color: #fff;
}

.header .navbar-default .navbar-collapse .navbar-right > li.dropdown.open .dropdown-menu {
    top: 70px;
    display: block;
}

@media (max-width: 767px) {
    .header .navbar-default .navbar-collapse {
        border: none;
    }

    .header .navbar-default .navbar-collapse .navbar-form {
        float: none;
        margin: 0px;
        border: none;
    }

    .header .navbar-default .navbar-collapse .navbar-form .form-control {
        width: 100%;
    }

    .header .navbar-default .navbar-collapse .navbar-right {
        margin: 0px;
    }

    .header .navbar-default .navbar-collapse .navbar-right > li {
        text-align: left;
    }

    .header .navbar-default .navbar-collapse .navbar-right > li > a {
        padding: 10px 0px;
    }

    .header .navbar-default .navbar-collapse .navbar-right > li > a img,
    .header .navbar-default .navbar-collapse .navbar-right > li > a .nav-name {
        display: inline-block;
    }

    .header .navbar-default .navbar-collapse .navbar-right > li.dropdown .dropdown-menu li:not(:last-child) {
        border-bottom: none;
    }

    .header .navbar-default .navbar-collapse .navbar-right > li.dropdown .dropdown-menu li a {
        color: #D0C9BC;
    }
}

.header .language_selection {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
}

.header .language_selection li {
    list-style: none;
}

.header .language_selection li a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.header .language_selection li a img {
    margin-right: 5px;
}

.header .language_selection .dropdown-toggle {
    color: #fff;
}

.header .language_selection .dropdown-menu {
    min-width: 14px;
    font-size: 13px;
    padding: 0px;
}

.header .language_selection .dropdown-menu li a:hover {
    background-color: #867452;
    color: #FFF;
}

@media (max-width: 767px) {
    .header .language_selection {
        right: 80px;
        top: 37px;
        transform: translateY(-50%);
    }
}

.footer {
    background-color: #E6E3DC;
}

.footer__sortlink ul {
    text-align: center;
    margin: 0px;
}

.footer__sortlink ul li {
    list-style: none;
    display: inline-block;
}

.footer__sortlink ul li.copyright {
    color: #867452;
}

.footer__sortlink ul li a {
    font-size: 12px;
    color: #867452;
    padding: 15px 10px;
    display: block;
}

.footer__sortlink ul li a:hover {
    color: #473d2b;
}

@media (max-width: 575px) {
    .footer {
        padding: 20px 0 15px;
    }

    .footer__sortlink ul li {
        display: block;
    }

    .footer__sortlink ul li.copyright {
        margin-bottom: 10px;
    }

    .footer__sortlink ul li a {
        padding: 5px 15px;
    }
}

/*
Flaticon icon font: Flaticon
Creation date: 07/10/2019 16:17
*/

@font-face {
    font-family: "Flaticon";
    src: url(/fonts/Flaticon.eot?d41d8cd98f00b204e9800998ecf8427e);
    src: url(/fonts/Flaticon.eot?d41d8cd98f00b204e9800998ecf8427e) format("embedded-opentype"), url(/fonts/Flaticon.woff2?d41d8cd98f00b204e9800998ecf8427e) format("woff2"), url(/fonts/Flaticon.woff?d41d8cd98f00b204e9800998ecf8427e) format("woff"), url(/fonts/Flaticon.ttf?d41d8cd98f00b204e9800998ecf8427e) format("truetype");
    font-weight: normal;
    font-style: normal;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("fonts/Flaticon.svg#Flaticon") format("svg");
  }
}*/

.fi:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.flaticon-briefcase:before {
    content: "\F100";
}

.flaticon-add:before {
    content: "\F101";
}

.flaticon-like:before {
    content: "\F102";
}

.flaticon-comment:before {
    content: "\F103";
}

body {
    font-family: "Roboto", sans-serif;
    background-color: #f2f1ed;
}

.profile_banner {
    position: relative;
    background-image: url(/images/profile_cover.png?9f5c2f1ea0e0c1be20b1ada852accde0);
    height: 245px;
    width: 100%;
    margin-top: 20px;
    background-size: cover;
}

.btn_edit_banner {
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 15px;
    position: relative;
}

.btn_edit_banner input {
    position: absolute;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.btn_edit_banner img {
    position: absolute;
}

.btn_edit_banner span {
    position: absolute;
    left: 45px;
}

.dp_below {
    background-color: #fff;
}

.dp_lrg {
    position: absolute;
    top: -135px;
}

.dp_lrg img {
    max-width: 100%;
}

.edit_dp {
    background-image: url(/images/dp_edit_mask.png?d41d8cd98f00b204e9800998ecf8427e);
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 6px;
    height: 65px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 2px;
}

.profile_dash_thread .dropdown .dropdown-menu li {
    width: 100%;
    margin-top: 2px;
    border-right: none;
    border-bottom: solid 1px #efefef;
}

.edit_dp button {
    background-color: transparent;
    border: none;
    color: #fff;
    width: 100%;
}

.edit_dp button img {
    display: table;
    margin: 3px auto;
}

.edit_dp button span {
    display: block;
    font-size: 12px;
    margin-top: 6px;
}

.user_details {
    margin-top: 16px;
}

.user_details h2 {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 24px;
}

.user_details h3 {
    margin-bottom: 0px;
    margin-top: 7px;
    font-size: 20px;
}

.user_details p {
    display: inline-block;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.user_details span {
    color: #4168b4;
    font-weight: 500;
    position: relative;
}

.user_details span::before {
    content: "";
    height: 7px;
    width: 7px;
    display: block;
    position: absolute;
    background-color: #666;
    border-radius: 100%;
    top: 5px;
    left: -13px;
}

.remove_left {
    padding-left: 0px;
}

.remove_right {
    padding-right: 0px;
}

.user_details li {
    display: inline-block;
    vertical-align: top;
}

.user_details li h4 {
    margin-top: 2px;
    font-size: 15px;
    margin-bottom: 0px;
}

.user_details li h5 {
    margin-top: 4px;
    font-weight: normal;
    font-size: 13px;
}

.user_details li img {
    margin-right: 7px;
}

.btn_edit_profile {
    background-color: transparent;
    border: solid 1px #999;
    padding: 5px 20px;
    color: #666;
    font-size: 15px;
    margin-top: 20px;
}

.btn_edit_profile:hover {
    background-color: #efefef;
    transition: all 0.7s;
}

.tooltip > .tooltip-inner {
    background-color: #fff;
    color: #333;
    border: solid 1px #ccc;
}

.exprt_cntrl button {
    border: none;
    background-color: transparent;
    padding-left: 2px;
    padding-right: 2px;
}

.exprt_cntrl button img {
    height: 30px;
    width: auto;
}

.exprt_cntrl {
    margin-top: 60px;
    text-align: right;
    margin-bottom: 30px;
}

.profile_dash_thread {
    background-color: #e5e5e5;
    padding: 25px;
    margin-top: 20px;
}

.profile_dash_thread h2 {
    font-size: 18px;
    display: inline-block;
    color: #867452;
    font-weight: 600;
    margin-top: 0px;
}

.profile_dash_thread .dropdown {
    display: inline-block;
}

.profile_dash_thread label {
    font-size: 13px;
    font-weight: normal;
    margin-left: 40px;
    margin-right: 10px;
}

.profile_dash_thread .btn {
    background-color: #f7f7f7;
    border: solid 1px #ccc;
    padding: 8px 75px;
    color: #555;
    position: relative;
}

.profile_dash_thread .btn .caret {
    position: absolute;
    right: 12px;
    top: 17px;
}

.profile_dash_thread li {
    list-style: none;
    display: inline-block;
    width: 24%;
    text-align: center;
    border-right: solid 1px #999;
    margin-top: 50px;
}

.profile_dash_thread li h3 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 0;
}

.experience_thread {
    background-color: #fff;
}

.experience_thread {
    padding: 0px;
    margin-top: 20px;
}

.experience_thread_inner {
    position: relative;
    padding: 15px;
}

.experience_thread_inner h2 {
    font-size: 20px;
    color: #867452;
    margin-top: 0px;
    margin-bottom: 25px;
}

.experience_thread_inner h3 {
    margin-top: 0px;
    font-size: 18px;
    color: #555;
}

.experience_thread_inner h4 {
    margin-top: 0px;
    font-size: 14px;
}

.experience_thread_inner h6 {
    margin-top: 0px;
    font-size: 14px;
    color: #867452;
}

.experience_thread_inner span {
    margin-right: 65px;
    color: #999;
    font-weight: 500;
}

.experience_thread_inner label {
    position: relative;
    color: #555;
}

.experience_thread_inner p {
    color: #555;
    line-height: 22px;
    margin-top: 0px;
}

.experience_thread_inner label::after {
    content: "";
    height: 7px;
    width: 7px;
    background-color: #333;
    border-radius: 100%;
    position: absolute;
    display: block;
    top: 6px;
    left: -38px;
}

.lst {
    border-bottom: solid 1px #efefef;
    margin-bottom: 15px;
}

.brdr_btm {
    border-top: solid 1px #efefef;
    padding-bottom: 20px;
}

.remove_brder {
    border: none !important;
}

.experience_thread_inner ul {
    padding-left: 15px;
}

.experience_thread_inner ul li {
    margin-bottom: 10px;
}

.skl_lngage li {
    list-style: none;
}

.skl_lngage li strong {
    color: #666;
}

.skl_lngage {
    padding-left: 0px !important;
}

.indus_knwldg {
    padding-left: 0px !important;
}

.indus_knwldg li {
    list-style: none;
    width: 49%;
    display: inline-block;
    float: left;
}

.btn_show_more {
    border: none;
    background-color: transparent;
    padding: 10px 20px;
    color: #80272e;
    margin: 0 auto;
    display: table;
    font-size: 16px;
}

.chpter_inside label {
    font-size: 17px;
    color: #444;
    font-weight: normal;
    margin-top: 17px;
    display: block;
}

.chpter_inside label::after {
    display: none;
}

.chpter_inside h2 {
    margin-bottom: 0px;
}

.chpter_inside span {
    margin-right: 0px;
    color: #555;
    font-weight: normal;
}

.chpter_inside img {
    margin-left: 10px;
    margin-right: 10px;
}

.chpter_inside p {
    display: inline-block;
    font-size: 12px;
    color: #999;
}

.chpter_inside button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #999;
    font-size: 12px;
    border: none;
    border-bottom: solid 1px #ccc;
    text-decoration: none;
    background-color: transparent;
}

.shrd_connection h2 {
    font-size: 16px !important;
    margin-bottom: 5px;
    color: #666 !important;
}

.shrd_connection h3 {
    font-size: 14px !important;
    margin-bottom: 2px;
    font-weight: normal;
}

.shrd_connection span {
    font-size: 11px !important;
    font-weight: normal;
}

.shrd_connection {
    border-bottom: solid 1px #efefef;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

.model_btn {
    text-align: center;
}

.btn_upload {
    border: solid #5aa832 2px;
    background-color: transparent;
    padding: 8px 15px;
    color: #5aa832;
    font-weight: 600;
    text-transform: uppercase;
    width: 180px;
    margin-right: 15px;
}

.btn_upload:hover {
    background-color: #5aa832;
    transition: all 0.7s;
    color: #fff;
}

.btn_save_changes {
    border: solid #5aa832 2px;
    background-color: #5aa832;
    padding: 8px 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    width: 180px;
    margin-left: 15px;
}

#update-pic .modal-content {
    border-radius: 0px;
}

#update-pic .modal-header {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #efefef;
}

.btn_plus {
    position: absolute;
    border: none;
    background-color: transparent;
    right: 10px;
}

.btn_plus_sml {
    position: absolute;
    border: none;
    background-color: transparent;
    right: -10px;
    top: 15px;
}

.btm_link ul {
    padding-left: 0px;
    text-align: center;
    background-color: #e6e3dc;
    padding: 10px;
    margin-bottom: 0;
}

/* .prev_footer {
	text-align: center;
	margin-top: 20px;
	position: fixed;
	width: 100%;
	bottom: 0;
}
.btm_link ul li {
	list-style: none;
	display: inline-block;
}
.btm_link ul li a {
	font-size: 10px;
	text-decoration: none;
	color: #777;
	margin-left: 5px;
	margin-right: 5px;
} */

.cleate_page_inner {
    text-align: center;
    margin: 0 auto;
}

.cleate_page_inner .create-box {
    background-color: #fff;
    display: inline-block;
    padding: 20px 30px;
    border-radius: 6px;
    box-shadow: 0px 0px 6px 2px #ddd;
}

.cleate_page_inner .create-box span {
    display: block;
    font-weight: 500;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cleate_page_inner .create-box p {
    display: block;
}

.page_heading {
    font-size: 20px;
    text-align: left;
    color: #867452;
    padding-left: 5px;
    margin-bottom: 20px;
}

.account_setting_inner {
    background-color: #fff;
    padding: 18px;
}

.account_setting_inner h3 {
    font-size: 14px;
    color: #999;
    margin-top: 12px;
    margin-bottom: 15px;
}

.account_setting_inner label {
    font-weight: normal;
    font-size: 15px;
    margin-top: 8px;
}

.account_setting_inner input {
    width: 100%;
    height: 34px;
    border: solid 1px #ccc;
}

.alt_rw_setting {
    margin-bottom: 15px;
}

.alt_rw_setting button {
    background-color: #5aa832;
    color: #fff;
    border: none;
    padding: 10px 40px;
    text-transform: uppercase;
    font-weight: 500;
}

.account_setting_inner p {
    font-size: 15px;
    margin-bottom: 0;
}

.account_setting_inner span {
    font-size: 13px;
    color: #999;
    font-weight: normal;
}

.alt_rw_setting .dropdown-toggle {
    color: #867452;
}

.alt_rw_setting .dropdown {
    list-style: none;
}

.alt_rw_setting .dropdown-menu {
    min-width: 50px;
}

.account_setting_inner.left {
    min-height: 395px;
}

.modal-header h2 {
    position: relative;
    width: auto;
    display: inline-block;
    margin: 0;
    font-size: 20px;
    color: #867452;
}

.alt_rw_promote label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #666;
}

.alt_rw_promote input {
    width: 100%;
    border: solid 1px #ccc;
    height: 35px;
    padding: 10px;
}

.alt_rw_promote {
    margin-bottom: 18px;
}

.alt_rw_promote select {
    height: 32px;
    width: 100%;
}

.alt_rw_promote textarea {
    width: 100%;
    height: 100px;
}

.btn_sbmt {
    display: table;
    background-color: #5aa832;
    border: none;
    color: #fff;
    padding: 10px 41px;
    margin: 0 auto;
}

/*News Feed Page Start*/

.nws_fd_white_box {
    background-color: #fff;
    padding: 20px;
}

.feed_dp_bx img {
    display: table;
    margin: 0 auto;
}

.news_feed {
    margin-top: 20px;
    margin-bottom: 80px;
}

.feed_dp_bx h2 {
    text-align: center;
    font-size: 22px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.feed_dp_bx h3 {
    text-align: center;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 8px;
    font-weight: normal;
    color: #999;
    border-bottom: solid 1px #ddd;
    padding-bottom: 15px;
}

.feed_dp_bx table {
    width: 100%;
    margin-top: 10px;
}

.feed_dp_bx table tr td {
    width: 50%;
    padding: 5px 0px;
}

.feed_dp_bx table tr td:nth-child(even) {
    text-align: right;
}

.nws_fd_white_box.suggestion {
    margin-top: 20px;
}

.nws_fd_white_box.suggestion h2 {
    font-size: 20px;
    color: #867452;
    margin-top: 0px;
    margin-bottom: 25px;
}

.suggestion .shrd_connection h2 {
    margin-bottom: 5px;
}

.suggestion .shrd_connection h3 {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 11px !important;
    color: #999;
}

.suggestion .shrd_connection span {
    color: #999;
}

.suggestion .btn_plus_sml {
    right: -17px;
}

.feed_post textarea {
    width: 100%;
    border: none;
    height: 100px;
}

.feed_post_btn button {
    background-color: transparent;
    border: none;
    margin-top: 15px;
}

.upld_sbmt {
    float: right;
    background-color: #5aa832 !important;
    color: #fff;
    padding: 7px 110px;
    font-weight: 500;
    margin-top: 8px !important;
}

.nws_fd_white_box h4 {
    font-size: 15px;
    margin-top: 12px;
    margin-bottom: 0px;
}

.nws_fd_white_box h5 {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0px;
    font-weight: normal;
    color: #999;
}

.nws_fd_white_box p {
    font-size: 14px;
    margin-top: 10px;
    color: #666;
}

.feed_sep {
    height: 1px;
    width: 100%;
    background-color: #efefef;
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn_like {
    border: none;
    background: none;
    float: left;
    margin-top: 12px;
    margin-left: 10px;
}

.btn_like img {
    display: inline-block;
    vertical-align: middle;
}

.btn_like span {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 600;
    color: #666;
}

.btn_comment {
    border: none;
    background: none;
    float: right;
    margin-top: 12px;
    margin-right: 10px;
}

.btn_comment img {
    display: inline-block;
    vertical-align: middle;
}

.btn_comment span {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 600;
    color: #666;
}

.nws_fd_white_box.feed_posts {
    margin-top: 15px;
    padding: 10px 0px 15px 0px;
}

.like_cmnt_count li {
    display: inline-block;
    list-style: none;
}

.like_cmnt_count li img {
    margin-right: 7px;
}

.like_cmnt_count {
    padding: 10px;
}

.like_cmnt_count li:nth-child(2) {
    margin-left: 40px;
    position: relative;
}

.like_cmnt_count li:nth-child(2)::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    position: absolute;
    display: block;
    background-color: #666;
    left: -25px;
    top: 12px;
}

.feed_recent_opportunities_inner {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #efefef;
    position: relative;
}

.feed_recent_opportunities h2 {
    font-size: 18px;
    margin-top: 0px;
    font-weight: normal;
}

.feed_recent_opportunities_inner h4 {
    font-size: 15px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}

.feed_recent_opportunities_inner h5 {
    font-size: 12px;
    font-weight: normal;
    margin-top: 3px;
    margin-bottom: 6px;
    color: #333;
}

.feed_recent_opportunities_inner h6 {
    font-size: 12px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    color: #999;
}

.feed_recent_opportunities_inner p {
    font-size: 13px;
    color: #666;
    margin-top: 15px;
}

.feed_recent_opportunities_inner a {
    display: block;
    color: #999;
    margin-top: 5px;
}

.feed_recent_opportunities_inner span {
    margin-top: 10px;
}

.btn_close {
    position: absolute;
    border: none;
    background: none;
    right: 5px;
    top: 10px;
}

.btn_view_all_opportunities {
    background: no-repeat;
    border: solid 1px #9a2a41;
    padding: 10px 20px;
    color: #9a2a41;
    font-weight: 500;
    width: 94%;
    margin: 0 auto;
    display: table;
    border-radius: 4px;
}

/*News Feed Page End*/

@media screen and (min-width: 320px) and (max-width: 768px) {
    .nws_fd_white_box {
        background-color: #fff;
        padding: 10px;
    }

    .upld_sbmt {
        float: none;
        background-color: #5aa832 !important;
        color: #fff;
        padding: 7px 110px;
        font-weight: 500;
        margin-top: 8px !important;
        width: 100%;
    }

    .feed_recent_opportunities {
        margin-top: 30px;
    }

    .suggestion .btn_plus_sml {
        right: 5px;
    }

    .account_setting_inner h3 {
        font-size: 14px;
        color: #999;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .remove_space_mob {
        padding-left: 0px;
        padding-right: 0px;
    }

    .alt_rw_setting .col-lg-8 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .alt_rw_setting {
        margin-bottom: 0px;
    }

    .cleate_page_inner {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

    .cleate_page_inner li {
        width: 100%;
        background-color: #fff;
        display: inline-block;
        padding: 20px 30px;
        border-radius: 6px;
        margin-left: 0px;
        margin-right: 0;
        box-shadow: 0px 0px 6px 2px #ddd;
        margin-bottom: 20px;
    }

    .prev_footer {
        position: relative;
    }

    .form-group {
        position: relative;
    }

    .user_details {
        margin-top: 170px;
    }

    .edit_dp {
        background-image: url(/images/dp_edit_mask.png?d41d8cd98f00b204e9800998ecf8427e);
        position: absolute;
        width: 98%;
        bottom: 0px;
        padding: 6px;
        height: 73px;
        background-size: contain;
        background-repeat: no-repeat;
        left: 3px;
    }

    .exprt_cntrl {
        margin-top: 20px;
        text-align: left;
        margin-bottom: 30px;
    }

    .profile_dash_thread {
        background-color: #e5e5e5;
        padding: 15px;
        margin-top: 20px;
    }

    .profile_dash_thread li {
        list-style: none;
        display: inline-block;
        width: 48%;
        text-align: center;
        border: none;
        margin-top: 3px;
        background-color: #ccc;
        padding: 10PX;
    }

    .profile_dash_thread li h3 {
        font-size: 30px;
        font-weight: 400;
        margin-bottom: 5px;
        margin-top: 0;
    }

    .remove_left.remove_right {
        padding-left: 15px;
        padding-right: 15px;
    }

    .profile_dash_thread .dropdown {
        display: inline-block;
        margin-bottom: 15px;
    }

    .experience_thread_inner label::after {
        display: none;
    }

    .col-lg-4.remove_right {
        padding-right: 15px;
    }

    .col-lg-4.remove_right {
        padding-right: 15px;
        padding-left: 0px;
    }

    #update-pic .modal-body img {
        max-width: 100%;
    }

    .btn_upload {
        border: solid #5aa832 2px;
        background-color: transparent;
        padding: 8px 15px;
        color: #5aa832;
        font-weight: 600;
        text-transform: uppercase;
        width: 100%;
        margin-right: 0;
    }

    .btn_save_changes {
        border: solid #5aa832 2px;
        background-color: #5aa832;
        padding: 8px 15px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        width: 100%;
        margin-left: 0;
        margin-top: 12px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    .navbar-form.navbar-left.search_cntrl {
        position: relative;
        right: 0;
    }

    .navbar-right {
        float: left !important;
        margin-right: 0;
        position: relative;
        left: -19px;
    }

    #navbar-main .nav > li a {
        padding: 10px 28px;
    }

    #navbar-main .nav > li {
        position: relative;
        display: block;
        text-align: center !important;
        border-bottom: solid 1px #786645;
    }

    .navbar-left {
        float: right;
    }

    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a {
        color: #fff;
        background-color: transparent;
        padding: 5px 30px;
    }

    .navbar-form.navbar-left.search_cntrl {
        position: absolute;
        right: 85px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #999;
        padding: 5px 15px !important;
    }

    .user_details {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .user_details h3 {
        margin-bottom: 0px;
        margin-top: 7px;
        font-size: 16px;
    }

    .dp_lrg {
        position: absolute;
        top: -90px;
    }

    .edit_dp {
        background-image: url(/images/dp_edit_mask.png?d41d8cd98f00b204e9800998ecf8427e);
        position: absolute;
        width: 100%;
        bottom: 0px;
        padding: 6px;
        height: 39px;
        background-size: contain;
        background-repeat: no-repeat;
        left: 3px;
    }

    .edit_dp button span {
        display: none;
        font-size: 12px;
        margin-top: 6px;
    }

    .exprt_cntrl {
        margin-top: 20px;
        text-align: right;
        margin-bottom: 30px;
    }

    .profile_dash_thread li {
        list-style: none;
        display: inline-block;
        width: 24.6%;
        text-align: center;
        border: none;
        margin-top: 3px;
        background-color: #ccc;
        padding: 10PX;
    }
}

/****************style css*****************************/

/* preview page Start*/

/*
.prev_footer {
	background-color: #f2f1ed;
	padding: 0;
	text-align: center;
	position: fixed;
	width: 100%;
	bottom: 0;
}
.prev_footer h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #888;
	margin-bottom: 10px;
	padding-top: 20px;
}
.prev_footer h3 {
	font-size: 27px;
	color: #4d4028;
	margin-bottom: 10px;
}
.prev_footer h4 {
	font-size: 21px;
	color: #888;
	padding-bottom: 15px;
}
.prev_logo {
	display: table;
	margin: 15px auto;
	margin-bottom: 20px !important;
}
.prev_logo img {
	display: block;
	margin: 0 auto;
}
.prev_logo h2 {
	font-size: 15px;
	text-align: center;
	margin-top: 8px;
}

.btm_link ul {
	padding-left: 0px;
	text-align: center;
	background-color: #e6e3dc;
	padding: 10px;
}
.btm_link ul li{
	list-style:none;
	display:inline-block;
}
.btm_link ul li a {
	font-size: 10px;
	text-decoration: none;
	color: #777;
	margin-left: 5px;
	margin-right: 5px;
} */

/*preview page End*/

/*Signup Page Start*/

.sgn_up_tg {
    font-size: 15px;
    text-align: center;
    margin-top: 8px;
}

.sign_up_left {
    flex: 2.1;
}

.sign_up_right {
    display: inline-block;
    background-color: #f2f1ed;
}

.sign_up_left_inner {
    width: 300px;
    margin: 140px auto;
    text-align: center;
}

.sign_up_logo svg {
    display: inline-block;
}

.sign_up {
    display: flex;
}

.sign_up_frm {
    width: 500px;
    margin: 180px auto;
}

.sgnup_cntrl input {
    width: 100%;
    height: 42px;
    border: none;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 16px;
}

.sgnup_cntrl {
    margin-bottom: 12px;
}

.btn_login {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border: solid 2px #5aa832;
    border-radius: 4px;
    font-size: 18px;
    color: #5aa832;
    cursor: pointer;
}

.btn_login:hover {
    transition: all 0.7s;
    background-color: #5aa832;
    color: #fff;
}

.btn_sign_up {
    display: block;
    width: 100%;
    padding: 12px 15px;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
    background-color: #5aa832;
    border: none;
}

.sign_up_frm a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .sign_up {
        display: block;
    }

    .sign_up_left_inner {
        width: 300px;
        margin: 35px auto;
        text-align: center;
    }

    .sign_up_left {
        flex: 0;
        height: auto;
    }

    .sign_up_frm {
        width: 65%;
        margin: 20px auto;
        padding: 50px;
    }

    .sign_up_right {
        display: inline-block;
        flex: 1;
        background-color: #f2f1ed;
        width: 100%;
    }
}

/*Signup Page End*/

/*Create Profile Page Start*/

.creat_profile {
    background-color: #f2f1ed;
}

.creat_profile header {
    background-color: #867452;
    padding: 20px 0px;
}

.creat_profile_tab {
    background-color: #fff;
    width: 600px;
    margin: 30px auto;
    padding: 20px;
    box-shadow: 0px 0px 5px #ccc;
}

.creat_profile_half {
    display: inline-block;
    width: 49%;
    margin-bottom: 15px;
}

.creat_profile_half select {
    width: 95%;
    margin-left: 20px;
    height: 32px;
    padding: 5px;
}

.creat_profile_half span {
    font-size: 15px;
}

.cstm_chkbx {
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

input[type=checkbox] {
    visibility: hidden;
}

.chkbx {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: solid 1px #333;
}

.cstm_chkbx:hover input ~ .chkbx {
    background-color: #666;
}

.cstm_chkbx input:active ~ .chkbx {
    background-color: #666;
}

.chkbx:after {
    content: "";
    position: absolute;
    display: none;
}

.cstm_chkbx input:checked ~ .chkbx:after {
    display: block;
}

.cstm_chkbx .chkbx::after {
    left: 2px;
    bottom: 2px;
    width: 11px;
    height: 11px;
    border: solid #666;
    border-width: 0;
    background-color: #666;
}

.creat_profile_full {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}

.creat_profile_full span {
    font-size: 15px;
    font-weight: 500;
}

.btn_cntnue {
    border: none;
    background-color: transparent;
    float: right;
    margin-bottom: 5px;
    margin-top: 20px;
    text-transform: uppercase;
    color: #666;
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
}

.btn_cntnue span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
}

.btn_cntnue img {
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.creat_profile_third {
    display: inline-block;
    width: 20%;
    margin-bottom: 15px;
}

.creat_profile_third span {
    font-size: 14px;
}

.creat_profile_third_full {
    display: inline-block;
    width: 79%;
    margin-bottom: 15px;
}

.creat_profile_third_full input {
    width: 100%;
    height: 32px;
}

.creat_profile_third_full select {
    width: 100%;
    height: 32px;
    padding-left: 7px;
}

.creat_profile_third_1 {
    width: 15%;
    display: inline-block;
    margin-right: 20px;
}

.creat_profile_third_1 input {
    width: 100%;
    height: 32px;
}

.creat_profile_tab.remove_bg {
    background-color: transparent;
    box-shadow: none;
    padding: 0px;
    width: 640px;
    margin-bottom: 0px !important;
}

.creat_profile_tab.remove_bg h2 {
    font-size: 18px;
    color: #867452;
}

.creat_profile_tab h3 {
    text-align: center;
    font-size: 13px;
    font-weight: normal;
}

.creat_profile_tab p img {
    display: table;
    margin: 10px auto;
}

.btn_cnfrm span {
    display: inline-block;
    vertical-align: middle;
}

.btn_cnfrm img {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 10px;
}

.btn_cnfrm {
    border: solid 1px #ccc;
    background-color: transparent;
    padding: 8px 115px;
    display: table;
    margin: 0 auto;
    font-size: 14px;
    color: #777;
    position: relative;
    margin-bottom: 25px;
}

.btn_back {
    border: none;
    background-color: transparent;
    margin-top: 20px;
    cursor: pointer;
    float: left;
}

.btn_back img {
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.creat_profile_third_four {
    width: 32%;
    display: inline-block;
    margin-bottom: 15px;
}

.creat_profile_third_four select {
    width: 100%;
    height: 35px;
    padding-left: 10px;
}

.creat_profile_third_four input {
    width: 99%;
    height: 32px;
}

.creat_profile_third_two {
    width: 15%;
    display: inline-block;
}

.creat_profile_third_two select {
    width: 100%;
    height: 35px;
    padding-left: 10px;
}

.creat_profile_third_three {
    width: 30.8%;
    display: inline-block;
}

.creat_profile_third_three select {
    width: 100%;
    height: 35px;
    padding-left: 10px;
}

.creat_profile_third_full form ul li {
    display: inline-block;
}

.creat_profile_tab ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}

.creat_profile_tab ul li {
    color: #AAAAAA;
    display: block;
    position: relative;
}

.creat_profile_tab ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.creat_profile_tab ul li label {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    padding: 18px 5px 5px 35px;
    margin: 0px auto;
    height: auto;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

.creat_profile_tab ul li:hover label {
    color: #222;
}

.creat_profile_tab ul li .check {
    display: block;
    position: absolute;
    border: 2px solid #AAAAAA;
    border-radius: 100%;
    height: 17px;
    width: 17px;
    top: 18px;
    left: 0px;
    z-index: 5;
    transition: border 0.25s linear;
    -webkit-transition: border 0.25s linear;
}

.creat_profile_tab ul li:hover .check {
    border: 3px solid #aaa;
}

.creat_profile_tab ul li .check::before {
    display: block;
    position: absolute;
    content: "";
    border-radius: 100%;
    height: 11px;
    width: 11px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.creat_profile_tab input[type=radio]:checked ~ .check {
    border: 2px solid #777;
}

.creat_profile_tab input[type=radio]:checked ~ .check::before {
    background: #777;
}

.creat_profile_tab input[type=radio]:checked ~ label {
    color: #222;
}

.btn_save {
    background-color: #5aa832;
    color: #fff;
    border: none;
    font-size: 15px;
    padding: 7px 75px;
    float: right;
    margin-top: 16px;
}

/* .time {
	color: #000;
	font-size: 45px;
} */

.label {
    font-size: 18px;
    display: block;
    color: #000;
}

.bg {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
}

.counter {
    text-align: center;
}

#countdown {
    margin-bottom: 30px;
}

#countdown div {
    display: inline-block;
}

#countdown div {
    display: inline-block;
    margin-bottom: 0px;
}

@media screen and (min-width: 320px) and (max-width: 680px) {
    .time {
        color: #000;
        font-size: 30px;
    }

    .label {
        font-size: 14px;
        display: block;
        color: #000;
    }

    #mc_embed_signup input.email {
        display: block !important;
        margin: 0 auto !important;
    }

    .prev_footer h3 {
        font-size: 18px;
        color: #4d4028;
        margin-bottom: 22px;
    }

    .prev_footer h4 {
        font-size: 15px;
        color: #888;
        padding-bottom: 30px;
    }

    .prev_footer h2 {
        font-size: 15px;
        text-transform: uppercase;
        color: #888;
        margin-bottom: 20px;
        padding-top: 30px;
    }

    .prev_logo {
        display: table;
        margin: 20px auto;
        margin-bottom: 15px !important;
    }

    #mc_embed_signup {
        padding-top: 18px !important;
    }

    .creat_profile_tab {
        background-color: #fff;
        width: 80%;
        margin: 18px auto;
        padding: 20px;
        box-shadow: 0px 0px 5px #ccc;
    }

    .creat_profile_half {
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
    }

    .creat_profile_half select {
        width: 100%;
        margin-left: 0;
        height: 32px;
        padding: 5px;
    }

    .creat_profile_tab.remove_bg {
        background-color: transparent;
        box-shadow: none;
        padding: 0px;
        width: 100%;
        margin-bottom: 0px !important;
        text-align: center;
    }

    .creat_profile_third {
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
    }

    .creat_profile_third {
        display: inline-block;
        width: 100%;
        margin-bottom: 4px;
    }

    .creat_profile_third_full {
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
    }

    .creat_profile_third_three {
        width: 100%;
        display: inline-block;
        margin-top: 15px;
        margin-bottom: 15px;
    }

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

    .creat_profile_third_four {
        width: 100%;
        display: inline-block;
        margin-bottom: 15px;
    }

    #mc-embedded-subscribe {
        margin-top: 20px !important;
    }
}

@media screen and (min-width: 681px) and (max-width: 768px) {
    .time {
        color: #000;
        font-size: 30px;
    }

    .label {
        font-size: 14px;
        display: block;
        color: #000;
    }

    #mc_embed_signup input.email {
        display: block !important;
        margin: 0 auto !important;
    }

    .prev_footer h3 {
        font-size: 18px;
        color: #4d4028;
        margin-bottom: 22px;
    }

    .prev_footer h4 {
        font-size: 15px;
        color: #888;
        padding-bottom: 30px;
    }

    .prev_footer h2 {
        font-size: 15px;
        text-transform: uppercase;
        color: #888;
        margin-bottom: 20px;
        padding-top: 30px;
    }

    .prev_logo {
        display: table;
        margin: 150px auto;
        margin-bottom: 15px !important;
    }

    #mc_embed_signup {
        padding-top: 18px !important;
    }

    .creat_profile_tab {
        background-color: #fff;
        width: 80%;
        margin: 18px auto;
        padding: 20px;
        box-shadow: 0px 0px 5px #ccc;
    }

    .creat_profile_half {
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
    }

    .creat_profile_half select {
        width: 100%;
        margin-left: 0;
        height: 32px;
        padding: 5px;
    }

    .creat_profile_tab.remove_bg {
        background-color: transparent;
        box-shadow: none;
        padding: 0px;
        width: 100%;
        margin-bottom: 0px !important;
        text-align: center;
    }

    .creat_profile_third {
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
    }

    .creat_profile_third {
        display: inline-block;
        width: 100%;
        margin-bottom: 4px;
    }

    .creat_profile_third_full {
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
    }

    .creat_profile_third_three {
        width: 100%;
        display: inline-block;
        margin-top: 15px;
        margin-bottom: 15px;
    }

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

    .creat_profile_third_four {
        width: 100%;
        display: inline-block;
        margin-bottom: 15px;
    }

    #mc-embedded-subscribe {
        margin-top: 20px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
    .prev_logo {
        display: table;
        margin: 35px auto;
        margin-bottom: 40px !important;
    }

    .prev_footer {
        background-color: #f2f1ed;
        padding: 0px;
        text-align: center;
        position: fixed;
    }

    #mc-embedded-subscribe {
        margin-top: 0px !important;
        margin-bottom: 15px !important;
    }
}

/*Create Profile Page Ends*/

.mediaViewInfo {
    --web-view-name: Share;
    --web-view-id: Share;
    --web-enable-deep-linking: true;
}

:root {
    --web-view-ids: Share;
}

* {
    margin: 0;
    padding: 0;
}

.Share_Class {
    position: absolute;
    box-sizing: border-box;
    background: #E5E5E5;
    width: 1920px;
    height: 2813px;
    background-color: #f2f1ed;
    overflow: hidden;
    margin: 0;
    padding: 0;
    --web-view-name: Share;
    --web-view-id: Share;
    --web-enable-deep-linking: true;
}

.google_plus_square_brands {
    overflow: visible;
    position: absolute;
    top: 620px;
    left: 1595px;
    width: 33.104px;
    height: 33.102px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.twitter_square_brands {
    overflow: visible;
    position: absolute;
    top: 620px;
    left: 1675px;
    width: 33.105px;
    height: 33.104px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.linkedin_brands {
    overflow: visible;
    position: absolute;
    top: 620px;
    left: 1715px;
    width: 33.105px;
    height: 33.104px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.facebook_square_brands {
    overflow: visible;
    position: absolute;
    top: 620px;
    left: 1635px;
    width: 33.105px;
    height: 33.104px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.envelope_square_solid {
    overflow: visible;
    position: absolute;
    top: 620px;
    left: 1554.896px;
    width: 33.104px;
    height: 33.104px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Rectangle_332 {
    position: absolute;
    overflow: visible;
    width: 33px;
    height: 33px;
    left: 1514px;
    top: 620px;
}

.Path_1225 {
    overflow: visible;
    position: absolute;
    top: 628.759px;
    left: 1519.424px;
    width: 11.263px;
    height: 15.699px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_1226 {
    overflow: visible;
    position: absolute;
    top: 628.759px;
    left: 1533.871px;
    width: 7.85px;
    height: 15.699px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_1227 {
    overflow: visible;
    position: absolute;
    top: 584.291px;
    left: 1468.986px;
    width: 114.619px;
    height: 39.651px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.BomaLink_Class {
    position: absolute;
    left: 1492px;
    top: 589.596px;
    overflow: visible;
    width: 67px;
    white-space: nowrap;
    line-height: 21px;
    margin-top: -3px;
    text-align: left;
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #a8a8a8;
}

.Group_576_Class {
    position: absolute;
    width: 26.242px;
    height: 29.991px;
    left: 1518.547px;
    top: 648.429px;
    overflow: visible;
}

.Path_88 {
    overflow: visible;
    position: absolute;
    top: 2.055px;
    left: 1.323px;
    width: 23.225px;
    height: 26.666px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_89 {
    overflow: visible;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 26.242px;
    height: 29.991px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.admin_text {
    font-size: 22px;
    color: #3949AB;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.admin_sub_text a {
    color: #337ab7 !important;
    text-decoration: none !important;
    margin-bottom: 0px !important;
    display: initial !important;
}

.admin_sub_text {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    color: #636b6f;
}

.boma_nav_avatar {
    display: flex !important;
    padding: 10px 15px;
}

.boma_nav_avatar_img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.boma_nav_avatar_icon {
    padding: 0px !important;
    padding-top: 4px !important;
}

.boma_nav_dropdown-toggle {
    padding-left: 5px !important;
}

.chta {
    color: black;
}

.forgot_submit_text {
    margin-top: 15px;
}

.mt_25 {
    margin-top: 25px;
}

.name {
    font-weight: 500;
    text-transform: initial;
    margin: 0;
    color: #656565;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-text-decoration: el;
    text-decoration: el;
    -webkit-box-orient: vertical;
}

.nf_avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.sc_sub {
    margin-top: 0px !important;
}

.dashboard_circle {
    height: 45px;
    width: 45px;
    background-color: #bbb;
    display: inline-block;
    border-radius: 50%;
}

/*--------------------------notification popup------------------------------*/

.notification-wrap .notification_list_popup {
    padding: 15px;
    border-bottom: 1px solid #eee;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
}

.notification-wrap .notification_list_popup:hover {
    background: #f2f2f2;
}

.notification-wrap .notification_list_popup .content-left {
    width: calc(100% - 140px);
    float: left;
}

.notification-wrap .notification_list_popup .content-left .img-wrap {
    position: relative;
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status {
    width: 25px;
    height: 25px;
    padding: 2px;
    position: absolute;
    border-radius: 50px;
    bottom: -5px;
    left: -10px;
    text-align: center;
    transform: scale(0.85);
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status i {
    color: #fff;
    line-height: 20px;
    font-size: 10px;
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status.plus_status {
    background: #66af68;
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status.like_status {
    background: #5388bc;
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status.briefcase_status {
    background: #244477;
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status.comment_status {
    background: #76b2e1;
}

.notification-wrap .notification_list_popup .cancel {
    position: absolute;
    right: 20px;
    color: #aaa;
    font-size: 22px;
}

.notification-wrap .notification_list_popup .btn {
    width: 60px;
    height: 20px;
    padding: 0px;
    line-height: 18px;
    font-size: 87%;
}

.notification-wrap .notification_list_popup .list-content {
    margin-left: 10px;
    width: calc(100% - 60px);
}

.notification-wrap .notification_list_popup .list-content strong {
    font-weight: 500;
}

.notification-wrap .notification_list_popup .list-content small {
    color: #aaa;
}

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

.notification-wrap .name {
    font-weight: 500;
    text-transform: initial;
    margin: 0;
    color: #656565;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-text-decoration: el;
    text-decoration: el;
    -webkit-box-orient: vertical;
}

.mobileOnlyMenu{
    display: none !important;
}
.desktopOnlyMenu{
    display: block !important;
}
.messages video{
    width: 100%;
}

@media (max-width: 767px) {
    .mobileOnlyMenu{
        display: block !important;
    }
    .desktopOnlyMenu{
        display: none !important;
    }
    .notification-wrap .notification-wrap .notification_list .content-left {
        width: calc(100%);
        padding-right: 30px;
        margin-bottom: 10px;
    }

    .notification-wrap .notification-wrap .notification_list .content-left .name {
        font-size: 12px;
    }

    .notification-wrap .notification-wrap .notification_list_popup .content-left {
        width: calc(100%);
        padding-right: 30px;
        margin-bottom: 10px;
    }

    .notification-wrap .notification-wrap .notification_list_popup .content-left .name {
        font-size: 12px;
    }
}

.custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    padding-bottom: 0px;
    cursor: pointer;
}

.custom-file-button {
    display: none !important;
}

.post_attach {
    display: flex !important;
}

.post_avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.post_logo {
    width: 55px;
    height: 55px;
}

.post_link_div {
    display: none;
    flex-direction: column;
}

.post_location_div {
    display: none;
    margin-top: 10px;
}

.post_link_input {
    margin-bottom: 10px;
}

.post_location_select {
    margin-right: 10px;
}

.invisible_button {
    border: none;
    background-color: transparent;
}

.profile_share_form {
    width: auto;
}

.profile_share_button_group {
    display: flex;
    width: auto;
    justify-content: flex-end;
}

.media-post {
    display: flex;
    justify-content: center;
}

.post_comments_bx {
    border-top: 1px solid #efefef;
    padding: 10px;
}

.comment_input {
    margin-right: 20px;
}

.comm_tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.comm_tooltip .tooltiptext {
    width: auto;
    height: auto;
    background-color: white;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
    display: flex !important;
}

/*.comm_tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}*/

.comm_tooltip:hover .tooltiptext {
    visibility: visible;
}

.like_btn {
    background-color: transparent;
    border-radius: 50px;
}

.like_btn_form {
    width: auto;
    height: auto;
}

.profile_link_text {
    color: black;
}

.main_logo {
    width: 120px;
}

.pending_connect {
    margin-left: initial !important;
}

.like_love {
    height: 25px;
    width: 25px;
    background-color: #E16B6D;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
}

.like_cheers {
    height: 25px;
    width: 25px;
    background-color: #E0BE27;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
}

.like_laugh {
    height: 25px;
    width: 25px;
    background-color: #77D6CB;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
}

.opportunities .heading {
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .opportunities .heading {
        margin-bottom: 15px;
        font-size: 16px;
    }
}

.opportunities .btn-success {
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 35px;
    justify-content: center;
}

.opportunities .btn-success .icon {
    margin-right: 5px;
}

.opportunities .form-group {
    margin-bottom: 25px;
}

.opportunities__box {
    background-color: #fff;
    padding: 25px 25px 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.opportunities__form--searchInput {
    padding-left: 40px;
    background-image: url(/images/search_icon.png?d41d8cd98f00b204e9800998ecf8427e);
    background-repeat: no-repeat;
    background-position: 8px center;
}

.opportunities__form--locationInput {
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 8px center;
    background-image: url(/images/location_icon.png?d41d8cd98f00b204e9800998ecf8427e);
}

.opportunities__form--search {
    margin-right: 15px;
}

.opportunities__form--select {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

@media (max-width: 1199px) {
    .opportunities__form--select,
    .opportunities__form--input {
        width: 50%;
        float: left;
    }
}

@media (max-width: 575px) {
    .opportunities__form--select,
    .opportunities__form--input {
        width: 100%;
        float: left;
        display: block;
    }
}

.opportunities__section {
    padding: 30px 0;
}

.opportunities__section .view__more {
    color: #aaa8a8;
    font-weight: 600;
    text-decoration: underline;
}

.opportunities__section .view__more:hover {
    color: #867452;
}

.opportunities__section .featuredOpp {
    margin-bottom: 30px;
}

.opportunities__section .featuredOpp__title {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-right: 30px;
}

.opportunities__section .featuredOpp__company {
    margin-bottom: 15px;
}

.opportunities__section .featuredOpp__company__img {
    width: 45px;
}

.opportunities__section .featuredOpp__company--right {
    padding-left: 10px;
}

.opportunities__section .featuredOpp__company__name {
    font-size: 15px;
    color: #333;
}

.opportunities__section .featuredOpp__company__address {
    font-size: 12px;
    color: #666;
}

.opportunities__section .featuredOpp__box {
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.opportunities__section .featuredOpp__box h4 {
    font-size: 12px;
    margin-bottom: 5px;
}

.opportunities__section .featuredOpp__box__amount {
    font-size: 15px;
    color: #333;
}

.opportunities__section .featuredOpp__box__learnMore {
    color: #666;
    font-size: 12px;
    text-decoration: underline;
}

.opportunities__section .featuredOpp__box__learnMore:hover {
    padding-left: 8px;
    color: #867452;
}

.opportunities__section .featuredOpp .badge {
    display: block;
    height: 30px;
    width: 30px;
    background-position: center;
    background-color: transparent;
    position: absolute;
    right: 20px;
    top: 10px;
}

.opportunities__section .featuredOpp .badge--white {
    background-image: url(/images/badge_white.jpg?d41d8cd98f00b204e9800998ecf8427e);
}

.opportunities__section .featuredOpp .badge--red {
    background-image: url(/images/badge_red.jpg?d41d8cd98f00b204e9800998ecf8427e);
}

@media (max-width: 767px) {
    .opportunities__section {
        padding: 15px 0;
    }

    .opportunities__section .featuredOpp {
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .opportunities__box {
        padding: 15px;
    }
}

.message-page #frame {
    width: 95%;
    min-width: 360px;
    max-width: 1000px;
    height: calc(100vh - 150px);
    background: #fff;
    margin: 20px auto 0;
}

@media screen and (max-width: 360px) {
    .message-page #frame {
        width: 100%;
        height: 100vh;
    }
}

.message-page .top-bar {
    padding: 5px 10px;
    color: #555;
}

.message-page .social-media {
    padding: 0 20px;
}

.message-page .social-media .dropdown-menu {
    position: absolute;
    top: 80%;
    right: 0;
    transform: translateX(-50%);
    min-width: 120px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    z-index: 2;
    border: none;
    border-radius: 3px;
}

.message-page .social-media .dropdown-menu:before {
    position: absolute;
    content: "";
    top: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.message-page .social-media .dropdown-menu:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 3px;
}

.message-page .social-media .dropdown-menu li {
    position: relative;
    z-index: 1;
}

.message-page .social-media .dropdown-menu li a {
    text-align: center;
    text-transform: capitalize;
    padding: 4px 20px;
}

.message-page #frame #sidepanel {
    float: left;
    min-width: 280px;
    max-width: 340px;
    width: 40%;
    height: 100%;
    color: #f5f5f5;
    position: relative;
    border-right: 1px solid #fafafa;
}

@media screen and (max-width: 735px) {
    .message-page #frame #sidepanel {
        width: 58px;
        min-width: 58px;
    }
}

@media screen and (max-width: 735px) {
    .message-page #frame #sidepanel #profile {
        width: 100%;
        margin: 0 auto;
        padding: 5px 0 0 0;
        background: #32465a;
    }
}

.message-page #frame #sidepanel #profile.expanded .wrap {
    height: 210px;
    line-height: initial;
}

.message-page #frame #sidepanel #profile.expanded .wrap p {
    margin-top: 20px;
}

.message-page #frame #sidepanel #profile.expanded .wrap i.expand-button {
    transform: scaleY(-1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH";
}

.message-page #frame #sidepanel #profile .wrap {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    transition: 0.3s height ease;
}

@media screen and (max-width: 735px) {
    .message-page #frame #sidepanel #profile .wrap {
        height: 55px;
    }
}

.message-page #frame #sidepanel #profile .wrap img {
    width: 50px;
    border-radius: 50%;
    padding: 3px;
    border: 2px solid #e74c3c;
    height: auto;
    float: left;
    cursor: pointer;
    transition: 0.3s border ease;
}

@media screen and (max-width: 735px) {
    .message-page #frame #sidepanel #profile .wrap img {
        width: 40px;
        margin-left: 4px;
    }
}

.message-page #frame #sidepanel #profile .wrap img.online {
    border: 2px solid #2ecc71;
}

.message-page #frame #sidepanel #profile .wrap img.away {
    border: 2px solid #f1c40f;
}

.message-page #frame #sidepanel #profile .wrap img.busy {
    border: 2px solid #e74c3c;
}

.message-page #frame #sidepanel #profile .wrap img.offline {
    border: 2px solid #95a5a6;
}

.message-page #frame #sidepanel #profile .wrap p {
    float: left;
    margin-left: 15px;
}

@media screen and (max-width: 735px) {
    .message-page #frame #sidepanel #profile .wrap p {
        display: none;
    }
}

.message-page #frame #sidepanel #profile .wrap i.expand-button {
    float: right;
    margin-top: 23px;
    font-size: 0.8em;
    cursor: pointer;
    color: #435f7a;
}

@media screen and (max-width: 735px) {
    .message-page #frame #sidepanel #profile .wrap i.expand-button {
        display: none;
    }
}

.message-page #frame #sidepanel #profile .wrap #status-options {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 150px;
    margin: 70px 0 0 0;
    border-radius: 6px;
    z-index: 99;
    line-height: initial;
    background: #435f7a;
    transition: 0.3s all ease;
}

@media screen and (max-width: 735px) {
    .message-page #frame #sidepanel #profile .wrap #status-options {
        width: 58px;
        margin-top: 57px;
    }
}

.message-page #frame #sidepanel #profile .wrap #status-options.active {
    opacity: 1;
    visibility: visible;
    margin: 75px 0 0 0;
}

@media screen and (max-width: 735px) {
    .message-page #frame #sidepanel #profile .wrap #status-options.active {
        margin-top: 62px;
    }
}

.message-page #frame #sidepanel #profile .wrap #status-options:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #435f7a;
    margin: -8px 0 0 24px;
}

@media screen and (max-width: 735px) {
    .message-page #frame #sidepanel #profile .wrap #status-options:before {
        margin-left: 23px;
    }
}

.message-page #frame #sidepanel #profile .wrap #status-options ul {
    overflow: hidden;
    border-radius: 6px;
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li {
    padding: 15px 0 30px 18px;
    display: block;
    cursor: pointer;
}

@media screen and (max-width: 735px) {
    .message-page #frame #sidepanel #profile .wrap #status-options ul li {
        padding: 15px 0 35px 22px;
    }
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li:hover {
    background: #496886;
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 5px 0 0 0;
}

@media screen and (max-width: 735px) {
    .message-page #frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
        width: 14px;
        height: 14px;
    }
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    margin: -3px 0 0 -3px;
    background: transparent;
    border-radius: 50%;
    z-index: 0;
}

@media screen and (max-width: 735px) {
    .message-page #frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
        height: 18px;
        width: 18px;
    }
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li p {
    padding-left: 12px;
}

@media screen and (max-width: 735px) {
    .message-page #frame #sidepanel #profile .wrap #status-options ul li p {
        display: none;
    }
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li#status-online span.status-circle {
    background: #2ecc71;
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
    border: 1px solid #2ecc71;
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {
    background: #f1c40f;
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
    border: 1px solid #f1c40f;
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {
    background: #e74c3c;
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
    border: 1px solid #e74c3c;
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {
    background: #95a5a6;
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
    border: 1px solid #95a5a6;
}

.message-page #frame #sidepanel #profile .wrap #expanded {
    padding: 100px 0 0 0;
    display: block;
    line-height: initial !important;
}

.message-page #frame #sidepanel #profile .wrap #expanded label {
    float: left;
    clear: both;
    margin: 0 8px 5px 0;
    padding: 5px 0;
}

.message-page #frame #sidepanel #profile .wrap #expanded input {
    border: none;
    margin-bottom: 6px;
    background: #32465a;
    border-radius: 3px;
    color: #f5f5f5;
    padding: 7px;
    width: calc(100% - 43px);
}

.message-page #frame #sidepanel #profile .wrap #expanded input:focus {
    outline: none;
    background: #435f7a;
}

.message-page #frame #sidepanel #search {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-weight: 300;
    position: relative;
}

.message-page #frame #sidepanel #search .search {
    margin: -15px 0;
    position: absolute;
    top: 9px;
    left: -4px;
}

.message-page #frame #sidepanel #search .filter {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.message-page #frame #sidepanel #search .filter .dropdown-menu {
    position: absolute;
    top: 150%;
    left: -10px;
    min-width: 120px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    z-index: 2;
    border: none;
    margin-top: 0;
    border-radius: 3px;
}

.message-page #frame #sidepanel #search .filter .dropdown-menu:before {
    position: absolute;
    content: "";
    top: -5px;
    left: 11px;
    transform: translateX(-50%) rotate(45deg);
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.message-page #frame #sidepanel #search .filter .dropdown-menu:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 3px;
}

.message-page #frame #sidepanel #search .filter .dropdown-menu li {
    position: relative;
    z-index: 1;
}

.message-page #frame #sidepanel #search .filter .dropdown-menu li.active a {
    background-color: #f5f5f5 !important;
    color: #000;
}

.message-page #frame #sidepanel #search .filter .dropdown-menu li a {
    text-align: center;
    text-transform: capitalize;
    padding: 4px 20px;
}

.message-page #frame #sidepanel #search .fa-search {
    position: absolute;
    right: 15px;
    transform: translateY(-50%);
    left: 0;
    top: 4px;
    color: #999;
}

.message-page .icon {
    padding: 10px;
    color: #aaa;
}

.message-page .icon .fa {
    margin: 0 5px;
}

.message-page .icon .fa:last-child {
    margin-right: 0;
}

.message-page #contacts ul {
    padding-left: 0;
}

@media screen and (max-width: 735px) {
    .message-page #frame #sidepanel #search {
        display: none;
    }
}

.message-page #frame #sidepanel #search label {
    position: absolute;
    margin: 10px 0 0 10px;
}

.message-page #frame #sidepanel #search input {
    padding: 4px 0 4px 30px;
    width: calc(100% - 25px);
    border: none;
    color: #000;
    box-shadow: none !important;
    outline: none !important;
}

.message-page #frame #sidepanel #search input::-webkit-input-placeholder {
    color: #eee;
}

.message-page #frame #sidepanel #search input::-moz-placeholder {
    color: #eee;
}

.message-page #frame #sidepanel #search input:-ms-input-placeholder {
    color: #eee;
}

.message-page #frame #sidepanel #search input:-moz-placeholder {
    color: #eee;
}

.message-page #frame #sidepanel #contacts {
    height: calc(100%);
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 40px;
}

@media screen and (max-width: 735px) {
    .message-page #frame #sidepanel #contacts {
        height: calc(100%);
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .message-page #frame #sidepanel #contacts::-webkit-scrollbar {
        display: none;
    }
}

.message-page #frame #sidepanel #contacts.expanded {
    height: calc(100%);
}

.message-page #frame #sidepanel #contacts::-webkit-scrollbar {
    width: 5px;
    background: #fafafa;
}

.message-page #frame #sidepanel #contacts::-webkit-scrollbar-thumb {
    background-color: #fafafa;
}

.message-page #frame #sidepanel #contacts ul li.contact {
    position: relative;
    padding: 10px 0 15px 0;
    font-size: 0.9em;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
}

@media screen and (max-width: 735px) {
    .message-page #frame #sidepanel #contacts ul li.contact {
        padding: 6px 0 46px 8px;
    }
}

.message-page #frame #sidepanel #contacts ul li.contact:hover {
    background: #f5f5f5;
}

.message-page #frame #sidepanel #contacts ul li.contact.active {
    background: #f5f5f5;
}

.message-page #frame #sidepanel #contacts ul li.contact .wrap {
    width: 92%;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 735px) {
    .message-page #frame #sidepanel #contacts ul li.contact .wrap {
        width: 100%;
    }
}

.message-page #frame #sidepanel #contacts ul li.contact .wrap span:not(.time) {
    position: absolute;
    left: 4px;
    bottom: 4px;
    margin: -2px 0 0 -2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid transparent;
}

.message-page span.time {
    color: #aaa;
    font-weight: normal;
    font-size: 12px;
}

.message-page sub,
.message-page sup {
    font-size: 100%;
}

.message-page #frame #sidepanel #contacts ul li.contact .wrap span.online {
    background: #2ecc71;
    border: 1px solid #fff;
}

.message-page #frame #sidepanel #contacts ul li.contact .wrap span.away {
    background: #f1c40f;
}

.message-page #frame #sidepanel #contacts ul li.contact .wrap span.busy {
    background: #e74c3c;
}

.message-page #frame #sidepanel #contacts ul li.contact .wrap img {
    width: 40px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

@media screen and (max-width: 735px) {
    .message-page #frame #sidepanel #contacts ul li.contact .wrap img {
        margin-right: 0px;
    }
}

.message-page #frame #sidepanel #contacts ul li.contact .wrap .meta {
    padding: 5px 0 0 0;
    color: #000;
}

@media screen and (max-width: 735px) {
    .message-page #frame #sidepanel #contacts ul li.contact .wrap .meta {
        display: none;
    }
}

.message-page #frame #sidepanel #contacts ul li.contact .wrap .meta .name {
    font-weight: 600;
    margin-bottom: 0;
}

.message-page #frame #sidepanel #contacts ul li.contact .wrap .meta .preview {
    margin: 5px 0 0 0;
    padding: 0 0 1px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 1s all ease;
}

.message-page #frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {
    position: initial;
    border-radius: initial;
    background: none;
    border: none;
    padding: 0 2px 0 0;
    margin: 0 0 0 1px;
    opacity: 0.5;
}

.message-page #frame #sidepanel #bottom-bar {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.message-page #frame #sidepanel #bottom-bar button {
    float: left;
    border: none;
    width: 50%;
    padding: 10px 0;
    background: #32465a;
    color: #f5f5f5;
    cursor: pointer;
    font-size: 0.85em;
    font-family: "proxima-nova", "Source Sans Pro", sans-serif;
}

@media screen and (max-width: 735px) {
    .message-page #frame #sidepanel #bottom-bar button {
        float: none;
        width: 100%;
        padding: 15px 0;
    }
}

.message-page #frame #sidepanel #bottom-bar button:focus {
    outline: none;
}

.message-page #frame #sidepanel #bottom-bar button:nth-child(1) {
    border-right: 1px solid #2c3e50;
}

@media screen and (max-width: 735px) {
    .message-page #frame #sidepanel #bottom-bar button:nth-child(1) {
        border-right: none;
        border-bottom: 1px solid #2c3e50;
    }
}

.message-page #frame #sidepanel #bottom-bar button:hover {
    background: #435f7a;
}

.message-page #frame #sidepanel #bottom-bar button i {
    margin-right: 3px;
    font-size: 1em;
}

@media screen and (max-width: 735px) {
    .message-page #frame #sidepanel #bottom-bar button i {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 735px) {
    .message-page #frame #sidepanel #bottom-bar button span {
        display: none;
    }
}

.message-page #frame .content {
    float: right;
    width: 60%;
    height: 100%;
    position: relative;
}

@media screen and (max-width: 735px) {
    .message-page #frame .content {
        width: calc(100% - 58px);
        min-width: 300px !important;
    }
}

@media screen and (min-width: 900px) {
    .message-page #frame .content {
        width: calc(100% - 340px);
    }
}

.message-page #frame .content .contact-profile {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #eee;
}

.message-page #frame .content .contact-profile img:not(.vertical_dots) {
    width: 40px;
    border-radius: 50%;
    float: left;
    margin: 9px 12px 0 9px;
}

.message-page #frame .content .contact-profile p {
    float: left;
    line-height: 1;
    margin-top: 15px;
    font-weight: 500;
}

.message-page #frame .content .contact-profile p .position {
    display: block;
    color: #aaa;
    line-height: 2;
    font-weight: 400;
    font-size: 90%;
}

.message-page #frame .content .contact-profile .social-media {
    float: right;
}

.message-page #frame .content .contact-profile .social-media i {
    margin-left: 14px;
    cursor: pointer;
}

.message-page #frame .content .contact-profile .social-media i:nth-last-child(1) {
    margin-right: 20px;
}

.message-page #frame .content .contact-profile .social-media i:hover {
    color: #435f7a;
}

.message-page #frame .content .messages {
    height: auto;
    min-height: calc(100% - 124px);
    max-height: calc(100% - 124px);
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
}

@media screen and (max-width: 735px) {
    .message-page #frame .content .messages {
        max-height: calc(100% - 105px);
    }
}

.message-page #frame .content .messages::-webkit-scrollbar {
    width: 5px;
    background: transparent;
}

.message-page #frame .content .messages::-webkit-scrollbar-thumb {
    background-color: #fafafa;
}

.message-page #frame .content .messages ul li {
    display: inline-block;
    clear: both;
    float: left;
    margin: 15px 15px 5px 0;
    width: calc(100% - 25px);
    font-size: 0.9em;
}

.message-page #frame .content .messages ul li:nth-last-child(1) {
    margin-bottom: 20px;
}

.message-page #frame .content .messages ul li.sent img {
    margin: 0 8px 0 0;
}

.message-page #frame .content .messages ul li.sent p {
    background: #f5f5f5;
    border-top-left-radius: 0;
}

.message-page #frame .content .messages ul li.replies img {
    float: right;
    margin: 0 0 0 8px;
}

.message-page #frame .content .messages ul li.replies p {
    background: #c1e2b0;
    float: right;
    border-top-right-radius: 0;
}

.message-page #frame .content .messages ul li img {
    width: 32px;
    border-radius: 50%;
    float: left;
}

.message-page #frame .content .messages ul li p {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
    width: calc(100% - 80px);
    line-height: 1.5;
}

.message-page #frame .content .message-input {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 99;
    border-top: 1px solid #eee;
    background: #fff;
}

.message-page #frame .content .message-input .wrap {
    position: relative;
    padding: 10px 0;
    clear: both;
    overflow: hidden;
}

.message-page #frame .content .message-input .wrap input {
    float: left;
    border: none;
    width: calc(100% - 100px);
    padding: 11px 32px 10px 8px;
    font-size: 0.8em;
    color: #32465a;
}

@media screen and (max-width: 735px) {
    .message-page #frame .content .message-input .wrap input {
        padding: 15px 32px 16px 8px;
    }
}

.message-page #frame .content .message-input .wrap input:focus {
    outline: none;
}

.message-page #frame .content .message-input .wrap .attachment {
    position: absolute;
    right: 60px;
    z-index: 4;
    margin-top: 10px;
    font-size: 1.1em;
    color: #435f7a;
    opacity: 0.5;
    cursor: pointer;
}

@media screen and (max-width: 735px) {
    .message-page #frame .content .message-input .wrap .attachment {
        margin-top: 17px;
        right: 65px;
    }
}

.message-page #frame .content .message-input .wrap .attachment:hover {
    opacity: 1;
}

.message-page #frame .content .message-input .wrap button {
    float: right;
    border: none;
    width: 50px;
    padding: 12px 0;
    cursor: pointer;
    background: #32465a;
    color: #f5f5f5;
}

@media screen and (max-width: 735px) {
    .message-page #frame .content .message-input .wrap button {
        padding: 16px 0;
    }
}

.message-page #frame .content .message-input .wrap button:hover {
    background: #435f7a;
}

.message-page #frame .content .message-input .wrap button:focus {
    outline: none;
}

.message-page #frame {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.message-page .social-media .dropdown-menu {
    right: 0 !important;
    left: auto !important;
}

.message-page .social-media .dropdown-menu:before {
    right: 5px;
    left: auto;
}

.message-page #frame #sidepanel #search .filter .dropdown-menu:before {
    left: 22px;
}

.message-page .dropdown,
.message-page .dropup {
    position: relative;
    cursor: pointer;
}

.message-page #frame .content .message-input .wrap input {
    width: calc(100% - 132px);
    padding-right: 5px;
}

.message-page .icon img {
    margin: 0 5px;
    cursor: pointer;
}

.message-page .messages ul {
    padding-left: 15px;
}

@media screen and (min-width: 992px) {
    .message-page #frame .content {
        width: calc(100% - 340px);
    }
}

@media screen and (max-width: 991px) {
    .message-page #frame .content {
        width: calc(100% - 280px);
    }

    .message-page #frame .content .message-input .wrap {
        padding: 0;
    }

    .message-page #frame .content .message-input {
        z-index: 1;
    }
}

@media screen and (max-width: 991px) and (max-width: 735px) {
    .message-page #frame .content {
        width: calc(100% - 58px);
    }

    .message-page .top-bar {
        text-align: center;
    }

    .message-page .top-content {
        float: inherit !important;
    }

    .message-page .top-bar .head,
    .message-page .top-bar .top-content small {
        display: none;
    }

    .message-page #frame #sidepanel #contacts ul li.contact .wrap span:not(.time) {
        bottom: inherit;
    }

    .message-page .social-media {
        padding: 0;
    }

    .message-page .social-media .dropdown-menu {
        left: -25px;
    }

    .message-page #frame #sidepanel #search .filter {
        position: inherit;
        right: inherit;
        top: 50%;
        transform: inherit;
        text-align: center;
        margin-top: -9px;
    }

    .message-page #frame #sidepanel #search .filter .dropdown-menu {
        left: 5px;
    }

    .message-page #frame #sidepanel #contacts {
        padding-bottom: 50px;
    }

    .message-page #frame #sidepanel #search {
        display: inherit;
        height: 30px;
    }

    .message-page #frame #sidepanel #search label,
    .message-page #frame #sidepanel #search input {
        display: none;
    }
}

.fa-grey {
    color: lightgray;
}

#noMessages {
    color: #555555;
    padding: 5px;
    text-align: center;
}

.newMessageTrigger {
    color: #555555;
    cursor: pointer;
}

/*-----------------------------start new message popup css------------------------------------*/
#newMessageClose {
  cursor: pointer;
}

#newMessageDiv {
  display: none;
  width: 400px;
  height: 400px;
  box-shadow: 0 0 30px #555555;
  position: fixed;
  bottom: 0;
  right: 50px;
  background: white;
  z-index: 222;
}

.msg_heading {
  font-weight: bolder;
}

.msgTo {
  display: flex;
}

.inputToMsg {
  border: none;
  display: table-cell;
  width: 100%;
  outline: none;
}

.msgToLabel {
  display: table-cell;
  padding: 10px;
}

.divider {
  border-top: 1px solid lightgrey;
}

.msg_footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #F7F5F2;
  height: 40px;
  line-height: 40px;
}

.typeMsgInput {
  border: none;
  width: 100%;
  padding: 10px;
}

.type_message {
  position: absolute;
  bottom: 40px;
  width: 100%;
}

.p-10 {
  padding: 5px 10px;
}

.pr-0{
  padding-right: 0px;
}
.pl-0{
  padding-left: 0px;
}
.sendMsgBtn{
  width: 100%;
  line-height: 40px;
}

/*-----------------------------end new message popup css------------------------------------*/

.opportunity-detail-page strong {
    font-weight: 600;
}

.opportunity-detail-page h3 {
    margin: 0;
}

.opportunity-detail-page h4 {
    margin-top: 0;
}

.opportunity-detail-page .top-banner img {
    width: 100%;
}

.opportunity-detail-page .name {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    margin: 0px 0px 4px 0;
    color: #656565;
}

.opportunity-detail-page .content-sidebar {
    background: #fff;
}

.opportunity-detail-page .content-sidebar .bar-content {
    padding: 15px;
}

.opportunity-detail-page .content-sidebar .bar-content .contact-list_wrap {
    margin-top: 15px;
}

.opportunity-detail-page .content-sidebar .bar-content .contact-list_wrap .content-wrap {
    margin: 20px 0;
}

.opportunity-detail-page .content-sidebar .bar-content .contact-list_wrap .content-wrap p {
    margin-bottom: 0;
}

.opportunity-detail-page .content-sidebar .bar-content .contact-list_wrap .list-content {
    margin-left: 10px;
    margin-bottom: 25px;
    line-height: 1.7;
}

.opportunity-detail-page .content-sidebar .bar-content .contact-list_wrap .list-content strong {
    font-weight: 500;
}

.opportunity-detail-page .right-content {
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
}

.opportunity-detail-page .right-content h4 {
    margin-top: 15px;
}

.opportunity-detail-page .right-content .budget {
    font-weight: 500;
    font-size: 18px;
}

.opportunity-detail-page .right-content .inputfeild {
    padding: 12px;
    margin-bottom: 30px;
}

.opportunity-detail-page .right-content .ans-div {
    background: #f7f7f7;
    padding: 15px;
    margin-left: 15px;
    width: calc(100% - 65px);
    border-radius: 8px;
    border-top-left-radius: 0;
}

.opportunity-detail-page .main-head {
    margin-top: 0px;
    font-weight: normal;
    font-size: 30px;
}

.opportunity-detail-page .content-head {
    color: #907f60;
    font-weight: 700;
}

.opportunity-detail-page .img-wrap {
    width: 50px;
    height: 50px;
}

.opportunity-detail-page .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.preview-page {
    background-color: #FFF;
    /*preview page End*/
}

.preview-page .prev_logo {
    display: table;
    margin: 15px auto;
    margin-bottom: 20px !important;
}

.preview-page .prev_logo img {
    display: block;
    margin: 0 auto;
}

.preview-page .prev_logo h2 {
    font-size: 15px;
    text-align: center;
    margin-top: 8px;
}

.preview-page .btm_link ul {
    padding-left: 0px;
    text-align: center;
    background-color: #e6e3dc;
    padding: 10px;
}

.preview-page .btm_link ul li {
    list-style: none;
    display: inline-block;
}

.preview-page .btm_link ul li a {
    font-size: 10px;
    text-decoration: none;
    color: #777;
    margin-left: 5px;
    margin-right: 5px;
}

.preview-page #mc_embed_signup {
    background: #fff;
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
    width: 100%;
    margin-bottom: 0;
}

.preview-page #mc_embed_signup form {
    text-align: center;
    padding: 10px 0 10px 0;
}

.preview-page #mc_embed_signup label {
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
}

.preview-page #mc_embed_signup input.email {
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
    font-size: 15px;
    border: 1px solid #ABB0B2;
    border-radius: 3px;
    color: #343434;
    background-color: #fff;
    box-sizing: border-box;
    height: 32px;
    padding: 0px 0.4em;
    display: inline-block;
    margin: 0;
    width: 350px;
    vertical-align: top;
}

.preview-page #mc_embed_signup .button {
    font-size: 13px;
    border: none;
    border-radius: 3px;
    letter-spacing: 0.03em;
    color: #fff;
    background-color: #aaa;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    display: inline-block;
    margin: 0;
    transition: all 0.23s ease-in-out 0s;
}

.preview-page #mc_embed_signup .clear {
    display: inline-block;
}

.preview-page .prev_footer {
    text-align: center;
}

.preview-page .btm_link ul li {
    list-style: none;
    display: inline-block;
}

.preview-page .btm_link ul li a {
    font-size: 10px;
    text-decoration: none;
    color: #777;
    margin-left: 5px;
    margin-right: 5px;
}

.preview-page .language_selection {
    position: absolute;
    right: 15px;
    top: 10px;
}

.preview-page .time {
    color: #000;
    font-size: 45px;
}

@media (max-width: 767px) {
    .preview-page .prev_logo img {
        width: 86px;
    }

    .preview-page #mc_embed_signup input.email {
        width: 100%;
    }

    .preview-page .time {
        font-size: 23px;
    }

    .preview-page .label {
        font-size: 12px;
    }
}

.footer .footer-top {
    background-color: #f2f1ed;
    padding: 20px 15px 10px;
    text-align: center;
    width: 100%;
}

.footer h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 10px;
    margin-top: 0px;
}

.footer h3 {
    font-size: 27px;
    color: #4d4028;
    margin-bottom: 10px;
}

.footer h4 {
    font-size: 21px;
    color: #888;
    padding-bottom: 15px;
}

.create-form {
    max-width: 600px;
    margin: 0 auto;
}

.create-form .heading {
    margin-bottom: 20px;
}

.create-form .form-wrapper {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.create-form .form-wrapper h2 {
    font-size: 14px;
    color: #C3C3C3;
    font-weight: 600;
    margin-top: 0px;
}

.create-form .form-wrapper label {
    text-align: left;
    color: #898989;
}

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

.create-form .form-wrapper .btn-continue {
    float: right;
    text-transform: uppercase;
    color: #959595;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.create-form .form-wrapper .btn-continue img {
    height: 20px;
    width: 20px;
    margin-left: 5px;
}

.img-wrap {
    width: 40px;
    height: 40px;
}

.img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 992px) {
    .notification-container {
        max-width: 700px;
        margin: 0 auto;
    }
}

.notification-wrap {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.notification-wrap .notification_list {
    padding: 15px;
    border-bottom: 1px solid #eee;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
}

.notification-wrap .notification_list:hover {
    background: #f2f2f2;
}

.notification-wrap .notification_list .content-left {
    width: calc(100% - 190px);
    float: left;
}

.notification-wrap .notification_list .content-left .img-wrap {
    position: relative;
}

.notification-wrap .notification_list .content-left .img-wrap .status {
    width: 25px;
    height: 25px;
    padding: 2px;
    position: absolute;
    border-radius: 50px;
    bottom: -5px;
    left: -10px;
    text-align: center;
    transform: scale(0.85);
}

.notification-wrap .notification_list .content-left .img-wrap .status i {
    color: #fff;
    line-height: 20px;
    font-size: 10px;
}

.notification-wrap .notification_list .content-left .img-wrap .status.plus_status {
    background: #66af68;
}

.notification-wrap .notification_list .content-left .img-wrap .status.like_status {
    background: #5388bc;
}

.notification-wrap .notification_list .content-left .img-wrap .status.briefcase_status {
    background: #244477;
}

.notification-wrap .notification_list .content-left .img-wrap .status.comment_status {
    background: #76b2e1;
}

.notification-wrap .notification_list .cancel {
    position: absolute;
    right: 20px;
    color: #aaa;
    font-size: 22px;
}

.notification-wrap .notification_list .btn {
    width: 80px;
    height: 30px;
    padding: 5px;
    line-height: 20px;
    font-size: 90%;
}

.notification-wrap .notification_list .list-content {
    margin-left: 10px;
    width: calc(100% - 60px);
}

.notification-wrap .notification_list .list-content strong {
    font-weight: 500;
}

.notification-wrap .notification_list .list-content small {
    color: #aaa;
}

.notification-wrap .name {
    font-weight: 500;
    text-transform: initial;
    margin: 0;
    color: #656565;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-text-decoration: el;
    text-decoration: el;
    -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
    .notification-wrap .notification-wrap .notification_list .content-left {
        width: calc(100%);
        padding-right: 30px;
        margin-bottom: 10px;
    }

    .notification-wrap .notification-wrap .notification_list .content-left .name {
        font-size: 12px;
    }
}

.viewAllLink {
    color: #A8A8A8;
    float: right;
    padding: 5px;
    font-size: 12px;
    background-color: white !important;
    border: none;
}

.notif_overlay {
    position: absolute;
    background-color: #F2F2F2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    align-items: center;
    justify-content: center;
}

#notification_badge {
    position: absolute;
    background-color: #952038;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    top: 12px;
    font-size: 10px;
    line-height: 16px;
}

#message_badge {
    position: absolute;
    background-color: #952038;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    top: 12px;
    font-size: 10px;
    line-height: 16px;
}

.btn-success {
    background-color: #5AA832;
    border-color: #5AA832;
    border-radius: 0px;
    box-shadow: none;
}

.btn-success:active:focus {
    background-color: #5AA832;
    border-color: #5AA832;
    outline: none;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:visited {
    background-color: #5AA832;
    border-color: #5AA832;
    outline: none;
}

.btn-success.bg_color-light {
    background-color: #e0e0e0;
    border-color: #e0e0e0;
    color: #333;
}

.btn-success.btn-success--outline {
    background-color: transparent;
    color: #5AA832;
}

.btn-success.btn-success--outline:active:focus {
    background-color: transparent;
    color: #5AA832;
}

.btn-success.btn-success--outline:hover,
.btn-success.btn-success--outline:focus,
.btn-success.btn-success--outline:active,
.btn-success.btn-success--outline:visited {
    background-color: transparent;
    color: #5AA832;
}

a {
    transition: ease-in-out 0.3s;
}

.fa-spinner {
    font-size: 35px;
    color: #907f60;
    margin: 20px;
}

.button-group button:last-child {
    margin-right: 0;
}

.content-head {
    color: #907f60;
    font-weight: 700;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.agline-center {
    align-items: center;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.heading {
    color: #867452;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0px;
}

.mainContent {
    padding: 30px 0px;
}

@media (min-width: 1366px) {
    .container {
        width: 1226px;
    }
}

.common__form .form-control {
    border-radius: 3px;
    box-shadow: none;
    height: 35px;
}

.common__form .form-control:focus {
    border-color: #5AA832;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}

.upload-btn-wrapper .btn {
    border: 1px solid #D9D9D9;
    color: #959595;
    background-color: #F2F2F2;
    padding: 2px 20px;
    border-radius: 3px;
    font-size: 14px;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.header .navbar-default {
    background-color: #867452;
    border: none;
    margin-bottom: 0px;
    border-radius: 0;
}

.header .navbar-default .navbar-nav > .open > a {
    background-color: transparent;
}

.header .navbar-default .navbar-toggle {
    border: none;
    border-radius: 0px;
    background-color: transparent;
    padding: 20px 10px;
}

.header .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.header .navbar-default .navbar-toggle:focus,
.header .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.header .navbar-default .navbar-header .navbar-brand {
    height: auto;
    padding: 22px 15px;
}

.header .navbar-default .navbar-collapse .navbar-form {
    float: left;
    padding: 10px 0px;
    margin-left: 30px;
}

.header .navbar-default .navbar-collapse .navbar-form .form-group {
    position: relative;
}

.header .navbar-default .navbar-collapse .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    background-color: #bbaea1;
    border: none;
    width: 300px;
    outline: none !important;
    box-shadow: none !important;
    color: #fff;
    height: 35px;
    padding-right: 40px;
}

.header .navbar-default .navbar-collapse .navbar-form ::-webkit-input-placeholder {
    color: #dddcdc;
}

.header .navbar-default .navbar-collapse .navbar-form :-moz-placeholder {
    color: #dddcdc;
}

.header .navbar-default .navbar-collapse .navbar-form ::-moz-placeholder {
    color: #dddcdc;
}

.header .navbar-default .navbar-collapse .navbar-form :-ms-input-placeholder {
    color: #dddcdc;
}

.header .navbar-default .navbar-collapse .navbar-form .btn_search {
    background-color: transparent;
    border: none;
    position: absolute;
    right: 0px;
    top: 0;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    outline: none;
}

.header .navbar-default .navbar-collapse .navbar-form .btn_search img {
    width: 20px;
}

.header .navbar-default .navbar-collapse .navbar-right > li {
    text-align: center;
}

.header .navbar-default .navbar-collapse .navbar-right > li > a {
    color: #D0C9BC;
}

.header .navbar-default .navbar-collapse .navbar-right > li > a .nav-name {
    display: block;
}

.header .navbar-default .navbar-collapse .navbar-right > li > a img {
    margin: 0 auto;
}

.header .navbar-default .navbar-collapse .navbar-right > li.dropdown .dropdown-menu {
    padding: 0px;
    top: -200px;
    transition: top ease-in-out 0.3s;
    border: none;
}

.header .navbar-default .navbar-collapse .navbar-right > li.dropdown .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.header .navbar-default .navbar-collapse .navbar-right > li.dropdown .dropdown-menu li a {
    padding: 10px 15px;
}

.header .navbar-default .navbar-collapse .navbar-right > li.dropdown .dropdown-menu li a:hover {
    background-color: #867452;
    color: #fff;
}

.header .navbar-default .navbar-collapse .navbar-right > li.dropdown.open .dropdown-menu {
    top: 70px;
    display: block;
}

@media (max-width: 767px) {
    .header .navbar-default .navbar-collapse {
        border: none;
    }

    .header .navbar-default .navbar-collapse .navbar-form {
        float: none;
        margin: 0px;
        border: none;
    }

    .header .navbar-default .navbar-collapse .navbar-form .form-control {
        width: 100%;
    }

    .header .navbar-default .navbar-collapse .navbar-right {
        margin: 0px;
    }

    .header .navbar-default .navbar-collapse .navbar-right > li {
        text-align: left;
    }

    .header .navbar-default .navbar-collapse .navbar-right > li > a {
        padding: 10px 0px;
    }

    .header .navbar-default .navbar-collapse .navbar-right > li > a img,
    .header .navbar-default .navbar-collapse .navbar-right > li > a .nav-name {
        display: inline-block;
    }

    .header .navbar-default .navbar-collapse .navbar-right > li.dropdown .dropdown-menu li:not(:last-child) {
        border-bottom: none;
    }

    .header .navbar-default .navbar-collapse .navbar-right > li.dropdown .dropdown-menu li a {
        color: #D0C9BC;
    }
}

.header .language_selection {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
}

.header .language_selection li {
    list-style: none;
}

.header .language_selection li a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.header .language_selection li a img {
    margin-right: 5px;
}

.header .language_selection .dropdown-toggle {
    color: #fff;
}

.header .language_selection .dropdown-menu {
    min-width: 14px;
    font-size: 13px;
    padding: 0px;
}

.header .language_selection .dropdown-menu li a:hover {
    background-color: #867452;
    color: #FFF;
}

@media (max-width: 767px) {
    .header .language_selection {
        right: 80px;
        top: 37px;
        transform: translateY(-50%);
    }
}

.footer {
    background-color: #E6E3DC;
}

.footer__sortlink ul {
    text-align: center;
    margin: 0px;
}

.footer__sortlink ul li {
    list-style: none;
    display: inline-block;
}

.footer__sortlink ul li.copyright {
    color: #867452;
}

.footer__sortlink ul li a {
    font-size: 12px;
    color: #867452;
    padding: 15px 10px;
    display: block;
}

.footer__sortlink ul li a:hover {
    color: #473d2b;
}

@media (max-width: 575px) {
    .footer {
        padding: 20px 0 15px;
    }

    .footer__sortlink ul li {
        display: block;
    }

    .footer__sortlink ul li.copyright {
        margin-bottom: 10px;
    }

    .footer__sortlink ul li a {
        padding: 5px 15px;
    }
}

/*
Flaticon icon font: Flaticon
Creation date: 07/10/2019 16:17
*/

@font-face {
    font-family: "Flaticon";
    src: url(/fonts/Flaticon.eot?d41d8cd98f00b204e9800998ecf8427e);
    src: url(/fonts/Flaticon.eot?d41d8cd98f00b204e9800998ecf8427e) format("embedded-opentype"), url(/fonts/Flaticon.woff2?d41d8cd98f00b204e9800998ecf8427e) format("woff2"), url(/fonts/Flaticon.woff?d41d8cd98f00b204e9800998ecf8427e) format("woff"), url(/fonts/Flaticon.ttf?d41d8cd98f00b204e9800998ecf8427e) format("truetype");
    font-weight: normal;
    font-style: normal;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("fonts/Flaticon.svg#Flaticon") format("svg");
  }
}*/

.fi:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.flaticon-briefcase:before {
    content: "\F100";
}

.flaticon-add:before {
    content: "\F101";
}

.flaticon-like:before {
    content: "\F102";
}

.flaticon-comment:before {
    content: "\F103";
}

body {
    font-family: "Roboto", sans-serif;
    background-color: #f2f1ed;
}

.profile_banner {
    position: relative;
    background-image: url(/images/profile_cover.png?9f5c2f1ea0e0c1be20b1ada852accde0);
    height: 245px;
    width: 100%;
    margin-top: 20px;
    background-size: cover;
}

.btn_edit_banner {
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 15px;
    position: relative;
}

.btn_edit_banner input {
    position: absolute;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.btn_edit_banner img {
    position: absolute;
}

.btn_edit_banner span {
    position: absolute;
    left: 45px;
}

.dp_below {
    background-color: #fff;
}

.dp_lrg {
    position: absolute;
    top: -135px;
}

.dp_lrg img {
    max-width: 100%;
}

.edit_dp {
    background-image: url(/images/dp_edit_mask.png?d41d8cd98f00b204e9800998ecf8427e);
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 6px;
    height: 65px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 2px;
}

.profile_dash_thread .dropdown .dropdown-menu li {
    width: 100%;
    margin-top: 2px;
    border-right: none;
    border-bottom: solid 1px #efefef;
}

.edit_dp button {
    background-color: transparent;
    border: none;
    color: #fff;
    width: 100%;
}

.edit_dp button img {
    display: table;
    margin: 3px auto;
}

.edit_dp button span {
    display: block;
    font-size: 12px;
    margin-top: 6px;
}

.user_details {
    margin-top: 16px;
}

.user_details h2 {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 24px;
}

.user_details h3 {
    margin-bottom: 0px;
    margin-top: 7px;
    font-size: 20px;
}

.user_details p {
    display: inline-block;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.user_details span {
    color: #4168b4;
    font-weight: 500;
    position: relative;
}

.user_details span::before {
    content: "";
    height: 7px;
    width: 7px;
    display: block;
    position: absolute;
    background-color: #666;
    border-radius: 100%;
    top: 5px;
    left: -13px;
}

.remove_left {
    padding-left: 0px;
}

.remove_right {
    padding-right: 0px;
}

.user_details li {
    display: inline-block;
    vertical-align: top;
}

.user_details li h4 {
    margin-top: 2px;
    font-size: 15px;
    margin-bottom: 0px;
}

.user_details li h5 {
    margin-top: 4px;
    font-weight: normal;
    font-size: 13px;
}

.user_details li img {
    margin-right: 7px;
}

.btn_edit_profile {
    background-color: transparent;
    border: solid 1px #999;
    padding: 5px 20px;
    color: #666;
    font-size: 15px;
    margin-top: 20px;
}

.btn_edit_profile:hover {
    background-color: #efefef;
    transition: all 0.7s;
}

.tooltip > .tooltip-inner {
    background-color: #fff;
    color: #333;
    border: solid 1px #ccc;
}

.exprt_cntrl button {
    border: none;
    background-color: transparent;
    padding-left: 2px;
    padding-right: 2px;
}

.exprt_cntrl button img {
    height: 30px;
    width: auto;
}

.exprt_cntrl {
    margin-top: 60px;
    text-align: right;
    margin-bottom: 30px;
}

.profile_dash_thread {
    background-color: #e5e5e5;
    padding: 25px;
    margin-top: 20px;
}

.profile_dash_thread h2 {
    font-size: 18px;
    display: inline-block;
    color: #867452;
    font-weight: 600;
    margin-top: 0px;
}

.profile_dash_thread .dropdown {
    display: inline-block;
}

.profile_dash_thread label {
    font-size: 13px;
    font-weight: normal;
    margin-left: 40px;
    margin-right: 10px;
}

.profile_dash_thread .btn {
    background-color: #f7f7f7;
    border: solid 1px #ccc;
    padding: 8px 75px;
    color: #555;
    position: relative;
}

.profile_dash_thread .btn .caret {
    position: absolute;
    right: 12px;
    top: 17px;
}

.profile_dash_thread li {
    list-style: none;
    display: inline-block;
    width: 24%;
    text-align: center;
    border-right: solid 1px #999;
    margin-top: 50px;
}

.profile_dash_thread li h3 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 0;
}

.experience_thread {
    background-color: #fff;
}

.experience_thread {
    padding: 0px;
    margin-top: 20px;
}

.experience_thread_inner {
    position: relative;
    padding: 15px;
}

.experience_thread_inner h2 {
    font-size: 20px;
    color: #867452;
    margin-top: 0px;
    margin-bottom: 25px;
}

.experience_thread_inner h3 {
    margin-top: 0px;
    font-size: 18px;
    color: #555;
}

.experience_thread_inner h4 {
    margin-top: 0px;
    font-size: 14px;
}

.experience_thread_inner h6 {
    margin-top: 0px;
    font-size: 14px;
    color: #867452;
}

.experience_thread_inner span {
    margin-right: 65px;
    color: #999;
    font-weight: 500;
}

.experience_thread_inner label {
    position: relative;
    color: #555;
}

.experience_thread_inner p {
    color: #555;
    line-height: 22px;
    margin-top: 0px;
}

.experience_thread_inner label::after {
    content: "";
    height: 7px;
    width: 7px;
    background-color: #333;
    border-radius: 100%;
    position: absolute;
    display: block;
    top: 6px;
    left: -38px;
}

.lst {
    border-bottom: solid 1px #efefef;
    margin-bottom: 15px;
}

.brdr_btm {
    border-top: solid 1px #efefef;
    padding-bottom: 20px;
}

.remove_brder {
    border: none !important;
}

.experience_thread_inner ul {
    padding-left: 15px;
}

.experience_thread_inner ul li {
    margin-bottom: 10px;
}

.skl_lngage li {
    list-style: none;
}

.skl_lngage li strong {
    color: #666;
}

.skl_lngage {
    padding-left: 0px !important;
}

.indus_knwldg {
    padding-left: 0px !important;
}

.indus_knwldg li {
    list-style: none;
    width: 49%;
    display: inline-block;
    float: left;
}

.btn_show_more {
    border: none;
    background-color: transparent;
    padding: 10px 20px;
    color: #80272e;
    margin: 0 auto;
    display: table;
    font-size: 16px;
}

.chpter_inside label {
    font-size: 17px;
    color: #444;
    font-weight: normal;
    margin-top: 17px;
    display: block;
}

.chpter_inside label::after {
    display: none;
}

.chpter_inside h2 {
    margin-bottom: 0px;
}

.chpter_inside span {
    margin-right: 0px;
    color: #555;
    font-weight: normal;
}

.chpter_inside img {
    margin-left: 10px;
    margin-right: 10px;
}

.chpter_inside p {
    display: inline-block;
    font-size: 12px;
    color: #999;
}

.chpter_inside button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #999;
    font-size: 12px;
    border: none;
    border-bottom: solid 1px #ccc;
    text-decoration: none;
    background-color: transparent;
}

.shrd_connection h2 {
    font-size: 16px !important;
    margin-bottom: 5px;
    color: #666 !important;
}

.shrd_connection h3 {
    font-size: 14px !important;
    margin-bottom: 2px;
    font-weight: normal;
}

.shrd_connection span {
    font-size: 11px !important;
    font-weight: normal;
}

.shrd_connection {
    border-bottom: solid 1px #efefef;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

.model_btn {
    text-align: center;
}

.btn_upload {
    border: solid #5aa832 2px;
    background-color: transparent;
    padding: 8px 15px;
    color: #5aa832;
    font-weight: 600;
    text-transform: uppercase;
    width: 180px;
    margin-right: 15px;
}

.btn_upload:hover {
    background-color: #5aa832;
    transition: all 0.7s;
    color: #fff;
}

.btn_save_changes {
    border: solid #5aa832 2px;
    background-color: #5aa832;
    padding: 8px 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    width: 180px;
    margin-left: 15px;
}

#update-pic .modal-content {
    border-radius: 0px;
}

#update-pic .modal-header {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #efefef;
}

.btn_plus {
    position: absolute;
    border: none;
    background-color: transparent;
    right: 10px;
}

.btn_plus_sml {
    position: absolute;
    border: none;
    background-color: transparent;
    right: -10px;
    top: 15px;
}

.btm_link ul {
    padding-left: 0px;
    text-align: center;
    background-color: #e6e3dc;
    padding: 10px;
    margin-bottom: 0;
}

/* .prev_footer {
	text-align: center;
	margin-top: 20px;
	position: fixed;
	width: 100%;
	bottom: 0;
}
.btm_link ul li {
	list-style: none;
	display: inline-block;
}
.btm_link ul li a {
	font-size: 10px;
	text-decoration: none;
	color: #777;
	margin-left: 5px;
	margin-right: 5px;
} */

.cleate_page_inner {
    text-align: center;
    margin: 0 auto;
}

.cleate_page_inner .create-box {
    background-color: #fff;
    display: inline-block;
    padding: 20px 30px;
    border-radius: 6px;
    box-shadow: 0px 0px 6px 2px #ddd;
}

.cleate_page_inner .create-box span {
    display: block;
    font-weight: 500;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cleate_page_inner .create-box p {
    display: block;
}

.page_heading {
    font-size: 20px;
    text-align: left;
    color: #867452;
    padding-left: 5px;
    margin-bottom: 20px;
}

.account_setting_inner {
    background-color: #fff;
    padding: 18px;
}

.account_setting_inner h3 {
    font-size: 14px;
    color: #999;
    margin-top: 12px;
    margin-bottom: 15px;
}

.account_setting_inner label {
    font-weight: normal;
    font-size: 15px;
    margin-top: 8px;
}

.account_setting_inner input {
    width: 100%;
    height: 34px;
    border: solid 1px #ccc;
}

.alt_rw_setting {
    margin-bottom: 15px;
}

.alt_rw_setting button {
    background-color: #5aa832;
    color: #fff;
    border: none;
    padding: 10px 40px;
    text-transform: uppercase;
    font-weight: 500;
}

.account_setting_inner p {
    font-size: 15px;
    margin-bottom: 0;
}

.account_setting_inner span {
    font-size: 13px;
    color: #999;
    font-weight: normal;
}

.alt_rw_setting .dropdown-toggle {
    color: #867452;
}

.alt_rw_setting .dropdown {
    list-style: none;
}

.alt_rw_setting .dropdown-menu {
    min-width: 50px;
}

.account_setting_inner.left {
    min-height: 395px;
}

.modal-header h2 {
    position: relative;
    width: auto;
    display: inline-block;
    margin: 0;
    font-size: 20px;
    color: #867452;
}

.alt_rw_promote label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #666;
}

.alt_rw_promote input {
    width: 100%;
    border: solid 1px #ccc;
    height: 35px;
    padding: 10px;
}

.alt_rw_promote {
    margin-bottom: 18px;
}

.alt_rw_promote select {
    height: 32px;
    width: 100%;
}

.alt_rw_promote textarea {
    width: 100%;
    height: 100px;
}

.btn_sbmt {
    display: table;
    background-color: #5aa832;
    border: none;
    color: #fff;
    padding: 10px 41px;
    margin: 0 auto;
}

/*News Feed Page Start*/

.nws_fd_white_box {
    background-color: #fff;
    padding: 20px;
}

.feed_dp_bx img {
    display: table;
    margin: 0 auto;
}

.news_feed {
    margin-top: 20px;
    margin-bottom: 80px;
}

.feed_dp_bx h2 {
    text-align: center;
    font-size: 22px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.feed_dp_bx h3 {
    text-align: center;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 8px;
    font-weight: normal;
    color: #999;
    border-bottom: solid 1px #ddd;
    padding-bottom: 15px;
}

.feed_dp_bx table {
    width: 100%;
    margin-top: 10px;
}

.feed_dp_bx table tr td {
    width: 50%;
    padding: 5px 0px;
}

.feed_dp_bx table tr td:nth-child(even) {
    text-align: right;
}

.nws_fd_white_box.suggestion {
    margin-top: 20px;
}

.nws_fd_white_box.suggestion h2 {
    font-size: 20px;
    color: #867452;
    margin-top: 0px;
    margin-bottom: 25px;
}

.suggestion .shrd_connection h2 {
    margin-bottom: 5px;
}

.suggestion .shrd_connection h3 {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 11px !important;
    color: #999;
}

.suggestion .shrd_connection span {
    color: #999;
}

.suggestion .btn_plus_sml {
    right: -17px;
}

.feed_post textarea {
    width: 100%;
    border: none;
    height: 100px;
}

.feed_post_btn button {
    background-color: transparent;
    border: none;
    margin-top: 15px;
}

.upld_sbmt {
    float: right;
    background-color: #5aa832 !important;
    color: #fff;
    padding: 7px 110px;
    font-weight: 500;
    margin-top: 8px !important;
}

.nws_fd_white_box h4 {
    font-size: 15px;
    margin-top: 12px;
    margin-bottom: 0px;
}

.nws_fd_white_box h5 {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0px;
    font-weight: normal;
    color: #999;
}

.nws_fd_white_box p {
    font-size: 14px;
    margin-top: 10px;
    color: #666;
}

.feed_sep {
    height: 1px;
    width: 100%;
    background-color: #efefef;
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn_like {
    border: none;
    background: none;
    float: left;
    margin-top: 12px;
    margin-left: 10px;
}

.btn_like img {
    display: inline-block;
    vertical-align: middle;
}

.btn_like span {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 600;
    color: #666;
}

.btn_comment {
    border: none;
    background: none;
    float: right;
    margin-top: 12px;
    margin-right: 10px;
}

.btn_comment img {
    display: inline-block;
    vertical-align: middle;
}

.btn_comment span {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 600;
    color: #666;
}

.nws_fd_white_box.feed_posts {
    margin-top: 15px;
    padding: 10px 0px 15px 0px;
}

.like_cmnt_count li {
    display: inline-block;
    list-style: none;
}

.like_cmnt_count li img {
    margin-right: 7px;
}

.like_cmnt_count {
    padding: 10px;
}

.like_cmnt_count li:nth-child(2) {
    margin-left: 40px;
    position: relative;
}

.like_cmnt_count li:nth-child(2)::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    position: absolute;
    display: block;
    background-color: #666;
    left: -25px;
    top: 12px;
}

.feed_recent_opportunities_inner {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #efefef;
    position: relative;
}

.feed_recent_opportunities h2 {
    font-size: 18px;
    margin-top: 0px;
    font-weight: normal;
}

.feed_recent_opportunities_inner h4 {
    font-size: 15px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}

.feed_recent_opportunities_inner h5 {
    font-size: 12px;
    font-weight: normal;
    margin-top: 3px;
    margin-bottom: 6px;
    color: #333;
}

.feed_recent_opportunities_inner h6 {
    font-size: 12px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    color: #999;
}

.feed_recent_opportunities_inner p {
    font-size: 13px;
    color: #666;
    margin-top: 15px;
}

.feed_recent_opportunities_inner a {
    display: block;
    color: #999;
    margin-top: 5px;
}

.feed_recent_opportunities_inner span {
    margin-top: 10px;
}

.btn_close {
    position: absolute;
    border: none;
    background: none;
    right: 5px;
    top: 10px;
}

.btn_view_all_opportunities {
    background: no-repeat;
    border: solid 1px #9a2a41;
    padding: 10px 20px;
    color: #9a2a41;
    font-weight: 500;
    width: 94%;
    margin: 0 auto;
    display: table;
    border-radius: 4px;
}

/*News Feed Page End*/

@media screen and (min-width: 320px) and (max-width: 768px) {
    .nws_fd_white_box {
        background-color: #fff;
        padding: 10px;
    }

    .upld_sbmt {
        float: none;
        background-color: #5aa832 !important;
        color: #fff;
        padding: 7px 110px;
        font-weight: 500;
        margin-top: 8px !important;
        width: 100%;
    }

    .feed_recent_opportunities {
        margin-top: 30px;
    }

    .suggestion .btn_plus_sml {
        right: 5px;
    }

    .account_setting_inner h3 {
        font-size: 14px;
        color: #999;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .remove_space_mob {
        padding-left: 0px;
        padding-right: 0px;
    }

    .alt_rw_setting .col-lg-8 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .alt_rw_setting {
        margin-bottom: 0px;
    }

    .cleate_page_inner {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

    .cleate_page_inner li {
        width: 100%;
        background-color: #fff;
        display: inline-block;
        padding: 20px 30px;
        border-radius: 6px;
        margin-left: 0px;
        margin-right: 0;
        box-shadow: 0px 0px 6px 2px #ddd;
        margin-bottom: 20px;
    }

    .prev_footer {
        position: relative;
    }

    .form-group {
        position: relative;
    }

    .user_details {
        margin-top: 170px;
    }

    .edit_dp {
        background-image: url(/images/dp_edit_mask.png?d41d8cd98f00b204e9800998ecf8427e);
        position: absolute;
        width: 98%;
        bottom: 0px;
        padding: 6px;
        height: 73px;
        background-size: contain;
        background-repeat: no-repeat;
        left: 3px;
    }

    .exprt_cntrl {
        margin-top: 20px;
        text-align: left;
        margin-bottom: 30px;
    }

    .profile_dash_thread {
        background-color: #e5e5e5;
        padding: 15px;
        margin-top: 20px;
    }

    .profile_dash_thread li {
        list-style: none;
        display: inline-block;
        width: 48%;
        text-align: center;
        border: none;
        margin-top: 3px;
        background-color: #ccc;
        padding: 10PX;
    }

    .profile_dash_thread li h3 {
        font-size: 30px;
        font-weight: 400;
        margin-bottom: 5px;
        margin-top: 0;
    }

    .remove_left.remove_right {
        padding-left: 15px;
        padding-right: 15px;
    }

    .profile_dash_thread .dropdown {
        display: inline-block;
        margin-bottom: 15px;
    }

    .experience_thread_inner label::after {
        display: none;
    }

    .col-lg-4.remove_right {
        padding-right: 15px;
    }

    .col-lg-4.remove_right {
        padding-right: 15px;
        padding-left: 0px;
    }

    #update-pic .modal-body img {
        max-width: 100%;
    }

    .btn_upload {
        border: solid #5aa832 2px;
        background-color: transparent;
        padding: 8px 15px;
        color: #5aa832;
        font-weight: 600;
        text-transform: uppercase;
        width: 100%;
        margin-right: 0;
    }

    .btn_save_changes {
        border: solid #5aa832 2px;
        background-color: #5aa832;
        padding: 8px 15px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        width: 100%;
        margin-left: 0;
        margin-top: 12px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    .navbar-form.navbar-left.search_cntrl {
        position: relative;
        right: 0;
    }

    .navbar-right {
        float: left !important;
        margin-right: 0;
        position: relative;
        left: -19px;
    }

    #navbar-main .nav > li a {
        padding: 10px 28px;
    }

    #navbar-main .nav > li {
        position: relative;
        display: block;
        text-align: center !important;
        border-bottom: solid 1px #786645;
    }

    .navbar-left {
        float: right;
    }

    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a {
        color: #fff;
        background-color: transparent;
        padding: 5px 30px;
    }

    .navbar-form.navbar-left.search_cntrl {
        position: absolute;
        right: 85px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #999;
        padding: 5px 15px !important;
    }

    .user_details {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .user_details h3 {
        margin-bottom: 0px;
        margin-top: 7px;
        font-size: 16px;
    }

    .dp_lrg {
        position: absolute;
        top: -90px;
    }

    .edit_dp {
        background-image: url(/images/dp_edit_mask.png?d41d8cd98f00b204e9800998ecf8427e);
        position: absolute;
        width: 100%;
        bottom: 0px;
        padding: 6px;
        height: 39px;
        background-size: contain;
        background-repeat: no-repeat;
        left: 3px;
    }

    .edit_dp button span {
        display: none;
        font-size: 12px;
        margin-top: 6px;
    }

    .exprt_cntrl {
        margin-top: 20px;
        text-align: right;
        margin-bottom: 30px;
    }

    .profile_dash_thread li {
        list-style: none;
        display: inline-block;
        width: 24.6%;
        text-align: center;
        border: none;
        margin-top: 3px;
        background-color: #ccc;
        padding: 10PX;
    }
}

/****************style css*****************************/

/* preview page Start*/

/*
.prev_footer {
	background-color: #f2f1ed;
	padding: 0;
	text-align: center;
	position: fixed;
	width: 100%;
	bottom: 0;
}
.prev_footer h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #888;
	margin-bottom: 10px;
	padding-top: 20px;
}
.prev_footer h3 {
	font-size: 27px;
	color: #4d4028;
	margin-bottom: 10px;
}
.prev_footer h4 {
	font-size: 21px;
	color: #888;
	padding-bottom: 15px;
}
.prev_logo {
	display: table;
	margin: 15px auto;
	margin-bottom: 20px !important;
}
.prev_logo img {
	display: block;
	margin: 0 auto;
}
.prev_logo h2 {
	font-size: 15px;
	text-align: center;
	margin-top: 8px;
}

.btm_link ul {
	padding-left: 0px;
	text-align: center;
	background-color: #e6e3dc;
	padding: 10px;
}
.btm_link ul li{
	list-style:none;
	display:inline-block;
}
.btm_link ul li a {
	font-size: 10px;
	text-decoration: none;
	color: #777;
	margin-left: 5px;
	margin-right: 5px;
} */

/*preview page End*/

/*Signup Page Start*/

.sgn_up_tg {
    font-size: 15px;
    text-align: center;
    margin-top: 8px;
}

.sign_up_left {
    flex: 2.1;
}

.sign_up_right {
    display: inline-block;
    background-color: #f2f1ed;
}

.sign_up_left_inner {
    width: 300px;
    margin: 140px auto;
    text-align: center;
}

.sign_up_logo svg {
    display: inline-block;
}

.sign_up {
    display: flex;
}

.sign_up_frm {
    width: 500px;
    margin: 180px auto;
}

.sgnup_cntrl input {
    width: 100%;
    height: 42px;
    border: none;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 16px;
}

.sgnup_cntrl {
    margin-bottom: 12px;
}

.btn_login {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border: solid 2px #5aa832;
    border-radius: 4px;
    font-size: 18px;
    color: #5aa832;
    cursor: pointer;
}

.btn_login:hover {
    transition: all 0.7s;
    background-color: #5aa832;
    color: #fff;
}

.btn_sign_up {
    display: block;
    width: 100%;
    padding: 12px 15px;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
    background-color: #5aa832;
    border: none;
}

.sign_up_frm a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .sign_up {
        display: block;
    }

    .sign_up_left_inner {
        width: 300px;
        margin: 35px auto;
        text-align: center;
    }

    .sign_up_left {
        flex: 0;
        height: auto;
    }

    .sign_up_frm {
        width: 65%;
        margin: 20px auto;
        padding: 50px;
    }

    .sign_up_right {
        display: inline-block;
        flex: 1;
        background-color: #f2f1ed;
        width: 100%;
    }
}

/*Signup Page End*/

/*Create Profile Page Start*/

.creat_profile {
    background-color: #f2f1ed;
}

.creat_profile header {
    background-color: #867452;
    padding: 20px 0px;
}

.creat_profile_tab {
    background-color: #fff;
    width: 600px;
    margin: 30px auto;
    padding: 20px;
    box-shadow: 0px 0px 5px #ccc;
}

.creat_profile_half {
    display: inline-block;
    width: 49%;
    margin-bottom: 15px;
}

.creat_profile_half select {
    width: 95%;
    margin-left: 20px;
    height: 32px;
    padding: 5px;
}

.creat_profile_half span {
    font-size: 15px;
}

.cstm_chkbx {
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

input[type=checkbox] {
    visibility: hidden;
}

.chkbx {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: solid 1px #333;
}

.cstm_chkbx:hover input ~ .chkbx {
    background-color: #666;
}

.cstm_chkbx input:active ~ .chkbx {
    background-color: #666;
}

.chkbx:after {
    content: "";
    position: absolute;
    display: none;
}

.cstm_chkbx input:checked ~ .chkbx:after {
    display: block;
}

.cstm_chkbx .chkbx::after {
    left: 2px;
    bottom: 2px;
    width: 11px;
    height: 11px;
    border: solid #666;
    border-width: 0;
    background-color: #666;
}

.creat_profile_full {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}

.creat_profile_full span {
    font-size: 15px;
    font-weight: 500;
}

.btn_cntnue {
    border: none;
    background-color: transparent;
    float: right;
    margin-bottom: 5px;
    margin-top: 20px;
    text-transform: uppercase;
    color: #666;
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
}

.btn_cntnue span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
}

.btn_cntnue img {
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.creat_profile_third {
    display: inline-block;
    width: 20%;
    margin-bottom: 15px;
}

.creat_profile_third span {
    font-size: 14px;
}

.creat_profile_third_full {
    display: inline-block;
    width: 79%;
    margin-bottom: 15px;
}

.creat_profile_third_full input {
    width: 100%;
    height: 32px;
}

.creat_profile_third_full select {
    width: 100%;
    height: 32px;
    padding-left: 7px;
}

.creat_profile_third_1 {
    width: 15%;
    display: inline-block;
    margin-right: 20px;
}

.creat_profile_third_1 input {
    width: 100%;
    height: 32px;
}

.creat_profile_tab.remove_bg {
    background-color: transparent;
    box-shadow: none;
    padding: 0px;
    width: 640px;
    margin-bottom: 0px !important;
}

.creat_profile_tab.remove_bg h2 {
    font-size: 18px;
    color: #867452;
}

.creat_profile_tab h3 {
    text-align: center;
    font-size: 13px;
    font-weight: normal;
}

.creat_profile_tab p img {
    display: table;
    margin: 10px auto;
}

.btn_cnfrm span {
    display: inline-block;
    vertical-align: middle;
}

.btn_cnfrm img {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 10px;
}

.btn_cnfrm {
    border: solid 1px #ccc;
    background-color: transparent;
    padding: 8px 115px;
    display: table;
    margin: 0 auto;
    font-size: 14px;
    color: #777;
    position: relative;
    margin-bottom: 25px;
}

.btn_back {
    border: none;
    background-color: transparent;
    margin-top: 20px;
    cursor: pointer;
    float: left;
}

.btn_back img {
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.creat_profile_third_four {
    width: 32%;
    display: inline-block;
    margin-bottom: 15px;
}

.creat_profile_third_four select {
    width: 100%;
    height: 35px;
    padding-left: 10px;
}

.creat_profile_third_four input {
    width: 99%;
    height: 32px;
}

.creat_profile_third_two {
    width: 15%;
    display: inline-block;
}

.creat_profile_third_two select {
    width: 100%;
    height: 35px;
    padding-left: 10px;
}

.creat_profile_third_three {
    width: 30.8%;
    display: inline-block;
}

.creat_profile_third_three select {
    width: 100%;
    height: 35px;
    padding-left: 10px;
}

.creat_profile_third_full form ul li {
    display: inline-block;
}

.creat_profile_tab ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}

.creat_profile_tab ul li {
    color: #AAAAAA;
    display: block;
    position: relative;
}

.creat_profile_tab ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.creat_profile_tab ul li label {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    padding: 18px 5px 5px 35px;
    margin: 0px auto;
    height: auto;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

.creat_profile_tab ul li:hover label {
    color: #222;
}

.creat_profile_tab ul li .check {
    display: block;
    position: absolute;
    border: 2px solid #AAAAAA;
    border-radius: 100%;
    height: 17px;
    width: 17px;
    top: 18px;
    left: 0px;
    z-index: 5;
    transition: border 0.25s linear;
    -webkit-transition: border 0.25s linear;
}

.creat_profile_tab ul li:hover .check {
    border: 3px solid #aaa;
}

.creat_profile_tab ul li .check::before {
    display: block;
    position: absolute;
    content: "";
    border-radius: 100%;
    height: 11px;
    width: 11px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.creat_profile_tab input[type=radio]:checked ~ .check {
    border: 2px solid #777;
}

.creat_profile_tab input[type=radio]:checked ~ .check::before {
    background: #777;
}

.creat_profile_tab input[type=radio]:checked ~ label {
    color: #222;
}

.btn_save {
    background-color: #5aa832;
    color: #fff;
    border: none;
    font-size: 15px;
    padding: 7px 75px;
    float: right;
    margin-top: 16px;
}

/* .time {
	color: #000;
	font-size: 45px;
} */

.label {
    font-size: 18px;
    display: block;
    color: #000;
}

.bg {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
}

.counter {
    text-align: center;
}

#countdown {
    margin-bottom: 30px;
}

#countdown div {
    display: inline-block;
}

#countdown div {
    display: inline-block;
    margin-bottom: 0px;
}

@media screen and (min-width: 320px) and (max-width: 680px) {
    .time {
        color: #000;
        font-size: 30px;
    }

    .label {
        font-size: 14px;
        display: block;
        color: #000;
    }

    #mc_embed_signup input.email {
        display: block !important;
        margin: 0 auto !important;
    }

    .prev_footer h3 {
        font-size: 18px;
        color: #4d4028;
        margin-bottom: 22px;
    }

    .prev_footer h4 {
        font-size: 15px;
        color: #888;
        padding-bottom: 30px;
    }

    .prev_footer h2 {
        font-size: 15px;
        text-transform: uppercase;
        color: #888;
        margin-bottom: 20px;
        padding-top: 30px;
    }

    .prev_logo {
        display: table;
        margin: 20px auto;
        margin-bottom: 15px !important;
    }

    #mc_embed_signup {
        padding-top: 18px !important;
    }

    .creat_profile_tab {
        background-color: #fff;
        width: 80%;
        margin: 18px auto;
        padding: 20px;
        box-shadow: 0px 0px 5px #ccc;
    }

    .creat_profile_half {
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
    }

    .creat_profile_half select {
        width: 100%;
        margin-left: 0;
        height: 32px;
        padding: 5px;
    }

    .creat_profile_tab.remove_bg {
        background-color: transparent;
        box-shadow: none;
        padding: 0px;
        width: 100%;
        margin-bottom: 0px !important;
        text-align: center;
    }

    .creat_profile_third {
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
    }

    .creat_profile_third {
        display: inline-block;
        width: 100%;
        margin-bottom: 4px;
    }

    .creat_profile_third_full {
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
    }

    .creat_profile_third_three {
        width: 100%;
        display: inline-block;
        margin-top: 15px;
        margin-bottom: 15px;
    }

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

    .creat_profile_third_four {
        width: 100%;
        display: inline-block;
        margin-bottom: 15px;
    }

    #mc-embedded-subscribe {
        margin-top: 20px !important;
    }
}

@media screen and (min-width: 681px) and (max-width: 768px) {
    .time {
        color: #000;
        font-size: 30px;
    }

    .label {
        font-size: 14px;
        display: block;
        color: #000;
    }

    #mc_embed_signup input.email {
        display: block !important;
        margin: 0 auto !important;
    }

    .prev_footer h3 {
        font-size: 18px;
        color: #4d4028;
        margin-bottom: 22px;
    }

    .prev_footer h4 {
        font-size: 15px;
        color: #888;
        padding-bottom: 30px;
    }

    .prev_footer h2 {
        font-size: 15px;
        text-transform: uppercase;
        color: #888;
        margin-bottom: 20px;
        padding-top: 30px;
    }

    .prev_logo {
        display: table;
        margin: 150px auto;
        margin-bottom: 15px !important;
    }

    #mc_embed_signup {
        padding-top: 18px !important;
    }

    .creat_profile_tab {
        background-color: #fff;
        width: 80%;
        margin: 18px auto;
        padding: 20px;
        box-shadow: 0px 0px 5px #ccc;
    }

    .creat_profile_half {
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
    }

    .creat_profile_half select {
        width: 100%;
        margin-left: 0;
        height: 32px;
        padding: 5px;
    }

    .creat_profile_tab.remove_bg {
        background-color: transparent;
        box-shadow: none;
        padding: 0px;
        width: 100%;
        margin-bottom: 0px !important;
        text-align: center;
    }

    .creat_profile_third {
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
    }

    .creat_profile_third {
        display: inline-block;
        width: 100%;
        margin-bottom: 4px;
    }

    .creat_profile_third_full {
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
    }

    .creat_profile_third_three {
        width: 100%;
        display: inline-block;
        margin-top: 15px;
        margin-bottom: 15px;
    }

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

    .creat_profile_third_four {
        width: 100%;
        display: inline-block;
        margin-bottom: 15px;
    }

    #mc-embedded-subscribe {
        margin-top: 20px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
    .prev_logo {
        display: table;
        margin: 35px auto;
        margin-bottom: 40px !important;
    }

    .prev_footer {
        background-color: #f2f1ed;
        padding: 0px;
        text-align: center;
        position: fixed;
    }

    #mc-embedded-subscribe {
        margin-top: 0px !important;
        margin-bottom: 15px !important;
    }
}

/*Create Profile Page Ends*/

.mediaViewInfo {
    --web-view-name: Share;
    --web-view-id: Share;
    --web-enable-deep-linking: true;
}

:root {
    --web-view-ids: Share;
}

* {
    margin: 0;
    padding: 0;
}

.Share_Class {
    position: absolute;
    box-sizing: border-box;
    background: #E5E5E5;
    width: 1920px;
    height: 2813px;
    background-color: #f2f1ed;
    overflow: hidden;
    margin: 0;
    padding: 0;
    --web-view-name: Share;
    --web-view-id: Share;
    --web-enable-deep-linking: true;
}

.google_plus_square_brands {
    overflow: visible;
    position: absolute;
    top: 620px;
    left: 1595px;
    width: 33.104px;
    height: 33.102px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.twitter_square_brands {
    overflow: visible;
    position: absolute;
    top: 620px;
    left: 1675px;
    width: 33.105px;
    height: 33.104px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.linkedin_brands {
    overflow: visible;
    position: absolute;
    top: 620px;
    left: 1715px;
    width: 33.105px;
    height: 33.104px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.facebook_square_brands {
    overflow: visible;
    position: absolute;
    top: 620px;
    left: 1635px;
    width: 33.105px;
    height: 33.104px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.envelope_square_solid {
    overflow: visible;
    position: absolute;
    top: 620px;
    left: 1554.896px;
    width: 33.104px;
    height: 33.104px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Rectangle_332 {
    position: absolute;
    overflow: visible;
    width: 33px;
    height: 33px;
    left: 1514px;
    top: 620px;
}

.Path_1225 {
    overflow: visible;
    position: absolute;
    top: 628.759px;
    left: 1519.424px;
    width: 11.263px;
    height: 15.699px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_1226 {
    overflow: visible;
    position: absolute;
    top: 628.759px;
    left: 1533.871px;
    width: 7.85px;
    height: 15.699px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_1227 {
    overflow: visible;
    position: absolute;
    top: 584.291px;
    left: 1468.986px;
    width: 114.619px;
    height: 39.651px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.BomaLink_Class {
    position: absolute;
    left: 1492px;
    top: 589.596px;
    overflow: visible;
    width: 67px;
    white-space: nowrap;
    line-height: 21px;
    margin-top: -3px;
    text-align: left;
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #a8a8a8;
}

.Group_576_Class {
    position: absolute;
    width: 26.242px;
    height: 29.991px;
    left: 1518.547px;
    top: 648.429px;
    overflow: visible;
}

.Path_88 {
    overflow: visible;
    position: absolute;
    top: 2.055px;
    left: 1.323px;
    width: 23.225px;
    height: 26.666px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_89 {
    overflow: visible;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 26.242px;
    height: 29.991px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.admin_sub_text a {
    color: #337ab7 !important;
    text-decoration: none !important;
    margin-bottom: 0px !important;
    display: initial !important;
}

.admin_sub_text {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    color: #636b6f;
}

.boma_nav_avatar {
    display: flex !important;
    padding: 10px 15px;
}

.boma_nav_avatar_img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.boma_nav_avatar_icon {
    padding: 0px !important;
    padding-top: 4px !important;
}

.boma_nav_dropdown-toggle {
    padding-left: 5px !important;
}

.chta {
    color: black;
}

.forgot_submit_text {
    margin-top: 15px;
}

.mt_25 {
    margin-top: 25px;
}

.name {
    font-weight: 500;
    text-transform: initial;
    margin: 0;
    color: #656565;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-text-decoration: el;
    text-decoration: el;
    -webkit-box-orient: vertical;
}

.nf_avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.sc_sub {
    margin-top: 0px !important;
}

.dashboard_circle {
    height: 45px;
    width: 45px;
    background-color: #bbb;
    display: inline-block;
    border-radius: 50%;
}

/*--------------------------notification popup------------------------------*/

.notification-wrap .notification_list_popup {
    padding: 15px;
    border-bottom: 1px solid #eee;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
}

.notification-wrap .notification_list_popup:hover {
    background: #f2f2f2;
}

.notification-wrap .notification_list_popup .content-left {
    width: calc(100% - 140px);
    float: left;
}

.notification-wrap .notification_list_popup .content-left .img-wrap {
    position: relative;
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status {
    width: 25px;
    height: 25px;
    padding: 2px;
    position: absolute;
    border-radius: 50px;
    bottom: -5px;
    left: -10px;
    text-align: center;
    transform: scale(0.85);
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status i {
    color: #fff;
    line-height: 20px;
    font-size: 10px;
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status.plus_status {
    background: #66af68;
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status.like_status {
    background: #5388bc;
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status.briefcase_status {
    background: #244477;
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status.comment_status {
    background: #76b2e1;
}

.notification-wrap .notification_list_popup .cancel {
    position: absolute;
    right: 20px;
    color: #aaa;
    font-size: 22px;
}

.notification-wrap .notification_list_popup .btn {
    width: 60px;
    height: 20px;
    padding: 0px;
    line-height: 18px;
    font-size: 87%;
}

.notification-wrap .notification_list_popup .list-content {
    margin-left: 10px;
    width: calc(100% - 60px);
}

.notification-wrap .notification_list_popup .list-content strong {
    font-weight: 500;
}

.notification-wrap .notification_list_popup .list-content small {
    color: #aaa;
}

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

.notification-wrap .name {
    font-weight: 500;
    text-transform: initial;
    margin: 0;
    color: #656565;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-text-decoration: el;
    text-decoration: el;
    -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
    .notification-wrap .notification-wrap .notification_list .content-left {
        width: calc(100%);
        padding-right: 30px;
        margin-bottom: 10px;
    }

    .notification-wrap .notification-wrap .notification_list .content-left .name {
        font-size: 12px;
    }

    .notification-wrap .notification-wrap .notification_list_popup .content-left {
        width: calc(100%);
        padding-right: 30px;
        margin-bottom: 10px;
    }

    .notification-wrap .notification-wrap .notification_list_popup .content-left .name {
        font-size: 12px;
    }
}

.custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    padding-bottom: 0px;
    cursor: pointer;
}

.custom-file-button {
    display: none !important;
}

.post_attach {
    display: flex !important;
}

@media screen and (min-width: 320px) and (max-width: 680px) {
  .time {
    color: #000;
    font-size: 30px;
  }

  .label {
    font-size: 14px;
    display: block;
    color: #000;
  }

  #mc_embed_signup input.email {
    display: block !important;
    margin: 0 auto !important;
  }

  .prev_footer h3 {
    font-size: 18px;
    color: #4d4028;
    margin-bottom: 22px;
  }

  .prev_footer h4 {
    font-size: 15px;
    color: #888;
    padding-bottom: 30px;
  }

  .prev_footer h2 {
    font-size: 15px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 20px;
    padding-top: 30px;
  }

  .prev_logo {
    display: table;
    margin: 20px auto;
    margin-bottom: 15px !important;
  }

  #mc_embed_signup {
    padding-top: 18px !important;
  }

  .creat_profile_tab {
    background-color: #fff;
    width: 80%;
    margin: 18px auto;
    padding: 20px;
    box-shadow: 0px 0px 5px #ccc;
  }

  .creat_profile_half {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }

  .creat_profile_half select {
    width: 100%;
    margin-left: 0;
    height: 32px;
    padding: 5px;
  }

  .creat_profile_tab.remove_bg {
    background-color: transparent;
    box-shadow: none;
    padding: 0px;
    width: 100%;
    margin-bottom: 0px !important;
    text-align: center;
  }

  .creat_profile_third {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }

  .creat_profile_third {
    display: inline-block;
    width: 100%;
    margin-bottom: 4px;
  }

  .creat_profile_third_full {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }

  .creat_profile_third_three {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
  }

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

  .creat_profile_third_four {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
  }

  #mc-embedded-subscribe {
    margin-top: 20px !important;
  }
}

@media screen and (min-width: 681px) and (max-width: 768px) {
  .time {
    color: #000;
    font-size: 30px;
  }

  .label {
    font-size: 14px;
    display: block;
    color: #000;
  }

  #mc_embed_signup input.email {
    display: block !important;
    margin: 0 auto !important;
  }

  .prev_footer h3 {
    font-size: 18px;
    color: #4d4028;
    margin-bottom: 22px;
  }

  .prev_footer h4 {
    font-size: 15px;
    color: #888;
    padding-bottom: 30px;
  }

  .prev_footer h2 {
    font-size: 15px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 20px;
    padding-top: 30px;
  }

  .prev_logo {
    display: table;
    margin: 150px auto;
    margin-bottom: 15px !important;
  }

  #mc_embed_signup {
    padding-top: 18px !important;
  }

  .creat_profile_tab {
    background-color: #fff;
    width: 80%;
    margin: 18px auto;
    padding: 20px;
    box-shadow: 0px 0px 5px #ccc;
  }

  .creat_profile_half {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }

  .creat_profile_half select {
    width: 100%;
    margin-left: 0;
    height: 32px;
    padding: 5px;
  }

  .creat_profile_tab.remove_bg {
    background-color: transparent;
    box-shadow: none;
    padding: 0px;
    width: 100%;
    margin-bottom: 0px !important;
    text-align: center;
  }

  .creat_profile_third {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }

  .creat_profile_third {
    display: inline-block;
    width: 100%;
    margin-bottom: 4px;
  }

  .creat_profile_third_full {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }

  .creat_profile_third_three {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
  }

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

  .creat_profile_third_four {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
  }

  #mc-embedded-subscribe {
    margin-top: 20px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .prev_logo {
    display: table;
    margin: 35px auto;
    margin-bottom: 40px !important;
  }

  .prev_footer {
    background-color: #f2f1ed;
    padding: 0px;
    text-align: center;
    position: fixed;
  }

  #mc-embedded-subscribe {
    margin-top: 0px !important;
    margin-bottom: 15px !important;
  }
}

/*Create Profile Page Ends*/

.mediaViewInfo {
  --web-view-name: Share;
  --web-view-id: Share;
  --web-enable-deep-linking: true;
}

:root {
  --web-view-ids: Share;
}

* {
  margin: 0;
  padding: 0;
}

.Share_Class {
  position: absolute;
  box-sizing: border-box;
  background: #E5E5E5;
  width: 1920px;
  height: 2813px;
  background-color: #f2f1ed;
  overflow: hidden;
  margin: 0;
  padding: 0;
  --web-view-name: Share;
  --web-view-id: Share;
  --web-enable-deep-linking: true;
}

.google_plus_square_brands {
  overflow: visible;
  position: absolute;
  top: 620px;
  left: 1595px;
  width: 33.104px;
  height: 33.102px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.twitter_square_brands {
  overflow: visible;
  position: absolute;
  top: 620px;
  left: 1675px;
  width: 33.105px;
  height: 33.104px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.linkedin_brands {
  overflow: visible;
  position: absolute;
  top: 620px;
  left: 1715px;
  width: 33.105px;
  height: 33.104px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.facebook_square_brands {
  overflow: visible;
  position: absolute;
  top: 620px;
  left: 1635px;
  width: 33.105px;
  height: 33.104px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.envelope_square_solid {
  overflow: visible;
  position: absolute;
  top: 620px;
  left: 1554.896px;
  width: 33.104px;
  height: 33.104px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.Rectangle_332 {
  position: absolute;
  overflow: visible;
  width: 33px;
  height: 33px;
  left: 1514px;
  top: 620px;
}

.Path_1225 {
  overflow: visible;
  position: absolute;
  top: 628.759px;
  left: 1519.424px;
  width: 11.263px;
  height: 15.699px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_1226 {
  overflow: visible;
  position: absolute;
  top: 628.759px;
  left: 1533.871px;
  width: 7.85px;
  height: 15.699px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_1227 {
  overflow: visible;
  position: absolute;
  top: 584.291px;
  left: 1468.986px;
  width: 114.619px;
  height: 39.651px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.BomaLink_Class {
  position: absolute;
  left: 1492px;
  top: 589.596px;
  overflow: visible;
  width: 67px;
  white-space: nowrap;
  line-height: 21px;
  margin-top: -3px;
  text-align: left;
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #a8a8a8;
}

.Group_576_Class {
  position: absolute;
  width: 26.242px;
  height: 29.991px;
  left: 1518.547px;
  top: 648.429px;
  overflow: visible;
}

.Path_88 {
  overflow: visible;
  position: absolute;
  top: 2.055px;
  left: 1.323px;
  width: 23.225px;
  height: 26.666px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_89 {
  overflow: visible;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 26.242px;
  height: 29.991px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.admin_sub_text a {
  color: #337ab7 !important;
  text-decoration: none !important;
  margin-bottom: 0px !important;
  display: initial !important;
}

.admin_sub_text {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
  color: #636b6f;
}

.boma_nav_avatar {
  display: flex !important;
  padding: 10px 15px;
}

.boma_nav_avatar_img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.boma_nav_avatar_icon {
  padding: 0px !important;
  padding-top: 4px !important;
}

.boma_nav_dropdown-toggle {
  padding-left: 5px !important;
}

.chta {
  color: black;
}

.forgot_submit_text {
  margin-top: 15px;
}

.mt_25 {
  margin-top: 25px;
}

.name {
  font-weight: 500;
  text-transform: initial;
  margin: 0;
  color: #656565;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-text-decoration: el;
  text-decoration: el;
  -webkit-box-orient: vertical;
}

.nf_avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.sc_sub {
  margin-top: 0px !important;
}

.dashboard_circle {
  height: 45px;
  width: 45px;
  background-color: #bbb;
  display: inline-block;
  border-radius: 50%;
}

/*--------------------------notification popup------------------------------*/

.notification-wrap .notification_list_popup {
  padding: 15px;
  border-bottom: 1px solid #eee;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}

.notification-wrap .notification_list_popup:hover {
  background: #f2f2f2;
}

.notification-wrap .notification_list_popup .content-left {
  width: calc(100% - 140px);
  float: left;
}

.notification-wrap .notification_list_popup .content-left .img-wrap {
  position: relative;
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status {
  width: 25px;
  height: 25px;
  padding: 2px;
  position: absolute;
  border-radius: 50px;
  bottom: -5px;
  left: -10px;
  text-align: center;
  transform: scale(0.85);
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status i {
  color: #fff;
  line-height: 20px;
  font-size: 10px;
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status.plus_status {
  background: #66af68;
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status.like_status {
  background: #5388bc;
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status.briefcase_status {
  background: #244477;
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status.comment_status {
  background: #76b2e1;
}

.notification-wrap .notification_list_popup .cancel {
  position: absolute;
  right: 20px;
  color: #aaa;
  font-size: 22px;
}

.notification-wrap .notification_list_popup .btn {
  width: 60px;
  height: 20px;
  padding: 0px;
  line-height: 18px;
  font-size: 87%;
}

.notification-wrap .notification_list_popup .list-content {
  margin-left: 10px;
  width: calc(100% - 60px);
}

.notification-wrap .notification_list_popup .list-content strong {
  font-weight: 500;
}

.notification-wrap .notification_list_popup .list-content small {
  color: #aaa;
}

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

.notification-wrap .name {
  font-weight: 500;
  text-transform: initial;
  margin: 0;
  color: #656565;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-text-decoration: el;
  text-decoration: el;
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  .notification-wrap .notification-wrap .notification_list .content-left {
    width: calc(100%);
    padding-right: 30px;
    margin-bottom: 10px;
  }

  .notification-wrap .notification-wrap .notification_list .content-left .name {
    font-size: 12px;
  }

  .notification-wrap .notification-wrap .notification_list_popup .content-left {
    width: calc(100%);
    padding-right: 30px;
    margin-bottom: 10px;
  }

  .notification-wrap .notification-wrap .notification_list_popup .content-left .name {
    font-size: 12px;
  }
}

.custom-file-upload {
  display: inline-block;
  padding: 6px 12px;
  padding-bottom: 0px;
  cursor: pointer;
}

.custom-file-button {
  display: none !important;
}

.post_attach {
  display: flex !important;
}

.post_avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.post_logo {
  width: 55px;
  height: 55px;
}

.post_link_div {
  display: none;
  flex-direction: column;
}

.post_location_div {
  display: none;
  margin-top: 10px;
}

.post_link_input {
  margin-bottom: 10px;
}

.post_location_select {
  margin-right: 10px;
}

.invisible_button {
  border: none;
  background-color: transparent;
}

.profile_share_form {
  width: auto;
}

.profile_share_button_group {
  display: flex;
  width: auto;
  justify-content: flex-end;
}

.media-post {
  display: flex;
  justify-content: center;
}

.post_comments_bx {
  border-top: 1px solid #efefef;
  padding: 10px;
}

.comment_input {
  margin-right: 20px;
}

.comm_tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.comm_tooltip .tooltiptext {
  width: auto;
  height: auto;
  background-color: white;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
  display: flex !important;
}

/*.comm_tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}*/

.comm_tooltip:hover .tooltiptext {
  visibility: visible;
}

.like_btn {
  background-color: transparent;
  border-radius: 50px;
}

.like_btn_form {
  width: auto;
  height: auto;
}

.profile_link_text {
  color: black;
}

.main_logo {
  width: 120px;
}

.pending_connect {
  margin-left: initial !important;
}

.like_love {
  height: 25px;
  width: 25px;
  background-color: #E16B6D;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}

.like_cheers {
  height: 25px;
  width: 25px;
  background-color: #E0BE27;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}

.like_laugh {
  height: 25px;
  width: 25px;
  background-color: #77D6CB;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}

.opportunities .heading {
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .opportunities .heading {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.opportunities .btn-success {
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 35px;
  justify-content: center;
}

.opportunities .btn-success .icon {
  margin-right: 5px;
}

.opportunities .form-group {
  margin-bottom: 25px;
}

.opportunities__box {
  background-color: #fff;
  padding: 25px 25px 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.opportunities__form--searchInput {
  padding-left: 40px;
  background-image: url(/images/search_icon.png?d41d8cd98f00b204e9800998ecf8427e);
  background-repeat: no-repeat;
  background-position: 8px center;
}

.opportunities__form--locationInput {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: 8px center;
  background-image: url(/images/location_icon.png?d41d8cd98f00b204e9800998ecf8427e);
}

.opportunities__form--search {
  margin-right: 15px;
}

.opportunities__form--select {
  width: 20%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

@media (max-width: 1199px) {
  .opportunities__form--select,
  .opportunities__form--input {
    width: 50%;
    float: left;
  }
}

@media (max-width: 575px) {
  .opportunities__form--select,
  .opportunities__form--input {
    width: 100%;
    float: left;
    display: block;
  }
}

.opportunities__section {
  padding: 30px 0;
}

.opportunities__section .view__more {
  color: #aaa8a8;
  font-weight: 600;
  text-decoration: underline;
}

.opportunities__section .view__more:hover {
  color: #867452;
}

.opportunities__section .featuredOpp {
  margin-bottom: 30px;
}

.opportunities__section .featuredOpp__title {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-right: 30px;
}

.opportunities__section .featuredOpp__company {
  margin-bottom: 15px;
}

.opportunities__section .featuredOpp__company__img {
  width: 45px;
}

.opportunities__section .featuredOpp__company--right {
  padding-left: 10px;
}

.opportunities__section .featuredOpp__company__name {
  font-size: 15px;
  color: #333;
}

.opportunities__section .featuredOpp__company__address {
  font-size: 12px;
  color: #666;
}

.opportunities__section .featuredOpp__box {
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.opportunities__section .featuredOpp__box h4 {
  font-size: 12px;
  margin-bottom: 5px;
}

.opportunities__section .featuredOpp__box__amount {
  font-size: 15px;
  color: #333;
}

.opportunities__section .featuredOpp__box__learnMore {
  color: #666;
  font-size: 12px;
  text-decoration: underline;
}

.opportunities__section .featuredOpp__box__learnMore:hover {
  padding-left: 8px;
  color: #867452;
}

.opportunities__section .featuredOpp .badge {
  display: block;
  height: 30px;
  width: 30px;
  background-position: center;
  background-color: transparent;
  position: absolute;
  right: 20px;
  top: 10px;
}

.opportunities__section .featuredOpp .badge--white {
  background-image: url(/images/badge_white.jpg?d41d8cd98f00b204e9800998ecf8427e);
}

.opportunities__section .featuredOpp .badge--red {
  background-image: url(/images/badge_red.jpg?d41d8cd98f00b204e9800998ecf8427e);
}

@media (max-width: 767px) {
  .opportunities__section {
    padding: 15px 0;
  }

  .opportunities__section .featuredOpp {
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .opportunities__box {
    padding: 15px;
  }
}

.message-page #frame {
  width: 95%;
  min-width: 360px;
  max-width: 1000px;
  height: calc(100vh - 150px);
  background: #fff;
  margin: 20px auto 0;
}

@media screen and (max-width: 360px) {
  .message-page #frame {
    width: 100%;
    height: 100vh;
  }
}

.message-page .top-bar {
  padding: 5px 10px;
  color: #555;
}

.message-page .social-media {
  padding: 20px;
}

.message-page .social-media .dropdown-menu {
  position: absolute;
  top: 80%;
  right: 0;
  transform: translateX(-50%);
  min-width: 120px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  z-index: 2;
  border: none;
  border-radius: 3px;
}

.message-page .social-media .dropdown-menu:before {
  position: absolute;
  content: "";
  top: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.message-page .social-media .dropdown-menu:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 3px;
}

.message-page .social-media .dropdown-menu li {
  position: relative;
  z-index: 1;
}

.message-page .social-media .dropdown-menu li a {
  text-align: center;
  text-transform: capitalize;
  padding: 4px 20px;
}

.message-page #frame #sidepanel {
  float: left;
  min-width: 280px;
  max-width: 340px;
  width: 40%;
  height: 100%;
  color: #f5f5f5;
  position: relative;
  border-right: 1px solid #fafafa;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel {
    width: 58px;
    min-width: 58px;
  }
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #profile {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 0 0;
    background: #32465a;
  }
}

.message-page #frame #sidepanel #profile.expanded .wrap {
  height: 210px;
  line-height: initial;
}

.message-page #frame #sidepanel #profile.expanded .wrap p {
  margin-top: 20px;
}

.message-page #frame #sidepanel #profile.expanded .wrap i.expand-button {
  transform: scaleY(-1);
  -webkit-filter: FlipH;
  filter: FlipH;
  -ms-filter: "FlipH";
}

.message-page #frame #sidepanel #profile .wrap {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  transition: 0.3s height ease;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #profile .wrap {
    height: 55px;
  }
}

.message-page #frame #sidepanel #profile .wrap img {
  width: 50px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #e74c3c;
  height: auto;
  float: left;
  cursor: pointer;
  transition: 0.3s border ease;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #profile .wrap img {
    width: 40px;
    margin-left: 4px;
  }
}

.message-page #frame #sidepanel #profile .wrap img.online {
  border: 2px solid #2ecc71;
}

.message-page #frame #sidepanel #profile .wrap img.away {
  border: 2px solid #f1c40f;
}

.message-page #frame #sidepanel #profile .wrap img.busy {
  border: 2px solid #e74c3c;
}

.message-page #frame #sidepanel #profile .wrap img.offline {
  border: 2px solid #95a5a6;
}

.message-page #frame #sidepanel #profile .wrap p {
  float: left;
  margin-left: 15px;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #profile .wrap p {
    display: none;
  }
}

.message-page #frame #sidepanel #profile .wrap i.expand-button {
  float: right;
  margin-top: 23px;
  font-size: 0.8em;
  cursor: pointer;
  color: #435f7a;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #profile .wrap i.expand-button {
    display: none;
  }
}

.message-page #frame #sidepanel #profile .wrap #status-options {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 150px;
  margin: 70px 0 0 0;
  border-radius: 6px;
  z-index: 99;
  line-height: initial;
  background: #435f7a;
  transition: 0.3s all ease;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #profile .wrap #status-options {
    width: 58px;
    margin-top: 57px;
  }
}

.message-page #frame #sidepanel #profile .wrap #status-options.active {
  opacity: 1;
  visibility: visible;
  margin: 75px 0 0 0;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #profile .wrap #status-options.active {
    margin-top: 62px;
  }
}

.message-page #frame #sidepanel #profile .wrap #status-options:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #435f7a;
  margin: -8px 0 0 24px;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #profile .wrap #status-options:before {
    margin-left: 23px;
  }
}

.message-page #frame #sidepanel #profile .wrap #status-options ul {
  overflow: hidden;
  border-radius: 6px;
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li {
  padding: 15px 0 30px 18px;
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #profile .wrap #status-options ul li {
    padding: 15px 0 35px 22px;
  }
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li:hover {
  background: #496886;
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 5px 0 0 0;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
    width: 14px;
    height: 14px;
  }
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  margin: -3px 0 0 -3px;
  background: transparent;
  border-radius: 50%;
  z-index: 0;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
    height: 18px;
    width: 18px;
  }
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li p {
  padding-left: 12px;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #profile .wrap #status-options ul li p {
    display: none;
  }
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li#status-online span.status-circle {
  background: #2ecc71;
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
  border: 1px solid #2ecc71;
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {
  background: #f1c40f;
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
  border: 1px solid #f1c40f;
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {
  background: #e74c3c;
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
  border: 1px solid #e74c3c;
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {
  background: #95a5a6;
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
  border: 1px solid #95a5a6;
}

.message-page #frame #sidepanel #profile .wrap #expanded {
  padding: 100px 0 0 0;
  display: block;
  line-height: initial !important;
}

.message-page #frame #sidepanel #profile .wrap #expanded label {
  float: left;
  clear: both;
  margin: 0 8px 5px 0;
  padding: 5px 0;
}

.message-page #frame #sidepanel #profile .wrap #expanded input {
  border: none;
  margin-bottom: 6px;
  background: #32465a;
  border-radius: 3px;
  color: #f5f5f5;
  padding: 7px;
  width: calc(100% - 43px);
}

.message-page #frame #sidepanel #profile .wrap #expanded input:focus {
  outline: none;
  background: #435f7a;
}

.message-page #frame #sidepanel #search {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-weight: 300;
  position: relative;
}

.message-page #frame #sidepanel #search .search {
  margin: -15px 0;
  position: absolute;
  top: 9px;
  left: -4px;
}

.message-page #frame #sidepanel #search .filter {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.message-page #frame #sidepanel #search .filter .dropdown-menu {
  position: absolute;
  top: 150%;
  left: -10px;
  min-width: 120px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  z-index: 2;
  border: none;
  margin-top: 0;
  border-radius: 3px;
}

.message-page #frame #sidepanel #search .filter .dropdown-menu:before {
  position: absolute;
  content: "";
  top: -5px;
  left: 11px;
  transform: translateX(-50%) rotate(45deg);
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.message-page #frame #sidepanel #search .filter .dropdown-menu:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 3px;
}

.message-page #frame #sidepanel #search .filter .dropdown-menu li {
  position: relative;
  z-index: 1;
}

.message-page #frame #sidepanel #search .filter .dropdown-menu li.active a {
  background-color: #f5f5f5 !important;
  color: #000;
}

.message-page #frame #sidepanel #search .filter .dropdown-menu li a {
  text-align: center;
  text-transform: capitalize;
  padding: 4px 20px;
}

.message-page #frame #sidepanel #search .fa-search {
  position: absolute;
  right: 15px;
  transform: translateY(-50%);
  left: 0;
  top: 4px;
  color: #999;
}

.message-page .icon {
  padding: 10px;
  color: #aaa;
}

.message-page .icon .fa {
  margin: 0 5px;
}

.message-page .icon .fa:last-child {
  margin-right: 0;
}

.message-page #contacts ul {
  padding-left: 0;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #search {
    display: none;
  }
}

.message-page #frame #sidepanel #search label {
  position: absolute;
  margin: 10px 0 0 10px;
}

.message-page #frame #sidepanel #search input {
  padding: 4px 0 4px 30px;
  width: calc(100% - 25px);
  border: none;
  color: #000;
  box-shadow: none !important;
  outline: none !important;
}

.message-page #frame #sidepanel #search input::-webkit-input-placeholder {
  color: #eee;
}

.message-page #frame #sidepanel #search input::-moz-placeholder {
  color: #eee;
}

.message-page #frame #sidepanel #search input:-ms-input-placeholder {
  color: #eee;
}

.message-page #frame #sidepanel #search input:-moz-placeholder {
  color: #eee;
}

.message-page #frame #sidepanel #contacts {
  height: calc(100%);
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 40px;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #contacts {
    height: calc(100%);
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .message-page #frame #sidepanel #contacts::-webkit-scrollbar {
    display: none;
  }
}

.message-page #frame #sidepanel #contacts.expanded {
  height: calc(100%);
}

.message-page #frame #sidepanel #contacts::-webkit-scrollbar {
  width: 5px;
  background: #fafafa;
}

.message-page #frame #sidepanel #contacts::-webkit-scrollbar-thumb {
  background-color: #fafafa;
}

.message-page #frame #sidepanel #contacts ul li.contact {
  position: relative;
  padding: 10px 0 15px 0;
  font-size: 0.9em;
  cursor: pointer;
  border-bottom: 1px solid #f5f5f5;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #contacts ul li.contact {
    padding: 6px 0 46px 8px;
  }
}

.message-page #frame #sidepanel #contacts ul li.contact:hover {
  background: #f5f5f5;
}

.message-page #frame #sidepanel #contacts ul li.contact.active {
  background: #f5f5f5;
}

.message-page #frame #sidepanel #contacts ul li.contact .wrap {
  width: 92%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #contacts ul li.contact .wrap {
    width: 100%;
  }
}

.message-page #frame #sidepanel #contacts ul li.contact .wrap span:not(.time) {
  position: absolute;
  left: 4px;
  bottom: 4px;
  margin: -2px 0 0 -2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid transparent;
}

.message-page span.time {
  color: #aaa;
  font-weight: normal;
}

.message-page sub,
.message-page sup {
  font-size: 100%;
}

.message-page #frame #sidepanel #contacts ul li.contact .wrap span.online {
  background: #2ecc71;
  border: 1px solid #fff;
}

.message-page #frame #sidepanel #contacts ul li.contact .wrap span.away {
  background: #f1c40f;
}

.message-page #frame #sidepanel #contacts ul li.contact .wrap span.busy {
  background: #e74c3c;
}

.message-page #frame #sidepanel #contacts ul li.contact .wrap img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #contacts ul li.contact .wrap img {
    margin-right: 0px;
  }
}

.message-page #frame #sidepanel #contacts ul li.contact .wrap .meta {
  padding: 5px 0 0 0;
  color: #000;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #contacts ul li.contact .wrap .meta {
    display: none;
  }
}

.message-page #frame #sidepanel #contacts ul li.contact .wrap .meta .name {
  font-weight: 600;
  margin-bottom: 0;
}

.message-page #frame #sidepanel #contacts ul li.contact .wrap .meta .preview {
  margin: 5px 0 0 0;
  padding: 0 0 1px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 1s all ease;
}

.message-page #frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {
  position: initial;
  border-radius: initial;
  background: none;
  border: none;
  padding: 0 2px 0 0;
  margin: 0 0 0 1px;
  opacity: 0.5;
}

.message-page #frame #sidepanel #bottom-bar {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.message-page #frame #sidepanel #bottom-bar button {
  float: left;
  border: none;
  width: 50%;
  padding: 10px 0;
  background: #32465a;
  color: #f5f5f5;
  cursor: pointer;
  font-size: 0.85em;
  font-family: "proxima-nova", "Source Sans Pro", sans-serif;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #bottom-bar button {
    float: none;
    width: 100%;
    padding: 15px 0;
  }
}

.message-page #frame #sidepanel #bottom-bar button:focus {
  outline: none;
}

.message-page #frame #sidepanel #bottom-bar button:nth-child(1) {
  border-right: 1px solid #2c3e50;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #bottom-bar button:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #2c3e50;
  }
}

.message-page #frame #sidepanel #bottom-bar button:hover {
  background: #435f7a;
}

.message-page #frame #sidepanel #bottom-bar button i {
  margin-right: 3px;
  font-size: 1em;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #bottom-bar button i {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #bottom-bar button span {
    display: none;
  }
}

.message-page #frame .content {
  float: right;
  width: 60%;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 735px) {
  .message-page #frame .content {
    width: calc(100% - 58px);
    min-width: 300px !important;
  }
}

@media screen and (min-width: 900px) {
  .message-page #frame .content {
    width: calc(100% - 340px);
  }
}

.message-page #frame .content .contact-profile {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #eee;
}

.message-page #frame .content .contact-profile img:not(.vertical_dots) {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin: 9px 12px 0 9px;
}

.message-page #frame .content .contact-profile p {
  float: left;
  line-height: 1;
  margin-top: 15px;
  font-weight: 500;
}

.message-page #frame .content .contact-profile p .position {
  display: block;
  color: #aaa;
  line-height: 2;
  font-weight: 400;
  font-size: 90%;
}

.message-page #frame .content .contact-profile .social-media {
  float: right;
}

.message-page #frame .content .contact-profile .social-media i {
  margin-left: 14px;
  cursor: pointer;
}

.message-page #frame .content .contact-profile .social-media i:nth-last-child(1) {
  margin-right: 20px;
}

.message-page #frame .content .contact-profile .social-media i:hover {
  color: #435f7a;
}

.message-page #frame .content .messages {
  height: auto;
  min-height: calc(100% - 124px);
  max-height: calc(100% - 124px);
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
}

@media screen and (max-width: 735px) {
  .message-page #frame .content .messages {
    max-height: calc(100% - 105px);
  }
}

.message-page #frame .content .messages::-webkit-scrollbar {
  width: 5px;
  background: transparent;
}

.message-page #frame .content .messages::-webkit-scrollbar-thumb {
  background-color: #fafafa;
}

.message-page #frame .content .messages ul li {
  display: inline-block;
  clear: both;
  float: left;
  margin: 15px 15px 5px 0;
  width: calc(100% - 25px);
  font-size: 0.9em;
}

.message-page #frame .content .messages ul li:nth-last-child(1) {
  margin-bottom: 20px;
}

.message-page #frame .content .messages ul li.sent img {
  margin: 0 8px 0 0;
}

.message-page #frame .content .messages ul li.sent p {
  background: #f5f5f5;
  border-top-left-radius: 0;
}

.message-page #frame .content .messages ul li.replies img {
  float: right;
  margin: 0 0 0 8px;
}

.message-page #frame .content .messages ul li.replies p {
  background: #c1e2b0;
  float: right;
  border-top-right-radius: 0;
}

.message-page #frame .content .messages ul li img {
  width: 32px;
  border-radius: 50%;
  float: left;
}

.message-page #frame .content .messages ul li p {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 10px;
  width: calc(100% - 80px);
  line-height: 1.5;
}

.message-page #frame .content .message-input {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 99;
  border-top: 1px solid #eee;
  background: #fff;
}

.message-page #frame .content .message-input .wrap {
  position: relative;
  padding: 10px 0;
  clear: both;
  overflow: hidden;
}

.message-page #frame .content .message-input .wrap input {
  float: left;
  border: none;
  width: calc(100% - 100px);
  padding: 11px 32px 10px 8px;
  font-size: 0.8em;
  color: #32465a;
}

@media screen and (max-width: 735px) {
  .message-page #frame .content .message-input .wrap input {
    padding: 15px 32px 16px 8px;
  }
}

.message-page #frame .content .message-input .wrap input:focus {
  outline: none;
}

.message-page #frame .content .message-input .wrap .attachment {
  position: absolute;
  right: 60px;
  z-index: 4;
  margin-top: 10px;
  font-size: 1.1em;
  color: #435f7a;
  opacity: 0.5;
  cursor: pointer;
}

@media screen and (max-width: 735px) {
  .message-page #frame .content .message-input .wrap .attachment {
    margin-top: 17px;
    right: 65px;
  }
}

.message-page #frame .content .message-input .wrap .attachment:hover {
  opacity: 1;
}

.message-page #frame .content .message-input .wrap button {
  float: right;
  border: none;
  width: 50px;
  padding: 12px 0;
  cursor: pointer;
  background: #32465a;
  color: #f5f5f5;
}

@media screen and (max-width: 735px) {
  .message-page #frame .content .message-input .wrap button {
    padding: 16px 0;
  }
}

.message-page #frame .content .message-input .wrap button:hover {
  background: #435f7a;
}

.message-page #frame .content .message-input .wrap button:focus {
  outline: none;
}

.message-page #frame {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.message-page .social-media .dropdown-menu {
  right: 0 !important;
  left: auto !important;
}

.message-page .social-media .dropdown-menu:before {
  right: 5px;
  left: auto;
}

.message-page #frame #sidepanel #search .filter .dropdown-menu:before {
  left: 22px;
}

.message-page .dropdown,
.message-page .dropup {
  position: relative;
  cursor: pointer;
}

.message-page #frame .content .message-input .wrap input {
  width: calc(100% - 132px);
  padding-right: 5px;
}

.message-page .icon img {
  margin: 0 5px;
  cursor: pointer;
}

.message-page .messages ul {
  padding-left: 15px;
}

@media screen and (min-width: 992px) {
  .message-page #frame .content {
    width: calc(100% - 340px);
  }
}

@media screen and (max-width: 991px) {
  .message-page #frame .content {
    width: calc(100% - 280px);
  }

  .message-page #frame .content .message-input .wrap {
    padding: 0;
  }

  .message-page #frame .content .message-input {
    z-index: 1;
  }
}

@media screen and (max-width: 991px) and (max-width: 735px) {
  .message-page #frame .content {
    width: calc(100% - 58px);
  }

  .message-page .top-bar {
    text-align: center;
  }

  .message-page .top-content {
    float: inherit !important;
  }

  .message-page .top-bar .head,
  .message-page .top-bar .top-content small {
    display: none;
  }

  .message-page #frame #sidepanel #contacts ul li.contact .wrap span:not(.time) {
    bottom: inherit;
  }

  .message-page .social-media {
    padding: 0;
  }

  .message-page .social-media .dropdown-menu {
    left: -25px;
  }

  .message-page #frame #sidepanel #search .filter {
    position: inherit;
    right: inherit;
    top: 50%;
    transform: inherit;
    text-align: center;
    margin-top: -9px;
  }

  .message-page #frame #sidepanel #search .filter .dropdown-menu {
    left: 5px;
  }

  .message-page #frame #sidepanel #contacts {
    padding-bottom: 50px;
  }

  .message-page #frame #sidepanel #search {
    display: inherit;
    height: 30px;
  }

  .message-page #frame #sidepanel #search label,
  .message-page #frame #sidepanel #search input {
    display: none;
  }
}

.fa-grey {
  color: lightgray;
}

#noMessages {
  color: #555555;
  padding: 5px;
  text-align: center;
}

.newMessageTrigger {
  color: #555555;
  cursor: pointer;
}

/*-----------------------------start new message popup css------------------------------------*/

#newMessageClose {
  cursor: pointer;
}

#newMessageDiv {
  display: none;
  width: 400px;
  height: 400px;
  box-shadow: 0 0 30px #555555;
  position: fixed;
  bottom: 0;
  right: 30px;
  background: white;
  z-index: 222;
}

.msg_heading {
  font-weight: bolder;
}

.msgTo {
  display: flex;
}

.inputToMsg {
  border: none;
  display: table-cell;
  width: 100%;
}

.msgToLabel {
  display: table-cell;
  padding: 10px;
}

.divider {
  border-top: 1px solid lightgrey;
}

.msg_footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #F7F5F2;
  height: 40px;
  line-height: 40px;
}

.typeMsgInput {
  border: none;
  width: 100%;
  padding: 10px;
}

.type_message {
  position: absolute;
  bottom: 40px;
  width: 100%;
}

.p-10 {
  padding: 5px 10px;
}

/*-----------------------------end new message popup css------------------------------------*/

.opportunity-detail-page strong {
  font-weight: 600;
}

.opportunity-detail-page h3 {
  margin: 0;
}

.opportunity-detail-page h4 {
  margin-top: 0;
}

.opportunity-detail-page .top-banner img {
  width: 100%;
}

.opportunity-detail-page .name {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  margin: 0px 0px 4px 0;
  color: #656565;
}

.opportunity-detail-page .content-sidebar {
  background: #fff;
}

.opportunity-detail-page .content-sidebar .bar-content {
  padding: 15px;
}

.opportunity-detail-page .content-sidebar .bar-content .contact-list_wrap {
  margin-top: 15px;
}

.opportunity-detail-page .content-sidebar .bar-content .contact-list_wrap .content-wrap {
  margin: 20px 0;
}

.opportunity-detail-page .content-sidebar .bar-content .contact-list_wrap .content-wrap p {
  margin-bottom: 0;
}

.opportunity-detail-page .content-sidebar .bar-content .contact-list_wrap .list-content {
  margin-left: 10px;
  margin-bottom: 25px;
  line-height: 1.7;
}

.opportunity-detail-page .content-sidebar .bar-content .contact-list_wrap .list-content strong {
  font-weight: 500;
}

.opportunity-detail-page .right-content {
  background: #fff;
  padding: 15px;
  margin-bottom: 30px;
}

.opportunity-detail-page .right-content h4 {
  margin-top: 15px;
}

.opportunity-detail-page .right-content .budget {
  font-weight: 500;
  font-size: 18px;
}

.opportunity-detail-page .right-content .inputfeild {
  padding: 12px;
  margin-bottom: 30px;
}

.opportunity-detail-page .right-content .ans-div {
  background: #f7f7f7;
  padding: 15px;
  margin-left: 15px;
  width: calc(100% - 65px);
  border-radius: 8px;
  border-top-left-radius: 0;
}

.opportunity-detail-page .main-head {
  margin-top: 0px;
  font-weight: normal;
  font-size: 30px;
}

.opportunity-detail-page .content-head {
  color: #907f60;
  font-weight: 700;
}

.opportunity-detail-page .img-wrap {
  width: 50px;
  height: 50px;
}

.opportunity-detail-page .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.preview-page {
  background-color: #FFF;
  /*preview page End*/
}

.preview-page .prev_logo {
  display: table;
  margin: 15px auto;
  margin-bottom: 20px !important;
}

.preview-page .prev_logo img {
  display: block;
  margin: 0 auto;
}

.preview-page .prev_logo h2 {
  font-size: 15px;
  text-align: center;
  margin-top: 8px;
}

.preview-page .btm_link ul {
  padding-left: 0px;
  text-align: center;
  background-color: #e6e3dc;
  padding: 10px;
}

.preview-page .btm_link ul li {
  list-style: none;
  display: inline-block;
}

.preview-page .btm_link ul li a {
  font-size: 10px;
  text-decoration: none;
  color: #777;
  margin-left: 5px;
  margin-right: 5px;
}

.preview-page #mc_embed_signup {
  background: #fff;
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
  width: 100%;
  margin-bottom: 0;
}

.preview-page #mc_embed_signup form {
  text-align: center;
  padding: 10px 0 10px 0;
}

.preview-page #mc_embed_signup label {
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: bold;
}

.preview-page #mc_embed_signup input.email {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
  font-size: 15px;
  border: 1px solid #ABB0B2;
  border-radius: 3px;
  color: #343434;
  background-color: #fff;
  box-sizing: border-box;
  height: 32px;
  padding: 0px 0.4em;
  display: inline-block;
  margin: 0;
  width: 350px;
  vertical-align: top;
}

.preview-page #mc_embed_signup .button {
  font-size: 13px;
  border: none;
  border-radius: 3px;
  letter-spacing: 0.03em;
  color: #fff;
  background-color: #aaa;
  box-sizing: border-box;
  height: 32px;
  line-height: 32px;
  padding: 0 18px;
  display: inline-block;
  margin: 0;
  transition: all 0.23s ease-in-out 0s;
}

.preview-page #mc_embed_signup .clear {
  display: inline-block;
}

.preview-page .prev_footer {
  text-align: center;
}

.preview-page .btm_link ul li {
  list-style: none;
  display: inline-block;
}

.preview-page .btm_link ul li a {
  font-size: 10px;
  text-decoration: none;
  color: #777;
  margin-left: 5px;
  margin-right: 5px;
}

.preview-page .language_selection {
  position: absolute;
  right: 15px;
  top: 10px;
}

.preview-page .time {
  color: #000;
  font-size: 45px;
}

@media (max-width: 767px) {
  .preview-page .prev_logo img {
    width: 86px;
  }

  .preview-page #mc_embed_signup input.email {
    width: 100%;
  }

  .preview-page .time {
    font-size: 23px;
  }

  .preview-page .label {
    font-size: 12px;
  }
}

.footer .footer-top {
  background-color: #f2f1ed;
  padding: 20px 15px 10px;
  text-align: center;
  width: 100%;
}

.footer h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 10px;
  margin-top: 0px;
}

.footer h3 {
  font-size: 27px;
  color: #4d4028;
  margin-bottom: 10px;
}

.footer h4 {
  font-size: 21px;
  color: #888;
  padding-bottom: 15px;
}

.create-form {
  max-width: 600px;
  margin: 0 auto;
}

.create-form .heading {
  margin-bottom: 20px;
}

.create-form .form-wrapper {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.create-form .form-wrapper h2 {
  font-size: 14px;
  color: #C3C3C3;
  font-weight: 600;
  margin-top: 0px;
}

.create-form .form-wrapper label {
  text-align: left;
  color: #898989;
}

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

.create-form .form-wrapper .btn-continue {
  float: right;
  text-transform: uppercase;
  color: #959595;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.create-form .form-wrapper .btn-continue img {
  height: 20px;
  width: 20px;
  margin-left: 5px;
}

.img-wrap {
  width: 40px;
  height: 40px;
}

.img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 992px) {
  .notification-container {
    max-width: 700px;
    margin: 0 auto;
  }
}

.notification-wrap {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.notification-wrap .notification_list {
  padding: 15px;
  border-bottom: 1px solid #eee;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}

.notification-wrap .notification_list:hover {
  background: #f2f2f2;
}

.notification-wrap .notification_list .content-left {
  width: calc(100% - 190px);
  float: left;
}

.notification-wrap .notification_list .content-left .img-wrap {
  position: relative;
}

.notification-wrap .notification_list .content-left .img-wrap .status {
  width: 25px;
  height: 25px;
  padding: 2px;
  position: absolute;
  border-radius: 50px;
  bottom: -5px;
  left: -10px;
  text-align: center;
  transform: scale(0.85);
}

.notification-wrap .notification_list .content-left .img-wrap .status i {
  color: #fff;
  line-height: 20px;
  font-size: 10px;
}

.notification-wrap .notification_list .content-left .img-wrap .status.plus_status {
  background: #66af68;
}

.notification-wrap .notification_list .content-left .img-wrap .status.like_status {
  background: #5388bc;
}

.notification-wrap .notification_list .content-left .img-wrap .status.briefcase_status {
  background: #244477;
}

.notification-wrap .notification_list .content-left .img-wrap .status.comment_status {
  background: #76b2e1;
}

.notification-wrap .notification_list .cancel {
  position: absolute !important;
  right: 30px;
  color: #aaa;
  font-size: 22px;
}
.notification-wrap .notification_list .button-group{
  position: inherit !important;
}
.notification-wrap .notification_list .btn {
  width: 80px;
  height: 30px;
  padding: 5px;
  line-height: 20px;
  font-size: 90%;
}

.notification-wrap .notification_list .list-content {
  margin-left: 10px;
  width: calc(100% - 60px);
}

.notification-wrap .notification_list .list-content strong {
  font-weight: 500;
}

.notification-wrap .notification_list .list-content small {
  color: #aaa;
}

.notification-wrap .name {
  font-weight: 500;
  text-transform: initial;
  margin: 0;
  color: #656565;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-text-decoration: el;
  text-decoration: el;
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  .notification-wrap .notification-wrap .notification_list .content-left {
    width: calc(100%);
    padding-right: 30px;
    margin-bottom: 10px;
  }

  .notification-wrap .notification-wrap .notification_list .content-left .name {
    font-size: 12px;
  }
}

.viewAllLink {
  color: #A8A8A8;
  float: right;
  padding: 5px;
  font-size: 12px;
  background-color: white !important;
  border: none;
}

.notif_overlay {
  position: absolute;
  background-color: #F2F2F2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  align-items: center;
  justify-content: center;
}

#notification_badge {
  position: absolute;
  background-color: #952038;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  top: 12px;
  font-size: 10px;
  line-height: 16px;
}

#message_badge {
  position: absolute;
  background-color: #952038;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  top: 12px;
  font-size: 10px;
  line-height: 16px;
}

.btn-success {
  background-color: #5AA832;
  border-color: #5AA832;
  border-radius: 0px;
  box-shadow: none;
}

.btn-success:active:focus {
  background-color: #5AA832;
  border-color: #5AA832;
  outline: none;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:visited {
  background-color: #5AA832;
  border-color: #5AA832;
  outline: none;
}

.btn-success.bg_color-light {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
  color: #333;
}

.btn-success.btn-success--outline {
  background-color: transparent;
  color: #5AA832;
}

.btn-success.btn-success--outline:active:focus {
  background-color: transparent;
  color: #5AA832;
}

.btn-success.btn-success--outline:hover,
.btn-success.btn-success--outline:focus,
.btn-success.btn-success--outline:active,
.btn-success.btn-success--outline:visited {
  background-color: transparent;
  color: #5AA832;
}

a {
  transition: ease-in-out 0.3s;
}

.fa-spinner {
  font-size: 35px;
  color: #907f60;
  margin: 20px;
}

.button-group button:last-child {
  margin-right: 0;
}

.content-head {
  color: #907f60;
  font-weight: 700;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.agline-center {
  align-items: center;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.heading {
  color: #867452;
  font-size: 20px;
  font-weight: 600;
  margin-top: 0px;
}

.mainContent {
  padding: 30px 0px;
}

@media (min-width: 1366px) {
  .container {
    width: 1226px;
  }
}

.common__form .form-control {
  border-radius: 3px;
  box-shadow: none;
  height: 35px;
}

.common__form .form-control:focus {
  border-color: #5AA832;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}

.upload-btn-wrapper .btn {
  border: 1px solid #D9D9D9;
  color: #959595;
  background-color: #F2F2F2;
  padding: 2px 20px;
  border-radius: 3px;
  font-size: 14px;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.header .navbar-default {
  background-color: #867452;
  border: none;
  margin-bottom: 0px;
  border-radius: 0;
}

.header .navbar-default .navbar-nav > .open > a {
  background-color: transparent;
}

.header .navbar-default .navbar-toggle {
  border: none;
  border-radius: 0px;
  background-color: transparent;
  padding: 20px 10px;
}

.header .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.header .navbar-default .navbar-toggle:focus,
.header .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.header .navbar-default .navbar-header .navbar-brand {
  height: auto;
  padding: 22px 15px;
}

.header .navbar-default .navbar-collapse .navbar-form {
  float: left;
  padding: 10px 0px;
  margin-left: 30px;
}

.header .navbar-default .navbar-collapse .navbar-form .form-group {
  position: relative;
}

.header .navbar-default .navbar-collapse .navbar-form .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  background-color: #bbaea1;
  border: none;
  width: 300px;
  outline: none !important;
  box-shadow: none !important;
  color: #fff;
  height: 35px;
  padding-right: 40px;
}

.header .navbar-default .navbar-collapse .navbar-form ::-webkit-input-placeholder {
  color: #dddcdc;
}

.header .navbar-default .navbar-collapse .navbar-form :-moz-placeholder {
  color: #dddcdc;
}

.header .navbar-default .navbar-collapse .navbar-form ::-moz-placeholder {
  color: #dddcdc;
}

.header .navbar-default .navbar-collapse .navbar-form :-ms-input-placeholder {
  color: #dddcdc;
}

.header .navbar-default .navbar-collapse .navbar-form .btn_search {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 0px;
  top: 0;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  outline: none;
}

.header .navbar-default .navbar-collapse .navbar-form .btn_search img {
  width: 20px;
}

.header .navbar-default .navbar-collapse .navbar-right > li {
  text-align: center;
}

.header .navbar-default .navbar-collapse .navbar-right > li > a {
  color: #D0C9BC;
}

.header .navbar-default .navbar-collapse .navbar-right > li > a .nav-name {
  display: block;
}

.header .navbar-default .navbar-collapse .navbar-right > li > a img {
  margin: 0 auto;
}

.header .navbar-default .navbar-collapse .navbar-right > li.dropdown .dropdown-menu {
  padding: 0px;
  top: -200px;
  transition: top ease-in-out 0.3s;
  border: none;
}

.header .navbar-default .navbar-collapse .navbar-right > li.dropdown .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.header .navbar-default .navbar-collapse .navbar-right > li.dropdown .dropdown-menu li a {
  padding: 10px 15px;
}

.header .navbar-default .navbar-collapse .navbar-right > li.dropdown .dropdown-menu li a:hover {
  background-color: #867452;
  color: #fff;
}

.header .navbar-default .navbar-collapse .navbar-right > li.dropdown.open .dropdown-menu {
  top: 70px;
  display: block;
}

@media (max-width: 767px) {
  .header .navbar-default .navbar-collapse {
    border: none;
  }

  .header .navbar-default .navbar-collapse .navbar-form {
    float: none;
    margin: 0px;
    border: none;
  }

  .header .navbar-default .navbar-collapse .navbar-form .form-control {
    width: 100%;
  }

  .header .navbar-default .navbar-collapse .navbar-right {
    margin: 0px;
  }

  .header .navbar-default .navbar-collapse .navbar-right > li {
    text-align: left;
  }

  .header .navbar-default .navbar-collapse .navbar-right > li > a {
    padding: 10px 0px;
  }

  .header .navbar-default .navbar-collapse .navbar-right > li > a img,
  .header .navbar-default .navbar-collapse .navbar-right > li > a .nav-name {
    display: inline-block;
  }

  .header .navbar-default .navbar-collapse .navbar-right > li.dropdown .dropdown-menu li:not(:last-child) {
    border-bottom: none;
  }

  .header .navbar-default .navbar-collapse .navbar-right > li.dropdown .dropdown-menu li a {
    color: #D0C9BC;
  }
}

.header .language_selection {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
}

.header .language_selection li {
  list-style: none;
}

.header .language_selection li a {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.header .language_selection li a img {
  margin-right: 5px;
}

.header .language_selection .dropdown-toggle {
  color: #fff;
}

.header .language_selection .dropdown-menu {
  min-width: 14px;
  font-size: 13px;
  padding: 0px;
}

.header .language_selection .dropdown-menu li a:hover {
  background-color: #867452;
  color: #FFF;
}

@media (max-width: 767px) {
  .header .language_selection {
    right: 80px;
    top: 37px;
    transform: translateY(-50%);
  }
}

.footer {
  background-color: #E6E3DC;
}

.footer__sortlink ul {
  text-align: center;
  margin: 0px;
}

.footer__sortlink ul li {
  list-style: none;
  display: inline-block;
}

.footer__sortlink ul li.copyright {
  color: #867452;
}

.footer__sortlink ul li a {
  font-size: 12px;
  color: #867452;
  padding: 15px 10px;
  display: block;
}

.footer__sortlink ul li a:hover {
  color: #473d2b;
}

@media (max-width: 575px) {
  .footer {
    padding: 20px 0 15px;
  }

  .footer__sortlink ul li {
    display: block;
  }

  .footer__sortlink ul li.copyright {
    margin-bottom: 10px;
  }

  .footer__sortlink ul li a {
    padding: 5px 15px;
  }
}

/*
Flaticon icon font: Flaticon
Creation date: 07/10/2019 16:17
*/

@font-face {
  font-family: "Flaticon";
  src: url(/fonts/Flaticon.eot?d41d8cd98f00b204e9800998ecf8427e);
  src: url(/fonts/Flaticon.eot?d41d8cd98f00b204e9800998ecf8427e) format("embedded-opentype"), url(/fonts/Flaticon.woff2?d41d8cd98f00b204e9800998ecf8427e) format("woff2"), url(/fonts/Flaticon.woff?d41d8cd98f00b204e9800998ecf8427e) format("woff"), url(/fonts/Flaticon.ttf?d41d8cd98f00b204e9800998ecf8427e) format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("fonts/Flaticon.svg#Flaticon") format("svg");
  }
}*/

.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.flaticon-briefcase:before {
  content: "\F100";
}

.flaticon-add:before {
  content: "\F101";
}

.flaticon-like:before {
  content: "\F102";
}

.flaticon-comment:before {
  content: "\F103";
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #f2f1ed;
}

.profile_banner {
  position: relative;
  background-image: url(/images/profile_cover.png?9f5c2f1ea0e0c1be20b1ada852accde0);
  height: 245px;
  width: 100%;
  margin-top: 20px;
  background-size: cover;
}

.btn_edit_banner {
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 15px;
  position: relative;
}

.btn_edit_banner input {
  position: absolute;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.btn_edit_banner img {
  position: absolute;
}

.btn_edit_banner span {
  position: absolute;
  left: 45px;
}

.dp_below {
  background-color: #fff;
}

.dp_lrg {
  position: absolute;
  top: -135px;
}

.dp_lrg img {
  max-width: 100%;
}

.edit_dp {
  background-image: url(/images/dp_edit_mask.png?d41d8cd98f00b204e9800998ecf8427e);
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 6px;
  height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 2px;
}

.profile_dash_thread .dropdown .dropdown-menu li {
  width: 100%;
  margin-top: 2px;
  border-right: none;
  border-bottom: solid 1px #efefef;
}

.edit_dp button {
  background-color: transparent;
  border: none;
  color: #fff;
  width: 100%;
}

.edit_dp button img {
  display: table;
  margin: 3px auto;
}

.edit_dp button span {
  display: block;
  font-size: 12px;
  margin-top: 6px;
}

.user_details {
  margin-top: 16px;
}

.user_details h2 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 24px;
}

.user_details h3 {
  margin-bottom: 0px;
  margin-top: 7px;
  font-size: 20px;
}

.user_details p {
  display: inline-block;
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.user_details span {
  color: #4168b4;
  font-weight: 500;
  position: relative;
}

.user_details span::before {
  content: "";
  height: 7px;
  width: 7px;
  display: block;
  position: absolute;
  background-color: #666;
  border-radius: 100%;
  top: 5px;
  left: -13px;
}

.remove_left {
  padding-left: 0px;
}

.remove_right {
  padding-right: 0px;
}

.user_details li {
  display: inline-block;
  vertical-align: top;
}

.user_details li h4 {
  margin-top: 2px;
  font-size: 15px;
  margin-bottom: 0px;
}

.user_details li h5 {
  margin-top: 4px;
  font-weight: normal;
  font-size: 13px;
}

.user_details li img {
  margin-right: 7px;
}

.btn_edit_profile {
  background-color: transparent;
  border: solid 1px #999;
  padding: 5px 20px;
  color: #666;
  font-size: 15px;
  margin-top: 20px;
}

.btn_edit_profile:hover {
  background-color: #efefef;
  transition: all 0.7s;
}

.tooltip > .tooltip-inner {
  background-color: #fff;
  color: #333;
  border: solid 1px #ccc;
}

.exprt_cntrl button {
  border: none;
  background-color: transparent;
  padding-left: 2px;
  padding-right: 2px;
}

.exprt_cntrl button img {
  height: 30px;
  width: auto;
}

.exprt_cntrl {
  margin-top: 60px;
  text-align: right;
  margin-bottom: 30px;
}

.profile_dash_thread {
  background-color: #e5e5e5;
  padding: 25px;
  margin-top: 20px;
}

.profile_dash_thread h2 {
  font-size: 18px;
  display: inline-block;
  color: #867452;
  font-weight: 600;
  margin-top: 0px;
}

.profile_dash_thread .dropdown {
  display: inline-block;
}

.profile_dash_thread label {
  font-size: 13px;
  font-weight: normal;
  margin-left: 40px;
  margin-right: 10px;
}

.profile_dash_thread .btn {
  background-color: #f7f7f7;
  border: solid 1px #ccc;
  padding: 8px 75px;
  color: #555;
  position: relative;
}

.profile_dash_thread .btn .caret {
  position: absolute;
  right: 12px;
  top: 17px;
}

.profile_dash_thread li {
  list-style: none;
  display: inline-block;
  width: 24%;
  text-align: center;
  border-right: solid 1px #999;
  margin-top: 50px;
}

.profile_dash_thread li h3 {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 0;
}

.experience_thread {
  background-color: #fff;
}

.experience_thread {
  padding: 0px;
  margin-top: 20px;
}

.experience_thread_inner {
  position: relative;
  padding: 15px;
}

.experience_thread_inner h2 {
  font-size: 20px;
  color: #867452;
  margin-top: 0px;
  margin-bottom: 25px;
}

.experience_thread_inner h3 {
  margin-top: 0px;
  font-size: 18px;
  color: #555;
}

.experience_thread_inner h4 {
  margin-top: 0px;
  font-size: 14px;
}

.experience_thread_inner h6 {
  margin-top: 0px;
  font-size: 14px;
  color: #867452;
}

.experience_thread_inner span {
  margin-right: 65px;
  color: #999;
  font-weight: 500;
}

.experience_thread_inner label {
  position: relative;
  color: #555;
}

.experience_thread_inner p {
  color: #555;
  line-height: 22px;
  margin-top: 0px;
}

.experience_thread_inner label::after {
  content: "";
  height: 7px;
  width: 7px;
  background-color: #333;
  border-radius: 100%;
  position: absolute;
  display: block;
  top: 6px;
  left: -38px;
}

.lst {
  border-bottom: solid 1px #efefef;
  margin-bottom: 15px;
}

.brdr_btm {
  border-top: solid 1px #efefef;
  padding-bottom: 20px;
}

.remove_brder {
  border: none !important;
}

.experience_thread_inner ul {
  padding-left: 15px;
}

.experience_thread_inner ul li {
  margin-bottom: 10px;
}

.skl_lngage li {
  list-style: none;
}

.skl_lngage li strong {
  color: #666;
}

.skl_lngage {
  padding-left: 0px !important;
}

.indus_knwldg {
  padding-left: 0px !important;
}

.indus_knwldg li {
  list-style: none;
  width: 49%;
  display: inline-block;
  float: left;
}

.btn_show_more {
  border: none;
  background-color: transparent;
  padding: 10px 20px;
  color: #80272e;
  margin: 0 auto;
  display: table;
  font-size: 16px;
}

.chpter_inside label {
  font-size: 17px;
  color: #444;
  font-weight: normal;
  margin-top: 17px;
  display: block;
}

.chpter_inside label::after {
  display: none;
}

.chpter_inside h2 {
  margin-bottom: 0px;
}

.chpter_inside span {
  margin-right: 0px;
  color: #555;
  font-weight: normal;
}

.chpter_inside img {
  margin-left: 10px;
  margin-right: 10px;
}

.chpter_inside p {
  display: inline-block;
  font-size: 12px;
  color: #999;
}

.chpter_inside button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #999;
  font-size: 12px;
  border: none;
  border-bottom: solid 1px #ccc;
  text-decoration: none;
  background-color: transparent;
}

.shrd_connection h2 {
  font-size: 16px !important;
  margin-bottom: 5px;
  color: #666 !important;
}

.shrd_connection h3 {
  font-size: 14px !important;
  margin-bottom: 2px;
  font-weight: normal;
}

.shrd_connection span {
  font-size: 11px !important;
  font-weight: normal;
}

.shrd_connection {
  border-bottom: solid 1px #efefef;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

.model_btn {
  text-align: center;
}

.btn_upload {
  border: solid #5aa832 2px;
  background-color: transparent;
  padding: 8px 15px;
  color: #5aa832;
  font-weight: 600;
  text-transform: uppercase;
  width: 180px;
  margin-right: 15px;
}

.btn_upload:hover {
  background-color: #5aa832;
  transition: all 0.7s;
  color: #fff;
}

.btn_save_changes {
  border: solid #5aa832 2px;
  background-color: #5aa832;
  padding: 8px 15px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  width: 180px;
  margin-left: 15px;
}

#update-pic .modal-content {
  border-radius: 0px;
}

#update-pic .modal-header {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #efefef;
}

.btn_plus {
  position: absolute;
  border: none;
  background-color: transparent;
  right: 10px;
}

.btn_plus_sml {
  position: absolute;
  border: none;
  background-color: transparent;
  right: -10px;
  top: 15px;
}

.btm_link ul {
  padding-left: 0px;
  text-align: center;
  background-color: #e6e3dc;
  padding: 10px;
  margin-bottom: 0;
}

/* .prev_footer {
	text-align: center;
	margin-top: 20px;
	position: fixed;
	width: 100%;
	bottom: 0;
}
.btm_link ul li {
	list-style: none;
	display: inline-block;
}
.btm_link ul li a {
	font-size: 10px;
	text-decoration: none;
	color: #777;
	margin-left: 5px;
	margin-right: 5px;
} */

.cleate_page_inner {
  text-align: center;
  margin: 0 auto;
}

.cleate_page_inner .create-box {
  background-color: #fff;
  display: inline-block;
  padding: 20px 30px;
  border-radius: 6px;
  box-shadow: 0px 0px 6px 2px #ddd;
}

.cleate_page_inner .create-box span {
  display: block;
  font-weight: 500;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cleate_page_inner .create-box p {
  display: block;
}

.page_heading {
  font-size: 20px;
  text-align: left;
  color: #867452;
  padding-left: 5px;
  margin-bottom: 20px;
}

.account_setting_inner {
  background-color: #fff;
  padding: 18px;
}

.account_setting_inner h3 {
  font-size: 14px;
  color: #999;
  margin-top: 12px;
  margin-bottom: 15px;
}

.account_setting_inner label {
  font-weight: normal;
  font-size: 15px;
  margin-top: 8px;
}

.account_setting_inner input {
  width: 100%;
  height: 34px;
  border: solid 1px #ccc;
}

.alt_rw_setting {
  margin-bottom: 15px;
}

.alt_rw_setting button {
  background-color: #5aa832;
  color: #fff;
  border: none;
  padding: 10px 40px;
  text-transform: uppercase;
  font-weight: 500;
}

.account_setting_inner p {
  font-size: 15px;
  margin-bottom: 0;
}

.account_setting_inner span {
  font-size: 13px;
  color: #999;
  font-weight: normal;
}

.alt_rw_setting .dropdown-toggle {
  color: #867452;
}

.alt_rw_setting .dropdown {
  list-style: none;
}

.alt_rw_setting .dropdown-menu {
  min-width: 50px;
}

.account_setting_inner.left {
  min-height: 395px;
}

.modal-header h2 {
  position: relative;
  width: auto;
  display: inline-block;
  margin: 0;
  font-size: 20px;
  color: #867452;
}

.alt_rw_promote label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: #666;
}

.alt_rw_promote input {
  width: 100%;
  border: solid 1px #ccc;
  height: 35px;
  padding: 10px;
}

.alt_rw_promote {
  margin-bottom: 18px;
}

.alt_rw_promote select {
  height: 32px;
  width: 100%;
}

.alt_rw_promote textarea {
  width: 100%;
  height: 100px;
}

.btn_sbmt {
  display: table;
  background-color: #5aa832;
  border: none;
  color: #fff;
  padding: 10px 41px;
  margin: 0 auto;
}

/*News Feed Page Start*/

.nws_fd_white_box {
  background-color: #fff;
  padding: 20px;
}

.feed_dp_bx img {
  display: table;
  margin: 0 auto;
}

.news_feed {
  margin-top: 20px;
  margin-bottom: 80px;
}

.feed_dp_bx h2 {
  text-align: center;
  font-size: 22px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.feed_dp_bx h3 {
  text-align: center;
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 8px;
  font-weight: normal;
  color: #999;
  border-bottom: solid 1px #ddd;
  padding-bottom: 15px;
}

.feed_dp_bx table {
  width: 100%;
  margin-top: 10px;
}

.feed_dp_bx table tr td {
  width: 50%;
  padding: 5px 0px;
}

.feed_dp_bx table tr td:nth-child(even) {
  text-align: right;
}

.nws_fd_white_box.suggestion {
  margin-top: 20px;
}

.nws_fd_white_box.suggestion h2 {
  font-size: 20px;
  color: #867452;
  margin-top: 0px;
  margin-bottom: 25px;
}

.suggestion .shrd_connection h2 {
  margin-bottom: 5px;
}

.suggestion .shrd_connection h3 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 11px !important;
  color: #999;
}

.suggestion .shrd_connection span {
  color: #999;
}

.suggestion .btn_plus_sml {
  right: -17px;
}

.feed_post textarea {
  width: 100%;
  border: none;
  height: 100px;
}

.feed_post_btn button {
  background-color: transparent;
  border: none;
  margin-top: 15px;
}

.upld_sbmt {
  float: right;
  background-color: #5aa832 !important;
  color: #fff;
  padding: 7px 110px;
  font-weight: 500;
  margin-top: 8px !important;
}

.nws_fd_white_box h4 {
  font-size: 15px;
  margin-top: 12px;
  margin-bottom: 0px;
}

.nws_fd_white_box h5 {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0px;
  font-weight: normal;
  color: #999;
}

.nws_fd_white_box p {
  font-size: 14px;
  margin-top: 10px;
  color: #666;
}

.feed_sep {
  height: 1px;
  width: 100%;
  background-color: #efefef;
  margin-top: 5px;
  margin-bottom: 5px;
}

.btn_like {
  border: none;
  background: none;
  float: left;
  margin-top: 12px;
  margin-left: 10px;
}

.btn_like img {
  display: inline-block;
  vertical-align: middle;
}

.btn_like span {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
  color: #666;
}

.btn_comment {
  border: none;
  background: none;
  float: right;
  margin-top: 12px;
  margin-right: 10px;
}

.btn_comment img {
  display: inline-block;
  vertical-align: middle;
}

.btn_comment span {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
  color: #666;
}

.nws_fd_white_box.feed_posts {
  margin-top: 15px;
  padding: 10px 0px 15px 0px;
}

.like_cmnt_count li {
  display: inline-block;
  list-style: none;
}

.like_cmnt_count li img {
  margin-right: 7px;
}

.like_cmnt_count {
  padding: 10px;
}

.like_cmnt_count li:nth-child(2) {
  margin-left: 40px;
  position: relative;
}

.like_cmnt_count li:nth-child(2)::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  position: absolute;
  display: block;
  background-color: #666;
  left: -25px;
  top: 12px;
}

.feed_recent_opportunities_inner {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #efefef;
  position: relative;
}

.feed_recent_opportunities h2 {
  font-size: 18px;
  margin-top: 0px;
  font-weight: normal;
}

.feed_recent_opportunities_inner h4 {
  font-size: 15px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}

.feed_recent_opportunities_inner h5 {
  font-size: 12px;
  font-weight: normal;
  margin-top: 3px;
  margin-bottom: 6px;
  color: #333;
}

.feed_recent_opportunities_inner h6 {
  font-size: 12px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  color: #999;
}

.feed_recent_opportunities_inner p {
  font-size: 13px;
  color: #666;
  margin-top: 15px;
}

.feed_recent_opportunities_inner a {
  display: block;
  color: #999;
  margin-top: 5px;
}

.feed_recent_opportunities_inner span {
  margin-top: 10px;
}

.btn_close {
  position: absolute;
  border: none;
  background: none;
  right: 5px;
  top: 10px;
}

.btn_view_all_opportunities {
  background: no-repeat;
  border: solid 1px #9a2a41;
  padding: 10px 20px;
  color: #9a2a41;
  font-weight: 500;
  width: 94%;
  margin: 0 auto;
  display: table;
  border-radius: 4px;
}

/*News Feed Page End*/

@media screen and (min-width: 320px) and (max-width: 768px) {
  .nws_fd_white_box {
    background-color: #fff;
    padding: 10px;
  }

  .upld_sbmt {
    float: none;
    background-color: #5aa832 !important;
    color: #fff;
    padding: 7px 110px;
    font-weight: 500;
    margin-top: 8px !important;
    width: 100%;
  }

  .feed_recent_opportunities {
    margin-top: 30px;
  }

  .suggestion .btn_plus_sml {
    right: 5px;
  }

  .account_setting_inner h3 {
    font-size: 14px;
    color: #999;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .remove_space_mob {
    padding-left: 0px;
    padding-right: 0px;
  }

  .alt_rw_setting .col-lg-8 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .alt_rw_setting {
    margin-bottom: 0px;
  }

  .cleate_page_inner {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }

  .cleate_page_inner li {
    width: 100%;
    background-color: #fff;
    display: inline-block;
    padding: 20px 30px;
    border-radius: 6px;
    margin-left: 0px;
    margin-right: 0;
    box-shadow: 0px 0px 6px 2px #ddd;
    margin-bottom: 20px;
  }

  .prev_footer {
    position: relative;
  }

  .form-group {
    position: relative;
  }

  .user_details {
    margin-top: 170px;
  }

  .edit_dp {
    background-image: url(/images/dp_edit_mask.png?d41d8cd98f00b204e9800998ecf8427e);
    position: absolute;
    width: 98%;
    bottom: 0px;
    padding: 6px;
    height: 73px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 3px;
  }

  .exprt_cntrl {
    margin-top: 20px;
    text-align: left;
    margin-bottom: 30px;
  }

  .profile_dash_thread {
    background-color: #e5e5e5;
    padding: 15px;
    margin-top: 20px;
  }

  .profile_dash_thread li {
    list-style: none;
    display: inline-block;
    width: 48%;
    text-align: center;
    border: none;
    margin-top: 3px;
    background-color: #ccc;
    padding: 10PX;
  }

  .profile_dash_thread li h3 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 0;
  }

  .remove_left.remove_right {
    padding-left: 15px;
    padding-right: 15px;
  }

  .profile_dash_thread .dropdown {
    display: inline-block;
    margin-bottom: 15px;
  }

  .experience_thread_inner label::after {
    display: none;
  }

  .col-lg-4.remove_right {
    padding-right: 15px;
  }

  .col-lg-4.remove_right {
    padding-right: 15px;
    padding-left: 0px;
  }

  #update-pic .modal-body img {
    max-width: 100%;
  }

  .btn_upload {
    border: solid #5aa832 2px;
    background-color: transparent;
    padding: 8px 15px;
    color: #5aa832;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    margin-right: 0;
  }

  .btn_save_changes {
    border: solid #5aa832 2px;
    background-color: #5aa832;
    padding: 8px 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    margin-left: 0;
    margin-top: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .navbar-form.navbar-left.search_cntrl {
    position: relative;
    right: 0;
  }

  .navbar-right {
    float: left !important;
    margin-right: 0;
    position: relative;
    left: -19px;
  }

  #navbar-main .nav > li a {
    padding: 10px 28px;
  }

  #navbar-main .nav > li {
    position: relative;
    display: block;
    text-align: center !important;
    border-bottom: solid 1px #786645;
  }

  .navbar-left {
    float: right;
  }

  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a {
    color: #fff;
    background-color: transparent;
    padding: 5px 30px;
  }

  .navbar-form.navbar-left.search_cntrl {
    position: absolute;
    right: 85px;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
    padding: 5px 15px !important;
  }

  .user_details {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .user_details h3 {
    margin-bottom: 0px;
    margin-top: 7px;
    font-size: 16px;
  }

  .dp_lrg {
    position: absolute;
    top: -90px;
  }

  .edit_dp {
    background-image: url(/images/dp_edit_mask.png?d41d8cd98f00b204e9800998ecf8427e);
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 6px;
    height: 39px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 3px;
  }

  .edit_dp button span {
    display: none;
    font-size: 12px;
    margin-top: 6px;
  }

  .exprt_cntrl {
    margin-top: 20px;
    text-align: right;
    margin-bottom: 30px;
  }

  .profile_dash_thread li {
    list-style: none;
    display: inline-block;
    width: 24.6%;
    text-align: center;
    border: none;
    margin-top: 3px;
    background-color: #ccc;
    padding: 10PX;
  }
}

/****************style css*****************************/

/* preview page Start*/

/* 
.prev_footer {
	background-color: #f2f1ed;
	padding: 0;
	text-align: center;
	position: fixed;
	width: 100%;
	bottom: 0;
}
.prev_footer h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #888;
	margin-bottom: 10px;
	padding-top: 20px;
}
.prev_footer h3 {
	font-size: 27px;
	color: #4d4028;
	margin-bottom: 10px;
}
.prev_footer h4 {
	font-size: 21px;
	color: #888;
	padding-bottom: 15px;
}
.prev_logo {
	display: table;
	margin: 15px auto;
	margin-bottom: 20px !important;
}
.prev_logo img {
	display: block;
	margin: 0 auto;
}
.prev_logo h2 {
	font-size: 15px;
	text-align: center;
	margin-top: 8px;
}

.btm_link ul {
	padding-left: 0px;
	text-align: center;
	background-color: #e6e3dc;
	padding: 10px;
}
.btm_link ul li{
	list-style:none;
	display:inline-block;
}
.btm_link ul li a {
	font-size: 10px;
	text-decoration: none;
	color: #777;
	margin-left: 5px;
	margin-right: 5px;
} */

/*preview page End*/

/*Signup Page Start*/

.sgn_up_tg {
  font-size: 15px;
  text-align: center;
  margin-top: 8px;
}
.post_avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.post_logo {
    width: 55px;
    height: 55px;
}

.post_link_div {
    display: none;
    flex-direction: column;
}

.post_location_div {
    display: none;
    margin-top: 10px;
}

.post_link_input {
    margin-bottom: 10px;
}

.post_location_select {
    margin-right: 10px;
}

.invisible_button {
    border: none;
    background-color: transparent;
}

.profile_share_form {
    width: auto;
}

.profile_share_button_group {
    display: flex;
    width: auto;
    justify-content: flex-end;
}

.media-post {
    display: flex;
    justify-content: center;
}

.post_comments_bx {
    border-top: 1px solid #efefef;
    padding: 10px;
}

.comment_input {
    margin-right: 20px;
}

.comm_tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.comm_tooltip .tooltiptext {
    /*visibility: hidden;*/
    width: auto;
    height: auto;
    background-color: white;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
    display: flex !important;
}

/*.comm_tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}*/

.comm_tooltip:hover .tooltiptext {
    visibility: visible;
}

.like_btn {
    background-color: transparent;
    border-radius: 50px;
}

.like_btn_form {
    width: auto;
    height: auto;
}

.profile_link_text {
    color: black;
}

.main_logo {
    width: 120px;
}

.pending_connect {
    margin-left: initial !important;
}

.like_love {
    height: 30px;
    width: 30px;
    background-color: #E16B6D;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
}

.like_cheers {
    height: 30px;
    width: 30px;
    background-color: #E0BE27;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
}

.like_laugh {
  height: 30px;
  width: 30px;
  background-color: #77D6CB;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}
.nf_avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.sc_sub {
  margin-top: 0px !important;
}

.dashboard_circle {
  height: 45px;
  width: 45px;
  background-color: #bbb;
  display: inline-block;
  border-radius: 50%;
}

/*--------------------------notification popup------------------------------*/

.notification-wrap .notification_list_popup {
  padding: 15px;
  border-bottom: 1px solid #eee;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}

.notification-wrap .notification_list_popup:hover {
  background: #f2f2f2;
}

.notification-wrap .notification_list_popup .content-left {
  width: calc(100% - 140px);
  float: left;
}

.notification-wrap .notification_list_popup .content-left .img-wrap {
  position: relative;
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status {
  width: 25px;
  height: 25px;
  padding: 2px;
  position: absolute;
  border-radius: 50px;
  bottom: -5px;
  left: -10px;
  text-align: center;
  transform: scale(0.85);
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status i {
  color: #fff;
  line-height: 20px;
  font-size: 10px;
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status.plus_status {
  background: #66af68;
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status.like_status {
  background: #5388bc;
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status.briefcase_status {
  background: #244477;
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status.comment_status {
  background: #76b2e1;
}

.notification-wrap .notification_list_popup .cancel {
  position: absolute;
  right: 20px;
  color: #aaa;
  font-size: 22px;
}

.notification-wrap .notification_list_popup .btn {
  width: 60px;
  height: 20px;
  padding: 0px;
  line-height: 18px;
  font-size: 87%;
}

.notification-wrap .notification_list_popup .list-content {
  margin-left: 10px;
  width: calc(100% - 60px);
}

.notification-wrap .notification_list_popup .list-content strong {
  font-weight: 500;
}

.notification-wrap .notification_list_popup .list-content small {
  color: #aaa;
}

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

.notification-wrap .name {
  font-weight: 500;
  text-transform: initial;
  margin: 0;
  color: #656565;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-text-decoration: el;
  text-decoration: el;
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  .notification-wrap .notification-wrap .notification_list .content-left {
    width: calc(100%);
    padding-right: 30px;
    margin-bottom: 10px;
  }

  .notification-wrap .notification-wrap .notification_list .content-left .name {
    font-size: 12px;
  }

  .notification-wrap .notification-wrap .notification_list_popup .content-left {
    width: calc(100%);
    padding-right: 30px;
    margin-bottom: 10px;
  }

  .notification-wrap .notification-wrap .notification_list_popup .content-left .name {
    font-size: 12px;
  }
}

.custom-file-upload {
  display: inline-block;
  padding: 6px 12px;
  padding-bottom: 0px;
  cursor: pointer;
}

.custom-file-button {
  display: none !important;
}

.post_attach {
  display: flex !important;
}

.post_avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.post_logo {
  width: 55px;
  height: 55px;
}

.post_link_div {
  display: none;
  flex-direction: column;
}

.post_location_div {
  display: none;
  margin-top: 10px;
}

.post_link_input {
  margin-bottom: 10px;
}

.post_location_select {
  margin-right: 10px;
}

.invisible_button {
  border: none;
  background-color: transparent;
}

.profile_share_form {
  width: auto;
}

.profile_share_button_group {
  display: flex;
  width: auto;
  justify-content: flex-end;
}

.media-post {
  display: flex;
  justify-content: center;
}

.post_comments_bx {
  border-top: 1px solid #efefef;
  padding: 10px;
}

.comment_input {
  margin-right: 20px;
}

.comm_tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.comm_tooltip .tooltiptext {
  width: auto;
  height: auto;
  background-color: white;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
  display: flex !important;
}

/*.comm_tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}*/

.comm_tooltip:hover .tooltiptext {
  visibility: visible;
}

.like_btn {
  background-color: transparent;
  border-radius: 50px;
}

.like_btn_form {
  width: auto;
  height: auto;
}

.profile_link_text {
  color: black;
}

.main_logo {
  width: 120px;
}

.pending_connect {
  margin-left: initial !important;
}

.like_love {
  height: 25px;
  width: 25px;
  background-color: #E16B6D;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}

.like_cheers {
  height: 25px;
  width: 25px;
  background-color: #E0BE27;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}

.like_laugh {
  height: 25px;
  width: 25px;
  background-color: #77D6CB;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}

.opportunities .heading {
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .opportunities .heading {
        margin-bottom: 15px;
        font-size: 16px;
    }
}

.opportunities .btn-success {
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 35px;
    justify-content: center;
}

.opportunities .btn-success .icon {
    margin-right: 5px;
}

.opportunities .form-group {
    margin-bottom: 25px;
}

.opportunities__box {
    background-color: #fff;
    padding: 25px 25px 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.opportunities__form--searchInput {
    padding-left: 40px;
    background-image: url(/images/search_icon.png?d41d8cd98f00b204e9800998ecf8427e);
    background-repeat: no-repeat;
    background-position: 8px center;
}

.opportunities__form--locationInput {
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 8px center;
    background-image: url(/images/location_icon.png?d41d8cd98f00b204e9800998ecf8427e);
}

.opportunities__form--search {
    margin-right: 15px;
}

.opportunities__form--select {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

@media (max-width: 1199px) {
    .opportunities__form--select,
    .opportunities__form--input {
        width: 50%;
        float: left;
    }
}

@media (max-width: 575px) {
    .opportunities__form--select,
    .opportunities__form--input {
        width: 100%;
        float: left;
        display: block;
    }
}

.opportunities__section {
    padding: 30px 0;
}

.opportunities__section .view__more {
    color: #aaa8a8;
    font-weight: 600;
    text-decoration: underline;
}

.opportunities__section .view__more:hover {
    color: #867452;
}

.opportunities__section .featuredOpp {
    margin-bottom: 30px;
}

.opportunities__section .featuredOpp__title {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-right: 30px;
}

.opportunities__section .featuredOpp__company {
    margin-bottom: 15px;
}

.opportunities__section .featuredOpp__company__img {
    width: 45px;
}

.opportunities__section .featuredOpp__company--right {
    padding-left: 10px;
}

.opportunities__section .featuredOpp__company__name {
    font-size: 15px;
    color: #333;
}

.opportunities__section .featuredOpp__company__address {
    font-size: 12px;
    color: #666;
}

.opportunities__section .featuredOpp__box {
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.opportunities__section .featuredOpp__box h4 {
    font-size: 12px;
    margin-bottom: 5px;
}

.opportunities__section .featuredOpp__box__amount {
    font-size: 15px;
    color: #333;
}

.opportunities__section .featuredOpp__box__learnMore {
    color: #666;
    font-size: 12px;
    text-decoration: underline;
}

.opportunities__section .featuredOpp__box__learnMore:hover {
    padding-left: 8px;
    color: #867452;
}

.opportunities__section .featuredOpp .badge {
    display: block;
    height: 30px;
    width: 30px;
    background-position: center;
    background-color: transparent;
    position: absolute;
    right: 20px;
    top: 10px;
}

.opportunities__section .featuredOpp .badge--white {
    background-image: url(/images/badge_white.jpg?d41d8cd98f00b204e9800998ecf8427e);
}

.opportunities__section .featuredOpp .badge--red {
    background-image: url(/images/badge_red.jpg?d41d8cd98f00b204e9800998ecf8427e);
}

@media (max-width: 767px) {
    .opportunities__section {
        padding: 15px 0;
    }

    .opportunities__section .featuredOpp {
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .opportunities__box {
        padding: 15px;
    }
}

.message-page #frame {
  width: 95%;
  min-width: 360px;
  max-width: 1000px;
  height: calc(100vh - 150px);
  background: #fff;
  margin: 20px auto 0;
}

@media screen and (max-width: 360px) {
  .message-page #frame {
    width: 100%;
    height: 100vh;
  }
}

.message-page .message_frame {
    width: 95%;
    min-width: 360px;
    max-width: 1000px;
    height: calc(100vh - 150px);
    background: #fff;
    margin: 20px auto 0;
}

.message-page #popup_inbox_frame {
    width: 95%;
    min-width: 360px;
    max-width: 1000px;
    height: calc(100vh - 150px);
    background: #fff;
    margin: 20px auto 0;
}

@media screen and (max-width: 360px) {
    .message-page .message_frame {
        width: 100%;
        height: 100vh;
    }

    .message-page #popup_inbox_frame {
        width: 100%;
        height: 100vh;
    }
}

.message-page .top-bar {
    padding: 5px 10px;
    color: #555;
}

.message-page .social-media {
    padding: 20px;
}

.message-page .social-media .dropdown-menu {
    position: absolute;
    top: 80%;
    right: 0;
    transform: translateX(-50%);
    min-width: 120px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    z-index: 2;
    border: none;
    border-radius: 3px;
}

.message-page .social-media .dropdown-menu:before {
    position: absolute;
    content: "";
    top: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.message-page .social-media .dropdown-menu:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 3px;
}

.message-page .social-media .dropdown-menu li {
    position: relative;
    z-index: 1;
}

.message-page .social-media .dropdown-menu li a {
    text-align: center;
    text-transform: capitalize;
    padding: 4px 20px;
}

.message-page .message_frame .message_sidepanel {
    float: left;
    min-width: 280px;
    max-width: 340px;
    width: 40%;
    height: 100%;
    color: #f5f5f5;
    position: relative;
    border-right: 1px solid #fafafa;
}

.message-page #popup_inbox_frame .message_sidepanel {
    float: left;
    min-width: 280px;
    max-width: 340px;
    width: 40%;
    height: 100%;
    color: #f5f5f5;
    position: relative;
    border-right: 1px solid #fafafa;
}

@media screen and (max-width: 735px) {
    .message-page .message_frame .message_sidepanel {
        width: 58px;
        min-width: 58px;
    }

    .message-page #popup_inbox_frame .message_sidepanel {
        width: 58px;
        min-width: 58px;
    }
}

@media screen and (max-width: 735px) {
    .message-page .message_frame .message_sidepanel #profile {
        width: 100%;
        margin: 0 auto;
        padding: 5px 0 0 0;
        background: #32465a;
    }

    .message-page #popup_inbox_frame .message_sidepanel #profile {
        width: 100%;
        margin: 0 auto;
        padding: 5px 0 0 0;
        background: #32465a;
    }
}

.message-page .message_frame .message_sidepanel #profile.expanded .wrap {
    height: 210px;
    line-height: initial;
}

.message-page .message_frame .message_sidepanel #profile.expanded .wrap p {
    margin-top: 20px;
}

.message-page .message_frame .message_sidepanel #profile.expanded .wrap i.expand-button {
    transform: scaleY(-1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH";
}

.message-page .message_frame .message_sidepanel #profile .wrap {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    transition: 0.3s height ease;
}

@media screen and (max-width: 735px) {
    .message-page .message_frame .message_sidepanel #profile .wrap {
        height: 55px;
    }
}

.message-page .message_frame .message_sidepanel #profile .wrap img {
    width: 50px;
    border-radius: 50%;
    padding: 3px;
    border: 2px solid #e74c3c;
    height: auto;
    float: left;
    cursor: pointer;
    transition: 0.3s border ease;
}

@media screen and (max-width: 735px) {
    .message-page .message_frame .message_sidepanel #profile .wrap img {
        width: 40px;
        margin-left: 4px;
    }
}

.message-page .message_frame .message_sidepanel #profile .wrap img.online {
    border: 2px solid #2ecc71;
}

.message-page .message_frame .message_sidepanel #profile .wrap img.away {
    border: 2px solid #f1c40f;
}

.message-page .message_frame .message_sidepanel #profile .wrap img.busy {
    border: 2px solid #e74c3c;
}

.message-page .message_frame .message_sidepanel #profile .wrap img.offline {
    border: 2px solid #95a5a6;
}

.message-page .message_frame .message_sidepanel #profile .wrap p {
    float: left;
    margin-left: 15px;
}

@media screen and (max-width: 735px) {
    .message-page .message_frame .message_sidepanel #profile .wrap p {
        display: none;
    }
}

.message-page .message_frame .message_sidepanel #profile .wrap i.expand-button {
    float: right;
    margin-top: 23px;
    font-size: 0.8em;
    cursor: pointer;
    color: #435f7a;
}

@media screen and (max-width: 735px) {
    .message-page .message_frame .message_sidepanel #profile .wrap i.expand-button {
        display: none;
    }
}

.message-page .message_frame .message_sidepanel #profile .wrap #status-options {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 150px;
    margin: 70px 0 0 0;
    border-radius: 6px;
    z-index: 99;
    line-height: initial;
    background: #435f7a;
    transition: 0.3s all ease;
}

@media screen and (max-width: 735px) {
    .message-page .message_frame .message_sidepanel #profile .wrap #status-options {
        width: 58px;
        margin-top: 57px;
    }
}

.message-page .message_frame .message_sidepanel #profile .wrap #status-options.active {
    opacity: 1;
    visibility: visible;
    margin: 75px 0 0 0;
}

@media screen and (max-width: 735px) {
    .message-page .message_frame .message_sidepanel #profile .wrap #status-options.active {
        margin-top: 62px;
    }
}

.message-page .message_frame .message_sidepanel #profile .wrap #status-options:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #435f7a;
    margin: -8px 0 0 24px;
}

@media screen and (max-width: 735px) {
    .message-page .message_frame .message_sidepanel #profile .wrap #status-options:before {
        margin-left: 23px;
    }
}

.message-page .message_frame .message_sidepanel #profile .wrap #status-options ul {
    overflow: hidden;
    border-radius: 6px;
}

.message-page .message_frame .message_sidepanel #profile .wrap #status-options ul li {
    padding: 15px 0 30px 18px;
    display: block;
    cursor: pointer;
}

@media screen and (max-width: 735px) {
    .message-page .message_frame .message_sidepanel #profile .wrap #status-options ul li {
        padding: 15px 0 35px 22px;
    }
}

.message-page .message_frame .message_sidepanel #profile .wrap #status-options ul li:hover {
    background: #496886;
}

.message-page .message_frame .message_sidepanel #profile .wrap #status-options ul li span.status-circle {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 5px 0 0 0;
}

@media screen and (max-width: 735px) {
    .message-page .message_frame .message_sidepanel #profile .wrap #status-options ul li span.status-circle {
        width: 14px;
        height: 14px;
    }
}

.message-page .message_frame .message_sidepanel #profile .wrap #status-options ul li span.status-circle:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    margin: -3px 0 0 -3px;
    background: transparent;
    border-radius: 50%;
    z-index: 0;
}

@media screen and (max-width: 735px) {
    .message-page .message_frame .message_sidepanel #profile .wrap #status-options ul li span.status-circle:before {
        height: 18px;
        width: 18px;
    }
}

.message-page .message_frame .message_sidepanel #profile .wrap #status-options ul li p {
    padding-left: 12px;
}

@media screen and (max-width: 735px) {
    .message-page .message_frame .message_sidepanel #profile .wrap #status-options ul li p {
        display: none;
    }
}

.message-page .message_frame .message_sidepanel #profile .wrap #status-options ul li#status-online span.status-circle {
    background: #2ecc71;
}

.message-page .message_frame .message_sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
    border: 1px solid #2ecc71;
}

.message-page .message_frame .message_sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {
    background: #f1c40f;
}

.message-page .message_frame .message_sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
    border: 1px solid #f1c40f;
}

.message-page .message_frame .message_sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {
    background: #e74c3c;
}

.message-page .message_frame .message_sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
    border: 1px solid #e74c3c;
}

.message-page .message_frame .message_sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {
    background: #95a5a6;
}

.message-page .message_frame .message_sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
    border: 1px solid #95a5a6;
}

.message-page .message_frame .message_sidepanel #profile .wrap #expanded {
    padding: 100px 0 0 0;
    display: block;
    line-height: initial !important;
}

.message-page .message_frame .message_sidepanel #profile .wrap #expanded label {
    float: left;
    clear: both;
    margin: 0 8px 5px 0;
    padding: 5px 0;
}

.message-page .message_frame .message_sidepanel #profile .wrap #expanded input {
    border: none;
    margin-bottom: 6px;
    background: #32465a;
    border-radius: 3px;
    color: #f5f5f5;
    padding: 7px;
    width: calc(100% - 43px);
}

.message-page .message_frame .message_sidepanel #profile .wrap #expanded input:focus {
    outline: none;
    background: #435f7a;
}

.message-page .message_frame .message_sidepanel .message_search {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-weight: 300;
    position: relative;
}

.message-page .message_frame .message_sidepanel .message_search .search {
    margin: -15px 0;
    position: absolute;
    top: 9px;
    left: -4px;
}

.message-page .message_frame .message_sidepanel .message_search .filter {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.message-page .message_frame .message_sidepanel .message_search .filter .dropdown-menu {
    position: absolute;
    top: 150%;
    left: -10px;
    min-width: 120px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    z-index: 2;
    border: none;
    margin-top: 0;
    border-radius: 3px;
}

.message-page .message_frame .message_sidepanel .message_search .filter .dropdown-menu:before {
    position: absolute;
    content: "";
    top: -5px;
    left: 11px;
    transform: translateX(-50%) rotate(45deg);
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.message-page .message_frame .message_sidepanel .message_search .filter .dropdown-menu:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 3px;
}

.message-page .message_frame .message_sidepanel .message_search .filter .dropdown-menu li {
    position: relative;
    z-index: 1;
}

.message-page .message_frame .message_sidepanel .message_search .filter .dropdown-menu li.active a {
    background-color: #f5f5f5 !important;
    color: #000;
}

.message-page .message_frame .message_sidepanel .message_search .filter .dropdown-menu li a {
    text-align: center;
    text-transform: capitalize;
    padding: 4px 20px;
}

.message-page .message_frame .message_sidepanel .message_search .fa-search {
    position: absolute;
    right: 15px;
    transform: translateY(-50%);
    left: 0;
    top: 4px;
    color: #999;
}

.message-page .icon {
    padding: 10px;
    color: #aaa;
}

.message-page .icon .fa {
    margin: 0 5px;
}

.message-page .icon .fa:last-child {
    margin-right: 0;
}

.message-page .message_contacts ul {
    padding-left: 0;
}

@media screen and (max-width: 735px) {
    .message-page .message_frame .message_sidepanel .message_search {
        display: none;
    }
}

.message-page .message_frame .message_sidepanel .message_search label {
    position: absolute;
    margin: 10px 0 0 10px;
}

.message-page .message_frame .message_sidepanel .message_search input {
    padding: 4px 0 4px 30px;
    width: calc(100% - 25px);
    border: none;
    color: #000;
    box-shadow: none !important;
    outline: none !important;
}

.message-page .message_frame .message_sidepanel .message_search input::-webkit-input-placeholder {
    color: #eee;
}

.message-page .message_frame .message_sidepanel .message_search input::-moz-placeholder {
    color: #eee;
}

.message-page .message_frame .message_sidepanel .message_search input:-ms-input-placeholder {
    color: #eee;
}

.message-page .message_frame .message_sidepanel .message_search input:-moz-placeholder {
    color: #eee;
}

.message-page .message_frame .message_sidepanel .message_contacts {
    height: calc(100%);
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 40px;
}

@media screen and (max-width: 735px) {
    .message-page .message_frame .message_sidepanel .message_contacts {
        height: calc(100%);
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .message-page .message_frame .message_sidepanel .message_contacts::-webkit-scrollbar {
        display: none;
    }
}

.message-page .message_frame .message_sidepanel .message_contacts.expanded {
    height: calc(100%);
}

.message-page .message_frame .message_sidepanel .message_contacts::-webkit-scrollbar {
    width: 5px;
    background: #fafafa;
}

.message-page .message_frame .message_sidepanel .message_contacts::-webkit-scrollbar-thumb {
    background-color: #fafafa;
}

.message-page .message_frame .message_sidepanel .message_contacts ul li.contact {
    position: relative;
    padding: 10px 0 15px 0;
    font-size: 0.9em;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
}

@media screen and (max-width: 735px) {
    .message-page .message_frame .message_sidepanel .message_contacts ul li.contact {
        padding: 6px 0 46px 8px;
    }
}

.message-page .message_frame .message_sidepanel .message_contacts ul li.contact:hover {
    background: #f5f5f5;
}

.message-page .message_frame .message_sidepanel .message_contacts ul li.contact.active {
    background: #f5f5f5;
}

.message-page .message_frame .message_sidepanel .message_contacts ul li.contact .wrap {
    width: 92%;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 735px) {
    .message-page .message_frame .message_sidepanel .message_contacts ul li.contact .wrap {
        width: 100%;
    }
}

.message-page .message_frame .message_sidepanel .message_contacts ul li.contact .wrap span:not(.time) {
    position: absolute;
    left: 4px;
    bottom: 4px;
    margin: -2px 0 0 -2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid transparent;
}

.message-page span.time {
    color: #aaa;
    font-weight: normal;
}

.message-page sub,
.message-page sup {
    font-size: 100%;
}

.message-page .message_frame .message_sidepanel .message_contacts ul li.contact .wrap span.online {
    background: #2ecc71;
    border: 1px solid #fff;
}

.message-page .message_frame .message_sidepanel .message_contacts ul li.contact .wrap span.away {
    background: #f1c40f;
}

.message-page .message_frame .message_sidepanel .message_contacts ul li.contact .wrap span.busy {
    background: #e74c3c;
}

.message-page .message_frame .message_sidepanel .message_contacts ul li.contact .wrap img {
    width: 40px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

@media screen and (max-width: 735px) {
    .message-page .message_frame .message_sidepanel .message_contacts ul li.contact .wrap img {
        margin-right: 0px;
    }
}

.message-page .message_frame .message_sidepanel .message_contacts ul li.contact .wrap .meta {
    padding: 5px 0 0 0;
    color: #000;
}

@media screen and (max-width: 735px) {
    .message-page .message_frame .message_sidepanel .message_contacts ul li.contact .wrap .meta {
        display: none;
    }
}

.message-page .message_frame .message_sidepanel .message_contacts ul li.contact .wrap .meta .name {
    font-weight: 600;
    margin-bottom: 0;
}

.message-page .message_frame .message_sidepanel .message_contacts ul li.contact .wrap .meta .preview {
    margin: 5px 0 0 0;
    padding: 0 0 1px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 1s all ease;
}

.message-page .message_frame .message_sidepanel .message_contacts ul li.contact .wrap .meta .preview span {
    position: initial;
    border-radius: initial;
    background: none;
    border: none;
    padding: 0 2px 0 0;
    margin: 0 0 0 1px;
    opacity: 0.5;
}

.message-page .message_frame .message_sidepanel #bottom-bar {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.message-page .message_frame .message_sidepanel #bottom-bar button {
    float: left;
    border: none;
    width: 50%;
    padding: 10px 0;
    background: #32465a;
    color: #f5f5f5;
    cursor: pointer;
    font-size: 0.85em;
    font-family: "proxima-nova", "Source Sans Pro", sans-serif;
}

@media screen and (max-width: 735px) {
    .message-page .message_frame .message_sidepanel #bottom-bar button {
        float: none;
        width: 100%;
        padding: 15px 0;
    }
}

.message-page .message_frame .message_sidepanel #bottom-bar button:focus {
    outline: none;
}

.message-page .message_frame .message_sidepanel #bottom-bar button:nth-child(1) {
    border-right: 1px solid #2c3e50;
}

@media screen and (max-width: 735px) {
    .message-page .message_frame .message_sidepanel #bottom-bar button:nth-child(1) {
        border-right: none;
        border-bottom: 1px solid #2c3e50;
    }
}

.message-page .message_frame .message_sidepanel #bottom-bar button:hover {
    background: #435f7a;
}

.message-page .message_frame .message_sidepanel #bottom-bar button i {
    margin-right: 3px;
    font-size: 1em;
}

@media screen and (max-width: 735px) {
    .message-page .message_frame .message_sidepanel #bottom-bar button i {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 735px) {
    .message-page .message_frame .message_sidepanel #bottom-bar button span {
        display: none;
    }
}

.message-page .message_frame .content {
    float: right;
    width: 60%;
    height: 100%;
    position: relative;
}

@media screen and (max-width: 735px) {
    .message-page .message_frame .content {
        width: calc(100% - 58px);
        min-width: 300px !important;
    }
}

@media screen and (min-width: 900px) {
    .message-page .message_frame .content {
        width: calc(100% - 340px);
    }
}

.message-page .message_frame .content .contact-profile {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #eee;
}

.message-page .message_frame .content .contact-profile img:not(.vertical_dots) {
    width: 40px;
    border-radius: 50%;
    float: left;
    margin: 9px 12px 0 9px;
}

.message-page .message_frame .content .contact-profile p {
    float: left;
    line-height: 1;
    margin-top: 15px;
    font-weight: 500;
}

.message-page .message_frame .content .contact-profile p .position {
    display: block;
    color: #aaa;
    line-height: 2;
    font-weight: 400;
    font-size: 90%;
}

.message-page .message_frame .content .contact-profile .social-media {
    float: right;
}

.message-page .message_frame .content .contact-profile .social-media i {
    margin-left: 14px;
    cursor: pointer;
}

.message-page .message_frame .content .contact-profile .social-media i:nth-last-child(1) {
    margin-right: 20px;
}

.message-page .message_frame .content .contact-profile .social-media i:hover {
    color: #435f7a;
}

.message-page .message_frame .content .messages {
    height: auto;
    min-height: calc(100% - 124px);
    max-height: calc(100% - 124px);
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
}

@media screen and (max-width: 735px) {
    .message-page .message_frame .content .messages {
        max-height: calc(100% - 105px);
    }
}

.message-page .message_frame .content .messages::-webkit-scrollbar {
    width: 5px;
    background: transparent;
}

.message-page .message_frame .content .messages::-webkit-scrollbar-thumb {
    background-color: #fafafa;
}

.message-page .message_frame .content .messages ul li {
    display: inline-block;
    clear: both;
    float: left;
    margin: 15px 15px 5px 0;
    width: calc(100% - 25px);
    font-size: 0.9em;
}

.message-page .message_frame .content .messages ul li:nth-last-child(1) {
    margin-bottom: 20px;
}

.message-page .message_frame .content .messages ul li.sent img {
    margin: 0 8px 0 0;
}

.message-page .message_frame .content .messages ul li.sent p {
    background: #f5f5f5;
    border-top-left-radius: 0;
}

.message-page .message_frame .content .messages ul li.replies img {
    float: right;
    margin: 0 0 0 8px;
}

.message-page .message_frame .content .messages ul li.replies p {
    background: #c1e2b0;
    float: right;
    border-top-right-radius: 0;
}

.message-page .message_frame .content .messages ul li img {
    width: 32px;
    border-radius: 50%;
    float: left;
}

.message-page .message_frame .content .messages ul li p {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
    width: calc(100% - 80px);
    line-height: 1.5;
}

.message-page .message_frame .content .message-input {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 99;
    border-top: 1px solid #eee;
    background: #fff;
}

.message-page .message_frame .content .message-input .wrap {
    position: relative;
    padding: 10px 0;
    clear: both;
    overflow: hidden;
}

.message-page .message_frame .content .message-input .wrap input {
    float: left;
    border: none;
    width: calc(100% - 100px);
    padding: 11px 32px 10px 8px;
    font-size: 0.8em;
    color: #32465a;
}

@media screen and (max-width: 735px) {
    .message-page .message_frame .content .message-input .wrap input {
        padding: 15px 32px 16px 8px;
    }
}

.message-page .message_frame .content .message-input .wrap input:focus {
    outline: none;
}

.message-page .message_frame .content .message-input .wrap .attachment {
    position: absolute;
    right: 60px;
    z-index: 4;
    margin-top: 10px;
    font-size: 1.1em;
    color: #435f7a;
    opacity: 0.5;
    cursor: pointer;
}

@media screen and (max-width: 735px) {
    .message-page .message_frame .content .message-input .wrap .attachment {
        margin-top: 17px;
        right: 65px;
    }
}

.message-page .message_frame .content .message-input .wrap .attachment:hover {
    opacity: 1;
}

.message-page .message_frame .content .message-input .wrap button {
    float: right;
    border: none;
    width: 50px;
    padding: 12px 0;
    cursor: pointer;
    background: #32465a;
    color: #f5f5f5;
}

@media screen and (max-width: 735px) {
    .message-page .message_frame .content .message-input .wrap button {
        padding: 16px 0;
    }
}

.message-page .message_frame .content .message-input .wrap button:hover {
    background: #435f7a;
}

.message-page .message_frame .content .message-input .wrap button:focus {
    outline: none;
}

.message-page .message_frame {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.message-page .social-media .dropdown-menu {
    right: 0 !important;
    left: auto !important;
}

.message-page .social-media .dropdown-menu:before {
    right: 5px;
    left: auto;
}

.message-page .message_frame .message_sidepanel .message_search .filter .dropdown-menu:before {
    left: 22px;
}

.message-page .dropdown,
.message-page .dropup {
    position: relative;
    cursor: pointer;
}

.message-page .message_frame .content .message-input .wrap input {
    width: calc(100% - 132px);
    padding-right: 5px;
}

.message-page .icon img {
    margin: 0 5px;
    cursor: pointer;
}

.message-page .messages ul {
    padding-left: 15px;
}

@media screen and (min-width: 992px) {
    .message-page .message_frame .content {
        width: calc(100% - 340px);
    }
}

@media screen and (max-width: 991px) {
    .message-page .message_frame .content {
        width: calc(100% - 280px);
    }

    .message-page .message_frame .content .message-input .wrap {
        padding: 0;
    }

    .message-page .message_frame .content .message-input {
        z-index: 1;
    }
}

@media screen and (max-width: 991px) and (max-width: 735px) {
    .message-page .message_frame .content {
        width: calc(100% - 58px);
    }

    .message-page .top-bar {
        text-align: center;
    }

    .message-page .top-content {
        float: inherit !important;
    }

    .message-page .top-bar .head,
    .message-page .top-bar .top-content small {
        display: none;
    }

    .message-page .message_frame .message_sidepanel .message_contacts ul li.contact .wrap span:not(.time) {
        bottom: inherit;
    }

    .message-page .social-media {
        padding: 0;
    }

    .message-page .social-media .dropdown-menu {
        left: -25px;
    }

    .message-page .message_frame .message_sidepanel .message_search .filter {
        position: inherit;
        right: inherit;
        top: 50%;
        transform: inherit;
        text-align: center;
        margin-top: -9px;
    }

    .message-page .message_frame .message_sidepanel .message_search .filter .dropdown-menu {
        left: 5px;
    }

    .message-page .message_frame .message_sidepanel .message_contacts {
        padding-bottom: 50px;
    }

    .message-page .message_frame .message_sidepanel .message_search {
        display: inherit;
        height: 30px;
    }

    .message-page .message_frame .message_sidepanel .message_search label,
    .message-page .message_frame .message_sidepanel .message_search input {
        display: none;
    }
}

.opportunity-detail-page strong {
    font-weight: 600;
}

.opportunity-detail-page h3 {
    margin: 0;
}

.opportunity-detail-page h4 {
    margin-top: 0;
}

.opportunity-detail-page .top-banner img {
    width: 100%;
}

.opportunity-detail-page .name {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    margin: 0px 0px 4px 0;
    color: #656565;
}

.opportunity-detail-page .content-sidebar {
    background: #fff;
}

.opportunity-detail-page .content-sidebar .bar-content {
    padding: 15px;
}

.opportunity-detail-page .content-sidebar .bar-content .contact-list_wrap {
    margin-top: 15px;
}

.opportunity-detail-page .content-sidebar .bar-content .contact-list_wrap .content-wrap {
    margin: 20px 0;
}

.opportunity-detail-page .content-sidebar .bar-content .contact-list_wrap .content-wrap p {
    margin-bottom: 0;
}

.opportunity-detail-page .content-sidebar .bar-content .contact-list_wrap .list-content {
    margin-left: 10px;
    margin-bottom: 25px;
    line-height: 1.7;
}

.opportunity-detail-page .content-sidebar .bar-content .contact-list_wrap .list-content strong {
    font-weight: 500;
}

.opportunity-detail-page .right-content {
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
}

.opportunity-detail-page .right-content h4 {
    margin-top: 15px;
}

.opportunity-detail-page .right-content .budget {
    font-weight: 500;
    font-size: 18px;
}

.opportunity-detail-page .right-content .inputfeild {
    padding: 12px;
    margin-bottom: 30px;
}

.opportunity-detail-page .right-content .ans-div {
    background: #f7f7f7;
    padding: 15px;
    margin-left: 15px;
    width: calc(100% - 65px);
    border-radius: 8px;
    border-top-left-radius: 0;
}

.opportunity-detail-page .main-head {
    margin-top: 0px;
    font-weight: normal;
    font-size: 30px;
}

.opportunity-detail-page .content-head {
    color: #907f60;
    font-weight: 700;
}

.opportunity-detail-page .img-wrap {
    width: 50px;
    height: 50px;
}

.opportunity-detail-page .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.preview-page {
    background-color: #FFF;
    /*preview page End*/
}

.preview-page .prev_logo {
    display: table;
    margin: 15px auto;
    margin-bottom: 20px !important;
}

.preview-page .prev_logo img {
    display: block;
    margin: 0 auto;
}

.preview-page .prev_logo h2 {
    font-size: 15px;
    text-align: center;
    margin-top: 8px;
}

.preview-page .btm_link ul {
    padding-left: 0px;
    text-align: center;
    background-color: #e6e3dc;
    padding: 10px;
}

.preview-page .btm_link ul li {
    list-style: none;
    display: inline-block;
}

.preview-page .btm_link ul li a {
    font-size: 10px;
    text-decoration: none;
    color: #777;
    margin-left: 5px;
    margin-right: 5px;
}

.preview-page #mc_embed_signup {
    background: #fff;
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
    width: 100%;
    margin-bottom: 0;
}

.preview-page #mc_embed_signup form {
    text-align: center;
    padding: 10px 0 10px 0;
}

.preview-page #mc_embed_signup label {
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
}

.preview-page #mc_embed_signup input.email {
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
    font-size: 15px;
    border: 1px solid #ABB0B2;
    border-radius: 3px;
    color: #343434;
    background-color: #fff;
    box-sizing: border-box;
    height: 32px;
    padding: 0px 0.4em;
    display: inline-block;
    margin: 0;
    width: 350px;
    vertical-align: top;
}

.preview-page #mc_embed_signup .button {
    font-size: 13px;
    border: none;
    border-radius: 3px;
    letter-spacing: 0.03em;
    color: #fff;
    background-color: #aaa;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    display: inline-block;
    margin: 0;
    transition: all 0.23s ease-in-out 0s;
}

.preview-page #mc_embed_signup .clear {
    display: inline-block;
}

.preview-page .prev_footer {
    text-align: center;
}

.preview-page .btm_link ul li {
    list-style: none;
    display: inline-block;
}

.preview-page .btm_link ul li a {
    font-size: 10px;
    text-decoration: none;
    color: #777;
    margin-left: 5px;
    margin-right: 5px;
}

.preview-page .language_selection {
    position: absolute;
    right: 15px;
    top: 10px;
}

.preview-page .time {
    color: #000;
    font-size: 45px;
}

@media (max-width: 767px) {
    .preview-page .prev_logo img {
        width: 86px;
    }

    .preview-page #mc_embed_signup input.email {
        width: 100%;
    }

    .preview-page .time {
        font-size: 23px;
    }

    .preview-page .label {
        font-size: 12px;
    }
}

.footer .footer-top {
    background-color: #f2f1ed;
    padding: 20px 15px 10px;
    text-align: center;
    width: 100%;
}

.footer h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 10px;
    margin-top: 0px;
}

.footer h3 {
    font-size: 27px;
    color: #4d4028;
    margin-bottom: 10px;
}

.footer h4 {
    font-size: 21px;
    color: #888;
    padding-bottom: 15px;
}

.create-form {
    max-width: 600px;
    margin: 0 auto;
}

.create-form .heading {
    margin-bottom: 20px;
}

.create-form .form-wrapper {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.create-form .form-wrapper h2 {
    font-size: 14px;
    color: #C3C3C3;
    font-weight: 600;
    margin-top: 0px;
}

.create-form .form-wrapper label {
    text-align: left;
    color: #898989;
}

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

.create-form .form-wrapper .btn-continue {
    float: right;
    text-transform: uppercase;
    color: #959595;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.create-form .form-wrapper .btn-continue img {
    height: 20px;
    width: 20px;
    margin-left: 5px;
}

.img-wrap {
    width: 40px;
    height: 40px;
}

.img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 992px) {
    .notification-container {
        max-width: 700px;
        margin: 0 auto;
    }
}

.notification-wrap {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.notification-wrap .notification_list {
    padding: 15px;
    border-bottom: 1px solid #eee;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
}

.notification-wrap .notification_list:hover {
    background: #f2f2f2;
}

.notification-wrap .notification_list .content-left {
    width: calc(100% - 190px);
    float: left;
}

.notification-wrap .notification_list .content-left .img-wrap {
    position: relative;
}

.notification-wrap .notification_list .content-left .img-wrap .status {
    width: 25px;
    height: 25px;
    padding: 2px;
    position: absolute;
    border-radius: 50px;
    bottom: -5px;
    left: -10px;
    text-align: center;
    transform: scale(0.85);
}

.notification-wrap .notification_list .content-left .img-wrap .status i {
    color: #fff;
    line-height: 20px;
    font-size: 10px;
}

.notification-wrap .notification_list .content-left .img-wrap .status.plus_status {
    background: #66af68;
}

.notification-wrap .notification_list .content-left .img-wrap .status.like_status {
    background: #5388bc;
}

.notification-wrap .notification_list .content-left .img-wrap .status.briefcase_status {
    background: #244477;
}

.notification-wrap .notification_list .content-left .img-wrap .status.comment_status {
    background: #76b2e1;
}

.notification-wrap .notification_list .cancel {
    position: absolute !important;
    right: 30px;
    color: #aaa;
    font-size: 22px;
}
.notification-wrap .notification_list .button-group{
    position: inherit !important;
}
.notification-wrap .notification_list .btn {
    width: 80px;
    height: 30px;
    padding: 5px;
    line-height: 20px;
    font-size: 90%;
}

.notification-wrap .notification_list .list-content {
    margin-left: 10px;
    width: calc(100% - 60px);
}

.notification-wrap .notification_list .list-content strong {
    font-weight: 500;
}

.notification-wrap .notification_list .list-content small {
    color: #aaa;
}

.notification-wrap-popup .notification_list .list-content {
    margin-left: 10px;
    width: calc(100% - 60px);
}

.notification-wrap-popup .notification_list .list-content strong {
    font-weight: 500;
}

.notification-wrap-popup .notification_list .list-content small {
    color: #aaa;
}

.notification-dropdown-menu {
    min-width: 400px;
    max-height: 400px;
    overflow-y: auto;
}

.notification-wrap .name {
    font-weight: 500;
    text-transform: initial;
    margin: 0;
    color: #656565;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-text-decoration: el;
    text-decoration: el;
    -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
    .notification-wrap .notification-wrap .notification_list .content-left {
        width: calc(100%);
        padding-right: 30px;
        margin-bottom: 10px;
    }

    .notification-wrap .notification-wrap .notification_list .content-left .name {
        font-size: 12px;
    }
}

.viewAllLink {
    color: #A8A8A8;
    float: right;
    padding: 5px;
    font-size: 12px;
    background-color: white !important;
    border: none;
}

.notif_overlay {
    position: absolute;
    background-color: #F2F2F2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    align-items: center;
    justify-content: center;
}

#notification_badge {
    position: absolute;
    background-color: #952038;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    top: 12px;
    font-size: 10px;
    line-height: 16px;
}

.notif_overlay_btn {
    display: none;
}

.notif_overlay {
    position: absolute;
    background-color: #F2F2F2A6;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    align-items: center;
    justify-content: center;
}

#notification_badge {
    position: absolute;
    background-color: #952038;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    top: 12px;
    font-size: 10px;
    line-height: 16px;
    display: none;
}

#message_badge {
    position: absolute;
    background-color: #952038;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    top: 12px;
    font-size: 10px;
    line-height: 16px;
    display: none;
}

.content-right {
    position: relative;
}

.fa-times-thin:before {
    content: "\D7";
}

.noBottomBorder li {
    border-bottom: none !important;
}

.message_popup {
    width: 360px;
}

.message_popup .message_contacts {
    max-height: 360px;
    overflow-y: auto;
    padding-bottom: 0px !important;
}

.message_popup .message_sidepanel {
    max-width: 100% !important;
    width: 100% !important;
}

.noMargin {
    margin: 0 !important;
}

.message_popup .message_frame {
    height: auto !important;
}

.message_popup_footer {
    padding: 5px;
}

.message_popup .wrap {
    width: 80% !important;
    margin-left: 10px !important;
}

.message_actions_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    display: none;
    align-items: center;
    justify-content: center;
}

.fa-grey {
    color: lightgray;
}

.fa-grey {
    color: lightgray;
}

#noMessages {
    color: #555555;
    padding: 5px;
    text-align: center;
}

.newMessageTrigger {
    color: #555555;
    cursor: pointer;
}

/*-----------------------------start msg to autocomplete css------------------------------------*/

.ui-state-active h4,
.ui-state-active h4:visited {
    color: #867452;
}

.ui-menu-item {
    height: 65px;
    /*border: 1px solid #ececf9;*/
}

.ui-widget-content .ui-state-active {
    background-color: white !important;
    border: none !important;
}

.list_item_container {
    width: auto;
    height: 65px;
    float: left;
    margin-left: 0px;
}

.ui-widget-content .ui-state-active .list_item_container {
    background-color: #f5f5f5;
}

.autoCompleteUserImage {
    width: 15%;
    float: left;
    padding: 10px;
}

.autoCompleteUserImage img {
    width: 50px;
    height: 50px;
}

.autoCompleteUserName {
    /*width: 85%;*/
    float: right;
    white-space: nowrap;
    overflow: hidden;
    color: #6B6B6B;
    text-align: left;
    padding: 10px;
}

.ui-widget.ui-widget-content::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

.ui-widget.ui-widget-content {
    z-index: 222;
    width: 340px !important;
    border-radius: 10px;
    box-shadow: 0 0 10px #6B6B6B;
    max-height: 280px;
    overflow: auto;
    position: fixed;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

.ui-menu .ui-menu-item {
    margin: 3px !important;
    border: none !important;
}

/*-----------------------------end msg to autocomplete css------------------------------------*/

/*-----------------------------start new message popup css------------------------------------*/

#newMessageClose {
    cursor: pointer;
}

#newMessageDiv {
    display: none;
    width: 400px;
    height: 400px;
    box-shadow: 0 0 30px #555555;
    position: fixed;
    bottom: 0;
    right: 30px;
    background: white;
    z-index: 222;
}

.msg_heading {
    font-weight: bolder;
}

.msgTo {
    display: flex;
}

.inputToMsg {
    border: none;
    display: table-cell;
    width: 100%;
}

.msgToLabel {
    display: table-cell;
    padding: 10px;
}

.divider {
    border-top: 1px solid lightgrey;
}

.msg_footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #F7F5F2;
    height: 40px;
    line-height: 40px;
}

.notification-wrap .notification_list .list-content small {
  color: #aaa;
}

.notification-wrap .name {
  font-weight: 500;
  text-transform: initial;
  margin: 0;
  color: #656565;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-text-decoration: el;
          text-decoration: el;
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  .notification-wrap .notification-wrap .notification_list .content-left {
    width: calc(100%);
    padding-right: 30px;
    margin-bottom: 10px;
  }

  .notification-wrap .notification-wrap .notification_list .content-left .name {
    font-size: 12px;
  }
}

.viewAllLink {
  color: #A8A8A8;
  float: right;
  padding: 5px;
  font-size: 12px;
  background-color: white !important;
  border: none;
}

.notif_overlay {
  position: absolute;
  background-color: #F2F2F2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  align-items: center;
  justify-content: center;
}

#notification_badge {
  position: absolute;
  background-color: #952038;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  top: 12px;
  font-size: 10px;
  line-height: 16px;
}

#message_badge {
  position: absolute;
  background-color: #952038;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  top: 12px;
  font-size: 10px;
  line-height: 16px;
}

.btn-success {
  background-color: #5AA832;
  border-color: #5AA832;
  border-radius: 0px;
  box-shadow: none;
}

.btn-success:active:focus {
  background-color: #5AA832;
  border-color: #5AA832;
  outline: none;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:visited {
  background-color: #5AA832;
  border-color: #5AA832;
  outline: none;
}

.btn-success.bg_color-light {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
  color: #333;
}

.btn-success.btn-success--outline {
  background-color: transparent;
  color: #5AA832;
}

.btn-success.btn-success--outline:active:focus {
  background-color: transparent;
  color: #5AA832;
}

.btn-success.btn-success--outline:hover,
.btn-success.btn-success--outline:focus,
.btn-success.btn-success--outline:active,
.btn-success.btn-success--outline:visited {
  background-color: transparent;
  color: #5AA832;
}

a {
  transition: ease-in-out 0.3s;
}

.fa-spinner {
  font-size: 35px;
  color: #907f60;
  margin: 20px;
}

.button-group button:last-child {
  margin-right: 0;
}

.content-head {
  color: #907f60;
  font-weight: 700;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.agline-center {
  align-items: center;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.heading {
  color: #867452;
  font-size: 20px;
  font-weight: 600;
  margin-top: 0px;
}

.mainContent {
  padding: 30px 0px;
}

@media (min-width: 1366px) {
  .container {
    width: 1226px;
  }
}

.common__form .form-control {
  border-radius: 3px;
  box-shadow: none;
  height: 35px;
}

.common__form .form-control:focus {
  border-color: #5AA832;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}

.upload-btn-wrapper .btn {
  border: 1px solid #D9D9D9;
  color: #959595;
  background-color: #F2F2F2;
  padding: 2px 20px;
  border-radius: 3px;
  font-size: 14px;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.header .navbar-default {
  background-color: #867452;
  border: none;
  margin-bottom: 0px;
  border-radius: 0;
}

.header .navbar-default .navbar-nav > .open > a {
  background-color: transparent;
}

.header .navbar-default .navbar-toggle {
  border: none;
  border-radius: 0px;
  background-color: transparent;
  padding: 20px 10px;
}

.header .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.header .navbar-default .navbar-toggle:focus,
.header .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.header .navbar-default .navbar-header .navbar-brand {
  height: auto;
  padding: 22px 15px;
}

.header .navbar-default .navbar-collapse .navbar-form {
  float: left;
  padding: 10px 0px;
  margin-left: 30px;
}

.header .navbar-default .navbar-collapse .navbar-form .form-group {
  position: relative;
}

.header .navbar-default .navbar-collapse .navbar-form .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  background-color: #bbaea1;
  border: none;
  width: 300px;
  outline: none !important;
  box-shadow: none !important;
  color: #fff;
  height: 35px;
  padding-right: 40px;
}

.header .navbar-default .navbar-collapse .navbar-form ::-webkit-input-placeholder {
  color: #dddcdc;
}

.header .navbar-default .navbar-collapse .navbar-form :-moz-placeholder {
  color: #dddcdc;
}

.header .navbar-default .navbar-collapse .navbar-form ::-moz-placeholder {
  color: #dddcdc;
}

.header .navbar-default .navbar-collapse .navbar-form :-ms-input-placeholder {
  color: #dddcdc;
}

.header .navbar-default .navbar-collapse .navbar-form .btn_search {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 0px;
  top: 0;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  outline: none;
}

.header .navbar-default .navbar-collapse .navbar-form .btn_search img {
  width: 20px;
}

.header .navbar-default .navbar-collapse .navbar-right > li {
  text-align: center;
}

.header .navbar-default .navbar-collapse .navbar-right > li > a {
  color: #D0C9BC;
}

.header .navbar-default .navbar-collapse .navbar-right > li > a .nav-name {
  display: block;
}

.header .navbar-default .navbar-collapse .navbar-right > li > a img {
  margin: 0 auto;
}

.header .navbar-default .navbar-collapse .navbar-right > li.dropdown .dropdown-menu {
  padding: 0px;
  top: -200px;
  transition: top ease-in-out 0.3s;
  border: none;
}

.header .navbar-default .navbar-collapse .navbar-right > li.dropdown .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.header .navbar-default .navbar-collapse .navbar-right > li.dropdown .dropdown-menu li a {
  padding: 10px 15px;
}

.header .navbar-default .navbar-collapse .navbar-right > li.dropdown .dropdown-menu li a:hover {
  background-color: #867452;
  color: #fff;
}

.header .navbar-default .navbar-collapse .navbar-right > li.dropdown.open .dropdown-menu {
  top: 70px;
  display: block;
}

@media (max-width: 767px) {
  .header .navbar-default .navbar-collapse {
    border: none;
  }

  .header .navbar-default .navbar-collapse .navbar-form {
    float: none;
    margin: 0px;
    border: none;
  }

  .header .navbar-default .navbar-collapse .navbar-form .form-control {
    width: 100%;
  }

  .header .navbar-default .navbar-collapse .navbar-right {
    margin: 0px;
  }

  .header .navbar-default .navbar-collapse .navbar-right > li {
    text-align: left;
  }

  .header .navbar-default .navbar-collapse .navbar-right > li > a {
    padding: 10px 0px;
  }

  .header .navbar-default .navbar-collapse .navbar-right > li > a img,
  .header .navbar-default .navbar-collapse .navbar-right > li > a .nav-name {
    display: inline-block;
  }

  .header .navbar-default .navbar-collapse .navbar-right > li.dropdown .dropdown-menu li:not(:last-child) {
    border-bottom: none;
  }

  .header .navbar-default .navbar-collapse .navbar-right > li.dropdown .dropdown-menu li a {
    color: #D0C9BC;
  }
}

.header .language_selection {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
}

.header .language_selection li {
  list-style: none;
}

.header .language_selection li a {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.header .language_selection li a img {
  margin-right: 5px;
}

.header .language_selection .dropdown-toggle {
  color: #fff;
}

.header .language_selection .dropdown-menu {
  min-width: 14px;
  font-size: 13px;
  padding: 0px;
}

.header .language_selection .dropdown-menu li a:hover {
  background-color: #867452;
  color: #FFF;
}

@media (max-width: 767px) {
  .header .language_selection {
    right: 80px;
    top: 37px;
    transform: translateY(-50%);
  }
}

.footer {
  background-color: #E6E3DC;
}

.footer__sortlink ul {
  text-align: center;
  margin: 0px;
}

.footer__sortlink ul li {
  list-style: none;
  display: inline-block;
}

.footer__sortlink ul li.copyright {
  color: #867452;
}

.footer__sortlink ul li a {
  font-size: 12px;
  color: #867452;
  padding: 15px 10px;
  display: block;
}

.footer__sortlink ul li a:hover {
  color: #473d2b;
}

@media (max-width: 575px) {
  .footer {
    padding: 20px 0 15px;
  }

  .footer__sortlink ul li {
    display: block;
  }

  .footer__sortlink ul li.copyright {
    margin-bottom: 10px;
  }

  .footer__sortlink ul li a {
    padding: 5px 15px;
  }
}

/*
Flaticon icon font: Flaticon
Creation date: 07/10/2019 16:17
*/

@font-face {
  font-family: "Flaticon";
  src: url(/fonts/Flaticon.eot?d41d8cd98f00b204e9800998ecf8427e);
  src: url(/fonts/Flaticon.eot?d41d8cd98f00b204e9800998ecf8427e) format("embedded-opentype"), url(/fonts/Flaticon.woff2?d41d8cd98f00b204e9800998ecf8427e) format("woff2"), url(/fonts/Flaticon.woff?d41d8cd98f00b204e9800998ecf8427e) format("woff"), url(/fonts/Flaticon.ttf?d41d8cd98f00b204e9800998ecf8427e) format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("fonts/Flaticon.svg#Flaticon") format("svg");
  }
}*/

.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.flaticon-briefcase:before {
  content: "\F100";
}

.flaticon-add:before {
  content: "\F101";
}

.flaticon-like:before {
  content: "\F102";
}

.flaticon-comment:before {
  content: "\F103";
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #f2f1ed;
}

.profile_banner {
  position: relative;
  background-image: url(/images/profile_cover.png?9f5c2f1ea0e0c1be20b1ada852accde0);
  height: 245px;
  width: 100%;
  margin-top: 20px;
  background-size: cover;
}

.btn_edit_banner {
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 15px;
  position: relative;
}

.btn_edit_banner input {
  position: absolute;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.btn_edit_banner img {
  position: absolute;
}

.btn_edit_banner span {
  position: absolute;
  left: 45px;
}

.dp_below {
  background-color: #fff;
}

.dp_lrg {
  position: absolute;
  top: -135px;
}

.dp_lrg img {
  max-width: 100%;
}

.edit_dp {
  background-image: url(/images/dp_edit_mask.png?d41d8cd98f00b204e9800998ecf8427e);
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 6px;
  height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 2px;
}

.profile_dash_thread .dropdown .dropdown-menu li {
  width: 100%;
  margin-top: 2px;
  border-right: none;
  border-bottom: solid 1px #efefef;
}

.edit_dp button {
  background-color: transparent;
  border: none;
  color: #fff;
  width: 100%;
}

.edit_dp button img {
  display: table;
  margin: 3px auto;
}

.edit_dp button span {
  display: block;
  font-size: 12px;
  margin-top: 6px;
}

.user_details {
  margin-top: 16px;
}

.user_details h2 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 24px;
}

.user_details h3 {
  margin-bottom: 0px;
  margin-top: 7px;
  font-size: 20px;
}

.user_details p {
  display: inline-block;
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.user_details span {
  color: #4168b4;
  font-weight: 500;
  position: relative;
}

.user_details span::before {
  content: "";
  height: 7px;
  width: 7px;
  display: block;
  position: absolute;
  background-color: #666;
  border-radius: 100%;
  top: 5px;
  left: -13px;
}

.remove_left {
  padding-left: 0px;
}

.remove_right {
  padding-right: 0px;
}

.user_details li {
  display: inline-block;
  vertical-align: top;
}

.user_details li h4 {
  margin-top: 2px;
  font-size: 15px;
  margin-bottom: 0px;
}

.user_details li h5 {
  margin-top: 4px;
  font-weight: normal;
  font-size: 13px;
}

.user_details li img {
  margin-right: 7px;
}

.btn_edit_profile {
  background-color: transparent;
  border: solid 1px #999;
  padding: 5px 20px;
  color: #666;
  font-size: 15px;
  margin-top: 20px;
}

.btn_edit_profile:hover {
  background-color: #efefef;
  transition: all 0.7s;
}

.tooltip > .tooltip-inner {
  background-color: #fff;
  color: #333;
  border: solid 1px #ccc;
}

.exprt_cntrl button {
  border: none;
  background-color: transparent;
  padding-left: 2px;
  padding-right: 2px;
}

.exprt_cntrl button img {
  height: 30px;
  width: auto;
}

.exprt_cntrl {
  margin-top: 60px;
  text-align: right;
  margin-bottom: 30px;
}

.profile_dash_thread {
  background-color: #e5e5e5;
  padding: 25px;
  margin-top: 20px;
}

.profile_dash_thread h2 {
  font-size: 18px;
  display: inline-block;
  color: #867452;
  font-weight: 600;
  margin-top: 0px;
}

.profile_dash_thread .dropdown {
  display: inline-block;
}

.profile_dash_thread label {
  font-size: 13px;
  font-weight: normal;
  margin-left: 40px;
  margin-right: 10px;
}

.profile_dash_thread .btn {
  background-color: #f7f7f7;
  border: solid 1px #ccc;
  padding: 8px 75px;
  color: #555;
  position: relative;
}

.profile_dash_thread .btn .caret {
  position: absolute;
  right: 12px;
  top: 17px;
}

.profile_dash_thread li {
  list-style: none;
  display: inline-block;
  width: 24%;
  text-align: center;
  border-right: solid 1px #999;
  margin-top: 50px;
}

.profile_dash_thread li h3 {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 0;
}

.experience_thread {
  background-color: #fff;
}

.experience_thread {
  padding: 0px;
  margin-top: 20px;
}

.experience_thread_inner {
  position: relative;
  padding: 15px;
}

.experience_thread_inner h2 {
  font-size: 20px;
  color: #867452;
  margin-top: 0px;
  margin-bottom: 25px;
}

.experience_thread_inner h3 {
  margin-top: 0px;
  font-size: 18px;
  color: #555;
}

.experience_thread_inner h4 {
  margin-top: 0px;
  font-size: 14px;
}

.experience_thread_inner h6 {
  margin-top: 0px;
  font-size: 14px;
  color: #867452;
}

.experience_thread_inner span {
  margin-right: 65px;
  color: #999;
  font-weight: 500;
}

.experience_thread_inner label {
  position: relative;
  color: #555;
}

.experience_thread_inner p {
  color: #555;
  line-height: 22px;
  margin-top: 0px;
}

.experience_thread_inner label::after {
  content: "";
  height: 7px;
  width: 7px;
  background-color: #333;
  border-radius: 100%;
  position: absolute;
  display: block;
  top: 6px;
  left: -38px;
}

.lst {
  border-bottom: solid 1px #efefef;
  margin-bottom: 15px;
}

.brdr_btm {
  border-top: solid 1px #efefef;
  padding-bottom: 20px;
}

.remove_brder {
  border: none !important;
}

.experience_thread_inner ul {
  padding-left: 15px;
}

.experience_thread_inner ul li {
  margin-bottom: 10px;
}

.skl_lngage li {
  list-style: none;
}

.skl_lngage li strong {
  color: #666;
}

.skl_lngage {
  padding-left: 0px !important;
}

.indus_knwldg {
  padding-left: 0px !important;
}

.indus_knwldg li {
  list-style: none;
  width: 49%;
  display: inline-block;
  float: left;
}

.btn_show_more {
  border: none;
  background-color: transparent;
  padding: 10px 20px;
  color: #80272e;
  margin: 0 auto;
  display: table;
  font-size: 16px;
}

.chpter_inside label {
  font-size: 17px;
  color: #444;
  font-weight: normal;
  margin-top: 17px;
  display: block;
}

.chpter_inside label::after {
  display: none;
}

.chpter_inside h2 {
  margin-bottom: 0px;
}

.chpter_inside span {
  margin-right: 0px;
  color: #555;
  font-weight: normal;
}

.chpter_inside img {
  margin-left: 10px;
  margin-right: 10px;
}

.chpter_inside p {
  display: inline-block;
  font-size: 12px;
  color: #999;
}

.chpter_inside button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #999;
  font-size: 12px;
  border: none;
  border-bottom: solid 1px #ccc;
  text-decoration: none;
  background-color: transparent;
}

.shrd_connection h2 {
  font-size: 16px !important;
  margin-bottom: 5px;
  color: #666 !important;
}

.shrd_connection h3 {
  font-size: 14px !important;
  margin-bottom: 2px;
  font-weight: normal;
}

.shrd_connection span {
  font-size: 11px !important;
  font-weight: normal;
}

.shrd_connection {
  border-bottom: solid 1px #efefef;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

.model_btn {
  text-align: center;
}

.btn_upload {
  border: solid #5aa832 2px;
  background-color: transparent;
  padding: 8px 15px;
  color: #5aa832;
  font-weight: 600;
  text-transform: uppercase;
  width: 180px;
  margin-right: 15px;
}

.btn_upload:hover {
  background-color: #5aa832;
  transition: all 0.7s;
  color: #fff;
}

.btn_save_changes {
  border: solid #5aa832 2px;
  background-color: #5aa832;
  padding: 8px 15px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  width: 180px;
  margin-left: 15px;
}

#update-pic .modal-content {
  border-radius: 0px;
}

#update-pic .modal-header {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #efefef;
}

.btn_plus {
  position: absolute;
  border: none;
  background-color: transparent;
  right: 10px;
}

.btn_plus_sml {
  position: absolute;
  border: none;
  background-color: transparent;
  right: -10px;
  top: 15px;
}

.btm_link ul {
  padding-left: 0px;
  text-align: center;
  background-color: #e6e3dc;
  padding: 10px;
  margin-bottom: 0;
}

/* .prev_footer {
	text-align: center;
	margin-top: 20px;
	position: fixed;
	width: 100%;
	bottom: 0;
}
.btm_link ul li {
	list-style: none;
	display: inline-block;
}
.btm_link ul li a {
	font-size: 10px;
	text-decoration: none;
	color: #777;
	margin-left: 5px;
	margin-right: 5px;
} */

.cleate_page_inner {
  text-align: center;
  margin: 0 auto;
}

.cleate_page_inner .create-box {
  background-color: #fff;
  display: inline-block;
  padding: 20px 30px;
  border-radius: 6px;
  box-shadow: 0px 0px 6px 2px #ddd;
}

.cleate_page_inner .create-box span {
  display: block;
  font-weight: 500;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cleate_page_inner .create-box p {
  display: block;
}

.page_heading {
  font-size: 20px;
  text-align: left;
  color: #867452;
  padding-left: 5px;
  margin-bottom: 20px;
}

.account_setting_inner {
  background-color: #fff;
  padding: 18px;
}

.account_setting_inner h3 {
  font-size: 14px;
  color: #999;
  margin-top: 12px;
  margin-bottom: 15px;
}

.account_setting_inner label {
  font-weight: normal;
  font-size: 15px;
  margin-top: 8px;
}

.account_setting_inner input {
  width: 100%;
  height: 34px;
  border: solid 1px #ccc;
}

.alt_rw_setting {
  margin-bottom: 15px;
}

.alt_rw_setting button {
  background-color: #5aa832;
  color: #fff;
  border: none;
  padding: 10px 40px;
  text-transform: uppercase;
  font-weight: 500;
}

.account_setting_inner p {
  font-size: 15px;
  margin-bottom: 0;
}

.account_setting_inner span {
  font-size: 13px;
  color: #999;
  font-weight: normal;
}

.alt_rw_setting .dropdown-toggle {
  color: #867452;
}

.alt_rw_setting .dropdown {
  list-style: none;
}

.alt_rw_setting .dropdown-menu {
  min-width: 50px;
}

.account_setting_inner.left {
  min-height: 395px;
}

.modal-header h2 {
  position: relative;
  width: auto;
  display: inline-block;
  margin: 0;
  font-size: 20px;
  color: #867452;
}

.alt_rw_promote label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: #666;
}

.alt_rw_promote input {
  width: 100%;
  border: solid 1px #ccc;
  height: 35px;
  padding: 10px;
}

.alt_rw_promote {
  margin-bottom: 18px;
}

.alt_rw_promote select {
  height: 32px;
  width: 100%;
}

.alt_rw_promote textarea {
  width: 100%;
  height: 100px;
}

.btn_sbmt {
  display: table;
  background-color: #5aa832;
  border: none;
  color: #fff;
  padding: 10px 41px;
  margin: 0 auto;
}

/*News Feed Page Start*/

.nws_fd_white_box {
  background-color: #fff;
  padding: 20px;
}

.feed_dp_bx img {
  display: table;
  margin: 0 auto;
}

.news_feed {
  margin-top: 20px;
  margin-bottom: 80px;
}

.feed_dp_bx h2 {
  text-align: center;
  font-size: 22px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.feed_dp_bx h3 {
  text-align: center;
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 8px;
  font-weight: normal;
  color: #999;
  border-bottom: solid 1px #ddd;
  padding-bottom: 15px;
}

.feed_dp_bx table {
  width: 100%;
  margin-top: 10px;
}

.feed_dp_bx table tr td {
  width: 50%;
  padding: 5px 0px;
}

.feed_dp_bx table tr td:nth-child(even) {
  text-align: right;
}

.nws_fd_white_box.suggestion {
  margin-top: 20px;
}

.nws_fd_white_box.suggestion h2 {
  font-size: 20px;
  color: #867452;
  margin-top: 0px;
  margin-bottom: 25px;
}

.suggestion .shrd_connection h2 {
  margin-bottom: 5px;
}

.suggestion .shrd_connection h3 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 11px !important;
  color: #999;
}

.suggestion .shrd_connection span {
  color: #999;
}

.suggestion .btn_plus_sml {
  right: -17px;
}

.feed_post textarea {
  width: 100%;
  border: none;
  height: 100px;
}

.feed_post_btn button {
  background-color: transparent;
  border: none;
  margin-top: 15px;
}

.upld_sbmt {
  float: right;
  background-color: #5aa832 !important;
  color: #fff;
  padding: 7px 110px;
  font-weight: 500;
  margin-top: 8px !important;
}

.nws_fd_white_box h4 {
  font-size: 15px;
  margin-top: 12px;
  margin-bottom: 0px;
}

.nws_fd_white_box h5 {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0px;
  font-weight: normal;
  color: #999;
}

.nws_fd_white_box p {
  font-size: 14px;
  margin-top: 10px;
  color: #666;
}

.feed_sep {
  height: 1px;
  width: 100%;
  background-color: #efefef;
  margin-top: 5px;
  margin-bottom: 5px;
}

.btn_like {
  border: none;
  background: none;
  float: left;
  margin-top: 12px;
  margin-left: 10px;
}

.btn_like img {
  display: inline-block;
  vertical-align: middle;
}

.btn_like span {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
  color: #666;
}

.btn_comment {
  border: none;
  background: none;
  float: right;
  margin-top: 12px;
  margin-right: 10px;
}

.btn_comment img {
  display: inline-block;
  vertical-align: middle;
}

.btn_comment span {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
  color: #666;
}

.nws_fd_white_box.feed_posts {
  margin-top: 15px;
  padding: 10px 0px 15px 0px;
}

.like_cmnt_count li {
  display: inline-block;
  list-style: none;
}

.like_cmnt_count li img {
  margin-right: 7px;
}

.like_cmnt_count {
  padding: 10px;
}

.like_cmnt_count li:nth-child(2) {
  margin-left: 40px;
  position: relative;
}

.like_cmnt_count li:nth-child(2)::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  position: absolute;
  display: block;
  background-color: #666;
  left: -25px;
  top: 12px;
}

.feed_recent_opportunities_inner {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #efefef;
  position: relative;
}

.feed_recent_opportunities h2 {
  font-size: 18px;
  margin-top: 0px;
  font-weight: normal;
}

.feed_recent_opportunities_inner h4 {
  font-size: 15px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}

.feed_recent_opportunities_inner h5 {
  font-size: 12px;
  font-weight: normal;
  margin-top: 3px;
  margin-bottom: 6px;
  color: #333;
}

.feed_recent_opportunities_inner h6 {
  font-size: 12px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  color: #999;
}

.feed_recent_opportunities_inner p {
  font-size: 13px;
  color: #666;
  margin-top: 15px;
}

.feed_recent_opportunities_inner a {
  display: block;
  color: #999;
  margin-top: 5px;
}

.feed_recent_opportunities_inner span {
  margin-top: 10px;
}

.btn_close {
  position: absolute;
  border: none;
  background: none;
  right: 5px;
  top: 10px;
}

.btn_view_all_opportunities {
  background: no-repeat;
  border: solid 1px #9a2a41;
  padding: 10px 20px;
  color: #9a2a41;
  font-weight: 500;
  width: 94%;
  margin: 0 auto;
  display: table;
  border-radius: 4px;
}

/*News Feed Page End*/

@media screen and (min-width: 320px) and (max-width: 768px) {
  .nws_fd_white_box {
    background-color: #fff;
    padding: 10px;
  }

  .upld_sbmt {
    float: none;
    background-color: #5aa832 !important;
    color: #fff;
    padding: 7px 110px;
    font-weight: 500;
    margin-top: 8px !important;
    width: 100%;
  }

  .feed_recent_opportunities {
    margin-top: 30px;
  }

  .suggestion .btn_plus_sml {
    right: 5px;
  }

  .account_setting_inner h3 {
    font-size: 14px;
    color: #999;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .remove_space_mob {
    padding-left: 0px;
    padding-right: 0px;
  }

  .alt_rw_setting .col-lg-8 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .alt_rw_setting {
    margin-bottom: 0px;
  }

  .cleate_page_inner {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }

  .cleate_page_inner li {
    width: 100%;
    background-color: #fff;
    display: inline-block;
    padding: 20px 30px;
    border-radius: 6px;
    margin-left: 0px;
    margin-right: 0;
    box-shadow: 0px 0px 6px 2px #ddd;
    margin-bottom: 20px;
  }

  .prev_footer {
    position: relative;
  }

  .form-group {
    position: relative;
  }

  .user_details {
    margin-top: 170px;
  }

  .edit_dp {
    background-image: url(/images/dp_edit_mask.png?d41d8cd98f00b204e9800998ecf8427e);
    position: absolute;
    width: 98%;
    bottom: 0px;
    padding: 6px;
    height: 73px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 3px;
  }

  .exprt_cntrl {
    margin-top: 20px;
    text-align: left;
    margin-bottom: 30px;
  }

  .profile_dash_thread {
    background-color: #e5e5e5;
    padding: 15px;
    margin-top: 20px;
  }

  .profile_dash_thread li {
    list-style: none;
    display: inline-block;
    width: 48%;
    text-align: center;
    border: none;
    margin-top: 3px;
    background-color: #ccc;
    padding: 10PX;
  }

  .profile_dash_thread li h3 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 0;
  }

  .remove_left.remove_right {
    padding-left: 15px;
    padding-right: 15px;
  }

  .profile_dash_thread .dropdown {
    display: inline-block;
    margin-bottom: 15px;
  }

  .experience_thread_inner label::after {
    display: none;
  }

  .col-lg-4.remove_right {
    padding-right: 15px;
  }

  .col-lg-4.remove_right {
    padding-right: 15px;
    padding-left: 0px;
  }

  #update-pic .modal-body img {
    max-width: 100%;
  }

  .btn_upload {
    border: solid #5aa832 2px;
    background-color: transparent;
    padding: 8px 15px;
    color: #5aa832;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    margin-right: 0;
  }

  .btn_save_changes {
    border: solid #5aa832 2px;
    background-color: #5aa832;
    padding: 8px 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    margin-left: 0;
    margin-top: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .navbar-form.navbar-left.search_cntrl {
    position: relative;
    right: 0;
  }

  .navbar-right {
    float: left !important;
    margin-right: 0;
    position: relative;
    left: -19px;
  }

  #navbar-main .nav > li a {
    padding: 10px 28px;
  }

  #navbar-main .nav > li {
    position: relative;
    display: block;
    text-align: center !important;
    border-bottom: solid 1px #786645;
  }

  .navbar-left {
    float: right;
  }

  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a {
    color: #fff;
    background-color: transparent;
    padding: 5px 30px;
  }

  .navbar-form.navbar-left.search_cntrl {
    position: absolute;
    right: 85px;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
    padding: 5px 15px !important;
  }

  .user_details {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .user_details h3 {
    margin-bottom: 0px;
    margin-top: 7px;
    font-size: 16px;
  }

  .dp_lrg {
    position: absolute;
    top: -90px;
  }

  .edit_dp {
    background-image: url(/images/dp_edit_mask.png?d41d8cd98f00b204e9800998ecf8427e);
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 6px;
    height: 39px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 3px;
  }

  .edit_dp button span {
    display: none;
    font-size: 12px;
    margin-top: 6px;
  }

  .exprt_cntrl {
    margin-top: 20px;
    text-align: right;
    margin-bottom: 30px;
  }

  .profile_dash_thread li {
    list-style: none;
    display: inline-block;
    width: 24.6%;
    text-align: center;
    border: none;
    margin-top: 3px;
    background-color: #ccc;
    padding: 10PX;
  }
}

/****************style css*****************************/

/* preview page Start*/

/* 
.prev_footer {
	background-color: #f2f1ed;
	padding: 0;
	text-align: center;
	position: fixed;
	width: 100%;
	bottom: 0;
}
.prev_footer h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #888;
	margin-bottom: 10px;
	padding-top: 20px;
}
.prev_footer h3 {
	font-size: 27px;
	color: #4d4028;
	margin-bottom: 10px;
}
.prev_footer h4 {
	font-size: 21px;
	color: #888;
	padding-bottom: 15px;
}
.prev_logo {
	display: table;
	margin: 15px auto;
	margin-bottom: 20px !important;
}
.prev_logo img {
	display: block;
	margin: 0 auto;
}
.prev_logo h2 {
	font-size: 15px;
	text-align: center;
	margin-top: 8px;
}

.btm_link ul {
	padding-left: 0px;
	text-align: center;
	background-color: #e6e3dc;
	padding: 10px;
}
.btm_link ul li{
	list-style:none;
	display:inline-block;
}
.btm_link ul li a {
	font-size: 10px;
	text-decoration: none;
	color: #777;
	margin-left: 5px;
	margin-right: 5px;
} */

/*preview page End*/

/*Signup Page Start*/

.sgn_up_tg {
  font-size: 15px;
  text-align: center;
  margin-top: 8px;
}

.sign_up_left {
  flex: 2.1;
}

.sign_up_right {
  display: inline-block;
  background-color: #f2f1ed;
}

.sign_up_left_inner {
  width: 300px;
  margin: 140px auto;
  text-align: center;
}

.sign_up_logo svg {
  display: inline-block;
}

.sign_up {
  display: flex;
}

.sign_up_frm {
  width: 500px;
  margin: 180px auto;
}

.sgnup_cntrl input {
  width: 100%;
  height: 42px;
  border: none;
  border-radius: 5px;
  padding-left: 10px;
  font-size: 16px;
}

.sgnup_cntrl {
  margin-bottom: 12px;
}

.btn_login {
  display: block;
  width: 100%;
  padding: 10px 15px;
  border: solid 2px #5aa832;
  border-radius: 4px;
  font-size: 18px;
  color: #5aa832;
  cursor: pointer;
}

.btn_login:hover {
  transition: all 0.7s;
  background-color: #5aa832;
  color: #fff;
}

.btn_sign_up {
  display: block;
  width: 100%;
  padding: 12px 15px;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
  background-color: #5aa832;
  border: none;
}

.sign_up_frm a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .sign_up {
    display: block;
  }

  .sign_up_left_inner {
    width: 300px;
    margin: 35px auto;
    text-align: center;
  }

  .sign_up_left {
    flex: 0;
    height: auto;
  }

  .sign_up_frm {
    width: 65%;
    margin: 20px auto;
    padding: 50px;
  }

  .sign_up_right {
    display: inline-block;
    flex: 1;
    background-color: #f2f1ed;
    width: 100%;
  }
}

/*Signup Page End*/

/*Create Profile Page Start*/

.creat_profile {
  background-color: #f2f1ed;
}

.creat_profile header {
  background-color: #867452;
  padding: 20px 0px;
}

.creat_profile_tab {
  background-color: #fff;
  width: 600px;
  margin: 30px auto;
  padding: 20px;
  box-shadow: 0px 0px 5px #ccc;
}

.creat_profile_half {
  display: inline-block;
  width: 49%;
  margin-bottom: 15px;
}

.creat_profile_half select {
  width: 95%;
  margin-left: 20px;
  height: 32px;
  padding: 5px;
}

.creat_profile_half span {
  font-size: 15px;
}

.cstm_chkbx {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}

input[type=checkbox] {
  visibility: hidden;
}

.chkbx {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: solid 1px #333;
}

.cstm_chkbx:hover input ~ .chkbx {
  background-color: #666;
}

.cstm_chkbx input:active ~ .chkbx {
  background-color: #666;
}

.chkbx:after {
  content: "";
  position: absolute;
  display: none;
}

.cstm_chkbx input:checked ~ .chkbx:after {
  display: block;
}

.cstm_chkbx .chkbx::after {
  left: 2px;
  bottom: 2px;
  width: 11px;
  height: 11px;
  border: solid #666;
  border-width: 0;
  background-color: #666;
}

.creat_profile_full {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}

.creat_profile_full span {
  font-size: 15px;
  font-weight: 500;
}

.btn_cntnue {
  border: none;
  background-color: transparent;
  float: right;
  margin-bottom: 5px;
  margin-top: 20px;
  text-transform: uppercase;
  color: #666;
  cursor: pointer;
  text-decoration: none;
  font-size: 12px;
  display: inline-block;
}

.btn_cntnue span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
}

.btn_cntnue img {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

.creat_profile_third {
  display: inline-block;
  width: 20%;
  margin-bottom: 15px;
}

.creat_profile_third span {
  font-size: 14px;
}

.creat_profile_third_full {
  display: inline-block;
  width: 79%;
  margin-bottom: 15px;
}

.creat_profile_third_full input {
  width: 100%;
  height: 32px;
}

.creat_profile_third_full select {
  width: 100%;
  height: 32px;
  padding-left: 7px;
}

.creat_profile_third_1 {
  width: 15%;
  display: inline-block;
  margin-right: 20px;
}

.creat_profile_third_1 input {
  width: 100%;
  height: 32px;
}

.creat_profile_tab.remove_bg {
  background-color: transparent;
  box-shadow: none;
  padding: 0px;
  width: 640px;
  margin-bottom: 0px !important;
}

.creat_profile_tab.remove_bg h2 {
  font-size: 18px;
  color: #867452;
}

.creat_profile_tab h3 {
  text-align: center;
  font-size: 13px;
  font-weight: normal;
}

.creat_profile_tab p img {
  display: table;
  margin: 10px auto;
}

.btn_cnfrm span {
  display: inline-block;
  vertical-align: middle;
}

.btn_cnfrm img {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 10px;
}

.btn_cnfrm {
  border: solid 1px #ccc;
  background-color: transparent;
  padding: 8px 115px;
  display: table;
  margin: 0 auto;
  font-size: 14px;
  color: #777;
  position: relative;
  margin-bottom: 25px;
}

.btn_back {
  border: none;
  background-color: transparent;
  margin-top: 20px;
  cursor: pointer;
  float: left;
}

.btn_back img {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

.creat_profile_third_four {
  width: 32%;
  display: inline-block;
  margin-bottom: 15px;
}

.creat_profile_third_four select {
  width: 100%;
  height: 35px;
  padding-left: 10px;
}

.creat_profile_third_four input {
  width: 99%;
  height: 32px;
}

.creat_profile_third_two {
  width: 15%;
  display: inline-block;
}

.creat_profile_third_two select {
  width: 100%;
  height: 35px;
  padding-left: 10px;
}

.creat_profile_third_three {
  width: 30.8%;
  display: inline-block;
}

.creat_profile_third_three select {
  width: 100%;
  height: 35px;
  padding-left: 10px;
}

.creat_profile_third_full form ul li {
  display: inline-block;
}

.creat_profile_tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}

.creat_profile_tab ul li {
  color: #AAAAAA;
  display: block;
  position: relative;
}

.creat_profile_tab ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.creat_profile_tab ul li label {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  padding: 18px 5px 5px 35px;
  margin: 0px auto;
  height: auto;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.creat_profile_tab ul li:hover label {
  color: #222;
}

.creat_profile_tab ul li .check {
  display: block;
  position: absolute;
  border: 2px solid #AAAAAA;
  border-radius: 100%;
  height: 17px;
  width: 17px;
  top: 18px;
  left: 0px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}

.creat_profile_tab ul li:hover .check {
  border: 3px solid #aaa;
}

.creat_profile_tab ul li .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 11px;
  width: 11px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.creat_profile_tab input[type=radio]:checked ~ .check {
  border: 2px solid #777;
}

.creat_profile_tab input[type=radio]:checked ~ .check::before {
  background: #777;
}

.creat_profile_tab input[type=radio]:checked ~ label {
  color: #222;
}

.btn_save {
  background-color: #5aa832;
  color: #fff;
  border: none;
  font-size: 15px;
  padding: 7px 75px;
  float: right;
  margin-top: 16px;
}

/* .time {
	color: #000;
	font-size: 45px;
} */

.label {
  font-size: 18px;
  display: block;
  color: #000;
}

.bg {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
}

.counter {
  text-align: center;
}

#countdown {
  margin-bottom: 30px;
}

#countdown div {
  display: inline-block;
}

#countdown div {
  display: inline-block;
  margin-bottom: 0px;
}

@media screen and (min-width: 320px) and (max-width: 680px) {
  .time {
    color: #000;
    font-size: 30px;
  }

  .label {
    font-size: 14px;
    display: block;
    color: #000;
  }

  #mc_embed_signup input.email {
    display: block !important;
    margin: 0 auto !important;
  }

  .prev_footer h3 {
    font-size: 18px;
    color: #4d4028;
    margin-bottom: 22px;
  }

  .prev_footer h4 {
    font-size: 15px;
    color: #888;
    padding-bottom: 30px;
  }

  .prev_footer h2 {
    font-size: 15px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 20px;
    padding-top: 30px;
  }

  .prev_logo {
    display: table;
    margin: 20px auto;
    margin-bottom: 15px !important;
  }

  #mc_embed_signup {
    padding-top: 18px !important;
  }

  .creat_profile_tab {
    background-color: #fff;
    width: 80%;
    margin: 18px auto;
    padding: 20px;
    box-shadow: 0px 0px 5px #ccc;
  }

  .creat_profile_half {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }

  .creat_profile_half select {
    width: 100%;
    margin-left: 0;
    height: 32px;
    padding: 5px;
  }

  .creat_profile_tab.remove_bg {
    background-color: transparent;
    box-shadow: none;
    padding: 0px;
    width: 100%;
    margin-bottom: 0px !important;
    text-align: center;
  }

  .creat_profile_third {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }

  .creat_profile_third {
    display: inline-block;
    width: 100%;
    margin-bottom: 4px;
  }

  .creat_profile_third_full {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }

  .creat_profile_third_three {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
  }

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

  .creat_profile_third_four {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
  }

  #mc-embedded-subscribe {
    margin-top: 20px !important;
  }
}

@media screen and (min-width: 681px) and (max-width: 768px) {
  .time {
    color: #000;
    font-size: 30px;
  }

  .label {
    font-size: 14px;
    display: block;
    color: #000;
  }

  #mc_embed_signup input.email {
    display: block !important;
    margin: 0 auto !important;
  }

  .prev_footer h3 {
    font-size: 18px;
    color: #4d4028;
    margin-bottom: 22px;
  }

  .prev_footer h4 {
    font-size: 15px;
    color: #888;
    padding-bottom: 30px;
  }

  .prev_footer h2 {
    font-size: 15px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 20px;
    padding-top: 30px;
  }

  .prev_logo {
    display: table;
    margin: 150px auto;
    margin-bottom: 15px !important;
  }

  #mc_embed_signup {
    padding-top: 18px !important;
  }

  .creat_profile_tab {
    background-color: #fff;
    width: 80%;
    margin: 18px auto;
    padding: 20px;
    box-shadow: 0px 0px 5px #ccc;
  }

  .creat_profile_half {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }

  .creat_profile_half select {
    width: 100%;
    margin-left: 0;
    height: 32px;
    padding: 5px;
  }

  .creat_profile_tab.remove_bg {
    background-color: transparent;
    box-shadow: none;
    padding: 0px;
    width: 100%;
    margin-bottom: 0px !important;
    text-align: center;
  }

  .creat_profile_third {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }

  .creat_profile_third {
    display: inline-block;
    width: 100%;
    margin-bottom: 4px;
  }

  .creat_profile_third_full {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }

  .creat_profile_third_three {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
  }

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

  .creat_profile_third_four {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
  }

  #mc-embedded-subscribe {
    margin-top: 20px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .prev_logo {
    display: table;
    margin: 35px auto;
    margin-bottom: 40px !important;
  }

  .prev_footer {
    background-color: #f2f1ed;
    padding: 0px;
    text-align: center;
    position: fixed;
  }

  #mc-embedded-subscribe {
    margin-top: 0px !important;
    margin-bottom: 15px !important;
  }
}

/*Create Profile Page Ends*/

.mediaViewInfo {
  --web-view-name: Share;
  --web-view-id: Share;
  --web-enable-deep-linking: true;
}

:root {
  --web-view-ids: Share;
}

* {
  margin: 0;
  padding: 0;
}

.Share_Class {
  position: absolute;
  box-sizing: border-box;
  background: #E5E5E5;
  width: 1920px;
  height: 2813px;
  background-color: #f2f1ed;
  overflow: hidden;
  margin: 0;
  padding: 0;
  --web-view-name: Share;
  --web-view-id: Share;
  --web-enable-deep-linking: true;
}

.google_plus_square_brands {
  overflow: visible;
  position: absolute;
  top: 620px;
  left: 1595px;
  width: 33.104px;
  height: 33.102px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.twitter_square_brands {
  overflow: visible;
  position: absolute;
  top: 620px;
  left: 1675px;
  width: 33.105px;
  height: 33.104px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.linkedin_brands {
  overflow: visible;
  position: absolute;
  top: 620px;
  left: 1715px;
  width: 33.105px;
  height: 33.104px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.facebook_square_brands {
  overflow: visible;
  position: absolute;
  top: 620px;
  left: 1635px;
  width: 33.105px;
  height: 33.104px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.envelope_square_solid {
  overflow: visible;
  position: absolute;
  top: 620px;
  left: 1554.896px;
  width: 33.104px;
  height: 33.104px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.Rectangle_332 {
  position: absolute;
  overflow: visible;
  width: 33px;
  height: 33px;
  left: 1514px;
  top: 620px;
}

.Path_1225 {
  overflow: visible;
  position: absolute;
  top: 628.759px;
  left: 1519.424px;
  width: 11.263px;
  height: 15.699px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_1226 {
  overflow: visible;
  position: absolute;
  top: 628.759px;
  left: 1533.871px;
  width: 7.85px;
  height: 15.699px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_1227 {
  overflow: visible;
  position: absolute;
  top: 584.291px;
  left: 1468.986px;
  width: 114.619px;
  height: 39.651px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.BomaLink_Class {
  position: absolute;
  left: 1492px;
  top: 589.596px;
  overflow: visible;
  width: 67px;
  white-space: nowrap;
  line-height: 21px;
  margin-top: -3px;
  text-align: left;
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #a8a8a8;
}

.Group_576_Class {
  position: absolute;
  width: 26.242px;
  height: 29.991px;
  left: 1518.547px;
  top: 648.429px;
  overflow: visible;
}

.Path_88 {
  overflow: visible;
  position: absolute;
  top: 2.055px;
  left: 1.323px;
  width: 23.225px;
  height: 26.666px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_89 {
  overflow: visible;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 26.242px;
  height: 29.991px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.admin_sub_text a {
  color: #337ab7 !important;
  text-decoration: none !important;
  margin-bottom: 0px !important;
  display: initial !important;
}

.admin_sub_text {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
  color: #636b6f;
}

.boma_nav_avatar {
  display: flex !important;
  padding: 10px 15px;
}

.boma_nav_avatar_img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.boma_nav_avatar_icon {
  padding: 0px !important;
  padding-top: 4px !important;
}

.boma_nav_dropdown-toggle {
  padding-left: 5px !important;
}

.chta {
  color: black;
}

.forgot_submit_text {
  margin-top: 15px;
}

.mt_25 {
  margin-top: 25px;
}

.name {
  font-weight: 500;
  text-transform: initial;
  margin: 0;
  color: #656565;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-text-decoration: el;
  text-decoration: el;
  -webkit-box-orient: vertical;
}

.nf_avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.sc_sub {
  margin-top: 0px !important;
}

.dashboard_circle {
  height: 45px;
  width: 45px;
  background-color: #bbb;
  display: inline-block;
  border-radius: 50%;
}

/*--------------------------notification popup------------------------------*/

.notification-wrap .notification_list_popup {
  padding: 15px;
  border-bottom: 1px solid #eee;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}

.notification-wrap .notification_list_popup:hover {
  background: #f2f2f2;
}

.notification-wrap .notification_list_popup .content-left {
  width: calc(100% - 140px);
  float: left;
}

.notification-wrap .notification_list_popup .content-left .img-wrap {
  position: relative;
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status {
  width: 25px;
  height: 25px;
  padding: 2px;
  position: absolute;
  border-radius: 50px;
  bottom: -5px;
  left: -10px;
  text-align: center;
  transform: scale(0.85);
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status i {
  color: #fff;
  line-height: 20px;
  font-size: 10px;
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status.plus_status {
  background: #66af68;
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status.like_status {
  background: #5388bc;
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status.briefcase_status {
  background: #244477;
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status.comment_status {
  background: #76b2e1;
}

.notification-wrap .notification_list_popup .cancel {
  position: absolute;
  right: 20px;
  color: #aaa;
  font-size: 22px;
}

.notification-wrap .notification_list_popup .btn {
  width: 60px;
  height: 20px;
  padding: 0px;
  line-height: 18px;
  font-size: 87%;
}

.notification-wrap .notification_list_popup .list-content {
  margin-left: 10px;
  width: calc(100% - 60px);
}

.notification-wrap .notification_list_popup .list-content strong {
  font-weight: 500;
}

.notification-wrap .notification_list_popup .list-content small {
  color: #aaa;
}

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

.notification-wrap .name {
  font-weight: 500;
  text-transform: initial;
  margin: 0;
  color: #656565;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-text-decoration: el;
  text-decoration: el;
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  .notification-wrap .notification-wrap .notification_list .content-left {
    width: calc(100%);
    padding-right: 30px;
    margin-bottom: 10px;
  }

  .notification-wrap .notification-wrap .notification_list .content-left .name {
    font-size: 12px;
  }

  .notification-wrap .notification-wrap .notification_list_popup .content-left {
    width: calc(100%);
    padding-right: 30px;
    margin-bottom: 10px;
  }

  .notification-wrap .notification-wrap .notification_list_popup .content-left .name {
    font-size: 12px;
  }
}

.custom-file-upload {
  display: inline-block;
  padding: 6px 12px;
  padding-bottom: 0px;
  cursor: pointer;
}

.custom-file-button {
  display: none !important;
}

.post_attach {
  display: flex !important;
}

.post_avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.post_logo {
  width: 55px;
  height: 55px;
}

.post_link_div {
  display: none;
  flex-direction: column;
}

.post_location_div {
  display: none;
  margin-top: 10px;
}

.post_link_input {
  margin-bottom: 10px;
}

.post_location_select {
  margin-right: 10px;
}

.invisible_button {
  border: none;
  background-color: transparent;
}

.profile_share_form {
  width: auto;
}

.profile_share_button_group {
  display: flex;
  width: auto;
  justify-content: flex-end;
}

.media-post {
  display: flex;
  justify-content: center;
}

.post_comments_bx {
  border-top: 1px solid #efefef;
  padding: 10px;
}

.comment_input {
  margin-right: 20px;
}

.comm_tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.comm_tooltip .tooltiptext {
  width: auto;
  height: auto;
  background-color: white;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
  display: flex !important;
}

/*.comm_tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}*/

.comm_tooltip:hover .tooltiptext {
  visibility: visible;
}

.like_btn {
  background-color: transparent;
  border-radius: 50px;
}

.like_btn_form {
  width: auto;
  height: auto;
}

.profile_link_text {
  color: black;
}

.main_logo {
  width: 120px;
}

.pending_connect {
  margin-left: initial !important;
}

.like_love {
  height: 25px;
  width: 25px;
  background-color: #E16B6D;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}

.like_cheers {
  height: 25px;
  width: 25px;
  background-color: #E0BE27;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}

.like_laugh {
  height: 25px;
  width: 25px;
  background-color: #77D6CB;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}

.opportunities .heading {
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .opportunities .heading {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.opportunities .btn-success {
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 35px;
  justify-content: center;
}

.opportunities .btn-success .icon {
  margin-right: 5px;
}

.opportunities .form-group {
  margin-bottom: 25px;
}

.opportunities__box {
  background-color: #fff;
  padding: 25px 25px 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.opportunities__form--searchInput {
  padding-left: 40px;
  background-image: url(/images/search_icon.png?d41d8cd98f00b204e9800998ecf8427e);
  background-repeat: no-repeat;
  background-position: 8px center;
}

.opportunities__form--locationInput {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: 8px center;
  background-image: url(/images/location_icon.png?d41d8cd98f00b204e9800998ecf8427e);
}

.opportunities__form--search {
  margin-right: 15px;
}

.opportunities__form--select {
  width: 20%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

@media (max-width: 1199px) {
  .opportunities__form--select,
  .opportunities__form--input {
    width: 50%;
    float: left;
  }
}

@media (max-width: 575px) {
  .opportunities__form--select,
  .opportunities__form--input {
    width: 100%;
    float: left;
    display: block;
  }
}

.opportunities__section {
  padding: 30px 0;
}

.opportunities__section .view__more {
  color: #aaa8a8;
  font-weight: 600;
  text-decoration: underline;
}

.opportunities__section .view__more:hover {
  color: #867452;
}

.opportunities__section .featuredOpp {
  margin-bottom: 30px;
}

.opportunities__section .featuredOpp__title {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-right: 30px;
}

.opportunities__section .featuredOpp__company {
  margin-bottom: 15px;
}

.opportunities__section .featuredOpp__company__img {
  width: 45px;
}

.opportunities__section .featuredOpp__company--right {
  padding-left: 10px;
}

.opportunities__section .featuredOpp__company__name {
  font-size: 15px;
  color: #333;
}

.opportunities__section .featuredOpp__company__address {
  font-size: 12px;
  color: #666;
}

.opportunities__section .featuredOpp__box {
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.opportunities__section .featuredOpp__box h4 {
  font-size: 12px;
  margin-bottom: 5px;
}

.opportunities__section .featuredOpp__box__amount {
  font-size: 15px;
  color: #333;
}

.opportunities__section .featuredOpp__box__learnMore {
  color: #666;
  font-size: 12px;
  text-decoration: underline;
}

.opportunities__section .featuredOpp__box__learnMore:hover {
  padding-left: 8px;
  color: #867452;
}

.opportunities__section .featuredOpp .badge {
  display: block;
  height: 30px;
  width: 30px;
  background-position: center;
  background-color: transparent;
  position: absolute;
  right: 20px;
  top: 10px;
}

.opportunities__section .featuredOpp .badge--white {
  background-image: url(/images/badge_white.jpg?d41d8cd98f00b204e9800998ecf8427e);
}

.opportunities__section .featuredOpp .badge--red {
  background-image: url(/images/badge_red.jpg?d41d8cd98f00b204e9800998ecf8427e);
}

@media (max-width: 767px) {
  .opportunities__section {
    padding: 15px 0;
  }

  .opportunities__section .featuredOpp {
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .opportunities__box {
    padding: 15px;
  }
}

.message-page #frame {
  width: 95%;
  min-width: 360px;
  max-width: 1000px;
  height: calc(100vh - 150px);
  background: #fff;
  margin: 20px auto 0;
}

@media screen and (max-width: 360px) {
  .message-page #frame {
    width: 100%;
    height: 100vh;
  }
}

.message-page .top-bar {
  padding: 5px 10px;
  color: #555;
}

.message-page .social-media {
  padding: 0 20px;
}

.message-page .social-media .dropdown-menu {
  position: absolute;
  top: 80%;
  right: 0;
  transform: translateX(-50%);
  min-width: 120px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  z-index: 2;
  border: none;
  border-radius: 3px;
}

.message-page .social-media .dropdown-menu:before {
  position: absolute;
  content: "";
  top: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.message-page .social-media .dropdown-menu:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 3px;
}

.message-page .social-media .dropdown-menu li {
  position: relative;
  z-index: 1;
}

.message-page .social-media .dropdown-menu li a {
  text-align: center;
  text-transform: capitalize;
  padding: 4px 20px;
}

.message-page #frame #sidepanel {
  float: left;
  min-width: 280px;
  max-width: 340px;
  width: 40%;
  height: 100%;
  color: #f5f5f5;
  position: relative;
  border-right: 1px solid #fafafa;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel {
    width: 58px;
    min-width: 58px;
  }
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #profile {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 0 0;
    background: #32465a;
  }
}

.message-page #frame #sidepanel #profile.expanded .wrap {
  height: 210px;
  line-height: initial;
}

.message-page #frame #sidepanel #profile.expanded .wrap p {
  margin-top: 20px;
}

.message-page #frame #sidepanel #profile.expanded .wrap i.expand-button {
  transform: scaleY(-1);
  -webkit-filter: FlipH;
  filter: FlipH;
  -ms-filter: "FlipH";
}

.message-page #frame #sidepanel #profile .wrap {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  transition: 0.3s height ease;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #profile .wrap {
    height: 55px;
  }
}

.message-page #frame #sidepanel #profile .wrap img {
  width: 50px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #e74c3c;
  height: auto;
  float: left;
  cursor: pointer;
  transition: 0.3s border ease;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #profile .wrap img {
    width: 40px;
    margin-left: 4px;
  }
}

.message-page #frame #sidepanel #profile .wrap img.online {
  border: 2px solid #2ecc71;
}

.message-page #frame #sidepanel #profile .wrap img.away {
  border: 2px solid #f1c40f;
}

.message-page #frame #sidepanel #profile .wrap img.busy {
  border: 2px solid #e74c3c;
}

.message-page #frame #sidepanel #profile .wrap img.offline {
  border: 2px solid #95a5a6;
}

.message-page #frame #sidepanel #profile .wrap p {
  float: left;
  margin-left: 15px;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #profile .wrap p {
    display: none;
  }
}

.message-page #frame #sidepanel #profile .wrap i.expand-button {
  float: right;
  margin-top: 23px;
  font-size: 0.8em;
  cursor: pointer;
  color: #435f7a;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #profile .wrap i.expand-button {
    display: none;
  }
}

.message-page #frame #sidepanel #profile .wrap #status-options {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 150px;
  margin: 70px 0 0 0;
  border-radius: 6px;
  z-index: 99;
  line-height: initial;
  background: #435f7a;
  transition: 0.3s all ease;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #profile .wrap #status-options {
    width: 58px;
    margin-top: 57px;
  }
}

.message-page #frame #sidepanel #profile .wrap #status-options.active {
  opacity: 1;
  visibility: visible;
  margin: 75px 0 0 0;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #profile .wrap #status-options.active {
    margin-top: 62px;
  }
}

.message-page #frame #sidepanel #profile .wrap #status-options:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #435f7a;
  margin: -8px 0 0 24px;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #profile .wrap #status-options:before {
    margin-left: 23px;
  }
}

.message-page #frame #sidepanel #profile .wrap #status-options ul {
  overflow: hidden;
  border-radius: 6px;
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li {
  padding: 15px 0 30px 18px;
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #profile .wrap #status-options ul li {
    padding: 15px 0 35px 22px;
  }
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li:hover {
  background: #496886;
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 5px 0 0 0;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
    width: 14px;
    height: 14px;
  }
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  margin: -3px 0 0 -3px;
  background: transparent;
  border-radius: 50%;
  z-index: 0;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
    height: 18px;
    width: 18px;
  }
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li p {
  padding-left: 12px;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #profile .wrap #status-options ul li p {
    display: none;
  }
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li#status-online span.status-circle {
  background: #2ecc71;
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
  border: 1px solid #2ecc71;
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {
  background: #f1c40f;
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
  border: 1px solid #f1c40f;
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {
  background: #e74c3c;
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
  border: 1px solid #e74c3c;
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {
  background: #95a5a6;
}

.message-page #frame #sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
  border: 1px solid #95a5a6;
}

.message-page #frame #sidepanel #profile .wrap #expanded {
  padding: 100px 0 0 0;
  display: block;
  line-height: initial !important;
}

.message-page #frame #sidepanel #profile .wrap #expanded label {
  float: left;
  clear: both;
  margin: 0 8px 5px 0;
  padding: 5px 0;
}

.message-page #frame #sidepanel #profile .wrap #expanded input {
  border: none;
  margin-bottom: 6px;
  background: #32465a;
  border-radius: 3px;
  color: #f5f5f5;
  padding: 7px;
  width: calc(100% - 43px);
}

.message-page #frame #sidepanel #profile .wrap #expanded input:focus {
  outline: none;
  background: #435f7a;
}

.message-page #frame #sidepanel #search {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-weight: 300;
  position: relative;
}

.message-page #frame #sidepanel #search .search {
  margin: -15px 0;
  position: absolute;
  top: 9px;
  left: -4px;
}

.message-page #frame #sidepanel #search .filter {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.message-page #frame #sidepanel #search .filter .dropdown-menu {
  position: absolute;
  top: 150%;
  left: -10px;
  min-width: 120px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  z-index: 2;
  border: none;
  margin-top: 0;
  border-radius: 3px;
}

.message-page #frame #sidepanel #search .filter .dropdown-menu:before {
  position: absolute;
  content: "";
  top: -5px;
  left: 11px;
  transform: translateX(-50%) rotate(45deg);
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.message-page #frame #sidepanel #search .filter .dropdown-menu:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 3px;
}

.message-page #frame #sidepanel #search .filter .dropdown-menu li {
  position: relative;
  z-index: 1;
}

.message-page #frame #sidepanel #search .filter .dropdown-menu li.active a {
  background-color: #f5f5f5 !important;
  color: #000;
}

.message-page #frame #sidepanel #search .filter .dropdown-menu li a {
  text-align: center;
  text-transform: capitalize;
  padding: 4px 20px;
}

.message-page #frame #sidepanel #search .fa-search {
  position: absolute;
  right: 15px;
  transform: translateY(-50%);
  left: 0;
  top: 4px;
  color: #999;
}

.message-page .icon {
  padding: 10px;
  color: #aaa;
}

.message-page .icon .fa {
  margin: 0 5px;
}

.message-page .icon .fa:last-child {
  margin-right: 0;
}

.message-page #contacts ul {
  padding-left: 0;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #search {
    display: none;
  }
}

.message-page #frame #sidepanel #search label {
  position: absolute;
  margin: 10px 0 0 10px;
}

.message-page #frame #sidepanel #search input {
  padding: 4px 0 4px 30px;
  width: calc(100% - 25px);
  border: none;
  color: #000;
  box-shadow: none !important;
  outline: none !important;
}

.message-page #frame #sidepanel #search input::-webkit-input-placeholder {
  color: #eee;
}

.message-page #frame #sidepanel #search input::-moz-placeholder {
  color: #eee;
}

.message-page #frame #sidepanel #search input:-ms-input-placeholder {
  color: #eee;
}

.message-page #frame #sidepanel #search input:-moz-placeholder {
  color: #eee;
}

.message-page #frame #sidepanel #contacts {
  height: calc(100%);
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 40px;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #contacts {
    height: calc(100%);
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .message-page #frame #sidepanel #contacts::-webkit-scrollbar {
    display: none;
  }
}

.message-page #frame #sidepanel #contacts.expanded {
  height: calc(100%);
}

.message-page #frame #sidepanel #contacts::-webkit-scrollbar {
  width: 5px;
  background: #fafafa;
}

.message-page #frame #sidepanel #contacts::-webkit-scrollbar-thumb {
  background-color: #fafafa;
}

.message-page #frame #sidepanel #contacts ul li.contact {
  position: relative;
  padding: 10px 0 15px 0;
  font-size: 0.9em;
  cursor: pointer;
  border-bottom: 1px solid #f5f5f5;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #contacts ul li.contact {
    padding: 6px 0 46px 8px;
  }
}

.message-page #frame #sidepanel #contacts ul li.contact:hover {
  background: #f5f5f5;
}

.message-page #frame #sidepanel #contacts ul li.contact.active {
  background: #f5f5f5;
}

.message-page #frame #sidepanel #contacts ul li.contact .wrap {
  width: 92%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #contacts ul li.contact .wrap {
    width: 100%;
  }
}

.message-page #frame #sidepanel #contacts ul li.contact .wrap span:not(.time) {
  position: absolute;
  left: 4px;
  bottom: 4px;
  margin: -2px 0 0 -2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid transparent;
}

.message-page span.time {
  color: #aaa;
  font-weight: normal;
}

.message-page sub,
.message-page sup {
  font-size: 100%;
}

.message-page #frame #sidepanel #contacts ul li.contact .wrap span.online {
  background: #2ecc71;
  border: 1px solid #fff;
}

.message-page #frame #sidepanel #contacts ul li.contact .wrap span.away {
  background: #f1c40f;
}

.message-page #frame #sidepanel #contacts ul li.contact .wrap span.busy {
  background: #e74c3c;
}

.message-page #frame #sidepanel #contacts ul li.contact .wrap img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #contacts ul li.contact .wrap img {
    margin-right: 0px;
  }
}

.message-page #frame #sidepanel #contacts ul li.contact .wrap .meta {
  padding: 5px 0 0 0;
  color: #000;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #contacts ul li.contact .wrap .meta {
    display: none;
  }
}

.message-page #frame #sidepanel #contacts ul li.contact .wrap .meta .name {
  font-weight: 600;
  margin-bottom: 0;
}

.message-page #frame #sidepanel #contacts ul li.contact .wrap .meta .preview {
  margin: 5px 0 0 0;
  padding: 0 0 1px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 1s all ease;
}

.message-page #frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {
  position: initial;
  border-radius: initial;
  background: none;
  border: none;
  padding: 0 2px 0 0;
  margin: 0 0 0 1px;
  opacity: 0.5;
}

.message-page #frame #sidepanel #bottom-bar {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.message-page #frame #sidepanel #bottom-bar button {
  float: left;
  border: none;
  width: 50%;
  padding: 10px 0;
  background: #32465a;
  color: #f5f5f5;
  cursor: pointer;
  font-size: 0.85em;
  font-family: "proxima-nova", "Source Sans Pro", sans-serif;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #bottom-bar button {
    float: none;
    width: 100%;
    padding: 15px 0;
  }
}

.message-page #frame #sidepanel #bottom-bar button:focus {
  outline: none;
}

.message-page #frame #sidepanel #bottom-bar button:nth-child(1) {
  border-right: 1px solid #2c3e50;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #bottom-bar button:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #2c3e50;
  }
}

.message-page #frame #sidepanel #bottom-bar button:hover {
  background: #435f7a;
}

.message-page #frame #sidepanel #bottom-bar button i {
  margin-right: 3px;
  font-size: 1em;
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #bottom-bar button i {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 735px) {
  .message-page #frame #sidepanel #bottom-bar button span {
    display: none;
  }
}

.message-page #frame .content {
  float: right;
  width: 60%;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 735px) {
  .message-page #frame .content {
    width: calc(100% - 58px);
    min-width: 300px !important;
  }
}

@media screen and (min-width: 900px) {
  .message-page #frame .content {
    width: calc(100% - 340px);
  }
}

.message-page #frame .content .contact-profile {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #eee;
}

.message-page #frame .content .contact-profile img:not(.vertical_dots) {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin: 9px 12px 0 9px;
}

.message-page #frame .content .contact-profile p {
  float: left;
  line-height: 1;
  margin-top: 15px;
  font-weight: 500;
}

.message-page #frame .content .contact-profile p .position {
  display: block;
  color: #aaa;
  line-height: 2;
  font-weight: 400;
  font-size: 90%;
}

.message-page #frame .content .contact-profile .social-media {
  float: right;
}

.message-page #frame .content .contact-profile .social-media i {
  margin-left: 14px;
  cursor: pointer;
}

.message-page #frame .content .contact-profile .social-media i:nth-last-child(1) {
  margin-right: 20px;
}

.message-page #frame .content .contact-profile .social-media i:hover {
  color: #435f7a;
}

.message-page #frame .content .messages {
  height: auto;
  min-height: calc(100% - 124px);
  max-height: calc(100% - 124px);
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
}

@media screen and (max-width: 735px) {
  .message-page #frame .content .messages {
    max-height: calc(100% - 105px);
  }
}

.message-page #frame .content .messages::-webkit-scrollbar {
  width: 5px;
  background: transparent;
}

.message-page #frame .content .messages::-webkit-scrollbar-thumb {
  background-color: #fafafa;
}

.message-page #frame .content .messages ul li {
  display: inline-block;
  clear: both;
  float: left;
  margin: 15px 15px 5px 0;
  width: calc(100% - 25px);
  font-size: 0.9em;
}

.message-page #frame .content .messages ul li:nth-last-child(1) {
  margin-bottom: 20px;
}

.message-page #frame .content .messages ul li.sent img {
  margin: 0 8px 0 0;
}

.message-page #frame .content .messages ul li.sent p {
  background: #f5f5f5;
  border-top-left-radius: 0;
}

.message-page #frame .content .messages ul li.replies img {
  float: right;
  margin: 0 0 0 8px;
}

.message-page #frame .content .messages ul li.replies p {
  background: #c1e2b0;
  float: right;
  border-top-right-radius: 0;
}

.message-page #frame .content .messages ul li img {
  width: 32px;
  border-radius: 50%;
  float: left;
}

.message-page #frame .content .messages ul li p {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 10px;
  width: calc(100% - 80px);
  line-height: 1.5;
}

.message-page #frame .content .message-input {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 99;
  border-top: 1px solid #eee;
  background: #fff;
}

.message-page #frame .content .message-input .wrap {
  position: relative;
  padding: 10px 0;
  clear: both;
  overflow: hidden;
}

.message-page #frame .content .message-input .wrap input {
  float: left;
  border: none;
  width: calc(100% - 100px);
  padding: 11px 32px 10px 8px;
  font-size: 0.8em;
  color: #32465a;
}

@media screen and (max-width: 735px) {
  .message-page #frame .content .message-input .wrap input {
    padding: 15px 32px 16px 8px;
  }
}

.message-page #frame .content .message-input .wrap input:focus {
  outline: none;
}

.message-page #frame .content .message-input .wrap .attachment {
  position: absolute;
  right: 60px;
  z-index: 4;
  margin-top: 10px;
  font-size: 1.1em;
  color: #435f7a;
  opacity: 0.5;
  cursor: pointer;
}

@media screen and (max-width: 735px) {
  .message-page #frame .content .message-input .wrap .attachment {
    margin-top: 17px;
    right: 65px;
  }
}

.message-page #frame .content .message-input .wrap .attachment:hover {
  opacity: 1;
}

.message-page #frame .content .message-input .wrap button {
  float: right;
  border: none;
  width: 50px;
  padding: 12px 0;
  cursor: pointer;
  background: #32465a;
  color: #f5f5f5;
}

@media screen and (max-width: 735px) {
  .message-page #frame .content .message-input .wrap button {
    padding: 16px 0;
  }
}

.message-page #frame .content .message-input .wrap button:hover {
  background: #435f7a;
}

.message-page #frame .content .message-input .wrap button:focus {
  outline: none;
}

.message-page #frame {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.message-page .social-media .dropdown-menu {
  right: 0 !important;
  left: auto !important;
}

.message-page .social-media .dropdown-menu:before {
  right: 5px;
  left: auto;
}

.message-page #frame #sidepanel #search .filter .dropdown-menu:before {
  left: 22px;
}

.message-page .dropdown,
.message-page .dropup {
  position: relative;
  cursor: pointer;
}

.message-page #frame .content .message-input .wrap input {
  width: calc(100% - 132px);
  padding-right: 5px;
}

.message-page .icon img {
  margin: 0 5px;
  cursor: pointer;
}

.message-page .messages ul {
  padding-left: 15px;
}

@media screen and (min-width: 992px) {
  .message-page #frame .content {
    width: calc(100% - 340px);
  }
}

@media screen and (max-width: 991px) {
  .message-page #frame .content {
    width: calc(100% - 280px);
  }

  .message-page #frame .content .message-input .wrap {
    padding: 0;
  }

  .message-page #frame .content .message-input {
    z-index: 1;
  }
}

@media screen and (max-width: 991px) and (max-width: 735px) {
  .message-page #frame .content {
    width: calc(100% - 58px);
  }

  .message-page .top-bar {
    text-align: center;
  }

  .message-page .top-content {
    float: inherit !important;
  }

  .message-page .top-bar .head,
  .message-page .top-bar .top-content small {
    display: none;
  }

  .message-page #frame #sidepanel #contacts ul li.contact .wrap span:not(.time) {
    bottom: inherit;
  }

  .message-page .social-media {
    padding: 0;
  }

  .message-page .social-media .dropdown-menu {
    left: -25px;
  }

  .message-page #frame #sidepanel #search .filter {
    position: inherit;
    right: inherit;
    top: 50%;
    transform: inherit;
    text-align: center;
    margin-top: -9px;
  }

  .message-page #frame #sidepanel #search .filter .dropdown-menu {
    left: 5px;
  }

  .message-page #frame #sidepanel #contacts {
    padding-bottom: 50px;
  }

  .message-page #frame #sidepanel #search {
    display: inherit;
    height: 30px;
  }

  .message-page #frame #sidepanel #search label,
  .message-page #frame #sidepanel #search input {
    display: none;
  }
}

.fa-grey {
  color: lightgray;
}

#noMessages {
  color: #555555;
  padding: 5px;
  text-align: center;
}

.newMessageTrigger {
  color: #555555;
  cursor: pointer;
}

.opportunity-detail-page strong {
  font-weight: 600;
}

.opportunity-detail-page h3 {
  margin: 0;
}

.opportunity-detail-page h4 {
  margin-top: 0;
}

.opportunity-detail-page .top-banner img {
  width: 100%;
}

.opportunity-detail-page .name {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  margin: 0px 0px 4px 0;
  color: #656565;
}

.opportunity-detail-page .content-sidebar {
  background: #fff;
}

.opportunity-detail-page .content-sidebar .bar-content {
  padding: 15px;
}

.opportunity-detail-page .content-sidebar .bar-content .contact-list_wrap {
  margin-top: 15px;
}

.opportunity-detail-page .content-sidebar .bar-content .contact-list_wrap .content-wrap {
  margin: 20px 0;
}

.opportunity-detail-page .content-sidebar .bar-content .contact-list_wrap .content-wrap p {
  margin-bottom: 0;
}

.opportunity-detail-page .content-sidebar .bar-content .contact-list_wrap .list-content {
  margin-left: 10px;
  margin-bottom: 25px;
  line-height: 1.7;
}

.opportunity-detail-page .content-sidebar .bar-content .contact-list_wrap .list-content strong {
  font-weight: 500;
}

.opportunity-detail-page .right-content {
  background: #fff;
  padding: 15px;
  margin-bottom: 30px;
}

.opportunity-detail-page .right-content h4 {
  margin-top: 15px;
}

.opportunity-detail-page .right-content .budget {
  font-weight: 500;
  font-size: 18px;
}

.opportunity-detail-page .right-content .inputfeild {
  padding: 12px;
  margin-bottom: 30px;
}

.opportunity-detail-page .right-content .ans-div {
  background: #f7f7f7;
  padding: 15px;
  margin-left: 15px;
  width: calc(100% - 65px);
  border-radius: 8px;
  border-top-left-radius: 0;
}

.opportunity-detail-page .main-head {
  margin-top: 0px;
  font-weight: normal;
  font-size: 30px;
}

.opportunity-detail-page .content-head {
  color: #907f60;
  font-weight: 700;
}

.opportunity-detail-page .img-wrap {
  width: 50px;
  height: 50px;
}

.opportunity-detail-page .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.preview-page {
  background-color: #FFF;
  /*preview page End*/
}

.preview-page .prev_logo {
  display: table;
  margin: 15px auto;
  margin-bottom: 20px !important;
}

.preview-page .prev_logo img {
  display: block;
  margin: 0 auto;
}

.preview-page .prev_logo h2 {
  font-size: 15px;
  text-align: center;
  margin-top: 8px;
}

.preview-page .btm_link ul {
  padding-left: 0px;
  text-align: center;
  background-color: #e6e3dc;
  padding: 10px;
}

.preview-page .btm_link ul li {
  list-style: none;
  display: inline-block;
}

.preview-page .btm_link ul li a {
  font-size: 10px;
  text-decoration: none;
  color: #777;
  margin-left: 5px;
  margin-right: 5px;
}

.preview-page #mc_embed_signup {
  background: #fff;
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
  width: 100%;
  margin-bottom: 0;
}

.preview-page #mc_embed_signup form {
  text-align: center;
  padding: 10px 0 10px 0;
}

.preview-page #mc_embed_signup label {
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: bold;
}

.preview-page #mc_embed_signup input.email {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
  font-size: 15px;
  border: 1px solid #ABB0B2;
  border-radius: 3px;
  color: #343434;
  background-color: #fff;
  box-sizing: border-box;
  height: 32px;
  padding: 0px 0.4em;
  display: inline-block;
  margin: 0;
  width: 350px;
  vertical-align: top;
}

.preview-page #mc_embed_signup .button {
  font-size: 13px;
  border: none;
  border-radius: 3px;
  letter-spacing: 0.03em;
  color: #fff;
  background-color: #aaa;
  box-sizing: border-box;
  height: 32px;
  line-height: 32px;
  padding: 0 18px;
  display: inline-block;
  margin: 0;
  transition: all 0.23s ease-in-out 0s;
}

.preview-page #mc_embed_signup .clear {
  display: inline-block;
}

.preview-page .prev_footer {
  text-align: center;
}

.preview-page .btm_link ul li {
  list-style: none;
  display: inline-block;
}

.preview-page .btm_link ul li a {
  font-size: 10px;
  text-decoration: none;
  color: #777;
  margin-left: 5px;
  margin-right: 5px;
}

.preview-page .language_selection {
  position: absolute;
  right: 15px;
  top: 10px;
}

.preview-page .time {
  color: #000;
  font-size: 45px;
}

@media (max-width: 767px) {
  .preview-page .prev_logo img {
    width: 86px;
  }

  .preview-page #mc_embed_signup input.email {
    width: 100%;
  }

  .preview-page .time {
    font-size: 23px;
  }

  .preview-page .label {
    font-size: 12px;
  }
}

.footer .footer-top {
  background-color: #f2f1ed;
  padding: 20px 15px 10px;
  text-align: center;
  width: 100%;
}

.footer h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 10px;
  margin-top: 0px;
}

.footer h3 {
  font-size: 27px;
  color: #4d4028;
  margin-bottom: 10px;
}

.footer h4 {
  font-size: 21px;
  color: #888;
  padding-bottom: 15px;
}

.create-form {
  max-width: 600px;
  margin: 0 auto;
}

.create-form .heading {
  margin-bottom: 20px;
}

.create-form .form-wrapper {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.create-form .form-wrapper h2 {
  font-size: 14px;
  color: #C3C3C3;
  font-weight: 600;
  margin-top: 0px;
}

.create-form .form-wrapper label {
  text-align: left;
  color: #898989;
}

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

.create-form .form-wrapper .btn-continue {
  float: right;
  text-transform: uppercase;
  color: #959595;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.create-form .form-wrapper .btn-continue img {
  height: 20px;
  width: 20px;
  margin-left: 5px;
}

.img-wrap {
  width: 40px;
  height: 40px;
}

.img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 992px) {
  .notification-container {
    max-width: 700px;
    margin: 0 auto;
  }
}

.notification-wrap {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.notification-wrap .notification_list {
  padding: 15px;
  border-bottom: 1px solid #eee;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}

.notification-wrap .notification_list:hover {
  background: #f2f2f2;
}

.notification-wrap .notification_list .content-left {
  width: calc(100% - 190px);
  float: left;
}

.notification-wrap .notification_list .content-left .img-wrap {
  position: relative;
}

.notification-wrap .notification_list .content-left .img-wrap .status {
  width: 25px;
  height: 25px;
  padding: 2px;
  position: absolute;
  border-radius: 50px;
  bottom: -5px;
  left: -10px;
  text-align: center;
  transform: scale(0.85);
}

.notification-wrap .notification_list .content-left .img-wrap .status i {
  color: #fff;
  line-height: 20px;
  font-size: 10px;
}

.notification-wrap .notification_list .content-left .img-wrap .status.plus_status {
  background: #66af68;
}

.notification-wrap .notification_list .content-left .img-wrap .status.like_status {
  background: #5388bc;
}

.notification-wrap .notification_list .content-left .img-wrap .status.briefcase_status {
  background: #244477;
}

.notification-wrap .notification_list .content-left .img-wrap .status.comment_status {
  background: #76b2e1;
}

.notification-wrap .notification_list .cancel {
  position: absolute;
  right: 20px;
  color: #aaa;
  font-size: 22px;
}

.notification-wrap .notification_list .btn {
  width: 80px;
  height: 30px;
  padding: 5px;
  line-height: 20px;
  font-size: 90%;
}

.notification-wrap .notification_list .list-content {
  margin-left: 10px;
  width: calc(100% - 60px);
}

.notification-wrap .notification_list .list-content strong {
  font-weight: 500;
}

.notification-wrap .notification_list .list-content small {
  color: #aaa;
}

.notification-wrap .name {
  font-weight: 500;
  text-transform: initial;
  margin: 0;
  color: #656565;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-text-decoration: el;
  text-decoration: el;
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  .notification-wrap .notification-wrap .notification_list .content-left {
    width: calc(100%);
    padding-right: 30px;
    margin-bottom: 10px;
  }

  .notification-wrap .notification-wrap .notification_list .content-left .name {
    font-size: 12px;
  }
}

.viewAllLink {
  color: #A8A8A8;
  float: right;
  padding: 5px;
  font-size: 12px;
  background-color: white !important;
  border: none;
}

.notif_overlay {
  position: absolute;
  background-color: #F2F2F2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  align-items: center;
  justify-content: center;
}

#notification_badge {
  position: absolute;
  background-color: #952038;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  top: 12px;
  font-size: 10px;
  line-height: 16px;
}

#message_badge {
  position: absolute;
  background-color: #952038;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  top: 12px;
  font-size: 10px;
  line-height: 16px;
}

.btn-success {
  background-color: #5AA832;
  border-color: #5AA832;
  border-radius: 0px;
  box-shadow: none;
}

.btn-success:active:focus {
  background-color: #5AA832;
  border-color: #5AA832;
  outline: none;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:visited {
  background-color: #5AA832;
  border-color: #5AA832;
  outline: none;
}

.btn-success.bg_color-light {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
  color: #333;
}

.btn-success.btn-success--outline {
  background-color: transparent;
  color: #5AA832;
}

.btn-success.btn-success--outline:active:focus {
  background-color: transparent;
  color: #5AA832;
}

.btn-success.btn-success--outline:hover,
.btn-success.btn-success--outline:focus,
.btn-success.btn-success--outline:active,
.btn-success.btn-success--outline:visited {
  background-color: transparent;
  color: #5AA832;
}

a {
  transition: ease-in-out 0.3s;
}

.fa-spinner {
  font-size: 35px;
  color: #907f60;
  margin: 20px;
}

.button-group button:last-child {
  margin-right: 0;
}

.content-head {
  color: #907f60;
  font-weight: 700;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.agline-center {
  align-items: center;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.heading {
  color: #867452;
  font-size: 20px;
  font-weight: 600;
  margin-top: 0px;
}

.mainContent {
  padding: 30px 0px;
}

@media (min-width: 1366px) {
  .container {
    width: 1226px;
  }
}

.common__form .form-control {
  border-radius: 3px;
  box-shadow: none;
  height: 35px;
}

.common__form .form-control:focus {
  border-color: #5AA832;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}

.upload-btn-wrapper .btn {
  border: 1px solid #D9D9D9;
  color: #959595;
  background-color: #F2F2F2;
  padding: 2px 20px;
  border-radius: 3px;
  font-size: 14px;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.header .navbar-default {
  background-color: #867452;
  border: none;
  margin-bottom: 0px;
  border-radius: 0;
}

.header .navbar-default .navbar-nav > .open > a {
  background-color: transparent;
}

.header .navbar-default .navbar-toggle {
  border: none;
  border-radius: 0px;
  background-color: transparent;
  padding: 20px 10px;
}

.header .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.header .navbar-default .navbar-toggle:focus,
.header .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.header .navbar-default .navbar-header .navbar-brand {
  height: auto;
  padding: 22px 15px;
}

.header .navbar-default .navbar-collapse .navbar-form {
  float: left;
  padding: 10px 0px;
  margin-left: 30px;
}

.header .navbar-default .navbar-collapse .navbar-form .form-group {
  position: relative;
}

.header .navbar-default .navbar-collapse .navbar-form .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  background-color: #bbaea1;
  border: none;
  width: 300px;
  outline: none !important;
  box-shadow: none !important;
  color: #fff;
  height: 35px;
  padding-right: 40px;
}

.header .navbar-default .navbar-collapse .navbar-form ::-webkit-input-placeholder {
  color: #dddcdc;
}

.header .navbar-default .navbar-collapse .navbar-form :-moz-placeholder {
  color: #dddcdc;
}

.header .navbar-default .navbar-collapse .navbar-form ::-moz-placeholder {
  color: #dddcdc;
}

.header .navbar-default .navbar-collapse .navbar-form :-ms-input-placeholder {
  color: #dddcdc;
}

.header .navbar-default .navbar-collapse .navbar-form .btn_search {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 0px;
  top: 0;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  outline: none;
}

.header .navbar-default .navbar-collapse .navbar-form .btn_search img {
  width: 20px;
}

.header .navbar-default .navbar-collapse .navbar-right > li {
  text-align: center;
}

.header .navbar-default .navbar-collapse .navbar-right > li > a {
  color: #D0C9BC;
}

.header .navbar-default .navbar-collapse .navbar-right > li > a .nav-name {
  display: block;
}

.header .navbar-default .navbar-collapse .navbar-right > li > a img {
  margin: 0 auto;
}

.header .navbar-default .navbar-collapse .navbar-right > li.dropdown .dropdown-menu {
  padding: 0px;
  top: -200px;
  transition: top ease-in-out 0.3s;
  border: none;
}

.header .navbar-default .navbar-collapse .navbar-right > li.dropdown .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.header .navbar-default .navbar-collapse .navbar-right > li.dropdown .dropdown-menu li a {
  padding: 10px 15px;
}

.header .navbar-default .navbar-collapse .navbar-right > li.dropdown .dropdown-menu li a:hover {
  background-color: #867452;
  color: #fff;
}

.header .navbar-default .navbar-collapse .navbar-right > li.dropdown.open .dropdown-menu {
  top: 70px;
  display: block;
}

@media (max-width: 767px) {
  .header .navbar-default .navbar-collapse {
    border: none;
  }

  .header .navbar-default .navbar-collapse .navbar-form {
    float: none;
    margin: 0px;
    border: none;
  }

  .header .navbar-default .navbar-collapse .navbar-form .form-control {
    width: 100%;
  }

  .header .navbar-default .navbar-collapse .navbar-right {
    margin: 0px;
  }

  .header .navbar-default .navbar-collapse .navbar-right > li {
    text-align: left;
  }

  .header .navbar-default .navbar-collapse .navbar-right > li > a {
    padding: 10px 0px;
  }

  .header .navbar-default .navbar-collapse .navbar-right > li > a img,
  .header .navbar-default .navbar-collapse .navbar-right > li > a .nav-name {
    display: inline-block;
  }

  .header .navbar-default .navbar-collapse .navbar-right > li.dropdown .dropdown-menu li:not(:last-child) {
    border-bottom: none;
  }

  .header .navbar-default .navbar-collapse .navbar-right > li.dropdown .dropdown-menu li a {
    color: #D0C9BC;
  }
}

.header .language_selection {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
}

.header .language_selection li {
  list-style: none;
}

.header .language_selection li a {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.header .language_selection li a img {
  margin-right: 5px;
}

.header .language_selection .dropdown-toggle {
  color: #fff;
}

.header .language_selection .dropdown-menu {
  min-width: 14px;
  font-size: 13px;
  padding: 0px;
}

.header .language_selection .dropdown-menu li a:hover {
  background-color: #867452;
  color: #FFF;
}

@media (max-width: 767px) {
  .header .language_selection {
    right: 80px;
    top: 37px;
    transform: translateY(-50%);
  }
}

.footer {
  background-color: #E6E3DC;
}

.footer__sortlink ul {
  text-align: center;
  margin: 0px;
}

.footer__sortlink ul li {
  list-style: none;
  display: inline-block;
}

.footer__sortlink ul li.copyright {
  color: #867452;
}

.footer__sortlink ul li a {
  font-size: 12px;
  color: #867452;
  padding: 15px 10px;
  display: block;
}

.footer__sortlink ul li a:hover {
  color: #473d2b;
}

@media (max-width: 575px) {
  .footer {
    padding: 20px 0 15px;
  }

  .footer__sortlink ul li {
    display: block;
  }

  .footer__sortlink ul li.copyright {
    margin-bottom: 10px;
  }

  .footer__sortlink ul li a {
    padding: 5px 15px;
  }
}

/*
Flaticon icon font: Flaticon
Creation date: 07/10/2019 16:17
*/

@font-face {
  font-family: "Flaticon";
  src: url(/fonts/Flaticon.eot?d41d8cd98f00b204e9800998ecf8427e);
  src: url(/fonts/Flaticon.eot?d41d8cd98f00b204e9800998ecf8427e) format("embedded-opentype"), url(/fonts/Flaticon.woff2?d41d8cd98f00b204e9800998ecf8427e) format("woff2"), url(/fonts/Flaticon.woff?d41d8cd98f00b204e9800998ecf8427e) format("woff"), url(/fonts/Flaticon.ttf?d41d8cd98f00b204e9800998ecf8427e) format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("fonts/Flaticon.svg#Flaticon") format("svg");
  }
}*/

.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.flaticon-briefcase:before {
  content: "\F100";
}

.flaticon-add:before {
  content: "\F101";
}

.flaticon-like:before {
  content: "\F102";
}

.flaticon-comment:before {
  content: "\F103";
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #f2f1ed;
}

.profile_banner {
  position: relative;
  background-image: url(/images/profile_cover.png?9f5c2f1ea0e0c1be20b1ada852accde0);
  height: 245px;
  width: 100%;
  margin-top: 20px;
  background-size: cover;
}

.btn_edit_banner {
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 15px;
  position: relative;
}

.btn_edit_banner input {
  position: absolute;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.btn_edit_banner img {
  position: absolute;
}

.btn_edit_banner span {
  position: absolute;
  left: 45px;
}

.dp_below {
  background-color: #fff;
}

.dp_lrg {
  position: absolute;
  top: -135px;
}

.dp_lrg img {
  max-width: 100%;
}

.edit_dp {
  background-image: url(/images/dp_edit_mask.png?d41d8cd98f00b204e9800998ecf8427e);
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 6px;
  height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 2px;
}

.profile_dash_thread .dropdown .dropdown-menu li {
  width: 100%;
  margin-top: 2px;
  border-right: none;
  border-bottom: solid 1px #efefef;
}

.edit_dp button {
  background-color: transparent;
  border: none;
  color: #fff;
  width: 100%;
}

.edit_dp button img {
  display: table;
  margin: 3px auto;
}

.edit_dp button span {
  display: block;
  font-size: 12px;
  margin-top: 6px;
}

.user_details {
  margin-top: 16px;
}

.user_details h2 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 24px;
}

.user_details h3 {
  margin-bottom: 0px;
  margin-top: 7px;
  font-size: 20px;
}

.user_details p {
  display: inline-block;
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.user_details span {
  color: #4168b4;
  font-weight: 500;
  position: relative;
}

.user_details span::before {
  content: "";
  height: 7px;
  width: 7px;
  display: block;
  position: absolute;
  background-color: #666;
  border-radius: 100%;
  top: 5px;
  left: -13px;
}

.remove_left {
  padding-left: 0px;
}

.remove_right {
  padding-right: 0px;
}

.user_details li {
  display: inline-block;
  vertical-align: top;
}

.user_details li h4 {
  margin-top: 2px;
  font-size: 15px;
  margin-bottom: 0px;
}

.user_details li h5 {
  margin-top: 4px;
  font-weight: normal;
  font-size: 13px;
}

.user_details li img {
  margin-right: 7px;
}

.btn_edit_profile {
  background-color: transparent;
  border: solid 1px #999;
  padding: 5px 20px;
  color: #666;
  font-size: 15px;
  margin-top: 20px;
}

.btn_edit_profile:hover {
  background-color: #efefef;
  transition: all 0.7s;
}

.tooltip > .tooltip-inner {
  background-color: #fff;
  color: #333;
  border: solid 1px #ccc;
}

.exprt_cntrl button {
  border: none;
  background-color: transparent;
  padding-left: 2px;
  padding-right: 2px;
}

.exprt_cntrl button img {
  height: 30px;
  width: auto;
}

.exprt_cntrl {
  margin-top: 60px;
  text-align: right;
  margin-bottom: 30px;
}

.profile_dash_thread {
  background-color: #e5e5e5;
  padding: 25px;
  margin-top: 20px;
}

.profile_dash_thread h2 {
  font-size: 18px;
  display: inline-block;
  color: #867452;
  font-weight: 600;
  margin-top: 0px;
}

.profile_dash_thread .dropdown {
  display: inline-block;
}

.profile_dash_thread label {
  font-size: 13px;
  font-weight: normal;
  margin-left: 40px;
  margin-right: 10px;
}

.profile_dash_thread .btn {
  background-color: #f7f7f7;
  border: solid 1px #ccc;
  padding: 8px 75px;
  color: #555;
  position: relative;
}

.profile_dash_thread .btn .caret {
  position: absolute;
  right: 12px;
  top: 17px;
}

.profile_dash_thread li {
  list-style: none;
  display: inline-block;
  width: 24%;
  text-align: center;
  border-right: solid 1px #999;
  margin-top: 50px;
}

.profile_dash_thread li h3 {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 0;
}

.experience_thread {
  background-color: #fff;
}

.experience_thread {
  padding: 0px;
  margin-top: 20px;
}

.experience_thread_inner {
  position: relative;
  padding: 15px;
}

.experience_thread_inner h2 {
  font-size: 20px;
  color: #867452;
  margin-top: 0px;
  margin-bottom: 25px;
}

.experience_thread_inner h3 {
  margin-top: 0px;
  font-size: 18px;
  color: #555;
}

.experience_thread_inner h4 {
  margin-top: 0px;
  font-size: 14px;
}

.experience_thread_inner h6 {
  margin-top: 0px;
  font-size: 14px;
  color: #867452;
}

.experience_thread_inner span {
  margin-right: 65px;
  color: #999;
  font-weight: 500;
}

.experience_thread_inner label {
  position: relative;
  color: #555;
}

.experience_thread_inner p {
  color: #555;
  line-height: 22px;
  margin-top: 0px;
}

.experience_thread_inner label::after {
  content: "";
  height: 7px;
  width: 7px;
  background-color: #333;
  border-radius: 100%;
  position: absolute;
  display: block;
  top: 6px;
  left: -38px;
}

.lst {
  border-bottom: solid 1px #efefef;
  margin-bottom: 15px;
}

.brdr_btm {
  border-top: solid 1px #efefef;
  padding-bottom: 20px;
}

.remove_brder {
  border: none !important;
}

.experience_thread_inner ul {
  padding-left: 15px;
}

.experience_thread_inner ul li {
  margin-bottom: 10px;
}

.skl_lngage li {
  list-style: none;
}

.skl_lngage li strong {
  color: #666;
}

.skl_lngage {
  padding-left: 0px !important;
}

.indus_knwldg {
  padding-left: 0px !important;
}

.indus_knwldg li {
  list-style: none;
  width: 49%;
  display: inline-block;
  float: left;
}

.btn_show_more {
  border: none;
  background-color: transparent;
  padding: 10px 20px;
  color: #80272e;
  margin: 0 auto;
  display: table;
  font-size: 16px;
}

.chpter_inside label {
  font-size: 17px;
  color: #444;
  font-weight: normal;
  margin-top: 17px;
  display: block;
}

.chpter_inside label::after {
  display: none;
}

.chpter_inside h2 {
  margin-bottom: 0px;
}

.chpter_inside span {
  margin-right: 0px;
  color: #555;
  font-weight: normal;
}

.chpter_inside img {
  margin-left: 10px;
  margin-right: 10px;
}

.chpter_inside p {
  display: inline-block;
  font-size: 12px;
  color: #999;
}

.chpter_inside button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #999;
  font-size: 12px;
  border: none;
  border-bottom: solid 1px #ccc;
  text-decoration: none;
  background-color: transparent;
}

.shrd_connection h2 {
  font-size: 16px !important;
  margin-bottom: 5px;
  color: #666 !important;
}

.shrd_connection h3 {
  font-size: 14px !important;
  margin-bottom: 2px;
  font-weight: normal;
}

.shrd_connection span {
  font-size: 11px !important;
  font-weight: normal;
}

.shrd_connection {
  border-bottom: solid 1px #efefef;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

.model_btn {
  text-align: center;
}

.btn_upload {
  border: solid #5aa832 2px;
  background-color: transparent;
  padding: 8px 15px;
  color: #5aa832;
  font-weight: 600;
  text-transform: uppercase;
  width: 180px;
  margin-right: 15px;
}

.btn_upload:hover {
  background-color: #5aa832;
  transition: all 0.7s;
  color: #fff;
}

.btn_save_changes {
  border: solid #5aa832 2px;
  background-color: #5aa832;
  padding: 8px 15px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  width: 180px;
  margin-left: 15px;
}

#update-pic .modal-content {
  border-radius: 0px;
}

#update-pic .modal-header {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #efefef;
}

.btn_plus {
  position: absolute;
  border: none;
  background-color: transparent;
  right: 10px;
}

.btn_plus_sml {
  position: absolute;
  border: none;
  background-color: transparent;
  right: -10px;
  top: 15px;
}

.btm_link ul {
  padding-left: 0px;
  text-align: center;
  background-color: #e6e3dc;
  padding: 10px;
  margin-bottom: 0;
}

/* .prev_footer {
	text-align: center;
	margin-top: 20px;
	position: fixed;
	width: 100%;
	bottom: 0;
}
.btm_link ul li {
	list-style: none;
	display: inline-block;
}
.btm_link ul li a {
	font-size: 10px;
	text-decoration: none;
	color: #777;
	margin-left: 5px;
	margin-right: 5px;
} */

.cleate_page_inner {
  text-align: center;
  margin: 0 auto;
}

.cleate_page_inner .create-box {
  background-color: #fff;
  display: inline-block;
  padding: 20px 30px;
  border-radius: 6px;
  box-shadow: 0px 0px 6px 2px #ddd;
}

.cleate_page_inner .create-box span {
  display: block;
  font-weight: 500;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cleate_page_inner .create-box p {
  display: block;
}

.page_heading {
  font-size: 20px;
  text-align: left;
  color: #867452;
  padding-left: 5px;
  margin-bottom: 20px;
}

.account_setting_inner {
  background-color: #fff;
  padding: 18px;
}

.account_setting_inner h3 {
  font-size: 14px;
  color: #999;
  margin-top: 12px;
  margin-bottom: 15px;
}

.account_setting_inner label {
  font-weight: normal;
  font-size: 15px;
  margin-top: 8px;
}

.account_setting_inner input {
  width: 100%;
  height: 34px;
  border: solid 1px #ccc;
}

.alt_rw_setting {
  margin-bottom: 15px;
}

.alt_rw_setting button {
  background-color: #5aa832;
  color: #fff;
  border: none;
  padding: 10px 40px;
  text-transform: uppercase;
  font-weight: 500;
}

.account_setting_inner p {
  font-size: 15px;
  margin-bottom: 0;
}

.account_setting_inner span {
  font-size: 13px;
  color: #999;
  font-weight: normal;
}

.alt_rw_setting .dropdown-toggle {
  color: #867452;
}

.alt_rw_setting .dropdown {
  list-style: none;
}

.alt_rw_setting .dropdown-menu {
  min-width: 50px;
}

.account_setting_inner.left {
  min-height: 395px;
}

.modal-header h2 {
  position: relative;
  width: auto;
  display: inline-block;
  margin: 0;
  font-size: 20px;
  color: #867452;
}

.alt_rw_promote label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: #666;
}

.alt_rw_promote input {
  width: 100%;
  border: solid 1px #ccc;
  height: 35px;
  padding: 10px;
}

.alt_rw_promote {
  margin-bottom: 18px;
}

.alt_rw_promote select {
  height: 32px;
  width: 100%;
}

.alt_rw_promote textarea {
  width: 100%;
  height: 100px;
}

.btn_sbmt {
  display: table;
  background-color: #5aa832;
  border: none;
  color: #fff;
  padding: 10px 41px;
  margin: 0 auto;
}

/*News Feed Page Start*/

.nws_fd_white_box {
  background-color: #fff;
  padding: 20px;
}

.feed_dp_bx img {
  display: table;
  margin: 0 auto;
}

.news_feed {
  margin-top: 20px;
  margin-bottom: 80px;
}

.feed_dp_bx h2 {
  text-align: center;
  font-size: 22px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.feed_dp_bx h3 {
  text-align: center;
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 8px;
  font-weight: normal;
  color: #999;
  border-bottom: solid 1px #ddd;
  padding-bottom: 15px;
}

.feed_dp_bx table {
  width: 100%;
  margin-top: 10px;
}

.feed_dp_bx table tr td {
  width: 50%;
  padding: 5px 0px;
}

.feed_dp_bx table tr td:nth-child(even) {
  text-align: right;
}

.nws_fd_white_box.suggestion {
  margin-top: 20px;
}

.nws_fd_white_box.suggestion h2 {
  font-size: 20px;
  color: #867452;
  margin-top: 0px;
  margin-bottom: 25px;
}

.suggestion .shrd_connection h2 {
  margin-bottom: 5px;
}

.suggestion .shrd_connection h3 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 11px !important;
  color: #999;
}

.suggestion .shrd_connection span {
  color: #999;
}

.suggestion .btn_plus_sml {
  right: -17px;
}

.feed_post textarea {
  width: 100%;
  border: none;
  height: 100px;
}

.feed_post_btn button {
  background-color: transparent;
  border: none;
  margin-top: 15px;
}

.upld_sbmt {
  float: right;
  background-color: #5aa832 !important;
  color: #fff;
  padding: 7px 110px;
  font-weight: 500;
  margin-top: 8px !important;
}

.nws_fd_white_box h4 {
  font-size: 15px;
  margin-top: 12px;
  margin-bottom: 0px;
}

.nws_fd_white_box h5 {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0px;
  font-weight: normal;
  color: #999;
}

.nws_fd_white_box p {
  font-size: 14px;
  margin-top: 10px;
  color: #666;
}

.feed_sep {
  height: 1px;
  width: 100%;
  background-color: #efefef;
  margin-top: 5px;
  margin-bottom: 5px;
}

.btn_like {
  border: none;
  background: none;
  float: left;
  margin-top: 12px;
  margin-left: 10px;
}

.btn_like img {
  display: inline-block;
  vertical-align: middle;
}

.btn_like span {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
  color: #666;
}

.btn_comment {
  border: none;
  background: none;
  float: right;
  margin-top: 12px;
  margin-right: 10px;
}

.btn_comment img {
  display: inline-block;
  vertical-align: middle;
}

.btn_comment span {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
  color: #666;
}

.nws_fd_white_box.feed_posts {
  margin-top: 15px;
  padding: 10px 0px 15px 0px;
}

.like_cmnt_count li {
  display: inline-block;
  list-style: none;
}

.like_cmnt_count li img {
  margin-right: 7px;
}

.like_cmnt_count {
  padding: 10px;
}

.like_cmnt_count li:nth-child(2) {
  margin-left: 40px;
  position: relative;
}

.like_cmnt_count li:nth-child(2)::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  position: absolute;
  display: block;
  background-color: #666;
  left: -25px;
  top: 12px;
}

.feed_recent_opportunities_inner {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #efefef;
  position: relative;
}

.feed_recent_opportunities h2 {
  font-size: 18px;
  margin-top: 0px;
  font-weight: normal;
}

.feed_recent_opportunities_inner h4 {
  font-size: 15px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}

.feed_recent_opportunities_inner h5 {
  font-size: 12px;
  font-weight: normal;
  margin-top: 3px;
  margin-bottom: 6px;
  color: #333;
}

.feed_recent_opportunities_inner h6 {
  font-size: 12px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  color: #999;
}

.feed_recent_opportunities_inner p {
  font-size: 13px;
  color: #666;
  margin-top: 15px;
}

.feed_recent_opportunities_inner a {
  display: block;
  color: #999;
  margin-top: 5px;
}

.feed_recent_opportunities_inner span {
  margin-top: 10px;
}

.btn_close {
  position: absolute;
  border: none;
  background: none;
  right: 5px;
  top: 10px;
}

.btn_view_all_opportunities {
  background: no-repeat;
  border: solid 1px #9a2a41;
  padding: 10px 20px;
  color: #9a2a41;
  font-weight: 500;
  width: 94%;
  margin: 0 auto;
  display: table;
  border-radius: 4px;
}

/*News Feed Page End*/

@media screen and (min-width: 320px) and (max-width: 768px) {
  .nws_fd_white_box {
    background-color: #fff;
    padding: 10px;
  }

  .upld_sbmt {
    float: none;
    background-color: #5aa832 !important;
    color: #fff;
    padding: 7px 110px;
    font-weight: 500;
    margin-top: 8px !important;
    width: 100%;
  }

  .feed_recent_opportunities {
    margin-top: 30px;
  }

  .suggestion .btn_plus_sml {
    right: 5px;
  }

  .account_setting_inner h3 {
    font-size: 14px;
    color: #999;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .remove_space_mob {
    padding-left: 0px;
    padding-right: 0px;
  }

  .alt_rw_setting .col-lg-8 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .alt_rw_setting {
    margin-bottom: 0px;
  }

  .cleate_page_inner {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }

  .cleate_page_inner li {
    width: 100%;
    background-color: #fff;
    display: inline-block;
    padding: 20px 30px;
    border-radius: 6px;
    margin-left: 0px;
    margin-right: 0;
    box-shadow: 0px 0px 6px 2px #ddd;
    margin-bottom: 20px;
  }

  .prev_footer {
    position: relative;
  }

  .form-group {
    position: relative;
  }

  .user_details {
    margin-top: 170px;
  }

  .edit_dp {
    background-image: url(/images/dp_edit_mask.png?d41d8cd98f00b204e9800998ecf8427e);
    position: absolute;
    width: 98%;
    bottom: 0px;
    padding: 6px;
    height: 73px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 3px;
  }

  .exprt_cntrl {
    margin-top: 20px;
    text-align: left;
    margin-bottom: 30px;
  }

  .profile_dash_thread {
    background-color: #e5e5e5;
    padding: 15px;
    margin-top: 20px;
  }

  .profile_dash_thread li {
    list-style: none;
    display: inline-block;
    width: 48%;
    text-align: center;
    border: none;
    margin-top: 3px;
    background-color: #ccc;
    padding: 10PX;
  }

  .profile_dash_thread li h3 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 0;
  }

  .remove_left.remove_right {
    padding-left: 15px;
    padding-right: 15px;
  }

  .profile_dash_thread .dropdown {
    display: inline-block;
    margin-bottom: 15px;
  }

  .experience_thread_inner label::after {
    display: none;
  }

  .col-lg-4.remove_right {
    padding-right: 15px;
  }

  .col-lg-4.remove_right {
    padding-right: 15px;
    padding-left: 0px;
  }

  #update-pic .modal-body img {
    max-width: 100%;
  }

  .btn_upload {
    border: solid #5aa832 2px;
    background-color: transparent;
    padding: 8px 15px;
    color: #5aa832;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    margin-right: 0;
  }

  .btn_save_changes {
    border: solid #5aa832 2px;
    background-color: #5aa832;
    padding: 8px 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    margin-left: 0;
    margin-top: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .navbar-form.navbar-left.search_cntrl {
    position: relative;
    right: 0;
  }

  .navbar-right {
    float: left !important;
    margin-right: 0;
    position: relative;
    left: -19px;
  }

  #navbar-main .nav > li a {
    padding: 10px 28px;
  }

  #navbar-main .nav > li {
    position: relative;
    display: block;
    text-align: center !important;
    border-bottom: solid 1px #786645;
  }

  .navbar-left {
    float: right;
  }

  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a {
    color: #fff;
    background-color: transparent;
    padding: 5px 30px;
  }

  .navbar-form.navbar-left.search_cntrl {
    position: absolute;
    right: 85px;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
    padding: 5px 15px !important;
  }

  .user_details {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .user_details h3 {
    margin-bottom: 0px;
    margin-top: 7px;
    font-size: 16px;
  }

  .dp_lrg {
    position: absolute;
    top: -90px;
  }

  .edit_dp {
    background-image: url(/images/dp_edit_mask.png?d41d8cd98f00b204e9800998ecf8427e);
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 6px;
    height: 39px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 3px;
  }

  .edit_dp button span {
    display: none;
    font-size: 12px;
    margin-top: 6px;
  }

  .exprt_cntrl {
    margin-top: 20px;
    text-align: right;
    margin-bottom: 30px;
  }

  .profile_dash_thread li {
    list-style: none;
    display: inline-block;
    width: 24.6%;
    text-align: center;
    border: none;
    margin-top: 3px;
    background-color: #ccc;
    padding: 10PX;
  }
}

/****************style css*****************************/

/* preview page Start*/

/* 
.prev_footer {
	background-color: #f2f1ed;
	padding: 0;
	text-align: center;
	position: fixed;
	width: 100%;
	bottom: 0;
}
.prev_footer h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #888;
	margin-bottom: 10px;
	padding-top: 20px;
}
.prev_footer h3 {
	font-size: 27px;
	color: #4d4028;
	margin-bottom: 10px;
}
.prev_footer h4 {
	font-size: 21px;
	color: #888;
	padding-bottom: 15px;
}
.prev_logo {
	display: table;
	margin: 15px auto;
	margin-bottom: 20px !important;
}
.prev_logo img {
	display: block;
	margin: 0 auto;
}
.prev_logo h2 {
	font-size: 15px;
	text-align: center;
	margin-top: 8px;
}

.btm_link ul {
	padding-left: 0px;
	text-align: center;
	background-color: #e6e3dc;
	padding: 10px;
}
.btm_link ul li{
	list-style:none;
	display:inline-block;
}
.btm_link ul li a {
	font-size: 10px;
	text-decoration: none;
	color: #777;
	margin-left: 5px;
	margin-right: 5px;
} */

/*preview page End*/

/*Signup Page Start*/

.sgn_up_tg {
  font-size: 15px;
  text-align: center;
  margin-top: 8px;
}

.sign_up_left {
  flex: 2.1;
}

.sign_up_right {
  display: inline-block;
  background-color: #f2f1ed;
}

.sign_up_left_inner {
  width: 300px;
  margin: 140px auto;
  text-align: center;
}

.sign_up_logo svg {
  display: inline-block;
}

.sign_up {
  display: flex;
}

.sign_up_frm {
  width: 500px;
  margin: 180px auto;
}

.sgnup_cntrl input {
  width: 100%;
  height: 42px;
  border: none;
  border-radius: 5px;
  padding-left: 10px;
  font-size: 16px;
}

.sgnup_cntrl {
  margin-bottom: 12px;
}

.btn_login {
  display: block;
  width: 100%;
  padding: 10px 15px;
  border: solid 2px #5aa832;
  border-radius: 4px;
  font-size: 18px;
  color: #5aa832;
  cursor: pointer;
}

.btn_login:hover {
  transition: all 0.7s;
  background-color: #5aa832;
  color: #fff;
}

.btn_sign_up {
  display: block;
  width: 100%;
  padding: 12px 15px;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
  background-color: #5aa832;
  border: none;
}

.sign_up_frm a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .sign_up {
    display: block;
  }

  .sign_up_left_inner {
    width: 300px;
    margin: 35px auto;
    text-align: center;
  }

  .sign_up_left {
    flex: 0;
    height: auto;
  }

  .sign_up_frm {
    width: 65%;
    margin: 20px auto;
    padding: 50px;
  }

  .sign_up_right {
    display: inline-block;
    flex: 1;
    background-color: #f2f1ed;
    width: 100%;
  }
}

/*Signup Page End*/

/*Create Profile Page Start*/

.creat_profile {
  background-color: #f2f1ed;
}

.creat_profile header {
  background-color: #867452;
  padding: 20px 0px;
}

.creat_profile_tab {
  background-color: #fff;
  width: 600px;
  margin: 30px auto;
  padding: 20px;
  box-shadow: 0px 0px 5px #ccc;
}

.creat_profile_half {
  display: inline-block;
  width: 49%;
  margin-bottom: 15px;
}

.creat_profile_half select {
  width: 95%;
  margin-left: 20px;
  height: 32px;
  padding: 5px;
}

.creat_profile_half span {
  font-size: 15px;
}

.cstm_chkbx {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}

input[type=checkbox] {
  visibility: hidden;
}

.chkbx {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: solid 1px #333;
}

.cstm_chkbx:hover input ~ .chkbx {
  background-color: #666;
}

.cstm_chkbx input:active ~ .chkbx {
  background-color: #666;
}

.chkbx:after {
  content: "";
  position: absolute;
  display: none;
}

.cstm_chkbx input:checked ~ .chkbx:after {
  display: block;
}

.cstm_chkbx .chkbx::after {
  left: 2px;
  bottom: 2px;
  width: 11px;
  height: 11px;
  border: solid #666;
  border-width: 0;
  background-color: #666;
}

.creat_profile_full {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}

.creat_profile_full span {
  font-size: 15px;
  font-weight: 500;
}

.btn_cntnue {
  border: none;
  background-color: transparent;
  float: right;
  margin-bottom: 5px;
  margin-top: 20px;
  text-transform: uppercase;
  color: #666;
  cursor: pointer;
  text-decoration: none;
  font-size: 12px;
  display: inline-block;
}

.btn_cntnue span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
}

.btn_cntnue img {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

.creat_profile_third {
  display: inline-block;
  width: 20%;
  margin-bottom: 15px;
}

.creat_profile_third span {
  font-size: 14px;
}

.creat_profile_third_full {
  display: inline-block;
  width: 79%;
  margin-bottom: 15px;
}

.creat_profile_third_full input {
  width: 100%;
  height: 32px;
}

.creat_profile_third_full select {
  width: 100%;
  height: 32px;
  padding-left: 7px;
}

.creat_profile_third_1 {
  width: 15%;
  display: inline-block;
  margin-right: 20px;
}

.creat_profile_third_1 input {
  width: 100%;
  height: 32px;
}

.creat_profile_tab.remove_bg {
  background-color: transparent;
  box-shadow: none;
  padding: 0px;
  width: 640px;
  margin-bottom: 0px !important;
}

.creat_profile_tab.remove_bg h2 {
  font-size: 18px;
  color: #867452;
}

.creat_profile_tab h3 {
  text-align: center;
  font-size: 13px;
  font-weight: normal;
}

.creat_profile_tab p img {
  display: table;
  margin: 10px auto;
}

.btn_cnfrm span {
  display: inline-block;
  vertical-align: middle;
}

.btn_cnfrm img {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 10px;
}

.btn_cnfrm {
  border: solid 1px #ccc;
  background-color: transparent;
  padding: 8px 115px;
  display: table;
  margin: 0 auto;
  font-size: 14px;
  color: #777;
  position: relative;
  margin-bottom: 25px;
}

.btn_back {
  border: none;
  background-color: transparent;
  margin-top: 20px;
  cursor: pointer;
  float: left;
}

.btn_back img {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

.creat_profile_third_four {
  width: 32%;
  display: inline-block;
  margin-bottom: 15px;
}

.creat_profile_third_four select {
  width: 100%;
  height: 35px;
  padding-left: 10px;
}

.creat_profile_third_four input {
  width: 99%;
  height: 32px;
}

.creat_profile_third_two {
  width: 15%;
  display: inline-block;
}

.creat_profile_third_two select {
  width: 100%;
  height: 35px;
  padding-left: 10px;
}

.creat_profile_third_three {
  width: 30.8%;
  display: inline-block;
}

.creat_profile_third_three select {
  width: 100%;
  height: 35px;
  padding-left: 10px;
}

.creat_profile_third_full form ul li {
  display: inline-block;
}

.creat_profile_tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}

.creat_profile_tab ul li {
  color: #AAAAAA;
  display: block;
  position: relative;
}

.creat_profile_tab ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.creat_profile_tab ul li label {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  padding: 18px 5px 5px 35px;
  margin: 0px auto;
  height: auto;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.creat_profile_tab ul li:hover label {
  color: #222;
}

.creat_profile_tab ul li .check {
  display: block;
  position: absolute;
  border: 2px solid #AAAAAA;
  border-radius: 100%;
  height: 17px;
  width: 17px;
  top: 18px;
  left: 0px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}

.creat_profile_tab ul li:hover .check {
  border: 3px solid #aaa;
}

.creat_profile_tab ul li .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 11px;
  width: 11px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.creat_profile_tab input[type=radio]:checked ~ .check {
  border: 2px solid #777;
}

.creat_profile_tab input[type=radio]:checked ~ .check::before {
  background: #777;
}

.creat_profile_tab input[type=radio]:checked ~ label {
  color: #222;
}

.btn_save {
  background-color: #5aa832;
  color: #fff;
  border: none;
  font-size: 15px;
  padding: 7px 75px;
  float: right;
  margin-top: 16px;
}

/* .time {
	color: #000;
	font-size: 45px;
} */

.label {
  font-size: 18px;
  display: block;
  color: #000;
}

.bg {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
}

.counter {
  text-align: center;
}

#countdown {
  margin-bottom: 30px;
}

#countdown div {
  display: inline-block;
}

#countdown div {
  display: inline-block;
  margin-bottom: 0px;
}

@media screen and (min-width: 320px) and (max-width: 680px) {
  .time {
    color: #000;
    font-size: 30px;
  }

  .label {
    font-size: 14px;
    display: block;
    color: #000;
  }

  #mc_embed_signup input.email {
    display: block !important;
    margin: 0 auto !important;
  }

  .prev_footer h3 {
    font-size: 18px;
    color: #4d4028;
    margin-bottom: 22px;
  }

  .prev_footer h4 {
    font-size: 15px;
    color: #888;
    padding-bottom: 30px;
  }

  .prev_footer h2 {
    font-size: 15px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 20px;
    padding-top: 30px;
  }

  .prev_logo {
    display: table;
    margin: 20px auto;
    margin-bottom: 15px !important;
  }

  #mc_embed_signup {
    padding-top: 18px !important;
  }

  .creat_profile_tab {
    background-color: #fff;
    width: 80%;
    margin: 18px auto;
    padding: 20px;
    box-shadow: 0px 0px 5px #ccc;
  }

  .creat_profile_half {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }

  .creat_profile_half select {
    width: 100%;
    margin-left: 0;
    height: 32px;
    padding: 5px;
  }

  .creat_profile_tab.remove_bg {
    background-color: transparent;
    box-shadow: none;
    padding: 0px;
    width: 100%;
    margin-bottom: 0px !important;
    text-align: center;
  }

  .creat_profile_third {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }

  .creat_profile_third {
    display: inline-block;
    width: 100%;
    margin-bottom: 4px;
  }

  .creat_profile_third_full {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }

  .creat_profile_third_three {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
  }

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

  .creat_profile_third_four {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
  }

  #mc-embedded-subscribe {
    margin-top: 20px !important;
  }
}

@media screen and (min-width: 681px) and (max-width: 768px) {
  .time {
    color: #000;
    font-size: 30px;
  }

  .label {
    font-size: 14px;
    display: block;
    color: #000;
  }

  #mc_embed_signup input.email {
    display: block !important;
    margin: 0 auto !important;
  }

  .prev_footer h3 {
    font-size: 18px;
    color: #4d4028;
    margin-bottom: 22px;
  }

  .prev_footer h4 {
    font-size: 15px;
    color: #888;
    padding-bottom: 30px;
  }

  .prev_footer h2 {
    font-size: 15px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 20px;
    padding-top: 30px;
  }

  .prev_logo {
    display: table;
    margin: 150px auto;
    margin-bottom: 15px !important;
  }

  #mc_embed_signup {
    padding-top: 18px !important;
  }

  .creat_profile_tab {
    background-color: #fff;
    width: 80%;
    margin: 18px auto;
    padding: 20px;
    box-shadow: 0px 0px 5px #ccc;
  }

  .creat_profile_half {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }

  .creat_profile_half select {
    width: 100%;
    margin-left: 0;
    height: 32px;
    padding: 5px;
  }

  .creat_profile_tab.remove_bg {
    background-color: transparent;
    box-shadow: none;
    padding: 0px;
    width: 100%;
    margin-bottom: 0px !important;
    text-align: center;
  }

  .creat_profile_third {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }

  .creat_profile_third {
    display: inline-block;
    width: 100%;
    margin-bottom: 4px;
  }

  .creat_profile_third_full {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }

  .creat_profile_third_three {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
  }

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

  .creat_profile_third_four {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
  }

  #mc-embedded-subscribe {
    margin-top: 20px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .prev_logo {
    display: table;
    margin: 35px auto;
    margin-bottom: 40px !important;
  }

  .prev_footer {
    background-color: #f2f1ed;
    padding: 0px;
    text-align: center;
    position: fixed;
  }

  #mc-embedded-subscribe {
    margin-top: 0px !important;
    margin-bottom: 15px !important;
  }
}

/*Create Profile Page Ends*/

.mediaViewInfo {
  --web-view-name: Share;
  --web-view-id: Share;
  --web-enable-deep-linking: true;
}

:root {
  --web-view-ids: Share;
}

* {
  margin: 0;
  padding: 0;
}

.Share_Class {
  position: absolute;
  box-sizing: border-box;
  background: #E5E5E5;
  width: 1920px;
  height: 2813px;
  background-color: #f2f1ed;
  overflow: hidden;
  margin: 0;
  padding: 0;
  --web-view-name: Share;
  --web-view-id: Share;
  --web-enable-deep-linking: true;
}

.google_plus_square_brands {
  overflow: visible;
  position: absolute;
  top: 620px;
  left: 1595px;
  width: 33.104px;
  height: 33.102px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.twitter_square_brands {
  overflow: visible;
  position: absolute;
  top: 620px;
  left: 1675px;
  width: 33.105px;
  height: 33.104px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.linkedin_brands {
  overflow: visible;
  position: absolute;
  top: 620px;
  left: 1715px;
  width: 33.105px;
  height: 33.104px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.facebook_square_brands {
  overflow: visible;
  position: absolute;
  top: 620px;
  left: 1635px;
  width: 33.105px;
  height: 33.104px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.envelope_square_solid {
  overflow: visible;
  position: absolute;
  top: 620px;
  left: 1554.896px;
  width: 33.104px;
  height: 33.104px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.Rectangle_332 {
  position: absolute;
  overflow: visible;
  width: 33px;
  height: 33px;
  left: 1514px;
  top: 620px;
}

.Path_1225 {
  overflow: visible;
  position: absolute;
  top: 628.759px;
  left: 1519.424px;
  width: 11.263px;
  height: 15.699px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_1226 {
  overflow: visible;
  position: absolute;
  top: 628.759px;
  left: 1533.871px;
  width: 7.85px;
  height: 15.699px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_1227 {
  overflow: visible;
  position: absolute;
  top: 584.291px;
  left: 1468.986px;
  width: 114.619px;
  height: 39.651px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.BomaLink_Class {
  position: absolute;
  left: 1492px;
  top: 589.596px;
  overflow: visible;
  width: 67px;
  white-space: nowrap;
  line-height: 21px;
  margin-top: -3px;
  text-align: left;
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #a8a8a8;
}

.Group_576_Class {
  position: absolute;
  width: 26.242px;
  height: 29.991px;
  left: 1518.547px;
  top: 648.429px;
  overflow: visible;
}

.Path_88 {
  overflow: visible;
  position: absolute;
  top: 2.055px;
  left: 1.323px;
  width: 23.225px;
  height: 26.666px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_89 {
  overflow: visible;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 26.242px;
  height: 29.991px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.admin_sub_text a {
  color: #337ab7 !important;
  text-decoration: none !important;
  margin-bottom: 0px !important;
  display: initial !important;
}

.admin_sub_text {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
  color: #636b6f;
}

.boma_nav_avatar {
  display: flex !important;
  padding: 10px 15px;
}

.boma_nav_avatar_img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.boma_nav_avatar_icon {
  padding: 0px !important;
  padding-top: 4px !important;
}

.boma_nav_dropdown-toggle {
  padding-left: 5px !important;
}

.chta {
  color: black;
}

.forgot_submit_text {
  margin-top: 15px;
}

.mt_25 {
  margin-top: 25px;
}

.name {
  font-weight: 500;
  text-transform: initial;
  margin: 0;
  color: #656565;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-text-decoration: el;
  text-decoration: el;
  -webkit-box-orient: vertical;
}

.nf_avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.sc_sub {
  margin-top: 0px !important;
}

.dashboard_circle {
  height: 45px;
  width: 45px;
  background-color: #bbb;
  display: inline-block;
  border-radius: 50%;
}

/*--------------------------notification popup------------------------------*/

.notification-wrap .notification_list_popup {
  padding: 15px;
  border-bottom: 1px solid #eee;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}

.notification-wrap .notification_list_popup:hover {
  background: #f2f2f2;
}

.notification-wrap .notification_list_popup .content-left {
  width: calc(100% - 140px);
  float: left;
}

.notification-wrap .notification_list_popup .content-left .img-wrap {
  position: relative;
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status {
  width: 25px;
  height: 25px;
  padding: 2px;
  position: absolute;
  border-radius: 50px;
  bottom: -5px;
  left: -10px;
  text-align: center;
  transform: scale(0.85);
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status i {
  color: #fff;
  line-height: 20px;
  font-size: 10px;
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status.plus_status {
  background: #66af68;
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status.like_status {
  background: #5388bc;
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status.briefcase_status {
  background: #244477;
}

.notification-wrap .notification_list_popup .content-left .img-wrap .status.comment_status {
  background: #76b2e1;
}

.notification-wrap .notification_list_popup .cancel {
  position: absolute;
  right: 20px;
  color: #aaa;
  font-size: 22px;
}

.notification-wrap .notification_list_popup .btn {
  width: 60px;
  height: 20px;
  padding: 0px;
  line-height: 18px;
  font-size: 87%;
}

.notification-wrap .notification_list_popup .list-content {
  margin-left: 10px;
  width: calc(100% - 60px);
}

.notification-wrap .notification_list_popup .list-content strong {
  font-weight: 500;
}

.notification-wrap .notification_list_popup .list-content small {
  color: #aaa;
}

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

.notification-wrap .name {
  font-weight: 500;
  text-transform: initial;
  margin: 0;
  color: #656565;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-text-decoration: el;
  text-decoration: el;
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  .notification-wrap .notification-wrap .notification_list .content-left {
    width: calc(100%);
    padding-right: 30px;
    margin-bottom: 10px;
  }

  .notification-wrap .notification-wrap .notification_list .content-left .name {
    font-size: 12px;
  }

  .notification-wrap .notification-wrap .notification_list_popup .content-left {
    width: calc(100%);
    padding-right: 30px;
    margin-bottom: 10px;
  }

  .notification-wrap .notification-wrap .notification_list_popup .content-left .name {
    font-size: 12px;
  }
}

.custom-file-upload {
  display: inline-block;
  padding: 6px 12px;
  padding-bottom: 0px;
  cursor: pointer;
}

.custom-file-button {
  display: none !important;
}

.post_attach {
  display: flex !important;
}

.post_avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.post_logo {
  width: 55px;
  height: 55px;
}

.post_link_div {
  display: none;
  flex-direction: column;
}

.post_location_div {
  display: none;
  margin-top: 10px;
}

.post_link_input {
  margin-bottom: 10px;
}

.post_location_select {
  margin-right: 10px;
}

.invisible_button {
  border: none;
  background-color: transparent;
}

.profile_share_form {
  width: auto;
}

.profile_share_button_group {
  display: flex;
  width: auto;
  justify-content: flex-end;
}

.media-post {
  display: flex;
  justify-content: center;
}

.post_comments_bx {
  border-top: 1px solid #efefef;
  padding: 10px;
}

.comment_input {
  margin-right: 20px;
}

.comm_tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.comm_tooltip .tooltiptext {
  /*visibility: hidden;*/
  width: auto;
  height: auto;
  background-color: white;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
  display: flex !important;
}

/*.comm_tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}*/

.comm_tooltip:hover .tooltiptext {
  visibility: visible;
}

.like_btn {
  background-color: transparent;
  border-radius: 50px;
}

.like_btn_form {
  width: auto;
  height: auto;
}

.profile_link_text {
  color: black;
}

.main_logo {
  width: 120px;
}

.pending_connect {
  margin-left: initial !important;
}

.like_love {
  height: 30px;
  width: 30px;
  background-color: #E16B6D;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}

.like_cheers {
  height: 30px;
  width: 30px;
  background-color: #E0BE27;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}

.like_laugh {
  height: 30px;
  width: 30px;
  background-color: #77D6CB;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}

.opportunities .heading {
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .opportunities .heading {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.opportunities .btn-success {
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 35px;
  justify-content: center;
}

.opportunities .btn-success .icon {
  margin-right: 5px;
}

.opportunities .form-group {
  margin-bottom: 25px;
}

.opportunities__box {
  background-color: #fff;
  padding: 25px 25px 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.opportunities__form--searchInput {
  padding-left: 40px;
  background-image: url(/images/search_icon.png?d41d8cd98f00b204e9800998ecf8427e);
  background-repeat: no-repeat;
  background-position: 8px center;
}

.opportunities__form--locationInput {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: 8px center;
  background-image: url(/images/location_icon.png?d41d8cd98f00b204e9800998ecf8427e);
}

.opportunities__form--search {
  margin-right: 15px;
}

.opportunities__form--select {
  width: 20%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

@media (max-width: 1199px) {
  .opportunities__form--select,
  .opportunities__form--input {
    width: 50%;
    float: left;
  }
}

@media (max-width: 575px) {
  .opportunities__form--select,
  .opportunities__form--input {
    width: 100%;
    float: left;
    display: block;
  }
}

.opportunities__section {
  padding: 30px 0;
}

.opportunities__section .view__more {
  color: #aaa8a8;
  font-weight: 600;
  text-decoration: underline;
}

.opportunities__section .view__more:hover {
  color: #867452;
}

.opportunities__section .featuredOpp {
  margin-bottom: 30px;
}

.opportunities__section .featuredOpp__title {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-right: 30px;
}

.opportunities__section .featuredOpp__company {
  margin-bottom: 15px;
}

.opportunities__section .featuredOpp__company__img {
  width: 45px;
}

.opportunities__section .featuredOpp__company--right {
  padding-left: 10px;
}

.opportunities__section .featuredOpp__company__name {
  font-size: 15px;
  color: #333;
}

.opportunities__section .featuredOpp__company__address {
  font-size: 12px;
  color: #666;
}

.opportunities__section .featuredOpp__box {
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.opportunities__section .featuredOpp__box h4 {
  font-size: 12px;
  margin-bottom: 5px;
}

.opportunities__section .featuredOpp__box__amount {
  font-size: 15px;
  color: #333;
}

.opportunities__section .featuredOpp__box__learnMore {
  color: #666;
  font-size: 12px;
  text-decoration: underline;
}

.opportunities__section .featuredOpp__box__learnMore:hover {
  padding-left: 8px;
  color: #867452;
}

.opportunities__section .featuredOpp .badge {
  display: block;
  height: 30px;
  width: 30px;
  background-position: center;
  background-color: transparent;
  position: absolute;
  right: 20px;
  top: 10px;
}

.opportunities__section .featuredOpp .badge--white {
  background-image: url(/images/badge_white.jpg?d41d8cd98f00b204e9800998ecf8427e);
}

.opportunities__section .featuredOpp .badge--red {
  background-image: url(/images/badge_red.jpg?d41d8cd98f00b204e9800998ecf8427e);
}

@media (max-width: 767px) {
  .opportunities__section {
    padding: 15px 0;
  }

  .opportunities__section .featuredOpp {
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .opportunities__box {
    padding: 15px;
  }
}

.message-page .message_frame {
  width: 95%;
  min-width: 360px;
  max-width: 1000px;
  height: calc(100vh - 150px);
  background: #fff;
  margin: 20px auto 0;
}

.message-page #popup_inbox_frame {
  width: 95%;
  min-width: 360px;
  max-width: 1000px;
  height: calc(100vh - 150px);
  background: #fff;
  margin: 20px auto 0;
}

@media screen and (max-width: 360px) {
  .message-page .message_frame {
    width: 100%;
    height: 100vh;
  }

  .message-page #popup_inbox_frame {
    width: 100%;
    height: 100vh;
  }
}

.message-page .top-bar {
  padding: 5px 10px;
  color: #555;
}

.message-page .social-media {
  padding: 0 20px;
}

.message-page .social-media .dropdown-menu {
  position: absolute;
  top: 80%;
  right: 0;
  transform: translateX(-50%);
  min-width: 120px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  z-index: 2;
  border: none;
  border-radius: 3px;
}

.message-page .social-media .dropdown-menu:before {
  position: absolute;
  content: "";
  top: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.message-page .social-media .dropdown-menu:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 3px;
}

.message-page .social-media .dropdown-menu li {
  position: relative;
  z-index: 1;
}

.message-page .social-media .dropdown-menu li a {
  text-align: center;
  text-transform: capitalize;
  padding: 4px 20px;
}

.message-page .message_frame .message_sidepanel {
  float: left;
  min-width: 280px;
  max-width: 340px;
  width: 40%;
  height: 100%;
  color: #f5f5f5;
  position: relative;
  border-right: 1px solid #fafafa;
}

.message-page #popup_inbox_frame .message_sidepanel {
  float: left;
  min-width: 280px;
  max-width: 340px;
  width: 40%;
  height: 100%;
  color: #f5f5f5;
  position: relative;
  border-right: 1px solid #fafafa;
}

@media screen and (max-width: 735px) {
  .message-page .message_frame .message_sidepanel {
    width: 58px;
    min-width: 58px;
  }

  .message-page #popup_inbox_frame .message_sidepanel {
    width: 58px;
    min-width: 58px;
  }
}

@media screen and (max-width: 735px) {
  .message-page .message_frame .message_sidepanel #profile {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 0 0;
    background: #32465a;
  }

  .message-page #popup_inbox_frame .message_sidepanel #profile {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 0 0;
    background: #32465a;
  }
}

.message-page .message_frame .message_sidepanel #profile.expanded .wrap {
  height: 210px;
  line-height: initial;
}

.message-page .message_frame .message_sidepanel #profile.expanded .wrap p {
  margin-top: 20px;
}

.message-page .message_frame .message_sidepanel #profile.expanded .wrap i.expand-button {
  transform: scaleY(-1);
  -webkit-filter: FlipH;
  filter: FlipH;
  -ms-filter: "FlipH";
}

.message-page .message_frame .message_sidepanel #profile .wrap {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  transition: 0.3s height ease;
}

@media screen and (max-width: 735px) {
  .message-page .message_frame .message_sidepanel #profile .wrap {
    height: 55px;
  }
}

.message-page .message_frame .message_sidepanel #profile .wrap img {
  width: 50px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #e74c3c;
  height: auto;
  float: left;
  cursor: pointer;
  transition: 0.3s border ease;
}

@media screen and (max-width: 735px) {
  .message-page .message_frame .message_sidepanel #profile .wrap img {
    width: 40px;
    margin-left: 4px;
  }
}

.message-page .message_frame .message_sidepanel #profile .wrap img.online {
  border: 2px solid #2ecc71;
}

.message-page .message_frame .message_sidepanel #profile .wrap img.away {
  border: 2px solid #f1c40f;
}

.message-page .message_frame .message_sidepanel #profile .wrap img.busy {
  border: 2px solid #e74c3c;
}

.message-page .message_frame .message_sidepanel #profile .wrap img.offline {
  border: 2px solid #95a5a6;
}

.message-page .message_frame .message_sidepanel #profile .wrap p {
  float: left;
  margin-left: 15px;
}

@media screen and (max-width: 735px) {
  .message-page .message_frame .message_sidepanel #profile .wrap p {
    display: none;
  }
}

.message-page .message_frame .message_sidepanel #profile .wrap i.expand-button {
  float: right;
  margin-top: 23px;
  font-size: 0.8em;
  cursor: pointer;
  color: #435f7a;
}

@media screen and (max-width: 735px) {
  .message-page .message_frame .message_sidepanel #profile .wrap i.expand-button {
    display: none;
  }
}

.message-page .message_frame .message_sidepanel #profile .wrap #status-options {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 150px;
  margin: 70px 0 0 0;
  border-radius: 6px;
  z-index: 99;
  line-height: initial;
  background: #435f7a;
  transition: 0.3s all ease;
}

@media screen and (max-width: 735px) {
  .message-page .message_frame .message_sidepanel #profile .wrap #status-options {
    width: 58px;
    margin-top: 57px;
  }
}

.message-page .message_frame .message_sidepanel #profile .wrap #status-options.active {
  opacity: 1;
  visibility: visible;
  margin: 75px 0 0 0;
}

@media screen and (max-width: 735px) {
  .message-page .message_frame .message_sidepanel #profile .wrap #status-options.active {
    margin-top: 62px;
  }
}

.message-page .message_frame .message_sidepanel #profile .wrap #status-options:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #435f7a;
  margin: -8px 0 0 24px;
}

@media screen and (max-width: 735px) {
  .message-page .message_frame .message_sidepanel #profile .wrap #status-options:before {
    margin-left: 23px;
  }
}

.message-page .message_frame .message_sidepanel #profile .wrap #status-options ul {
  overflow: hidden;
  border-radius: 6px;
}

.message-page .message_frame .message_sidepanel #profile .wrap #status-options ul li {
  padding: 15px 0 30px 18px;
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 735px) {
  .message-page .message_frame .message_sidepanel #profile .wrap #status-options ul li {
    padding: 15px 0 35px 22px;
  }
}

.message-page .message_frame .message_sidepanel #profile .wrap #status-options ul li:hover {
  background: #496886;
}

.message-page .message_frame .message_sidepanel #profile .wrap #status-options ul li span.status-circle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 5px 0 0 0;
}

@media screen and (max-width: 735px) {
  .message-page .message_frame .message_sidepanel #profile .wrap #status-options ul li span.status-circle {
    width: 14px;
    height: 14px;
  }
}

.message-page .message_frame .message_sidepanel #profile .wrap #status-options ul li span.status-circle:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  margin: -3px 0 0 -3px;
  background: transparent;
  border-radius: 50%;
  z-index: 0;
}

@media screen and (max-width: 735px) {
  .message-page .message_frame .message_sidepanel #profile .wrap #status-options ul li span.status-circle:before {
    height: 18px;
    width: 18px;
  }
}

.message-page .message_frame .message_sidepanel #profile .wrap #status-options ul li p {
  padding-left: 12px;
}

@media screen and (max-width: 735px) {
  .message-page .message_frame .message_sidepanel #profile .wrap #status-options ul li p {
    display: none;
  }
}

.message-page .message_frame .message_sidepanel #profile .wrap #status-options ul li#status-online span.status-circle {
  background: #2ecc71;
}

.message-page .message_frame .message_sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
  border: 1px solid #2ecc71;
}

.message-page .message_frame .message_sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {
  background: #f1c40f;
}

.message-page .message_frame .message_sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
  border: 1px solid #f1c40f;
}

.message-page .message_frame .message_sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {
  background: #e74c3c;
}

.message-page .message_frame .message_sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
  border: 1px solid #e74c3c;
}

.message-page .message_frame .message_sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {
  background: #95a5a6;
}

.message-page .message_frame .message_sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
  border: 1px solid #95a5a6;
}

.message-page .message_frame .message_sidepanel #profile .wrap #expanded {
  padding: 100px 0 0 0;
  display: block;
  line-height: initial !important;
}

.message-page .message_frame .message_sidepanel #profile .wrap #expanded label {
  float: left;
  clear: both;
  margin: 0 8px 5px 0;
  padding: 5px 0;
}

.message-page .message_frame .message_sidepanel #profile .wrap #expanded input {
  border: none;
  margin-bottom: 6px;
  background: #32465a;
  border-radius: 3px;
  color: #f5f5f5;
  padding: 7px;
  width: calc(100% - 43px);
}

.message-page .message_frame .message_sidepanel #profile .wrap #expanded input:focus {
  outline: none;
  background: #435f7a;
}

.message-page .message_frame .message_sidepanel .message_search {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-weight: 300;
  position: relative;
}

.message-page .message_frame .message_sidepanel .message_search .search {
  margin: -15px 0;
  position: absolute;
  top: 9px;
  left: -4px;
}

.message-page .message_frame .message_sidepanel .message_search .filter {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.message-page .message_frame .message_sidepanel .message_search .filter .dropdown-menu {
  position: absolute;
  top: 150%;
  left: -10px;
  min-width: 120px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  z-index: 2;
  border: none;
  margin-top: 0;
  border-radius: 3px;
}

.message-page .message_frame .message_sidepanel .message_search .filter .dropdown-menu:before {
  position: absolute;
  content: "";
  top: -5px;
  left: 11px;
  transform: translateX(-50%) rotate(45deg);
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.message-page .message_frame .message_sidepanel .message_search .filter .dropdown-menu:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 3px;
}

.message-page .message_frame .message_sidepanel .message_search .filter .dropdown-menu li {
  position: relative;
  z-index: 1;
}

.message-page .message_frame .message_sidepanel .message_search .filter .dropdown-menu li.active a {
  background-color: #f5f5f5 !important;
  color: #000;
}

.message-page .message_frame .message_sidepanel .message_search .filter .dropdown-menu li a {
  text-align: center;
  text-transform: capitalize;
  padding: 4px 20px;
}

.message-page .message_frame .message_sidepanel .message_search .fa-search {
  position: absolute;
  right: 15px;
  transform: translateY(-50%);
  left: 0;
  top: 4px;
  color: #999;
}

.message-page .icon {
  padding: 10px;
  color: #aaa;
}

.message-page .icon .fa {
  margin: 0 5px;
}

.message-page .icon .fa:last-child {
  margin-right: 0;
}

.message-page .message_contacts ul {
  padding-left: 0;
}

@media screen and (max-width: 735px) {
  .message-page .message_frame .message_sidepanel .message_search {
    display: none;
  }
}

.message-page .message_frame .message_sidepanel .message_search label {
  position: absolute;
  margin: 10px 0 0 10px;
}

.message-page .message_frame .message_sidepanel .message_search input {
  padding: 4px 0 4px 30px;
  width: calc(100% - 25px);
  border: none;
  color: #000;
  box-shadow: none !important;
  outline: none !important;
}

.message-page .message_frame .message_sidepanel .message_search input::-webkit-input-placeholder {
  color: #eee;
}

.message-page .message_frame .message_sidepanel .message_search input::-moz-placeholder {
  color: #eee;
}

.message-page .message_frame .message_sidepanel .message_search input:-ms-input-placeholder {
  color: #eee;
}

.message-page .message_frame .message_sidepanel .message_search input:-moz-placeholder {
  color: #eee;
}

.message-page .message_frame .message_sidepanel .message_contacts {
  height: calc(100%);
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 40px;
}

@media screen and (max-width: 735px) {
  .message-page .message_frame .message_sidepanel .message_contacts {
    height: calc(100%);
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .message-page .message_frame .message_sidepanel .message_contacts::-webkit-scrollbar {
    display: none;
  }
}

.message-page .message_frame .message_sidepanel .message_contacts.expanded {
  height: calc(100%);
}

.message-page .message_frame .message_sidepanel .message_contacts::-webkit-scrollbar {
  width: 5px;
  background: #fafafa;
}

.message-page .message_frame .message_sidepanel .message_contacts::-webkit-scrollbar-thumb {
  background-color: #fafafa;
}

.message-page .message_frame .message_sidepanel .message_contacts ul li.contact {
  position: relative;
  padding: 10px 0 15px 0;
  font-size: 0.9em;
  cursor: pointer;
  border-bottom: 1px solid #f5f5f5;
}

@media screen and (max-width: 735px) {
  .message-page .message_frame .message_sidepanel .message_contacts ul li.contact {
    padding: 6px 0 46px 8px;
  }
}

.message-page .message_frame .message_sidepanel .message_contacts ul li.contact:hover {
  background: #f5f5f5;
}

.message-page .message_frame .message_sidepanel .message_contacts ul li.contact.active {
  background: #f5f5f5;
}

.message-page .message_frame .message_sidepanel .message_contacts ul li.contact .wrap {
  width: 92%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 735px) {
  .message-page .message_frame .message_sidepanel .message_contacts ul li.contact .wrap {
    width: 100%;
  }
}

.message-page .message_frame .message_sidepanel .message_contacts ul li.contact .wrap span:not(.time) {
  position: absolute;
  left: 4px;
  bottom: 4px;
  margin: -2px 0 0 -2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid transparent;
}

.message-page span.time {
  color: #aaa;
  font-weight: normal;
}

.message-page sub,
.message-page sup {
  font-size: 100%;
}

.message-page .message_frame .message_sidepanel .message_contacts ul li.contact .wrap span.online {
  background: #2ecc71;
  border: 1px solid #fff;
}

.message-page .message_frame .message_sidepanel .message_contacts ul li.contact .wrap span.away {
  background: #f1c40f;
}

.message-page .message_frame .message_sidepanel .message_contacts ul li.contact .wrap span.busy {
  background: #e74c3c;
}

.message-page .message_frame .message_sidepanel .message_contacts ul li.contact .wrap img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

@media screen and (max-width: 735px) {
  .message-page .message_frame .message_sidepanel .message_contacts ul li.contact .wrap img {
    margin-right: 0px;
  }
}

.message-page .message_frame .message_sidepanel .message_contacts ul li.contact .wrap .meta {
  padding: 5px 0 0 0;
  color: #000;
}

@media screen and (max-width: 735px) {
  .message-page .message_frame .message_sidepanel .message_contacts ul li.contact .wrap .meta {
    display: none;
  }
}

.message-page .message_frame .message_sidepanel .message_contacts ul li.contact .wrap .meta .name {
  font-weight: 600;
  margin-bottom: 0;
}

.message-page .message_frame .message_sidepanel .message_contacts ul li.contact .wrap .meta .preview {
  margin: 5px 0 0 0;
  padding: 0 0 1px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 1s all ease;
}

.message-page .message_frame .message_sidepanel .message_contacts ul li.contact .wrap .meta .preview span {
  position: initial;
  border-radius: initial;
  background: none;
  border: none;
  padding: 0 2px 0 0;
  margin: 0 0 0 1px;
  opacity: 0.5;
}

.message-page .message_frame .message_sidepanel #bottom-bar {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.message-page .message_frame .message_sidepanel #bottom-bar button {
  float: left;
  border: none;
  width: 50%;
  padding: 10px 0;
  background: #32465a;
  color: #f5f5f5;
  cursor: pointer;
  font-size: 0.85em;
  font-family: "proxima-nova", "Source Sans Pro", sans-serif;
}

@media screen and (max-width: 735px) {
  .message-page .message_frame .message_sidepanel #bottom-bar button {
    float: none;
    width: 100%;
    padding: 15px 0;
  }
}

.message-page .message_frame .message_sidepanel #bottom-bar button:focus {
  outline: none;
}

.message-page .message_frame .message_sidepanel #bottom-bar button:nth-child(1) {
  border-right: 1px solid #2c3e50;
}

@media screen and (max-width: 735px) {
  .message-page .message_frame .message_sidepanel #bottom-bar button:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #2c3e50;
  }
}

.message-page .message_frame .message_sidepanel #bottom-bar button:hover {
  background: #435f7a;
}

.message-page .message_frame .message_sidepanel #bottom-bar button i {
  margin-right: 3px;
  font-size: 1em;
}

@media screen and (max-width: 735px) {
  .message-page .message_frame .message_sidepanel #bottom-bar button i {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 735px) {
  .message-page .message_frame .message_sidepanel #bottom-bar button span {
    display: none;
  }
}

.message-page .message_frame .content {
  float: right;
  width: 60%;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 735px) {
  .message-page .message_frame .content {
    width: calc(100% - 58px);
    min-width: 300px !important;
  }
}

@media screen and (min-width: 900px) {
  .message-page .message_frame .content {
    width: calc(100% - 340px);
  }
}

.message-page .message_frame .content .contact-profile {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #eee;
}

.message-page .message_frame .content .contact-profile img:not(.vertical_dots) {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin: 9px 12px 0 9px;
}

.message-page .message_frame .content .contact-profile p {
  float: left;
  line-height: 1;
  margin-top: 15px;
  font-weight: 500;
}

.message-page .message_frame .content .contact-profile p .position {
  display: block;
  color: #aaa;
  line-height: 2;
  font-weight: 400;
  font-size: 90%;
}

.message-page .message_frame .content .contact-profile .social-media {
  float: right;
}

.message-page .message_frame .content .contact-profile .social-media i {
  margin-left: 14px;
  cursor: pointer;
}

.message-page .message_frame .content .contact-profile .social-media i:nth-last-child(1) {
  margin-right: 20px;
}

.message-page .message_frame .content .contact-profile .social-media i:hover {
  color: #435f7a;
}

.message-page .message_frame .content .messages {
  height: auto;
  min-height: calc(100% - 124px);
  max-height: calc(100% - 124px);
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
}

@media screen and (max-width: 735px) {
  .message-page .message_frame .content .messages {
    max-height: calc(100% - 105px);
  }
}

.message-page .message_frame .content .messages::-webkit-scrollbar {
  width: 5px;
  background: transparent;
}

.message-page .message_frame .content .messages::-webkit-scrollbar-thumb {
  background-color: #fafafa;
}

.message-page .message_frame .content .messages ul li {
  display: inline-block;
  clear: both;
  float: left;
  margin: 15px 15px 5px 0;
  width: calc(100% - 25px);
  font-size: 0.9em;
}

.message-page .message_frame .content .messages ul li:nth-last-child(1) {
  margin-bottom: 20px;
}

.message-page .message_frame .content .messages ul li.sent img {
  margin: 0 8px 0 0;
}

.message-page .message_frame .content .messages ul li.sent p {
  background: #f5f5f5;
  border-top-left-radius: 0;
}

.message-page .message_frame .content .messages ul li.replies img {
  float: right;
  margin: 0 0 0 8px;
}

.message-page .message_frame .content .messages ul li.replies p {
  background: #c1e2b0;
  float: right;
  border-top-right-radius: 0;
}

.message-page .message_frame .content .messages ul li img {
  width: 32px;
  border-radius: 50%;
  float: left;
}

.message-page .message_frame .content .messages ul li p {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 10px;
  width: calc(100% - 80px);
  line-height: 1.5;
}

.message-page .message_frame .content .message-input {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 99;
  border-top: 1px solid #eee;
  background: #fff;
}

.message-page .message_frame .content .message-input .wrap {
  position: relative;
  padding: 10px 0;
  clear: both;
  overflow: hidden;
}

.message-page .message_frame .content .message-input .wrap input {
  float: left;
  border: none;
  width: calc(100% - 100px);
  padding: 11px 32px 10px 8px;
  font-size: 0.8em;
  color: #32465a;
}

@media screen and (max-width: 735px) {
  .message-page .message_frame .content .message-input .wrap input {
    padding: 15px 32px 16px 8px;
  }
}

.message-page .message_frame .content .message-input .wrap input:focus {
  outline: none;
}

.message-page .message_frame .content .message-input .wrap .attachment {
  position: absolute;
  right: 60px;
  z-index: 4;
  margin-top: 10px;
  font-size: 1.1em;
  color: #435f7a;
  opacity: 0.5;
  cursor: pointer;
}

@media screen and (max-width: 735px) {
  .message-page .message_frame .content .message-input .wrap .attachment {
    margin-top: 17px;
    right: 65px;
  }
}

.message-page .message_frame .content .message-input .wrap .attachment:hover {
  opacity: 1;
}

.message-page .message_frame .content .message-input .wrap button {
  float: right;
  border: none;
  width: 50px;
  padding: 12px 0;
  cursor: pointer;
  background: #32465a;
  color: #f5f5f5;
}

@media screen and (max-width: 735px) {
  .message-page .message_frame .content .message-input .wrap button {
    padding: 16px 0;
  }
}

.message-page .message_frame .content .message-input .wrap button:hover {
  background: #435f7a;
}

.message-page .message_frame .content .message-input .wrap button:focus {
  outline: none;
}

.message-page .message_frame {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.message-page .social-media .dropdown-menu {
  right: 0 !important;
  left: auto !important;
}

.message-page .social-media .dropdown-menu:before {
  right: 5px;
  left: auto;
}

.message-page .message_frame .message_sidepanel .message_search .filter .dropdown-menu:before {
  left: 22px;
}

.message-page .dropdown,
.message-page .dropup {
  position: relative;
  cursor: pointer;
}

.message-page .message_frame .content .message-input .wrap input {
  width: calc(100% - 132px);
  padding-right: 5px;
}

.message-page .icon img {
  margin: 0 5px;
  cursor: pointer;
}

.message-page .messages ul {
  padding-left: 15px;
}

@media screen and (min-width: 992px) {
  .message-page .message_frame .content {
    width: calc(100% - 340px);
  }
}

@media screen and (max-width: 991px) {
  .message-page .message_frame .content {
    width: calc(100% - 280px);
  }

  .message-page .message_frame .content .message-input .wrap {
    padding: 0;
  }

  .message-page .message_frame .content .message-input {
    z-index: 1;
  }
}

@media screen and (max-width: 991px) and (max-width: 735px) {
  .message-page .message_frame .content {
    width: calc(100% - 58px);
  }

  .message-page .top-bar {
    text-align: center;
  }

  .message-page .top-content {
    float: inherit !important;
  }

  .message-page .top-bar .head,
  .message-page .top-bar .top-content small {
    display: none;
  }

  .message-page .message_frame .message_sidepanel .message_contacts ul li.contact .wrap span:not(.time) {
    bottom: inherit;
  }

  .message-page .social-media {
    padding: 0;
  }

  .message-page .social-media .dropdown-menu {
    left: -25px;
  }

  .message-page .message_frame .message_sidepanel .message_search .filter {
    position: inherit;
    right: inherit;
    top: 50%;
    transform: inherit;
    text-align: center;
    margin-top: -9px;
  }

  .message-page .message_frame .message_sidepanel .message_search .filter .dropdown-menu {
    left: 5px;
  }

  .message-page .message_frame .message_sidepanel .message_contacts {
    padding-bottom: 50px;
  }

  .message-page .message_frame .message_sidepanel .message_search {
    display: inherit;
    height: 30px;
  }

  .message-page .message_frame .message_sidepanel .message_search label,
  .message-page .message_frame .message_sidepanel .message_search input {
    display: none;
  }
}

.opportunity-detail-page strong {
  font-weight: 600;
}

.opportunity-detail-page h3 {
  margin: 0;
}

.opportunity-detail-page h4 {
  margin-top: 0;
}

.opportunity-detail-page .top-banner img {
  width: 100%;
    height : fit-content;
}

.opportunity-detail-page .name {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  margin: 0px 0px 4px 0;
  color: #656565;
}

.opportunity-detail-page .content-sidebar {
  background: #fff;
}

.opportunity-detail-page .content-sidebar .bar-content {
  padding: 15px;
}

.opportunity-detail-page .content-sidebar .bar-content .contact-list_wrap {
  margin-top: 15px;
}

.opportunity-detail-page .content-sidebar .bar-content .contact-list_wrap .content-wrap {
  margin: 20px 0;
}

.opportunity-detail-page .content-sidebar .bar-content .contact-list_wrap .content-wrap p {
  margin-bottom: 0;
}

.opportunity-detail-page .content-sidebar .bar-content .contact-list_wrap .list-content {
  margin-left: 10px;
  margin-bottom: 25px;
  line-height: 1.7;
}

.opportunity-detail-page .content-sidebar .bar-content .contact-list_wrap .list-content strong {
  font-weight: 500;
}

.opportunity-detail-page .right-content {
  background: #fff;
  padding: 15px;
  margin-bottom: 30px;
}

.opportunity-detail-page .right-content h4 {
  margin-top: 15px;
}

.opportunity-detail-page .right-content .budget {
  font-weight: 500;
  font-size: 18px;
}

.opportunity-detail-page .right-content .inputfeild {
  padding: 12px;
  margin-bottom: 30px;
}

.opportunity-detail-page .right-content .ans-div {
  background: #f7f7f7;
  padding: 15px;
  margin-left: 15px;
  width: calc(100% - 65px);
  border-radius: 8px;
  border-top-left-radius: 0;
}

.opportunity-detail-page .main-head {
  margin-top: 0px;
  font-weight: normal;
  font-size: 30px;
}

.opportunity-detail-page .content-head {
  color: #907f60;
  font-weight: 700;
}

.opportunity-detail-page .img-wrap {
  width: 50px;
  height: 50px;
}

.opportunity-detail-page .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.preview-page {
  background-color: #FFF;
  /*preview page End*/
}

.preview-page .prev_logo {
  display: table;
  margin: 15px auto;
  margin-bottom: 20px !important;
}

.preview-page .prev_logo img {
  display: block;
  margin: 0 auto;
}

.preview-page .prev_logo h2 {
  font-size: 15px;
  text-align: center;
  margin-top: 8px;
}

.preview-page .btm_link ul {
  padding-left: 0px;
  text-align: center;
  background-color: #e6e3dc;
  padding: 10px;
}

.preview-page .btm_link ul li {
  list-style: none;
  display: inline-block;
}

.preview-page .btm_link ul li a {
  font-size: 10px;
  text-decoration: none;
  color: #777;
  margin-left: 5px;
  margin-right: 5px;
}

.preview-page #mc_embed_signup {
  background: #fff;
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
  width: 100%;
  margin-bottom: 0;
}

.preview-page #mc_embed_signup form {
  text-align: center;
  padding: 10px 0 10px 0;
}

.preview-page #mc_embed_signup label {
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: bold;
}

.preview-page #mc_embed_signup input.email {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
  font-size: 15px;
  border: 1px solid #ABB0B2;
  border-radius: 3px;
  color: #343434;
  background-color: #fff;
  box-sizing: border-box;
  height: 32px;
  padding: 0px 0.4em;
  display: inline-block;
  margin: 0;
  width: 350px;
  vertical-align: top;
}

.preview-page #mc_embed_signup .button {
  font-size: 13px;
  border: none;
  border-radius: 3px;
  letter-spacing: 0.03em;
  color: #fff;
  background-color: #aaa;
  box-sizing: border-box;
  height: 32px;
  line-height: 32px;
  padding: 0 18px;
  display: inline-block;
  margin: 0;
  transition: all 0.23s ease-in-out 0s;
}

.preview-page #mc_embed_signup .clear {
  display: inline-block;
}

.preview-page .prev_footer {
  text-align: center;
}

.preview-page .btm_link ul li {
  list-style: none;
  display: inline-block;
}

.preview-page .btm_link ul li a {
  font-size: 10px;
  text-decoration: none;
  color: #777;
  margin-left: 5px;
  margin-right: 5px;
}

.preview-page .language_selection {
  position: absolute;
  right: 15px;
  top: 10px;
}

.preview-page .time {
  color: #000;
  font-size: 45px;
}

@media (max-width: 767px) {
  .preview-page .prev_logo img {
    width: 86px;
  }

  .preview-page #mc_embed_signup input.email {
    width: 100%;
  }

  .preview-page .time {
    font-size: 23px;
  }

  .preview-page .label {
    font-size: 12px;
  }
}

.footer .footer-top {
  background-color: #f2f1ed;
  padding: 20px 15px 10px;
  text-align: center;
  width: 100%;
}

.footer h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 10px;
  margin-top: 0px;
}

.footer h3 {
  font-size: 27px;
  color: #4d4028;
  margin-bottom: 10px;
}

.footer h4 {
  font-size: 21px;
  color: #888;
  padding-bottom: 15px;
}

.create-form {
  max-width: 600px;
  margin: 0 auto;
}

.create-form .heading {
  margin-bottom: 20px;
}

.create-form .form-wrapper {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.create-form .form-wrapper h2 {
  font-size: 14px;
  color: #C3C3C3;
  font-weight: 600;
  margin-top: 0px;
}

.create-form .form-wrapper label {
  text-align: left;
  color: #898989;
}

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

.create-form .form-wrapper .btn-continue {
  float: right;
  text-transform: uppercase;
  color: #959595;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.create-form .form-wrapper .btn-continue img {
  height: 20px;
  width: 20px;
  margin-left: 5px;
}

.img-wrap {
  width: 40px;
  height: 40px;
}

.img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 992px) {
  .notification-container {
    max-width: 700px;
    margin: 0 auto;
  }
}

.notification-wrap {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.notification-wrap .notification_list {
  padding: 15px;
  border-bottom: 1px solid #eee;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}

.notification-wrap .notification_list:hover {
  background: #f2f2f2;
}

.notification-wrap .notification_list .content-left {
  width: calc(100% - 190px);
  float: left;
  padding-right: 0px;
}

.notification-wrap .notification_list .content-left .img-wrap {
  position: relative;
}

.notification-wrap .notification_list .content-left .img-wrap .status {
  width: 25px;
  height: 25px;
  padding: 2px;
  position: absolute;
  border-radius: 50px;
  bottom: -5px;
  left: -10px;
  text-align: center;
  transform: scale(0.85);
}

.notification-wrap .notification_list .content-left .img-wrap .status i {
  color: #fff;
  line-height: 20px;
  font-size: 10px;
}

.notification-wrap .notification_list .content-left .img-wrap .status.plus_status {
  background: #66af68;
}

.notification-wrap .notification_list .content-left .img-wrap .status.like_status {
  background: #5388bc;
}

.notification-wrap .notification_list .content-left .img-wrap .status.briefcase_status {
  background: #244477;
}

.notification-wrap .notification_list .content-left .img-wrap .status.comment_status {
  background: #76b2e1;
}

.notification-wrap .notification_list .cancel {
  position: absolute;
  right: 30px;
  color: #aaa;
  font-size: 22px;
}

.notification-wrap .notification_list .btn {
  width: 80px;
  height: 30px;
  padding: 5px;
  line-height: 20px;
  font-size: 90%;
}

.notification-wrap .notification_list .list-content {
  margin-left: 10px;
  width: calc(100% - 60px);
}

.notification-wrap .notification_list .list-content strong {
  font-weight: 500;
}

.notification-wrap .notification_list .list-content small {
  color: #aaa;
}

.notification-wrap-popup .notification_list .list-content {
  margin-left: 10px;
  width: calc(100% - 60px);
}

.notification-wrap-popup .notification_list .list-content strong {
  font-weight: 500;
}

.notification-wrap-popup .notification_list .list-content small {
  color: #aaa;
}

.notification-dropdown-menu {
  min-width: 400px;
  max-height: 400px;
  overflow-y: auto;
}

.notification-wrap .name {
  font-weight: 500;
  text-transform: initial;
  margin: 0;
  color: #656565;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-text-decoration: el;
  text-decoration: el;
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  .notification-wrap .notification-wrap .notification_list .content-left {
    width: calc(100%);
    padding-right: 30px;
    margin-bottom: 10px;
  }

  .notification-wrap .notification-wrap .notification_list .content-left .name {
    font-size: 12px;
  }
}

.viewAllLink {
  color: #A8A8A8;
  float: right;
  padding: 5px;
  font-size: 12px;
  background-color: white !important;
  border: none;
}

.notif_overlay {
  position: absolute;
  background-color: #F2F2F2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  align-items: center;
  justify-content: center;
}

#notification_badge {
  position: absolute;
  background-color: #952038;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  top: 12px;
  font-size: 10px;
  line-height: 16px;
}

.notif_overlay_btn {
  display: none;
}

.notif_overlay {
  position: absolute;
  background-color: #F2F2F2A6;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  align-items: center;
  justify-content: center;
}

#notification_badge {
  position: absolute;
  background-color: #952038;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  top: 12px;
  font-size: 10px;
  line-height: 16px;
  display: none;
}

#message_badge {
  position: absolute;
  background-color: #952038;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  top: 12px;
  font-size: 10px;
  line-height: 16px;
  display: none;
}

.content-right {
  position: relative;
}

.fa-times-thin:before {
  content: "\D7";
}

.noBottomBorder li {
  border-bottom: none !important;
}

.message_popup {
  width: 360px;
}

.message_popup .message_contacts {
  max-height: 360px;
  overflow-y: auto;
  padding-bottom: 0px !important;
}

.message_popup .message_sidepanel {
  max-width: 100% !important;
  width: 100% !important;
}

.noMargin {
  margin: 0 !important;
}

.message_popup .message_frame {
  height: auto !important;
}

.message_popup_footer {
  padding: 5px;
}

.message_popup .wrap {
  width: 80% !important;
  margin-left: 10px !important;
}

.message_actions_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  display: none;
  align-items: center;
  justify-content: center;
}

.fa-grey {
  color: lightgray;
}

.fa-grey {
  color: lightgray;
}

#noMessages {
  color: #555555;
  padding: 5px;
  text-align: center;
}

.newMessageTrigger {
  color: #555555;
  cursor: pointer;
}

.post_link_input {
  margin-bottom: 10px;
}

.post_link_div {
  display: none;
  flex-direction: column;
}

.post_location_div {
  display: none;
  margin-top: 10px;
}

.post_location_select {
  margin-right: 10px;
}

.post_attach {
  display: flex !important;
}

.custom-file-upload {
  display: inline-block;
  padding: 6px 12px;
  padding-bottom: 0px;
  cursor: pointer;
}

.custom-file-button {
  display: none !important;
}

.upld_sbmt {
  float: none;
  background-color: #5aa832 !important;
  color: #fff;
  padding: 7px;
  padding-left: 57px;
  padding-right: 63px;
  font-weight: 500;
  margin-top: 8px !important;
  width: 100%;
}

.show {
  display: block;
}

.notification_list_popup {
  position: relative;
}

.notif_overlay {
  position: absolute;
  background-color: #F2F2F2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  align-items: center;
  justify-content: center;
}

#btn_show {
  background: none;
  border-style: none;
}

#btn_show {
  position: relative;
}

button#btn_show:focus {
  border-style: none;
  border: 1px solid transparent;
}

#btn_show .dropdown-content {
  position: absolute;
  top: 30px;
  right: -55px;
  z-index: 999;
  text-align: center;
  width: 150px;
  background: white;
  box-shadow: 10px 10px 15px gray;
}

.dropdown-content a {
  color: black;
  background: white;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

#header {
  z-index: 10000 !important;
}

#left-sidebar {
  z-index: 1000;
}

/*        .arrow-up {
      width: 0; 
      height: 0; 
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid black;
    }*/

.like_options {
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 50px !important;
  box-shadow: 0 0 3px gray !important;
  left: -25px !important;
  border-color: transparent !important;
}

.pr-0{
  padding-right: 0px;
}
.pl-0{
  padding-left: 0px;
}
.sendMsgBtn{
  width: 100%;
  line-height: 40px;
}
/*-----------------------------end new message popup css------------------------------------*/

.fa-window-restore:before {
  content: "\F2D2";
}

.love_icon {
  position: relative;
  top: 1px;
  left: 1px;
}

.laugh_icon {
  position: relative;
  bottom: 1px;
}

.cheers_icon {
  width: 25px;
  margin-top: 2px;
}

.profile_span:before {
  content: initial !important;
}

.profile_span:after {
  content: initial !important;
}

.social_buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/*-----------------------------start msg to autocomplete css------------------------------------*/

.ui-state-active h4,
.ui-state-active h4:visited {
  color: #867452;
}

.ui-menu-item {
  height: 65px;
  /*border: 1px solid #ececf9;*/
}

.ui-widget-content .ui-state-active {
  background-color: white !important;
  border: none !important;
}

.list_item_container {
  width: auto;
  height: 65px;
  float: left;
  margin-left: 0px;
}

.ui-widget-content .ui-state-active .list_item_container {
  background-color: #f5f5f5;
}

.autoCompleteUserImage {
  width: 15%;
  float: left;
  padding: 10px;
}

.autoCompleteUserImage img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.autoCompleteUserName {
  /*width: 85%;*/
  float: right;
  white-space: nowrap;
  overflow: hidden;
  color: #6B6B6B;
  text-align: left;
  padding: 10px;
}

.ui-widget.ui-widget-content::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}

.ui-widget.ui-widget-content {
  z-index: 222;
  width: 340px !important;
  border-radius: 10px;
  box-shadow: 0 0 10px #6B6B6B;
  max-height: 280px;
  overflow: auto;
  position: fixed;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}

.ui-menu .ui-menu-item {
  margin: 3px !important;
  border: none !important;
}

/*-----------------------------end msg to autocomplete css------------------------------------*/

.post_link_input {
    margin-bottom: 10px;
}

.post_link_div {
    display: none;
    flex-direction: column;
}

.post_location_div {
    display: none;
    margin-top: 10px;
}

.post_location_select {
    margin-right: 10px;
}

.post_attach {
    display: flex !important;
}

.custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    padding-bottom: 0px;
    cursor: pointer;
}

.custom-file-button {
    display: none !important;
}

.upld_sbmt {
    float: none;
    background-color: #5aa832 !important;
    color: #fff;
    padding: 7px;
    padding-left: 57px;
    padding-right: 63px;
    font-weight: 500;
    margin-top: 8px !important;
    width: 100%;
}

.show {
    display: block;
}

.notification_list_popup {
    position: relative;
}

.notif_overlay {
    position: absolute;
    background-color: #F2F2F2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    align-items: center;
    justify-content: center;
}

#btn_show {
    background: none;
    border-style: none;
}

#btn_show {
    position: relative;
}

button#btn_show:focus {
    border-style: none;
    border: 1px solid transparent;
}

#btn_show .dropdown-content {
    position: absolute;
    top: 30px;
    right: -55px;
    z-index: 999;
    text-align: center;
    width: 150px;
    background: white;
    box-shadow: 10px 10px 15px gray;
}

.dropdown-content a {
    color: black;
    background: white;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
}

#header {
    z-index: 10000 !important;
}

#left-sidebar {
    z-index: 1000;
}

.like_options {
    border-width: 1px !important;
    border-style: solid !important;
    border-radius: 50px !important;
    box-shadow: 0 0 3px gray !important;
    left: -25px !important;
    border-color: transparent !important;
}

.love_icon {
    position: relative;
    top: 1px;
    left: 1px;
}

.laugh_icon {
    position: relative;
    bottom: 1px;
}

.cheers_icon {
    width: 25px;
    margin-top: 2px;
}

#loaderForMessages{
    position: absolute;
    top: 0;
    z-index: 2222222;
    background: #867452c2;
    left: 0;
    bottom: 0;
    right: 0;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    display: none;
}
#loaderForMessages .fa-spinner{
    color: white;
}

.notf-count{
    position: absolute;
    top: -8px;
    right: 25px;
    font-size: 12px;
    padding: 0;
    border-radius: 50%;
    background-color: red;
    color: white;
    width: 15px;
    height: 18px;
    vertical-align: middle;
    text-align: center;
}
.thumbnail{
    float:left !important;
}
.message-page .social-media .dropdown-menu{
    /*transform: translateX(-50%) !important;*/
}
.popup {
    display: none;
    position: fixed;
    padding: 10px;
    left: 50%;
    margin-left: -150px;
    height: 180px;
    top: 50%;
    margin-top: -100px;
    background: #FFF;
    z-index: 1100;
}
#popup1 {
    -webkit-box-shadow:  0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
}
#popupLink {
    -webkit-box-shadow:  0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
}
.popup-form{
    width: 100% !important;
    line-height: 2 !important;
    border: 1px solid gainsboro !important;
    padding: 5px !important;
    margin: 5px 0 !important;
}
.popup-btn{
    background: #379c37 !important;
    width: 40% !important;
    color: white !important;
    border-radius: 0 !important;
}


.count{
    background-color: green !important;
    color: white !important;
    min-height: auto !important;
    height: auto !important;
    align-items: center !important;
    text-align: center;
    border-radius: 50% !important;
    padding: 0 4px !important;
    width: max-content !important;
}
.opportunities__section--becomeInvestor{
    background-color: #fff;
    padding: 25px 25px 15px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.becomeInvestorText{
    font-size: 2.5rem;
}
.width-100{
    width: 100%;
}
.mt-10{
    margin-top: 10px;
}
.userAvatarImg{
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
}
.userAvatarImgSmall{
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
}
