
@media(min-width:1200px){
::-webkit-scrollbar{width:8px; height:8px; background:rgb(255,255,255);}
::-webkit-scrollbar-thumb{background:rgba(60,74,154,0.99);}
::-webkit-scrollbar-track-piece{width:8px; height:8px;}
}

*,
*:before,
*:after{box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box;}
*{outline:none; font-family:Arial, Helvetica, Microsoft YaHei;}
*[hide]{display:none;}
*::-webkit-input-placeholder{color:rgb(0,0,0); opacity:.68;}
*::-moz-input-placeholder{color:rgb(0,0,0); opacity:.68;}
*::-ms-input-placeholder{color:rgb(0,0,0); opacity:.68;}

html,body{margin:0; width:100%; min-height:100%; word-wrap:break-word; word-break:break-all; 
background:rgb(255,255,255); font-size:14px; font-weight:500; line-height:2; color:rgb(0,0,0);}

dir,ul,ol,li{margin:0; padding:0; list-style:none;}
form{margin:0; padding:0;}
p,dl,dt,dd{margin:0; padding:0;}

img{border:none;}
p>img{max-width:100%;}
ins{text-decoration:none;}
a{text-decoration:none; color:rgb(0,0,0); transition:.3s;}
a:hover{color:rgba(60,74,154,0.99);}
a[button="button"]{display:inline-block; padding:4px 18px; border-radius:4px; background:rgba(60,74,154,0.99); color:#fff;}
a[button="button"] *{cursor:pointer;}
a[button="button"]:hover{opacity:.8; box-shadow:0 0 5px rgba(0,0,0,0.1);}
@media(max-width:767px){
a[button="button"]{padding:2px 12px; border-radius:2px;}
}

h1,h2,h3,h4,h5,h6{margin:0; padding:0; font-weight:500;}
h1{font-size:28px;}
h2{font-size:21px;}
h3{font-size:16px;}
h4{font-size:15px;}
h5{font-size:13px;}
h6{font-size:12px;}

table,tbody{width:100%; border-collapse:collapse;}
tr{background:#fff; transition:.3s;}
tr:hover{background:#f8f8f8;}
th{background:#fcfcfc;}
th,td{border:1px solid #f0f0f0; padding:8px; text-align:left;}

section{display:block;}

article{display:block; max-width:100%; margin:0 auto;}
article:after{display:block; content:''; clear:both;}
article iframe,
article video,
article img{max-width:100%;}
@media(min-width:1200px){
article{padding:0 28px; width:1388px;}
}
@media(max-width:1199px){
article{padding:0 18px;}
}
@media(max-width:767px){
article{padding:0 8px;}
}

aside iframe,
aside video,
aside img{max-width:100%;}
aside:after{display:block; content:''; clear:both;}

dir{display:block;}
dir>ol{margin:0 -4px; text-align:center; font-size:0;}
dir>ol>li{display:inline-block; margin:4px;}
dir>ol>li>a{display:block; padding:2px 8px; border-radius:3px; border:1px solid #f0f0f0; font-size:14px;}
dir>ol>li>a.on,
dir>ol>li>a:hover{background:rgba(60,74,154,0.99); border-color:rgba(60,74,154,0.99); color:#fff;}
dir>ol>li>a.on,
dir>ol>li>a.no{cursor:no-drop;}
@media(max-width:767px){
dir>ol{margin:-3px;}
dir>ol>li{display:inline-block; margin:3px;}
dir>ol>li>a{display:block; padding:0 8px; border-radius:2px;}
}


select,
textarea,
input[type=file],
input[type=text],
input[type=password],
input[type=number],
input[type=tel],
input[type=email]{display:block; width:100%; margin:0; transition:.3s;  padding:8px 12px; border-radius:3px; 
background:#fff; border:1px solid #e8e8e8; line-height:2; height:46px; font-size:14px;}
select[multiple],
textarea{height:130px;}
select:hover,
textarea:hover,
input[type]:hover,
div.file_input>input[type=file]:hover+input[type=text],
select:focus,
textarea:focus,
input[type]:focus,
div.file_input>input[type=file]:focus+input[type=text]{box-shadow:0 0 8px rgba(0,0,0,.08);}

h6.alert{position:fixed; top:0; left:0; right:0; z-index:8888888; opacity:0; user-select:none; pointer-events:none; text-align:center; background:none !important;}
h6.alert.on{top:20px; opacity:1; transition:0.3s;}
h6.alert>b{display:inline-block; font-weight:normal; position:relative; padding:13px 20px 13px 48px; text-align:left; max-width:500px; background:#fff; border:1px solid #e4e7ed; box-shadow:0 0 12px rgba(0,0,0,.12); border-radius:6px; font-size:14px; line-height:22px; }
h6.alert>b:before{position:absolute; top:14px; left:16px; font-family:'FontAwesome'; content:"\f128"; width:20px; height:20px; border-radius:50%; line-height:20px; text-align:center; background:#d8d8d8; color:#fff;}
h6.alert.red>b:before{background:#fd4e5e; content:"\f12a";}
h6.alert.green>b:before{background:#13ce67; content:"\f00c";}
h6.alert.brown>b:before{background:#a5692d; content:"\f129";}
h6.alert.yellow>b:before{background:#ffd700; content:"\f129";} 
h6.alert.blue>b:before{background:#1880ff; content:"\f00c";}
h6.alert.gold>b:before{background:#edc86c; content:"\f129";}
@media(max-width:767px){
h6.alert>b{max-width:100%;}
}

dl.form8 input[name^="params"][type="file"]{opacity:0;}
div.file_input{display:block; position:relative;}
div.file_input>input[type=file]{position:absolute; z-index:2; top:0; left:0; height:100%; opacity:0; cursor:pointer;}
div.file_input>input[type=text]{padding-left:60px; cursor:pointer;}
div.file_input>i{position:absolute; z-index:1; background:#f8f8f8; cursor:pointer; border-right:1px solid #e8e8e8; top:1px; left:1px; bottom:1px; text-align:center; width:48px; font-size:16px;}
div.file_input>i:before{position:absolute; top:50%; left:0; right:0; line-height:16px; margin-top:-8px;}
code.tights>select+select{margin-top:2px;}

span.captcha.phonecode{margin-top:8px;}
span.captcha.phonecode>ins[resend]>i{font-style:normal;}

section.copyright{background:#000; padding:8px 0; text-align:center; color:#fff;}
section.copyright a{color:#fff;}
div[comment]{background:#fff;}
div[comment] div{display:block;}
div[comment] div>textarea{display:block; border:1px solid #b8b8b8; height:88px;}
div[comment] div>p{margin-top:18px;}
div[comment] div>p>button{cursor:pointer; border:none; color:#fff; line-height:28px; padding:2px 18px 0 18px; border-radius:18px; background:#585858; transition:.3s;}
div[comment] div>p>button:hover{background:rgba(60,74,154,0.99);}
div[comment] div>p>label{cursor:pointer; padding-left:8px; display:inline-block; line-height:30px; color:#282828;}
div[comment] ul{display:block; list-style:none; background:#fff; margin-top:22px;}
div[comment]>ul{margin-top:32px;}
div[comment] ul>li{display:block; list-style:none; position:relative; margin-top:18px;}
div[comment]>ul>li{margin-top:28px;}
div[comment] ul>li:first-child{margin-top:0;}
div[comment] ul>li>img{display:block; position:absolute; left:0; top:0; width:30px; height:30px; border-radius:50%;}
div[comment]>ul>li>img{width:36px; height:36px;}
div[comment] ul>li>dl{padding:0 0 0 42px;}
div[comment]>ul>li>dl{padding:0 0 0 48px;}
div[comment] ul>li>dl>dt:after{display:block; content:''; clear:both;}
div[comment] ul>li>dl>dt>b{float:left; font-size:15px; line-height:24px; color:#383838;}
div[comment]>ul>li>dl>dt>b{line-height:28px;}
div[comment] ul>li>dl>a{color:#000; display:inline-block; margin:8px 0 0 42px; cursor:pointer;}
div[comment] ul>li>dl>a:hover{color:rgba(60,74,154,0.99);}
div[comment] ul>li>dl>a>i{padding-left:4px; line-height:inherit;}
div[comment] ul>li>dl>p{font-size:15px; line-height:25px; margin:4px 0 6px 0; color:#181818;}
div[comment]>ul>li>dl>p{font-size:16px; line-height:28px; margin:6px 0 8px 0;}
div[comment] ul>li>dl>p>a{color:#686868;}
div[comment] ul>li>dl>dd{display:block;}
div[comment] ul>li>dl>dd>a[like]{font-size:15px; line-height:26px; color:#585858; cursor:pointer; line-height:28px; margin-left:8px;}
div[comment] ul>li>dl>dd>a[like]:before{padding-right:2px;}
div[comment] ul>li>dl>dd>a[reply]{display:inline-block; font-size:14px; padding:0 8px; line-height:26px; cursor:pointer; background:#f8f8f8; color:#282828; border-radius:18px; margin-left:8px;}
div[comment] ul>li>dl>dd>a[reply]:before{margin-right:4px;}
div[comment] ul>li>dl>dd>a[reply].on,
div[comment] ul>li>dl>dd>a[reply]:hover{color:rgba(60,74,154,0.99);}
div[comment] ul>li>dl>dd>i{font-style:normal; font-size:14px; color:#888; line-height:26px;}
div[comment] ul>li>dl>div{margin:14px 0;}
div[comment] ul>li>dl>div>textarea{height:68px;}
div[comment] ul>li>dl>div>p{margin-top:12px;}
div[comment] ul>li>dl>div>p>button{line-height:24px; padding:2px 14px 0 14px;}
div[comment] ul>li>dl>div>p>button:hover{background:rgba(60,74,154,0.99);} 
div[comment] ul>li>dl>div>p>label{line-height:26px;}
div[comment]>a{display:block; background:#f8f8f8; margin-top:32px; line-height:38px; text-align:center; border-radius:3px; cursor:pointer; color:#585858;}
div[comment]>a>i{line-height:inherit;}
div[comment]>a:hover{color:rgba(60,74,154,0.99);}
@media(max-width:767px){
div[comment] ul{margin-top:18px;}
div[comment]>ul{margin-top:28px;}
div[comment] ul>li{margin-top:14px;}
div[comment]>ul>li{margin-top:24px;}
div[comment] ul>li>img{width:26px; height:26px;}
div[comment]>ul>li>img{width:30px; height:30px;}
div[comment] ul>li>dl{padding:0 0 0 35px;}
div[comment]>ul>li>dl{padding:0 0 0 40px;}
div[comment] ul>li>dl>dt>b{font-size:14px; line-height:22px;}
div[comment]>ul>li>dl>dt>b{line-height:24px;} 
div[comment] ul>li>dl>p{font-size:14px; line-height:22px; margin:4px 0;}
div[comment]>ul>li>dl>p{font-size:14px; line-height:22px; margin:4px 0;}
div[comment] ul>li>dl>dd>a[like]{font-size:13px;}
div[comment] ul>li>dl>dd>a[reply]{font-size:12px; padding:0 8px; line-height:22px; margin-left:6px;}
div[comment] ul>li>dl>dd>i{font-size:12px; line-height:22px;}
div[comment] ul>li>dl>a{margin:2px 0 0 35px;}
div[comment] ul>li>dl>div{margin:8px 0;}
}
a {
	text-decoration: none;
	border: none;
	outline: 0;
	color: rgba(60,74,154,0.99);
}
a:hover,
a:focus,
a:active,
button:focus {
	text-decoration: none;
	border: none;
	outline: 0;
	color: rgb(5,18,53);
}
ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}
p {
	padding: 0;
	margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 85px;
	color: rgb(5,18,53);
	line-height: 95px;
	font-weight: 800;
}
h2 {
	font-size: 48px;
	line-height: 58px;
	color: rgb(5,18,53);
	font-weight: 700;
}
h3 {
	font-size: 24px;
	line-height: 36px;
	color: rgb(5,18,53);
	font-weight: 700;
}
h4,
h5,
h6 {
	font-weight: 600;
	font-size: 20px;
	line-height: 34px;
}
input,
input:hover,
input:focus,
input[type=text],
input[type=email],
textarea,
textarea:hover,
textarea:focus,
button,
button:hover,
button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0px;
	outline: none;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.text-truncate2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-truncate3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text-truncate4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.section-padding {
	padding: 130px 0px;
}
.section-title > span {
	color: rgba(60,74,154,0.99);
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	display: inline-block;
}
.section-title p {
	padding: 5px 0px;
}
.section-title h2 {
	margin-bottom: 20px;
}
.algin-center {
	text-align: center;
	max-width: 510px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.s-table {
	height: 100%;
	width: 100%;
	display: table;
}
.s-tablec {
	display: table-cell;
	vertical-align: middle;
}
.theme-btn,
.pri-btn,
.price-btn,
.contact-area .comment-form button {
	display: inline-block;
	background: rgba(60,74,154,0.99);
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	padding: 14px 31px;
	font-weight: 600;
	z-index: 3;
	position: relative;
}
.theme-btn::before,
.price-btn::before,
.all-btn::before,
.contact-area .comment-form button::before {
	background: rgb(5,18,53);
	content: "";
	position: absolute;
	right: auto;
	left: 0;
	width: 0;
	height: 100%;
	top: 0;
	bottom: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: -1;
}
.theme-btn:hover::before,
.contact-area .comment-form button:hover::before{
	right: 0;
	left: auto;
	width: 100%;
}
.pricing-item:hover .price-btn::before {
	right: 0;
	left: auto;
	width: 100%;
}
.all-btn,
.all-btn:hover {
	color: rgb(5,18,53);
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.all-btn {
	color: #fff;
}
.all-btn::before {
	background: #fff;
	color: #000;
}
.price-btn {
	background: rgb(5,18,53);
}
.box,
.price-btn::before {
	background: rgba(60,74,154,0.99);
}

.top-bar {
	padding: 10px 0px;
	background: rgb(5,18,53);
	background: rgb(5,18,53) !important;
}
.top-left li {
	display: inline-block;
	margin-right: 25px;
}
.top-left li a {
	color: #fff;
	font-weight: 600;
	line-height: 28px;
}
.top-left li i:before {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 3px;
	margin-right: 5px;
}
.top-left li:last-child {
	margin: 0;
}
.top-right {
	text-align: right;
}
.top-right li {
	display: inline-block;
	margin-right: 15px;
}
.top-right li:last-child {
	margin: 0;
}
.top-right li a {
	color: #fff;
	font-size: 15px;
}

.header-menu {
	position: relative;
	background: #fff;
	background: rgba(255,255,255,0.24) !important;
}
.header-menu.sticky-menu {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
	width: 100%;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
	animation: header_sticky 1.1s;
}
@-webkit-keyframes header_sticky {
	0% {
		top: -250px;
	}
	100% {
		top: 0;
	}
}
@keyframes header_sticky {
	0% {
		top: -250px;
	}
	100% {
		top: 0;
	}
}
.logo a {
	display: inline-block;
}
.logo a img {
	max-width: 200px;
}
.main-menu ul {
	text-align: right;
}
.main-menu li {
	display: inline-block;
	position: relative;
}
.main-menu li a {
	display: block;
	line-height: 28px;
	font-weight: 700;
	padding: 36px 20px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-size: 16px;
	color: rgb(5,18,53);
}
.main-menu li a:hover,
ul#mobilemenu li.active > a {
	color: rgba(60,74,154,0.99);
}
.main-menu li:last-child a {
	padding-right: 0px;
}
.main-menu li ul {
	background: #fff;
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	text-align: left;
	top: 125px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 210px;
	z-index: -1;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
	border-top: 2px solid rgba(60,74,154,0.99);
}
.main-menu li ul.lang-menu {
	left: inherit;
	right: 0;
}
.main-menu li ul.lang-menu img{
	width: 32px;
	margin-right: 15px;
}
.main-menu li ul li a {
	color: rgb(5,18,53);
}
.main-menu li li {
	display: block;
}
.main-menu li li a {
	padding: 0px;
	padding-bottom: 15px;
	margin: 15px 25px;
	text-transform: none;
	border-bottom: 1px solid #eee;
	color: rgb(5,18,53);
}
.main-menu li li:last-child a {
	border: none;
}
.main-menu li li:hover > a {
	color: rgba(60,74,154,0.99);
	margin-left: 28px;
}
.main-menu ul li a {
	color: rgb(5,18,53);
}
.main-menu li:hover ul {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 100px;
	z-index: 999;
}
.main-menu li ul ul,
.main-menu li:hover ul ul {
	left: 210px;
	top: 78px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	border: none;
}
.main-menu li:hover ul li:hover ul {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 0;
	border-top: 3px solid rgba(60,74,154,0.99);
}
.main-menu li:hover ul > li:hover ul {
	top: -17px;
}
.main-menu li:hover ul li:hover ul li a {
	border-bottom: 1px solid #eee;
}
.main-menu li:hover ul li:hover ul li:last-child a {
	border: none;
	padding: 0;
}
.main-menu li ul > li:last-child > a {
	padding-bottom: 0;
}
.menu-right {
	text-align: right;
}
#mobile-menu {
	display: none;
}

.responsive-menu {
	position: absolute;
	top: -13px;
	right: 0;
	width: 100%;
}
.mean-container a.meanmenu-reveal span {
	background: rgb(5,18,53);
	margin-top: 6px;
}
.mean-container a.meanmenu-reveal {
	color: rgb(5,18,53);
	margin-right: 3px;
	width: 35px;
	height: 31px;
}
.mean-container .mean-bar {
	background: transparent;
	padding: 0;
}
.mean-container .mean-nav {
	background: #FAFAFB;
	margin-top: 75px;
}
.mean-container .mean-nav li:first-child > a {
	border: none;
}
.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li li a,
.mean-container .mean-nav li li:first-child > a {
	color: rgb(5,18,53);
	font-size: 16px;
	font-weight: 700;
	border-top: 1px solid #E7E7E7;
	opacity: 1;
}
.mean-container .mean-nav ul li a.mean-expand {
	background: rgba(60,74,154,0.99);
	height: 37px;
	color: #fff;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(60,74,154,0.99);
}
.mean-bar a i {
	font-size: 30px;
	padding-top: 2px;
	display: block;
}

.banner {
	background-image: url(../box/image/banner.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	background-color: rgb(5,18,53);
}
.banner-content {
	padding: 185px 0px;
	max-width: 600px;
}
.banner-content h1 {
	color: #fff;
	margin-top: 5px;
	margin-bottom: 35px;
}
.banner-content span {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: rgba(60,74,154,0.99);
}
.banner-right {
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center left;
	height: 100%;
	width: 50%;
	right: 0px;
	top: 50px;
}
.home.slider{
	position: relative;
	background-color: rgba(255,255,255,0.97);
}
.home.slider .swiper-button-next,
.home.slider .swiper-button-prev,
.single-slider .swiper-button-next,
.single-slider .swiper-button-prev{
	color: rgba(60,74,154,0.99);
}
.about-image1 img {
	text-align: left;
	width: 100%;
	position: relative;
}
.about-btn {
	margin-top: 35px;
	margin-bottom: 22px;
}
.about-left {
	margin-left: 35px;
	margin-top: 35px;
	margin-bottom: 52px;
}
.about-image1 {
	position: relative;
	max-width: 480px;
	background: #f7f7f7;
	min-height: 500px;
	margin: 0 auto;
}
.img-2 {
	position: absolute;
	bottom: -52px;
	left: -52px;
	max-width: 225px;
	border: 10px solid #fff;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
}
.img-3 {
	background-image: url(../box/image/about-3.png);
	background-repeat: no-repeat;
	background-size: cover;
    position: absolute;
    left: -35px;
    top: -35px;
    width: 80px;
    height: 187px;
    z-index: 0;
}

.services {
	background-color: #FAFAFB;
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
}
.service-item {
	background: #fff;
	padding: 60px 30px 55px 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.service-item:hover {
	background-color: rgba(60,74,154,0.99);
	background-image: url(../box/image/service-bg.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.service-item i::before {
	font-size: 70px;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.service-item i {
	color: rgba(60,74,154,0.99);
	display: block;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.service-item h3 {
	margin-top: 15px;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	margin-bottom: 15px;
}
.service-item p {
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.service-item:hover i,
.service-item:hover h3,
.service-item:hover p {
	color: #fff;
}

.achievement {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgb(5,18,53);
}
.achievement-left {
	max-width: 430px;
}
.achievement-left h2,
.achievement-left p {
	color: #fff;
}
.achievement-left p {
	margin-top: 20px;
	margin-bottom: 35px;
}
.achievement-item {
	padding: 30px 25px 23px 25px;
	background: #FFF;
	border-radius: 4px;
}
.achievement-item li i {
	display: block;
}
.achievement-item li i::before {
	color: rgba(60,74,154,0.99);
	font-size: 60px;
}
.achievement-item li {
	margin-right: 15px;
}
.achievement-item li:last-child {
	margin: 0;
}
.counter {
	font-weight: 700;
	font-size: 40px;
	color: rgb(5,18,53);
	margin-bottom: 5px;
	display: block;
}
.counter-title {
	font-size: 17px;
}

.work-item {
	position: relative;
}
.work-overly {
	position: absolute;
	left: 30px;
	bottom: 0px;
	background: rgba(60,74,154,0.99);
	right: 30px;
	padding: 20px 25px;
	border-radius: 3px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.work-overly h3 a,
.work-overly p {
	color: #fff;
}
.work-overly .overlay-plus a {
	display: block;
	position: absolute;
	background: black;
	top: 50%;
	right: 25px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work-overly .overlay-plus a i::before {
	background: #fff;
	height: 35px;
	width: 35px;
	color: rgba(60,74,154,0.99);
	display: block;
	line-height: 35px;
	text-align: center;
	border-radius: 2px;
}
.work-item:hover .work-overly {
	opacity: 1;
	bottom: 30px;
}
.work-item {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.work-item img {
	transform: scale(1);
	transition: 0.3s ease-in-out;
}
.work-item:hover img {
	transform: scale(1.1);
}
.work-details-item {
	border-top: 1px solid #eaeaea;
}
.work-details-content,
.work-details-help {
	background: #FAFAFB;
}
.work-details-content ul li {
	margin-bottom: 15px;
}
.work-details-content ul li:last-child {
	margin-bottom: 0;
}
.work-details-content li i {
	color: rgba(60,74,154,0.99);
	font-size: 14px;
	margin-right: 7px;
}
.work-details-content li span {
	color: rgb(5,18,53);
	font-weight: 600;
	margin-right: 10px;
}
.work-details-content li a {
	color: #4B4B4B;
}
.work-details-help li i {
	font-size: 40px;
	color: rgba(60,74,154,0.99);
	margin-right: 15px;
}
.work-details-help li p {
	color: #4B4B4B;
}
.work-details-help li p {
	color: #4B4B4B;
	line-height: 26px;
}
.work-details-help li h5 {
	color: rgb(5,18,53);
	font-size: 18px;
	font-weight: 500;
}

.team {
	background-color: #FAFAFB;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: contain;
}
.team-content {
	background: #fff;
	padding: 20px 15px 30px 15px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-member:hover .team-content {
	background: rgba(60,74,154,0.99);
}

.team-content li a i {
	color: rgb(5,18,53);
	background: #FAFAFB;
	display: block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border-radius: 50%;
	font-size: 14px;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.team-content li {
	display: inline-block;
	margin-right: 10px;
}
.team-content li:last-child {
	margin: 0;
}
.team-content h3 {
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	font-size: 20px;
}
.team-content h3 a{
	color: rgb(5,18,53);
}
.team-content p {
	margin-bottom: 13px;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.team-member:hover .team-content p,
.team-member:hover .team-content h3 {
	color: #fff;
}

.home-form {
	background-color: rgb(5,18,53);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
}
.home-left-bg {
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	width: 45%;
	left: 0px;
	top: 0px;
	bottom: 0px;
}
.quote-title {
	margin-bottom: 40px;
}
.quote-title h2 {
	color: #fff;
}

.quote-from input,.quote-from textarea,.quote-from select{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #676b76;
	background: #1e2a4a;
	border: 0px;
	height: 57px;
	border-radius: 0px;
	padding: 15px 20px;
}
.quote-from input:focus,.quote-from textarea:focus,.quote-from select:focus {
	color: #fff;
	background: #1e2a4a;
	border: 0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.quote-from dl {
	margin-bottom: 30px;
}
.quote-from dl dt{
	display: none;
}

.quote-from form {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: -15px;
	margin-left: -15px;
}
.quote-from button {
	display: inline-block;
	background: rgba(60,74,154,0.99);
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	padding: 14px 31px;
	font-weight: 600;
	z-index: 3;
	position: relative;
}
.quote-from button::before {
	background: rgb(5,18,53);
	content: "";
	position: absolute;
	right: auto;
	left: 0;
	width: 0;
	height: 100%;
	top: 0;
	bottom: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: -1;
}
.quote-from button:hover::before {
	right: 0;
	left: auto;
	width: 100%;
}

.quote-from button,
.quote-from button:hover {
	color: rgb(5,18,53);
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.quote-from button {
	color: #fff;
}
.quote-from button::before {
	background: #fff;
	color: #000;
}
.quote-from dl dd span.captcha {
    position: relative;
}

.quote-from dl dd span.captcha i {
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    border: 3px;
    padding: 5px;
    padding-top: 13px;
	background: rgb(255 255 255 / 40%);
}

.quote-from dl dd span.captcha img {
    display: block;
    max-height: 100%;
    cursor: pointer;
}
.testimonial-item {
	background: #FAFAFB;
	padding: 35px 35px;
	position: relative;
}
.testimonial-item img {
	max-height: 85px;
	max-width: 85px;
	border-radius: 50%;
}
.testimonial-content {
	margin-top: 20px;
}
.testimonial-content p {
	margin-bottom: 10px;
}
.testimonial-content h3 {
	font-size: 20px;
}
.testimonial-content h4 {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: rgba(60,74,154,0.99);
}
.testimonial-icon {
	position: absolute;
	right: 35px;
	top: 35px;
	display: inline-block;
	font-size: 60px;
	opacity: 0.1;
}
.pagination-area .dots span {
	display: inline-block;
	height: 19px;
	width: 19px;
	border: 1px solid rgba(60,74,154,0.99);
	background: 0 0;
	position: relative;
	opacity: 1
}
.pagination-area .dots span.swiper-pagination-bullet-active {
	border: 1px solid rgba(60,74,154,0.99);
	opacity: 1
}
.pagination-area .dots span.swiper-pagination-bullet-active::before {
	position: absolute;
	content: "";
	height: 9px;
	width: 9px;
	border-radius: 50%;
	top: 50%;
	left: 8px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: rgba(60,74,154,0.99)
}
.swiper-slide-active {
	border-bottom: 3px solid rgba(60,74,154,0.99);
	border-radius: 4px;
}
.swiper-slide-active .testimonial-icon {
	color: rgba(60,74,154,0.99);
}

.blog {
	background: #FAFAFB;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.blog-content {
	background: #fff;
	padding: 30px 30px;
}
.blog-content li {
	display: inline-block;
	margin-right: 15px;
}
.blog-content li:last-child {
	margin: 0;
}
.blog-content li i:before {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 3px;
	margin-right: 5px;
	color: rgba(60,74,154,0.99);
}
.blog-content h3 a,
.blog-content h3 a:hover {
	font-size: 20px;
	line-height: 30px;
	padding-top: 5px;
	color: rgb(5,18,53);
	display: block;
	padding-bottom: 10px;
}
.blog-content a {
	font-weight: 700;
	display: block;
	margin-top: 8px;
	color: rgba(60,74,154,0.99);
}
.blog-content a:hover {
	color: rgba(60,74,154,0.99);
}
.blog-content a i {
	margin-left: 5px;
	vertical-align: middle;
	margin-bottom: 1px;
	font-size: 14px;
}
.blog-content a.blog-btn{
	color: #fff;
}
.blog-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.blog-img img {
	transform: scale(1);
	transition: 0.3s ease-in-out;
}
.blog-img img:hover,
.blog-item:hover .blog-img img {
	transform: scale(1.1);
}

.partner ul{
	list-style: none;
}
.partner ul li{
	display: inline-block;
	line-height: 40px;
	margin:0 10px 10px 0;
}
.partner ul li:last-child{
	margin: 0;
}
.partner ul li img{
	width: auto;
	height: 40px;
}
.partner ul li a{
	color: rgb(5,18,53);
}
.partner ul li a:hover{
	color: rgba(60,74,154,0.99);
}
.footer {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgb(5,18,53);
}
.widget .widget-title {
	font-size: 24px;
	line-height: 34px;
	color: #fff;
	margin-bottom: 40px;
	font-weight: 600;
	position: relative;
}
.widget .widget-title::before {
	position: absolute;
	content: '';
	height: 3px;
	width: 30px;
	bottom: -10px;
	left: 0;
	background: rgba(60,74,154,0.99);
}
.widget p {
	color: #fff;
}
.widget li a {
	color: #fff;
	transition: 0.3s;
}
.widget li a:hover {
	color: rgba(60,74,154,0.99);
	margin-left: 2px;
}
.widget li {
	margin-bottom: 10px;
}
.widget li:last-child {
	margin: 0;
}
.footer_menu {
	margin-left: 40px;
}
.footer_menu.two {
	margin-left: 20px;
}
.subscribe-from {
	position: relative;
	width: 100%;
	margin-top: 25px;
}
.subscribe-from input[type="text"] {
	color: #000;
	display: block;
	height: 60px;
	padding-left: 20px;
	padding-right: 60px;
	position: relative;
	width: 100%;
	background: #fff;
	border: none;
}
.subscribe-from button {
	display: block;
	cursor: pointer;
	height: 60px;
	width: 60px;
	padding: 11px 0px;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0px;
	background: rgba(60,74,154,0.99);
	border: none;
	color: #fff;
	font-size: 20px;
}
.contact-icon-widget {
	margin-right: 15px;
}
.contact-icon-widget i:before {
	margin: 0;
	color: rgba(60,74,154,0.99);
	font-size: 20px;
	display: inline-block;
	padding: 0;
	vertical-align: middle;
}
.contact-icon-widget i {
	display: block;
}
.contact_list .contact-widget-item {
	margin-bottom: 15px;
}
.contact_list .contact-widget-item:last-child {
	margin: 0;
}

.footer-bottom {
	padding: 20px 0px;
	background: rgb(5,18,53);
}
.footer-copyright {
	text-align: left;
}
.footer-copyright p {
	color: rgba(255, 255, 255, 0.5);
}
.footer-beian {
	text-align: right;
}
.footer-beian span{
	display: inline-block;
}
.footer-beian img{
    width: auto;
    margin-right: 5px;
}

.up-down-animate {
	-webkit-animation-name: up-down;
	animation-name: up-down;
	-moz-animation-name: up-down;
	-ms-animation-name: up-down;
	-o-animation-name: up-down;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-moz-animation-duration: 4s;
	-ms-animation-duration: 4s;
	-o-animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-o-animation-timing-function: linear;
}
@-webkit-keyframes up-down {
	0% {
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
	}
	50% {
		transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
	}
	100% {
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
	}
}

.scroll-top {
	background: rgba(60,74,154,0.99);
	bottom: 1%;
	color: #fff;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	right: 1%;
	text-align: center;
	width: 40px;
	z-index: 9;
	cursor: pointer;
	display: none;
}
.scroll-up:hover {
	color: #fff;
}

.spinner {
	width: 80px;
	height: 80px;
	position: relative;
	margin: 100px auto;
}
.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
	0%, 100% {
		-webkit-transform: scale(0.0)
	}
	50% {
		-webkit-transform: scale(1.0)
	}
}
@keyframes sk-bounce {
	0%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}
	50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}
.theme-loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgb(5,18,53);
	z-index: 9999999999;
}
.theme-loader .spinner {
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
}

.page-header {
	position: relative;
	padding: 150px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../box/image/page-header.png);
	background-color: rgb(5,18,53);
	background-color: rgb(14,155,235) !important;
}


.page-header-content h2 {
	color: #fff;
}
.page-header-content ul {
	margin-top: 20px;
	margin-left: 3px;
}
.page-header-content li,
.page-header-content li a {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.page-header-content li:last-child {
	color: rgba(60,74,154,0.99);
}
.page-header-content li:first-child::after {
	content: "-";
	padding-right: 15px;
	padding-left: 10px;
	display: inline-block;
	color: #fff;
}
.page-header-content li:last-child::before {
	content: "/";
	padding-right: 15px;
	padding-left: 10px;
	display: inline-block;
	color: #fff;
}
.main-content {
	padding: 130px 0px;
}

.pricing-item {
	background: #fff;
	text-align: center;
	border: 1px solid #ececec;
}
.pricing-item:hover {
	box-shadow: 0px 20px 60px rgba(42, 61, 126, 0.08);
	border: 1px solid #f4f4f4;
}
.pricing-item:hover .pricing-header {
	background: rgba(60,74,154,0.99);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.box .pricing-header {
	background: rgba(60,74,154,0.99);
}
.box {
	border: 1px solid #fff;
}
.pricing-header {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 30px 40px;
}
.box {
	box-shadow: 0px 20px 60px rgba(42, 61, 126, 0.08);
}
.box i {
	color: #fff;
}
.pricing-header i {
	font-size: 50px;
	color: rgb(5,18,53);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pricing-price h4 {
	font-size: 28px;
	line-height: 38px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: 400;
	color: rgb(5,18,53);
}
.pricing-price h3 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 400;
	color: rgb(5,18,53);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pricing-price h3 span {
	font-size: 16px;
	line-height: 26px;
	color: rgba(60,74,154,0.99);
	font-weight: 400;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pricing-content {
	padding: 45px;
	padding-top: 0;
}
.pricing-content ul li {
	padding: 10px 0;
	border-bottom: 1px solid #e8e8e8;
}
.pricing-content ul li:last-child {
	padding-top: 10px;
	border-bottom: none;
}
.pricing-item:hover .pricing-price h4 {
	color: #fff;
}
.pricing-item:hover .pricing-price h3 {
	color: #fff;
}
.pricing-item:hover .pricing-header i {
	color: #fff;
}
.pricing-item:hover .pricing-price h3 span {
	color: #fff;
}

.theme-btn.blog-btn {
	display: inline-block;
	margin-top: 25px;
}
.blog-main-content h2 a,
.blog-main-content h2 a:hover {
	color: rgb(5,18,53);
	font-size: 28px;
	line-height: 38px;
	padding-bottom: 15px;
	display: block;
}
.blog-main-content {
	padding: 40px 40px;
	background: #FAFAFB;
}
.blog-main-content li {
	margin-right: 25px;
	padding-bottom: 5px;
}
.blog-main-item {
	margin-bottom: 50px;
}
.blog-pagination li {
	display: inline-block;
	margin-right: 15px;
}
.blog-pagination li a {
	border: 0;
	background: #f3f3f3;
	display: block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	font-weight: 600;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: rgb(5,18,53);
}
.blog-pagination li:last-child {
	margin: 0;
}
.blog-pagination li .active,
.blog-pagination li a:hover {
	background: rgba(60,74,154,0.99);
	color: #fff;
}
.widget-list {
	padding: 30px;
	background: #FAFAFB;
	margin-bottom: 30px;
}
.widget-search {
	margin-bottom: 30px;
}
.widget-search input[type="text"] {
	display: block;
	height: 60px;
	font-size: 14px;
	background: #FAFAFB;
	outline: 0;
	padding-left: 20px;
	padding-right: 60px;
	position: relative;
	width: 100%;
	border: none;
	color: rgb(5,18,53);
}
.widget-search  button {
	display: block;
	height: 60px;
	width: 60px;
	position: absolute;
	right: 15px;
	top: 0;
	text-align: center;
	border: none;
	color: #fff;
	border-radius: 3px;
	font-size: 20px;
	line-height: 60px;
	background: rgba(60,74,154,0.99);
}

.widget-title h2 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 40px;
	font-weight: 600;
	position: relative;
}
.widget-title h2::before {
	position: absolute;
	content: '';
	height: 3px;
	width: 50px;
	bottom: -10px;
	left: 0;
	background: rgba(60,74,154,0.99);
}
.category-item ul li {
	margin-bottom: 10px;
	background: #fff;
	padding: 15px 30px;
}
.category-item li a {
	color: rgb(5,18,53);
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.category-item li a:hover {
	color: rgba(60,74,154,0.99);
	margin-left: 3px;
}
.category-item li a i {
	float: right;
	font-size: 16px;
	color: rgba(60,74,154,0.99);
	position: relative;
	top: 2px;
}
.post-item ul li {
	position: relative;
	font-size: 14px;
	padding-left: 95px;
	margin-bottom: 23px;
	padding-bottom: 25px;
	border-bottom: 1px solid #C4C4C4;
	overflow: hidden;
}
.post-item ul li img {
	position: absolute;
	left: 0;
	top: 5px;
	width: 80px;
	height: 80px;
}
.post-item li h4 {
	font-size: 18px;
	line-height: 28px;
}
.post-item li a {
	color: rgb(5,18,53);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.post-item li a:hover {
	color: rgba(60,74,154,0.99);
}
.post-item ul li:last-child {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.post-item ul i {
	color: rgba(60,74,154,0.99);
	font-size: 14px;
	position: relative;
	top: 2px;
	margin-right: 7px;
}
.post-item ul span {
	color: #4B4B4B;
	font-size: 14px;
}
.blog-single .blog-tags ul li,
.blog-tags ul li {
	display: inline-block;
}
.blog-tags li a {
	display: inline-block;
	background: #fff;
	padding: 0px 15px;
	float: right;
	margin-right: 15px;
	color: rgb(5,18,53);
	font-weight: 500;
	padding-top: 7px;
	padding-bottom: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-tags li a:hover,
.blog-single .blog-tags li a:hover {
	background: rgba(60,74,154,0.99);
	color: #fff;
}
.gallery ul li img {
	width: 100%;
	border-radius: 6px;
}
.gallery ul li {
	max-width: 46%;
	margin-bottom: 24px;
	margin-right: 24px;
}
.gallery ul li:nth-child(2) {
	margin-bottom: 15px;
	margin-right: 0;
}
.gallery ul li:nth-child(4) {
	margin-bottom: 0;
	margin-right: 0;
}
.widget-gallery ul {
	flex-wrap: wrap;
}
.blog-content h4 {
	font-weight: 400;
	position: relative;
	z-index: 2;
}
.blog-content h4 i {
	position: absolute;
	top: 0;
	left: 60px;
	font-size: 60px;
	color: rgba(60,74,154,0.99);
	z-index: -1;
	opacity: 0.25;
}
.video-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: content-box;
	width: 32px;
	height: 32px;
	display: block;
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
}
.video-icon::before {
	position: absolute;
	content: '';
	width: 80px;
	height: 80px;
	display: block;
	top: 50%;
	left: 50%;
	z-index: 0;
	background: rgba(60,74,154,0.99);
	border-radius: 50%;
	transform: translateX(-50%) translateY(-50%);
	animation: pulse-border 1500ms ease-out infinite;
}
.video-icon span {
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 26px solid #fff;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	display: block;
}
.video-icon::after {
	position: absolute;
	content: '';
	background: rgba(60,74,154,0.99);
	top: 50%;
	left: 50%;
	display: block;
	z-index: 1;
	transform: translateX(-50%) translateY(-50%);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	transition: all 200ms;
}
@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}
@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}
.blog-img {
	position: relative;
}
.blog-single .blog-tags li a {
	display: inline-block;
	background: #FAFAFB;
	padding: 0px 15px;
	float: right;
	margin-right: 15px;
	color: rgb(5,18,53);
	font-weight: 500;
	padding-top: 7px;
	padding-bottom: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-single .blog-tags ul li {
	display: inline-flex;
}
.blog-single h2 a,
.work-content h2 a,
.blog-single h2 a:hover,
.work-content h2 a:hover {
	color: rgb(5,18,53);
	font-size: 28px;
	line-height: 38px;
	padding-bottom: 15px;
	display: block;
}
.comt-user {
	float: left;
	margin-top: 8px;
}
.comt-detail {
	overflow: hidden;
	padding-left: 30px;
}
.comtuser-name p {
	margin: 0;
	font-size: 14px;
}
.comtuser-name {
	position: relative;
	overflow: hidden;
}
.comtuser-name a {
	position: absolute;
	top: 0;
	color: rgba(60,74,154,0.99);
	font-weight: 600;
	right: 0;
}
.comtuser-name h3 {
	font-size: 24px;
	font-weight: 600;
	color: rgb(5,18,53);
}
.comt-user img {
	width: 100%;
	border-radius: 20px;
}
.comment-count {
	border-top: 1px solid #ececec;
}
.comtuser-name a i {
	margin-right: 5px;
	color: rgba(60,74,154,0.99);
}
.comment-temp li:last-child {
	margin: 0;
}
.comment-item {
	background: #FAFAFB;
	padding: 30px;
}
.contact-area{
	background-color: ;
}
.contact-item {
	background: #FAFAFB;
	padding: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-item:hover {
	background-color: rgba(60,74,154,0.99);
	background-image: url(../box/image/con-bg.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.contact-item li {
	margin-right: 18px;
}
.contact-item i::before {
	display: block;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	color: rgba(60,74,154,0.99);
	font-size: 50px;
}
.contact-item h3 {
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	line-height: 50px;
	font-weight: 600;
}
.contact-item p {
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.contact-item p:last-child {
	margin: 0;
}
.contact-item:hover i::before,
.contact-item:hover h3,
.contact-item:hover span,
.contact-item:hover p {
	color: #fff;
}
.follow-us ul li {
	display: inline-block;
	margin-right: 10px;
}
.follow-us li a i {
	background: #FAFAFB;
	display: block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	font-size: 14px;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	color: rgb(5,18,53);
}
.follow-us li a i:hover {
	color: #fff;
	background: rgba(60,74,154,0.99);
}
.form-right {
	padding: 55px;
	background: #FAFAFB;
}
.form-title h3 {
	font-size: 30px;
	font-weight: 600;
}
.contact-map img{
	width: 100%;
	height: auto;
	margin-bottom: -10px;
}
.comment-form dl{
	margin-bottom: 30px;
}
.comment-form input,
.comment-form select{
	width: 100%;
	height: 60px;
	border: 1px solid #ebebeb;
	padding-left: 25px;
}
.comment-form button {
	border: none;
}
.comment-form textarea {
	border: 1px solid #ebebeb;
	padding: 20px;
	width: 100%;
	padding-left: 25px;
	resize: none;
	height: auto;
}

.comment-form input:hover,
.comment-form input:focus,
.comment-form select:hover,
.comment-form select:focus,
.comment-form textarea:hover {
	outline: none;
}
input[type="text"]:focus,
textarea:focus,
input[type="email"]:focus {
	border-color: #ebebeb;
}
.faq-contact {
	max-width: 900px;
	margin: 0 auto;
}

.subnav {
	position:relative;
	z-index:4;
	background: #f0eeeb;
}

.subnav .container>ul>li>a {
	color: rgb(0,0,0);
	font-size: 14px;
	font-size: 15px;
}

.subnav .container li.on>a,
.subnav .container li.pn>a {
	color: rgba(60,74,154,0.99);
}
@media(min-width:992px) {
	.subnav .container>ul {
		text-align: center;
		font-size: 0;
		margin: 0;
	}

	.subnav .container>ul>li {
		display: inline-block;
		position: relative;
	}

	.subnav .container>ul>li>a {
		display: block;
		padding: 15px 20px;
	}

	.subnav .container>ul>li.has>a:after {
		display: inline-block;
		font-family:'FontAwesome';
		content: "\f107";
		margin-left: 3px;
		transition: transform .3s;
	}

	.subnav .container>ul>li.has:hover>a:after {
		transform: rotate(180deg);
	}

	.subnav .container>ul>li ul {
		position: absolute;
		left: 100%;
		top: 0;
		width: 140px;
		white-space: nowrap;
		text-align: center;
		background: #fff;
		visibility: hidden;
		opacity: 0;
		transition: .05s;
		transform: scale(0);
		transform-origin: top center;
	}

	.subnav .container>ul>li ul ul {
		transform-origin: left center;
	}

	.subnav .container>ul>li>ul li.parent {
		display: none;
	}

	.subnav .container>ul>li>ul li.right ul {
		left: auto;
		right: 100%;
		transform-origin: right center;
	}

	.subnav .container>ul li:hover>ul {
		visibility: visible;
		opacity: 1;
		transition: .3s;
		transform: scale(1);
	}

	.subnav .container>ul>li>ul {
		left: 50%;
		top: 100%;
		width: 140px;
		margin-left: -70px;
	}

	.subnav .container>ul>li ul {
		box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	}

	.subnav .container>ul>li ul>li {
		position: relative;
		border-top: 1px solid #f5f5f5;
	}

	.subnav .container>ul>li ul>li:first-child {
		border-top: 0;
	}

	.subnav .container>ul>li ul>li>a {
		display: block;
		padding: 8px 0;
		font-size: 14px;
	}
}

@media(max-width:991px) {
  .subnav {
    display: block;
  }
	.subnav .container {
		padding: 2px 0 1px 0;
	}

	.subnav .container ul {
		overflow: auto;
		white-space: nowrap;
		font-size: 0;
		text-align: center;
		margin: 0;
	}

	.subnav .container ul>li {
		display: inline-block;
		padding: 8px;
	}

	.subnav .container>ul>li ul {
		position: absolute;
		background: #fff;
		top: 100%;
		left: 0;
		right: 0;
		visibility: hidden;
		opacity: 0;
		transition: .3s;
		transform: translateY(-8px);
	}

	.subnav .container>ul>li.active {
		background: #fff;
	}

	.subnav .container>ul>li.active>ul {
		visibility: visible;
		opacity: 1;
		transform: translateY(-2px);
	}

	.subnav .container>ul>li ul>li>a {
		font-size: 14px;
	}

	.subnav .container>ul>li>ul li.parent.pn>a {
		color: rgb(0,0,0);
	}

	.subnav ul::-webkit-scrollbar {
		height: 1px;
		background: #f0eeeb;
	}

	.subnav ul::-webkit-scrollbar-track-piece {
		height: 1px;
	}

	.subnav ul::-webkit-scrollbar-thumb {
		background: rgba(0, 0, 0, 0);
		transition: .2s;
	}

	.subnav ul:hover::-webkit-scrollbar-thumb {
		background: rgba(60,74,154,0.99);
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}
@media (max-width: 1450px) {
	.banner-content h1 {
		font-size: 72px;
		line-height: 82px;
	}
	.banner-content {
		padding: 140px 0px;
	}
}
@media (max-width: 1199px) {
	.menu-right {
		display: none;
	}
	.achievement-left {
		margin-bottom: 50px;
	}
	.blog-content {
		padding: 25px 25px;
	}
	.blog-content li {
		margin-right: 15px;
		font-size: 14px;
	}
	.banner-content {
		padding: 90px 0px;
	}
	.banner-content h1 {
		font-size: 68px;
	}
	.lg-mb-30 {
		margin-bottom: 30px;
	}
	.gallery ul li {
		max-width: 46%;
		margin-bottom: 18px;
		margin-right: 18px;
	}
	.contact-item {
		padding: 30px 20px;
	}
	.contact-item span {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.banner-right,
	.home-left-bg,
	.header-menu.sticky-menu,
	.main-menu {
		display: none;
	}
	.md-mb-30 {
		margin-bottom: 30px;
	}
	.contact_list .contact-widget-item {
		display: flex !important;
	}
	.footer_menu,
	.footer_menu.two {
		margin-left: 0;
	}

	.gallery ul li {
		margin-bottom: 0;
	}
	.gallery ul li:nth-child(2) {
		margin-right: 15px;
	}
	.header-menu {
		padding: 30px 0px;
	}
	#mobile-menu {
		display: block;
		position: absolute;
		top: 0px;
		right: 0px;
	}
	.slicknav_menu {
		font-size: 24px;
		background: transparent;
		padding: 0;
		z-index: 9999999;
		width: 100%;
		position: absolute;
		background: red;
		top: 0px;
		right: 0px;
	}
	.post-item ul li {
	    padding-bottom: 56px;
    }
}
@media (max-width: 767px) {
	.gallery ul li:nth-child(2) {
		margin-right: 0;
	}
	.achievement-item {
		padding: 25px 15px;
	}
	.footer-copyright,
	.footer-social,
	.top-left,
	.top-right {
		text-align: center;
	}
	.form-right {
		padding: 30px;
	}
	.post-item ul li {
		padding-bottom: 56px;
	}
}
@media (max-width: 575px) {
	.banner-content h1 {
		font-size: 56px;
		line-height: 72px;
	}
	h2 {
		font-size: 40px;
		line-height: 50px;
	}
	.section-padding {
		padding: 70px 0px;
	}
	.footer.section-padding {
		padding: 70px 0px;
		padding-bottom: 50px;
	}
	.top-left li {
		display: block;
		margin-right: 0;
	}
	.post-item ul li {
		padding-bottom: 56px;
	}
}
@media (max-width: 427px) {
	.post-item ul li {
		padding-bottom: 28PX;
	}
}