body.featured-projects{
	background-image: url("../images/bgrFPmain.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #0f0f10; /* #dedede;*/
	font-size: 18px;
	color: rgba(255,255,255,0.75);
}
body.featured-projects-details{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #0f0f10; /* #dedede;*/
	font-size: 18px;
	color: #e6ddd3;
}
body.lincoln-park-town-house{
	background-image: url("../images/lincoln-park-town-house-hero.jpg");
}
body.meridian-house{
	background-image: url("../images/meridian-house-hero.jpg");
}

body.featured-projects .container:not(#footer  .container),
body.featured-projects-details .container:not(#footer  .container) {
	width: 100%;
}
body.featured-projects .navBar,
body.featured-projects-details .navBar {
    top: var(--top-bar-h);
	background-color: rgba(0, 0, 0, 0.6);
}
body.featured-projects .navBar {
    top: var(--top-bar-h);
	background-color: rgba(0, 0, 0, 0.8);
}
body.featured-projects .rqw,
body.featured-projects-details .rqw {
    position: absolute;
    right: var(--top-bar-h);
    top: 3px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
body.featured-projects .navBar .rqw,
body.featured-projects-details .navBar .rqw {
    top: var(--top-bar-h);
}

body.featured-projects p,
body.featured-projects ul,
body.featured-projects-details p,
body.featured-projects-details ul{
	padding: 0 ;
    line-height: 1.75;
}
body.featured-projects li strong,
body.featured-projects-details li strong{
	margin-bottom: 5px;
}
body.featured-projects .hlTpBr01 a,
body.featured-projects-details .hlTpBr01 a{
	height: 30px;
    
}
/*
body > div.hlTpBr01 > a{
    display: none;
}
    */



body.featured-projects .navBar .cntSbm,
body.featured-projects-details .navBar .cntSbm {
    background-color: var(--accent-color1);
	  background-image: linear-gradient(
		to right,
		#7b6e5e  0%,
		rgba(123, 110, 94, 0) 20%,
		rgba(123, 110, 94, 0) 80%,
		#7b6e5e  100%
	  );
	color: #000000;
	border: 0;
	width: 250px;
}
body.featured-projects .pt.tpRw{
    margin-top: 150px;
	background: transparent;
	border: 0;
	text-align: center;
}
body.featured-projects-details .pt.tpRw{
	width: 100%;
	max-width: none;
    margin-top: 550px;
	background: transparent;
	border: 0;
	text-align: center;
	  background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.5) 50%,
		rgba(0, 0, 0, 1) 100%
	  );
}
body.featured-projects-details .pt.tpRw div{
	max-width: 550px;
	margin: 0 auto;
}
body.featured-projects-details .pt.tpRw p span{
	color: var(--accent-color1);
}
body.featured-projects h1{
	font-weight: 100;
    font-size: 7rem;
    text-align: center;
    text-transform: none;
	margin-bottom: 25px;
	color: #ffffff;
}
body.featured-projects-details h1{
	font-weight: 100;
    font-size: 4rem;
    text-align: center;
    text-transform: none;
	margin-bottom: 0px;
	color: #ffffff;
}
body.featured-projects h1:first-letter,
body.featured-projects-details h1:first-letter{
	color: #ffffff;
}
body.featured-projects .pt,
body.featured-projects-details .pt {
	max-width: var(--content-width);
    margin-top: 0;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid var(--accent-color1);
    background-color: rgba(0, 0, 0, 0.6);
    padding: 50px 0 30px 0;
}
body.featured-projects .innerRow,
body.featured-projects-details .innerRow {
	background-image:
    linear-gradient(
      to right,
      #0f0f10 0%,
      rgba(15, 15, 16, 0) 40%,
      rgba(15, 15, 16, 0) 60%,
      #0f0f10 100%
    ),
    url('../images/bgrFPtile.jpg');
}
body.featured-projects-details .innerRow1 {
	background-image: url('../images/bgrInnerRow1.jpg');
	background-repeat: repeat-x;
	height: 304px;
}

.lpthTw01{
	height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.trcta{
	padding-top: 6px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
}
.trr01{
	text-align: center;
    line-height: 1.75;
}
.trr02{
	color: var(--accent-color2);
	text-align: center;
}
body.featured-projects .innerRow .pt,
body.featured-projects-details .innerRow .pt,
body.featured-projects-details .innerRow1 .mww01 {
    max-width: var(--content-width);
    margin-top: 0;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    border: 0px ;
    background-color: transparent;
    padding: 0px 0;
}
.divider {
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;

   background-image: linear-gradient(
    to right,
    rgba(32, 31, 32, 0) 0%,
    var(--accent-color2) 40%,
    var(--accent-color2) 60%,
    rgba(32, 31, 32, 0) 100%
  );
}

.fpCard {
	margin: 50px 0;
  position: relative;
  width: 100%;
  min-height: 504px;
  overflow: hidden;

  background-color: #1a1a1a;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.32),
    0 4px 12px rgba(0, 0, 0, 0.18);
}
.lp{
  background-image: url("../images/lincoln-park-residence-main.jpg");
	
}
.mh{
  background-image: url("../images/meridian-house-main.jpg");
	
}
.fpdCard{
	background: linear-gradient(
	  45deg,
	  rgba(79, 74, 68, 1) 0%,
	  rgba(0, 0, 0, 1) 50%,
	  rgba(79, 74, 68, 1) 100%
	);
	border: 1px solid var(--accent-color1);
	padding: 40px;
	line-height: 2em;
	margin-top: 10px;
}
.fpdCard ul {
  display: grid;
  /*grid-template-columns: repeat(2, 1fr);*/
  gap: 20px; 
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
.fpdCard li {
  position: relative;
  padding-left: 0px;
}

.fpdCard li::before {
  content: "";
  width: 5px;   
  height: 5px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 15px;
  display: none
}
.row.gap-60 {
  margin-left: -30px;
  margin-right: -30px;
}

.row.gap-60 > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}
.mb60{
	margin-bottom: 60px !important;
}
.mb50{
	margin-bottom: 50px !important;
}
.mb40{
	margin-bottom: 40px !important;
}
.mb30{
	margin-bottom: 30px !important;
}
.mb20{
	margin-bottom: 20px !important;
}
.mb10{
	margin-bottom: 10px !important;
}
.mt10{
	margin-top: 10px !important;
}
.mt20{
	margin-top: 20px !important;
}
.mt30{
	margin-top: 30px !important;
}
.mt40{
	margin-top: 40px !important;
}
.mt50{
	margin-top: 50px !important;
}
.mt60{
	margin-top: 60px !important;
}
.plr0{
	padding-left: 0;
	padding-right: 0;
}
.tul01{
	list-style: none;
}
.tul01 li span{
	color: #ffffff;
}
.fpCard__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.fpCard__content {
  position: relative;
  z-index: 1;
  max-width: 590px;
  padding: 185px 44px 68px 44px;
  color: rgba(255, 255, 255, 0.92);
}

.fpCard__title {
  margin: 0;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 300;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.95);
}

.fpCard__divider {
  width: 100%;
  height: 1px;
  margin: 10px 0 16px;
  padding: 0;
  background-color: var(--accent-color2);
 
}

.fpCard__featured {
  margin: 0 0 12px;
  line-height: 1.35;
  font-style: italic;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.76);
}
.fpCard__featured span{
	color: var(--accent-color1);
}
.fpCard__description {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.86);
}

