@import url("67abe20a7f0049288cbb0b7f37ab3ef0.css");

html,body {
	height: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased
}

body {
	font-family: "Microsoft YaHei";
	font-size: 16px;
	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; 
}

h1 {
	font-size: 70px
}

h2 {
	font-size: 21px
}

h3 {
	font-size: 20px
}

a {
	text-decoration: none;
	cursor: pointer;
	font-family: "Poppins",sans-serif;
	color: #777777;
	font-size: 15px;
	-webkit-transition: .5s;
	transition: .5s
}

p {
	font-family: 'Poppins',sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	position: relative; 
}

p.highlight {
	color: #191919;
	font-size: 17px;
	line-height: 27px
}

button,input,textarea,a:hover,a:focus,a:visited {
	text-decoration: none;
	outline: 0;
	outline-width: 0!important
}

input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder {
	color: transparent
}

.blog-section img {
	display: inline-block;
	max-width: 100%
}

i,span,a {
	
}

ul {
	list-style: none;
	margin: 0;
	padding: 0
}

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 {
	padding: 100px 0
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.section-padding {
		padding: 80px 10px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-padding {
		padding: 60px 60px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.section-padding {
		padding: 50px 35px
	}
}

@media(max-width:575px) {
	.section-padding {
		padding: 50px 20px
	}
}

.pad-top-0 {
	padding-top: 0
}

.pad-bot-0 {
	padding-bottom: 0
}

.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-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 {
	position: relative
}

.section-title h2 {
	font-size: 35px;
	font-weight: 500;
	line-height: 50px;
	margin: 20px 0
}

.section-title h6 {
	color: #cacaca;
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 1px
}

.main-btn {
	display: inline-block;
	background: #0284dd;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: capitalize;
	padding: 12px 40px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 25px;
	-webkit-transition: .3s;
	transition: .3s
}

.main-btn.btn-2 {
	background: transparent
}

.main-btn.btn-white {
	background: #fff;
	color: #191919
}

.main-btn:hover {
	background-color: #0284dd;
	color: #fff
}

input,textarea,select {
	width: 100%;
	background: transparent;
	border: 1px solid #aaa0a0;
	padding: 15px 30px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	-webkit-transition: .3s;
	transition: .3s;
	margin-bottom: 20px;
	border-radius: 5px
}

textarea {
	height: 150px;
	resize: none
}

input[type="submit"],button[type="submit"] {
	border: 0;
	display: inline-block;
	background: #0284dd;
	color: #fff;
	padding: 12px 20px;
	margin: 20px 0;
	width: auto;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
	border-radius: 50px;
	font-size: 15px;
	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
}

.container-fluid {
	padding: 0
}

.gray-bg {
	background: #ffffff;
}

.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;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	<!-- background-color: rgba(3,15,39,0.28);-->
	z-index: -1;
}

.overlay-2 {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #020E28;
	opacity: .8
}

.single-slide-item {
	background-image: url(../image/slide-1.jpg)
}

.hero-area-bg-2 {
	background-image: url(../image/slide-2.jpg)
}

#home2 .single-slide-item {
	background-image: url(../image/slide-3.jpg)
}

#home2 .hero-area-bg-2 {
	background-image: url(../image/slide-4.jpg)
}

#home3 .single-slide-item {
	background-image: url(../image/slide-5.jpg)
}

#home3 .hero-area-bg-2 {
	background-image: url(../image/slide-6.jpg)
}

.services-area {
	background-image: url(../image/service-bg.jpg)
}

.project-bg {
	background-image: url(../image/project-1-1.jpg)
}

.project-bg-2 {
	background-image: url(../image/project-1-2.jpg)
}

.project-bg-3 {
	background-image: url(../image/project-1-3.jpg)
}

.project-bg-4 {
	background-image: url(../image/project-1-4.jpg)
}

.project-bg-5 {
	background-image: url(../image/project-5.jpg)
}

.project-bg-6 {
	background-image: url(../image/project-6.jpg)
}

.project-bg-7 {
	background-image: url(../image/project-7.jpg)
}

.project-bg-8 {
	background-image: url(../image/project-8.jpg)
}

.project-bg-9 {
	background-image: url(../image/project-9.jpg)
}

.project-bg-10 {
	background-image: url(../image/project-5.jpg)
}

