@import "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400;1,600&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap";
body {
	font-size: 16px;
	font-family: open sans, sans-serif;
	color: #6b6b6b
}


a {
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	text-decoration: none;
	color: #6b6b6b
}

a:hover {
	text-decoration: none;
	color: #051C34
}

a:focus {
	text-decoration: none
}

button {
	outline: 0!important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	padding: 0
}

button:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #051C34;
	font-weight: 700;
	font-family: roboto, sans-serif
}

h3 {
	font-weight: 600
}

.d-table {
	width: 100%;
	height: 100%
}

.d-table-cell {
	vertical-align: middle
}

p {
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 1.5;
	font-family: SourceHanSansCN;
	font-weight: 500
}

p:last-child {
	margin-bottom: 0
}

img {
	max-width: 100%;
	height: auto
}

.form-control {
	height: 55px;
	color: #051C34;
	border: 1px solid #d7d7d7;
	background-color: transparent;
	border-radius: 0;
	font-size: 16px;
	padding: 10px 20px;
	width: 100%
}

.form-control::-webkit-input-placeholder {
	color: #676a6a
}

.form-control:-ms-input-placeholder {
	color: #676a6a
}

.form-control::-ms-input-placeholder {
	color: #676a6a
}

.form-control::placeholder {
	color: #676a6a
}

.form-control:focus {
	color: #000;
	background-color: transparent;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	outline: 0;
	border: 1px solid #051C34
}

.form-control:hover:focus,
.form-control:focus {
	-webkit-box-shadow: unset;
	box-shadow: unset
}

textarea.form-control {
	height: auto
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px
}

.ptb-70 {
	padding-top: 70px;
	padding-bottom: 70px
}

.pt-100 {
	padding-top: 100px
}

.pb-100 {
	padding-bottom: 100px
}

.pt-70 {
	padding-top: 70px
}

.pb-70 {
	padding-bottom: 70px
}

.pb-40 {
	padding-bottom: 40px
}

.mt-100 {
	margin-top: 100px
}

.mt-minus-100 {
	margin-top: -100px
}

.mt-30 {
	margin-top: 30px
}

.mb-30 {
	margin-bottom: 30px
}

.pl-15 {
	padding-left: 15px
}

.pr-15 {
	padding-right: 15px
}

.ml-15 {
	margin-left: 15px
}

.mr-15 {
	margin-right: 15px
}

.bg-color {
	background-color: #f9f5f1
}

.black-bg-color {
	background-color: #051C34
}

.bg-color-f9fbfe {
	background-color: #f9fbfe
}

.default-btn {
	font-size: 16px;
	color: #fff;
	line-height: 1;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: inline-table;
	padding: 20px 45px;
	font-weight: 600;
	background-color: #051C34
}

.default-btn::before,
.default-btn::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #051C34;
	z-index: -1;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.default-btn::after {
	-webkit-transform: scaleY(0);
	transform: scaleY(0)
}

.default-btn:hover {
	color: #fff
}

.default-btn:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.default-btn:hover::after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.read-more {
	font-size: 15px;
	color: #051C34;
	font-weight: 600
}

.read-more i {
	position: relative;
	top: 3px
}

.read-more:hover {
	color: #051C34;
	letter-spacing: 1px
}

.section-title {
	max-width: 750px;
	margin: -8px auto 50px;
	text-align: center;
	position: relative
}

.section-title span {
	font-size: 16px;
	color: #051C34;
	display: block;
	margin-bottom: 5px;
	font-weight: 700
}

.section-title h2 {
	font-size: 48px;
	margin-bottom: 20px;
	position: relative
}

.section-title h2:last-child {
	margin-bottom: 0
}

.section-title p {
	max-width: 600px;
	margin: auto
}

.section-title.white-title span {
	color: #051C34
}

.section-title.white-title h2 {
	color: #fff
}

.section-title.white-title p {
	color: #fff
}

.top-header {
	padding-top: 1px;
	padding-bottom: 1px
}

.top-header .header-left-content {
	line-height: 1;
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	margin-left: 240px
}

.top-header .header-left-content li {
	display: inline-block;
	margin-right: 8px
}

.top-header .header-left-content li span {
	color: #051C34;
	font-size: 16px;
	font-weight: 600
}

.top-header .header-left-content li a i {
	font-size: 15px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	color: #051C34;
	text-align: center;
	border-radius: 50%;
	line-height: 1;
	margin-right: 5px;
	position: relative;
	top: 3px
}

.top-header .header-left-content li a:hover i {
	color: #051C34
}

.top-header .header-left-content li:last-child {
	margin-right: 0
}

.top-header .header-right-content {
	line-height: 1;
	float: right;
	position: relative;
	top: -2px
}

.top-header .header-right-content .languages-switcher {
	position: relative;
	padding-left: 20px;
	display: inline-block;
	top: 1px
}

.top-header .header-right-content .languages-switcher i {
	position: absolute;
	left: 0;
	top: 4px;
	color: #051C34;
	margin-right: 0
}

.top-header .header-right-content .languages-switcher select {
	padding: 0;
	background-color: transparent;
	border: none!important;
	cursor: pointer;
	color: #051C34;
	font-size: 15px
}

.top-header .header-right-content .languages-switcher select option {
	color: #051C34
}

.top-header .header-right-content .languages-switcher select:focus {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none
}

.top-header .header-right-content .my-account {
	margin-left: 25px;
	position: relative;
	top: 3px;
	display: inline-block
}

.top-header .header-right-content .my-account a {
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #051C34;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	position: relative;
	top: -1px
}

.top-header .header-right-content .my-account a i {
	color: #fff;
	position: relative;
	left: .1px;
	font-size: 14px
}

.top-header .header-right-content .my-account a:hover {
	background-color: #051C34
}

.top-header .header-right-content .cart-icon {
	display: inline-block;
	position: relative;
	top: 5px;
	margin-left: 26px;
	margin-right: 11px
}

.top-header .header-right-content .cart-icon a {
	position: relative
}

.top-header .header-right-content .cart-icon a i {
	color: #051C34;
	font-size: 17px
}

.top-header .header-right-content .cart-icon a span {
	position: absolute;
	top: -12px;
	right: -10px;
	display: inline-block;
	width: 17px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	background-color: #051C34;
	border-radius: 50%;
	color: #fff;
	font-size: 10px
}

.top-header.top-header-style-two .header-left-content {
	margin-left: 0
}

.top-header.top-header-style-two .header-left-content li i {
	color: #fff
}

.top-header.top-header-style-two .header-left-content li span {
	color: #fff
}

.top-header.top-header-style-two .header-right-content .languages-switcher i {
	color: #fff
}

.top-header.top-header-style-two .header-right-content .languages-switcher select {
	color: #fff
}

.top-header.top-header-style-two .header-right-content .cart-icon a i {
	color: #fff;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.top-header.top-header-style-two .header-right-content .cart-icon a i:hover {
	color: #051C34
}

.top-header.top-header-style-two .header-right-content .my-account a i {
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.top-header.top-header-style-two .header-right-content .my-account a:hover {
	background-color: #fff
}

.top-header.top-header-style-two .header-right-content .my-account a:hover i {
	color: #051C34
}

.top-header.top-header-style-three {
	background-color: transparent;
	border-bottom: 1px solid #5e6468
}

.top-header.top-header-style-three .header-left-content {
	margin-left: 0
}

.top-header.top-header-style-three .header-left-content li span {
	color: #fff
}

.top-header.top-header-style-three .header-left-content li i {
	color: #fff
}

.top-header.top-header-style-three .header-right-content .languages-switcher i {
	color: #fff
}

.top-header.top-header-style-three .header-right-content .languages-switcher select {
	color: #fff
}

.top-header.top-header-style-three .header-right-content .cart-icon a i {
	color: #fff;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.top-header.top-header-style-three .header-right-content .cart-icon a i:hover {
	color: #051C34
}

.top-header.top-header-style-three .header-right-content .my-account a i {
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.top-header.top-header-style-three .header-right-content .my-account a:hover {
	background-color: #fff
}

.top-header.top-header-style-three .header-right-content .my-account a:hover i {
	color: #051C34
}

.navbar-area {
	position: relative
}

.navbar-area .navbar-brand {
	margin-right: 0;
	padding: 0;
	position: relative;
	z-index: 1
}

.navbar-area .navbar-brand.navbar-brand-style-two::before {
	display: none
}

.navbar-area .navbar-brand::before {
	content: "";
	position: absolute;
	top: -88px;
	left: -312px;
	width: 520px;
	height: 150px;
	;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	-webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%)
}

.navbar-area.is-sticky {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	position: fixed;
	background-color: #fff!important;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown
}

.navbar-area.navbar-area-style-three .desktop-nav {
	background-color: transparent
}

.navbar-area.navbar-area-style-three .desktop-nav .navbar .navbar-nav .nav-item a {
	color: #fff
}

.navbar-area.navbar-area-style-three .desktop-nav .navbar .navbar-nav .nav-item a.active {
	color: #051C34
}

.navbar-area.navbar-area-style-three .desktop-nav .navbar .navbar-nav .nav-item a:hover {
	color: #051C34
}

.navbar-area.navbar-area-style-three .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
	color: #051C34
}

.navbar-area.navbar-area-style-three .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #051C34
}

.navbar-area.navbar-area-style-three .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
	color: #051C34
}

.navbar-area.navbar-area-style-three .desktop-nav .navbar .others-options ul li .search-btn i {
	color: #fff;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.navbar-area.navbar-area-style-three .desktop-nav .navbar .others-options ul li .search-btn:hover i {
	color: #051C34
}

.navbar-area.navbar-area-style-three.is-sticky {
	background-color: #051C34!important
}

.desktop-nav {
	background-color: #fff;
	padding-top: 0;
	padding-bottom: 0
}

.desktop-nav .navbar {
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	z-index: 2;
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0
}

.desktop-nav .navbar ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.desktop-nav .navbar .navbar-nav {
	margin-left: auto;
	margin-right: 0
}

.desktop-nav .navbar .navbar-nav .nav-item {
	position: relative;
	padding-bottom: 35px;
	padding-top: 35px;
	padding-right: 0;
	padding-left: 0
}

.desktop-nav .navbar .navbar-nav .nav-item a {
	font-weight: 100;
	font-size: 15px;
	color: #051C34;
	line-height: 1;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 15px;
	margin-right: 15px
}

.desktop-nav .navbar .navbar-nav .nav-item a:hover,
.desktop-nav .navbar .navbar-nav .nav-item a:focus,
.desktop-nav .navbar .navbar-nav .nav-item a.active {
	color: #051C34
}

.desktop-nav .navbar .navbar-nav .nav-item a i {
	font-size: 18px;
	line-height: 0;
	position: relative;
	top: 4px
}

.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
	margin-right: 0
}

.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
	margin-left: 0
}

.desktop-nav .navbar .navbar-nav .nav-item:hover a,
.desktop-nav .navbar .navbar-nav .nav-item:focus a,
.desktop-nav .navbar .navbar-nav .nav-item.active a {
	color: #051C34
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: #fff;
	position: absolute;
	visibility: hidden;
	border-radius: 0;
	display: block;
	width: 250px;
	border: none;
	z-index: 99;
	opacity: 0;
	top: 80px;
	left: 0;
	padding: 0
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
	padding: 0
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
	color: #051C34;
	padding: 15px;
	border-bottom: 1px dashed #eee;
	margin: 0;
	font-size: 14px;
	font-weight: 100;
	line-height: 1;
	display: block
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
	float: right;
	top: 7px
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #051C34
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	left: 250px;
	top: 0;
	opacity: 0;
	visibility: hidden
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: #051C34;
	border-bottom: 1px dashed #eee;
	font-size: 14px;
	line-height: 1
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
	color: #051C34
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 250px;
	top: 0;
	opacity: 0;
	visibility: hidden
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #000
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #051C34
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -250px;
	top: 0;
	opacity: 0;
	visibility: hidden
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #000
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #051C34
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -250px;
	top: 0;
	opacity: 0;
	visibility: hidden
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #000
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #051C34
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -250px;
	top: 0;
	opacity: 0;
	visibility: hidden
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #000
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #051C34
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -250px;
	top: 0;
	opacity: 0;
	visibility: hidden
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #000
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #051C34
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #051C34
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #051C34
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -1px
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #051C34
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	top: -1px;
	visibility: visible
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #051C34
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	top: -15px;
	visibility: visible
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
	color: #051C34
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
	color: #051C34
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: 0
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
	border-bottom: none
}

.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
	top: 80%;
	opacity: 1;
	margin-top: 0;
	visibility: visible
}

.desktop-nav .navbar .others-options ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 1
}

.desktop-nav .navbar .others-options ul li {
	display: inline-block;
	margin-right: 25px;
	padding-right: 30px;
	border-right: 1px solid #d7d7d7
}

.desktop-nav .navbar .others-options ul li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none
}

.desktop-nav .navbar .others-options ul li .search-btn {
	display: block!important;
	background-color: transparent
}

.desktop-nav .navbar .others-options ul li .search-btn i {
	font-size: 25px
}

.desktop-nav .navbar .others-options ul li .search-btn:focus {
	color: #051C34
}

.desktop-nav .navbar .others-options ul li .burger-menu {
	background-color: #051C34;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer
}

.desktop-nav .navbar .others-options ul li .burger-menu i {
	color: #fff;
	font-size: 25px
}

.mobile-responsive-nav {
	display: none
}

.others-options-for-mobile-devices {
	display: none
}

.others-options-for-mobile-devices ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 1
}

.others-options-for-mobile-devices ul li {
	display: inline-block;
	margin-right: 25px;
	padding-right: 30px;
	border-right: 1px solid #d7d7d7
}

.others-options-for-mobile-devices ul li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none
}

.others-options-for-mobile-devices ul li .search-btn {
	display: block!important;
	background-color: transparent
}

.others-options-for-mobile-devices ul li .search-btn i {
	font-size: 25px
}

.others-options-for-mobile-devices ul li .search-btn:focus {
	color: #051C34
}

.others-options-for-mobile-devices ul li .burger-menu {
	background-color: #051C34;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer
}

.others-options-for-mobile-devices ul li .burger-menu i {
	color: #fff;
	font-size: 25px
}

.mfp-iframe-holder .mfp-content {
	border: 20px solid #eee
}

.mfp-iframe-holder .mfp-close {
	top: -50px;
	right: -20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #f30000
}

.search-modal-area .modal-content {
	height: 100vh;
	border: none;
	border-radius: 0;
	background-color: rgba(0, 0, 0, .9);
	position: relative
}

.search-modal-area .modal-content form.search-box {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.search-modal-area .modal-content form.search-box .search-input {
	width: 810px;
	position: relative;
	padding: 30px
}

.search-modal-area .modal-content form.search-box .search-input .form-control {
	color: #fff;
	height: 60px
}

.search-modal-area .modal-content form.search-box .search-input .form-control::-webkit-input-placeholder {
	color: #eee
}

.search-modal-area .modal-content form.search-box .search-input .form-control:-ms-input-placeholder {
	color: #eee
}

.search-modal-area .modal-content form.search-box .search-input .form-control::-ms-input-placeholder {
	color: #eee
}

.search-modal-area .modal-content form.search-box .search-input .form-control::placeholder {
	color: #eee
}

.search-modal-area .modal-content form.search-box .search-input .search-btn {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 60px;
	height: 60px;
	line-height: 63px;
	font-size: 25px;
	background-color: #fff;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.search-modal-area .modal-content form.search-box .search-input .search-btn:hover {
	color: #fff;
	background-color: #051C34
}

.search-modal-area .modal-content .closer-btn {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #ff3131;
	color: #fff;
	font-size: 20px;
	z-index: 1
}

.search-modal-area .modal-dialog {
	max-width: 100%;
	margin: 0
}

.search-modal-area.modal {
	overflow: hidden;
	padding: 0!important
}

.sidebar-modal {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #051C34;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	overflow: hidden
}

.sidebar-modal .sidebar-modal-inner {
	position: absolute;
	right: -100%;
	top: 0;
	max-width: 400px;
	overflow-y: scroll;
	height: 100%;
	background-color: #051C34;
	z-index: 1;
	padding: 30px
}

.sidebar-modal .sidebar-header .sidebar-logo {
	display: inline-block;
	margin-bottom: 30px
}

.sidebar-modal .sidebar-header .close-btn {
	display: inline-block;
	font-size: 20px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	cursor: pointer;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	border-radius: 0;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0
}

.sidebar-modal .sidebar-header .close-btn:hover {
	color: #fff;
	background-color: #051C34
}

.sidebar-modal .sidebar-header .close-btn {
	float: right
}

.sidebar-modal h3 {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1;
	position: relative;
	padding-left: 0;
	color: #fff
}

.sidebar-modal .contact-us {
	margin-bottom: 30px
}

.sidebar-modal .contact-us ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.sidebar-modal .contact-us ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	color: #fffefc
}

.sidebar-modal .contact-us ul li span {
	display: block;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 8px
}

.sidebar-modal .contact-us ul li i {
	position: absolute;
	top: 1px;
	left: 0;
	font-size: 20px;
	color: #051C34
}

.sidebar-modal .contact-us ul li a {
	display: block;
	color: #fffefc
}

.sidebar-modal .contact-us ul li a:hover {
	color: #051C34
}

.sidebar-modal .contact-us ul li ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-right: 10px;
	font-size: 14px
}

.sidebar-modal .contact-us ul li ul li:last-child {
	margin-right: 0
}

.sidebar-modal .contact-us ul li ul li span {
	margin-bottom: 0;
	position: relative;
	top: -6px
}

.sidebar-modal .contact-us ul li ul li a i {
	position: unset;
	background-color: #363636;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	color: #fff;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.sidebar-modal .contact-us ul li ul li a:hover i {
	background-color: #051C34
}

.sidebar-modal .recent-product {
	margin-bottom: 50px
}

.sidebar-modal .recent-product ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	list-style-type: none;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 0;
	margin-top: -10px
}

.sidebar-modal .recent-product ul li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	max-width: 33%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.sidebar-modal .recent-product ul li a {
	display: block;
	position: relative
}

.sidebar-modal .recent-product ul li a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	opacity: 0;
	visibility: hidden
}

.sidebar-modal .recent-product ul li a:hover::before {
	opacity: .5;
	visibility: visible
}

.sidebar-modal.active {
	opacity: 1;
	visibility: visible;
	background-color: rgba(0, 0, 0, .9)
}

.sidebar-modal.active .sidebar-modal-inner {
	right: 0
}

.banner-area {
	position: relative;
	z-index: 1;
	height: 100%;
	background-image: url(../images/banner/banner-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 240px;
	padding-bottom: 100px
}

.banner-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: .8;
	z-index: -1
}

.banner-area .col-lg-4 {
	position: relative
}

.banner-area.banner-area-style-three {
	position: relative;
	overflow: hidden
}

.banner-area.banner-area-style-three::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #051C34;
	opacity: .8;
	z-index: 2
}

.banner-area.banner-area-style-three .background-video {
	position: absolute;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%
}

.banner-area.banner-area-style-three .banner-content {
	max-width: 810px;
	margin: auto;
	text-align: center;
	position: relative;
	z-index: 2
}

.banner-area.banner-area-style-three .banner-content span {
	color: #fff
}

.banner-area.banner-area-style-three .banner-content h1 {
	color: #fff
}

.banner-area.banner-area-style-three .banner-content p {
	color: #fff
}

.banner-content span {
	font-size: 16px;
	display: block;
	color: #051C34;
	margin-bottom: 10px
}

.banner-content h1 {
	font-size: 80px;
	margin-bottom: 25px;
	color: #051C34;
	line-height: 1.1;
	-webkit-animation: .6s fadeInUpBig;
	animation: .6s fadeInUpBig;
	font-weight: 900
}

.banner-content p {
	margin-bottom: 30px;
	max-width: 750px;
	font-size: 18px;
	-webkit-animation: .9s fadeInUpBig;
	animation: .9s fadeInUpBig;
	color: #051C34
}

.hero-slider-content h1 {
	font-size: 80px;
	margin-bottom: 25px;
	margin-top: 90px;
	color: #ffffff;
	line-height: 1.1;
	-webkit-animation: .6s fadeInUpBig;
	animation: .6s fadeInUpBig;
	font-weight: 900
}

.hero-slider-content h2 {
	margin-bottom: 30px;
	margin-top: 30px;
	max-width: 750px;
	font-size: 40px;
	-webkit-animation: .9s fadeInUpBig;
	animation: .9s fadeInUpBig;
	color: #ffffff
}

.banner-content .banner-btn {
	-webkit-animation: 1s fadeInUpBig;
	animation: 1s fadeInUpBig
}

.banner-img {
	-webkit-animation: 1s fadeInUpBig;
	animation: 1s fadeInUpBig
}

.hero-slider-area {
	position: relative;
	opacity: 1;
}

.hero-slider-area .owl-item.active .hero-slider-content {
	overflow: hidden;
	padding-top: 0px /*把图片撑高*/
}

.hero-slider-area .owl-item.active .hero-slider-content h1 {
	-webkit-animation: 1s fadeInLeft both;
	animation: 1s fadeInLeft both
}

.hero-slider-area .owl-item.active .hero-slider-content h2 {
	-webkit-animation: 2s fadeInLeft both;
	animation: 2s fadeInLeft both
}

.hero-slider-area .owl-item.active .hero-slider-content .slider-btn {
	-webkit-animation: 3s fadeInLeft both;
	animation: 3s fadeInLeft both
}

.hero-slider-area .thumbs-wrap {
	max-width: 1295px;
	margin: auto;
	position: relative;
	z-index: 1
}

