/*	Theme Main Color: #006699
	Theme Secondary Color: #020E28  */
/* Common CSS 
============== */
html,
body {
	height: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
body {
	font-family: "Microsoft Yahei", 微软雅黑, Tahoma, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	position: relative;
	z-index: 1;
	background: #fff;
	color: #030E2C;
	overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: 500;
	margin: 0;
	color: #020E28;
}
h1 {
	font-size: 70px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 20px;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #191919;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
p {
	font-weight: 400;
	line-height: 25px;
	position: relative;
	color: #777;
}
p.highlight {
	color: #191919;
	font-size: 17px;
	line-height: 27px;
}
button,
input,
textarea,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
	outline-width: 0 !important;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
img {
	display: inline-block;
	max-width: 100%;
}
i,
span,
a {
	display: inline-block;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
li {
	display: inline-block;
}
table,
th,
tr,
td {
	border: 1px solid #191919;
}
th,
tr,
td {
	padding: 10px;
}
hr {
	border-top: 1px solid #eee;
}
/*Section Padding CSS*/
.section-padding {
	padding: 50px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.section-padding {
		padding: 40px 10px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-padding {
		padding: 30px 60px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-padding {
		padding: 250px 35px;
	}
}
@media (max-width: 575px) {
	.section-padding {
		padding: 30px 20px;
	}
}
/*Margin & Padding */
.pad-top-0 {
	padding-top: 0;
}
.pad-bot-0 {
	padding-bottom: 0;
}
.pad-top-1 {
	padding-top: 1px;
}
.pad-bot-1 {
	padding-bottom: 1px;
}
.pad-top-10 {
	padding-top: 10px;
}
.pad-top-20 {
	padding-top: 20px;
}
.pad-bot-20 {
	padding-bottom: 20px;
}
.pad-top-30 {
	padding-top: 30px;
}
.pad-bot-30 {
	padding-bottom: 30px;
}
.pad-top-40 {
	padding-top: 40px;
}
.pad-bot-40 {
	padding-bottom: 40px;
}
.pad-top-50 {
	padding-top: 50px;
}
.pad-bot-50 {
	padding-bottom: 50px;
}
.mt-20 {
	margin-top: 20px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.mb-30 {
	margin-bottom: 40px;
}
.mt-50 {
	margin-top: 50px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mt-70 {
	margin-top: 70px;
}
.mb-70 {
	margin-bottom: 70px;
}
.mt-80 {
	margin-top: 80px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mt-90 {
	margin-top: 90px;
}
.mb-90 {
	margin-bottom: 90px;
}
.mt-100 {
	margin-top: 100px;
}
.mb-100 {
	margin-bottom: 100px;
}
/*Section Title */
.section-title {
	position: relative;
}
.section-title h2 {
	font-size: 30px;
	font-weight: 550;
	line-height: 40px;
	margin: 5px 0 0;
}
.section-title h6 {
	color: #cacaca;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/*Button Style */
.main-btn {
	display: inline-block;
	background: #006699;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: capitalize;
	padding: 12px 40px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 10px;
	-webkit-transition: .3s;
	transition: .3s;
}
.main-btn.btn-2 {
	background: transparent;
}
.main-btn.btn-white {
	background: #fff;
	color: #191919;
}
.main-btn:hover {
	background-color: #00cccc;
	color: #fff;
}
/*Form Style CSS */
input,
textarea,
select {
	width: 100%;
	background: transparent;
	border: 1px solid #ddd;
	padding: 10px;
	letter-spacing: 1px;
	-webkit-transition: .3s;
	transition: .3s;
	margin-bottom: 10px;
	border-radius: 5px;
  color: #fff;
}
textarea {
	height: 150px;
	resize: none;
}
input[type="submit"],
button[type="submit"] {
	border: none;
	display: inline-block;
	background: #F55B15;
	color: #fff;
	padding: 12px 20px;
	margin: 20px 0;
	width: auto;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
	border-radius: 50px;
	font-weight: 600;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-size: 15px;
	font-weight: 500;
	color: #191919;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-size: 15px;
	font-weight: 500;
	color: #191919;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	font-size: 15px;
	font-weight: 500;
	color: #191919;
}
input::placeholder,
textarea::placeholder {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
/*Bootstrap CSS*/
.container-fluid {
	padding: 0;
}
/* Bacground Color CSS 
============== */
.gray-bg {
	background: #f6f6f6;
}
.white-bg {
	background: #fff;
}
.blue-bg {
	background: #030f27;
}
.bg-cover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
}
.overlay {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(3, 15, 39, 0.28);
}
.overlay-2 {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #020E28;
	opacity: .8;
}
/* Background Image
============== */
.single-slide-item {
	background-image: url(../img/slider/slide-1.jpg);
}
.hero-area-bg-2 {
	background-image: url(../img/slider/slide-2.jpg);
}
#home2 .single-slide-item {
	background-image: url(../img/slider/slide-1.jpg);
}
#home2 .hero-area-bg-2 {
	background-image: url(../img/slider/slide-2.jpg);
}
#home3 .single-slide-item {
	background-image: url(../img/slider/slide-5.jpg);
}
#home3 .hero-area-bg-2 {
	background-image: url(../img/slider/slide-6.jpg);
}
.services-area {
	background-image: url(../img/service/service-bg.jpg);
}
.project-bg {
	background-image: url(../img/project/project-1-1.jpg);
}
.project-bg-2 {
	background-image: url(../img/project/project-1-2.jpg);
}
.project-bg-3 {
	background-image: url(../img/project/project-1-3.jpg);
}
.project-bg-4 {
	background-image: url(../img/project/project-1-4.jpg);
}
.project-bg-5 {
	background-image: url(../img/project/project-5.jpg);
}
.project-bg-6 {
	background-image: url(../img/project/project-6.jpg);
}
.project-bg-7 {
	background-image: url(../img/project/project-7.jpg);
}
.project-bg-8 {
	background-image: url(../img/project/project-8.jpg);
}
.project-bg-9 {
	background-image: url(../img/project/project-9.jpg);
}
.project-bg-10 {
	background-image: url(../img/project/project-5.jpg);
}
.chooseus-bg {
	background-image: url(../img/choose-us-bg.jpg);
}
.skill-bg {
	background-image: url(../img/skill-bg.jpg);
}
.contact-us-area {
	background-image: url(../img/contact.jpg);
}
.single-process-bg {
}
.process-bg-2 {
	background-image: url(../img/process/2.jpg);
}
.process-bg-3 {
	background-image: url(../img/process/3.jpg);
}
.contact-section {
	background-image: url(../img/contact-bg.jpg);
}
/* Pre-Loader CSS 
============== */
#loader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #020E28;
	z-index: 999999;
}
#loader .loading,
#loader .loading > div {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#loader .loading {
	display: block;
	font-size: 0;
	color: #FF5E15;
	width: 40px;
	height: 40px;
}
#loader .loading > div {
	display: inline-block;
	float: none;
	border: 3px solid;
	width: 40px;
	height: 40px;
	background: transparent;
	border-bottom-color: transparent;
	border-radius: 100%;
	-webkit-animation: loading .75s linear infinite;
	-moz-animation: loading .75s linear infinite;
	-o-animation: loading .75s linear infinite;
	animation: loading .75s linear infinite;
}
@-webkit-keyframes loading {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes loading {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/* Scroll Top 
============== */
.go-top {
	background-color: #006699;
	color: #FFF;
	width: 40px;
	height: 40px;
	border-radius: 25px;
	bottom: 6em;
	right: 2em;
	font-size: 18px;
	line-height: 43px;
	text-align: center;
	text-decoration: none;
	display: none;
	position: fixed;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.go-top {
		width: 35px;
		height: 35px;
		bottom: 5em;
		right: 2em;
		font-size: 15px;
		line-height: 33px;
	}
}
@media (max-width: 575px) {
	.go-top i:before {
		font-size: 14px;
	}
	.go-top {
		right: 1em;
		bottom: 6em;
		z-index: 1;
	}
}
.go-top:hover {
	background-color: #020E28;
	color: #fff;
}
/* Sticky CSS 
============== */
.header-area .is-sticky .sticky-area {
	background: #fff;
	box-shadow: 0 3px 16px -2px #d0cece;
	z-index: 999 !important;
	-webkit-animation: slideInDown .6s forwards;
	animation: slideInDown .6s forwards;
	margin-top: 0;
}
.header-area.header-3 .is-sticky .sticky-area {
	background: #10102D;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 80px;
	margin-top: 0;
}
.header-area .is-sticky .navigation {
	margin-top: 0;
}
/* Header Top Area
============== */
.header-top {
	background: #F8F9FB;
	font-size: 13px;
	padding: 10px 0;
}
.contact-info i {
	color: #F55B15;
	font-size: 18px;
	margin-right: 8px;
}
.site-info img {
	padding-bottom: 2px;
  padding-right: 5px;
}
.site-info a {
	padding: 0 10px;
}
/* Header Area 
============== */
.auto-container {
	width: 1130px;
	margin: 0 auto;
	max-width: 95%;
}
.header-area .logo img {
	width: 180px;
}
.header-area.header-2 .logo img {
	width: 180px;
	margin-top: 7px;
}
.header-3 .logo {
	margin-top: 8px;
}
.header-area {
	padding-top: 8px;
}
.header-area.header-2 {
	padding-top: 0;
}
.responsive-logo {
	display: none;
}
.header-area.header-2 .header-btn.main-btn {
	margin-top: 16px;
	padding: 14px 24px;
  font-size: 16px;
}
.header-area.header-2 .header-btn.main-btn a {
	color: #fff;
}
.header-area.header-2 .main-menu li.nav-item {
  margin-left: 50px;
}
.header-area.header-2 li.nav-item .nav-link {
	color: #020E28;
}
.header-area.header-2 .main-menu .navbar-nav .nav-link.active {
	color: #020E28;
}
.header-area.header-2 .main-menu li.nav-item:hover > a {
	color: #777;
}
.header-area.absolate-header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
	padding: 20px 0;
	-webkit-transition: .3s;
	transition: .3s;
}
/* Header Aside
============== */
#header-aside .aside-content {
	float: right;
	color: #585252;
	margin-top: 14px;
}
#header-aside .aside-content .info-wrap {
	display: table;
	overflow: hidden;
	width: 100%;
}
#header-aside .aside-content .info-i,
#header-aside .aside-content .info-c {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
#header-aside .aside-content .info-i {
	width: 45px;
}
#header-aside .aside-content .info-i span {
	position: relative;
	z-index: 1;
	font-size: 30px;
	color: #006699;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
}
#header-aside .aside-content .info-i span i::before {
	font-size: 36px;
}
#header-aside .aside-content .info-i span:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border: 1px dashed transparent;
	background-color: transparent;
}
#header-aside .aside-content .inner > div {
	float: left;
	display: block;
	width: 170px;
	border-right: 1px solid #e8ebf2;
	position: relative;
	color: #777;
	font-weight: 500;
	line-height: 20px;
	margin-left: 25px;
}
#header-aside .aside-content .inner > div:last-child {
	border: 0;
}
/* Main Menu 
============== */
.header-area .navigation {
	padding: 0px 30px;
	background: #020E28;
	height: 80px;
	margin-top: 10px;
	margin-bottom: -35px;
	position: relative;
	z-index: 9;
}
.header-area.header-2 .navigation {
	padding: 0;
	background: none;
	height: 80px;
	border-radius: none;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	z-index: 9;
}
.header-area.header-3 .navigation {
	background: #00000040;
}
.main-menu .navbar {
	padding: 0;
}
.main-menu li.nav-item {
	position: relative;
}
.header-3 .main-menu li.nav-item {
	margin-right: 30px;
}
.main-menu li.nav-item:last-child {
	margin-right: 0;
}
.main-menu .navbar-nav .nav-link {
	font-size: 15px;
	font-weight: 600;
	color: #d7d7d7;
	display: block;
	padding: 30px 0;
}
.main-menu .navbar-nav .nav-link.active {
	color: #fff;
}
.main-menu li.nav-item:hover > a {
	color: #fff;
}
.header-area.theme-2 .navigation {
	background: transparent;
}
/*Dropdown Menu */
.sub-menu {
	position: absolute;
	left: 0;
	top: 104px;
	width: 180px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
	z-index: 99;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.sub-menu::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 4px;
	top: 0;
	left: 0;
	background: #006699;
	visibility: hidden;
	opacity: 0;
}
.main-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	top: 80px;
}
.main-menu li:hover .sub-menu::after {
	opacity: 1;
	visibility: visible;
}
.main-menu ul.sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-menu .sub-menu li {
	display: block;
	border-bottom: 1px solid #eee;
}
.main-menu .sub-menu li a {
	font-size: 14px;
	font-weight: 400;
	display: block;
	padding: 12px;
	color: #191919;
	-webkit-transition: .3s;
	transition: .3s;
}
.main-menu .sub-menu li:hover > a {
	color: #006699;
}
.dropdown-toggle::after {
	display: none !important;
}
.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
	display: none;
}
/*Header Right Content */
.header-area .main-btn {
	margin-top: 14px;
}
/* Slider CSS 
==================*/
.single-slide-item {
	background-size: cover;
	background-position: center;
	background-color: #ddd;
	color: #fff;
	width: 100%;
	height: 700px;
	display: table;
	position: relative;
	z-index: 1;
}
#home3 .single-slide-item {
	height: 750px;
}
.single-slide-item h1 {
	color: #fff;
	font-size: 50px;
	font-weight: 400;
	line-height: 90px;
	letter-spacing: 1px;
	margin: 30px 0;
}
.single-slide-item p {
	color: #ccc7c7;
	font-size: 18px;
	line-height: 30px;
}
.homepage-slides .owl-nav button.owl-prev,
.homepage-slides .owl-nav button.owl-next {
	width: 50px;
	height: 50px;
	border: 2px solid;
	font-size: 20px;
	font-weight: 100;
	line-height: 16px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -25px;
	color: #006699;
	border-radius: 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}