.chooseus-bg {
	background-image: url(../image/choose-us-bg.jpg)
}

.skill-bg {
	background-image: url(../image/skill-bg.jpg)
}

.contact-us-area {
	background-image: url(../image/contact.jpg)
}

.single-process-bg {
	background-image: url(../image/project-1-1.jpg)
}

.process-bg-2 {
	background-image: url(../image/2.jpg)
}

.process-bg-3 {
	background-image: url(../image/3.jpg)
}

.contact-section {
	background-image: url(../image/contact-bg.jpg);
	overflow: hidden;
	box-sizing: border-box;
}
.contact-section #dituContent{height: 578px;width: 100%;}

#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)
	}
}

.go-top {
	background-color: #0284dd;
	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
}

.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 {
	background: #2b2e34;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	padding: 10px 0
}

.contact-info i {
	color: #0284dd;
	font-size: 18px;
	margin-right: 8px
}

.site-info .social-area {
	display: inline-block;
	margin-left: 10px
}

.site-info .social-area i {
	font-size: 17px;
	color: #8D9CC5;
	padding-left: 10px
}

.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: 3px
}

.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 30px;
	color: #fff;
}
.header-area.header-2 .header-btn.main-btn a{
	color: #fff;
}

.header-area.header-2 .main-menu li.nav-item {
	margin-left: 30px;
}

.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: #0284dd;
}
.header-area.header-2 .main-menu li.nav-item.active>a {
	color: #0284dd;
}
.header-area.absolate-header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
	padding: 20px 0;
	-webkit-transition: .3s;
	transition: .3s
}

#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: #0284dd;
	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
}

.header-area .navigation {
	padding: 0 30px;
	background: #020E28;
	height: 80px;
	margin-top: 10px;
	margin-bottom: -35px;
	position: relative;
	z-index: 9
}

.header-area.header-2 .navigation {
	padding: 0;
	background: 0;
	height: 80px;
	border-radius: none;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	z-index: 9
}

.header-area.header-3 .navigation {
	background: #00040
}

.main-menu .navbar {
	padding: 0
}

.main-menu li.nav-item {
	position: relative;
	margin-left: 40px;
}

.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: 16px;
	font-weight: 500;
	color: #020e28;
	display: block;
	padding: 30px 0;
	white-space: nowrap;
}

.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
}

.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 0 5px 1px rgba(0,0,0,0.05);
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0 5px 1px rgba(0,0,0,0.05)
}

.sub-menu::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 4px;
	top: 0;
	left: 0;
	background: #0284dd;
	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: #0284dd
}

.dropdown-toggle::after {
	display: none!important
}

.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
	display: none
}

.header-area .main-btn {
	margin-top: 14px
}

.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: 20px;
	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: #0284dd;
	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: #0284dd;
	color: #fff;
	border-color: #0284dd;
	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
}

.slide-border {
	position: absolute;
	top: 15%;
	left: 6%
}

.info-content-area .main-btn {
	background: transparent;
	color: #0284dd;
	border: 2px solid;
	margin: 40px 0
}

.info-content-area .main-btn:hover {
	background: #0284dd;
	color: #fff;
	border-color: #0284dd
}

.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:100px;
	color: #2196f3
}

.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-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-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: 2px
}

.about-key:hover {
	border-bottom: 4px solid #0284dd
}

.about-area.home-3 .main-btn {
	margin-top: 50px
}

.single-project-item.bg-cover {
	height: 310px;
}

.single-project-item {
	position: relative;
	z-index: 1;
	border-bottom: 4px solid #020E28
}

.single-project-item:hover {
	border-bottom: 4px solid #0284dd
}

.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 .3s;
	transition-delay: .07s;
	color: #fff;
}

.single-project-item:hover .hover-info {
	opacity: 1;
	transform: translateY(0)
}

.project-inner:after {
	content: " ";
	width: 100%;
	height: 100%;
	background-color: rgba(2, 132, 221, 0.69);
	display: block;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	transition: all ease .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: #FFC107;
	font-size: 20px
}

.project-inner .project-icon {
	position: absolute;
	right: 35px;
	top: 30px;
	opacity: 0;
	z-index: 2;
	transition: all ease .3s;
	font-size: 30px;
	cursor: pointer
}

