/*-- reset code --*/
body{
scroll-behavior:smooth;
	margin: 0 auto;
	padding:0;
	margin:0;
	background:#FFF;
}
body a{
	color: #555;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
 a:link{
	color: #555;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
 a:visited{
	color: #555;
	outline:none;
	text-decoration:none;
}
 a:hover{
	color: #009a41;
	outline:none;
	text-decoration:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
 a:active{
	outline:none;
	text-decoration:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.top-bar ul.top-contacts li p , .top-bar ul.top-contacts li p a {
	color: #333333;
	font-size: 16px;
 	font-weight:400;
	padding-top:7px;
	outline:none;
	text-decoration:none;
}
.top-bar ul.top-contacts li p a:focus, .top-bar ul.top-contacts li p a:hover {
	color:#008800;
	outline:none;
	text-decoration:none;
}

.search {
    width: 100px;
    height: 25px;
    border-radius: 10px;
    outline: none;
    border: 1px solid #ccc;
    padding-left: 10px;

}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
	padding:0;
}
h4{
	margin-top:4px;
	margin-bottom:14px;
	text-indent:0em;
	LINE-HEIGHT:150%;
	font-size: 18px;
}
h5{
	margin-top:4px;
	margin-bottom:14px;
	text-indent:0em;
	LINE-HEIGHT:150%;
	font-size: 16px;
	color: #333;
}
h6{
	margin-top:4px;
	margin-bottom:14px;
	text-indent:0em;
	LINE-HEIGHT:150%;
	font-size: 14px;
	color: #999;
}	
p{
	font-size: 15px;
	margin:0;
	padding:0;
	margin-top:4px;
	margin-bottom:14px;
	text-indent:2em;
	LINE-HEIGHT:170%;
}
ul{
	margin:0;
	padding:0;
	list-style: none;
}
label{
	margin:0;
}
button{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
img {
 width:auto;
 height:auto;
 max-width:100%;
 max-height:100%;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*-- /reset code --*/
body {
	font-family: 'Open Sans', sans-serif;
	color:#555555;
	outline:none;
	text-decoration:none;
}
/*-- top bar --*/
.top-bar {
	color:#DDD;
	background-color:#666;
	height:30px;
	width:100%;
	min-height: 37px;
	line-height: 7px;
	position:fixed;
	margin:0 auto;
	padding:0px 0;
	overflow-y:hidden;
	z-index: 100;
}
.logo {
	width:70%;
	height:6%;
	position:fixed;
}
ul.top-contacts , ul.top-links {
	list-style:none;
}
ul.top-contacts {
	float:left;
}
ul.top-links {
	float:right;
}
ul.top-contacts li {
	margin-right:20px;
	display:inline-block;
}
ul.top-links li {
	margin-left:5px;
	display:inline-block;
}

.top-bar ul.top-contacts li p span {
    vertical-align: middle;
    text-align: center;
    line-height: 1px;
    margin-right:5px;
}
.top-bar ul.top-links li a i.fa {
    color: #CCC;
    background-color: #666;
    width: 60px;
    height: 30px;
    font-size: 12px;
    border-radius: 20%;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    -o-border-radius: 20%;
    -ms-border-radius: 20%;
    line-height: 30px;
    text-align: center;
	transition:all 0.5s ease-in-out;
	-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;
} 
.top-bar ul.top-links li a i.fa:hover {
	outline:none;
	text-decoration:none;
	color: #FFF;
	background-color: #999;
}


/*-- /top-bar --*/
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/*-- navigation section --*/
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color:#00ba61;
    background-color: transparent;
}
.navbar-inverse .navbar-brand {
	color:#00ba61;
	padding:120px 15px;
}
.navbar-brand h1 {
	font-size:35px;
	font-weight:normal;
	color:#00ba61;
	text-transform:uppercase;
}
.navbar-inverse .navbar-nav>li>a {
	color: #333;
	font-size:16px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #FFF;
    background-color:transparent;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	outline:none;
	text-decoration:none;
	color: #00ba61;
	background-color:transparent;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #FFF;
}
.navbar-inverse {
    background: url(../images/navbar.png);
    background-color: #FFF;
    border-color: transparent;
}

/*-- 下拉子菜单点击效果 --*/
.nav
 > li:hover .dropdown-menu {
/*--  display: block;--*/
  text-decoration: none;
  min-width:125px;
  font-size:14px;
  background-color:#EEE;
  box-shadow:0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{
  color:#00ba61;
  background-color:#FFF;
}
.navbar-nav>li>a {
    padding-top: 18px;
    padding-bottom: 10px;
}
.navbar-wrapper .navbar {
    border-radius: 0px;
}
.top2 {
  background-color: #FFF;
  top: 30px;
  right: 0;
  left: 0;
  z-index: 100;
  height:auto;
  min-height: 50px;
  line-height: 50px;
  position:fixed;
  margin:0 auto;
  padding:0px 0;
  overflow-y:auto;
}
.navbar-wrapper {
  top: 30px;
  right: 0;
  left: 0;
  z-index: 100;
  height:auto;
  min-height: 10px;
  line-height: 30px;
  position:fixed;
  margin:0 auto;
  padding:0px 0;
  overflow-y:visible;
}
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.navbar {
	margin-bottom:0;
	height:47px;
}
#lightninBox {
    position: fixed;
    z-index: 200;
    padding:10px;
}
.modal-dialog {
    width:700px;
    position: absolute;
    left: 50%;
    top: 50%;
}
.modal-dialog1 {
    width:700px;
    position: absolute;
    left: 50%;
    top: 5%;
}
.modal-mail {
    width:263px;
    position: absolute;
    left: 65%;
    top: 3%;
}
.modal-body {
	text-indent:0em;
	LINE-HEIGHT:170%;
	font-size: 16px;
	text-align: left;
}
@media (min-width: 768px) {
  .navbar-wrapper {
    margin-top: 0px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-wrapper  .cl-effect-4 li a::after {
	position: absolute;
	top:85%;
	left: 0;
	width: 100%;
	height: 0px;
	background:#00ba61;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.navbar-wrapper  .cl-effect-4 li a:hover::after,
.navbar-wrapper  .cl-effect-4 li a:focus::after {
	height: 5px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}	
.navbar-wrapper  .cl-effect-4 .cl-effect-0 li a:hover::after,
.navbar-wrapper  .cl-effect-4 .cl-effect-0 li a:focus::after {
	opacity: 0;
}
/*-- /navigation section --*/
/*-- banner section --*/
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.fl {
	float: left;
}
.row {
	width: 100%;
}
.grid12 {
	float: left;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.small12 {
	width: 100%;
}
.small3 {
	width: 25%;
}
.slideDemos {
	width: 100%;
}
.slideDemos-single {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 1em;
}
.slideDemos-single .pogoSlider {
	height: 225px;
}
.slideDemos-single h3 {
	text-align: center;
	margin-top: 90px;
	color: #fff;
	font-weight: 700;
}
.pogoSlider-slide-element {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    text-align:left;
    margin-top: 280px!important;
}
.pogoSlider {
	height: auto!important;
	padding-top: 0px;
	top: 70px;
}
.pogoSlider-slide {
	height:auto!important;
}
.pogoSlider-slide-element h3 {
	-webkit-text-stroke: 1px #555;
	text-shadow: 0px 0px 3px 3px #000;
	-webkit-text-shadow: 0px 0px 3px 3px #000;
	-moz-text-shadow: 0px 0px 3px 3px #000;
	-o-text-shadow: 0px 0px 3px 3px #000;
	-ms-text-shadow: 0px 0px 3px 3px #000;
	color: #FFF;
    font-weight: normal;
    font-size: 35px;
    padding: 0 600px 30px 100px;
    letter-spacing: 3px;
    line-height: 55px;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
}
.pogoSlider-slide-element h3:after {
	content: '';
    background-color: #00ba61;
    height: 5px;
    width: 20%;
    left: 5%;
    bottom: 0;
    position: absolute;
}
.pogoSlider-nav-btnchengang {
	width:15px;
	height:15px;
}
/*-- /banner section --*/
/*-- ORG section --*/
section.ORG-w3ls {
    padding: 90px 0 0 0;
    margin:0px 0 0;
    border-top:0px solid #000;

}
section.ORG-w3ls h3.text-center {
	font-size: 24px;
	font-weight: 600;
	padding-bottom:3%;
	text-transform:uppercase;
	position:relative;
	color:#333;
}
/*-- ORG 文本下划线设置 --*/
section.ORG-w3ls h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #00ba61;
    width: 20%;
    height: 4px;
    bottom: 30%;
    left: 40%;
}
section.ORG-w3ls p.text-center {
	font-size:18px;
	font-weight:normal;
	line-height: 170%;
	text-align: left;
}
/*-- 企业文化 标题 --*/
section.ORG-w3ls h4 {
    font-size: 20px;
    font-weight: normal;
    color: #00ba61;
    padding: 0;
    text-transform: capitalize;
}
/*-- 企业文化 文本 --*/
section.ORG-w3ls p.serv-p1 {
    font-size: 16px;
    font-weight: normal;
    line-height: 170%;
}
section.ORG-w3ls .col-xs-5.serv-agile2 {
    padding: 0;
}

/*-- 企业文化 边框--*/
section.ORG-w3ls .col-xs-6.serv-agile1 {
    border: 1px solid #AAA;
    border-radius: 10px;
    height: 220px;
    padding: 20px;
    width: 24%;
    margin: 5px;
}
section.ORG-w3ls .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    border: 1px solid #00ba61;
    border-radius: 10px;
}
section.ORG-w3ls .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color:#00ba61;
}
section.ORG-w3ls .carousel-indicators {
    bottom: -50px;
}
.orgzx {
	padding: 90px 0 0 0;
	margin:0px 0 0;

}
.orgzxl {
	font-size: 16px;
	text-indent:0em;
	text-align:right;
}
.orgzxr {
	font-size: 16px;
	text-indent:0em;
	text-align:left;
	margin: 0 0 10px;
}
/*-- /ORG section --*/
/*-- 发展历程 section --*/
section.divider {
	background:url(../jpg/divider1.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	-webkit-background-size:100% 70%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	-ms-background-size:100% 100%;
	padding:100px 0;
	text-align:center;
}
section.divider h2.text-center {
	font-size:35px;
	font-weight:normal;
	padding-bottom:20px;
	color:#fff;
	line-height:70px;
	text-transform:uppercase;
}
section.divider  a {
    color: #fff;
    font-size: 18px;
    outline:none;
    text-decoration:none;
    font-weight: normal;
    width: 150px;
    height: 50px;
    line-height: 49px;
    background-color: #00ba61;
    border: 0px solid #fff;

    border-radius: 5%;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    -o-border-radius: 5%;
    -ms-border-radius: 5%;

    transition: all 0.5s ease-in-out;
    -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;
    display: inherit;
    margin: 50px auto 0;
}
section.divider a:hover {
	background-color:#fff;
	color:#008833;
}
section.divider h4#myModalLabel {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}
section.divider p.banner-p1 {
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
    font-weight: 400;
}
button.btn.btn-success {
	background-color:#FFF;
	color:#555;
	border-color:#FFF;
	outline: none;
}
button.btn.btn-success:hover{
	background-color:#DDD;
	color:#444;
	border-color:#EEE;
	outline: none;
}
button.btn.btn-success:focus {
	background-color:#FFF;
	color:#555;
	border-color:#FFF;
	outline: none;
}

/*-- /divider section --*/

/*-- orgzz section --*/
section.orgzz {
    padding: 0;
    font-size:14px;
}
section.orgzz h3.text-center {
	font-size: 24px;
	font-weight: 600;
	padding-bottom:40px;
	color:#333;
	text-transform:uppercase;
	position:relative;
}
section.orgzz h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #00ba61;
    width: 20%;
    height: 4px;
    bottom: 30%;
    left: 40%;
}
section.orgzz p.text-center {
	font-size:14px;
	font-weight:normal;
	padding-bottom:10px;
	line-height:35px;
	color:#333;
}
section.orgzz .portfolio-grids {
    padding: 0;
}
/******** SAP ************/
section.orgzz .sap_tabs{
	clear:both;
	padding: 0;
}
section.orgzz .tab_box{
	background:#fd926d;
	padding: 2em;
}
section.orgzz .top1{
	margin-top: 2%;
}
section.orgzz .resp-tabs-list {
    list-style: none;
    padding: 4em 0 3em;
    margin: 0 auto;
    text-align: center;
}
section.orgzz .resp-tab-item {
    color: #333;
    font-size: 1em;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    text-align: center;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    margin: 0 1.5em 0;
}
section.orgzz .resp-tab-active {
    text-shadow: none;
    color: #fc4f6b;
    border-bottom: 12px solid;
}
section.orgzz .resp-tabs-container {
	padding: 0px;
	clear: left;	
}
section.orgzz h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
section.orgzz .resp-tab-content {
	display: none;
}
section.orgzz .resp-content-active,section.orgzz .resp-accordion-active {
   display: block;
}
section.orgzz .portfolio-grids a {
	display: block;
	overflow: hidden;
	position:relative;
}
section.orgzz .portfolio-grids img.img-responsive {
    width: 100%;
}
section.orgzz .b-wrapper {
    background:rgba(0,255,90, 0.1);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
	padding: 0em;
	transition:.5s all;
	text-align:center;
}
section.orgzz .portfolio-grids a:hover .b-wrapper{
	bottom: 0%;
}
/*-- 图标 --*/
section.orgzz i.fa.fa-search-plus {
    color: #00ba61;
    font-size: 30px;
    padding-top:30%;
}

/*-- 大字 --*/
section.orgzz .b-wrapper h5 {
    font-size:22px;
    font-weight:normal;
    color: #fff;
    text-align: center;
    padding:14px 0;
}
/*-- 小字 --*/
section.orgzz .b-wrapper p{
	text-indent:0em;
	font-size: 14px;
	margin: 0 20px;
    color: #fff;
    font-weight: 200;
    line-height: 1.8em;
    text-align: center;
}
section.orgzz .gallery-grids{
	margin:0;
}
section.orgzz .nav-tabs > li.active > a,section.orgzz .nav-tabs > li.active > a:hover,section.orgzz .nav-tabs > li.active > a:focus {
    color:#00ba61;
    cursor:pointer;
    border: none;
    border-bottom-color: transparent;
}
section.orgzz .nav-tabs > li > a {
	margin-right: 20px;
    border-radius: 0;
    font-size: 17px;
    color: #000000;
    border: none;
    font-weight: normal;
}	
section.orgzz .nav-tabs {
    border-bottom: none;
	margin: 0 0 20px;
}
section.orgzz .nav-tabs > li {
    margin-bottom: 0;
}
section.orgzz .nav-tabs > li:nth-child(1) {
	margin-left:43em;
}
section.orgzz .nav-tabs > li > a:hover {
    border: none;
}
section.orgzz .nav > li > a:hover,section.orgzz .nav > li > a:focus {
    color:#00ba61;
	background-color:transparent;
}
section.orgzz .cl-effect-4 li a::after {
	position: absolute;
	top:100%;
	left: 0;
	width: 100%;
	height: 1px;
	background:#00ba61;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

section.orgzz .cl-effect-4 li a:hover::after,section.orgzz .cl-effect-4 li.active a::after,section.orgzz .cl-effect-4 li.active a:focus::after,section.orgzz .cl-effect-4 li.active a:hover::after,section.orgzz .cl-effect-4 li a:focus::after {
	height: 5px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}	
section.orgzz .nav-tabs > li:nth-child(1),section.orgzz .nav-tabs > li:nth-child(2),section.orgzz .nav-tabs > li:nth-child(3),section.orgzz .nav-tabs > li:nth-child(4) {
	position:relative;
}
section.orgzz .nav-tabs > li:nth-child(1):after,section.orgzz .nav-tabs > li:nth-child(2):after,section.orgzz .nav-tabs > li:nth-child(3):after,section.orgzz .nav-tabs > li:nth-child(4):after {
	content: '';
    background-color: #00ba61;
    width: 2px;
    height: 20px;
    right: 5px;
    top: 12px;
    position: absolute;
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -moz-rotate: rotate(30deg);
}
/*-- /orgzz section --*/

/*-- product section --*/
section.product {
	padding: 90px 20px 0 20px;
}
section.product h3.text-center {
	font-size: 24px;
	font-weight: 600;
	padding-bottom:3%;
	color:#333;
	text-transform:uppercase;
	position:relative;
}
section.product h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #00ba61;
    width: 20%;
    height: 4px;
    bottom: 30%;
    left: 40%;
}
section.product p.text-center {
	font-size:17px;
	font-weight:normal;
	padding-bottom:10px;
	line-height:35px;
	color:#333;
}
section.product .portfolio-grids {
    padding: 0;
}

/******** SAP ************/
section.product .sap_tabs{
	clear:both;
	padding: 0;
}
section.product .tab_box{
	background:#fd926d;
	padding: 2em;
}
section.product .top1{
	margin-top: 2%;
}
section.product .resp-tabs-list {
    list-style: none;
    padding: 4em 0 3em;
    margin: 0 auto;
    text-align: center;
}
section.product .resp-tab-item {
    color: #333;
    font-size: 1em;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    text-align: center;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    margin: 0 1.5em 0;
}
section.product .resp-tab-active {
    text-shadow: none;
    color: #fc4f6b;
    border-bottom: 12px solid;
}
section.product .resp-tabs-container {
	padding: 0px;
	clear: left;	
}
section.product h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
section.product .resp-tab-content {
	display: none;
}
section.product .resp-content-active,section.product .resp-accordion-active {
   display: block;
}
section.product .portfolio-grids a {
	display: block;
	overflow: hidden;
	position:relative;
}
section.product .portfolio-grids img.img-responsive {
    width: 100%;
}
section.product .b-wrapper {
    background:rgba(0,0,0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
	padding: 0em;
	transition:.5s all;
	text-align:center;
}
section.product .portfolio-grids a:hover .b-wrapper{
	bottom: 0%;
}
/*-- 图标 --*/
section.product i.fa.fa-search-plus {
    color: #fff;
    font-size: 30px;
    padding-top:30%;
}

/*-- 大字 --*/
section.product .b-wrapper h5 {
    font-size:22px;
    font-weight:normal;
    color: #fff;
    text-align: center;
    padding:14px 0;
}
/*-- 小字 --*/
section.product .b-wrapper p{
	text-indent:0em;
	font-size: 14px;
	margin: 0 20px;
    color: #fff;
    font-weight: 200;
    line-height: 1.8em;
    text-align: center;
}
section.product .gallery-grids{
	margin:0;
}
section.product .nav-tabs > li.active > a,section.product .nav-tabs > li.active > a:hover,section.product .nav-tabs > li.active > a:focus {
    color:#00ba61;
    cursor:pointer;
    border: none;
    border-bottom-color: transparent;
}
section.product .nav-tabs > li > a {
	margin-right: 20px;
    border-radius: 0;
    font-size: 17px;
    color: #000000;
    border: none;
    font-weight: normal;
}	
section.product .nav-tabs {
    border-bottom: none;
	margin: 0 0 20px;
}
section.product .nav-tabs > li {
    margin-bottom: 0;
}
section.product .nav-tabs > li:nth-child(1) {
	margin-left:43em;
}
section.product .nav-tabs > li > a:hover {
    border: none;
}
section.product .nav > li > a:hover,section.product .nav > li > a:focus {
    color:#00ba61;
	background-color:transparent;
}
section.product .cl-effect-4 li a::after {
	position: absolute;
	top:100%;
	left: 0;
	width: 100%;
	height: 1px;
	background:#00ba61;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

section.product .cl-effect-4 li a:hover::after,section.product .cl-effect-4 li.active a::after,section.product .cl-effect-4 li.active a:focus::after,section.product .cl-effect-4 li.active a:hover::after,section.product .cl-effect-4 li a:focus::after {
	height: 5px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}	
section.product .nav-tabs > li:nth-child(1),section.product .nav-tabs > li:nth-child(2),section.product .nav-tabs > li:nth-child(3),section.product .nav-tabs > li:nth-child(4) {
	position:relative;
}
section.product .nav-tabs > li:nth-child(1):after,section.product .nav-tabs > li:nth-child(2):after,section.product .nav-tabs > li:nth-child(3):after,section.product .nav-tabs > li:nth-child(4):after {
	content: '';
    background-color: #00ba61;
    width: 2px;
    height: 20px;
    right: 5px;
    top: 12px;
    position: absolute;
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -moz-rotate: rotate(30deg);
}
/*-- /product section --*/

/*-- service section --*/
section.service {
    padding: 90px 220px 300px 220px;
    font-size:14px;
}
section.service h3.text-center {
	font-size: 24px;
	font-weight: 600;
	padding-bottom:3%;
	color:#333;
	text-transform:uppercase;
	position:relative;
}
section.service h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #00ba61;
    width: 20%;
    height: 4px;
    bottom: 30%;
    left: 40%;
}
section.service p.text-center {
	font-size:17px;
	font-weight:normal;
	padding-bottom:10px;
	line-height:35px;
	color:#333;
}
section.service .portfolio-grids {
    padding: 0;
}
/******** SAP ************/
section.service .sap_tabs{
	clear:both;
	padding: 0;
}
section.service .tab_box{
	background:#fd926d;
	padding: 2em;
}
section.service .top1{
	margin-top: 2%;
}
section.service .resp-tabs-list {
    list-style: none;
    padding: 4em 0 3em;
    margin: 0 auto;
    text-align: center;
}
section.service .resp-tab-item {
    color: #333;
    font-size: 1em;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    text-align: center;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    margin: 0 1.5em 0;
}
section.service .resp-tab-active {
    text-shadow: none;
    color: #fc4f6b;
    border-bottom: 12px solid;
}
section.service .resp-tabs-container {
	padding: 0px;
	clear: left;	
}
section.service h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
section.service .resp-tab-content {
	display: none;
}
section.service .resp-content-active,section.service .resp-accordion-active {
   display: block;
}
section.service .portfolio-grids a {
    display: block;
    overflow: hidden;
	position:relative;
}
section.service .portfolio-grids img.img-responsive {
    width: 100%;
}
section.service .b-wrapper {
    background:rgba(0,0,0, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
	padding: 0em;
	transition:.5s all;
	text-align:center;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
}
section.service .portfolio-grids a:hover .b-wrapper{
	bottom: 0%;
}
/*-- 图标 --*/
section.service i.fa.fa-search-plus {
    color: #fff;
    font-size: 30px;
    padding-top:30%;
}

/*-- 大字 --*/
section.service .b-wrapper h5 {
    font-size:22px;
    font-weight:normal;
    color: #fff;
    text-align: center;
    padding:10px 0 0px;
}
/*-- 小字 --*/
section.service .b-wrapper p{
    text-indent:0em;
    font-size: 16px;
    margin: 0 20px;
    color: #fff;
    font-weight: 200;
    line-height: 1.5em;
    text-align: left;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}
section.service .btn.btn-lg {
	float:none;
	width:100%;
}
section.service .nav-tabs > li.active > a,section.service .nav-tabs > li.active > a:hover,section.service .nav-tabs > li.active > a:focus {
    color:#00ba61;
    cursor:pointer;
    border: none;
    border-bottom-color: transparent;
}
section.service .nav-tabs > li > a {
	margin-right: 20px;
    border-radius: 0;
    font-size: 17px;
    color: #000000;
    border: none;
    font-weight: normal;
}	
section.service .nav-tabs {
    border-bottom: none;
	margin: 0 0 20px;
}
section.service .nav-tabs > li {
    margin-bottom: 0;
}
section.service .nav-tabs > li:nth-child(1) {
	margin-left:43em;
}
section.service .nav-tabs > li > a:hover {
    border: none;
}
section.service .nav > li > a:hover,section.service .nav > li > a:focus {
    color:#00ba61;
	background-color:transparent;
}
section.service .cl-effect-4 li a::after {
	position: absolute;
	top:100%;
	left: 0;
	width: 100%;
	height: 1px;
	background:#00ba61;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

section.service .cl-effect-4 li a:hover::after,section.service .cl-effect-4 li.active a::after,section.service .cl-effect-4 li.active a:focus::after,section.service .cl-

effect-4 li.active a:hover::after,section.service .cl-effect-4 li a:focus::after {
	height: 5px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}	
section.service .nav-tabs > li:nth-child(1),section.service .nav-tabs > li:nth-child(2),section.service .nav-tabs > li:nth-child(3),section.service .nav-tabs > li:nth-child

(4) {
	position:relative;
}
section.service .nav-tabs > li:nth-child(1):after,section.service .nav-tabs > li:nth-child(2):after,section.service .nav-tabs > li:nth-child(3):after,section.service .nav-

tabs > li:nth-child(4):after {
	content: '';
    background-color: #00ba61;
    width: 2px;
    height: 20px;
    right: 5px;
    top: 12px;
    position: absolute;
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -moz-rotate: rotate(30deg);
}
/*-- /service section --*/

/*-- welcomeimonial section --*/
section.welcome {
	padding: 90px 0;
	z-index: -1;
}
section.welcome .welbody {
	margin:0 auto;
	width: 60%;
	min-height:100px;
}
section.welcome .btn-success {
	margin:10px auto;
	width:260px;
	background:url(../images/welcome.png) no-repeat 10% 50%;
	background-size:7%;
	background-color:#FFF;
	color:#555;
	border-color:#FFF;
	text-align: left;
	text-indent:50px;
	outline: none;
	border-bottom:1px solid #999;
}
section.welcome .btn-sp {
	margin:10px auto;
	width:260px;
	background:url(../sp/images/welcome.png) no-repeat 10% 50%;
	background-size:7%;
	background-color:#FFF;
	color:#555;
	border-color:#FFF;
	text-align: left;
	text-indent:50px;
	outline: none;
	border-bottom:1px solid #999;
}
section.welcome h3.text-center {
	font-size: 24px;
	font-weight: 600;
	padding-bottom:3%;
	color:#333;
	position:relative;
	text-transform:uppercase;
}
section.welcome h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #00ba61;
    width: 20%;
    height: 4px;
    bottom: 30%;
    left: 40%;
}
section.welcome .btn-lg {
	outline: none;
	padding:2px 3px;
	font-size:18px;
	height:40px;
	border-radius:6px;
}
section.welcome .welcome-info1 p {
	font-size:15px;
	font-weight:normal;
	line-height:15px;
	color:#555;
}
section.welcome .welcome-info2 {
    text-align: right;
}
section.welcome .carousel-inner > .item  {
    width:100%;
    margin: auto;
}
section.welcome .carousel-control.left,section.welcome .carousel-control.right {
	background-image:none;
}
section.welcome .welcome-details {
    padding: 0 30px;
} 
section.welcome .welcome-w3ls {
    background-color: #F7F7F7;
    padding: 25px 30px;
    height: 200px;
    position: relative;
}
section.welcome .welcome-w3ls:after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 54px;
    border-left: 10px solid #ffffff;
    border-right: 10px solid #ffffff;
    border-bottom: 14px solid #F7F7F7;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
}
section.welcome .welcome-w3ls h5 {
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 10px;
    text-transform: capitalize;
    color: #c94e50;
}
section.welcome .welcome-w3ls p.welcome-p1 {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
}
section.welcome .welcome-agile {
	width:100%;
	padding-top:30px;
}
section.welcome .welcome-agile img.img-circle.img-responsive {
	float:left;
	width:100px;
}
section.welcome .welcome-agile h4 {
    font-size: 17px;
    font-weight: normal;
    color: #000;
    padding: 20px 0 15px;
}
section.welcome .welcome-agile p.welcome-p2 {
	font-size: 15px;
    font-weight: 400;
	font-style:italic;
}
section.welcome .carousel-indicators li {
    border: 1px solid #00ba61;
}
section.welcome .carousel-indicators .active {
    background-color: #00ba61;
}
section.welcome .carousel-indicators {
    bottom: -45px;
}
/*-- /welcomeimonial section --*/

/*-- map section --*/
.map {
	float:left;
	padding: 0 0 0 5%;
	width: 48%;
	min-height: 400px;
	z-index: -1;
}
.col-map {
	text-align:left;
	float:left;
	padding: 0 3%;
	width: 48%;
	min-height: 230px;
}
/*-- /map section --*/

/*-- friend section --*/
.friend {
	background:#E9FFF9 url(../images/subscribe1.jpg);
	min-height:250px;
	padding:50px 350px;
	text-align:center;
	z-index: -1;
}

.friend ul {
    list-style: none;
    margin: 2em 0 0;
}
.friend ul li {
	display:inline-block;
	margin-right:3px;
}
.friend ul li a {
	outline:none;
	text-decoration:none;
	font-size:14px;
	color:#555;
}
.friend ul li a i.fa {
    font-size: 21px;
    line-height: 48px;
    width: 50px;
    height: 50px;
    border: 1px solid #999;
    text-align: center;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
    -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;
}
.friend ul li a i.fa:hover {
	background-color:#00ba61;
	border: 1px solid #00ba61;
	color:#fff;
}
.friend ul li a:hover {
	color:#00ba61;
}
.friend h3.text-center {
	font-size: 18px;
	font-weight: 300;
	padding-bottom:3%;
	text-transform:uppercase;
	position:relative;
	color:#333;
}
.friend h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #00ba61;
    width: 20%;
    height: 4px;
    bottom: 30%;
    left: 40%;
}
/*-- /friend section --*/
/*-- footer section --*/
.footer {
	background-color:#555;
	padding:50px 0;
	text-align:center;
}
.footer p {
	font-size:14px;
	font-weight:normal;
	color:#FFF;
	line-height:100%;
}
.footer p a {
	color:#FFF;
	outline:none;
	text-decoration:none;
}
.footer p a:hover {
    color: #00ba61;
}
/*-- /footer section --*/
/*-- back to top --*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0,0,0, .5) url(../images/cd-top-arrow.svg) no-repeat center 50%;
      background-size: 40px;
	  -webkit-background-size:40px;
	  -moz-background-size:40px;
	  -o-background-size:40px;
	  -ms-background-size:40px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
    z-index: 100;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.cd-top:hover {
  background-color: #000;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 50px;
    width: 50px;
    right: 30px;
    bottom: 30px;
  }
}
/*-- /back to top --*/
.slideanim {visibility:hidden;}
.slide {

    animation-name: slide;
    -webkit-animation-name: slide; 

    animation-duration: 1s; 
    -webkit-animation-duration: 1s;

    visibility: visible; 
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

/*-- responsive design --*/
@media (max-width:1600px) {
.navbar-wrapper {
    margin-top: 0px;
}
.pogoSlider-slide-element {
    margin-top: 260px!important;
}
section.product .nav-tabs > li:nth-child(1) {
    margin-left: 39em;
}
/*-- 大字 --*/
section.service .b-wrapper h5 {
    font-size:22px;
    padding:0;
    margin: 0;
}
/*-- 小字 --*/
section.service .b-wrapper p{
    font-size: 16px;
    margin: 0 10px;
    line-height: 1.2em;
}
}

@media (max-width: 1440px) {
section.product .nav-tabs > li:nth-child(1) {
    margin-left: 35em;
}
.pogoSlider-slide-element h3 {
	padding:0 530px 10px 70px;
}
.pogoSlider-slide-element {
    margin-top: 220px!important;
}
section.service .b-wrapper h5 {
    font-size:20px;
}
section.service .b-wrapper p{
    font-size: 14px;
}
}

@media (max-width: 1366px) {
.pogoSlider-slide-element h3 {
	font-size: 28px;
    padding: 0 570px 10px 100px;
}
.pogoSlider-slide-element {
    margin-top: 200px!important;
}
.pogoSlider-slide-element h3:after {
	left:7%;
}
section.divider h2.text-center {
	font-size:30px;
	padding-bottom:0;
}
section.product .nav-tabs > li:nth-child(1) {
    margin-left: 31em;
}
section.product i.fa.fa-search-plus {
	padding-top:25%;
}
}


@media (max-width: 1280px) {
.pogoSlider-slide-element h3 {
	padding: 0 480px 10px 80px;
}
.pogoSlider-slide-element {
    margin-top: 170px!important;
}
section.product .nav-tabs > li:nth-child(1) {
    margin-left: 28em;
}
section.product i.fa.fa-search-plus {
    padding-top: 20%;
}
.friend {
	padding:50px 100px;
}
section.service .b-wrapper h5 {
    font-size:18px;
}
section.service .b-wrapper p{
    font-size: 12px;
}
}


@media (max-width: 1200px) {
.pogoSlider-slide-element h3 {
    padding: 0 370px 10px 80px;
}
section.product .nav-tabs > li > a {
	font-size:15px;
}
section.ORG-w3ls p.text-center,section.product p.text-center,section.welcome p.text-center {
	font-size:15px;
	line-height:28px;
}
section.ORG-w3ls h4 {
	font-size:19px;
}
section.ORG-w3ls p.serv-p1 {
	font-size:16px;
}
section.divider h2.text-center {
	font-size: 25px;
	padding-bottom: 0;
	line-height:60px;
}
section.ORG-w3ls .col-xs-6.serv-agile1 {
    height: 240px;
    padding: 20px;
    width: 23%;
}
section.ORG-w3ls .col-xs-6.serv-agile2 {
    height: 240px;
    padding: 20px;
    width: 48%;
}
section.product .nav-tabs > li:nth-child(1) {
    margin-left: 22em;
}
section.product i.fa.fa-search-plus {
    padding-top: 20%;
    font-size:25px;
} 
section.product .b-wrapper h5 {
	font-size:20px;
	padding:14px 0 10px;
}
section.product .b-wrapper p {
    font-size: 13px;
}
section.product .b-wrapper {
	padding:0em;
}
section.service {
    padding: 90px 20px 300px 20px;
}
section.service .b-wrapper h5 {
    font-size:22px;
    padding:10px 0 0;
}
section.service .b-wrapper p{
    font-size: 16px;
}
section.welcome {
	padding: 90px 0;
}
section.welcome .welcome-w3ls p.welcome-p1 {
    font-size: 114px;
}
section.welcome .welcome-agile p.welcome-p2 {
	font-size:14px;	
}
section.subs p {
    font-size: 14px;
}
.footer p {
    font-size: 14px;
}
.row {
	margin-left:0;
	margin-right:0;
}
}

@media (max-width: 1024px) {
.pogoSlider-slide-element h3 {
    padding: 0 280px 20px 110px;
    line-height: 30px;
}
section.ORG-w3ls {
    padding: 90px 0 0 0;
}
section.divider {
	padding:60px 0;
}
section.divider .button-wrap {
    padding: 1em 0 0;
}
section.divider button {
    padding: 10px 25px;
}
section.product {
    padding: 90px 5px 0 5px;
}
section.product .nav-tabs > li:nth-child(1) {
    margin-left: 20em;
}
section.subs .subscribe input#email {
	font-size:17px;
}
section.subs .subscribe button.btn.btn-outline.btn-lg {
	font-size:18px;
}
section.subs {
    padding: 50px 0;
}
.friend {
	padding:50px 80px;
}
.footer {
	padding:20px 0;
}
.pogoSlider-slide-element {
    margin-top: 120px!important;
}
.pogoSlider-slide-element h3:after {
    left: 11%;
}
section.divider  a {
	width: 140px;
    height: 45px;
    line-height: 44px;
	font-size:17px;
}
section.divider p.banner-p1 {
    font-size: 14px;
}
section.divider h4#myModalLabel {
    font-size: 27px;
}
}

@media (max-width:991px) {
.logo {
	width:33%;
	height:6%;
}
section.ORG-w3ls .col-xs-6.serv-agile1 {
    padding: 15px;
    height: 230px;
}
section.ORG-w3ls h4 {
	font-size:16px;
}
section.ORG-w3ls p.serv-p1 {
	font-size:14px;
}
section.orgzz {
    font-size:12px;
}
.col-lg-6.col-md-6.serv-w3ls1 {
	margin-bottom:20px;
}
section.divider h2.text-center {
    font-size: 25px;
    line-height: 45px;
}
section.product .nav-tabs > li > a {
    font-size: 14px;
    margin-right:15px;
}
section.product i.fa.fa-search-plus {
    padding-top: 30%;
}
section.welcome .welcome-info1 {
    margin-bottom: 30px;
}
section.welcome .welcome-info2 {
    text-align: center;
}
section.welcome .welbody {
	width: 90%;
}
section.subs p {
	padding-bottom:30px;
}
.subscribe {
    margin-top: 0px;
}
section.ORG-w3ls p.text-center, section.product p.text-center, section.welcome p.text-center {
	padding-bottom:10px;
}
.navbar-inverse .navbar-brand {
    color: #00ba61;
    padding: 23px 15px;
}
.navbar-brand h1 {
    font-size: 30px;
}
section.service .b-wrapper h5 {
    font-size:22px;
    padding:30px 0 15px;
}
section.service .b-wrapper p{
    font-size: 16px;
}
section.welcome .welcome-agile h4 {
	margin-left:-50px;
}
section.welcome .welcome-agile p.welcome-p2 {
	margin-left:-50px;
}
}

@media (max-width:900px) {
.pogoSlider-slide-element h3 {
    padding: 0 100px 20px 90px;
    font-size: 26px;
    line-height: 20px;
}

section.welcome .welcome-agile h4 {
    margin-left: -55px;
}
section.welcome .welcome-agile p.welcome-p2 {
	margin-left:-55px;
}
section.service .b-wrapper h5 {
    font-size:22px;
    padding:10px 0 0;
}
section.service .b-wrapper p{
    font-size: 16px;
}
}

@media (max-width:800px) {
.pogoSlider-slide-element h3 {
    padding: 0 100px 20px 80px;
    font-size: 26px;
    line-height: 20px;
}
section.product .nav-tabs > li:nth-child(1) {
    margin-left: 12em;
}
.friend h3 {
	padding-bottom:30px;
} 
.friend h3:after {
	bottom:4%;
}
section.product i.fa.fa-search-plus {
    padding-top: 25%;
}
.friend {
	padding:30px 0px;
}
}

@media (max-width:768px) {
.logo {
	width:70%;
	height:6%;
}
.top-bar ul.top-contacts li p, .top-bar ul.top-contacts li p a {
	font-size:14px;	
}
.top-bar ul.top-contacts li p span {
	margin-top:-2px;
}
.pogoSlider-slide-element h3 {
    padding: 0 60px 30px;
	line-height:10px;
}
.pogoSlider-slide-element h3:after {
    left: 8%;
}
section.ORG-w3ls h3.text-center,section.product h3.text-center,section.welcome h3.text-center,section.service h3.text-center {
    font-size: 20px;
}
section.product i.fa.fa-search-plus {
    padding-top: 20%;
}
.pogoSlider-slide-element {
    margin-top: 120px!important;
}
section.divider p.banner-p1 {
    font-size: 14px;
    margin-top: 20px;
}
}

@media (max-width:767px) {
.nav
 > li:hover .dropdown-menu {
  font-size: 14px;
  box-shadow: 0 0px 0px rgba(0,0,0,.175);
}
ul.nav.navbar-nav.navbar-right {
    text-align: center;
    border-radius:4px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow:0 6px 16px rgba(0,0,0,.175);
    width: 60%;
    margin-left:20%;
    margin-top:0px;
}
.navbar-nav>li>a {
	color:#555!important;
-webkit-color:#555!important;
}
.navbar-nav>li>a {
    padding-top:5px;
    padding-bottom:5px;
}
.navbar-wrapper  .cl-effect-4 li a::after {
	background-color:#60FFBB;
	width:100%;
}

.dropdown-menu>li>a:hover{
  color:#00ba61;
  background-color:#F00;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{
	color:#00ba61;
	background-color:#FFF;
}
.modal-dialog{
	width:90%;
}
.modal-dialog1{
	width:90%;
}
section.orgzz {
    font-size:14px;
}
	.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #00ba61;
}
	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #FFF;
}
	.navbar-wrapper {
    margin-top: 0px;
}
	.navbar {
	height: 30px;
}
	.navbar-inverse .navbar-brand {
	padding:9px 15px;
}
.orgzxl {
	text-align:center;
	margin: 20px 0 0 0;
}
.orgzxr {
	text-align:center;
}
.map {
	padding: 0 0 0 10px;
	width: 48%;
}
.col-map {
	padding: 0 5px;
	width: 50%;
}
section.service {
    padding: 90px 40px 300px 40px;
}
section.service .b-wrapper h5 {
    font-size:22px;
    padding:40px 0px 10px;
}
section.service .b-wrapper p{
    font-size: 16px;
    padding:0px 20px;
}
.friend {
	min-height:400px;
}
}

@media (max-width:736px) {
.navbar {
	height:30px;
}
.navbar-toggle {

}
.navbar-inverse .navbar-brand {
	padding: 12px 15px;
}
.pogoSlider-slide-element {
    margin-top: 70px!important;
}
.pogoSlider-slide-element h3 {
	font-size: 22px;
	line-height: 30px;
	padding:0 40px 10px 60px;
}
section.ORG-w3ls .col-xs-6.serv-agile1 {
    padding: 20px;
    height: 160px;
    width: 48%;
}
section.ORG-w3ls h4 {
    font-size: 18px;
}
section.ORG-w3ls p.serv-p1 {
    font-size: 15px;
}
}

@media (max-width: 667px) {
section.ORG-w3ls .col-xs-7.serv-agile1 {
    padding: 30px;
    height: 295px;
}
section.product .nav-tabs > li:nth-child(1) {
    margin-left: 8em;
}
section.product i.fa.fa-search-plus {
    padding-top: 20%;
}
section.ORG-w3ls h4 {
    padding: 0;
}
section.welcome .welcome-agile h4 {
    margin-left: -40px;
}
section.welcome .welcome-agile p.welcome-p2 {
    margin-left: -40px;
}
section.service .b-wrapper h5 {
    font-size:22px;
    padding:10px 0 0 0;

}
section.service .b-wrapper p{
    font-size: 16px;
    padding:0 5px 0;
}
}

@media (max-width: 640px) {
.modal-mail {
    left: 50%;
    top: 8%
}
.pogoSlider-dir-btn{
	max-width: 3px;
	height: 15px;
}
section.ORG-w3ls .col-xs-6.serv-agile1 {
    height: 180px;
    width: 48%;
}
section.divider h2.text-center {
    font-size: 18px;
    line-height: 45px;
}
section.product .gallery-grids {
    margin: -15px 0 0 0;
}
section.product .nav-tabs > li:nth-child(1) {
    margin-left: 7em;
}
section.ORG-w3ls h4 {
    padding: 0;
}
section.welcome .welcome-agile h4 {
    margin-left: -20px;
}
section.welcome .welcome-agile p.welcome-p2 {
    margin-left: -20px;
}
}

@media (max-width: 600px) {
.pogoSlider-slide-element h3 {
    font-size: 22px;
    line-height: 30px;
    padding:0 40px 10px 40px;
}
section.ORG-w3ls {
    padding: 90px 0 0 0;
}
section.ORG-w3ls .col-xs-6.serv-agile1 {
    height: 200px;
}
section.product i.fa.fa-search-plus {
    padding-top: 20%;
}
section.ORG-w3ls h4 {
    padding: 0;
}
section.welcome .welcome-agile h4 {
    margin-left: -10px;
}
section.welcome .welcome-agile p.welcome-p2 {
    margin-left: -10px;
}
section.ORG-w3ls h3.text-center:after,section.product h3.text-center:after,section.service h3.text-center:after,section.welcome h3.text-center:after {
    width: 26%;
    bottom: 10%;
    left: 37%;
}
}

@media (max-width: 568px) {
section.ORG-w3ls .col-xs-6.serv-agile1 {
    padding: 15px;
    height: 210px;
    width: 47%;
}
section.ORG-w3ls .col-xs-5.serv-agile2 {
	height:239px;
}

section.ORG-w3ls h4 {
	font-size:16px;
}
section.ORG-w3ls p.serv-p1 {
	font-size:15px;

}
section.orgzz {
    font-size:12px;
}
section.product .nav-tabs > li:nth-child(1) {
    margin-left: 5em;
}
section.product i.fa.fa-search-plus {
    padding-top: 20%;
}
.map {
	padding: 0 0 0 20px;
	width: 95%;
}
.col-map {
	padding: 0 20px;
	width: 100%;
}
p.welcome-p1 {
	text-indent:1em;
}
}
@media (max-width: 480px) {
.pogoSlider-slide-element {
    margin-top:60px!important;
}
.pogoSlider-slide-element h3 {
    font-size: 18px;
    line-height: 20px;
    padding: 0 40px 10px;
}
.pogoSlider-nav-btn{
	width:15px;
	height:15px;
}
.pogoSlider--navBottom .pogoSlider-nav{
	bottom:-30px;
}
ul.top-contacts {
    float: none;
    text-align: center;
}
ul.top-links {
    float: none;
    margin-top: 0px;
    text-align: center;
	padding-bottom:0px;
}
.navbar-wrapper {
    margin-top:0px;
}
section.orgzz {
    font-size:10px;
}
section.divider h2.text-center {
    font-size: 15px;
    line-height: 25px;
}
section.product .nav-tabs > li:nth-child(1) {
    margin-left: 7px;
}
section.product .nav-tabs > li > a {
	margin-right:13px;
}
section.product i.fa.fa-search-plus {
    padding-top: 20%;
}
section.welcome .welcome-details {
    padding: 0 0px;
}
section.ORG-w3ls h4 {
    padding: 0px;
}
section.service .b-wrapper h5 {
    font-size:18px;
    padding:0;
}
section.service .b-wrapper p{
    font-size: 12px;
    padding:0;
}
section.welcome .welcome-agile h4 {
    margin-left: 0px;
}
section.welcome .welcome-agile p.welcome-p2 {
    margin-left: 0px;
}
section.welcome h5 {
	margin:0;
	padding:0;
	margin-top:10px;
	margin-bottom:0px;
}
section.welcome p {
	margin:0;
	padding:0;
	margin-top:0px;
	margin-bottom:0px;
	text-indent:2em;
	LINE-HEIGHT:120%;
}
.modal-body {
	text-indent:0em;
	LINE-HEIGHT:170%;
	font-size: 14px;
}
}

@media (max-width:414px) {
.modal-mail {
    left: 16%;
}
ul.top-links {
	margin-top:0px;
}
.pogoSlider-dir-btn{
	z-index:-1;
}
.pogoSlider-slide-element h3 {
    font-size: 17px;
    line-height: 10px;
    text-align: center;
    padding: 0 20px 15px;
}
.pogoSlider-slide-element {
	margin-top:57px!important;
}
.pogoSlider-slide-element h3:after {
    left: 35%;
    width:30%;
}
section.ORG-w3ls .col-xs-6.serv-agile1 {
    padding: 0 20px;
    height: 120px;
    width: 100%;
}
section.ORG-w3ls .col-xs-5.serv-agile2 {
    padding: 0;
    width: 100%;
    float: left;
    height: 373px;
    margin-bottom:0px;
}
section.ORG-w3ls .orgzxl {
	font-size: 14px;
}
section.ORG-w3ls .orgzxr {
	font-size: 14px;
}
.col-lg-6.col-md-6.serv-w3ls1 {
    margin-bottom: 35px;
}
section.ORG-w3ls .col-xs-5.serv-agile2 img.img-responsive {
	width:100%;
}
section.product .nav-tabs > li:nth-child(1) {
    margin-left: 0px;
}
section.product .nav-tabs > li > a {
    margin-right: 2px;
}
section.product .nav-tabs > li:nth-child(1):after, section.product .nav-tabs > li:nth-child(2):after, section.product .nav-tabs > li:nth-child(3):after, section.product .nav-tabs > li:nth-child(4):after {
	right:0;
}
.col-md-3.col-sm-6.col-xs-6.portfolio-grids {
    width: 100%;
    float: left;
}
section.product i.fa.fa-search-plus {
    padding-top: 20%;
}
section.welcome .welcome-w3ls {
	height:230px;
}
section.welcome .welcome-w3ls:after {
	left:45px;
}
section.subs .subscribe input#email {
	float:none;
	width:100%;
	border:1px solid #fff;
	margin-bottom:20px;
}
section.subs .subscribe button.btn.btn-outline.btn-lg {
    font-size: 17px;
	float:none;
	width:100%;
}
section.ORG-w3ls h3.text-center,section.product h3.text-center,section.welcome h3.text-center,section.service h3.text-center {
    font-size: 18px;
}
.friend {
    padding: 30px 0;
}

section.divider a {
    width: 120px;
    height: 42px;
    line-height: 40px;
    font-size: 16px;
}
section.divider button {
    padding: 8px 25px;
    font-size: 16px;
}
section.welcome .welcome-agile h4 {
	padding:15px 0 10px;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right:0;
    margin-left:0;
}
#lightninBox {
    padding:5px;
    min-width:300px;
}

#lightninBox .lb-prev {
    left: 10px;
    width: 15px;
    height: 15px;
    background-size:15px 15px;
}
#lightninBox .lb-next {
    right: 10px;
    width: 15px;
    height: 15px;
    background-size:15px 15px;
}
#lightninBox .lb-close {
    top: 10px;
    right: 10px;
    width: 15px;
    height: 20px;
    background-size:15px 15px;
    background-repeat:no-repeat;
}

