
body {
	font-family: "Roboto", sans-serif;
	color: #686C73;
	font-size: 16px;
	line-height: 26px
}
img {
	width: 100%;
	max-width:auto;
	height: auto;
	-webkit-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s
}
a:focus, a:hover {
	text-decoration: none;
	color: inherit
}
a, button {
	outline: 0;
	color: inherit;
	text-decoration: none;
	-webkit-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s
}
a, button, i {
	text-decoration: none;
	color: inherit
}
a:focus, .button:focus {
	text-decoration: none;
	color: inherit;
	outline: 0
}
ul, ol, li {
	list-style: none;
	margin: 0;
	padding: 0
}
i::before {
	position: relative;
	top: 2px
}
input, input:hover, input:focus, input[type=text], input[type=email], textarea, textarea:hover, textarea:focus, button, button:hover, button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	outline: 0
}
.form-control:focus {
	border: 0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.section-padding {
	padding: 3% 0
}
.chinese{ background: url(../images/chinese.jpg) no-repeat left center; padding-left:22px}
.chinese:hover{ color:#024ea2}
.english{background: url(../images/english.jpg) no-repeat left center; padding-left:22px}
.english:hover{color:#024ea2}
@media(max-width:575px) {
.section-padding {
	padding: 20px 0
}
}
.theme-banner-btn, .theme-bg-btn, .border-btn, .theme-btn {
	display: inline-block;
	background: #024ea2;
	color: #ffff;
	font-size: 16px;
	padding: 0 39px;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	z-index: 3;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
	text-transform: uppercase;
	height: 60px;
	line-height: 60px
}
.theme-banner-btn i::before, .theme-bg-btn i::before, .border-btn i::before, .theme-btn i::before {
	font-size: 15px;
	margin-left: 10px
}
.border-btn::before, .theme-banner-btn::before, .theme-bg-btn::before, .theme-btn::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 100%;
	height: 0;
	border: #024ea2;
	-webkit-transform: translate(-50%, -50%) rotate(55deg);
	transform: translate(-50%, -50%) rotate(55deg);
	z-index: -1;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out
}
.theme-banner-btn:hover::before, .theme-bg-btn:hover::before, .border-btn:hover::before, .theme-btn:hover::before {
	height: 380%
}
.theme-banner-btn::before {
	background: #ffff
}
.theme-banner-btn:hover {
	color: #024ea2
}
.theme-bg-btn {
	background: #030A15
}
.theme-bg-btn::before {
	background: #ffff
}
.theme-bg-btn:hover {
	color: #024ea2
}
.border-btn {
	border: 1px solid #024ea2;
	background: 0;
	color: #024ea2
}
.border-btn::before {
	background: #ffff
}
.border-btn:hover {
	color: #024ea2;
	border-color: #ffff
}
.border-btn:focus {
	color: #024ea2
}
.theme-btn::before {
	background: #030A15
}
.theme-btn:hover {
	color: #ffff
}
.theme-btn:focus {
	color: #ffff
}
h1 {
	font-size: 90px;
	line-height: 110px;
	padding: 0;
	margin: 0;
	color: #030A15;
	font-family: "Open Sans", sans-serif;
	font-weight: 800;
	text-transform: uppercase
}
h2 {
	font-size: 45px;
	line-height: 62px;
	padding: 0;
	margin: 0;
	color: #030A15;
	font-family: "Open Sans", sans-serif;
	font-weight: 800;
	text-transform: uppercase
}
h3 {
	font-size: 22px;
	line-height: 32px;
	padding: 0;
	margin: 0;
	color: #030A15;
	font-family: "Open Sans", sans-serif;
	font-weight: 800;
	text-transform: uppercase
}
h4 {
	font-size: 20px;
	line-height: 30px;
	padding: 0;
	margin: 0;
	color: #030A15;
	font-family: "Open Sans", sans-serif;
	font-weight: 800;
	text-transform: uppercase
}
h5 {
	font-size: 20px;
	line-height: 28px;
	padding: 0;
	margin: 0;
	color: #030A15;
	font-family: "Open Sans", sans-serif;
	font-weight: 800;
	text-transform: uppercase
}
h6 {
	font-size: 14px;
	line-height: 22px;
	padding: 0;
	margin: 0;
	color: #030A15;
	font-family: "Open Sans", sans-serif;
	font-weight: 800;
	text-transform: uppercase
}
p {
	font-size: 16px;
	line-height: 26px;
	padding: 0;
	margin: 0;
	color: #686C73;
	font-family: "Roboto", sans-serif;
	font-weight: 400
}
.t-left {
	text-align: left
}
.t-center {
	text-align: center
}
.t-right {
	text-align: right
}
@media(max-width:991px) {
.lg-left {
	text-align: left
}
.lg-center {
	text-align: center
}
.lg-right {
	text-align: right
}
}
@media(max-width:767px) {
.st-left {
	text-align: left
}
.st-center {
	text-align: center
}
.st-right {
	text-align: right
}
}
@media(max-width:575px) {
.dt-left {
	text-align: left
}
.dt-center {
	text-align: center
}
.dt-right {
	text-align: right
}
h2 {
	font-size: 38px;
	line-height: 52px
}
}
@media(max-width:440px) {
h2 {
	font-size: 28px;
	line-height: 40px
}
}
.spinner {
	width: 80px;
	height: 80px;
	position: relative;
	margin: 100px auto
}
.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #ffff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out
}
.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s
}
@-webkit-keyframes sk-bounce {
0%, 100% {
transform:scale(0);
-webkit-transform:scale(0)
}
50% {
transform:scale(1);
-webkit-transform:scale(1)
}
}
@keyframes sk-bounce {
0%, 100% {
transform:scale(0);
-webkit-transform:scale(0)
}
50% {
transform:scale(1);
-webkit-transform:scale(1)
}
}
.theme-loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #030A15;
	z-index: 9999999999
}
.theme-loader .spinner {
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px
}
.section-top {
display: inline-block;
position: relative;
font-size:50px;
line-height:58px;
color: #024ea2;
text-transform: uppercase;
padding-left: 70px;padding-right: 70px;
font-weight: 800;
}
.Product-section-title h2{font-size:20px; color:#444444; font-weight:normal}
.section-top::before {
	position: absolute;
	content: '';
	width: 60px;
	height: 2px;
	left: 0;
	bottom: 13px;
	background: #024ea2
}
.section-top::after {
	position: absolute;
	content: '';
	width: 60px;
	height: 2px;
	right: 0;
	bottom: 13px;
	background: #024ea2
}
.scroll-top {
	background: #024ea2;
	bottom: 1%;
	color: #ffff;
	font-size: 20px;
	height: 50px;
	line-height: 55px;
	position: fixed;
	right: 1%;
	text-align: center;
	width: 50px;
	z-index: 9;
	cursor: pointer;
	display: none;
	border-radius: 50%
}
@-webkit-keyframes rotate {
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes rotate {
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@-webkit-keyframes animation {
100% {
left:125%
}
}
@keyframes animation {
100% {
left:125%
}
}
@-webkit-keyframes pulse-border {
0% {
-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity:1;
-ms-filter:"alpha(opacity=100)"
}
100% {
-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
opacity:0;
-ms-filter:"alpha(opacity=0)"
}
}
@keyframes pulse-border {
0% {
-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity:1;
-ms-filter:"alpha(opacity=100)"
}
100% {
-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
opacity:0;
-ms-filter:"alpha(opacity=0)"
}
}
.swiper-button-prev::after, .swiper-button-next::after {
	display: none;
	bottom: 0
}
@media(min-width:1200px) {
.container {
	max-width: 1360px
}
}
.mt-0 {
	margin-top: 0
}
.mb-0 {
	margin-bottom: 0
}
.ml-0 {
	margin-left: 0
}
.mr-0 {
	margin-right: 0
}
.pt-0 {
	padding-top: 0
}
.pb-0 {
	padding-bottom: 0
}
.pl-0 {
	padding-left: 0
}
.pr-0 {
	padding-right: 0
}
.mt-5 {
	margin-top: 5px
}
.mb-5 {
	margin-bottom: 5px
}
.ml-5 {
	margin-left: 5px
}
.mr-5 {
	margin-right: 5px
}
.pt-5 {
	padding-top: 5px
}
.pb-5 {
	padding-bottom: 5px
}
.pl-5 {
	padding-left: 5px
}
.pr-5 {
	padding-right: 5px
}
.mt-10 {
	margin-top: 10px
}
.mb-10 {
	margin-bottom: 10px
}
.ml-10 {
	margin-left: 10px
}
.mr-10 {
	margin-right: 10px
}
.pt-10 {
	padding-top: 10px
}
.pb-10 {
	padding-bottom: 10px
}
.pl-10 {
	padding-left: 10px
}
.pr-10 {
	padding-right: 10px
}
.mt-15 {
	margin-top: 15px
}
.mb-15 {
	margin-bottom: 15px
}
.ml-15 {
	margin-left: 15px
}
.mr-15 {
	margin-right: 15px
}
.pt-15 {
	padding-top: 15px
}
.pb-15 {
	padding-bottom: 15px
}
.pl-15 {
	padding-left: 15px
}
.pr-15 {
	padding-right: 15px
}
.mt-20 {
	margin-top: 20px
}
.mb-20 {
	margin-bottom: 20px
}
.ml-20 {
	margin-left: 20px
}
.mr-20 {
	margin-right: 20px
}
.pt-20 {
	padding-top: 20px
}
.pb-20 {
	padding-bottom: 20px
}
.pl-20 {
	padding-left: 20px
}
.pr-20 {
	padding-right: 20px
}
.mt-25 {
	margin-top: 25px
}
.mb-25 {
	margin-bottom: 25px
}
.ml-25 {
	margin-left: 25px
}
.mr-25 {
	margin-right: 25px
}
.pt-25 {
	padding-top: 25px
}
.pb-25 {
	padding-bottom: 25px
}
.pl-25 {
	padding-left: 25px
}
.pr-25 {
	padding-right: 25px
}
.mt-30 {
	margin-top: 30px
}
.mb-30 {
	margin-bottom: 30px
}
.ml-30 {
	margin-left: 30px
}
.mr-30 {
	margin-right: 30px
}
.pt-30 {
	padding-top: 30px
}
.pb-30 {
	padding-bottom: 30px
}
.pl-30 {
	padding-left: 30px
}
.pr-30 {
	padding-right: 30px
}
.mt-35 {
	margin-top: 35px
}
.mb-35 {
	margin-bottom: 35px
}
.ml-35 {
	margin-left: 35px
}
.mr-35 {
	margin-right: 35px
}
.pt-35 {
	padding-top: 35px
}
.pb-35 {
	padding-bottom: 35px
}
.pl-35 {
	padding-left: 35px
}
.pr-35 {
	padding-right: 35px
}
.mt-40 {
	margin-top: 40px
}
.mb-40 {
	margin-bottom: 40px
}
.ml-40 {
	margin-left: 40px
}
.mr-40 {
	margin-right: 40px
}
.pt-40 {
	padding-top: 40px
}
.pb-40 {
	padding-bottom: 40px
}
.pl-40 {
	padding-left: 40px
}
.pr-40 {
	padding-right: 40px
}
.mt-45 {
	margin-top: 45px
}
.mb-45 {
	margin-bottom: 45px
}
.ml-45 {
	margin-left: 45px
}
.mr-45 {
	margin-right: 45px
}
.pt-45 {
	padding-top: 45px
}
.pb-45 {
	padding-bottom: 45px
}
.pl-45 {
	padding-left: 45px
}
.pr-45 {
	padding-right: 45px
}
.mt-50 {
	margin-top: 50px
}
.mb-50 {
	margin-bottom: 50px
}
.ml-50 {
	margin-left: 50px
}
.mr-50 {
	margin-right: 50px
}
.pt-50 {
	padding-top: 50px
}
.pb-50 {
	padding-bottom: 50px
}
.pl-50 {
	padding-left: 50px
}
.pr-50 {
	padding-right: 50px
}
.mt-55 {
	margin-top: 55px
}
.mb-55 {
	margin-bottom: 55px
}
.ml-55 {
	margin-left: 55px
}
.mr-55 {
	margin-right: 55px
}
.pt-55 {
	padding-top: 55px
}
.pb-55 {
	padding-bottom: 55px
}
.pl-55 {
	padding-left: 55px
}
.pr-55 {
	padding-right: 55px
}
.mt-60 {
	margin-top: 60px
}
.mb-60 {
	margin-bottom: 60px
}
.ml-60 {
	margin-left: 60px
}
.mr-60 {
	margin-right: 60px
}
.pt-60 {
	padding-top: 60px
}
.pb-60 {
	padding-bottom: 60px
}
.pl-60 {
	padding-left: 60px
}
.pr-60 {
	padding-right: 60px
}
.mt-65 {
	margin-top: 65px
}
.mb-65 {
	margin-bottom: 65px
}
.ml-65 {
	margin-left: 65px
}
.mr-65 {
	margin-right: 65px
}
.pt-65 {
	padding-top: 65px
}
.pb-65 {
	padding-bottom: 65px
}
.pl-65 {
	padding-left: 65px
}
.pr-65 {
	padding-right: 65px
}
.mt-70 {
	margin-top: 70px
}
.mb-70 {
	margin-bottom: 70px
}
.ml-70 {
	margin-left: 70px
}
.mr-70 {
	margin-right: 70px
}
.pt-70 {
	padding-top: 70px
}
.pb-70 {
	padding-bottom: 70px
}
.pl-70 {
	padding-left: 70px
}
.pr-70 {
	padding-right: 70px
}
.mt-75 {
	margin-top: 75px
}
.mb-75 {
	margin-bottom: 75px
}
.ml-75 {
	margin-left: 75px
}
.mr-75 {
	margin-right: 75px
}
.pt-75 {
	padding-top: 75px
}
.pb-75 {
	padding-bottom: 75px
}
.pl-75 {
	padding-left: 75px
}
.pr-75 {
	padding-right: 75px
}
.mt-80 {
	margin-top: 80px
}
.mb-80 {
	margin-bottom: 80px
}
.ml-80 {
	margin-left: 80px
}
.mr-80 {
	margin-right: 80px
}
.pt-80 {
	padding-top: 80px
}
.pb-80 {
	padding-bottom: 80px
}
.pl-80 {
	padding-left: 80px
}
.pr-80 {
	padding-right: 80px
}
.mt-85 {
	margin-top: 85px
}
.mb-85 {
	margin-bottom: 85px
}
.ml-85 {
	margin-left: 85px
}
.mr-85 {
	margin-right: 85px
}
.pt-85 {
	padding-top: 85px
}
.pb-85 {
	padding-bottom: 85px
}
.pl-85 {
	padding-left: 85px
}
.pr-85 {
	padding-right: 85px
}
.mt-90 {
	margin-top: 90px
}
.mb-90 {
	margin-bottom: 90px
}
.ml-90 {
	margin-left: 90px
}
.mr-90 {
	margin-right: 90px
}
.pt-90 {
	padding-top: 90px
}
.pb-90 {
	padding-bottom: 90px
}
.pl-90 {
	padding-left: 90px
}
.pr-90 {
	padding-right: 90px
}
.mt-95 {
	margin-top: 95px
}
.mb-95 {
	margin-bottom: 95px
}
.ml-95 {
	margin-left: 95px
}
.mr-95 {
	margin-right: 95px
}
.pt-95 {
	padding-top: 95px
}
.pb-95 {
	padding-bottom: 95px
}
.pl-95 {
	padding-left: 95px
}
.pr-95 {
	padding-right: 95px
}
.mt-100 {
	margin-top: 100px
}
.mb-100 {
	margin-bottom: 100px
}
.ml-100 {
	margin-left: 100px
}
.mr-100 {
	margin-right: 100px
}
.pt-100 {
	padding-top: 100px
}
.pb-100 {
	padding-bottom: 100px
}
.pl-100 {
	padding-left: 100px
}
.pr-100 {
	padding-right: 100px
}
.mt-105 {
	margin-top: 105px
}
.mb-105 {
	margin-bottom: 105px
}
.ml-105 {
	margin-left: 105px
}
.mr-105 {
	margin-right: 105px
}
.pt-105 {
	padding-top: 105px
}
.pb-105 {
	padding-bottom: 105px
}
.pl-105 {
	padding-left: 105px
}
.pr-105 {
	padding-right: 105px
}
.mt-110 {
	margin-top: 110px
}
.mb-110 {
	margin-bottom: 110px
}
.ml-110 {
	margin-left: 110px
}
.mr-110 {
	margin-right: 110px
}
.pt-110 {
	padding-top: 110px
}
.pb-110 {
	padding-bottom: 110px
}
.pl-110 {
	padding-left: 110px
}
.pr-110 {
	padding-right: 110px
}
.mt-115 {
	margin-top: 115px
}
.mb-115 {
	margin-bottom: 115px
}
.ml-115 {
	margin-left: 115px
}
.mr-115 {
	margin-right: 115px
}
.pt-115 {
	padding-top: 115px
}
.pb-115 {
	padding-bottom: 115px
}
.pl-115 {
	padding-left: 115px
}
.pr-115 {
	padding-right: 115px
}
.mt-120 {
	margin-top: 120px
}
.mb-120 {
	margin-bottom: 120px
}
.ml-120 {
	margin-left: 120px
}
.mr-120 {
	margin-right: 120px
}
.pt-120 {
	padding-top: 120px
}
.pb-120 {
	padding-bottom: 120px
}
.pl-120 {
	padding-left: 120px
}
.pr-120 {
	padding-right: 120px
}
@media(max-width:991px) {
.lg-mb-0 {
	margin-bottom: 0
}
.lg-mt-0 {
	margin-top: 0
}
.lg-ml-0 {
	margin-left: 0
}
.lg-mr-0 {
	margin-right: 0
}
.lg-pt-0 {
	padding-top: 0
}
.lg-pb-0 {
	padding-bottom: 0
}
.lg-pl-0 {
	padding-left: 0
}
.lg-pr-0 {
	padding-right: 0
}
.lg-mb-5 {
	margin-bottom: 5px
}
.lg-mt-5 {
	margin-top: 5px
}
.lg-ml-5 {
	margin-left: 5px
}
.lg-mr-5 {
	margin-right: 5px
}
.lg-pt-5 {
	padding-top: 5px
}
.lg-pb-5 {
	padding-bottom: 5px
}
.lg-pl-5 {
	padding-left: 5px
}
.lg-pr-5 {
	padding-right: 5px
}
.lg-mb-10 {
	margin-bottom: 10px
}
.lg-mt-10 {
	margin-top: 10px
}
.lg-ml-10 {
	margin-left: 10px
}
.lg-mr-10 {
	margin-right: 10px
}
.lg-pt-10 {
	padding-top: 10px
}
.lg-pb-10 {
	padding-bottom: 10px
}
.lg-pl-10 {
	padding-left: 10px
}
.lg-pr-10 {
	padding-right: 10px
}
.lg-mb-15 {
	margin-bottom: 15px
}
.lg-mt-15 {
	margin-top: 15px
}
.lg-ml-15 {
	margin-left: 15px
}
.lg-mr-15 {
	margin-right: 15px
}
.lg-pt-15 {
	padding-top: 15px
}
.lg-pb-15 {
	padding-bottom: 15px
}
.lg-pl-15 {
	padding-left: 15px
}
.lg-pr-15 {
	padding-right: 15px
}
.lg-mb-20 {
	margin-bottom: 20px
}
.lg-mt-20 {
	margin-top: 20px
}
.lg-ml-20 {
	margin-left: 20px
}
.lg-mr-20 {
	margin-right: 20px
}
.lg-pt-20 {
	padding-top: 20px
}
.lg-pb-20 {
	padding-bottom: 20px
}
.lg-pl-20 {
	padding-left: 20px
}
.lg-pr-20 {
	padding-right: 20px
}
.lg-mb-25 {
	margin-bottom: 25px
}
.lg-mt-25 {
	margin-top: 25px
}
.lg-ml-25 {
	margin-left: 25px
}
.lg-mr-25 {
	margin-right: 25px
}
.lg-pt-25 {
	padding-top: 25px
}
.lg-pb-25 {
	padding-bottom: 25px
}
.lg-pl-25 {
	padding-left: 25px
}
.lg-pr-25 {
	padding-right: 25px
}
.lg-mb-30 {
	margin-bottom: 30px
}
.lg-mt-30 {
	margin-top: 30px
}
.lg-ml-30 {
	margin-left: 30px
}
.lg-mr-30 {
	margin-right: 30px
}
.lg-pt-30 {
	padding-top: 30px
}
.lg-pb-30 {
	padding-bottom: 30px
}
.lg-pl-30 {
	padding-left: 30px
}
.lg-pr-30 {
	padding-right: 30px
}
.lg-mb-35 {
	margin-bottom: 35px
}
.lg-mt-35 {
	margin-top: 35px
}
.lg-ml-35 {
	margin-left: 35px
}
.lg-mr-35 {
	margin-right: 35px
}
.lg-pt-35 {
	padding-top: 35px
}
.lg-pb-35 {
	padding-bottom: 35px
}
.lg-pl-35 {
	padding-left: 35px
}
.lg-pr-35 {
	padding-right: 35px
}
.lg-mb-40 {
	margin-bottom: 40px
}
.lg-mt-40 {
	margin-top: 40px
}
.lg-ml-40 {
	margin-left: 40px
}
.lg-mr-40 {
	margin-right: 40px
}
.lg-pt-40 {
	padding-top: 40px
}
.lg-pb-40 {
	padding-bottom: 40px
}
.lg-pl-40 {
	padding-left: 40px
}
.lg-pr-40 {
	padding-right: 40px
}
.lg-mb-45 {
	margin-bottom: 45px
}
.lg-mt-45 {
	margin-top: 45px
}
.lg-ml-45 {
	margin-left: 45px
}
.lg-mr-45 {
	margin-right: 45px
}
.lg-pt-45 {
	padding-top: 45px
}
.lg-pb-45 {
	padding-bottom: 45px
}
.lg-pl-45 {
	padding-left: 45px
}
.lg-pr-45 {
	padding-right: 45px
}
.lg-mb-50 {
	margin-bottom: 50px
}
.lg-mt-50 {
	margin-top: 50px
}
.lg-ml-50 {
	margin-left: 50px
}
.lg-mr-50 {
	margin-right: 50px
}
.lg-pt-50 {
	padding-top: 50px
}
.lg-pb-50 {
	padding-bottom: 50px
}
.lg-pl-50 {
	padding-left: 50px
}
.lg-pr-50 {
	padding-right: 50px
}
.lg-mb-55 {
	margin-bottom: 55px
}
.lg-mt-55 {
	margin-top: 55px
}
.lg-ml-55 {
	margin-left: 55px
}
.lg-mr-55 {
	margin-right: 55px
}
.lg-pt-55 {
	padding-top: 55px
}
.lg-pb-55 {
	padding-bottom: 55px
}
.lg-pl-55 {
	padding-left: 55px
}
.lg-pr-55 {
	padding-right: 55px
}
.lg-mb-60 {
	margin-bottom: 60px
}
.lg-mt-60 {
	margin-top: 60px
}
.lg-ml-60 {
	margin-left: 60px
}
.lg-mr-60 {
	margin-right: 60px
}
.lg-pt-60 {
	padding-top: 60px
}
.lg-pb-60 {
	padding-bottom: 60px
}
.lg-pl-60 {
	padding-left: 60px
}
.lg-pr-60 {
	padding-right: 60px
}
.lg-mb-65 {
	margin-bottom: 65px
}
.lg-mt-65 {
	margin-top: 65px
}
.lg-ml-65 {
	margin-left: 65px
}
.lg-mr-65 {
	margin-right: 65px
}
.lg-pt-65 {
	padding-top: 65px
}
.lg-pb-65 {
	padding-bottom: 65px
}
.lg-pl-65 {
	padding-left: 65px
}
.lg-pr-65 {
	padding-right: 65px
}
.lg-mb-70 {
	margin-bottom: 70px
}
.lg-mt-70 {
	margin-top: 70px
}
.lg-ml-70 {
	margin-left: 70px
}
.lg-mr-70 {
	margin-right: 70px
}
.lg-pt-70 {
	padding-top: 70px
}
.lg-pb-70 {
	padding-bottom: 70px
}
.lg-pl-70 {
	padding-left: 70px
}
.lg-pr-70 {
	padding-right: 70px
}
.lg-mb-75 {
	margin-bottom: 75px
}
.lg-mt-75 {
	margin-top: 75px
}
.lg-ml-75 {
	margin-left: 75px
}
.lg-mr-75 {
	margin-right: 75px
}
.lg-pt-75 {
	padding-top: 75px
}
.lg-pb-75 {
	padding-bottom: 75px
}
.lg-pl-75 {
	padding-left: 75px
}
.lg-pr-75 {
	padding-right: 75px
}
.lg-mb-80 {
	margin-bottom: 80px
}
.lg-mt-80 {
	margin-top: 80px
}
.lg-ml-80 {
	margin-left: 80px
}
.lg-mr-80 {
	margin-right: 80px
}
.lg-pt-80 {
	padding-top: 80px
}
.lg-pb-80 {
	padding-bottom: 80px
}
.lg-pl-80 {
	padding-left: 80px
}
.lg-pr-80 {
	padding-right: 80px
}
.lg-mb-85 {
	margin-bottom: 85px
}
.lg-mt-85 {
	margin-top: 85px
}
.lg-ml-85 {
	margin-left: 85px
}
.lg-mr-85 {
	margin-right: 85px
}
.lg-pt-85 {
	padding-top: 85px
}
.lg-pb-85 {
	padding-bottom: 85px
}
.lg-pl-85 {
	padding-left: 85px
}
.lg-pr-85 {
	padding-right: 85px
}
.lg-mb-90 {
	margin-bottom: 90px
}
.lg-mt-90 {
	margin-top: 90px
}
.lg-ml-90 {
	margin-left: 90px
}
.lg-mr-90 {
	margin-right: 90px
}
.lg-pt-90 {
	padding-top: 90px
}
.lg-pb-90 {
	padding-bottom: 90px
}
.lg-pl-90 {
	padding-left: 90px
}
.lg-pr-90 {
	padding-right: 90px
}
.lg-mb-95 {
	margin-bottom: 95px
}
.lg-mt-95 {
	margin-top: 95px
}
.lg-ml-95 {
	margin-left: 95px
}
.lg-mr-95 {
	margin-right: 95px
}
.lg-pt-95 {
	padding-top: 95px
}
.lg-pb-95 {
	padding-bottom: 95px
}
.lg-pl-95 {
	padding-left: 95px
}
.lg-pr-95 {
	padding-right: 95px
}
}
@media(max-width:767px) {
.md-mb-0 {
	margin-bottom: 0
}
.md-mt-0 {
	margin-top: 0
}
.md-mr-0 {
	margin-right: 0
}
.md-pt-0 {
	padding-top: 0
}
.md-pb-0 {
	padding-bottom: 0
}
.md-pl-0 {
	padding-left: 0
}
.md-pr-0 {
	padding-right: 0
}
.md-mb-5 {
	margin-bottom: 5px
}
.md-mt-5 {
	margin-top: 5px
}
.md-mr-5 {
	margin-right: 5px
}
.md-pt-5 {
	padding-top: 5px
}
.md-pb-5 {
	padding-bottom: 5px
}
.md-pl-5 {
	padding-left: 5px
}
.md-pr-5 {
	padding-right: 5px
}
.md-mb-10 {
	margin-bottom: 10px
}
.md-mt-10 {
	margin-top: 10px
}
.md-mr-10 {
	margin-right: 10px
}
.md-pt-10 {
	padding-top: 10px
}
.md-pb-10 {
	padding-bottom: 10px
}
.md-pl-10 {
	padding-left: 10px
}
.md-pr-10 {
	padding-right: 10px
}
.md-mb-15 {
	margin-bottom: 15px
}
.md-mt-15 {
	margin-top: 15px
}
.md-mr-15 {
	margin-right: 15px
}
.md-pt-15 {
	padding-top: 15px
}
.md-pb-15 {
	padding-bottom: 15px
}
.md-pl-15 {
	padding-left: 15px
}
.md-pr-15 {
	padding-right: 15px
}
.md-mb-20 {
	margin-bottom: 20px
}
.md-mt-20 {
	margin-top: 20px
}
.md-mr-20 {
	margin-right: 20px
}
.md-pt-20 {
	padding-top: 20px
}
.md-pb-20 {
	padding-bottom: 20px
}
.md-pl-20 {
	padding-left: 20px
}
.md-pr-20 {
	padding-right: 20px
}
.md-mb-25 {
	margin-bottom: 25px
}
.md-mt-25 {
	margin-top: 25px
}
.md-mr-25 {
	margin-right: 25px
}
.md-pt-25 {
	padding-top: 25px
}
.md-pb-25 {
	padding-bottom: 25px
}
.md-pl-25 {
	padding-left: 25px
}
.md-pr-25 {
	padding-right: 25px
}
.md-mb-30 {
	margin-bottom: 30px
}
.md-mt-30 {
	margin-top: 30px
}
.md-mr-30 {
	margin-right: 30px
}
.md-pt-30 {
	padding-top: 30px
}
.md-pb-30 {
	padding-bottom: 30px
}
.md-pl-30 {
	padding-left: 30px
}
.md-pr-30 {
	padding-right: 30px
}
.md-mb-35 {
	margin-bottom: 35px
}
.md-mt-35 {
	margin-top: 35px
}
.md-mr-35 {
	margin-right: 35px
}
.md-pt-35 {
	padding-top: 35px
}
.md-pb-35 {
	padding-bottom: 35px
}
.md-pl-35 {
	padding-left: 35px
}
.md-pr-35 {
	padding-right: 35px
}
.md-mb-40 {
	margin-bottom: 40px
}
.md-mt-40 {
	margin-top: 40px
}
.md-mr-40 {
	margin-right: 40px
}
.md-pt-40 {
	padding-top: 40px
}
.md-pb-40 {
	padding-bottom: 40px
}
.md-pl-40 {
	padding-left: 40px
}
.md-pr-40 {
	padding-right: 40px
}
.md-mb-45 {
	margin-bottom: 45px
}
.md-mt-45 {
	margin-top: 45px
}
.md-mr-45 {
	margin-right: 45px
}
.md-pt-45 {
	padding-top: 45px
}
.md-pb-45 {
	padding-bottom: 45px
}
.md-pl-45 {
	padding-left: 45px
}
.md-pr-45 {
	padding-right: 45px
}
.md-mb-50 {
	margin-bottom: 50px
}
.md-mt-50 {
	margin-top: 50px
}
.md-mr-50 {
	margin-right: 50px
}
.md-pt-50 {
	padding-top: 50px
}
.md-pb-50 {
	padding-bottom: 50px
}
.md-pl-50 {
	padding-left: 50px
}
.md-pr-50 {
	padding-right: 50px
}
.md-mb-55 {
	margin-bottom: 55px
}
.md-mt-55 {
	margin-top: 55px
}
.md-mr-55 {
	margin-right: 55px
}
.md-pt-55 {
	padding-top: 55px
}
.md-pb-55 {
	padding-bottom: 55px
}
.md-pl-55 {
	padding-left: 55px
}
.md-pr-55 {
	padding-right: 55px
}
.md-mb-60 {
	margin-bottom: 60px
}
.md-mt-60 {
	margin-top: 60px
}
.md-mr-60 {
	margin-right: 60px
}
.md-pt-60 {
	padding-top: 60px
}
.md-pb-60 {
	padding-bottom: 60px
}
.md-pl-60 {
	padding-left: 60px
}
.md-pr-60 {
	padding-right: 60px
}
.md-mb-65 {
	margin-bottom: 65px
}
.md-mt-65 {
	margin-top: 65px
}
.md-mr-65 {
	margin-right: 65px
}
.md-pt-65 {
	padding-top: 65px
}
.md-pb-65 {
	padding-bottom: 65px
}
.md-pl-65 {
	padding-left: 65px
}
.md-pr-65 {
	padding-right: 65px
}
.md-mb-70 {
	margin-bottom: 70px
}
.md-mt-70 {
	margin-top: 70px
}
.md-mr-70 {
	margin-right: 70px
}
.md-pt-70 {
	padding-top: 70px
}
.md-pb-70 {
	padding-bottom: 70px
}
.md-pl-70 {
	padding-left: 70px
}
.md-pr-70 {
	padding-right: 70px
}
}
@media(max-width:575px) {
.sm-mb-0 {
	margin-bottom: 0
}
.sm-mt-0 {
	margin-top: 0
}
.sm-mr-0 {
	margin-right: 0
}
.sm-pt-0 {
	padding-top: 0
}
.sm-pb-0 {
	padding-bottom: 0
}
.sm-pl-0 {
	padding-left: 0
}
.sm-pr-0 {
	padding-right: 0
}
.sm-mb-5 {
	margin-bottom: 5px
}
.sm-mt-5 {
	margin-top: 5px
}
.sm-mr-5 {
	margin-right: 5px
}
.sm-pt-5 {
	padding-top: 5px
}
.sm-pb-5 {
	padding-bottom: 5px
}
.sm-pl-5 {
	padding-left: 5px
}
.sm-pr-5 {
	padding-right: 5px
}
.sm-mb-10 {
	margin-bottom: 10px
}
.sm-mt-10 {
	margin-top: 10px
}
.sm-mr-10 {
	margin-right: 10px
}
.sm-pt-10 {
	padding-top: 10px
}
.sm-pb-10 {
	padding-bottom: 10px
}
.sm-pl-10 {
	padding-left: 10px
}
.sm-pr-10 {
	padding-right: 10px
}
.sm-mb-15 {
	margin-bottom: 15px
}
.sm-mt-15 {
	margin-top: 15px
}
.sm-mr-15 {
	margin-right: 15px
}
.sm-pt-15 {
	padding-top: 15px
}
.sm-pb-15 {
	padding-bottom: 15px
}
.sm-pl-15 {
	padding-left: 15px
}
.sm-pr-15 {
	padding-right: 15px
}
.sm-mb-20 {
	margin-bottom: 20px
}
.sm-mt-20 {
	margin-top: 20px
}
.sm-mr-20 {
	margin-right: 20px
}
.sm-pt-20 {
	padding-top: 20px
}
.sm-pb-20 {
	padding-bottom: 20px
}
.sm-pl-20 {
	padding-left: 20px
}
.sm-pr-20 {
	padding-right: 20px
}
.sm-mb-25 {
	margin-bottom: 25px
}
.sm-mt-25 {
	margin-top: 25px
}
.sm-mr-25 {
	margin-right: 25px
}
.sm-pt-25 {
	padding-top: 25px
}
.sm-pb-25 {
	padding-bottom: 25px
}
.sm-pl-25 {
	padding-left: 25px
}
.sm-pr-25 {
	padding-right: 25px
}
.sm-mb-30 {
	margin-bottom: 30px
}
.sm-mt-30 {
	margin-top: 30px
}
.sm-mr-30 {
	margin-right: 30px
}
.sm-pt-30 {
	padding-top: 30px
}
.sm-pb-30 {
	padding-bottom: 30px
}
.sm-pl-30 {
	padding-left: 30px
}
.sm-pr-30 {
	padding-right: 30px
}
.sm-mb-35 {
	margin-bottom: 35px
}
.sm-mt-35 {
	margin-top: 35px
}
.sm-mr-35 {
	margin-right: 35px
}
.sm-pt-35 {
	padding-top: 35px
}
.sm-pb-35 {
	padding-bottom: 35px
}
.sm-pl-35 {
	padding-left: 35px
}
.sm-pr-35 {
	padding-right: 35px
}
.sm-mb-40 {
	margin-bottom: 40px
}
.sm-mt-40 {
	margin-top: 40px
}
.sm-mr-40 {
	margin-right: 40px
}
.sm-pt-40 {
	padding-top: 40px
}
.sm-pb-40 {
	padding-bottom: 40px
}
.sm-pl-40 {
	padding-left: 40px
}
.sm-pr-40 {
	padding-right: 40px
}
.sm-mb-45 {
	margin-bottom: 45px
}
.sm-mt-45 {
	margin-top: 45px
}
.sm-mr-45 {
	margin-right: 45px
}
.sm-pt-45 {
	padding-top: 45px
}
.sm-pb-45 {
	padding-bottom: 45px
}
.sm-pl-45 {
	padding-left: 45px
}
.sm-pr-45 {
	padding-right: 45px
}
.sm-mb-50 {
	margin-bottom: 50px
}
.sm-mt-50 {
	margin-top: 50px
}
.sm-mr-50 {
	margin-right: 50px
}
.sm-pt-50 {
	padding-top: 50px
}
.sm-pb-50 {
	padding-bottom: 50px
}
.sm-pl-50 {
	padding-left: 50px
}
.sm-pr-50 {
	padding-right: 50px
}
.sm-mb-55 {
	margin-bottom: 55px
}
.sm-mt-55 {
	margin-top: 55px
}
.sm-mr-55 {
	margin-right: 55px
}
.sm-pt-55 {
	padding-top: 55px
}
.sm-pb-55 {
	padding-bottom: 55px
}
.sm-pl-55 {
	padding-left: 55px
}
.sm-pr-55 {
	padding-right: 55px
}
.sm-mb-60 {
	margin-bottom: 60px
}
.sm-mt-60 {
	margin-top: 60px
}
.sm-mr-60 {
	margin-right: 60px
}
.sm-pt-60 {
	padding-top: 60px
}
.sm-pb-60 {
	padding-bottom: 60px
}
.sm-pl-60 {
	padding-left: 60px
}
.sm-pr-60 {
	padding-right: 60px
}
.sm-mb-65 {
	margin-bottom: 65px
}
.sm-mt-65 {
	margin-top: 65px
}
.sm-mr-65 {
	margin-right: 65px
}
.sm-pt-65 {
	padding-top: 65px
}
.sm-pb-65 {
	padding-bottom: 65px
}
.sm-pl-65 {
	padding-left: 65px
}
.sm-pr-65 {
	padding-right: 65px
}
.sm-mb-70 {
	margin-bottom: 70px
}
.sm-mt-70 {
	margin-top: 70px
}
.sm-mr-70 {
	margin-right: 70px
}
.sm-pt-70 {
	padding-top: 70px
}
.sm-pb-70 {
	padding-bottom: 70px
}
.sm-pl-70 {
	padding-left: 70px
}
.sm-pr-70 {
	padding-right: 70px
}
}
.header__area-search i {
	cursor: pointer
}
.header__area-search-box {
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 100%;
	left: 0;
	right: 0;
	height: 0;
	background: #030A15;
	z-index: 999;
	-webkit-transition: .5s;
	transition: .5s;
	overflow: hidden
}
.header__area-search-box-icon {
	position: absolute;
	right: 50px;
	top: 50px;
	font-size: 22px;
	color: #ffff;
	cursor: pointer
}
.header__area-search-box form {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 55%
}
.header__area-search-box input {
	background-color: transparent;
	width: 100%;
	padding: 10px 0;
	color: #ffff;
	border: 0;
	border-bottom: 1px solid #ffff
}
.header__area-search-box input:focus {
	border-bottom: 1px solid #024ea2
}
.header__area-search-box button {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-color: transparent;
	text-align: center;
	font-size: 22px;
	color: #024ea2;
	border: 0;
	outline: 0
}
.header__area-search-box.active {
	height: 100%;
	top: 0
}
.header__area-left-contact {
	background: #024ea2;
	padding: 21px 30px
}
.header__area-left-contact-icon i::before {
	font-size: 30px;
	color: #ffff;
	margin-right: 20px
}
.header__area-left-contact-content span {
	color: #ffffff;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700
}
.header__area-left-contact-content p {
	color: #ffff;
	font-family: "Open Sans", sans-serif;
	font-size: 22px;
	line-height: 32px;
	font-weight: 700
}
.responsive-menu {
	position: absolute;
	top: -8px;
	right: 0;
	width: 100%
}
.mean-container a.meanmenu-reveal {
	color: #030A15;
	width: 25px;
	height: 31px;
	-webkit-transition: all 0s ease-out 0s;
	transition: all 0s ease-out 0s
}
.mean-container a.meanmenu-reveal span {
	background: #030A15;
	margin-top: 6px
}
.mean-container .mean-bar {
	background: transparent;
	padding: 0;
	z-index: 99
}
.mean-container .mean-bar a i {
	font-size: 22px;
	padding-top: 4px;
	display: block
}
.mean-container .mean-nav {
	background: #F5F5F5;
	margin-top: 65px
}
.mean-container .mean-nav li:first-child>a {
	border: 0
}
.mean-container .mean-nav ul li a.mean-expand {
	background: #024ea2;
	height: 28px;
	color: #ffff
}
.mean-container .mean-nav ul li a.mean-expand:hover {
	background: #024ea2
}
.mean-container .mean-nav ul li a, .mean-container .mean-nav ul li li a, .mean-container .mean-nav li li:first-child>a {
	color: #030A15;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
	border-top: 1px solid #E6E7E8;
	opacity: 1
}
@media(max-width:1199px) {
.banner_txt{ display:none}
.header__area-left-contact {
	background: #024ea2;
	padding: 15px 25px
}
.header__area-left-contact-icon i::before {
	font-size: 25px;
	margin-right: 10px
}
.header__area-left-contact-content p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 500
}
#top{display:none}
}
@media(max-width:991px) {
.header__area-transparent-header {
	padding: 20px 15px
}
.header__area-search {
	display: none
}
.header__area-left {
	display: none
}
.responsive-menu {
	display: inline-block
}
.header__area-menu.header__area-menu-sticky-menu .header__area-transparent-header {
	padding: 20px 0
}
}
.header__area {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%
}
.header__area-transparent-header {
	background: #ffff;
	padding-left: 15px
}
.header__area-menu-sticky-menu {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
	width: 100%;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.05);
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	-webkit-animation: header_sticky 1.1s;
	animation: header_sticky 1.1s;
	background: #ffff;
	display: block
}
@-webkit-keyframes header_sticky {
0% {
top:-250px
}
100% {
top:0
}
}
@keyframes header_sticky {
0% {
top:-250px
}
100% {
top:0
}
}
.header__area-top-bar-transparent-bar {
	background: #efefef;
	padding: 12px 15px
}
.header__area-top-bar-left ul li:last-child {
	margin: 0
}
.header__area-top-bar-left ul li {
	display: inline-block;
	margin-right: 25px
}
.header__area-top-bar-left ul li a {
	color: #383838
}
.header__area-top-bar-left ul li a i::before {
	color: #024ea2;
	margin-right: 7px
}
.header__area-top-bar-right ul li:last-child {
	margin: 0
}
.header__area-top-bar-right ul li {
	display: inline-block;
	margin-right: 15px
}
.header__area-top-bar-right ul li a {
	color: #333333;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.header__area-top-bar-right ul li a i::before {
	color: #333333;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.header__area-top-bar-right ul li a:hover i::before {
	color: #024ea2
}
.header__area-logo a {
	display: inline-block
}
.header__area-logo a img {
	max-width: 100%;
	z-index: 999;
	position: relative
}
.header__area-main-menu ul li {
	display: inline-block;
	position: relative
}
.header__area-main-menu ul li:hover>a {
	color: #024ea2
}
.header__area-main-menu ul li:hover>.sub-menu {
	top: 100%;
	opacity: 1;
	visibility: visible
}
.header__area-main-menu ul li .sub-menu {
	position: absolute;
	background: #ffff;
	min-width: 240px;
	-webkit-transition: .3s;
	transition: .3s;
	top: 120%;
	opacity: 0;
	visibility: hidden;
	border-top: 2px solid #024ea2;
	z-index: 99;
	-webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,0.05);
	box-shadow: 0 15px 30px 0 rgba(0,0,0,0.05);
	text-align: left
}
.header__area-main-menu ul li .sub-menu li {
	display: block;
	margin: 0;
	border-bottom: 1px solid #E6E7E8
}
.header__area-main-menu ul li .sub-menu li a {
	color: #030A15;
	padding: 13px 25px;
	font-size: 14px;
	text-transform: capitalize
}
.header__area-main-menu ul li .sub-menu li .sub-menu {
	left: 100%;
	top: 0
}
.header__area-main-menu ul li .sub-menu li:hover>a {
	color: #024ea2;
	padding-left: 30px
}
.header__area-main-menu ul li .sub-menu li:last-child {
	border: 0
}
.header__area-main-menu ul li ul .sub-menu li .sub-menu {
	color: #030A15;
	cursor: pointer
}
.header__area-main-menu ul li a {
	color: #030A15;
	display: block;
	font-size: 15px;
	line-height: 24px;
	font-weight: 700;
	padding: 38px 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase
}
.header__area-main-menu ul li:last-child a {
	padding-right:25px
}
.header__area-main-menu ul li a { padding-left:15px}
.header__area-main-menu-icon>a::before {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
	width: 2px;
	height: 8px;
	background-color: #030A15;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.header__area-main-menu-icon>a::after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 12px;
	width: 8px;
	height: 2px;
	background-color: #030A15
}
.header__area-main-menu-icon:hover>a::before {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	opacity: 0
}
.header__area .responsive-menu {
	display: none;
	-webkit-transition: all 0s ease-out 0s;
	transition: all 0s ease-out 0s
}
.header__area-sticky-left {
	position: relative;
	left: 23%;
	top: 0
}
@media(max-width:1199px) {
.header__area-main-menu ul li:hover ul {
	top: 84px
}
.header__area-main-menu ul li a {
	padding: 30px 10px
}
.header__area-main-menu-icon>a::before {
	right: 11px
}
.header__area-main-menu-icon>a::after {
	right: 8px
}
}
@media(max-width:991px) {
.header__area-main-menu-icon>a::before {
	display: none
}
.header__area-main-menu-icon>a::after {
	display: none
}
.header__area .responsive-menu {
	display: block
}
}
@media(max-width:444px) {
.header__area-top-bar-transparent-bar {
	padding: 8px 10px
}
.header__area-top-bar-left ul li:last-child {
	margin: 0
}
.header__area-top-bar-left ul li {
	margin-bottom: 5px;
	margin-right: 5px
}
}
.header__area-menu.header__area-menu-sticky-menu .header__area-transparent-header {
	padding-left: 0
}
.banner__area-prev {
	display: none;
	-webkit-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s
}
.banner__area-content {
	padding-top: 368px;
	padding-bottom: 220px;
	position: relative;
	z-index: 9
}
.banner__area-content span {
	color: #024ea2;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-weight: 600; font-size:25px;
}
.banner__area-content h1 {
	color: #ffff;
	font-size: 90px;
	line-height: 110px;
	font-weight: 800
}
.banner__area-content-area {
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: -webkit-transform 2000ms ease;
	transition: -webkit-transform 2000ms ease;
	transition: transform 2000ms ease;
	transition: transform 2000ms ease, -webkit-transform 2000ms ease;
	opacity: 0
}
.banner__area-swiper-image {
	background-color: #030A15;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 20s ease-out 0s;
	transition: all 20s ease-out 0s;
	-webkit-transform: scale(1);
	transform: scale(1);
	bottom: 0;
	z-index: 1;
	text-align: center
}
.banner__area-swiper-image::after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #030A15;
	opacity: .8
}
.banner__area:hover .banner__area-prev {
	display: block
}
.banner__area-button {
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition: -webkit-transform 2000ms ease;
	transition: -webkit-transform 2000ms ease;
	transition: transform 2000ms ease;
	transition: transform 2000ms ease, -webkit-transform 2000ms ease;
	opacity: 0
}
.banner__area.swiper-slide-active .banner__area-content-area {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1
}
.banner__area.swiper-slide-active .banner__area-button {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1
}
.banner__area.swiper-slide-active .banner__area-swiper-image {
	-webkit-transform: scale(1.5);
	transform: scale(1.5)
}
.swiper-button-prev.slide-prev i::before, .swiper-button-next.slide-next i::before {
	width: 50px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	background: #024ea2;
	color: #ffff;
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.swiper-button-prev.slide-prev:hover i::before, .swiper-button-next.slide-next:hover i::before {
	background: #ffff;
	color: #030A15
}
.swiper-button-prev.slide-prev {
	left: 50px
}
.swiper-button-next.slide-next {
	right: 50px
}
@media(max-width:1199px) {
.banner__area-content {
	padding-top: 355px
}
.banner__area-content h1 {
	font-size: 71px;
	line-height: 86px
}
}
@media(max-width:991px) {
.banner__area-content h1 {
	font-size: 55px;
	line-height: 70px
}
}
@media(max-width:767px) {
.banner__area-content {
	padding-top: 330px;
	padding-bottom: 170px
}
.banner__area-content h1 {
	font-size: 42px;
	line-height: 57px
}
}
@media(max-width:470px) {
.banner__area-content {
	padding-top: 308px;
	padding-bottom: 148px
}
.banner__area-content h1 {
	font-size: 34px;
	line-height: 48px
}
}
@media(max-width:402px) {
.banner__area-content {
	padding-bottom: 125px
}
.banner__area-content h1 {
	font-size: 26px;
	line-height: 40px
}
}
@media(max-width:360px) {
.banner__area-content h1 {
	font-size: 23px;
	line-height: 37px
}
}
.features__area-item {
	padding: 40px 31px;
	background: #F5F5F5;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden
}
.features__area-item span {
	position: absolute;
	top: 40px;
	right: 30px;
	font-size: 48px;
	font-weight: 800;
	font-family: "Open Sans", sans-serif;
	color: #024ea2;
	opacity: .3;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 2px;
	z-index: 2
}
.features__area-item-icon i::before {
	color: #024ea2;
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 30px;
	display: inline-block;
	z-index: 2
}
.features__area-item-content h4 {
	color: #030A15;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
	z-index: 2
}
.features__area-item-image {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -1;
	top: 0;
	left: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	z-index: 1
}
.features__area-item-image::after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #030A15;
	opacity: .9;
	left: 0;
	top: 0
}
.features__area-item:hover .features__area-item-image {
	opacity: 1
}
.features__area-item:hover h4 {
	color: #ffff
}
@media(max-width:992px) {
.features__area-item {
	padding: 40px
}
.features__area-item-content h4 {
	color: #030A15
}
}
.about__area{ padding:8% 0;}
.about__area-left{ margin-right:2%}
.about__area-left-image {
	position: relative
}
.about__area-left-image-small-img {
	max-width:100%;
	border: 10px solid #ffff
}
.about__area-right {
	max-width: 600px
}
.about__area-right-list i::before {
	color: #024ea2;
	font-size: 30px;
	line-height: 30px;
	margin-right: 10px;
	top: 9px
}
.about__area-right-list p {
	color: #030A15;
	font-weight: 600;
	font-family: "Open Sans", sans-serif; font-size:20PX;
}
.about__area-right-bottom {
	border-top: 1px solid #E6E7E8
}
.about__area-right-bottom-signature img {
	max-width: 185px
}