.hero-slider-area .thumbs-wrap .owl-thumbs {
	position: absolute;
	bottom: 10px; /*底部小球位置*/
	right: 0
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item {
	display: inline-block;
	margin-right: 20px;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item span {
	width: 15px;
	height: 15px;
	background-color: #b5b4b2;
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item.active span {
	background-color: #051C34
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span {
	background-color: #051C34
}

.hero-slider-item {
	position: relative;
	z-index: 1;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	padding-top: 150px;
	padding-bottom: 230px
}

.hero-slider-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.hero-slider-item.bg-1 {
	background-image: url(/images/1.jpg)
}

.hero-slider-item.bg-2 {
	background-image: url(/images/2.jpg)
}

.hero-slider-item.bg-3 {
	background-image: url(/images/3.jpg)
}

.hero-slider-item.bg-4 {
	background-image: url(/images/4.jpg)
}

.hero-slider-item.bg-5 {
	background-image: url(/images/5.jpg)
}


.hero-slider-content {
	max-width: 810px;
}

.hero-slider-content span {
	color: #051C34;
	display: block;
	margin-bottom: 15px
}

.hero-slider-content h1 {
	font-size: 80px;
	margin-bottom: 30px;
	font-weight: 900
}

.hero-slider-content p {
	margin-bottom: 40px;
	font-size: 18px;
	color: #051C34
}

.hero-slider-content .slider-btn .play-video {
	position: relative;
	top: 16px;
	margin-left: 30px
}

.hero-slider-content .slider-btn .play-video i {
	font-size: 56px;
	color: #051C34
}

.hero-slider-content .slider-btn .play-video span {
	color: #051C34;
	font-weight: 600;
	font-size: 16px;
	position: relative;
	top: -15px;
	left: 15px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.hero-slider-content .slider-btn .play-video:hover span {
	color: #051C34
}

.get-in-touch-area.get-in-touch-area-style-three {
	border-top: 1px solid #929395;
	position: absolute;
	bottom: -225px;
	left: 0;
	right: 0;
	z-index: 1;
	overflow: hidden
}

.get-in-touch-area.get-in-touch-area-style-three .get-in-touch-content {
	max-width: 100%
}

.get-in-touch-area.get-in-touch-area-style-three .get-in-touch-content .col-lg-4:last-child .single-get-in-touch::before {
	display: none
}

.get-in-touch-area.get-in-touch-area-style-three .get-in-touch-content .single-get-in-touch {
	position: relative
}

.get-in-touch-area.get-in-touch-area-style-three .get-in-touch-content .single-get-in-touch::before {
	content: "";
	position: absolute;
	top: -50px;
	right: -6px;
	background-color: #929395;
	height: 125px;
	width: 1px
}

.get-in-touch-area.get-in-touch-area-style-three .get-in-touch-content .single-get-in-touch span {
	color: #fff
}

.get-in-touch-area.get-in-touch-area-style-three .get-in-touch-content .single-get-in-touch a {
	color: #fff
}

.single-get-in-touch {
	position: relative;
	padding-left: 45px;
	margin-bottom: 30px
}

.single-get-in-touch i {
	position: absolute;
	top: -3px;
	left: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
	background-color: #051C34;
	color: #fff
}

.services-area {
	position: relative
}

.services-area::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 75%;
	height: 50%;
	background-color: #f9f5f1;
	border-radius: 0 0 10px 0
}

.services-area.services-area-style-two::before {
	display: none
}

.single-services-box {
	background-color: #051C34;
	padding: 30px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	position: relative;
	z-index: 1;
	margin-bottom: 30px
}

.single-services-box::before,
.single-services-box::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #051C34;
	z-index: -1;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.single-services-box::after {
	-webkit-transform: scaleY(0);
	transform: scaleY(0)
}

.single-services-box span {
	font-size: 60px;
	line-height: 1;
	color: #051C34;
	background-color: #fff;
	display: inline-block;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	margin-bottom: 23px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.single-services-box h3 {
	font-size: 24px;
	margin-bottom: 12px
}

.single-services-box h3 a {
	color: #fff
}

.single-services-box p {
	color: #fff;
	margin-bottom: 15px
}

.single-services-box .read-more {
	color: #fff
}

.single-services-box .read-more:hover {
	color: #fff
}

.single-services-box:hover span {
	color: #051C34
}

.single-services-box:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.single-services-box:hover::after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.single-services-box.white-bg {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.single-services-box.white-bg::before,
.single-services-box.white-bg::after {
	display: none
}

.single-services-box.white-bg span {
	background-color: #051C34;
	color: #fff;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.single-services-box.white-bg h3 {
	margin-bottom: 13px
}

.single-services-box.white-bg h3 a {
	color: #051C34
}

.single-services-box.white-bg p {
	color: #6b6b6b
}

.single-services-box.white-bg .read-more {
	color: #051C34
}

.single-services-box.white-bg:hover span {
	background-color: #051C34
}

.about-content {
	margin-left: 30px;
	margin-bottom: 30px
}

.about-content span {
	font-size: 16px;
	color: #051C34;
	display: block;
	margin-bottom: 15px
}

.about-content h2 {
	font-size: 40px;
	margin-bottom: 20px
}

.about-content ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 35px
}

.about-content ul li {
	position: relative;
	padding-left: 25px;
	line-height: 1.8;
	font-weight: 600;
	color: #051C34;
	margin-bottom: 6px
}

.about-content ul li:last-child {
	line-height: normal
}

.about-content ul li i {
	position: absolute;
	top: 5px;
	left: 0;
	width: 15px;
	height: 15px;
	line-height: 15px;
	display: inline-block;
	background-color: #051C34;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 11px
}

.about-img {
	text-align: right;
	margin-bottom: 30px;
	position: relative;
	z-index: 1
}

.about-img::before {
	content: "";
	position: absolute;
	top: 105px;
	left: 65px;
	width: 5px;
	height: 5px;
	z-index: -1
}

.about-img .about-img-2 {
	position: absolute;
	left: 0;
	bottom: -169px
}

.about-img-3 {
	margin-bottom: 30px
}

.counter-area {
	background-image: url(assets/images/counter-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1
}

.counter-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #051C34;
	opacity: .8;
	z-index: -1
}

.counter-area .col-lg-3:first-child .single-counter::before {
	display: none
}

.counter-area.counter-area-style-two {
	background-image: unset
}

.counter-area.counter-area-style-two::before {
	background-color: #f9f5f1;
	opacity: 1;
	height: 50%
}

.counter-area.counter-area-style-two .counter-bg {
	max-width: 1320px;
	margin: auto;
	background-image: url(../images/counter-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1
}

.counter-area.counter-area-style-two .counter-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #051C34;
	opacity: .8;
	z-index: -1
}

.counter-area.counter-area-style-three::before {
	display: none
}

.counter-area.counter-area-style-three .single-counter::before {
	border-color: #a7a8a9
}

.counter-area.counter-area-style-three .counter-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #051C34;
	opacity: .9;
	z-index: -1
}

.single-counter {
	position: relative;
	margin-bottom: 30px;
	z-index: 1
}

.single-counter::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	border-right: 1px dashed #e39d9e
}

.single-counter i {
	font-size: 50px;
	line-height: 1;
	color: #fff;
	margin-bottom: 30px;
	display: inline-block
}

.single-counter .count-title {
	text-align: center
}

.single-counter .count-title h2 {
	font-size: 40px;
	color: #fff;
	margin-bottom: 0;
	line-height: 1;
	margin-bottom: 5px;
	margin-top: -8px;
	font-weight: 600
}

.single-counter .count-title h2 .target {
	position: relative;
	top: 2px;
	margin-left: -10px;
	font-size: 40px;
	color: #fff
}

.single-counter .count-title h4 {
	font-size: 18px;
	margin-bottom: 0;
	color: #fff;
	font-weight: 400
}

.professional-services-area {
	overflow: hidden;
	position: relative;
	z-index: 1
}

.professional-services-area::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #eeeeee;
	border-radius: 0 0 0 10px;
	z-index: -1
}

.professional-services-area .owl-theme .owl-nav {
	margin: 0!important
}

.professional-services-area .owl-theme .owl-nav .owl-prev,
.professional-services-area .owl-theme .owl-nav .owl-next {
	background-color: transparent;
	margin: 0;
	position: absolute;
	top: 50%;
	left: -60px;
	-webkit-transform: translateY(-35px);
	transform: translateY(-35px);
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	z-index: 1
}

.professional-services-area .owl-theme .owl-nav .owl-prev::before,
.professional-services-area .owl-theme .owl-nav .owl-prev::after,
.professional-services-area .owl-theme .owl-nav .owl-next::before,
.professional-services-area .owl-theme .owl-nav .owl-next::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #051C34;
	z-index: -1;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.professional-services-area .owl-theme .owl-nav .owl-prev::after,
.professional-services-area .owl-theme .owl-nav .owl-next::after {
	height: 0;
	width: 100%
}

.professional-services-area .owl-theme .owl-nav .owl-prev i,
.professional-services-area .owl-theme .owl-nav .owl-next i {
	color: #051C34;
	border: 1px solid #051C34;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.professional-services-area .owl-theme .owl-nav .owl-prev:hover i,
.professional-services-area .owl-theme .owl-nav .owl-next:hover i {
	background-color: #051C34;
	color: #fff
}

.professional-services-area .owl-theme .owl-nav .owl-prev:hover::before,
.professional-services-area .owl-theme .owl-nav .owl-next:hover::before {
	width: 100%;
	left: auto;
	right: 0
}

.professional-services-area .owl-theme .owl-nav .owl-prev:hover::after,
.professional-services-area .owl-theme .owl-nav .owl-next:hover::after {
	height: 100%;
	left: auto;
	right: 0
}

.professional-services-area .owl-theme .owl-nav .owl-next {
	left: auto;
	right: -60px
}

.professional-services-area.professional-services-area-style-two::before {
	display: none
}

.professional-services-area.professional-services-area-style-two .pagination-area {
	text-align: center
}

.professional-services {
	margin-bottom: 30px
}

.professional-services .professional-services-content {
	background-color: #051C34;
	padding: 30px;
	position: relative;
	z-index: 1;
	padding-top: 26px
}

.professional-services .professional-services-content::before,
.professional-services .professional-services-content::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #051C34;
	z-index: -1;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.professional-services .professional-services-content::after {
	-webkit-transform: scaleY(0);
	transform: scaleY(0)
}

.professional-services .professional-services-content h3 {
	margin-bottom: 13px;
	margin-top: -3px
}

.professional-services .professional-services-content h3 a {
	font-size: 24px;
	color: #fff
}

.professional-services .professional-services-content p {
	color: #fff;
	margin-bottom: 13px
}

.professional-services .professional-services-content .read-more {
	color: #fff
}

.professional-services.white-bg .professional-services-content {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.professional-services.white-bg .professional-services-content h3 a {
	color: #051C34
}

.professional-services.white-bg .professional-services-content p {
	color: #6b6b6b
}

.professional-services.white-bg .professional-services-content .read-more {
	color: #051C34
}

.professional-services.title-color {
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.professional-services.title-color .professional-services-content::before,
.professional-services.title-color .professional-services-content::after {
	display: none
}

.professional-services.title-color:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.professional-services.title-color:hover .professional-services-content h3 a {
	color: #051C34
}

.professional-services.title-color:hover .professional-services-content p {
	color: #6b6b6b
}

.professional-services.title-color:hover .professional-services-content .read-more {
	color: #051C34
}

.professional-services:hover .professional-services-content h3 a {
	color: #fff
}

.professional-services:hover .professional-services-content p {
	color: #fff;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.professional-services:hover .professional-services-content .read-more {
	color: #fff
}

.professional-services:hover .professional-services-content::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.professional-services:hover .professional-services-content::after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.why-choose-us-area.bg-color-f9fbfe .choose-us-from-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #051C34;
	opacity: .9;
	z-index: -1
}

.choose-us-content {
	margin-top: -5px
}

.choose-us-content span {
	color: #051C34;
	margin-bottom: 15px;
	display: block
}

.choose-us-content h2 {
	font-size: 40px;
	margin-bottom: 35px
}

.choose-us-content ul {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.choose-us-content ul li {
	position: relative;
	padding-left: 90px;
	margin-bottom: 30px
}

.choose-us-content ul li i {
	font-size: 50px;
	background-color: #fae5e5;
	color: #051C34;
	width: 70px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 5px;
	left: 0
}

.choose-us-content ul li h3 {
	font-size: 20px;
	margin-bottom: 10px
}

.choose-us-content.choose-us-content-two ul li i {
	background-color: #e3e5e8;
	color: #051C34
}

.choose-us-from-bg {
	background-image: url(../images/choose-us-from-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
	padding: 50px;
	margin-bottom: 30px;
	margin-top: -11px
}

.choose-us-from-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #051C34;
	opacity: .9;
	z-index: -1
}

.choose-us-from-bg h2 {
	font-size: 40px;
	color: #fff;
	margin-bottom: 30px;
	text-align: center;
	margin-right: -9px
}

.choose-us-from-bg label {
	margin-bottom: 12px;
	color: #fff;
	display: block
}

.choose-us-from-bg .form-group {
	margin-bottom: 25px;
	position: relative
}

.choose-us-from-bg .form-group .form-control {
	padding-left: 60px;
	color: #fff
}

.choose-us-from-bg .form-group .form-control::-webkit-input-placeholder {
	color: #fff
}

.choose-us-from-bg .form-group .form-control:-ms-input-placeholder {
	color: #fff
}

.choose-us-from-bg .form-group .form-control::-ms-input-placeholder {
	color: #fff
}

.choose-us-from-bg .form-group .form-control::placeholder {
	color: #fff
}

.choose-us-from-bg .form-group .form-control:focus {
	border-color: #fff
}

.choose-us-from-bg .form-group i {
	color: #fff;
	position: absolute;
	top: 8px;
	left: 0;
	padding: 5px 15px;
	font-size: 20px;
	border-right: 1px solid #d7d7d7
}

.choose-us-from-bg .default-btn {
	margin-top: 10px;
	width: 100%;
	background-color: #fff;
	color: #051C34
}

.choose-us-from-bg .default-btn:hover {
	color: #fff
}

.table-condensed {
	border-collapse: collapse;
	width: 256px;
	text-align: center
}

.table-condensed .prev {
	background-color: #f2f9fc;
	border-radius: 4px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	cursor: pointer
}

.table-condensed .prev:hover {
	background-color: #051C34;
	color: #fff
}

.table-condensed .next {
	background-color: #f2f9fc;
	border-radius: 4px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	cursor: pointer
}

.table-condensed .next:hover {
	background-color: #051C34;
	color: #fff
}

.table-condensed .day {
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	cursor: pointer;
	transition: all ease .5s;
	border-radius: 4px;
	font-size: 14px
}

.table-condensed .day:hover {
	background-color: #051C34;
	color: #fff
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
	border-radius: 0!important
}

.datepicker table tr td.day:hover,
.datepicker .datepicker table tr td.focused {
	background-color: #051C34
}

.datepicker table tr td.active.active,
.datepicker .datepicker table tr td.active.highlighted.active,
.datepicker .datepicker table tr td.active.highlighted:active,
.datepicker .datepicker table tr td.active:active {
	background-color: #051C34;
	border-color: #051C34
}

.datepicker .datepicker-switch {
	font-size: 14px
}

.datepicker table tr td,
.datepicker table tr th {
	font-size: 13px
}

.shorting-menu {
	margin-bottom: 50px;
	text-align: center;
	max-width: 728px;
	margin: -5px auto 30px;
	border-bottom: 2px solid #ebebeb
}

.shorting-menu .filter {
	background-color: transparent;
	padding: 0 25px 10px;
	font-weight: 600;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	position: relative
}

.shorting-menu .filter::before {
	content: "";
	position: absolute;
	bottom: -2px;
	right: 0;
	width: 0;
	height: 2px;
	background-color: #051C34;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.shorting-menu .filter.active {
	color: #051C34
}

.shorting-menu .filter.active::before {
	width: 100%;
	left: 0;
	right: auto
}

.project-item {
	position: relative;
	text-align: center;
	overflow: hidden;
	margin-bottom: 20px;
	z-index: 1
}

.project-item::before {
	content: "";
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #051C34;
	opacity: .6;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.project-item .project-item-content {
	padding: 30px;
	margin: auto;
	position: absolute;
	bottom: -100%;
	left: 0;
	right: 0;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.project-item .project-item-content a {
	display: block;
	font-size: 22px;
	font-family: roboto, sans-serif;
	font-weight: 700;
	color: #fff
}

.project-item:hover .project-item-content {
	bottom: 0
}

.project-item:hover::before {
	bottom: 0
}

.shorting .mix {
	display: none
}

.product-area .pagination-area {
	text-align: center
}

.product-item-tab .tabs {
	list-style: none;
	padding: 0;
	text-align: center;
	margin-bottom: 40px
}

.product-item-tab .tabs li {
	display: inline-block;
	padding: 0 30px 10px;
	margin: 0 -2px;
	font-weight: 600;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border-bottom: 2px solid #ebebeb
}

.product-item-tab .tabs li::before {
	content: "";
	position: absolute;
	bottom: -2px;
	right: 0;
	width: 0;
	height: 2px;
	background-color: #051C34;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	z-index: -1
}

.product-item-tab .tabs li.current {
	color: #051C34
}

.product-item-tab .tabs li.current::before {
	width: 100%;
	left: 0;
	right: auto
}

.tab .tabs_item {
	display: none
}

.tab .tabs_item:first-child {
	display: block
}

.single-product {
	margin-bottom: 30px;
	position: relative
}

.single-product .product-img {
	position: relative;
	margin-bottom: 20px
}

.single-product .product-img ul {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.single-product .product-img ul li {
	display: inline-block;
	margin: 0 5px
}

.single-product .product-img ul li a i,
.single-product .product-img ul li button i {
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	color: #051C34;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	display: inline-block
}

.single-product .product-img ul li a:hover i,
.single-product .product-img ul li button:hover i {
	background-color: #051C34;
	color: #fff
}

.single-product .product-img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #051C34;
	opacity: .5;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.single-product a h3 {
	margin-bottom: 5px;
	font-size: 20px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	padding-right: 115px
}

.single-product a:hover h3 {
	color: #051C34
}

.single-product .rating {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: absolute;
	bottom: 28px;
	right: 0
}

.single-product .rating li {
	display: inline-block;
	margin: 0 1px
}

.single-product .rating li i {
	color: #ffb607
}

.single-product .price {
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
	color: #051C34
}

.single-product .price del {
	margin-right: 10px
}

.single-product .new {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #051C34;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	color: #fff;
	font-size: 14px
}

.single-product .new.sell {
	background-color: green
}

.single-product:hover .product-img ul {
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.single-product:hover .product-img::before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.showing-result {
	margin-bottom: 30px
}

.showing-result .showing-top-bar-ordering {
	text-align: right
}

.showing-result .showing-top-bar-ordering span {
	display: inline-block;
	margin-right: 20px
}

.showing-result .showing-top-bar-ordering select {
	border: 1px solid #ebebeb;
	background-color: #fffefc;
	border-radius: 0;
	padding: 5px
}

.showing-result .showing-top-bar-ordering select:focus {
	border-color: #051C34;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.calling-area {
	background-color: #f9f5f1
}

.calling-area.bg-color-f9f5f1 {
	background-color: #051C34
}

.calling-area.bg-color-f9f5f1 h2 a {
	color: #fff
}

.calling-area.bg-color-f9f5f1 h2 a:hover {
	color: #051C34
}

.calling-area h2 {
	color: #051C34;
	margin-bottom: 20px;
	font-size: 30px
}

.calling-area h2 a {
	color: #fff
}

.calling-area .call-now {
	float: right
}

.team-area {
	position: relative;
	z-index: 1
}

.team-area::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #eeeeee;
	border-radius: 0 0 0 10px;
	z-index: -1
}

.team-area.team-area-three::before {
	display: none
}

.single-team-member {
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	margin-bottom: 30px;
	position: relative
}

.single-team-member::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 50%;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
	background-image: linear-gradient(to top, #000000, transparent);
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	opacity: 0
}

.single-team-member .team-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	padding-top: 20px;
	padding: 30px;
	opacity: 0
}

.single-team-member .team-content h3 {
	margin-bottom: 10px;
	font-size: 20px;
	color: #fff
}

.single-team-member .team-content span {
	display: block;
	font-size: 15px;
	color: #fff
}

.single-team-member .team-content .team-social .control {
	width: 40px;
	height: 40px;
	line-height: 43px;
	background-color: #051C34;
	font-size: 20px;
	text-align: center;
	position: absolute;
	top: 38.2px;
	right: 30px;
	color: #fff;
	z-index: 1;
	cursor: pointer
}

.single-team-member .team-content .team-social ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: -122px;
	right: 30px;
	opacity: 0;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.single-team-member .team-content .team-social ul li a i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #051C34;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid #eee;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	display: inline-block
}

.single-team-member .team-content .team-social ul li a:hover i {
	background-color: #051C34
}

.single-team-member .team-content .team-social ul li:nth-child(4) a i {
	-webkit-transform: translateY(40px);
	transform: translateY(40px)
}

.single-team-member .team-content .team-social ul li:nth-child(3) a i {
	-webkit-transform: translateY(80px);
	transform: translateY(80px)
}

.single-team-member .team-content .team-social ul li:nth-child(2) a i {
	-webkit-transform: translateY(120px);
	transform: translateY(120px)
}

.single-team-member .team-content .team-social ul li:nth-child(1) a i {
	-webkit-transform: translateY(160px);
	transform: translateY(160px)
}

.single-team-member .team-content .team-social:hover ul {
	opacity: 1
}

.single-team-member .team-content .team-social:hover ul li:nth-child(4) a i {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.single-team-member .team-content .team-social:hover ul li:nth-child(3) a i {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.single-team-member .team-content .team-social:hover ul li:nth-child(2) a i {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.single-team-member .team-content .team-social:hover ul li:nth-child(1) a i {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.single-team-member:hover::before {
	opacity: .8
}

.single-team-member:hover .team-content {
	opacity: 1
}

.testimonials-area .owl-carousel .owl-item img {
	width: auto;
	margin: auto
}

.testimonials-area .owl-theme .owl-dots {
	margin-top: 40px!important;
	line-height: 1
}

.testimonials-area .owl-theme .owl-dots .owl-dot span {
	background-color: #c0bebb;
	width: 15px;
	height: 15px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	margin-bottom: 0;
	margin-top: 0
}

.testimonials-area .owl-theme .owl-dots .owl-dot.active span {
	background-color: #051C34
}

.testimonials-area .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #051C34
}

.testimonials-area .owl-item.active.center .single-testimonials.style-two p {
	color: #051C34
}

.testimonials-area .owl-item.active.center .single-testimonials.style-two .testimonials-img i {
	color: #fae5e5
}

.testimonials-area.testimonials-area-three .single-testimonials.style-two {
	border: 1px solid #ebebeb
}

.testimonials-content {
	text-align: center;
	margin-left: -120px
}

.testimonials-content h2 {
	font-size: 40px;
	margin-bottom: 30px
}

.testimonials-content .owl-theme .owl-nav {
	margin: 0!important
}

.testimonials-content .owl-theme .owl-nav .owl-prev,
.testimonials-content .owl-theme .owl-nav .owl-next {
	background-color: #fff;
	margin: 0;
	position: absolute;
	top: 50%;
	left: -20px;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	z-index: 1
}

.testimonials-content .owl-theme .owl-nav .owl-prev::before,
.testimonials-content .owl-theme .owl-nav .owl-prev::after,
.testimonials-content .owl-theme .owl-nav .owl-next::before,
.testimonials-content .owl-theme .owl-nav .owl-next::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #051C34;
	z-index: -1;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.testimonials-content .owl-theme .owl-nav .owl-prev::after,
.testimonials-content .owl-theme .owl-nav .owl-next::after {
	height: 0;
	width: 100%
}

.testimonials-content .owl-theme .owl-nav .owl-prev i,
.testimonials-content .owl-theme .owl-nav .owl-next i {
	color: #051C34;
	border: 1px solid #051C34;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.testimonials-content .owl-theme .owl-nav .owl-prev:hover i,
.testimonials-content .owl-theme .owl-nav .owl-next:hover i {
	background-color: #051C34;
	color: #fff
}

.testimonials-content .owl-theme .owl-nav .owl-prev:hover::before,
.testimonials-content .owl-theme .owl-nav .owl-next:hover::before {
	width: 100%;
	left: auto;
	right: 0
}

.testimonials-content .owl-theme .owl-nav .owl-prev:hover::after,
.testimonials-content .owl-theme .owl-nav .owl-next:hover::after {
	height: 100%;
	left: auto;
	right: 0
}

.testimonials-content .owl-theme .owl-nav .owl-next {
	left: auto;
	right: -20px
}

.single-testimonials {
	background-color: #051C34;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	padding: 50px
}

.single-testimonials p {
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	font-size: 20px;
	margin-bottom: 0;
	color: #fff
}

.single-testimonials .testimonials-img {
	position: relative;
	display: inline-block;
	padding-left: 95px;
	text-align: left;
	margin-bottom: 20px;
	height: 75px;
	margin-top: 7px
}

.single-testimonials .testimonials-img img {
	position: absolute;
	top: -7px;
	left: 0
}

.single-testimonials .testimonials-img h3 {
	color: #fff;
	font-size: 20px
}

.single-testimonials .testimonials-img span {
	color: #fff
}

.single-testimonials.style-two {
	background-color: #fff;
	padding: 30px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.single-testimonials.style-two p {
	margin-bottom: 30px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 30px;
	color: #6b6b6b;
	font-size: 16px;
	text-align: left
}

.single-testimonials.style-two .testimonials-img {
	text-align: left;
	margin-bottom: 0;
	display: block
}

.single-testimonials.style-two .testimonials-img h3 {
	color: #051C34
}

.single-testimonials.style-two .testimonials-img span {
	color: #6b6b6b
}

.single-testimonials.style-two .testimonials-img i {
	font-size: 100px;
	position: absolute;
	top: -38px;
	right: 0;
	color: #e8e9e9
}

.partner-area .owl-carousel .owl-item img {
	display: block;
	width: auto;
	margin: auto
}

.single-blog {
	margin-bottom: 30px
}

.single-blog .blog-content {
	padding: 30px;
	padding-top: 28px;
	background-color: #051C34;
	position: relative;
	z-index: 1
}

.single-blog .blog-content::before,
.single-blog .blog-content::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #051C34;
	z-index: -1;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.single-blog .blog-content::after {
	-webkit-transform: scaleY(0);
	transform: scaleY(0)
}

.single-blog .blog-content ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 15px
}

.single-blog .blog-content ul li {
	font-size: 15px;
	display: inline-block;
	margin-right: 15px;
	color: #fff
}

.single-blog .blog-content ul li i {
	color: #fff;
	position: relative;
	top: 2px;
	margin-right: 5px
}

.single-blog .blog-content ul li a {
	color: #fff
}

.single-blog .blog-content ul li a:hover {
	color: #fff
}

.single-blog .blog-content h3 {
	font-size: 24px;
	margin-bottom: 14px;
	color: #fff
}

.single-blog .blog-content h3 a {
	color: #fff
}

.single-blog .blog-content p {
	margin-bottom: 12px;
	color: #fff
}

.single-blog .blog-content .read-more {
	color: #fff
}

.single-blog:hover .blog-content::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.single-blog:hover .blog-content::after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.single-blog.white-bg {
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.single-blog.white-bg .blog-content {
	background-color: #fff
}

.single-blog.white-bg .blog-content ul li {
	color: #6b6b6b
}

.single-blog.white-bg .blog-content ul li i {
	color: #051C34
}

.single-blog.white-bg .blog-content ul li a {
	color: #6b6b6b
}

.single-blog.white-bg .blog-content h3 a {
	color: #051C34
}

.single-blog.white-bg .blog-content p {
	color: #6b6b6b
}

.single-blog.white-bg .blog-content .read-more {
	color: #051C34
}

.single-blog.white-bg:hover .blog-content ul li {
	color: #fff
}

.single-blog.white-bg:hover .blog-content ul li i {
	color: #fff
}

.single-blog.white-bg:hover .blog-content ul li a {
	color: #fff
}

.single-blog.white-bg:hover .blog-content h3 a {
	color: #fff
}

.single-blog.white-bg:hover .blog-content p {
	color: #fff
}

.single-blog.white-bg:hover .blog-content .read-more {
	color: #fff
}

.single-blog.white-title {
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.single-blog.white-title .blog-content::before,
.single-blog.white-title .blog-content::after {
	display: none
}

.single-blog.white-title .blog-content ul li {
	color: #6b6b6b
}

.single-blog.white-title .blog-content ul li i {
	color: #051C34
}

.single-blog.white-title .blog-content ul li a {
	color: #6b6b6b
}

.single-blog.white-title .blog-content h3 a {
	color: #051C34
}

.single-blog.white-title .blog-content p {
	color: #6b6b6b
}

.single-blog.white-title .blog-content .read-more {
	color: #051C34
}

.single-blog.white-title:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.single-blog.white-title:hover .blog-content ul li {
	color: #6b6b6b
}

.single-blog.white-title:hover .blog-content ul li i {
	color: #051C34
}

.single-blog.white-title:hover .blog-content ul li a {
	color: #6b6b6b
}

.single-blog.white-title:hover .blog-content h3 a {
	color: #051C34
}

.single-blog.white-title:hover .blog-content p {
	color: #6b6b6b
}

.single-blog.white-title:hover .blog-content .read-more {
	color: #051C34
}

.faq-accordion {
	margin-bottom: 30px;
	position: relative;
	z-index: 1
}

.faq-accordion h2 {
	text-align-last: left
}

.faq-accordion .accordion {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0
}

.faq-accordion .accordion .accordion-item {
	border-radius: 0;
	display: block;
	margin-bottom: 22px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 20px 35px 20px 20px
}

.faq-accordion .accordion .accordion-item:last-child {
	margin-bottom: 0
}

.faq-accordion .accordion .accordion-title {
	padding-left: 50px;
	color: #051C34;
	text-decoration: none;
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 600;
	z-index: 1
}

.faq-accordion .accordion .accordion-title span {
	position: absolute;
	top: -1px;
	left: 0
}

.faq-accordion .accordion .accordion-title i {
	position: absolute;
	right: -20px;
	top: -1px;
	font-size: 20px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	color: #051C34
}

.faq-accordion .accordion .accordion-title.active i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.faq-accordion .accordion .accordion-title.active i::before {
	content: "\f1af"
}

.faq-accordion .accordion .accordion-content {
	display: none;
	position: relative;
	margin-top: 10px;
	padding-left: 50px
}

.faq-accordion .accordion .accordion-content span {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	font-weight: 600;
	color: #051C34
}

.faq-accordion .accordion .accordion-content.show {
	display: block
}

.faq-area {
	position: relative;
	z-index: 1
}

.faq-area h2 {
	font-size: 40px;
	margin-bottom: 50px
}

.faq-page-style h2 {
	font-size: 40px;
	margin-bottom: 50px
}

.faq-page-style .contact-form h2 {
	font-size: 40px;
	margin-bottom: 50px;
	border: none;
	padding-bottom: 0
}

.faq-page-style .contact-form h2::before {
	display: none
}

.faq-page-style .faq-accordion .accordion .accordion-item {
	margin-bottom: 29px
}

.before-after-content {
	position: relative;
	border: 10px solid #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	margin-bottom: 30px
}

.before-after-content ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 999;
	left: 10px;
	right: 10px;
	bottom: 10px
}

.before-after-content ul li {
	display: inline-block;
	font-weight: 600;
	font-size: 15px;
	background-color: #fff;
	padding: 5px 30px;
	color: #051C34
}

.before-after-content ul .after {
	float: right
}

.ba-slider .handle {
	background: #fff
}

.ba-slider .handle::after {
	font-size: 23px;
	color: #051C34;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-shadow: 0 2px 6px #fff, inset 0 2px 0 #fff, inset 0 60px 50px -30px #fff;
	box-shadow: 0 2px 6px #fff, inset 0 2px 0 #fff, inset 0 60px 50px -30px #fff;
	line-height: 60px;
	margin: 0;
	left: -30px;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px)
}

.ba-slider .handle.ba-draggable:after {
	width: 64px;
	height: 64px;
	line-height: 60px;
	margin: 0
}

.subscribe-content h2 {
	font-size: 40px;
	margin-bottom: 10px
}

.newsletter-form {
	position: relative
}

.newsletter-form .default-btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 55px
}

.newsletter-form .form-control {
	border-color: #ebebeb;
	background-color: #fff
}

.newsletter-form .checkboxs {
	position: relative;
	padding-left: 25px;
	margin-top: 10px
}

.newsletter-form .checkboxs #chb2 {
	position: absolute;
	top: 8px;
	left: 0
}

.subscribe-area {
	position: relative;
	z-index: 1
}

.subscribe-area .shape {
	position: absolute;
	z-index: -1
}

.subscribe-area .shape.subscribe-shape-1 {
	left: 0;
	bottom: 0
}

.subscribe-area .shape.subscribe-shape-2 {
	right: 0;
	top: 70px
}

#validator-newsletter {
	margin-top: 10px;
	color: #051C34;
	font-size: 14px
}

.single-footer-widget {
	margin-bottom: 30px;
	margin-right: 70px
}

.single-footer-widget .logo {
	margin-bottom: 20px;
	display: inline-block
}

.single-footer-widget p {
	margin-bottom: 25px;
	color: #fff
}

.single-footer-widget .social-icon {
	line-height: 1;
	padding: 0;
	margin: 0;
	list-style-type: none
}

.single-footer-widget .social-icon li {
	display: inline-block;
	margin-right: 5px
}

.single-footer-widget .social-icon li span {
	color: #fff;
	position: relative;
	top: -4px
}

.single-footer-widget .social-icon li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	display: inline-block;
	background-color: #363636;
	color: #fff;
	position: relative;
	z-index: 1
}

.single-footer-widget .social-icon li a::before,
.single-footer-widget .social-icon li a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #051C34;
	z-index: -1;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.single-footer-widget .social-icon li a::after {
	height: 0;
	width: 100%
}

.single-footer-widget .social-icon li a:hover::before {
	width: 100%;
	left: auto;
	right: 0
}

.single-footer-widget .social-icon li a:hover::after {
	height: 100%;
	left: auto;
	right: 0
}

.single-footer-widget h3 {
	font-size: 24px;
	margin-bottom: 25px;
	position: relative;
	margin-top: -5px;
	color: #fff
}

.single-footer-widget .address {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.single-footer-widget .address li {
	position: relative;
	margin-bottom: 11px;
	position: relative;
	padding-left: 35px;
	color: #fff
}

.single-footer-widget .address li span {
	display: block;
	margin-bottom: 5px;
	font-size: 17px
}

.single-footer-widget .address li i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	display: inline-block;
	color: #051C34
}

.single-footer-widget .address li a {
	display: block;
	color: #fff
}

.single-footer-widget .address li a:hover {
	color: #051C34
}

.single-footer-widget .address li:last-child {
	margin-bottom: 0
}

.single-footer-widget .import-link {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.single-footer-widget .import-link li {
	margin-bottom: 16px
}

.single-footer-widget .import-link li:last-child {
	margin-bottom: 0
}

.single-footer-widget .import-link li a {
	color: #fff
}

.single-footer-widget .import-link li:hover::before {
	border-radius: 50%
}

.single-footer-widget .import-link li:hover a {
	color: #051C34
}

.single-footer-widget .working-hours {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.single-footer-widget .working-hours li {
	color: #fff;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #35383c
}

.single-footer-widget .working-hours li span {
	float: right
}
.single-footer-widget .working-hours p span {
	float: right
}
.single-footer-widget .working-hours li .closed {
	color: #051C34
}

.single-footer-widget .working-hours li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none
}

.copy-right-area {
	background-color: #1d2024;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center
}

.copy-right-area p {
	color: #fff
}

.copy-right-area p i {
	position: relative;
	top: 2px
}

.copy-right-area p a {
	color: #051C34;
	font-weight: 600
}

.copy-right-area p a:hover {
	color: #051C34
}

.page-title-area {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	background-image: url(../images/page-title-bg/page-title-bg-1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%
}

.page-title-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: .8;
	z-index: -1
}

.page-title-area .page-title-content {
	position: relative;
	text-align: center
}

.page-title-area .page-title-content h2 {
	margin-bottom: 15px;
	font-size: 48px
}

.page-title-area .page-title-content ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: -5px
}

.page-title-area .page-title-content ul li {
	display: inline-block;
	position: relative;
	font-size: 16px;
	padding-right: 15px;
	margin-left: 15px
}

.page-title-area .page-title-content ul li::before {
	content: "";
	position: absolute;
	top: 5px;
	right: -3px;
	background-color: #051C34;
	width: 1px;
	height: 15px;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg)
}

.page-title-area .page-title-content ul li.active {
	color: #051C34
}

.page-title-area .page-title-content ul li:first-child {
	margin-left: 0
}

.page-title-area .page-title-content ul li:last-child {
	padding-right: 0
}

.page-title-area .page-title-content ul li:last-child::before {
	display: none
}

.page-title-area .page-title-content ul li a {
	color: #051C34
}

.page-title-area .page-title-content ul li a:hover {
	color: #051C34
}

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

.contact-form h2 {
	font-size: 30px;
	margin-bottom: 40px;
	margin-top: -5px;
	position: relative;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 10px
}

.contact-form h2::before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	background-color: #051C34;
	height: 3px;
	width: 50%
}

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

.contact-form .form-group label {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 14px;
	color: #051C34
}

.contact-form .form-group .form-control {
	background-color: #f9fbfe
}

.list-unstyled {
	color: #dc3545;
	margin-top: 10px;
	font-size: 14px
}

.hidden {
	display: none
}

#msgSubmit {
	margin-top: 30px;
	font-size: 20px
}

.map-area iframe {
	height: 480px;
	width: 100%;
	border: none!important;
	display: block
}

.contact-info {
	margin-left: 50px;
	margin-top: -5px;
	margin-bottom: 30px
}

.contact-info h2 {
	font-size: 30px;
	margin-bottom: 40px;
	margin-top: -5px;
	position: relative;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 10px
}

.contact-info h2::before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	background-color: #051C34;
	height: 3px;
	width: 50%
}

.contact-info .top-title {
	color: #051C34;
	display: block;
	margin-bottom: 5px
}

.contact-info .address {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.contact-info .address .location span {
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #051C34
}

.contact-info .address li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 40px
}

.contact-info .address li a {
	color: #6b6b6b;
	display: block
}

.contact-info .address li a:hover {
	color: #051C34
}

.contact-info .address li:last-child {
	margin-bottom: 0
}

.contact-info .address li i {
	position: absolute;
	color: #051C34;
	left: 0;
	top: -3px;
	font-size: 25px
}

.contact-info .address li span {
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #051C34
}

.map-area {
	margin-left: 50px;
	margin-bottom: 30px
}

.map-area iframe {
	width: 100%;
	height: 514px;
	display: block
}

.main-content-text h1,
.main-content-text h2,
.main-content-text h3,
.main-content-text h4,
.main-content-text h5,
.main-content-text h6 {
	margin-bottom: 15px
}

.main-content-text h1 {
	font-size: 30px
}

.main-content-text h2 {
	font-size: 26px
}

.main-content-text h3 {
	font-size: 24px
}

.main-content-text h4 {
	font-size: 22px
}

.main-content-text h5 {
	font-size: 20px
}

.main-content-text h6 {
	font-size: 18px
}

.main-content-text .gap-20 {
	margin-bottom: 30px
}

.main-content-text ul {
	padding: 0;
	list-style-type: none
}

.main-content-text ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 35px
}

.main-content-text ul li:last-child {
	margin-bottom: 0
}

.main-content-text ul li i {
	position: absolute;
	top: -6px;
	left: 0;
	color: #051C34;
	font-size: 25px
}

.main-content-text ol {
	padding-left: 18px
}

.main-content-text ol li {
	margin-bottom: 10px
}

.main-content-text ol li::marker {
	color: #051C34
}

.main-content-text ol li:last-child {
	margin-bottom: 0
}

.main-content-text a {
	color: #051C34
}

.main-content-text a:hover {
	text-decoration: underline
}

.services-details-area .choose-us-from-bg {
	padding: 30px
}

.services-details-area .choose-us-from-bg h3 {
	font-size: 24px;
	color: #fff;
	border-bottom: 1px solid #dc4747;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
	top: -4px
}

.services-details-area .choose-us-from-bg h3::before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 50%;
	height: 3px;
	background-color: #fff
}

