.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    padding: 0%;
}

.BtnColor,
.BtnColor:hover {
    color: black;
}

[data-title*='Upage'] {
    padding-top: 15px !important;
    padding-bottom: 25px !important;
    position: relative;
    background: #222;
    background: radial-gradient(#010101, #1F1F1F);
}

[data-title*='Section'] {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

[data-title*='ExcSection'] {
    padding-top: 30px !important;
    padding-bottom: 15px !important;
}

@media (min-width: 768px) {
    [data-title*='Upage'] {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}

@media (min-width: 992px) {
    [data-title*='Upage'] {
        padding-top: 60px !important;
        padding-bottom: 80px !important;
    }

    [data-title*='Section'] {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    [data-title*='ExcSection'] {
        padding-top: 80px !important;
        padding-bottom: 30px !important;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    [data-title*='Section'] {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    [data-title*='ExcSection'] {
        padding-top: 60px !important;
        padding-bottom: 30px !important;
    }
}

[data-title*='RenoSection'] {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

@media (min-width: 992px) {
    [data-title*='RenoSection'] {
        padding-top: 0px !important;
        padding-bottom: 65px !important;
    }
}

[data-title*='RenoLast'] {
    padding-top: 10px !important;
    padding-bottom: 30px !important;
}

@media (min-width: 992px) {
    [data-title*='RenoLast'] {
        padding-top: 20px !important;
        padding-bottom: 80px !important;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    [data-title*='RenoLast'] {
        padding-top: 20px !important;
        padding-bottom: 60px !important;
    }
}

[data-title*='SeparateLine'] {
    padding: 20px 0px;
}

@media (min-width: 992px) {
    [data-title*='SeparateLine'] {
        padding: 60px 0px;
    }
}

[data-title*='cf-vimeo-video'] {
    border: 0px !important;
    /*-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5) !important;*/
    /*-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5) !important;*/
    /*box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5) !important;*/
    /*border-radius: 5px;*/
}

.fluid-width-video-wrapper iframe {
    border-radius: 0px;
}

#Work-Value {
    background-color: #eff4ff;
}

#Detail-Guarantee {
    background-color: #ffffff;
}

#Avoid {
    background-color: #14171c;
}

#Excellent {
    background-color: #f5f8fd;
}

/*#UrbanWorks {*/
/*    background-color: #14171c;*/
/*}*/

#Bubble01 {
    background-color: #f1e5d4;
}

/*#Bubble01:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 16vw;*/
/*    background-image: url(../images/svg/State-Fifth.svg);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100%;*/
/*    -webkit-transform: translate(0, 100%) scaleX(-1);*/
/*    transform: translate(0, 100%) scaleX(-1);*/
/*    background-color: #f1e5d4;*/
/*}*/

#Carpenter {
    background-color: #f1e5d4;
}

#Bubble02 {
    background-color: #f1e5d4;
    display: block;
}

#Bubble02 svg {
    transform: scaleY(-1);
    display: block;
    margin-bottom: -5px;
}

/*#Bubble02:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 15vw;*/
/*    background-image: url(../images/svg/State-Third.svg);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100%;*/
/*    -webkit-transform: translate(0, 100%) scaleY(-1);*/
/*    transform: translate(0, 100%) scaleY(-1);*/
/*    background-color: #f1e5d4;*/
/*}*/

#Builders {
    background-color: #f9f9f9;
}

#Bubble03 {
    background-color: #E9E8E6;
}

/*#Bubble03:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 15vw;*/
/*    background-image: url(../images/svg/State-Third.svg);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100%;*/
/*    -webkit-transform: translate(0, 100%) scaleX(-1);*/
/*    transform: translate(0, 100%) scaleX(-1);*/
/*    background-color: #dae6f7;*/
/*}*/

#Interior {
    background-color: #E9E8E6;
}

.hero-color {
    color: #EF4733;
    color: #d7b583;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to left, #ddad34, #f7c865, #e3ac5d);
}

.concept-color {
    color: #d7b583;
    color: #efbb52;
}

@media(max-width:500px) {
    .elButton {
        font-weight: 400;
    }
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.elBulletList {
    padding: 0px;
    list-style-type: none;
}

.elBulletListNew li {
    padding-bottom: 6px;
    list-style-type: none;
    margin-bottom: 0px;
    padding-left: 1.6em;
}

.elBulletList li:before {
    left: 10px !important;
    position: absolute;
}

[data-title*='nicebullets'] li i {
    display: none;
}

[data-title*='nicebullets'] li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #c30000;
    border-radius: 50px;
    box-shadow: rgb(246 74 74 / 25%) 0 0 0 5px;
    margin-top: 12px;
}

