header{
	height: 100vh;
	width: 100vw;
}
#carousel-example-generic, 
.carousel-inner,
.carousel-item,
.carousel-item img{
	height: 100%;
	width: 100%;
}
#carousel-example-generic{
	position: relative;
}
.overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	left:0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);

}
.navbar-light{
	background-color: transparent !important;
}
.overlay__body{
	height: calc(100% - 86px);
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link{
	color: #fff !important;
}
.overlay__heading{
	color: #fff;
	font-weight: 900;
	letter-spacing: 2px;
	font-size: 40px;
	margin-bottom: 150px;

}

.overlay__wrap .btn-outline{
	background-color: transparent;
	border:1px solid #fff;
	color: #fff;
	font-weight:500;
	padding: 10px 15px;
	width:200px;
	outline: none;
	border-radius: 0 !important;
	transition:1s all ease-in-out;
}
.overlay__wrap .btn-outline:hover{
	background-color: #a1161b;
	border: 1px solid #a1161b;
}
.overlay__heading span{
	color: #895931;
}
.btn:focus{
	box-shadow: none !important;
}

.image__class1{
	width: 100%;
	padding-top:20px;
	height:200px;
}


.col-50{ 
	flex: 50% 0 0;
}
.col-25{
	flex: 25% 0 0;
}

.h5__styling{
	padding-top: 50px;
	text-align: center;
}

.image__class2{
	width: 100%;
	height:200px;
}

.line001{
	height: 2px;
	background-color: #555;
	width: 100px;
	display: inline-block;
}


.ico_{
	display: inline-block;
	position: relative;
    top: -11px;
    margin: 0 5px;
}
.ico__design{
	margin: 0 auto;
	display: flex;
	justify-content:center;
}
.paragrahy__color{
	color: red;
	font-weight: bold;
}
.text__paragraph{
	font-weight: bold;
}
.paragraph__setting{
	display: flex;
	justify-content: space-between;
}

.card{
	border: 0;
}
.footer__spacing{
}
.main__footer{
	background-color: black;
	margin-top: 50px;

}
.row__styling{
	padding: 20px 50px 0 ;
}
.nubering__styling{
			border: 1px solid white;
			width: 40px;
			height: 40px;
			border-radius: 100%;
			background-color:black;
			color:#fff;
			display: inline-flex;
			justify-content: center;
			align-items: center;

}
.footer__font__heading{
	font-size: 18px;
	color: #fff;
	font:sans-serif;
}
.footer__font__paragraph{
	font-size: 14px;
	font:sans-serif

}
.paragraph__styling{
	display: inline-block;
}
.image__styling{
	display: block;
}
.horizontal__line{
	color:yellow;
}
.line002{
	height: 2px;
	background-color: #555;
	width: 100%;

}