@import url('https://fonts.googleapis.com/css2?family=Protest+Strike&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Protest+Guerrilla&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Black+Ops+One&display=swap');

*{
    font-family: 'Mulish', sans-serif;
    margin: 0;
    padding: 0;
    transition: .3s ease;
    text-decoration: none;
}
input, button {
    outline: none;
    border: none;
}
img{
    /*width: 100%;*/
    vertical-align: middle;
}
body{
    margin: 0;
    padding: 0;
    font-family: "Black Ops One", system-ui;
}
.topbar {
    background: #fff;
    padding: 5px 0px;
}
.logo_col img {
    width: 100%;
}
.btns_col {
    /*display: flex;*/
    /*justify-content: end;*/
    /*gap: 20px;*/
}
.homeCol{
    height: fit-content;
}
.btns_col a {
    outline: none;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    display: inline-table;
    background-color: #022278;
    border: none;
    /*font-size: 15px;*/
    transition: 0.5s all ease;
    border-radius: 15px;
}
.btns_col a:hover, .btns_col a:active, .btns_col a:focus {
    background-color: #ed1b24;
    color: #fff;
    outline: none;
    text-decoration: none;
    
}
.btns_col a i{
    padding-right: 3px;
}
.cover {
  background: rgb(0 0 0 / 30%);
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
    z-index: 9999999999999;
    
}
.contents {
  width: 300px;
  height: 300px;
  background: #022278;
  border: 2px solid #ccc;
  border-radius: 30px;
  position: relative;
  text-align: center;
  top: 50%;
  left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
}
.close {
    border: 2px solid #ccc;
    border-radius: 15px;
    padding: 5px 15px;
    text-align: center;
    width: 100px;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    opacity: 1;
    font-size: 16px;
    line-height: unset;
}
.signupCategoryLinks {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.signupCategoryLinks a {
    background: #ed1b24;
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
}
.signupPopTtl {
    color: #fff;
    font-size: 25px;
    font-weight: 800;
}
body {
    background-image: url(../images/newhome.jpg) !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
body:before {
    content: '';
    background: #0000008c;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}
.hero3 {
    background-image: none !important;
}
.navbar {
    position: relative !important;
}
.hero3 .hero-wapper {
    padding: 70px 0% 70px 5%;
}
.hero3 .hero-wapper .hero-content h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 20px;
}
.top_bar_btn:nth-child(2) {
    margin-right: 0px;
}
.post_btn a {
    padding: 10px 18px;
    border-radius: 7px;
}
.hero3 {
    padding-top: 0px !important;
}

.hero3 .hero-wapper .hero-content h1 span {
    color: #ed1b24;
}
.hero3 .hero-wapper .hero-content p {
    font-weight: 900;
    font-size: 1.25rem;
    color: #e7e7e7;
    margin-bottom: 10px;
    margin-top: 30px;
}
.hero3 .hero-wapper .hero-content .job-search-area {
    background: #fff;
    border-radius: 5px;
    max-width: 750px;
    margin-bottom: 30px;
}
.hero3 .hero-wapper .hero-content .job-search-area form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    gap: 20px;
}
.hero3 .hero-wapper .hero-content .job-search-area form .form-inner.job-title {
    position: relative;
    width: 100%;
    height: 60px;
    background: #eff3f2;
    display: flex;
    align-items: center;
    padding: 0 25px;
}
.hero3 .hero-wapper .hero-content .job-search-area form .form-inner.job-title::before{
    content: "";
    width: 1px;
    height: 22px;
    background: #d9d9d9;
    position: absolute;
    left: 51px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}
.hero3 .hero-wapper .hero-content .job-search-area form .form-inner.job-title img {
    margin-right: 20px;
}
.hero3 .hero-wapper .hero-content .job-search-area form .form-inner input {
    background-color: transparent;
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 18px;
    color: #061421;
    padding: 20px 0;
    line-height: 1;
    width: 100%;
}
.hero3 .hero-wapper .hero-content .job-search-area form .form-inner .primry-btn-2 {
    height: 100%;
    padding: 15px 30px;
}
.primry-btn-2 {
    font-size: 1.063rem;
    font-weight: 500;
    color: var(--white);
    font-family: var(--font-exo2);
    display: flex;
    align-items: center;
    border-radius: 5px;
    background-color: #ed1b24;
    position: relative;
    transition: 0.5s all ease;
    z-index: 1;
}


.primry-btn-2::before {
    transition: 0.5s all ease;
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: #061421;
    z-index: -1;
}
.hero3 .hero-wapper .hero-content .job-search-area form .form-inner .primry-btn-2 img{
    margin-right: 5px;
}
.primry-btn-2:hover {
    color: #fff;
}
.primry-btn-2:hover:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}
/*header {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*}*/
.foot_text {
    margin: 0px;
    text-align: center;
    color: #fff;
    font-size: 41px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 800;
    
    /*color: transparent;*/
    /*background-image: url('../images/american-flag2.png');*/
    /*background-repeat: repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    
}
.flag_color{
    /*color: #b5123c;*/
}
.footer {
    padding: 20px 0px;
    background-color: #001346;
    display: none;
}
.club_text {
    color: #ed1b24;
    font-weight: 700;
    transition: 0.5s all ease;
}
.btns_col a:hover .club_text{
    color: #022278;
    
}
.bcp_ttl {
    padding-bottom: 8px;
    border-bottom: 2px solid #ffffff7a;
    text-shadow: 0px 0px 4px #000;
}