.services-details-area .choose-us-from-bg p {
	color: #fff
}

.single-check {
	display: block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff
}

.single-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}

.single-check input:checked~.checkmark {
	background-color: #fff
}

.single-check input:checked~.checkmark:after {
	display: block
}

.single-check .checkmark {
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.single-check .checkmark:after {
	top: 3px;
	left: 3px;
	width: 6px;
	height: 6px;
	background: #051C34
}

.checkmark {
	position: absolute;
	top: 6px;
	left: 0;
	height: 12px;
	width: 12px;
	background-color: #d8d8d8;
	border-radius: 0
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none
}

.user-area {
	position: relative;
	z-index: 1
}

.user-area .user-form-content {
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.user-area .user-form-content h3 {
	font-size: 24px;
	background-color: #fff;
	padding: 20px 30px;
	padding-bottom: 10px;
	padding-left: 0;
	margin-left: 30px;
	margin-bottom: 0;
	border-bottom: 1px solid #ebebeb;
	position: relative
}

.user-area .user-form-content h3::before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 50%;
	height: 3px;
	background-color: #051C34
}

.user-area .user-form-content .user-form {
	border-bottom: none;
	background-color: #fff;
	padding: 30px;
	margin: auto
}

.user-area .user-form-content .user-form .form-group {
	margin-bottom: 30px
}

.user-area .user-form-content .user-form .form-group label {
	font-size: 16px;
	margin-bottom: 12px
}

.user-area .user-form-content .user-form .form-group .form-control {
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.user-area .user-form-content .user-form .login-action {
	margin-bottom: 30px
}

.user-area .user-form-content .user-form .login-action .log-rem {
	display: inline-block
}

.user-area .user-form-content .user-form .login-action .log-rem label {
	margin-bottom: 0;
	font-size: 16px
}

.user-area .user-form-content .user-form .login-action .forgot-login {
	display: inline-block;
	float: right
}

.user-area .user-form-content .user-form .default-btn {
	width: 100%;
	margin-bottom: 30px
}

.user-area .user-form-content .or {
	text-align: center;
	font-size: 16px;
	display: block;
	margin-bottom: 30px;
	position: relative;
	z-index: 1
}

.user-area .user-form-content .or::before {
	content: "";
	position: absolute;
	top: 13px;
	left: 0;
	width: 45%;
	height: 1px;
	background-color: #ccc;
	z-index: -1
}

.user-area .user-form-content .or::after {
	content: "";
	position: absolute;
	top: 13px;
	right: 0;
	width: 45%;
	height: 1px;
	background-color: #ccc;
	z-index: -1
}

.user-area .user-form-content .or-login {
	display: block;
	text-align: center;
	border: 1px solid #ccc;
	padding: 15px 30px;
	border-radius: 4px;
	margin-bottom: 30px;
	font-size: 16px
}

.user-area .user-form-content .or-login i {
	color: #3b5998;
	font-size: 20px;
	position: relative;
	top: 3px
}

.user-area .user-form-content .or-login.google i {
	color: #ed1d24
}

.user-area .user-form-content .or-login:hover {
	background-color: #051C34;
	color: #fff;
	border-color: #051C34
}

.user-area .user-form-content .or-login:hover i {
	color: #fff
}

.user-area .user-form-content .create {
	text-align: center;
	font-size: 16px
}

.user-area .user-form-content .create a {
	color: #051C34
}

.user-area .user-form-content.log-in-width {
	max-width: 930px;
	margin: auto
}

.user-area .user-form-content.register-width {
	max-width: 930px;
	margin: auto
}

.user-area #remember-2 {
	position: relative;
	top: 1px
}

.user-area .log-in-page {
	max-width: 860px;
	margin: auto
}

.user-area .log-in-page {
	max-width: 860px;
	margin: auto
}

.user-area .register {
	max-width: 860px;
	margin: auto
}

.project-details-area .main-content-text {
	max-width: 860px;
	margin: auto
}

.cart-area .cart-controller {
	background-color: #fff;
	border: 1px solid #ebebeb;
	border-bottom: none;
	margin-bottom: 35px
}

.cart-area .trash {
	text-align: center!important
}

.cart-area .trash .remove {
	color: #ed1d24;
	font-size: 20px
}

.cart-area .trash .remove:hover {
	color: #ed1d24
}

.cart-area .product-thumbnail {
	width: 130px
}

.cart-area .cart-table {
	text-align: center
}

.cart-area .cart-table table {
	margin-bottom: 0
}

.cart-area .cart-table table thead tr {
	border-style: none
}

.cart-area .cart-table table thead tr th {
	border: none;
	color: #051C34;
	font-size: 16px;
	font-weight: 700;
	padding: 20px 30px
}

.cart-area .cart-table table tbody tr td {
	vertical-align: middle;
	border: none;
	border-bottom: 1px solid #dedede;
	white-space: nowrap;
	padding: 15px 30px
}

.cart-area .cart-table table tbody tr td a {
	color: #051C34;
	font-weight: 700
}

.cart-area .cart-table table tbody tr td a:hover {
	color: #051C34
}

.cart-area .cart-table table tbody tr td.product-quantity {
	width: 145px;
	padding: 0
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter {
	position: relative
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input {
	height: 45px;
	color: #051C34;
	outline: 0;
	display: block;
	border: none;
	background-color: #f8f8f8;
	text-align: center;
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
	color: #051C34
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
	color: #051C34
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
	color: #051C34
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
	color: #051C34
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn {
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	cursor: pointer;
	color: #051C34;
	width: 40px;
	height: 100%;
	line-height: 48px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	border: 1px solid #dedede
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn i {
	font-weight: 700
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn:hover {
	color: #fff;
	background-color: #051C34
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn {
	position: absolute;
	top: 0;
	right: 0;
	background-color: transparent;
	cursor: pointer;
	color: #051C34;
	width: 40px;
	height: 100%;
	line-height: 48px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	border: 1px solid #dedede
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn i {
	font-weight: 700
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn:hover {
	color: #fff;
	background-color: #051C34
}

.cart-area .coupon-cart {
	padding-top: 5px;
	margin-bottom: 30px
}

.cart-area .coupon-cart .form-group {
	position: relative
}

.cart-area .coupon-cart .form-group .form-control {
	border: 1px solid #dedede
}

.cart-area .coupon-cart .form-group .form-control:focus {
	border-color: #051C34
}

.cart-area .coupon-cart .form-group .default-btn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px 40px;
	height: 55px;
	line-height: 24px
}

.cart-area .coupon-cart .form-group .default-btn::before {
	display: none
}

.cart-area .coupon-cart .form-group .default-btn::after {
	display: none
}

.cart-area .coupon-cart .default-btn.update-cart {
	float: right;
	height: 50px
}

.cart-area .cart-totals {
	padding: 30px;
	border: 1px solid #ebebeb;
	background-color: #fff;
	max-width: 400px;
	margin: auto
}

.cart-area .cart-totals h3 {
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
	font-size: 24px;
	position: relative
}

.cart-area .cart-totals h3::before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 50%;
	height: 3px;
	background-color: #051C34
}

.cart-area .cart-totals ul {
	padding: 0;
	margin: 0 0 25px;
	list-style-type: none
}

.cart-area .cart-totals ul li {
	color: #6b6b6b;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dedede
}

.cart-area .cart-totals ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0
}

.cart-area .cart-totals ul li span {
	float: right;
	color: #666;
	font-weight: 400
}

.cart-area .cart-totals .default-btn {
	display: block
}

.checkout-area .billing-details {
	padding: 30px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	background-color: #fff
}

.checkout-area .billing-details h3 {
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
	font-size: 24px;
	position: relative
}

.checkout-area .billing-details h3::before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 50%;
	height: 3px;
	background-color: #051C34
}

.checkout-area .billing-details .form-group {
	margin-bottom: 20px
}

.checkout-area .billing-details .form-group .form-control {
	background-color: #fff;
	border-color: #ebebeb
}

.checkout-area .billing-details .form-group label {
	display: block;
	color: #6b6b6b;
	margin-bottom: 10px;
	font-size: 16px
}

.checkout-area .billing-details .form-group label .required {
	color: #6b6b6b
}

.checkout-area .billing-details .form-group .nice-select {
	float: unset;
	line-height: 45px;
	color: #6b6b6b;
	padding-top: 0;
	padding-bottom: 0
}

.checkout-area .billing-details .form-group .nice-select .list {
	background-color: #fff;
	-webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
	box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
	border-radius: 0;
	margin-top: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px
}

.checkout-area .billing-details .form-group .nice-select .list .option {
	-webkit-transition: .5s;
	transition: .5s;
	padding-left: 20px;
	padding-right: 20px
}

.checkout-area .billing-details .form-group .nice-select .list .option:hover {
	background-color: #051C34!important;
	color: #fff
}

.checkout-area .billing-details .form-group .nice-select .list .option.selected {
	background-color: transparent
}

.checkout-area .billing-details .form-group .nice-select:after {
	right: 20px
}

.checkout-area .billing-details .form-group .nice-select .option:hover,
.checkout-area .billing-details .form-group .nice-select .option.focus,
.checkout-area .billing-details .form-group .nice-select .option.selected.focus {
	background-color: #051C34!important;
	color: #fff!important
}

.checkout-area .billing-details .form-group textarea {
	padding-top: 13px
}

.checkout-area .billing-details .form-check {
	margin-bottom: 20px
}

.checkout-area .billing-details .form-check .form-check-label {
	color: #6b6b6b;
	font-weight: 600;
	font-size: 14px
}

.checkout-area .billing-details .form-check label {
	position: relative;
	top: 1px
}

.checkout-area .billing-details .col-lg-12:last-child .form-group {
	margin-bottom: 0
}

.checkout-area .cart-totals {
	margin-bottom: 30px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 30px;
	background-color: #fff
}

.checkout-area .cart-totals h3 {
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
	font-size: 24px;
	position: relative
}

.checkout-area .cart-totals h3::before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 50%;
	height: 3px;
	background-color: #051C34
}

.checkout-area .cart-totals ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.checkout-area .cart-totals ul li {
	color: #6b6b6b;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dedede
}

.checkout-area .cart-totals ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}

.checkout-area .cart-totals ul li span {
	float: right;
	color: #666;
	font-weight: 400
}

.checkout-area .faq-accordion {
	margin-top: 0;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	background-color: #fff;
	padding: 30px;
	margin-bottom: 0
}

.checkout-area .faq-accordion h3 {
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
	font-size: 24px;
	position: relative
}

.checkout-area .faq-accordion h3::before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 50%;
	height: 3px;
	background-color: #051C34
}

.checkout-area .faq-accordion .accordion .accordion-content {
	border-top: none;
	padding: 0;
	background-color: transparent
}

.checkout-area .faq-accordion .accordion .accordion-content .form-group {
	margin-bottom: 30px
}

.checkout-area .faq-accordion .accordion .accordion-title {
	padding: 0;
	position: relative;
	padding-left: 25px;
	background-color: transparent;
	border: none;
	margin-bottom: 10px;
	color: #051C34;
	font-weight: 600
}

.checkout-area .faq-accordion .accordion .accordion-title.active::after {
	background-color: #051C34
}

.checkout-area .faq-accordion .accordion .accordion-title.active::before {
	border-color: #051C34
}

.checkout-area .faq-accordion .accordion .accordion-title::before {
	content: "";
	position: absolute;
	top: 2px;
	left: -4px;
	width: 17px;
	height: 17px;
	border: 1px solid #051C34;
	border-radius: 50%;
	margin: 3px
}

.checkout-area .faq-accordion .accordion .accordion-title::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 2px;
	width: 11px;
	height: 11px;
	background-color: #fff;
	border-radius: 50%;
	border-radius: 50%
}

.checkout-area .faq-accordion .accordion .accordion-title:hover {
	color: #051C34
}

.checkout-area .faq-accordion .accordion .accordion-item {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 15px;
	padding: 0
}

.checkout-area .faq-accordion .form-check {
	font-size: 14px
}

.checkout-area .faq-accordion .form-check label {
	margin-bottom: 5px
}

.checkout-area .faq-accordion .form-check label a {
	color: #051C34
}

.checkout-area .faq-accordion .form-check label a:hover {
	color: #051C34
}

.checkout-area .log-in-coupon-code .faq-accordion {
	max-width: 100%;
	padding: 15px;
	margin-bottom: 30px
}

.checkout-area .log-in-coupon-code .faq-accordion .accordion-item {
	margin-bottom: 0
}

.checkout-area .log-in-coupon-code .faq-accordion .accordion-item p {
	padding-top: 15px;
	padding-bottom: 15px
}

.checkout-area .log-in-coupon-code .faq-accordion .accordion-item .accordion-title {
	margin-bottom: 0;
	font-weight: 600
}

.product-details-area .product-details-desc h3 {
	font-size: 25px
}

.product-details-area .product-details-desc p {
	margin-bottom: 0
}

.product-details-area .product-details-desc .price {
	margin-bottom: 22px;
	color: "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: 500
}

.product-details-area .product-details-desc .price span {
	padding: 0 5px
}

.product-details-area .product-details-desc .price del {
	color: #051C34;
	margin-right: 10px
}

.product-details-area .product-details-desc .sku {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-top: 30px;
	margin-bottom: 30px
}

.product-details-area .product-details-desc .sku li {
	margin-bottom: 20px;
	color: #051C34;
	position: relative;
	font-weight: 600
}

.product-details-area .product-details-desc .sku li:last-child {
	margin-bottom: 0
}

.product-details-area .product-details-desc .sku li span {
	color: #6b6b6b;
	position: absolute;
	top: 0;
	left: 180px;
	font-weight: 400
}

.product-details-area .product-details-desc .product-add-to-cart {
	margin-bottom: 20px;
	margin-top: 20px
}

.product-details-area .product-details-desc .product-add-to-cart .quantities {
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
	font-weight: 600;
	color: #051C34
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter {
	max-width: 130px;
	min-width: 130px;
	margin-right: 10px;
	text-align: center;
	display: inline-block;
	position: relative;
	border: 1px solid #cfcfcf
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span {
	position: absolute;
	top: 0;
	background-color: transparent;
	cursor: pointer;
	color: #d0d0d0;
	width: 40px;
	height: 100%;
	line-height: 34px;
	-webkit-transition: .5s;
	transition: .5s
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span:hover {
	color: #051C34
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span.minus-btn {
	left: 0;
	border-right: 1px solid #cfcfcf
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span.plus-btn {
	right: 0;
	border-left: 1px solid #cfcfcf
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input {
	height: 30px;
	color: #333;
	outline: 0;
	display: block;
	border: none;
	background-color: #f8f8f8;
	text-align: center;
	width: 100%
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
	color: #333
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
	color: #333
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
	color: #333
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::placeholder {
	color: #333
}

.product-details-area .product-details-desc .social-wrap {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-top: 20px
}

.product-details-area .product-details-desc .social-wrap li {
	display: inline-block;
	padding-right: 10px;
	color: #051C34
}

.product-details-area .product-details-desc .social-wrap li span {
	display: inline-block;
	margin-right: 30px;
	font-weight: 600;
	position: relative;
	top: -2px
}

.product-details-area .product-details-desc .social-wrap li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	display: inline-block;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	color: #051C34;
	position: relative;
	z-index: 1
}

.product-details-area .product-details-desc .social-wrap li a::before,
.product-details-area .product-details-desc .social-wrap li a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #051C34;
	z-index: -1;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.product-details-area .product-details-desc .social-wrap li a::after {
	height: 0;
	width: 100%
}

.product-details-area .product-details-desc .social-wrap li a:hover::before {
	width: 100%;
	left: auto;
	right: 0
}

.product-details-area .product-details-desc .social-wrap li a:hover::after {
	height: 100%;
	left: auto;
	right: 0
}

.product-details-area .product-details-desc .social-wrap li a:hover {
	color: #fff
}

.product-details-area .product-details-desc .default-btn {
	margin-bottom: 0!important
}

.product-details-area .product-details-desc .default-btn i {
	position: relative;
	top: 2px;
	margin-right: 5px
}

.product-details-area .product-details-desc .category {
	font-size: 17px;
	font-weight: 600;
	margin-top: 15px
}

.product-details-area .product-details-desc .category span {
	font-weight: 400
}

.product-details-area .product-details-desc .product-review {
	position: relative;
	margin-bottom: 10px
}

.product-details-area .product-details-desc .product-review .rating i {
	color: #ffba0a
}

.product-details-area .product-details-desc .product-review .rating-count {
	position: absolute;
	top: 0;
	left: 110px
}

.product-details-area .product-details-image {
	text-align: center;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.product-details-area .tab .tabs_item {
	display: none
}

.product-details-area .tab .tabs_item:first-child {
	display: block
}

.product-details-area .product-details-tab {
	margin-top: 50px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	background-color: #fff;
	padding: 30px
}

.product-details-area .product-details-tab .tabs {
	list-style-type: none;
	padding: 0;
	border-bottom: 1px solid #eaedff;
	margin-bottom: 0
}

.product-details-area .product-details-tab .tabs li {
	display: inline-block;
	line-height: initial;
	margin-right: 15px;
	margin-bottom: 25px;
	color: #051C34;
	font-size: 20px;
	font-family: roboto, sans-serif;
	font-weight: 700;
	cursor: pointer;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.product-details-area .product-details-tab .tabs li:hover {
	color: #051C34
}

.product-details-area .product-details-tab .tabs li.current {
	color: #051C34;
	position: relative
}

.product-details-area .product-details-tab .tabs li.current::before {
	content: "";
	position: absolute;
	bottom: -27px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #051C34
}

.product-details-area .product-details-tab .tab_content {
	padding: 30px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0
}

.product-details-area .product-details-tab .tab_content .tabs_item .product-details-tab-content p {
	margin-bottom: 20px
}

.product-details-area .product-details-tab .tab_content .tabs_item .product-details-tab-content p:last-child {
	margin-bottom: 0
}

.product-details-area .product-details-tab .tab_content .tabs_item .product-details-tab-content .additional-information {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left
}

.product-details-area .product-details-tab .tab_content .tabs_item .product-details-tab-content .additional-information li {
	border: 1px solid #eaedff;
	border-bottom: none;
	padding: 10px 15px;
	color: #57647c
}

.product-details-area .product-details-tab .tab_content .tabs_item .product-details-tab-content .additional-information li:last-child {
	border-bottom: 1px solid #eaedff
}

.product-details-area .product-details-tab .tab_content .tabs_item .product-details-tab-content .additional-information li span {
	display: inline-block;
	width: 30%;
	color: #051C34
}

.product-details-area .product-details-tab .tab_content .tabs_item .product-details-tab-content h3 {
	margin-bottom: 15px;
	font-size: 17px;
	margin-top: -5px
}

.product-details-area .product-details-tab .tab_content .tabs_item .product-details-tab-content .product-review-form .review-title {
	position: relative
}

.product-details-area .product-details-tab .tab_content .tabs_item .product-details-tab-content .product-review-form .review-title .rating {
	display: inline-block;
	position: relative;
	top: 1px
}

.product-details-area .product-details-tab .tab_content .tabs_item .product-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
	color: #ffba0a
}

.product-details-area .product-details-tab .tab_content .tabs_item .product-details-tab-content .product-review-form .review-title .rating i {
	color: #ffba0a;
	font-size: 14px
}

.product-details-area .product-details-tab .tab_content .tabs_item .product-details-tab-content .product-review-form .review-title p {
	margin-bottom: 0;
	display: inline-block;
	padding-left: 5px;
	line-height: initial
}

.product-details-area .product-details-tab .tab_content .tabs_item .product-details-tab-content .product-review-form .review-title .btn {
	position: absolute;
	right: 0;
	bottom: 10px;
	padding: 10px 11px;
	font-size: 11px
}

.product-details-area .product-details-tab .tab_content .tabs_item .product-details-tab-content .product-review-form .review-title .btn:focus {
	border: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	border: 4px;
	background-color: #051C34
}

.product-details-area .product-details-tab .tab_content .tabs_item .product-details-tab-content .product-review-form .review-comments {
	margin-top: 15px
}

.product-details-area .product-details-tab .tab_content .tabs_item .product-details-tab-content .product-review-form .review-comments .review-item {
	margin-top: 15px;
	position: relative;
	padding-right: 200px;
	border-top: 1px dashed #eaedff;
	padding-top: 15px
}

.product-details-area .product-details-tab .tab_content .tabs_item .product-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
	color: #ffba0a
}

.product-details-area .product-details-tab .tab_content .tabs_item .product-details-tab-content .product-review-form .review-comments .review-item .rating i {
	font-size: 14px;
	color: #ffba0a
}

.product-details-area .product-details-tab .tab_content .tabs_item .product-details-tab-content .product-review-form .review-comments .review-item h3 {
	margin-top: 10px;
	margin-bottom: 10px
}

.product-details-area .product-details-tab .tab_content .tabs_item .product-details-tab-content .product-review-form .review-comments .review-item span {
	margin-bottom: 10px;
	font-size: 13px;
	display: block
}

.product-details-area .product-details-tab .tab_content .tabs_item .product-details-tab-content .product-review-form .review-comments .review-item p {
	margin-bottom: 0
}

.product-details-area .product-details-tab .tab_content .tabs_item .product-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
	position: absolute;
	right: 0;
	color: #57647c;
	top: 40px;
	text-decoration: underline
}

.product-details-area .product-details-tab .tab_content .tabs_item .product-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
	color: #ff4800
}

.product-details-area .product-details-tab .tab_content .tabs_item .product-details-tab-content .product-review-form .review-form {
	margin-top: 30px
}

.product-details-area .product-details-tab .tab_content .tabs_item .product-details-tab-content .product-review-form .review-form form .form-group {
	margin-bottom: 30px
}

.product-details-area .product-details-tab .tab_content .tabs_item .product-details-tab-content .product-review-form .review-form form .form-group label {
	color: #444;
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 14px
}

.product-details-area .product-details-tab .tab_content .tabs_item .product-details-tab-content .product-review-form .review-form form .form-group textarea {
	padding-top: 15px
}

.product-details-area .product-details-tab .tab_content .tabs_item .product-details-tab-content .product-review-form .review-form form .form-group .form-control {
	font-size: 14px
}

.product-details-area .product-details-tab .tab_content .tabs_item .product-details-tab-content .product-review-form .review-form form .btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-radius: 0
}

.sidebar-widget {
	margin-bottom: 35px;
	padding: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.sidebar-widget h3 {
	font-size: 24px;
	background-color: #fff;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ebebeb;
	position: relative
}

.sidebar-widget h3::before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 50%;
	height: 3px;
	background-color: #051C34
}

.sidebar-widget ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.sidebar-widget.search .search-form {
	background-color: #fff;
	position: relative
}

.sidebar-widget.search .search-form .search-button {
	position: absolute;
	width: 55px;
	height: 55px;
	line-height: 55px;
	top: 0;
	right: 0;
	font-size: 20px;
	color: #fff;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	background-color: #051C34
}

.sidebar-widget.search .search-form .search-button:hover {
	background-color: #051C34
}

.sidebar-widget.categories ul li {
	position: relative;
	margin-bottom: 10px;
	font-size: 16px;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb
}

.sidebar-widget.categories ul li a {
	display: block
}

.sidebar-widget.categories ul li a i {
	font-size: 20px;
	float: right;
	position: relative;
	top: -2px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.sidebar-widget.categories ul li span {
	float: right;
	position: relative;
	top: 1px
}

.sidebar-widget.categories ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}

.sidebar-widget.recent-post ul li {
	margin-bottom: 15px;
	padding-bottom: 20px;
	position: relative;
	padding-left: 90px;
	border-bottom: 1px solid #eee
}

.sidebar-widget.recent-post ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0
}

.sidebar-widget.recent-post ul li a {
	font-size: 15px;
	color: #051C34;
	margin-bottom: 10px;
	font-weight: 600;
	display: inline-block
}

.sidebar-widget.recent-post ul li a:hover {
	color: #051C34
}

.sidebar-widget.recent-post ul li a img {
	position: absolute;
	top: 0;
	left: 0
}

.sidebar-widget.recent-post ul li span {
	display: block;
	font-size: 14px
}

.sidebar-widget.tags ul li {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px
}

.sidebar-widget.tags ul li a {
	border: 1px solid #eee;
	padding: 8px 12px;
	display: inline-block;
	background-color: #fff
}

.sidebar-widget.tags ul li a:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	background-color: #051C34;
	color: #fff;
	border-color: #051C34
}

.sidebar-widget.tags ul li:last-child {
	margin-bottom: 0
}

.sidebar-widget.employer-widget .form-group {
	margin-bottom: 30px
}

.sidebar-widget.employer-widget .default-btn {
	width: 100%
}

.sidebar-widget.open-closed ul li {
	position: relative;
	margin-bottom: 10px;
	font-size: 16px;
	position: relative;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px
}

.sidebar-widget.open-closed ul li span {
	float: right;
	position: relative;
	top: 1px
}

.sidebar-widget.open-closed ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}

.blog-details-content .blog-details-img {
	position: relative
}

.blog-details-content .blog-top-content {
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 30px
}

.blog-details-content .blog-top-content .blog-content .admin {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-bottom: 10px
}

.blog-details-content .blog-top-content .blog-content .admin li {
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
	display: inline-block;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.blog-details-content .blog-top-content .blog-content .admin li i {
	color: #051C34;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 1px
}

.blog-details-content .blog-top-content .blog-content .admin li:last-child {
	margin-right: 0;
	padding-right: 0
}

.blog-details-content .blog-top-content .blog-content .admin li:last-child::before {
	display: none
}

.blog-details-content .blog-top-content .blog-content h3 {
	font-size: 30px;
	margin-bottom: 20px
}

.blog-details-content .blog-top-content blockquote {
	padding: 30px;
	padding-left: 100px;
	position: relative;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	margin-top: 30px;
	margin-bottom: 30px
}

.blog-details-content .blog-top-content blockquote p {
	font-size: 18px;
	color: #051C34;
	font-weight: 600;
	margin-bottom: 0
}

.blog-details-content .blog-top-content blockquote i {
	font-size: 60px;
	color: #051C34;
	position: absolute;
	top: 40px;
	left: 30px;
	line-height: 1
}

.blog-details-content .blog-top-content .blog-content-2 {
	margin-bottom: 25px
}

.blog-details-content .blog-top-content .blog-content-3 {
	margin-bottom: 30px
}

.blog-details-content .blog-top-content .blog-content-3 h3 {
	margin-bottom: 15px;
	font-size: 24px
}

.blog-details-content .tags {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 20px 30px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	background-color: #fff
}

.blog-details-content .tags .tag-link {
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 1;
	display: inline-block
}

.blog-details-content .tags .tag-link li {
	display: inline-block;
	margin-right: 15px
}

.blog-details-content .tags .tag-link li.title i {
	color: #051C34;
	font-size: 20px;
	position: relative;
	top: 4px
}

.blog-details-content .tags .tag-link li a {
	font-size: 14px;
	display: inline-block;
	font-weight: 600
}

.blog-details-content .tags .tag-link li a:hover {
	color: #051C34
}

.blog-details-content .share-link {
	display: inline-block;
	float: right;
	position: relative;
	padding-bottom: 20px
}

.blog-details-content .share-link span {
	font-weight: 600;
	font-size: 14px;
	position: relative;
	top: 0;
	cursor: pointer
}

.blog-details-content .share-link .social-icon {
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 10px;
	position: absolute;
	top: 60px;
	left: 0;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	opacity: 0;
	z-index: 1
}

.blog-details-content .share-link .social-icon li {
	display: inline-block
}

.blog-details-content .share-link .social-icon li a {
	padding: 0 5px
}

.blog-details-content .share-link .social-icon li a i {
	font-size: 18px
}

.blog-details-content .share-link:hover .social-icon {
	top: 46px;
	opacity: 1
}

.blog-details-content .comment {
	padding: 0;
	margin: 0;
	list-style-type: none;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	margin-bottom: 40px
}

.blog-details-content .comment li {
	padding: 30px;
	display: inline-block;
	position: relative;
	padding-left: 120px;
	background-color: #fff
}

.blog-details-content .comment li img {
	position: absolute;
	top: 30px;
	left: 30px
}

.blog-details-content .comment li h3 {
	font-size: 18px;
	margin-top: -5px;
	margin-bottom: 2px
}

.blog-details-content .comment li span {
	font-size: 14px;
	display: block;
	margin-bottom: 10px
}

.blog-details-content .comment li p {
	margin-bottom: 0
}

.blog-details-content .comment li .read-more {
	position: absolute;
	top: 30px;
	right: 30px
}

.blog-details-content .comment li.margin-left {
	margin-left: 30px
}

.blog-details-content .leave-reply {
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 30px
}

.blog-details-content .leave-reply h3 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
	font-size: 24px;
	position: relative
}

.blog-details-content .leave-reply h3::before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 150px;
	height: 3px;
	background-color: #051C34
}