/*.single-project-item:hover .project-icon {*/
/*	opacity: 1;*/
/*	color: #0284dd*/
/*}*/

.project-area.home3 .section-title {
	margin-bottom: 50px
}

/*.home3 .single-project-item:hover {*/
/*	border-bottom: 4px solid #0284dd;*/
/*	overflow: hidden*/
/*}*/

#project-page .single-project-item {
	margin-bottom: 70px;
}
#project-page .single-project-item .name{
	    position: absolute;
	    width: 100%;
	    color: #222;
	    font-size: 20px;
	    bottom: -60px;
}

.single-feature-item .num {
	font-size: 18px;
	background: #0284dd;
	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: #BDBEBF
}

.key-feature.active h6 {
	color: #fff
}

.key-feature .num {
	float: left;
	border: 2px solid #0284dd;
	padding: 4px;
	color: #0284dd;
	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-area {
	background-image: url(../image/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 .overlay{background-color: rgba(2, 132, 221, 0.52);}

.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;
	margin-right: -30px;
}

.single-counter-box h6 {
	color: #fff
}

.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 #0284dd
}

.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: #0284dd;
	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: #0284dd;
	border-radius: 50%;
	margin-right: 10px;
	margin-top: 20px
}

.owl-dots button.owl-dot.active span {
	width: 35px;
	height: 10px;
	border-radius: 7px;
	background: #0284dd
}

.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: #0284dd;
	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-page .single-blog-item {
	background: #fff
}

#blog-page .single-blog-item p {
	margin-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

#blog-page .single-blog-item a.read-more {
	color: #F36C27
}

#blog-page .single-blog-item i {
	margin: 10px 10px
}

#blog-page .single-blog-item img:hover {
	transform: none
}

p.blog-meta {
	font-size: 15px;
	margin: 10px 0
}

p.blog-meta i:before {
	padding-right: 7px
}

.blog-content {
	padding: 10px
}

.blog-content h5 a {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px
}

.blog-area .main-btn.btn-white {
	color: #0284dd;
	margin-top: 40px;
	padding: 15px 30px
}

.blog-area .main-btn.btn-white:hover {
	background: #0284dd;
	color: #fff
}

.blog-bg {
	position: relative;
	overflow: hidden;
	height: 250px;
}

.blog-bg img {
	transition: transform ease .3s;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-bg img:hover {
	transform: scale(1.07) 
}

.contact-us-area {
	background-attachment: fixed
}

.contact-us-content h2 {
	color: #fff
}

.contact-us-content p {
	color: #e0d9d9;
	margin: 30px 0
}

.footer-area {
	background: #171A1F;
	color: #fff;
}

.footer-area h5 {
	color: #fff;
	margin: 20px 0
}

.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: #0284dd
}

.subscribe-form button {
	padding: 15px 40px;
	font-size: 16px;
	line-height: 13px;
	background: #0284dd;
	color: #fff;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	border: 0;
	cursor: pointer
}

.subscribe-form {
	position: relative;
	width: 50%;
	float: left;
}

.subscribe-form input {
	border: 0;
	background: #3D4147;
	border-radius: 25px
}

.subscribe-form input::placeholder {
	color: #797A7E;
	font-size: 14px
}

.footer-up {
	padding: 60px 0;
	padding-top: 120px
}

.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;
	color: #fff;
}

p.privacy {
	text-align: right
}

.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: #9E9E9E;
	box-shadow: 0 3px 8px -2px #d0cece
}

.home-2 .single-feature-item h5 {
	font-size: 20px;
	margin: 20px 0;
	margin-top: 40px;
    color: #fff;
}
.home-2 .single-feature-item p {
    color:#fff; }
.home-2 .single-feature-item.spro {
	background: #0284dd;
	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: #FCD1C1;
	border-radius: 50%;
	z-index: -1;
	opacity: .9;
	transition: .3s
}

.home-2 .feature-icon i:before {
	font-size: 60px;
	font-weight: 400;
	color: #0284dd
}

.home-2 .feature-icon:hover i:after {
	width: 90px;
	height: 90px;
	opacity: .8;
	left: -18px;
	top: -28px
}

.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: 5px;
	left: 0;
	background: #0284dd
}

.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(../image/pcrsys.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 #0284dd;
	border-radius: 5px
}

