
/*--about--*/
.about {
  padding: 6em 0;
}
h3.title {
    color: #515151;
    font-size: 38px;
    margin-bottom: 8px;
    text-align: center;
}
h3.title2 {
    color: #fff;
    font-size: 38px;
    margin-bottom: 8px;
    text-align: center;
	padding-top:30px;
}
.en { text-align:center; padding-bottom:12px; line-height:30px; color:#a8a8a8; font-size:16px; text-transform:uppercase;}
.line { background:#17519b; width:30px; margin:0px auto; height:4px;}


.en2 { text-align:center; padding-bottom:12px; line-height:30px; color:#fff; font-size:16px; text-transform:uppercase;}
.line2 { background:#fff; width:30px; margin:0px auto; height:4px;}


.about h4 {
    font-size: 38px;
	font-weight:bold;
    color: #144c97;
    line-height: 1.6em;
}
.about h4 span { color:#ff0000;}
.about p {
  color: #333;
  font-size: 20px;
  line-height: 2em; padding-left:20px; float:left;
}
.about p span { color:#ff0000;}

/*--//about--*/
/*--team--*/
.team-grids {
  position: relative;
}
.team {
    padding: 3em 0; background:#f3f3f3
}
.team-info {
    margin-top: 0em;
}
.team-grids a {
	overflow: hidden;
	position: relative;
	display: block;
}
.captn h4 {
    color: #fff;
    font-size: 1.8em;
    margin-top: 2px;
}
.captn p {
    font-size: 1.1em;
    margin-top: 0.5em;
}
.team-grids a .captn {
    display: inline-block;
    height: 100%;
    width: 100%;
    color: #ffffff;
    position: absolute;
    bottom: -84%;
    right: 0;
    background-color: rgba(51, 51, 51, 0.68);
    padding: 5% 10%;
    text-align: center;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-grids a:hover .captn {
  width: 100%;
  bottom: 0%;
  padding: 50% 10%;
}
/*--//team--*/
/*--special--*/
.special {
  padding: 5em 0;
}
.special p {
    color: #555;
    font-size: 1.1em;
    line-height: 1.8em;
    margin-bottom: 1.5em;
}
.special h6 {
    font-size: 1.1em;
    color: #01553D;
    line-height: 1.6em;
    margin-bottom: 0.3em;
}
.progress {
    height: 16px;
    margin-bottom: 15px;
}
.progress-bar {
  background-color: #B3AFA6;
  line-height: 15px;
}
/*--special--*/
/*--services--*/
.services {
    padding: 3em 0;
    background: url(../../img/yidongtuiguang/slid.jpg) no-repeat center bottom;
	min-height:700px;
}
.services h3.title {
    color: #fff;
}
.work-row-grids {
    text-align: center; margin-top:2em;
}
.work-row-grids h4 {
    font-size: 1.5em;
    color: #fff;
	 padding-left:20px;
    margin: .5em 0 .2em;
    line-height: 2.5em;
}
.work-row-grids p {
  font-size: 1em;
  color: #847F7F;
  line-height: 1.5em;
  width: 60%;
  margin: 0 auto;
}
.work-row-grids p {
    font-size: 1.1em;
    color: #B7B1B1;
    line-height: 1.5em;
    width: 90%;
    margin: 0 auto;
}
.work-grids-img img {
    border: 1px solid #555;
    padding: 16px;
    border-radius: 68px;
}
.work-grids-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.work-row-grids span.glyphicon {
    font-size: 5.8em;
    text-align: center;
    padding: 0.55em 0.2em;
    color: #fff;
}
.work-grids-img span{
  position: relative;
  z-index: 100;
  transition: all 0.3s ease 0s;
}
.work-grids-img:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #e1af00;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.work-row-grids:hover .work-grids-img span {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.work-row-grids:hover .work-grids-img:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/*--//services--*/
/*---portfolio----*/
.portfolio {
  padding: 5em 0 5em 0;
   background:url(../../img/yidongtuiguang/bg_bg02.jpg) no-repeat center;
}
.portfolio p {
  font-size: 1.1em;
  color: #555;
  line-height: 1.6em;
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.view {
  width: 360px;
  height: 245px;
  margin: 10px;
  float: left;
  border: 10px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  padding: 0;
}
.view .mask,.view .content {
   width: 341px;
    height: 225px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view p {
    font-style: italic;
    font-size: 1.1em;
    position: relative;
    color: #fff;
    text-align: center;
    margin: 5em auto 0;
    width: 63%;
}
.view-fourth img {
   -webkit-transition: all 0.4s ease-in-out 0.2s;
   -moz-transition: all 0.4s ease-in-out 0.2s;
   -o-transition: all 0.4s ease-in-out 0.2s;
   -ms-transition: all 0.4s ease-in-out 0.2s;
   transition: all 0.4s ease-in-out 0.2s;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-fourth .mask {
   background-color: rgba(0,0,0,0.8);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0) rotate(-180deg);
   -moz-transform: scale(0) rotate(-180deg);
   -o-transform: scale(0) rotate(-180deg);
   -ms-transform: scale(0) rotate(-180deg);
   transform: scale(0) rotate(-180deg);
   -webkit-transition: all 0.4s ease-in;
   -moz-transition: all 0.4s ease-in;
   -o-transition: all 0.4s ease-in;
   -ms-transition: all 0.4s ease-in;
   transition: all 0.4s ease-in;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
}
.view-fourth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.view-fourth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1) rotate(0deg);
   -moz-transform: scale(1) rotate(0deg);
   -o-transform: scale(1) rotate(0deg);
   -ms-transform: scale(1) rotate(0deg);
   transform: scale(1) rotate(0deg);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-fourth:hover img {
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-fourth:hover p{
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}
/*---//portfolio----*/
/*--testimonial--*/
.testimonials {
    padding: 5em 0;
	text-align:left;
}

/******** SAP ************/
.sap_tabs{
	clear:both;
}
.tab_box{
	background:#fd926d;
	padding: 2em;
}
.top1{
	margin-top: 2%;
}
.resp-tabs-list {
	width: 35%;
	list-style: none;
	padding: 0;
	margin: 0 auto 3em;
}
.resp-tab-item{
	cursor: pointer;
	padding: 3px;
	display: inline-block;
	margin: 0 .5em;
	list-style: none;
	width: 22%;
	border: 1px solid rgb(32, 36, 41);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.resp-tab-item:hover {
	text-shadow: none;
	color: #4fafa0;
}
.resp-tab-active{
	text-shadow: none;
	color:#fff;
	border: 1px solid #fff;
}
.resp-tabs-container {
	padding: 0px;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
@media only screen and (max-width:480px) {
	.resp-tabs-container{
		padding:10px;
	}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
}
.view1.view-first {
    width: 71%;
    margin: 0 auto;
    padding: 2em;
    border: 1px solid #fff;
}
.view1.view-first h5 {
  color: #fff;
  font-size: 1.2em;
  letter-spacing: 1px;
  margin: 0 0 1em 0;
}
.view1.view-first p {
  color: #B7B1B1;
  font-size: 1.1em;
  line-height:1.8em;
}
/*--contact--*/
.contact-form {
	padding:5em 0;
}
.map {
    padding: 0 0 5em !important;
}
.map iframe {
  width: 100%;
  height: 400px;
  border: 0;
}
.contact-left p {
    font-size: 1.1em;
    color: #555;
    line-height: 1.8em;
}
.contact-left ul {
  margin: 1.5em 0 0 0;
  padding: 0;
}
.contact-left ul li {
  display: block;
  padding: .2em 0;
  font-size: 15px;
  color: #555;
}
.contact-left ul li a{
	text-decoration: none;
	color: #555;
	transition:.5s all;
}
.contact-left ul li a:hover{
	color:#01553d;
	padding-left: 15px;
}
.contact-left ul li span{
  background: url(../../img/yidongtuiguang/iconsprite.png)no-repeat -20px 0px;
  margin-right: 0.6em;
  display: inline-block;
  width: 12px;
  height: 13px;
  vertical-align: middle;
}
.contact-left ul li span.ph-no {
    background: url(../../img/yidongtuiguang/iconsprite.png)no-repeat -32px 1px;
}
.contact-left ul li span.mail {
    background: url(../../img/yidongtuiguang/iconsprite.png)no-repeat 1px 1px;
    width: 16px;
}
.contact-right form {
  text-align: right;
}
.contact-form-left p {
  font-size: 15px;
  color: #747474;
  line-height: 1.5em;
}
.contact-right input[type="text"] {
  border: 1px solid rgba(189, 189, 189, 0.5);
  width: 32.4%;
  margin: 0 0 1em 0;
  outline: none;
  font-size: 13px;
  color: #5b5b5b;
  padding: 10px 12px;
  -webkit-appearance: none;
}
.contact-right input[type="email"] {
  border: 1px solid rgba(189, 189, 189, 0.5);
  margin: 0 .5em 1em 0.5em;
  outline: none;
  font-size: 13px;
  color: #5b5b5b;
  padding: 10px 12px;
  width: 32%;
  -webkit-appearance: none;
}
.contact-right textarea {
  border: 1px solid rgba(189, 189, 189, 0.5);
  outline: none;
  font-size: 13px;
  color: #5b5b5b;
  padding: 10px 12px;
  width: 100%;
  resize: none;
  height: 180px;
  -webkit-appearance: none;
}
.contact-right input[type="submit"] {
    border: 1px solid #01553D;
    padding: .7em 0;
    width: 22%;
    margin-top: 0.8em;
    font-size: 1.1em;
    color: #01553D;
    letter-spacing: 1px;
    outline: none;
    background-color: #fff;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
	  -webkit-appearance: none;
}
.contact-right input[type="submit"]:hover{
	background-color:#01553D;
	color:#fff;
}
.example {}
.example li { float:left; list-style:none; padding:0px 7px; text-align:center}
.example li img { border:#efefef 1px solid; padding:5px; background:#fff; width:174px; height:174px;}

@media(max-width:1440px){
.callbacks_tabs {
   bottom: 19%;
}
}
@media(max-width:1366px){
.callbacks_tabs {
   left: 7%;
}
.banner {
    background-position:-131px 0px;
}
.callbacks_nav {
    left: 1%;
}
.callbacks_nav.next {
    background-position:-37px 0px;
}
.callbacks_tabs {
    left: 4%;
}
.about,.team,.special,.services,.portfolio,.testimonials,.contact-form{
    padding: 4em 0;
}
h3.title {
    font-size: 2.8em;
}
}
@media(max-width:1280px){
.banner-title {
    padding: 11em 0;
}
.banner {
   min-height: 530px;
}
.banner-text h2 {
    font-size: 3.8em;
    color: #fff;
}
.work-row-grids {
    margin: 1em 0 4em;
}	
}
@media(max-width:1080px){
.banner {
    min-height: 450px;
}
h1 a.navbar-brand {
    font-size: 1.8em;
    padding: .65em 0;
}
.banner-title {
    padding: 9em 0;
}
.banner-text {
    margin-left: 4em;
}
.callbacks_tabs {
    left: 9.58%;
    bottom: 16%;
}
.contact-right input[type="submit"] {
    padding: .5em 0;
}
.callbacks_nav {
    left: 3%;
}
.about, .team, .special, .services, .portfolio, .testimonials, .contact-form {
    padding: 3.5em 0;
}
.about h4 {
    font-size: 1.2em;
}
.team-grids a:hover .captn {
    padding: 37% 10%;
}
.team-info {
    margin-top: 4em;
}
.view {
    width: 293px;
    height: 200px;
}
.view .mask, .view .content {
    width: 280px;
    height: 180px;
}
.resp-tab-item {
    width: 27%;
}
.view p {
    margin: 3.5em auto 0;
}
.contact-right input[type="submit"] {
    padding: .5em 0;
}
}
@media(max-width:1024px){
.map iframe {   
   height: 280px;
}
.contact-right input[type="text"] {
    width: 32%;
}
}
@media(max-width:991px){
.navbar-nav > li > a {
	padding: 1.7em 1em;
	font-size: 1.3em;
}
h1 a.navbar-brand {
    font-size: 1.8em;
    padding: .63em 0;
}
.banner-text {
    margin-left: 0;
    width: 39%;
}
.banner-title {
    padding: 8em 0;
}
.banner-text h2 {
    font-size: 3.6em;
}
.callbacks_tabs {
    left: 11%;
    bottom: 16%;
}
.banner {
    min-height: 380px;
}
.callbacks_tabs li {
    margin: 0 .3em;
}
.about, .team, .special, .services, .portfolio, .testimonials, .contact-form {
    padding: 3em 0;
}
h3.title {
    font-size: 2.6em;
	margin-bottom: 0.8em;
}
.about-left {
    float: left;
    width: 50%;
}
.about-right {
    float: right;
    width: 50%;
	padding: 0;
}
.team-info {
    margin-top: 3em;
}
.team-grids {
    float: left;
    width: 25%;
    padding: 0 .5em;
}
.captn h4 {
    margin-top: 0;
	font-size: 1.6em;
}
.work-row-grids {
    width: 30%;
	margin: 1em 0 3em;
}
.work-row-grids p {
    width: 90%;
}
.view {
    width: 220px;
    height: 151px;
}
.view .mask, .view .content {
    width: 201px;
    height: 132px;
}
.view p {
    width: 84%;
    margin: 2.4em auto 0;
	font-size: 1em;
}
.resp-tab-item {
    width: 35%;
}
.resp-tab-item {
    width: 12%;
	margin: 0;
}
.resp-tabs-list {
    width: 100%;
	margin: 0 auto 2em;
}
.view1.view-first {
    width: 100%;
}
.map {
    padding: 0 0 3em !important;
}
.contact-left p {
    margin-top: 2em;
	width: 70%;
}
}
@media(max-width:768px){
h1 a.navbar-brand {
	font-size: 1.6em;
	padding: .7em 0;
}
.banner-text {
    margin-left: 5em;
}
.banner-text h2 {
    font-size: 3.2em;
}
.banner-title {
    padding: 7em 0;
}
.callbacks_tabs a:after {
    height: 12px;
    width: 12px;
}
.about, .team, .special, .services, .portfolio, .testimonials, .contact-form {
    padding: 2.5em 0;
}
h3.title {
    font-size: 2.4em;
}
.about p {
    font-size: 1em;
    line-height: 1.8em;
}
.work-row-grids span.glyphicon {
    font-size: 2em;
    padding: 0.8em 0.2em;
}
.work-row-grids {
    width: 29%;
    margin: 1em 1em 3em;
}
}
@media(max-width:640px){
.header-info {
    float: left;
}
form.navbar-form {
    float: right;
    width: 35%;
}
.header-info p {
    font-size: 1.1em;
	margin-top: 0.6em;
}
.header-info p:before {
    background-position:-51px 0px;
    margin-right: 8px;
}
h1 a.navbar-brand {
    font-size: 1.5em;
    padding: .6em 0;
    margin-left: 0.3em !important;
}
button.navbar-toggle {
    border-color: #B3AFA6 !important;
    margin: 1.1em 2em;
    background-color: #B3AFA6;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #B3AFA6;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-nav {
    margin: 0;
}
.navbar-nav > li > a {
    padding: 1em 0;
    font-size: 1.2em;
    text-align: center;    
}
.navbar-default .navbar-nav > li > a{
	color: #01553D;
}
.banner-title {
    padding: 5em 0;
}
.banner {
    min-height: 330px;
}
.banner-text h2 {
    font-size: 3em;
}
.banner-text p {
    font-size: 1.1em;
    margin: 0.8em 0;
    letter-spacing: 0;
}
.callbacks_tabs {
    left: 12%;
    bottom: 10%;
}
.about, .team, .special, .services, .portfolio, .testimonials, .contact-form {
    padding: 2em 0;
}
h3.title {
    font-size: 2.2em;
}
.captn h4 {
    font-size: 1.5em;
}
.team-grids a .captn {
    bottom: -80%;
}
.team-grids a:hover .captn {
    padding: 26% 10%;
}
.captn p {
    font-size: 1em;
}
.special p {
    margin-bottom: 1em;
}
.special h6 {
    font-size: 1em;
}
.work-row-grids {
    width: 33%;
    margin: 1em 0;
    float: left;
}
.view {
    width: 187px;
    height: 130px;
    border: 6px solid #fff;
    margin: 5px;
}
.view .mask, .view .content {
    width: 176px;
    height: 118px;
}
.view p {
    margin: 2em auto 0;
}
.resp-tab-item {
    width: 15%;
}
.view1.view-first {
    padding: 1.5em;
}
.map iframe {
    height: 250px;
}
.map {
    padding: 0 0 2em !important;
}
.contact-right{
    padding: 0;
}
}
@media(max-width:480px){
h1 a.navbar-brand {
    font-size: 1.2em;
    padding: .75em 0;
}
input.form-control {
    padding: 5px 28px 5px 10px;
    font-size: 1em;
}
.navbar-nav > li > a {
    padding: 0.8em 0;
    font-size: 1.1em;
}
.banner-title {
    padding: 3em 0;
}
.banner-text h2 {
    font-size: 2.6em;
}
.banner {
    min-height: 259px;
}
.banner-text {
    margin-left: 3em;
}
.about, .team, .special, .services, .portfolio, .testimonials, .contact-form {
    padding: 1.5em 0;
}
h3.title {
    font-size: 2em;
	margin-bottom: 0.6em;
}
.about-left {
    float: none;
    width: 100%;
}
.about-right {
    float: right;
    width: 100%;
    margin-top: 1em;
}
.team-info {
    margin-top: 2em;
}
.team-grids {
    width: 50%;
    padding: 1em;
}
.team-grids a .captn {
    bottom: -85%;
}
.team-grids a:hover .captn {
    padding: 39% 10%;
}
.special-grids {
    padding: 0;
}
.progress {
    margin-bottom: 10px;
}
.work-grids-img {
    width: 70px;
    height: 70px;
}
.work-row-grids span.glyphicon {
    font-size: 1.8em;
    padding: 0.8em 0.2em;
}
.work-row-grids h4 {
    font-size: 1.2em;
}
.view {
    width: 206px;
    height: 141px;
}
.view .mask, .view .content {
    width: 195px;
    height: 129px;
}
.view p {
    margin: 2.2em auto 0;
}
.resp-tab-item {
    width: 20%;
}
.resp-tabs-list {
    margin: 0 auto 1em;
}
.contact-right input[type="email"] {
    margin: 1em 0;
    width: 100%;
	padding: 8px 12px;
}
.contact-right input[type="text"] {
    width: 100%;
	margin:0;
	padding: 8px 12px;
}
.contact-right textarea {
    height: 150px;
    margin-top: 1em;
}
.contact-right input[type="submit"] {
    width: 28%;
    font-size: 1em;
}
.contact-left p {
    margin-top: 1.5em;
    width: 100%;
}
.contact-left {
    padding: 0;
}
.contact-left ul {
    margin: 0.5em 0 0;
}

}
.navbar-form button.btn.btn-default {
    top: 19%;
}
}
@media(max-width:320px){
.header-info {
    float: none;
    margin-bottom: 0.5em;
}
form.navbar-form {
    float: none;
    width: 69%;
    margin: 0 auto !important;
}
input.form-control {
    padding: 5px 31px 5px 10px;
}
.header-info p {
    margin-top: 0;
    text-align: center;
}
.header {
    padding: 0.6em 0;
}
button.navbar-toggle {
    margin: 1.1em 1em;
}
.banner-title {
    padding: 2em 0 3em;
}

.banner-text h2 {
    font-size: 2.2em;
}
.banner-text p {
    margin: 0.5em 0;
}
.banner-text {
    margin-left: 0;
    width: 71%;
}
.callbacks_tabs {
    left: 3%;
    bottom: 5%;
}
.callbacks_nav {
    top: 85%;
    left: 72%;
    height: 22px;
    width: 21px;
    background-size: 301%;
}
.callbacks_nav.next {
    right: 10%;
    background: url(../../img/yidongtuiguang/icons.png)no-repeat -24px 0px;
     background-size: 301%;
}
.about, .team, .special, .services, .portfolio, .testimonials, .contact-form {
    padding: 1em 0;
}
h3.title {
    font-size: 1.8em;
}
.about-left {
    padding: 0;
}
.team-info {
    margin-top: 1em;
}
.team-grids {
    padding: 0.3em;
}
.work-row-grids {
    width: 50%;
}
.work-row-grids span.glyphicon {
    padding: 0.7em 0;
}
.work-grids-img {
    width: 65px;
    height: 65px;
}
.work-row-grids p {
    width: 100%;
	font-size: 1em;
}
.captn h4 {
    font-size: 1.3em;
}
.team-grids a .captn {
    bottom: -80%;
}
.view {
    width: 260px;
    height: 162px;
}
.view .mask, .view .content {
    width: 242px;
    height: 150px;
}
.view p {
    margin: 3em auto 0;
}
.resp-tab-item {
    width: 32%;
}
.contact-left p {
    font-size: 1em;
}
.contact-left ul li {
    font-size: 14px;
}
.contact-right input[type="submit"] {
    width: 34%;
    padding: .3em 0;
}
}
/*--//responsive-design---*/
