/*--header--*/
h1,h2,h3,h4,h5,h6{
	font-family: 'Gudea', sans-serif;
}
body p{
	font-family: 'Gudea', sans-serif;
}
ul ,ol {
	 padding:0;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
}
/*--- slider-css --*/
.slider{
	position:relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.rslides_tabs {
    position: absolute;
    bottom: 32%;
    z-index: 999;
    right: 4%;
}
.rslides_tabs li {
    display: block;
	margin-bottom: 5px;
}
h1 {
    margin: 0px !important;
}
.rslides_tabs a {
    border: 2px solid #fff;
    border-radius: 50%;
}
.rslides_tabs li:first-child {
  margin-left: 0;
  }
.rslides_tabs .rslides_here a {
  color: #fff;
  font-weight: bold;
  }
#slider3-pager a {
  display: inline-block;
}
#slider3-pager img {
  float: left;
  display:block;
}
#slider3-pager .rslides_here a {
    background: transparent;
    border: 2px solid #efbe0c;
}
#slider3-pager a {
    padding: 4px;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/*-- responsive-mediaqueries --*/

@media (max-width:640px){
	#slider3-pager a {
		width: 13%;
	}
	.rslides_tabs {
		bottom: 15px;
	}
}
@media (max-width:480px){
	#slider3-pager a {
		width: 13%;
	}
	.rslides_tabs {
		bottom: 20px;
	}
}
@media (max-width:320px){
	#slider3-pager a {
		width: 15%;
	}
	.rslides_tabs {
		bottom: 25px;
	}
}
/*-- //slider-css --*/

/*-- navigation --*/
/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #f44639;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

.navbar-default {
    background: none;
    border: none;
    margin: 0;
    min-height: inherit;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #99abd5;
   background:none!important;
}
.navbar-nav > li {
   margin: 0 0.5em;
}
.navbar-default .navbar-nav > li > a {
    color: #fff !important;
	font-size: 1.2em;
	padding: 1.8em 1em;
    position: relative;
	font-weight: 300;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,.navbar-default .navbar-nav li a.active {
    color: #f44639 !important;
	background:none!important;
}
.navbar-right {
    float: left!important;
    margin-right:0px!important;
}
.navbar-collapse {
    padding: 0!important;
}
.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}
.header {
    position: relative;
}
.agile-top-header {
    position: absolute;
    z-index: 999;
    top: 3%;
    left: 10%;
	width:80%;
}
.top-nav {
    float: left;
    margin-top: 27px;
}
.top-icons {
    float: right;
}

.top-icons ul li{
	display:inline-block;
}
/* ******************************************************
	Effect 12: Border Style #1 .linkHoverEffect_12
*********************************************************/

