body.design-build{
	background-image: url("../images/bgr-dbp-hub.jpg");
	background-repeat: no-repeat;
	background-color: #dedede;
	font-size: 18px;
}
body.design-build p,
body.design-build ul{
	padding: 0 ;
    line-height: 2em;
}
body.design-build li strong{
	margin-bottom: 5px;
}
body.design-build .container {
	width: 100%;
	padding: 0;
}
body.design-build .pt .cw01 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
    margin-bottom: 50px;
}
body.design-build .pt .cw01.mb-20{
    margin-bottom: 20px;
}
body.design-build .pt .cntSbm{
	width: 360px;
    background-color: #006400;
	line-height: 1.4em;
	padding: 20px 40px;
    transition: transform 0.2s ease, box-shadow 0.2s ease; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    backface-visibility: hidden;
    transform: scale(1);
    will-change: transform;
	margin: 0 auto;
	text-transform: uppercase;
    border: 0;
	font-size: 23px
}
body.design-build .pt .cntSbm:hover {
    text-decoration: none;
    border: 0;
    color: #ffffff;
    background-color: #006400;
    transform: scale(1.03); 
    box-shadow: 0 4px 12px rgba(0, 0, 0, 1.0);
}

.tpTtl{
	font-weight: 300;
    font-size: 7rem;
    text-align: center;
    text-transform: uppercase;
	margin-bottom: 55px;
}
body.design-build h1{
	font-weight: 100;
    font-size: 36px;
    text-align: center;
    text-transform: none;
	margin-bottom: 55px;
}
body.design-build .pt {
	max-width: 900px;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0.6);
    padding: 50px 55px;
}
body.design-build .pt1 {
	max-width: 900px;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #dedede;
    background-color: #dedede;
    padding: 50px 55px;
	color: #000000
}
body.design-build .cRw .pt,
body.design-build .ftrRow .pt
{
    border: none;
    background-color: transparent;
}
body.design-build .pt.tpRw{
    margin-top: 250px;
}
body.design-build .pt.bmRw{
    margin-bottom: 0px;
}
p.ln01{
	font-weight: bold;
	max-width: 530px;
	margin: 0 auto 40px auto;
}
p.ln02{
	margin-bottom: 60px ;
}
.ln01,
.ln02{
	text-align: center;
}
.txtC{
	text-align: center;
    margin-bottom: 20px;
}

.pt h2,
.pt1 h2{
	text-align: center;
}
.bmRw h2{
    font-weight: 100;
    font-size: 46px;
    text-align: center;
    text-transform: none;
    margin-bottom: 55px;
}
.pt1 img{
	width: 100%;
}
.pt1 ul{
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-left: 0;
	list-style: none;
	margin-bottom: 60px;
}
.pt1 ul li{
	height: 160px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 180px;
	padding-right: 36px;
	border-bottom: 1px solid #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
    position: relative;
}
.pt1 ul li:last-child{
	border-bottom: 0
}
.pt1 ul li strong{
	display: block;
}
.pt1 ul li::before {
	content: "";
	position: absolute;
	left: 35px;
	width: 106px;
	height: 106px;
	background-size: contain;
	background-repeat: no-repeat;
}
.pt1 ul li:nth-child(1)::before {
  background-image: url('../images/icon-set1-1.png'); 
}
.pt1 ul li:nth-child(2)::before {
  background-image: url('../images/icon-set1-2.png'); 
}
.pt1 ul li:nth-child(3)::before {
  background-image: url('../images/icon-set1-3.png'); 
}
.pt1 ul li:nth-child(4)::before {
  background-image: url('../images/icon-a1.png'); 
}
.hdwy01{
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.hds1 {
    width: 250px;
    text-align: center;
    padding: 0 0px;
    font-weight: bold;
    margin-bottom: 30px;
}
.hds1 img{
    width: 106px;
    margin-bottom: 30px;
}

.allPrjWrp{
	display: flex;
	gap: 10px;
	text-align: center;
	font-size: 2rem;
}
.prjWrap01{
	background-color: #e8e8e8;
	padding: 30px;
	width: 100%;
}
.prjImg{
	margin-bottom: 40px;
}
.prjImg img{
	width: 100%;
}
.prjTtl{
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 20px;
    color: #006400;
    font-size: 1.1em;
    text-transform: uppercase;
    display: block;
}
.prjLogoBug img{
    width: 23px;
	margin-bottom: 10px;
}
.prjDsc{
	font-size: 1.6rem;
	line-height: 1.4em;
}
.cRw{
	background-image: url("../images/bgr-dbp-hub2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.ftrRow{
	background-color: transparent;
    border: none;
	background-image: url("../images/bgr-dbp-hub3.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	
}



#db-viewer {
	font-size: 16px;
}
#db-viewer .db-p-nav li,
#db-viewer .db-nav li{
    margin: 5px;
    text-align: center;
    list-style: none;
}
#db-viewer .db-nav li a{
    background-color: #ffffff;
    color: #000000;
    padding: 5px 10px;
	border: 1px solid #006400;
	display: block;
}
#db-viewer .db-p-nav li a{
    background-color: transparent;
    color: #ffffff;
    padding: 5px 10px;
	border: 1px solid #ffffff;
	display: block;
}
#db-viewer .db-p-nav li a{
    font-size: 2.4rem;
    text-transform: uppercase;
}
#db-viewer .db-nav li a.active{
    background-color: #006400;
    color: #ffffff;
    padding: 5px 10px;
	border: 1px solid #006400;
	
}
#db-viewer .db-p-nav li a.active{
    background-color: #000000;
    color: #006400;
    padding: 5px 10px;
	border: 1px solid #006400;
	
}

body.design-build .pt.innerBlockFA.CTA {
    background-color: transparent;
    color: #000000;
    border: 2px solid #ffffff;
    padding-left: 60px;
    padding-top: 45px;
    padding-bottom: 45px;
    margin-bottom: 80px;
    position: relative;
}
.innerBlockFA::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/bgr-а.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.15;
    z-index: -1;
}
@media(max-width: 550px){
    body.design-build .pt,
    body.design-build .pt1{
        width: 90%;
        padding: 30px 20px;
    }
    .tpTtl{
        font-size: 4rem;
        margin-bottom: 25px;
    }
    body.design-build h1{
        font-weight: 400;
        font-size: 2.5rem;
        margin-bottom: 3rem;
        line-height: 1.4em;
    }
    .design-build .pt p {
        line-height: 1.6em;
        font-size: 18px;
        text-align: center;
        padding:0;
    }
    body.design-build .pt .cntSbm {
        padding: 20px 5px;
    }
    .pt1 ul li {
        flex-direction: column;
        width: 100%;
        height: auto;
        justify-content: center;
        padding-left: 0;
        padding-right: 20px;
        align-items: center;
        text-align: center;
    }
    .pt1 ul li::before {
        content: "";
        position: static;
    }
    .allPrjWrp {
        flex-direction: column;
    }
	body.design-build .pt.innerBlockFA.CTA{
		padding-left: 20px;
		padding-right: 20px;
	}
}