@import url("font.css");

body {
    margin: 150px 0 0 0;
	background: #fff;
	font-family: 'Roboto', Verdana, Tahoma, Microsoft Yahei, sans-serif;
	color: #4e4e4e;
	line-height: 22px;
}
body > section {
	padding: 50px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', Verdana, Tahoma, Microsoft Yahei, sans-serif;
	color: #4e4e4e;
	font-weight: normal;
	line-height: 1.6;
}
h1 {
	font-size: 36px;
	color: #fff;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
	color: #787878;
	font-weight: 400;
	line-height: 24px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 32px;
}
h6 {
	font-size: 28px;
}
a {
	color: #4e4e4e;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}
a:hover, a:focus {
	color: #e90505;
}
ul, li {
	list-style-type: none;
}
hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tl {
	text-align: left;
}
.tc {
	text-align: right;
}
.tr {
	text-align: right;
}
.red {
	color: #e90505;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: 12px;
}
.btn-primary {
	padding: 8px 20px;
	background: #e90505;
	color: #fff;
	border-radius: 4px;
	border: none;
	margin-top: 50px;
}
.btn-primary:hover, .btn-primary:focus {
	background: #e90505;
	outline: none;
	box-shadow: none;
}
.btn-transparent {
	border: 3px solid #fff;
	background: transparent;
	color: #fff;
}
.btn-transparent:hover {
	border-color: #f2f2f2;
}
a:hover, a:focus {
	color: #111;
	text-decoration: none;
	outline: none;
}
.dropdown-menu {
	margin-top: -1px;
	min-width: 109px;
}
.center h2 {
	font-size: 2.2em;
	margin-top: 0;
	margin-bottom: 20px;
}
/* .center h2:after {
    display: inline-block;
    width: 100px;
    height: 0;
    content: '';
    border: 1px solid #e90505;
    position: absolute;
	top: 83px;
    left: 50%;
    margin-left: -52px;
} */
.media > .pull-left {
	margin-right: 20px;
	margin-top: 5px;
}
.media > .pull-right {
	margin-left: 20px;
}

.center {
	text-align: center;
	padding-bottom: 30px;
}
.scaleIn {
	-webkit-animation-name: scaleIn;
	animation-name: scaleIn;
}
.bg-color {
	background: #f2f2f2;
}
.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
.intro {
	font-size: 14px;
	line-height: 2;
	font-weight: 400;
	width: 100%;
	margin: 0 auto;
}
.lead {
	font-size: 14px;
	line-height: 2;
	font-weight: 400;
	width: 100%;
	margin: 0 auto 50px;
}
.leader {
	font-size: 14px;
	line-height: 2;
	font-weight: 400;
	width: 100%;
	margin: 0 auto 50px;
}
.leader span {
	margin: 0 1em;
	color: #888;
}
.transparent-bg {
	background-color: transparent !important;
	margin-bottom: 0;
}
 @-webkit-keyframes scaleIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes scaleIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
/********************
******* Header ******
********************/

#header {
    width: 100%;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
}
#header .search {
	display: inline-block;
}
.navbar>.container .navbar-brand {
	margin-left: 0;
}
.top-bar {
	padding: 7px 0 6px;
	background: #252525;
	border-bottom: 1px solid #222;
	line-height: 25px;
}
.top-number, .top-number a {
	color: #fff;
}
.top-number p {
	margin: 0;
	float: left;
	margin-right: 15px;
}
.top-number i {
	margin-right: 6px;
}
.social {
	text-align: right;
}
.slr-lang {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.slr-lang li {
	display: inline-block;
	margin-left: 10px;
}
ul.slr-lang li img {
	width: 36px;
	height: 24px;
}
.search i {
	color: #fff;
	margin-right: .6em;
}
input.search-form {
	background: transparent;
	border: 0 none;
	width: 60px;
	padding: 0 10px;
	color: #FFF;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
 input.search-form::-webkit-input-placeholder {
 color: transparent;
}
 input.search-form:hover::-webkit-input-placeholder {
 color: #fff;
}
input.search-form:hover {
	width: 180px;
}
.results {
	font-size: 16px;
}
.results sup {
    color: #999;
}

/************************
****** Responsive *******
************************/

@media (min-width: 1200px) {
.dropdown:hover .dropdown-menu {
	display: block;
	-webkit-animation: fadeInUp 400ms;
	animation: fadeInUp 400ms;
}

#SLR-image {
	margin-top: -20px;
}
#SLR-image .row {
	margin-left: -30px;
	margin-right: -30px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.dropdown:hover .dropdown-menu {
	display: block;
	-webkit-animation: fadeInUp 400ms;
	animation: fadeInUp 400ms;
}
.navbar-nav > li {
	margin-left: 10px;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.recent-work-wrap .recent-work-inner h3 a {
	font-size: 20px;
}
.recent-work-wrap .overlay {
	padding: 15px;
}
.services-wrap {
	padding: 40px 10px 40px 30px;
}
.feature-wrap h2,  .single-services h2 {
	font-size: 18px;
}
.feature-wrap h3,  .single-services h3 {
	font-size: 14px;
}
.tab-wrap .media .parrent.pull-left {
	clear: both;
	width: 100%;
}
.tab-wrap .media .parrent.media-body {
	clear: both;
}
#portfolio .row {
	margin-left: -10px;
	margin-right: -10px;
}
.recent-work-wrap .overlay .preview {
	line-height: inherit;
}
.team-bar .first-arrow {
	width: 21%;
}
.team-bar .second-arrow {
	width: 20%;
}
.team-bar .third-arrow {
	width: 21%;
}
.team-bar .fourth-arrow {
	width: 20%;
}
ul.social_icons li {
	margin-right: 0;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.dropdown:hover .dropdown-menu {
	display: block;
	-webkit-animation: fadeInUp 400ms;
	animation: fadeInUp 400ms;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.navbar-nav > li {
	margin-left: 0;
}
#main-slider .carousel h1 {
	font-size: 25px;
}
#main-slider .carousel h2 {
	font-size: 20px;
}
.tab-wrap .media .parrent.pull-left,  .media.accordion-inner .pull-left {
	clear: both;
	width: 100%;
}
.tab-wrap .media .parrent.media-body,  .media.accordion-inner .media-body {
	clear: both;
}
.services-wrap {
	padding: 40px 0 40px 30px;
}
.recent-work-wrap .overlay {
	padding: 15px;
}
.recent-work-wrap .recent-work-inner h3 a {
	font-size: 20px;
}
.sinlge-skill {
	width: 150px;
	height: 150px;
}
.sinlge-skill p em {
	font-size: 25px;
}
.sinlge-skill p {
	font-size: 16px;
}
.team-bar .first-one-arrow {
	width: 2%;
}
.team-bar .first-arrow {
	width: 18%;
}
.team-bar .second-arrow {
	width: 24%;
}
.team-bar .third-arrow {
	width: 15%;
}
.team-bar .fourth-arrow {
	width: 20%;
}
.blog .blog-item .entry-meta > span a {
	font-size: 10px;
}
}

@media (max-width: 767px) {
.container > .navbar-header, .container > .navbar-collapse {
	margin-left: 0;
}
.top-number {
	font-size: 14px;
}
input.search-form:hover {
	width: 120px;
}
.navbar-nav > li {
	padding-bottom: 0;
}
#main-slider .carousel h1 {
	font-size: 25px;
}
#main-slider .carousel h2 {
	font-size: 16px;
}
.feature-wrap h2,  .single-services h2 {
	font-size: 18px;
}
.feature-wrap h3,  .single-services h3 {
	font-size: 14px;
}
.media.accordion-inner .pull-left,  .media.accordion-inner .media-body {
	clear: both;
}
.accordion-inner h4 {
	margin-top: 10px;
}
.tab-wrap .media .pull-left {
	clear: both;
	width: 100%;
}
.tab-wrap .media .media-body {
	clear: both;
}
.nav-tabs > li.active > a:after {
	display: none;
}

#footer .col-sm-6 {
	text-align: center;
}
#footer .pull-right {
	float: none !important;
}
.sinlge-skill {
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.team .single-profile-top,  .team .single-profile-bottom {
	margin-bottom: 30px;
}
.clients-area {
	padding: 60px 0;
}
.clients-area h1 {
	font-size: 25px;
}
.portfolio-item,  #recent-works .col-xs-12.col-sm-4.col-md-3 {
	padding: 0 15px;
}
ul.social_icons li {
	margin-right: 0;
}
.blog .blog-item .entry-meta {
	margin-bottom: 20px;
}
.blog .blog-item .blog-content h3 {
	margin-bottom: 20px;
}
.post_reply_comments {
	padding-left: 20px;
}
}

/*******************
****** Navbar ******
*******************/

.navbar-brand {
	padding: 0;
	margin: 0;
}
.navbar {
	border-radius: 0;
	background: #fff;
	padding: 15px 0;
	box-shadow: 0px 1px 10px 0px #aaa;
	z-index: 9999;
}
.navbar-nav {
	margin-top: 13px;
}
.navbar-nav>li {
	margin-left: 10px;
	padding-bottom: 0;
}
.navbar-inverse .navbar-nav > li > a {
	padding: 6px 12px 6px 13px;
	margin: 0;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333;
	line-height: 24px;
	display: inline-block;
}
.navbar-inverse .navbar-nav > li > a:hover {
	background-color: #e90505;
	color: #fff;
	cursor: pointer;
}
.navbar-inverse {
	border: none;
}
.navbar-inverse .navbar-brand {
	font-size: 36px;
	line-height: 50px;
	color: #fff;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #e90505;
	color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu {
	background-color: rgba(0,0,0,.85);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	border: 0;
	padding: 0;
	margin-top: 1px;
	border-top: 0;
	border-radius: 0;
	left: 0;
	text-align: center;
}
.navbar-inverse .navbar-nav .dropdown-menu:before {
	position: absolute;
	top: 0;
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
	padding: 6px 0 9px;
	color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a, .navbar-inverse .navbar-nav .dropdown-menu > li:focus > a, .navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
	background-color: #e90505;
	color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:first-child a {
	padding-top: 15px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:last-child a {
	border-radius: 0 0 3px 3px;
	padding-bottom: 15px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
	background-color: transparent;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-top: 0;
	padding-bottom: 0;
}
.breadcrumbs {
	margin: -20px 0 20px;
	letter-spacing: 1px;
}
.breadcrumbs a {
	color: #777;
}
/*************************
*******Home Page******
**************************/

#main-slider {
	position: relative;
	margin-top: -20px;
}
.no-margin {
	margin: 0;
	padding: 0;
}
#main-slider .carousel .carousel-content {
	margin-top: 120px;
}
#main-slider .carousel .slide-margin {
	margin-top: 60px;
}
#main-slider .carousel .slide-margin .img-responsive {
	width: 75%;
	float: right;
}
#main-slider .carousel h1 {
	color: #fff;
	text-shadow: #222 0 1px 1px;
}
#main-slider .carousel h2 {
	color: #fff;
	text-shadow: #222 0 1px 1px;
}
#main-slider .carousel .btn-slide {
	padding: 8px 20px;
	background: #e90505;
	color: #fff;
	border-radius: 4px;
	margin-top: 25px;
	display: inline-block;
}
#main-slider .carousel .slider-img {
	text-align: right;
	position: absolute;
}
#main-slider .carousel .item {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	height: 550px;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
	top: auto;
	position: relative;
}
#main-slider .carousel .item.active {
	opacity: 1;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
	z-index: 1;
}
#main-slider .prev, #main-slider .next {
	position: absolute;
	top: 50%;
	background-color: #e90505;
	color: #fff;
	display: inline-block;
	margin-top: -25px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	z-index: 5;
}
#main-slider .prev:hover, #main-slider .next:hover {
	background-color: #000;
}
#main-slider .prev {
	left: 10px;
}
#main-slider .next {
	right: 10px;
}
#main-slider .carousel-indicators li {
	width: 20px;
	height: 20px;
	background-color: #fff;
	margin: 0 15px 0 0;
	position: relative;
}
#main-slider .carousel-indicators li:after {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #FFF;
	left: -3px;
	top: -3px;
}
#main-slider .carousel-indicators .active {
	width: 20px;
	height: 20px;
	background-color: #e90505;
	margin: 0 15px 0 0;
	border: 1px solid #e90505;
	position: relative;
}
#main-slider .carousel-indicators .active:after {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background: #e90505;
	border: 1px solid #e90505;
	left: -3px;
	top: -3px;
}
#main-slider .active .animation.animated-item-1 {
	-webkit-animation: fadeInUp 300ms linear 300ms both;
	-moz-animation: fadeInUp 300ms linear 300ms both;
	-o-animation: fadeInUp 300ms linear 300ms both;
	-ms-animation: fadeInUp 300ms linear 300ms both;
	animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
	-webkit-animation: fadeInUp 300ms linear 600ms both;
	-moz-animation: fadeInUp 300ms linear 600ms both;
	-o-animation: fadeInUp 300ms linear 600ms both;
	-ms-animation: fadeInUp 300ms linear 600ms both;
	animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
	-webkit-animation: fadeInUp 300ms linear 900ms both;
	-moz-animation: fadeInUp 300ms linear 900ms both;
	-o-animation: fadeInUp 300ms linear 900ms both;
	-ms-animation: fadeInUp 300ms linear 900ms both;
	animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
	-webkit-animation: fadeInUp 300ms linear 1200ms both;
	-moz-animation: fadeInUp 300ms linear 1200ms both;
	-o-animation: fadeInUp 300ms linear 1200ms both;
	-ms-animation: fadeInUp 300ms linear 1200ms both;
	animation: fadeInUp 300ms linear 1200ms both;
}
#feature {
	background: #f2f2f2;
	padding: 50px 0 30px;
}
#feature .lead {
	text-align: center;
	margin: 0 auto 20px;
}
.features {
	padding: 0;
}
.feature-wrap {
	margin-bottom: 35px;
	overflow: hidden;
}
.feature-wrap h2 {
	margin-top: 0;
}
.feature-wrap h2 a {
	font-size: 18px;
	color: #4e4e4e;
}
.feature-wrap h3 {
	font-size: 14px;
	line-height: 1.9;
	margin-top: 5px;
}
.feature-wrap .pull-left {
	margin-right: 25px;
}
.feature-wrap i {
	font-size: 48px;
	height: 90px;
	width: 90px;
	margin: 3px;
	border-radius: 100%;
	line-height: 90px;
	text-align: center;
	background: #fff;
	color: #e90505;
	border: 3px solid #fff;
	box-shadow: inset 0 0 0 5px #f2f2f2;
	-webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
	float: left;
	margin-right: 25px;
}
.feature-wrap i:hover {
	background: #e90505;
	border-radius: 8px;
	color: #fff;
	box-shadow: inset 0 0 0 5px #e90505;
	-webkit-box-shadow: inset 0 0 0 5px #e90505;
}