/* Profile Page Css */

.profileMainSec{
   height: 100%;
   overflow: hidden;
}
.mainRow{
   height: 100%;
   /*flex-direction: column;*/
}
.aboutCloseIcon {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #fff;
    font-size: 25px;
    display: none;
}
.aboutCloseIcon:hover{
    color: #ed1b24;
}
.leftbarCol{
    background: #001d68;
    min-width: 25%;
    max-width: 25%;
    min-height: 100%;
    overflow-y: auto;
    position: relative;
    z-index:3;
}
.leftbarCol::-webkit-scrollbar {
  display: none;
}
.sideContentWrapper {
    padding: 10px 10px;
}
.sidebarLogoCol {
    text-align: center;
}
.sidebarLogo{
   max-width: 70%;
}
.userCol {
    padding: 8px 8px;
    box-shadow: 0px 0px 5px 0px #0000002e;
    margin-top: 9px;
    cursor: pointer;
}
.userCol .user-image {
    border-radius: 50%;
    margin-right: 8px;
}
.userMainDetailsWrapper {
    padding: 20px 10px 10px;
}
.mainUserName {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}
.userMainDescription {
    color: #fff;
    font-size: 14px;
}
.userOtherDetails h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.userOtherDetails p {
    color: #fff;
    font-size: 14px;
}
.userSocialIcons {
    color: #fff;
    padding: 5px;
    border: 1px solid #fff;
    width: 28px;
    text-align: center;
}
.socialLinks {
    gap: 10px;
}

.rightbarCol{
   height: 100%;
   min-width: 75%;
    max-width: 75%;
}
.editProfileBtn {
    background: #022278;
    border-color: #022278;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.editProfileBtn:hover {
    background-color: #ed1b24;
    border-color: #ed1b24;
    text-decoration: none;
    color: #fff;
}
.editProfileBtn svg {
    margin-top: 4px;
    margin-right: 3px;
}
.mainBodyHeader {
    display: flex;
    position: sticky;
    z-index: 2;
    top: 0;
    background-color: rgb(255 255 255);
    box-shadow: -2px -1px 5px 2px rgb(0 0 0 / 20%);
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    z-index:998;
}
.navLinksWrap{
    margin-bottom: 0px;
}
.navLinksWrap li:not(:first-child) {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #dee2e6!important;
}
.navLinksItems  a {
    margin-left: 7px;
    font-size: 15px;
    color: #050505;
}

