

@charset "UTF-8";
@import url("style.min.css");
body {
  color: #2b3242;
}
a {
  color: #2b3242;
}

a:hover {
  color: #dd514c;
}

.am-alert {
  margin-bottom: 0;
}

.m-hd ul,
.m-header-banner ul {
  padding: 0;
}
.m-hd ul li,
.m-header-banner ul li {
  list-style-type: none;
}

a,
a:hover,
.m-partner li img,
.m-partner li img:hover,
.m-contact-infobox,
.m-contact-infobox:hover,
.m-footer .ico i,
.m-footer .ico i:hover,
.m-service-page .ico ul li span,
.m-service-page .ico ul li span:hover,
.m-hd .am-sticky,
.m-service-list li:hover {
  -webkit-filter: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

[class*=am-u-] + [class*=am-u-]:last-child {
  float: left;
}

.m-images-container section img,
.m-news-container section img {
  max-width: 100%;
  height: auto;
}

.am-container {
  max-width: 1200px;
}

.am-g-fixed {
  max-width: 1200px;
}

/* 头部 */
.m-hd {
  width: 100%;
  position: absolute;
  z-index: 2;
  height: 130px;
  padding: 45px 0 0 0;
}
.m-hd ul {
  margin: 0;
}
.m-hd ul li {
  list-style-type: none;
}
.m-hd .am-container {
  position: relative;
}
.m-hd .am-sticky {
  background: #1a1f2a;
  padding: 15px 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
}
.m-hd .am-header a {
  color: #fff;
}
.m-hd .m-nav a {
  color: #fff;
}
.m-hd .m-nav a:hover {
  background: #ba1f2e;
  border-radius: 2px;
  -webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
  transition: background-color 300ms ease-out, border-color 300ms ease-out;
}
.m-hd .am-nav > li.am-active > a, .m-hd .am-nav > li.am-active > a:focus, .m-hd .am-nav > li.am-active > a:hover {
  color: #fff;
  background-color: #ba1f2e;
  cursor: default;
}
.m-hd .am-dropdown-content {
  background: #ba1f2e;
  border: none;
}
.m-hd .am-dropdown-content > li > a:hover {
  color: #fff;
}
.m-hd .am-dropdown-content:after, .m-hd .am-dropdown-content:before {
  border: 8px dashed #ba1f2e;
}
.m-hd .am-dropdown-content > .am-active > a,
.m-hd .am-dropdown-content > .am-active > a:focus,
.m-hd .am-dropdown-content > .am-active > a:hover {
  background-color: #d22e3e;
}

.m-logo {
  display: block;
  float: left;
  font-size: 22px;
  line-height: 40px;
  width: 165px;
  color: #fff;
  text-indent: -9999px;
  background: url('../images/logo.png?1444011587') no-repeat left center;
  -webkit-background-size: 125px 40px;
  background-size: 125px 40px;
  margin-right: 20px;
}

.m-about li {
  float: left;
  margin-left: 5px;
}

#r-nav .am-offcanvas-bar {
  width: 200px;
}
#r-nav .logo {
  margin-bottom: 20px;
}
#r-nav p {
  border-bottom: 1px solid #4F4F4F;
  padding-bottom: 20px;
}
.h_right{
	float: right;
	margin-right:-20%;
	margin-top:-35px
}
.drp-dwn ul li{
	display: inline-block;
}
.drp-dwn ul li h3{
	color: #CCC;
	font-size: 0.8125em;
	text-transform: capitalize;
	margin-right: 10px;
}
.drp-dwn ul li select {
	font-size: 12px;
	padding:2px;
	outline: none;
	display: block !important;
	width: 100%;
	color: #B4B4B4;
	border: 1px solid #555;
	background: #444;
	cursor: pointer;
}
/* 头部大banner */
.m-header-banner {
  height: 680px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 260px;
  color: #fff;
}
.m-header-banner h2 {
  font-size: 50px;
  margin: 0;
  font-weight: 100;
}
.m-header-banner p {
  font-size: 20px;
}
.m-header-banner nav {
  display: inline-block;
}
.m-header-banner nav li {
  float: left;
  margin-right: 10px;
  font-size: 12px;
}
.m-header-banner nav li a {
  color: #fff;
}
.m-header-banner nav li.am-active a {
  font-weight: bold;
}

.m-header-1 {
  height: 180px;
  padding-top: 145px;
  background: #1a1f2a;
}

