.navbar-light .navbar-nav .nav-link{
	font-size: 0.9rem;
}
.colla-p{
	font-size: 1.2em !important;
    line-height: 1.68421053em !important;
	color: #808080 !important;
	font-weight: 400 !important;
}
a.navbar-brand{
	color: #1d6883 !important;
	font-size: 28px;
	font-weight: 600;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
	font-weight: 700;
	color: #1d6883 !important;
}
.navbar-light .navbar-nav .nav-link{
	color: rgb(29,104,131);
}
.bg-img{
	background-image: url(../images/banner-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 600px;
	position: relative;
}
.bg-img1{
	background-image: url(../images/bg-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	padding: 80px 0px;
}
.bg-img2{
	background-image: url(../images/bg3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	padding: 40px 0px;
}
.colum{
	background: rgba(0,0,0,0.5);
	text-align: center;
	padding: 2em 0;
}
.slider-caption{
	position: absolute;
	top: 280px;
	left: 15%;
    right: 15%;
}
.hr-edit{
	margin: 25px 0px !important;
    border: 1px solid !important;
    width: 10% !important;
}
.slider-caption h2{
	font-size: 38px;
}
.text-grey{
	color: #808080 !important;
	font-size: 18px !important;
}
.text-about{
	color: #808080 !important;
	font-size: 15px !important;
}
.heavy-p{
	font-size: 20px !important;
	line-height: 1.8 !important;
}
.bg-breadcrumb{
	background: #56a3a0;
	padding: 2em 0em;
}
.bg-breadcrumb h1{
	font-weight: normal !important;
	color: #fff;
}
.icon i{
	font-size: 24px;
}
section.footer-top{
	background: #252525;
	color: #ffffff;
}
section.footer{
	background: #1b1b1b;
}
.carousel-caption{
	bottom: 40% !important;
}
.carousel-caption h1{
	font-weight: 400 !important;
	font-size: 45px !important;
}
@media (max-width: 500px){
	.slider-caption{
	left: 22%;
	top: 200px;
	}
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
	}
}