﻿.fix{
    position: fixed;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.flex{
    display: flex;
}
.flexStart{
    justify-content: flex-start;
}
.flexEnd{
    justify-content: flex-end;
}
.flexSpace{
    justify-content:space-between;
}
.flexCenter{
    justify-content: center;
}
.flexDirColumn{
    flex-direction: column;
}
.alignStart{
    align-items: flex-start;
}
.alignCenter{
    align-items: center;
}
.alignEnd{
    align-items: flex-end;
}
.txtAlignCenter{
    text-align: center;
}
.w100{
    width: 100%;
}
.w50{
    width: 48%;
}
.h100{
    height: 100%;
}
.borderRadius50{
    border-radius: 50%;
}
.consFormListItem_title{
    color: rgb(175, 28, 155);
    font-weight: bold;
}

.consFormList ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.consFormList ul li{
    margin-bottom: 10px;
    width:100%;
    border: 1px solid #635b66;
    border-radius: 10px;
    padding: 20px 0;
}
.consFormListItem .consFormListItem_r{
    width: 70%;
}
.consFormListItem .consFormListItem_l > a{
    border-radius: 12px;
    color: #fff;
    font-weight: bold;
    background: linear-gradient(0deg, rgba(119,21,198,1) 0%, rgba(175,28,155,1) 100%);
    font-size: 12px;
    padding: 5px 20px;
}
.consFormListItem_info *{
    color: #fff;
    font-size: 14px;
}
.consFormHead .consFormHead_r , .consFormHead .consFormHead_l{
    width: 49%;
    margin: 0 0 15px 0;
}
.consFormHead .consFormHead_r .search{
    background-color: transparent;
    width: 95%;
    color: #000;
}
.consFormHead .consFormHead_r .search::placeholder{
    color: #000;
}
.consFormHead .consFormHead_r .Icon_item {
    font-size: 25px;
    color: #734a77;
  display: flex;
  justify-content: center;
  align-items: center;
}

  .lvlTowCareerForm .formInput:first-child{
    width: 100% !important;
  }
.photoFrame{
    width: 86px;
    height: 100px;
    border-radius: 5px;
    border: 1px solid #726873;
    margin: 0 10px 0 0;
}
.photoFrame .txt{
    height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  opacity: 0;
  cursor: pointer;
}
.careerStepTwo_l{
    width: 29%;
}
.careerForm-Steps .card{
    position: relative;
    opacity: 0.5;
}
.careerForm-Steps .card.active{
    position: relative;
    opacity: 1;
}
.careerStepTwo_r_top_title{
    color: rgb(175, 28, 155);
    font-weight: bold;
    font-size: 16px;
}
.careerForm .formBtn{
    padding-left: 0;
}
.careerLink{
    border-radius: 12px;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(0deg, rgba(119,21,198,1) 0%, rgba(175,28,155,1) 100%);
  font-size: 12px;
  padding: 5px 20px;
  transition: all .5s;
  width: 100%;
  text-align: center;
}
.careerLink:hover{
    opacity:0.5;
    color: #fff;
}
.careerForm-Steps .card *{
    color: #000;
}
.careerForm-Steps .card > label{
    font-size: 12px;
}
.careerForm-Steps .card::before{
    content: '';
    position: absolute;
    width: 320px;
    height: 1px;
    background-color: #f7f7f7;
    top: 50%;
    right: 100%;
} 
.careerForm-Steps .card:last-child::before{
    content: none;
}
.careerForm-Steps .card .borderRadius50{
    width: 50px;
    height: 50px;
    color: #fff;
    font-weight: bold;
    background: linear-gradient(0deg, rgba(119,21,198,1) 0%, rgba(175,28,155,1) 100%);
    font-size: 12px;
}
.featureList{
    margin: 15px;
}
.featureList > ul > li {
    position: relative;
    padding-right: 15px;
}
.featureList > ul > li::before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: linear-gradient(0deg, rgb(119, 21, 198) 0%, rgb(175, 28, 155) 100%);
    right: 0;
    top: 16px;
}
.featureList > ul > li > label{
    color: #0b0b0b;
    margin-left: 5px;
    font-weight: bold;
}
.featureList > ul > li > span{
    color: #151515;
}
.careerDesc{
    margin-top: 30px;
}
.careerDesc_title{
    color: rgb(175, 28, 155);
    font-weight: bold;
    font-size: 16px;
}
.careerDesc p{
    color: #151515;
}
.insideTop {
    background: #232323;
    height: 96px;
}
.breadcrumbs {
    background: #0f0f0f;
    padding: 10px 0;
}
.insideSection {
    background: #292929;
    padding: 30px 0 90px;
    min-height: 200px;
}
.insideSectionProfile {
    background: #292929;
    padding: 0px 0 90px;
    min-height: 200px;
}
.enLogoSection {
    background: #202020;
}