.navbar-inverse .navbar-brand {
    padding: 12px 0px;
}
.navbar-toggle {
    margin-right: 0;
}
.navbar-collapse {
    padding: 0;
}
.navbar-wrapper .navbar {
    padding: 0;
}
section.product p.text-center {
	padding:0 20px 30px;
}
}

@media (max-width:384px) {
section.product .nav-tabs > li > a {
    margin-right: -4px;
}
section.welcome .welcome-w3ls p.welcome-p1 {
    font-size: 13px;
}
section.product i.fa.fa-search-plus {
    padding-top: 20%;
}
section.welcome .welcome-agile h4 {
    padding: 12px 0 10px;
}
section.welcome .carousel-indicators {
    bottom: -70px;
}
section.ORG-w3ls .col-xs-5.serv-agile2 {
	height:335px;
	margin-bottom:22px;
}
}

@media (max-width:375px) {
.top-bar ul.top-contacts li p span {
	margin-right:1px;	
}
.navbar-inverse .navbar-brand {
    padding: 15px 0px;
}
.navbar-brand h1 {
    font-size: 25px;
}
.pogoSlider-slide-element h3 {
	padding:0 10px 15px;
}
.pogoSlider-slide-element {
	margin-top:70px!important;
}
section.product .nav-tabs > li > a {
    font-size: 13px;
}
section.product i.fa.fa-search-plus {
    padding-top: 20%;
}
section.welcome .welcome-info1 {
	padding:0;
}
section.welcome .welcome-info2 {
    text-align: center;
    padding: 0;
}
.friend h3 {
    padding-bottom: 20px;
}
section.ORG-w3ls .col-xs-5.serv-agile2 {
	margin-bottom:0px;
}
section.ORG-w3ls {
    padding: 90px 0 0 0;
}
section.product p.text-center {
    padding: 0 16px 30px;
}
section.service .b-wrapper h5 {
    font-size:0px;
    padding: 0 0 5px 0 ;
}
section.service .b-wrapper p{
    font-size: 11px;
    padding: 0;
}
}