.homepage-slides .owl-nav button.owl-next {
	left: auto;
	right: 15px;
}
.homepage-slides:hover .owl-nav button.owl-prev,
.homepage-slides:hover .owl-nav button.owl-next {
	visibility: visible;
	opacity: .3;
}
.homepage-slides .owl-nav button.owl-prev:hover,
.homepage-slides .owl-nav button.owl-next:hover {
	background: #006699;
	color: #fff;
	border-color: #006699;
	opacity: 1;
}
.hero-area-content {
	display: table-cell;
	vertical-align: middle;
}
.hero-area-content .main-btn {
	margin: 25px 0;
}
#home2 .hero-area-content .main-btn {
	margin-left: 170px;
	margin-top: -10px;
  background: #00cccc;
}
.slide-border {
	position: absolute;
	top: 15%;
	left: 6%;
}
/* Info Seciton 
============== */
.info-content-area .main-btn {
	background: transparent;
	color: #006699;
	border: 2px solid;
	margin: 40px 0;
}
.info-content-area .main-btn:hover {
	background: #006699;
	color: #fff;
	border-color: #006699;
}
.info-content-area h2 {
  font-size: 30px;
}
/* Service Section 
============== */
.services-area {
	position: relative;
	z-index: 1;
}
.services-area:after {
	position: absolute;
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #020E28;
	opacity: .5;
	z-index: -1;
}
.service-icon i:before {
	font-size: 50px;
	color: #FF5316;
}
.single-service-area {
	margin-bottom: 100px;
	text-align: center;
}
.single-service-area h4 {
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	color: #fff;
	margin: 30px 0 10px;
}
.single-service-area p {
	color: #ccc7c7;
}
/* CTA Section 
============== */
.cta-area {
	position: relative;
	z-index: 1;
}
.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0 80px;
	margin: 0 auto;
}
.cta-content {
	background: #FF5316;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 180px;
	padding: 45px;
	border-radius: 7px;
	position: relative;
	margin-top: -60px;
}
.cta-area.home-2 .cta-content {
	margin-bottom: -60px;
	margin-top: 30px;
}
.cta-content h2 {
	color: #fff;
}
.home-2 .cta-content {
	margin-bottom: -60px;
}
/* About Section 
============== */
.about-key {
	background: #f6f6f6;
	border-radius: 5px;
	padding: 50px 20px 25px;
	margin-top: 50px;
	border-bottom: 4px solid #f6f6f6;
	transition: .3s;
}
.about-key .service-icon {
	float: left;
}
.about-key h5 {
	padding-left: 70px;
	margin-top: -10px;
	margin-bottom: 20px;
}
.about-key p {
	padding-left: 70px;
}
.about-key:hover {
	border-bottom: 4px solid #006699;
}
.about-area.home-3 .main-btn {
	margin-top: 50px;
}
/* Project Section 
============== */
.single-project-item.bg-cover {
	height: 450px;
}
.single-project-item {
	position: relative;
	z-index: 1;
	border-bottom: 4px solid #020E28;
}
.single-project-item:hover {
	border-bottom: 4px solid #006699;
}
.project-inner .hover-info {
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	transform: translateY(50px);
	width: 100%;
	z-index: 2;
	padding: 35px 40px 35px 38px;
	max-width: 500px;
	transition: all ease 0.3s;
	transition-delay: 0.07s;
}
.single-project-item:hover .hover-info {
	opacity: 1;
	transform: translateY(0);
}
.project-inner:after {
	content: " ";
	width: 100%;
	height: 100%;
	background-color: rgba(3, 15, 39, 0.8);
	display: block;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0px;
	transition: all ease 0.3s;
}
.single-project-item:hover .project-inner:after {
	opacity: 1;
}
.hover-info h4 {
	color: #fff;
	margin-bottom: 15px;
}
.hover-info p {
	color: #eee;
}
.hover-info a {
	color: #006699;
	font-size: 14px;
}
.project-inner .project-icon {
	position: absolute;
	right: 35px;
	top: 30px;
	opacity: 0;
	z-index: 2;
	transition: all ease 0.3s;
	font-size: 30px;
	cursor: pointer;
}
.single-project-item:hover .project-icon {
	opacity: 1;
	color: #006699;
}
.project-area.home3 .section-title {
	margin-bottom: 50px;
}
.home3 .single-project-item:hover {
	border-bottom: 4px solid #006699;
	overflow: hidden;
}
#project-page .single-project-item {
	margin-bottom: 50px;
}
/* Feature Section 
============== */
.single-feature-item .num {
	font-size: 18px;
	background: #006699;
	display: inline-block;
	padding: 10px;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	float: left;
	border-radius: 50%;
}
.feature-image img {
	border-radius: 10px;
}
.feature-content {
	margin: 35px 0;
}
.feature-content h5 {
	padding-left: 75px;
	margin-bottom: 15px;
}
.feature-content p {
	padding-left: 75px;
}
.key-feature {
	padding: 20px;
	border-radius: 7px;
	margin-top: 50px;
}
.key-feature.active {
	background: #020E28;
}
.key-feature.active h6 {
	color: #fff;
}
.key-feature .num {
	float: left;
	border: 2px solid #006699;
	padding: 4px;
	color: #006699;
	font-size: 25px;
	margin-top: 2px
}
.key-feature h6 {
	padding-left: 60px;
}
.key-feature p {
	padding-left: 60px;
	margin: 0;
}
.key-feature:hover {
	background: #020E28;
}
.key-feature:hover h6 {
	color: #fff;
}
.key-feature:hover p {
	color: #fff;
}
/* Achievement Section 
============== */
.achievement-area {
	background-image: url(../img/achievement.jpg);
	height: 300px;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
}
.achievement-area.home2 {
	background-color: #020E28;
}
.single-counter-box {
	text-align: center;
}
.single-counter-box .counter-number span {
	font-size: 50px;
	color: #fff;
	margin: 30px 0 10px;
}
.single-counter-box p.counter-number {
	font-size: 40px;
	color: #fff;
}
.single-counter-box h6 {
	color: #fff;
}
/* Testimonial Section  
============== */
.single-client-item {
	background: #fff;
	text-align: center;
	padding: 30px;
	margin-top: 50px;
	border-bottom: 4px solid #f6f6f6;
	border-radius: 7px;
}
.single-client-item:hover {
	border-bottom: 4px solid #006699;
}
.single-client-item img {
	max-width: 90px;
	height: auto;
	border-radius: 50%;
	margin: 0 auto;
}
.client-desc h5 {
	font-size: 18px;
	margin: 25px 0 10px;
}
.client-desc span {
	color: #006699;
	margin-bottom: 30px;
	font-size: 95%;
}
.client-carousel .owl-dots {
	text-align: center;
	margin-top: 50px;
}
.owl-dots button.owl-dot span {
	width: 10px;
	height: 10px;
	background: #006699;
	border-radius: 50%;
	margin-right: 10px;
	margin-top: 20px;
}
.owl-dots button.owl-dot.active span {
	width: 35px;
	height: 10px;
	border-radius: 7px;
	background: #006699;
}
/* Choose Us Section 
============== */
.chooseus-bg {
	width: 50%;
	height: 550px;
	position: relative;
	background-size: cover;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.chooseus-bg {
		display: none;
	}
}
@media (max-width: 767px) {
	.chooseus-bg {
		display: none;
	}
}
.chooseus-content {
	width: 50%;
	padding: 60px;
	padding-bottom: 0;
	background: #020E28;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.chooseus-content {
		padding: 26px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.chooseus-content {
		width: 100%;
		padding: 80px;
	}
}
@media (max-width: 767px) {
	.chooseus-content {
		width: 100%;
		padding: 50px;
	}
}
.choose-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}
.choose-area .section-title h2 {
	color: #fff;
}
.choose-certify {
	margin: 45px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.choose-certify {
		margin: 25px 0;
	}
}
.choose-certify i {
	font-size: 45px;
	color: #006699;
	position: absolute;
}
.choose-certify h5 {
	color: #fff;
	padding-left: 70px;
	margin-bottom: 15px;
}
.choose-certify p {
	padding-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.choose-certify p {
		font-size: 14px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.choose-certify p {
		font-size: 14px;
	}
}
.chooseus-content h5 {
	margin-bottom: 20px;
}
/* Blog Section 
============== */
#blog-page .single-blog-item {
	background: #fff;
}
#blog-page .single-blog-item a.read-more {
	color: #F36C27;
}
#blog-page .single-blog-item img:hover {
	transform: none;
}
.blog-content p {
	font-size: 12px;
}
p.blog-meta {
	font-size: 15px;
  margin-bottom:0;
}
p.blog-meta i:before {
	padding-right: 7px;
}
.blog-content {
	padding: 10px 10px 0 10px;
}
.blog-content h4 {
	font-size: 15px;
	line-height: 20px;
  color: #777;
}
.blog-area .main-btn.btn-white, .process-area .main-btn.btn-white {
	color: #006699;
	margin-top: 10px;
	padding: 15px 30px;
}
.blog-area .main-btn.btn-white:hover {
	background: #006699;
	color: #fff;
}
.blog-bg {
	position: relative;
	overflow: hidden;
}
.blog-bg img {
	transition: transform ease 0.3s;
}
.blog-bg img:hover {
	transform: scale(1.07) rotate(1.5deg);
}
/* Contact Section 
============== */
.contact-us-area {
	background-attachment: fixed;
}
.contact-us-content h2 {
	color: #fff;
}
.contact-us-content p {
	color: #e0d9d9;
	margin: 30px 0;
}
/*Footer Area */
.footer-area {
	background: #171A1F;
	color: #fff;
}
.footer-area h5 {
	color: #fff;
	margin: 20px 0;
  font-size: 16px;
  font-weight: 600;
}
.footer-area p {
	margin-top: 16px;
}
.contact-info p {
	margin-bottom: 10px;
}
.footer-area ul li a {
	display: block;
	color: #d7d7d7;
	padding: 7px 0;
}
.footer-area ul li a:hover {
	color: #006699;
}
.subscribe-form button {
	padding: 10px 30px;
	line-height: 13px;
	background: #006699;
	color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border: 0;
	cursor: pointer;
}
.subscribe-form {
	position: relative;
}
.subscribe-form input {
	border: 0;
	background: #3D4147;
	border-radius: 10px;
}
.subscribe-form input::placeholder {
	color: #797A7E;
}
.footer-up {
	padding: 30px 0;
}
.footer-up .logo {
	width: 180px;
}
.footer-up .social-area i {
	color: #eee;
	font-size: 21px;
	margin-right: 10px;
	margin-top: 20px;
}
.footer-bottom {
	padding: 10px 0;
	background: #1E2126;
}
.footer-bottom p {
	margin: 0;
}
p.privacy {
	text-align: right;
}
/* Feature Section # 02
============== */
.feature-area.home-2 {
	padding-bottom: 50px;
}
.home-2 .single-feature-item {
	text-align: center;
	padding: 25px;
	padding-top: 50px;
	height: 300px;
	position: relative;
	z-index: 1;
	margin-top: -86px;
	background: #fff;
	box-shadow: 0 3px 8px -2px #d0cece;
}
.home-2 .single-feature-item h5 {
	font-size: 20px;
	margin: 20px 0;
	margin-top: 40px;
}
.home-2 .single-feature-item.spro {
	background: #006699;
	color: #fff;
}
.home-2 .single-feature-item.spro h5 {
	color: #fff;
}
.home-2 .single-feature-item.spro p {
	color: #fff;
}
.home-2 .single-feature-item.spro .feature-icon {
	color: #fff;
}
.home-2 .single-feature-item.spro .feature-icon i:before {
	color: #fff;
}
.home-2 .single-feature-item i {
	position: relative;
}
.home-2 .single-feature-item i:after {
	position: absolute;
	content: "";
	top: -2px;
	left: -35px;
	width: 70px;
	height: 70px;
	background: #0099CC;
	border-radius: 50%;
	z-index: -1;
	opacity: .9;
	transition: .3s;
}
.home-2 .feature-icon i:before {
	font-size: 60px;
	font-weight: 400;
	color: #006699;
}
.home-2 .feature-icon:hover i:after {
	width: 90px;
	height: 90px;
	opacity: .8;
	left: -18px;
	top: -28px;
}
/* Info Section # 02
============== */
.info-content-area p.highlight {
	position: relative;
	padding-left: 25px;
	margin: 20px 0;
}
.info-content-area p.highlight:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	top: 7px;
	left: 0;
	background: #006699;
}
/* Service Section # 02
============== */
.services-area-2 .single-service-area h4 {
	color: #020D29;
	font-weight: 500;
}
.services-area-2 p {
	color: #777;
}
.services-area-2 .single-service-area {
	background: #fff;
	border: 1px solid #eee;
	border-bottom: 4px solid #eee;
	border-radius: 5px;
	padding: 40px;
	padding-bottom: 20px;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
	transition: .3s;
}
.services-area-2 .section-title {
	margin-bottom: 50px;
}
.services-area-2 .single-service-area:before {
	background-image: url(../img/service/single-service-bg.jpg)
}
.services-area-2 .single-service-area:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: .2s;
	background-size: cover;
	background-position: center;
}
.services-area-2 .single-service-area:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #0F355C;
	border-radius: 15px;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	border-radius: 5px;
}
.services-area-2 .single-service-area:hover::before {
	visibility: visible;
	opacity: 1;
}
.services-area-2 .single-service-area:hover::after {
	visibility: visible;
	opacity: .8;
}
.services-area-2 .single-service-area:hover h4 {
	color: #fff;
}
.services-area-2 .single-service-area:hover p {
	color: #fff;
}
.services-area-2 .single-service-area:hover {
	border-bottom: 4px solid #006699;
	border-radius: 5px;
}
/* Service Section # 03
============== */
.services-area-3 .single-service-area h4 {
	color: #020D29;
	font-weight: 500;
}
.services-area-3 p {
	color: #777;
}
.services-area-3 .single-service-area {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 6px;
	padding: 40px;
	padding-bottom: 20px;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
	transition: .3s;
}
.services-area-3 .section-title {
	margin-bottom: 50px;
}
.single-service-area.blue-bg {
	background: #020E28;
	border: 1px solid #020E28;
}
.single-service-area.blue-bg h4 {
	color: #fff;
}
/* Project Section # 02
============== */
.project-grids {
	background-image: url(../img/project/featured-project-bg.jpg);
	position: relative;
	z-index: 1;
}
.featured-project-area .project-grids .grid {
	width: 25%;
	float: left;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}