.fpCard__tags {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 400;
  color: var(--accent-color1);
}

.fpCard__ctaWrap {
  margin-top: 30px;
}

.fpCard__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 188px;
  height: 48px;
  padding: 0 26px;

  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 14px;
  font-weight: 400;
  color: var(--accent-color1);

  border: 1px solid var(--accent-color1);
  background-color: rgba(170, 151, 128, 0.08);
  background-image: linear-gradient(
    to right,
    rgba(32, 31, 32, 0.52) 0%,
    rgba(32, 31, 32, 0) 12%,
    rgba(32, 31, 32, 0) 88%,
    rgba(32, 31, 32, 0.52) 100%
  );

  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.fpCard__button:hover {
  background-image: none;
  background-color: var(--accent-color1);
  border-color: var(--accent-color1);
  color: #000000;
  text-decoration: none;
}
.fpCard__button.fcb01{
	background-color: var(--accent-color1);
    background-image: linear-gradient(to right, #7b6e5e 0%, rgba(123, 110, 94, 0) 20%, rgba(123, 110, 94, 0) 80%, #7b6e5e 100%);
	color: #000000;
}
.fpCard__button.fcb01:hover {
  background-image: none;
  background-color: var(--accent-color1);
  border-color: var(--accent-color1);
  color: #000000;
  text-decoration: none;
}
.pt .btmCnt{
	text-align: center;
	margin-top: 60px;
	margin-bottom: 120px;
}
.pt .btmCnt h2{
	font-size: 46px;
	text-align: center;
	font-weight: 300;
}

body.featured-projects .mainCTA{
    background-color: var(--accent-color1);
    background-image: linear-gradient(to right, #7b6e5e 0%, rgba(123, 110, 94, 0) 20%, rgba(123, 110, 94, 0) 80%, #7b6e5e 100%);
    color: #000000;
    border: 0;
	font-size: 2rem ;
    padding: 2rem !important;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
	text-transform: uppercase;
	color : #000000;
	font-weight: 400;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.32),
    0 4px 12px rgba(0, 0, 0, 0.18);
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

body.featured-projects .mainCTA:hover,
body.featured-projects-details .mainCTA:hover {
	background-image: none;
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}


body.featured-projects-details .mainCTA {
    background-color: var(--accent-color1);
    background-image: linear-gradient(to right, #7b6e5e 0%, rgba(123, 110, 94, 0) 20%, rgba(123, 110, 94, 0) 80%, #7b6e5e 100%);
    color: #000000;
    border: 0;
	font-size: 2rem ;
    padding: 2rem !important;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
	text-transform: uppercase;
	color : #000000;
	font-weight: 400;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.32),
    0 4px 12px rgba(0, 0, 0, 0.18);
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

body.featured-projects-details .mainCTA1 {
    background-color: transparent;
	box-shadow: inset 0 0 0 1px red;
	font-size: 2rem ;
    padding: 2rem !important;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
	text-transform: uppercase;
    color: var(--accent-color1);
	font-weight: 400;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.32),
    0 4px 12px rgba(0, 0, 0, 0.18);
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

body.featured-projects-details .mainCTA1:hover {
	background-image: none;
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}

body.featured-projects #footer,
body.featured-projects-details #footer{
	border-top: 0;
}
.fpGallery__wrap{
	padding-top: 40px;
	padding-bottom: 40px;
}
.fpGallery {
  column-count: 3;
  column-gap: 14px;
}

.fpGallery a {
  display: inline-block;
  width: 100%;
  margin: 0 0 14px;
  overflow: hidden;
  text-decoration: none;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  background: #111;
}

.fpGallery img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.35s ease;
}

.fpGallery a:hover img {
  transform: scale(1.03);
}

  .itpaig01{
	  width: 100%;
  }
.itptl01{
    font-style: italic;
    background-color: #ffffff;
    color: #000000;
    padding: 10px 15px;
    margin-bottom: 20px;
}
.itptl02{
    text-align: right;
    display: block;
}
@media (min-width: 1220px) and (max-width: 1300px) {
	.ltwr01{
		margin-right: 40px;
	}
}
@media (max-width: 991px) {
  .fpGallery {
    column-count: 2;
  }
}

@media (max-width: 640px) {
  .fpGallery {
    column-count: 1;
  }

}




body.featured-projects .pt .cw01,
body.featured-projects-details .pt .cw01 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
    margin-bottom: 50px;
}
body.featured-projects .pt .cw01.mb-20,
body.featured-projects-details .pt .cw01.mb-20{
    margin-bottom: 20px;
}
body.featured-projects .pt .cntSbm,
body.featured-projects-details .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.featured-projects .pt .cntSbm:hover,
body.featured-projects-details .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);
}