.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-grids {
	background-image: url(../image/featured-project-bg.jpg);
	position: relative;
	z-index: 1
}

.featured-project-area .project-grids .grid {
	width: 33.3333333%;
	float: left;
	border-right: 1px solid rgba(255,255,255,0.2);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	overflow: hidden;
}

.featured-project-area .project-grids .inner {
	padding: 280px 60px 60px;
	position: relative;
	top: 60px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s
}

.featured-project-area .project-grids .count {
	font-size: 30px;
	font-weight: 600;
	color: #0491f5;
	line-height: 40px;
	margin-bottom: 20px;
}

.featured-project-area .project-grids h3 {
	font-size: 22px;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 20px
}

.featured-project-area .project-grids p {
	color: #040404;
	margin-bottom: 0;
	padding-bottom: 2em;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .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(1, 106, 204, 0.65);
	top: 0
}

.single-process-area {
	width: 100%
}

.single-process {
	display: block;
	border: 1px solid #eee;
	border-radius: 10px;
	margin-top: 25px
}

.single-process-bg {
	height: 235px;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-color: #ddd;
	position: relative;
	z-index: 1;
	text-align: center;
	border-radius: 10px 10px 0 0
}

.process-num {
	position: absolute;
	content: "1";
	width: 90px;
	height: 90px;
	bottom: -33px;
	left: 50%;
	background: #0284dd;
	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: 27px
}

.process-content {
	text-align: center;
	padding: 30px;
	background: #fff;
	color: #191919
}

.process-content h5 {
	letter-spacing: 1px;
	margin: 20px 0
}

.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-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(../image/project-1-1.jpg)
}

.team-bg-2 {
	background-image: url(../image/2.jpg)
}

.team-bg-3 {
	background-image: url(../image/3.jpg)
}

.team-bg-4 {
	background-image: url(../image/project-1-4.jpg)
}

.team-bg-5 {
	background-image: url(../image/5.jpg)
}

.team-bg-6 {
	background-image: url(../image/6.jpg)
}

.team-bg-7 {
	background-image: url(../image/7.jpg)
}

.team-bg-8 {
	background-image: url(../image/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: .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: #0284dd
}

.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-bg {
	width:100%;
	height:500px;
	position: relative;
	background-size: contain;
   background-repeat: no-repeat;

}

@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: #f44336!important
}

.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
}

.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: #0284dd
}

.single-price-item p.price-tag b {
	font-size: 30px;
	color: #020E28;
	margin-right: 10px
}

.single-price-item p.price-tag {
	margin: 10px 0
}

.single-price-item p {
	font-size: 14px;
	margin: 25px 0
}

.single-price-item span {
	margin-top: 30px
}

.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: #0284dd;
	font-size: 15px;
	margin-right: 3px
}

.contact-form {
	background: #f6f6f6;
	padding: 50px;
	text-align: left
}

.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: 0px 0 20px;
}

.contact-form p {
	margin-bottom: 30px
}

.contact-form button.main-btn {
	border: 0;
	margin-top: 20px !important;
}

.breadcroumb-area {
	background-image: url(../image/service-bg.jpg)
}

