	html,
		body {
			padding-top: 0px;
			overflow-x: hidden;
		}

		.carousel-inner>.item>img,
		.carousel-inner>.item>a>img {
			line-height: 3;
		}

		.img-responsive,
		.thumbnail>img,
		.thumbnail a>img,
		.carousel-inner>.item>img,
		.carousel-inner>.item>a>img {
			display: block;
			max-width: 100%;
			height: 500px;
		}

		.p-40 {
			padding: 20px;
		}

		.navbar-brand {
			font-size: 24px;
		}

		a {
			color: #fff;
			text-decoration: none;
		}

		.navbar-container {
			padding: 20px 0 20px 0;
		}

		.navbar.navbar-fixed-top.fixed-theme {
			background-color: #222;
			border-color: #080808;
			box-shadow: 0 0 5px rgba(0, 0, 0, .8);
		}

		.navbar-brand.fixed-theme {
			font-size: 18px;
		}

		.navbar-container.fixed-theme {
			padding: 0;
		}

		.navbar-toggle {
			position: relative;
			float: right;
			padding: 9px 10px;
			margin-top: 8px;
			margin-right: 15px;
			margin-bottom: 8px;
			background-color: #0f0e0e;
			background-image: none;
			border: 1px solid #111010;
			border-radius: 4px;
		}

		.container>.navbar-header,
		.container-fluid>.navbar-header,
		.container>.navbar-collapse,
		.container-fluid>.navbar-collapse {
			margin-right: -5px;
			margin-left: 1px;
		}

		.navbar-toggle .icon-bar {
			background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
		}

		.navbar-fixed-top,
		.navbar-fixed-bottom {
			position: fixed;
			right: 0;
			left: 0;
			background: rgba(0, 0, 0, 0.1);
			z-index: 11111;
		}

		.logo {
			width: 100%;
		}

		.navbar-nav {
			float: left;
			margin: 19px 16px 10px 168px;
		}

		.navbar-nav {
			padding-left: 35px;
		}

		.navbar-toggle .icon-bar {
			display: block;

			background: 50%/100% 100% no-repeat;
		}

		.navbar-brand.fixed-theme,
		.navbar-container.fixed-theme,
		.navbar.navbar-fixed-top.fixed-theme,
		.navbar-brand,
		.navbar-container {
			transition: 0.8s;
			-webkit-transition: 0.8s;
		}
	






.toprow {
    background-color: #474d5d;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 69px;
}

.headblue{
    background-color: rgba(30,115,190,0.6);
}