body.featured-projects .pt .fp01,
body.featured-projects-details .pt .fp01 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-direction: row;
    margin-top: 50px;
    margin-bottom: 50px;
}
body.featured-projects .pt .fp01 .cntSbm,
body.featured-projects-details .pt .fp01 .cntSbm{
	width: 360px;
    background-color: var(--accent-color1);
	color: #161615;
	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;
	text-transform: uppercase;
    border: 0;
	font-size: 23px;
    font-weight: 400;
}


.tpTtl{
	font-weight: 300;
    font-size: 7rem;
    text-align: center;
    text-transform: uppercase;
	margin-bottom: 55px;
}
body.featured-projects .pt1,
body.featured-projects-details .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.featured-projects .cRw .pt,
body.featured-projects-details .ftrRow .pt
{
    border: none;
    background-color: transparent;
}
body.featured-projects .pt.bmRw,
body.featured-projects-details .pt.bmRw{
    margin-bottom: 0px;
}
p.ln01{
	font-weight: bold;
	max-width: 530px;
	margin: 0 auto 40px auto;
}
p.ln02{
	margin-bottom: 30px ;
}
.ln01,
.ln02{
	text-align: center;
}
.txtC{
	text-align: center;
    margin-bottom: 20px;
	font-size: 24px
}

.pt h2,
.pt1 h2{
	text-align: left;
	color: var(--accent-color1);
	margin-bottom: 0px;
}
.pt h2 span,
.pt1 h2 span{
	color: #ffffff;
	font-size: 1em;
}
.shttl{
	margin-bottom: 30px;
	font-style: italic
}
.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'); 
}
body.featured-projects p,
body.featured-projects-details p{
	margin-bottom: 30px;
}

body.featured-projects-details .tpRw p{
	margin-bottom: 0px;
}