.mainBodyContent{
    background: #cfcfcf;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom:100px;
    min-height: 100vh;
}
.shopTalkContent{
    background: url(../images/wall.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.shopTalkContent::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background: #000000ad;
    z-index: 1;
    
}
.postHeader {
    padding: 10px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.postHeader img.userImg {
    width: 40px;
    height: 40px;
    object-fit:cover;
}
.postHeader .userName  p {
    margin-bottom: 5px;
}
.postHeader .userDetails {
    gap: 10px;
}
.postWrapper .postBody {
    padding: 20px 20px 40px;
    background: #fff;
}
.postBodyText {
    margin-bottom: 20px;
    color: #050505;
    font-size: 15px;
}
.postWrapper {
    margin-top: 25px;
    border-radius: 5px;
    overflow: hidden;
    position:relative;
    z-index:2;
}
#userAboutNav{
    display: none !important;
}
.postDeleteBtn i {
    color: #2e2e2e;
    font-size: 18px;
}
.postDeleteBtn i:hover{
    color: #ed1b24;
}
.postFooter {
    background: #f7f7f7;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
}
.postFooter span{
    cursor: pointer;
}
.postFooter i, .postFooter span {
    color: #2e2e2e;
    font-size: 18px;
}
.postFooter i:hover, .postFooter span:hover{
    color: #ed1b24;
}




/* Help Wanted Page Css */
.mainTable{
    background: #fff;
    box-shadow: 0px 0px 5px 0px #00000012;
    
}
.mainTableHeader{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 25px;
    border-bottom: 1px solid #efefef;
    border: 1px solid #cfcfcffc;
}
.tableHeaderRight .pagination {
    margin-bottom: 0;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 0px;
}
li.PaginationItem {
    background: #f7f7f7;
    height: 35px;
    display: flex;
    align-items: center;
    border-right: 1px solid #ccc;
    padding: 10px 3px;
    transition: .3s ease;
}
li.PaginationItem:hover{
    background: #f1efef;
}
li.PaginationItem:last-child{
    border-right: none;
}
li.activePagination{
    background: #022278;
    color: #fff;
    pointer-events:none;
}
li.activePagination a{
    color: #fff;
}
.helpWantedContent{
    background: #f7f7f7;
    padding: 20px 40px;
}
.helpWantedContent:before{
    display: none;
}
.helpPost{
    padding: 20px 40px 0px;
    transition: .3s ease;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #cfcfcffc;
    border-right: 1px solid #cfcfcffc;
}
.helpPost:hover{
    background: #f1f1f1;
}
.helpPost:last-child{
    margin-bottom: 80px;
}
.postCategories{
    display: flex;
    gap: 10px;
    list-style: none;
}
.helpPostTtl {
    margin-bottom: 10px;
}
.helpPostTtl a {
    text-decoration: none;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 17px;
}
.helpPostTtl a:hover{
    color: #022278;
}
.postCategories li a {
    font-size: 14px;
    font-weight: 500;
}
.helpPostTtl span {
    font-size: 13px;
    margin-left: 7px;
}
.helpPostContent p, .helpPostContent {
    font-size: 14px;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.helpPostRow{
    justify-content: space-between;
}
.helpPostRight {
    text-align: right;
}
.bidPostRight {
    text-align: unset;
}
.bidPostRight .revProjectDescBtn a {
    padding: 10px 26px;
}
.bidContactBtn a {
    background: #001d68;
    color: #fff;
    padding: 7px 40px;
    display: inline-block;
    border-radius: 6px;
    margin-top: 10px;
    text-decoration: none;
    font-weight: 600;
}
.bidContactBtn a:hover {
    background: #ec1c23;
}
.bidCount {
    font-weight: 500;
    font-size: 15px;
}
h6.bidPrice {
    font-weight: 700;
    font-size: 18px;
}
.bidPrice span {
    font-weight: 500;
    font-size: 14px;
    margin-left: 5px;
}

.projectImage {
    margin-bottom: 10px;
    padding: 3px;
}



/* ShopTalk Page Css */

.addPostIcon {
    display: inline-grid;
    text-align: center;
    align-items: center;
}
.addPostIcon i {
    color: #000;
}
.searchBoxWrapper{
    display: flex;
    position: relative;
    flex: 1;
}
.searchBox {
    width: 100%;
    padding: 12px;
    padding-inline-start: 40px;
    border-width: 0;
    background-color: rgb(0 0 0 / 5%);
    border-radius: 40px;
    -webkit-appearance: textfield;
}
.searchBoxWrapper .iconSearch {
    position: absolute;
    top: 16px;
    left: 17px;
    color: #858585;
}
.shopTalkTitle {
    font-size: 45px;
    font-weight: 800;
    color: #b1000b;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
 /*   -webkit-background-clip: text;*/
	/*background-clip: text;*/
	/*background-image: url('https://cdn2.vectorstock.com/i/1000x1000/76/66/red-brick-wall-seamless-pattern-bricks-vector-28287666.jpg');*/
	/*color: transparent;*/
	/*    background-size: contain;*/
}
.userNavList{
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    list-style-type: none;
    gap: 10px;
}
.userCurrent {
    display: flex;
    padding: 4px;
    margin: auto 0;
    border-radius: 500px;
    align-items: center;
}
.currentUserImage {
    border-radius: 50%;
    margin-inline-end: 8px;
}
.currentUserName {
    color: #000;
    font-weight: 700;
}
.userNavItem .icon-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgb(0 0 0 / 10%);
    position: relative;
}
.userNavItem .icon{
    filter: grayscale(100%);
}
.userNavItem .alt-text:hover::before, .userNavItem .alt-text:focus::before {
    content: attr(aria-label);
    display: block;
    padding: 12px;
    border-radius: 4px;
    position: absolute;
    top: calc(100% + 7px);
    left: 50%;
    transform: translatex(-50%);
    color: rgb(255 255 255 / 80%);
    background-color: rgb(0 0 0 / 80%);
}
.userSideNavs {
    margin-top: 15px;
}
.userSideNavItem .text {
    color: #fff;
    font-weight: 700;
}
.userSideNavItem {
    cursor: pointer;
}


/* trade person Page Css */
.looking_title {
    font-size: 35px;
    color: white;
    text-align: center;
    font-weight: 900;
    text-transform: capitalize;
}
.looking_title span {
    color: #ed1b24;
}
.personsTitleCol{
    margin-bottom: 50px;
}
.tradePerson {
    min-height: 350px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 30px;
}
.tradePersonContent {
    padding: 10px 15px 15px;
    
}

.tradePersonName {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 2;
    overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    
}
.tradePersonAbout {
    letter-spacing: .2px;
    line-height: 1.4;
    overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
}
.linkBtn {
    margin-top: 17px;
    margin-bottom: 10px;
}
.linkBtn button {
    background-color: #022278;
    color: #fff;
    border-radius: 5px;
    padding: 10px 18px;
    font-size: 13px;
    letter-spacing: .8px;
    font-weight: 600;
}
.linkBtn button:hover{
    text-decoration: none;
    background-color: #ed1b24;
    color: #fff;
}
.tradePersonImg{
    overflow: hidden;
}
.tradePersonImg img {
    height: 200px;
    object-fit: cover;
    transition: .6s ease;
}
.tradePerson:hover .tradePersonImg img{
    transform: scale(1.07);
}
.tradePersonBody{
    position: relative;
}
.tradePersonBody:before{
    content: '';
    background: #000000a3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.tradePersonsRow{
    position: relative;
    z-index: 2;
    padding-top: 30px;
}
.tradePersonLogo{
    display: none;
}
.tradePersonLogo img {
    width: 80px;
}

.editProfileBtnCol {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.shopTalkTitle{
  font-family: "Black Ops One", system-ui;
   font-weight: 800;
}
.helpWantedCol {
    display: flex;
    align-items: center;
    padding: 20px 20px 15px;
    box-shadow: 0px 0px 5px 0px #0000001f;
}
.helpWantedCol i{
    color: yellow;
}
.helpWantedCol h6{
    margin-left: 7px;
    margin-bottom: 0px;
}
.helpWantedCol h6 a {
    text-decoration: none;
    font-family: 'Inknut Antiqua', serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}
.helpWantedCol i{
    font-size: 11px;
     -webkit-animation: linear infinite;
      -webkit-animation-name: iconsMoving;
      -webkit-animation-duration: 1s;
}


@keyframes iconsMoving{
    0% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0px);
  }
}