.linkHoverEffect_12  a {
  padding: 12px 14px;
  position: relative;
  -moz-transition: ease-out 0.3s 0.1s;
  -o-transition: ease-out 0.3s 0.1s;
  -webkit-transition: ease-out 0.3s;
  -webkit-transition-delay: 0.1s;
  transition: ease-out 0.3s 0.1s;
}
.linkHoverEffect_12  a span::before {
  height: 100%;
  width: 2px;
  background: #efbe0c;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.linkHoverEffect_12  a span::after {
  height: 100%;
  width: 2px;
  background:#efbe0c;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.linkHoverEffect_12  a::before {
  height: 2px;
  width: 100%;
  background: #efbe0c;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.linkHoverEffect_12  a::after {
  height: 2px;
  width: 100%;
  background: #efbe0c;
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.linkHoverEffect_12  a:hover {
  color: #6559bc;
}
.linkHoverEffect_12  a:hover::before, .linkHoverEffect_12  a:hover::after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.linkHoverEffect_12  a:hover span::before, .linkHoverEffect_12  a:hover span::after {
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
nav.linkEffects.linkHoverEffect_12 ul li {
    display: inline-block;
}
nav.linkEffects.linkHoverEffect_12 ul li a {
    color: #fff;
    text-transform: uppercase;
}
a {
    text-decoration: none !important;
}
nav.linkEffects.linkHoverEffect_12 ul li a span {
    font-size: 1.1em;
    letter-spacing: 1px;
    font-family: 'Gudea', sans-serif;
}
/*-- //top-nav --*/
/*--// navigation --*/

/*-- header --*/
.logo a h1 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 3.5em;
    font-family: 'Gudea', sans-serif;
}
label {
    background: #efbe0c;
    padding: 10px 20px;
}
.top-icons ul li {
    font-size: 1.5em;
    margin-left: 16px;
}
.top-icons ul li a{
	color:#fff;
	 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.top-icons ul li a:hover {
    color: #efbe0c;
	 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.top-icons ul {
    margin-top: 25px;
}
nav.navbar.navbar-default {
    right:  14px;
}
ul#slider3-pager li a img {
    border-radius: 50%;
}
.slider-info {
    position: absolute;
    z-index: 999;
    top: 39%;
    left: 11%;
}
.slider-info h4 {
    color: #fff;
    font-size: 3em;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Gudea', sans-serif;
    letter-spacing: 1px;
}
.slider-info h4 span, .slider-info h6 span {
    color: #efbe0c;
}
.slider-info p {
    color:  #fff;
    font-size: 1.1em;
    letter-spacing: 4px;
    line-height: 3;
    text-transform: uppercase;
	font-weight: bold;
	font-family: 'Gudea', sans-serif;
}
.slider-info h6 {
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Gudea', sans-serif;
    letter-spacing: 4px;
}
/*--// header --*/
/*--about--*/
.count {
    text-align: center;
}
.agile_count_grid_left {
    font-size: 2em;
    color: #efbe0c;
}
.count h5 {
    font-size: 1.7em;
    color: #777;
	font-family: 'Gudea', sans-serif;
}
p.counter {
    font-size: 2.5em;
}
.about-info {
    margin-top: 3em;
}
.about-info img {
    float: left;
    width: 50%;
}
.about-info2 {
    float: right;
    width: 50%;
    padding: 2em;
}
.about-info2 h4 {
    font-size: 1.7em;
    text-transform: uppercase;
    margin-bottom: 1em;
	font-family: 'Gudea', sans-serif;
    font-weight: 700;
    color: #333;
}
.about-info2 p {
    line-height: 1.9em;
    font-size: 1.1em;
	color: #777;
}
.view2 {
    font-size: 18px;
    color: #fff;
	background:#333;
	padding: 10px 12px;
	margin: 18px 0px;
    display: inline-block;
	font-family: 'Gudea', sans-serif;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.view2:hover{
	color: #efbe0c;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.modal-header h5 {
    color: #efbe0c;
    font-size: 1.3em;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.modal-header span {
    font-size: 1.1em;
    color: #777;
    letter-spacing: 2px;
    line-height: 33px;
    padding-bottom: 16px;
	display:inline-block;
	margin-top:1em;
}
/*--//about--*/

/*--services--*/
/*.services, .agile-prod, .about, .team-page, .gallery, .contact, .footer {*/
/*    padding: 4em 0em;*/
/*}*/
.services{
	background: url('../images/uboard/s3.jpg') no-repeat fixed;
    background-size: cover;
	position:relative;
}

.services h3, .about h3, .agile-prod h3, h3.title, .gallery h3, .newsletter h3, .contact h3{
	font-size: 3em;
    color:#333;
    font-family: 'Gudea', sans-serif;
	font-weight: 700;
	text-align:center;
	margin-bottom: 50px;
	/*text-transform:uppercase;*/
}
.services h3{
	color:#FFFFFF;
}
.ser-w3l span {
    font-size: 3em;
    color: #2f9ff5;
	margin-bottom: 12px;
}
.ser-w3l h5 {
    color: #fff;
    font-size: 1.3em;
	font-weight: bold;
	font-family: 'Gudea', sans-serif;
}
.ser-w3l p {
    color: #FFFFFF;
    font-size: 1.1em;
	line-height: 1.9em;
}
.right-agile span {
    display: block;
    transform: rotate(90deg);
    font-size: 1.1em;
    position: absolute;
    top: 47%;
    right: -2%;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    font-weight: bold;
}
/*--//services--*/

/*--products--*/
.agile-info{
    float: left;
    width: 100%;
}
.agile-prod2,.agile-info-img {
    float: right;
    width: 50%;
}

/*--//products--*/
/*-- tabs --*/
.easy-left img{
	width:100%;
}
.easy-left {
    padding-left: 0;
}
.hor_1 h4{
	font-family: 'Gudea', sans-serif;
	font-size:30px;
    color: #f74f08;
	margin-bottom:30px;
}
.easy-right ul li a {
    color: #464646;
    text-decoration:none;
}
.easy-right ul li  {
    color: #464646;
    font-size: 15px;
	list-style-type:none;
	line-height:2.5em;
}
.easy-right ul li a span {
    color: #F74F08;
    font-size: 11px;
    margin-right: 15px;
    top: 0px;
}
.hor_1 p{
	font-size:15px;
	color:#464646;
	line-height:2.2em;
	margin-top:30px;
}
.about_page {
    padding: 90px 0;
}
.about_img {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 350px;
}
.about-poleft img {
    width: 100%;
    height: auto;
}
.about_img h5 {
    position: absolute;
    height: 70px;
    line-height: 70px;
    bottom: 0%;
    left: 0;
    opacity: 1;
    width: 100%;
    color: #fff;
    background:#333;
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease;
    text-align: center;
    font-size: 16px;
	font-family: 'Gudea', sans-serif;
}
.about_img img + h5 {
    margin-top: 0;
	margin-bottom:0;
}
.about_opa {
    color: #fff;
    padding: 15% 50px 0;
    opacity: 0;
    background: rgba(51, 51, 51, 0.8);
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease;
}
.about_img:hover .about_opa {
    opacity: 1;
    top: 70px;
}
.about_img:hover h5 {
    top: 0;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #2f9ff5;
}
.about_opa p {
    line-height: 25px;
    /*text-align: center;*/
    font-size: 16px;
    margin-top: -5%;
}
.team-page{
	background:#eee;
}
/*-- team-contact --*/
.fb_icons2  li{
	list-style-type:none;
	display:inline-block;
	margin:0 2px;
	overflow:hidden;
}
.fb_icons2 li a{
    width: 32px;
    height: 32px;
    display: inline-block;
    border: 1px solid #efbe0c;
	line-height: 2;
    color: #fff;
}
.fb_icons2 li a:hover{
	transform:rotateZ(360deg);
	border-radius:100%;
}
.contact {
    background: #f4f4f4;
}
.contact-left p {
    color: #808080;
    font-size: 15px;
    line-height: 2.2em;
    margin: 30px 0 30px;
}
.contact-left h2 a {
    color: #969609;
    text-decoration: none;
    font-size: 32px;
}
.contact-mid h3,.mail_right h3 {
    color: #fff;
    font-size: 30px;
    margin: 0px 0 25px;
    font-family: 'Gudea', sans-serif;
}
.contact-mid ul li {
    line-height: 2.7em;
    font-size: 15px;
    list-style-type: none; 
}
.contact-mid ul li a{
	color:#808080;
	text-decoration:none;
}
.contact-mid ul li a:hover,.col-bottom ul li a:hover,.banner-info ul li a:hover{
    color: #969609;	
}
.contact-mid ul li a span {
    margin-right: 22px;
    font-size: 11px;
    color: #969609;
}
.mail_right input[type="text"], .mail_right input[type="email"], .mail_right textarea {
    background: none;
    width: 100%;
    color: #A9A9A9;
    padding: 12px 10px;
    border: none;
    margin-bottom: 15px;
	outline:none;
    border-bottom: 2px solid #969609;
}
.mail_right textarea {
	height:110px; 
	resize:none;	
}
.mail_right input[type="submit"] {
    border: none;
    outline: none;
    color: #fff;
    background: #F74F08;
    font-size: 16px;
    padding: 9px 38px;
}
.mail_right input[type="submit"]:hover{
    background: #969609;
}
/*-- //team-contact --*/
/*-- gallery --*/
.gallery-heading{
	text-align:center;
}
.gallery-grids {
    margin: 2em 0 0 0;
}
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}
/* Common style */
.grid figure {
	position: relative;	
	overflow: hidden;
	margin: 10px 0;
	height: auto;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.8;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h3 {
    font-weight: 300;
    margin: 0;
    text-align: center;
    font-size: 1.2em;
    color: #efbe0c;
    padding: 5px;
    background: rgba(0, 0, 0, 0.43);
}
.grid figure h2 span {
	font-weight: 800;
}
.grid figure h2,
.grid figure p {
	margin: 0;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
	font-weight: 600;
}
/*-----------------*/
/***** Apollo *****/
/*-----------------*/
figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
	-moz-transform: scale3d(1.05,1.05,1);
	-o-transform: scale3d(1.05,1.05,1);
	-ms-transform: scale3d(1.05,1.05,1)
}
figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	-o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	-mz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	-ms-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 4px solid #efbe0c;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	color: #333;
}
figure.effect-apollo h2 {
	text-align: left;
}
figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	-moz-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
	-ms-transform: scale3d(1,1,1);
}
figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	-o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	-moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	-ms-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
/*-- //gallery --*/
/*-- newsletter --*/
.newsletter {
    position: relative;
}
.newsletter input[type="email"] {
    font-style: italic;
    padding: 11px 60px 13px 16px;
    border: 1px solid #3a3939;
    width: 100%;
    text-align: left;
    color: #fff;
    background-color: #191818;
    outline: none;
}
.newsletter input[type="submit"] {
    width: 55px;
    height: 41px;
    background-image: url(../images/uboard/email.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-color: #efbe0c;
    top: 2px;
    right: 2px;
    padding: 0em;
    border: none;
    outline: none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.newsletter {
    text-align: center;
	margin-top: 1em;
}
.newsletter h4 {
    font-size: 1.4em;
    color: #fff;
    font-family: 'Gudea', sans-serif;
    text-transform: uppercase;
	font-weight: 700;
    margin:2em 0 3em 0;
}
.newsletter form {
    width: 60%;
    margin: 0 auto;
}
/*--social-icons--*/
.social {
    text-align: center;
    transform: translateY(-50%);
}
.social li {
    display: inline;
    margin-right: 7px;
}
.social .link {
    display: inline-block;
    vertical-align: middle;
    position: relative;
      width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px dashed white;
    background-clip: content-box;
    padding: 4px;
    transition: .5s;
    color: #D7D0BE;
    margin-left: 10px;
    margin-right: 8px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2),
	0 1px 0 rgba(255, 255, 255, 0.2);
    font-size: 16px;
}
.social .link span {
	display: block;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.social .link:hover {
    color: white;
    transform: translateX(0px) rotate(360deg);
}
.social .link.google-plus {
	background-color: tomato;
	color: white;
}
.social .link.twitter {
  background-color: #00ACEE;
  color: white;
}
.social .link.facebook {
  background-color: #3B5998;
  color: white;
}
/*--//social-icons--*/
/*-- /contact --*/
.contact_form input[type="text"], .contact_form input[type="email"] {
    width: 100%;
    border-radius: 0;
    line-height: 22px;
    font-size: 14px;
    padding: 14px 17px 14px;
    outline: none;
    color: #FFF;
    border:none;
	border-bottom:3px solid #efbe0c;
    margin: 0 0 20px;
      background: #212121;
}
.contact_form input[type="submit"]{
    padding: 13px 30px;
    border: 2px solid #efbe0c;
    font-size: 16px;
    color: #fff;
    background: #212121;
    text-decoration: none;
    outline: none;
	margin-top: 12px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    cursor: pointer;
}
.contact_form input[type="submit"]:hover{
	color:#efbe0c;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.contact_form textarea {
    width: 100%;
    border-radius: 0;
    line-height: 22px;
    font-size: 14px;
    padding: 14px 17px 14px;
    outline: none;
    border:none;
	border-bottom:3px solid #efbe0c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    color: #FFF;
    height: 190px;
       background: #212121;
}
#contact form {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

/*-- footer --*/
.footer{
	background:#212121;
}
.agileinfo_footer_grid h4 {
	font-size: 1.4em;
    color: #fff;
    font-family: 'Gudea', sans-serif;
    margin-bottom: 30px;
    text-transform: uppercase;
	font-weight: 700;
}
.agileinfo_footer_grid ul li{
	list-style-type: none;
    margin-bottom: 1em;
    font-size: 14px;
    line-height: 1.8em;
    color: #999;
    padding-left: 1em;
}
.agileinfo_footer_grid ul li span{
	left:-1em;
}
.agileinfo_footer_grid ul li a{
	color:#999;
	text-decoration:none;
}
.agileinfo_footer_grid ul li a:hover{
	color:#fff;
}
.agileinfo_footer_grid1{
	float:left;
	width:31.45%;
	margin:0 0.3em .3em 0em;
}
.w3agile_footer_copy{
	padding:2em 0;
	border-top:1px solid #606060;
	text-align:center;
	margin-top:3em;
}
.w3agile_footer_copy p{
	font-size:14px;
	color:#8F8F8F;
	margin:0;
	line-height:1.8em;
	letter-spacing: 2px;
}
.w3agile_footer_copy p a{
	color:#fff;
	text-decoration:none;
}
.w3agile_footer_copy p a:hover{
	color:#8F8F8F;
}
.agileinfo_footer_grid:nth-child(1) {
    padding: 0 2em 0 0;
}
.agileinfo_footer_grid p{
	color:#999;
	line-height:2em;
}
.agileinfo_footer_grid p span{
	display:block;
	margin:1em 0 0;
}
/*-- //footer --*/
/*--bottom-to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 24px;
	right: 1%;
	overflow: hidden;
	z-index: 999; 
    width: 64px;
    height: 64px;
	border: none;
	text-indent: 100%;
	background: url("../images/uboard/arrow-up-.png") no-repeat 0px 0px;
}
#toTopHover {
    width: 64px;
    height: 64px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

/*官网部分*/
.ycx-body {
    margin-top: 0px;
    background-color: #F7F7F7;
    padding-bottom: 40px;
}
.title {
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 24px;
    color: #666;
}
/*关于Uboard*/
.row{
    margin: 0;
}
.section1 .body {
    padding: 20px;
    background-color: #FFFFFF;
    transition: all 0.3s;
    cursor: pointer;
}
.section1:hover .body{box-shadow: 5px 5px 20px rgba(235, 100, 56, 0.15);}
.section1 .desc {
    color: #999999;
    padding: 20px;
    transition: all 0.3s;
    font-size: 14px;
    line-height: 28px;
    margin-top: 10%;
}
.section1:hover .desc {
    color: #666;
}
/*产品功能*/
.section2{
    background: url(../images/uboard/s3.jpg) no-repeat fixed;
    background-size: cover;
    position: relative;
    padding: 4em 0em;
    margin-top: 40px;
}
.section2 .title{
    color: #FFFFFF;
    padding: 0 0 40px 0;
}
.section2 .row:nth-child(2) div{
    text-align: center;
}
.section2 .row:nth-child(2) img{margin-bottom: 30px;}
.section2 .row:nth-child(2) h5{margin-bottom: 10px;}
.section2 .row:nth-child(2) p{margin-bottom: 50px}
/*应用前景*/

.section3 .row:nth-child(2) .col-md-6{
    padding: 0;
}
.agile-sub{
    padding: 80px;
    background:#ececec;
    height: 287px;
}
.agile-sub h4, .agile-info h4 {
    text-transform: uppercase;
    color: #2f9ff5;
    font-size: 16px;
    margin-bottom: 28px;
    font-family: 'Gudea', sans-serif;
}
.agile-sub p, .agile-info p{
    font-size: 14px;
    line-height: 28px;
}
.agile-prod{
    background:#FFFFFF;
    height: 287px;
}
.section3 img{
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.Single-Content{
    padding: 110px 80px;
}
/*产品优势*/
.team-page .t1{padding-left: 0}
.team-page .t2{padding-right: 0}
.about_img img{margin-top: -3%}
/*-- //Responsive --*/
@media screen and (max-width:1200px){
    .section3 img{
        padding-top: 5%;
    }

}
@media screen and (max-width:992px){
    .section1 img{
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .section3 img{
        padding-top: 0;
    }
    .team-page .t1{padding: 0 20px 0 0;margin-bottom: 40px}
    .team-page .t2{padding: 0 0 0 20px}
}
@media screen and (max-width:768px){
    .section2 .row:nth-child(2) div{
        height: 250px;
    }
    .team-page .t1,.team-page .t2{
        padding: 0;
    }
    .about_opa p {margin: 0}
    .agile-sub{padding: 80px 30px }
    .Single-Content{
        padding: 110px 30px;
    }
}
@media screen and (max-width:617px){
    .agile-sub,.agile-prod{
        height: auto;
    }
}