.services__area {
	background: #F5F5F5
}
.services__area-item {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	padding: 40px;
	background: #ffff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}
.services__area-item-top h3 {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.services__area-item-top i::before {
	color: #024ea2;
	font-size: 60px;
	line-height: 60px;
	margin-right: 30px;
	display: inline-block;
	z-index: 2
}
.services__area-item-content {
	border-top: 1px solid #E6E7E8;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.services__area-item-content p {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.services__area-item-content a {
	display: inline-block;
	color: #030A15;
	font-size: 16px;
	line-height: 26px;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-transform: uppercase;
	position: relative
}
.services__area-item-content a::after {
	position: absolute;
	content: '';
	width: 50px;
	height: 2px;
	background: #024ea2;
	bottom: 0;
	left: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.services__area-item-content a:hover::after {
	width: 90px
}
.services__area-item:hover {
	background: #030A15;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}
.services__area-item:hover .services__area-item-top h3 {
	color: #ffff
}
.services__area-item:hover .services__area-item-content {
	border-color: #353B44
}
.services__area-item:hover .services__area-item-content p {
	color: #ffff
}
.services__area-item:hover .services__area-item-content a {
	color: #024ea2
}
.services__details-left-content h3 {
	font-size: 36px;
	line-height: 46px
}
.services__details-right-widget-category {
	padding: 40px 30px;
	background: #F5F5F5
}
.services__details-right-widget-category h4 {
	position: relative
}
.services__details-right-widget-category h4::before {
	position: absolute;
	content: '';
	width: 30px;
	height: 4px;
	bottom: -5px;
	left: 0;
	background: #024ea2
}
.services__details-right-widget-category ul li:last-child {
	margin: 0
}
.services__details-right-widget-category ul li {
	margin-bottom: 15px
}
.services__details-right-widget-category ul li a {
	display: inline-block;
	background: #ffff;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 15px;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #030A15;
	font-weight: 700;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	left: 0
}
.services__details-right-widget-category ul li a i::before {
	color: #024ea2;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: 0;
	margin-right: -15px
}
.services__details-right-widget-category ul li a:hover {
	color: #024ea2
}
.services__details-right-widget-category ul li a:hover i::before {
	margin-right: 7px;
	opacity: 1
}
.services__details-right-help {
	position: relative;
	padding: 50px 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}
.services__details-right-help::after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	z-index: 0;
	background: #030A15;
	opacity: .9
}
.services__details-right-help h4 {
	position: relative;
	color: #ffff;
	z-index: 1
}
.services__details-right-help h4::before {
	position: absolute;
	content: '';
	width: 30px;
	height: 4px;
	bottom: -5px;
	left: 0;
	background: #024ea2
}
.services__details-right-help p {
	position: relative;
	z-index: 1
}
.services__details-right-help-item {
	position: relative;
	z-index: 1
}
.services__details-right-help-item-icon i::before {
	color: #024ea2;
	font-size: 40px;
	margin-right: 10px
}
.services__details-right-help-item-content span {
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700
}
.services__details-right-help-item-content p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #E6E7E8
}
@media(max-width:1199px) {
.services__area-item {
	padding: 40px 30px
}
.services__area-item-top h3 {
	font-size: 20px;
	line-height: 30px
}
.services__area-item-top i::before {
	margin-right: 20px
}
}
@media(max-width:991px) {
.services__area-item {
	padding: 40px
}
.services__area-item-top h3 {
	font-size: 22px;
	line-height: 32px
}
.services__area-item-top i::before {
	margin-right: 20px
}
}
@media(max-width:360px) {
.services__area-item {
	padding: 30px
}
.services__area-item-top h3 {
	font-size: 20px;
	line-height: 30px
}
.services__area-item-top i::before {
	margin-right: 15px
}
}
.portfolio__area {
	position: relative; padding-bottom:0%; padding-top:0;
}
.portfolio__area_left{position: relative;
width: 66.6%; padding-left:10%; float:left; padding-top:34%;padding-bottom: 3%;}
.portfolio__area_right{width: 33.4%;
position: relative; float:right;background: #024ea2; padding-bottom:30%}
.portfolio__area-item{ border:5px solid rgba(255,255,255,0.5); box-shadow:1px 5px 10px #222}
.portfolio__area-item.swiper-slide img{background: #ffffff;
height:300px;}
.portfolio__area_text{
padding-top: 50%;
left: 0;
transform: 0;
margin: 0 10%; padding-right:10%}
.portfolio__area_text h3 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 175px;
  font-weight: bold;
}
.portfolio__area_text h3::before {
  content: " ";
  display: block;
  background-color: #fff;
  width: 150px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.portfolio__area_text p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-bottom:30px;
  text-align: justify;
}
.portfolio__area_text .more{ color:#ffffff;display: block;
width: 185px;
height: 44px;
border: 1px solid #fff;
border-radius: 2px;
font-size: 14px;
color: #fff;
line-height: 44px;
text-align: center;
transition: all .4s;}
.portfolio__area::after{
	background: #030A15;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	z-index: -1
}
.portfolio__area_left{	background: #030A15;
	background-image: url(../images/portfolio.jpg);
	background-position: top left;
	background-repeat: no-repeat;padding-bottom: 20px;}
.portfolio__area-button {
	text-align: right;
	padding-right: 23px
}
.portfolio__area-button-next {
	display: inline-block;
	position: static;
	margin: 0;
	margin-left: 40px
}
.portfolio__area-button-next i::before {
	width: 50px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	background: #024ea2;
	color: #ffff;
	border-radius: 50%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.portfolio__area-button-next:hover i::before {
	background: #ffff;
	color: #030A15
}
.portfolio__area-button-prev {
	display: inline-block;
	position: static;
	margin: 0
}
.portfolio__area-button-prev i::before {
	width: 50px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	background: #024ea2;
	color: #ffff;
	border-radius: 50%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.portfolio__area-button-prev:hover i::before {
	background: #ffff;
	color: #030A15
}
.portfolio__area-title h2 {
	color: #ffff
}
.portfolio__area-item {
	position: relative
}
.portfolio__area-item::after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	z-index: 0;
	background: #030A15;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.portfolio__area-item-content {
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 40px;
	right: 40px;
	z-index: 2;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.portfolio__area-item-content h3 a {
	font-size: 30px;
	line-height: 40px;
	color: #ffff;
	margin-bottom: 10px
}
.portfolio__area-item-content p {
	color: #ffffff;
	font-weight: 500
}
.portfolio__area-item-popup {
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 40px;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 0;
	z-index: 2;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.portfolio__area-item-popup i::before {
	background: #ffff;
	height: 60px;
	width: 60px;
	color: #030A15;
	display: inline-block;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	font-size: 30px
}
.portfolio__area-item:hover::after {
	opacity: .7
}
.portfolio__area-item:hover .portfolio__area-item-content {
	opacity: 1;
	bottom: 40px
}
.portfolio__area-item:hover .portfolio__area-item-popup {
	opacity: 1;
	bottom: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.portfolio__area {
	position: relative;background: #024ea2;
}
.portfolio__area-page-item {
	position: relative;
	background: #383838;
}
.portfolio__area-page-item::after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	z-index: 0;
	background: #030A15;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.portfolio__area-page-item h3 a {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	z-index: 2
}
.portfolio__area-page-item a i::before {
background: rgba(255,255,255,0.8);
	height: 30px;
	width: 30px;
	color: #030A15;
	display: block;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	font-size: 16px
}
.portfolio__area-page-item-content {
	position: absolute;
	left: 25px;
	right: 25px;
	bottom: 0;
	opacity: 0;
	z-index: 2;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.portfolio__area-page-item-content h3{ font-weight:normal}
.portfolio__area-page-item-content h3 a {
	position: inherit;
	font-size: 18px;
	line-height: 34px;
	color: #ffff;
	margin-bottom: 10px;
	text-align:left;
}
.portfolio__area-page-item-content p {
	color: #ffffff;
	font-weight: 500;
	text-align:left;
	 font-size:14px;
}
.portfolio__area-page-item:hover::after {
	opacity: .7
}
.portfolio__area-page-item:hover a {
	opacity: 1
}
.portfolio__area-page-item:hover .portfolio__area-page-item-content {
	opacity: 1;
	bottom: 30px
}
.portfolio__details-left-content {
	border-bottom: 1px solid #E6E7E8;
	padding-bottom: 40px;
	margin-bottom: 35px
}
.portfolio__details-left-content h3 {
	font-size: 36px;
	line-height: 46px
}
.portfolio__details-left-content ul li:last-child {
	margin: 0
}
.portfolio__details-left-content ul li {
	margin-bottom: 10px;
	color: #030A15
}
.portfolio__details-left-content ul li i::before {
	color: #024ea2;
	font-size: 25px;
	margin-right: 10px;
	top: 0
}
.portfolio__details-project h3 {
	font-size: 30px;
	line-height: 40px
}
.portfolio__details-right-info {
	background: #F5F5F5;
	padding: 40px 30px
}
.portfolio__details-right-info h4 {
	position: relative
}
.portfolio__details-right-info h4::before {
	position: absolute;
	content: '';
	width: 30px;
	height: 4px;
	bottom: -5px;
	left: 0;
	background: #024ea2
}
.portfolio__details-right-info ul li:last-child {
	margin: 0
}
.portfolio__details-right-info ul li {
	margin-bottom: 10px
}
.portfolio__details-right-info ul li span {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: #030A15;
	font-family: "Open Sans", sans-serif;
	padding-right: 7px
}
.portfolio__details-right-info ul li ul li:first-child {
	margin: 0
}
.portfolio__details-right-info ul li ul li:last-child {
	margin: 0
}
.portfolio__details-right-info ul li ul li {
	display: inline-block;
	margin-right: 10px
}
.portfolio__details-right-info ul li ul li i {
	font-size: 14px
}
.portfolio__details-right-info ul li ul li i::before {
	top: 0
}
.portfolio__details-right-info ul li li {
	margin: 0
}
.portfolio__details-right-help {
	position: relative;
	padding: 50px 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}
.portfolio__details-right-help::after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	z-index: 0;
	background: #030A15;
	opacity: .9
}
.portfolio__details-right-help h4 {
	position: relative;
	color: #ffff;
	z-index: 1
}
.portfolio__details-right-help h4::before {
	position: absolute;
	content: '';
	width: 30px;
	height: 4px;
	bottom: -5px;
	left: 0;
	background: #024ea2
}
.portfolio__details-right-help p {
	position: relative;
	z-index: 1
}
.portfolio__details-right-help-item {
	position: relative;
	z-index: 1
}
.portfolio__details-right-help-item-icon i::before {
	color: #024ea2;
	font-size: 40px;
	margin-right: 10px
}
.portfolio__details-right-help-item-content span {
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700
}
.portfolio__details-right-help-item-content p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #E6E7E8
}
@media(max-width:1690px) {
.portfolio__area-item-content {
	left: 30px;
	right: 30px
}
.portfolio__area-item-content h3 a {
	font-size: 19px;
	line-height: 29px;
	margin-bottom: 5px;
	font-weight: 700
}
.portfolio__area-item-popup i::before {
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 20px
}
.portfolio__area-item:hover .portfolio__area-item-content {
	bottom: 30px
}
}
@media(max-width:767px) {
.portfolio__area::after {
	display: none
}
.portfolio__area-button {
	text-align: center;
	padding-top: 10px
}
.portfolio__area-button-next:hover i::before {
	background: #030A15;
	color: #ffff
}
.portfolio__area-button-prev:hover i::before {
	background: #030A15;
	color: #ffff
}
.portfolio__area-title {
	text-align: center
}
.portfolio__area-title h2 {
	color: #030A15
}
}
@media(max-width:575px) {
.portfolio__area-button {
	right: 0
}
.portfolio__details-left-content h3 {
	font-size: 28px;
	line-height: 38px
}
.portfolio__details-project h3 {
	font-size: 26px;
	line-height: 36px
}
}
@media(max-width:360px) {
.portfolio__area-item-content {
	left: 25px;
	right: 25px
}
.portfolio__area-item-popup {
	top: 0
}
.portfolio__area-item-popup i::before {
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 20px
}
.portfolio__area-item:hover .portfolio__area-item-popup {
	top: 30px;
	-webkit-transform: translateY(0%);
	transform: translateY(0%)
}
}
.Product-item-image {
	position: relative;
	overflow: hidden
}
.Product-item-image::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 40%;
	height: 100%;
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	background: rgba(255,255,255,0.246)
}
.Product-item-image{  width:100%;
  height:0;
  position: relative;
  padding-bottom: 100%; background:#ffffff; }
.Product-item-image img {
	background:#ffffff;
width:100%;
  height:100%;
  position: absolute; left:0;
}
.Product-item-content {
	position: relative;
	overflow: hidden;
	padding: 33px 30px;
	background: #f2f2f2;
	max-width: 100%;
	margin: 0 auto;
	margin-top:0px;
	-webkit-box-shadow: 0 30px 50px rgba(0,0,0,0.05);
	box-shadow: 0 30px 50px rgba(0,0,0,0.05)
}
.Product-item-content p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	color: #585858;
	padding: 10px 0
}
.Product-item-content-icon ul li {
	display: inline-block;
	margin-right: 10px
}
.Product-item-content-icon ul li a i::before {
	border: 1px solid #E6E7E8;
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: #030A15;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: inline-block;
	text-align: center;
	border-radius: 50%
}
.Product-item-content-icon ul li a i:hover::before {
	background: #024ea2;
	color: #ffff;
	border-color: #024ea2
}
.Product-item-content-icon ul li:last-child {
	margin: 0
}
.Product-item:hover .Product-item-image::before {
	-webkit-animation: animation .95s;
	animation: animation .95s
}
.Product-item:hover .Product-item-image img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}
@media(max-width:1199px) {
.Product-item-content {
	padding: 25px
}
.Product-item-content-icon ul li {
	margin-right: 5px
}
.Product-item-content-icon ul li a i::before {
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 15px
}
}
.counter__area {
	background: #030A15;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 260px
}
.counter__area-item {
	border-right: 1px dashed #686C73;
	border-radius: 2px
}
.counter__area-item-icon i::before {
	font-size: 45px;
	color: #ffff;
	width: 100px;
	height: 100px;
	line-height: 100px;
	display: inline-block;
	background: #024ea2;
	border-radius: 50%
}
.counter__area-item-content h2 {
	color: #ffff;
	padding: 10px
}
.counter__area-item-content p {
	color: #ffff
}
.counter__area-about {
	background: #F5F5F5;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}
.counter__area-about-item {
	border-right: 1px dashed #686C73;
	border-radius: 2px
}
.counter__area-about-item-icon i::before {
	font-size: 45px;
	color: #ffff;
	width: 100px;
	height: 100px;
	line-height: 100px;
	display: inline-block;
	background: #024ea2;
	border-radius: 50%
}
.counter__area-about-item-content h2 {
	color: #030A15;
	padding: 10px
}
.counter__area-about-item-content p {
	color: #030A15
}
.experience__area {
	margin-top: -130px
}
.experience__area-bg {
	background: #ffff;
	-webkit-box-shadow: 0 30px 50px rgba(0,0,0,0.05);
	box-shadow: 0 30px 50px rgba(0,0,0,0.05);
	padding: 30px 20px
}
.experience__area-skill-content {
	position: relative
}
.experience__area-skill-content h5 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	color: #353B44
}
.experience__area-skill-count {
	position: absolute;
	top: 0;
	left: 60%;
	color: #024ea2;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	font-family: "Open Sans", sans-serif
}
.experience__area-skill-inner {
	width: 65%;
	height: 8px;
	background: #E6E7E8;
	margin-top: 10px;
	position: relative;
	border-radius: 0
}
.experience__area-skill-bar {
	height: 8px;
	position: absolute;
	width: 0;
	top: 0;
	left: 0;
	background: #024ea2;
	-webkit-transition: 3.5s;
	transition: 3.5s;
	border-radius: 0
}
.experience__area-right-image {
	position: relative
}
.experience__area-right-image-content {
	position: absolute;
	left: -50px;
	bottom: 60px;
	background: #F5F5F5;
	-webkit-box-shadow: 0 30px 50px rgba(0,0,0,0.05);
	box-shadow: 0 30px 50px rgba(0,0,0,0.05);
	padding: 30px 40px;
	border-left: 2px solid #024ea2
}
.experience__area-right-image-content::before {
	position: absolute;
	content: '';
	bottom: -45px;
	left: -2px;
	border-top: 45px solid #e8e8e8;
	border-left: 50px solid transparent
}
.experience__area-right-image-content p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	color: #030A15;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	padding-top: 10px
}
.experience__area-video-icon {
	position: absolute;
	top: 20%;
	right: 5%;
	z-index: 10;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 25px;
	height: 26px;
	display: block;
	border-radius: 50%;
	padding: 18px 20px 18px 28px
}
.experience__area-video-icon::before {
	position: absolute;
	content: '';
	width: 80px;
	height: 80px;
	display: block;
	top: 50%;
	left: 50%;
	z-index: 0;
	background: #024ea2;
	border-radius: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite
}
.experience__area-video-icon::after {
	position: absolute;
	content: '';
	background: #024ea2;
	top: 50%;
	left: 50%;
	display: block;
	z-index: 1;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-webkit-transition: all 200ms;
	transition: all 200ms
}
.experience__area-video-icon span {
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 20px solid #ffff;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	display: block
}
@media(max-width:991px) {
.experience__area-skill-count {
	left: auto;
	right: 0
}
.experience__area-skill-inner {
	width: 100%;
	height: 8px;
	background: #E6E7E8;
	margin-top: 10px;
	position: relative;
	border-radius: 0
}
}
@media(max-width:575px) {
.experience__area-right-image {
	position: relative
}
.experience__area-right-image-content {
	padding: 20px;
	left: 0;
	bottom: 0
}
.experience__area-right-image-content::before {
	display: none
}
.experience__area-right-image-content p {
	font-size: 14px;
	line-height: 24px
}
.experience__area-video-icon {
	top: 25%;
	right: 0
}
.experience__area-video-icon::before {
	width: 70px;
	height: 70px
}
.experience__area-video-icon::after {
	width: 70px;
	height: 70px
}
}
.choose__area-left-image {
	position: relative
}
.choose__area-left-image-small-img {
	position: absolute;
	top: 300px;
	left: -60px;
	max-width: 250px;
	border: 17px solid #ffff
}
.choose__area-right {
	max-width: 600px
}
.choose__area-right-list i::before {
	color: #f5f5f5;
	font-size: 35px;
	text-align: center;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	background: #024ea2;
	border-radius: 50%
}
.choose__area-right-list p {
	max-width: 400px
}
@media(max-width:991px) {
.choose__area-right-list p {
	max-width: 400px;
	margin: 0 auto
}
}
@media(max-width:390px) {
.choose__area-left-image-small-img {
	max-width: 150px;
	border: 10px solid #ffff
}
}
.testimonial__area {
	background: #F5F5F5
}
.testimonial__area-item-content {
	position: relative;
	background: #ffff;
	padding: 40px 35px
}
.testimonial__area-item-content::after {
	position: absolute;
	content: '';
	bottom: -20px;
	left: 1px;
	border-left: 30px solid #ffff;
	border-top: 0 solid transparent;
	border-bottom: 20px solid transparent
}
.testimonial__area-item-content i::before {
	position: absolute;
	right: 35px;
	top: 35px;
	font-size: 40px;
	color: #024ea2
}
.testimonial__area-item-content h6 {
	font-family: "Roboto", sans-serif;
	color: #686C73;
	border-bottom: 1px solid #E6E7E8;
	padding: 5px 0 25px 0;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400
}
.testimonial__area-item img {
	max-width: 75px
}
.testimonial__area-button-next {
	display: inline-block;
	position: static;
	margin: 0
}
.testimonial__area-button-next i::before {
	width: 50px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	background: #024ea2;
	color: #ffff;
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.testimonial__area-button-next:hover i::before {
	background: #ffff;
	color: #030A15
}
.testimonial__area-button-prev {
	display: inline-block;
	position: static;
	margin: 0;
	margin-right: 40px
}
.testimonial__area-button-prev i::before {
	width: 50px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	background: #024ea2;
	color: #ffff;
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.testimonial__area-button-prev:hover i::before {
	background: #ffff;
	color: #030A15
}
@media(max-width:767px) {
.testimonial__area-title {
	text-align: center
}
.testimonial__area-button {
	text-align: center
}
}
.partner__area {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	background:url(../images/Partner_map.jpg) center center no-repeat;
}
.partner__area::after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #030A15;
	opacity: .8
}
.partner__area-title h2 {
	color: #ffff
}
.partner__area-contact {
	display: inline-block;
	width: 260px;
	height: 260px;
	background: #f0f0f0;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #024ea2;
}
.partner__area-contact i::before {
	font-size: 35px;
	color: #ffff;
	width: 100px;
	height: 100px;
	line-height: 100px;
	display: inline-block;
	background: #024ea2;
	border-radius: 50%;
	top: -15px;
	margin-bottom: 20px
}
.partner__area-contact span {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #282828;
	text-transform: uppercase;
	font-weight: 700
}
.partner__area-contact p {
	color: #024ea2;
	font-family: "Open Sans", sans-serif;
	font-size: 22px;
	line-height: 32px;
	font-weight: 700
}

.contact__area-content {
	max-width: 700px;
	margin: 0 auto
}
.contact__area-left {
	background: #F5F5F5;
	padding: 50px 30px
}
.contact__area-left h4 {
	position: relative
}
.contact__area-left h4::before {
	position: absolute;
	content: '';
	width: 30px;
	height: 4px;
	bottom: -5px;
	left: 0;
	background: #024ea2
}
.contact__area-left-item {
	border-bottom: 1px solid #E6E7E8
}
.contact__area-left-item-icon i::before {
	color: #024ea2;
	font-size: 45px;
	margin-right: 20px
}
.contact__area-left-item-content span {
	color: #030A15;
	text-transform: uppercase;
	font-weight: 600
}
.contact__area-left-item-content p {
	font-weight: 500
}
.contact__area-left-item-content h5 {
	font-size: 16px;
	line-height: 26px
}
.contact__area-left-item-socalicon ul li {
	display: inline-block;
	margin-right: 10px
}
.contact__area-left-item-socalicon ul li a i::before {
	background: #ffff;
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: #030A15;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: inline-block;
	border-radius: 50%;
	text-align: center
}
.contact__area-left-item-socalicon ul li a i:hover::before {
	background: #024ea2;
	color: #ffff
}
.contact__area-left-item-socalicon ul li:last-child {
	margin: 0
}
.contact__area-right {
	background: #F5F5F5;
	padding: 57px 90px
}
.contact__area-right-form-group input {
	width: 100%;
	height: 58px;
	background: #ffff;
	padding-left: 25px;
	border: 2px solid #ffff;
	border-radius: 3px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.contact__area-right-form-group input:focus {
	border-color: #024ea2
}
.contact__area-right-form-group textarea {
	width: 100%;
	background: #ffff;
	padding-left: 25px;
	height: 170px;
	border: 2px solid #ffff;
	border-radius: 3px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding-top: 15px
}
.contact__area-right-form-group textarea:focus {
	border-color: #024ea2
}
.contact__area-map iframe {
	width: 100%;
	height: 500px;
	margin-bottom: -113px
}
@media(max-width:991px) {
.contact__area-right {
	background: #F5F5F5;
	padding: 57px 50px
}
.contact__area-map iframe {
	margin-bottom: -187px
}
}
@media(max-width:767px) {
.contact__area-map iframe {
	margin-bottom: -232px
}
}
@media(max-width:475px) {
.contact__area-map iframe {
	margin-bottom: -210px
}
}
@media(max-width:575px) {
.contact__area-right {
	background: #F5F5F5;
	padding: 40px 30px
}
.contact__area-map iframe {
	width: 100%;
	height: 500px;
	margin-bottom: -187px
}
}
.blog__area-item-image {
	position: relative;
	overflow: hidden
}
.blog__area-item-image::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 20%;
	height: 100%;
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	background: rgba(255,255,255,0.246)
}
.blog__area-item-image img {
height:260px;
}
.blog__area-item-content {
	background: #ffff;
	padding: 40px 30px;
	-webkit-box-shadow: 0 30px 50px rgba(0,0,0,0.05);
	box-shadow: 0 30px 50px rgba(0,0,0,0.05)
}
.blog__area-item-content-date {
	background: #024ea2;
	padding: 2px 15px;
	display: inline-block;
	position: relative;
	bottom: 15px;
	margin-bottom: 15px
}
.blog__area-item-content-date::before {
	position: absolute;
	content: '';
	right: -17px;
	top: 8px;
	border-left: 17px solid #024ea2;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent
}
.blog__area-item-content-date span {
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	color: #ffff
}
.blog__area-item-content-date span i::before {
	color: #ffff;
	margin-right: 10px
}
.blog__area-item-content ul {
	padding: 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #E6E7E8
}
.blog__area-item-content ul li:last-child {
	margin: 0
}
.blog__area-item-content ul li {
	display: inline-block;
	margin-right: 20px;
	color: #686C73;
	font-size: 16px;
	line-height: 24px;
}
.blog__area-item-content ul li i::before {
	color: #024ea2;
	margin-right: 10px;
	font-size: 18px
}
.blog__area-item-content-btn a {
	border: 1px solid #999999;
width: auto;
height: ;
line-height: 35px;
color: #030A15;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
display: inline-block;
text-align: center;
padding: 3px 20px;
text-decoration: none;
}
.blog__area-item-content-btn a:hover{ background:#024ea2; color:#ffffff}
.blog__area-item-content-btn a:hover::after {
	width: 90px
}
.blog__area-item:hover .blog__area-item-image::before {
	-webkit-animation: animation .95s;
	animation: animation .95s
}
.blog__area-item:hover .blog__area-item-image img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.blog__details-left-content h3 {
	font-size: 30px;
	line-height: 40px
}
.blog__details-left-content-date {
	background: #024ea2;
	padding: 5px 15px;
	position: relative
}
.blog__details-left-content-date::before {
	position: absolute;
	content: '';
	right: -17px;
	top: 10px;
	border-left: 17px solid #024ea2;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent
}
.blog__details-left-content ul {
	padding: 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #E6E7E8
}
.blog__details-left-content ul li:last-child {
	margin: 0
}
.blog__details-left-content ul li {
	display: inline-block;
	color: #686C73;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600
}
.blog__details-left-content ul li i::before {
	color: #024ea2;
	margin-right: 10px;
	font-size: 18px
}
.blog__details-left-content ul li span {
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	color: #ffff
}
.blog__details-left-content ul li span i::before {
	color: #ffff;
	margin-right: 10px
}
.blog__details-left-content-box {
	background: #F5F5F5;
	padding: 30px 40px
}
.blog__details-left-content-box h6 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	font-style: italic
}
.blog__details-left-content-box span {
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
	display: inline-block;
	text-transform: uppercase;
	padding-left: 40px;
	position: relative
}
.blog__details-left-content-box span::before {
	position: absolute;
	content: '';
	width: 30px;
	height: 3px;
	left: 0;
	top: 10px;
	background: #024ea2
}
.blog__details-left-related {
	border-bottom: 1px solid #E6E7E8;
	padding-bottom: 30px
}
.blog__details-left-related h6 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700
}
.blog__details-left-related-tag a {
	display: inline-block;
	background: #F5F5F5;
	color: #030A15;
	font-size: 14px;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 3px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.blog__details-left-related-tag a:hover {
	background-color: #024ea2;
	color: #ffff
}
.blog__details-left-related-share ul li {
	display: inline-block;
	margin-right: 10px
}
.blog__details-left-related-share ul li:last-child {
	margin: 0
}
.blog__details-left-related-share ul li i::before {
	font-size: 15px
}
.blog__details-left-comment-area-item {
	background: #F5F5F5;
	padding: 30px;
	margin-left: 40px
}
.blog__details-left-comment-area-item-user {
	float: left;
	margin-left: -70px
}
.blog__details-left-comment-area-item-user img {
	width: 100%;
	border-radius: 50%
}
.blog__details-left-comment-area-item-details {
	overflow: hidden;
	padding-left: 30px
}
.blog__details-left-comment-area-item-details-name {
	position: relative;
	overflow: hidden
}
.blog__details-left-comment-area-item-details-name p {
	font-size: 14px;
	color: #024ea2;
	padding: 5px 0;
	font-weight: 500
}
.blog__details-left-comment-area-item-details-name a {
	position: absolute;
	top: 0;
	background: #024ea2;
	font-weight: 600;
	right: 0;
	padding: 5px 18px;
	color: #ffff;
	border-radius: 3px;
	display: inline-block
}
.blog__details-left-contact-area input {
	background: #F5F5F5
}
.blog__details-left-contact-area textarea {
	background: #F5F5F5
}
.blog__standard-left-item-content {
	background: #ffff;
	-webkit-box-shadow: 0 30px 50px rgba(0,0,0,0.05);
	box-shadow: 0 30px 50px rgba(0,0,0,0.05);
	padding: 10px 30px 30px 30px
}
.blog__standard-left-item-content h3 {
	font-size: 30px;
	line-height: 40px
}
.blog__standard-left-item-content-date {
	background: #024ea2;
	padding: 5px 15px;
	position: relative
}
.blog__standard-left-item-content-date::before {
	position: absolute;
	content: '';
	right: -17px;
	top: 10px;
	border-left: 17px solid #024ea2;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent
}
.blog__standard-left-item-content ul {
	padding: 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #E6E7E8
}
.blog__standard-left-item-content ul li:last-child {
	margin: 0
}
.blog__standard-left-item-content ul li {
	display: inline-block;
	color: #686C73;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600
}
.blog__standard-left-item-content ul li i::before {
	color: #024ea2;
	margin-right: 10px;
	font-size: 18px
}
.blog__standard-left-item-content ul li span {
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	color: #ffff
}
.blog__standard-left-item-content ul li span i::before {
	color: #ffff;
	margin-right: 10px
}
.blog__standard-left-item-content a {
	display: inline-block;
	color: #024ea2;
	font-size: 16px;
	line-height: 26px;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-transform: uppercase;
	position: relative
}
.blog__standard-left-item-content a::after {
	position: absolute;
	content: '';
	width: 50px;
	height: 2px;
	background: #024ea2;
	bottom: 0;
	left: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.blog__standard-left-item-content a:hover::after {
	width: 80px
}
.blog__sidebar-item {
	background: #F5F5F5;
	padding: 40px 30px
}
.blog__sidebar-item h4 {
	position: relative
}
.blog__sidebar-item h4::before {
	position: absolute;
	content: '';
	width: 30px;
	height: 4px;
	bottom: -5px;
	left: 0;
	background: #024ea2
}
.blog__sidebar-item-search input {
	background: #ffff;
	width: 100%;
	height: 60px;
	padding: 0 15px;
	position: relative
}
.blog__sidebar-item-search button {
	position: absolute;
	right: 45px;
	top: 40px;
	color: #ffff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #024ea2;
	display: inline-block
}
.blog__sidebar-item-widget-category ul li:last-child {
	margin: 0
}
.blog__sidebar-item-widget-category ul li {
	margin-bottom: 15px
}
.blog__sidebar-item-widget-category ul li a {
	display: inline-block;
	background: #ffff;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 15px;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #030A15;
	font-weight: 700;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	left: 0
}
.blog__sidebar-item-widget-category ul li a i::before {
	color: #024ea2;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: 0;
	margin-right: -15px
}
.blog__sidebar-item-widget-category ul li a:hover {
	color: #024ea2
}
.blog__sidebar-item-widget-category ul li a:hover i::before {
	margin-right: 7px;
	opacity: 1
}
.blog__sidebar-item-post {
	border-bottom: 1px solid #E6E7E8
}
.blog__sidebar-item-post-thumb {
	margin-right: 20px
}
.blog__sidebar-item-post-thumb img {
	max-width: 90px
}
.blog__sidebar-item-post-content h6 a {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.blog__sidebar-item-post-content h6 a:hover {
	color: #024ea2
}
.blog__sidebar-item-post-content span {
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif
}
.blog__sidebar-item-post-content span i::before {
	color: #024ea2;
	margin-right: 10px
}
.blog__sidebar-item-widget-tag a:last-child {
	margin: 0
}
.blog__sidebar-item-widget-tag a {
	display: inline-block;
	background: #ffff;
	color: #030A15;
	font-size: 14px;
	font-weight: 700;
	height: 45px;
	line-height: 45px;
	padding: 0 25px;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 3px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.blog__sidebar-item-widget-tag a:hover {
	background-color: #024ea2;
	color: #ffff
}
@media(max-width:1199px) {
.blog__area-item-content {
	padding: 40px 25px
}
.blog__area-item-content h3 {
	font-size: 18px;
	line-height: 28px
}
.blog__area-item-content ul li {
	margin-right: 10px
}
.blog__area-item-content ul li i::before {
	font-size: 16px;
	margin-right: 5px
}
.blog__sidebar-item-widget-tag a {
	padding: 0 12px;
	margin-right: 5px
}
}
@media(max-width:575px) {
	h2 {
  font-size: 28px;
}
.blog__details-left-content h3 {
	font-size: 20px;
	line-height: 30px
}
.blog__details-left-content-box {
	padding: 20px
}
.blog__details-left-content-box h6 {
	font-size: 14px;
	line-height: 24px
}
.blog__details-left-related {
	border-bottom: 1px solid #E6E7E8;
	padding-bottom: 30px
}
.blog__details-left-related h6 {
	font-size: 13px;
	line-height: 24px;
	font-weight: 600
}
.blog__details-left-related-tag a {
	font-size: 12px;
	font-weight: 600;
	padding: 0 14px;
	margin-right: 5px
}
.blog__details-left-related-share ul li {
	display: inline-block;
	margin-right: 10px
}
.blog__details-left-related-share ul li:last-child {
	margin: 0
}
.blog__details-left-related-share ul li i::before {
	font-size: 15px
}
.blog__details-left-comment-area-item {
	margin-left: 0;
	text-align: center
}
.blog__details-left-comment-area-item-user {
	float: none;
	margin-left: 0
}
.blog__details-left-comment-area-item-user img {
	max-width: 80px;
	height: auto;
	margin-bottom: 10px
}
.blog__details-left-comment-area-item-details {
	padding: 0
}
.blog__details-left-comment-area-item-details-name a {
	position: inherit;
	margin-top: 10px;
	margin-bottom: 10px
}
.blog__standard-left-item-content {
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.blog__standard-left-item-content h3 {
	font-size: 19px;
	line-height: 29px
}
.blog__standard-left-item-content-date {
	margin-bottom: 5px
}
}
.solution__area-bg {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 70px 40px;
	margin-bottom:0px;
	position: relative;
	background: #024ea2 url(../images/solution.png) no-repeat center center;
}
.solution__area-left h2 {
	color: #ffff;
	font-size: 35px;
	line-height: 45px
}
.solution__area-right {
	margin-top: 7px
}
@media(max-width:991px) {
.solution__area-bg {
	padding: 40px 30px
}
}
@media(max-width:575px) {
.solution__area-left h2 {
	font-size: 24px;
	line-height: 34px
}
}
.footer__area {
	background: #030A15 url(../images/footer.png) no-repeat center center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 103px
}
.footer__area-widget-about {
	position: relative;
	z-index: 0;
	padding: 120px 37px
}
.footer__area-widget-about::before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #353B44;
	opacity: 20%;
	z-index: -1
}
.footer__area-widget-content-logo a img {
	max-width: 155px
}
.footer__area-widget-content p {
	color: #E6E7E8
}
.footer__area-widget-content h4 {
	color: #ffff;
	padding-top: 11px;
	margin-bottom: 22px
}
.footer__area-widget-content-contact-info-icon i::before {
	color: #024ea2;
	margin-right: 15px
}
.footer__area-widget-content-contact-info-title p {
	color: #ffff
}
.footer__area-widget-content-menu ul li:last-child {
	margin: 0
}
.footer__area-widget-content-menu ul li {
	margin-bottom: 15px
}
.footer__area-widget-content-menu ul li a {
	color: #E6E7E8;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	position: relative;
	left: 0
}
.footer__area-widget-content-menu ul li a:hover {
	color: #024ea2;
	left: 4px
}
.footer__area-widget-content ul li:last-child {
	margin: 0
}
.footer__area-widget-content ul li {
	margin-bottom: 15px
}
.footer__area-widget-content ul li a {
	color: #E6E7E8;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
	left: 0
}
.footer__area-widget-content ul li a:hover {
	color: #024ea2;
	left: 4px
}
.footer__area-widget-content-subscribe-button {
	position: relative
}
.footer__area-widget-content-subscribe-button-input {
	height: 60px;
	width: 100%;
	padding-left: 20px;
	padding-right: 80px;
	font-size: 14px;
	background: #ffff
}
.footer__area-widget-content-subscribe-button-btn {
	display: block;
	height: 60px;
	width: 60px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	background: #024ea2;
	border: 0;
	color: #ffff;
	font-size: 20px;
	line-height: 60px
}
.footer__area-copyright {
	border-top: 1px solid #1b2230
}
.footer__area-copyright-left a{ color:#ffffff}
.footer__area-copyright-left p {
	color: #ffff; font-size:14px;
}
.footer__area-copyright-right ul li {
	display: inline-block
}
.footer__area-copyright-right ul li:last-child a {
	padding: 0;
	margin: 0;
	border: 0
}
.footer__area-copyright-right ul li a {
	color: #ffff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 2px solid #ffff;
	opacity: 70%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.footer__area-copyright-right ul li a:hover {
	color: #024ea2;
	opacity: 1
}
@media(max-width:365px) {
.footer__area-copyright-right ul li a {
	margin-right: 8px;
	padding-right: 8px
}
}
@media(max-width:991px) {
.footer__area-widget {
	padding-left: 30px
}
.footer__area-widget-about {
	padding: 40px 30px
}
}
.consulting__area {
	background-color: #030A15;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	text-align: center;
	padding-top: 130px;
	padding-bottom: 290px
}
.consulting__area-content {
	max-width: 1000px;
	margin: 0 auto
}
.consulting__area-content h2 {
	color: #ffff
}
.consulting__area-about-right-image {
	position: relative
}
.consulting__area-about-right-image-small-img {
	position: absolute;
	top: -30px;
	left: -60px;
	max-width: 250px;
	border: 17px solid #ffff
}
.consulting__video {
	margin-top: -245px;
	position: relative;
	z-index: 1
}
.consulting__video-video-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 25px;
	height: 26px;
	display: block;
	border-radius: 50%;
	padding: 18px 20px 18px 28px
}
.consulting__video-video-icon::before {
	position: absolute;
	content: '';
	width: 80px;
	height: 80px;
	display: block;
	top: 50%;
	left: 50%;
	z-index: 0;
	background: #024ea2;
	border-radius: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite
}
.consulting__video-video-icon::after {
	position: absolute;
	content: '';
	background: #024ea2;
	top: 50%;
	left: 50%;
	display: block;
	z-index: 1;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-webkit-transition: all 200ms;
	transition: all 200ms
}
.consulting__video-video-icon span {
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 20px solid #ffff;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	display: block
}
@media(max-width:1199px) {
.consulting__video {
	margin-top: -200px
}
}
@media(max-width:991px) {
.consulting__video {
	margin-top: -148px
}
.consulting__area {
	padding-bottom: 180px
}
.consulting__area-content h2 {
	font-size: 37px;
	line-height: 51px
}
}
@media(max-width:767px) {
.consulting__video {
	margin-top: -110px
}
.consulting__area {
	padding-bottom: 140px
}
.consulting__area-content h2 {
	font-size: 27px;
	line-height: 41px
}
}
@media(max-width:575px) {
.consulting__video {
	margin-top: -90px
}
.consulting__area {
	padding-bottom: 120px
}
.consulting__area-content h2 {
	font-size: 24px;
	line-height: 38px
}
}
.page__banner {
	background-color: #030A15;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	text-align: center;
	padding-top: 265px;
	padding-bottom: 125px
}
.page__banner::after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #030A15;
	opacity: .18
}
.page__banner-content h2 {
	color: #ffff;
	margin-bottom: 10px
}
.page__banner-content ul li:last-child {
	margin: 0
}
.page__banner-content ul li {
	display: inline-block;
	margin-right: 10px;
	color: #024ea2;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-weight: 700
}
.page__banner-content ul li a {
	color: #ffff;
	padding-right: 10px
}
.page__banner-content ul li i::before {
	font-size: 12px;
	color: #ffff;
	top: 0
}
@media(max-width:1199px) {
.page__banner {
	padding-top: 250px
}
}
@media(max-width:767px) {
.page__banner {
	padding-bottom: 100px
}
}
@media(max-width:575px) {
.page__banner {
	padding-bottom: 95px
}
}
@media(max-width:394px) {
.page__banner {
	padding-top: 110px;
	padding-bottom: 90px
}
}
.error__area-content img {
	max-width: 600px;
	margin-bottom: 30px
}
.pagination__area ul li:last-child {
	margin: 0
}
.pagination__area ul li {
	display: inline-block;
	margin-right: 15px
}
.pagination__area ul li .active {
	background: #024ea2;
	color: #ffff
}
.pagination__area ul li a {
	color: #030A15;
	background: #F5F5F5;
	display: block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	font-weight: 600;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.pagination__area ul li a:hover {
	background: #024ea2;
	color: #ffff
}
.border-n {
	border-right: 0;
	border-bottom: 0
}
@media(max-width:991px) {
.lg-border-n {
	border-right: 0
}
}
@media(max-width:775px) {
.sm-border-n {
	border-right: 0
}
}
.thin-bg {
	background: #F5F5F5
}
.primary-bg {
	background: #024ea2
}
/*Product*/
.Product{ background:#ffffff}
.col-xl-4 {
  margin-bottom: 20px;
}
.floatright img{ max-width:100%;width:auto;}
.page__banner-content ul li .position1{ color:#ffffff}
/*ABOUT_US*/
#CompanyIntro {
    width:90%;
    height: auto;
    text-align: center;
    margin: 0 auto;
}
#CompanyIntro h2 {
    padding-top: 50px;
}
#CompanyIntro h3 {
    color: #024ea2;
    padding: 5px 0;
	font-size:30px; font-weight:bold
}
#CompanyIntro img {
	max-width:45%;
    float:left;
	margin-right:2%;
	margin-bottom:1%;
}
.Intro_detail {
    width: 100%;
    height: auto;
    text-align: justify;
    display: inline-block;
    margin-top: 2%;
	float:left;

}
.Intro_detail p {
   line-height: 45px;
font-size: 20px;
}
#CorporateCulture {
    width: 86%;
    text-align: center;
    margin: 0 auto;
}
#CorporateCulture h2 {
    padding-top: 50px;
}
#CorporateCulture h3 {
color: #024ea2;
padding: 5px 0;
font-size: 30px;
font-weight: bold;
}
#CorporateCulture_Left {
    width: 40%;
    float: left;
    margin-top: 30px;
}
#CorporateCulture_right {
    width:60%;
    float: right;
    margin-top: 8%;
}
#CorporateCulture_right ul li {
    word-spacing: 5px;
    letter-spacing: 5px;
    width: 100%;
    height: 60px;
    text-align: left;
    line-height: 60px;
    font-size: 20px;
    color: #808080;
}
#CorporateCulture_left img {
    width: 80%;
    height: 300px;
}
#JinlvHonor {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
#JinlvHonor h2 {
    padding-top: 50px;
}
#JinlvHonor h3 {
color: #024ea2;
padding: 5px 0;
font-size: 30px;
font-weight: bold;
}
#JinlvHonor_detail {
    margin: 50px auto;
    width: 85%;
}
#JinlvHonor_detail ul li {
    width: 23%;
    float: left;
    height: auto;
	max-height:260px; margin-bottom:2%; overflow:hidden; margin-right:1%;
}
#JinlvHonor_detail ul li img {
    width: auto;
	 height: auto;
    max-height: 260px;
    transform: scale(1);
    transition: all 1s ease 0s;
    opacity: 0.5;
}
#JinlvHonor_detail ul li:hover  img{ transform: scale(1.3);transition: all 1s ease 0s;opacity:1}
.right .about_us{ background:none}
.clear{ clear:both}
.floatright img {
  max-width: 100%;
  width: auto;
  text-align: right;
  float: right;
}
.pages{  margin-bottom:3%;
   margin-top:3%;
}
.portfolio__area-page.section-padding {
  text-align: center;
  margin: 0 auto;
}
.pr_lists .row{ padding:0; margin:0}
.pr_title {
  display: block;
  position: absolute;
  width: 100%;
  margin-top: -45px;
  background: rgba(0,0,0,0.5);
  line-height: 45px;
  color: #fff;
  font-size: 18px;
  text-align:left; padding:0 25px;
}
.pr_title .flaticon-arrow-right{ float:right;}
.pr_title  i::before {
  background: #ffff;
  height: 30px;
  width: 30px;
  color: #030A15;
  display: block;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  margin-top:10px
}
.portfolio__area-page-item-content h3 a font{ background:rgba(255,255,255,0.8); padding:5px 20px; border-radius:50px;}

