body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #666;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 20px 0;
	font-weight: 700;
	font-size: 32px;
	color: #333;
}
h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #333;
}
h4 {
	font-size: 18px;
	color: #333;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 15px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #1f386e;
	font-weight: 400;
}
a:hover, a:focus {
	text-decoration: none;
	color: #e52f3c;
}
ul, ol {
	list-style: none;
}
ul, ol {
	padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #1E7A46;
	margin-bottom: 20px;
	border: 0;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}
#menu.navbar-default {
	width: 100%;
	background-color: #fff;
	border-color: rgba(231, 231, 231, 0);
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	overflow: hidden;
}
#menu.navbar-fixed-top {
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
#menu.navbar-fixed-top .navbar-brand {
	font-size: 24px;
}
#menu.navbar-fixed-top .navbar-nav > li > a {
	padding: 6px 2px;
	margin: 7px 20px 0 20px;
}
#menu a.navbar-brand {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #1f386e;
	text-transform: uppercase;
	letter-spacing: -1px;
}
#menu.navbar-default .navbar-nav > li > a {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #1f386e;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 2px;
	border-radius: 0;
	margin: 9px 20px 0 20px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #ce2a36;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ce2a36 !important;
	background-color: transparent;
}
#menu .phone {
	font-family: 'Montserrat', sans-serif;
	margin: 4px 0 0 80px;
	float: left;
	font-size: 16px;
	color: #1f386e;
}
#menu .phone span {
	font-size: 14px;
	display: block;
	color: #1f386e;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #fff;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #1b6d3f;
}
.section-title {
	margin-bottom: 70px;
}
.section-title h2 {
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.section-title h2::after {
	position: absolute;
	content: "";
	background-color: #e52f3c;
	height: 3px;
	width: 50px;
	bottom: -1px;
	left: 0;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #e52f3c;
	padding: 14px 20px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	border-radius: 4px;
	transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #1f386e;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Header Section */
header#header {
	padding-top: 110px;
	text-align: center;
	position: relative;
}
.intro  {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.intro .header-img {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.intro img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-repeat: no-repeat;
	background-color: #e5e5e5;
	background-size: cover;
}
.intro .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 100%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding-bottom: 10%;
}
.intro h1 {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 62px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px;
	text-shadow: 0 0 20px rgba(0,0,0,0.7);
	animation: fadeIn 1.5s ease-in-out;
}
.intro p {
	width: 80%;
	max-width: 800px;
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	padding: 20px 30px;
	margin: 0 auto 30px;
	background: rgba(0,0,0,0.6);
	border-radius: 8px;
	animation: fadeIn 2s ease-in-out;
}
.intro .btn-custom {
	animation: fadeInUp 2.5s ease-in-out;
}

@media (max-width: 768px) {
	.intro h1 {
		font-size: 42px;
	}
	.intro p {
		font-size: 18px;
		width: 90%;
	}
}
/* Get Touch Section */
#get-touch {
	padding: 40px 0 30px;
	color: rgba(255,255,255,.7);
	background: #1f386e;
}
#get-touch h3 {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 10px 0;
}
#get-touch .btn-custom {
	margin: 0;
	background: transparent;
	border: 2px solid #fff;
}
#get-touch .btn-custom:hover {
	color: #1f386e;
	background: #fff;
	border: 2px solid #fff;
}
/* About Section */
#about {
	padding: 4% 0;
	background: #f6f6f6;
}
#about h3 {
	font-size: 22px;
	margin: 0 0 20px 0;
}
#about h2 {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
#about h2::after {
	position: absolute;
	content: "";
	background-color: #e52f3c;
	height: 3px;
	width: 50px;
	bottom: -1px;
	left: 0;
}
#about .about-text li {
	margin-bottom: 6px;
	margin-left: 6px;
	list-style: none;
	padding: 0;
}
#about .about-text li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #1f386e;
	font-size: 11px;
	font-weight: 300;
	padding-right: 8px;
}
#about img {
	padding: 20px;
	width: 450px;
	height: 600px;
	margin-top: 10px;
	background: #fff;
	border-right: 0;
	box-shadow: 0 0 50px rgba(0,0,0,0.06);
}
#about p {
	line-height: 24px;
	margin: 30px 0;
}
/* Services Section */
#services {
	padding: 4% 0;
}
#services .service-desc {
	margin: 10px 10px 20px;
	text-align: center;
	padding: 30px 20px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	transition: all 0.3s ease;
}
#services .service-desc:hover {
	transform: translateY(-5px);
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
#services .service-icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin: 0 auto 20px;
	background: #f6f6f6;
	border-radius: 50%;
	transition: all 0.3s ease;
}
#services .service-desc:hover .service-icon {
	background: #1f386e;
	color: #fff;
}
#services .service-icon i {
	font-size: 32px;
	color: #1f386e;
	transition: all 0.3s ease;
}
#services .service-desc:hover .service-icon i {
	color: #fff;
}
#services h3 {
	font-weight: 700;
	padding: 5px 0;
	margin-bottom: 15px;
}
#services .service-desc hr {
	margin-left: 0;
}
#services .service-desc p {
	font-size: 16px;
}
/* Portfolio Section */
#portfolio {
	padding: 4% 0;
	background: #f6f6f6;
}
.portfolio-items {
	overflow: hidden;
}
.portfolio-item {
	margin: 15px 0;
	padding: 0 15px;
}
.portfolio-item .hover-bg {
	height: 460px;
	overflow: hidden;
	position: relative;
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	transition: all 0.3s ease;
	background: #fff;
}
.portfolio-item .hover-bg:hover {
	box-shadow: 0 0 30px rgba(0,0,0,0.15);
	transform: translateY(-5px);
}
.portfolio-item .hover-bg img {
	width: 100%;
	height: 100%;
	transition: all 0.6s ease;
}
.portfolio-item .hover-bg:hover img {
	transform: scale(1.1);
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: linear-gradient(to top, rgba(31, 56, 110, 0.95), rgba(31, 56, 110, 0.8));
	padding: 20px;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.4s ease;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	transition: all 0.3s ease;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 1.3;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* 响应式调整 */
@media (max-width: 992px) {
	.portfolio-item .hover-bg {
		height: 250px;
	}
}

@media (max-width: 768px) {
	.portfolio-item .hover-bg {
		height: 220px;
	}
	.hover-bg .hover-text>h4 {
		font-size: 14px;
	}
}

@media (max-width: 576px) {
	.portfolio-item .hover-bg {
		height: 200px;
	}
	.portfolio-item {
		padding: 0 10px;
	}
}
/* Contact Section */
#contact {
	padding: 100px 0 60px 0;
	background: #1f386e;
	color: rgba(255,255,255,.65);
}
#contact .section-title {
	margin-bottom: 60px;
}
#contact .section-title p {
	width: 100%;
	text-align: center;
	font-size: 16px;
}
#contact .section-title p i {
	display: inline-block;
	width: 20px;
	height: 20px;
}
#contact h2 {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
#contact h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
}
#contact .contact-info {
	padding: 40px;
	background: rgba(255,255,255,0.05);
	border-radius: 8px;
	max-width: 600px;
	margin: 0 auto;
}
#contact .contact-info p {
	margin-bottom: 20px;
	font-size: 18px;
}
#contact .contact-info p i {
	margin-right: 15px;
	color: #e52f3c;
	font-size: 20px;
}
#contact .contact-info .tel {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 25px;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
/* Footer Section*/
#footer {
	background: #f6f6f6;
	padding: 30px 0;
}
#footer p {
	color: #888;
	font-size: 14px;
}
#footer a {
	color: #1f386e;
}
#footer a:hover {
	color: #e52f3c;
}

