h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
}

p {
	font-family: 'Fira Sans', sans-serif;
}

.redLine {
	width: 300px;
	height: 3px;
	background: #ED1653;
}

.triangle {
width: 0;
height: 0;
border-style: solid;
border-width: 4px 0 4px 4px;
border-color: transparent transparent transparent #ffffff;
    margin: 8px 10px 0 0;
    display: inline-block;
    vertical-align: top;
}

.btn.focus, .btn:focus {
	box-shadow: none;
}

.transformImg {
	transition: transform 1s;
}

.transformImg:hover {
	transform: scale(1.05);
}

.navbar-expand-lg .navbar-collapse {
	
}

.dppmLogo {
	width: 400px;
}

.topNav {
	margin: 0;
    text-align: right;
    width: 100%;
}

.topNav li {
	display: inline-block;
}

.topNav li .nav-link {
	color: #000;
}

.topNav li a {
	background: none;
	border: 0;
	color: #000;
	margin-top: -4px;
	text-decoration: none;
}

.topNav #accordionProj .card {
		background: none;
		border: 0;
}

.topNav #accordionProj .card .card-header {
	padding-right: 10px;
}

.topNav #accordionProj .card .card-header button {
	border: 0;
	background: none;
	color: #000;
	margin-top: -4px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
}

.topNav #accordionProj .card .card-header button:focus	{
	outline: none;
}

.topNav #accordionProj .card .card-body .dropdown-item {
	padding-right: 0;
}




.accordion .card-header {
	border: 0;
	background: 0;
	border-bottom: 1px solid rgba(0,0,0,.125);
}

.accordion .card-header .btn-link {
	color: #ED1653;
}

.accordion .card-header .btn-link.collapsed {
	color: #000;
}

#aboutModal .modal-content {
	background: none;
	border: 0;
}

#aboutModal .modal-header {
	border: 0;
}

#aboutModal .modal-header .close {
	color: #fff;
    font-size: 50px;
    font-weight: 100;
    opacity: 1;
}

.aboutHero {
	 background-image: url("../img/tallBuilding.jpg");
	 background-repeat: no-repeat;
	 background-size: cover;
	 background-position: top center;
	 padding: 60px 0 420px;
	 margin-bottom: 60px;
	 opacity: 0.9;
}

.aboutHero h1 {
	color: #fff;
	margin-bottom: 10px;
}

.aboutHero .redLine {
	margin: auto;
}

.about .learn .redLine {
	margin-bottom: 30px;
}

.about .learn .accordion a {
	color: #000;
	text-decoration: underline;
}

.about .learn .accordion a:hover {
	color: #FF0000;
}

.about .team img {
	width: 95px;
}

.about p a {
	color: #ED1653;
}

.about .disclaim {
	font-size: 14px;
	text-align: center;
	margin: 60px 0;
}

.projectHero {
	 background-image: url("../img/skyTower.jpg");
	 background-repeat: no-repeat;
	 background-size: cover;
	 background-position: center;
	 padding: 250px 0;
	 margin-bottom: 60px;
}

.projectHero h1 {
	margin-bottom: 10px;
}

.projectHero .redLine {
	margin: auto;
}

.clientList li {
	    width: 115px;
	    height: 115px;
    padding: 5px 15px;
    margin: 0 !important;
    float: left;
    display: flex;
  align-items: center;
  justify-content: center;
}

.clientList img {
    filter: grayscale(1);
}

#portfolioModal .modal-content {
	border: 0;
	background: none;
	color: #fff;
}


#portfolioModal .modal-header {
	border: 0;
}

#portfolioModal img {
	margin: 30px 0;
}

.modal-backdrop.show {
	opacity: .8;
}

.close {
	color: #fff;
	    font-size: 40px;
}

.close:hover {
	color: #fff;
}

.contactHero {
	 background-image: url("../img/contactHero.jpg");
	 background-repeat: no-repeat;
	 background-size: cover;
	 background-position: center;
	 padding: 250px 0;
	 margin-bottom: 60px;
}

.contactHero h1 {
	color: #fff;
	margin-bottom: 10px;
}

.contactHero .redLine {
	margin: auto;
}

.contact p {
	margin: 0;
}

.contact a {
	color: #000;
	text-decoration: underline;
}

.contact a:hover {
	color: #ED1653;
}

.contact .moreInfo {
	margin: 60px 0;
	border-top: 1px solid #000;
	padding-top: 60px;
	text-align: center;
}

.contact .moreInfo .row {
margin-bottom: 60px;
}


.contact .moreInfo .blackBtn {
	font-family: 'Oswald', sans-serif;
	padding: 10px 20px;
	background: #000;
	color: #fff;
	text-decoration: none;
	margin: auto;
	display: table;
}

.detail {
	padding-bottom: 120px;
}

.detail a {
	text-decoration: 	none;
}

.detail a:hover img {
	opacity: 1;
}

.detail a img {
	opacity: 0.8;
}

.detail h2 {
	color: #000;
	font-size: 1.3rem;
	margin: 5px 0 30px;
}

.detail.banking h2 {
	margin: 0;
}

.detail.banking p {
	color: #000;
}

.detailHero {
	 padding: 60px 0;
	 opacity: 0.9;
}

.detailHero h1 {
	color: #000;
	margin-bottom: 10px;
	    border-bottom: 3px solid #ED1653;
    width: fit-content;
    padding-right: 30px;
    padding-bottom: 10px;
}

.clientHero {
	 padding: 60px 0;
	 opacity: 0.9;
}

.clientHero h1 {
	color: #000;
	margin-bottom: 10px;
	width: fit-content;
	padding: 10px 20px;
	margin: 0 auto 10px;
	display: block;
	border-bottom: 3px solid #ED1653;
}


.client .carousel {
	margin-bottom: 60px;
}

.client .carousel .carousel-control-next, .carousel-control-prev {
	background: none;
	border: 0;
}

.client .writeUp p a {
	text-decoration: underline;
	color: #000;
}

.client .writeUp p a:hover {
	color: #ED1653;
}

footer {
	color: #fff;
	background: #000;
	padding-top: 20px;
}

footer svg {
	height: 25px;
}

footer svg.fa-linkedin-in {
	margin-top: 3px;
}

footer svg path {
	fill: #f68b1f;
}

footer svg:hover > path {
	fill: #ED1653;
}



@media (max-width: 992px) {
	.topNav li {
    	display: block;
    	border-top: 1px solid #000;
	}

	.dppmLogo {
		width: 300px;
	}
}

@media (max-width: 425px) {
	.dppmLogo {
		width: 210px;
	}
	
	.clientList li {
	    width: 33.3%;
	    padding: 10px 15px;
	}
}