#products {
	padding-bottom: 60px;
}
#products h2 {
	font-size: 2.2em;
	margin: 0 auto 30px;
	padding-bottom: 10px;
	text-align: center;
}
#products h2:after {
    left: 50%;
    z-index: 1;
    width: 70px;
    height: 4px;
    content: " ";
    bottom: -5px;
    margin-left: -35px;
    text-align: center;
    position: absolute;
    background: #e90505;
}
#products .lead {
	text-align: center;
	margin: 0 auto 35px;
}
#products .col-md-3 {
	padding: 10px;
}
.products-wrap {
	position: relative;
	background: #fff;
	border: 1px solid #ddd;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
}
.products-wrap img {
	width: 100%;
}
.products-wrap .products-inner {
	top: 0;
	background: transparent;
	opacity: .8;
	width: 100%;
	border-radius: 0;
	margin-bottom: 0;
}
.products-wrap .products-inner h3 {
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}
.products-wrap .products-inner h3 a {
	font-size: 22px;
	line-height: 1.3;
	color: #fff;
	display: block;
	width: 100%;
	height: 95px;
	padding: 40% 25px 37%;
}
.products-wrap .products-inner font {
	background: #fff;
}
.products-wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 0;
	background: #e90505;
	color: #fff;
	vertical-align: middle;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
.products-wrap .overlay .preview {
	float: left;
	bottom: 0;
	display: block;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	padding-left: 25px;
	border-radius: 0;
	background: transparent;
	width: 100%;
}
.products-wrap:hover .overlay {
	opacity: 0.8;
}
.product-grid .products-wrap {
	margin-bottom: 30px;
}
.settings-block {
	background: #fff;
	margin: 10px 0;
	background: #f5f5f5;
	line-height: 2;
	text-align: left;
	padding: 25px;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 5px solid #e90505;
	letter-spacing: 1px;
}
.settings-block a {
	color: #777;
}
#strength {
	background: #000 url(strength/bg_strength.jpg);
	background-size: cover;
}
#strength .lead, #strength h2 {
	color: #fff;
}
#strength .lead {
	text-align: center;
	margin: 0 auto 15px;
}
#strength .col-sm-6 {
}
#strength .media-body p {
	color: #777;
	text-shadow: #f1f1f1 0 1px 0;
}
.strength-wrap {
	padding: 25px 30px;
	background: url(blank.png);
	border-radius: 6px;
	margin: 0 0 20px;
}
.strength-wrap h3 {
	font-size: 20px;
	margin: 10px 0 0;
	color: #666;
	letter-spacing: 1px;
	text-shadow: #f5f5f5 0 1px 0;
}
.strength-wrap .pull-left {
	margin-right: 20px;
}
#middle {
	background: #f2f2f2;
}
.cert h2 {
	margin-bottom: 25px;
}
.progress-wrap {
	position: relative;
}
.progress .color1, .progress .color1 .bar-width {
	background: #2d7da4;
}
.progress .color2, .progress .color2 .bar-width {
	background: #6aa42f;
}
.progress .color3, .progress .color3 .bar-width {
	background: #ffcc33;
}
.progress .color4, .progress .color4 .bar-width {
	background: #db3615;
}
.progress, .progress-bar {
	height: 15px;
	line-height: 15px;
	background: #e6e6e6;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	overflow: visible;
	text-align: right;
}
.progress {
	position: relative;
}
.progress .bar-width {
	position: absolute;
	width: 40px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	top: -30px;
	border-radius: 2px;
	margin-left: -30px;
}
.progress span {
	position: relative;
}
.progress span:before {
	content: " ";
	position: absolute;
	width: auto;
	height: auto;
	border-width: 8px 5px;
	border-style: solid;
	bottom: -15px;
	right: 8px;
}
.progress .color1 span:before {
	border-color: #2d7da4 transparent transparent transparent;
}
.progress .color2 span:before {
	border-color: #6aa42f transparent transparent transparent;
}
.progress .color3 span:before {
	border-color: #ffcc33 transparent transparent transparent;
}
.progress .color4 span:before {
	border-color: #db3615 transparent transparent transparent;
}
.accordion h2 {
	margin-bottom: 25px;
}
.panel-default {
	border-color: transparent;
}
.panel-default>.panel-heading, .panel {
	background-color: #e6e6e6;
	border: 0 none;
	box-shadow: none;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
	background: #fff;
	color: #858586;
	line-height: 2;
	padding-bottom: 15px;
}
.panel-collapse .panel-body p {
	padding: 0;
}
.panel-collapse .panel-body .accordion-inner {
	padding-top: 5px;
}
.panel-body {
	padding: 15px 20px;
}
.panel-group .panel+.panel {
	margin-top: 0;
	border-top: 1px solid #d9d9d9;
}
.panel-group .panel {
	border-radius: 0;
}
.panel-heading {
	border-radius: 0;
}
.panel-title>a {
	color: #4e4e4e;
}
.accordion-inner img {
	border-radius: 4px;
}
.accordion-inner h4 {
	margin-top: 0;
}
.panel-heading.active {
	background: #1f1f20;
}
.panel-heading.active .panel-title>a {
	color: #fff;
}
a.accordion-toggle i {
	width: 45px;
	line-height: 44px;
	font-size: 20px;
	margin-top: -10px;
	text-align: center;
	margin-right: -15px;
}
.panel-heading.active a.accordion-toggle i {
	background: #e90505;
	color: #fff;
}
.panel-heading.active a.accordion-toggle.collapsed i {
	background: #e90505;
	color: #fff;
}

.nav-tabs > li {
	margin-bottom: 0px;
}
.nav-tabs {
	margin: 0 -10px;
}
.nav-tabs > li > a {
	background: #f5f5f5;
	color: #666;
	border-radius: 0;
	border: 0 none;
	line-height: 24px;
	margin-right: 0;
	padding: 13px 15px;
}
.nav-tabs li:last-child {
	border-bottom: 0 none;
}
.nav-stacked > li+li {
	margin-top: 0;
}
.nav-tabs>li>a:hover {
	background: #1f1f20;
	color: #fff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	border: 0;
	color: #fff;
	background: #1f1f20;
	position: relative;
}
.nav-tabs > li.active > a:after {
	position: absolute;
	content: "";
	width: auto;
	height: auto;
	border-style: solid;
	border-color: transparent transparent transparent #1f1f20;
	border-width: 25px 22px;
	right: -44px;
	top: 0;
}
.tab-wrap {
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
.tab-content {
}
.tab-content .tab-pane {
	font-size: 15px;
	line-height: 1.8;
	padding: 0 10px;
}
.tab-content h2 {
	margin-top: 0;
	color: #e90505;
}
.tab-content img {
	border-radius: 4px;
}
.testimonial h2 {
	margin-top: 0;
}
.testimonial-inner {
	color: #858586;
	font-size: 14px;
}
.testimonial-inner .pull-left {
	border-right: 1px solid #e7e7e7;
	padding-right: 15px;
	position: relative;
}
.testimonial-inner .pull-left:after {
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	top: 50%;
	margin-top: -5px;
	background: #FFF;
	-webkit-transform: rotate(45deg);
	border: 1px solid #e7e7e7;
	right: -5px;
	border-left: 0 none;
	border-bottom: 0 none;
}

/*==============
 Slide CSS
==============*/

.slider-container {
	margin-top: -20px;
}
.owl-slider-item {
	position: relative;
	background-color: #000;
}
.owl-slider-item img {
	opacity: 0.9;
}
.owl-slider .owl-controls {
	position: absolute;
	left: 0;
	top: 43%;
	width: 100%;	
}

.owl-slider .owl-controls .owl-nav [class*=owl-] {
	padding: 5px 20px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 0;
	margin: 0;
	font-size: 30px;
	z-index: 1000;
}

.owl-slider .owl-controls .owl-nav [class*=owl-]:hover {
    background: #ee6c00;
    color: #fff;
    text-decoration: none;
}

.owl-slider .owl-controls .owl-prev {
	float: left;
}

.owl-slider .owl-controls .owl-next {
	float: right;
}

.intro-text {
	padding-bottom: 50px;
	position: absolute;
	top: 0;
    text-align: center;
	transform: translateX(-50%);
	left: 50%;
}

@media (min-width: 768px) {
	.intro-text {
		padding-top: 13%;
    }
}

.intro-text .intro-lead-in {
	display: inline-block;
	margin-bottom: 20px;
	padding: 4px 20px;
	font-family: "Roboto", sans-serif;
	font-size: 19px;
	color: #fff;
	font-weight: 100;
	line-height: 40px;
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

@media (min-width: 768px) {
	.intro-text .intro-lead-in {
    font-size: 36px;
    line-height: 36px;
	}
}

.intro-text .intro-heading {
	font-size: 42px;
	line-height: 48px;
	margin-bottom: 25px;
	letter-spacing: 1px;
	word-spacing: 10px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

@media (min-width: 768px) {
	.intro-text .intro-heading {
		line-height: 42px;
		font-size: 42px;
	}
}

/*==============
 Index News CSS
==============*/

.index-news {
	background: #f2f2f2;
	padding-top: 40px;
	padding-bottom: 50px;
}
.index-news .heading {
	margin-bottom: 50px;
}
.index-news .heading h2 {
	font-size: 2.2em;
	text-align: center;
	margin: 0 auto 20px;
}
.index-news .heading p {
	font-size: 16px;
	text-align: center;
	color: #353535;
}
.index-news .news-carousel {
	position: relative;
}
.index-news .news-carousel .item {
	margin-bottom: 10px;
	box-shadow: 0 1px 1px 0 rgba(102, 102, 102, .6);
}
.index-news .news-carousel .item:hover {
	box-shadow: 0 1px 10px -2px rgba(102, 102, 102, .6);
}
.index-news .owl-controls {
	position: absolute;
	top: -60px;
	right: 0;
}
.index-news .owl-controls .owl-prev, .index-news .owl-controls .owl-next {
	background: #353535;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-left: 13px;
	padding-right: 13px;
}
.index-news .owl-controls .owl-prev i, .index-news .owl-controls .owl-next i {
	font-size: 16px;
}
.index-news .owl-controls .owl-prev:hover, .index-news .owl-controls .owl-next:hover {
	background: #e90505;
}
.index-news .text {
	background: #fff;
	padding: 10px 20px 25px;
}
.index-news .text h3 {
	text-align: left;
	color: #353535;
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.index-news .text h3 a {
	color: #353535;
}
.index-news .text h3 a:hover {
	color: #e90505;
}
.index-news .text h4 {
	text-align: left;
	color: #777;
	font-size: 14px;
	margin-bottom: 12px;
}
.index-news .text h4 i {
	margin-right: 3px;
}
.index-news .text p {
	text-align: left;
	margin-bottom: 0;
}
.index-news .item .thumb {
	position: relative;
	overflow: hidden;
}
.index-news .item .thumb img {
	height: 235px;
}
.index-news .category {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 14px;
}
.index-news .category .typeico {
	float: left;
	background: #e90505;
	color: #fff;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
.index-news .category .typeico:before {
	position: absolute;
	top: 1px;
	font-size: 30px;
	right: -8px;
	font-family: 'FontAwesome', sans-serif;
	content: '\f0da';
	color: #e90505;
}
.index-news .category .typename {
	float: left;
	background: #353535;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 10px;
	text-transform: uppercase;
}
.index-news .category .typename a {
	color: #fff;
}
.index-news .category .typename a:hover {
	color: #e90505;
}
/***************
Preloader
***************/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 99999;
}
#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url();
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
/************************
*** Global Market CSS ***
*************************/

#partner {
	background: url(global.png) 100% 50% no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 0;
}
#partner {
	color: #fff;
	text-align: center;
}
#partner p {
	letter-spacing: 1px;
	padding-top: 20px;
}
#partner h2, #partner h3 {
	color: #fff;
}
#partner h2 {
	font-size: 2.2em;
	margin-bottom: 10px;
	text-shadow: #3a0c08 0 1px 1px;
}
#partner .global {
	font-size: 16px;
	line-height: 2;
	font-weight: 300;
	width: 100%;
	margin: 0 auto 20px;
	text-shadow: #3a0c08 0 1px 1px;
}
.partners ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.partners ul li {
	display: inline-block;
	float: left;
	width: 20%;
}
#conatcat-info {
	padding: 40px 0 35px;
	width: 1170px;
	margin: 0 auto;
}
#conatcat-info .qrcode {
	float: right;
	margin: 5px 0 0;
}
#conatcat-info .qrcode ul {
	padding: 0;
}
#conatcat-info .qrcode ul li:first-child {
	margin-left: 0;
}
#conatcat-info .qrcode ul li {
	float: left;
	margin-left: 22px;
	font-size: 13px;
	line-height: 3;
    text-align: center;
}
#conatcat-info .qrcode li img {
	box-shadow: 0 1px 5px -1px rgba(102,102,102,.8)
}
.contact-info i {
	width: 60px;
	height: 60px;
	font-size: 40px;
	line-height: 60px;
	color: #fff;
	background: #000;
	text-align: center;
	border-radius: 10px;
	margin-top: 18px;
	margin-right: 10px;
}
.contact-info h2 {
	margin-top: 0;
	color: #333;
}
.contact-info {
	color: #666;
	line-height: 1.8;
}
/************************
*** About Us Page CSS ***
*************************/

