@charset "utf-8"; 
.rotate{
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;
 
    }  
 
.rotate:hover  
{
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}  
.content-section-a {
	background-color: #f1f2f3;
	padding: 50px 0;
}
.content-section-b {
	background-color: #1d2025;
}
.content-section-c {
	background-color: #f8f9fa;
}

.section-title {
margin-bottom: 60px;
}
.section-title h2 {
color: #ffffff;
font-size: 35px;
margin: 0;
padding-bottom: 10px;
position: relative;
text-transform: uppercase;
}
.section-title h3 {
color: #000;
font-size: 35px;
margin: 0;
padding-bottom: 10px;
position: relative;
text-transform: uppercase;
}

.section-title span {
background: #ef1165 none repeat scroll 0 0;
display: block;
height: 2px;
margin: 15px auto;
position: relative;
width: 100px;
}
.section-title p {
margin: auto;
padding: 0 20px;
width: 70%;
}
.section-title-white {
color: #fff !important;
position: relative;
}
.section-title-white-span {
background: #fff none repeat scroll 0 0 !important;
position: relative;
}
.work-title {
margin-bottom: 60px;
}
.work-title h2 {
color: #000;
font-size: 35px;
margin: 0;
padding-bottom: 10px;
position: relative;
text-transform: uppercase;
}
.work-title h5{
    font-size: 1.1em;
    text-align: center;
    color: #000;
    margin-bottom: 0.5em;
    font-weight: 300;
	width: 100%;
    margin: 5px auto;
    padding: 10px;
}

.work-title span {
background: #ef1165 none repeat scroll 0 0;
display: block;
height: 2px;
margin: 15px auto;
position: relative;
width: 100px;
}
.work-title p {
margin: auto;
padding: 0 20px;
width: 70%;
}
.work-grid{
	float:left;
	width:16%;
	position:relative;
}
.work-grid2{
	float:left;
	position:relative;
}

.work-grid a img{
	width:100%;
}
.work-grids {
    margin-top: 2em;
}
.work-grids.two{
	margin:0;
}

.b-wrapper:hover {
	background:rgba(0, 0, 0, 0.64);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/*-- portfolio-img --*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
}
h4.b-from-left{
	margin:0;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
.b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	overflow:hidden;
}
.b-wrapper:hover {
	background:rgba(0, 0, 0, 0.64);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.header-wrapper {
    position: relative;
}


/*header top*/

.header-top {
    background-color: #181d30;
    border-bottom: 0px solid #32313b;
    font-size: 12px;
    position: relative;
    z-index: 1150;
}

.header-top ul,
.header-top ol,
.header-top dl {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 0;
}

.header-top ul .fa {
    margin-right: 10px;
}

.header-top p {
    margin: 0;
}

.header-top-left {
    float: left;
    width: 100%;
}

.header-top-right {
    float: right;
    width: 100%;
}


/*header top navigation */

.top-menu {
    list-style: none;
    padding-left: 0;
    float: right;
}

.top-menu li:first-child {
    border-left: 1px solid #32313b;
    padding: 3px;
}

.top-menu li {
    border-right: 1px solid #32313b;
    display: inline-block;
    background: #ff551a none repeat scroll 0 0;
}

.top-menu li a {
    color: inherit;
    padding: 10px 12px;
    display: block;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 13px;
    font-family: '微软雅黑';
    font-weight: bolder;
}

.header-top .dropdown:hover .dropdown-menu {
    display: block;
}

.header-top .dropdown-menu {
    border: 1px solid #32313b;
    margin-top: 0px;
    margin-left: -4px;
}

.header-top .dropdown-menu > li {
    display: block;
    border: none;
}


/* social top */

.social-top {
    list-style: none;
    padding-left: 0;
    float: left;
}

.social-top li:first-child {
    border-left: 1px solid #32313b;
}

.social-top li {
    border-right: 1px solid #32313b;
    display: inline-block;
    padding: 4px 3px;
}

.social-top li a {
    color: inherit;
    padding: 8px 5px;
    display: block;
    font-size: 14px;
    color: #fff;
}

.social-top a:hover,
.social-top a:focus {
    text-decoration: none;
}

.social-top .fa {
    margin-right: 0;
}

.top-menu a {
    color: #fff;
}

.top-menu a:hover,
.top-menu a:focus {
    text-decoration: none;
}


/*header main*/

.header-main {
    width: 100%;
    position: relative;
    z-index: 1100;
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.239216) 0px 4px 9px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.239216) 0px 4px 9px 0px;
    box-shadow: rgba(0, 0, 0, 0.239216) 0px 4px 9px 0px;
    -webkit-transform: translateZ(0);
}

