/** * ============================ * 1.Sass All FILE * ============================ * **/
/**
*/
/*--------------------------------------------------------------------------
Template name: Trabaj
Template uri:themeix.com
Author name: Themeix
Author uri:
Tag:tab mobile,computer,desctop,responsive design,all browser supported,html5,css3,Sass.
Verson:1.0
Description:
===========================
INDEX CSS
===========================

1.Sass All File
2.Varibales
3.Media Query
4.Common Css
5.Main-menu css 
6.Header-main css
7.Slider-area css
8.How-work-area Css
9.Job-post-area Css
10.Job-browse-area Css
11.Job-categories-area
12.Testimonial-area Css 
13.Blog-area Css
14.Video-area Css
15.Footer-area Css
16.header-banner cssslider-area
17.about-content-area css
18.job-post-details-area
19.right-sidebar css
20.login-form-area css
21.Job-list-area css
22.blog-post-area
23.Style Guide Page 
24.Comment area css 
25.submit-form-area
26.Curtain Up
27.
28.
29.
30.

------------------------------------------------------------------------------*/
/**
* ============================
*  1.Prefix
* ============================
*/
/**
* ============================
*  3.Media Query
* ============================
*/
/* ################ Common Css ################ */
a:hover {
	text-decoration: none;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	color: #0055a6;
}

body {
	font-size: 16px;
	/* color: #666666; */
	font-family: "Poppins", sans-serif;
	line-height: 1.8;
	font-weight: 300;
	overflow-x: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	color: #333333;
}

iframe {
	border: 0 !important;
}

input:active,
input:focus,
button:active,
button:focus,
.btn:focus,
.btn.active {
	background-image: none !important;
	outline: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

::-webkit-input-placeholder {
	color: #777;
}

::-ms-input-placeholder {
	color: #777;
}

::placeholder {
	color: #777;
}

:-ms-input-placeholder {
	color: #777;
}

::-ms-input-placeholder {
	color: #777;
}

b,
strong {
	font-weight: 600;
}

.header-area.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99999;
	margin: 0 auto;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	-webkit-animation: sticky 1s 1;
	animation: sticky 1s 1;
}

@-webkit-keyframes sticky {
	0% {
		top: -107px;
	}
	100% {
		top: 0;
	}
}