#about-us {
	padding: 30px 0 15px;
}
#about-us p, #about-us div {
	color: #4e4e4e;
	line-height: 2.2; 
}
.about-us {
	margin-top: 110px;
	margin-bottom: -110px;
}
.about-us img {
	margin-bottom: 4px;
}
.about-us h2, .cert_text h2 {
	color: #4e4e4e;
	font-size: 30px;
	font-weight: 600;
}
ul.about-menu {
	text-align: center;
	margin-bottom: 2.5em;
	padding-left: 0;
}
ul.about-menu li {
	display: inline-block;
	width: 19.7%;
	padding: .3em 0;
	cursor: pointer;
	border: 2px solid #efeded;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 1px;
	background: #efeded;
	color: #e90505;
}
ul.about-menu li:hover {
	border: 2px solid #e90505;
	background: #e90505;
	color: #fff!important;
}
ul.about-menu li.filter.active {
	border: 2px solid #e90505;
	background: #e90505;
	color: #fff!important;
	margin-left: 4px;
}
ul.about-menu li:hover a, ul.about-menu li.filter.active a {
	color: #fff!important;
}
ul.about-menu li a:hover {
	color: #fff!important;
}
ul.about-menu li.filter.active:nth-of-type(1) {
	margin-left: 0;
}

#president-slider {
	margin-bottom: 30px;
}
#carousel-slider {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}
#carousel-slider .carousel-indicators {
	bottom: -25px;
}
#carousel-slider .carousel-indicators li {
	border: 1px solid #ffbd20;
}
#carousel-slider a i {
	border: 1px solid #f1f1f1;
	border-radius: 50%;
	font-size: 28px;
	height: 50px;
	padding-top: 9px;
	position: absolute;
	top: 50%;
	width: 50px;
	color: #fff;
}
#carousel-slider a i:hover {
	background: #e90505;
	color: #fff;
	border: 1px solid #900;
}
#carousel-slider .carousel-control {
	width: inherit;
}
#carousel-slider .carousel-control.left i {
	left: 10px
}
#carousel-slider .carousel-control.right i {
	right: 10px;
}
#carousel-slider .carousel-control.left, #carousel-slider .carousel-control.right {
	background: none;
}
#trademark {
	margin: 20px 0;
	background: #f2f2f2 url(gray.jpg) repeat;
}