.breadcrumbs .center {
    display: flex;
    justify-content: space-between;
}
.userProfileMenu {
    margin: 0;
}
.userProfileMenu > a {
    color: #fff;
    font-size: 12px;
}
.userProfileMenu > a > span i {
    font-size: 20px;
    margin-left: 10px;
}
.userProfileMenu > a > i {
    font-size: 20px;
    margin-right: 10px;
    color: #797979;
}

.breadcrumbList {
    display: flex;
    list-style: none;
    color: #98999e;
    font-size: 12px;
    line-height: 30px;
}
.breadcrumbList > li {
    position: relative;
    padding-left: 30px;
}
.breadcrumbList > li > a {
    color: #98999e;
}
.breadcrumbList > li > a i {
    font-size: 15px;
    margin-left: 4px;
}

.breadcrumbList > li:last-child {
    padding-left: 0;
}
.breadcrumbList > li:last-child a {
    color: #fff;
    padding-left: 0;
}
.breadcrumbList > li:before {
    content: "\ea4d";
    color: #fff;
    font-family: "boxicons" !important;
    position: absolute;
    top: -1px;
    left: 10px;
    font-size: 15px;
}
.breadcrumbList > li:last-child::before {
    display: none;
}
.breadcrumbList > li > a:hover {
    color: #c6992e;
}

.h1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 50px;
    color: #fff;
    font-weight: 600;
}
.rightImg {
    float: right;
    margin: 0 0 30px 60px;
}
.leftImg {
    float: left;
    margin: 0 60px 30px 0;
}
.cmspage {
    color: #fff;
    line-height: 40px;
    text-align: right;
    font-size: 14px;
    font-weight: normal;
}
.cmspage h2 {
    font-size: 22px;
    color: #1e2939;
    margin: 15px 0 10px;
    font-weight: bold;
}
.cmspage h3 {
    font-size: 20px;
    color: #1e2939;
    margin: 15px 0 10px;
    font-weight: bold;
}
.cmspage h4 {
    font-size: 18px;
    color: #1e2939;
    margin: 15px 0 10px;
    font-weight: bold;
}
.cmspage h5 {
    font-size: 16px;
    color: #1e2939;
    margin: 15px 0 10px;
    font-weight: bold;
}
.cmspage h6 {
    font-size: 14px;
    color: #1e2939;
    margin: 15px 0 10px;
    font-weight: bold;
}
.cmspage img.fullWidth {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin: 10px 0;
}
.aboutCmsTitle {
    color: #10123e !important;
}
.cmspage a {
    color: #10123e;
}
.cmspage a:hover {
    color: #e4bb70;
}

.cmspage ul {
}
.cmspage ul li {
    padding-right: 20px;
    position: relative;
    margin-bottom: 5px;
}
.cmspage ul li:before {
    content: "\e843";
    font-family: "boxicons" !important;
    position: absolute;
    top: -1px;
    right: 0;
    font-size: 15px;
}

.cmspage ol {
    list-style-position: inside;
}
.cmspage ul li {
    margin-bottom: 5px;
}
.stats {
    padding: 100px 0;
}
.stats > li {
    opacity: 1;
}

.aboutContent {
    display: flex;
    gap: 90px;
}

.aboutText {
    margin: 0;
}

.aboutText h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 60px;
    margin-bottom: 40px;
    color: #fff;
}

.faq {
}
.faq > li {
    border: 1px solid #424242;
    margin-bottom: 10px;
}
.question {
    line-height: 60px;
    padding: 0 20px;
    position: relative;
    color: #98999e;
    cursor: pointer;
}
.question span {
    position: absolute;
    top: 0;
    left: 20px;
}
.question span i {
    margin-right: 10px;
    font-size: 20px;
    transition: 0.3s;
}

.answer {
    padding: 20px;
    display: none;
}

.answer .cmspage {
    color: #fff;
    font-size: 13px;
}

.faq > li.open {
    background: #1d1d1d;
}

.faq > li.open .question i {
    transform: rotate(-90deg);
}