.blog-details-content .leave-reply form p {
	margin-bottom: 30px
}

.blog-details-content .leave-reply form .form-group {
	margin-bottom: 30px
}

.blog-details-content .leave-reply form .form-group label {
	margin-bottom: 10px;
	font-weight: 600
}

.blog-details-content .leave-reply form .form-group .form-control {
	background-color: #fff;
	border: 1px solid #ebebeb
}

.blog-details-content .leave-reply form .form-group .form-control::-webkit-input-placeholder {
	color: #ccc
}

.blog-details-content .leave-reply form .form-group .form-control:-ms-input-placeholder {
	color: #ccc
}

.blog-details-content .leave-reply form .form-group .form-control::-ms-input-placeholder {
	color: #ccc
}

.blog-details-content .leave-reply form .form-group .form-control::placeholder {
	color: #ccc
}

.blog-grid-area .pagination-area {
	text-align: center
}

.error-area {
	text-align: center;
	position: relative;
	z-index: 1;
	background-color: #e9fcff
}

.error-area .error-content {
	z-index: 1;
	position: relative
}

.error-area .error-content h1 {
	font-size: 300px;
	line-height: 1;
	font-weight: 700;
	color: #051C34;
	margin-top: -38px
}

.error-area .error-content h1 .a {
	display: inline-block
}

.error-area .error-content h1 .red {
	color: red;
	display: inline-block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.error-area .error-content h1 .b {
	display: inline-block
}

.error-area .error-content h3 {
	margin: 30px 0 0;
	position: relative;
	color: red
}

.error-area .error-content p {
	margin: 20px 0;
	font-size: 19px;
	color: #051C34
}

.coming-soon-area {
	height: 100vh;
	position: relative
}

.coming-soon-area .coming-soon-content {
	max-width: 700px;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	padding: 40px 60px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.coming-soon-area .coming-soon-content .logo {
	display: inline-block
}

.coming-soon-area .coming-soon-content h2 {
	font-size: 48px;
	margin-top: -10px;
	margin-bottom: 0
}

.coming-soon-area .coming-soon-content #timer {
	margin-top: 40px
}

.coming-soon-area .coming-soon-content #timer div {
	border: 4px solid #051C34;
	color: #051C34;
	width: 100px;
	height: 105px;
	border-radius: 5px;
	font-size: 40px;
	font-weight: 800;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 20px 0 20px 0
}

.coming-soon-area .coming-soon-content #timer div span {
	display: block;
	margin-top: -2px;
	font-size: 17px;
	font-weight: 600
}

.coming-soon-area .coming-soon-content form {
	position: relative;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px
}

.coming-soon-area .coming-soon-content form .form-group {
	margin-bottom: 25px;
	width: 100%;
	position: relative
}

.coming-soon-area .coming-soon-content form .form-group .label-title {
	margin-bottom: 0;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	pointer-events: none;
	width: 100%;
	height: 100%;
	color: #051C34
}

.coming-soon-area .coming-soon-content form .form-group .label-title i {
	position: absolute;
	left: 0;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	top: 9px;
	font-size: 22px
}