.sinlge-trademark {
	background: #f9ec3e;
	border-radius: 5%;
	font-size: 18px;
	height: 200px;
	position: relative;
	width: 260px;
	text-transform: uppercase;
	overflow: hidden;
}
.sinlge-trademark p {
	text-align: center;
}
.trademark-wrap {
	display: block;
	overflow: hidden;
	padding-bottom: 30px;
	background: #f2f2f2 url(gray.jpg) repeat;
}
.cert_text {
	display: block;
	margin-bottom: 60px;
	margin-top: 25px;
	overflow: hidden;
}
.sinlge-cert {
	background: #f2f2f2;
	border-radius: 100%;
	color: #FFF;
	font-size: 15px;
	height: 200px;
	position: relative;
	width: 200px;
	text-transform: uppercase;
	overflow: hidden;
}
.sinlge-cert p em {
	color: #FFF;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	text-shadow: #777 0 1px 1px;
}
.sinlge-cert p img {
	width: 50px;
}
.sinlge-cert p {
	line-height: 1.5;
	text-shadow: #999 0 1px 1px;
}
.cert-9001, .cert-14001, .cert-ce, .cert-gs {
	position: absolute;
	height: 100%;
	bottom: 0;
	width: 100%;
	border-radius: 100%;
	padding: 40px 0;
	text-align: center;
}
.cert-9001 {
	background: rgb(242,242,242); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 1%, rgba(45,125,164,1) 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(1%, rgba(242,242,242,1)), color-stop(50%, rgba(45,125,164,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 1%, rgba(45,125,164,1) 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 1%, rgba(45,125,164,1) 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 1%, rgba(45,125,164,1) 50%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 1%, rgba(45,125,164,1) 50%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#2d7da4', GradientType=0 ); /* IE6-9 */
}
.cert-14001 {
	background: rgb(242,242,242); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 1%, rgba(106,164,47,1) 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(1%, rgba(242,242,242,1)), color-stop(50%, rgba(106,164,47,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 1%, rgba(106,164,47,1) 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 1%, rgba(106,164,47,1) 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 1%, rgba(106,164,47,1) 50%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 1%, rgba(106,164,47,1) 50%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#6aa42f', GradientType=0 ); /* IE6-9 */
}
.cert-ce {
	background: rgb(242,242,242); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 1%, rgba(255,189,32,1) 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(1%, rgba(242,242,242,1)), color-stop(50%, rgba(255,189,32,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 1%, rgba(255,189,32,1) 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 1%, rgba(255,189,32,1) 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 1%, rgba(255,189,32,1) 50%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 1%, rgba(255,189,32,1) 50%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffbd20', GradientType=0 ); /* IE6-9 */
}
.cert-gs {
	background: rgb(242,242,242); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 1%, rgba(219,54,21,1) 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(1%, rgba(242,242,242,1)), color-stop(50%, rgba(219,54,21,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 1%, rgba(219,54,21,1) 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 1%, rgba(219,54,21,1) 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 1%, rgba(219,54,21,1) 50%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 1%, rgba(219,54,21,1) 50%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#db3615', GradientType=0 ); /* IE6-9 */
}
.cert-wrap {
	display: block;
	overflow: hidden;
	margin: 0 0 30px;
}
.team h4 {
	margin-top: 0;
	text-transform: uppercase;
}
.team h5 {
	font-weight: 300;
}
.single-profile-top, .single-profile-bottom {
	font-weight: 400;
	line-height: 24px;
}
.single-profile-top, .single-profile-bottom {
	border: 1px solid #ddd;
	padding: 15px;
	position: relative;
}
.media_image {
	margin-bottom: 10px;
}
.team .btn {
	background: transparent;
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 3px;
	padding: 1px 5px;
	text-transform: uppercase;
	border: 1px solid#ddd;
	margin-right: 3px;
}
ul.social_icons, ul.tag {
	list-style: none;
	padding: 0;
	margin: 10px 0;
	display: block;
}
ul.social_icons li, ul.tag li {
	display: inline-block;
	margin-right: 5px;
}
ul.social_icons li a i {
	border-radius: 50%;
	color: #FFF;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	padding: 0;
	text-align: center;
	width: 25px;
	opacity: .8;
}

.imglist {
	margin: 0 auto;
}
.imglist ul {
	padding: 0;
	margin: 0;
}
.imglist ul li {
	float: left;
	margin-bottom: 30px;
	list-style-type: none;
	display: inline;
}
.imglist ul li .play {
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -35px;
	margin-top: -260px;
	width: 77px;
	height: 77px;
	z-index: 200;
	cursor: pointer;
	background: url(play.png) no-repeat;
}
.imglist ul li a img {
	width: 100%;
	height:232px;	
}
.imglist ul li a span {
	display: block;
	font-family:Microsoft Yahei, Simsun;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	margin-top: -36px;
	text-align: center;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 9;
}
.imglist ul li a:hover span {
	color: #f1f1f1;
}
.imglist ul li .layer {
	width:100%;
	height: 36px;
	background: #000;
	filter: Alpha(Opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	margin: -36px 0 0;
	position: relative;
}

/****************
*** Honor CSS ***
*****************/

.about-v2 {
	padding: 50px 0;
    background-color: #f5f5f5;
}
.about-v2 .img-fullwidth {
	width: 360px;
	height: 240px;
	padding: 5px;
	background: #fff;
	border: 1px #ddd solid;
}
.about-v2 h1 {
    color: #232323;
	font-size: 22px;
	margin: 0 0 10px;
}
.about-v2 p.intro {
	margin: 20px 0;
	font-size: 13px;
	line-height: 2;
	color: #777;
}
.about-v2 p.button a {
	font-size: 13px;
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: #e90505;
	color: #fff;
	padding: 8px 16px 12px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	box-shadow: inset 0 -5px rgba(0,0,0,.2);
}
.about-v2 p.button a:hover {
	background: #838383;
	text-decoration: none;
}

.heading-normal {
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	overflow: hidden;
}
.heading-normal h2 {
	color: #f57c05!important;
	padding-bottom: 10px;
	border-bottom: 2px solid #f57c05;
	font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
.gap-small {
	width: 100%;
	height: 20px;
	clear: both;
}

.honor {
	background: #fff;
	padding: 30px 0 60px;
}
.honor .section-title {
    margin-bottom: 40px;
}
.honor h2 {
    font-size: 32px;
    letter-spacing: 1px;
}
.honor h2:after {
	left: 50%;
	z-index: 1;
	width: 80px;
	height: 3px;
	content: " ";
	bottom: 30px;
	margin-left: -40px;
	text-align: center;
	position: absolute;
	background: #e90505;
}
.honor .heading {
	margin-bottom: 50px;
}
.honor .heading h2 {
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}
.honor .heading p {
	font-size: 16px;
	text-align: center;
	color: #353535;
}
.honor .team-carousel {
	position: relative;
}
.honor .owl-controls {
	position: absolute;
	top: -100px;
	right: 0;
}
.honor .owl-controls .owl-prev,
.honor .owl-controls .owl-next {
	background: #353535;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-left: 13px;
	padding-right: 13px;
}
.honor .owl-controls .owl-prev i,
.honor .owl-controls .owl-next i {
	font-size: 16px;
}
.honor .owl-controls .owl-prev:hover,
.honor .owl-controls .owl-next:hover {
	background: #f57c05;
}

.honor .text {
	background: #e90505;
	padding: 15px 0;
}
.honor .text h3 {
	text-align: center;
	color: #353535;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.honor .text h3 a {
	color: #fff;
	text-shadow: 1px 1px 1px rgb(90, 40, 0);
}
.honor .text h3 a:hover {
	text-decoration: none;
}
.honor .text p {
	text-align: center;
	font-size: 14px;
	margin-bottom: 0;
}
.honor .item .thumb {
	position: relative;
	overflow: hidden;
}
.honor .item .thumb img {
	height: 360px;
    border: 1px solid #e4ddd7;
    box-sizing: border-box;
}
.honor .item:hover .thumb img {
	width: 100%;
}
.honor .item .social-icons {
	width: 100%;
	height: 100%;
}
.honor .social-icons ul {
	text-align: center;
	padding-left: 15px;
	margin-top: 10px;
}
.honor .social-icons ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 7px;
}
.honor .social-icons ul li a {
	width: 30px;
	line-height: 30px;
	background: #f57c05;
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	font-size: 16px!important;
}
.honor .social-icons ul li a:hover {
	background: #353535;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

/***********************
****Service page css****
***********************/

.strength {
	padding: 0;
}
.get-started {
	background: none repeat scroll 0 0 #f5f5f5;
	border-radius: 10px;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 50px;
}
.get-started h2 {
	padding-top: 30px;
	margin-bottom: 20px;
}
.request {
	bottom: -15px;
	left: 50%;
	position: absolute;
	margin-left: -110px;
}
.request h4 {
	position: absolute;
	width: 220px;
	position: relative;
}
.request h4 a {
	background: #e90505;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	border-radius: 3px;
	padding: 8px 15px 9px;
}
.request h4:after {
	border-color: #e90505 transparent transparent;
	border-style: solid;
	border-width: 12px;
	bottom: -18px;
	content: "";
	height: 0;
	position: absolute;
	right: 29px;
	z-index: -99999;
}
.request h4:before {
	border-color: #e90505 transparent transparent;
	border-style: solid;
	border-width: 12px;
	bottom: -18px;
	content: "";
	height: 0;
	left: 29px;
	position: absolute;
	z-index: -99999;
}
.clients-area {
	padding: 60px;
}
.clients-comments {
	background-image: url("image_bg.png");
	background-position: center 118px;
	background-repeat: no-repeat;
	margin-bottom: 100px;
}
.clients-comments img {
	background: #DDDDDD;
	border: 1px solid #DDDDDD;
	height: 182px;
	padding: 3px;
	width: 182px;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}
.clients-comments h3 {
	margin-top: 55px;
	font-weight: 300;
	padding: 0 40px;
}
.clients-comments h4 {
	font-weight: 300;
	margin-top: 15px;
}
.clients-comments h4 span {
	font-weight: 700;
	font-style: oblique;
}
.footer {
	background: none repeat scroll 0 0 #2E2E2E;
	border-top: 5px solid #e90505;
	height: 84px;
	margin-top: 110px;
}
.footer_left {
	padding: 10px;
}
.text-left {
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 15px;
}
/*
=================================================================
	Page title style
=================================================================
*/

.page-title {
	background: url(npage_banner.jpg) no-repeat;
	padding: 92px 0px 92px;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	margin-top: -19px;
}
.page-title .clearfix .pull-left {
	position: relative;
	z-index: 10;
}
.page-title .clearfix .pull-right {
	position: relative;
	z-index: 10;
}
.page-title .overlay:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(34, 34, 34, 0.3);
	opacity: 1;
	content: "";
}
.page-title h1 {
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff;
}
.page-title p {
	color: #fff;
	margin-top: 14px;
	letter-spacing: 1px;
}
.page-title .path {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	line-height: 28px;
	padding: 18px 15px 0px;
}
.page-title .path a {
	position: relative;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	transition: .5s;
}
.page-title .path a:hover {
	color: #7aba1e;
	transition: .5s;
}
.title-left-block {
	background: #252525;
	border-left: 7px solid #e90505;
	position: relative;
	min-height: 62px;
	width: 100%;
}
.title-left-block h3 {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	height: 62px;
	padding-left: 28px;
	padding-right: 10px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 20px;
}
.title-left-block h3 a {
	font-size: 18px;
	color: #fff;
}
/*** 

================================
    Products Section style
================================

***/
.product-single {
	padding: 35px 0px;
}
.product-show {
	padding: 20px 0px 30px;
}
.product-catergory {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #f5f5f5;
	padding: 20px;
}
.product-single .product-sidebar {
	margin-right: 20px;
}
.product-catergory li {
	list-style: none;
	position: relative;
	background: #fff;
	padding: 10px 0;
	margin-bottom: 10px;
}
.product-catergory li:last-child {
	margin-bottom: 0px;
}
.product-catergory li .view-all-icon {
}
.product-catergory li.active {
	background: #e90505;
}
.product-catergory li.active a {
	color: #fff;
}
.product-catergory li a {
	display: block;
	font-size: 16px;
	color: #848484;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 30px;
	font-weight: 600;
	padding-left: 20px;
	transition: all 0.5s ease;
	position: relative;
}
.product-catergory span {
	margin-right: 10px;
	font-size: 12px;
}
.product-catergory li a:hover {
	color: #e90505;
}
.product-catergory li.active a:hover {
	color: #fff;
}
.product-single .outer-box .content-box {
	margin-top: 48px;
}
.product-single .outer-box .content-box .sec-title {
	margin-bottom: 20px;
}
.product-single .outer-box .content-box .sec-title h4 {
	font-weight: 500;
	font-size: 20px;
	color: #222;
}
.product-single .outer-box .content-box .text p {
	color: #848484;
}
.product-single .outer-box .content-box .text.style-two {
	margin-top: 25px;
}
.product-single .outer-box .content-box .clearfix {
	margin-top: 25px;
}
.product-single .outer-box .content-box .clearfix h4 {
	font-weight: 500;
	font-size: 20px;
	color: #222;
	margin: 15px 0px 20px;
}
.product-single .outer-box .content-box .clearfix p {
	color: #848484;
}
/*
=======================================================
	Call-to-action styles 
=======================================================
*/

.call-to-action {
	background: #d90b0b;
	padding: 40px 0;
	color: #fff;
}
.call-to-action h3 {
	color: #fff;
	font-size: 30px;
	letter-spacing: 1px;
	font-weight: 700;
	margin: 0;
	line-height: 30px;
	margin-bottom: 16px;
}
.call-to-action p {
	margin: 0;
}
.call-to-action a.thm-btn {
	padding: 10px 25px;
	margin: 14px 0 0;
	background: #fff;
	color: #222;
	letter-spacing: 1px;
}
.call-to-action a.thm-btn.inverse:hover {
	color: #e90505;
}
.call-to-action a.thm-btn span {
	padding-left: 5px;
}
/*
=======================================================
	Products 
=======================================================
*/
/* ============= 3. Section Titel Css ============= */
.section-titel {
	position: relative;
	display: block;
}
.section-titel > h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	padding-bottom: 10px;
	color: #444;
}
.section-titel::after {
	background: #fff none repeat scroll 0 0;
	bottom: -20px;
	content: "";
	height: 3px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 180px;
}
.section-titel::before {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #e9ebee;
	background-image: url("trademark_ico.png");
	background-origin: padding-box;
	background-position: 11px 0;
	background-repeat: no-repeat;
	bottom: -49px;
	color: #595959;
	content: "";
	font-size: 16px;
	font-weight: 700;
	height: 40px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 40px;
	z-index: 999;
}
.section-titel.style-two::after {
	background: #e90505 none repeat scroll 0 0;
}
.section-titel.style-two::before {
	background-color: #fff;
}
.product-gallery {
	margin: 60px auto 0;
}
.single-img, .single-product {
	display: block;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.single-product .product-details h4 {
	margin-top: 15px;
	text-align: center;
}
.single-product .product-details h4 a {
	color: #333;
}
.single-product img {
	width: 260px;
	height: 200px;
	border: 1px solid #f1d4d2;
}
.pro-level {
	background: #e90505 none repeat scroll 0 0;
	color: #fff;
	left: 0;
	padding: 10px 12px;
	position: absolute;
	top: 0;
	z-index: 999;
}
.hover-content {
	background: rgba(0, 0, 0, 0.25);
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
	transition: .4s;
	transform: scale(2);
}
.single-product:hover .hover-content {
	opacity: 1;
	transform: scale(1);
}
.single-img img {
	backface-visibility: hidden;
	transition: opacity 1s ease 0s, transform 1s ease 0s;
	padding: 25px;
}
.single-product:hover .single-img img {
	transform: scale3d(1.2, 1.2, 2);
}
.hover-content ul {
	margin: 33% 30%;
	opacity: 0;
	text-align: center;
	transform: translatex(-65px);
	transition: all 0.4s ease 0s;
	width: 20px;
}
.single-product:hover .hover-content ul {
	opacity: 1;
	transform: translatex(0px);
}
.hover-content ul li a {
	background: transparent none repeat scroll 0 0;
	border-radius: 100%;
	color: #fff;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	transition: all 0.4s ease 0s;
	width: 35px;
	display: block;
}
.hover-content ul li a:hover {
	background: #e90505 none repeat scroll 0 0;
}
.pro-img-tab-content {
	margin-bottom: 10px;
}
.pro-img-tab-content .simpleLens-big-image-container, #proimg {
	text-align: center;
	background: #fff;
	margin: 0 auto 20px;
	display: block;
	padding: 54px 25px 55px;
	border-radius: 2px 2px 2px 2px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.simpleLens-lens-image img, #proimg img {
 width: expression(this.width > 520? 520: true) !important;
	max-width: 520px !important;
	height: auto !important;
	overflow: hidden;
}
.singlepro-left .owl-theme .owl-nav {
	margin-top: 0;
	position: absolute;
	top: 38px;
	width: 100%;
}
.singlepro-left .owl-theme .owl-nav [class*="owl-"] {
	background: #f6f6f6 none repeat scroll 0 0;
	border-radius: 0;
	color: #e90505;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 6px 2px;
}
.singlepro-left .owl-prev {
	left: 0;
	position: absolute;
}
.singlepro-left .owl-next {
	position: absolute;
	right: 0;
}
/* Single Product Right Content */
.singlepro-right {
	padding-left: 30px;
}
.input-content label {
	float: left;
	font-size: 14px;
	font-weight: normal;
	margin-right: 10px;
	padding: 8px 0 0;
}
.input-content .inc.qtybutton, .input-content .dec.qtybutton {
	background: #f6f6f6 none repeat scroll 0 0;
	cursor: pointer;
	float: left;
	font-size: 22px;
	height: 40px;
	line-height: 35px;
	text-align: center;
	transition: all 0.4s ease 0s;
	width: 5%;
}
.input-content input.cart-plus-minus-box {
	-moz-appearance: textfield;
	background: #f6f6f6 none repeat scroll 0 0;
	border: medium none;
	color: #777;
	float: left;
	font-size: 14px;
	height: 40px;
	line-height: 14px;
	padding: 8px;
	transition: all 0.3s ease 0s;
	width: 5%;
	text-align: center;
}
.snglepro-content > span {
	color: #999;
	font-size: 14px;
}
.snglepro-content > h3 {
	color: #262626;
	font-size: 28px;
	letter-spacing: 1px;
	margin: 35px 0;
	text-align: center;
}
.rating-box > span {
	color: #343434;
	font-size: 16px;
	margin-left: 20px;
}
.prce-stock {
	display: block;
	margin-bottom: 40px;
	margin-top: 40px;
	overflow: hidden;
	width: 100%;
}
.prce-stock > h4 {
	color: #222;
	display: inline-block;
	float: left;
	font-size: 24pt;
	margin: 0;
}
.prce-stock h6 {
	color: #8bc34a;
	display: block;
	font-family: Roboto;
	font-size: 14pt;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 7px;
	overflow: hidden;
	padding-left: 20px;
}
.pro-info {
	display: block;
	margin-bottom: 40px;
	margin-top: 40px;
	overflow: hidden;
}
.pro-info ul li {
	color: #666;
	display: block;
	font-size: 14px;
	margin-bottom: 8px;
}
.input-content label {
	color: #333;
	float: left;
	font-size: 14px;
	font-weight: normal;
	margin: 0 20px 0 0;
}
.input-content {
	display: block;
	overflow: hidden;
}
.sngle-pro-socl ul li a {
	color: #8bc34a;
	font-size: 20px;
	margin-right: 25px;
}
.sngle-pro-socl ul li a:hover {
	color: #303030;
}
#title-box {
	border-bottom: 5px solid #e90505;
	margin-top: -19px;
	height: 225px;
}
#title-box .container {
	padding: 66px 0 53px;
}
#title-box h1 {
	display: inline-block;
	width: auto;
	position: relative;
	padding-right: 97px;
	color: #fff;
	margin-bottom: 3px;
}
#title-box h1:before {
	position: absolute;
	content: "";
	display: block;
	width: 80px;
	height: 5px;
	background: #fff;
	right: 0;
	top: 27px;
}
#title-box .subtitle {
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.4px;
	margin-bottom: 20px;
}
.bg-opacity-color {
	background-color: rgba(0, 0, 0, 0.6);
}
.paralax {
	background-attachment: fixed;
	background-position: 100% 60%;
	background-repeat: no-repeat;
	background-size: cover;
}
.tooth {
	padding-bottom: 10px;
	margin-top: -40px;
}
#breadcrumbs {
	position: relative;
}
#breadcrumbs:before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	top: 3px;
	left: 0;
}
#breadcrumbs .container {
	position: relative;
	padding: 20px 0 42px;
}
#breadcrumbs .container:before {
	position: absolute;
	content: "";
	display: block;
	background: #fff;
	border: 5px solid #e90505;
	border-radius: 50%;
	padding: 10px;
	left: 50%;
	margin-left: -35px;
	top: -35px;
	width: 60px;
	height: 60px;
}
#breadcrumbs .container:after {
	position: absolute;
	content: "";
	display: block;
	left: 50%;
	margin-left: -23px;
	top: -20px;
	width: 36px;
	height: 30px;
	background-image: url(logo_image_1.png);
	background-repeat: no-repeat;
}
#breadcrumbs ul {
	list-style: none;
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}
#breadcrumbs ul li {
	color: #777;
	display: block;
	float: left;
	letter-spacing: 1px;
	margin-right: 48px;
}
#breadcrumbs ul li a {
	color: #777;
	text-decoration: none;
	position: relative;
	display: block;
}
#breadcrumbs ul li a:hover {
	text-decoration: underline;
}
.tooth-green .section-bg {
	background: #f5f5f5;
}
#breadcrumbs .wrapper:before {
	border-color: #f5f5f5;
}
#breadcrumbs {
	color: #777;
	letter-spacing: 1px;
	margin: -50px 0 -20px;
}
#breadcrumbs a {
	color: #777;
}
#breadcrumbs a:hover {
	color: #e90505;
}
.box-tools-bg .wrapper:before {
	border-color: #01a664;
}
.nav-container a {
	color: #444;
}
.nav-container a.active, .nav-container a:hover {
	color: #cf2b01;
}
/* left-block */
.header-top, .header-info, .header-nav, .header-nav .cart-block .cart-price, .cont-share, .text-image-block, .post-comment form, .comment-row, .comments-text-wrap .com-text, .pagination-box, .info-box, .row-3-col, #title-box .wrapper, #title-box h1, #breadcrumbs, #breadcrumbs ul, section, .g-row, .pricing-details .wrapper, .b-post-box, .row-1, .footer-blocks .footer-logo, .footer-blocks .i-row, .f-contact-box, .row-footer, .product-box .row-pr, .settings-block, .item-product-title .p-desc-title, .featured-product a, .row-pr, .pr-general-box .add-to-cart-box, .contact-info-4 .wrapper, .box-tools-bg .row-2-blocks, .contact-box .wrapper, .contact-box .block-contact-info .row-c, .row-2-blocks, .contact-box-2 .wrapper, .contact-box-2 .row-c, .left-block-wrapper, .lb-content {
 *zoom: 1;
}
.header-top:before, .header-info:before, .header-nav:before, .header-nav .cart-block .cart-price:before, .cont-share:before, .text-image-block:before, .post-comment form:before, .comment-row:before, .comments-text-wrap .com-text:before, .pagination-box:before, .info-box:before, .row-3-col:before, #title-box .wrapper:before, #title-box h1:before, #breadcrumbs:before, #breadcrumbs ul:before, section:before, .g-row:before, .pricing-details .wrapper:before, .b-post-box:before, .row-1:before, .footer-blocks .footer-logo:before, .footer-blocks .i-row:before, .f-contact-box:before, .row-footer:before, .product-box .row-pr:before, .settings-block:before, .item-product-title .p-desc-title:before, .featured-product a:before, .row-pr:before, .pr-general-box .add-to-cart-box:before, .contact-info-4 .wrapper:before, .box-tools-bg .row-2-blocks:before, .contact-box .wrapper:before, .contact-box .block-contact-info .row-c:before, .row-2-blocks:before, .contact-box-2 .wrapper:before, .contact-box-2 .row-c:before, .left-block-wrapper:before, .lb-content:before, .header-top:after, .header-info:after, .header-nav:after, .header-nav .cart-block .cart-price:after, .cont-share:after, .text-image-block:after, .post-comment form:after, .comment-row:after, .comments-text-wrap .com-text:after, .pagination-box:after, .info-box:after, .row-3-col:after, #title-box .wrapper:after, #title-box h1:after, #breadcrumbs:after, #breadcrumbs ul:after, section:after, .g-row:after, .pricing-details .wrapper:after, .b-post-box:after, .row-1:after, .footer-blocks .footer-logo:after, .footer-blocks .i-row:after, .f-contact-box:after, .row-footer:after, .product-box .row-pr:after, .settings-block:after, .item-product-title .p-desc-title:after, .featured-product a:after, .row-pr:after, .pr-general-box .add-to-cart-box:after, .contact-info-4 .wrapper:after, .box-tools-bg .row-2-blocks:after, .contact-box .wrapper:after, .contact-box .block-contact-info .row-c:after, .row-2-blocks:after, .contact-box-2 .wrapper:after, .contact-box-2 .row-c:after, .left-block-wrapper:after, .lb-content:after {
	content: " ";
	display: table;
}
.header-top:after, .header-info:after, .header-nav:after, .header-nav .cart-block .cart-price:after, .cont-share:after, .text-image-block:after, .post-comment form:after, .comment-row:after, .comments-text-wrap .com-text:after, .pagination-box:after, .info-box:after, .row-3-col:after, #title-box .wrapper:after, #title-box h1:after, #breadcrumbs:after, #breadcrumbs ul:after, section:after, .g-row:after, .pricing-details .wrapper:after, .b-post-box:after, .row-1:after, .footer-blocks .footer-logo:after, .footer-blocks .i-row:after, .f-contact-box:after, .row-footer:after, .product-box .row-pr:after, .settings-block:after, .item-product-title .p-desc-title:after, .featured-product a:after, .row-pr:after, .pr-general-box .add-to-cart-box:after, .contact-info-4 .wrapper:after, .box-tools-bg .row-2-blocks:after, .contact-box .wrapper:after, .contact-box .block-contact-info .row-c:after, .row-2-blocks:after, .contact-box-2 .wrapper:after, .contact-box-2 .row-c:after, .left-block-wrapper:after, .lb-content:after {
	clear: both;
}
.tab-content ul.list-style-twig li:before, .quote-block:after, .quote-block-2 .quote-wrap:after, #breadcrumbs .wrapper:after, section .top-icon-block:after, .tools-bg .wrapper .el-image-left, .tools-bg .wrapper .el-image-right, .color-bg .wrapper:after, .home-slider .owl-prev:before, .home-slider .owl-next:before, .box-tools-bg .wrapper:after {
	background-image: url('');
	background-repeat: no-repeat;
}
.left-block-wrapper {
	position: relative;
	margin-bottom: 35px;
}
.left-block-wrapper .l-banner-block a {
	display: block;
	position: relative;
}
.left-block-wrapper .l-banner-block a img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.left-block-wrapper .l-banner-block.hover-banner .text-banner {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.hover-banner .text-banner {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
}
.hover-banner .title-banner-box {
	padding-top: 39px;
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
}
.hover-banner .color-box-banner {
	background: #e90505;
}
.hover-banner:hover .color-box-banner {
	background: #cf2b01;
}
.hover-banner .title-banner-box:before {
	position: absolute;
	content: "";
	display: block;
	width: 80px;
	height: 5px;
	background: #fff;
	left: 50%;
	margin-left: -40px;
	bottom: -20px;
}
.hover-banner .title-banner-box h4 {
	font-size: 20px;
	display: block;
	color: #fff;
}
.hover-banner .title-banner-box span {
	font-size: 30px;
	color: #fff;
}
.hover-banner .color-box-banner {
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 55px;
	font-weight: normal;
	font-size: 26px;
	padding: 10px;
}
.hover-banner .desc-banner {
	display: block;
	position: absolute;
	left: 0;
	bottom: 15px;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	padding: 10px;
}
.title-left-block {
	position: relative;
	min-height: 62px;
	width: 100%;
}
.title-left-block h3 {
	display: table-cell;
	vertical-align: middle;
	height: 62px;
	padding-left: 28px;
	padding-right: 10px;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 20px;
}
/* left-nav */
.lb-content {
	position: relative;
	padding-top: 15px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	padding: 0 25px;
}
.lb-content ul {
	list-style: none;
	margin: 0 0 35px 0;
	padding: 0;
}
.lb-content ul li {
	padding: 10px 0 15px;
	position: relative;
}
.lb-content .prolist {
	padding: 20px 0 25px !important;
	position: relative;
}
.lb-content ul li.active a {
	color: #e90505;
}
.lb-content ul li:before {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: url("dotted-line.png") repeat-x;
}
.lb-content .item {
	background: #fff;
	width: 205px;
	height: 205px;
	border: 1px solid #eee;
	box-shadow: 1px 10px 15px -15px rgba(0, 0, 0, 0.6);
}
.lb-content .item:hover {
	background-color: rgba(233, 5, 5, 0.2);
}
.lb-content .item img {
	width: 205px;
	height: 205px;
}
.lb-content .item img:hover {
	box-shadow: 1px 10px 35px -15px rgba(0, 0, 0, 0.6);
}
.lb-content ul li a {
	font-size: 16px;
	letter-spacing: 1px;
	color: #848484;
	font-weight: 600;
	text-decoration: none;
	display: block;
	position: relative;
}
.lb-content ul li a em {
	font-style: normal;
	padding-left: 12px;
}
.lb-content .post-commented-text {
	color: #666;
	text-align: center;
	margin-top: 12px;
}
.lb-content ul li .l-text-box {
	font-size: 13px;
	font-weight: normal;
	display: block;
	margin-bottom: 5px;
	padding-left: 0;
}
.lb-content ul li .l-text-box:hover {
	color: #e90505;
}
.lb-content ul li .date {
	font-size: 12px;
	color: #888;
	font-weight: normal;
	line-height: 16px;
}
.lb-content ul li .date i {
	position: relative;
	top: 1px;
	margin-right: 6px;
}
.lb-content ul li .date i:before {
	font-size: 16px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}
.lb-content.text-widget {
	line-height: 20px;
	padding-bottom: 10px;
	padding-top: 36px;
}
.lb-content.text-widget .widget-text-wrapper {
	margin-bottom: 29px;
}
.lb-content.recent-posts {
	padding-top: 10px;
}
.lb-content.recent-posts ul {
	margin-bottom: 10px;
}
.lb-content.recent-posts ul li {
	padding: 15px 0;
	font-size: 14px;
	font-weight: normal;
}
.lb-content.recent-posts ul li .l-text-box {
	margin-bottom: 9px;
	font-size: 14px;
}
.lb-content.recent-posts ul li:last-child:before {
	display: none;
}
.lb-content.post-commented {
	position: relative;
	padding-top: 10px;
}
.lb-content.post-commented li {
	margin-bottom: 18px;
}
.lb-content.post-commented .item img {
	margin-bottom: 26px;
}
.lb-content.post-commented .most-commented-text {
	padding: 0 7px;
}
.lb-content.post-commented .l-text-box {
}
.left-block-wrapper {
	position: relative;
	margin-bottom: 30px;
}
/* News List */

.news-list {
	background-image: url("shenli-image.jpg");
}
.news-list-teaser {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.news-list-teaser:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: url("dash.png") repeat-x;
}
.news-list-teaser .image-news-list-block {
	position: relative;
	margin-bottom: 30px;
	border-radius: 10px;
	overflow: hidden;
}
.news-list-teaser .image-news-list-block img {
	margin: 0;
	width: 825px;
	height: 400px;
}
.news-list-teaser .image-news-list-block .play {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -32px;
	width: 77px;
	height: 77px;
	z-index: 200;
	cursor: pointer;
	background: url(play.png) no-repeat;
}
.news-list-teaser .image-news-list-block .date-post {
	position: absolute;
	right: 20px;
	top: 25px;
	display: block;
	text-align: center;
	width: 70px;
	height: 70px;
	font-weight: normal;
	font-size: 28px;
	padding-top: 2px;
	background: #e90505;
	color: #fff;
}
.news-list-block {
	margin: 10px 0;
	text-align: center;
}
.news-list-block .title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0 !important;
}
.news-list-teaser .pubinfo {
	width: 100%;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 35px;
	text-align: center;
	padding-top: 10px;
}
.news-list-teaser .info-box-view {
	height: 50px;
	margin: 0 auto;
	border-top: 1px dotted #ddd;
	padding-top: 13px;
}
.news-list-teaser .info-box-view ul {
	display: block;
	margin: 0;
}
.news-list-teaser .info-box-view ul li {
	float: left;
	margin-left: 15px;
}
.news-list-teaser .info-box-view span {
	margin: 0 8px;
	position: relative;
	font-size: 14px;
}
.news-list-teaser .info-box-view i {
	font-style: normal;
	margin: 0 6px;
}
.news-list-teaser .info-box-view .bdsharebuttonbox {
	display: inline-flex;
	margin-top: -4px;
}
.news-list-teaser .info-box-view ul li:before {
	position: absolute;
	content: "";
	display: block;
	right: -15px;
	top: 1px;
}
.news-list-teaser .info-box-view ul li:last-child:before {
	display: none;
}
.news-list-teaser .info-box-view ul li i, .news-list-teaser .info-box-view ul li span {
	margin-right: 7px;
}
.news-list-teaser .info-box-view ul li i:before, .news-list-teaser .info-box-view ul li span:before {
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.news-list-teaser .image-news-list-block .date-post span {
	text-transform: uppercase;
	font-weight: lighter;
	display: block;
	text-align: center;
}
.news-list-teaser .image-news-list-block .date-post a {
	font-size: 16px;
	color: #fff;
	letter-spacing: 2px;
	line-height: 1.5;
	display: block;
	padding: 10px;
}
.news-list-teaser .news-teaser-content {
	line-height: 1.8;
	margin-bottom: 15px;
}
.news-list-teaser .news-content {
	line-height: 2;
	margin-bottom: 15px;
}
.news-list-teaser .news-content img {
 width: expression(this.width > 800? 800: true) !important;
	max-width: 800px !important;
	height: auto !important;
	overflow: hidden;
	margin: 0 auto 10px;
	border: 1px solid #ddd;
	padding: 4px;
}
.news-list-teaser .news-content .tips {
	margin: 20px;
	text-align: center;
	font-size: 12px;
	color: #666;
	font-style: italic;
	letter-spacing: 1px;
}
.news-list-teaser h2.title a {
	color: #555;
	font-size: 20px;
}
.news-list-teaser h2.title a:hover {
	color: #e90505;
}
.news-list-teaser .info-box {
	margin-bottom: 19px;
}
.news-list-teaser .btn {
	margin-top: 10px;
	margin-left: 0;
}
.news-list-teaser .b-post-image {
	padding-top: 15px;
}
.news-list {
	background-image: url("shenli-image.jpg");
}

.image-content {
	line-height: 2;
	margin-bottom: 15px;
}
.image-content img {
	width: expression(this.width > 1140? 1140: true) !important;
	max-width: 1140px !important;
	height: auto !important;
	overflow: hidden;
	margin: 0 auto 10px;
	border: 1px solid #ddd;
	padding: 4px;
}
.context ul {
	padding: 0;
}
.context ul li {
	line-height: 2;
}
.context ul li a:hover{
	color: #e90505;
}
/* info-box */
.info-box {
	margin-bottom: 21px;
}
.info-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.info-box ul li {
	display: block;
	float: left;
	margin-right: 28px;
	position: relative;
	font-size: 14px;
	line-height: 1;
}
.info-box ul li a {
	color: #555;
}
.info-box ul li a:hover {
	color: #e90505;
}
.info-box ul li:before {
	position: absolute;
	content: "/";
	display: block;
	right: -15px;
	top: 1px;
}
.info-box ul li:last-child:before {
	display: none;
}
.info-box ul li i, .info-box ul li span {
	margin-right: 7px;
}
.info-box ul li i:before, .info-box ul li span:before {
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.right-content .context {
	line-height: 2;
}
.right-content .context ul {
	padding-left: 0;
}
.right-content .context ul li a {
	color: #4e4e4e;
}
.right-content .context ul li a:hover {
	color: #e90505;
}
.video-conatiner .video-image img {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: auto;
}
/* ----- */

.btn {
	border: none;
	border-radius: 0;
	padding: 0;
}
.btn.primary-color {
	height: 33px;
	line-height: 33px;
	border: none;
	border-radius: 1px;
	padding: 0 18px;
}
.btn.bor-w-btn {
	border: 1px solid;
	height: 38px;
	line-height: 32px;
	padding: 0 30px 4px;
	font-size: 11px;
	position: relative;
}
.btn.bor-w-btn:before {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	bottom: 0px;
	border: 1px solid;
	border-top: none;
	height: 4px;
	width: 100%;
}
.btn-border {
	background: none;
	display: inline-block;
	height: 38px;
	overflow: hidden;
	position: relative;
	margin-bottom: 18px;
}
.btn-border span {
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: normal;
	height: 35px;
	line-height: 35px;
	padding: 0 16px;
	position: relative;
	top: 0px;
	width: 100%;
}
.btn-border.big span {
	font-size: 13px;
}
.button-border {
	position: relative;
	overflow: hidden;
	border: none;
	border-radius: 2px;
	display: inline-block;
	margin-bottom: 25px;
}
.button-border .text-btn {
	height: 48px;
	line-height: 48px;
	padding: 0 27px;
	color: #fff;
	display: inline-block;
	font-weight: normal;
	font-size: 14px;
}
.button-border .borfer-btn {
	height: 4px;
	display: block;
	background: #dddddd;
}
.button-border.sml-btn {
	position: relative;
}
.button-border.sml-btn .text-btn {
	height: 33px;
	font-size: 11px;
	line-height: 33px;
	padding: 0 17px;
}
.button-border.sml-btn .borfer-btn {
	height: 4px;
}
.btn-border {
	border: 1px solid #ddd;
	background: #eee;
}
.btn-border span {
	background: #fdfdfd;
	border-bottom: 1px solid #ddd;
	color: #444;
}
.btn-border:hover span {
	background: #e90505;
	color: #fff;
}
.btn-border.dark {
	border: 1px solid #777;
	background: #333;
}
.btn-border.dark span {
	background: #222;
	border-bottom: 1px solid #777;
	color: #fff;
}
.btn-border.dark:hover span {
	background: #fff;
	color: #444;
}
.btn-border.extra-color {
	border: 1px solid #ddd;
	background: #eee;
}
.btn-border.extra-color span {
	background: #cf2b01;
	border-bottom: 1px solid #ddd;
	color: #fff;
}
.btn-border.extra-color:hover span {
	background: #01a664;
	color: #fff;
}
.btn-border.color {
	border: 1px solid #ddd;
	background: #eee;
}
.btn-border.color span {
	/* background: $color ; */
	border-bottom: 1px solid #ddd;
	color: #444;
}
.btn-border.color:hover span {
	background: #01a664;
	color: #fff;
}
.btn-border.color-1 {
	border: 1px solid #ddd;
	background: #eee;
}
.btn-border.color-1 span {
	background: #01a664;
	border-bottom: 1px solid #ddd;
	color: #fff;
}
.btn-border.color-1:hover span {
	background: #cf2b01;
	color: #fff;
}
.h-button .cont-btn {
	background: #fff;
	border-bottom: 1px solid #ddd;
	color: #444;
}
.h-button .cont-btn .ef {
	color: #01a664;
}
.h-button:hover .cont-btn {
	background: #cf2b01;
	color: #fff;
}
.h-button:hover .cont-btn .ef {
	color: #fff;
}
/* Product Discription */

.pro-disciptin {
	border-top: 1px solid #ddd;
}
.p-details-tab {
	display: block;
	height: 70px;
}
.p-details-tab ul {
	margin-top: 25px;
	padding-left: 0;
}
.p-details-tab ul li {
	float: left;
	width: 100%;
}
.p-details-tab ul li a {
	color: #fff;
	display: block;
	width: 120px;
	text-align: center;
	background: #e90505;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 0 8px;
	text-transform: uppercase;
}
.p-details-tab ul li.active {
	border-bottom-color: #e90505;
	border-bottom-style: solid;
	color: #e90505;
}
.detail, #cutomer > p {
	color: #666;
	font-size: 16px;
	line-height: 1.8;
	margin: 0;
}
.detail img {
 width: expression(this.width > 840? 840: true) !important;
	max-width: 840px !important;
	height: auto !important;
	margin: 10px 0 15px;
}
.product-details .tab-content p {
	line-height: 22px;
}
.review-left p {
	margin-bottom: 5px;
}
.product-details p {
	display: inline-block;
}
.review-left a {
	color: #444;
}
.review-left p span {
	font-weight: 700;
}
.review-rating > p {
	font-size: 11px;
	text-transform: capitalize;
	width: 41px;
	display: inline-block;
	float: left;
	margin-bottom: 5px;
}
.review-right > h3 {
	color: #232323;
	font-size: 13px;
	font-weight: 400;
}
.review-right > h4 {
	color: #232323;
	font-size: 12px;
	font-weight: 500;
}
.p-details-table table {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #f2f2f2;
	width: 100%;
}
.p-details-table table thead th {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
}
.p-details-table table th {
	border-bottom: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}
.p-details-table table tr td {
	border-bottom: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}
.p-details-table table td, .p-details-table table th {
	padding: 13px 9px;
}
.p-details-table table tbody th {
	font-size: 16px;
	font-weight: 400;
}
.product-tag-name .form-group label {
	display: block;
	overflow: hidden;
}
.form-top label {
	color: #666;
	font-weight: normal;
	margin: 0 0 5px;
}
.product-details-area .form-control {
	border: 1px solid #e1e1e1;
	border-radius: 0;
	box-shadow: none;
	color: #666666;
	font-size: 12px;
	min-height: 25px;
	padding: 0 10px;
}
#tags .product-tag-name .form-top .form-control {
	float: left;
	margin: 0 5px 5px 0;
	padding: 0;
	width: 200px;
	height: 40px;
}
.product-tag-name .add-tag-btn {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #e6e8e9;
	border-radius: 23px;
	color: #444444;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	overflow: hidden;
	padding: 6px 25px;
	text-transform: uppercase;
	transition: background 0.3s ease 0s, color 0.2s ease 0s;
}
.product-tag-name > p {
	font-size: 11px;
	margin: 0;
}
.review-rating {
	display: block;
	overflow: hidden;
	width: 100%;
}
.review-rating .rating i {
	color: #8bc34a;
}
.p-details-table table tr td input {
	height: auto;
}
/*************************
********* Portfolio CSS ******
**************************/

