.navbar-brand {
	font-weight: 900;
	text-transform: uppercase;
	color: #46bae2!important;
}

.custom-navbar {
	-moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
	box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
}
/*@media (min-width: 992px) {
	.custom-navbar .navbar-expand-lg .navbar-collapse{
		margin-top: 0;
	}
}
*/
.custom-navbar .nav-link {
	padding-top: 25px;
	padding-bottom: 25px;
	text-transform: uppercase;
}

.custom-navbar .navbar-nav .nav-link {
	padding-left:.9rem;
	padding-right: .9rem;
}

@media (min-width: 992px) {
	.custom-navbar {
		padding-top: 0;
		padding-bottom: 0;
	}
}
.custom-navbar .navbar-nav .nav-link.active {
	background-color: #f2745f;
	color: #fff;
}
.custom-navbar .navbar-nav .active>.nav-link {
	color: #fff;
}
.section1{
	background-color: skyblue;
}
.home {
	background-image: url("image/top-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.top-content p{
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 3px;
	font-weight: bold;
}
.top-content h2{
	font-size: 75px;
	color: #fff;
	margin: 0;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: bold;
}
.top-bg{
	width: 100%;
}
.primary-button{
	color: #fff;
}
.secondary-button {
	color: #fff;
}
.no-border-radius {
	border-radius: 0;
}

/*section-1*/

.about-us {
	background-image: url("image/services-bg.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section-1{
	background-color:#46bae2;
	color: #fff;
}
.section-1 h5{
	font-size: 44px;
	font-weight: 300;
}
.section-1{
	font-size: 17px;
}
.first-service{
	background-color: #f36d63ba;
	padding: 40px;
}
.second-service{
	background-color: #4c575dc9;
	padding: 40px;
}
.third-service{
	background-color: #4c8cbfb8;
}
.first-service, .second-service, .third-service{
	padding: 45px;
	color: #fff;
}
.first-service h5, .second-service h5, .third-service h5{
	padding: 25px 0 10px 0;
} 
.first-service p, .second-service p, .third-service p{
	text-align: center;
}
.section-3{
	padding: 50px 50px 20px;	
}
.section-3 h4{
	font-size: 30px;
}
.first-list, .second-list, .third-list, .fourth-list, .fifth-list{
	padding-top: 80px;
	height: 250px;
	display: block;
	color: #000;
}

.first-list:hover, .second-list:hover, .third-list:hover, .fourth-list:hover, .fifth-list:hover {
	color: #000;
}

.first-list h4, .second-list h4, .third-list h4, .fourth-list h4, .fifth-list h4{
	font-size: 20px;
	margin-top: 20px;
}

.icon-container {
	height: 48px;
}

.section-4-button{
	background-color: #72bcda;
	color: #fff;
	padding: 5px;
}
.section-4-left{
	float: left;
	width: 50%;
	padding-right: 50px;
}
.section-4-right{
	width: 100%;
}
.section-4-img {
	width: 100%;
}
.section-5{
	padding: 40px 40px 100px;
	background-color: #363e50;
	color: #fff;
}
.carousel-indicators li {
	height: 6px;
}

.enter-address{
	float: left;
	width: 50%;
	padding:0 10px 0 0;
}

#map {
	height: 400px;
	width: 100%;
	margin-top: 30px;
}

@media (min-width: 992px) {
	#map {
		margin: 0px;
	}
}


/*.google-map{
	padding-right: 150px;
	}*/
	.city-name{
		height: 115px;
	}
	.footer{
		height: 200px;
		background-color: #5b696f;
	}
	.back-to-top{
		background-color: #91c6dc;
		padding:20px 10px 10px 10px;
	}
	.footer h6{
		color: #fff;
	}
	a:hover{
		list-style: none;
		text-decoration: none;
	}

	.carousel-img {
		width: 100%;
	}

	.bottom-indicator {
		bottom: -50px;
	}