@-webkit-keyframes iconsMoving{
    0% {
    transform: translateX(2px);
  }
  25% {
    transform: translateX(4px);
  }
  50% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0px);
  }
}


/* Edit Profile Page */
.saveFormBtn{
    margin-top: 20px;
}
.saveFormBtn input{
   background: #022278;
    border-color: #022278;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}
.saveFormBtn input:hover {
   background-color: #ed1b24;
   border-color: #ed1b24;
   text-decoration: none;
   color: #fff;
}
.profileMetaForm label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}
.profileMetaForm input::placeholder {
    font-size: 12px;
}
.profileMetaForm input, .profileMetaForm select, .profileMetaForm textarea {
    font-size: 14px;
}
.profileMetaForm input, .profileMetaForm select, .profileMetaForm textarea{
    /*width: 100%;*/
}
.editProfileTtl {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 700;
}
.editUserImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.editUserImg {
    width: 250px;
    height: 200px;
}
.profileImgCol {
    display: flex;
    align-items: end;
    margin-bottom: 30px;
    gap: 20px;
}
.profileImgCol input {
    padding: 0;
    height: 29px;
}
input#savePostBtn {
    padding: 10px 30px;
    letter-spacing: 0.5;
    text-transform: uppercase;
}
.postImg {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-top: 20px;
}