#portfolio_page {
	margin-top: 115px;
	padding-bottom: 0;
}
.portfolio-items, .portfolio-filter {
	list-style: none outside none;
	margin: 0 0 40px 0;
	padding: 0;
}
.portfolio-filter > li {
	display: inline-block;
}
.portfolio-filter > li a {
	background: none repeat scroll 0 0 #FFFFFF;
	font-size: 14px;
	font-weight: 400;
	margin-right: 20px;
	text-transform: uppercase;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	border: 1px solid #F2F2F2;
	outline: none;
	border-radius: 3px;
}
.portfolio-filter > li a:hover, .portfolio-filter > li a.active {
	color: #fff;
	background: #e90505;
	border: 1px solid #e90505;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.portfolio-items > li {
	float: left;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.portfolio-item {
	margin: 0;
	padding: 0;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
/**************************
********* HR Table CSS *
**************************/

.hr-heading {
	margin-top: 120px
}
.hr-heading h2, .hr-heading p {
	color: #4e4e4e;
}
.hr-area h1 {
	font-weight: 300;
	margin-top: 0;
}
.hr-area span {
	font-weight: 700;
	font-size: 18px;
}
.hr-area h3, .hr-area span {
	color: #fff;
}
.plan {
	position: relative;
	margin-bottom: 70px;
}
.hr-area ul {
	background: #FAFAFA;
	padding: 0;
	margin: 0;
}
.hr-area ul li {
	list-style: none;
	padding: 15px 0;
	font-size: 16px;
	font-weight: 400;
}
.hr-area ul li:nth-child(even) {
	background: #f5f5f5
}
.hr-area .hr-3 img, .hr-area .hr-6 img {
	position: absolute;
	right: 15px;
	top: 0;
}
.hr-area .heading-1, .hr-area .heading-2, .hr-area .heading-3 {
	padding: 17px 0;
	border-radius: 2px 2px 0 0;
}
.hr-area .heading {
	margin-left: 0
}
.hr-area .hr {
	text-align: left;
	text-indent: 1.5em;
}
.hr-area .hr ul li {
	list-style: none;
	padding: 20px 0;
	font-size: 16px;
	font-weight: 400;
}
.hr-area .hr span {
	color: #4e4e4e;
}
.hr-area .hr em {
	display: block;
	color: #4e4e4e;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	margin-left: 105px;
	line-height: 1.8;
	text-indent: 0;
	margin-top: -25px;
}
.hr-area .hr table {
	margin: 10px 0;
	border: 1px solid #bbb;
}
.hr-area .hr td {
	padding: 5px 8px;
}
.hr-area .heading-1, .hr-area .heading-2, .hr-area .heading-3, .hr-area .heading-4, .hr-area .heading-5, .hr-area .heading-6, .hr-area .heading-7 {
	margin-left: -10px
}
.hr-area .heading, .hr-area .heading-1, .hr-area .hr-1 .plan-action .btn-primary {
	background: #e24f43;
}
.hr-area .heading h1, .hr-area .heading-1 h1, .hr-area .hr-1 .plan-action .btn-primary h1 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0;
}
.hr-area .heading-2, .hr-area .hr-2 .plan-action .btn-primary {
	background: #27AE60;
}
.hr-area .heading-2 h1, .hr-area .hr-2 .plan-action .btn-primary h1 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0;
}
.hr-area .heading-3, .hr-area .hr-3 .plan-action .btn-primary {
	background: #f39c12;
}
.hr-area .heading-3 h1, .hr-area .hr-3 .plan-action .btn-primary h1 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0;
}
.hr-area .heading-4, .hr-area .hr-4 .plan-action .btn-primary {
	background: #5c5c5c
}
.hr-area .heading-4 h1, .hr-area .hr-4 .plan-action .btn-primary h1 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0;
}
.hr-area .heading-5, .hr-area .hr-5 .plan-action .btn-primary {
	background: #e24f43
}
.hr-area .heading-5 h1, .hr-area .hr-5 .plan-action .btn-primary h1 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0;
}
.hr-area .heading-6, .hr-area .hr-6 .plan-action .btn-primary {
	background: #5c5c5c;
}
.hr-area .heading-6 h1, .hr-area .hr-6 .plan-action .btn-primary h1 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0;
}
.hr-area .heading-7, .hr-area .hr-7 .plan-action .btn-primary {
	background: #5c5c5c
}
.hr-area .heading-7 h1, .hr-area .hr-7 .plan-action .btn-primary h1 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0;
}
.hr-area .bg {
	background: #fafafa
}
.hr-area .heading-1 h3:before {
	border-color: #bf4539 transparent transparent;
}
.hr-area .heading-2 h3:before {
	border-color: #1f8c4d transparent transparent;
}
.hr-area .heading-3 h3:before {
	border-color: #d4880f transparent transparent;
}
.hr-area .heading-4 h3:before {
	border-color: #424242 transparent transparent;
}
.hr-area .heading-5 h3:before {
	border-color: #424242 transparent transparent;
}
.hr-area .heading-6 h3:before {
	border-color: #bf4539 transparent transparent;
}
.hr-area .heading-7 h3:before {
	border-color: #424242 transparent transparent;
}
.hr-area h3:before {
	border-color: #D4880F transparent transparent;
	border-radius: 5px 0 0 0px;
	border-style: solid;
	border-width: 12px;
	content: "";
	height: 0;
	left: 4px;
	position: absolute;
	top: 78px;
	width: 0;
	z-index: -999;
}
.small-pricing h3:after {
	height: 94px;
}
.small-pricing h3:before {
	top: 74px;
}
.plan-action {
	height: 40px;
}
.hr-area .plan-action .btn-primary {
	position: relative;
	padding: 5px 20px;
	color: #fff;
	margin-top: 5px;
}
.hr-area .plan-action .btn-primary:before {
	border-color: #E24F43 transparent transparent;
	border-radius: 5px 0 0 0;
	border-style: solid;
	border-width: 12px;
	bottom: -12px;
	content: "";
	height: 0;
	left: -9px;
	position: absolute;
	width: 0;
	z-index: -1;
}
.hr-area .plan-action .btn-primary:after {
	border-color: #E24F43 transparent transparent;
	border-radius: 5px 0 0 0;
	border-style: solid;
	border-width: 12px;
	bottom: -12px;
	content: "";
	height: 0;
	position: absolute;
	right: -9px;
	width: 0;
	z-index: -1;
}
.hr-area .hr-2 .plan-action .btn-primary:before, .hr-area .hr-2 .plan-action .btn-primary:after {
	border-color: #1f8c4d transparent transparent;
}
.hr-area .hr-3 .plan-action .btn-primary:before, .hr-area .hr-3 .plan-action .btn-primary:after {
	border-color: #d4880f transparent transparent;
}
.hr-area .hr-4 .plan-action .btn-primary:before, .hr-area .hr-4 .plan-action .btn-primary:after, .hr-area .hr-5 .plan-action .btn-primary:before, .hr-area .hr-5 .plan-action .btn-primary:after, .hr-area .hr-7 .plan-action .btn-primary:before, .hr-area .hr-7 .plan-action .btn-primary:after {
	border-color: #424242 transparent transparent;
	right: -9px;
}
.hr-area .hr-6 .plan-action .btn-primary:before, .hr-area .hr-6 .plan-action .btn-primary:after {
	border-color: #bf4539 transparent transparent;
	right: -9px;
}
/*************************
********* Contact Us CSS ******
**************************/