@keyframes sticky {
	0% {
		top: -107px;
	}
	100% {
		top: 0;
	}
}
.my-select {
	padding-left: 0 !important;
}
.my-select {
	width: 160px;
	height: 44px;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #8e96ab;
	line-height: 16px;
	background: #ffffff;
	border: 1px solid #e8eaf2 !important;
	border-radius: 2px;
}
.my-input {
	height: 44px;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #8e96ab;
	line-height: 16px;
	background: #ffffff;
	border: 1px solid #e8eaf2 !important;
	border-radius: 2px;
	/* padding: 10px 10px;
	margin-left: 10px;
	transition: 0.4s;
	border-radius: 4px;
	margin-top: 20px; */
}
.my-btn {
	width: 100px;
	height: 40px;
	background-color: #42cbe5;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 16px;
}
.jobs-list-line {
	padding: 10px;
	line-height: 40px;
	font-size: 20px;
	border-bottom: 1px solid #eee;
}
.jobs-title-self {
	color: #333;
}
.jobs-title-self,
.jobs-item-right-arr {
	transition: all 0.5s ease 0s;
}
.jobs-item-right-arr {
	color: #ffffff;
	font-weight: 600;
}
.jobs-list-line:hover .jobs-title-self {
	color: #42cbe5;
}
.jobs-list-line:hover .jobs-item-right-arr {
	color: #42cbe5;
}
/* .jobs-title-self:hover {
	color: #42cbe5;
} */
.pt-30 {
	padding-top: 30px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-100 {
	padding-top: 100px;
}
.pt-150 {
	padding-top: 150px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pb-150 {
	padding-bottom: 150px;
}
@media (max-width: 767px) {
	.pt-30 {
		padding-top: 15px;
	}
	.pt-100 {
		padding-top: 50px;
	}
	.pt-150 {
		padding-bottom: 75px;
	}
	.pb-100 {
		padding-bottom: 50px;
	}
	.pb-150 {
		padding-bottom: 75px;
	}
}
@media (max-width: 990px) {
	.pt-30 {
		padding-top: 20px;
	}
	.pt-50 {
		padding-top: 30px;
	}
	.pb-50 {
		padding-bottom: 25px;
	}
}

.minus-30 {
	padding-bottom: 70px !important;
}
@media (max-width: 767px) {
	.minus-30 {
		padding-bottom: 20px !important;
	}
}


.minus-15 {
	padding-bottom: 85px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mt-15 {
	margin-top: 15px;
}
.mb-150 {
	margin-bottom: 150px;
}

.mt-150 {
	margin-top: 150px;
}
@media (max-width: 767px) {
	.mt-150 {
		margin-top: 50px;
	}
}
.bd-yellow-b-5 {
	border-bottom: 5px solid #f38901 !important;
}
.bd-blue-b-5 {
	border-bottom: 5px solid #0055a6 !important;
}
.bd-blue-l-5 {
	border-left: #0055a6 solid 5px !important;
}
.bd-yellow-l-5 {
	border-left: #f38901 solid 5px !important;
}
.bd-yellow-b-1 {
	border-bottom: 1px solid #f38901 !important;
}
.bd-blue-b-1 {
	border-bottom: 1px solid #0055a6 !important;
}
.bd-eee-b-1 {
	border-bottom: 1px solid #eee !important;
}
@media (max-width: 767px) {
	.right-sidebar {
		padding-top: 50px;
	}
}

@media (min-width: 767px) and (max-width: 991px) {
	.author-pic {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.author-pic {
		display: none !important;
	}
}

.author-pic a {
	display: block;
	color: #666666;
	margin-right: 10px;
}

.author-data {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.read-more-btn a {
	color: #0055a6;
	border-radius: 4px;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	display: inline-block;
	border-radius: 4px;
	color: #0055a6;
}
.read-more-btn a:hover {
	color: #666666;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.read-more-btn a i {
	margin-right: 5px;
}

.title-h2,
.title-h2 h2 {
	font-size: 5em;
	font-weight: 350;
}
.title-h3,
.title-h3 h3 {
	font-size: 4em;
	font-weight: 350;
}

@media (max-width: 767px) {
	.how-work-area,
	.job-post-area,
	.apps-download-area,
	.job-browse-area,
	.job-categories-area,
	.testimonial-area,
	.blog-area,
	.client-area,
	.footer-area {
		padding: 50px 0;
	}
	.title-h2 {
		font-size: 3em;
		font-weight: 350;
	}
	.title-h3 {
		font-size: 2em;
		font-weight: 350;
	}
}

.section-title {
	margin-bottom: 0px;
}
@media (max-width: 767px) {
	.section-title {
		margin-bottom: 0px;
	}
}
.section-title span {
	font-size: 14px;
	color: #0055a6;
	margin-bottom: 10px;
	display: inline-block;
}
.section-title .line {
	width: 60px;
	height: 5px;
	display: block;
	background: #0055a6;
	margin-top: 15px;
	position: relative;
}
.section-title .line:before {
	width: 20px;
	height: 5px;
	content: "";
	background: #333333;
	position: absolute;
	right: 0;
}

.inner-title {
	margin-bottom: 10px;
}
.inner-title h3 {
	font-size: 16px;
}

.inner-section {
	margin-bottom: 15px;
}

.mobile img {
	max-width: 100%;
}
.icon {
	height: 26px;
	width: 26px;
	display: inline-block;
	background-position: center top;
	background-size: 100% 100%;
}
.icon-weixing {
	background-image: url(../images/icon-weixin.png);
}
input[type="email"] {
	padding: 8px 12px;
	outline: 0;
	border: 1px solid #ddd;
	width: 100%;
	border-radius: 3px;
}

@media (max-width: 574px) {
	.owl-dots {
		display: none;
	}
}

.form-check {
	padding-left: 0;
}
.form-check a {
	color: #666666;
}
.form-check:last-child {
	margin-bottom: 0;
}

button {
	background: #0055a6;
	color: #fff;
	border: none;
	border-radius: 50px;
}

input[type="search"] {
	outline: 0;
	border: 1px solid #ddd;
	width: 100%;
}

@media (max-width: 767px) {
	.widget-text {
		margin-bottom: 30px;
	}
	.widget-text:last-child {
		margin-bottom: 0;
	}
}

.footer-widget {
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.footer-widget .social-link,
	.footer-widget .widget-link {
		margin-bottom: 25px;
	}
}

.social-link {
	margin-top: 15px;
}
@media (min-width: 767px) and (max-width: 991px) {
	.social-link {
		float: none !important;
	}
}
@media (min-width: 767px) and (max-width: 991px) {
	.social-link {
		display: none;
	}
}
@media (max-width: 767px) {
	.social-link {
		display: none;
	}
}
.social-link ul {
	margin: 0;
	padding: 0;
}
.social-link ul li {
	list-style: none;
	display: inline-block;
	margin-right: 4px;
}
.social-link ul li a {
	display: block;
	text-align: center;
	color: #fff !important;
	background: #0055a6;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.social-link ul li a i {
	margin-right: 0px !important;
	font-size: 14px;
}
.social-link ul li a:hover {
	color: #fff !important;
	background: #198647;
}

.btn {
	padding: 10px 20px;
	border: none;
	background: #0055a6;
	margin-top: 20px;
	cursor: pointer;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	color: #fff;
	border-radius: 4px;
	max-width: 170px;
}
.btn:focus,
.btn:focus {
	outline: 0;
}
.btn:hover,
.btn:hover {
	background: #30669a;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	color: #fff;
}

.btn-green a {
	background-color: #0055a6;
	color: #fff;
}
.btn-yellow a {
	background-color: #f38901;
	color: #fff;
}
.btn-blue a {
	background-color: #0055a6;
	color: #fff;
}
.btn-white a {
	background-color: #fff;
	color: #0055a6;
}

.btn-trasparent-white a {
	color: #fff;
	border: 1px solid #0055a6;
	background: #0055a6;
}
.btn-trasparent-white a:hover {
	background: transparent;
	border-color: #fff;
}

.btn-trasparent-green a {
	color: #fff;
	border: 2px solid #fff;
	background: transparent;
}
.btn-trasparent-green a:hover {
	background: #fff;
	border-color: #fff;
	color: #0055a6;
}

.btn-green {
	background-color: #0055a6;
	color: #fff;
}
.btn-yellow {
	background-color: #f38901;
	color: #fff;
}
.btn-blue {
	background-color: #0055a6;
	color: #fff;
}
.btn-white {
	background-color: #fff;
	color: #0055a6;
}

.btn-trasparent-white {
	padding: 9px 19px;
	color: #0055a6;
	border: 1px solid #0055a6;
	background: #fff;
}
.btn-trasparent-white :hover {
	background: transparent;
	border-color: #fff;
}
.btn-trasparent-green {
	color: #fff;
	border: 2px solid #fff;
	background: transparent;
}
.btn-trasparent-green :hover {
	background: #fff;
	border-color: #fff;
	color: #0055a6;
}

blockquote {
	font-style: italic;
	margin: 25px 0;
	position: relative;
}
blockquote p {
	margin-left: 25px;
}
blockquote:before {
	position: absolute;
	width: 3px;
	height: 100%;
	background: #0055a6;
	content: "";
	top: 0;
	left: 0;
}

.section-title h2,
.section-title h3,
.sidebar-title h2,
.sidebar-title h3 {
	font-size: 3em;
	color: #333333;
	font-weight: 350;
	margin: 0;
}
@media (min-width: 767px) and (max-width: 991px) {
	.section-title h2,
	.section-title h3,
	.sidebar-title h2,
	.sidebar-title h3 {
		font-size: 4em;
	}
}
@media (max-width: 767px) {
	.section-title h2,
	.section-title h3,
	.sidebar-title h2,
	.sidebar-title h3 {
		font-size: 3em;
	}
}

.job-search-bar {
	position: absolute;
	bottom: 0px;
	right: 15px;
	left: 15px;
	z-index: 5;
}
@media (max-width: 767px) {
	.job-search-bar {
		position: relative;
		right: 0;
		left: 0;
	}
}

@media (min-width: 767px) and (max-width: 991px) {
	.slider-btn {
		display: none;
	}
}

.search-bar {
	padding: 30px 20px;
	background-color: #0055a6;
}
.search-bar button {
	background: #fff;
	width: 100%;
	font-weight: 500;
	color: #0055a6;
	border-radius: 4px;
	height: 50px;
}
.search-bar .custom-select,
.search-bar .custom-multi-select {
	margin-bottom: 0;
	border-radius: 4px;
	padding: 10px 10px;
	height: auto;
}
.search-bar input[type="search"] {
	outline: 0;
	border: none;
	width: 100%;
	height: 50px;
	border-radius: 4px;
	padding: 10px 20px;
	margin-right: 20px;
}
@media (max-width: 767px) {
	.search-bar .form-row .col-md-3 {
		margin-bottom: 20px;
	}
}
.search-bar .form-row .col-md-3:last-child {
	margin-bottom: 0px;
}

.custom-select,
.custom-multi-select {
	margin-right: 20px;
	position: relative;
	margin-bottom: 15px;
}
@media (min-width: 767px) and (max-width: 991px) {
	.custom-select,
	.custom-multi-select {
		margin-bottom: 15px;
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.custom-select,
	.custom-multi-select {
		margin-bottom: 15px;
		margin-right: 0;
	}
}

.select2-container {
	width: 100% !important;
	max-width: 500px;
	text-align: left;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	color: #777;
}

button {
	border-radius: 4px;
	border: none;
	color: #fff;
	cursor: pointer;
	background: #0055a6;
}
button:focus {
	outline: 0;
}
@media (min-width: 767px) and (max-width: 991px) {
	button {
		width: 50%;
	}
}
@media (max-width: 767px) {
	button {
		width: 50%;
	}
}

.single-job,
.single-candidate {
	border: 1px solid #eaeaea;
	background: #fff;
	padding: 18px;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 0 40px -20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 40px -20px rgba(0, 0, 0, 0.1);
	display: table;
	width: 100%;
}

.logo {
	padding-right: 15px;
}
@media (max-width: 767px) {
	.logo {
		float: left;
	}
}
.logo a {
	display: block;
}

.title h4 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0px;
}
.title h4 a {
	color: #333333;
}
.title h4 a:hover {
	color: #0055a6;
}

.meta-info p {
	margin: 0;
	padding: 0;
	margin-right: 8px;
	color: #666666;
	font-size: 14px;
	line-height: 26px;
}
@media (min-width: 767px) and (max-width: 991px) {
	.meta-info p {
		margin-right: 5px;
	}
}
.meta-info p a {
	color: #666666;
}
.meta-info p a:hover {
	color: #0055a6;
}
.meta-info p i {
	margin-right: 5px;
	color: #c0bebe;
	font-size: 14px;
}
@media (min-width: 767px) and (max-width: 991px) {
	.meta-info p i {
		margin-right: 3px;
	}
}

.time-btn {
	border: 1px solid;
	padding: 2px 10px;
	border-radius: 4px;
	display: inline-block;
	margin-top: 12px;
	width: auto;
	text-align: center;
	font-size: 14px;
}

.time-btn1 {
	border-color: #0055a6;
	color: #0055a6;
}
.time-btn1:hover {
	border-color: #0055a6;
	color: #0055a6;
}

.time-btn2 {
	border-color: #7a82e6;
	color: #7a82e6;
}
.time-btn2:hover {
	border-color: #0055a6;
	color: #0055a6;
}

.time-btn3 {
	border-color: #d5483b;
	color: #d5483b;
}
.time-btn3:hover {
	border-color: #0055a6;
	color: #0055a6;
}

.time-btn4 {
	border-color: #a80e98;
	color: #a80e98;
}
.time-btn4:hover {
	border-color: #0055a6;
	color: #0055a6;
}

.pagi-text ul {
	margin: 0;
	padding: 0;
}

.pagi-text ul li {
	margin-right: 5px;
}
.pagi-text ul li a {
	color: #666666;
}
.pagi-text ul li a:hover {
	background: #0055a6;
	color: #fff;
}

.header-banner {
	position: relative;
	background-position: center;
	background-size: cover;
	width: 100%;
	color: #fff;
}
.header-banner:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(28, 39, 51, 0.92);
	content: "";
}

.job-browse-area {
	position: relative;
	background-position: center;
	background-size: cover;
	height: 100%;
	width: 100%;
	color: #fff;
}
.job-browse-area:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0055a6;
	content: "";
}

.banner-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.banner-text ul {
	margin: 0;
	padding: 0;
}
.banner-text ul li {
	position: relative;
	margin-right: 10px !important;
}
.banner-text ul li:after {
	content: "/";
	margin-left: 10px;
}
.banner-text ul li:last-child:after {
	display: none;
}

.post-thumb {
	margin-right: 15px;
}
.post-thumb a {
	display: block;
}

/* ################ owl-carousel ################ */
.owl-dots {
	position: absolute;
	left: 50%;
	bottom: -6px;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}

.owl-carousel.owl-item.active {
	opacity: 1;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: #0055a6;
	color: inherit;
	font: inherit;
	height: 7px;
	width: 30px;
	padding: 2px;
	margin-right: 10px;
	border-radius: 6px;
}
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel button.owl-dot:focus {
	outline: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot.active {
	background: #0055a6;
	width: 40px;
}

.owl-nav {
	opacity: 0;
}
.owl-nav .owl-prev {
	position: absolute;
	left: 10px;
}
.owl-nav .owl-prev:hover span {
	color: #0055a6;
}
.owl-nav .owl-prev span {
	color: #fff;
	font-size: 20px;
}
.owl-nav .owl-next {
	position: absolute;
	right: 0;
}
.owl-nav .owl-next:hover span {
	color: #0055a6;
}
.owl-nav .owl-next span {
	color: #fff;
	font-size: 20px;
}
.owl-nav .owl-next:hover {
	color: #0055a6;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-nav button.owl-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
	background: #fff;
	border: 1px solid #0055a6;
	color: #0055a6;
}

.green-border-2 {
	border: 2px solid #0055a6;
}

.btn-primary {
	background: #0055a6;
	border-color: #0055a6;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background: #229955;
	border-color: #229955;
}

/* Menu CSS */
.header-container {
	display: flex;
	justify-content: flex-end;
}
.header-container ul.slimmenu li > ul {
	left: 0;
	top: 120%;
}
.header-container .collapse-button {
	right: 10px;
	top: -20px;
}
@media (min-width: 767px) and (max-width: 991px) {
	.header-container .collapse-button {
		top: -20px;
	}
}
/* keer */
.header-container ul.slimmenu {
	width: 100%;
	list-style-type: none;
	margin-bottom: 0 !important;
}
/* keer */
.header-container ul.slimmenu > li > a {
	opacity: 1;
	font-weight: 400;
	text-align: center;
	color: #5a6277 !important;
}
.header-container ul.slimmenu > li > a:hover {
	color: #12c4e6 !important;
}

.header-container ul.slimmenu .menu-collapser {
	position: absolute;
	z-index: 99999;
	top: 16px;
	width: 100%;
	right: 15px;
}
@media (min-width: 767px) and (max-width: 991px) {
	.header-container ul.slimmenu {
		position: absolute;
		right: 0;
		z-index: 999;
		top: 16px;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.header-container ul.slimmenu {
		position: absolute;
		z-index: 999;
		top: 16px;
		width: 100%;
		left: 0;
	}
}
.header-container ul.slimmenu li {
	/* background-color: #fff; */
	display: inline-block;
}
.header-container ul.slimmenu li a {
	font-size: 18px;
	padding: 10px 10px;
	display: block;

	transition: 0.5s all;
}
.header-container ul.slimmenu li a:hover {
	color: #0055a6;
}
.header-container ul.slimmenu > li {
	border: none;
}
@media (min-width: 767px) and (max-width: 991px) {
	.header-container ul.slimmenu > li {
		padding: 0;
	}
}
@media (max-width: 767px) {
	.header-container ul.slimmenu > li {
		padding: 0;
	}
}
@media (max-width: 574px) {
	.header-container ul.slimmenu > li {
		padding: 0;
	}
}
.header-container ul.slimmenu li ul li {
	width: 180px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
@media (min-width: 767px) and (max-width: 991px) {
	.header-container ul.slimmenu li ul li {
		width: 100% !important;
	}
}
@media (max-width: 767px) {
	.header-container ul.slimmenu li ul li {
		width: 100% !important;
	}
}
@media (max-width: 574px) {
	.header-container ul.slimmenu li ul li {
		width: 100% !important;
	}
}
.header-container ul.slimmenu li ul li:hover {
	background: #0055a6;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header-container ul.slimmenu li ul li a:hover {
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header-container ul.slimmenu li > ul,
.header-container ul.slimmenu li > ul > li ul {
	width: 180px;
}
@media (min-width: 767px) and (max-width: 991px) {
	.header-container ul.slimmenu li > ul,
	.header-container ul.slimmenu li > ul > li ul {
		width: 100% !important;
	}
}
@media (max-width: 767px) {
	.header-container ul.slimmenu li > ul,
	.header-container ul.slimmenu li > ul > li ul {
		width: 100% !important;
	}
}
@media (max-width: 574px) {
	.header-container ul.slimmenu li > ul,
	.header-container ul.slimmenu li > ul > li ul {
		width: 100% !important;
	}
}
.header-container ul.slimmenu li > ul li a {
	font-weight: 300;
}
.header-container ul.slimmenu li .sub-toggle {
	background: transparent;
	width: 16px;
}
@media (min-width: 767px) and (max-width: 991px) {
	.header-container ul.slimmenu li .sub-toggle {
		right: 10px;
	}
}
@media (max-width: 767px) {
	.header-container ul.slimmenu li .sub-toggle {
		right: 10px;
	}
}
.header-container ul.slimmenu li .sub-toggle i {
	color: transparent;
	font-size: 13px;
	right: 0;
	position: relative;
}
@media (min-width: 767px) and (max-width: 991px) {
	.header-container ul.slimmenu li .sub-toggle i {
		right: 15px;
		top: 6px;
	}
}
@media (max-width: 767px) {
	.header-container ul.slimmenu li .sub-toggle i {
		right: 15px;
		top: 6px;
	}
}
.header-container ul.slimmenu li .sub-toggle i:before {
	content: "\f107";
	font-family: "FontAwesome";
	color: #666666;
	font-size: 18px;
	font-style: normal;
	position: absolute;
	top: -5px;
}
@media (min-width: 767px) and (max-width: 991px) {
	.header-container .search-btn {
		position: relative;
		text-align: left !important;
	}
}
@media (max-width: 767px) {
	.header-container .search-btn {
		position: relative;
		text-align: left !important;
	}
}
.header-container .search-btn button {
	border: none;
	background: none;
	padding: 12px;
	cursor: pointer;
	font-size: 16px;
}
.header-container .search-btn button:focus {
	outline: 0;
}
.header-container .login-form-modal form input[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
	width: 100%;
	padding: 6px 20px;
	border: 1px solid #ddd;
	outline: 0;
}

li.nav-item.call-to-action a {
	border: 2px solid #0055a6;
	background: #0055a6;
	border-radius: 4px;
	color: #fff;
	padding: 7px 16px !important;
}
li.nav-item.call-to-action a:hover {
	color: #fff !important;
}
@media (min-width: 767px) and (max-width: 991px) {
	li.nav-item.call-to-action a:hover {
		color: #0055a6 !important;
	}
}
@media (max-width: 767px) {
	li.nav-item.call-to-action a:hover {
		color: #0055a6 !important;
	}
}
@media (min-width: 767px) and (max-width: 991px) {
	li.nav-item.call-to-action a {
		border: none;
		color: #333;
		background: transparent;
	}
}
@media (max-width: 767px) {
	li.nav-item.call-to-action a {
		background: transparent;
		border: none;
		color: #333;
	}
}

/* ################ Header-main css ################ */
#loading {
	background-color: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 99999;
	margin-top: 0px;
	top: 0px;
}

#loading-center {
	width: 100%;
	height: 100%;
	position: relative;
}

#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 150px;
	width: 150px;
	margin-top: -75px;
	margin-left: -75px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.object {
	width: 20px;
	height: 20px;
	background-color: #c0ca33;
	position: absolute;
	left: 65px;
	top: 65px;
}

.object:nth-child(2n + 0) {
	margin-right: 0px;
}

#object_one {
	-webkit-animation: object_one 2s infinite;
	animation: object_one 2s infinite;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

#object_two {
	-webkit-animation: object_two 2s infinite;
	animation: object_two 2s infinite;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

#object_three {
	-webkit-animation: object_three 2s infinite;
	animation: object_three 2s infinite;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

#object_four {
	-webkit-animation: object_four 2s infinite;
	animation: object_four 2s infinite;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

#object_five {
	-webkit-animation: object_five 2s infinite;
	animation: object_five 2s infinite;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

#object_six {
	-webkit-animation: object_six 2s infinite;
	animation: object_six 2s infinite;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

#object_seven {
	-webkit-animation: object_seven 2s infinite;
	animation: object_seven 2s infinite;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

#object_eight {
	-webkit-animation: object_eight 2s infinite;
	animation: object_eight 2s infinite;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

#object_big {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 50px;
	top: 50px;
	-webkit-animation: object_big 2s infinite;
	animation: object_big 2s infinite;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

@-webkit-keyframes object_big {
	50% {
		-webkit-transform: scale(0.5);
	}
}

@keyframes object_big {
	50% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
	}
}

@-webkit-keyframes object_one {
	50% {
		-webkit-transform: translate(-65px, -65px);
	}
}

@keyframes object_one {
	50% {
		transform: translate(-65px, -65px);
		-webkit-transform: translate(-65px, -65px);
	}
}

@-webkit-keyframes object_two {
	50% {
		-webkit-transform: translate(0, -65px);
	}
}

@keyframes object_two {
	50% {
		transform: translate(0, -65px);
		-webkit-transform: translate(0, -65px);
	}
}

@-webkit-keyframes object_three {
	50% {
		-webkit-transform: translate(65px, -65px);
	}
}

@keyframes object_three {
	50% {
		transform: translate(65px, -65px);
		-webkit-transform: translate(65px, -65px);
	}
}

@-webkit-keyframes object_four {
	50% {
		-webkit-transform: translate(65px, 0);
	}
}

@keyframes object_four {
	50% {
		transform: translate(65px, 0);
		-webkit-transform: translate(65px, 0);
	}
}

@-webkit-keyframes object_five {
	50% {
		-webkit-transform: translate(65px, 65px);
	}
}

@keyframes object_five {
	50% {
		transform: translate(65px, 65px);
		-webkit-transform: translate(65px, 65px);
	}
}

@-webkit-keyframes object_six {
	50% {
		-webkit-transform: translate(0, 65px);
	}
}

@keyframes object_six {
	50% {
		transform: translate(0, 65px);
		-webkit-transform: translate(0, 65px);
	}
}

@-webkit-keyframes object_seven {
	50% {
		-webkit-transform: translate(-65px, 65px);
	}
}

@keyframes object_seven {
	50% {
		transform: translate(-65px, 65px);
		-webkit-transform: translate(-65px, 65px);
	}
}

@-webkit-keyframes object_eight {
	50% {
		-webkit-transform: translate(-65px, 0);
	}
}

@keyframes object_eight {
	50% {
		transform: translate(-65px, 0);
		-webkit-transform: translate(-65px, 0);
	}
}

/* ################ Header-main css ################ */
/* keer */
.header-area {
	height: 64px;
	background: rgba(255, 255, 255, 0.7);
	display: flex;
	align-items: center;
	backdrop-filter: blur(14px);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 999999;
	/* -webkit-box-shadow: 0 0 40px -20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 40px -20px rgba(0, 0, 0, 0.1);  */
}
.header-area .logo {
	margin-top: 10px;
}
.header-area li.header-right-btn {
	margin-top: 6px;
}
@media (min-width: 767px) and (max-width: 991px) {
	.header-area li.header-right-btn {
		display: none !important;
	}
}
@media (max-width: 767px) {
	#responsive-menu{
		background-color:#FFFFFF;
	}	
	.header-area li.header-right-btn {
		display: none !important;
	}
}


.header-area li.header-right-btn a {
	display: inline-block;
	color: #fff;
}
.header-area li.header-right-btn a:hover {
	color: #fff !important;
}
.header-area li.header-right-btn .btn-white a {
	color: #666666;
}

/* ################ Slider-area css ################ */
.slider-area {
	  
    height: 95vh;
	background-color: #04122b;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	position: relative; 
	
}
#index-video-container {
	width: 1200px;
	height: 675px;
	position:relative;
}
.home-text {
	width:100%;
	height:200px;
	position:absolute;
	bottom:10%;
	display:flex;
	flex-direction:column;

}
.text-main-title,
.text-sub-title{
	display:flex;
	justify-content:center;
	color:#FFFFFF;
}
.text-main-title{
	font-size:60px;
}
.text-sub-title{
	font-size:36px;
}
#mobile-banner-pic {
	display: none;
}
.slider-area .slider-text {
	padding: 45px 35px 70px 435px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.slide-title-new-change {
	width: 43%;
	height: 447px;
	position: absolute;
	top: 40%;
	right: 10%;
}
.title-main {
	color: #fff;
    font-size: 50px;
	position: absolute;
    font-weight: 500;
    letter-spacing: 0.1em;
	top: -20%;
}
.title-bottom-content {
	font-size: 28px;
	color: #ffffff;
	line-height: 36px;
	position: absolute;
	top: 15%;
}
.slider-area .slide-title {
	margin-bottom: 15px;
}
.slider-area .slide-title p {
	font-size: 25px;
	color: #fff;
	text-align: center;
	margin: 0;
	font-weight: 350;
	letter-spacing: 0.1em;
	line-height: 45px;
}
.slider-area .slider-text {
	position: relative;
	z-index: 5;
}
.slider-area .slider-text h1 {
	color: #fff;
	font-size: 60px;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.slider-split-line {
	margin: 62px 0;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.6);
}
.slider-area:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;

	z-index: 3;
}

.slider-wrapper {
	padding: 220px 0;
}

.slider-text .slider-btn-a {
	margin-top: 10px;
	width: 100%;
	text-align: left;
}
.slider-btn .buttonfx {
	padding: 0 5px;
}
@media (min-width: 1600px) and (max-width: 1920px) {
	.slider-wrapper {
		padding: 200px 0 !important;
	}
}
@media (min-width: 1200px) and (max-width: 1599px) {
	.slider-wrapper {
		padding: 150px 0 !important;
	}
}
@media (min-width: 991px) and (max-width: 1199px) {
	.slider-area .slider-text h1 {
		font-size: 50px !important;
	}
	.slider-area {
		background-size: 100% auto;
	}
	.slider-wrapper {
		padding: 80px 0 !important;
	}
}
@media (min-width: 767px) and (max-width: 991px) {
	.slider-area .slider-text h1 {
		font-size: 50px;
	}
	.slider-area .slide-title p {
		font-size: 20px;
	}
	.slider-area .slider-text {
		padding-bottom: 80px;
		padding: 10px;
	}
	.slider-area {
		background-size: 100% auto;
	}
	.slider-wrapper {
		padding: 80px 0 !important;
	}
	.slide-title-new-change {
	width: 43%;
	height: 207px;
	position: absolute;
	top: 40%;
	right: 10%;
}
	.title-main {
		font-size:15px;
		width:100%;
		top:-10%;
	}
	.title-bottom-content {
		font-size:13px;
		width:100%;
		top:15%;
	}
	.slider-split-line {
	margin: 32px 0;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.6);
}
}
@media (max-width: 767px) {
	.slider-area .slider-text h1 {
		font-size: 36px;
		
	}
	.slider-area .slide-title p {
		font-size: 16px;
		
	}
	.slider-area .slider-text {
		padding-bottom: 80px;
		padding: 10px;
		
	}
	.slider-wrapper {
		padding: 60px 0;
		padding-bottom: 0;
	}
	.slider-area {
		background-size: cover;
	}
	.slide-title-new-change {
	width: 43%;
	height: 200px;
	position: absolute;

}
	.title-main {
		font-size:15px;
		width:100%;
		top:-10%;
	}
	.title-bottom-content {
		
		font-size:13px;
		width:100%;
		top:15%;
	}
	.slider-split-line {
	margin: 32px 0;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.6);
}
}