.breadcroumb-area {
	height: 400px;
	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: #a6aeb3;--->
	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: #0284dd;
	font-size: 16px;
	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-search input {
	border: 0;
	border-bottom: 1px solid #ddd;
	padding: 0;
	padding-bottom: 10px
}

.blog-search button {
	background: 0;
	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: 16px;
	margin-bottom: 20px
}

.blog-category a:hover,.archive a:hover {
	color: #F35E27
}

.blog-category a.active,.archive a.active {
	color: #0284dd
}

.recent-post h5 {
	margin: 30px 0;
	margin-top: 50px;
	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-recent-post {
	padding-bottom: 25px
}

.single-recent-post .recent-post-content {
	display: block;
	padding-left: 110px
}

.single-recent-post h6 a {
	color: #0284dd;
	line-height: 1.5
}

.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(../image/owl.video.play.jpeg)
}

.helpline-content h4 {
	color: #ffff
}

.helpline-content p {
	color: #fff;
	margin-top: 20px
}

.helpline-content button {
	z-index: 9;
	position: relative
}

.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;
		overflow: hidden;
		margin-bottom: 20px;
	}
}

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 a{color: #333;}
ul.port-menu li.active a{
	color: #0284dd
}

@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:first-child{width:100%}
	ul.port-menu li {
		padding: 7px;
		margin: 0 auto;
		float: left;
		width: 50%;
		text-align: left;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

.single-portfolio-item {
	background-image: url(../image/project-1-1.jpg)
}

.port-bg-2 {
	background-image: url(../image/2.jpg)
}

.port-bg-3 {
	background-image: url(../image/3.jpg)
}

.port-bg-4 {
	background-image: url(../image/project-1-4.jpg)
}

.port-bg-5 {
	background-image: url(../image/5.jpg)
}

.port-bg-6 {
	background-image: url(../image/6.jpg)
}

.port-bg-7 {
	background-image: url(../image/7.jpg)
}

.port-bg-8 {
	background-image: url(../image/8.jpg)
}

.portfolio-list {
	overflow: hidden;
	margin-left: -1%;
	margin-top: 20px
}

.single-portfolio-item {
	float: left;
	width: 32.33%;
	height: 350px !important;
	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: #0284ddb0;
	width: 100%;
	height: 100%;
	padding: 50px 35px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .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 .5s;
	transition: all .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: .3s;
	transition-delay: .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 h5 {
	margin-bottom: 40px
}

.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
}

.project-overview p:last-child {
	margin-bottom: 40px
}

.port-2 .single-portfolio-item {
	width: 23.33%;
	/* margin-left: 0; */
	margin-bottom: 20px;
}

.port-2 .swiper-father{padding: 0 100px;position: relative;}
.port-2 .swiper-father .swiper-button-prev{left: 30px;}
.port-2 .swiper-father .swiper-button-next{right: 30px;}
@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%
	}
	.port-2 .swiper-father{padding: 0;}
	.port-2 .swiper-father .swiper-button-prev,.port-2 .swiper-father .swiper-button-next{display: none;}
}

@media(max-width:575px) {
	.port-2 .single-portfolio-item {
		width: 100%
	}
	.port-2 .swiper-father{padding: 0;}
	.port-2 .swiper-father .swiper-button-prev,.port-2 .swiper-father .swiper-button-next{display: none;}
}


.port-2 .portfolio-list {
	/* margin-right: -3% */
}

.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: #0284dd;
	color: #fff
}

.service-list a span {
	float: right
}

.single-service h2 {
	margin: 30px 0
}

.single-service h5 {
	margin: 20px 0
}

.single-service .body,.blog-section .body,.portfolio-single-section .body{
	min-height: 300px;
}
.body img{max-width: 100%;height: auto !important;}
.single-service p {
	font-size: 16px;
	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
}

.portfolio-single-section h3 {
	font-size: 35px;
	margin: 30px 0
}

.project-info {
	border: 1px solid #ddd;
	padding: 30px
}

.project-info h5 {
	font-size: 30px;
	margin-bottom: 40px
}

.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
}

.project-overview p:last-child {
	margin-bottom: 40px
}

.blog-meta {
	margin: 20px 0
}

.blog-meta span i {
	color: #0284dd;
	font-size: 20px;
	margin-right: 10px
}

.single-blog-wrap h3 {
	margin: 20px 0
}

.styled-faq {
	margin-top: 50px
}

.styled-faq .panel-group .panel {
	border-radius: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
	margin-bottom: 30px
}

.styled-faq .panel-default>.panel-heading {
	background: 0;
	padding: 0;
	border: 1px solid #ddd
}

.styled-faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top: 0;
	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: 0
}

.question-section input::placeholder,.question-section textarea::placeholder {
	font-size: 15px;
	color: #191919
}

.question-section button {
	font-size: 14px;
	letter-spacing: 1px
}