#contact-info h2 {
	font-size: 22px;
	line-height: 2;
	width: 100%;
	margin: 10px auto 5px;
}
#contact-info h5 {
	padding-bottom: 30px;
}

.coinfo {
	font-size: 16px;
	line-height: 1.8;
	font-weight: 400;
	width: 100%;
	margin: 30px auto;
}
.map-area {
	background-image: url("map.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0 50px;
}
.map-area .map .bmap {
	width: 700px;
    height: 410px;
	border: #ccc solid 1px;
}
.map {
	border: 10px solid #f6f5f0;
	border-radius: 2%;
    height: 430px;
    width: 720px;
	box-shadow: 0px 0px 3px 3px #e7e4dc;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.map-area .map-content ul {
	list-style: none;
}
.map-area .map-content address h5 {
	font-weight: 700;/* font-size: 16px; */
}
#contact-bank-info {
	background: #fff url(logo_image.png) no-repeat 75% 225px;
	padding: 40px 0 60px;
	margin-top: -40px;
}
#contact-bank-info .c-center {
	text-align: center;
}
#contact-page {
}
#contact-page .contact-form .form-group label {
	color: #4E4E4E;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 10px;
}
.form-group .form-control {
	padding: 7px 12px;
	border-color: #f2f2f2;
	box-shadow: none;
}
textarea#message {
	resize: none;
	padding: 14px 20px;
}
#contact-page .contact-wrap {
	margin-top: 20px;
}
.logo-img {
	padding-top: 50px;
	padding-right: 30px;
}
/* contact-box */
.box-tools-bg {
	padding-bottom: 10px;
}
.box-tools-bg .wrapper {
	position: relative;
}
.box-tools-bg .row-2-blocks {
	position: relative;
	margin-bottom: 74px;
}
.contact-box {
	padding: 60px 0;
	background: url(gray.jpg) repeat;
	margin-top: -50px;
}
.contact-box .wrapper {
	padding-bottom: 76px;
}
.contact-box h4 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 26px;
}
.contact-box h4 a, #contact-bank-info h6 a {
	color: #444;
}
.contact-box .contact-text-info {
	margin: 30px 0 40px;
	line-height: 1.8;
}
.contact-box .contact-text-info p {
	width: 86%;
}
.contact-box .block-contact-info .row-c {
	font-size: 14px;
	text-align: left;
	line-height: 2;
	margin-bottom: 10px;
}
.contact-box .block-contact-info .row-c .block-1 {
	font-weight: normal;
	color: #444;
	float: left;
	width: 35%;
	padding-right: 10px;
}
.contact-box .block-contact-info .row-c .block-2 {
	color: #888;
	float: right;
	width: 65%;
}
/* contact-form-box */
.contact-form-box {
	padding-top: 8px;
}
.contact-form-box .input-box {
	position: relative;
}
.contact-form-box .input-box .fa {
	position: absolute;
	right: 15px;
	top: 18px;
	font-size: 16px;
	color: #ccc;
}
.contact-form-box .input-box input {
	padding-right: 30px;
}
.contact-form-box .input-box textarea {
	resize: none;
	height: 130px;
	padding-right: 30px;
	margin-bottom: 20px;
}
.row-2-blocks .r-block-1 {
	float: left;
	width: 52%;
}
.row-2-blocks .r-block-1 .c-content-block {
	padding-top: 15px;
	float: right;
}
.row-2-blocks .r-block-1 .c-content-block h2 {
	font-weight: normal;
	font-size: 28px;
	color: #fff;
}
.row-2-blocks .r-block-1 .c-content-block div {
	font-size: 18px;
	color: #fff;
}
.row-2-blocks .r-block-2 {
	float: right;
	width: 44.6%;
}
/* contact-box */
#contactForm .contact-box-2 .wrapper {
	padding-top: 74px;
	padding-bottom: 83px;
}
#contactForm .contact-box-2 h3 {
	margin-bottom: 19px;
}
#contactForm .contact-box-2 h4 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-bottom: 15px;
}
#contactForm .contact-box-2 .form-desc {
	margin-bottom: 25px;
}
#contactForm .contact-box-2 .contact-text-info {
	margin-bottom: 36px;
}
#contactForm .contact-box-2 .block-contact-info {
	margin-bottom: 26px;
	padding-bottom: 18px;
	background: url("../img/dash.png") repeat-x 0 100%;
}
#contactForm .contact-box-2 .block-contact-info:last-child {
	background: none;
}
#contactForm .contact-box-2 .row-c {
	margin-bottom: 10px;
}
#contactForm .contact-box-2 .row-c .block-1 {
	width: 30%;
	float: left;
	font-weight: normal;
	font-size: 13px;
	color: #000;
	padding-right: 10px;
}
#contactForm .contact-box-2 .row-c .block-2 {
	width: 69%;
	float: right;
	color: #888;
}
#contactForm .contact-box-2 .contact-form-box .input-box textarea {
	height: 190px;
}
/* forms */
#contactForm input[type="text"], textarea {
	width: 100%;
	border: 1px solid;
	border-radius: 2px;
	padding: 14px 20px;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	margin-bottom: 22px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