.main-navigation {
    position: relative;
}

.logo {
    line-height: 100px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.logo img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-width: 446px;
}
.header-main.shrink .logo {
    line-height: 60px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-main.shrink .logo img {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

/*========== Main Navigation ==========*/

.navbar-header {
    float: none;
}

.nav-right .navbar-header {
    float: right;
}

.nav-left .navbar-header {
    float: left;
}

.nav-left .apclk-nav {
    float: right;
}

.nav-centered .navbar-header {
    float: none;
    text-align: center;
}

.nav-centered .nav > li {
    display: inline-block;
}

.nav-centered .navbar-nav > li {
    float: none;
}

.nav-centered .apclk-nav {
    width: 100%;
    text-align: center;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    text-decoration: none;
    background-color: #ff551a;
	color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav > li > a {
        padding-left: 9px;
        padding-right: 9px;
    }
    .navbar-nav > li > a {
        line-height: 76px;
    }
}

@media screen and (max-width: 767px) {
    .mega-menu-list > li > a {
        color: #6e6e6e !important;
    }
    .nav-right .navbar-header {
        float: none;
        width: 100%;
        text-align: right;
    }
    .nav-left .navbar-header {
        float: none;
        width: 100%;
        text-align: left;
    }
    .nav-right .navbar-toggle {
        left: 0;
    }
    .nav-left .navbar-toggle {
        right: 0;
    }
    .nav-left .apclk-nav {
        float: none;
    }
    .dropdown-menu > li > a {
        background: none !important;
        color: #777 !important;
        padding: 10px 20px !important;
    }
    .dropdown-menu > li > a:hover {
        padding: 10px 20px !important;
        background-color: #337ab7 !important;
        color: #fff !important;
    }
    .dropdown-menu > li.active > a {
        color: #fff !important;
    }
    .header-top-left,
    .social-top,
    .header-top-right,
    .top-menu {
        text-align: center;
        float: none;
    }
    .top-menu {}
}

.navbar,
.navbar-nav {
    margin: 0;
    min-height: inherit;
}

.navbar-collapse {
    max-height: inherit;
    padding: 0;
}

.navbar-default {
    background: none;
    border: none;
}

.navbar-default .navbar-nav > li > a.active {
    color: #181d30;
}

.navbar-default .navbar-nav > li > a {
    color: #181d30;
    border-bottom: 3px solid transparent;
    font-family: '微软雅黑', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background: none;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    text-decoration: none;
    background-color: none;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background: none;
    border-color: transparent;
}

.navbar-toggle {
    position: absolute;
    cursor: pointer;
    top: 30px;
    width: 48px;
    height: 48px;
    font-size: 18px;
    float: none;
    text-align: center;
    right: 0;
    margin: 0;
    padding: 9px 10px;
    background-color: #32313b;
    color: #fff;
    border: none;
    border-radius: 0;
}

.navbar-toggle:focus {
    outline: none;
}

.navbar-toggle:after {
    content: '\f0c9';
    font-family: '微软雅黑';
}

@media (min-width: 992px) {
    .navbar-nav > li > a {
        padding: 9px 16px 12px;
        line-height: 76px;
    }
    .header-main.shrink .navbar-nav > li > a {
        line-height: 41px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .navbar-nav > li > a:hover,
    .navbar-nav > li > a:focus {}
    .navbar-nav > li > a.current::before,
    .navbar-nav > li > a.current::after,
    .navbar-nav > li > a:hover::before,
    .navbar-nav > li > a:focus::before,
    .navbar-nav > li > a:hover::after,
    .navbar-nav > li > a:focus::after,
    .navbar-nav > li > a.highlighted:before,
    .navbar-nav > li > a.highlighted:after {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
    }
}

#full-screen-slider { width:100%; height:600px; float:left; position:relative;}
#slides { display:block; width:100%; height:560px; list-style:none; padding:0 auto; margin:0 auto; position:relative;}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:50%; top:540px; z-index:9900;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#0092CE}

#full-screen-slider2 { width:100%; height:400px; float:left; position:relative;}
#slides2 { display:block; width:100%; height:360px; list-style:none; padding:0 auto; margin:0 auto; position:relative;}
#slides2 li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides2 li a { display:block; width:100%; height:100%; text-indent:-9999px}

/*-- product --*/
.product-top {
    margin:2em;
	padding-top:90px;
	height:20px;
}

.product h4 {
    font-size: 1.2em;
    text-align: center;
    line-height: 2em;
    color: #333;
    width: 100%;
    margin: 0 auto 2em;
    border-bottom: 2px dashed #FF5722;
    padding-bottom: 1.2em;
}
p{
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
}
p.w-text{
    width: 75%;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 1px;
}
.product-row {
    margin-top: 1em;
}
.product img {
    width: 100%;
	max-width:600px;
	max-height:440px;
}
.shouimg{
	max-width:600px;
	max-height:440px;
	
}
.product-img{
    display: block;
    overflow: hidden;
	position:relative;
}
.product-img{
    overflow: hidden;
	position:relative;
}
.product-text {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	-webkit-transition:.5s all;
	transition:.5s all;
	-moz-transition:.5s all;
	-moz-opacity: 0;
	opacity: 0;
}
.product-title h5{
    font-size: 1.1em;
    text-align: center;
    color: #000;
    margin-bottom: 0.5em;
    font-weight: 300;
	width: 100%;
    margin: 5px auto;
    padding: 10px;
}
.product-title h4{
    font-size: 1em;
    text-align: center;
    color: #000;
    margin-bottom: 1em;
    font-weight: 300;
	width: 100%;
    margin: 5px auto;
    padding: 10px;
}
.product-grids:hover .product-text{
	opacity: 1;
	-moz-opacity: 1;
}
.product-text h5 {
    font-size: 2em;
    color: #fff;
    text-align: center;
    margin-top: 2.5em;
}
img.zoom-img{
	-webkit-transform: scale(1, 1);
    transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
}
img.zoom-img:hover,.product-grids:hover img.zoom-img,.portfolio-grids:hover img.zoom-img{
	-webkit-transform: scale(1.8);
	transform: scale(1.8);
	-moz-transform: scale(1.8);
	-ms-transform: scale(1.8);
	-o-transform: scale(1.8);
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 750ms;
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-duration: 750ms;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	-ms-transition-duration: 750ms;
	-o-transition-duration: 750ms;
	overflow: hidden;
}

.nav-tabs > li > a{
    text-transform: uppercase;
    text-align: center;
    border: none;
    padding: 10px;
    border-radius: 0px;
    margin-right: 0px;
    color: #fff;
    background-color: #FF5722;
    font-family: '微软雅黑';
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1px;

}
 .nav-tabs > li > a:hover {
    text-transform: uppercase;
    text-align: center;
    border: none;
    padding: 10px 10px;
    border-radius: 0px;
    margin-right: 0px;
    color: #fff;
    background-color: #181d30;
    font-family: '微软雅黑';
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
}
 .nav-tabs > li > a:active {
    text-transform: uppercase;
    text-align: center;
    border: none;
    padding: 10px 10px;
    border-radius: 0px;
    margin-right: 0px;
    color: #000;
    background-color: #181d30;
    font-family: '微软雅黑';
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
}
 .nav-tabs {
    border: none;
}

 .nav-tabs>li {
    border: none;
    margin-bottom: 10px;
	margin-right: 10px;
}

.nav-tabs>li.active>a {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border: none;
    background-color: #FF5722;
}

 .nav-tabs>li.active>a:hover {
    border: none;
    background-color: #FF5722;
}

.tab-content {
    padding: 25px 10px 0px 10px;
}

/*-- //product --*/

.btn-blue-orange {
    font-family: '微软雅黑';
    background-color: #181d30;
    padding: 10px 20px;
    color: #fff;
    border-radius: 0px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
	float:right;
}

.btn-blue-orange:hover {
    font-family: '微软雅黑';
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #FF5722;
}

.section-title {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    padding: 10px;
    margin: 0px auto;
    font-family: '微软雅黑';
    letter-spacing: 1px;
}
.section-title2 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    padding: 10px;
    margin: 0px auto;
    font-family: '微软雅黑';
    letter-spacing: 1px;
}
hr.section-red-line {
    border: 2px solid #181d30;
    width: 50px;
    margin-top: 0;
}

hr.section-title-hr {
    width: 150px;
    margin-bottom: -4px;
	border: 2px solid #ff551a;
}

hr.align-left {
    text-align: left !important;
    margin-left: 0;
}
.color-theme-color {
    color: #181d30;
}
h3.agileits-title {
    font-size: 4.5em;
    text-align: center;
    color: #008080;
    margin-bottom: 0.5em;
    font-weight: 300;
    text-transform: uppercase;
}
paddingbt {
padding-top:40px;
}
/*---linian--*/
/*-- aboutln --*/
#aboutln{
	background:url(../images/slide01.jpg) no-repeat;
	padding:5% 0;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	position: relative;
	width:100%;
	background-attachment:fixed;
	background-position:center center;
}
.aboutln h2 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
     text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.aboutln h4 {
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 1px;
    font-size: 26px;
    margin-top: 8px;
    font-weight: 600;
     text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.aboutln_margin {
    padding: 2em 0em 0em 2em ;
}
.aboutlnct{
    color: #fff;
    margin: 1em 0;
    line-height: 2em;
    letter-spacing: 1px;
    font-size: 13px;
	padding:10px;
}
.aboutlnct h4 {
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    margin-top: 8px;
    font-weight: 600;
	text-align:center
}
.aboutlnct p{
    color: #fff;
    margin: 1em 0;
    line-height: 2em;
    letter-spacing: 1px;
    font-size: 13px;
	padding:10px;
	background-color:rgba(0,0,0,0.3);
}
.aboutlnl {
 border-bottom: 2px dashed #FF5722;
	padding:20px;
 }

/*-- //aboutln--*/
/*-- news--*/
.latest-news{
  background-repeat: no-repeat;
  background-size: cover;
  background-color:#f1f2f3;
}
.latest-news .sec-title{
  margin-bottom: 35px;
}

.latest-news .item{
  margin-bottom: 30px;
  box-shadow: 0px 3px 24px 3px rgba(0, 0, 0, 0.13);
}

.latest-news .item .image-box{
    overflow: hidden;
  position: relative;
}
.latest-news .item .image-box img{
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
	width:360px;
	height:220px;
	
}
.latest-news .item:hover .image-box img{
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.latest-news .item .image-box .overlay {
    position: absolute;
    text-align: center;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0%;
    background: rgba(255, 87, 34, 0.8);
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    opacity: 0;
    visibility: hidden;
}
.latest-news .item:hover .overlay,
.latest-news .item:focus .overlay {
    height: 100%;
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    opacity: 1;
    visibility: visible;
}

.latest-news .item .image-box .overlay .inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.latest-news .item .image-box .overlay .inner a{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.latest-news .item .image-box .overlay .inner i:before {
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  margin: 0;
}



.latest-news .item .content-box{background: #fff;}
.latest-news .item .content-box .comments{
      margin-top: 10px;
}
.latest-news .item .content-box .comments li{
    display: inline-block;
    margin-right: 12px;
    font-size: 13px;
}
.latest-news .item .content-box .comments li i{
    font-size: 13px;
    margin-right: 5px;
    color: #c21605;
}
.latest-news .item .content-box h4{
    position: relative;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 300;
}
.latest-news .item:hover .content-box h4{
}
.latest-news .item .content-box h4 a{
  color: #222;
  transition: .5s;
}
.latest-news .item:hover .content-box h4 a{
  color: #c21605;
}

.latest-news .item .content-box p{
    color: #848484;
}
.latest-news .item .content-box .text-details{
  padding: 20px 20px 22px;
  border: 1px solid #f7f7f7;
  border-top: 0px;
}
.text-details{
font-size: 14px;}

.news-box{
  padding: 20px 20px 22px;
  border: 2px solid #f1f2f3;
  border-top: 0px;
  background-color:#FFFFFF;
height:170px;
}
.news-box img{
width:200px;
height:130px;
float:left;	
position:relative;
}
.news-box .pic { float:left;margin-right:10px;width:20%;}  
.news-box .content {float:left;width:75%;}
.news-box h4{
    position: relative;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 300;
	color:#0c7ced;

}
.news-box h4 a{
  color: #0c7ced;
  transition: .5s;
}
.news-box p{
    color: #848484;
     font-size: 14px;
}

/*-- //news--*/
/*-- banner--*/
.banner_us {
    background: url(../images/banner1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 400px;
}
.banner_pro {
    background: url(../images/banner1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 400px;
}
/*** 
=======================================
contact-info-area
=======================================
***/

.contact-info-area {
}

.contact-info-area .contact-info {
  text-align: center;
  border: 1px solid #c21605;
  padding: 40px 0px;
  background: #FF5722;
  color: #fff;
  margin-bottom: 30px;
  box-shadow: 0px 3px 24px 3px rgba(0, 0, 0, 0.6);
  background-repeat: no-repeat;
  background-size: cover;

}


.contact-info-area .contact-info .icon-box {
  
  margin-bottom: 20px;
}
.contact-info-area .contact-info .icon-box i:before{
  font-size: 40px;
  color: #fff;
  margin: 0;
}
.contact-info-area .contact-info h5 {
  font-size: 16px;
  margin-bottom: 8px;
}

.contact-info-area .contact-form {
  position: relative;
}

.contact-info-area .contact-info li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 14px;
}
.contact-info-area .contact-info li a {
  position: relative;
  font-size: 15px;
  color: #00aff0;
  padding-left: 20px;
}
.contact-info-area .contact-info li a i {
  font-size: 15px;
  margin-right: 5px;
}
.contact-info-area .contact-info li i {
  font-size: 20px;
  color: #00b7f2;
  position: absolute;
  left: 0px;
  top: 8px;
}
.contact-info-area .thm-btn {
  background: #333;
  border-radius: 25px;
  padding: 0 50px;
}


.contact_us{
}
.contact_us .sec-title h2:before{
    left: 50%;
    margin-left: -61px;
}

.contact_us .sec-title h2:after {
    left: 50%;
    margin-left: -50px;
}


.contact_us .sec-title p{
  max-width:650px;
  margin:0 auto;
  color:#848484;
  margin-bottom: 60px;
}
.contact_us .link_btn.style-four{
  margin-top:30px;
}
.wap {
display:none;
}
.pc {
display:block;
}
.pcpro {
display:block;
}
.wappro {
display:none;
}
.contact-map {
    position: relative;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
	color:#000;
	padding:8px;
}

@media(max-width:667px){

	.work-grid {
		float: left;
		width: 50%;
		position: relative;
	}	
}

@media screen and (max-width:1024px){
	.agile_banner_margin {
		padding: 14em 0em 0em;
	}
	.agile_banner_info h2 {
		font-size: 37px;
		letter-spacing: 2px;
	}
    .banner_us {
        min-height: 360px;
    }
}
@media screen and (max-width:992px){
	.agile_banner_info h2 {
		font-size: 33px;
		letter-spacing: 1px;
	}		
	.agile_banner_margin {
		padding: 12em 0em 0em;
	}
	.agile_banner_info p {
		font-size: 14px;
	}
	.agile_banner_info h4 {
		font-size: 20px;
	}

.nmypadding{
	padding-top:0px;
}

}

@media screen and (max-width:767px){
	.agile_banner_margin {
		padding: 10em 0em 0em;
	}
.nmypadding{
	padding-top:0px;
}
    .banner_us {
        min-height: 300px;
    }
}

@media screen and (max-width:590px){
	.agile_banner_margin {
		padding: 10em 2em 0em;
	}
.nmypadding{
	padding-top:0px;
}

}
@media screen and (max-width:540px){
.nmypadding{
	padding-top:0px;
}

}

@media screen and (max-width:480px){
	.agile_banner_info h5 {
		font-size: 20px;
	}
	.agile_banner_info h2 {
		font-size: 28px;
		letter-spacing: 0px;
	}
	.agile_banner_info h4 {
		font-size: 17px;
	}
.nmypadding{
	padding-top:0px;
}


}

@media screen and (max-width:479px){
.nmypadding{
	padding-top:0px;
}
    .banner_us {
        min-height: 240px;
    }
}



