.consultationBox {
    width: 57%;
    display: flex;
    justify-content: space-between;
}
.consForm .consFormHead{
    flex-direction: row;
  flex-wrap: wrap;
}
.careerPage .consText{display: none;}
.consText {
    width: 30%;
    margin: 0;
}
.consText h2,
.mapBox h2,
.consForm h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #f5f6f7;
}
.consText p {
    color: #98999e;
}
.consForm {
    width: 100%;
    margin: 0;
}
.consFormListItem{
    padding: 0 5px;
}
.formInput {
    margin-bottom: 20px;
}
.consForm .iForm{
    display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
}
.consForm .iForm .formInput{
    width: 100%;
    margin: 10px 0;
}
.consForm .iForm .btn{
    margin-right:10px;
}
.consForm .iForm select{
    padding: 0 10px;
}
.radioItem{
    margin: 0 30px 0 0;
}
.radioItem label{
    font-size: 12px;
    color: #8d888e;
    margin-left: 5px;
}
.txt {
    width: 100%;
  background: none;
  border: 1px solid #635b66;
  line-height: 30px;
  font-weight: 400;
  font-size: 14px;
  border-radius: 10px;
  height: 50px;
  color: #000;
  padding: 0;
}
.txt::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
}
.txt:-moz-placeholder { /* Firefox 18- */
    color: #000;
}
.txt::-moz-placeholder { /* Firefox 19+ */
    color: #000;
}
.txt:-ms-input-placeholder { /* Edge */
    color: #000;
}
.titleForm{
    position: relative;
    margin:20px auto;
    width: 95%;
}
.titleForm::before{
    position: absolute;
    content: '';
    width: 86%;
    height: 1px;
    background-color: #aaa8b5;
    left: 0;
    top: 50%;
}
.uploadInfo::before{
    width: 50%;
}
.formBtn{
    width: 100%;
    text-align: left;
    padding-left: 30px;
}
.formBtn .btn{
    width: 20%;
  margin-right: auto;
  border-radius: 10px;
  transition: all .5s;
  background: linear-gradient(0deg, rgba(119,21,198,1) 0%, rgba(175,28,155,1) 100%);
  color: #fff;
}
.formBtn .btn:hover{
    background: linear-gradient(207deg, rgba(119,21,198,1) 0%, rgba(175,28,155,1) 100%); 
    color: #fff;
}
.career_desc {
    margin:20px 0 40px;
}
.career_desc *{
  color: #fff;
  font-size: 14px;
}
.formInput span{color: #8d888e;display: none;}
#loading{
    display: none;
}
.formInput select{height: 52px;}
.w100{width: 100% !important;}
.titleForm *{
    color: #fff;
}
header .socials{display: none;}
.txtarea {
    width: 100%;
    height: 100px;
    background: none;
    border-bottom: 1px solid #484c4f;
    line-height: 30px;
    padding: 10px 0;
    font-weight: 400;
    font-size: 14px;
}

.txt::placeholder,
.txtarea::placeholder {
    color: #98999e;
}

.btn {
    width: 100%;
    cursor: pointer;
    line-height: 50px;
    height: 50px;
    text-align: center;
    color: #1e2939;
    font-weight: bold;
    background: #fff;
    font-size: 15px;
}
.btn:hover {
    color: #0f0f0f;
    background: #c6992e;
}

.mapBox {
    padding-top: 100px;
}

.mapContnet {
}
.mapView {
    height: 180px;
    background: #fff;
}