.coming-soon-area .coming-soon-content form .form-group .label-title::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	background: #051C34
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter {
	border-radius: 0;
	border: 1px solid #eee;
	padding: 10px 20px;
	color: #051C34;
	height: 50px;
	display: block;
	width: 100%;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	font-size: 16px;
	font-weight: 400;
	background-color: #fff
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter::-webkit-input-placeholder {
	color: #6b6b6b;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:-ms-input-placeholder {
	color: #6b6b6b;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter::-ms-input-placeholder {
	color: #6b6b6b;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter::placeholder {
	color: #6b6b6b;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus {
	border-color: #051C34;
	outline: 0!important
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::-webkit-input-placeholder {
	color: transparent
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus:-ms-input-placeholder {
	color: transparent
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::-ms-input-placeholder {
	color: transparent
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::placeholder {
	color: transparent
}

.coming-soon-area .coming-soon-content form .default-btn {
	border-radius: 0;
	position: relative;
	height: 46px;
	line-height: 0
}

.coming-soon-area .coming-soon-content form .default-btn::before {
	border-radius: 0
}

.coming-soon-area .coming-soon-content form .validation-danger {
	margin-top: 15px;
	color: red
}

.coming-soon-area .coming-soon-content form .validation-success {
	margin-top: 15px
}

.coming-soon-area .coming-soon-content form p {
	margin-bottom: 0;
	margin-top: 20px
}

.coming-soon-area .coming-soon-content .newsletter-form {
	position: relative
}

.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
	position: absolute;
	top: 2px;
	right: 2px
}

.coming-soon-area .online-treatment-shape-1 {
	position: absolute;
	top: 0;
	right: 0
}

.coming-soon-area .online-treatment-shape-2 {
	position: absolute;
	bottom: 0;
	left: 0
}

.partner-details-area .main-content-text {
	max-width: 860px;
	margin: auto
}

.get-free-quote-area .choose-us-from-bg {
	max-width: 860px;
	margin: auto
}

.product-view-one {
	padding-right: 0!important
}

.product-view-one.modal.show .modal-dialog {
	margin-top: 25px
}

.product-view-one .product-view-one-image {
	background-color: #eee;
	padding: 30px
}

.product-view-one .modal-dialog {
	max-width: 900px;
	margin: 0 auto
}

.product-view-one .modal-content {
	border: none;
	padding: 40px;
	border-radius: 0
}

.product-view-one .modal-content button.close {
	position: absolute;
	right: 0;
	top: 0;
	outline: 0;
	opacity: 1;
	color: #051C34;
	-webkit-transition: .5s;
	transition: .5s;
	line-height: 35px;
	padding: 0;
	margin: 0;
	font-size: 20px;
	width: 35px;
	text-shadow: unset;
	height: 35px
}

.product-view-one .modal-content button.close:hover {
	background-color: red;
	color: #fff
}

.product-view-one .modal-content .product-content h3 {
	font-size: 22px;
	margin-bottom: 14px
}

.product-view-one .modal-content .product-content h3 a {
	color: #051C34
}

.product-view-one .modal-content .product-content h3 a:hover {
	color: #051C34
}

.product-view-one .modal-content .product-content .price {
	margin-bottom: 10px;
	display: inline-block
}

.product-view-one .modal-content .product-content .price span {
	display: inline-block;
	font-size: 18px;
	color: #051C34
}

.product-view-one .modal-content .product-content .price del {
	display: inline-block;
	font-size: 18px;
	color: #c1c1c1;
	margin-left: 5px
}

.product-view-one .modal-content .product-content .product-review {
	margin-bottom: 10px;
	display: inline-block
}

.product-view-one .modal-content .product-content .product-review .rating {
	display: inline-block;
	padding-right: 5px
}

.product-view-one .modal-content .product-content .product-review .rating i {
	color: #051C34
}

.product-view-one .modal-content .product-content .product-review .rating-count {
	display: inline-block;
	color: #051C34;
	border-bottom: 1px solid #051C34;
	line-height: initial
}

.product-view-one .modal-content .product-content .product-info {
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px
}

.product-view-one .modal-content .product-content .product-info li {
	font-size: 16px;
	margin-bottom: 10px;
	color: #051C34
}

.product-view-one .modal-content .product-content .product-info li:last-child {
	margin-bottom: 0
}

.product-view-one .modal-content .product-content .product-info li p {
	font-size: 15px;
	color: #6b6b6b
}

.product-view-one .modal-content .product-content .product-info li span {
	color: #051C34
}

.product-view-one .modal-content .product-content .product-info li a {
	display: inline-block;
	font-weight: 500;
	color: #051C34
}

.product-view-one .modal-content .product-content .product-info li a:hover {
	color: #051C34
}

.product-view-one .modal-content .product-content .product-color-switch {
	margin-top: 10px;
	margin-bottom: 10px
}

.product-view-one .modal-content .product-content .product-color-switch h4 {
	font-size: 16px;
	color: #051C34;
	margin-bottom: 6px
}

.product-view-one .modal-content .product-content .product-color-switch ul {
	list-style-type: none;
	margin-bottom: 0;
	margin-top: -4px;
	margin-left: -4px;
	padding-left: 0
}

.product-view-one .modal-content .product-content .product-color-switch ul li {
	display: inline-block;
	margin-left: 4px;
	margin-top: 4px
}

.product-view-one .modal-content .product-content .product-color-switch ul li a {
	display: inline-block;
	position: relative;
	border: 1px solid transparent;
	width: 25px;
	height: 25px
}

.product-view-one .modal-content .product-content .product-color-switch ul li a::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #eee;
	margin: 2px;
	-webkit-transition: .5s;
	transition: .5s
}

.product-view-one .modal-content .product-content .product-color-switch ul li a:hover {
	border-color: #051C34
}

.product-view-one .modal-content .product-content .product-color-switch ul li a:focus {
	border-color: #051C34
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-white::before {
	background: blue
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-black::before {
	background: #222
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-green::before {
	background: green
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-yellowgreen::before {
	background: #9acd32
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-teal::before {
	background: teal
}

.product-view-one .modal-content .product-content .product-color-switch ul li.active a {
	border-color: #051C34
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter {
	max-width: 130px;
	min-width: 130px;
	margin-right: 10px;
	text-align: center;
	display: inline-block;
	position: relative
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span {
	position: absolute;
	top: 0;
	background-color: transparent;
	cursor: pointer;
	color: #6b6b6b;
	width: 40px;
	height: 100%;
	line-height: 50px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span:hover {
	color: #051C34
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.minus-btn {
	left: 0;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.minus-btn:hover {
	background-color: #051C34;
	color: #fff
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.plus-btn {
	right: 0;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.plus-btn:hover {
	background-color: #051C34;
	color: #fff
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input {
	height: 48px;
	color: #051C34;
	outline: 0;
	display: block;
	border: none;
	background-color: #f8f8f8;
	text-align: center;
	width: 100%;
	font-size: 17px;
	font-weight: 600
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input::-webkit-input-placeholder {
	color: #051C34
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input:-ms-input-placeholder {
	color: #051C34
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input::-ms-input-placeholder {
	color: #051C34
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input::placeholder {
	color: #051C34
}

.product-view-one .modal-content .product-content .share-this-product h3 {
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 15px
}

.product-view-one .modal-content .product-content .share-this-product ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.product-view-one .modal-content .product-content .share-this-product ul li {
	display: inline-block;
	margin-right: 3px
}

.product-view-one .modal-content .product-content .share-this-product ul li a i {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	border-radius: 4px;
	text-align: center;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	color: #051C34
}

.product-view-one .modal-content .product-content .share-this-product ul li a:hover i {
	background-color: #051C34;
	color: #fff
}

.product-view-one .owl-carousel .owl-item img {
	width: unset;
	margin: auto
}

.product-view-one #big .item {
	padding: 30px;
	background-color: #fff;
	margin-bottom: 30px
}

.product-view-one .owl-item.active.current {
	background-color: #051C34!important;
	padding: 5px
}

.product-view-one.fade {
	-webkit-animation: zoomIn 1s linear;
	animation: zoomIn 1s linear
}

.product-view-one .owl-next {
	position: absolute;
	top: 50%;
	right: 50px;
	margin: 0!important;
	border-radius: 0!important;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	opacity: 0;
	-webkit-transform: translateY(-25px);
	transform: translateY(-25px)
}

.product-view-one .owl-next i {
	background-color: #051C34;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	border-radius: 4px;
	font-size: 15px
}

.product-view-one .owl-prev {
	position: absolute;
	top: 50%;
	left: 50px;
	margin: 0!important;
	border-radius: 0!important;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	opacity: 0;
	-webkit-transform: translateY(-25px);
	transform: translateY(-25px)
}

.product-view-one .owl-prev i {
	background-color: #051C34!important;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	font-size: 15px;
	border-radius: 4px
}

.product-view-one:hover .owl-prev {
	opacity: 1;
	left: 0
}

.product-view-one:hover .owl-next {
	opacity: 1;
	right: 0
}

.product-view-one .owl-theme .owl-nav {
	margin-top: 0!important
}

.product-view-one .owl-theme .owl-nav [class*=owl-]:hover {
	background-color: transparent
}

.preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #051C34;
	top: 0;
	left: 0;
	z-index: 99999
}

.preloader .lds-ripple {
	position: absolute;
	width: 80px;
	height: 80px;
	-webkit-animation: spin-six 2.5s infinite cubic-bezier(.17, .72, .55, 1.66);
	animation: spin-six 2.5s infinite cubic-bezier(.17, .72, .55, 1.66);
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50px, -50px);
	transform: translate(-50px, -50px)
}

.preloader .pl-flip-1 {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	margin: 0 auto 18px;
	position: relative;
	width: 50px;
	height: 50px
}

.preloader .pl-flip-1:before,
.preloader .pl-flip-1:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background: #fff;
	display: block;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	clip-path: polygon(0 0, 100% 0, 50% 100%)
}

.preloader .pl-flip-1.pl-flip-2 {
	-webkit-animation-name: flipA;
	animation-name: flipA;
	-webkit-animation-timing-function: steps(1);
	animation-timing-function: steps(1)
}

.preloader .pl-flip-1.pl-flip-2:before {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation-name: flipB;
	animation-name: flipB
}

.preloader .pl-flip-1.pl-flip-2:after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation-name: flipC;
	animation-name: flipC
}

.preloader.preloader-deactivate {
	visibility: hidden
}

@-webkit-keyframes flipA {
	from,
	75%,
	to {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	25%,
	50% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}
}

@keyframes flipA {
	from,
	75%,
	to {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	25%,
	50% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}
}

@-webkit-keyframes flipB {
	from {
		-webkit-transform: translateY(0) rotateX(0deg);
		transform: translateY(0) rotateX(0deg)
	}
	6.25% {
		-webkit-transform: translateY(0) rotateX(0deg);
		transform: translateY(0) rotateX(0deg)
	}
	12.5% {
		-webkit-transform: translateY(-50%) rotateX(90deg);
		transform: translateY(-50%) rotateX(90deg)
	}
	18.75% {
		-webkit-transform: translateY(0) rotateX(180deg);
		transform: translateY(0) rotateX(180deg)
	}
	31.25% {
		-webkit-transform: translateY(0) rotateX(180deg);
		transform: translateY(0) rotateX(180deg)
	}
	37.5% {
		-webkit-transform: translateY(-50%) rotateX(270deg);
		transform: translateY(-50%) rotateX(270deg)
	}
	43.75% {
		-webkit-transform: translateY(0) rotateX(360deg);
		transform: translateY(0) rotateX(360deg)
	}
	50% {
		-webkit-transform: translateY(0) rotateX(360deg);
		transform: translateY(0) rotateX(360deg)
	}
	56.25% {
		-webkit-transform: translateY(0) rotateX(360deg);
		transform: translateY(0) rotateX(360deg)
	}
	62.5% {
		-webkit-transform: translateY(-50%) rotateX(450deg);
		transform: translateY(-50%) rotateX(450deg)
	}
	68.75% {
		-webkit-transform: translateY(0) rotateX(540deg);
		transform: translateY(0) rotateX(540deg)
	}
	81.25% {
		-webkit-transform: translateY(0) rotateX(540deg);
		transform: translateY(0) rotateX(540deg)
	}
	87.5% {
		-webkit-transform: translateY(-50%) rotateX(630deg);
		transform: translateY(-50%) rotateX(630deg)
	}
	93.75% {
		-webkit-transform: translateY(0) rotateX(720deg);
		transform: translateY(0) rotateX(720deg)
	}
	to {
		-webkit-transform: translateY(0) rotateX(720deg);
		transform: translateY(0) rotateX(720deg)
	}
}

@keyframes flipB {
	from {
		-webkit-transform: translateY(0) rotateX(0deg);
		transform: translateY(0) rotateX(0deg)
	}
	6.25% {
		-webkit-transform: translateY(0) rotateX(0deg);
		transform: translateY(0) rotateX(0deg)
	}
	12.5% {
		-webkit-transform: translateY(-50%) rotateX(90deg);
		transform: translateY(-50%) rotateX(90deg)
	}
	18.75% {
		-webkit-transform: translateY(0) rotateX(180deg);
		transform: translateY(0) rotateX(180deg)
	}
	31.25% {
		-webkit-transform: translateY(0) rotateX(180deg);
		transform: translateY(0) rotateX(180deg)
	}
	37.5% {
		-webkit-transform: translateY(-50%) rotateX(270deg);
		transform: translateY(-50%) rotateX(270deg)
	}
	43.75% {
		-webkit-transform: translateY(0) rotateX(360deg);
		transform: translateY(0) rotateX(360deg)
	}
	50% {
		-webkit-transform: translateY(0) rotateX(360deg);
		transform: translateY(0) rotateX(360deg)
	}
	56.25% {
		-webkit-transform: translateY(0) rotateX(360deg);
		transform: translateY(0) rotateX(360deg)
	}
	62.5% {
		-webkit-transform: translateY(-50%) rotateX(450deg);
		transform: translateY(-50%) rotateX(450deg)
	}
	68.75% {
		-webkit-transform: translateY(0) rotateX(540deg);
		transform: translateY(0) rotateX(540deg)
	}
	81.25% {
		-webkit-transform: translateY(0) rotateX(540deg);
		transform: translateY(0) rotateX(540deg)
	}
	87.5% {
		-webkit-transform: translateY(-50%) rotateX(630deg);
		transform: translateY(-50%) rotateX(630deg)
	}
	93.75% {
		-webkit-transform: translateY(0) rotateX(720deg);
		transform: translateY(0) rotateX(720deg)
	}
	to {
		-webkit-transform: translateY(0) rotateX(720deg);
		transform: translateY(0) rotateX(720deg)
	}
}

@-webkit-keyframes flipC {
	from {
		-webkit-transform: translateY(100%) rotateZ(180deg) rotateX(0deg);
		transform: translateY(100%) rotateZ(180deg) rotateX(0deg)
	}
	6.25% {
		-webkit-transform: translateY(100%) rotateZ(180deg) rotateX(0deg);
		transform: translateY(100%) rotateZ(180deg) rotateX(0deg)
	}
	12.5% {
		-webkit-transform: translateY(150%) rotateZ(180deg) rotateX(90deg);
		transform: translateY(150%) rotateZ(180deg) rotateX(90deg)
	}
	18.75% {
		-webkit-transform: translateY(100%) rotateZ(180deg) rotateX(180deg);
		transform: translateY(100%) rotateZ(180deg) rotateX(180deg)
	}
	31.25% {
		-webkit-transform: translateY(100%) rotateZ(180deg) rotateX(180deg);
		transform: translateY(100%) rotateZ(180deg) rotateX(180deg)
	}
	37.5% {
		-webkit-transform: translateY(150%) rotateZ(180deg) rotateX(270deg);
		transform: translateY(150%) rotateZ(180deg) rotateX(270deg)
	}
	43.75% {
		-webkit-transform: translateY(100%) rotateZ(180deg) rotateX(360deg);
		transform: translateY(100%) rotateZ(180deg) rotateX(360deg)
	}
	50% {
		-webkit-transform: translateY(100%) rotateZ(180deg) rotateX(360deg);
		transform: translateY(100%) rotateZ(180deg) rotateX(360deg)
	}
	56.25% {
		-webkit-transform: translateY(100%) rotateZ(180deg) rotateX(360deg);
		transform: translateY(100%) rotateZ(180deg) rotateX(360deg)
	}
	62.5% {
		-webkit-transform: translateY(150%) rotateZ(180deg) rotateX(450deg);
		transform: translateY(150%) rotateZ(180deg) rotateX(450deg)
	}
	68.75% {
		-webkit-transform: translateY(100%) rotateZ(180deg) rotateX(540deg);
		transform: translateY(100%) rotateZ(180deg) rotateX(540deg)
	}
	81.25% {
		-webkit-transform: translateY(100%) rotateZ(180deg) rotateX(540deg);
		transform: translateY(100%) rotateZ(180deg) rotateX(540deg)
	}
	87.5% {
		-webkit-transform: translateY(150%) rotateZ(180deg) rotateX(630deg);
		transform: translateY(150%) rotateZ(180deg) rotateX(630deg)
	}
	93.75% {
		-webkit-transform: translateY(100%) rotateZ(180deg) rotateX(720deg);
		transform: translateY(100%) rotateZ(180deg) rotateX(720deg)
	}
	to {
		-webkit-transform: translateY(100%) rotateZ(180deg) rotateX(720deg);
		transform: translateY(100%) rotateZ(180deg) rotateX(720deg)
	}
}

@keyframes flipC {
	from {
		-webkit-transform: translateY(100%) rotateZ(180deg) rotateX(0deg);
		transform: translateY(100%) rotateZ(180deg) rotateX(0deg)
	}
	6.25% {
		-webkit-transform: translateY(100%) rotateZ(180deg) rotateX(0deg);
		transform: translateY(100%) rotateZ(180deg) rotateX(0deg)
	}
	12.5% {
		-webkit-transform: translateY(150%) rotateZ(180deg) rotateX(90deg);
		transform: translateY(150%) rotateZ(180deg) rotateX(90deg)
	}
	18.75% {
		-webkit-transform: translateY(100%) rotateZ(180deg) rotateX(180deg);
		transform: translateY(100%) rotateZ(180deg) rotateX(180deg)
	}
	31.25% {
		-webkit-transform: translateY(100%) rotateZ(180deg) rotateX(180deg);
		transform: translateY(100%) rotateZ(180deg) rotateX(180deg)
	}
	37.5% {
		-webkit-transform: translateY(150%) rotateZ(180deg) rotateX(270deg);
		transform: translateY(150%) rotateZ(180deg) rotateX(270deg)
	}
	43.75% {
		-webkit-transform: translateY(100%) rotateZ(180deg) rotateX(360deg);
		transform: translateY(100%) rotateZ(180deg) rotateX(360deg)
	}
	50% {
		-webkit-transform: translateY(100%) rotateZ(180deg) rotateX(360deg);
		transform: translateY(100%) rotateZ(180deg) rotateX(360deg)
	}
	56.25% {
		-webkit-transform: translateY(100%) rotateZ(180deg) rotateX(360deg);
		transform: translateY(100%) rotateZ(180deg) rotateX(360deg)
	}
	62.5% {
		-webkit-transform: translateY(150%) rotateZ(180deg) rotateX(450deg);
		transform: translateY(150%) rotateZ(180deg) rotateX(450deg)
	}
	68.75% {
		-webkit-transform: translateY(100%) rotateZ(180deg) rotateX(540deg);
		transform: translateY(100%) rotateZ(180deg) rotateX(540deg)
	}
	81.25% {
		-webkit-transform: translateY(100%) rotateZ(180deg) rotateX(540deg);
		transform: translateY(100%) rotateZ(180deg) rotateX(540deg)
	}
	87.5% {
		-webkit-transform: translateY(150%) rotateZ(180deg) rotateX(630deg);
		transform: translateY(150%) rotateZ(180deg) rotateX(630deg)
	}
	93.75% {
		-webkit-transform: translateY(100%) rotateZ(180deg) rotateX(720deg);
		transform: translateY(100%) rotateZ(180deg) rotateX(720deg)
	}
	to {
		-webkit-transform: translateY(100%) rotateZ(180deg) rotateX(720deg);
		transform: translateY(100%) rotateZ(180deg) rotateX(720deg)
	}
}

.go-top {
	position: fixed;
	cursor: pointer;
	right: 3%;
	top: 87%;
	background-color: #051C34;
	z-index: 4;
	width: 40px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	-webkit-transform: scale(0);
	transform: scale(0);
	visibility: hidden;
	-webkit-transition: .9s;
	transition: .9s
}

.go-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 20px
}

.go-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%
}

.go-top::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #051C34;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s
}

.go-top:hover {
	color: #fff;
	background-color: #051C34
}

.go-top:hover::before {
	opacity: 1;
	visibility: visible
}

.go-top:hover i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden
}

.go-top:hover i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%
}

.go-top:focus {
	color: #fff
}

.go-top:focus::before {
	opacity: 1;
	visibility: visible
}

.go-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden
}

.go-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%
}

.go-top.active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	right: 3%;
	top: 84%;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.video-btn {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 0;
	color: #051C34;
	position: relative;
	top: 3px;
	z-index: 1;
	background-color: rgba(98, 189, 94, .8);
	border-radius: 50%;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.video-btn i {
	font-size: 42px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 3px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%
}

.video-btn::after,
.video-btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
	left: 0;
	border-radius: 0;
	border-radius: 50%;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	-webkit-animation: ripple 1.6s ease-out infinite;
	animation: ripple 1.6s ease-out infinite;
	background-color: rgba(98, 189, 94, .8)
}

.video-btn:hover {
	background-color: rgba(27, 27, 27, .8)
}

.video-btn:hover::before,
.video-btn:hover::after {
	background-color: rgba(27, 27, 27, .8)
}

@-webkit-keyframes ripple {
	0%,
	35% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: .8
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2)
	}
}

@keyframes ripple {
	0%,
	35% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: .8
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2)
	}
}

.nice-select .list {
	width: 100%;
	border-radius: 0;
	height: 200px;
	overflow-y: scroll
}

.nice-select .option:hover {
	background-color: #051C34;
	color: #fff
}

.nice-select .option.selected.focus {
	color: #051C34
}

.nice-select .current {
	font-size: 16px
}

.pagination-area {
	margin-top: 10px
}

.pagination-area .page-numbers {
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: #051C34;
	text-align: center;
	display: inline-block;
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 17px;
	background-color: #f9fbfe;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	border: 1px solid #ebebeb
}

.pagination-area .page-numbers:hover {
	color: #fff;
	border-color: #051C34;
	background-color: #051C34
}

.pagination-area .page-numbers i {
	font-size: 20px
}

.pagination-area .page-numbers.next {
	top: 3px
}

.pagination-area .page-numbers.current {
	color: #fff;
	border-color: #051C34;
	background-color: #051C34
}

@-webkit-keyframes moVebounce {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}
	50% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}
}

@keyframes moVebounce {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}
	50% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}
}

@-webkit-keyframes moveBounce {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
	50% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}

@keyframes moveBounce {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
	50% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}

