body{
	background:#fff;
	font-family: 'Open Sans', sans-serif;
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
 ul{
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6,label,p{
	margin:0;	
}
/*--banner--*/

/*---*/
nav a {
	position: relative;
	display: inline-block;
	outline: none;
	text-decoration: none;
}
nav a:hover,
nav a:focus {
	outline: none;
}
.nav-1{position:fixed;display:none;top:0;z-index:999;width:100%;}
/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
.cl-effect-11 a::before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 10px 0 0;
	max-width: 0;
	border-bottom: 2px solid #FD9F3E;
	color:  #F8802C;
	content: attr(data-hover);
	-webkit-transition: max-width 0.5s;
	-moz-transition: max-width 0.5s;
	transition: max-width 0.5s;
}

.cl-effect-11 a:hover::before,
.cl-effect-11 a:focus::before {
	max-width: 100%;
}
/*----*/


.banner-section {
    background:url(../images/ba11.jpg) no-repeat 0px 0px;
	background-size:cover;
	min-height:600px;
    margin-top:150px;
}
.banner-center {
    margin-top: 6em;
}
.details-section {
    width: 40%;
    background:rgba(175, 91, 33, 0.75);
    padding: 2em;
    margin-top: 2em;
}
.banner-center h3 {
    font-size: 3em;
    color: #fff;
    width: 60%;
    line-height: 1.4em;
	font-family: 'Play', sans-serif;
}
.details-section input[type="text"] {
   width: 100%;
    padding: 0.8em;
    background: #fff;
    font-size: 1em;
    outline: none;
    border: none;
	font-family: 'Play', sans-serif;
}
.mail {
    margin: 0.5em 0;
}
.details-section input[type="submit"] {
    width: 37%;
    display: block;
    font-size: 1em;
    padding: 1em 0;
    text-transform: capitalize;
    margin: 1em auto 0;
    outline: none;
	font-family: 'Play', sans-serif;
    background:#42b3e5;
    color:#fff;
    border:0;
}
/**welcome**/
.welcome {
    text-align: center;
}
.wel-grids {
    margin-top:2em;
}
.wel-top {
    background: #F8F6DE;
    border-bottom: 2px solid #03A9F4;

}
.headline-tit {margin:2em 0;}
.headline-tit h2{
    font-size:30px;
    text-transform: capitalize;
    font-family: 'Play', sans-serif;
    color:#03A9F4;  
	text-align: center;
	font-weight:normal;
}
.headline-tit p{font-size:12px;color:#757575;padding:5px 0;text-align: center;}
.headline-tit p i{display: inline-block;*display: inline;width:5%;background:#03a9f5;height:2px;vertical-align:middle;margin:0 10px;}
.wel-top i {
    font-size: 3em;
    color: #164523;
}
.wel-grid h4 {
    font-size: 1.5em;
    color:#232323;
    font-family: 'Play', sans-serif;
    margin-top: 0.5em;
	text-transform: capitalize;
	font-weight: 600;
}
.hvr-rectangle-out p {
    font-size: 1em;
    color: #7C7C7C;
    line-height: 2em;
    margin-top: 0.5em;
    width: 100%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp:2; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
    padding: 10px;
}
.wel-grid:hover div.wel-top {
    background: #42b3e5;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	 border-top: 2px solid #03A9F4;
	border-bottom: 2px solid transparent;
}
.wel-grid:hover div.wel-top i{
	color: #F77E2A;
}
.wel-grid:hover div.wel-top h4{
	color: #fff;
}
.wel-grid:hover div.wel-top p{
	color: #fff;
}
.fuel-grid {
    position: relative;
}
.fuel-text {
  background: #43b2e4;
    padding: 2em;
    position: absolute;
    text-align: center;
    bottom: -30%;
    width: 83%;
    margin: 0 auto;
    left: 8.5%;
    border: 1px solid #88daff;
}
.fuel-text h4 {
    text-align: center;
    font-size:14px;
    letter-spacing: 1px;
	font-family: 'Play', sans-serif;
	font-weight:normal;
    color: #fff;
}

.fule-section {
    padding: 2em 0 8em 0;
}
.fule-grids1 {
    margin-top:8em;
}
/* Rectangle Out */
.hvr-rectangle-out img{width:100%;}
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px #00BCD4;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background:#88daff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration:0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top:40%;
  left: 0;
  right: 0;
  bottom: 0;
  background:#03A9F4;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/**fule**/
.testimonials {
    padding:2em 0;
    text-align: center;
    background: rgba(68, 178, 228,0.12);
}
.testimonial-header h3,.project h3,.featured-section h3,.history h3,.team h3,.our-services h3,.our-offers h3{
    text-align: center;
    font-size: 3em;
    text-transform: capitalize;
    font-family: 'Play', sans-serif;
    color: #F77E2A;
	font-weight: 600;
}
.testmonial-text p {
    font-size: 1em;
  line-height: 2em;
  color: #7C7C7C;
  margin: 0.8em 0;
}
.testmonial-text h4  a{
  font-size: 1.2em;
  color: #222;
  text-transform: capitalize;
  padding-top: 1em;
  font-weight: 600;
  text-decoration:none;
  font-family: 'Play', sans-serif;
  text-transform:uppercase;
}
.testmonial-text img {
    margin: 0 auto;
    border: 4px solid #43b2e4;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.testmonial-text img:hover {
    margin: 0 auto;
    border: 4px solid #fff;
	border-radius:250px;
	
}
.project-grid img {
    width: 100%;
}
.pro-bottom {
    margin-top: 3.5em;
}
.project-left:nth-child(1) {
    padding-left: 0;
}
.project-right:nth-child(2) {
    padding-right: 0;
}
.project {
    text-align: center;
    padding: 2em 0;
}
.project-grids {
    margin-top: 4em;
}
.item {
	text-align:center;
	position:relative;			
}
.itema,
.itema-hover,
.itema-hover .mask,
.itema-img,
.itema-info {
	width: 100%;
	height: 465px;						
}
.itema-hover,
.itema-hover .mask,
.itema-img { 
	position:absolute;
	top:0;
	left:0;			
}
.itema-info {
    padding-top: 11em;
}			
.itema-type-double .itema-hover {	
	z-index:5;	
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;	
	opacity:0;	
	display:block;
	text-decoration:none;
	text-align:center;							
}
.itema-type-double .itema-info {
    z-index: 10;
    color: #ffffff;
    vertical-align: middle;
    position: relative;
    z-index: 5;
    text-align: center;
    width: 100%;				 					
}
.itema-type-double .itema-info .headline {
	font-size:1em;			
	width:90%;
	margin:0 auto;		
}
.itema-type-double .itema-info .line {
	height:2px;
	width:0%;
	margin:15px auto;
	background-color:#ffffff;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;					 
}				
.itema-type-double .itema-info .date {
        font-size: 3em;
        font-family: 'Play', sans-serif;
        color:#44b2e4;
}
.itema-type-double .itema-hover .mask {
	background-color:#000;										
	opacity:0.7;
	z-index:0;
}
.itema-type-double .itema-hover:hover .line {
	width:90%;
}
.itema-type-double .itema-hover:hover {
	opacity:1;
}							
.itema-img {			
	z-index:0;			
}
.wrapper {
    overflow: hidden;
    position: relative;
}
.wrapper .link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    margin: 0;
}
.wrapper .overlay {
    display: block;
    position: absolute;
    height: 250px;
    width: 100%;
    top: 0px;
    right: -100%;
    transition: .4s ease-out;
    -webkit-transition: .4s ease-out;
}
.wrapper .description {
    text-align: left;
    position: absolute;
    padding: 30px 50px;
    top: 6px;
    left: 0;
    right: 0;
    bottom: 0;
    color: #cc6812;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
}
.wrapper .overlay .arrow-left {
    position: relative;
    left: 0;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    border-bottom: 200px solid transparent;
    border-right: 200px solid rgba(0, 0, 0, 0.53);
}
.wrapper .overlay .rectangle {
    display: block;
    margin-left: 200px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.53);
}
.wrapper .overlay .rectangle, .wrapper .overlay .arrow-left {
    position: absolute;
    top: 0;
}
.wrapper:hover .description {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transition: 1s ease-in;
    -webkit-transition: 1s ease-in;
}
.wrapper:hover .overlay {
    right: 200px;
}
.description h4 {
      font-family: 'Play', sans-serif;
    color: #44b2e4;
    margin-bottom: 0.2em;
    font-size: 2em;
}
.description p {
    line-height: 2em;
    color: #fff;
    font-size: 1em;
}
/* generic css */
.view {
    overflow: hidden;
    position: relative;
    text-align: center;
    
}
.view .mask, .view .content {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
	width:100%;
	height:100%;
}
.view img {
    display: block;
    position: relative
}
.view h4 {
    text-transform: capitalize;
    color:#44b2e4;
    text-align: center;
    position: relative;
    font-size:1.5em;
    padding: 10px;
    font-family: 'Play', sans-serif;
    margin:1em 0 0 0;
}
.view p {
    font-size: 1em;
    position: relative;
    color: #fff;
    padding: 0px 20px 0px;
    text-align: center
}
.view h4.ser-text-b{
	margin:1em 0 0 0;
}
.view h4.ser-text-b1{
	margin:1em 0 0 0;
}
/*1*/

.view-first img { /*1*/
    transition: all 0.2s linear;
}
.view-first .mask {
    opacity: 0;
      background-color: rgba(0, 0, 0, 0.78);
    transition: all 0.4s ease-in-out;
    
}
.view-first h4 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.view-first p { 
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.2s linear;
}
.view-first a.info{
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

/* */

.view-first:hover img { 
    transform: scale(1.1);
} 
.view-first:hover .mask { 
    opacity: 1;
}
.view-first:hover h4,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}
.view-first:hover p {
    transition-delay: 0.1s;
}
.view-first:hover a.info {
    transition-delay: 0.2s;
}
/*----*/
.ftr-gd {
    padding: 2em 0;
    text-align:left;   
	background: rgba(68, 178, 228,0.12);
}
.ftr-gd h3 {
    font-size: 3em;
    text-transform: capitalize;
    font-family: 'Play', sans-serif;
    color: #F77E2A;
	margin: 0 0 1em;
    text-align: center;
	font-weight: 600;
}
.ftr-gd input[type="text"] {
    font-size: 1em;
    color: #A5A5A5;
    padding: 1em 1em;
    width:100%;
    outline: none;
    background: none;
	font-family: 'Play', sans-serif;
    background: #fff;
}
.ftr-gd input[type="submit"] {
    padding: 1.1em;
    font-size: 1em;
    width: 25%;
    background: #25503D;
    color: #fff;
    border: none;
    outline: none;
	font-family: 'Play', sans-serif;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.ftr-gd input[type="submit"]:hover {
    background: #F77E2A;
}
.footer-section {
    padding: 5em 0;
   background: #3a3a3a;
}
.footer-grid h4 {
    font-size: 1.5em;
    color: #fff;
    font-family: 'Play', sans-serif;
        margin-bottom: 0.5em;
    text-transform: capitalize;
	font-weight: 600;
}
.footer-grid ul li i{
	color: #fff;
	font-size: 1em;
	margin-right: 0.5em;
}
.footer-grid ul li  {
    font-size: 0.96em;
    text-decoration: none;
    line-height: 2em;
    color: #C7C7C7;
    list-style: none;
}
.footer-grid ul li a {
    font-size: 0.96em;
    text-decoration: none;
    color: #C7C7C7;
    list-style: none;
}
.footer-grid p {
        font-size: 0.96em;
    color: #C7C7C7;
    line-height: 2em;
}
.copy-section {
    padding: 2em 0;
    text-align: center;
    background: #313131;
    color:#bdbdbd;
}
.copy-section p {
    font-size: 0.9em;
    color: #fff;
    font-weight: 400;
	font-family: 'Play', sans-serif;
}
.copy-section a {
    margin: 0 0.3em;
}
.copy-section a {
    font-size: 1em;
    color: #03a9f4;
    font-weight: 400;
    text-transform: capitalize;
}
.footer-social-icons ul li {
	display:inline-block;
	margin:0 0.2em;
}
.footer-social-icons ul li a{
	width:30px;
	height:30px;
	background:url('../images/img-sprite.png') no-repeat 0px 0px;
	display:inline-block;
	position: relative;
}
.footer-social-icons ul li a span {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: -25px;
    right: -25px;
    padding: 5px;
    font-size: 14px;
    border-radius: 2px;
    background:#03A9F4;
    visibility: hidden;
    opacity: 0;
    -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.footer-social-icons ul li a span:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #03A9F4;
    position: absolute;
    bottom: -5px;
    left: 34px;
}
.footer-social-icons ul li a:hover span {
    bottom: 41px;
    visibility: visible;
    opacity: 1;
}


.footer-social-icons ul li a.facebook {
	background-position:0px 0px;
}
.footer-social-icons ul li a.facebook:hover {
	background-position:-0px -30px;
}
.footer-social-icons ul li a.twitter {
	background-position:-30px 0px;
}
.footer-social-icons ul li a.twitter:hover {
	background-position:-30px -30px;
}
.footer-social-icons ul li a.flickr {
	background-position:-60px 0px;
}
.footer-social-icons ul li a.flickr:hover {
	background-position:-60px -30px;
}
.footer-social-icons ul li a.googleplus {
	background-position:-90px 0px;
}
.footer-social-icons ul li a.googleplus:hover {
	background-position:-90px -30px;
}
.footer-social-icons ul li a.dribbble {
	background-position:-120px 0px;
}
.footer-social-icons ul li a.dribbble:hover {
	background-position:-120px -30px;
}
.footer-social-icons {
    padding-top:2em;
}
.footer-social-icons ul li a.instagram{
  background-position:-150px 0px;  
}

.footer-social-icons ul li a.instagram:hover {
    background-position:-150px -30px;
}
.footer-social-icons ul li a.linkedIn{
  background-position:-180px 0px;  
}
.footer-social-icons ul li a.linkedIn:hover {
    background-position:-180px -30px;
}
/**about**/
/**about**/
.banner img{
    width:100%;
    margin-top:150px;

}
.about-a img{width:100%;  -webkit-transition-duration: 0.5s;border:2px solid  #43b2e4;}
.about-a img:hover{box-shadow: 3px 3px 5px #888888;}
.about-a   .about-1 img{margin-top:10px;}
.about-tit{font-size:16px;color:#5a5a5a;line-height: 24px;}
.about-tit p{margin-top:30px;text-indent:2em;}
.about-tit img{width:100%;margin-top:20px; -webkit-transition-duration: 0.5s;border:2px solid  #43b2e4;}
.about-tit img:hover{box-shadow: 3px 3px 5px #888888;}

/*产品展示*/
.pro  img{width:100%;}
.pro{padding-left:10px;padding-right: 10px;}
.pro-tnt{border:1px solid #0288D1;text-align: center;margin:10px 4px;transition: transform .5s;}
.pro h4{font-size:16px;color:#0288D1;text-transform:uppercase;padding:20px 0;}
.pro h4 i{display: inline-block;*display: inline;width:10%;background:#0288D1;height:1px;vertical-align:middle;margin:0 5px;}
.pro a{display: inline-block;*display: inline;width:120px;height:40px;background:#0288D1;color:#fff;line-height: 40px;text-transform:uppercase;margin-bottom:20px;}
.pro:hover .pro-tnt{-webkit-box-shadow:0px 0px 20px #888;-moz-box-shadow:0px 0px 20px #4d4d4d;box-shadow:0px 0px 20px #888;transform: translateY(-5px)}
/*产品展示详情*/
.pro-list img{width:100%;padding-top:15px;}
.pro-list .pro-list1 h2{line-height: 40px; font-size:2em;color:#448AFF;border-bottom:1px dashed #448AFF;padding:15px;margin-bottom:15px;}
.pro-list .pro-2 li img{width:30%;float:left;border:0px;padding-bottom:15px;}
.pro-list-tit,.pro-list .pro-2{list-style:none;}
.pro-list-tit li{margin-top:20px;}
.pro-list-tit  .btn{ background:#03a9f4; padding:10px 35px;color:#fff;}
.pro-list-tit  .btn a{color:#fff;}
.pro-list-tit  .btn:hover{background:#448AFF;}
.pro-list-tit  .but{padding-top:100px;border-top:1px dashed #448AFF;}
.pro-tit .des h3,.pro-4{font-size:2em;font-weight: normal;padding:20px 0;text-align: center;margin-top:15px;cursor:pointer;color:#fff;background:#03a9f4;margin-bottom: 30px;}
.pro-tit .des h3:hover,.pro-4:hover{background:#448AFF;}
.pro-tit .pro-5{padding:0 15px;}
/*表单页面*/
form-horizontal .form-group{margin-left:15px;}
.form-horizontal .control-label{text-align:left;font-weight: normal;color:#448AFF;border-bottom: 1px dashed #448AFF;padding-left: 0;padding-right:  0;padding-bottom: 10px;margin-bottom:10px;}
.form-horizontal .form-submit .btn-default{color:#fff;background:#03A9F4;width:120px;height:45px;border-radius:23px;outline:none;margin-bottom:20px;}
.pro-con .list_h2{font-size:26px;padding:20px 0;font-weight: normal;color:#03A9F4;border-bottom:1px dashed #448AFF;margin-bottom:20px;}
.form-horizontal .form-group{margin-left:10px;margin-right:0;}
/*新闻中心*/
.news{background:#f3f3f3;margin-bottom:20px;transition: all .5s;}
.news:hover{box-shadow:6px 8px 2px 0px #acacac;}
.new img{width:100%;padding:15px 0;}
.new h4{font-size: 28px;font-weight: normal;color:#fff;background-color:#03A9F4;padding:20px 0;text-align: center;}
.new .new-tit{padding-left:0px;padding-right:0;}
.new .new-tit  h5{font-size: 16px;font-weight: normal;color:#03A9F4;padding:15px 0 20px 0;}
.new .new-tit span{color:#03A9F4;font-size: 12px;padding-top:20px;padding-right:20px;}
.new .new-tit  p{font-size:12px;
  line-height:20px;
  color: #434345;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  width:100%;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
padding:10px 0;}
.new a{display: inline-block;*display: inline;text-decoration:none;}
/*新闻详情页*/
.news-tit{background:#f7f7f7;}
.news-tit h4{font-size:1.5em;color:#fff;font-weight: normal;padding:20px;text-transform:capitalize;background:#03A9F4;}
.news-tit img{padding:15px 15px 0 15px;width:100%;}
.news-tit p{font-size:14px;color:#757575;line-height: 24px;padding:15px;}
/**contact**/
.con img{width: 100%;}
.con .con-img{padding-right: 0;padding-left: 0;position: relative;}
.con .con-img p{position: absolute;top:0;width:100%;height:100%;background:rgba(0,0,0,0.4);}
.con .con-tit {background:#f7f7f7;padding-right: 0}
.con .con-tit h4{font-size:20px;color:#03A9F4;text-transform:uppercase;padding:2em 0 1em 0;text-align: center;}
.con .con-tit p{font-size:14px;padding: 0 15px 14px  15px;text-indent:1em;}

/*社媒弹窗*/
.side{position:fixed;top:300px;right:20px;z-index:19999;}
.side li img{width:30px;padding-top:5px;}
.side li{list-style:none;transition:transform .5s;}
.side li:hover{transform:translateX(-5px);}


@media(max-width:1440px){
.banner-section {
 min-height: 615px;
}
}
@media(max-width:1366px){
.banner-section {
 min-height: 586px;
}
}
@media(max-width:1280px){
.banner-section {
 min-height: 545px;
}
.banner-center {
    margin-top: 4em;
}
}
@media(max-width:1080px){
.banner-section {
    min-height: 460px;
}	
.banner-center h3 {
    font-size: 2.8em;
}
.banner-center {
    margin-top: 2em;
}
.welcome,.project,.ftr-gd,.footer-section,.about-section,.history,.team,.services, .our-services ,.featured-section,.our-offers,.gallery,.contact, .page{
    padding: 4em 0;
}
.fule-section {
    padding: 0 0 12em;
}
.welcome h2, .about-section h2, .services h2, .gallery h2, .short-heading h2, .contact h2 {
    font-size: 2.8em;
}
.testimonial-header h3, .project h3, .featured-section h3, .history h3, .team h3, .our-services h3, .our-offers h3,.ftr-gd h3 {
    font-size: 2.8em;
}
.wel-grid h4 ,.fuel-text h4,.footer-grid h4,.about-grid h4,.history-grid h4,.team-grid h4,.serv-text h4,.featured-gd h4,.our-services h4,.contact-grid h4{
    font-size: 1.3em;
}
.view h4{
	 font-size: 1.3em;
	 margin-top:0.8em;
}
.itema-type-double .itema-info .date {
    font-size: 2.8em;
}
.wel-grid p,.fuel-text p,.testmonial-text p,.description p,.view p,.about-grid p,.history-grid p,.team-grid p,.serv-text p,.featured-gd p, .our-services p,.gallery-gal-text p {
    font-size: 0.96em;
}
.fules {
 bottom: 18%;
 left: 39%;
}
.itema, .itema-hover, .itema-hover .mask, .itema-img, .itema-info {
    width: 100%;
    height: 384px;
}
.itema-info {
    padding-top: 8em;
}
.about-grid1 iframe {
    width: 100%;
    height: 213px;
}
ul.price-list li {
    padding-left: 2em;
}
.contact-grid iframe {
    height: 495px;
}
.contact-grid ul li {
    font-size: 0.96em;
}
}
@media(max-width:991px){
.banner-center h3 {
    width: 55%;	
	font-size: 2.5em;
}
.details-section {
    width: 50%;
	margin-top: 1em;
}
.banner-section {
    min-height: 420px;
}
.logo a {
    font-size: 1.1em;
}
.welcome h2, .about-section h2, .services h2, .gallery h2, .short-heading h2, .contact h2 {
    font-size: 2.5em;
}
.wel-grid {
    float: left;
    width: 50%;
}
.wel-grid:nth-child(3),.wel-grid:nth-child(4) {
    margin-top: 2em;
}
.wel-top i {
    font-size: 2.5em;
}
.fuel-grid {
    float: left;
    width: 50%;
}
.fuel-text {
    bottom: -30%;
	padding: 2em;
}
.fules {
    bottom: 20%;
	left: 35%;
}
.project-grid {
    float: left;
    width: 50%;
}
.view p {
    font-size: 0.8em;
}
.project-left {
    float: left;
    width: 50%;
}
.project-right {
    float: left;
    width: 50%;
}
.pro-bottom {
    margin-top: 3.2em;
}
.view h4 {
    margin-top: 0em;
}
.view p {
    padding: 0px 3px 0px;
}
.wrapper .description {
    padding: 5px 14px;
}
.itema-type-double .itema-info .date {
    font-size: 2.5em;
}
.itema, .itema-hover, .itema-hover .mask, .itema-img, .itema-info {
    width: 100%;
    height: 295px;
}
.itema-info {
    padding-top: 5.5em;
}
.itema-type-double .itema-info .headline {
    font-size: 1em;
}
.footer-grid {
    float: left;
    width: 50%;
}
.footer-grid:nth-child(3),.footer-grid:nth-child(4) {
    margin-top: 2em;
}
.about-grid {
    float: left;
    width: 60%;
}
.about-grid1 {
    float: left;
    width: 40%;
}
.about-grid p {
    padding: .5em 0;
}
.about-grid1 iframe {
    width: 100%;
    height: 155px;
}
.history-grid {
    float: left;
    width: 33.3%;
}
.team-grid {
    float: left;
    width: 50%;
}
.team-grid:nth-child(3),.team-grid:nth-child(4) {
    margin-top: 2em;
}
.services-grid {
    float: left;
    width: 50%;
}
.serv-text {
    margin-top: 2em;
}
ul.price-list li {
    padding-left: 7em;
}
.featured-gd {
    float: left;
    width: 50%;
}
.featured-gd:nth-child(3),.featured-gd:nth-child(4) {
    margin-top: 2em;
}
.ourser-grid {
    float: left;
    width: 33.3%;
}
.offer-grid{
	 float: left;
    width: 50%;
}
.offer-grid:nth-child(3),.offer-grid:nth-child(4) {
    margin-top: 2em;
}
.gal-gd {
    float: left;
    width: 33.3%;
	    padding: 0 6px;
}
.gal-gd-sec {
    float: left;
    width: 50%;
	    padding: 0 6px;
}
.contact-grid {
    float: left;
    width: 50%;
}
.contact-grid input[type="text"], .contact-grid textarea {
	width: 49.1%;
	font-size: 0.96em;
    padding: 0.5em;
}
.contact-grid textarea {
    width: 100%;
	height: 140px;
}
.contact-grid iframe {
    height: 460px;
}
}


@media(min-width:768px){
.navbar-header img{display:none;}
}
@media(max-width:736px){
.header_top,.list,.pro-list .pro-2,.fule-section,.testimonials,.project, .footer-grid,.con{display:none;}
 .pro-list-tit  .but{padding:20px 0;}
 .pro-list img{padding:15px 0;}




.banner-section {
    background: url(../images/ba11.jpg) no-repeat -97px 0px;
    background-size: cover;	
}
.banner-center h3 {
    width: 72%;
    font-size: 2.3em;
}
.details-section {
    width: 50%;
    margin-top: 1em;
    padding: 1em;
}
.details-section input[type="text"] {
    width: 100%;
    padding: 0.5em
}
div#bs-example-navbar-collapse-1 {
    float: none;
    padding-top: 0.4em;
    position: absolute;
    background: #42b3e5;
    width:100%;
    z-index:99;
}
.navbar-header img{
      width:70%;
  padding: 10px 20px;
}
.navbar-toggle {
    padding: 9px 10px;
    margin:20px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #184621;
}
.navbar-toggle {
    background-color: #184621;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #F87B2E;
}
.testimonial-header h3, .project h3, .featured-section h3, .history h3, .team h3, .our-services h3, .our-offers h3, .ftr-gd h3 {
    font-size: 2.5em;
}
.wel-grids,.project-grids,.about-grids, .history-grids, .team-grids ,.services-grids, .featured-grids, .ourser-grids, .offer-grids,.gal-btm,.contact-grids{
    margin-top: 3em;
}
.fules {
    bottom: 17.3%;
    left: 33.5%;
}
 {
    bottom: -60%;
    padding: 2em 0em 2em;
}
.project-grid {
    float: left;
    width: 100%;
}
.project-grid:nth-child(2) {
    margin-top: 2em;
	    padding: 0;
}
.wrapper .description {
    padding: 80px 14px;
}
.pro-bottom {
    margin-top: 2.2em;
}
.view h4 {
    margin-top: 4em;
}
.view p {
    padding: 0px 15px 0px;
}
.itema, .itema-hover, .itema-hover .mask, .itema-img, .itema-info {
    width: 100%;
    height: 563px;
}
.itema-info {
    padding-top: 15em;
}
.about-grid {
    width: 100%;
}
.about-grid1 {
    width: 100%;
	margin-top:2em;
}
.about-grid1 iframe {
    width: 100%;
    height: 360px;
}
.history-grid {
    float: left;
    width: 50%;
}
.history-grid {
    margin-bottom: 1em;
}
ul.price-list li {
    padding-left: 5em;
}
}
@media(max-width:667px){
.banner img{
   margin-top:50px;
}
.banner-section {
    background: url(../images/ba11.jpg) no-repeat -82px 0px;
    background-size: cover;
	    min-height: 380px;
}
.welcome, .project, .ftr-gd, .footer-section, .testimonials,.about-section, .history, .team, .services, .our-services, .featured-section, .our-offers, .gallery, .contact, .page {
    padding: 3em 0;
}
 {
    bottom: -30%;
    padding: 1em 0em 1em;
}
.fules {
    bottom: 25.5%;
    left: 33.5%;
}
.description h4 {
    font-size: 1.5em;
}
.itema-type-double .itema-info .date {
    font-size: 2em;
}
.fule-grids1 {
    margin-top: 10em;
}	
.itema, .itema-hover, .itema-hover .mask, .itema-img, .itema-info {
    width: 100%;
    height: 505px;
}
.itema-info {
    padding-top: 12em;
}
.wrapper .description {
    padding: 70px 14px;
}
.view h4 {
    margin-top: 3em;
}
.view p {
    font-size: 0.9em;
}
.about-grid1 iframe {
    width: 100%;
    height: 327px;
}
.gallery-gal-text h4 {
    font-size: 1.2em;
}
.gallery-gal-text p {
    line-height: 1.5em;
}
ul.price-list li {
    padding-left: 4em;
}
}
@media(max-width:640px){
.fules {
    bottom: 43.5%;
    left: 31.5%;
}
}
@media(max-width:600px){
.banner-section {
    background: url(../images/ba11.jpg) no-repeat -138px 0px;
    background-size: cover;
	    min-height: 380px;
}	
.fuel-text {
    bottom: -71%;
}
.details-section input[type="submit"] {
    width: 45%;
}
.fules {
    bottom: 27%;
}
.itema, .itema-hover, .itema-hover .mask, .itema-img, .itema-info {
    width: 100%;
    height: 450px;
}
.view h4 {
    font-size: 1.5em;
	    margin-top: 2em;
}
.about-grid1 iframe {
    width: 100%;
    height: 302px;
}
.serv-text {
    padding: 0;
}
.gal-gd, .gal-gd-sec {
    width: 60%;
    float: none;
    padding: 0;
    margin: 0 auto 27px;
}
.gallery-gal-text h4 {
    font-size: 1.4em;
}
}
@media (max-width: 568px){
.fules {
    bottom: 33.3%;
    left: 29.5%;
}
.itema, .itema-hover, .itema-hover .mask, .itema-img, .itema-info {
    width: 100%;
    height: 425px;
}
.itema-info {
    padding-top: 11em;
}
.about-grid1 iframe {
    width: 100%;
    height: 285px;
}
.contact-grid input[type="submit"] {
    width: 36%;
}
ul.price-list li {
    padding-left: 3em;
}
}
@media(max-width:480px){
.banner-center h3 {
    width: 72%;
    font-size: 1.8em;
}
.banner-section {
    background: url(../images/ba11.jpg) no-repeat -194px 0px;
    background-size: cover;
    min-height: 346px;	
}
.details-section {
    width: 58%;
}
.details-section input[type="submit"] {
    width: 53%;
    font-size: 0.95em;
}
.logo a {
    font-size: 1em;
}
.welcome h2, .about-section h2, .services h2, .gallery h2, .short-heading h2, .contact h2 {
    font-size: 2em;
}
.welcome, .project, .ftr-gd, .footer-section, .testimonials, .about-section, .history, .team, .services, .our-services, .featured-section, .our-offers, .gallery, .contact, .page {
    padding: 2em 0;
}
.wel-grids, .project-grids,.test-monials, .about-grids, .history-grids, .team-grids, .services-grids, .featured-grids, .ourser-grids, .offer-grids, .gal-btm, .contact-grids {
    margin-top: 2em;
}
.wel-grid {
    width: 100%;
}
.wel-grid:nth-child(2),.wel-grid:nth-child(3) {
    margin-top: 2em;
}
.fuel-grid {
    float: left;
    width: 100%;
}
.fuel-grid:nth-child(2),.fuel-grid:nth-child(3){
    margin-top: 6em;
}
.fule-section {
    padding: 0 0 7em;
}
.fule-grids1 {
    margin-top: 7em;
}
.fules {
    bottom: 13.3%;
    left: 36.5%;
}
.itema, .itema-hover, .itema-hover .mask, .itema-img, .itema-info {
    width: 100%;
    height: 354px;
}
.itema-info {
    padding-top: 8em;
}
.wrapper .description {
    padding: 30px 14px;
}
.fuel-text {
    bottom: -18%;
}
.project-left {
    width: 100%;
	padding:0;
}
.project-right {
    width: 100%;
	padding:0;
	margin-top: 2em;
}
.view h4 {
    font-size: 1.5em;
    margin-top: 5.5em;
}
.footer-grid {
    float: left;
    width: 100%;
}
.footer-grid:nth-child(2) {
    margin-top: 2em;
}
.banner img{
   margin-top:83px;
}
.pro-list1 h2{padding-top:20px;}
.about-grid1 iframe {
    width: 100%;
    height: 202px;
}
.history-grid {
    width: 100%;
}
.team-grid {
    width: 100%;
}
.team-grid:nth-child(2) {
    margin-top: 2em;
}
.services-grid {
    width: 100%;
}
.services-grid:nth-child(2) {
    margin-top: 2em;
}
.ourser-grid {
    width: 100%;
}
.ourser-grid:nth-child(2) {
    margin: 2em 0;
}
.offer-grid {
    width: 100%;
}
.offer-grid:nth-child(2) {
    margin-top: 2em;
}
ul.price-list li {
    padding-left: 9.5em;
}
.gal-gd, .gal-gd-sec {
    width: 80%;
}
h1#h1-bootstrap-heading {
    font-size: 2.2em;
}
button.btn.btn-lg {
    font-size: 1em;
    padding: 7px;
}
h2#h2-bootstrap-heading {
    font-size: 2em;
}
.page-header h3 {
    font-size: 1.8em;
}
.contact-grid {
    width: 100%;
}
.contact-grid iframe {
    height: 300px;
}
.contact-grid:nth-child(2) {
    margin-top: 2em;
}
.contact-grid input[type="text"] {
    width: 49.5%;
}
}
@media(max-width:414px){
.banner-section {
    background: url(../images/ba11.jpg) no-repeat -249px 0px;
    background-size: cover;
    min-height: 346px;
    margin-top:80px;
}
.fules {
    bottom: 33.3%;
    left: 36%;
}
.itema, .itema-hover, .itema-hover .mask, .itema-img, .itema-info {
    width: 100%;
    height: 299px;
}
.itema-info {
    padding-top: 6em;
}
.wrapper .description {
    padding: 15px 14px;
}
.view h4 {
    margin-top: 4.5em;
}
.about-grid1 iframe {
    width: 100%;
    height: 198px;
}
ul.price-list li {
    padding-left: 7em;
}
.contact-grid input[type="text"] {
    width: 100%;
}
}
@media(max-width:384px){
.details-section {
    width: 68%;
}
.logo a {
    font-size: 0.95em;
}
.header {
    padding-bottom: 0;
}	
.navbar-default {
   margin-top: 5px;
}
.welcome h2, .about-section h2, .services h2, .gallery h2, .short-heading h2, .contact h2 {
    font-size: 1.8em;
}
.testimonial-header h3, .project h3, .featured-section h3, .history h3, .team h3, .our-services h3, .our-offers h3, .ftr-gd h3 {
    font-size: 2em;
}

.testmonial-text h4 a {
    font-size: 1em;
}
.fules {
    bottom: 38.3%;
    left: 33.5%;
}
.itema-info {
    padding-top: 5.5em;
}
.itema, .itema-hover, .itema-hover .mask, .itema-img, .itema-info {
    width: 100%;
    height: 275px;
}
.view h4 {
    margin-top: 3.5em;
}
.about-grid1 iframe {
    width: 100%;
    height: 182px;
}
.featured-gd {
    float: left;
    width: 100%;
}
.featured-gd:nth-child(2){
    margin-top: 2em;
}
ul.price-list li {
    padding-left: 6em;
}
}
@media (max-width: 375px){
.banner-center h3 {
    width: 74%;
    font-size: 1.8em;
}
.wel-top {
    margin:0 10px
}
.fules {
    bottom: 34.3%;
}
.itema, .itema-hover, .itema-hover .mask, .itema-img, .itema-info {
    width: 100%;
    height: 268px;
}
.wrapper .description {
    padding: 13px 14px;
}
.ftr-gd input[type="submit"] {
    width: 28%
}
.wel-grid,.fuel-grid,.footer-grid,.about-grid,.about-grid1,.history-grid,.team-grid,.services-grid,.featured-gd,.contact-grid{
    padding: 0;
}
.gal-gd, .gal-gd-sec {
    width: 100%;
}
}
@media (max-width: 320px){
.banner-center {
    margin-top: 1em;
}
.banner-center h3 {
    width: 90%;
}
.details-section {
    width: 80%;
}
.banner-section {
    background: url(../images/ba11.jpg) no-repeat -250px 0px;
    background-size: cover;
    min-height: 315px;
    margin-top: 
}
.testimonial-header h3, .project h3, .featured-section h3, .history h3, .team h3, .our-services h3, .our-offers h3, .ftr-gd h3 {
    font-size: 1.8em;
}
.welcome, .project, .ftr-gd, .footer-section, .testimonials, .about-section, .history, .team, .services, .our-services, .featured-section, .our-offers, .gallery, .contact, .page {
    padding: 1.5em 0;
}
.wel-grids, .project-grids,.test-monials,.test-monials,.about-grids, .history-grids, .team-grids, .services-grids, .featured-grids, .ourser-grids, .offer-grids, .gal-btm, .contact-grids {
    margin-top: 1em;
}
.fuel-text {
    bottom: -40%;
}
.fuel-text {
    bottom: -40%;
    width: 94%;
    margin: 0 auto;
    left: 3.5%;
    padding: 1em 1em 1em;
}
.ftr-gd h3 {
    margin: 0 0 0.5em;
}
.fules {
    bottom: 48.3%;
    font-size: 1em;
}
.itema, .itema-hover, .itema-hover .mask, .itema-img, .itema-info {
    width: 100%;
    height: 223px;
}
.itema-info {
    padding-top: 4em;
}
.itema-type-double .itema-info .date {
    font-size: 1.5em;
}
.wrapper .description {
    padding: 17px 14px;
}
.view h4 {
    margin-top: 2.5em;
}
.ftr-gd input[type="submit"] {
    width: 33%;
    padding: .8em;
}
.ftr-gd input[type="text"] {
    padding: .7em 1em;
}
.about-grid1 iframe {
    width: 100%;
    height: 163px;
}
.about-grid h4{
	line-height:1.3em;
}
ul.price-list li {
    padding-left: 3em;
}
.serv-text {
    margin-top: 1em;
}
.contact-grid iframe {
    height: 230px;
}
}
/*2018-8-29 10:09:38*/
.pagination .current{background: #d5d5e8;}
.showpro img{height: 155px;}
.pro-nav .pull-right{
    padding-right: 10px;
    color: #03a9f4;
}