.txt-new {
    color:#b4c0c9;
}
.max-w {
    max-width: 111px;
}

.max-w2 {
    max-width: 66px;
}

.wmi-title {
    margin-bottom: 22px;
    font-size: 40px;
}

.brdrImg {
    border: solid 1px #bbb;
    padding: 22px;
    border-radius: 11px;
}

.line-partition {
    margin-top: 22px;
    margin-bottom: 22px;
    font-size: 24px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 25px;
}

.tblproj{
    width: 100%;
}

.tblproj .lhstd {
    font-weight: 600;
    padding-right: 11px;
    text-align: left;
    vertical-align: top;
}

.tblproj .rhstd {
    padding-left: 11px;
    text-align: left;
    vertical-align: top;
    width: 80%;
}

.processItems {
    margin-bottom: 30px;
}
.processItems-thumb {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    position: relative;
}
.processItems-thumb .steps {
    position: absolute;
    left: 0;
    bottom: 66px;
    color: var(--tg-white);
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    background: var(--tg-primary-color);
    padding: 12px 14px;
    border-radius: 0 5px 5px 0;
}
.processItems-thumb .stepName {
    position: absolute;
    left: 0;
    bottom: 30px;
    color: var(--tg-white);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    background: var(--tg-primary-color);
    padding: 12px 14px;
    border-radius: 0 5px 5px 0;
}
.processItems-thumb img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    transition: all .8s cubic-bezier(.25, .46, .45, .94);
    transform: scale(1);
}
.processItems:hover .blog-post-thumb-three img {
    transform: scale(1.1);
}
.processItems-content {
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #E3E3E3;
    padding: 40px 40px 35px 40px;
    border-top: none;
    transition: .3s linear;
    background: var(--tg-white);
}
.processItems:hover .processItems-content {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
    border-color: var(--tg-white);
}
.processItems-content .ptext {
    display: inline-flex;
    align-items: center;
    color: #ABABAB;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    line-height: 1;
    margin-bottom: 5px;
}
.processItems-content .ptext:hover {
    color: var(--tg-primary-color);
}
.processItems-content .ptext i {
    color: var(--tg-primary-color);
    margin-right: 5px;
}
.processItems-content .title {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.35;
}
.processItems-content .title a {
    color: inherit;
    display: inline;
    padding-bottom: 0;
    -webkit-transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(98%, currentColor));
    background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
}
.bprocessItems-content .title a:hover {
    background-size: 100% 1px;
    color: var(--tg-primary-color);
}

.frproject-area {
    position: relative;
    padding: 111px 0;
    z-index: 1;
    overflow: hidden;
}
.frproject-area::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: linear-gradient(to right, #363636, #14659e);
    z-index: -1;
}