/* CSS Document */
html{
	margin: auto;
	align-items: center;
}
.nav1{
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	align-items: center;
	margin-top: -80px;
}

.nav2{
	width: 100%;
	background-color: white;
	height: 100px;
	position: fixed;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	margin-top: -10px;
}
.navigations{
	align-items: center;
	margin: auto;
}
	.navbar{
		width: 95%;
		height: 90px;
	}
		
	.logobox{
		width: 12%;
		height: 60px;
		background-image: url("../img/logo.png");
		background-repeat: no-repeat;
		background-size: cover;
		margin-left: 50px;
	}
	.logobox1{
		width: 12%;
		height: 60px;
		background-image: url("../img/logo 1.png");
		background-repeat: no-repeat;
		background-size: cover;
		margin-left: 50px;
	}
	.menubar{
		width: 55%;
		height: 45px;
		background-color: white;
		border-radius: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 0.5px solid #B1B1B1;
		margin-right: 50px;
		margin: auto;
	}
	.menulist{
		width: 80%;
		height: 35px;
		align-items: center;
		justify-content: space-around;
	}

	.picbox{
		background-color: white;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background-image: url("../img/PIC BOX SMALL.png");
		background-repeat: no-repeat;
		background-size: cover;
	}
	ul{
		display: flex;
		justify-content: space-around;
		font-size: 10pt;
	}


	#banner1{
		background-color: black;
		height: 565px;
		width: 100%;
		background-repeat: no-repeat; 
		background-size: cover;
		padding-top: 100px;
		padding-left: 150px;
	}

	.greeting{
		height: 200px;
		width: 40%;
		font-size: 70pt;
		color: #FFFFFF;
		font-weight: 900;
		padding-top: 70px;
	}

	.greeting_text{
		width: 40%;
		font-size: 14pt;
		color: #FFFFFF;
		font-weight: 100;
		margin-bottom: 50px;
	}
	.col-lg-4{
		align-items: center;
	}

	#banner2{
		background-color: black;
		height: 565px;
		width: 100%;
		background-repeat:no-repeat;
		background-size: cover;
		padding-top: 100px;
		padding-left: 150px;
	}

	.menu_divider {
		height: 15px;
		width: 2px;
		background-color: #1c1c1c;
		border-radius: 5px;
		margin-top: 13px;
		margin-left: 5px;
		margin-right: 5px;
	}

	ul li a:hover{
		background-color: #1C1C1C;
		color: white;
		transition: 1s;
		border-radius: 20px;
	}
		ul li navmenu:visited{
		color: #1C1C1C;
	}

	.nav-link{
		border-radius: 20px;
	}
	.nav-link:hover {
		color: white;
	}

	.listcolour{
		color: #1C1C1C;
	}

	.about {
		padding: 2%;
	}

	.lb{
		border-radius: 10px;
	}

	.rd{
		border: 0.05px solid #CCCCCC
	}
	.lb1{
		border-radius: 0.5px solid #1c1c1c;
		border-radius: 10px;
	}
	.ab{
		padding: 30px 30px;
	}

	.portfolio_text_box{
		height: 250px;
		background-image: url("../img/PORT.png");
		background-size: cover;
		padding: 10px 10px;
		margin-top: 50px;
	}
	.ptext{
		font-size: 60pt;
		font-weight: 900;
		text-align: center;
		color: white;
	}

	.p1{
		width: 70%;
		font-size: 15pt;
		font-weight: 400;
		text-align: center;
		justify-content: center;
		color: white;
		margin-top: -20px;
		line-height: 100%;
	}

	.port_menubar{
		
		border-radius: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 0.5px solid #B1B1B1;
		  }
	.port_menulist{
		width: 90%;
		height: 40px;
		align-items: center;
		justify-content: space-around;
		}
	.branding_box{
		border-radius: 15px;
		margin-top: 30px;
		display: inline-block; 
		justify-content: center;
		align-items: flex-end;

		}
		.brand1{
		border-radius: 15px;
		overflow: hidden;
		}
	.clients_box{
		height: 180px;
		background-image: url("../img/clients-box.png");
		background-size: cover;
		padding: 10px 10px;
	}

#clients_margin{
		margin-top: 50px;
		margin-bottom: 20px;
		}	
	.logo_title{
			width: 100%;
			height: 50px;
			font-size: 20pt;
			font-weight: 800;
		}
	#contact{
		height: 550px;
	}
    #footer{
        height: 100px;
		display: flex;
		justify-content: center;
    }
    #thank_you{
	height: 300px;
    }
    #map{
	margin-top: 30px;
    }
    .tt{
	margin-top: 30px;
    }
  	figure {
  max-width:100%;
	margin: 0;
	padding: 0;
	background: #fff;
		border-radius: 10px;
}
.cont span{
  -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
  display: block;
  margin-bottom:20px;
	border-radius: 10px;
	
	
}
figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	border-radius: 10px;
	overflow: hidden;
}
figure:hover img {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	border-radius: 10px;
	overflow: hidden;
	
}
figure:hover+span{
  opacity:1;
	border-radius: 10px;
	overflow: hidden;
}


	.about-us{
		}
		.about-us a{
			color: #fff;
			text-decoration: none;
			font-weight: 500;
			font-size: 20px;
			border: 1px solid #ffff;
			padding: 10px 10px;
			border-radius: 15px;
			
			
		}
		.about-us a:hover{
			color: #1c1c1c;
			background-color: #fff;
			font-weight: 500;
			transition: 0.5s;
		}
		.tt_logo_title{
			align-items: ;
		}
#thank_you{
	display: flex;
	justify-content: center;
}
.p2{
		width: 70%;
		font-size: 10pt;
		font-weight: 200;
		text-align: center;
		justify-content: center;
		color: white;
	}
.social{
	width: 100%;
	color: white;
	list-style-type: none;
	font-size: 20px;
	margin-right: -500px;
}
.contact_margin{
	margin-top: 50px;
	
}
.contact_ptext{
		font-size: 40pt;
		font-weight: 900;
		text-align: center;
		color: white;
	}
#footer_logo{
	margin-left: 50px;
}
#cv{
	width: 100%;
}
.fbox:hover{
			color: #F39D2C;
			border: 1px solid #fff;
			border-radius: 10px;
			padding: 5px 5px;
			transition: 0.2s;
}
.foot{
	width: 20%;
}
.fbox{
	margin-right: 8px;
}
h1{
	font-weight: 650;
}
p{
	font-weight: 450;
}
.contact_icons{
	width: 100%;
	color: white;
	list-style-type: none;
	font-size: 40px;
	margin-right: -5000px;
}
.e_text{
	color: white;
	font-weight: 400px;
	margin-left: 100px;
	margin-top: -70px;
	font-size: 25px;
	line-height: 100%;
	
}
#footer_logo1{
	margin-left: 50px;
}
.mg{
	margin-left: 50px;
}
.margin_top{
	margin-top: 50px;
}
.top_social{
	margin-top: 50px;
}

	.portfolio_text_box