#contactForm a:focus, #contactForm textarea:focus, #contactForm select:focus, #contactForm input:focus {
	outline: none;
}
#contactForm input[type="text"], #contactForm textarea {
	background: #fff;
	border-color: #fff;
}
#contactForm .button-border .text-btn {
	background: #e90505;
}
#contactForm .button-border:hover .text-btn {
	background: #f26522;
}
#contactForm .button-border {
	position: relative;
	overflow: hidden;
	border: none;
	border-radius: 2px;
	display: inline-block;
	margin-bottom: 25px;
}
#contactForm .button-border .text-btn {
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	color: #fff;
	display: inline-block;
	font-weight: normal;
	font-size: 16px;
}
#contactForm .button-border .borfer-btn {
	height: 4px;
	display: block;
	background: #ddd;
}
#contactForm .button-border.sml-btn {
	position: relative;
}
#contactForm .button-border.sml-btn .text-btn {
	height: 33px;
	font-size: 11px;
	line-height: 33px;
	padding: 0 17px;
}
#contactForm .button-border.sml-btn .borfer-btn {
	height: 4px;
}
/* HR-box */
#hrForm .contact-box-2 .wrapper {
	padding-top: 74px;
	padding-bottom: 83px;
}
#hrForm .contact-box-2 h3 {
	margin-bottom: 19px;
}
#hrForm .contact-box-2 h4 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-bottom: 15px;
}
#hrForm .contact-box-2 .form-desc {
	margin-bottom: 25px;
}
#hrForm .contact-box-2 .contact-text-info {
	margin-bottom: 36px;
}
#hrForm .contact-box-2 .block-contact-info {
	margin-bottom: 26px;
	padding-bottom: 18px;
	background: url("../img/dash.png") repeat-x 0 100%;
}
#hrForm .contact-box-2 .block-contact-info:last-child {
	background: none;
}
#hrForm .contact-box-2 .row-c {
	margin-bottom: 10px;
}
#hrForm .contact-box-2 .row-c .block-1 {
	width: 30%;
	float: left;
	font-weight: normal;
	font-size: 13px;
	color: #000;
	padding-right: 10px;
}
#hrForm .contact-box-2 .row-c .block-2 {
	width: 69%;
	float: right;
	color: #888;
}
#hrForm .contact-box-2 .contact-form-box .input-box textarea {
	height: 190px;
}
/* forms */
#hrForm input[type="text"], textarea {
	width: 100%;
	border: 1px solid;
	border-radius: 2px;
	padding: 14px 20px;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	margin-bottom: 22px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