.m-list-header {
  height: 550px;
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .m-header-banner {
    height: 600px;
    padding-top: 240px;
  }
  .m-header-banner h2 {
    font-size: 46px;
    margin: 0;
  }
  .m-header-banner p {
    font-size: 20px;
    padding: 0;
    width: 70%;
  }

  .m-header-1 {
    height: 180px;
    padding-top: 145px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .m-hd .am-nav > li > a {
    position: relative;
    display: block;
    padding: 0.4em;
    font-size: 14px;
  }
  .m-hd .m-about li {
    float: left;
    margin-left: 5px;
    font-size: 14px;
  }
  .m-hd .am-btn {
    padding: 0.5em 0.4em;
  }

  .m-header-banner {
    height: 480px;
    padding-top: 220px;
    text-align: center;
  }
  .m-header-banner h2 {
    font-size: 30px;
    margin: 0;
  }
  .m-header-banner p {
    font-size: 20px;
    padding: 0;
    margin: 30px 0 15px 0;
  }

  .m-header-1 {
    height: 180px;
    padding-top: 145px;
    text-align: left;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .m-hd {
    height: 50px;
    padding: 0;
  }
  .m-hd .am-nav > li > a {
    position: relative;
    display: block;
    padding: 0.4em;
    font-size: 14px;
  }
  .m-hd .m-about {
    display: none;
  }
  .m-hd .m-about li {
    float: left;
    margin-left: 5px;
    font-size: 14px;
  }
  .m-hd .am-btn {
    padding: 0.5em 0.4em;
  }

  .m-header-banner {
    height: 380px;
    padding-top: 120px;
    text-align: center;
  }
  .m-header-banner h2 {
    font-size: 30px;
    margin: 0;
  }
  .m-header-banner p {
    font-size: 18px;
    padding: 0;
    margin: 20px 0 15px 0;
  }

  .m-header-1 {
    height: 120px;
    padding-top: 75px;
    text-align: left;
  }
}
@media screen and (max-width: 479px) {
  .m-hd {
    height: 50px;
    padding: 0;
  }

  .m-header-banner {
    height: 380px;
    padding-top: 120px;
    text-align: center;
  }
  .m-header-banner h2 {
    font-size: 30px;
    margin: 0;
  }
  .m-header-banner p {
    font-size: 14px;
    padding: 0;
    margin: 0;
  }

  .m-header-1 {
    height: 120px;
    padding-top: 75px;
    text-align: left;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .m-logo {
    background: url('../images/logo@2x.png?1444011698');
    -webkit-background-size: 125px 40px;
    background-size: 125px 40px;
    background-repeat: no-repeat;
  }
}
.am-btn-danger {
  background: #d22e3e;
  border: 1px solid #d22e3e;
}
.am-btn-danger:hover {
  background: #ba1f2e;
  border: 1px solid #ba1f2e;
}

.m-home-box {
  padding-bottom: 100px;
}
.m-home-box h2 {
	text-align:center;
	font-weight:400;
    margin: 70px 0 0 0;
}
.m-home-box p {
  margin: 0 0 30px 0;
  font-size: 18px;
  color: #737b8a;
  text-align:center;
}
.m-home-box ul h2 {
  padding: 0;
  margin: 0;
}

.m-mn-box {
  position: relative;
  background-color: #fff;
  margin-bottom: 60px;
}
.m-mn-box section h2 {
  margin: 0;
  padding: 0;
}
.m-mn-box section h3 {
  margin: 20px 0 10px 0;
  padding: 0;
}
.m-mn-box section p {
  margin-top: 0;
}

.m-container {
  margin: 0 0 60px 0;
}
.professional{
	padding:0em 0 4em ;
}
.professional h3 {
    font-size: 3em;
    text-transform: capitalize;
    color: #333033;
    font-family: 'ContrailOne-Regular';
    text-align: center;
}
.professional-grid1 h4 {
  	font-size: 1.5em;
    text-transform: capitalize;
    color: #000;
    font-family: 'ContrailOne-Regular';
}
.professional-grid1 p {
  font-size: 1em;
  padding: .5em 0;
  color: #999;
  line-height: 2em;
 }
.professional-grids {
  margin-top: 3em;
}
.professional-grid {
    float: left;
    width: 40%;
}
.professional-grid1 {
    float: left;
    width: 60%;
}
.professional {
    padding: 0em 0 3em;
}
.professional-grid {
    width: 100%;
}
.professional-grid img {
    margin: 0 auto;
}
.professional-grid1 {
    width: 100%;
	text-align:center;
}
.professional-grid1{
	margin-top:1em;
}
.professional {
    padding: 0em 0 2em;
}
/*--banner-bottom--*/
.banner-bottom{
	padding: 3em 0;
}
.welcome-info:nth-child(1) {
	padding-right: 2em;
}
h3 {
  font-size: 3em;
  font-weight: 900;
  text-align: center;
  margin-bottom: 1.5em;
  color: rgb(0, 161, 167);

}
.welcome-info h4 {
  font-size: 1.5em;
  font-weight: 600;
  color: #373636;
}
.welcome-info h5{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6em;
  margin: 1.3em 0;
  color: #00A1A7;
}
.welcome-info p{
  font-size: 14px;
  color: #00;
  line-height: 2em;
}
.welcome-pic img{
	width: 100%;
}
.features-grids{
	padding: 4em 0 2em 0;
}
.features-grids-left img{
	width: 100%;
}
.features-grids h4{
  margin: 0.8em 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5em;
  color: #00A1A7;
}
.features-grids-left p{
	margin: 0.8em 0 1em;
  font-size: 14px;
  color: #7f7f7f;
  line-height: 1.7em;
}
.welcome-pic {
  float: right;
  width: 50%;
  padding-right: 0 !important;
}
.welcome-pic img{
	width: 100%;
}
/*
 *首页幻灯片
*/
.am-slider-i2 .am-slider-images {

  height: 680px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.am-slider-i2 .am-slider-desc {
  position: absolute;
  left: 0;
  top: 40%;
  right: 0;
  color: #ffffff;
  text-align: center;
}
.am-slider-i2 .am-slider-content h1 {
  font-size: 3.5em;
  margin: 0;
  padding: 0;
  font-weight:400;
 
}
.am-slider-i2 .am-slider-content p {
  margin: 0;
  display: block;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 36px;
  font-weight:400;

}
.am-slider-i2 .am-slider-title {
  font-weight: normal;
  margin-bottom: 5px;
  display: block;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-slider-i2 .am-slider-en {
  font-size: 12px;
}
.am-slider-i2 .am-btn {
  margin-top: 20px;
  margin-right: 10px;
}
.am-slider-i2 .am-direction-nav, .am-slider-i2 .am-pauseplay {
  display: none;
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .am-slider-i2 .am-slider-images {
    height: 480px;
  }
  .am-slider-i2 .am-slider-desc {
    top: 40%;
  }
  .am-slider-i2 .am-direction-nav, .am-slider-i2 .am-pauseplay {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .am-slider-i2 .am-slider-images {
    height: 480px;
  }
  .am-slider-i2 .am-slider-desc {
    top: 200px;
  }
  .am-slider-i2 .am-slider-content h2 {
    font-size: 40px;
  }
  .am-slider-i2 .am-slider-content p {
    font-size: 24px;
  }
  .am-slider-i2 .am-btn {
    margin-top: 10px;
  }
  .am-slider-i2 .am-direction-nav, .am-slider-i2 .am-pauseplay {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .am-slider-i2 .am-slider-images {
    height: 280px;
  }
  .am-slider-i2 .am-slider-desc {
    text-align: center;
    top: 35%;
  }
  .am-slider-i2 .am-slider-content h2 {
    font-size: 20px;
  }
  .am-slider-i2 .am-slider-content p {
    font-size: 14px;
  }
  .am-slider-i2 .am-btn {
    margin-top: 10px;
  }
  .am-slider-i2 .am-direction-nav, .am-slider-i2 .am-pauseplay {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .am-slider-i2 .am-slider-images {
    height: 280px;
  }
  .am-slider-i2 .am-slider-desc {
    text-align: center;
    top: 110px;
  }
  .am-slider-i2 .am-slider-content h2 {
    font-size: 20px;
  }
  .am-slider-i2 .am-slider-content p {
    font-size: 14px;
  }
  .am-slider-i2 .am-btn {
    margin-top: 10px;
  }
  .am-slider-i2 .am-direction-nav, .am-slider-i2 .am-pauseplay {
    display: none;
  }
}
.m-case-list li {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.m-case-list li figure {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  background: #000;
  text-align: center;
  cursor: pointer;
}
.m-case-list li figure img {
  position: relative;
  display: block;
}
.m-case-list li figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-top: 120px;
}
.m-case-list li figure figcaption::before, .m-case-list li figure figcaption::after {
  pointer-events: none;
}
.m-case-list li figure figcaption, .m-case-list li figure a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-case-list li figure a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.m-case-list li figure h3 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.m-case-list li figure h3 span {
  font-weight: 800;
}
.m-case-list li figure h3, .m-case-list li figure p {
  margin: 0;
}
.m-case-list li figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

figure.effect-lily img {
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  background: url('../images/loading.gif?1440224064') 50% 50% no-repeat;
}
figure.effect-lily figcaption {
  top: auto;
  bottom: 0;
  text-align: left;
}
figure.effect-lily h3, figure.effect-lily p {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
figure.effect-lily h3 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
figure.effect-lily p {
  color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}
figure.effect-lily:hover img, figure.effect-lily:hover p {
  opacity: 1;
}
figure.effect-lily:hover img, figure.effect-lily:hover h3, figure.effect-lily:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #fff;
}
figure.effect-lily:hover img {
  opacity: .4;
}
figure.effect-lily:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

.m-cat-nav {
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 40px;
}
.m-cat-nav ul li {
  float: left;
  list-style-type: none;
  margin-right: 20px;
  padding-top: 20px;
}
.m-cat-nav ul li.am-active a {
  color: #dd514c;
}
.m-cat-nav p {
  font-size: 12px;
  margin-bottom: 60px;
}
#tf-team { padding: 60px 0; }
.item .hover-bg {
    position: relative;
    overflow: hidden;
	
}
.hover-bg .hover-text {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 25%;
    padding: 20px;
    color: #ffffff;
    transition: all 0.8s;
    -webkit-transition: all 08s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.hover-bg .hover-text.on { opacity: 1 }
.hover-bg .hover-text.off {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transform: translateX(100%) translateY(-90%);
    transform: translateX(100%) translateY(-90%);
    opacity: 1;
    background: rgba(0, 0, 0, 0.70);
}
.hover-bg:hover .hover-text.off {
    -webkit-transform: translateX(0%) translateY(-90%);
    transform: translateX(0%)  translateY(-90%);
    opacity: 1;
}
.owl-theme .owl-controls .owl-page span {
    width: 15px;
    height: 15px;
    margin: 5px;
    background: #bababa;
}
.box .hover-bg {
    position: relative;
    overflow: hidden;
}
.box .hover-bg .hover-text {
    height: 100%;
    bottom: 0;
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    background: transparent;
}
.box:hover .hover-bg .hover-text { background-color: rgba(1, 1, 1, 0.5) }
.box .hover-bg:hover .hover-text.off {
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%)  translateY(0%);
    opacity: 1;
}
#itemsWorkTwo .hover-bg .hover-text { padding: 30% 0 }
#itemsWorkTwo .box:hover .hover-bg .hover-text {
    background-color: rgba(255, 223, 125, 0.70);
    border: 10px solid rgba(185, 156, 72, 0.80);
}
#itemsWorkTwo .box .hover-bg .hover-text h5 small {
    text-transform: capitalize;
    color: #000000;
}
#itemsWorkTwo .box .hover-bg .hover-text h5 {
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    -webkit-transform: translateX(0%) translateY(400%);
    transform: translateX(0%)  translateY(400%);
    opacity: 0;
    transition: all 0.5s;
}
#itemsWorkTwo .box:hover .hover-bg .hover-text.off h5 {
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%)  translateY(0%);
    opacity: 1;
}
.box .hover-text i.fa {
    font-size: 20px;
    background: #e5b112;
    padding: 13px;
    position: relative;
    top: 40%;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    transition: all 0.5s;
}
.box .hover-text i.fa:hover { background: #333333 }
.box .hover-text i.fa.fa-expand {
    border-top-right-radius: 0;
    -webkit-transform: translateX(-400%) translateY(0%);
    transform: translateX(-400%)  translateY(0%);
    opacity: 0;
    transition: all 0.5s;
}
.box:hover .hover-text i.fa.fa-expand {
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%)  translateY(0%);
    opacity: 1;
}
.box .hover-text i.fa.fa-chain {
    border-top-left-radius: 0;
    -webkit-transform: translateX(400%) translateY(0%);
    transform: translateX(400%)  translateY(0%);
    opacity: 0;
    transition: all 0.5s;
}
.box:hover .hover-text i.fa.fa-chain {
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%)  translateY(0%);
    opacity: 1;
}
#itemsWorkTwo .box .hover-text i.fa {
    font-size: 20px;
    background: transparent;
    padding: 13px;
    position: relative;
    top: 40%;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    transition: all 0.5s;
    border: 1px solid #ffffff;
}
#itemsWorkTwo .box .hover-text i.fa:hover { background: #333333 }
h4.text-uppercase {
    font-weight: 300;
    color: #FFCC33;
}
ul.list-inline.bullet-lists li a { color: inherit }
ul.list-inline.bullet-lists li {
    background: #F8F8F8;
    padding: 5px 10px;
    margin-bottom: 5px;
    margin-right: 2px;
    border: 1px solid #F4F4F4;
    border-radius: 3px;
    transition: all 0.3s;
}
ul.list-inline.bullet-lists li:hover { background: #FFCC33 }
.pin {
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: #89849b;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: 330px 0 0 -1px;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  -ms-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}
.pin:after {
  content: '';
  width: 14px;
  height: 14px;
  margin: 8px 0 0 8px;
  background: #2f2f2f;
  position: absolute;
  border-radius: 50%;
}
.pulse {
  background: rgba(0,0,0,0.2);
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;

   -webkit-transform: rotate(55deg);
  -moz-transform: rotate(55deg);
  -o-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  transform: rotate(55deg);
  left: 50%;
  top: 50%;
  margin: 338px 0 0 7px;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  -ms-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}
.pulse:after {
  content: "";
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -13px 0 0 -13px;
  -webkit-animation: pulsate 1s ease-out;
  -moz-animation: pulsate 1s ease-out;
  -o-animation: pulsate 1s ease-out;
  -ms-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 0 1px 2px #009;
  box-shadow: 0 0 1px 2px #009;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-o-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}

/* Single Blog Post */
.blog-post .post-wrap img,
.work-detail img.featured { margin: 20px 0 }
ul.meta-tags li a { font-style: italic }
ul.meta-tags li:after { content: ',' }
ul.meta-tags li:last-child:after { content: ' ' }
.profile-img .social {
    position: absolute;
    z-index: 1;
    bottom: -10px;
    left: 50px;
}
ul.social li a.fa {
    background: #FFCC32;
    width: 50px;
    height: 50px;
    padding: 15px;
    text-align: center;
    margin-right: -5px;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 0;
}
ul.social li a.fa:hover { background-color: #333333 }
ul.social li a i {
    font-size: 18px;
    background: transparent;
    width: 32px;
    height: 32px;
    padding: 7px 0;
    text-align: center;
    border-radius: 50%;
    border-top-left-radius: 0;
    border: 1px solid transparent;
    color: #ffffff;
    transition: all 0.5s;
}
ul.social li a i:hover { border-color: #ffffff }
/* 联系我们 */
.m-contact {
  padding: 30px 0 50px 0;
  color: #000;
}
.m-contact h2{
	font-size:38px;
	font-weight:400;
	margin-top:auto
}
.m-contact p {
  color: #000;
}

.m-contact-us {
  padding: 40px 0;
}
.m-contact-us span {
  padding-top: 10px;
}
.m-contact-us .am-btn {
  width: 100%;
}

.m-contact-infobox {
  border: 1px solid #D8D8D8;
  background: #fff;
  border-radius: 5px;
  padding: 40px 0;
  text-align: center;
}
.m-contact-infobox:hover {
  border: 1px solid #0d121b;
  background: #1a1f2a;
  color: #fff;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .m-contact-us {
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .m-contact-us {
    text-align: center;
  }
}
/* 图片模块 */
.m-images-container {
  margin-top: -30px;
  border-radius: 3px;
}
.m-images-container section {
  padding: 30px;
}
.m-images-container section p {
  margin-bottom: 2rem;
}

.m-images-show {
  height: 400px;
  padding-top: 150px;
  background: #1a1f2a;
}
.m-images-show hgroup h1 {
  font-size: 58px;
  line-height: 68px;
  font-weight: normal;
  margin-bottom: 30px;
}
.m-images-show hgroup p {
  width: 100%;
  font-size: 26px;
  margin: 0;
}
.m-images-show hgroup ul {
  margin: 0;
  font-size: 14px;
  display: inline-block;
}
.m-images-show hgroup ul li {
  float: left;
  margin-right: 5px;
  padding-bottom: 30px;
}
.m-images-show .am-animation-fade {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .m-images-show {
    height: 400px;
    padding-top: 15 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .m-images-show {
    height: 300px;
    padding-top: 130px;
  }
  .m-images-show hgroup h1 {
    font-size: 48px;
    line-height: 48px;
  }
  .m-images-show hgroup p {
    width: 100%;
    font-size: 16px;
    margin: 0;
  }
  .m-images-show hgroup ul {
    margin: 0;
    font-size: 12px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .m-images-show {
    height: 300px;
    padding-top: 110px;
  }
  .m-images-show hgroup h1 {
    font-size: 28px;
    line-height: 28px;
  }
  .m-images-show hgroup p {
    width: 100%;
    font-size: 14px;
    margin: 0;
  }
  .m-images-show hgroup ul {
    margin: 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .m-images-show {
    height: 200px;
    padding-top: 70px;
    text-align: center;
  }
  .m-images-show hgroup h1 {
    font-size: 28px;
    line-height: 28px;
  }
  .m-images-show hgroup p {
    width: 100%;
    font-size: 14px;
    margin: 0;
  }
  .m-images-show hgroup ul {
    margin: 0;
    font-size: 12px;
  }
}

#fh5co-main {
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  #fh5co-main {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-main {
    width: 100%;
  }
}
#fh5co-main .fh5co-narrow-content {
  position: relative;
  width: 93%;
  margin: 0 auto;
  padding: 4em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #fh5co-main .fh5co-narrow-content {
    width: 100%;
    padding: 4em 1em;
  }
}
.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 1em;
  }
}
/* 文章模块 */
.m-news article {
  margin-bottom: 80px;
  position: relative;
}
.m-news h3 {
  font-size: 28px;
}

.m-news-date {
  font-family: arial;
  color: #000;
  border-right: 1px solid #e9e9e9;
}
.m-news-date span {
  display: block;
  font-size: 40px;
  color: #333;
}

.m-news-data {
  padding-bottom: 30px;
}
.m-news-data span {
  color: #aaa;
  margin-right: 20px;
}

.m-news-desc {
  color: #2b3242;
  height: 100px;
  overflow: hidden;
}

.m-news-container {
  margin-top: 60px;
  margin-bottom: 60px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
}
.m-news-container header {
  background: #1a1f2a;
  border-radius: 3px 3px 0 0;
  color: #fff;
  padding: 20px;
}
.m-news-container header a {
  color: #fff;
}
.m-news-container header span {
  margin-right: 10px;
}
.m-news-container section {
  padding: 40px 20px 20px;
}
.m-news-container section .com a {
  color: #dd514c;
}

/* 服务内容 */
.m-services {
  background: #1a1f2a;
  padding: 10px 0 40px 0;
  color: #fff;

  text-align:center;
}

.m-service-container {
  margin: 0 0 60px 0;
}
.m-service-container .am-pagination {
  margin-top: 20px;
}
.m-service-container .am-pagination .am-active a {
  background: #DD514E;
  border-color: #dd514c;
}

.m-service-list li {
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #fff;
}
.m-service-list li:hover {
  background: #d22e3e;
  border: 1px solid #d22e3e;
  border-left: 10px solid #ba1f2e;
  color: #fff;
  margin-bottom: 30px;
}

.m-service-list-icon {
  font-size: 50px;
  text-align: center;
}


/*返回顶部*/
.m-top-cbbfixed {
  position: fixed;
  right: 10px;
  transition: bottom ease .3s;
  bottom: -85px;
  z-index: 3;
  cursor: pointer;
}

.m-top-cbbtn {
  width: 40px;
  height: 40px;
  display: block;
  background-color: #d22e3e;
}

.m-top-go {
  transition: background-color ease .3s;
  margin-top: 1px;
}
.m-top-go:hover {
  background-color: #ba1f2e;
}

.m-top-goicon {
  float: left;
  margin: 14px 0 0 9px;
  width: 23px;
  height: 12px;
  background: url('../images/side-icon02.png?1406598120');
}

.m-top-weixin {
  background: #333;
}
.m-top-weixin div {
  background: url('../images/weixin.png?1440917261');
  width: 194px;
  height: 199px;
  position: absolute;
  left: -194px;
  top: -115px;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin: 100% 70%;
  -webkit-transform-origin: 100% 70%;
  transition: transform ease .3s, opacity ease .3s;
  -webkit-transition: all ease .3s;
  display: none\0;
  *display: none;
}
.m-top-weixin:hover div {
  display: block;
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
  *display: block;
}

.m-top-weixin-icon {
  float: left;
  margin: 12px 0 0 11px;
  width: 18px;
  height: 18px;
  background: url('../images/side-icon01.png?1406598156');
}

/* 网站底部 */
.m-footer {
  background: #1a1f2a;
  padding: 60px 0 0 0;
  color: #555d6d;
  font-size: 14px;
}
.m-footer a {
  color: #555d6d;
}
.m-footer a:hover {
  color: #d22e3e;
}
.m-footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.m-footer section h2 {
  font-size: 16px;
  margin-bottom: 20px;
}
.m-footer i {
  margin-left: 10px;
}

.m-footer-container,
.m-footer-flink {
  padding-bottom: 60px;
}

.m-footer-subnav a,
.m-footer-flink a {
  margin-right: 10px;
}

.m-footer-bottom {
  font-weight:500;
  font-size: 18px;
  
}
.m-footer-bottom span{
	color:#FFF;
}

.contact{padding: 100px 0;color: #aaa;}
.contact .btn{width: 100%;}
#map{height: 400px;}


.dg-container{
	width: 100%;
	height: 400px;
	position: relative;
	background: url(../images/h-bg.png);
}
.dg-wrapper{
	width: 481px;
	height: 360px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.dg-wrapper a{
	width: 482px;
	height: 360px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent url('../images/browser.png') no-repeat top left;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}
.dg-wrapper a.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dg-wrapper a img{
	display: block;
}
.dg-wrapper a div{
	font-style: italic;
	text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #333;
	font-size: 16px;
	width: 100%;
	bottom: -55px;
	display: none;
	position: absolute;
}
.dg-wrapper a.dg-center div{
	display: block;
}
.dg-container nav{
	width: 58px;
	position: absolute;
	z-index: 1000;
	bottom: 40px;
	left: 50%;
	margin-left: -29px;
}

.feature_sec{
	padding-bottom:3em;
}
.feature_head span{
	background:#fff;
	display:block;
	height:1px;
	width:15%;
	text-align:center
	margin-top:1em;
}
.biseller-column a img{
	margin-bottom:1em;
	width:100%;
}
.biseller-column h4{
	display:inline-block;
	font-family: 'Ubuntu-Medium';
	  font-size: 1.2em;
}
.biseller-column p {
  font-size:0.87em;
  line-height: 1.9em;
  color: #7B7B7B;
  margin-top:0.5em;
}
a.more{
  color: #fff;
  font-size: 0.95em;
  font-weight: 400;
  background: #F66C53;
  text-decoration: none;
  padding: 0.5em 1.5em;
  margin-top: 1em;
  display: inline-block;
}

.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {

	overflow: hidden;
	margin:2em auto 0 auto;
}
.nbs-flexisel-item {
	float: left;
  width: 265px!important;
  padding: 0px;
  position: relative;
  margin: 0 10px;
  text-align: left;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
	margin-top:10px;
	margin-bottom: 10px;
	max-width:250px;
	max-height:500px;
}
.grid-flex{
	margin:10px 0 20px 0;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	positon: relative;
}
.biseller-info {
	margin:1em 0 0 0; 
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}



.About_sec .Center { max-width: 1100px; margin: auto; overflow: hidden; text-align: center; }
	.About_sec h2 { font-size: 38px; color: #000; font-weight: 400; margin: 0px; text-transform: uppercase; line-height: 60px; margin-top:70px; margin-bottom:-50px; letter-spacing: -0.4px; }
	.About_sec p { padding: 24px 0px 35px 0px; font-size: 16px; color: #979797; margin: 0px; line-height: 25px; font-weight: 400; }
	.About_sec .Line { border: solid 1px #ff9408; height: 2px; width: 252px; margin: auto; }
	.About_sec .Tabside { padding: 90px 0px; width: 100%;}
	.About_sec .Tabside ul { list-style: none; margin: 0px; padding-bottom: 59px; }
	.About_sec .Tabside li { float: none; padding: 0px; margin: 0px -2px; display: inline-block;}
	.About_sec .Tabside li a { padding: 14px 40px 13px 40px; font-size: 18px; color: #989898; font-family: 'Open Sans', sans-serif; font-weight: 400; text-decoration: none; text-transform: uppercase; border: solid 1px #d5d5d5; display: block; transition: all 0.3s ease; }
	.About_sec .Tabside li a:hover, .About_sec .Tabside li a.activeLink { border: solid 1px #ff9408; background: #ff9408; color: #fff;}
	.About_sec .Tabside .TabImage { width: 43.63%; float: left; position: relative; }
	.About_sec .Tabside .TabImage .img1 { position: absolute; top: 0px; left: 42px; height: 260px; background: url(../img/about-shadow.png) no-repeat; background-position: 25px 223px; }
	.About_sec .Tabside .TabImage .img1 img { padding: 5px; border: solid 1px #ececec; background: #fff;  }
	.About_sec .Tabside .TabImage .img2 { position: absolute; top: 0px; left: 2px; height: 260px; background: url(../img/about-shadow.png) bottom center no-repeat; background-position: 0px 223px; }
	.About_sec .Tabside .TabImage .img2 img { padding: 5px; border: solid 1px #ececec; background: #fff;  }
	.About_sec .Tabside .Description { width: 54.3%; float: right; text-align: left; margin-top: -6px;}
	.About_sec .Tabside .Description h3 { font-size: 24px; color: #000; margin: 0px; text-transform: uppercase; line-height: 29px; }
	.About_sec .Tabside .Description h3 span { padding-left: 3px; font-size: 14px; color: #ff9000; display: block; }
	.About_sec .Tabside .Description p { padding: 0px 0px 4px 0px; font-size: 14px; color: #979797; margin: 0px; line-height: 25px; }
	.About_sec .Tabside .Description p .cyan { font-size: 16px; color: #08c2ff; }
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 52%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 55px;
	background: transparent url("../images/themes.png") no-repeat left top;
	margin-top: -65px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
#slider3-pager a,#slider2-pager a {
  display: inline-block;
}
#slider3-pager span,#slider2-pager span{
  float: left;
}
#slider3-pager span,#slider2-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a,#slider2-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li,#slider2-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  width:100%;
}
.callbacks_tabs{
  list-style: none;
  position: absolute;
  top: 105%;
  z-index: 999;
  left: 90%;
  padding: 0;
  margin: 0;
}
.callbacks_tabs li{
	display: inline-block;
	margin: 0 .5em;
}
@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height:12px;
  width:12px;
  display:inline-block;
  border:2px solid #FFF;
}
.callbacks_here a:after{
	border: 2px solid #FFFFFF;
	background: #FFF;
}
/*----*/
.welcome{
	padding:3em 0;
}
.welcome_info{
	padding-left:0;
}
.welcome_info h3,.auto_sec h3,.feature_head h3{
	font-size:2em;
	color:#333;
	
}
.welcome_info span{
	background:#333;
	display:block;
	height:2px;
	width:18%;
	margin-top:1em;
}
.welcome_info h4{
	font-size:1.2em;
	color:#333;
	font-weight:500;
	margin:2em 0;
	font-family: 'Ubuntu-Medium';
}
.welcome_info p{
	font-size:0.87em;
	line-height:1.9em;
	margin-top:1em;
	color:#7B7B7B;
}
.welcome_info a{
	 color:#fff;
	 font-size:1em;
	 font-weight:400;
	 background: #F66C53;
  text-decoration: none;
  padding:0.8em 2em;
  margin-top:2em;
  display:inline-block;
}
.welcome_pic{
	padding:0 0 0 3em;
}
.welcome_pic h2{
	 color:#333;
	 font-size:2em;
	font-family: 'Ubuntu-Medium';
}
.welcome_pic img{
	margin:2em 0 1em 0;
}
.welcome_pic h3{
	color:#333;
	font-size:1.2em;
	font-weight:500;
	margin-bottom:1em;
	font-family: 'Ubuntu-Medium';
}
.welcome_pic p{
	font-size:0.87em;
	line-height:1.9em;
	color:#7B7B7B;
}
/*----*/
.auto_sec{
	 padding:0em 0 3em 0;
}
.auto_sec span{
	background:#333;
	display:block;
	height:2px;
	width:10%;
	margin-top:1em;
}
.auto_sec_left{
	padding-left:0;
}
.auto_sec_grids{
	margin-top:2em;
}
.auto_sec_left h4 {
  color: #5C5C5B;
  font-size: 1.1em;
  margin-bottom: 0.5em;
  font-weight: 600;  
}
.auto_sec_left h5 a{
	color:#505050;
  font-size: 1.3em;
  margin: 0.5em 0;
  font-weight: 500;
  display:inline-block;
  font-family: 'Ubuntu-Medium';
  text-decoration:none;
}
.auto_sec_right{
	background:url(../images/pic3.jpg) no-repeat 0px 0px;
	background-size:cover;
	min-height:302px;
}
.auto_sec_left p {
  font-size:0.87em;
  line-height: 1.9em;
  color: #7B7B7B;
}
.auto_sec_right p a{
	color: #fff;
  font-weight: 500;
  background: url(../images/arw.png) no-repeat 307px 1px;
  font-size: 1.5em;
  margin-top: 10em;
  display: block;
  text-decoration:none;
  font-family: 'Ubuntu-Medium';
}
/*--slider2--*/
.slider {
  background: url(../images/audi.jpg) no-repeat 0px -156px;
  min-height: 380px;
  background-size: cover;
  padding: 7em 0;
  margin-bottom:3em;
}
.btm_sld{
	position:relative;
}
ul.callbacks2_tabs {
position: absolute;
top: 70%;
z-index: 999;
left: 46%;
}
ul.callbacks2_tabs a {
  visibility: hidden;
}
ul.callbacks2_tabs li{
	display:inline-block;
}
#slider2 li p{
	color:#fff;
	font-size:2.2em;
	text-align:center;
	font-weight:300;
}
/*----------*/
.feature_sec{
	padding-bottom:3em;
}
.feature_head span{
	background:#333;
	display:block;
	height:2px;
	width:10%;
	margin-top:1em;
}
.biseller-column a img{
	margin-bottom:1em;
	width:100%;
}
.biseller-column h4{
	display:inline-block;
	font-family: 'Ubuntu-Medium';
	  font-size: 1.2em;
}
.biseller-column p {
  font-size:0.87em;
  line-height: 1.9em;
  color: #7B7B7B;
  margin-top:0.5em;
}
a.more{
  color: #fff;
  font-size: 0.95em;
  font-weight: 400;
  background: #F66C53;
  text-decoration: none;
  padding: 0.5em 1.5em;
  margin-top: 1em;
  display: inline-block;
}
 #flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin:2em auto 0 auto;
}
.nbs-flexisel-item {
	float: left;
  width: 265px!important;
  padding: 0px;
  position: relative;
  margin: 0 10px;
  text-align: left;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
	margin-top:10px;
	margin-bottom: 10px;
	max-width:250px;
	max-height:500px;
}
.grid-flex{
	margin:10px 0 20px 0;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	positon: relative;
}
.biseller-info {
	margin:1em 0 0 0; 
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:37px;
	height:70px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	margin-top: 0em;
	top: 60px!important;
}
.nbs-flexisel-nav-left {
  right: -5%;
  background: url(../images/slid.png) no-repeat -38px -0px;
}
.nbs-flexisel-nav-right {
left: -5%;
  background: url(../images/slid.png) no-repeat 1px -0px;
}
/*--style-2--*/
.footer2{
	background:#393939;
	padding-bottom: 3.25em;
}
.ftr2-grid1{
	padding:3em 0;
}
.ftr6-grid3{
	padding: 3em 2em 4em;
}
.ftr2-grid1 h3{
	color:#fff;
	font-size:1.3em;
	font-weight:300;
	font-family: 'Ubuntu-Medium';
}
.ftr2-grid1 ul {
	margin:1.5em 0 0em 0;
}
.ftr2-grid1 ul li{
	display:block;
}
.ftr2-grid1 ul li a{
	display:block;
	padding:5px 0;
	color:#a4a4a4;
	font-size:0.95em;
	font-weight:300;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
}
.ftr2-grid1 ul li a:hover{
	color:#fff;
}
.ftr2-grid1 form h4{
	font-size:1.25em;
	font-weight:500;
	margin-bottom:0.5em;
	color:#fff;
}
.ftr2-grid1 form input[type="text"]{
	width: 54%;
	padding:8px 8px;
	font-size: 1em;
	margin-bottom: 5px;
	color: #393939;
	outline:none;
	font-weight: 600;
	background:#fff;
	 border-top: 2px solid #d5d5d5;
	  border-left: 2px solid #d5d5d5;
}
.ftr2-grid1 form input[type="submit"] {
  width:20%;
  font-size: 1em;
  font-weight: 600;
  color: #fff;
  outline: none;
  padding: 6.5px 8px;
  background: #d35400;
  border: 2px solid #d35400;
  margin-top: 0.5em;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.ftr2-grid1 form input[type="submit"]:hover{
	background:transparent;
	border:2px solid #d35400;
}
.ftr2-grid2{
	background: #eee;
  padding: 3em 2em 4em;
}
.ftr2-grid2 h3{
	color:#505050;
	 font-size: 1.3em;
	 font-family: 'Ubuntu-Medium';
	margin-bottom: 1em;
}
.ftr2-grid{
	background:url(../images/twt2.png) no-repeat 0px 9px;
	padding:0 0 0 50px;
}
.ftr2-grid:nth-child(3){
	margin:1em 0;
}
.ftr2-grid p{
	font-size: 0.95em;
  line-height: 1.6em;
  color: #7B7B7B;
  margin: 1em 0 0.5em 0;
  font-family: 'Open Sans', sans-serif;
}
.ftr2-grid a {
  color: #505050;
  text-decoration: none;
  font-size: 0.9em;
  display: inline-block;
  font-weight: 700;
  font-family: 'Ubuntu-Medium';
}
.ftr2-grid a:hover{
	color:#F66C53;
}
.ftr2-grid3{
	padding:5% 2.5%;
}
.ftr2-grid3 h3{
	color:#fff;
	font-size:1.3em;
	font-weight:400;
	margin-bottom: 1.5em;
}
.ftr2-grid3 form input[type="text"]{
	width: 100%;
	padding: 14px 3px 3px 3px;
	border:none;
	border-bottom: 1px solid #8d8d81;
	font-size: 1.25em;
	margin-bottom: 5px;
	color: #fff;
	outline:none;
	font-weight: 400;
	background:transparent;
}
.ftr2-grid3 form input.message{
	margin-top:40%;
}
.ftr2-grid3 form input[type="submit"] {
  font-size: 1.3em;
  font-weight: 400;
  color: #fff;
  outline: none;
  padding: 0.85em 3em;
  background: #d25400;
  border:1px solid #d25400;
  margin-top: 1em;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.ftr2-grid3 form input[type="submit"]:hover{
	background:transparent;
	border: 1px solid #8d8d81;
}
.ftr2-bottom {
  background: #F66C53;
  width:100%;
  padding:1em 0;
  text-align:center;
}
.ftr2-bottom p {
  color: #fff;
  font-size: 0.9em;
  text-align:center;
}
.ftr2-bottom p a{
color:#fff;
}
.ftr6-grid3 h3 {
  color: #fff;
  font-size: 1.3em;
  font-family: 'Ubuntu-Medium';
}
.ftr6-grid3 form {
	margin-top:2em;
}
.ftr6-grid3 form input[type="text"] {
  width: 67%;
  padding: 7px 12px;
  border: 1px solid #fff;
  font-size: 0.9em;
  margin-right:3%;
  color:#a4a4a4;
  outline: none;
  background:none;
  border-radius: 3px;
}
.ftr6-grid3 form input[type="submit"] {
  width: 28%;
  font-size: 0.9em;
  color: #fff;
  outline: none;
  padding: 7px 12px;
  background: #F66C53;
  border: 1px solid #F66C53;
  transition: 0.5s all;
  border-radius: 2px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.ftr6-grid3 form input[type="submit"]:hover{
	border:1px solid #F66C53;
	background: transparent;
	color: #fff;
}
.ftr6-grid3 p{
	margin-top:1.3em;
	color:#a4a4a4;
	font-size:0.95em;
	line-height:1.5em;
}
.social{
	margin-top:2em;
}
.social i {
  width: 27px;
  height: 27px;
  background: url('../images/social2.png') no-repeat 0px 0px;
  display: inline-block;
  margin: 0 4px;
}
.social ul li {
  display: inline-block;
}
a i.facebook {
  background-position: -3px -2px;
}
a i.facebook:hover {
  background-position: -3px -36px;
}
a i.twitter {
  background-position: -43px -3px;
}
a i.twitter:hover {
  background-position: -43px -36px;
}
a i.dribble {
  background-position: -83px -3px;
}
a i.dribble:hover {
  background-position: -83px -36px;
}
a i.google {
  background-position: -126px -2px;
}
a i.google:hover {
  background-position: -126px -36px;
}
/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
    text-decoration: none;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*--ABOUT--*/
.banner2{
	  background: url(../images/bg3.jpg) no-repeat 0px -192px;
  background-size: cover;
  min-height: 300px;
}
.about{
	padding:3em 0;
}
.about h2,.services h2,.gallery-top h2,.contact-top h2,h3.type{
	color: #F66C54;
  text-align: center;
  font-size: 2.5em;
  font-weight: 600;
}
.about-pic{
	padding:0 2em 0 0em;
}
.about-grids{
	margin:2em 0 4em 0;
}
.about-info h3{
	font-size: 1.2em;
  color: #333;
  font-weight: 500;
  font-family: 'Ubuntu-Medium';
}
.about-info p{
	font-size: 0.87em;
  line-height: 1.9em;
  margin-top: 1em;
  color: #7B7B7B;
}
.about-info a {
  color: #fff;
  font-size: 0.9em;
  font-weight: 400;
  background: #F66C53;
  text-decoration: none;
  padding: 0.6em 2em;
  margin-top: 1.4em;
  display: inline-block;
}
.abt-sec{
	padding-right:35px;
	padding-left:0;
}
.number {
	float: left;
	background: #F66C53;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	height: 45px;
	width: 45px;
}
.number figure {
  text-align: center;
}
.number figure span {
  font-size: 1.2em;
	line-height: 25px;
	color: #FFF;
	display: block;
	margin-top: 8px;
	font-weight: bold;
}
.heading {
  float: left;
  padding-left: 5%;
  width: 75%;
  padding-top: 5px;
}
.heading h4 {
  font-size: 1.2em;
  color: #333;
  font-weight: 500;
 font-family: 'Ubuntu-Medium';
  margin-top: 7px;
}
.heading-desc p {
  font-size: 0.85em;
  color: #787878;
  line-height: 1.9em;
  padding: 5px 0;
}
.button {
  font-size: 0.85em;
  margin-top: 5px;
  padding: 10px 15px;  
  display: inline-block;
  background:#F66C53;
  color: #FFF;  
  outline: 0;  
}
.button :hover{
	text-decoration: none;
}
.works{
margin-top:4em;
}
.works h3 {
color: #EB523D;
margin-bottom: 1em;
font-size: 2em;
text-align:center;
}

.grid_4 {
	width: 22%;
	float: left;
	margin: 0 3% 0% 0;
}
.text1 p {
color: #9A9598;
line-height: 1.9em;
font-size: 0.9em;
}
.text1 img {
	width: 100%;
}
.text1 h4{
	  font-size: 1.2em;
  color: #333;
  font-weight: 500;
  font-family: 'Ubuntu-Medium';
  margin:0.5em 0;
}
/*--services--*/
.services{
	padding: 3em 0;
}
.service_sec {
  width: 46.2%;
  padding: 1.5% 1.5% 0% 0;
}
.sec_group {
  margin-top: 3em;
}
.listimg_2_of_1 {
  width: 13%;
}
.listimg {
  display: block;
  float: left;
}
.list_2_of_1 {
  width: 83%;
}
.list_2_of_1 {
  display: block;
  float: left;
  margin: 0% 0 0% 4%;
}
.list_2_of_1 h3 {
 font-size: 1.2em;
  color: #333;
  font-weight: 500;
 font-family: 'Ubuntu-Medium';
  margin-bottom:0.7em;
}
.list_2_of_1 p {
  font-size: 0.85em;
  color: #787878;
  line-height: 1.9em;
  padding: 0;
}
.list_2_of_1 a{
  font-size: 0.85em;
  margin-top: 1em;
  padding: 10px 15px;
  display: inline-block;
  background: #f66c53;
  color: #FFF;
  text-decoration: none;
  outline: 0;  
}

/*--contact-Part-starts-Here --*/
.contact{
		padding:3em 0px;
}
.contact-top{
	text-align:center;
}
.contact-bottom{
	margin-top:4%;
}
.contact-bottom iframe{
	width:100%;
	height:400px;
}
.contact-text{
	margin-top:4%;
}
.contact-left input[type="text"] {
	width: 32.51%;
	margin: 0px;
	color: #333;
	background: none;
	padding: 15px 10px;
	outline: none;
	border: 1px solid #333;
}
.contact-left textarea {
	width: 100%;
	color: #333;
	resize: none;
	background: none;
	height: 12.7em;
	padding: 15px;
	outline: none;
	border: 1px solid #333;
	margin-top: 1.4%;
}
.submit-btn input[type=submit] {
	color: #fff;
	padding: 9px 42px;
	font-size: 15px;
	cursor: pointer;
	font-weight: 500;
	margin: 20px 0 0 0px;
	border: 3px solid #F66C54;
	background:#F66C54;
	outline: none;
}
.submit-btn input[type=submit]:hover,.reply input[type="submit"]:hover {
	background:transparent;
	color:#F66C54;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.address h5{
	color:#F66C54;
	font-size:1.2em;
	font-weight:700;
}
.contact-left input[type="text"]:nth-child(2) {
	margin: 0 6px;
}
.address p{
	color: #999;
	font-size: 0.85em;
	line-height: 1.6em;
	margin-top: 1em;
}
.address p span{
	display:block;
}
.address p a{
	color: #999;
}
.address:nth-child(1){
	margin-bottom:2em;
}
/*--gallery-Part-starts-Here --*/
.gallery{
	padding:3em 0px;
}
.gallery-top{
	text-align:center;
}
/*--gallery-Part-Ends-Here --*/
/*--trypography--*/
.typrography {
  padding: 3em 0;
}
.grid_44{
	padding: 1em 0em 1em 2em;
}  
.grid_5{
  padding: 1em 3em 3em 3em;
  margin-top: 2em;
}
.grid_5 a {
  text-decoration: none;
}
.grid_3 h3{
	margin-bottom:1em;
}
.table {
  font-size: 1.2em;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: 0.8em;
  color: #999;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
    display: inline-block;
}
h4.typ1{
	margin-bottom:15px;
}
h5.typ1{
	margin-bottom:15px;
}
.progress {
  height: 8px;
  box-shadow: none;
}
h1.btns,h2.btns{
	margin-bottom:15px;
}
code {
  font-size: 1.2em !important;
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #eeeeee;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #03a9f4;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-bar {
  box-shadow: none;
}
.progress-bar-primary {
  background-color: #03a9f4;
}
.progress-bar-info {
  background-color: #00bcd4;
}
.progress-bar-success {
  background-color: #8bc34a;
}
.progress-bar-warning {
  background-color: #ffc107;
}
.progress-bar-danger {
  background-color: #e51c23;
}
.progress-bar-inverse {
  background-color: #757575;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color:#5bb2fc; !important;
  border-color:#5bb2fc; !important;
}
.grid_3 p {
  color: #999;
  font-size: .95em;
  margin-bottom: 1em;
  font-weight: 300;
}
.breadcrumb li{
	font-size: .95em;	
}
.breadcrumb li a{
	  color:#F66C53;
}
.breadcrumb li a:hover{
	 text-decoration:none;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.nav-tabs {
  margin-bottom: 1em;
}
.alert {
  font-size: 0.85em;
}
/*--common style--*/
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	list-style: none;
	text-align: center;
}
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 547px;
  max-height: 1000px;
  width: 41%;
  height: auto;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}
.grid figure h2 span {
	font-weight:500;
	color:#fff;
}
.grid figure h2,
.grid figure p {
	margin: 0;
}
/***** Hera *****/
/*-----------------*/

figure.effect-hera {
	background: #303fa9;
}

figure.effect-hera h2 {
	font-size: 158.75%;
}

figure.effect-hera h2,
figure.effect-hera p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}

figure.effect-hera figcaption::before {
	position: absolute;
	  top: 49%;
	  left: 49%;
	  width: 160px;
	  height: 160px;
	border: 2px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}

figure.effect-hera p {
	width: 100px;
	text-transform: none;
	font-size: 121%;
	line-height: 2;
}

figure.effect-hera p a {
	color: #fff;
}

figure.effect-hera p a:hover,
figure.effect-hera p a:focus {
	opacity: 0.6;
}

figure.effect-hera p a i {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-hera p a:first-child i {
	-webkit-transform: translate3d(-60px,-60px,0);
	transform: translate3d(-60px,-60px,0);
}

figure.effect-hera p a:nth-child(2) i {
	-webkit-transform: translate3d(60px,-60px,0);
	transform: translate3d(60px,-60px,0);
}

figure.effect-hera p a:nth-child(3) i {
	-webkit-transform: translate3d(-60px,60px,0);
	transform: translate3d(-60px,60px,0);
}

figure.effect-hera p a:nth-child(4) i {
	-webkit-transform: translate3d(60px,60px,0);
	transform: translate3d(60px,60px,0);
}

figure.effect-hera:hover figcaption::before {
	opacity: 1;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
}

figure.effect-hera:hover h2 {
	opacity: 0;
	-webkit-transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
	transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
}

figure.effect-hera:hover p i:empty {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0); /* just because it's stronger than nth-child */
	opacity: 1;
}
/*--responsive--*/
@media (max-width: 1024px){
.banner {
  background: url(../images/bg3.jpg) no-repeat -205px -133px;
  min-height: 570px;
}
.banner-info h3 {
  font-size: 2.4em;
}
.banner-info {
  margin: 4em 0 0 auto;
  width: 73%;
}
.callbacks_tabs {
  left: 88%;
}
.welcome_info h4 {
  font-size: 1em;
}
.welcome_info p {
  font-size: 0.8em;
}
.welcome_pic h3 {
  font-size: 1em;
}
.welcome_pic img {
  margin: 1em 0 1em 0;
}
.welcome_info a {
  font-size: 0.9em;
}
.auto_sec_right {
  min-height: 248px;
}
.auto_sec_right p a {
  font-size: 1.3em;
  margin-top: 10em;
  background: url(../images/arw.png) no-repeat 249px 1px;
}
.auto_sec_left h5 a {
  font-size: 1.1em;
}
.auto_sec_left p {
  font-size: 0.8em;
}
#slider2 li p {
  font-size: 1.6em;;
}
.slider {
  min-height: 235px;
  padding: 5em 0;
}
.welcome_pic p {
  font-size: 0.8em;
}
.ftr2-grid1 ul li a {
  font-size: 0.8em;
}
.nbs-flexisel-item {
  float: left;
  width: 216px!important;
}
.nbs-flexisel-nav-right {
  right: 3%;
}
.ftr6-grid3 form input[type="text"] {
  width: 100%;
  margin-bottom: 1em;
}
.ftr6-grid3 form input[type="submit"] {
  width: 37%;
}
.biseller-column p {
  font-size: 0.8em;
}
.banner2 {
  background:url(../images/bg3.jpg) no-repeat 0px -192px;
 min-height: 240px;
 padding-bottom: 0;
}
.navbar {
  margin: 2em 0;
}
.about h2, .services h2, .gallery-top h2, .contact-top h2, h3.type {
  font-size: 2em;
}
.about-info h3 {
  font-size: 1em;
}
.about-pic {
  padding: 0 1em 0 0em;
}
.about-info p {
  font-size: 0.8em;
}
.heading-desc p {
  font-size: 0.8em;
}
.heading h4 {
  font-size: 1em;
}
.number {
  height: 38px;
  width: 38px;
}
.works h3 {
  font-size: 1.7em;
}
.works {
  margin-top: 3em;
}
.text1 h4 {
  font-size: 1em;
}
.text1 p {
  font-size: 0.8em;
}
.ftr2-grid p {
  font-size: 0.8em;
}
.ftr6-grid3 {
  padding: 3em 2em 1em;
}
.ftr6-grid3 p {
  font-size: 0.8em;
}
.list_2_of_1 p {
  font-size: 0.8em;
}
.list_2_of_1 h3 {
  font-size: 1.1em;
}
.og-details p {
  font-size: 0.8em;
}
.contact-left input[type="text"] {
  width: 32.3%;
  padding: 9px 10px;
}
.address p {
  font-size: 0.8em;
}
.submit-btn input[type=submit] {
  padding: 6px 33px;
}
}
@media (max-width: 768px){
.logo h1 a {
  font-size: 1.1em;
}
.banner-info h3 {
  font-size: 2em;
}
.callbacks_tabs li {
  margin:0;
}
.banner {
  min-height: 530px;
}
.banner-info {
  width: 81%;
}
.welcome_info a {
  font-size: 0.8em;
  padding: 0.7em 2em;
}
.welcome_pic {
  padding: 1.5em 0 0 0em;
}
.welcome_pic h2 {
  font-size: 1.8em;
}
.welcome_pic img {
  width: 100%;
}
.welcome_pic h3 {
  margin-bottom: 0.5em;
}
.welcome_info h4 {
  margin: 1em 0;
}
.welcome_info h3, .auto_sec h3, .feature_head h3 {
  font-size: 1.7em;
}
.auto_sec_grids {
  margin-top: 1.5em;
}
.auto_sec_right p a {
  font-size: 1.1em;
  margin-top: 0em;
}
.auto_sec_right {
min-height: 120px;
  margin-top: 2em;
  padding-top: 5em;
}
.auto_sec_right p a {
  background: url(../images/arw.png) no-repeat 657px 1px;
  background-size: 4%;
}
#slider2 li p {
  font-size: 1.3em;
}
.slider {
  min-height: 168px;
  padding: 3em 0;
}
.callbacks_tabs a:after {
  height: 9px;
  width: 9px;
}
ul.callbacks2_tabs {
  top: 67%;
  left: 48%;
}
.nbs-flexisel-item {
  width: 219px!important;
}
.nbs-flexisel-nav-right {
  right: 4%;
}
.ftr2-grid1 ul li a {
  padding: 4px 0;
  font-size: 0.9em;
}
.ftr2-grid1 {
  padding: 2em 1em;
}
.ftr2-grid2 {
  padding: 2em 1em 2em;
}
.ftr2-grid a {
  font-size: 0.85em;
}
.ftr6-grid3 {
  padding: 2em 1em 2em;
}
.ftr2-bottom {
  width: 100%;
}
.footer2 {
  padding-bottom: 0;
}
.banner2 {
  min-height: 244px;
}
.about h2, .services h2, .gallery-top h2, .contact-top h2, h3.type {
  font-size: 1.7em;
}
.about {
  padding: 2em 0;
}
.breadcrumb li {
  font-size: .8em;
}
.about-info {
  padding: 0;
}
.about-pic {
  padding: 0 1em 0 0em;
  width: 50%;
  float: left;
}
.about-grids {
  margin: 2em 0 2em 0;
}
.abt-sec {
padding-right: 0;
  margin-bottom: 1.5em;
}
.heading {
  padding-left: 3%;
}
.works {
  margin-top: 1em;
}
.text1 h4 {
  font-size: 0.87em;
}
.text1 p {
  font-size: 0.8em;
  line-height: 1.7em;
}
.services {
  padding: 2em 0;
}
.sec_group {
  margin-top: 0em;
}
.service_sec {
  width: 100%;
  margin-bottom:1.3em;
}
.listimg_2_of_1 {
  width: 8%;
}
.list_2_of_1 {
  width: 88%;
}
.grid_5 {
  padding: 1em 0em 3em 0em;
}
.address{
	margin-bottom:2em;
}
.contact-bottom iframe {
  height: 285px;
}
}
@media (max-width: 640px){
.top_details p {
  font-size: 1.4em
}
.navbar-nav {
  margin: 0px 0px;
  background: rgba(0, 0, 0, 0.58);
}
.navbar-default ul li {
  display: block;
  padding: 4px 0;
}
.navbar-default ul li a {
  padding: 0 1.6em;
  font-size: 0.9em;
}
.banner-info {
  width: 93%;
}
.banner-info h3 {
  font-size: 1.8em;
}
.banner-info p {
  font-size: 0.85em;
  line-height: 1em;
}
.banner {
  min-height: 515px;
  padding-bottom: 4em;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
}
.navbar-default .navbar-toggle {
  border-color: #fff;
  background:#F66C53;
  float: left;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  border-color: #fff;
  background:#F66C53;
}
.navbar-default .navbar-nav > li > a {
  text-align: center;
}
.welcome_pic h2 {
  font-size: 1.5em;
}
.welcome_info h3, .auto_sec h3, .feature_head h3 {
  font-size: 1.5em;
}
.welcome {
  padding: 2em 0;
}
.auto_sec_right {
  min-height: 116px;
  background: url(../images/pic3.jpg) no-repeat 0px -249px;
    margin-top: 1em;
	padding-top: 2em;
}
.auto_sec_right p a {
  font-size: 1em;
  padding: 5em 0 6px 0;
  background: url(../images/arw.png) no-repeat 537px 82px;
  background-size: 4%;
}
.auto_sec {
  padding: 0em 0 2em 0;
}
.slider {
  min-height: 123px;
  padding: 2em 0;
  background: url(../images/audi.jpg) no-repeat 0px -26px;
}
#slider2 li p {
  font-size: 1em;
  line-height: 1.6em;
}
.nbs-flexisel-item {
  width: 276px!important;
}
.nbs-flexisel-nav-right {
  right: 7%;
}
.nbs-flexisel-nav-left {
  right: 0%;
}
.banner2 {
  min-height: 296px;
  padding-bottom:0;
}
.about-info h3 {
  font-size: 0.95em;
}
.text1 h4 {
  font-size: 0.88em;
  line-height: 1.3em;
}
.list_2_of_1 p {
  line-height: 1.8em;
}
.contact-left{
	padding:0;
}
.contact-left input[type="text"] {
  width: 100%;
}
.contact-left input[type="text"]:nth-child(2) {
  margin: 15px 0px;
}
.contact-left textarea {
  margin-top: 15px;
  height: 10.7em;
    padding: 9px;
}
.banner-info {
  margin: 3em 0 0 auto;
}
}
@media (max-width: 480px){
.logo h1 a {
  font-size: 1em;
}
.header {
  margin-top: 2em;
}
.top_details p {
  font-size: 1.1em;
  margin-left: 2em;
}
.top_details p span {
  background: url(../images/phn.png) no-repeat 6px 9px;
  background-size: 78%;
}
.banner-info h3 {
  font-size: 1.5em;
}
.banner-info p {
  font-size: 0.8em;
  line-height: 1em;
}
.banner {
background: url(../images/bg3.jpg) no-repeat -161px 0px;
min-height: 452px;
background-size: cover;
}
.navbar-default ul li a {
  padding: 0 0.7em;
}
.callbacks_tabs {
  left: 85%;
}
.nbs-flexisel-item {
  width: 194px!important;
}
.welcome_info p,.welcome_pic p,.auto_sec_left p,.biseller-column p{
  line-height: 1.7em;
}
.welcome_info h3, .auto_sec h3, .feature_head h3 {
  font-size: 1.3em;
}
.ftr2-grid1 ul li a {
  padding: 3px 0;
  font-size: 0.8em;
}
.auto_sec_right p a {
 padding: 4em 0 6px 0;
  background: url(../images/arw.png) no-repeat 376px 68px;
  background-size: 5%;
}
.auto_sec_right {
  min-height: 96px;
}
#slider2 li p {
  font-size: 0.9em;
  line-height: 1.6em;
}
ul.callbacks2_tabs {
  top: 67%;
  left: 43%;
}
.slider {
  margin-bottom: 2em;
}
.nbs-flexisel-nav-right {
  right: 10%;
}
.biseller-column h4 {
  font-size: 1em;
}
a.more {
  font-size: 0.8em;
  padding: 0.5em 1em;
}
.banner2 {
  min-height: 258px;
  padding-bottom:0;
}
.about h2, .services h2, .gallery-top h2, .contact-top h2, h3.type {
  font-size: 1.5em;
}
.breadcrumb {
  margin: 1em 0;
}
.about-pic {
  padding: 0 0em 0 0em;
  width: 100%;
}
.about-info {
  width: 100%;
  float: left;
  margin-top: 1em;
}
.grid_4 {
  width: 47%;
  float: left;
  margin: 0 3% 7% 0;
}
.works {
  margin-top: 0em;
}
.listimg_2_of_1 {
  width: 14%;
}
.list_2_of_1 {
  width: 81%;
}
.list_2_of_1 h3 {
  font-size: 1em;
}
.grid_44 {
  padding: 1em 0em 1em 0em;
}
.contact-left input[type="text"]{
	font-size:0.9em;
}
.contact-left textarea{
	padding:9px;
	font-size:0.9em;
}
.submit-btn input[type=submit]{
	font-size:0.85em;
}
}
@media (max-width: 414px){
.logo {
  float: none;
  text-align: center;
}
.top_details p {
  font-size: 0.8em;
  margin: 1em 0em 0 6em;
}
.navbar-default ul li a {
  padding: 0 0.6em;
  font-size: 0.8em;
}
.banner-info {
  margin: 2em 0 0 auto;
}
.banner-info h3 {
  font-size: 1.1em;
}
.banner-info p {
  font-size: 0.7em;
}
.callbacks_tabs {
  left: 80%;
  top: 100%;
}
.welcome_info h4 {
  font-size: 0.9em;
  line-height: 1.5em;
}
.welcome_info h3, .auto_sec h3, .feature_head h3 {
  font-size: 1.2em;
}
.welcome_info p {
  font-size: 0.77em;
}
.welcome_pic h2 {
  font-size: 1.1em;
}
.welcome_pic h3 {
  font-size: 0.9em;
  line-height:1.5em;
}
.welcome_pic p,.auto_sec_left p,.biseller-column p {
  font-size: 0.77em;
}
.welcome {
  padding: 1em 0;
}
.auto_sec_right p a {
  padding: 3em 0 6px 0;
  background: url(../images/arw.png) no-repeat 279px 55px;
  background-size: 6%;
}
.auto_sec_right {
  min-height: 81px;
}
.nbs-flexisel-item {
  width: 166px!important;
}
.biseller-column h4 {
  font-size: 0.9em;
}
.ftr2-grid2 {
  padding: 1em 1em 1em;
}
.ftr2-grid1 h3,.ftr2-grid2 h3,.ftr6-grid3 h3 {
  font-size: 1.1em;
}
.ftr2-grid1 ul {
  margin: 1em 0 0em 0;
}
.ftr2-grid1 ul li a {
  padding: 3px 0;
  font-size: 0.8em;
}
.ftr2-grid1 {
  padding: 1em 1em;
}
.ftr6-grid3 {
  padding: 1em 1em 1em;
}
.ftr6-grid3 form input[type="submit"] {
  width: 28%;
  font-size: 0.8em;
}
.social {
  margin-top: 1em;
}
.about-info p,.heading-desc p,.text1 p,.list_2_of_1 p {
  font-size: 0.77em;
  line-height: 1.7em;
}
.address h5 {
  font-size: 1em;
}
.contact-bottom iframe {
  height: 200px;
}
.contact {
  padding: 2em 0px;
}
.ftr2-bottom p {
  color: #fff;
  font-size: 0.8em;
}
.text1 h4 {
  font-size: 0.99em;
}
}
@media (max-width: 320px){
.top_details {
  width: 100%;
}
.top_details p {
  margin: 1em 1em 0 0em;
  float: left;
  width: 46%;
}
.search {
  float: left;
  width: 48%;
}
.search input[type="text"] {
  padding: 6px 14px 6px 7px;
}
.search input[type="submit"] {
  top: 17px;
}
.banner-info {
  margin: 1em 0 0 auto;
}
.banner-info {
  width: 100%;
}
.banner-info h3 {
  font-size: 1em;
}
.navbar-nav {
  margin: 5px 0px;
  text-align: center;
}
.navbar-default ul li a {
  padding: 0 0.3em;
  font-size: 0.8em;
}
.banner {
  background: url(../images/bg3.jpg) no-repeat -144px 0px;
  min-height: 344px;
  background-size: cover;
}
.navbar {
  margin: 1em 0;
}
.navbar-toggle {
  margin-top: 0px;
}
.welcome_pic h2 {
  font-size: 1em;
  line-height: 1.3em;
}
.auto_sec_left h5 a {
  font-size: 1em;
}
.auto_sec_right p a {
  padding: 3em 0 6px 0;
  background: url(../images/arw.png) no-repeat 227px 48px;
  background-size: 6%;
  font-size: 0.9em;
}
.auto_sec_right {
  min-height: 68px;
}
#slider2 li p {
  font-size: 0.8em;
  line-height: 1.4em;
}
.slider {
  margin-bottom: 1em;
}
.nbs-flexisel-nav-right {
  right: 13%;
}
.nbs-flexisel-item {
  width: 115px!important;
}
.biseller-column a img {
  margin-bottom: 0.5em;
}
.biseller-column p {
  margin-top: 0.3em;
}
.banner2 {
  min-height: 280px;
}
.about h2, .services h2, .gallery-top h2, .contact-top h2, h3.type {
  font-size: 1.3em;
}
.about-grids {
  margin: 1em 0;
}
.about-info h3 {
  font-size: 0.85em;
  line-height:1.3em;
}
.listimg_2_of_1 {
  width: 25%;
}
.list_2_of_1 {
  width: 71%;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 6px!important;
}
.ftr6-grid3 form input[type="submit"] {
  width: 36%;
}
.search form {
  margin-top: 1em;
}
}