.ctinfo {
}
.ctinfo li {
    padding-right: 50px;
    margin-bottom: 30px;
    position: relative;
}
.ctinfo li i {
    font-size: 24px;
    position: absolute;
    top: 0;
    right: 0;
    color: #98999e;
}
.ctinfo li span {
    display: block;
    color: #98999e;
    margin-bottom: 5px;
}
.ctinfo li a,
.ctinfo li strong {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

.prjlist {
}
.prjlist > li {
    margin-bottom: 35px;
}

.prjlist > li figure {
    position: relative;
}
.prjlist > li figure img {
    width: 100%;
    height: auto;
}

.topArticlesSection {
    margin-bottom: 50px;
}
.topArticlesSection h2,
.newArticleSection h2 {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}

.bloglist {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.bloglist li {
    border: 1px solid #484a4c;
    width: calc(33.33% - 22px);
    transition: 0.3s;
}
.bloglist li a {
    display: block;
    padding: 20px 20px 10px 20px;
    color: #f5f6f7;
}
.bloglist li a figure {
    position: relative;
    margin-bottom: 20px;
}
.bloglist li a figure::before {
    content: "";
    display: block;
    padding-top: 60%;
}
.bloglist li a figure img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.bloglist li a strong {
    line-height: 30px;
    height: 60px;
    margin-bottom: 10px;
    overflow: hidden;
    display: block;
}
.blogItemSum {
    display: flex;
    justify-content: space-between;
    color: #98999e;
    font-size: 12px;
}
.blogItemSum i {
    font-size: 20px;
    margin-left: 7px;
}
.bloglist li:hover {
    border-color: #fff;
}
.blogSearchArea {
    padding: 40px 0 70px;
    background: #6a6a6a;
}
.blogSearchArea h1 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 30px;
}

.searchBlog {
    max-width: 60%;
    position: relative;
}
.txtSearch {
    background: none;
    line-height: 30px;
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 500;
}
.txtSearch::placeholder {
    color: #fff;
}
.searchBlog i {
    font-size: 25px;
    line-height: 30px;
    position: absolute;
    top: 10px;
    left: 0;
    color: #fff;
}

.topArticles {
    display: flex;
    gap: 30px;
}
.mainArticle {
    width: 473px;
    margin: 0;
    border: 1px solid #484a4c;
    transition: 0.3s;
}
.mainArticle:hover {
    border-color: #fff;
}

.mainArticle a {
    padding: 20px;
}
.mainArticle figure {
    margin-bottom: 14px;
}
.mainArticle a {
    color: #fff;
}
.mainArticle a strong {
    margin-bottom: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.topArtList {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: calc(100% - 505px);
}
.topArtDet {
    width: 100%;
}
.topArtList li {
    border: 1px solid #484a4c;
    transition: 0.3s;
}
.topArtList li:hover {
    border-color: #fff;
}
.topArtList .topArtDet {
    margin: 0;
}
.topArtList .topArtDet strong {
    display: block;
    color: #fff;
    height: 60px;
    line-height: 30px;
    margin-bottom: 20px;
}
.topArtList li a {
    padding: 20px;
    display: flex;
    gap: 20px;
}

.blogImg {
    margin-bottom: 20px;
}
.blogImg img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.blogDetails {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
    color: #fff;
    font-weight: bold;
}
.blogDetails > li {
}
.blogDetails > li i {
    font-size: 20px;
    margin-left: 7px;
    color: #e4bb70;
}

.shareBox {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
    background: #efefef;
    padding: 35px 25px;
}
.shareBox h2 {
    font-weight: bold;
    color: #262626;
    font-size: 16px;
}
.shareItems {
    display: flex;
    grid-gap: 12px;
    font-size: 22px;
}
.shareItems > li {
}
.shareItems > li > a {
    color: #6d737d;
}
.shareItems > li > a:hover {
    color: #e4bb70;
}

.commentBox h2 {
    font-weight: bold;
    color: #262626;
    font-size: 16px;
    margin-bottom: 30px;
}
.cRow {
    display: flex;
    grid-gap: 20px;
    margin-bottom: 20px;
}
.cInput {
    flex: 1;
    position: relative;
}
.cInput i {
    color: #e4bb70;
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 48px !important;
    font-size: 20px;
}
.btnRow {
    text-align: left;
}

.commentArea {
    margin: 50px 0;
}
.noComments {
    text-align: center;
    color: #d3d3e2;
    font-weight: bold;
    font-size: 20px;
    padding: 30px 0 50px;
}
.noComments i {
    font-size: 50px;
    line-height: 50px !important;
    margin-bottom: 20px;
}

.prjItem {
    position: relative;
}

.prjItem::before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    opacity: 0;
    transition: 0.3s;
}

.prjItem::after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
    opacity: 0;
    transition: 0.3s;
}
.prjItem:hover::after,
.prjItem:hover::before {
    opacity: 1;
}

.prjItem figure::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.prjName {
    top: 50px;
    right: 60px;
    position: absolute;
    color: #fff;
    line-height: 45px;
    font-size: 34px;
    font-weight: bold;
}
.prjName span {
    font-size: 15px;
    margin-right: 20px;
}
.prjName span i {
    margin-left: 10px;
}
.prjDesc {
    position: absolute;
    top: 120px;
    right: 60px;
    color: #fff;
}