.projectImgsWrap {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 15px;
    margin-top: 10px;
}
.projectImgsWrap a{
    width: 31%;
}
.projectImgsWrap img {
    width: 100%;
    cursor: zoom-in;
}

/* Photos Page */
.photosTtlCol h3{
    color: #001a60;
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
}
.photosMain {
    position: relative;
    z-index: 1;
}
.photosBody {
    padding: 0px;
}
.photosTtlCol {
    padding: 50px 0px 30px;
}
.photosGalleryCol{
    padding: 50px 50px;
}

.galleryImgLink{
    margin-bottom: 20px;
}
.galleryImgCol{
    margin-bottom: 20px;
}
textarea#post-description {
    height: 180px;
}
.postBody img {
    display: block;
    margin: 20px 0px 10px;
}


/* Help Detail Page */

.jobDetailMain{
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.jobDetailRight {
    background: #001d68;
    padding: 20px 20px 30px;
}
.userContactBtn {
    margin-top: 20px;
}
.userContactBtn a {
    background: #ec1c23;
    border: 1px solid #ec1c23;
    color: #fff;
    padding: 9px 20px;
    display: inline-block;
    border-radius: 6px;
    text-decoration: none;
    transition: .4s ease;
    
}
.userContactBtn a:hover{
    background: transparent;
    border: 1px solid #fff;
}
.jobDetailLeft {
    padding: 40px 20px 40px 30px;
}



/* Comment popup */
.msgIcon{
    cursor: pointer;
}

.commentPopupWrapper {
  position: fixed;
  width: 700px;
  left: 50%;
  height: auto;
  top: 50%;
  background: #FFF;
  z-index: 20000;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 5px 0px #0000004f;
}
.commentPopup{
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 19999;
}
.commentPopup:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #0000008f;
  width: 100%;
  height: 100%;
}

.commentUserImage {
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.commentPopupHeader {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px 10px;
    box-shadow: 0px 0px 5px 0px #00000026;
    align-items: center;
}
.commentPopupFooter {
    padding: 10px 15px;
    box-shadow: 0px 0px 5px 0px #00000030;
}
.insertCommentSec {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    
}
#comment_form {
    width: calc(calc(100% - 40px));
}
.insertCommentfield {
    background: #f7f7f7;
    display: flex;
    border-radius: 8px;
}
#comment_text {
    border: none;
    outline: none;
    background: transparent;
}
#comment_text:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.submit_comment {
    background: transparent;
    outline: none;
    border: none;
    color: #6a6a6a;
}
.submit_comment:hover {
    color: #000;
    background: none;
}
.commentPopupBody {
    height: 280px;
    overflow: auto;
    padding: 15px 15px;
}
.singleComment {
    display: flex;
    gap: 5px;
    margin-bottom: 18px;
}
.singleCommentDate {
    margin-bottom: 0px;
    text-align: end;
    font-size: 11px;
    padding-right: 7px;
}
.singleCommentText p {
    font-size: 14px;
    margin-bottom: 0px;
}
.singleCommentContent {
    background: #f7f7f7;
    padding: 2px 10px 0px;
    border-radius: 5px;
}
.singleCommentUserName {
    font-size: 14px;
    margin-bottom: 2px;
}
.commentsFilterCol {
    display: flex;
    
    margin-bottom: 15px;
}
.commentsFilterCol select {
    width: 23%;
}