.portfolio__area-page-item-content p.pr_content a{ color:#ffffff}
.product_img {width:100%; float:left; overflow:hidden;text-align:center; padding-top:0px;}
.product_img .bd{position:relative;width:510px;min-height:300px;overflow:hidden; margin-bottom:5px;text-align:center;max-width: 100%;
height: auto;}
.product_img .showDiv {position:relative;width:510px;height:500px; overflow:hidden;max-width: 100%;
height: auto;}
.product_img .showDiv img {width:auto;max-width:510px;
 width:expression(document.body.clientWidth>510?"510px":"auto");
 max-height:500px;
height:expression(document.body.clientHeight>500?"500px":"auto");
margin:0 auto;
 }
.bd{ margin:0 auto}
.product_img{ text-align:center}
.product_img .hd ul a:hover img, .product_img .hd ul .on img{border-color:#E93B09;}

.pr_name{
    font-size: 36px;
    color: #404040;
    border-bottom: #727272 3px solid;
    line-height: 50px;
    font-weight: normal;
    margin: 0;
}
#pro_baseinfo{ padding-top:5%}
#pro_baseinfo strong{font-size: 18px; font-weight:normal}
#pro_baseinfo li img{ vertical-align:middle}
.bd{ margin:0 auto}
.product_img{ text-align:center}
.product_img .hd ul a:hover img, .product_img .hd ul .on img{border-color:#E93B09;}
.product_img .hd ul img{ max-width:90%;height:90%; max-height:96px}
.product_img .hd{ padding:20px; padding-left:0px; padding-right:0px}
.product_img .hd ul li {float:left; display:inline; position:relative;width:20%; float:left}
.product_img .hd ul a {display:block;}
.product_img .hd ul img{  border:2px solid #ddd; margin-right:10px}
.product_img .hd ul .mask{ display:none;}
.product_img .hd ul a:hover .mask, .product_img .hd ul .on .mask{display:none; position:relative;}
.product_img .hd ul a:hover img, .product_img .hd ul .on img{border-color:#024ea2;}
.product_img .hd ul a:hover{color:#fff;}
.product_img .hd ul a:hover .txt_bg {background:#70a20f;}
.pr_name{
    font-size: 36px;
    color: #404040;
    border-bottom: #727272 3px solid;
    line-height: 50px;
    font-weight: normal;
    margin: 0;
}
#pro_baseinfo{ padding-top:5%}
#pro_baseinfo strong{font-size: 18px; font-weight:normal}
#pro_baseinfo li img{ vertical-align:middle}
.pr_name b{ font-size:16px;}
.pr_content{width:90%; padding:0 5%; color:#787878; font-size:14px}
.pr_more{margin:0 auto; text-align:center; margin-top:10px; margin-bottom:20px; border-radius:50px}
.pr_more{ color:#ffffff; background:#024ea2;width:auto; line-height:28px; padding:3px 30px; display:inline-block; font-size:16px}
.pr_content_nei{font-size:16px;background-color: #ffffff;padding: 10px 15px;margin-top: 15px; color:#858585}
.pr_content b{font-size:16px}
.pr_name b{ font-size:16px;}
.pr_content{width:90%; padding:0 5%; color:#787878; font-size:14px}
.pr_more{margin:0 auto; text-align:center; margin-top:10px; margin-bottom:20px; border-radius:50px}
.pr_more{ color:#ffffff; background:#024ea2;width:auto; line-height:28px; padding:3px 30px; display:inline-block; font-size:16px}
.pr_content_nei{font-size:16px;background-color: #f2f2f2;padding: 10px 15px;margin-top: 15px; color:#858585; margin-bottom:20px}
.pr_content b{font-size:16px}
.contact_list{font-size:16px; padding-top:10px; padding-bottom:10px}
.map_main{ border:1px solid #ddd}
.PicAuto{ height: -moz-calc(width);
    height: -webkit-calc(width);
   height: calc(width);)}
.show_pr{ height: -moz-calc(width);
    height: -webkit-calc(width);
   height: calc(width);)}
.line {
    height: 10px;
    overflow: hidden;
    background: url(images/line_bg.jpg) repeat-x left top;
	display:none;
}

.pr_nei_center .fadeInRight {

    width: 45%;
    float: right;

}
.pr_nei_center .fadeInLeft {

    float: left;
    width: 46%;
    padding-top: 30px;
    margin-right: 5%;

}
.Descript h5 strong {

    background-color: #024ea2;
    padding: 10px 35px;
    line-height: 40px;
    position: relative;
	color:#fff;

}
.Descript h5{ border-bottom:1px solid #ddd}
.pr_nei_center{ padding-top:2%; padding-bottom:2%}
#content{ padding-top:2%; padding-bottom:2%}
.contact-card{ background:#f2f2f2;padding: 10px 15px;}
.Descript_content{padding: 3% 10px;}
/*news*/
.news_lists dl{ margin-bottom:2%}
.news_lists dl .thumb{width:100%;}
.news_lists dl .thumb img{width:100%;height:160px;}
.news_lists dt h3 a{ color:#080808; font-size:22px;}
.news_centerlist{ margin-top:0.5%; padding-top:1%}
.news_text{ border-bottom:1px dashed #d8d8d8; padding-bottom:1%}
.news_text .img-wrap {width:18%;height:150px; margin-right:2%; float:left}
.news_text .news_right_txt{width:80%; float:left}
.news_text p{ color:#585858; line-height:35px;}
.news_text p a{color: #000000;}
.news_text p a:hover{ color:#024ea2
}
.news_text span.date{ float:right; font-size:14px;}
.news_text h5 a{color:#080808; font-size:18px; font-weight:600}
.pages{ float:right; padding-top:10px;}
.pages a{ color:#080808}
.pages strong{ color:#c50000}
.view_n{ text-align:right; float:right;}
.wz_title h3{ color:#080808; font-size:22px; text-align:center }
.wz_title { padding-top:2%; padding-bottom:1%}
.contentinfo{ text-align:center; color:#999; margin-bottom:3%; font-size:15px}
.date_item{display:block;
color: #888888;
*zoom: 1; line-height:25px; font-size:14px; text-align:left; margin-right:10px;}
.date_item b{color: #ffffff;
display: block;
font-size: 48px;
line-height: 48px;}
.date_item em{font-size: 14px; font-style:normal}
.news_right_txt h5 a{font-size: 22px;
color: #222;
font-weight: bold;
}
.news_right_txt h5{margin: 8px 0;}
#page{ margin-top:5%}
.contact__area-left-item{
  border-bottom: 1px solid #E6E7E8;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex !important;
}
.contact__area-left-item-icon {
  float: left;
}
html #dituContent img{ max-width:auto;}
.footer__area-widget-content-contact-info{  margin-bottom: 15px;
  display: flex !important;}
.footer__area-widget-content-contact-info-icon{ float:left}
.foot_qr_codes img{width:150px;height:150px}
.section-top{ margin-bottom:15px;}
.choose__area-left-image{ margin-left:50px; margin-right:50px}
.choose__area-right-list{ margin-bottom:50px}
.choose__area .col-lg-2 {
  padding-right: 15px;
  padding-left: 15px;
}
.choose__area .col-lg-10{ margin-bottom:15px}
.bout__area-right-list{margin-bottom: 40px;}
.about__area-right-bottom{padding-top: 40px;}
.about__area .col-sm-6 {position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px; margin-bottom:20px}
.about__area-right-bottom{padding-top: 40px;}
.about__area-right-bottom p{ margin-bottom:20px}
.about__area-left-image{margin-left: 50px;margin-right: 50px;}
.about_top li {
  float: left;
  width: 33.3%;
  height: auto;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.about_top {
    clear: both;
    height: auto;
    overflow: hidden;
        background-size: auto;
    background-size: cover;
    padding: 0 0 2% 0;
	margin-left: -5%;
	margin-bottom:5%
}

.about_top li {
    float: left;
    width: 33.3%;
    height: auto;
    overflow: hidden;
    text-align: center;
	position:relative;
}
.about_top li::before {

    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 91px;
    border-right: 1px solid #c5c5c5;

}
li {
    list-style: none;
    text-decoration: none;
}
.about_top li span {
font-family:impact;
font-size: 45px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight: normal;
color:#265abf;
margin: 16px 0 13px;
display: inline-block;
font-weight:bold
}
.about_top li i {
    display: block;
    font-size: 16px;
color: #333;
line-height: 30px;
}
.about_top li em{
    font-size: 30px;
    color: #55555;
    font-family: Arial;
	font-style: normal;
}
.about_top li .icon1{
    background-position: 0 0;
}
.about_top li .icon2{
    background-position: 0 0;
}
.about_top li .icon3{
    background-position: 0 0;
}
.about_top li .icon4{
    background-position: 0 0;
}
.about_us_list img:hover{cursor: pointer;
-webkit-transform: scale(1.2);transform: scale(1.2);
overflow:hidden}
.about_us_list img{-webkit-transition: all 3s;transition: all 3s;}
.about_us_list{ margin:0 auto}
.about_us_up{width: 100%;position: relative;  position:relative; overflow:hidden; text-align:center}
.about_us_up .jianjie{ position:absolute; z-index:9999; top:0;padding: 30px 25px; color:#fff; line-height:25px; font-size:14px; background:url(../images/hbg.png) repeat left center; background:none}
.about_us_up .jianjie h3{ font-size: 24px;
font-weight: bold;
padding-bottom: 15px; }
.about_us_up:hover .about_us_up img{width:110%;}
.about_us_up img{max-width:100%;}
.about_us_up .jianjie p{ color:#fff;}
.about_us_up_content{width:100%; overflow:hidden}
.about_us_bottom{width:100%; position:relative;overflow: hidden; float:left;  padding-top:0}
.about_us_up img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.about_us_up img{
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
	
}
.about__area-right-content .mb-25{ margin-bottom:0;}
.about__area-right-content p{ line-height:38px; font-size:18px;}
.about__area{ background: url(../images/about_bg.jpg) no-repeat bottom center;}
.company_more{margin-top:20px;}
.company_more a{ color:#ffffff; background:#024ea2; padding:10px 30px; border-radius:50px; margin-top:20px;}
.company_more a:hover{ color:#ffffff;}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}
.glyphicon-menu-right::before {
    content: "\e258";
}
.view-html .container-fluid {
    padding-right:0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto
}
.glyphicon {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}
.swiper-button-next, .swiper-button-prev {
    cursor: pointer;
}
[role="button"] {
    cursor: pointer;
}
::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.glyphicon-menu-left::before {
    content: "\e257";
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-menu-right::before {
    content: "\e258";
}
::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}
abbr[title] {
    border-bottom: 1px dotted
}



dfn {
    font-style: italic
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td, th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}
.visual-slide .swiper-container-1 .slide-item-text{ display:none}
.header__area-menu{ margin-top:2%}
.header__area-menu-sticky-menu{ margin-top:0;}
/*video*/
.about_area_video .player {
width: 100%;
height: auto;
margin: 0px auto;
position: relative;
 background:#000000
}
.about_area_video .player video {
width: 100%;
height:100%;
}
.about_area_video .controls {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;

}
.about_area_video .switch{
position: absolute;
left: 45%;
top:30%;
display: block;
width: 77px;
height: 77px;
background: url(../images/anniu.png) no-repeat center center;
margin: 0 auto;
  margin-top: 0px;
margin-top: 20px;
}
.about_area_video .switch:hover{background:url(../images/anniu1.png) no-repeat center center;}
.about_area_video .switch.switchbtn{background:url(../images/anniu2.png) no-repeat center center;}
.about_area_video .progress {
width: 100%;
height: 6px;
position: absolute;
background-color: rgba(255,255,255,0.4);
bottom:5px;
overflow: hidden;
 border-radius:0;
}
.about_area_video .curr-progress {
width: 0%;
height: 100%;
background-color: #fff;
}
.about_area_video .time {
width: 120px;
height: 20px;
text-align: center;
line-height: 20px;
font-size: 12px;
color: #fff;
position: absolute;
left: 40%;
top: 10px;
 font-family:Arial, Helvetica, sans-serif
}
.pr_item { margin-top:20px; display:block;}
.pr_item a{ font-size:15px; border-radius:3px; color:#484848; line-height:45px;}
.Product-item-content-icon ul li a{border: 1px solid #999999;
width: auto;
height: ;
line-height: 35px;
color: #030A15;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
display: inline-block;
text-align: center;
padding: 3px 20px; text-decoration:none; background:#f2f2f2;}
.Product-item-content-icon ul li a:hover{ background:#024ea2; color:#ffffff}
.portfolio__area .swiper-button-next,.portfolio__area .swiper-button-prev{position: static;}
.portfolio__area .swiper-button-prev,.portfolio__area  .swiper-button-next { background:none}
.portfolio__area .section-top {margin-bottom: 15px;
color: #ffffff; border-radius:50px;}
.portfolio__area .section-top::before {
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  left: 0;
  bottom: 20px;
  background: #fff;
  margin-left: 10px;
}
.portfolio__area .section-top::after{  background: #fff;}
.partner__area .section-top{color: #ffffff;}
.choose__area .flaticon-management-1::before {
	content: url(../images/ys_factory.png);
}

.flaticon-honor-support::before {
content: url(../images/ys_honor.png);
}

.flaticon-technical-support::before {
	content: url(../images/ys_car.png);
}
.partner__area-title h2.mb-45 {
	margin-bottom:8px;
}
.partner__area-title h5{ color:#ffffff; margin-bottom:25px; margin-top:10px}
.partner__area-title h2{
  font-size: 36px;
}
.solution__area{background: #024ea2;}
.page__banner-content {
  width: auto;
}
.contact_us_left{width:40%; float:left; margin-right:2%}
.contact_us_center{width:58%; float:right}
.portfolio__area-title h2 {
  color: #ffff;
   font-size:25px; margin-top:15px
}


.visual-slide .swiper-container-1 .slide-item img{
  opacity: 1;transition: all 3s;
}
.visual-slide .swiper-slide.swiper-slide-active  .slide-item img{opacity: 1;
transform:scale(1.08);
-ms-transform:scale(1.08); 	/* IE 9 */
-moz-transform:scale(1.08); 	/* Firefox */
-webkit-transform:scale(1.08); /* Safari 和 Chrome */
-o-transform:scale(1.08);
}
.banner_txt {
  width: auto;
  position: absolute;
  top: 200px;
  left: 10%;
  z-index:8;
}
.Product-item.t-center.wow.fadeInUp {
  box-shadow: 1px 5px 6px #ddd; margin-bottom:15px;
}
.pr_item ul li{ -ms-flex: 0 0 25%; flex: 0 0 20%;
  max-width: 20%;width:18%; margin-left:1%; margin-right:1%; float:left; position:relative; margin-bottom:10px;}
.pr_item ul li img{background: #ffffff;
height: 150px;}
.pr_item ul li h2{ position:absolute; bottom:0px; color:#ffffff;width:100%; background:rgba(0,0,0,0.5); line-height:35px;margin-bottom: 0;}
.Product-item-content h5{border-bottom: 1px solid #efefef; line-height:40px;}
.Product-item-content h5 a{ color:#000000;}

.hover{ position:absolute; top:0px; left:0px; width:100%; height:100%;filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; z-index:99999}
.hover_center{position: relative;
    width: 90%;
    height: 90%;
    margin: 2.5% auto;}
.hover_center div {
    position: absolute;
    background: #863a20;
}
.hover_center .line-top {
    top: 0;
    left: 50%;
    width: 0%;
    height: 2px;
}
.hover_center .line-right {
    top: 50%;
    right: 0;
    width: 2px;
    height: 0%;
}

.hover_center .line-bottom {
    right: 50%;
    bottom: 0;
    width: 0%;
    height: 2px;
}
.hover_center .line-left {
    left: 0;
    bottom: 50%;
    height: 0%;
    width: 2px;
}

.Product-item:hover .hover {
    opacity: 1;
}
.Product-item:hover .home_pro_one_bg{ bottom:-60px;transition: all 0.4s linear;
-webkit-transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
-ms-transition: all 0.4s linear;
-o-transition: all 0.4s linear;

}


.home_pro_one_bg{transition: all 0.4s linear;
-webkit-transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
-ms-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
}


@media (max-width:639px) {
.contact_us_left{width:100%; float:none; margin:0}
.contact_us_center{width:100%; float:none; margin:0}
.header__area-logo a img {
  max-width: 185px;}

.banner__area-content span {
  font-size: 18px;
}
.banner__area-content h1 {
  font-size: 30px;}
    .pr_nei_center .fadeInLeft {
  float: none;
  width: 100%;
  padding-top: 0;
  margin-right:0;
}
.pr_nei_center .fadeInRight {
  float: none;
  width: 100%;
  padding-top: 0;
  margin-right:0;
}
.h2, h2 {
  font-size: 1.5rem;
}
}

.floatright img {
  margin-top: 20px;
  right: 0;
  margin-right: 0px;
}

.news_text{
padding: 40px 0;
background-color: transparent;
transition: all .3s;
border-bottom: 1px solid #ddd;}
.fenleiitem { padding:30px 0;border-bottom: 1px solid #ddd;}
.fenleiitem h5{text-align: center;
font-size: 28px; line-height:50px;}
.fenleiitem h5 i{ margin-right:20px; color:#024ea2}
.fenleiitem .left{ padding-top:2%}
.topmenu li{
width: 20%;
text-align: center;
float: left;
max-width: 145px; margin-bottom:10px}
.topmenu li a{
font-size: 16px;
display: block;
position: relative;
padding-bottom: 10px;
color: #3e3a39;
display: block;
border-right: 1px solid #ddd;}
.topmenu li a:hover{color: #024ea2;}
.prs_list_page{background: url(../images/pr_bg.jpg) no-repeat center center;
  background-size: auto;
background-size: cover;width: 100%;  border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom:2%; padding-top:2%}
.prs_list_left h3 {
  font-size: 26px;
  color: #fff;
}
.prs_list_left .line {
  display: inline-block;
  width: 60px;
  height: 4px;
  background: #fff;
  margin: 20px 0;
}

.prs_list_left .list {
  margin-bottom: 30px;
  padding: 10px 0 30px;
  clear: both;
  width: 100%;
}

.prs_list_left .list ul  li {

    width: 33.33%;
    float: left;

}
.prs_list_left .list ul li a {
  display: block;
  margin: 10px;
  line-height: 34px;
  border: 1px solid rgba(255,255,255,.2);
  text-align: center;
  color: #fff;
}
.prs_list_left  {
  margin-right: 2%;
  width:38%;
  line-height: 30px;
  float: left;
}
.prs_list_right {
  padding-right: 1%;
  width: 59;
  overflow: hidden;
    overflow-y: hidden;
  overflow-y: auto;
}

.prs_list_right .list ul li {
  width: 33.333%;
  float: left;
}
.prs_list_right .list ul li .portfolio__area-page-item{display: block;
margin: 5px;
position: relative;; background:#ffffff;
height: 0;
position: relative;
padding-bottom: 100%;
background: #ffffff; overflow:hidden}
.prs_list_right .list ul li .portfolio__area-page-item img{background: #ffffff;
width: 100%;
height: 100%;
position: absolute;
left: 0;}
.case_list .col-xl-4{ float:left}
.case_list .portfolio__area-page-item  img{background: #ffffff;
width: 100%;
height: 100%;
position: absolute;
left: 0;}
.case_list .portfolio__area-page-item {display: block;
position: relative;; background:#ffffff;
height: 0;
position: relative;
padding-bottom: 100%;
background: #ffffff; overflow:hidden}
.case_list h5{ text-align:center; line-height:35px;}
.case_list .col-xl-3 {
  float: left;
}
.case_list .col-xl-3 li{	border:1px solid #dddddd;}