.hdwy01{
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
} 
.hdwy01.nxt{
    border-top: 1px solid var(--accent-color1);
}
.hds1 {
    width: 45%;
    text-align: left;
    padding: 0 0px;
    font-weight: 100;
    margin-bottom: 30px;
	font-size: 18px;
}
.hds1 img{
    width: 100%;
    margin-bottom: 0px;
}
.hds1 img.fpmi01{
    margin-bottom: 30px;
}
.prjdet{
	margin-bottom: 30px
}
.prjdet ul{
	list-style: none;
}
.prjdet ul li strong{
	color: var(--accent-color2);
}
#mainImg {
  transition: opacity 0.5s ease;
  opacity: 1;  
  margin-bottom: 10px; 
}
.galThumbs {
	padding-top: 10px;
  column-count: 3;      
  column-gap: 20px;  
  font-size: 0;  
  line-height: 0;
}

.galThumbs a {
  display: inline-block;
  width: 100%;          
  margin-bottom: 20px;   
}

.galThumbs img {
  width: 100%;           
  display: block;
  border-radius: 5px;    
}
.adbor01{
	border-radius: 15px;
	background-color: rgba(191, 176, 158, 0.1);
	border: 1px solid rgba(191, 176, 158, 0.2);
}
.adbor01 .hds1{
	width: 90%;
}

.hidden {
  display: none; 
}
.allPrjWrp{
	display: flex;
	gap: 10px;
	text-align: center;
	font-size: 2rem;
}
.prjURL{
	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;
	color: #000000;
}

.prjURL:hover {
    background-color: #000000;
}
.prjURL:hover .prjTtl,
.prjURL:hover .prjDsc{
    color: #ffffff;
}
.prjURL:hover .prjLogoBug img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(2%) hue-rotate(318deg) brightness(104%) contrast(100%);
}
.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;
	
}

.hdwy01 .mc{
    background-color: rgba(191,176,158,0.1);
    padding: 10px;
}
.hdwy01 .mc img,
.hdwy01 .mc h2{
    transition: transform 0.3s ease;
}
.hdwy01 .mc:hover img{
    transform: scale(1.03);
}
.hdwy01 .mc:hover h2{
    transform: translate(2px);
}
body.featured-projects .pt .fp01 .cntSbm,
body.featured-projects-details .pt .fp01 .cntSbm{
    border: 1px solid rgba(191,176,158,0.6);
color: #CFC3B3;
background: transparent;

}
body.featured-projects .pt .fp01 .cntSbm:hover,
body.featured-projects-details .pt .fp01 .cntSbm:hover{
  background: rgb(191,176,158);
  color: #000;
}

#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.featured-projects .pt.innerBlockFA.CTA,
body.featured-projects-details .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;
}
.ehr01{
	
}


body.featured-projects .hlTpBr01 a{
    border: 0;
}
body > div.hlTpBr01 > span:nth-child(1) > a:hover{
    border-color: var(--accent-color1);
    color: #3E372F;
    background-color: transparent;
}

@media(max-width: 550px){
		.lpthTw01{
		height: 600px;
	}
	.fpdCard{
		padding: 20px;
	}
body.featured-projects .rqw, body.featured-projects-details .rqw{
	display: none;
}	
.pd01{
	padding-top: 60px;
}
.itp01{
	padding-top: 30px;
}
.ehr01{
	
}
    body.featured-projects .pt,
    body.featured-projects .pt1,
    body.featured-projects-details .pt,
    body.featured-projects-details .pt1{
        width: 90%;
        padding: 30px 20px;
    }
    .tpTtl{
        font-size: 4rem;
        margin-bottom: 25px;
    }
    body.featured-projects h1{
        font-weight: 400;
        font-size: 2.5rem;
        margin-bottom: 3rem;
        line-height: 1.4em;
    }
    body.featured-projects-details h1{
        font-weight: 400;
        font-size: 2.5rem;
        margin-bottom: 0;
        line-height: 1.4em;
    }
	.trr01, .trr02{
		text-align: center;
	}
    .featured-projects .pt pdetails,
    .featured-projects-details .pt pdetails {
        line-height: 1.6em;
        font-size: 18px;
        text-align: center;
        padding:0;
    }
	body.featured-projects-details .trcta {
		flex-direction: column;
		gap: 20px;
		padding-top: 0;
	}
    body.featured-projects .pt .cntSbm,
    body.featured-projects-details .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.featured-projects .pt.innerBlockFA.CTA,
	body.featured-projects-details .pt.innerBlockFA.CTA{
		padding-left: 20px;
		padding-right: 20px;
	}
	
    body > div.bootstrap-wrapper > div > div:nth-child(2) > div > div{
        margin-bottom: 0px;
    }
    body > div.bootstrap-wrapper > div > div.row.cRw > div > div{
        padding-top: 80px;
    }
	.txtAC{
		text-align: center;
	}
	.hide-on-mobile{
		display: none !important;
	}
	.rtmn0{
		margin-bottom: 30px!important;
	}
}