.prjInv {
    position: absolute;
    bottom: 50px;
    right: 60px;
    line-height: 45px;
    padding: 0 15px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.prjInv span {
    padding-right: 10px;
}
.prjLink {
    position: absolute;
    bottom: 50px;
    left: 60px;
    width: 215px;
    height: 45px;
    line-height: 45px;
    color: #000;
    background: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}
.prjLink:hover {
    color: #000;
    background: #d2ac67;
}
.projectDetailPane {
    display: flex;
    justify-content: space-between;
}
.prjSide {
    width: 330px;
    margin: 0;
}
.prjContnet {
    width: calc(100% - 380px);
    margin: 0;
}

.mapPrj {
    height: 330px;
}
.prjSlider {
    margin: -30px 0 50px 0;
    position: relative;
}
.owlProject .item img {
    width: 100%;
    height: auto;
}
.prjTitlePane {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    padding: 25px 0;
    z-index: 1000;
}
.prjTitle {
    display: flex;
    justify-content: space-between;
}
.prjTitle h1 {
    font-weight: bold;
    line-height: 50px;
    font-size: 35px;
    color: #fff;
}
.prjTitle span {
    font-weight: bold;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
}
.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
    width: 60px;
}
.owl-prev {
    width: 30px;
    height: 40px;
    background: #292929 !important;
    color: #fff !important;
    position: absolute;
    top: 0;
    right: 0;
}
.owl-next {
    width: 30px;
    height: 40px;
    background: #292929 !important;
    color: #fff !important;
    position: absolute;
    top: 0;
    left: 0px;
}

.prjContnet > h2,
.mapVTitle h2 {
    font-weight: bold;
    color: #fff;
    font-size: 22px;
    padding-right: 20px;
    margin-bottom: 20px;
    position: relative;
}

.prjContnet > h2::before,
.mapVTitle > h2::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    display: block;
    position: absolute;
    top: 14px;
    right: 0;
}
.mapVTitle {
    margin-bottom: -70px;
}
.prjContnet .cmspage {
    margin-bottom: 40px;
}
.filelist {
    padding-top: 12px;
    margin-bottom: 40px;
}
.filelist > li {
    margin-bottom: 10px;
}
.filelist li a {
    display: block;
    padding-right: 45px;
    position: relative;
    line-height: 45px;
    color: #fff;
    display: flex;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #33363c;
}
.filelist li a i {
    position: absolute;
    top: 0;
    width: 45px;
    right: 0;
    text-align: center;
    font-size: 20px;
}
.filelist li a:hover {
    color: #c6992e;
    border-color: #e4bb70;
}
.prjLoc {
    color: #fff;
    line-height: 50px;
    font-weight: bold;
}
.prjLoc i {
    font-size: 20px;
    margin-left: 5px;
}
.prjBuilder {
    line-height: 50px;
    border-top: 1px solid #404140;
    border-bottom: 1px solid #404140;
    font-weight: bold;
    color: #fff;
}
.prjBuilder strong {
    color: #98999e;
    margin-right: 10px;
}
.prjDetList {
    line-height: 50px;
    border-bottom: 1px solid #404140;
    margin-bottom: 12px;
}
.prjDetList > li {
    display: flex;
    justify-content: space-between;
}
.prjDetList > li span {
    color: #98999e;
}
.prjDetList > li strong {
    color: #fff;
}
.prjPrg {
    position: relative;
    margin-bottom: 25px;
}
.prjPrg h2 {
    color: #98999e;
    font-weight: bold;
    font-size: 16px;
}
.prjPrg strong {
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
}
.progress {
    position: relative;
    background: #373837;
    height: 16px;
    margin-top: 12px;
}
.progressbar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}
.strtInv {
    margin-bottom: 20px;
}
.strtInv p {
    color: #98999e;
    margin-bottom: 10px;
}
.txtInv {
    display: block;
    border: 1px solid #fff;
    margin-bottom: 10px;
    padding: 10px;
    line-height: 30px;
    box-sizing: border-box;
    width: 100%;
    background: none;
    font-weight: 400;
    font-size: 15px;
}
.txtInv::placeholder {
    color: #fff;
}
.btnInv {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    text-align: center;
    color: #292929;
    font-weight: bold;
    font-size: 15px;
}
.btnInv:hover {
    color: #000;
    background: #e4bb70;
}
.bigInv {
    background: #3e3e3e;
    padding: 20px;
    margin-bottom: 20px;
    color: #98999e;
    text-align: center;
}
.bigInv a {
    color: #fff;
    text-decoration: underline;
}
.bigInv a:hover {
    color: #e4bb70;
}
.downloadCat {
    display: block;
    padding: 0 20px;
    position: relative;
    line-height: 50px;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    border: 1px solid #565656;
}
.downloadCat i {
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 20px;
}
.downloadCat:hover {
    color: #c6992e;
    border-color: #e4bb70;
}