.featured-project-area .project-grids .inner {
	padding: 120px 60px 60px;
	position: relative;
	top: 60px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.featured-project-area .project-grids .count {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
}
.featured-project-area .project-grids h3 {
	font-size: 22px;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 20px;
}
.featured-project-area .project-grids p {
	color: #cecccc;
	margin-bottom: 0;
	padding-bottom: 2em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.featured-project-area .project-grids .inner > a {
	position: relative;
	top: 100px;
}
.featured-project-area .project-grids .grid:hover .inner > a {
	top: 0;
}
.featured-project-area .project-grids .grid:hover .inner {
	background-color: rgba(19, 30, 74, 0.9);
	top: 0;
}
/* Process Section  
============== */
.single-process-area {
	width: 100%;
}
.single-process {
	display: block;
	border: 1px solid #eee;
}
.single-process-bg {
	width: 100%;
	background-color: #ddd;
	position: relative;
	z-index: 1;
	text-align: center;
	border-radius: 10px 10px 0 0;
}
.process-num {
	position: absolute;
	content: "1";
	width: 70px;
	height: 70px;
	bottom: -33px;
	left: 50%;
	background: #006699;
	color: #fff;
	display: block;
	font-size: 40px;
	line-height: 80px;
	margin-left: -45px;
	border-radius: 50%;
	border: 3px solid #fff;
}
.process-num p {
	font-size: 30px;
	color: #fff;
	margin-top: 20px;
}
.process-content {
	text-align: center;
	background: #fff;
	color: #191919;
}
.process-content h5 {
  margin-bottom: 5px;
}
.process-content h5 a {
	font-size:14px;
  font-weight:600;
}
.single-process-area:hover .process-content {
	background-color: rgba(19, 30, 74, 0.9);
	color: #fff;
	border-radius: 0 0 10px 10px;
}
.single-process-area:hover .process-content h5 {
	color: #fff;
}
.single-process-area:hover .process-content p {
	color: #fff;
}
/* Team Section 
============== */
.team-area {
	border-top: 1px solid #eee;
}
.team-member-bg {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 350px;
	border-radius: 10px;
}
.team-member-bg {
	background-image: url(../img/team/1.jpg);
}
.team-bg-2 {
	background-image: url(../img/team/2.jpg);
}
.team-bg-3 {
	background-image: url(../img/team/3.jpg);
}
.team-bg-4 {
	background-image: url(../img/team/4.jpg);
}
.team-bg-5 {
	background-image: url(../img/team/5.jpg);
}
.team-bg-6 {
	background-image: url(../img/team/6.jpg);
}
.team-bg-7 {
	background-image: url(../img/team/7.jpg);
}
.team-bg-8 {
	background-image: url(../img/team/8.jpg);
}
.single-team-member {
	position: relative;
	margin-top: 25px;
}
.single-team-member .team-content {
	position: absolute;
	bottom: -31px;
	left: 0;
	right: 0;
	background: #fff;
	text-align: center;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.team-content .team-title {
	font-weight: 500;
	margin-bottom: -3px;
}
.team-content .team-title a {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.3px;
	color: #191919;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	margin: 16px 0 5px;
}
.team-content .team-subtitle {
	font-size: 14px;
	color: #7c7c7c;
	margin-bottom: 5px;
}
ul.team-social {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.team-social li {
	display: inline-block;
}
ul.team-social li a {
	color: #fff;
	font-size: 18px;
	padding: 10px;
	transition: all .3s ease-out;
}
.single-team-member:hover .team-social li a {
	color: #006699;
}
.single-team-member:hover .team-content {
	bottom: 0;
	background-color: #131F4B;
}
.single-team-member:hover .team-content .team-title a {
	color: #fff;
}
.single-team-member:hover .team-content .team-subtitle p {
	color: #fff;
	margin: 0;
}
/* Skill Section  
============== */
.skill-bg {
	width: 50%;
	height: 550px;
	position: relative;
	background-size: cover;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.skill-bg {
		display: none;
	}
}
@media (max-width: 767px) {
	.skill-bg {
		display: none;
	}
}
.skill-content {
	width: 50%;
	padding: 75px;
	padding-bottom: 0;
	background: #020E28;
}
.skill-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}
.skill-area .section-title h2 {
	color: #fff;
}
.single-bar-item h4 {
	color: #fff;
	font-size: 15px;
	margin-bottom: 10px;
}
.progress-bar-area {
	margin-top: 40px;
}
.barfiller .fill {
	background: #006699 !important;
}
/* Feature Section # 03
============== */
.featured-area {
	position: relative;
}
.featured-img {
	position: absolute;
	bottom: 0;
}
.featured-area.section-padding {
	padding-bottom: 0;
}
.featured-area .about-key {
	padding: 30px 20px 15px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.featured-area .about-key h5 {
	margin-bottom: 15px;
}
.featured-area .about-key p {
	line-height: 22px;
}
/* Price Section 
============== */
.single-price-item {
	background: #fff;
	padding: 50px;
	border-radius: 7px;
	margin-top: 50px;
	text-align: center;
}
}
.single-price-item:hover {
	box-shadow: 0 0 10px #f6f6f6;
}
.single-price-item h5 {
	font-size: 20px;
	font-weight: 500;
	position: relative;
	margin: 20px 0;
}
.single-price-item h5:before {
	position: absolute;
	content: "";
	width: 54px;
	height: 2px;
	bottom: -10px;
	left: 50%;
	margin-left: -27px;
	background: #006699;
}
.single-price-item p.price-tag b {
	font-size: 30px;
	color: #020E28;
	margin-right: 10px;
}
.single-price-item p.price-tag {
	margin: 10px 0px;
}
.single-price-item p {
	font-size: 14px;
	margin: 25px 0;
}
.single-price-item span {
	margin-top: 30px;
}
/* Contact Section # 02 
============== */
.address-box {
	border: 1px solid #ddd;
	padding: 65px;
}
.address-box h3 {
	font-size: 30px;
	color: #fff;
	margin: 25px 0;
}
.address-box p {
	color: #8998C1;
	font-size: 14px;
}
.address-box h6 {
	color: #fff;
	margin-top: 15px;
}
.address-box i {
	color: #006699;
	font-size: 15px;
	margin-right: 3px;
}
.contact-form {
	background: #f6f6f6;
	padding: 50px;
	text-align: center;
}
.contact-form input,
.contact-form textarea {
	background: #fff;
	padding: 13px 25px;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: #BFBFBF;
}
.contact-form h4 {
	margin: 20px 0;
}
.contact-form p {
	margin-bottom: 30px;
}
.contact-form button.main-btn {
	border: none;
}
/* Breadcrumb 
============== */
.breadcroumb-area {
	background-image: url(../img/bread-bg.jpg);
}
.breadcroumb-area {
	height: 300px;
	background-size: cover;
	background-position: center bottom;
	background-color: #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
}
.breadcroumb-area:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #092c3e;
	opacity: .5;
	z-index: -1;
}
.breadcroumb-area .breadcroumb-title h1 {
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	margin-top: 40px;
	margin-bottom: 10px;
}
.breadcroumb-area h6 a {
	color: #fff;
}
.breadcroumb-area h6 {
	color: #fff;
	font-size: 14px;
	margin-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 50px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 40px;
	}
}
@media (max-width: 575px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 35px;
	}
}
/* Blog Page 
============== */
.blog-search input {
	border: none;
	border-bottom: 1px solid #ddd;
	padding: 0;
	padding-bottom: 10px;
}
.blog-search button {
	background: none;
	margin: 0;
	padding: 0;
}
.blog-search button i {
	color: #191919;
	font-size: 20px;
	opacity: .5;
	position: absolute;
	top: 18px;
	right: 28px;
}
.blog-category h5,
.archive h5 {
	font-size: 24px;
	font-weight: 600;
	margin: 25px 0;
}
.blog-category a,
.archive a {
	display: block;
	color: #191919;
	font-size: 14px;
	margin-bottom: 20px;
}
.blog-category a:hover,
.archive a:hover {
	color: #F35E27;
}
.blog-category a.active,
.archive a.active {
	color: #006699;
}
.recent-post h5 {
	margin: 10px 0 20px 0;
	font-weight: 600;
}
.recent-post img {
	float: left;
	width: 70px;
	height: 70px;
}
.single-recent-post h6 {
	margin: 0;
	padding-left: 90px;
}
p.blog-date {
	padding-left: 90px;
}
.single-blog-item-left {
  margin-bottom: 15px;
  overflow: hidden;
}
.single-recent-post {
	
}
.single-recent-post .recent-post-content {
	display: block;
	padding-left: 110px;
}
.single-recent-post h6 a {
	font-size:14px;
}
.popular-tag h5 {
	margin: 30px 0;
	margin-top: 50px;
	font-weight: 600;
}
.popular-tag span {
	padding: 8px 15px;
	background: #ddd;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 15px;
}
.popular-tag a {
	color: #020E28;
	padding: 5px;
}
.popular-tag span.active {
	background: #F35E27;
}
.popular-tag span:hover {
	background: #F35E27;
}
.popular-tag span:hover a {
	color: #fff;
}
.author-profile img {
	width: 90px;
	height: 90px;
	float: left;
}
.comments-section h5 {
	font-size: 22px;
	margin: 40px 0;
}
.comments-section img {
	width: 90px;
	height: 90px;
	float: left;
}
.single-comments-section p {
	padding-left: 120px;
}
a.reply-btn {
	font-size: 14px;
}
.comments-form h3 {
	margin: 50px 0;
}
.author-info {
	padding-left: 120px;
}
.single-comments-section p span {
	padding-left: 50px;
	font-size: 15px;
}
.blog-search {
	border: 1px solid #ddd;
	padding: 15px;
}
.blog-category,
.recent-post,
.archive,
.popular-tag {
	border: 1px solid #ddd;
	padding: 10px 30px 20px;
	margin: 20px 0;
}
.helpline-section {
	background-size: cover;
	background-position: center center;
	height: 350px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
	margin-top: 30px;
}
.helpline-section {
	background-image: url(../img/helpline.jpeg);
}
.helpline-content h4 {
	color: #ffff;
}
.helpline-content p {
	color: #fff;
	margin-top: 20px;
}
.helpline-content button {
	z-index: 9;
	position: relative;
}
/* Portfolio Section 
============== */
.portfolio-area.theme-2 {
	background: #f6f6f6;
}
ul.port-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	ul.port-menu {
		float: left;
	}
}
@media (max-width: 575px) {
	ul.port-menu {
		float: left;
	}
}
ul.port-menu.recent {
	float: none;
}
ul.port-menu li {
	display: inline-block;
	padding: 20px;
	color: #333;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	margin: 20px 0;
}
ul.port-menu li.active {
	color: #006699;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	ul.port-menu li {
		padding: 10px;
	}
}
@media (max-width: 575px) {
	ul.port-menu li {
		padding: 10px;
	}
}
.single-portfolio-item {
	background-image: url(../img/portfolio/1.jpg);
}
.port-bg-2 {
	background-image: url(../img/portfolio/2.jpg);
}
.port-bg-3 {
	background-image: url(../img/portfolio/3.jpg);
}
.port-bg-4 {
	background-image: url(../img/portfolio/4.jpg);
}
.port-bg-5 {
	background-image: url(../img/portfolio/5.jpg);
}
.port-bg-6 {
	background-image: url(../img/portfolio/6.jpg);
}
.port-bg-7 {
	background-image: url(../img/portfolio/7.jpg);
}
.port-bg-8 {
	background-image: url(../img/portfolio/8.jpg);
}
.portfolio-list {
	overflow: hidden;
	margin-left: -1%;
	margin-top: 20px;
}
.single-portfolio-item {
	float: left;
	width: 32.33%;
	height: 350px;
	background-size: cover;
	background-position: center;
	background-color: #333;
	position: relative;
	margin-left: 1%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-portfolio-item {
		width: 100%;
	}
}
@media (max-width: 575px) {
	.single-portfolio-item {
		width: 100%;
	}
}
.single-portfolio-item.large {
	height: 610px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-portfolio-item.large {
		height: 300px;
	}
}
@media (max-width: 575px) {
	.single-portfolio-item.large {
		height: 300px;
	}
}
.single-portfolio-item.wide {
	width: 65.55%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-portfolio-item.wide {
		width: 100%;
	}
}
@media (max-width: 575px) {
	.single-portfolio-item.wide {
		width: 100%;
	}
}
.single-portfolio-item .details {
	background: #006699de;
	width: 100%;
	height: 100%;
	padding: 50px 35px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.single-portfolio-item .info {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	margin-top: -20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.single-portfolio-item .info a:hover {
	color: #fff;
}
.single-portfolio-item .info a {
	font-size: 18px;
	color: #FFF;
}
.single-portfolio-item h5 {
	margin-bottom: 10px;
}
.single-portfolio-item:hover .details {
	opacity: 1;
	visibility: visible;
	top: 0;
}
.single-portfolio-item:hover .details .info {
	opacity: 1;
	margin-top: 0;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.portfolio-list.recent {
	margin-top: 0;
}
ul.port-menu.recent {
	list-style: none;
	padding: 0;
	bottom: 0;
	text-align: center;
	position: inherit;
}
.load-more-btn {
	text-align: center;
}
.load-more-btn .main-btn {
	padding: 10px 20px;
	margin-top: 60px;
}
.portfolio-single-section h3 {
	margin: 30px 0;
}
.project-info {
	border: 1px solid #ddd;
	padding: 30px;
}
.project-info .main-btn {
	padding: 12px 18px;
	font-size: 15px;
	margin: 20px 0;
	width: 60%;
	margin-left: 20%;
}
.project-overview h5 {
	margin: 30px 0;
}
.port-2 .single-portfolio-item {
	width: 24.33%;
	margin-left: 0;
	margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.port-2 .single-portfolio-item {
		width: 48.33%;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.port-2 .single-portfolio-item {
		width: 100%;
	}
}
@media (max-width: 575px) {
	.port-2 .single-portfolio-item {
		width: 100%;
	}
}
.port-2 .portfolio-list {
	margin-right: -3%;
}
/* Single Service 
============== */
.service-list {
	background: #F6F6F6;
	padding: 30px;
	margin-bottom: 30px;
}
.service-list h5 {
	margin: 30px 0;
}
.service-list a {
	display: block;
	color: #b3abab;
	padding: 10px;
	margin-bottom: 20px;
	background: #fff;
}
.service-list a.active {
	background: #006699;
	color: #fff;
}
.service-list a span {
	float: right;
}
.single-service h2 {
	margin: 30px 0;
}
.single-service h5 {
	margin: 20px 0;
}
.single-service p {
	font-size: 14px;
	line-height: 28px;
}
.single-service-bg img {
	width: 100%;
}
.helpline-section {
	background: #020E28;
	color: #fff;
	padding: 20px;
	margin-top: 35px;
	height: 272px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.helpline-section h4 {
	color: #fff;
	margin-top: 15px;
}
.helpline-section button {
	margin-top: 15px;
}
/* Single Project 
============== */
.portfolio-single-section h3 {
	font-size: 34px;
	margin: 30px 0;
}
.project-info {
	border: 1px solid #ddd;
	padding: 20px 30px 22px 30px;
}
.project-info h5 {
	font-weight: 600;
	margin-bottom: 20px;
}
.project-info p {
	margin: 25px 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.project-info p b {
	color: #222;
}
.project-info span {
	float: right;
}
.project-info .main-btn {
	padding: 12px 18px;
	font-size: 15px;
	margin: 20px 0;
	width: 60%;
	margin-left: 20%;
}
.project-overview h5 {
	margin: 30px 0;
  border-bottom: 1px #ccc solid;
  padding-bottom: 10px;
  font-weight: 600;
}
.project-overview p {
	margin-bottom: 0px;
}
/* Single Blog 
============== */
.blog-meta span i {
	color: #006699;
	font-size: 20px;
	margin-right: 10px;
}
.single-blog-wrap h3 {
	margin: 20px 0;
}
/* FAQ CSS 
============== */
.styled-faq {
	margin-top: 50px;
}
.styled-faq .panel-group .panel {
	border-radius: 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	margin-bottom: 30px;
}
.styled-faq .panel-default > .panel-heading {
	background: none;
	padding: 0;
	border: 1px solid #ddd;
}
.styled-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top: none;
	padding: 10px;
}
.styled-faq .panel .panel-heading h6 {
	font-weight: 600;
}
.styled-faq .panel .panel-heading h6 a {
	display: block;
	text-decoration: none;
	padding: 12px;
	color: #191919;
}
@media (max-width: 575px) {
	.styled-faq .panel .panel-heading h6 a {
		font-size: 14px;
	}
}
.styled-faq .panel .panel-heading h6 a i.fa {
	float: right;
	font-size: 150%;
	line-height: 15px;
	display: none;
	color: #ddd;
}
.styled-faq .panel .panel-heading h6 a[aria-expanded=true] i.fa.fa-angle-up {
	display: block;
}
.styled-faq .panel .panel-heading h6 a[aria-expanded=false] i.fa.fa-angle-down {
	display: block;
}
.question-section {
	background: #F7F7F7;
	padding: 30px;
}
.question-section h6 {
	margin-bottom: 20px;
}
.question-section input,
.question-section textarea {
	background: #fff;
	color: #191919;
	border: none;
}
.question-section input::placeholder,
.question-section textarea::placeholder {
	font-size: 15px;
	color: #191919;
}
.question-section button {
	font-size: 14px;
	letter-spacing: 1px;
}

.clear:after{content:'\20';display:block;height:0;clear:both;visibility:hidden;}
/*固定的悬浮窗*/
.yb_conct{position:fixed;z-index:9999999;top:200px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{display:block;width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#ff4a00 url(../img/rightbar.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#ff4a00 url(../img/rightbar.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#ff4a00 url(../img/rightbar.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#ff4a00 url(../img/rightbar.png) no-repeat 0 -169px;}
.hd_qr{padding:0 20px 30px 20px; width: 100%;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}