@media (max-width: 320px) {
.navbar-wrapper {
    margin-top: 0px;
}
.pogoSlider-slide-element {
	margin-top:35px!important;
}
.pogoSlider-slide-element h3 {
    font-size: 10px;
}
section.ORG-w3ls h3.text-center,section.product h3.text-center,section.welcome h3.text-center,section.service h3.text-center {
    font-size: 16px;
}
section.ORG-w3ls {
    padding: 90px 0 0 0;
}
section.ORG-w3ls .col-xs-6.serv-agile1 {
    padding: 0 15px;
    height: 180px;
}
section.divider {
    padding: 20px 0;
}
section.product {
    padding: 90px 5px 0 5px;
}
section.product .nav-tabs > li > a {
    margin-right: -16px;
}
section.product .nav-tabs > li:nth-child(1):after, section.product .nav-tabs > li:nth-child(2):after, section.product .nav-tabs > li:nth-child(3):after, section.product .nav-tabs > li:nth-child(4):after {
	width: 1px;
    height: 12px;
	top: 14px;
	right:-9px;
}
section.product .cl-effect-4 li a::after {
	left: 7px;
    width: 70%;
    height: 1px;
}
section.product i.fa.fa-search-plus {
    padding-top: 35px;
}
section.welcome .welcome-w3ls {
    height: 265px;
}
.col-lg-4.col-md-4.col-sm-4.col-xs-4.welcome-detail1 {
    width: 40%;
    float: left;
}
.col-lg-8.col-md-8.col-sm-8.col-xs-8.welcome-detail2 {
    width: 60%;
    float: left;
}
section.welcome .welcome-agile h4 {
	font-size:16px;
	padding:12px 0 10px;
}
section.welcome .welcome-agile p.welcome-p2 {
    font-size: 13px;
    margin-left: -5px;
}
section.subs .subscribe input#email {
    font-size: 15px;
	height:45px;
}
section.subs .subscribe button.btn.btn-outline.btn-lg {
    font-size: 16px;
	height:45px;
}
.friend ul.social-icons1 li a i.fa {
    font-size: 17px;
    line-height: 42px;
    width: 45px;
    height: 45px;
}
.top-bar ul.top-contacts li p, .top-bar ul.top-contacts li p a {
    font-size: 13px;
}
section.ORG-w3ls p.text-center, section.product p.text-center, section.welcome p.text-center {
	font-size: 13px;
	line-height: 27px;
	padding-bottom:25px;
}
section.ORG-w3ls p.serv-p1 {
    font-size: 13px;
    line-height: 28px;
}
section.subs p {
    font-size: 13px;
	line-height:30px;
}
section.subs .subscribe input#email {
    font-size: 14px;
}
section.subs .subscribe button.btn.btn-outline.btn-lg {
    font-size: 15px;
}
.footer p {
    font-size: 12px;
}
section.ORG-w3ls .col-xs-5.serv-agile2 {
    height: 284px;
    margin-bottom: 0px;
}
ul.top-contacts li {
    margin-right:0px; 
    display: block;
}
}