.loginPane {
    min-height: 100vh;
    position: relative;
}
.loginPane::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc(50% - 300px);
    background: #292929 url(../images/loginbg.png) 0 bottom no-repeat;
}
.loginPane .center {
    position: relative;
}
.loginFormPane {
    width: 400px;
    margin: 0px auto;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(50%);
    right: 50%;
}
.loginFormPane h1 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
    color: #33363c;
}
.loginForm > p {
    color: #6f6f6f;
    font-size: 18px;
    margin-bottom: 30px;
}
.lInput {
    margin-bottom: 20px;
    position: relative;
}
.lInput i {
    font-size: 20px;
    line-height: 46px !important;
    position: absolute;
    top: 0px;
    left: 10px;
}
.lButton {
    margin-bottom: 40px;
}
.ltxt {
    width: 100%;
    height: 46px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #000;
    font-weight: 400;
    font-size: 15px;
}
.lbtn {
    width: 100%;
    height: 48px;
    background: #181818;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.lbtn:hover {
    color: #fff;
    background: #c6992e;
}
.lgBox {
    margin-left: 300px;
    position: relative;
    min-height: 100vh;
}
.loginDesc {
    color: #98999e;
    font-size: 15px;
}
.lgLogo {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.lglogoimg {
    width: 200px;
}
.profileContainer {
    position: relative;
    padding-top: 40px;
}
.profileContainer::before {
    content: "";
    height: 200px;
    position: absolute;
    top: 0;
    display: block;
    left: 0;
    right: 0;
    z-index: 1;
    background: #0f0f0f;
}
.profileContainer .inProfile {
    position: relative;
    z-index: 2;
}
.profilePane {
    background: #fff;
    padding: 30px;
    display: flex;
    justify-content: space-between;
}
.profileSide {
    width: 250px;
    padding-left: 30px;
    border-left: 1px solid #e9eaeb;
    margin: 0;
}
.profileContent {
    width: calc(100% - 311px);
    margin: 0;
}
.profileSide h1 {
    font-weight: bold;
    font-size: 27px;
    color: #0f0f0f;
    margin-bottom: 45px;
}
.userbox {
    background: #efefef;
    padding: 25px 100px 25px 25px;
    position: relative;
    margin-bottom: 45px;
}
.userbox i {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    border-radius: 50%;
    line-height: 60px !important;
    text-align: center;
    background: #0f0f0f;
    color: #fff;
    font-size: 30px;
}
.userFName {
    padding-top: 5px;
    color: #0f0f0f;
    line-height: 30px;
    font-size: 15px;
    font-weight: bold;
}
.userMob {
    color: #6f6f6f;
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
}
.userMenu {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.userMenu > li {
}
.userMenu > li > a {
    color: #6f6f6f;
    display: block;
    padding-right: 50px;
    position: relative;
    line-height: 40px;
    font-weight: 600;
    font-size: 17px;
}
.userMenu > li > a i {
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 0;
}
.userMenu > li > a:hover,
.userMenu > li > a.active {
    color: #c6992e;
}
.alertVerify {
    background: #f5f6f7;
    border-right: 5px solid #16ae63;
    padding: 15px;
    margin-bottom: 40px;
}
.alertVerify a {
    color: #6f6f6f;
    font-weight: 400;
}
.alertVerify strong {
    display: block;
    color: #0f0f0f;
    font-size: 16px;
    margin-bottom: 5px;
}
.profileSumm {
    display: flex;
    gap: 20px;
    margin-bottom: 45px;
}
.profileSumm li {
    border: 1px solid #d4d4d4;
    flex: 1;
    padding: 20px;
    position: relative;
}
.profileSumm li i {
    line-height: 70px !important;
    font-size: 40px;
    color: #000;
    position: absolute;
    top: 20px;
    left: 20px;
}
.profileSumm li strong {
    color: #0f0f0f;
    display: block;
    font-weight: bold;
    font-size: 18px;
}
.profileSumm li span {
    color: #98999e;
}
.profileTitle {
    margin-bottom: 30px;
}
.profileTitle h2 {
    color: #0f0f0f;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 4px;
}
.profileTitle p {
    color: #6f6f6f;
    font-size: 17px;
}
.historyList {
}
.historyList > li {
    border: 1px solid #d4d4d4;
    margin-bottom: 20px;
}
.historyHeader {
    padding: 20px 100px 20px 20px;
    height: 70px;
    position: relative;
    cursor: pointer;
}
.historyHeader > i.bx-cart-alt {
    font-size: 36px;
    line-height: 70px !important;
    position: absolute;
    top: 20px;
    right: 30px;
}
.historyHeader > i.bx-home-smile {
    font-size: 36px;
    line-height: 50px !important;
    position: absolute;
    top: 20px;
    right: 30px;
}
.dashHistoryHead {
    height: 50px;
}
.dashHistoryHead .historyTitle strong {
    line-height: 50px;
}
.dashHistoryHead i.bx-chevron-down {
    top: 28px !important;
}
.historyHeader.open {
    background: #f7f7f7;
}
.historyContent {
    padding: 20px;
    display: none;
}
.historyDetail {
    line-height: 48px;
}
.historyDetail > li {
    border-bottom: 1px solid #eaeaea;
    display: flex;
    justify-content: space-between;
}
.historyDetail > li span {
    color: #6f6f6f;
    font-weight: 400;
}
.historyDetail > li strong {
    color: #0f0f0f;
    font-weight: bold;
    font-size: 17px;
}
.historyDetail > li:last-child {
    border: none;
}

.historyDetail > li strong.red {
    color: #fa5804;
}
.historyDetail > li strong.green {
    color: #16ae63;
}

.historyTitle {
    position: absolute;
    top: 20px;
    right: 100px;
}
.historyTitle span {
    display: block;
    line-height: 35px;
    color: #98999e;
}
.historyTitle strong {
    display: block;
    line-height: 35px;
    color: #0f0f0f;
    font-weight: bold;
    font-size: 18px;
}
.historyPrice {
    position: absolute;
    top: 20px;
    left: 50px;
}
.historyPrice span {
    display: block;
    line-height: 35px;
    color: #98999e;
}
.historyPrice strong {
    display: block;
    line-height: 35px;
    color: #0f0f0f;
    font-weight: bold;
    font-size: 18px;
}
.historyHeader i.bx-chevron-down {
    font-size: 24px;
    position: absolute;
    top: 20px;
    left: 20px;
}
.historyHeader.open i.bx-chevron-down {
    transform: rotate(180deg);
}

.propertyList {
}
.propertyList > li {
    margin-bottom: 30px;
    background: #f8f8f9;
}
.propItem {
    display: flex;
}
.propDetail {
    padding: 20px;
    width: calc(100% - 440px);
    margin: 0;
}
.propDetail h2 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
.propDetailList {
    line-height: 50px;
}
.propDetailList > li {
    display: flex;
    justify-content: space-between;
}
.propDetailList > li span {
    color: #6f6f6f;
    font-weight: 400;
}
.propDetailList > li strong {
    color: #0f0f0f;
    font-weight: bold;
}
.propDetailList > li strong.red {
    color: #fa5804;
}
.propDetailList > li strong.green {
    color: #16ae63;
}

.propOpt {
    display: flex;
    margin: 0;
    width: 400px;
}
.propOpt figure {
    flex: 1;
    position: relative;
    overflow: hidden;
}
.propOpt figure img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: cover;
}

.propOptList {
    text-align: center;
    flex: 1;
    padding: 20px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.propOptList li {
    line-height: 50px;
}
.propOptList li a {
    display: block;
    background: #fff;
    color: #0f0f0f;
    font-weight: bold;
}
.propOptList li a:hover {
    color: #fff;
    background: #292929;
}

.vForm {
    margin-bottom: 90px;
}
.vRow {
    margin-bottom: 30px;
    display: flex;
    gap: 30px;
}
.vInput {
    flex: 1;
}
.vTxt {
    line-height: 50px;
    font-weight: 400;
    font-size: 15px;
    height: 50px;
    border-bottom: 1px solid #6f6f6f;
    width: 100%;
}

.vBtnHolder {
}
.vBtn {
    display: bloc;
    width: 100%;
    line-height: 50px;
    height: 50px;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    background: #0f0f0f;
}

.uploadField {
    border: 2px dashed #0f0f0f;
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
}
.vUpload {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.uploadField i {
    text-align: center;
    display: block;
    font-size: 30px;
}
.uploadField span {
    text-align: center;
    display: block;
    font-size: 15px;
    color: #6f6f6f;
    font-size: 400;
}

.stepper {
    margin-bottom: 100px;
    position: relative;
    margin-top: 30px;
}
.steplist {
    display: flex;
    border-top: 1px solid #afafaf;
    padding-top: 50px;
}
.steplist li {
    flex: 1;
    position: relative;
}
.steplist li::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: #afafaf;
    border-radius: 50%;
    position: absolute;
    top: -65px;
    right: 0;
}
.steplist li:last-child {
    text-align: left;
}
.steplist li:last-child::before {
    left: 0;
    right: auto;
}
.steplist li:nth-child(2)::before {
    right: 40%;
    margin-right: -15px;
}
.steplist li:nth-child(3)::before {
    right: 60%;
    margin-right: -15px;
}
.steplist li:nth-child(2) span {
    padding-right: 40%;
    margin-right: -15px;
}
.steplist li:nth-child(3) span {
    padding-right: 60%;
    margin-right: -15px;
}
.steplist li.active::before {
    background: #16ae63;
}

.chartSec {
    margin-bottom: 50px;
}
.chartSec .canvas {
    width: 100%;
}
.opvList {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
.opvList li {
    flex: 1;
}
.opvList li a {
    display: block;
    text-align: center;
    line-height: 44px;
    color: #0f0f0f;
    background: #efefef;
}
.opvList li a:hover {
    color: #fff;
    background: #c6992e;
}
.profileSubTitle {
    margin-bottom: 30px;
}
.profileSubTitle h2 {
    color: #0f0f0f;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 4px;
}
.profileSubTitle p {
    color: #6f6f6f;
    font-size: 16px;
}
.profileSubTitle h3 {
    color: #0f0f0f;
    font-weight: bold;
    font-size: 16px;
}
.vBtn:hover {
    color: #000;
    background: #c6992e;
}

.bAccountSec {
    background: #f5f6f7;
    padding: 30px;
    display: flex;
    gap: 30px;
}
.bAccountSec figure {
    width: 120px;
    margin: 0;
}
.accountDetail {
}
.accountDetail > li {
    line-height: 40px;
    font-size: 16px;
}
.accountDetail li span {
    color: #6f6f6f;
    font-weight: 400;
}
.accountDetail li strong {
    color: #0f0f0f;
    font-weight: bold;
}
.enText {
    font-family: "Courier New", Courier, monospace;
}
.selectPrice {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 70px;
}
.selectPrice li {
    width: calc(33.33% - 20px);
}
.selectPrice > li a {
    display: block;
    text-align: center;
    line-height: 50px;
    color: #6f6f6f;
    font-weight: bold;
    font-size: 17px;
    border: 1px solid #e9e9e9;
}
.selectPrice > li a:hover {
    border-color: #e4bb70;
}
.prcLbg {
    position: absolute;
    top: 5px;
    left: 0;
}
.vInput {
    position: relative;
}
.txtPrice {
    font-weight: bold;
    font-size: 17px;
    font-family: "Courier New", Courier, monospace;
}
.walletOverview {
    background: #f5f6f7;
    padding: 30px 120px 30px 30px;
    position: relative;
    margin-bottom: 50px;
}
.walletOverview > i {
    width: 70px;
    height: 70px;
    line-height: 70px !important;
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 33px;
    text-align: center;
    color: #0f0f0f;
    background: #fff;
    display: block;
}
.walletOp {
    position: absolute;
    top: 30px;
    left: 30px;
    line-height: 70px;
    display: flex;
    gap: 30px;
}
.walletOp li {
    width: 130px;
}
.walletOp li a {
    display: block;
    background: #fff;
    text-align: center;
}
.walletOp a.green {
    color: #16ae63;
}
.walletOp a.red {
    color: #fa5804;
}
.walletOverview h2 {
    color: #6f6f6f;
    font-weight: 400;
    font-size: 16px;
}
.walletOverview span {
    color: #0f0f0f;
    font-weight: bold;
    font-size: 18px;
}
.pieSec {
    margin-bottom: 50px;
}
.pieSec canvas {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.progresslist {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.progresslist li {
    width: calc(33.33% - 20px);
}
.progresslist li canvas {
    width: 100%;
    margin-bottom: 30px;
}
.progresslist li > span {
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.pTabs {
    display: flex;
    gap: 30px;
    line-height: 60px;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 30px;
}
.pTabs > li {
}
.pTabs > li > a {
    color: #6f6f6f;
    font-weight: 500;
    font-size: 17px;
}
.pTabs > li.active {
    border-bottom: 1px solid #0f0f0f;
}
.pTabs > li.active a {
    color: #0f0f0f;
    font-weight: bold;
}
.pTabsContent {
}
.pTabsContent > li {
    display: none;
}
.profileTitle {
    position: relative;
}
.addNewBtn {
    position: absolute;
    top: 10px;
    left: 0;
    width: 150px;
    background: #0f0f0f;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 50px;
}
.addNewBtn:hover {
    color: #fff;
    background: #e4bb70;
}