.h-serlc{
    margin-top: 60px;
}
.server ul{margin-top: 70px;overflow:  hidden;font-size: 0;}
.server ul li{text-align: center;color: #fff;position: relative;width: 10%;}
.server ul li:after{position: absolute;right: -7px;top: 40px;display: block;content: '';width: 12px;height: 12px;background: url(../image/ser.png) no-repeat center;background-size: 100%;}
.server ul li:last-child:after{display: none;}
.server ul li img{display: block;margin: 0 auto;max-width: 100%;}
.server ul li b{font-size: 18px;color: #fff;font-weight:  normal;display:  block;margin-top: 20px;margin-bottom: 4px;}
.server ul li p{font-size: 16px;line-height: 25px;color: rgba(255,255,255,.6);}
	
		
		.w-f {
		    width: 100%;
		}
		
		.h-f {
		    height: 100%;
		}
		
		.fwn {
		    font-weight: normal;
		}
		
		.tac {
		    text-align: center;
		}
		
		.t-f {
		    transition: all 0.5s;
		}
		
		.t-c {
		    transition: color 0.5s;
		}
		
		.t-bg {
		    transition: background 0.5s;
		}
		
		@keyframes Circle {
		    0% {
		        transform: scale(0.5);
		        opacity: 0;
		    }
		
		    50% {
		        transform: scale(1);
		        opacity: 0.3;
		    }
		
		    100% {
		        transform: scale(0.5);
		        opacity: 0;
		    }
		}

.process-area .logoList li { 
  height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit--moz-box-pack: center;
  box-pack: center;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
}
.process-area .logoList li img {
  display: block;
  width: 100%;
}
.page{text-align: center;font-size: 0;margin-top: 100px;}
.page li{display: inline-block;border: 1px #444 solid;margin: 0 5px;}
.page li span{font-size: 16px;color: #444;padding: 5px 12px;}
.page li a{display: block;font-size: 16px;color: #444;padding: 5px 12px;}
.page li.thisclass,.page li:hover{border: 1px #F36C27 solid;}
.page li.thisclass{font-size: 16px;color: #444;padding: 5px 14px;}
.page li.thisclass,.page li:hover a{color: #fff;background-color: #F36C27;}
.project-overview{min-height: 300px;}

.kf{width:208px;position:fixed;/* right: 20px; */right:-208px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:999;}
.kt-top{height:40px;line-height:40px;background:url(../image/kefu.png) 12px center no-repeat #0284dd;-ms-background-size:auto 20px;background-size:auto 20px;padding-left:46px;font-size:14px;color:#fff;}
.kt-top span:hover{-webkit-transform:rotate(90deg);transform:rotate(90deg);}
.kt-top span{width:18px;height:16px;float:right;position:relative;margin:10px 10px 0 0;cursor:pointer;transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;}
.kt-top span b{width:100%;height:2px;background:#fff;display:block;position:absolute;top:50%;left:0;}
.kt-top span b:first-child{transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);}
.kt-top span b:last-child{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);}
.kf .con{overflow:hidden;background:#fff;}
.kf .qq li{height:36px;line-height:36px;border-bottom:#f5f5f5 solid 1px;padding-left:16px;}
.kf .qq li a{height:36px!important;color:#666;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-decoration:initial;display:block;}
.kf .qq li a img{padding-right:6px;}
.kf .con h5{height:26px;line-height:26px;margin-top:0px;background:url(../image/lianxi.png) 16px center no-repeat;padding-left:45px;color:#666;font-size:14px;margin-bottom: 0;}
.kf .contact{margin-top:1px;}
.kf .contact p{height:26px;line-height:26px;color:#666;font-size:14px;padding-left:22px;margin: 0;}
.kf .contact p:nth-child(2n){padding-left:32px;}
.kf .con h5.qr-icon{background:url(../image/erweima.png) 16px center no-repeat;}
.kf .con .qr{margin-top:10px;padding-left:40px;}
.kf .con .qr img{width:110px;height:110px;}
.kf .backTop{width:100%;height:40px;margin-top:10px;background:url(../image/huidaodingbu.png) center center no-repeat#0284dd;background-size:18px auto;cursor:pointer;}
.kf-side{padding:18px 10px 10px;background:#0284dd;position:absolute;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);left:-34px;cursor:pointer;}
.kf-side b{display:block;color:#fff;line-height:18px;font-size:14px;font-weight:400;}
.kf-side span.arrow{width:12px;height:12px;background:url(../image/jt-1.png) no-repeat;-ms-background-size:auto 12px;background-size:auto 12px;display:block;margin-top:10px;}
.kf-side span.on{background:url(../image/jt-2.png) no-repeat;-ms-background-size:auto 12px;background-size:auto 12px;}

.blog-bg a{ display:block; width:100%; height:100%;}
.project-area a { width:100%;}
 