.row.custSelectPgRow {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.custSelectLinks {
    background: #001d68;
    margin-bottom: 20px;
    padding: 15px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.custSelectLinks a{
    color: #fff;
    margin-left: 10px;
}
.custSelectLinks i {
    font-size: 11px;
    color: yellow;
    -webkit-animation: linear infinite;
    -webkit-animation-name: iconsMoving;
    -webkit-animation-duration: 1s;
}

.backButton button {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 0px;
    border-bottom: 2px solid #fff;
}
.backButton button:hover{
    color: #fff;
}
.backButton {
    margin-left: 10px;
    margin-top: 10px;
}
.userNavItem {
    display: flex;
}
.searchBoxWrapper{
    display: none;
}
.nav_active{
    color: #ed1724 !important;
    font-weight: bold !important;
}
.active_btn{
    background: #ed1724 !important;
}
img#logo-navbar-middle {
    width: 220px !important;
}
.bcp_ttl {
    -webkit-text-stroke: 1px white !important;
}

.joe_school h3 {
    font-size: 30px;
    color: white;
    font-weight: 900;
    text-transform: capitalize;
    line-height: 40px;
    margin-bottom: 30px;
}
.joe_school {
    margin-top: 0px !important;
    text-align: center !important;
}




/** Responsive Media Queries **/


/** smallest screen Responsive **/


@media (max-width: 480px) and (min-width: 280px){
    
    
}


/** Mobile Responsive **/


@media only screen and (max-width: 767px){
    
    .mob_disp_none{
        display: none !important;
    }
    
    .banner_row {
        gap: 38px;
        margin-top: 135px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .hero3 .hero-wapper .hero-content h1 {
        font-size: 3rem;
    }
    .hero3 .hero-wapper .hero-content p {
        font-size: 1.07rem;
    }
    .hero3 .hero-wapper .hero-content .job-search-area form {
        flex-direction: column;
    }
    .hero3 .hero-wapper .hero-content .job-search-area {
        margin-top: 25px;
        margin-bottom: 0px;
    }
    .job-search-area form .form-inner {
        width: 100%;
    }
    .hero3 .hero-wapper .hero-content .job-search-area form .form-inner .primry-btn-2 {
        width: 100%;
    }
    .hero3 .hero-wapper {
        padding: 50px 0% 70px 2%;
    }
    .top_bar_btn {
        font-size: 12px !important;
        padding-left: 13px !important;
        padding-right: 13px !important;
    }
    .top_bar_btn:nth-child(1) {
        margin-right: 5px;
    }
    .top_bar_btn:nth-child(2) {
        margin-right: 0px !important;
    }
    .post_btn a{
      padding-left: 18px;
      padding-right: 18px;  
    }
    .btns_col {
        margin-top: 10px;
    }
    .logo_col {
        text-align: center;
    }
    .foot_text {
        font-size: 45px;
        line-height: 46px;
        text-align: left;
    }
    .foot_text, .logo_col {
        width: 50% !important;
    }
    .btns_col {
        width: 100% !important;
    }
    .bcp_ttl {
        border: none;
    }
    #navbar-primary .navbar-nav {
        align-items: center;
    }
    
    .leftbarCol{
        position: absolute;
        max-width: 100%;
        left: -100%;
        transition: .3s ease;
        z-index: 999;
    }
    .leftbarCol.leftBarResponsive{
        left: 0%;
        max-width: 100%;
    }
    .aboutCloseIcon{
        display: inline-block;
    }
    .rightbarCol {
        max-width: 100%;
        width: 100%;
    }
    .mainBodyContent {
        padding-left: 20px;
        padding-right: 20px;
    }
    .postBody img {
        width: 100px;
    }
    .mainBodyHeader {
        padding-left: 10px;
        padding-right: 7px;
    }
    .navLinksWrap li:not(:last-child) {
        padding-left: 10px;
        margin-left: 10px;
    }
    .navLinksWrap li:last-child {
        padding-left: 0;
        margin-left: 10px;
        border-left: none !important;
    }
    #userAboutNav{
        display: flex !important;
    }
    .editProfileBtn {
        padding: 6px 10px;
    }
    .currentUserName {
        display: none;
    }
    .currentUserImage {
        width: 39px;
        height: 39px;
        margin-right: 0px;
    }
    .headerLeftPart {
        display: none;
    }
    .shopTalkTitle {
        font-size: 26px;
        margin-bottom: 0;
    }
    .shopTalkHeader {
        flex-direction: row;
        gap: 10px;
    }
    .tradePersonLogo{
        display: inline-block;
    }
    .tradePersonImg img {
        width: 100%;
    }
    .gifNtextWrap {
        display: flex;
        flex-direction: column-reverse;
        gap: 30px;
    }
    body .banner_row .homecustSelect {
        top: 49%;
    }
    .homeOwnerCol {
        padding-top: 300px;
    }
    .custSelectBanner .custSelectPgRow {
        top: 75%;
    }
    .custSelectBanner .custSelectPgRow {
        top: 61%;
        width: 100%;
        left: 54%;
    }
    .headerCenterPart {
        padding-left: 14px;
    }
    .commentPopupWrapper {
        width: 88%;
    }
    .commentPopupBody {
        height: 220px;
    }
    .navLinksWrap {
        flex-direction: row-reverse;
    }
    .profileImgCol {
        flex-direction: column;
        gap: 35px;
    }
    .editUserImg {
        width: 100%;
    }
    .editUserImg img {
        width: 100%;
        object-fit: contain;
    }
    body .searchInp_wrap {
        border-radius: 10px;
        padding: 15px 20px;
    }
    body #searchInp {
        height: 50px;
        margin-bottom: 10px;
        border: 1px solid #ddd;
        width: 100%;
        padding: 10px;
        border-radius: 5px;
    }
    body img#logo-navbar-middle {
    width: 100% !important;
}
body .inner_pg_banner_row {
    margin-top: 0px !important;
}
    
}