span.typed {
	color: #0055a6;
}

span.typed-cursor {
	color: #0055a6;
}

/* ################ How-work-area Css ################ */

.how-work-area {
	height: 624px;
	background-image: url("../images/about-me.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.how-work-area .about-text {
	margin: 40px;
	font-size: 24px;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
	line-height: 35px;
}

.about-us-title-new {
	width: 300px;
	height: 85px;
	background: url(../images/yellow-titlle-line.png) no-repeat;
	background-position: bottom;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px !important;

	font-weight: 500;
	color: #ffffff !important;
	line-height: 32px;
}
.about-more-btn-container {
	margin-top: 25px;
	display: flex;
	justify-content: center;
}
.about-more-btn {
	width: 120px;
	height: 40px;
	border: 1px solid #ffffff;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about-more-btn > a {
	font-size: 16px;

	font-weight: 400;
	text-align: left;
	color: #ffffff;
	line-height: 16px;
}
@media (max-width: 767px) {
	.how-work-wrapper .work-block {
		margin-bottom: 35px;
	}
	.how-work-area .about-text p {
		font-size: 1.2em;
	}
}

.how-work-wrapper .work-block p {
	margin: 0;
}

.how-work-wrapper .work-spacing {
	margin-bottom: 30px;
}

.how-work-wrapper .icon {
	margin-bottom: 20px;
}
.how-work-wrapper .icon img {
	width: 60px;
	-o-object-fit: cover;
	object-fit: cover;
}

.how-work-wrapper .title h3 {
	font-size: 22px;
	color: #333333;
	line-height: 32px;
	margin-bottom: 10px;
}

.how-work-wrapper .read-more {
	margin-top: 20px;
	display: block;
	font-weight: 500;
	color: #0055a6;
}
.how-work-wrapper .read-more:hover {
	color: #666666;
}

/* ################ Job-post-area Css ################ */
.bg-color2 {
	background: #f6f7f9;
}

/* ################ News-area ################ */
.index-news-area .title {
	padding: 10px;
	margin: 0px 0 10px 0px;
	font-size: 1.8em;
	background-color: #eeeeee;
	color: #333333;
	font-weight: 400;
	line-height: 1.5em;
}
.index-news-area .title p {
	font-size: 0.6em;
	color: #999;
}
/*.index-news-area .news-list-content h2 {
  font-weight: 400;
  font-size: 3em;
}*/
.index-news-area .news-list-content .section-title {
	margin-bottom: 10px;
}

.index-news-area .news-list-content .list-title {
	margin-top: 10px;
	font-size: 1.7em;
	color: #333333;
	font-weight: 400;
	line-height: 1.4em;
	text-align: right;
	font-style: oblique;
}
.index-news-area .news-list-content .list-title p {
	font-size: 0.6em;
	color: #999;
}

@media (max-width: 767px) {
	.index-news-area .title {
		margin: 0px;
		font-size: 1.5em;
	}
	.index-news-area .title p {
		font-size: 0.6em;
		color: #999;
		margin-bottom: 0px;
	}
	/*   .index-news-area .news-list-content h2 {
      margin: 20px;
      font-size: 1.8em;
      font-weight: 500;
      text-align: center;
    }*/
	.index-news-area .news-list-content .list-title {
		font-size: 1.2em;
		text-align: left;
	}
	.index-news-area .news-list-content .list-title p {
		font-size: 0.5em;
	}
}

/* ################ Apps-download-area ################ */
.apps-download-area {
	height: 600px;
	background-color: #ffffff;
}
.hot-news-title {
	width: 300px;
	height: 85px;
	background: url(../images/blue-titlle-line.png) no-repeat;
	background-position: bottom;
	margin-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;

	font-weight: 500;
	color: #1b283b;
	line-height: 32px;
}
.hot-news-content-container {
	margin-top: 60px;
	padding: 0;
}
.hot-news-left-part {
	border-radius: 8px;
}
.hot-news-left-part:hover .hot-news-main-title {
	color: #12c4e6;
}
.hot-news-main-pic {
	width: 100%;
	height: 308px;
	border-radius: 8px 8px 0 0;
}
.hot-news-main-title-container {
	padding: 20px 24px;
}
.hot-news-main-title {
	font-size: 22px;
	font-weight: 400;
	text-align: left;
	/* color: #1b283b; */
	line-height: 32px;
	color: #1b283b;
}
.hot-news-main-author {
	margin: 0;
	margin-top: 24px;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #8e96ab;
	line-height: 16px;
}
.hot-news-list-content {
	/* background-color: palevioletred; */
}
.hot-news-list-item {
	height: 96px;
	padding: 16px;
	border-bottom: 1px solid #e8eaf2;
}
.hot-news-list-item:hover .hot-news-list-item-title {
	color: #12c4e6;
}
.hot-news-list-item-title {
	font-size: 20px;
	font-weight: 400;
	text-align: left;
	color: #1b283b;
	line-height: 28px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.hot-news-list-item-date {
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #8e96ab;
	line-height: 16px;
}
.hot-news-more-btn {
	height: 40px;
	width: 120px;
	background-color: #42cbe5;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	border-radius: 2px;

	line-height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hot-news-more-btn > a {
	color: #ffffff !important;
}
.apps-download-area .apps-details-content h2 {
	color: #333333;
}

.apps-download-area .apps-details-content a {
	margin-right: 15px;
}

.apps-download-area .apps-btn {
	margin-top: 30px;
}
@media (max-width: 574px) {
	.apps-download-area .apps-btn a:first-child img {
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	.apps-download-area .apps-btn {
		margin-bottom: 30px;
	}
}

/* ################ Job-browse-area Css ################ */
.job-browse-area .title h2 {
	font-size: 40px;
	color: #fff;
}
.job-browse-area .title h2 span {
	color: #0055a6;
}
@media (min-width: 767px) and (max-width: 991px) {
	.job-browse-area .title h2 {
		font-size: 30px;
	}
}
@media (max-width: 767px) {
	.job-browse-area .title h2 {
		font-size: 24px;
	}
}
.job-browse-area .title h3 {
	color: #fff;
}
.job-browse-area .title h3 span {
	color: #0055a6;
}
@media (min-width: 767px) and (max-width: 991px) {
	.job-browse-area .title h3 {
		font-size: 26px;
	}
}
@media (max-width: 767px) {
	.job-browse-area .title h3 {
		font-size: 20px;
	}
}

.job-browse-area .btn-white {
	background: transparent !important;
}
.job-browse-area .btn-white a {
	color: #fff;
}

.job-bar-static .job-search-bar {
	position: static;
}

/* ################ founder-area-area ################ */

.founder-area .title {
	margin: -35px -30px 0px 20px;
	padding: 20px;
	background-color: #0055a6;
	width: 90%;
	position: absolute;
	z-index: 100;
}
.founder-area .title h4 {
	color: #fff;
	font-size: 2em;
	line-height: 2em;
	font-weight: 350;
}
.founder-area .title span {
	color: #fff;
	font-size: 1.2em;
}
@media (max-width: 990px) {
	.founder-area .title {
		margin: 0px;
		padding: 10px;
		background-color: #0055a6;
		position: static;
		width: 100%;
	}
	.founder-area .title h4 {
		color: #fff;
		font-size: 1.6em;
		line-height: 1.5em;
		font-weight: 350;
	}
	.founder-area .title span {
		color: #fff;
		font-size: 1.2em;
	}
	.founder-area .founder-image img {
		width: 100%;
	}
}

/* ################ product-area ################ */

.product-area .title {
	margin: 20px;
	padding-top: 220px;
	font-size: 2em;
	line-height: 2em;
	font-weight: 350;
	color: #000;
}
.founder-area .title h4 {
	color: #fff;
	font-size: 1.6em;
	line-height: 2em;
	font-weight: 350;
}
.founder-area .title span {
	color: #fff;
	font-size: 1.2em;
}
@media (max-width: 990px) {
	.product-area .title {
		padding-top: 20px;
	}
}
/* ################ science-activity-area ################ */

.bg-color-blue {
	background-color: #0055a6;
}
.bg-color-white {
	background-color: #fff;
}
.color-blue {
	color: #0055a6 !important;
}
.color-white {
	color: #fff !important;
}
.science-activity {
	padding: 104px 0;
}

.home-research-progress-container,
.home-recent-active-container {
	width: 50%;
	min-height: 300px;
	border: 1px solid #12c4e6;
	position: relative;
}
.home-research-common-title-container {
	width: 200px;
	height: 120px;
	background-color: #42cbe5;
	position: absolute;
	top: -26px;
	left: -1px;
	text-align: center;
	padding-top: 16px;
	font-size: 20px;

	font-weight: 500;
	color: #ffffff;
	line-height: 20px;
}
.home-research-progress-container {
	margin-right: 17px;
}
.home-recent-active-container {
	margin-left: 17px;
}
.special-keer-item {
	width: 90%;
	height: 100%;
	margin: 24px auto 0 auto;
	background: #ffffff;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}
.home-research-common-item {
	height: 92px;
	padding-top: 23px;
	padding-bottom: 23px;
	border-bottom: 1px solid #e8eaf2;
}
.home-research-common-item > h4 {
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	color: #1b283b;
	line-height: 18px;
}
.home-research-common-item > p {
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #8e96ab;
	line-height: 14px;
}
.special-scienct-title-new {
	width: 93%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
}
.special-scienct-right-arr {
	width: 5%;
	text-align: right;
	display: inline-block;
	color: #ffffff;
}

.home-research-common-item:hover > h4 > span {
	color: #12c4e6;
}
.special-scienct-more-btn {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 10%;
}
.special-scienct-more-btn-link {
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #8e96ab;
	line-height: 16px;
}
.special-scienct-more-btn-link:hover {
	color: #8e96ab;
}
@media (max-width: 990px) {
	.science-activity {
		padding: 20px 20px;
	}
	.science-activity-item {
		margin-top: 0px;
		font-size: 1.2em;
		line-height: 1.2em;
		padding: 20px;
	}
	.science-activity-item h4 {
		font-weight: 550;
		margin-bottom: 0rem;
		font-size: 0.9em;
		line-height: 1.1em;
	}
	.science-activity-item p {
		font-weight: 400;
		font-size: 0.9em;
		margin-bottom: 0rem;
	}
}

/* ################ Job-categories-area ################ */
.job-categories-area-keer {
	background-color: #f6f7fd;
	padding-bottom: 100px;
}

.founder-team-title {
	width: 300px;
	height: 85px;
	background: url(../images/blue-titlle-line.png) no-repeat;
	background-position: bottom;
	margin-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;

	font-weight: 500;
	color: #1b283b;
	line-height: 32px;
}
.cat-list-items-container {
	margin-top: 40px;
}
.person-item-container {
	cursor: pointer;
}
.founder-team-person-pic {
	transition: all 0.9s ease 0s;
	filter: opacity(0.5);
}
.person-item-container:hover .founder-team-person-info {
	background-color: #42cbe5;
}
.person-item-container:hover .founder-team-person-pic {
	filter: opacity(1);
}
.founder-team-person-info {
	transition: all 0.9s ease 0s;
	display: none;
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #f6f7fd;
}

.founder-team-person-info > h4 {
	margin-top: 18px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	color: #f6f7fd;
	line-height: 20px;
}
.founder-team-person-info > span {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #f6f7fd;
	line-height: 14px;
	margin-bottom: 18px;
}
.person-item-more-btn {
	width: 120px;
	height: 40px;
	opacity: 1;
	border: 1px solid #1c283b;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.person-item-more-btn > a {
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #1b283b;
	line-height: 16px;
}
.job-categories-area .single-category {
	background: #fff;
	padding: 30px;
	margin-top: 30px;
	border: 1px solid #eeeff1;
	-webkit-box-shadow: 0 0 40px -20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 40px -20px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.4s ease !important;
	-o-transition: all 0.4s ease !important;
	transition: all 0.4s ease !important;
	position: relative;
	overflow: hidden;
}
.job-categories-area .single-category .cat-icon img {
	width: 40px;
	height: 40px;
	margin-bottom: 5px;
}
.job-categories-area .single-category:hover {
	background-color: #0055a6;
}
.job-categories-area .single-category:hover .cat-details * {
	color: #fff;
}

.job-categories-area .cat-details {
	margin-top: 15px;
	visibility: visible;
	position: relative;
}

.job-categories-area .cat-details h4 {
	font-size: 18px;
	margin-bottom: 0;
}
.job-categories-area .cat-details h4 a {
	color: #333333;
}
.job-categories-area .cat-details h4 span {
	display: block;
	font-size: 14px;
	margin-top: 8px;
	font-weight: 300;
}

/* ################ Footer-area Css ################ 2021.8.12 废弃 by Keer  */
/* .bg-color3 {
  background-color: #e9e9e9;
}
.footer-area {
  font-size: 16px;
  min-height: 434px;
  background-color: #353b43;
  padding-top: 100px;
}
.footer-area p {
  margin: 0;
  font-weight: 400;
}
.footer-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-area ul li {
  margin-bottom: 5px;
}
.footer-area ul li a {
  color: #a4aab9;
  font-weight: 400;
}
.footer-area ul li a:hover {
  color: #42cbe5;
}
.footer-area ul li a i {
  margin-right: 7px;
}
.footer-area .social-link ul li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.footer-area .social-link ul li.facebook a {
  color: #fff !important;
  background: #395693;
}
.footer-area .social-link ul li.twitter a {
  color: #fff !important;
  background: #00a7e6;
}
.footer-area .social-link ul li.google-plus a {
  color: #fff !important;
  background: #d5483b;
}
.footer-area .social-link ul li.linkedin a {
  color: #fff !important;
  background: #0073af;
}
.footer-area i {
  font-size: 17px;
  line-height: 33px;
  text-align: center;
  margin-right: 0;
}
.footer-area .widget-title {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .footer-area .widget-title {
    margin-bottom: 10px;
  }
  .footer-area .col-md-2 {
    width: 50%;
  }
}
.footer-area .widget-title h3 {
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
}
.footer-area .widget-text button {
  margin-bottom: 8px;
  margin-top: 10px;
  width: 100%;
  padding: 10px 10px;
}
.footer-area .widget-text input {
  border-radius: 4px;
}
.footer-area .widget-text p {
  color: #a4aab9;
  font-weight: 400;
}
.footer-bottom-area {
  padding: 15px;
}
.footer-bottom-area p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
}
.footer-bottom-area p a {
  color: #0055a6;
} */

/* 2021.8.12 创建 by Keer */
.footer-container {
	width: 100vw;
	height: 434px;
	background-color: #353b43;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.footer-main-content {

	height: 50%;

	display: flex;
}
.footer-content-item {
	/* width: 25%; */
	height: 100%;
	margin-right: 10px;
	display: flex;
	flex-direction: column;
}
.footer-content-item-1,
.footer-content-item-4 {
	width: 25%;
}
.footer-content-item-2 {
	width: 20%;
}
.footer-content-item-4 {
	width: 30%;
}
.footer-item-title {
	width: 100%;
}
.footer-item-title > a,
.footer-item-title > span {
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	color: #ffffff;
	line-height: 20px;
}
.footer-logo-container {
	width: 220px;
	height: 55px;
	background: url("../images/footer-logo.png") no-repeat;
	background-size: 100%;
}
.special-item-container {
	display: flex;
}
.footer-item-content {
	width: 100%;
	margin-top: 28px;
	display: flex;
	flex-direction: column;
}
.content-child > a,
.content-child > span {
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #a4aab9;
}
.content-child > a:hover {
	color: #42cbe5;
}
.footer-split-line {
	width: 80%;
	height: 10%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-copyright {
	white-space: nowrap;
	font-size: 14px;
	font-weight: 400;
	color: #8e96ab;
	text-align: center;
	padding: 0 40px;
}
.footer-line {
	flex: 1;
	height: 1px;
	background-color: #8e96ab;
}
@media (max-width: 767px) {
	.footer-container {
		height: auto;
	}
	.footer-main-content {
		display: flex;
		flex-direction: column;
	}
	.footer-content-item-1,
	.footer-content-item-2,
	.footer-content-item-3,
	.footer-content-item-4 {
		width: 100%;
	}
}
/* ################ header-banner css ################ */
.header-banner {
	padding: 80px 0;
}
.header-banner .banner-text h1.big-size {
	font-size: 52px;
}
@media (max-width: 767px) {
	.header-banner .banner-text h1.big-size {
		font-size: 28px;
	}
}
@media (min-width: 767px) and (max-width: 991px) {
	.header-banner .banner-text h1.big-size {
		font-size: 42px;
	}
}
.header-banner .banner-text h1,
.header-banner .banner-text h2,
.header-banner .banner-text h3,
.header-banner .banner-text h4,
.header-banner .banner-text h5,
.header-banner .banner-text h6 {
	color: #fff;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.header-banner .banner-text h1,
	.header-banner .banner-text h2,
	.header-banner .banner-text h3,
	.header-banner .banner-text h4,
	.header-banner .banner-text h5,
	.header-banner .banner-text h6 {
		margin-bottom: 10px;
	}
}
.header-banner .banner-text a {
	color: #fff;
}
.header-banner .banner-text a:hover {
	color: #0055a6;
}

.mobile-show {
	display: none;
}
@media (max-width: 574px) {
	.mobile-show {
		display: block;
	}
}

@media (max-width: 574px) {
	.mobile-hide {
		display: none;
	}
}

.job-search-bar .select2-selection--single {
	background: #fff;
	outline: 0;
	border: none;
	width: 100%;
	height: 50px;
	border-radius: 4px;
	padding: 10px 10px;
	margin-right: 20px;
}

.job-search-bar .col-md-3 {
	padding: 0 15px;
}

/* ################ about-content-area css ################ */
.about-content-area {
	background: #f6f7f9;
}
@media (max-width: 767px) {
	.about-content-area .about-details {
		margin-bottom: 30px;
	}
}
.about-content-area .about-details .image img {
	width: 60px;
	height: 60px;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 767px) {
	.about-content-area .about-details .image img {
		width: 50px;
	}
}
.about-content-area .about-details .about-avata {
	margin-top: 20px;
}
.about-content-area .about-details .about-avata .image {
	float: left;
}
.about-content-area .about-details .about-avata .content {
	float: left;
	padding-left: 30px;
}
.about-content-area .about-details .about-avata .signature {
	margin-top: 20px;
}
.about-content-area .about-details .blockqoute-icon {
	position: relative;
	padding: 30px;
}
@media (max-width: 767px) {
	.about-content-area .about-details .blockqoute-icon {
		padding: 15px;
	}
}
.about-content-area .about-details .blockqoute-icon:before {
	font-size: 70px;
	content: "\f10d";
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
	color: rgba(39, 174, 96, 0.1);
}
.about-content-area .about-details .blockqoute-icon:after {
	font-size: 70px;
	content: "\f10e";
	font-family: "FontAwesome";
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 1;
	color: rgba(39, 174, 96, 0.1);
}
.about-content-area .call-back h2 {
	font-size: 30px;
	color: #333333;
}
.about-content-area .call-back form {
	background: #0055a6;
	padding: 30px;
	border-radius: 4px;
}
@media (max-width: 767px) {
	.about-content-area .call-back form {
		padding: 15px;
	}
}
.about-content-area .call-back p .title {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
}
.about-content-area .call-back input,
.about-content-area .call-back textarea,
.about-content-area .call-back .select2-selection--single {
	width: 100%;
	outline: 0;
	padding: 6px 25px 6px 15px;
	height: auto;
	border: 0;
	border-radius: 4px;
}
.about-content-area .call-back .select2-selection__rendered {
	padding: 0;
}
.about-content-area .call-back button {
	border: 2px solid #fff;
	background-color: transparent;
	color: #fff;
	padding: 8px 30px;
	width: 100%;
}
.about-content-area .call-back button:hover {
	background-color: #fff;
	color: #0055a6;
	border-color: #fff;
}
.about-content-area .right-text h3 {
	font-size: 22px;
	color: #333333;
}
.about-content-area .right-text h3 span {
	display: block;
	font-size: 14px;
	margin-top: 5px;
	font-weight: 300;
}

/* ################ job-post-details-area ################ */
.job-post-details-area .single-job {
	padding: 18px;
	margin-bottom: 5px;
	border: 1px solid #eeeff1;
	-webkit-box-shadow: 0 0 40px -20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 40px -20px rgba(0, 0, 0, 0.1);
}

.job-post-details-area .title h3 {
	font-size: 22px;
	line-height: 25px;
	margin: 5px 0;
}
.job-post-details-area .title h3 a {
	color: #333333;
}

.job-post-details-area .meta-info p {
	margin: 0;
	padding: 0;
	margin-right: 15px;
	color: #666666;
	font-size: 14px;
}
.job-post-details-area .meta-info p i {
	margin-right: 5px;
	color: #c0bebe;
	font-size: 14px;
}

.job-post-details-area .job-post-list .sidebar-title {
	margin-bottom: 15px;
}
.job-post-details-area .job-post-list .sidebar-title h3 {
	font-size: 22px;
}
.job-post-details-area .job-post-list .sidebar-title h3:before {
	left: 0;
}
.job-post-details-area .job-post-list .sidebar-title h3:after {
	left: 25%;
}

.job-post-details-area .job-post-list .single-job {
	margin-bottom: 15px;
}
.job-post-details-area .job-post-list .single-job:last-child {
	margin-bottom: 0;
}

.job-post-details-area .job-post-list .time-btn a {
	border: 1px solid #0055a6;
	padding: 8px 15px;
	border-radius: 4px;
	display: inline-block;
	margin-top: 16px;
	color: #0055a6;
	font-size: 14px;
}
.job-post-details-area .job-post-list .time-btn a:hover {
	border: 1px solid #2ea2db;
	color: #2ea2db;
}

.job-post-details-area .job-post-list a {
	color: #333333;
}

.job-post-details-area .dec-title h4 {
	font-size: 18px;
	color: #333333;
}

.single-job {
	display: table;
	width: 100% !important;
}
.single-job .logo {
	width: 65px;
	float: left;
}
.single-job .logo img {
	width: 100%;
}
.single-job .job-meta {
	width: calc(100% - 154px);
	padding-left: 10px;
	float: left;
}
@media (max-width: 574px) {
	.single-job .job-meta {
		width: calc(100% - 80px);
	}
}
@media (max-width: 574px) {
	.single-job .timing {
		margin-left: 75px !important;
	}
}
@media (max-width: 767px) {
	.single-job .time-btn {
		margin-top: 5px;
	}
}
@media (max-width: 574px) {
	.single-job .meta-info {
		display: block !important;
	}
}

/* ################ right-sidebar css ################ */
input[type="checkbox"] + label {
	display: block;
	margin: 0.2em;
	cursor: pointer;
	padding: 0.2em;
}

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"] + label:before {
	content: "";
	border: 0.1em solid #666666;
	border-radius: 0.2em;
	display: inline-block;
	width: 1em;
	height: 1em;
	padding-left: 0;
	padding-bottom: 0;
	margin: 0px 8px -2px 0px;
	color: transparent;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

input[type="checkbox"] + label:active:before {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

input[type="checkbox"]:checked + label:before {
	background-color: #0055a6;
	border-color: #0055a6;
	color: #fff;
}

input[type="checkbox"]:disabled + label:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	border-color: #aaa;
}

input[type="checkbox"]:checked:disabled + label:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	background-color: #bfb;
	border-color: #bfb;
}

.right-sidebar .sidebar-widget {
	background: #f6f7f9;
	padding: 30px;
	border: 1px solid #eeeff1;
}
.right-sidebar .sidebar-widget .buttonfx {
	padding: 5px 20px;
}
.right-sidebar .sidebar-widget .buttonfx:hover {
	background-color: #198647;
}
@media (min-width: 767px) and (max-width: 991px) {
	.right-sidebar .sidebar-widget {
		padding: 15px;
	}
}
@media (max-width: 767px) {
	.right-sidebar .sidebar-widget {
		padding: 30px;
	}
}

.right-sidebar .category-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.right-sidebar .category-list li {
	margin-bottom: 10px;
}
.right-sidebar .category-list li:last-child {
	margin-bottom: 0;
}
.right-sidebar .category-list li a {
	color: #666666;
	padding: 5px 0;
}
.right-sidebar .category-list li a:hover {
	color: #0055a6;
}
.right-sidebar .category-list:first-child a {
	padding-top: 0;
}

.right-sidebar .btn-search-details {
	border: 2px solid #0055a6;
	border-radius: 4px;
	color: #0055a6;
	padding: 7px 16px !important;
	background: transparent;
}

.right-sidebar .adds img {
	max-width: 100%;
}

.right-sidebar .single-overview,
.right-sidebar .contact-details {
	margin-bottom: 15px;
}
.right-sidebar .single-overview:last-child,
.right-sidebar .contact-details:last-child {
	margin-bottom: 0;
}

.right-sidebar .icon {
	margin-right: 15px;
}
.right-sidebar .icon i {
	background: #fff;
	border: 1px solid #eeeff1;
	text-align: center;
	font-size: 25px;
	color: #0055a6;
	width: 45px;
	height: 45px;
	line-height: 45px;
}

.right-sidebar .sidebar-title {
	margin-bottom: 30px;
}
.right-sidebar .sidebar-title h3 {
	font-size: 22px;
	margin: 0;
}
@media (min-width: 767px) and (max-width: 991px) {
	.right-sidebar .sidebar-title h3 {
		font-size: 20px;
	}
}
.right-sidebar .sidebar-title h3:before {
	left: 0;
}
.right-sidebar .sidebar-title h3:after {
	left: 25%;
}

.right-sidebar .recent-post {
	margin-bottom: 20px;
}

.right-sidebar .post-thumb a {
	display: block;
}

.right-sidebar .post-thumb img {
	width: 60px;
}

.right-sidebar .sidebar-details p {
	line-height: 24px;
	margin: 0;
}
.right-sidebar .sidebar-details p a {
	color: #333333;
}
.right-sidebar .sidebar-details p a:hover {
	color: #0055a6;
}

.right-sidebar form input {
	padding: 8px 12px;
	border: 1px solid #eeeff1;
	margin-bottom: 0;
}

.right-sidebar .meta-overview p,
.right-sidebar .contact-info p {
	color: #333333;
}
.right-sidebar .meta-overview p span,
.right-sidebar .contact-info p span {
	display: block;
	font-size: 14px;
	color: #666666;
}

/* ################ login-form-area css ################ */
.login-form-area p,
.post-job-area p,
.submit-form-area p {
	margin: 0;
	padding: 0;
}

.login-form-area .form-bg,
.post-job-area .form-bg,
.submit-form-area .form-bg {
	background: #f6f7f9;
	padding: 25px;
	border: 1px solid #eeeff1;
}

.login-form-area .login-form h3,
.login-form-area .login-form h4,
.login-form-area .title-reg h3,
.login-form-area .title-reg h4,
.login-form-area .info-title h3,
.login-form-area .info-title h4,
.login-form-area .info-title h3,
.login-form-area .info-title h4,
.post-job-area .login-form h3,
.post-job-area .login-form h4,
.post-job-area .title-reg h3,
.post-job-area .title-reg h4,
.post-job-area .info-title h3,
.post-job-area .info-title h4,
.post-job-area .info-title h3,
.post-job-area .info-title h4,
.submit-form-area .login-form h3,
.submit-form-area .login-form h4,
.submit-form-area .title-reg h3,
.submit-form-area .title-reg h4,
.submit-form-area .info-title h3,
.submit-form-area .info-title h4,
.submit-form-area .info-title h3,
.submit-form-area .info-title h4 {
	font-size: 22px;
	color: #333333;
	margin-bottom: 15px;
}

.login-form-area .login-form .info-field input,
.login-form-area .title-reg .info-field input,
.login-form-area .info-title .info-field input,
.login-form-area .info-title .info-field input,
.post-job-area .login-form .info-field input,
.post-job-area .title-reg .info-field input,
.post-job-area .info-title .info-field input,
.post-job-area .info-title .info-field input,
.submit-form-area .login-form .info-field input,
.submit-form-area .title-reg .info-field input,
.submit-form-area .info-title .info-field input,
.submit-form-area .info-title .info-field input {
	width: 100%;
	outline: 0;
	padding: 6px 28px 6px 12px;
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	margin-bottom: 15px;
}

.login-form-area .info-field span,
.post-job-area .info-field span,
.submit-form-area .info-field span {
	display: block;
}
.login-form-area .info-field span a,
.post-job-area .info-field span a,
.submit-form-area .info-field span a {
	color: #0055a6;
}

.login-form-area textarea,
.post-job-area textarea,
.submit-form-area textarea {
	width: 100%;
	padding: 5px 15px;
	outline: 0;
}

.login-form-area .form-bottom p,
.post-job-area .form-bottom p,
.submit-form-area .form-bottom p {
	margin-bottom: 20px;
}

/* ################ Job-list-area css ################ */
.job-list-area .single-job,
.job-list-area .single-candidate,
.candidate-list-area .single-job,
.candidate-list-area .single-candidate {
	margin-bottom: 25px;
}

.company-logo-area {
	margin-top: -30px;
}

.single-company {
	margin-top: 30px;
}
.single-company img {
	width: 100%;
}

.single-candidate {
	display: table !important;
}
.single-candidate .logo {
	width: 65px;
	float: left;
}
.single-candidate .logo img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.single-candidate .candidate-meta {
	width: calc(100% - 320px);
	float: left;
}
@media (max-width: 767px) {
	.single-candidate .candidate-meta {
		width: calc(100% - 120px);
	}
}
@media (min-width: 767px) and (max-width: 991px) {
	.single-candidate .candidate-meta {
		width: calc(100% - 120px);
	}
}
@media (max-width: 767px) {
	.single-candidate .meta-info {
		display: block !important;
	}
}
@media (min-width: 767px) and (max-width: 991px) {
	.single-candidate .time-btn {
		margin-top: 5px;
	}
}
@media (max-width: 767px) {
	.single-candidate .time-btn {
		margin-top: 5px;
	}
}
@media (max-width: 767px) {
	.single-candidate .timing {
		margin-left: 65px !important;
	}
}
@media (min-width: 767px) and (max-width: 991px) {
	.single-candidate .timing {
		margin-left: 65px !important;
	}
}

/* ################ blog-post-area ################ */
.blog-post-details .social-link {
	margin: 0;
}

.blog-post-details .author-data {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}

.blog-post-area .single-block {
	margin-bottom: 35px;
	-webkit-box-shadow: 0 0 40px -20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 40px -20px rgba(0, 0, 0, 0.1);
}
.blog-post-area .single-block:last-child {
	margin-bottom: 0;
}
.blog-post-area .single-block img {
	max-width: 100%;
}
.blog-post-area .single-block .content-wrap {
	padding: 30px;
}
.blog-post-area .single-block .blog-title h3 {
	margin-bottom: 15px;
}
.blog-post-area .single-block .blog-title h3 a {
	font-size: 30px;
	color: #333333;
}
.blog-post-area .single-block .blog-title h3 a:hover {
	color: #0055a6;
}
.blog-post-area .single-block .author-name {
	display: inline-block;
	margin-bottom: 15px;
}
.blog-post-area .single-block .author-name a {
	color: #666666;
}
.blog-post-area .single-block .author-name a i {
	margin-right: 5px;
}
.blog-post-area .single-block .author-name a:hover {
	color: #0055a6;
}
.blog-post-area .single-block .author-name img {
	width: 25px;
	height: 25px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-right: 0px;
}
.blog-post-area .single-block .author-name .date {
	margin-left: 20px;
}
.blog-post-area .single-block .author-name .date i {
	margin-right: 5px;
}
.blog-post-area .single-block .author-name span {
	font-size: 16px;
	color: #666666;
}
.blog-post-area .single-block .blog-meta a {
	color: #666666;
}
.blog-post-area .single-block .blog-meta a:hover {
	color: #0055a6;
}
.blog-post-area .single-block .blog-meta .meta-author {
	margin-right: 15px;
}
.blog-post-area .single-block .blog-meta .meta-author a {
	display: block;
}
.blog-post-area .single-block .blog-meta img {
	margin-right: 5px;
	max-width: 100%;
}
.blog-post-area .single-block .blog-meta p {
	margin-right: 15px;
}
.blog-post-area .single-block .blog-meta p i {
	margin-right: 5px;
}

.blog-post-area .recent-post {
	margin-bottom: 20px;
}

.blog-post-area .post-title p {
	margin: 0;
	padding: 0;
	line-height: 24px;
}

.blog-post-area .post-title a {
	color: #333333;
}

/* ################ Client Area Page ################ */
.client-logo img {
	float: right;
	max-width: 100%;
}

.client-content {
	text-align: center;
}
.client-content .client-big {
	font-size: 60px;
	color: #0055a6;
	font-weight: 400;
}
.client-content h5 {
	font-weight: 300;
	color: #666666;
}

.client-btn {
	padding: 10px 15px;
	color: #fff;
	background-color: #0055a6;
	border-radius: 4px;
	margin-top: 10px;
	display: inline-block;
}
.client-btn:hover {
	color: #fff;
}

/* ################ Video Area Page ################ */
.video-support-wrapper {
	width: 100%;
	max-width: 745px;
	padding: 60px 60px 60px 30px;
}
@media (min-width: 767px) and (max-width: 991px) {
	.video-support-wrapper {
		max-width: 100%;
		padding: 50px 15px 35px 15px;
	}
}
@media (max-width: 767px) {
	.video-support-wrapper {
		max-width: 100%;
		padding: 50px 15px 35px 15px;
	}
}

.video-support {
	width: 100%;
	display: table;
}
.video-support .video-icon {
	width: 40px;
	float: left;
}
.video-support .video-icon img {
	width: 100%;
}
.video-support .video-content {
	width: calc(100% - 40px);
	padding-left: 15px;
	float: left;
}
.video-support .video-content h5 {
	font-size: 18px;
}
.video-support .video-content p {
	margin: 0;
}
@media (max-width: 767px) {
	.video-support {
		margin-bottom: 15px !important;
	}
}

/* ################ Client Area Page ################ */
@media (min-width: 767px) and (max-width: 991px) {
	.client-logo img {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.client-logo img {
		margin-bottom: 30px;
	}
}

/* ################ Team Area Page ################ */
.team-area .team-reviewer .image {
	overflow: hidden;
	position: relative;
}
.team-area .team-reviewer .image img {
	width: 100%;
}
.team-area .team-reviewer .image .team-social {
	margin: 0;
	position: absolute;
	bottom: 5px;
	left: -115px;
	-webkit-transition: 1s all;
	-o-transition: 1s all;
	transition: 1s all;
}
.team-area .team-reviewer .image .team-social li {
	margin-bottom: 10px;
}
.team-area .team-reviewer .image .team-social li a {
	background-color: #fff;
	display: block;
	padding: 2px 5px;
	border-radius: 4px;
	width: 30px;
	height: 30px;
	text-align: center;
}
.team-area .team-reviewer .image .team-social li.twitter a {
	color: #00a7e6;
}
.team-area .team-reviewer .image .team-social li.twitter a:hover {
	color: #fff;
	background-color: #00a7e6;
}
.team-area .team-reviewer .image .team-social li.facebook a {
	color: #395693;
}
.team-area .team-reviewer .image .team-social li.facebook a:hover {
	color: #fff;
	background-color: #395693;
}
.team-area .team-reviewer .image .team-social li.linkedin a {
	color: #0073af;
}
.team-area .team-reviewer .image .team-social li.linkedin a:hover {
	color: #fff;
	background-color: #0073af;
}

.team-area .team-reviewer .content {
	background-color: #fff;
	-webkit-box-shadow: 0 0 40px -20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 40px -20px rgba(0, 0, 0, 0.1);
	border: 1px solid #eeeff1;
	padding: 15px;
}
.team-area .team-reviewer .content h4 {
	margin: 0;
}
.team-area .team-reviewer .content h4 a {
	color: #333333;
}
.team-area .team-reviewer .content p {
	margin-bottom: 10px;
	font-size: 14px;
}
.team-area .team-reviewer .content .team-star {
	margin: 0;
}
.team-area .team-reviewer .content .team-star li {
	color: #0055a6;
}

.team-area .team-reviewer:hover .team-social {
	left: 15px;
}

/* ################ Style Guide Page ################ */
.style-guide-area .guide-wrapper ol,
.style-guide-area .guide-wrapper ul {
	margin: 0;
	padding: 0;
}
.style-guide-area .guide-wrapper ol li,
.style-guide-area .guide-wrapper ul li {
	margin-left: 15px;
}

.style-guide-area .guide-wrapper .style-details h1,
.style-guide-area .guide-wrapper .style-details h2,
.style-guide-area .guide-wrapper .style-details h3,
.style-guide-area .guide-wrapper .style-details h4,
.style-guide-area .guide-wrapper .style-details h5,
.style-guide-area .guide-wrapper .style-details h6 {
	margin-bottom: 10px;
	color: #333333;
}

.style-guide-area .guide-wrapper .style-details .mb-40:last-child {
	margin-bottom: 0;
}

.style-guide-area .guide-wrapper .youtube-video h3 {
	margin-bottom: 20px;
}

.style-guide-area blockquote:before {
	height: 120px;
}

.not-found p {
	font-size: 20px;
	color: #333333;
}
@media (max-width: 767px) {
	.not-found p {
		font-size: 22px;
		margin-bottom: 0px;
	}
}

.not-found img {
	max-width: 300px;
}
@media (max-width: 767px) {
	.not-found img {
		max-width: 200px;
	}
}

.not-found .buttonfx {
	margin-top: 15px !important;
}

/* ################ Comment area css ################ */
.blog-post-details .blog-author-area .author-bio-details {
	padding: 30px;
	background-color: #f2f2f2;
}

.blog-post-details .blog-author-area .author-pic a {
	display: block;
}

.blog-post-details .blog-author-area .author-pic img {
	width: 60px;
	-o-object-fit: cover;
	object-fit: cover;
}

.blog-post-details .blog-author-area .author-name h4 {
	font-size: 18px;
}
.blog-post-details .blog-author-area .author-name h4 a {
	color: #333333;
}

.blog-post-details .blog-author-area .author-link ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.blog-post-details .blog-author-area .author-link ul li {
	border: none;
	margin-right: 8px;
	display: inline-block;
}
.blog-post-details .blog-author-area .author-link ul li a {
	display: block;
	color: #666666;
}
.blog-post-details .blog-author-area .author-link ul li a:hover {
	color: #0055a6;
}

.blog-post-details .tags-meta ul {
	margin-bottom: 0;
}
.blog-post-details .tags-meta ul li:first-child {
	font-weight: 700;
}
.blog-post-details .tags-meta ul li a {
	color: #666666;
}
.blog-post-details .tags-meta ul li a:hover {
	color: #0055a6;
}

.blog-post-details .social-link ul li {
	margin-left: 5px;
	margin-right: 0;
}
.blog-post-details .social-link ul li a {
	background-color: transparent;
	color: #c0bebe !important;
	padding: 0;
}

.blog-post-details .blog-img img {
	width: 100%;
}

.section-title h3 {
	font-size: 22px;
}
.section-title h3:before {
	left: 0;
}
.section-title h3:after {
	left: 25%;
}

.comments-area {
	color: #323232;
}
.comments-area .section-title h3 {
	font-size: 22px;
	margin: 0;
}
.comments-area .comments-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}
.comments-area .comments-details:last-child {
	margin-bottom: 0;
}
.comments-area .comments-details .author-image {
	float: left;
	margin-right: 20px;
	width: 80px;
}
@media (max-width: 574px) {
	.comments-area .comments-details .author-image {
		width: 80px;
		margin-bottom: 20px;
	}
}
@media (min-width: 767px) and (max-width: 991px) {
	.comments-area .comments-details .author-image {
		width: 80px;
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.comments-area .comments-details .author-image {
		height: 100%;
		margin-bottom: 20px;
	}
}
.comments-area .comments-details .author-image img {
	width: 60px;
	border-radius: 50px;
}
.comments-area .comments-details .comment-text p {
	margin-bottom: 10px;
	line-height: 26px;
}
.comments-area .comments-details .comment-text .c-title h4 {
	margin-bottom: 10px;
}
@media (min-width: 767px) and (max-width: 991px) {
	.comments-area .comments-details .comment-text {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.comments-area .comments-details .comment-text {
		width: 100%;
	}
}
.comments-area .comments-details .comment-text h4 a {
	color: #333333;
	font-size: 18px;
}
.comments-area .comments-details .comment-text .reply {
	color: #0055a6;
}
.comments-area .comments-details .comment-text .reply span a {
	font-size: 18px;
	margin-right: 10px;
	color: #0055a6;
}
.comments-area .comments-details .reply-comment {
	padding-left: 13%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.comment-form-area .section-title h3:before,
.main-content-area .section-title h3:before {
	left: 0;
}

.comment-form-area .section-title h3:after,
.main-content-area .section-title h3:after {
	left: 16%;
}

.comment-form-area .comment-form input[type="text"],
.comment-form-area .contact-form input[type="text"],
.main-content-area .comment-form input[type="text"],
.main-content-area .contact-form input[type="text"] {
	width: 49%;
	padding: 6px 28px 6px 12px;
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
}
@media (max-width: 767px) {
	.comment-form-area .comment-form input[type="text"],
	.comment-form-area .contact-form input[type="text"],
	.main-content-area .comment-form input[type="text"],
	.main-content-area .contact-form input[type="text"] {
		width: 100%;
		margin-bottom: 10px;
	}
}
.comment-form-area .comment-form input[type="text"]:focus,
.comment-form-area .contact-form input[type="text"]:focus,
.main-content-area .comment-form input[type="text"]:focus,
.main-content-area .contact-form input[type="text"]:focus {
	outline: 0;
}

.comment-form-area .comment-form textarea,
.comment-form-area .contact-form textarea,
.main-content-area .comment-form textarea,
.main-content-area .contact-form textarea {
	width: 100%;
	height: 160px;
	padding: 15px 12px;
	margin-top: 15px;
	border: 1px solid #d9d9d9;
	color: #666666;
	border-radius: 4px;
}
.comment-form-area .comment-form textarea:focus,
.comment-form-area .contact-form textarea:focus,
.main-content-area .comment-form textarea:focus,
.main-content-area .contact-form textarea:focus {
	outline: 0;
}

/* ################ submit-form-area ################ */
.submit-form-area .submit-form {
	margin-top: 0;
}
.submit-form-area .submit-form .form-text p {
	margin: 0;
}
.submit-form-area .submit-form input {
	width: 100%;
	outline: 0;
	padding: 6px 28px 6px 12px;
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	margin-bottom: 15px;
}
.submit-form-area .submit-form .custom-select,
.submit-form-area .submit-form .custom-multi-select {
	margin-right: 30px;
	position: relative;
	margin-bottom: 15px;
}

/* ################ Curtain Up ################ */
.buttonfx {
	outline: none;
	border: none;
	position: relative;
	display: inline-block;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	text-align: center;
}
.buttonfx a {
	padding: 8px 20px;
	display: inline-block;
	letter-spacing: 0.1em;
	font-weight: 500;
}

/* Shutter In Horizontal */
.shutter-in-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-box-shadow: 0 0 40px -20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 40px -20px rgba(0, 0, 0, 0.1);
	position: relative;
	-webkit-transition-property: color;
	-o-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.shutter-in-horizontal:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.17);
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 4px;
}

.shutter-in-horizontal:hover:before,
.shutter-in-horizontal:focus:before,
.shutter-in-horizontal:active:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.shutter-in-horizontal:focus:before,
.shutter-in-horizontal:active:before {
	background: rgba(0, 0, 0, 0);
}

.shutter-in-horizontal-green {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-box-shadow: 0 0 40px -20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 40px -20px rgba(0, 0, 0, 0.1);
	position: relative;
	-webkit-transition-property: color;
	-o-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	color: #fff;
}

.shutter-in-horizontal-green:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #0055a6;
	color: #fff;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 4px;
}

.shutter-in-horizontal-green:hover:before,
.shutter-in-horizontal-green:focus:before,
.shutter-in-horizontal-green:active:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.shutter-in-horizontal-green:focus:before,
.shutter-in-horizontal-green:active:before {
	background: rgba(0, 0, 0, 0);
}

/* ################ Preloader ################ */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


@keyframes ldio-vkyvieq2q5 {
	0% {
		opacity: 1;
		backface-visibility: hidden;
		transform: translateZ(0) scale(1.5, 1.5);
	}

	100% {
		opacity: 0;
		backface-visibility: hidden;
		transform: translateZ(0) scale(1, 1);
	}
}

.ldio-vkyvieq2q5 div > div {
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #12c4e6;
	animation: ldio-vkyvieq2q5 1s linear infinite;
}

.ldio-vkyvieq2q5 div:nth-child(1) > div {
	left: 80px;
	top: 44px;
	animation-delay: -0.9s;
}

.ldio-vkyvieq2q5 > div:nth-child(1) {
	transform: rotate(0deg);
	transform-origin: 86px 50px;
}

.ldio-vkyvieq2q5 div:nth-child(2) > div {
	left: 73px;
	top: 65px;
	animation-delay: -0.8s;
}

.ldio-vkyvieq2q5 > div:nth-child(2) {
	transform: rotate(36deg);
	transform-origin: 79px 71px;
}

.ldio-vkyvieq2q5 div:nth-child(3) > div {
	left: 55px;
	top: 78px;
	animation-delay: -0.7s;
}

.ldio-vkyvieq2q5 > div:nth-child(3) {
	transform: rotate(72deg);
	transform-origin: 61px 84px;
}

.ldio-vkyvieq2q5 div:nth-child(4) > div {
	left: 33px;
	top: 78px;
	animation-delay: -0.6s;
}

.ldio-vkyvieq2q5 > div:nth-child(4) {
	transform: rotate(108deg);
	transform-origin: 39px 84px;
}

.ldio-vkyvieq2q5 div:nth-child(5) > div {
	left: 15px;
	top: 65px;
	animation-delay: -0.5s;
}

.ldio-vkyvieq2q5 > div:nth-child(5) {
	transform: rotate(144deg);
	transform-origin: 21px 71px;
}

.ldio-vkyvieq2q5 div:nth-child(6) > div {
	left: 8px;
	top: 44px;
	animation-delay: -0.4s;
}

.ldio-vkyvieq2q5 > div:nth-child(6) {
	transform: rotate(180deg);
	transform-origin: 14px 50px;
}

.ldio-vkyvieq2q5 div:nth-child(7) > div {
	left: 15px;
	top: 23px;
	animation-delay: -0.3s;
}

.ldio-vkyvieq2q5 > div:nth-child(7) {
	transform: rotate(216deg);
	transform-origin: 21px 29px;
}

.ldio-vkyvieq2q5 div:nth-child(8) > div {
	left: 33px;
	top: 10px;
	animation-delay: -0.2s;
}

.ldio-vkyvieq2q5 > div:nth-child(8) {
	transform: rotate(252deg);
	transform-origin: 39px 16px;
}

.ldio-vkyvieq2q5 div:nth-child(9) > div {
	left: 55px;
	top: 10px;
	animation-delay: -0.1s;
}

.ldio-vkyvieq2q5 > div:nth-child(9) {
	transform: rotate(288deg);
	transform-origin: 61px 16px;
}

.ldio-vkyvieq2q5 div:nth-child(10) > div {
	left: 73px;
	top: 23px;
	animation-delay: 0s;
}

.ldio-vkyvieq2q5 > div:nth-child(10) {
	transform: rotate(324deg);
	transform-origin: 79px 29px;
}

.loadingio-spinner-spin-2lxttmjqmwg {
	width: 100px;
	height: 100px;
	display: inline-block;
	overflow: hidden;
	background: rgba(NaN, NaN, NaN, 0);
}

.ldio-vkyvieq2q5 {
	width: 100%;
	height: 100%;
	position: relative;
	transform: translateZ(0) scale(1);
	backface-visibility: hidden;
	transform-origin: 0 0;
	/* see note above */
}

.ldio-vkyvieq2q5 div {
	box-sizing: content-box;
}



@-webkit-keyframes lds-ripple {
	0% {
		top: 28px;
		left: 28px;
		width: 0;
		height: 0;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	100% {
		top: -1px;
		left: -1px;
		width: 58px;
		height: 58px;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

@keyframes lds-ripple {
	0% {
		top: 28px;
		left: 28px;
		width: 0;
		height: 0;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	100% {
		top: -1px;
		left: -1px;
		width: 58px;
		height: 58px;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

/*# sourceMappingURL=style.css.map */

/* ################ founder page -area css ################ */
.founder-top-area {
	/* width: 100%;
	height: 502px;
	background-size: 100% 100%;
	background: url(../images/founder-banner.png);
	background-repeat: no-repeat;
	position: relative; */
}

.founder-top-area .founder-top-item {
	padding-top: 160px;
	width: 85%;
	color: #fff;
}
.founder-top-item-title {
	text-align: left;
}
.founder-top-item-text {
	padding: 35px;
	font-size: 1.4em;
	color: #fff;
	background: rgba(0, 85, 166, 0.9);
}

#mobile-show-1,#mobile-show-2 {
	display: none;
}
#pc-show-1,#pc-show-2 {
	display: flex;
}

.founder-item {
	/* background-color: firebrick; */
}
.founder-item-text {
	margin-top: 24px;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #595f6d;
	line-height: 27px;
}
.founder-item-text-title {
	display: flex;
	align-items: center;
	padding-left: 10px;
	margin: 20px 0;
	font-size: 1.8em;
	font-weight: 400;
	border-left: #12c4e6 solid 6px;
}
.founder-person-name {
	font-size: 32px;

	font-weight: 500;
	color: #1b283b;
}
.founder-person-job {
	margin-left: 24px;
	font-size: 24px;

	font-weight: 400;
	text-align: left;
	color: #595f6d;
}
.item-self {
	margin-top: 100px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.founder-item-img {
	padding: 5px;
	padding-left: 20px;
}
.founder-item-img .title {
	font-size: 1.4em;
	color: #0055a6;
	font-weight: 400;
	text-align: center;
	padding: 10px;
}

@media (max-width: 767px) {
	.founder-top-area .founder-top-item {
		padding-top: 20px;
		width: 100%;
	}
	.founder-top-item-title {
		text-align: center;
	}
	.founder-top-item-text {
		padding: 35px;
		font-size: 1em;
	}

	.founder-item-text {
		padding: 15px;
		font-size: 1em;
		font-weight: 350;
	}
}

/* ################ about page -area css ################ */
.about-top-area {
	/* overflow: hidden;
	background-size: cover;
	background: url(../images/about-banner1.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 552px; */
}
.about-top-area-title {
	padding-left: 50px;
	font-size: 3em;
	font-weight: 350;
	color: #1b6ca1;
	line-height: 2em;
	text-align: left;
	letter-spacing: 0.3em;
	background: rgba(255, 255, 255, 0.7);
	text-shadow: 5px 5px 5px #999;
}

.about-zhanlu {
	height: 635px;
	width: 100%;
	background: url(../images/about-fazha.jpeg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.about-zhanlu-title-container {
	display: flex;
	justify-content: center;
}
.about-zhanlue-pic-container {
	height: 340px;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.zhanlue-pic-item {
	height: 100%;
	width: 24%;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-bottom: 4px solid transparent;
	transition: all 0.9s ease 0s;
	/* background-color: plum; */
}
.zhanlue-pic-item:hover {
	background-color: rgba(255, 255, 255, 0.72);
	border-bottom: 4px solid #12c4e6;
}
.zhanlue-pic-item:hover > svg > g > g {
	fill: #42cbe5;
}
.zhanlue-pic-item:hover .pic-item-text-title {
	color: #1b283b;
}
.zhanlue-pic-item:hover .pic-item-text-content {
	color: #666666;
}
.pic-item-logo {
	width: 140px;
	height: 140px;
}
.pic-item-text {
	width: 100%;
	height: 100px;
	margin-top: 34px;
	display: flex;
	flex-direction: column;

	font-weight: 400;
	color: #ffffff;
	text-align: center;
}

.pic-item-text-title {
	font-size: 40px;
	line-height: 40px;
}

.pic-item-text-content {
	margin-top: 12px;
	font-size: 16px;
	line-height: 22px;
}

.about-top-text {
	padding-top: 60px;
}
.about-top-text-text {
	font-size: 1.3em;
	text-align: left;
	margin-top: 20px;
}
.about-top-text-title {
	text-align: left;
	font-size: 1.8em;
	font-weight: 350;
}
.about-title-h2 {
	margin-top: 40px;
	font-size: 2em;
	font-weight: 350;
	color: #000000;
}
.company-profile {
	padding-bottom: 100px;
}
.title-about-us-container {
	display: flex;
	justify-content: center;
}
.title-about-us {
	width: 300px;
	height: 85px;
	background: url(../images/blue-titlle-line.png) no-repeat;
	background-position: bottom;
	margin-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	font-weight: 500;
	color: #1b283b;
	line-height: 32px;
}
.special-text-item {
	margin-top: 28px !important;
}
.about-mechanism {
	min-height: 570px;
}
.about-mechanism-pics-container {
	margin-top: 43px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.about-mechanism-pics-container > img {
	margin-bottom: 36px;
}
@media (max-width: 990px) {
	.about-top-area-title {
		font-size: 3em;
		line-height: 1.2em;
	}
}
@media (max-width: 767px) {
	.about-top-area-title {
		font-size: 2em;
	}
}

/* ################ product page -area css ################ */
.product-top-area {
	overflow: hidden;
	background-size: cover;
	background: url(../images/product-banner.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
}
.product-item {
	padding: 50px;
}
.product-item-text-title {
	font-weight: 350;
	font-size: 1.8em;
	line-height: 2.8em;
}
.product-item-text-text {
	font-size: 1.5em;
	color: #898989;
}
@media (max-width: 767px) {
	.product-item-text-title {
		font-size: 1.4em;
		line-height: 2em;
	}
	.product-item-text-text {
		font-size: 1em;
	}
}
/* ################ news-list -area css ################ */

.news-list-main-pic {
	/*
	height: 502px;
	background: url(../images/news-list-main-pic.jpg) no-repeat;
	background-size: 100% 100%;
	*/
}

.research-list-main-pic {
	height: 502px;
	background: url(../images/research-list-main-pic.png) no-repeat;
	background-size: 100% 100%;
}
.news-list-top-area {
	/* background-color: orange; */
}

.news-list-title {
	width: 300px;
	height: 85px;
	background: url(../images/blue-titlle-line.png) no-repeat;
	background-position: bottom;
	margin-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	font-weight: 500;
	color: #1b283b;
	line-height: 32px;
}
.recently-news-container {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.recently-news-item {
	width: 364px;
	height: 370px;
	opacity: 1;
	background: #f6f7fd;
	border-radius: 8px;
}
.news-list-top-title {
	font-size: 1.5em;
	font-weight: 350;
	padding: 10px;
	color: #666666;
}
.news-list-top-title:hover .news-item-title-changed {
	color: #12c4e6;
}

.news-item-title-changed {
	overflow: hidden;
	font-size: 20px;
	font-weight: 400;
	color: #1b283b;
	line-height: 28px;
	width: 324px;
	height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-item-date-changed {
	margin-top: 18px;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #8e96ab;
	line-height: 16px;
}

.news-item-title {
	margin-top: 25px;
	font-size: 2em;
	font-weight: 330;
}
.news-item-title p {
	font-size: 0.5em;
	color: #999;
}
.news-item-text {
	font-size: 1.2em;
	line-height: 2em;
	font-weight:lighter;
}
.history-news-item {
	margin-top: 50px;
	height: 200px;
}
.history-news-item:hover {
	background-color: #f6f7fd;
}
.history-news-item:hover .news-list-history-title {
	color: #12c4e6;
}
.history-news-item-img {
	width: 300px;
	height: 200px;
	border-radius: 8px;
}
.news-list-history-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 32px;
	font-size: 24px;
	font-weight: 500;
	text-align: left;
	color: #1b283b;
	line-height: 24px;
}
.news-list-history-text {
	height: 50px;
	overflow: hidden;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 18px;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #595f6d;
	line-height: 24px;
}
.news-list-history-date {
	margin-top: 30px;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #8e96ab;
	line-height: 16px;
}
@media (max-width: 767px) {
	.news-item-title {
		font-size: 1.5em;
	}
	.news-item-text {
		font-size: 1.2em;
		line-height: 1.8em;
	}
}

/* ################ jobs page -area css ################ */
.jobs-top-area {
	/* width: 100%;
	height: 502px;
	background-size: 100% 100%;
	background: url(../images/jobs-banner.png);
	background-repeat: no-repeat; */
	position: relative;
}
.input-search-container {
	height: 80px;
	background-color: #f6f7fd;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #8e96ab;
	line-height: 16px;
}
.jobs-top-item {
	width: 600px;
	height: 300px;
	margin-top: 150px;
	margin-left: 150px;
}
.jobs-top-item > p {
	font-size: 36px;
	font-weight: 600;
	color: #ffffff;
}
.jobs-top-item-title {
	text-align: left;
	font-size: 3em;
}
.jobs-item-right {
	border-left: 1px solid #eee;
}
@media (max-width: 767px) {
	
	
	.jobs-top-item {
		padding: 20px;
		width: 100%;
	}
	.jobs-top-item-title {
		text-align: left;
		font-size: 2em;
	}
}
/* ################ periodical page -area css ################ */

.periodical-top-banner {
	/* height: 502px;
	background: url(../images/periodical-banner-pic.jpg) no-repeat;
	background-size: 100% 100%; */
	/* background-color: red; */
}
.periodical-top-area .container {
	margin-top: 80px;
	border: 1px solid #42cbe5;
	padding: 20px;
	position: relative;
}
.periodical-top-img-container {
	/* background-color: orange; */
}
.periodical-top-position-bg {
	width: 200px;
	height: 200px;
	padding-bottom: 10px;
	background-color: #42cbe5;
	position: absolute;
	bottom: -18px;
	left: -1px;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	line-height: 20px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.periodical-top-img {
	width: 340px;
	height: 474px;
}
.periodical-top-content-container {
	/* background-color: pink; */
}
.periodical-top-content-container-title {
	margin-top: 20px;
	font-size: 28px;
	font-weight: 500;
	text-align: left;
	color: #1b283b;
	line-height: 40px;
}
.periodical-top-content-container-detail {
	margin-top: 24px;
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	color: #595f6d;
	line-height: 36px;
}
.periodical-top-content-more-btn {
	width: 120px;
	height: 40px;
	opacity: 1;
	border: 1px solid #1c283b;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.periodical-top-content-more-btn > a {
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #1b283b;
	line-height: 16px;
}
.periodical-list-title {
	font-weight: 350;
	font-size: 1.8em;
	line-height: 1.4em;
	margin: 20px 0px;
}
.periodical-item-area {
	/* background-color: orange; */
	padding-bottom: 100px;
}

.periodical-list-item-new {
	margin-right: 5px;
	min-height: 255px;
	padding: 0;
	background-color: #f6f7fd;
	border-radius: 8px;
}
.periodical-list-item-pic {
	width: 195px;
	min-height: 255px;
	border-radius: 8px;
}
.periodical-list-item-right-title {
	margin-top: 20px;
	font-size: 18px;

	font-weight: 500;
	color: #1b283b;
	line-height: 18px;
}
.periodical-list-item-right-content {
	height: 152px;
	overflow: hidden;
	margin-top: 12px;
	font-size: 14px;

	font-weight: 400;
	color: #595f6d;
	line-height: 22px;
	
}
.periodical-list-item-right-view-more {
	font-size: 14px;

	font-weight: 400;
	text-align: left;
	color: #12c4e6;
	line-height: 14px;
}
/* ################ login page -area css ################ */
.login-form {
	margin-left: 80px;

	padding: 30px;
	border: 1px solid #eee;
}
.login-form input {
	width: 100%;
	padding: 6px 28px 6px 12px;
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
}
.login-form-item {
	margin: 30px 0px;
}
.login-form-item p {
	padding: 10px;
}

/* 分页 */
.pagination-div-center {
	text-align: center;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #42cbe5;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #2a6496;
	background-color: #eee;
	border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #42cbe5;
	border-color: #42cbe5;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}
.clear {
	clear: both;
}



/* 媒体查询  2021.08.24 */
@media (max-width: 767px) {
	/* start-footer */
.home-text{
	display:none;
}
	.periodical-list-item-right-content {
  height: 112px;
 }
 .periodical-list-item-pic {
  min-height: auto;
  margin-top: 20px;
 }
 .periodical-list-item-right-title {
  line-height: 22px;
 }
	.footer-copyright {
		white-space: break-spaces;
	}
	.footer-container {
		height: auto;
	}
	.footer-main-content {
		display: flex;
		flex-wrap: wrap;
		/* flex-direction: column; */
	}

	.footer-content-item-1,
	.footer-content-item-2 {
		width: 50%;
	}
	.footer-content-item-3 {
		width: 100%;
	}
	.footer-content-item-4 {
		display: none;
	}
	.footer-item-title {
		margin-top: 50px;
	}
	.footer-line {
		display: none;
	}
	.footer-copyright {
		padding: 0;
		text-align: center;
	}
	.footer-mobile-line {
		display: block;
		margin-top: 20px;
	}
	/* end-footer */

	/* start-index */
	.slider-area {
		height: 400px;
	}
	#index-video-container {
		margin-top: 100px;
		height: 300px;
	}
	.slider-text {
		margin-top: 150px;
	}
	.how-work-area,
	.apps-download-area {
		height: auto;
	}
	.apps-download-area {
		padding: 0;
	}
	.how-work-area {
		padding: 0;
	}
	.section-title,
	.hot-news-title,
	.founder-team-title {
		margin-top: 60px;
	}
	.about-text > p {
		font-size: 16px !important;
		line-height: 30px;
	}
	.hot-news-content-container {
		margin-top: 30px;
	}
	.hot-news-main-pic {
		height: 70%;
	}
	.hot-news-main-title {
		font-size: 18px;
		line-height: 28px;
	}
	.hot-news-main-author {
		font-size: 14px;
		line-height: 14px;
		margin-top: 10px;
	}
	.hot-news-list-item-title,
	.special-scienct-title-new {
		font-size: 16px;
	}

	.person-item-container {
		width: 50%;
	}
	.home-research-mobile-container {
		display: flex;
		flex-direction: column;
	}
	.home-research-progress-container,
	.home-recent-active-container {
		width: 100%;
	}
	.home-recent-active-container {
		margin-top: 50px;
		margin-left: 0;
	}
	#mobile-video-media {
		display: none;
	}
	#mobile-banner-pic {
		display: block;
		transform: scale(1.2);
	}
	/* end-index */

	/* start-newsList */
	.news-list-main-pic {
		/* height: 267px; */
		/* overflow: hidden; */
	}
	.news-list-main-pic > #clear-max-width1 {
		min-height: 267px;
		object-fit: cover;
	}
	.news-list-title {
		margin-top: 60px;
	}
	.recently-news-container {
		margin-top: 30px;
		justify-content: center;
	}
	.history-news-item {
		height: auto;
	}
	.mobile-history-news-item {
		display: flex;
		justify-content: center;
	}
	/* end-newsList */

	/* start-periodical */
	.periodical-top-banner {
		/* height: 267px; */
		/* overflow: hidden; */
	}
	.periodical-top-banner > #clear-max-width {
		min-height: 267px;
		object-fit: cover;
	}
	.periodical-top-position-bg {
		display: none;
	}
	/* end-periodical */

	/* start-about */
	.about-top-area {
		/* height: 267px; */
		/* overflow: hidden; */
	}
	.about-top-area > img {
		min-height: 267px;
		object-fit: cover;
		/* max-width: none; */
		/* margin-left: -1100px; */
	}
	.about-zhanlue-pic-container,
	.about-zhanlue {
		height: auto;
	}
	.about-zhanlue-pic-container {
		justify-content: space-around;
		margin-top: 20px;
	}
	.zhanlue-pic-item {
		width: 40%;
		margin-top: 10px;
	}
	.title-about-us {
		margin-top: 60px;
		font-size: 24px;
	}
	.zhanlue-pic-item > svg {
		width: 80px;
		height: 80px;
		margin-top: 10px;
	}
	.pic-item-text-title {
		font-size: 24px;
		line-height: 24px;
	}

	.pic-item-text-content {
		font-size: 14px;
		line-height: 22px;
	}
	.pic-item-text {
		margin-top: 14px;
	}
	.about-title-h2 {
		font-size: 20px;
	}
	.founder-item-text {
		font-size: 14px;
		padding: 0;
	}
	.about-mechanism-pics-container > img {
		width: 45%;
	}
	/* end-about */

	/* start-jobsList */
	.founder-item {
		margin-top: 0;
	}
	.jobs-welfare-container {
		height: auto;
		padding: 30px 0;
	}
	.jobs-welfare-container > div {
		flex-direction: column;
	}
	.jobs-top-area {
		/* height: 267px; */
		/* overflow: hidden; */
	}
	#jobs-banner-img {
		min-height: 267px;
		object-fit: cover;
	}
	.mobile-select-container {
		display: flex;
		flex-wrap: wrap;
	}
	.my-select {
		max-width: 150px !important;
	}
	#mobile-margin-top-media {
		margin-top: 80px;
	}
	#input-width-mobile-media {
		width: 170px;
	}
	/* end-jobsList */

	/* start-founder */
	.founder-top-area {
		/* height: 267px; */
		/* overflow: hidden; */
	}
	#founder-banner-img {
		min-height: 267px;
		object-fit: cover;
	}
	#pc-show-1, #pc-show-2 {
		display: none;
	}
	#mobile-show-1,#mobile-show-2 {
		display: flex;
	}
	.founder-person-name {
		font-size: 24px;
	}
	.founder-person-job {
		font-size: 16px;
	}
	.jobs-top-item {
		/* display: none; */
	}
	.jobs-top-item  > p {
		font-size: 16px;
	}
	/* end-founder */
}