@media (max-width:500px) {
    .elBulletList {
        padding-left: 6px;
    }

    .elBulletListNew li {
        margin-bottom: 5px;
        padding-left: 1.4em;
        font-size: 16px !important;
        line-height: 24px;
    }

    .elBulletList li:before {
        left: 10px !important;
    }

    [data-title*='nicebullets'] li:before {
        margin-top: 10px;
        width: 7px;
        height: 7px;
        background-color: #c30000;
        border-radius: 50px;
        box-shadow: rgb(246 74 74 / 25%) 0 0 0 4px;
    }
}

/* CF - Vimeo */
.iframeBlocker,
.iframeUnmute {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.video-sound-overlay {
    width: 100%;
    height: 100%;
    background-image: url('../images/big-play-button.png');
    background-repeat: no-repeat;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: 12%;
    background-position: center;
}

@media(max-width:500px) {
    .video-sound-overlay {
        background-size: 14%;
    }
}

.video-sound-overlay img {
    margin-top: 5px;
    margin-left: 10px;
    animation: pulse 2s infinite;
    animation-timing-function: ease-out;
}

.video-sound-overlay img {
    width: 18%;
    padding: 10px;
    position: absolute;
}

.video-sound-overlay .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
}

/* txt-grey_indrak */
.txt-grey_indrak {
    color: #7d7e80;
    color: #86868b;
}

.txt-wanna {
    color: #c28c33;
}

img.FirstSign {
    width: 200px;
}

@media(min-width: 700px) and (max-width: 991px) {
    img.FirstSign {
        width: 175px;
    }
}

@media(max-width:500px) {
    img.FirstSign {
        width: 120px;
    }
}

strong.highlight {
    position: relative;
    z-index: 1;
    font-weight: bold;
    padding: 0px 10px;
}

strong.highlight::before {
    background-color: #6850AA;
    background-color: #5529cd;
    content: "";
    position: absolute;
    width: calc(100% + 4px);
    height: 80%;
    left: -2px;
    bottom: 7px;
    z-index: -1;
    transform: rotate(0deg);
}

span.fail {
    color: #cf161b;
}

@media(max-width:500px){
    strong.highlight {
        font-weight: 600;
    }

    strong.highlight::before {
        height: 86%;
        bottom: 2px;
    }
    
    span.fail {
        font-weight: 700;
    }
}