@-webkit-keyframes FocuS {
	0% {
		opacity: 0
	}
	75% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@keyframes FocuS {
	0% {
		opacity: 0
	}
	75% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-webkit-keyframes border-transform {
	0%,
	100% {
		border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
	}
	14% {
		border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
	}
	28% {
		border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
	}
	42% {
		border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
	}
	56% {
		border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
	}
	70% {
		border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
	}
	84% {
		border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
	}
}

@keyframes border-transform {
	0%,
	100% {
		border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
	}
	14% {
		border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
	}
	28% {
		border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
	}
	42% {
		border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
	}
	56% {
		border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
	}
	70% {
		border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
	}
	84% {
		border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
	}
}

.widget-sidebar .single-team-member::before {
	opacity: 1
}

.widget-sidebar .single-team-member .team-content {
	opacity: 1
}



@media(max-width:460px) {
.head-box .head-right font {
	display: none;
}
}
.met-editor {
	padding: 30px;
	background: #ffffff;
	width: 100%;
	max-width: 100%;
	word-wrap: break-word;
}
.met-content {
	padding: 50px 0;
}
 @media (min-width:992px) {
.met-cons {
	float: right;
}
.met-conx {
	float: left;
}
}
.met-content .met-position.pattern-show {
	margin-bottom: 1px;
	background: #fff;
	padding: 20px 30px;
}
.met-content .met-position.pattern-show .breadcrumb {
	padding: 0!important;
}
.met-content .met-position.pattern-show .breadcrumb>li+li:before {
	color: #333;
}
 @media (min-width:1200px) {
.met-content .met-position.pattern-show .breadcrumb {
}
}
 @media (max-width:1199px) {
.met-content .met-position.pattern-show {
	padding: 15px 30px;
}
}
 @media (max-width:767px) {
.met-content .met-position.pattern-show {
	padding: 15px;
}
}
.met-content .met-product {
	background: none;
	margin: 40px 0 0 0;
}
.met-content .met-product .widget-shadow {
	box-shadow: none;
}
.met-content .met-product .widget .widget-header {
	border: 1px solid #e9e9e9;
	border-bottom: 0;
	overflow: hidden;
}
.met-content .met-product .widget .widget-header img {
	display: block;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.met-content .met-product li:hover .widget .widget-header img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.met-content .met-product .widget>.widget-title {
	background: #fff;
	text-align: center;
	margin: 0 0 40px 0;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.met-content .met-product .widget>.widget-title a {
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.met-content .met-product li:hover .widget>.widget-title {
	background: #051C34;
}
.met-content .met-product li:hover .widget>.widget-title a {
	color: #fff;
}
.met-content .met-product .blocks>li, .met-content .met-product [class*="blocks-"]>li {
	margin: 0;
}
 @media (max-width:1199px) {
.met-content .met-product {
	margin: 30px 0 0 0;
}
.met-content .met-product .widget>.widget-title {
	margin: 0 0 30px 0;
}
}
 @media (max-width:992px) {
.met-content {
	padding: 30px 15px;
}
.met-content .met-product {
	padding: 0 7.5px;
	margin: 15px 0 0 0;
}
.met-content .met-product .widget>.widget-title {
	margin: 0 0 15px 0;
}
.met-content .met-product .blocks>li, .met-content .met-product [class*="blocks-"]>li {
	padding-left: 7.5px;
	padding-right: 7.5px;
}
}
 @media (max-width:767px) {
.met-content {
	padding: 15px 0;
}
}
.met-showproduct-title {
	text-align: center;
	display: block;
	margin: 22px 0;
	font-size: 28px;
	font-weight: normal;
}
.product-para {
	border-top: 1px solid #e9e9e9;
	padding: 22px 0 0 0;
	margin: 0;
}
.pagetype2 .product-para {
	border: none;
	padding-bottom: 40px;
}
.nav-tabs-line>li.active>a, .nav-tabs-line>li.active>a:focus, .nav-tabs-line>li.active>a:hover {
	color: #051C34;
	border-bottom-color: #051C34;
}
.product-hot-box {
}
.product-hot-box h2 {
	display: block;
	margin: 30px 0 15px;
	font-size: 18px;
	font-weight: normal;
}
.product-hot-box ul {
}
.product-hot-box ul li {
}
.product-hot-box ul li a.img {
	display: block;
	overflow: hidden;
	border: 1px solid #e9e9e9;
}
.product-hot-box ul li a.img img {
	display: block;
	width: 100%;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.product-hot-box ul li a.txt {
	display: block;
	text-align: center;
	line-height: 40px;
	background: #f8f8f8;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.product-hot-box ul li:hover a.img img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.product-hot-box ul li:hover a.txt {
	background: #051C34;
	color: #fff;
}
.met-service {
	background: #fff;
	overflow: hidden;
}
.met-service h3 {
	display: block;
	margin: 25px 15px 5px 15px;
	padding: 0 0 0 8px;
	line-height: 1;
	border-left: 4px solid #051C34;
	font-size: 22px;
	font-weight: normal;
}
.met-service h4 {
	display: block;
	margin: 25px 15px 5px 15px;
	padding: 0 0 0 8px;
	line-height: 1;
	border-left: 4px solid #55D4FF;
	font-size: 18px;
	font-weight: normal;
}
.met-service ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 10px 7.5px 20px 7.5px;
}
.met-service ul:after {
	display: block;
	content: '';
	clear: both;
}
.met-service ul li {
	float: left;
	width: 100%;
	display: block;
	list-style: none;
	margin: 0;
	padding: 10px 7.5px;
}
.met-service ul li a {
	display: block;
	text-align: center;
}
.met-service ul li a span {
	display: block;
	overflow: hidden;
}
.met-service ul li a span img {
	display: block;
	width: 100%;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.met-service ul li a:hover span img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.met-service ul li a h6 {
	display: block;
	font-size: 16px;
	margin: 10px 0 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.met-service ul li a:hover h6 {
	color: #051C34!important;
}
 @media (max-width:992px) {
.met-service {
	margin-top: 15px;
}
.met-service ul li {
	width: 25%;
}
}
 @media (max-width:767px) {
.met-service ul li {
	width: 33.3333%;
}
}
 @media (max-width:460px) {
.met-service ul li {
	width: 50%;
}
}
.met-information {
	background: #fff;
	overflow: hidden;
	margin-top: 15px;
}
.met-information h3 {
	display: block;
	margin: 25px 15px 0 15px;
	padding: 0 0 0 8px;
	line-height: 1;
	border-left: 4px solid #051C34;
	font-size: 22px;
	font-weight: normal;
}
.met-information ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 10px 15px 20px 15px;
}
.met-information ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #e9e9e9;
}
.met-information ul li h6 {
	display: block;
	margin: 0;
	font-size: 16px;
}
.met-information ul li a {
}
.met-information ul li a:hover {
	color: #051C34!important;
}
 @media (max-width:992px) {
.met-information {
	margin-top: 15px;
}
}
.news-lists {
}
.news-lists ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.news-lists ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px solid #e9e9e9;
}
.news-lists ul li:after {
	display: block;
	content: '';
	clear: both;
}
.news-lists ul li h4 {
	font-size: 22px;
	margin: 0 0 10px 0;
}
.news-lists ul li p.info {
	margin: 5px 0 15px 0;
	font-size: 14px;
}
.news-lists ul li p.info span {
	margin-right: 10px;
	color: #666;
}
.news-lists ul li p.info span i {
	margin-right: 5px;
}
.news-lists ul li p.des {
	margin: 0 0 5px 0;
}
.news-lists ul li p.more {
	text-align: right;
	margin: 0;
}
.news-lists ul li p.more a {
	color: #051C34!important;
}
.news-lists ul li p.more a:hover {
	color: #be6fe8!important;
}
.news-lists ul li a.img {
	float: left;
	margin-right: 20px;
}
.news-lists ul li a.img img {
	max-height: 170px;
	max-width: 100%;
}
 @media (max-width:480px) {
.news-lists ul li a.img1 {
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
	display: block;
}
.news-lists ul li a.img {
	width: 28%;
	margin-right: 10px;
}
}
.met-shownews-header {
	background: #fff;
	overflow: hidden;
}
.met-shownews-header h1 {
	text-align: center;
	font-size: 28px;
	padding: 0 15px;
	font-weight: normal;
	color: #000;
}
.met-shownews-header .info {
	margin: 0;
	padding-bottom: 10px;
	text-align: center;
}
.met-shownews-header .info span {
	margin-right: 10px;
	color: #666;
}
.met-shownews-header .info span i {
	margin-right: 5px;
}
.met-content .met-img {
}
.met-content .met-img ul {
	margin: 40px -25px 0 -25px;
}
.met-content .met-img .case-slide {
	padding: 0 25px;
	margin-bottom: 50px;
}
 @media (max-width:1199px) {
.met-content .met-img ul {
	margin: 30px -15px 0 -15px;
}
}
 @media (max-width:767px) {
.met-content .met-img ul {
	margin: 15px -15px 0 -15px;
}
}
 @media (max-width:767px) {
.met-editor {
	padding: 10px;
}
}
.met-editor p {
	margin-bottom: 16px;
}
.met-editor img {
	max-width: 100%;
}
.met-editor img:not(.imgloading) {
	height: auto!important;
}
.met-editor table {
	color: #2a333c;
}
.met-editor .table-saw {
	overflow-x: auto;
}
.met-editor .metvideobox, .met-editor video, .met-editor .metvideo, .met-editor iframe, .met-editor embed {
	max-width: 100%!important;
	margin: auto;
	display: block;
}
.met-editor .metvideobox .video-js {
	height: 100%!important;
}
.met-editor .metvideobox .video-js video {
	height: 100%!important;
}
.vjs-fullscreen {
}
 @media(max-width:767px) {
.met-editor .metvideobox {
	max-height: 350px;
}
}
.met-editor .lg-item-box {
	display: inline;
}
.btn-outline.btn-primary {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
h1, h2, h3, h4, h5, h6 {
	text-shadow: none;
}
.met_pager {
	margin-top: 20px;
	text-align: center;
}
.met_pager * {
	display: inline-block;
}
.met_pager a {
	padding: 9px 15px;
	border: 1px solid #e4eaec;
	border-right: none;
	background: #fff;
	text-align: center;
	color: #76838f;
}
.met_pager a:hover {
	background: #f5f5f5;
	text-decoration: none;
}
.met_pager a.NextA {
	border-right: 1px solid #e4eaec;
}
.met_pager .PreSpan, .met_pager .NextSpan {
	padding: 9px 15px;
	border: 1px solid #e4eaec;
	background: #fff;
	color: #ccd5db;
	cursor: default;
}
.met_pager .firstPage, .met_pager .lastPage {
	min-width: 40px;
	height: 28px;
	line-height: 28px;
}
.met_pager a.Ahover {
	border-color: #051C34;
	background: #051C34;
	color: #fff;
	cursor: default;
}
.met_pager a.Ahover:hover {
	border-color: #051C34;
	background: #051C34;
	color: #fff;
}
.met_pager a {
	text-decoration: none;
}
.met_pager a:active, .met_pager a:focus, .met_pager a:hover {
	text-decoration: none;
}
.met_pager .PageText {
	display: none;
	margin-left: 10px;
	color: #aaa;
}
.met_pager input {
	display: none;
}
.pager li {
	width: 49%;
	display: inline-block;
}
.pager li a {
	max-width: 100%;
}
.met-scroll-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 10;
}
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.less-flex-vm {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.animation-slide-top10 {
	animation-name: slide-top10;
	-webkit-animation-name: slide-top10;
	-moz-animation-name: slide-top10;
	-ms-animation-name: slide-top10;
	-o-animation-name: slide-top10;
}
.animation-slide-bottom10 {
	animation-name: slide-bottom10;
	-webkit-animation-name: slide-bottom10;
	-moz-animation-name: slide-bottom10;
	-ms-animation-name: slide-bottom10;
	-o-animation-name: slide-bottom10;
}
.animation-slide-left10 {
	animation-name: slide-left10;
	-webkit-animation-name: slide-left10;
	-moz-animation-name: slide-left10;
	-ms-animation-name: slide-left10;
	-o-animation-name: slide-left10;
}
.animation-slide-right10 {
	animation-name: slide-right10;
	-webkit-animation-name: slide-right10;
	-moz-animation-name: slide-right10;
	-ms-animation-name: slide-right10;
	-o-animation-name: slide-right10;
}
.animation-slide-top50 {
	animation-name: slide-top50;
	-webkit-animation-name: slide-top50;
	-moz-animation-name: slide-top50;
	-ms-animation-name: slide-top50;
	-o-animation-name: slide-top50;
}
.animation-slide-bottom50 {
	animation-name: slide-bottom50;
	-webkit-animation-name: slide-bottom50;
	-moz-animation-name: slide-bottom50;
	-ms-animation-name: slide-bottom50;
	-o-animation-name: slide-bottom50;
}
.animation-slide-left50 {
	animation-name: slide-left50;
	-webkit-animation-name: slide-left50;
	-moz-animation-name: slide-left50;
	-ms-animation-name: slide-left50;
	-o-animation-name: slide-left50;
}
.animation-slide-right50 {
	animation-name: slide-right50;
	-webkit-animation-name: slide-right50;
	-moz-animation-name: slide-right50;
	-ms-animation-name: slide-right50;
	-o-animation-name: slide-right50;
}
 @-webkit-keyframes slide-top10 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -10%, 0);
 transform: translate3d(0, -10%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes slide-top10 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -10%, 0);
 transform: translate3d(0, -10%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @-webkit-keyframes slide-bottom10 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 10%, 0);
 transform: translate3d(0, 10%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes slide-bottom10 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 10%, 0);
 transform: translate3d(0, 10%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @-webkit-keyframes slide-left10 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-10%, 0, 0);
 transform: translate3d(-10%, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes slide-left10 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-10%, 0, 0);
 transform: translate3d(-10%, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @-webkit-keyframes slide-right10 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(10%, 0, 0);
 transform: translate3d(10%, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes slide-right10 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(10%, 0, 0);
 transform: translate3d(10%, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @-webkit-keyframes slide-top50 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -50%, 0);
 transform: translate3d(0, -50%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes slide-top50 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -50%, 0);
 transform: translate3d(0, -50%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @-webkit-keyframes slide-bottom50 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 50%, 0);
 transform: translate3d(0, 50%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes slide-bottom50 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 50%, 0);
 transform: translate3d(0, 50%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @-webkit-keyframes slide-left50 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-50%, 0, 0);
 transform: translate3d(-50%, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes slide-left50 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-50%, 0, 0);
 transform: translate3d(-50%, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @-webkit-keyframes slide-right50 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(50%, 0, 0);
 transform: translate3d(50%, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes slide-right50 {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(50%, 0, 0);
 transform: translate3d(50%, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
body[class*=met-navfixed] {
	padding-top: 100px;
}
body[class*=met-navfixed].nav-header {
	padding-top: 140px;
}
body[class*=met-navfixed].met-navflex {
	padding-top: 150px;
}
body[class*=met-navfixed].nav-header.met-navflex {
	padding-top: 190px;
}
 @media (max-width:1199px) {
body[class*=met-navfixed] {
	padding-top: 80px;
}
body[class*=met-navfixed].nav-header {
	padding-top: 120px;
}
body[class*=met-navfixed].met-navflex {
	padding-top: 130px;
}
body[class*=met-navfixed].nav-header.met-navflex {
	padding-top: 170px;
}
}
 @media (max-width:767px) {
body[class*=met-navfixed] {
	padding-top: 60px;
}
body[class*=met-navfixed].nav-header {
	padding-top: 100px;
}
}
header.navbar-fixed-top {
	z-index: 1602;
}
body.met-navfixed-langlist {
	padding-top: 130px;
}
.met-nav {
	min-height: 100px;
	margin-bottom: 0px;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	position: relative;
	z-index: 1601;
}
.met-nav.navbar-shadow {
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.met-nav.navbar-fixed-top {
	position: fixed;
}
header+.met-nav.navbar-fixed-top {
	top: 40px;
}
.met-nav .container {
	position: relative;
}
.met-nav .row {
	position: relative;
}
.met-nav .navbar-logo {
	height: 100px;
	margin: 0px;
	margin-left: 0px!important;
	padding: 0px;
	display: block;
}
.met-nav .navbar-logo img {
	max-height: 90px;
}
.met-nav .navbar-toggle {
	height: 60px;
	margin-right: 0;
	border: none;
}
.met-nav .nav>li>a {
	color: #2a333c!important;
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
	transition: background 0.5s;
	-moz-transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
}
.met-nav .nav>li>a:hover {
	color: #051C34!important;
}
.met-nav .nav li a.active, .met-nav .dropdown.open>a {
	color: #051C34!important;
}
.met-nav .nav>li>a:hover, .met-nav .dropdown.open>a {
	background: none!important;
}
.met-nav .nav>li.openallsub.open .dropdown-menu {
	display: block;
}
.met-nav .nav>li.openallsub.open .dropdown-menu .dropdown-submenu>a:after {
	display: none;
}
.met-nav .nav>li.openallsub.open .dropdown-menu .dropdown-menu {
	position: static;
	float: none;
	border-right: none;
	border-left: none;
}
.met-nav .nav>li.openallsub.open .dropdown-menu .dropdown-menu li a {
	padding: 5px 15px 5px 30px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	background: none;
}
 @media (max-width:767px) {
.met-nav .nav>li.openallsub.open .dropdown-menu .dropdown-menu li a {
	padding-left: 35px;
}
}
.met-nav .dropdown-menu.overflow-visible .dropdown-submenu:hover .dropdown-menu {
	display: table;
}
.met-nav .dropdown-menu>.dropdown-submenu.dropdown-menu-left .dropdown-menu {
	left: auto;
	right: 100%;
}
.met-nav .met-langlist {
	height: 100px;
	margin: 0!important;
	padding-right: 15px;
}
.met-nav .met-langlist .dropdown-menu {
	top: 48px;
	bottom: auto;
}
.met-nav .met-langlist .modal {
	background: rgba(0,0,0,0.3);
}
.met-nav .navbar-nav>li>a {
	padding: 7.5px 15px;
}
.met-nav .navlist.flex {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.met-nav .navlist.flex>li {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}
.met-nav .navlist.flex>li>a {
	height: 50px;
	line-height: 50px;
}
.met-nav .navlist.flex>li>.dropdown-menu {
	top: 50px;
}
 @media (min-width:768px) {
.met-nav.navbar-fixed-top .navbar-collapse {
	padding: 0 15px;
}
.met-nav .nav-langlist>*:first-child {
	margin-right: 120px;
}
.met-nav .nav>li>a {
	padding-top: 0px;
	padding-bottom: 0px;
	height: 100px;
	line-height: 100px;
}
.met-nav .dropdown-menu {
	top: 85px;
}
.met-nav .dropdown-menu.bullet {
	top: 100px;
}
.met-nav .met-nav-login {
	height: 100px;
	padding-top: 0px;
	margin-left: 15px;
}
.met-nav .met-head-user {
	margin-top: 30px;
	margin-left: 15px;
}
.met-nav .met-langlist {
	position: absolute;
	right: 0;
	top: 0;
}
.met-nav .navlist.flex {
	margin: 0 -15px;
	float: none!important;
	width: auto;
	clear: both;
	position: relative;
	border-top: 1px solid #e9e9e9;
}
}
 @media (max-width:991px) {
.met-nav .navlist>li {
	margin-left: 10px!important;
}
.met-nav .nav-shop .navlist>li {
	margin-left: 0!important;
}
.met-nav .met-nav-login {
	margin-left: 10px;
}
}
 @media (max-width:1199px) {
.met-nav {
	min-height: 80px;
}
.met-nav .nav>li {
	margin: 0!important;
}
.met-nav .nav>li>a {
	height: 80px;
	line-height: 80px;
}
.met-nav .met-head-user {
	margin-top: 20px;
}
.met-nav .met-langlist {
	height: 80px;
}
.met-nav .met-nav-login {
	height: 80px;
}
.met-nav .navbar-logo {
	height: 80px;
}
.met-nav .navbar-logo img {
	max-height: 70px;
}
}
 @media (max-width:767px) {
.met-nav {
	min-height: 60px;
}
.met-nav .navbar-toggle, .met-nav .navbar-logo {
	height: 60px;
}
body[class*=met-navfixed] {
	padding-top: 60px;
}
.met-nav .met-nav-login {
	height: auto;
}
.met-nav .navbar-logo img {
	max-width: 130px;
}
.met-nav .navlist>li {
	margin-left: 0px!important;
}
.met-nav .nav>li>a {
	height: auto;
	line-height: 28px;
}
.met-nav .dropdown-menu.bullet:before, .met-nav .dropdown-menu.bullet:after {
	display: none;
}
.met-nav .dropdown-menu.dropdown-menu.animate, .met-nav .dropdown-menu.animate.overflow-visible .dropdown-menu {
	width: 100%;
}
.met-nav .dropdown-menu.dropdown-menu.animate>li>a, .met-nav .dropdown-menu.animate.overflow-visible .dropdown-menu>li>a {
	width: 100%;
	white-space: normal;
	word-break: break-all;
}
.met-nav .dropdown-menu .dropdown-submenu .dropdown-menu>li>a {
	padding-left: 40px;
}
.met-nav .navbar-logo {
	margin-left: 10px!important;
}
.met-nav.navbar-fixed-top .navbar-collapse-toolbar {
	max-height: 340px;
	overflow-y: auto;
}
.met-nav .met-nav-login, .met-nav .met-nav-right-shop, .met-nav .met-head-user {
	margin: 12px 0 0!important;
}
.met-nav .met-langlist {
	height: 60px;
	float: right;
	margin-right: 5px!important;
}
.met-nav .met-langlist .btn {
	padding: 6px 10px;
}
}
.search-box {
	position: relative;
	z-index: 1;
}
.search-form form input {
	line-height: 20px;
	padding: 20px;
	border: none;
	outline: none;
	width: 300px;
	color: #fff;
	background: #051C34;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
 .search-form form input::-webkit-input-placeholder {
 color: #fff;
}
 .search-form form input:-moz-placeholder {
 color: #fff;
}
 .search-form form input::-moz-placeholder {
 color: #fff;
}
 .search-form form input:-ms-input-placeholder {
 color: #fff;
}
.search-form:hover form input {
	background: #be6fe8;
}
.search-form form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding: 0 10px;
	background: none;
	color: #fff;
	border: none;
	cursor: pointer;
	outline: none;
}
 @media (min-width:768px) {
.search-button {
	line-height: 100px;
	padding: 0 10px;
}
.search-form {
	position: absolute;
	top: 100%;
	right: 0;
	visibility: hidden;
	opacity: 0;
	transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.search-box:hover .search-form {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
}
.search-form form {
	position: relative;
}
.search-form form:before {
	position: absolute;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #051C34 transparent;
	content: '';
	right: 10px;
	top: -10px;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.search-form:hover form:before {
	border-color: transparent transparent #be6fe8 transparent;
}
body.met-navflex .search-box .search-form {
	padding-right: 10px;
	top: 25px;
	right: 100%;
}
body.met-navflex .search-box .search-form input {
	padding: 15px;
	font-size: 14px;
	width: 250px;
}
body.met-navflex .search-box .search-form form:before {
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #051C34;
	content: '';
	top: 15px;
	right: -10px;
}
body.met-navflex .search-form:hover form:before {
	border-color: transparent transparent transparent #be6fe8;
}
body.met-navflex .search-box .search-form {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
}
}
 @media (max-width:1199px) {
body.met-navflex .search-box .search-form {
	top: 15px;
}
.search-button {
	line-height: 80px;
}
}
 @media (max-width:767px) {
.search-box {
	margin: 12px 0 0 0;
}
.search-button {
	display: none;
}
.search-form form input {
	padding: 10px 15px;
	width: 100%;
}
}
.met-head-user>li>a {
	padding-top: 0;
	padding-bottom: 0;
	height: 40px;
	line-height: 40px;
}
.met-head-user .dropdown-menu {
	top: 70px;
}
.met-banner {
	width: 100%;
	height: 300px;
	margin: 0!important;
	display: table;
	background: #ccc;
}
.met-banner.fixedheight {
	display: -moz-deck;
}
.met-banner.fixedheight .slick-slide {
	height: 100%;
}
.met-banner.fixedheight .slick-slide img {
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.met-banner.banner-ny-h {
	height: 150px;
}
.met-banner.banner-ny-h .slick-slide img {
	min-height: 100px;
}
 @media (max-width:991px) {
.met-banner.banner-ny-h {
	height: 100px;
}
}
.met-banner.slick-slider {
	display: block;
}
.met-banner .slick-list, .met-banner .slick-track {
	height: 100%;
}
.met-banner .slick-slide {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.met-banner .slick-slide:first-child {
	display: block;
}
.met-banner .slick-slide a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.met-banner .slick-slide img {
	min-height: 150px;
}
.met-banner .slick-arrow {
	width: 15%;
	height: 100%;
	display: none!important;
	top: 50%;
	text-align: center;
}
.met-banner .slick-arrow.slick-prev {
	background: linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.met-banner .slick-arrow.slick-next {
	background: linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.met-banner .slick-arrow:hover i {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.met-banner .slick-arrow i {
	font-size: 70px;
	color: #fff!important;
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
}
 @media (max-width:767px) {
.met-banner .slick-arrow i {
	font-size: 50px;
}
}
.met-banner .slick-dots {
	margin: 0;
	bottom: 20px;
}
.met-banner .slick-dots li {
	margin: 0 2px;
}
 @media (max-width:991px) {
.met-banner {
	height: 150px;
}
}
 @media (min-width:768px) {
.met-banner:hover .slick-arrow {
	display: block!important;
}
}
 @media (max-width:767px) {
.met-banner .slick-dots {
	bottom: 5px;
}
.met-banner .slick-dots li {
	width: 15px;
	height: 15px;
	margin: 0;
}
}
.met-banner .banner-text {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.met-banner .banner-text .container {
	height: 100%;
	display: table;
	text-align: center;
}
.met-banner .banner-text .container .banner-text-con {
	display: table-cell;
	vertical-align: middle;
}
.met-banner .banner-text.p-1 .container {
	text-align: left;
}
.met-banner .banner-text.p-1 .container .banner-text-con div {
	width: 60%;
	float: left;
}
.met-banner .banner-text.p-2 .container {
	text-align: right;
}
.met-banner .banner-text.p-2 .container .banner-text-con div {
	width: 60%;
	float: right;
}
.met-banner .banner-text.p-3 {
	top: 10%;
}
.met-banner .banner-text.p-3 .container .banner-text-con {
	vertical-align: top;
}
.met-banner .banner-text.p-4 {
	top: auto;
	bottom: 10%;
}
.met-banner .banner-text.p-4 .container .banner-text-con {
	vertical-align: bottom;
}
.met-banner .banner-text.p-3 .container .banner-text-con, .met-banner .banner-text.p-4 .container .banner-text-con, .met-banner .banner-text.p-5 .container .banner-text-con {
	width: 60%;
}
.met-banner .banner-text h4, .met-banner .banner-text p {
	color: #fff;
}
.met-banner .banner-text h4 {
	margin: 0;
	font-size: 30px;
	font-weight: 500;
}
.met-banner .banner-text p {
	font-size: 36px;
	margin: 20px 0 0;
	text-shadow: none;
}
.met-banner .banner-text .btn {
	margin-top: 30px;
	font-size: 20px;
}
 @media (max-width:991px) {
.met-banner .banner-text h4 {
	font-size: 20px;
}
.met-banner .banner-text p {
	font-size: 30px;
}
}
 @media (max-width:767px) {
.met-banner .banner-text .container {
	width: 100%;
}
.met-banner .banner-text.p-5 .container .banner-text-con {
	width: 100%;
}
.met-banner .banner-text h4 {
	font-size: 18px;
}
.met-banner .banner-text p {
	margin-top: 15px;
	font-size: 24px;
}
.met-banner .banner-text .btn {
	margin-top: 20px;
	font-size: 16px;
}
}
 @media (max-width:479px) {
.met-banner .banner-text h4 {
	font-size: 16px;
}
.met-banner .banner-text p {
	margin-top: 10px;
	font-size: 20px;
}
}
.met-banner-ny {
	background-color: #051C34;
	height: 120px;
}
.met-banner-ny h1, .met-banner-ny h2 {
	margin: 0px;
	padding: 10px 30px;
	font-size: 35px;
	font-weight: 300;
	text-shadow: none;
	color: #fff;
}
 @media (max-width:767px) {
.met-banner-ny {
	height: 90px;
}
.met-banner-ny h1, .met-banner-ny h2 {
	font-size: 26px;
}
}
.met-position {
	background: #ffffff;
	border-bottom: 1px solid #f0f2f5;
}
.met-position.bordernone {
	border-bottom: none;
}
.met-nav+.met-position {
	background: none;
}
.breadcrumb>li+li:before {
	color: #333;
}
.met-nav+.met-position>.container>.row {
	margin: 0;
}
 @media (max-width:767px) {
.met-position {
	border-bottom: 1px solid #f0f2f5;
}
}
.met-position .breadcrumb {
	margin: 0px;
	padding: 15px;
}
.met-position a {
	text-decoration: none;
}
.met-position a:active, .met-position a:focus, .met-position a:hover {
	text-decoration: none;
}
.met-position.pattern-show {
	border-bottom: none;
}
.met-position.pattern-show .breadcrumb {
	padding: 10px;
}
.met-column-nav {
	background: #fff;
	text-align: center;
}
.met-column-nav.bordernone {
	border-bottom: none;
}
.met-column-nav .met-column-nav-ul {
	padding: 0px;
	list-style: none;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.met-column-nav .met-column-nav-ul>li {
	white-space: nowrap;
	display: inline-block;
	float: none;
}
.met-column-nav .met-column-nav-ul>li:last-child {
	margin: 0!important;
}
.met-column-nav .met-column-nav-ul>li a.link {
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 300;
	color: #2a333c;
}
.met-column-nav .met-column-nav-ul>li a.link:active, .met-column-nav .met-column-nav-ul>li a.link:focus, .met-column-nav .met-column-nav-ul>li a.link:hover {
	text-decoration: none;
}
.met-column-nav .met-column-nav-ul>li a.link:hover, .met-column-nav .met-column-nav-ul>li a.link.active {
	color: #051C34;
}
.met-column-nav .met-column-nav-ul>li>ul>li>a.active {
	color: #051C34!important;
}
.met-column-nav .product-search:first-child {
	margin-top: 10px;
}
.met-column-nav .product-search .form-group {
	max-width: 500px;
	margin: 0 auto 10px;
}
 @media (max-width:767px) {
.met-column-nav .met-column-nav-ul>li {
	margin: 0!important;
}
.met-column-nav {
	border-bottom: 1px solid #f0f2f5;
}
.met-column-nav .row {
	margin: 0;
}
.met-column-nav .sidebar-tile {
	height: 54px;
}
}
.met-links {
	background: #282828;
	padding: 15px 0px;
	color: #ddd;
}
.met-links a {
	color: #ddd;
}
.met-links a:hover {
	color: #fff;
}
.met-links ol {
	margin-bottom: 0px;
}
.met-links .breadcrumb>li+li:before {
	color: #ddd;
}
.met-links li {
	white-space: nowrap;
}
.met-links li img {
	height: 40px;
}
.met-footnav {
	padding: 40px 0px;
	background: #222;
}
 @media (max-width:991px) {
.met-footnav {
	padding: 30px 0;
}
.met-footnav .list {
	margin-bottom: 20px;
}
}
 @media (max-width:767px) {
.met-footnav {
	padding: 20px 0;
}
.met-footnav .list {
	margin-bottom: 15px;
}
}
.met-footnav h4 {
	font-size: 18px;
	margin-top: 0px;
	text-shadow: none;
}
.met-footnav h4 a {
	color: #ddd;
	margin-bottom: 4px;
	display: inline-block;
	text-decoration: none;
}
.met-footnav h4 a:hover {
	color: #fff;
}
.met-footnav h4 a:active, .met-footnav h4 a:focus, .met-footnav h4 a:hover {
	text-decoration: none;
}
.met-footnav ul {
	padding: 0px;
	margin-bottom: 0px;
	list-style: none;
}
.met-footnav ul li {
	margin: 13px 0 0 0;
}
.met-footnav ul li a {
	color: #aaa;
	text-decoration: none;
}
.met-footnav ul li a:active, .met-footnav ul li a:focus, .met-footnav ul li a:hover {
	text-decoration: none;
}
.met-footnav ul li a:hover {
	color: #fff;
}
.met-footnav .info b {
	font-size: 18px;
	line-height: 1.2;
	font-weight: normal;
	color: #ddd;
}
.met-footnav .info em {
	display: block;
	font-size: 28px;
	font-style: normal;
}
.met-footnav .info em a {
	color: #eee;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
}
.met-footnav .info em a:hover {
	color: #fff;
}
.met-footnav .info p {
	color: #aaa;
	border-top: 1px solid #333;
	padding: 10px 0;
}
.met-footnav .info i {
	font-size: 16px;
	color: #999;
	width: 35px;
	height: 35px;
	border: 1px solid #555;
	text-align: center;
	line-height: 33px;
	cursor: pointer;
	border-radius: 3px;
	transition: .3s;
}
.met-footnav .info i:hover {
	color: #fff;
	border-color: #fff;
}
.met-footnav .info span {
	display: block;
}
.met-footnav .info span:after {
	display: block;
	content: '';
	clear: both;
}
.met-footnav .info span a {
	float: left;
	margin-right: 12px;
}
.met-footnav .info a {
}
.met-footnav .info a:hover, .met-footnav .info a:focus {
	text-decoration: none;
}
 @media (min-width:992px) {
.info-phone {
	max-width: 260px;
	float: right;
}
.met-footnav .info {
	text-align: left;
}
}
 @media (max-width:991px) {
.met-footnav .list, .met-footnav .info {
	text-align: center;
}
.info-phone, .met-footnav .info span {
	display: inline-block;
}
}
footer {
	height: auto;
	background: #222;
	color: #aaa;
	line-height: 1.8;
}
footer .container {
	border-top: 1px solid #282828;
	margin-top: -1px;
	padding-top: 20px;
	padding-bottom: 20px;
}
footer a {
	color: #aaa;
}
footer a:hover {
	color: #fff;
}
footer p {
	margin-bottom: 0px;
}
.met-langlist .flag-icon {
	margin-right: 3px;
	font-size: 15px;
}
.met-langlist .dropdown-menu {
	min-width: 100%;
}
 @media (max-width:767px) {
#met-langlist-modal .modal-center {
	height: auto!important;
}
}
#met-langlist-modal .modal-content {
	-o-border-radius: 0;
	border-radius: 0;
}
#met-langlist-modal .modal-content .modal-body {
	padding: 40px 40px 20px;
	position: relative;
}
#met-langlist-modal .modal-content .modal-body .close {
	position: absolute;
	right: 10px;
	top: 0px;
	font-size: 40px;
}
#met-langlist-modal .modal-content a.btn {
	padding: 0px 15px;
	border: none;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
}
#met-langlist-modal .modal-content a.btn span.flag-icon {
	margin-right: 8px;
	top: 7px;
	font-size: 30px;
}
.title-box {
	margin: 60px 0 0 0;
	text-align: center;
}
.title-box h2 {
	font-size: 28px;
	font-weight: normal;
	color: #333;
}
.title-box.active h2 {
	color: #fff;
}
.title-box p {
	font-size: 16px;
	color: #91969b;
}
.title-box.active p {
	color: #eee;
}
 @media(max-width:767px) {
.title-box {
	margin: 20px 0 0 0;
}
}
.feedback-box {
	text-align: center;
}
.feedback-cut {
	background: #fff;
	background-clip: content-box;
	margin: 40px 0 60px 0;
	overflow: hidden;
	position: relative;
	padding: 1px 0 0 1px;
}
.feedback-tag {
	position: absolute;
	left: 0;
	top: 0;
}
.feedback-tag font, .feedback-tag span {
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	display: block;
	position: relative;
}
.feedback-tag span:before {
	width: 300px;
	height: 40px;
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -150px;
	top: 0;
	background: #be6fe8;
	z-index: 1;
}
.feedback-tag font {
	margin-top: -40px;
	visibility: hidden;
	opacity: 0;
}
.feedback-tag span {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -20px;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.feedback-tag span i {
	font-style: normal;
	position: relative;
	z-index: 2;
}
.feedback-tag img {
	width: 100%;
	display: block;
}
.feedback-title {
	text-align: left;
	padding: 40px 0 0 80px;
}
.feedback-title b {
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	margin: 0 20px 0 0;
}
.feedback-title p {
	display: inline-block;
	color: #91969b;
}
.feedback-title p i {
	font-style: normal;
	color: #f00;
}
.feedback-form {
	display: inline-block;
	padding: 40px 15px 40px 15px;
}
.feedback-form .form-control {
	border: 1px solid #ccc;
	padding: 13px 15px;
	color: #000;
}
.feedback-form input.form-control, .feedback-form select.form-control {
	width: 360px;
	height: 48px;
}
.feedback-form select {
	cursor: pointer;
}
.feedback-form textarea.form-control {
	width: 580px;
}
.feedback-form .form-group {
	position: relative;
	margin-bottom: 30px;
}
.feedback-form .form-group:after {
	display: block;
	content: '';
	clear: both;
}
.feedback-form .form-group>label {
	float: left;
	color: #61656a;
	margin: 0;
	text-align: right;
	width: 200px;
	padding-right: 15px;
}
.feedback-form .form-group>label:not(.ftype_checkbox):not(.ftype_radio) {
	line-height: 48px;
}
.feedback-form .form-group>label.control-label:before {
	content: 'ï¼š';
	float: right;
}
.feedback-form .form-group>label+div {
	padding-left: 200px;
}
.feedback-form .form-group>label+div+small {
	font-size: 0;
	color: #fff;
	position: absolute;
	top: 0;
	margin: 0;
}
.feedback-form .form-group>label.ftype_upload+div+small, .feedback-form .form-group>label.ftype_select+div+small, .feedback-form .form-group>label.ftype_input+div+small, .feedback-form .form-group>label.ftype_code+div+small {
	left: 560px;
}
.feedback-form .form-group>label.ftype_textarea+div+small {
	left: 780px;
}
.feedback-form .form-group>label+div+small:before {
	content: '*';
	color: #f00;
	line-height: 48px;
	float: left;
	margin-left: 15px;
	font-size: 16px;
}
.feedback-form .radio-custom label::before, .feedback-form .checkbox-custom label:before {
	border: 1px solid #ccc;
	margin-top: 4px;
}
.feedback-form .checkbox-primary input[type="checkbox"]:checked+label::after, .feedback-form .checkbox-primary input[type="radio"]:checked+label::after, .feedback-form .radio-primary input[type="radio"]:checked+label::after {
	margin-top: 4px;
}
.feedback-form .radio-custom, .feedback-form .checkbox-custom {
	margin: 0 30px 0 0;
	float: left;
}
.feedback-form .checkbox-custom label {
}
.feedback-form .checkbox-custom input[type="checkbox"], .feedback-form .checkbox-custom input[type="radio"] {
}
.feedback-form .form-group>label+div.input-group {
	display: block;
}
.feedback-form .form-group>label+div.input-group-icon {
	position: relative;
}
.feedback-form .input-group-addon:last-child {
	position: absolute;
	left: 560px;
	top: 0;
	bottom: 0;
	z-index: 99;
	cursor: pointer;
	padding: 0 10px 0 15px!important;
	line-height: 46px;
	height: 48px;
	vertical-align: middle;
	width: auto;
	border-color: #ccc;
	transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
}
.feedback-form .ftype_button {
	margin: 0;
}
.feedback-form .ftype_button button {
	width: 360px;
	border-radius: 3px;
	padding-top: 11px;
	padding-bottom: 11px;
}
.feedback-form .ftype_upload {
	position: relative;
}
.feedback-form .input-group-btn {
	position: absolute;
	width: 50px;
	z-index: 11;
	cursor: pointer;
	left: 0;
	top: 0;
}
.feedback-form .input-group-file {
	display: block;
}
.feedback-form .input-group-file .btn-file>.icon {
	margin: 0 5px;
}
.feedback-form .input-group-btn .btn-file {
	line-height: 34px;
	width: 100%;
}
 @media(max-width:992px) {
.feedback-form .form-group>label {
	width: 160px;
}
.feedback-form .form-group>label+div {
	padding-left: 160px;
}
.feedback-form textarea.form-control {
	width: 460px;
}
.feedback-form .input-group-addon:last-child {
	left: 520px;
}
.feedback-form .form-group>label.ftype_upload+div+small, .feedback-form .form-group>label.ftype_select+div+small, .feedback-form .form-group>label.ftype_input+div+small, .feedback-form .form-group>label.ftype_code+div+small {
	left: 520px;
}
.feedback-form .form-group>label.ftype_textarea+div+small {
	left: 620px;
}
}
 @media(max-width:640px) {
.feedback-box {
	text-align: left;
}
.feedback-cut {
	margin: 15px 0;
}
.feedback-title {
	padding-bottom: 0;
}
.feedback-form {
	width: 100%;
}
.feedback-form .form-group>label {
	line-height: 48px;
}
.feedback-form .form-group {
	margin: 0;
}
.feedback-form .form-group>label {
	float: none;
	width: auto;
}
.feedback-form .form-group>label+div {
	padding-left: 0;
}
.feedback-form textarea.form-control, .feedback-form input.form-control, .feedback-form select.form-control {
	width: 100%;
}
.feedback-form .input-group-addon:last-child {
	left: 100%;
}
.feedback-form .form-group.ftype_button>label {
	display: none;
}
.feedback-form .ftype_button button {
	width: auto;
	margin-top: 15px;
}
.feedback-form .has-error label {
	padding-left: 15px;
}
.feedback-form .form-group>label.ftype_upload+div+small, .feedback-form .form-group>label.ftype_select+div+small, .feedback-form .form-group>label.ftype_input+div+small, .feedback-form .form-group>label.ftype_code+div+small, .feedback-form .form-group>label.ftype_textarea+div+small {
	left: 0;
}
.feedback-form .form-group>label+div+small:before {
	margin: 0;
}
}
.case-background {
	background: center no-repeat #2E1F46;
	background-size: cover;
}
.case2-background {
	background: center no-repeat #DDDDDD;
	background-size: cover;
}
.case-box {
	overflow: hidden;
	padding: 40px 0;
}
.case-wraper {
	width: 10000%;
	list-style: none;
	padding: 0;
	margin: 0;
}
.case-wraper:after {
	display: block;
	content: '';
	clear: both;
}
.case-slide {
	float: left;
	list-style: none;
	margin: 0;
	width: .3333%;
	padding: 0 25px;
	text-align: center;
}
.case-slide a {
	display: block;
	overflow: hidden;
	background: #fff;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.case-slide:hover a {
	box-shadow: 0 3px 12px rgba(0,0,0,.05);
}
.case-slide span {
	display: block;
	overflow: hidden;
}
.case-slide img {
	width: 100%;
	display: block;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.case-slide:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.case-slide h4 {
	margin: 0;
	padding: 15px 0;
	font-size: 22px;
	font-weight: normal;
	white-space: nowrap;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
}
.case-slide:hover h4 {
	background: #051C34;
	color: #fff;
}
.case-slide p {
	margin: 0;
	color: #91969b;
	padding: 0 25px 25px 25px;
}
 @media(max-width:1199px) {
.case-slide {
	width: .33333%;
	padding: 0 15px;
}
}
 @media(max-width:992px) {
.case-slide {
	width: .5%;
}
}
 @media(max-width:767px) {
.case-box {
	padding: 10px 0;
}
}
 @media(max-width:480px) {
.case-slide {
	width: 1%;
}
}
.about-background {
	background: center #fff no-repeat;
	background-size: cover;
	overflow: hidden;
}
.about-background .row {
	position: relative;
}
.about-title {
	text-align: left;
}
.about-title h2 {
	color: #051C34;
}
.about-box {
	color: #051C34;
	margin: 40px 0;
}
.about-box * {
	max-width: 100%;
}
.about-link {
	margin: 0 0 60px 0;
}
.about-link a {
	display: inline-block;
	color: #eee;
	font-size: 18px;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	padding: 5px 30px;
	border-radius: 4px;
	border: 1px solid #051C34;
	background: #051C34;
}
.about-link a i {
	margin-left: 10px;
	transform: scale(1.2) translateY(1px);
	-moz-transform: scale(1.2) translateY(1px);
	-ms-transform: scale(1.2) translateY(1px);
	-o-transform: scale(1.2) translateY(1px);
	-webkit-transform: scale(1.2) translateY(1px);
}
.about-link a:hover {
	background: #55D4FF;
	border-color: #55D4FF;
}
 @media(min-width:992px) {
.about-video {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
}
 @media(max-width:992px) {
.about-video {
	margin-bottom: 50px;
}
}
.about-video video {
	display: block;
}
.about-box *, .about-video * {
	max-width: 100%;
}
.pointer {
	cursor: pointer;
	display: block;
}
 @media(max-width:767px) {
.about-box {
	margin: 10px 0;
}
.about-title, .about-link {
	text-align: center;
	margin: 10px 0 20px 0;
}
.about-video {
	margin: 20px 0;
}
}
.met-categories {
	background: #fff;
	margin: 0 0 15px 0;
}
.met-categories ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 50px;
}
.met-categories ul>li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.met-categories ul>li.has {
	cursor: pointer;
}
.met-categories ul>li>ol {
	list-style: none;
	padding: 0 0 0 30px;
	margin: 0;
	display: block;
	border-top: 1px solid #f5f5f5;
}
.met-categories ul>li:first-child>ol {
	border-top: none;
}
.met-categories ul>li>ol.active {
	background: #051C34;
}
.met-categories ul>li>ol>a {
	font-size: 16px;
}
.met-categories ul>li>ol.active>a {
	color: #fff;
}
.met-categories ul>li>ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: none;
	line-height: 40px;
}
.met-categories ul>li.active>ul {
	display: block;
}
.met-categories ul>li>ul>li {
	list-style: none;
	padding: 0 0 0 45px;
	margin: 0;
	display: block;
	border-top: 1px solid rgba(0,0,0,.05);
}
.met-categories ul>li>ul>li a {
}
.product-background {
	padding: 0 0 50px 0;
}
.product-box {
	overflow: hidden;
}
.product-box ol {
	list-style: none;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 0;
}
.product-box ol li {
	list-style: none;
	margin: 0 7.5px;
	padding: 0 0 15px 0;
	display: inline-block;
}
.product-box ol li a {
	display: block;
}
.product-box ol li a h3 {
	font-weight: normal;
	background: #fff;
	margin: 0;
	font-size: 18px;
	padding: 10px 25px;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.product-box ol li a:hover h3, .product-box ol li a.active h3 {
	background: #051C34;
	color: #fff;
}
.product-wraper {
	width: 100%;
	list-style: none;
	padding: 40px 0 0 0;
	margin: 0;
}
.product-wraper:after {
	display: block;
	content: '';
	clear: both;
}
.product-slide {
	float: left;
	list-style: none;
	margin: 0 0 50px 0;
	width: 25%;
	padding: 0 25px;
	text-align: center;
}
.product-slide a {
	display: block;
	overflow: hidden;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.product-slide:hover a {
	box-shadow: 0 3px 12px rgba(0,0,0,.05);
}
.product-slide span {
	display: block;
	overflow: hidden;
}
.product-slide img {
	width: 100%;
	display: block;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.product-slide:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.product-slide h4 {
	margin: 0;
	padding: 15px 0;
	white-space: nowrap;
	overflow: hidden;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	background: #fff;
	display: block;
	text-overflow: ellipsis;
}
.product-slide:hover h4 {
	background: #051C34;
	color: #fff;
}
.product-link {
	text-align: center;
}
.product-link a {
	display: inline-block;
	font-size: 18px;
	background: #fff;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	padding: 7px 30px 5px 30px;
	border-radius: 4px;
	border: 1px solid #fff;
}
.product-link a i {
	margin-left: 10px;
	transform: scale(1.2) translateY(1px);
	-moz-transform: scale(1.2) translateY(1px);
	-ms-transform: scale(1.2) translateY(1px);
	-o-transform: scale(1.2) translateY(1px);
	-webkit-transform: scale(1.2) translateY(1px);
}
.product-link a:hover {
	background: #051C34;
	border-color: #051C34;
	color: #fff;
}
 @media(max-width:1199px) {
.product-slide {
	width: 33.333%;
	margin: 0 0 20px 0;
	padding: 0 15px;
}
.product-wraper {
	padding: 30px 0 0 0;
}
.product-link {
	padding: 20px 0 0 0;
}
}
 @media(max-width:992px) {
.product-slide {
	width: 33.333%;
}
}
 @media(max-width:767px) {
.product-background {
	padding: 0 0 20px 0;
}
.product-box {
	padding: 10px 0 0 0;
}
.product-box ol {
	padding: 0 0 10px 0;
}
.product-wraper {
	padding: 0 7.5px;
}
.product-slide {
	width: 50%;
	padding: 0 7.5px;
	margin: 0 0 15px 0;
}
.product-link {
	padding: 5px 0 0 0;
}
}
.info-cut {
}
.info-box {
	overflow: hidden;
	margin: 40px 0 60px 0;
}
.info-wraper {
	width: 10000%;
	list-style: none;
	padding: 0;
	margin: 0;
}
.info-wraper:after {
	display: block;
	content: '';
	clear: both;
}
.info-slide {
	float: left;
	list-style: none;
	margin: 0;
	width: .5%;
	padding: 0 25px;
}
.info-slide span {
	display: block;
}
.info-slide span:after {
	display: block;
	content: '';
	clear: both;
}
.info-slide span h3 {
	float: left;
	font-size: 22px;
	font-weight: normal;
	padding: 10px 25px;
	margin: 0;
	position: relative;
	background: #051C34;
	color: #fff;
}
.info-slide span a {
	float: right;
	margin: 10px 0 0 0;
}
.info-slide span a hr {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	margin: 12px 0 12px 4px;
	padding: 0;
	background: #888;
	border: none;
	float: left;
}
.info-slide span a:hover hr {
	background: #051C34;
}
.info-slide ol {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
}
.info-slide li {
	list-style: none;
	margin: 0;
	padding: 25px 30px 20px 30px;
	border-top: 1px solid #e9e9e9;
}
.info-slide li:first-child {
	border-top: none;
}
.info-slide li h4 {
	display: block;
	white-space: nowrap;
	margin: 0;
	font-size: 22px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.info-slide li a:hover {
	color: #051C34;
}
.info-slide li p {
	color: #bbb;
	margin: 10px 0 15px 0;
	height: 52px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.info-slide li b {
	display: block;
	font-weight: normal;
	font-size: 14px;
}
.info-slide li b:after {
	display: block;
	content: '';
	clear: both;
}
.info-slide li b em {
	float: left;
	color: #999;
}
.info-slide li b strong {
	font-weight: normal;
	float: left;
	margin: 0 10px;
	color: #888;
}
.info-slide li b a {
	float: left;
	margin-right: 10px;
	color: #888;
}
.info-slide li b i {
	float: right;
	font-style: normal;
	margin: 0 5px 0 0;
	color: #999;
}
 @media(max-width:1199px) and (min-width:992px) {
.info-slide {
	width: .5%;
	padding: 0 15px;
}
.info-slide li p {
	margin: 10px 0;
}
.info-slide li b i {
	float: none;
	display: block;
	clear: both;
	margin-bottom: 5px;
}
}
 @media(max-width:992px) {
.info-slide {
	width: 1%;
}
}
 @media(max-width:767px) {
.info-box {
	margin: 10px 0 20px 0;
}
.info-slide {
	width: 1%;
	padding: 0 15px;
}
.info-slide span {
	padding-top: 15px;
}
}
 @media(max-width:480px) {
.info-slide li p {
	margin: 10px 0;
}
.info-slide li b i {
	float: none;
	display: block;
	clear: both;
	margin-bottom: 5px;
}
}
 @media(min-width:1200px) {
.move-left {
	position: absolute;
	left: -30px;
	top: 150px;
	line-height: 50px;
	color: #bebebe;
	font-size: 28px;
	cursor: pointer;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.move-left:hover {
	color: #333;
}
.move-right {
	position: absolute;
	right: -30px;
	top: 150px;
	line-height: 50px;
	color: #bebebe;
	font-size: 28px;
	cursor: pointer;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.move-right:hover {
	color: #333;
}
}
.service-background {
}
.service-box {
	overflow: hidden;
	padding: 40px 0 60px 0;
}
.service-box ul {
	width: 10000%;
	list-style: none;
	padding: 0;
	margin: 0;
}
.service-box ul:after {
	display: block;
	content: '';
	clear: both;
}
.service-box ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 25px;
	width: .25%;
	text-align: center;
}
.service-box ul li a {
	display: block;
	background: #fff;
	padding: 40px 25px;
}
.service-box ul li a b {
	display: block;
	position: relative;
	background: #051C34 center no-repeat;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	border-radius: 99px;
	width: 60%;
	margin: 0 auto;
	overflow: hidden;
}
.service-box ul li a:hover b {
	background: #be6fe8;
	transform: rotate(-360deg);
	-moz-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
}
.service-box ul li a b img {
	width: 100%;
}
.service-box ul li a b img.icon {
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	padding: 10px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.service-box ul li a b i {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 50px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.service-box ul li a h3 {
	font-weight: normal;
	font-size: 22px;
	margin: 25px 0 15px 0;
	color: #333;
}
.service-box ul li a p {
	display: block;
	margin: 0;
	height: 84px;
	overflow: hidden;
	color: #888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
 @media(max-width:1199px) {
.service-box ul li {
	width: .333%;
	padding: 0 15px;
}
}
 @media(max-width:992px) {
}
 @media(max-width:767px) {
.service-box {
	padding: 10px 7.5px 20px 7.5px;
}
.service-box ul li {
	width: .5%;
	padding: 0 7.5px;
}
.service-box ul li a {
	padding: 22px 15px;
}
.service-box ul li a b i {
	font-size: 35px;
}
.service-box ul li a h3 {
	margin: 22px 0 10px 0;
}
}
.parent-background {
	background: #000 no-repeat center;
	background-size: cover;
}
.parent-background .row {
	position: relative;
}
.parent-box {
	overflow: hidden;
	padding: 40px 0;
}
.parent-wraper {
	width: 10000%;
	list-style: none;
	padding: 0;
	margin: 0;
}
.parent-wraper:after {
	display: block;
	content: '';
	clear: both;
}
.parent-slide {
	float: left;
	list-style: none;
	margin: 0;
	width: .3333%;
	padding: 0 25px;
}
.parent-slide a {
	display: block;
	background: #fff;
	text-align: left;
	padding: 0;
	overflow: hidden;
	cursor: pointer;
}
.parent-slide a span {
	display: block;
	padding: 0;
	overflow: hidden;
}
.parent-slide a img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.parent-slide a:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.parent-slide a h4 {
	display: block;
	font-size: 22px;
	font-weight: normal;
	margin: 25px 30px 0 30px;
}
.parent-slide a h4.on {
	padding: 15px 30px;
	margin: 0;
	text-align: center;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.parent-slide a:hover h4.on {
	background: #051C34;
	color: #fff;
}
.parent-slide a b {
	display: block;
	font-weight: normal;
	margin: 15px 30px 0 30px;
	font-size: 14px;
	color: #aaa;
}
.parent-slide a p {
	color: #777;
	height: 140px;
	overflow: hidden;
	margin: 15px 30px 25px 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.parent-slide.shown a p {
	height: auto;
	max-height: 140px;
}
 @media(max-width:1199px) {
.parent-left, .parent-right {
	display: none;
}
.parent-slide {
	padding: 0 15px;
}
}
 @media(max-width:992px) {
.parent-slide {
	width: .5%;
}
}
 @media(max-width:767px) {
.parent-box {
	padding: 10px 7.5px;
}
.parent-slide {
	padding: 0 7.5px;
}
}
 @media(max-width:480px) {
.parent-slide {
	width: 1%;
}
}
.friend-background {
	background: center;
	background-size: cover;
}
.friend-box {
	padding: 30px 15px 10px 30px;
	background: #fff;
	margin: 40px 10px;
}
.friend-title {
	border-left: 5px solid #051C34;
	line-height: 1;
	padding-left: 10px;
	margin-bottom: 20px;
	float: left;
}
.friend-title h3 {
	display: block;
	font-size: 22px;
	margin: 0 0 10px 0;
	font-weight: normal;
}
.friend-title p {
	margin: 0;
}
.friend-link {
	padding: 0 0 0 118px;
}
.friend-link ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.friend-link ul:after {
	display: block;
	content: '';
	clear: both;
}
.friend-link li {
	float: left;
	padding: 0 15px;
	line-height: 1.2;
	margin: 0 0 20px 0;
	list-style: none;
}
 @media(min-width:1200px) {
.friend-box {
	margin: 40px;
}
}
 @media(max-width:767px) {
.friend-box {
	padding: 20px 15px 0 15px;
	background: #fff;
	margin: 20px 15px;
}
}
 @media(max-width:480px) {
.friend-title {
	float: none;
}
.friend-link {
	padding: 0!important;
}
}
.met-show {
	padding: 50px 0px;
	word-break: break-all;
}
 @media (max-width:767px) {
.met-show {
	padding-top: 15px;
	padding-bottom: 15px;
}
}
.met-news {
	padding: 50px 0px;
}
 @media (max-width:1199px) {
.met-news {
	padding: 30px 0px;
}
}
 @media (max-width:767px) {
.met-news {
	padding: 15px 0px;
}
}
.met-news .met-news-body {
}
.met-news-list {
	padding: 30px;
	background: #ffffff;
}
 @media (max-width:767px) {
.met-news-list {
	padding: 15px;
}
}
.met-news .news-headlines {
	padding-bottom: 30px;
	border-bottom: 1px solid #f0f2f5;
	margin-bottom: 30px;
	overflow: hidden;
}
.met-news .news-headlines .slick-slide {
	width: 100%;
	position: relative;
}
.met-news .news-headlines .slick-slide:first-child {
	display: block;
}
.met-news .news-headlines .headlines-text {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 30px;
	text-align: center;
}
.met-news .news-headlines .headlines-text h3 {
	margin: 0px;
	font-size: 20px;
	line-height: 1.5;
	color: #fff;
}
.met-news .news-headlines .slick-dots {
	bottom: 35px;
}
 @media (max-width:767px) {
.met-news .news-headlines {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.met-news .news-headlines .headlines-text {
	bottom: 20px;
}
.met-news .news-headlines .headlines-text h3 {
	font-size: 16px;
}
.met-news .news-headlines .slick-dots {
	bottom: 20px;
}
}
.met-news ul.met-page-ajax {
	padding: 0px;
	list-style: none;
}
.met-news ul.met-page-ajax li {
	border-bottom: 1px solid #f0f2f5;
	padding: 15px 0;
}
.met-news ul.met-page-ajax li h4 {
	margin: 0 0 20px;
	font-size: 22px;
}
.met-news ul.met-page-ajax li h4 a {
	color: #2a333c;
}
.met-news ul.met-page-ajax li h4 a:hover {
	color: #051C34;
}
.met-news ul.met-page-ajax li p {
	font-size: 16px;
	font-weight: 300;
}
.met-news ul.met-page-ajax li p.des {
	color: #76838f;
	margin-bottom: 10px;
}
.met-news ul.met-page-ajax li p.info {
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 300;
	color: #a3afb7;
}
.met-news ul.met-page-ajax li p.info span {
	margin-left: 10px;
}
.met-news ul.met-page-ajax li p.info span:first-child {
	margin: 0;
}
.met-news ul.met-page-ajax li p.info i {
	color: #a3afb7;
	font-weight: 300;
}
 @media (max-width:991px) {
.met-news ul.met-page-ajax li h4 {
	font-size: 18px;
	margin-bottom: 10px;
}
}
 @media (max-width:767px) {
.met-news ul.met-page-ajax li {
	padding: 20px 0;
}
.met-news ul.met-page-ajax li .media-left {
	padding-right: 10px;
}
.met-news ul.met-page-ajax li .media-left .media-object {
	width: 100px;
}
.met-news ul.met-page-ajax li h4 {
	font-size: 16px;
	margin-bottom: 5px;
}
.met-news ul.met-page-ajax li p {
	font-size: 14px;
}
.met-news ul.met-page-ajax li p.des {
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
}
 @media (max-width:349px) {
.met-news ul.met-page-ajax li .media-left, .met-news ul.met-page-ajax li .media-body {
	width: 100%;
	display: block;
}
.met-news ul.met-page-ajax li .media-left {
	padding: 0;
}
.met-news ul.met-page-ajax li .media-left .media-object {
	width: auto;
	max-width: 100%;
}
.met-news ul.met-page-ajax li .media-body {
	margin-top: 15px;
}
}
.met-news.type-3 .met-news-body {
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.met-news.type-3 .widget {
	-o-border-radius: 0;
	border-radius: 0;
}
.met-news.type-3 .widget .widget-body, .met-news.type-3 .widget .widget-header {
	-o-border-radius: 0;
	border-radius: 0;
}
.met-news.type-3 .widget .widget-title {
	font-size: 24px;
}
.met-news.type-3 .widget .widget-title a {
	color: #2a333c;
}
.met-news.type-3 .widget .widget-title a:hover {
	color: #051C34;
}
.met-news.type-3 .widget .widget-metas span {
	margin-left: 10px;
}
.met-news.type-3 .widget .widget-metas span:first-child {
	margin: 0;
}
 @media (max-width:767px) {
.met-news.type-3 .widget {
	margin: 15px 0 0;
}
.met-news.type-3 .widget:first-child {
	margin: 0;
}
.met-news.type-3 .widget .widget-title {
	font-size: 18px;
}
.met-news.type-3 .widget .widget-body {
	padding: 15px 10px;
}
}
.met-news-bar {
	padding: 20px;
	background: #ffffff;
}
 @media (max-width:991px) {
.met-news-bar {
	margin-left: 0px;
	margin-top: 30px;
	padding: 30px;
}
}
 @media (max-width:767px) {
.met-news-bar {
	margin: 15px 0 00;
	padding: 15px;
}
}
.met-news-bar ul.column {
	padding: 0px;
	list-style: none;
}
.met-news-bar ul.column li {
	margin-bottom: 10px;
}
.met-news-bar ul.column li a {
	font-size: 16px;
	color: #2a333c;
}
.met-news-bar ul.column li a:hover {
	color: #051C34;
}
.met-news-bar ul.column li a.active {
	color: #051C34;
}
.met-news-bar .recommend {
	margin: 20px 0px;
	padding: 20px 0px;
	border-top: 1px solid #f0f2f5;
	border-bottom: 1px solid #f0f2f5;
}
.met-news-bar .recommend h3 {
	font-size: 18px;
	font-weight: 300;
	margin: 0px;
}
.met-news-bar .recommend .list-group {
	margin-top: 10px;
	margin-bottom: 0px;
}
.met-news-bar .recommend .list-group a {
	color: #2a333c;
	font-size: 15px;
}
.met-news-bar .recommend .list-group a:hover {
	color: #051C34;
}
.met-shownews {
	padding: 50px 0px;
	border-top: 1px solid #f0f2f5;
}
 @media (max-width:1199px) {
.met-shownews {
	padding: 30px 0px;
}
}
 @media (max-width:767px) {
.met-shownews {
	padding: 15px 0px;
}
}
.met-shownews .met-shownews-body {
}
.met-shownews-footer {
	padding: 30px;
	background: #ffffff;
}
.met-shownews-footer .pager {
	margin: 0;
}
 @media (max-width:767px) {
.met-shownews-footer {
	padding: 10px;
}
}
.met-shownews .met-shownews-header {
	padding: 30px;
	padding-bottom: 0px;
}
.met-shownews h1 {
	margin: 0px;
	margin-bottom: 5px;
	font-size: 32px;
	line-height: 1.5;
	font-weight: 300;
}
.met-shownews .info {
	padding-bottom: 20px;
	border-bottom: 1px solid #f0f2f5;
	font-size: 16px;
	font-weight: 300;
	color: #a3afb7;
}
.met-shownews .info span {
	padding-right: 10px;
}
 @media (max-width:767px) {
.met-shownews .info {
	padding-bottom: 20px;
}
}
.met-shownews .met-shownews-footer {
	padding-top: 0px;
}
.met-shownews .met-shownews-footer ul.pager {
	margin: 0px;
	border-top: 1px solid #f0f2f5;
	padding-top: 20px;
}
 @media (max-width:767px) {
.met-shownews h1 {
	font-size: 24px;
}
.met-shownews .met-shownews-header {
	padding-top: 20px;
}
}
.met_tools_code {
	margin-top: 30px;
	text-align: center;
	font-size: 0px;
}
 @media (max-width:767px) {
.met_tools_code {
	margin-top: 10px;
}
}
.met_tools_code .bdsharebuttonbox {
	display: inline;
}
.met_tools_code .bdsharebuttonbox a {
	float: none;
	display: inline-block;
}
.met-product {
}
.met-product .container {
	padding-top: 50px;
	padding-bottom: 50px;
}
.met-product .container-fluid {
	padding: 50px;
}
.met-product .met-grid li {
	clear: none;
}
.met-product .widget {
	background: none;
	box-shadow: none;
}
.met-product .widget .widget-body {
	background: #fff;
}
.met-product .widget, .met-product .widget .widget-header, .met-product .widget-body {
	-o-border-radius: 0!important;
	border-radius: 0!important;
}
.met-product .widget-metas {
	word-wrap: break-word;
	font-size: 14px;
	color: #888;
	margin: 0 0 5px 0;
}
.met-product .widget-metas:first-child {
	margin-top: 30px;
}
.met-product .widget-metas+p:not(.widget-metas) {
	margin: 15px 0;
}
.met-product .widget-body-footer {
	margin-top: 15px;
}
.met-product.type-1 h4 {
	margin: 0;
	font-size: 16px;
	text-align: center;
}
.met-product.type-1 h4 a {
	color: #2a333c;
}
.met-product.type-1 h4 a:hover {
	color: #051C34;
}
.met-product.type-2 .container-fluid {
	padding: 15px;
}
.met-product.type-2 h4 {
	margin: 0;
	font-weight: 300;
}
 @media (max-width:1199px) {
.met-product .container {
	padding-top: 30px;
	padding-bottom: 30px;
}
.met-product .container-fluid {
	padding: 30px;
}
}
 @media (max-width:767px) {
.met-product.type-2 .met-grid {
	padding-bottom: 10px;
}
.met-product.type-2 .met-grid li {
}
}
 @media (max-width:767px) {
.met-product .container, .met-product .container-fluid {
	padding: 10px!important;
}
.met-product.type-1 .met-grid, .met-product.type-3 .met-grid {
	margin: 0 -10px 0 0;
}
.met-product.type-1 .met-grid li, .met-product.type-3 .met-grid li {
	margin-bottom: 10px;
	padding: 0 10px 0 0;
}
.met-product .widget-body {
	padding: 15px;
}
.met-product .widget-body .widget-body-footer {
	margin-top: 10px;
}
}
.no-js .grid li, .no-cssanimations .met-grid li {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.met-grid li {
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
.met-grid li.shown {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.met-grid li.animate {
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	-webkit-animation: moveUp 0.65s ease forwards;
	-ms-animation: moveUp 0.65s ease forwards;
	animation: moveUp 0.65s ease forwards;
}
 @-webkit-keyframes moveUp {
 100% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
 opacity: 1;
 -moz-opacity: 1;
 filter: alpha(opacity=100);
}
}
 @keyframes moveUp {
 100% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
 opacity: 1;
 -moz-opacity: 1;
 filter: alpha(opacity=100);
}
}
#met-imgs-carousel {
	min-height: 200px;
	overflow: hidden;
}
#met-imgs-carousel.slick-dotted {
	padding-bottom: 74px;
	background: #fff;
}
#met-imgs-carousel .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#met-imgs-carousel.slick-slider .slick-slide {
	width: 100%;
	cursor: -webkit-grab;
	cursor: grab;
}
#met-imgs-carousel .slick-slide {
	width: 100%;
}
#met-imgs-carousel .slick-slide:first-child {
	display: block;
}
#met-imgs-carousel .slick-slide span {
	display: inline-block;
}
#met-imgs-carousel .slick-slide img {
	display: inline;
}
#met-imgs-carousel .slick-dots {
	bottom: 0;
	overflow: hidden;
	z-index: 2;
}
#met-imgs-carousel .slick-dots div {
	margin: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	position: relative;
}
#met-imgs-carousel .slick-dots li {
	width: 64px;
	height: 64px;
	margin: 0 0 0 10px;
	opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);
	border: 2px solid #ddd;
}
#met-imgs-carousel .slick-dots li:first-child {
	margin: 0;
}
#met-imgs-carousel .slick-dots li.slick-active {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	border-color: #051C34;
}
#met-imgs-carousel .slick-dots li img {
	width: 60px;
	height: 60px;
	object-fit: fill;
}
#met-imgs-carousel .slick-arrow {
	width: 15%;
	height: 100%;
	top: 50%;
}
#met-imgs-carousel .slick-arrow:hover i {
	color: #999;
}
#met-imgs-carousel .slick-arrow.slick-prev {
	text-align: left;
}
#met-imgs-carousel .slick-arrow.slick-next {
	text-align: right;
}
#met-imgs-carousel .slick-arrow i {
	font-size: 70px;
	color: #ccc;
}
 @media (max-width:767px) {
#met-imgs-carousel .slick-arrow i {
	font-size: 50px;
}
}
.met-showproduct {
}
.met-cons .met-showproduct-head {
	background: #fff;
	overflow: hidden;
	padding: 0 30px;
}
.met-cons .met-showproduct-head p.description {
	margin: 15px 0;
}
.met-cons .para li {
	margin-bottom: 15px;
	color: #666;
}
.met-cons .product-para {
	padding: 15px 0 0 0;
}
.met-cons .panel {
	margin: 15px 0 0 0;
	border: none;
	box-shadow: none;
	padding: 15px 0 0 0;
}
.met-cons .panel .nav-tabs {
	margin: 0 30px;
}
.met-cons .shop-product-intro {
	margin: 0 0 30px 0;
}
.met-cons .shop-product-intro .price {
	padding: 10px 0 10px 15px;
}
.met-cons .tab-content .product-para {
	border: none;
	border-bottom: 1px solid #e9e9e9;
	padding: 0;
	margin-bottom: 15px;
}
 @media (max-width:767px) {
.met-cons .met-showproduct-head {
	padding: 0 15px;
}
}
.product-button {
	margin: 0 0 30px 0;
	border-top: 1px solid #e9e9e9;
	padding-top: 30px;
}
.product-button.not {
	border: none;
}
.product-button a {
	line-height: 40px;
	font-size: 18px;
	background: #051C34;
	color: #fff;
	border-radius: 3px;
	display: inline-block;
	padding: 0 50px;
}
.product-button a:hover {
	opacity: .9;
}
.met-showproduct .para li {
	margin: 0;
	padding: 3px 15px;
	font-size: 14px;
	line-height: 1.5;
	word-wrap: break-word;
	color: #5e7387;
}
 @media (min-width:992px) {
.met-showproduct .para.blocks-md-4 li:nth-child(4n+3) {
	clear: none;
}
}
.met-showproduct .met-showproduct-list {
	margin: 0;
}
.met-showproduct.pagetype1 {
}
.met-showproduct.pagetype1 .less-page-content {
}
.met-showproduct.pagetype1 .met-showproduct-head {
	background: #fff;
	padding: 30px 0px;
}
.met-showproduct.pagetype1 .met-showproduct-head .product-intro h1 {
	margin-top: 0px;
	font-size: 28px;
}
.met-showproduct.pagetype1 .met-showproduct-head .product-intro p.description {
	margin-bottom: 15px;
	color: #5e7387;
}
 @media (max-width:992px) {
.met-showproduct.pagetype1 .met-showproduct-head .product-intro {
	margin-top: 20px;
}
}
 @media (max-width:767px) {
.met-showproduct.pagetype1 .met-showproduct-head {
	padding: 15px 0;
}
}
.met-showproduct.pagetype1 .para {
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #f0f2f5;
	border-bottom: 1px solid #f0f2f5;
}
.met-showproduct.pagetype1 .met-showproduct-body {
	padding: 40px 0px 0px;
}
.met-showproduct.pagetype1 .met-showproduct-body .panel {
	-o-border-radius: 0;
	border-radius: 0;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-content-body .met-editor {
	padding: 0px;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-content-body .met-editor .para {
	margin-bottom: 15px;
	border-top: none;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-content-body .nav-tabs {
	margin-bottom: 20px;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry li {
	text-align: center;
	clear: none;
	margin-bottom: 15px;
}
 @media (min-width:992px) {
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry li {
	width: 100%;
}
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.img {
	margin: 0px auto;
	margin-bottom: 5px;
	display: block;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.img img {
	margin: 0px auto;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.txt {
	color: #5e7387;
	text-decoration: none;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.txt:active, .met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.txt:focus, .met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.txt:hover {
	text-decoration: none;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.txt:hover {
	color: #051C34;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry p {
	color: #f96868;
	margin-bottom: 0px;
}
.met-showproduct.pagetype1 .met-showproduct-body .panel-body {
	padding: 15px;
}
 @media (max-width:767px) {
.met-showproduct.pagetype1 .met-showproduct-body {
	padding: 15px 0px 0px;
}
.met-showproduct.pagetype1 .met-showproduct-body .panel {
	margin-bottom: 15px;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-content-body .panel {
	margin-right: 0px;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-content-body .nav-tabs {
	margin-bottom: 15px;
	margin-top: -10px;
}
}
.met-showproduct.pagetype2 {
}
.met-showproduct.pagetype2 .less-page-content {
}
.met-showproduct.pagetype2 nav.navbar {
	min-height: 50px;
	margin-bottom: 0px;
	background: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	-o-border-radius: 0;
	border-radius: 0;
}
.met-showproduct.pagetype2 nav.navbar.navbar-fixed-top {
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	background: rgba(255,255,255,0.95);
}
.met-showproduct.pagetype2 nav.navbar h1 {
	margin: 0px;
	height: 50px;
	line-height: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.met-showproduct.pagetype2 nav.navbar .nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.met-showproduct.pagetype2 nav.navbar .nav>li>a {
	padding-top: 0px;
	padding-bottom: 0px;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
}
.met-showproduct.pagetype2 nav.navbar .navbar-toggle {
	height: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.met-showproduct.pagetype2 nav.navbar .navbar-right li.active a {
	color: #051C34;
}
 @media (max-width:767px) {
.met-showproduct.pagetype2 nav.navbar .nav {
	float: none;
}
}
.met-showproduct.pagetype2 .content {
	padding: 40px 0 0 0;
}
.met-showproduct.pagetype2 .content-2, .met-showproduct.pagetype2 .content-4, .met-showproduct.pagetype2 .content-6 {
}
.met-showproduct.pagetype2 .content-2 .met-editor, .met-showproduct.pagetype2 .content-4 .met-editor, .met-showproduct.pagetype2 .content-6 .met-editor {
}
 @media (max-width:767px) {
.met-showproduct.pagetype2 .content {
	padding: 10px 0px;
}
.met-showproduct.pagetype2 .blocks {
	padding-left: 10px;
}
.met-showproduct.pagetype2 .blocks li {
	width: 50%;
	word-wrap: break-word;
}
.met-showproduct.pagetype2 .blocks li:nth-child(2n+1) {
	clear: both;
}
.met-showproduct.pagetype2 .blocks li .widget {
	margin-right: 10px;
}
}
.met-download {
	padding: 30px 0px;
	border-top: 1px solid #f0f2f5
}
.met-download .list-group {
	margin-bottom: 30px;
}
.met-download .met-download-body {
}
.met-download .met-download-list {
	padding: 30px;
	background: #ffffff;
}
 @media (max-width:767px) {
.met-download .met-download-list {
	padding: 10px;
}
}
.met-download .met-download-list .list-group-item {
	padding: 30px 0px;
}
.met-download .met-download-list .media-left {
	padding-right: 5px;
	padding-left: 10px;
}
.met-download .met-download-list .media-left i {
	font-size: 38px;
	color: #a3afb7;
}
.met-download .met-download-list h4.media-heading a {
	color: #2a333c;
	font-size: 16px;
}
.met-download .met-download-list h4.media-heading a:hover {
	color: #051C34;
}
.met-download .met-download-list small {
	color: #76838f;
	font-size: 14px;
}
.met-download .met-download-list a.btn {
	margin-right: 10px;
}
 @media (max-width:767px) {
.met-download .list-group {
	margin: 0;
}
.met-download .met-download-list {
	padding: 15px;
}
.met-download .met-download-list .list-group-item {
	padding: 20px 0;
}
}
.met-download .met-download-header, .met-download .met-download-footer {
	padding: 30px;
	background: #ffffff;
}
 @media (max-width:767px) {
.met-download .met-download-header, .met-download .met-download-footer {
	padding: 10px;
}
}
.met-download .met-download-header {
	padding-bottom: 0px;
}
.met-download h1 {
	margin: 0px;
	font-size: 32px;
	margin-bottom: 5px;
	font-weight: 300;
}
.met-download .info {
	padding-bottom: 20px;
	border-bottom: 1px solid #f0f2f5;
	font-size: 16px;
	color: #a3afb7;
}
.met-download .info span {
	padding-right: 10px;
}
 @media (max-width:767px) {
.met-download .info {
	padding-bottom: 20px;
}
}
.met-download .paralist {
	padding: 30px;
	background: #ffffff;
	padding-bottom: 0px;
}
 @media (max-width:767px) {
.met-download .paralist {
	padding: 10px;
}
}
.met-download .paralist dl {
	margin-bottom: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f0f2f5;
	font-size: 16px;
}
.met-download .paralist dl dd {
	margin-bottom: 5px;
	color: #76838f;
}
 @media (min-width:768px) {
.met-download .paralist dl {
	padding-bottom: 25px;
}
.met-download .paralist dl dt {
	width: 100px;
	margin-bottom: 5px;
}
.met-download .paralist dl dd {
	margin-left: 120px;
	margin-bottom: 5px;
}
}
.met-download .paralist .met-download-btn {
	margin-top: 20px;
}
 @media (max-width:767px) {
.met-download {
	padding: 15px 0px;
}
.met-download h1 {
	font-size: 24px;
}
.met-download .met-download-header {
	padding-top: 20px;
}
}
.met-img {
}
.met-img .container-fluid {
	padding: 0;
}
.met-img .container {
	padding-top: 50px;
	padding-bottom: 50px;
}
.met-img .container .widget {
	background: none;
}
 @media (max-width:1199px) {
.met-img .container {
	padding-top: 30px;
	padding-bottom: 30px;
}
}
 @media (max-width:767px) {
.met-img .container {
	padding-top: 15px;
	padding-bottom: 15px;
}
}
.met-img .widget, .met-img .cover, .met-img .cover-image {
	-o-border-radius: 0;
	border-radius: 0;
}
 @media (min-width:480px) and (max-width:767px) {
.met-img ul.met-page-ajax li {
	width: 50%;
}
}
.met-showimg-con, .imgpara {
	padding: 30px 30px 0;
}
 @media (max-width:767px) {
.met-showimg-con, .imgpara {
	padding: 10px 10px 0;
}
}
.imgparalist>li {
	margin: 0;
	padding: 3px 15px;
	font-size: 14px;
	line-height: 1.5;
	word-wrap: break-word;
	color: #5e7387;
}
 @media (min-width:992px) {
.imgparalist>li:nth-child(4n+3) {
	clear: none;
}
}
.met-job {
	padding: 50px 0px;
}
 @media (max-width:1199px) {
.met-job {
	padding: 30px 0px;
}
}
 @media (max-width:767px) {
.met-job {
	padding: 15px 0px;
}
}
.met-job li.ajax {
	list-style: none;
	margin: 0;
	display: block;
}
.met-job .widget {
	-o-border-radius: 0;
	border-radius: 0;
}
.met-job .widget .widget-body:last-child {
	-o-border-radius: 0;
	border-radius: 0;
}
.met-job .widget .widget-metas span {
	margin-right: 10px;
	font-size: 14px;
	color: #888;
}
.met-job .widget .met-editor {
	padding: 0;
	color: #555;
}
.met-job .btn-outline.btn-primary {
	font-size: 18px;
	padding: 5px 25px;
}
.met-job .widget hr {
	margin: 15px 0 30px 0;
}
 @media (max-width:767px) {
.met-job .widget .widget-body {
	padding: 15px 10px;
}
.met-job .widget .met-editor {
	padding: 0px;
}
.met-job .widget hr {
	margin-top: 15px;
	margin-bottom: 15px;
}
}
#met-job-cv .modal-header {
	border-radius: 0px;
}
 @media (max-width:767px) {
.met-job .widget {
	margin-bottom: 15px;
}
#met-job-cv .modal-body {
	padding: 15px;
}
}
.met-message {
	padding: 50px 0px;
}
 @media (max-width:1199px) {
.met-message {
	padding: 30px 0px;
}
.met-message .met-message-body {
	margin-bottom: 30px;
}
}
 @media (max-width:767px) {
.met-message {
	padding: 15px 0px;
}
}
.met-message .col-md-6 {
	float: none;
	margin: auto;
}
.met-message .met-message-body, .met-message .met-message-submit {
	padding: 30px;
	background: #ffffff;
	-o-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	-ms-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
 @media (max-width:767px) {
.met-message .met-message-body {
	margin-bottom: 15px;
}
.met-message .met-message-body, .met-message .met-message-submit {
	padding: 15px;
}
}
.met-message .met-message-body .media-left {
	padding-right: 0px;
	display: block;
	float: left;
}
.met-message .met-message-body .media-left i {
	font-size: 36px;
	color: #a3afb7;
}
.met-message .met-message-body .media-body {
	width: 86%;
	word-wrap: break-word;
	display: block;
	float: left;
}
.met-message .list-group .media .media-heading {
	color: #333;
}
.met-message .met-message-body .media-body p {
	color: #888;
}
 @media (min-width:992px) {
.met-message .met-message-submit {
}
}
 @media (max-width:767px) {
.met-message .met-message-submit {
}
}
.met-cons .met-page-ajax-body.appear-no-repeat {
	margin: 0 -7.5px;
}
.met-feedback {
	padding: 30px 0px;
}

.met-feedback .met-feedback-body {
	padding: 30px;
	background: #ffffff;
	-o-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	-ms-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
 @media (max-width:767px) {
.met-feedback .met-feedback-body {
	padding: 10px;
}
}
 @media (max-width:767px) {
.met-feedback {
	padding: 10px;
}
}
.met-search {
	padding: 30px 0px;
}
 @media (max-width:767px) {
.met-search {
	padding: 15px 0px;
}
.met-search .met-search-body {
	padding: 20px 10px;
}
}
.met-search .met-search-body {
	min-height: 500px;
	padding: 30px;
	background: #ffffff;
	-o-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	-ms-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
 @media (max-width:767px) {
.met-search .met-search-body {
	padding: 10px;
}
}
.met-search .met-search-body .page-search-form {
	margin-bottom: 10px;
}
.met-search .met-search-body .met_pager {
	margin-top: 30px;
	text-align: left;
}
.met-search .met-search-body .page-search-title {
	font-size: 26px;
}
.met-search .met-search-body .list-group-item {
	padding-top: 10px;
	padding-bottom: 10px;
}
.met-search .met-search-body .list-group-item p {
	color: #76838f;
}
.met-search .met-search-body .list-group-item>h4 {
	margin-bottom: 5px;
}
.met-search .met-search-body .list-group-item>h4 a {
	text-decoration: none;
	color: #526069;
}
.met-search .met-search-body .list-group-item>h4 a:hover {
	text-decoration: none;
	color: #37474f;
}
.met-search .met-search-body .list-group-item>p:last-child {
	margin-bottom: 0;
}
.met-sitemap {
	padding: 30px 0px;
}
 @media (max-width:767px) {
.met-sitemap {
	padding: 0px;
}
}
.met-sitemap .met-sitemap-body {
	padding: 30px;
	background: #ffffff;
	-o-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	-ms-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
 @media (max-width:767px) {
.met-sitemap .met-sitemap-body {
	padding: 10px;
}
}
.sitemap-list {
	padding: 0;
	margin: 0px;
	list-style-type: none;
}
.sitemap-list a {
	color: #76838f;
}
.sitemap-list>li {
	margin-bottom: 25px;
}
.sitemap-list>li:last-child {
	margin-bottom: 0px;
}
.sitemap-list>li.is-single {
	margin-bottom: 10px;
}
.sitemap-list>li>a {
	display: block;
	padding: 14px 15px;
	line-height: 1;
	text-decoration: none;
	border: 1px solid #e4eaec;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.sitemap-list>li>ul {
	position: relative;
	padding: 10px 10px 20px 40px;
	margin: 0;
	list-style-type: none;
}
.sitemap-list>li>ul a:hover {
	color: #051C34;
}
.sitemap-list>li>ul::before {
	position: absolute;
	top: 0;
	left: 20px;
	width: 1px;
	height: 100%;
	content: " ";
	background: #e4eaec;
}
.sitemap-list>li>ul>li>a {
	position: relative;
	display: block;
	min-width: 220px;
	padding: 10px;
	margin-bottom: 5px;
	line-height: 1;
	text-decoration: none;
	border: 1px solid #e4eaec;
}
.sitemap-list>li>ul>li>a::after, .sitemap-list>li>ul>li>a::before {
	position: absolute;
	top: 50%;
	content: " ";
	background: #e4eaec;
}
.sitemap-list>li>ul>li>a::before {
	left: -20px;
	width: 20px;
	height: 1px;
	margin-top: -1px;
}
.sitemap-list>li>ul>li>a::after {
	left: -23px;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.sitemap-list-sub {
	position: relative;
	padding: 5px 0 9px 40px;
	margin-top: -5px;
	list-style-type: none;
}
.sitemap-list-sub::before {
	position: absolute;
	top: 0;
	left: 20px;
	width: 1px;
	height: 100%;
	content: " ";
	background: #e4eaec;
}
.sitemap-list-sub>li {
	position: relative;
	line-height: 30px;
}
.sitemap-list-sub>li::after, .sitemap-list-sub>li::before {
	position: absolute;
	top: 50%;
	left: -22px;
	content: " ";
	background: #e4eaec;
}
.sitemap-list-sub>li::before {
	width: 15px;
	height: 1px;
	margin-top: -1px;
}
.sitemap-list-sub>li::after {
	width: 5px;
	height: 5px;
	margin-top: -3px;
	-o-border-radius: 50%;
	border-radius: 50%;
}
 @media (max-width:479px) {
.sitemap-list {
	padding-left: 40px;
	list-style-type: disc;
}
.sitemap-list .icon {
	display: none;
}
.sitemap-list>li:first-child {
	margin-bottom: 20px;
	margin-left: -16px;
	list-style-type: none;
}
.sitemap-list>li>a {
	display: inline;
	padding: 10px;
	border: none;
}
.sitemap-list>li>a i {
	display: none;
}
.sitemap-list>li>ul {
	padding: 5px 0 5px 26px;
	list-style-type: circle;
}
.sitemap-list>li>ul::before {
	display: none;
}
.sitemap-list>li>ul>li>a {
	display: inline;
	padding: 10px 0;
	border: none;
}
.sitemap-list>li>ul>li>a::after, .sitemap-list>li>ul>li>a::before {
	display: none;
}
.sitemap-list-sub {
	padding: 5px 0 5px 20px;
	list-style-type: square;
}
.sitemap-list-sub::before {
	display: none;
}
.sitemap-list-sub>li {
	line-height: normal;
}
.sitemap-list-sub>li::after, .sitemap-list-sub>li::before {
	display: none;
}
}
.met-nav-right-shop.nav>li {
	background: #f5f5f5;
	margin-bottom: 10px;
}
.met-nav-right-shop.nav>li:last-child {
	margin-bottom: 0px;
}
.met-nav-right-shop.nav>li>a {
	padding-top: 0px;
	padding-bottom: 0px;
	height: 40px;
	line-height: 40px;
}
.met-nav-right-shop .dropdown-menu li i {
	color: #9E9E9E;
}
.met-nav-right-shop .dropdown>a>i {
	margin-right: 5px;
	color: #76838f;
}
.met-nav-right-shop #topcart-body .avatar {
	width: 50px;
}
.met-nav-right-shop #topcart-body .avatar img {
	-o-border-radius: 0;
	border-radius: 0;
}
.met-nav-right-shop .dropdown-menu-header {
	padding: 20px 20px;
}
.met-nav-right-shop .dropdown-menu-footer {
	height: 55px;
	line-height: 55px;
	padding: 0px 15px!important;
}
 @media (min-width:768px) {
.met-nav-right-shop {
	margin-top: 30px;
	margin-left: 15px;
}
.met-nav-right-shop.nav>li {
	margin-left: 20px;
	margin-left: 5px;
	margin-bottom: 0px;
}
.met-nav-right-shop.nav>li:first-child {
	margin-left: 0;
}
.met-nav-right-shop .dropdown-menu {
	top: 70px;
}
}
 @media (max-width:1199px) {
.met-nav-right-shop {
	margin-top: 20px;
}
}
 @media (max-width:991px) {
.met-nav-right-shop {
	margin-left: 10px;
}
}
 @media (max-width:767px) {
.met-nav-right-shop {
	margin-left: 0;
	margin-right: 0;
}
}
.shop-product-intro+.para {
	margin-top: 20px;
}
.shop-product-intro #price {
	font-size: 32px;
}
.shop-product-intro .form-group {
	margin-bottom: 0px;
}
.shop-product-intro del {
	position: relative;
	top: -2px;
	font-weight: 300;
}
.shop-product-intro del:not(:first-child) {
	margin-left: 20px;
}
.shop-product-intro label {
	margin-bottom: 0px;
}
.shop-product-intro .selectpara-body a.btn {
	margin-top: 8px;
}
.shop-product-intro .selectpara-body .selectpara {
	min-width: 70px;
	text-align: center;
}
.shop-product-intro .selectpara-body .selectpara.btn-outline.btn-danger:focus, .shop-product-intro .selectpara-body .selectpara.btn-outline.btn-danger:hover {
	background-color: transparent;
	color: #f96868;
}
.shop-product-intro .height-10 {
	height: 10px;
}
.shop-product-intro .text-default {
	padding: 20px;
	background: #F3F7F9;
}
.shop-product-intro .purchase-btn a.btn {
	width: 100%;
	display: block;
}
.shop-product-intro .purchase-btn a.btn i {
	margin-right: 8px;
}
 @media (min-width:768px) {
.shop-product-intro .purchase-btn a.btn {
	width: auto;
	display: inline-block;
	padding: 10px 35px;
}
}
 @media (max-width:767px) {
.shop-product-intro .price {
	padding: 10px 20px!important;
}
.shop-product-intro .product-tocart {
	margin-top: 10px;
}
}
 @media (min-width:768px) {
.met-showproduct.pagetype2 .shop-btn-body {
	margin-left: 20px;
}
}
 @media (max-width:767px) {
.met-showproduct.pagetype2 .navbar-toggle {
	padding: 0px;
	float: none;
}
.met-showproduct.pagetype2 .shop-btn {
	padding: 6px 13px;
	font-size: 12px;
	line-height: 1.5;
}
}
.met-showproduct.pagetype2 #shop-fashion-option .modal-content, .met-showproduct.pagetype2 #shop-fashion-option .modal-header {
	-o-border-radius: 0;
	border-radius: 0;
}
 @media (max-width:767px) {
.met-showproduct.pagetype2 #shop-fashion-option .modal-body {
	padding: 15px;
}
}
.btn-outline.btn-primary, .btn-outline.btn-primary:focus, .btn-outline.btn-primary:hover, .btn-primary, .btn-primary:focus, .btn-primary:hover {
	background: #051C34;
	color: #fff;
	border-color: #051C34;
}
.btn-success, .btn-success:focus, .btn-success:hover {
	background-color: #be6fe8;
	border-color: #be6fe8;
}
.btn-success:hover, .btn-primary:hover {
	opacity: 0.8!important;
}
 html:not(.isMobile) *::-webkit-scrollbar {
 width: 7px;
 background: #fff;
}
 html:not(.isMobile) *::-webkit-scrollbar-thumb {
 background: #051C34;
}
 html:not(.isMobile) *::-webkit-scrollbar-track {
}
 html:not(.isMobile) *::-webkit-scrollbar-button {
}
 html:not(.isMobile) *::-webkit-scrollbar-track-piece {
 width: 0;
}
 html:not(.isMobile) *::-webkit-scrollbar-corner {
}
 html:not(.isMobile) *::-webkit-resizer {
}

.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #fff;}

#dituContent img{    max-width: initial;}