#hrForm a:focus, #hrForm textarea:focus, #hrForm select:focus, #hrForm input:focus {
	outline: none;
}
#hrForm input[type="text"], #hrForm textarea {
	background: #f1f1f1;
	border-color: #eee;
}
#hrForm .button-border .text-btn {
	background: #e90505;
}
#hrForm .button-border:hover .text-btn {
	background: #f26522;
}
#hrForm .button-border {
	position: relative;
	overflow: hidden;
	border: none;
	border-radius: 2px;
	display: inline-block;
	margin-bottom: 25px;
}
#hrForm .button-border .text-btn {
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	color: #fff;
	display: inline-block;
	font-weight: normal;
	font-size: 16px;
}
#hrForm .button-border .borfer-btn {
	height: 4px;
	display: block;
	background: #ddd;
}
#hrForm .button-border.sml-btn {
	position: relative;
}
#hrForm .button-border.sml-btn .text-btn {
	height: 33px;
	font-size: 11px;
	line-height: 33px;
	padding: 0 17px;
}
#hrForm .button-border.sml-btn .borfer-btn {
	height: 4px;
}
/******************
 Pagination-box
 ******************/

.pagination-box {
	margin-bottom: 30px;
}
.pagination-box ul {
	padding-left: 0;
	line-height: 2.5;
}
.pagination-box ul li {
	display: block;
	position: relative;
	width: 50px;
	height: 37px;
	float: left;
	margin-right: 7px;
	border-radius: 1px;
}
.pagination-box ul li:before {
	position: absolute;
	content: "";
	display: block;
	width: 50px;
	height: 5px;
	left: -1px;
	bottom: -1px;
	border-radius: 0 0 1px 1px;
}
.pagination-box ul li a {
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
}
.pagination-box ul li span {
	display: block;
	width: 100%;
	background: none;
	line-height: 30px;
	text-align: center;
}
.pagination-box li {
	border: 1px solid #ddd;
	background: #fff;
}
.pagination-box li:before {
	background: #eee;
	border: 1px solid #ddd;
}
.pagination-box li span {
	color: #444;
}
.pagination-box li.active, .pagination-box li:hover {
	background: #d90b0b;
	border-color: #d90b0b;
	color: #fff;
}
.pagination-box li.active span, .pagination-box li:hover span {
	color: #fff;
}
.pagination-box li.active:before, .pagination-box li:hover:before {
	background: #ddd;
}
.tab .nav-tabs {
	position: relative;
	border-bottom: none;
	margin: 0 auto 15px;
}
.tab .nav-tabs li {
	text-align: center;
	margin-right: 10px;
}
.tab .nav-tabs li:last-child {
	margin-right: 0;
}
.tab .nav-tabs li a {
	display: block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #444;
	padding: 10px 20px;
	background: transparent;
	margin-right: 0;
	border: none;
	border-radius: 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all 0.5s ease 0s;
}
.tab .nav-tabs li.active a {
	background: #e90505;
	color: #fff;
}
.tab .tab-content {
	font-size: 14px;
	color: #555;
	line-height: 26px;
}
.tab .tab-content h3 {
	font-size: 24px;
	margin-top: 0;
}
 @media only screen and (max-width: 479px) {
.tab .nav-tabs li {
	width: 100%;
}
}
/******************
 404 page css
 ******************/

#error .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success:hover {
	background-color: #EBEBEB;
	border-color: #EBEBEB;
	color: #4E4E4E;
}
#error h1 {
	color: #4e4e4e;
	text-transform: uppercase;
}
/******************
 Sidebar css
 ******************/

.function_content {
	position: fixed;
	bottom: 0.5%;
	right: 0;
	width: 40px;
	z-index: 1000;
	margin-top: -136px;
}
.function_aBlock {
	width: 40px;
	height: 40px;
	position: relative;
	display: block;
	margin-bottom: 1px
}
.function_aBlock.topButton {
	margin-bottom: 4px
}
.function_aBlock .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: .5;
	filter: Alpha(opacity=60)
}
.function_aBlock:hover .bg {
	background: #e90505;
	opacity: 1;
	filter: Alpha(opacity=100)
}
.function_aBlock .bg2 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(sidebar/a_10.png) no-repeat left center
}
.function_aBlock:hover .bg2 {
	background: url(sidebar/a_12.png) no-repeat left center
}
.function_aBlock .bg3 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(sidebar/a_11.png) no-repeat left center
}
.function_aBlock:hover .bg3 {
	background: url(sidebar/a_13.png) no-repeat left center
}
.function_aBlock img {
	width: 100%;
	position: relative;
	z-index: 66
}
.function_aBlock .in {
	width: 270px;
	height: 199px;
	background: #46484d;
	border-top: 5px solid #e90505;
	position: absolute;
	left: -271px;
	top: 0;
	display: none;
}
.function_aBlock .in.ic {
	top: -41px;
	height: 286px;
}
.function_aBlock .in.is {
	top: -82px;
	height: 118px;
}
.function_aBlock .in.ia {
	top: -123px;
	height: 163px;
}
/*.function_aBlock.a1:hover .in{display:block}*/
.function_aBlock .in .wx {
	width: 100%;
	height: 160px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 46%;
	margin-top: -80px;
}
.function_aBlock .in .wx p {
	float: left;
	display: block;
	width: 15px;
	margin: 36px 35px 30px 40px;
}
.function_aBlock .in .wx img {
	float: left;
	width: 140px;
	height: 140px;
	margin: 18px auto 0;
}
.function_aBlock .in .cu {
	color: #fff;
	line-height: 22px;
	padding: 0 25px 0;
	width: auto;
	text-align: left;
}
.function_aBlock .in .cu p {
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 22px;
}
.function_aBlock .in .cu h1 {
	font-size: 16px;
	margin-bottom: 8px;
}
.function_aBlock .in .srh {
	width: 200px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #dadadb;
	position: absolute;
	left: 61%;
	margin-left: -130px;
	top: 50%;
	margin-top: -20px
}
.function_aBlock .in .st {
	height: 40px;
	padding-left: 10px;
	color: #fff;
	background: none;
	border: 0;
}
.function_aBlock .in .btn {
	width: 18px;
	height: 18px;
	border: 0;
	background: url(sidebar/h_1.png) no-repeat left center;
	position: absolute;
	right: 0;
	top: 11px;
}
.function_aBlock .in ul {
	width: 254px;
	border-top: 1px solid #909194;
	border-left: 1px solid #909194;
	border-right: 1px solid #909194;
	padding: 0;
	margin: 9px auto 0;
}
.function_aBlock .in li {
	padding: 10px 15px;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	text-align: justify;
	border-bottom: 1px solid #909194;
}
.function_aBlock .in li p {
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 22px;
}
/***********************
********* Footer ******
************************/
#bottom {
	background: #f5f5f5;
	border-bottom: 5px solid #e90505;
	font-size: 14px;
	padding: 50px 0;
	text-align: center;
}
#bottom h3 {
	margin-top: 0;
	margin-bottom: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 22px;
	color: #000;
	height: 30px;
}
#bottom h3 a {
	color: #333;
}
#bottom h3 a:hover {
	color: #e90505;
}
#bottom ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#bottom ul li {
	display: block;
	padding: 5px 0;
}
#bottom ul li a {
	color: #808080;
}
#bottom ul li a:hover {
	color: #e90505;
}
#bottom .widget {
	margin-bottom: 0;
}
#footer {
	padding: 30px 0;
	font-size: 14px;
	line-height: 2.1;
	color: #fff;
	letter-spacing: 0.5px;
	background: #2e2e2e;
}
#footer a {
	color: #fff;
	font-size: 13px;
}
#footer .pull-right a:hover {
	color: #ff9;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 55px -15px 0 0;
}
#footer ul > li {
	display: inline-block;
	margin-left: 15px;
}
#footer span {
	position: absolute;
	right: 0;
	bottom: 30px;
	z-index: 1;
}
/***********************
******* Title Alt ******
************************/
.tooltip {
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 1px;
	position: absolute;
	padding: 6px;
	z-index: 99999;
	opacity: .8
}
.tipsy-arrow {
	position: absolute;
	width: 0;
	height: 0;
	line-height: 0;
	border: 6px dashed #000;
	top: 0;
	left: 20%;
	margin-left: -5px;
	border-bottom-style: solid;
	border-top: 0;
	border-left-color: transparent;
	border-right-color: transparent
}
.tipsy-arrow-n {
	border-bottom-color: #000
}
.tipsy-inner {
	background-color: #000;
	color: #FFF;
	max-width: 300px;
	padding: 5px 8px 4px 8px;
	text-align: center;
	border-radius: 3px
}