div#logo {
	float: left;
	padding-top: 11px;
	padding-right: 2px;
}

div#logo img {
	width: 30px;
}

#menu .phone .tel {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../img/phone.png') no-repeat 0 0;
	background-size: 20px 20px;
}

@media (max-width: 768px) {
	#about img {
		margin: 50px 0;
		width: 100% !important;
		height: auto !important;
	}
	#services .service-desc {
		margin: 10px 0;
	}
	.portfolio-item {
		padding: 0 10px;
	}
	.portfolio-item .hover-bg {
		height: 200px;
	}
	#contact .contact-info {
		padding: 20px;
	}
	#menu .phone {
		display: none;
	}
}

@media (max-width: 1400px) {
	.portfolio-item .hover-bg {
		height: 300px;
	}
}

@media (max-width: 1200px) {
	.portfolio-item .hover-bg {
		height: 250px;
	}
}

@media (max-width: 600px) {
	.intro h1 {
		font-size: 32px;
	}
	.intro p {
		font-size: 16px;
		padding: 15px;
	}
	.portfolio-item .hover-bg {
		height: 180px;
	}
	#menu a.navbar-brand {
		font-size: 20px;
	}
}

/* Animation Classes */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(30px, 0, 0);
		transform: translate3d(30px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(30px, 0, 0);
		transform: translate3d(30px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}