#building{
	width: 100%;
	padding: 58px 0;
}

	#building > .h-content > h1{
		color: #1e1e1e;	
		text-align: center;
		text-transform: uppercase;
		font-family: "RobotoLight";
		font-size: 35px;
		font-weight: 100;
		padding-bottom: 65px;
	}
	
	#building > .h-content > p{
		color: #1e1e1e;	
		font-family: "RobotoLight";
		font-size: 17px;
		line-height: 20px;
		margin-bottom: 21px;
	}
	
		#building > .h-content > p b{
			font-size: 17px;
		}
		
	.bunker-img{
		width: 100%;
		height: 609px;
		background-color: transparent;
		background-image: url(../images/bunker/bunker.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto 609px;
		margin: 103px 0 0 0;
	}
	
	.one-bunker-sec{
		width: 100%;
		padding: 63px 0 77px 0;
	}
	
		.one-bunker-sec.sec-2{
			background-color: #f2f2f2;
		}
	
		.one-bunker-sec img{
			display: inline-block;
			vertical-align: middle;
			width: 283px;
			height: 283px;
			margin-right: 89px;
		}
		
		.one-bunker-sec div div{
			display: inline-block;
			vertical-align: middle;
			width: 464px;
		}
		
			.one-bunker-sec h3{
				color: #181818;
				font-family: "RobotoBold";
				font-size: 29px;
				margin-bottom: 50px;
			}
			
			.one-bunker-sec p{
				color: #181818;
				font-family: "RobotoLight";
				font-size: 18px;
				margin-bottom: 15px;
				line-height: 21px;
			}
			
	.bunker-middle{
		width: 100%;
		height: 423px;
		background-color: transparent;
		background-image: url(../images/bunker/bunker-middle.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto 423px;
	}
	
		.bunker-middle .h-content{
			padding: 140px 0 0 0;
		}
		
			.bunker-middle h4{
				color: #fff;
				text-align: center;
				font-size: 33px;
			}
			
	.border-bunker{
		width: 100%;
	}
	
		.border-bunker .h-content{
			padding: 95px 0;
		}
		
			.border-bunker .h-content div{
				border: 10px solid #ffc107;
			}
			
				.border-bunker h5{
					text-align: center;
					font-family: "RobotoRegular";
					font-size: 24px;
					font-weight: 500;
					padding: 50px 90px;
				}
				
					.border-bunker .h-content div h5:first-child{
						padding-bottom: 15px;
					}
					
					.border-bunker .h-content div h5:last-child{
						padding-top: 15px;
					}
					
	.bunker-form-area{
		width: 100%;
		height: 304px;
		background-color: transparent;
		background-image: url(../images/bunker/form-bunker.png);
		background-repeat: no-repeat;
		background-size: 100% 364px;
		padding: 70px 0 0 0;
		margin: 70px 0 50px 0;
	}
	
		.bunker-form-area > div{
			margin: 0px 100px; 
		}
	
			.bunker-form-area h2{
				width: 600px;
				color: #fff;
				text-align: center;
				text-transform: uppercase;
				font-family: "RobotoBold";
				font-size: 24px;
				margin: 0 auto;
				margin-bottom: 30px;
			}
			
			.bunker-form-area form div{
				display: inline-block;
				width: 235px;
				margin-right: 20px;
			}
			
				.bunker-form-area form input{
					width: 226px;
					height: 40px;
					border: none;
					border-radius: 2px;
					padding-left: 10px;
				}
				
					.bunker-form-area form > input{
						color: #181818;
						background-color: #ffc107;
						font-family: "RobotoBold";
						font-size: 14px;
						cursor: pointer;
						padding-left: 0;
					}
					
						.bunker-form-area form > input:hover{
							background-color: rgba(255, 193, 7, 0.9);
						}
						
						.bunker-form-area form p{
							color: #fff;
							font-size: 14px;
							font-family: "RobotoRegular";
							margin-bottom: 7px;
						}
						
							.bunker-form-area form p img{
								position: relative;
								top: 2px;
								margin-right: 10px;
							}
							
						.bunker-form-area span{
							display: block;
							color: #fff;
							text-align: center;
							font-family: "RobotoLight";
							font-size: 12px;
							margin-top: 30px;
						}