.inter-design {
    color: #9d44fd;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(45deg, #ff9fe1, #9d44fd 50%, #ffa927);
    background-image: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    background-image: linear-gradient(to right, #ddad34, #f7c865, #e3ac5d);
}

.beauty-house {
    color: #256af3;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(45deg, #7cc0e2, #256af3 50%, #252fff);
    background-image: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    background-image: linear-gradient(to left, #ddad34, #f7c865, #e3ac5d);
}

.fourvalueCard {
    padding: 80px;
    background-color: white;
}

@media(max-width:500px) {
    .fourvalueCard {
        padding: 25px 0px 15px !important;
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
}

.Titiweb {
    font-family: 'Titillium Web', sans-serif;
}

/* RiskList */
.RiskList {
    display: flex;
    text-align: center;
    justify-content: space-between;
    padding: 30px 45px 45px;
    background-color: rgb(237 237 237 / 51%);
    margin: 30px 0px;
    border-radius: 15px;
}

.RiskList .list {
    width: 20%;
}

.RiskList .list .title {
    font-weight: 600;
    font-size: 21px;
    line-height: 29px;
    padding: 8px 0px 20px;
    height: 105px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.RiskList .list span.first {
    display: block;
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
    text-transform: uppercase;
    color: #d30a0a;
}

.RiskList .list .subtitle {
    line-height: 22px;
}

@media(max-width:500px) {
    .RiskList {
        padding: 30px 15px;
        border-radius: 15px;
        grid-gap: 35px;
        flex-direction: column;
        text-align: left;
        margin: 5px 0px 10px;
        background-color: rgb(237 237 237 / 51%);
    }

    .RiskList .list {
        width: 100%;
    }

    .RiskList .list .title {
        font-size: 20px;
        line-height: 26px;
        padding: 0px 0px 5px;
        height: auto;
    }
    
    .RiskList .list span.first {
        font-size: 26px;
        line-height: 32px;
        font-style: italic;
    }

    .RiskList .list .subtitle {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        margin: 0px auto;
        width: 80%;
    }

    .swiper-hero .swiper-slide {
        width: 80%;
    }
}

.fourdesignsystem {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
}

.fourdesignsystem .Card {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 6px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

/*.fourdesignsystem .Card:nth-child(1) {*/
/*    background-color: #abd037;*/
/*    color: white;*/
/*}*/

/*.fourdesignsystem .Card:nth-child(2) {*/
/*    background-color: #EF4733;*/
/*    color: white;*/
/*}*/

/*.fourdesignsystem .Card:nth-child(3) {*/
/*    background-color: #FFD900;*/
/*}*/

/*.fourdesignsystem .Card:nth-child(4) {*/
/*    background-color: #63a8e5;*/
/*    color: white;*/
/*}*/

.fourdesignsystem .Card .shape {
    font-size: 2em;
    font-weight: 600;
    line-height: 1;
    position: relative;
    display: inline-block;
    padding: 4.5em 0.75em;
    text-align: center;
    background-color: rgb(2 9 22 / 55%);
    width: 100%;
    height: 100%;
}

.fourdesignsystem .Card:nth-child(1) {
    background-image: url('../images/project/Urban-Project-12.jpg');
}

.fourdesignsystem .Card:nth-child(2) {
    background-image: url('../images/project/Urban-Project-13.jpg');
}

.fourdesignsystem .Card:nth-child(3) {
    background-image: url('../images/project/Urban-Project-14.jpg');
}

.fourdesignsystem .Card:nth-child(4) {
    background-image: url('../images/project/Urban-Project-15.jpg');
}

.fourdesignsystem .Card .shape span {
    color: #ffb720;
}

@media(max-width:500px) {
    .fourdesignsystem {
        grid-gap: 20px;
        grid-template-columns: repeat(1, 1fr);
    }

    .fourdesignsystem .Card {
        box-sizing: border-box;
    }

    .fourdesignsystem .Card .shape {
        font-size: 18px;
        line-height: 22px;
    }
}

/* highlighted-text */
span.highlighted-text {
    background-image: url('//s2.svgbox.net/pen-brushes.svg?ic=brush-1&color=FFD801');
    padding: 7px 40px;

}

@media(max-width:500px) {
    span.highlighted-text {
        padding: 7px 4px;
    }
}

.certarea {
    display: flex;
    align-items: center;
    justify-content: center;
}

.certarea .colw {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.certarea img {
    display: block;
    width: 100%;
}

/* RenoMarket */
.RenoMarket {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.RenoMarket .Card .image {
    position: relative;
}

.RenoMarket .Card .image:after {
    content: '';
    bottom: 0;
    position: absolute;
    display: block;
    width: 84%;
    margin: 0px auto;
    text-align: center;
    padding: 5px 0px;
    position: relative;
    border-radius: 0px 0px 110px 110px;
    background-color: #e5c99f;
}

.RenoMarket .Card .image img {
    display: block;
    width: 100%;
    border-radius: 4px;
}

.RenoMarket .Card .title {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0px;
}

@media(min-width: 700px) and (max-width: 991px) {
    .RenoMarket {
        grid-template-columns: repeat(1, 1fr);
    }

    .RenoMarket .Card .title {
        font-size: 22px;
    }
}

@media(max-width:500px) {
    .RenoMarket {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 25px;
    }

    .RenoMarket .Card .title {
        font-size: 18px;
        padding: 0px 0px 10px;
    }
}

/* Client Logos */
ul.Client-Logos {
    margin: 0px auto !important;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 0px;
    justify-content: center;
}

ul.Client-Logos li {
    list-style: none;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 25%;
    text-align: center;
    margin-bottom: 50px;
}

ul.Client-Logos li figure {
    margin: 0px;
}

ul.Client-Logos img {
    display: block;
    width: 100%;
}

ul.Client-Logos li img {
    margin: 0px auto;
    width: 85%;
}

ul.Client-Logos li:nth-child(1) img {
    width: 185px;
}

ul.Client-Logos li:nth-child(2) img {
    width: 120px;
}

ul.Client-Logos li:nth-child(3) img {
    width: 110px;
}

ul.Client-Logos li:nth-child(4) img {
    width: 190px;
}

ul.Client-Logos li:nth-child(5) img {
    width: 180px;
}

ul.Client-Logos li:nth-child(6) img {
    width: 190px;
}

ul.Client-Logos li:nth-child(7) img {
    width: 170px;
}

ul.Client-Logos li:nth-child(8) img {
    width: 90px;
}

ul.Client-Logos li:nth-child(9) img {
    width: 90%;
}

ul.Client-Logos li:nth-child(12) img {
    width: 100px;
}

ul.Client-Logos li:nth-child(13) img {
    width: 180px;
}

ul.Client-Logos li:nth-child(14) img {
    width: 180px;
}

ul.Client-Logos li:nth-child(15) img {
    width: 140px;
}

ul.Client-Logos li:nth-child(16) img {
    width: 130px;
}

ul.Client-Logos li:nth-child(17) img {
    width: 190px;
}

ul.Client-Logos li:nth-child(18) img {
    width: 185px;
}

ul.Client-Logos li:nth-child(19) img {
    width: 135px;
}

ul.Client-Logos li:nth-child(20) img {
    width: 120px;
}

ul.Client-Logos li:nth-child(21) img {
    width: 198px;
}

ul.Client-Logos li:nth-child(22) img {
    width: 120px;
}

ul.Client-Logos li:nth-child(23) img {
    width: 110px;
}

ul.Client-Logos li:nth-child(24) img {
    width: 190px;
}

ul.Client-Logos li:nth-child(25) img {
    width: 125px;
}

ul.Client-Logos li:nth-child(26) img {
    width: 190px;
}

ul.Client-Logos li:nth-child(27) img {
    width: 160px;
}

ul.Client-Logos li:nth-child(28) img {
    width: 160px;
}

ul.Client-Logos li:nth-child(29) img {
    width: 190px;
}

ul.Client-Logos li:nth-child(30) img {
    width: 125px;
}

ul.Client-Logos li:nth-child(31) img {
    width: 135px;
}

ul.Client-Logos li:nth-child(32) img {
    width: 160px;
}

ul.Client-Logos li:nth-child(33) img {
    width: 165px;
}

ul.Client-Logos li:nth-child(34) img {
    width: 190px;
}

ul.Client-Logos li:nth-child(35) img {
    width: 110px;
}

ul.Client-Logos li:nth-child(36) img {
    width: 135px;
}

ul.Client-Logos li:nth-child(37) img {
    width: 206px;
}

ul.Client-Logos li:nth-child(38) img {
    width: 178px;
}

@media(min-width: 700px) and (max-width: 991px) {
    ul.Client-Logos li {
        flex: 0 0 25%;
        margin-bottom: 20px;
    }

    ul.Client-Logos li:nth-child(1) img {
        width: 98%;
    }

    ul.Client-Logos li:nth-child(2) img {
        width: 69%;
    }

    ul.Client-Logos li:nth-child(3) img {
        width: 64%;
    }

    ul.Client-Logos li:nth-child(4) img {
        width: 85%;
    }

    ul.Client-Logos li:nth-child(5) img {
        width: 100%;
    }

    ul.Client-Logos li:nth-child(6) img {
        width: 100%;
    }

    ul.Client-Logos li:nth-child(7) img {
        width: 91%;
    }

    ul.Client-Logos li:nth-child(8) img {
        width: 52%;
    }

    ul.Client-Logos li:nth-child(9) img {
        width: 100%;
    }

    ul.Client-Logos li:nth-child(10) img {
        width: 85%;
    }

    ul.Client-Logos li:nth-child(11) img {
        width: 100%;
    }

    ul.Client-Logos li:nth-child(12) img {
        width: 60%;
    }

    ul.Client-Logos li:nth-child(13) img {
        width: 89%;
    }

    ul.Client-Logos li:nth-child(14) img {
        width: 89%;
    }

    ul.Client-Logos li:nth-child(15) img {
        width: 78%;
    }

    ul.Client-Logos li:nth-child(16) img {
        width: 72%;
    }

    ul.Client-Logos li:nth-child(17) img {
        width: 100%;
    }

    ul.Client-Logos li:nth-child(18) img {
        width: 86%;
    }

    ul.Client-Logos li:nth-child(19) img {
        width: 85%;
    }

    ul.Client-Logos li:nth-child(20) img {
        width: 61%;
    }

    ul.Client-Logos li:nth-child(21) img {
        width: 90%;
    }

    ul.Client-Logos li:nth-child(22) img {
        width: 90%;
    }

    ul.Client-Logos li:nth-child(23) img {
        width: 60%;
    }

    ul.Client-Logos li:nth-child(24) img {
        width: 88%;
    }

    ul.Client-Logos li:nth-child(25) img {
        width: 62%;
    }

    ul.Client-Logos li:nth-child(26) img {
        width: 86%;
    }

    ul.Client-Logos li:nth-child(27) img {
        width: 83%;
    }

    ul.Client-Logos li:nth-child(28) img {
        width: 82%;
    }

    ul.Client-Logos li:nth-child(29) img {
        width: 90%;
    }

    ul.Client-Logos li:nth-child(30) img {
        width: 70%;
    }

    ul.Client-Logos li:nth-child(31) img {
        width: 70%;
    }

    ul.Client-Logos li:nth-child(32) img {
        width: 84%;
    }

    ul.Client-Logos li:nth-child(33) img {
        width: 90%;
    }

    ul.Client-Logos li:nth-child(34) img {
        width: 100%;
    }

    ul.Client-Logos li:nth-child(35) img {
        width: 88px;
    }

    ul.Client-Logos li:nth-child(36) img {
        width: 103px;
    }

    ul.Client-Logos li:nth-child(37) img {
        width: 160px;
    }

    ul.Client-Logos li:nth-child(38) img {
        width: 140px;
    }
}

@media (max-width:500px) {
    ul.Client-Logos {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    ul.Client-Logos li {
        list-style: none;
        display: flex;
        flex: 0 0 33%;
        max-width: 33%;
        margin-bottom: 20px;
        justify-content: center;
    }

    ul.Client-Logos li:nth-child(1) {
        flex: 0 0 26%;
    }

    ul.Client-Logos li:nth-child(2) {
        flex: 0 0 26%;
    }

    ul.Client-Logos li:nth-child(3) {
        flex: 0 0 22%;
    }

    ul.Client-Logos li:nth-child(4) {
        flex: 0 0 22%;
    }

    ul.Client-Logos li:nth-child(20) {
        flex: 0 0 22%;
    }

    ul.Client-Logos li:nth-child(21) {
        flex: 0 0 38%;
        max-width: 40%;
    }

    ul.Client-Logos li:nth-child(22) {
        flex: 0 0 32%;
        max-width: 50%;
    }

    ul.Client-Logos li:nth-child(35) {
        flex: 0 0 21%;
        max-width: 50%;
    }

    ul.Client-Logos li:nth-child(36) {
        flex: 0 0 25%;
        max-width: 50%;
    }

    ul.Client-Logos li:nth-child(37) {
        flex: 0 0 44%;
        max-width: 50%;
    }

    ul.Client-Logos li:nth-child(38) {
        flex: 0 0 50%;
        max-width: 50%;
    }

    ul.Client-Logos li:nth-child(odd) img,
    ul.Client-Logos li:nth-child(even) img {
        width: 75%;
    }

    ul.Client-Logos li:nth-child(1) img {
        width: 85%;
    }

    ul.Client-Logos li:nth-child(2) img {
        width: 85%;
    }

    ul.Client-Logos li:nth-child(3) img {
        width: 87%;
    }

    ul.Client-Logos li:nth-child(4) img {
        width: 63%;
    }

    ul.Client-Logos li:nth-child(5) img {
        width: 100%;
    }

    ul.Client-Logos li:nth-child(6) img {
        width: 50%;
    }

    ul.Client-Logos li:nth-child(7) img {
        width: 75%;
    }

    ul.Client-Logos li:nth-child(8) img {
        width: 55%;
    }

    ul.Client-Logos li:nth-child(9) img {
        width: 100%;
    }

    ul.Client-Logos li:nth-child(10) img {
        width: 68%;
    }

    ul.Client-Logos li:nth-child(11) img {
        width: 76%;
    }

    ul.Client-Logos li:nth-child(12) img {
        width: 60%;
    }

    ul.Client-Logos li:nth-child(13) img {
        width: 85%;
    }

    ul.Client-Logos li:nth-child(14) img {
        width: 96%;
    }

    ul.Client-Logos li:nth-child(15) img {
        width: 90%;
    }

    ul.Client-Logos li:nth-child(16) img {
        width: 90%;
    }

    ul.Client-Logos li:nth-child(17) img {
        width: 90%;
    }

    ul.Client-Logos li:nth-child(18) img {
        width: 86%;
    }

    ul.Client-Logos li:nth-child(19) img {
        width: 90%;
    }

    ul.Client-Logos li:nth-child(20) img {
        width: 90%;
    }

    ul.Client-Logos li:nth-child(21) img {
        width: 90%;
    }

    ul.Client-Logos li:nth-child(22) img {
        width: 90%;
    }

    ul.Client-Logos li:nth-child(23) img {
        width: 94%;
    }

    ul.Client-Logos li:nth-child(24) img {
        width: 88%;
    }

    ul.Client-Logos li:nth-child(25) img {
        width: 91%;
    }

    ul.Client-Logos li:nth-child(26) img {
        width: 100%;
    }

    ul.Client-Logos li:nth-child(27) img {
        width: 72%;
    }

    ul.Client-Logos li:nth-child(28) img {
        width: 58%;
    }

    ul.Client-Logos li:nth-child(29) img {
        width: 90%;
    }

    ul.Client-Logos li:nth-child(30) img {
        width: 94%;
    }

    ul.Client-Logos li:nth-child(31) img {
        width: 90%;
    }

    ul.Client-Logos li:nth-child(32) img {
        width: 96%;
    }

    ul.Client-Logos li:nth-child(33) img {
        width: 78%;
    }

    ul.Client-Logos li:nth-child(34) img {
        width: 100%;
    }

    ul.Client-Logos li:nth-child(35) img {
        width: 100%;
    }

    ul.Client-Logos li:nth-child(36) img {
        width: 100%;
    }

    ul.Client-Logos li:nth-child(37) img {
        width: 100%;
    }

    ul.Client-Logos li:nth-child(38) img {
        width: 100%;
    }
}

.Realdesign .list {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 5px;
    padding-left: 40px;
    position: relative;
}

.Realdesign .list i {
    color: #28ce29;
    font-size: 24px;
    line-height: 1.5em;
    position: absolute;
    left: 0;
    top: -3px;
}

@media(max-width:500px) {
    .Realdesign .list {
        font-size: 16px;
        padding-left: 30px;
        margin-bottom: 10px;
    }

    .Realdesign .list i {
        font-size: 19px;
    }
}

.IntroDesign {
    padding: 80px;
    background-color: #f9fbff;
}

/* Proofing Awards */
.Proof {
    display: flex;
    align-items: center;
}

.Proof .list {
    font-size: 26px;
    line-height: 1.1em;
    font-weight: 700;
    text-align: center;
    font-family: 'Titillium Web';
    height: 100%;
    min-height: 205px;
    padding: 35px;
    box-sizing: border-box;
    position: relative;
}

.Proof .list:not(:last-child) {
    background-color: #222220;
    border-radius: 7px;
    flex: 0 0 23%;
    margin-right: 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 0 35px rgb(10 10 10 / 8%);
    -moz-box-shadow: 0 0 35px rgba(10, 10, 10, 0.08);
    -webkit-box-shadow: 0 0 35px rgb(10 10 10 / 8%);
}

.Proof .list:not(:last-child):before {
    content: '';
    background-image: url('../images/concrete-wall.png');
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.Proof .list .number {
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    color: #e1b150;
    font-family: 'Titillium Web';
}

.Proof .list .down-txt {
    font-family: 'Titillium Web';
    margin-top: 10px;
    color: white;
    font-size: 20px;
    line-height: 24px;
}

.Proof .list:last-child {
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.Proof .list:last-child .left {
    width: 27%;
}

.Proof .list:last-child .left img {
    width: 100%;
    height: auto;
}

.Proof .list:last-child .right {
    width: 65%;
}

.Proof .list:last-child .right .down-txt {
    font-family: 'Poppins';
    margin-top: 0px;
    font-size: 26px;
    line-height: 36px;
    text-align: left;
    color: #d5ac63;
    font-weight: 600;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(195deg, #BF953F, #e5de95, #B38728, #cdc574, #AA771C);
}

.Proof .list:last-child .right .down-txt span.year {
    color: #d5ac63;
}

@media(min-width: 700px) and (max-width: 991px) {
    .Proof .list .number {
        font-size: 48px;
        line-height: 56px;
    }

    .Proof .list .down-txt {
        font-size: 18px;
        line-height: 22px;
    }

    .Proof .list:not(:last-child) {
        flex: 0 0 25%;
        min-height: auto;
    }

    .Proof .list:last-child {
        padding: 10px;
    }

    .Proof .list:last-child .left {
        width: 30%;
    }

    .Proof .list:last-child .right .down-txt {
        font-size: 20px;
        line-height: 26px;
    }
}

@media(max-width:500px) {
    .Proof {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .Proof .list {
        min-height: unset;
        padding: 25px;
        margin-right: 0%;
    }

    .Proof .list:not(:last-child) {
        flex: 0 0 48%;
        margin-right: 0%;
    }

    .Proof .list .number {
        font-size: 46px;
        line-height: 50px;
    }

    .Proof .list .down-txt {
        font-size: 18px;
        line-height: 20px;
    }

    .Proof .list:last-child {
        padding: 25px 15px 15px;
    }

    .Proof .list:last-child .left {
        width: 25%;
    }

    .Proof .list:last-child .right {
        width: 70%;
    }

    .Proof .list:last-child .right .down-txt {
        font-size: 20px;
        line-height: 24px;
    }
}

.personlight {
    color: #ffb34e;
    color: #d79614;
}

#myCanvas,
#myCanvas a {
    pointer-events: none;
    font-weight: 700;
    font-family: 'Poppins';
}

.OldStepC .OldModal {
    background-color: #dee5eb;
    background-color: #f5eace;
    padding: 30px;
    text-align: center;
    box-shadow: 0 7px 8px rgb(0 0 0 / 4%), 0 1px 4px rgb(0 0 0 / 12%);
}

.OldStepC .OldModal .title {
    font-weight: bold;
    font-size: 28px;
}

.OldStepC .OldModal .click {
    font-size: 18px;
}

/*.OldStepC .OldContent {*/
/*    display: none;*/
/*}*/

/*.OldStepC .OldContent.is-visible {*/
/*    display: block;*/
/*}*/

.OldStepC .OldContent .Step {
    text-align: center;
    padding: 45px 55px;
    box-sizing: border-box;
}

.OldStepC .OldContent .Step .list {
    font-size: 20px;
}

.OldStepC .OldContent .Step i {
    font-size: 20px;
    line-height: 20px;
    color: #116fc1;
    padding: 25px 0px;
}

.NewStepC .NewModal {
    background-color: #d8eafb;
    background-color: #f9f9f9;
    padding: 30px;
    text-align: center;
    box-shadow: 0 7px 8px rgb(0 0 0 / 4%), 0 1px 4px rgb(0 0 0 / 12%);
}

.NewStepC .NewModal .title {
    font-weight: bold;
    font-size: 28px;
}

.NewStepC .NewModal .click {
    font-size: 18px;
}

/*.NewStepC .NewContent {*/
/*    display: none;*/
/*}*/

/*.NewStepC .NewContent.is-visible {*/
/*    display: block;*/
/*}*/

.NewStepC .NewContent .Step {
    text-align: center;
    padding: 45px 55px;
    box-sizing: border-box;
}

.NewStepC .NewContent .Step .list {
    font-size: 20px;
}

.NewStepC .NewContent .Step i {
    font-size: 20px;
    line-height: 20px;
    color: #116fc1;
    padding: 25px 0px;
}

@media(min-width: 700px) and (max-width: 991px) {

    .OldStepC .OldModal,
    .NewStepC .NewModal {
        padding: 20px 30px;
    }

    .OldStepC .OldContent .Step,
    .NewStepC .NewContent .Step {
        padding: 45px 30px;
    }

    .OldStepC .OldContent .Step .list,
    .NewStepC .NewContent .Step .list {
        font-size: 18px;
        line-height: 24px;
    }
}

@media(max-width:500px) {
    .OldStepC {
        margin-bottom: 20px;
    }

    .OldStepC .OldModal,
    .NewStepC .NewModal {
        padding: 10px;
        width: 80%;
        margin: 0px auto;
    }

    .OldStepC .OldModal .title,
    .NewStepC .NewModal .title {
        font-size: 20px;
    }

    .OldStepC .OldModal .click,
    .NewStepC .NewModal .click {
        font-size: 14px;
    }

    .OldStepC .OldContent .Step,
    .NewStepC .NewContent .Step {
        padding: 30px 15px;
    }

    .OldStepC .OldContent .Step .list,
    .NewStepC .NewContent .Step .list {
        font-size: 16px;
        line-height: 22px;
    }

    .OldStepC .OldContent .Step i,
    .NewStepC .NewContent .Step i {
        padding: 15px 0px;
    }
}

.Reveal-Now {
    text-align: center;
}

.Reveal-Now .RevealModal {
    background-color: #2d2e3a;
    color: #f2c35c;
    display: inline-block;
    padding: 10px 30px;
    font-size: 22px;
    font-weight: 500;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 7px 8px rgb(0 0 0 / 4%), 0 1px 4px rgb(0 0 0 / 12%);
    cursor: pointer;
}

.Reveal-Show {
    display: none;
}

.Reveal-Show.is-visible {
    display: block;
}

.Reveal-Show .inner {
    display: flex;
    justify-content: space-between;
}

.Reveal-Show .inner .left {
    width: 49%;
}

.Reveal-Show .inner .right {
    width: 49%;
}

@media(max-width:500px) {
    .Reveal-Now .RevealModal {
        display: none;
    }

    .Reveal-Show {
        display: block;
    }

    .Reveal-Show .inner {
        flex-direction: column;
    }

    .Reveal-Show .inner .left,
    .Reveal-Show .inner .right {
        width: 100%;
    }

    .OldStepC .OldContent {
        display: none;
    }

    .OldStepC .OldContent.is-visible {
        display: block;
    }

    .NewStepC .NewContent {
        display: none;
    }

    .NewStepC .NewContent.is-visible {
        display: block;
    }
}

u.redline {
    text-decoration-color: #ca1818;
}

u.d3sign {
    color: #e9b94a;
    text-decoration-color: #a7791c;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to left, #ddad34, #f7c865, #e3ac5d);
}

.Mdot {
    text-align: center;
}

.Mdot .dot {
    height: 5px;
    width: 5px;
    background-color: #e5c99f;
    border-radius: 50%;
    display: inline-block;
}

/* Showroom Wall */
.ShowWall {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 20px;
    box-sizing: border-box;
}

.ShowWall .card {
    overflow: hidden;
    border-radius: 0px;
}

.ShowWall .card img {
    display: block;
    width: 100%;
}

.ShowWall .card:nth-child(1) {
    grid-column: span 8;
    grid-row: span 2;
}

.ShowWall .card:nth-child(2) {
    grid-column: span 4;
    grid-row: span 1;
    height: 305px;
}

.ShowWall .card:nth-child(3) {
    grid-column: span 4;
    grid-row: span 1;
    height: 305px;
}

.ShowWall .card:nth-child(4),
.ShowWall .card:nth-child(5),
.ShowWall .card:nth-child(6),
.ShowWall .card:nth-child(7),
.ShowWall .card:nth-child(8),
.ShowWall .card:nth-child(9) {
    grid-column: span 4;
    grid-row: span 1;
}

@media(min-width: 700px) and (max-width: 991px) {
    .ShowWall .card:nth-child(1) {
        grid-column: span 12;
        grid-row: span 1;
    }

    .ShowWall .card:nth-child(2),
    .ShowWall .card:nth-child(3),
    .ShowWall .card:nth-child(4),
    .ShowWall .card:nth-child(5),
    .ShowWall .card:nth-child(6),
    .ShowWall .card:nth-child(7),
    .ShowWall .card:nth-child(8),
    .ShowWall .card:nth-child(9) {
        grid-column: span 6;
        grid-row: span 1;
        height: auto;
    }
}

@media (max-width: 500px) {
    .ShowWall {
        grid-gap: 15px;
    }

    .ShowWall .card {
        height: auto;
        overflow: hidden;
        border-radius: 3px;
    }

    .ShowWall .card:nth-child(odd),
    .ShowWall .card:nth-child(even) {
        grid-column: span 12;
        grid-row: span 1;
    }

    .ShowWall .card:nth-child(2),
    .ShowWall .card:nth-child(3) {
        height: auto;
    }
}

img#hammer-con {
    display: inline-block;
    width: 65px;
    height: auto;
    margin-bottom: 12px;
    margin-right: 10px;
}

img#build-con {
    display: inline-block;
    width: 60px;
    height: auto;
    margin-bottom: 5px;
    margin-right: 15px;
}

img#creative-con {
    display: inline-block;
    width: 48px;
    height: auto;
    margin-bottom: 0px;
    margin-right: 15px;
}

@media(min-width: 700px) and (max-width: 991px) {
    img#hammer-con {
        width: 42px;
    }

    img#creative-con {
        width: 40px;
        margin-bottom: -16px;
        margin-right: 8px;
    }
}

@media (max-width:500px) {
    img#hammer-con {
        width: 32px;
        margin-bottom: -5px;
        margin-right: 8px;
    }

    img#build-con {
        width: 32px;
        margin-bottom: -5px;
        margin-right: 8px;
    }

    img#creative-con {
        width: 23px;
        margin-bottom: -8px;
        margin-right: 4px;
    }
}

img#failure-con {
    display: inline-block;
    width: 46px;
    height: auto;
    margin-bottom: -10px;
    margin-right: 15px;
}

@media(min-width: 700px) and (max-width: 991px) {
    img#failure-con {
        width: 32px;
        margin-bottom: -7px;
    }
}

@media (max-width:500px) {
    img#failure-con {
        width: 26px;
        margin-bottom: -5px;
        margin-right: 8px;
    }
}