/** Ipad Responsive **/


@media (max-width: 991px) and (min-width: 768px){
    
    .banner_row {
        flex-direction: column-reverse;
        gap: 38px;
    }
    .topbar_btns_col {
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .btns_col {
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .dedic_text_col {
        width: 80% !important;
        flex: 0 0 80%;
        max-width: 80%;
    }

}

/** Ipad Pro Responsive **/


@media (max-width: 1198px) and (min-width: 992px){

}

/** Large screen Responsive **/


@media (max-width: 2500px) and (min-width: 1920px){

}

/*.logo {*/
/*  position: relative;*/
/*  width: 4.5em;*/
/*  height: 0;*/
/*}*/
/*.logo .wrapper {*/
/*  position: absolute;*/
/*  top:0;*/
/*  left:0;*/
/*  width: 100%;*/
/*  height: 0;*/
/*  padding-bottom: 100%;*/
/*  border-radius: 100%;*/
/*}*/
/*.logo img {*/
/*  width: 100%;*/
/*  padding: 0.5em;*/
/*}*/


#navbar-primary .navbar-nav {
  width: 100%;
  text-align: center;
}
#navbar-primary .navbar-nav > li {
  display: inline-block;
  float: none;
  width: 33%;
}
#navbar-primary .navbar-nav > li > a {
  /*padding-left: 30px;*/
  /*padding-right: 30px;*/
}
.navbar-nav {
    flex-direction: row;
    justify-content: space-between;
}
.navbar {
    position: absolute;
    z-index: 9;
    width: 100%;
}
img#logo-navbar-middle {
    width: 100%;
}
.navbar {
    padding-top: 15px;
    margin-bottom: 30px !important;
}
.top_bar_btn {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    margin-right: 19px;
}
.btns_col {
    padding-top: 15px;
}
.hero3 .hero-wapper {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 140px;
}
.hero-side-content h1 {
    font-size: 37px;
    color: #fff;
    line-height: 45px;
}
.post_btn a {
    font-size: 15px;
    letter-spacing: 0px;
}
.joinBottomBtn {
    text-align: center;
    margin-top: 20px;
}







