html, body{
    font-size: 100%;
	font-family: "Arial","Microsoft YaHei","??","??",sans-serif;
	background:#ffffff;
	margin: 0;
    font-weight: normal;
    font-style: normal;	
   color: #777777;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;

}

p,ul li,ol li{
	margin:0;
	font-size:14px;
}
h1,h2,h3,h4,h5,h6{
	font-family:"Arial","Microsoft YaHei","??","??",sans-serif;
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
input[type="submit"],input[type="reset"],.w3l_team_grd,.agileits_w3layouts_features_gridr h4,.agile_feature_grid,.agile_services_grid_pos,a,.w3l_footer_grid,.w3_two_grid_right_grid1,.w3_two_grid_right_grid1 i{
	-webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition:0.5s ease-in;
}
/*-- header --*/
.fh5co-staff img {
  margin-bottom: 1em;
  margin-top:1em;
}
.fh5co-staff h3 {
  margin: 0 0 10px 0;
  font-weight: 700;
  font-size: 20px;
  color:#000;
}

.fh5co-staff p {
  font-size: 14px;
  line-height: 25px;
  text-align:left;
}

.agile_header_grid{
	padding: 1em 0;
	border-bottom: 1px solid #e6e6e6;
}
.w3_agile_logo{
	float:left;	
}
.w3_agile_logo h1 a{
	font-size:1em;
	color:#212121;
	text-decoration:none;
}
.w3_agile_logo h1 a span {
    color: #0a9dbd;
    display: inline-block;
    border: 3px solid;
    padding: 0 .2em;
}
.agileits_w3layouts_sign_in{
	float:right;
	margin-top: .3em;
}
.agileits_w3layouts_sign_in ul li{
	display:inline-block;
	color:#212121;
	margin-left:2em;
}
.agileits_w3layouts_sign_in ul li a {
    display: inline-block;
    padding: .5em 2em;    
    color: #FFB400;
    text-decoration: none;
    font-family:"Arial","Microsoft YaHei","??","??",sans-serif;
}

.agileits_w3layouts_sign_in ul li span {
    font-size: 1.2em;
    color: #FFB400;
}


/*-- nav --*/
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-collapse {
    padding: 0;
}
.navbar-right {
    float: none !important;
    margin-right: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#000000;
    background: #FFCC00;
}
.navbar-default .navbar-nav > li > a {
    color: #212121;
    font-weight: 600;
}
.navbar-nav > li > a {
    margin: 0;
    padding: 2em;
    line-height: 1em;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #000000;
}
nav.navbar.navbar-default {
    background: none;
    padding: 0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #212121;
    background: none;
}
.navbar-default .navbar-nav  > .active.open > a:focus {
	background: #0a9dbd;
	color: #fff;
}
.agile_short_dropdown {
    border-radius: 0;
    background: #ffffff;
    text-align: center;
	padding:0;
	border: none;
}
.agile_short_dropdown li a{
	text-transform:uppercase;
	color:#212121;
	font-size:13px;
	font-weight:600;
	padding: .8em 0;
}
.agile_short_dropdown > li > a:hover{
    color: #fff;
    text-decoration: none;
    background-color: #f62b2b;
}
/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  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;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#FFCC00;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/*-- //nav --*/
.agileinfo_search{
	float: right;
    width: 30%;
    border-bottom: 1px solid #999;
    margin-top: .6em;
}
.agileinfo_search input[type="text"]{
    outline: none;
    width: 87%;
    background: #fff;
    color: #212121;
    padding: 10px;
    font-size: 14px;
    border: none;
}
.agileinfo_search input[type="submit"]{
    outline: none;
    width: 10%;
    background: url(../images/search.png) no-repeat 7px 2px;
    border: none;
    padding: 0;
}
/*-- //header --*/
/*-- banner --*/
.larger-text {
  font-size: 16px;
  line-height: 30px;
  text-align:left;
}
.larger-text h2 {
  font-size: 20px;
  line-height: 26px;
  text-align:left;
}
.static-info-project {
  background-color: #f1f4f5;
  padding: 10px 0;
  text-align: center;
}
.banner{
	background:url(../images/banner.jpg) no-repeat 0px 0px;
	background-size:cover;

	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:500px;
	position: relative;
	text-align: center;
	padding: 8em 0 0;
	background-image: url(../images/banner.jpg);
}

.banner1{
	background:url(../images/abtout-baner.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:300px;
	text-align: center;
}
.banner2{
	background:url(../images/products-1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:200px;
	text-align: center;
}
.banner3{
	background:url(../images/products-2.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:200px;
	text-align: center;
}
.banner h2{
    color: #FFCC00;
    text-transform: uppercase;
    font-size: 2em;
	line-height:60px;
    font-weight: bold;
}

.banner h2 span{
	color:#05d2ff;
}

.banner p{
	color:#fff;
	line-height:1.5em;
	color: #FFF;
}
.wthree_banner_grids{
	padding:8em 0;
}
.wthree_banner_grid{
	text-align:center;
}
.wthree_banner_grid i{
	font-size:2em;
	color:#FFCC00;
}
.wthree_banner_grid h4{
	text-transform:capitalize;
	font-size:1em;
	color:#fff;
	padding-top:1em;
}
.agileits_more ul li{
	display:inline-block;
}
.agileits_more ul li a.hvr-icon-hang{
	padding:1em 3em 1em 2em;
	letter-spacing: 3px;
	color:#fff;
	font-weight:600;
	text-transform:capitalize;
	text-decoration:none;
	border:1px solid #fff;
	position: relative;
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
	display: inline-block;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
a.w3ls_banner_more{
    background: #FFCC00;
	color:#000000 !important;
	border:1px solid #FFCC00 !important;
}
.agileits_more ul li a.hvr-icon-hang:hover {
	background: #FFCC00;
	color:#000000;
	border:1px solid #FFCC00;
}
a.w3ls_banner_more:hover{
	border:1px solid #FFCC00 !important;
	color:#fff !important;
	background:none !important;
}
.agileits_more ul li a.hvr-icon-hang:before {
    content: "\f078";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.agileits_more ul li a.hvr-icon-hang:hover:before{
    -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}
/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
/*-- //banner --*/
/*-- banner-bottom --*/
.banner-bottom,.news,.services,.services-bottom,.features{
	padding:3em 0;
}
.w3l_banner_bottom_left h3,.agile_head,.wthree_stat_left h3{
	font-size:1.5em;
	color:#212121;
	text-transform:capitalize;
	padding-bottom:.5em;
	position:relative;
}
.w3l_banner_bottom_left h3:after,.wthree_stat_left h3:after{
	content: '';
    width: 23%;
    height: 1px;
    background: #f62b2b;
    position: absolute;
    bottom: 0%;
    left: 0%;
}
.w3l_banner_bottom_left p{
	margin:2em 0 0;
	color:#999;
	line-height:2em;
}
.w3l_banner_bottom_left p span{
	display:block;
	margin-top:1em;
	color:#212121;
	font-style:italic;
}
/*-- //banner-bottom --*/
/*-- two-grids --*/
.two-grids{
	background:#FFCC00;
}
.w3_two_grid_left{
	padding:0;
}
.w3_two_grid_right{
	padding:3em 8em 3em 4em;
}
.w3_two_grid_right h3{
	font-size:2em;
	color:#000000;
	text-transform:capitalize;
}
.w3_two_grid_right p.w3layouts_dummy_para{
	margin:1em 0;
	color:#003743;
	line-height:2em;
}
.w3_two_grid_right1{
	padding-top:1.1em;
}
.w3_two_grid_right_grid1{
	width: 65px;
    height: 65px;
    border-radius: 50px;
    background:#666666;
    text-align: center;
}
.w3_two_grid_right1:hover .w3_two_grid_right_grid1{
	background:#fff;
}
.w3_two_grid_right1:hover .w3_two_grid_right_grid1 i{
	color:#f62b2b;
}
.w3_two_grid_right_grid1 i{
	font-size: 1.3em;
    color: #fff;
    line-height: 3.1em;
}
.w3_two_grid_right_gridr h4{
	text-transform:capitalize;
	font-size:1.4em;
	color:#fff;
	margin:.5em 0 0;
}
.w3_two_grid_right_gridr p{
	color:#003743;
	line-height:2em;
}
/*-- //two-grids --*/
/*-- news --*/
.w3_agile_para{
	margin:.5em 0 0;
	color:#999;
}
.agile_head:after{
	content: '';
    width:10%;
    height: 1px;
    background: #f62b2b;
    position: absolute;
    bottom: 0%;
    left: 0%;
}
.agile_head{
	padding-bottom:.3em !important;
}
.w3_agileits_news_grid{
	position:relative;
}
.w3_agileits_news_grid_pos{
	position: absolute;
    bottom: -7%;
    left: 8%;
    width: 85%;
    padding: .5em;
    background: #f62b2b;
}
.w3_agileits_news_grid_pos h4{
	text-align: center;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
}
.agileits_w3layouts_news_grid h5{
	margin:2em 0 1em;
}
.agileits_w3layouts_news_grid h5 a{
	font-size: 1.3em;
    color: #212121;
    text-transform: capitalize;
	text-decoration:none;
}
.agileits_w3layouts_news_grid h5 a:hover{
    color:#0a9dbd;
}
.agileits_w3layouts_news_grid h5 a:focus,.agileits_more ul li a.hvr-icon-hang:focus,.agileits_w3layouts_sign_in ul li a:focus{
	outline:none;
}
.agileits_w3layouts_news_grids,.w3layouts_team_grids,.w3_agile_portfolio_grids,.agileits_w3layouts_contact_grids{
    margin: 1em 0 0;

}
.agileits_w3layouts_news_grid p{
	line-height:2em;
	color:#999;
}
/*--flexisel--*/
.flex-slider{	
	background:#222227;
	padding: 70px 0 165px 0;
}

#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
	padding:2em 0 0;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	line-height: 35px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 33px;
    height: 33px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    background: url(../images/left.png) no-repeat 2px 1px;
    top: -5% !important;
    border-radius: 5px;
}
.nbs-flexisel-nav-left {
	left:94%;
}
.nbs-flexisel-nav-right {
	right: 0%;
    background:url(../images/right.png) no-repeat 2px 1px;
}
/*--//flexisel--*/
.agileits_w3layouts_news_grid {
    padding: 0 .5em;
}
/*-- //news --*/
/*-- stats --*/
.stats{
	background: url(../images/7.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.wthree_stat{
	background:rgba(33, 33, 33, 0.72);
	padding:4em 0;
}
.wthree_stat_left {
    margin: 2.5em 0 0;
}
.wthree_stat_left h3{
	color:#fff !important;
}
.wthree_stat_left p{
	margin:1em 0 0;
	color:#fff;
	line-height:2em;
}
.wthree_stat_right ul li{
	padding:2em 1em;
	text-align:center;
	border:1px solid #fff;
	display:inline-block;
	width: 32%;
}
.wthree_stat_right ul li:nth-child(2){
	margin:0 .5em;
}
.wthree_stat_right1 i{
	font-size: 1.5em;
    color: #212121;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50px;
    line-height: 2.6em;
}
.wthree_stat_right1 h4{
	font-size:1.3em;
	color:#fff;
	margin:1em 0;
}
.wthree_stat_right1 p{
	font-size:3em;
	color:#fff;
	font-weight:bold;
}
.w3layouts_newsletter{
	padding:3em 0;
	background:rgba(246, 43, 43, 0.85);
}
.w3layouts_newsletter_left{
	float:left;
}
.w3layouts_newsletter_right{
	float:right;
	width:50%;
}
.w3layouts_newsletter_left h3{
	font-size:2em;
	color:#fff;
	text-transform:capitalize;
}
.w3layouts_newsletter_right input[type="email"]{
	outline: none;
    border: 1px solid #fff;
    padding: 10px;
    background: none;
    color: #fff;
    font-size: 14px;
    width: 74.2%;
}
.w3layouts_newsletter_right input[type="submit"]{
	outline: none;
    border: 1px solid #0993b2;
    padding: 10px 0;
    background: #0a9dbd;
    color: #fff;
    font-size: 14px;
    width: 25%;
    text-transform: uppercase;
}
.w3layouts_newsletter_right input[type="submit"]:hover{
	background:#fff;
	border: 1px solid #fff;
	color:#0993b2;
}
.canping-grid {
	padding-top:10px;
}
.canping-grid img {
  width: 100%;
}

/*-- //stats --*/
/*-- footer --*/
.footer{
	padding:4em 0;
	background:#F9F9F9;
}
.w3_footer_grid h2{
	margin-bottom:1em;
}
.w3_footer_grid h2 a{
	font-size: 1em;
    color: #212121;
    text-decoration: none;
}
.w3_footer_grid h2 a span {
    color: #0a9dbd;
    display: inline-block;
    border: 3px solid;
    padding: 0 .2em;
}
.w3_footer_grid p{
	color:#999;
	font-weight:600;
	line-height:2em;
}
.w3_footer_grid p a{
	color:#999;
	font-weight:600;
	text-decoration:underline;
}
.w3_footer_grid p a:hover{
	color:#FF0000;
}
.w3l_footer_grid {
	width:50px;
	height:50px;
	border-radius:30px;
	background:#212121;
	text-align:center;
}
.w3_footer_grid:hover .w3l_footer_grid {
	background:#FFCC00;
}
.w3l_footer_grid i{
	font-size:1.5em;
	color:#fff;
	line-height:2em;
}
.w3_footer_grid h4{
	font-size: 1.2em;
    color: #FF9900;
    margin: 1em 0 .5em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.w3_footer_grid p span{
	display:block;
}

.copyright{
	padding:2em 0;
	background:#212121;
}
.w3ls_copyright_left{
	float:left;
}
.w3ls_copyright_center{
	
	color:#FFCC00;
}
.w3ls_copyright_left ul li{
	display:inline-block;
	margin-right:1em;
	color:#999;
	line-height:3em;

}
.w3ls_copyright_left ul li:last-child{
	margin-right:0;
}
.w3ls_copyright_left ul li a{
	font-weight:600;
	color:#fff;
	text-decoration:none;
}
.w3ls_copyright_left ul li a:hover,.w3ls_copyright_left ul li.active a{
	color:#FFCC00;
}
.w3ls_copyright_left p{
	margin-top:.5em;
	color:#999;
	line-height:2em;
}
.w3ls_copyright_left p a{
	color:#05d2ff;
	text-decoration:underline;
}
.w3ls_copyright_left p a:hover{
	color:#fff;
}
.w3ls_copyright_right{
	float:right;
	margin-top: 1em;
}

.w3ls_copyright_right ul li,.title li,.wthree_mail_social li{
	display:inline-block;
}
.w3ls_copyright_right ul li a,.w3agile_social_icons ul li a,.title li a,.wthree_mail_social li a{
	width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding-top: .5em;
    font-size: 13px;
	background:#383838;
}
a.w3_agile_facebook:hover{
	background:#4267B1;
}
a.agile_twitter:hover{
	background:#1DA1F2;
}
a.w3_agile_youtube:hover{
	background:#CC181E;
}
a.w3_agile_google:hover{
	background:#DD4C40;
}
a.w3_agile_linkedin:hover{
	background:#0173B1;
}


a.w3_agile_vimeo:hover{
	background:#1ab7ea;
}
/*-- //footer --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- bootstrap-pop-up --*/
.modal-header {
    font-size: 2em;
    color:#FFCC00;
    font-family:"Arial","Microsoft YaHei","??","??",sans-serif;
    text-align: center;
    text-transform: uppercase;
	font-weight: 600;
}
.close {
    opacity: 1;
}
.modal-body p {
    color: #999;
    text-align: left;
	padding:2em 2em 1em;
	margin: 0 !important;
	line-height:2em;
}
.modal-body p i {
    display: block;
    margin: 2em 0 0;
	color:#212121;
}
.modal-body {
    padding:2em;
}
button.close {
    font-size: 1em;
    color: #212121;
	outline: none;
}
/*-- //bootstrap-pop-up --*/
/*-- sign-in --*/
.agileits_signin_form input[type="text"],.agileits_signin_form input[type="password"],.agileits_signin_form input[type="email"] {
    width: 100%;
    padding: 10px;
    font-size: 1em;
    margin: 0 0 1em;
    outline: none;
    color: #212121;
    border: 1px solid #bfbfbf;
    letter-spacing: 1px;
    text-align: center;
}
.agileits_signin_form input[type="text"] {
    background: none;
    display: block;
}
.agileits_signin_form input[type="password"] {
    background: none;
    display: block;
}
.agileits_signin_form input[type="text"]::-webkit-input-placeholder,.agileits_signin_form input[type="email"]::-webkit-input-placeholder,.agileits_signin_form input[type="password"]::-webkit-input-placeholder{
	color:#212121; !important;
}
.agileits_signin_form input[type="submit"] {
    padding: 10px 0;
    width: 100%;
    font-size: 1em;
    border: none;
    color: #fff;
    background: #212121;
    outline: none;
    font-weight: 600;
    letter-spacing: 3px;
}
.agileits_signin_form input[type="submit"]:hover {
    background:#f62b2b;
}
.agileits_signin_form p{
    font-size: 0.9em;
    color: #212121;
    letter-spacing: 1px;
    padding:2em 0;
}
.agileits_signin_form p a {
    color: #0a9dbd;
	text-decoration:underline;
}
.agileits_signin_form p a:hover{
	color:#212121;
}
.agileinfo_sign{
	font-size:2em;
	color:#f62b2b;
	margin-bottom:1em;
}
.w3agile_social_icons ul li {
    display: inline-block;
	margin-right:1em;
}
.w3agile_social_icons ul li:last-child{
	margin-right:0;
}
.wthree_follow{
	font-size:1.2em;
	color:#212121;
}
.agile_remember_left {
    float: left;
}
.agile_remember_left label,.agileinfo_subscribe label{
    font-size: 14px;
    font-weight: 600;
    color: #212121;
    text-transform: capitalize;
    margin: 0;
}
.agile_remember_right {
    float: right;
}
.checkbox {
    position: relative;
	padding-left:30px !important;
    cursor: pointer;
}
.checkbox i {
    position: absolute;
    bottom: 2px;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    outline: none;
    border: 1px solid #5B5B5B;
    background: #FFF;
}
.checkbox input + i:after,.radio input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
.checkbox input:checked + i:after,.radio input:checked + i:after{
    opacity: 1;
}
.checkbox input,.radio input {
    position: absolute;
    left: -9999px;
}
.checkbox input + i:after {
    content: '';
    background: url(../images/tick.png) no-repeat 0px 0px;
    top: -4px;
    left: 0px;
    width: 18px;
    height: 18px;
    text-align: center;
}
.agile_remember_right a {
    font-size: 14px;
    color:#0a9dbd;
    text-decoration: underline;
}
.agile_remember_right a:hover {
    color: #212121;
}
.agile_remember {
    padding: 1.5em 0;
}
/*-- //sign-in --*/
/*-- services --*/
.banner1 h3{
	font-size:3em;
    color: #FFCC00;
    padding-top: 2.6em;
}
.banner2 h3{
	font-size: 3em;
    color: #FFCC00;
    padding-top: 2.6em;
}
.banner3 h3{
	font-size: 3em;
    color: #FFCC00;
    padding-top: 2.6em;
}
.agile_services_grid{
	position:relative;
}
.agile_services_grid_pos{
	position: absolute;
    bottom: -20%;
    left: 5%;
    width: 85px;
    height: 85px;
    background: #FFCC00;
    border-radius: 50px;
    border: 5px solid #fff;
    text-align: center;
	
}
.w3_agile_services_grid:hover .agile_services_grid_pos{
	background: #212121;
	color:#FFFFFF;
}
.agile_services_grid_pos i{
	font-size: 2em;
    color: #00000;
    line-height:2.3em;
}
.w3_agile_services_grid h4{
    padding-top:10px;
	font-weight:600;
	font-size:0.9em;
    color: #212121;    
}
.w3_agile_services_grid p{
	color:#212121;
	font-weight:600;
	line-height:2em;
}
.column div {
	position: relative;
    padding: 0;
}
.agile_services_grid figure {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* Rotate */
.hover06 figure img {
	-ms-transform: rotate(0deg) scale(1);
	-o-transform: rotate(0deg) scale(1);
	-moz-transform: rotate(0deg) scale(1);
	-webkit-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
}
.hover06 figure:hover img,.w3_agile_services_grid:hover .hover06 figure img{
	-webkit-transform: rotate(0) scale(1.2);
	transform: rotate(0) scale(1.2);
	-moz-transform: rotate(0) scale(1.2);
	-o-transform: rotate(0) scale(1.2);
	-ms-transform: rotate(0) scale(1.2);
}
/*-- //services --*/
/*-- services-bottom --*/
.services-bottom{
	background: url(../images/8.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    text-align: center;
}
.services-bottom h3{
	font-size: 2.5em;
    line-height: 1.5em;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
/*-- //services-bottom --*/
/*-- about --*/
.wthree_about_grid h3{
	font-size:2em;
	color:#212121;
	text-transform: capitalize;
}
.wthree_about_grid h3 span{
	color: #fff;
	background: #FFCC00;
    text-transform: uppercase;
    font-weight: 600;
	display:inline-block;
	padding:.2em .5em;
}
.wthree_about_grid p{
	color: #999;
    line-height: 2em;
    margin: 2em 0 3em;
}
.wthree_about_grid h4{
	 font-size: 1.8em;
    color: #212121;
    line-height: 1em;
    text-transform: capitalize;
}
.wthree_about_grid h4 span{
	display: block;
    font-size: .5em;
    font-weight: 600;
    text-transform: uppercase;
    color: #0a9dbd;
    letter-spacing: 5px;
}
.wthree_about_grid ul{
	margin:2em 0 0;
}
.wthree_about_grid ul li{
	list-style-type:none;
	margin-bottom:1em;
	color:#212121;
}
.wthree_about_grid ul li i{
	padding-right:2em;
	color:#f62b2b;
}
.about,.portfolio{
	padding-top:2em;
	background:#EFEFEF;
}
/*-- //about --*/
/*-- features --*/
.features{
	background: url(../images/10.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
}
.agile_head1,.w3_agile_para1{
	color:#fff;
}
.agileits_w3layouts_features_grid{
	padding:0.4em;
	background:#fff;
}
.agileits_w3layouts_features_gridl {
    padding-left: 0;
}
.agile_feature_grid{
	width: 80px;
    height: 80px;
    background: #0a9dbd;
    text-align: center;
    border: 4px solid #057189;
}
.w3_agileits_features_grid:hover .agile_feature_grid{
	background: #f62b2b;
    border:4px solid #b61616;
}
.w3_agileits_features_grid:hover .agileits_w3layouts_features_gridr h4{
    color: #0a9dbd;
}
.agile_feature_grid i{
	font-size: 1.5em;
    color: #fff;
    line-height: 3em;
}
.agileits_w3layouts_features_gridr h4{
	font-size: 1.2em;
    color: #212121;
    margin-bottom: .3em;
    text-transform: capitalize;
}
.agileits_w3layouts_features_gridr p{
	color:#999;
	line-height:1.7em;
}
.w3_agileits_features_grid{
	padding-top:2em;
}
.w3_agileits_features_grids{
	margin-top:1em;
}
/*-- //features --*/
/*-- team --*/
.w3_team_grid{
	padding:1em;
	box-shadow:0px 0px 1px;
}
.w3_team_grid h4{
	font-size:1em;
	color:#212121;
}
.w3_team_grid h5{
	font-size:1.3em;
	color:#f62b2b;
	margin:.5em 0 1em;
}
.w3_team_grid p{
	color:#999;
	line-height:2em;
	margin-bottom: 1em;
}
.w3layouts_team_grid img {
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
}
.w3l_team_grd{
	position:relative;
	z-index: 2;
}
.w3l_team_grd:hover{
    box-shadow: 0 70px 70px rgba(0, 0, 0, 0.2);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    z-index: 100;
}
/*-- //team --*/
.w3_wthree_agileits_icons.main-grid-border {
    padding:1em 0 4em;
}
.typo{
	padding:2em 0;
}
/*-- icons --*/
ul.bs-glyphicons-list li:hover {
    background: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
ul.bs-glyphicons-list li:hover span {
    color: #fff;
}
.codes a {
    color: #999;
}
.row.fontawesome-icon-list {
    margin: 0;
}
.icon-box {
    padding: 8px 15px;
    background:rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
} 
.icon-box:hover {
    background: #000;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.icon-box:hover i.fa {
	color:#fff !important;
}
.icon-box:hover a.agile-icon {
	color:#fff !important;
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px; 
    line-height: 1.4;
    text-align: center;  
    font-size: 12px;
    list-style-type: none;	
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
	font-size: 25px;
    color:#0a9dbd !important;
    margin: 30px 0 15px;
}
h3.agileits-icons-title {
    text-align: center;
    font-size: 30px;
    color: #000;
}
.icons a {
    color: #999;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}
.bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background:rgba(149, 149, 149, 0.18);
    margin: 1%;
	cursor: pointer;
}
.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
	color: #282a2b;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

.project-single {
  margin-top: 30px;
  margin-bottom: 30px;
}
.project-single .project-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
  color: #000000;
}
.project-single .subtitle {
  font-size: 14px;
  color: #aaaaaa;
}
.project-single .description {
  margin-bottom: 20px;
  font-size: 14px;

}
.project-single .meta-post li {
  display: block;  
  font-size: 15px;
  	color: #999;
    line-height: 1.6em;
   
}
.project-single .meta-post li span {
  color: #FFFFFF;
  margin-right: 20px;
}
.project-single .meta-post li a {
  color: #777777;
}
.project-single .meta-post li a:hover {
  color: #00a8d6;
}

.project-img {
  overflow: hidden;
}
.project-img img {
  width: 100%;
  height: auto;
}

.static-info-project {
  background-color: #f1f4f5;
  padding: 10px 0;
  text-align: center;
}

.related-projects {
  margin: 100px 0 60px 0;
}
		/* ===========
		   Tab Styling */
		.tab-group {
	position: relative;
	border: 1px solid #999999;
	margin-top: 1.8em;
	border-radius: 0 0 0 0;
		}
		.tab-group section {
		  opacity: 0;
		  height: 0;
		  padding: 0 1em;
		  overflow: hidden;
		  transition: opacity 0.4s ease, height 0.4s ease;
		}
		.tab-group section.active {
		  opacity: 1;
		  height: auto;
		  overflow: visible;
		}

		.tab-nav {
		  list-style: none;
		  margin: -2.5em -1px 0 0;
		  padding: 0;
		  height: 2.5em;
		  overflow: hidden;
		}
		.tab-nav li {
		  display: inline;
		}
		.tab-nav li a {
		  top: 1px;
		  position: relative;
		  display: block;
		  float: left;
		  border-radius: 0px 0px 0 0;
		  background: #525653;
		   line-height: 2.5em;
		  padding: 0 1em;
		  text-decoration: none;
		  color: #fff;
		  
		  margin-right: 3px;
		  transition: background .2s ease, line-height .2s ease, margin .2s ease;
		}	
		.tab-nav li.active a {
		  background: #FFCC00;
		  color: #000000;
		  line-height: 2.5em;
		  margin-top: 0;
		}
		ul.tab-nav li:hover a { color: #000000; background-color: #FFCC00; }	

@media (max-width:991px){
	h3.agileits-icons-title {
		font-size: 28px;
	}

	h3.icon-subheading {
		font-size: 22px;
	}
}
@media (max-width:768px){
	h3.agileits-icons-title {
		font-size: 28px;
	}
	h3.icon-subheading {
		font-size: 25px;
	}
	.row {
		margin-right: 0;
		margin-left: 0;
	}
	.icon-box {
		margin: 0;
	}


}
@media (max-width: 640px){
	.icon-box {
		float: left;
		width: 50%;
	}
	h3.icon-subheading {
		font-size: 22px;
	}
}
@media (max-width: 480px){
	.bs-glyphicons li {
		width: 31%;
	}
}
@media (max-width: 414px){
	h3.agileits-icons-title {
		font-size: 23px;
	}
	h3.icon-subheading {
		font-size: 18px;
	}
	.bs-glyphicons li {
		width: 31.33%;
	}
}
@media (max-width: 384px){
	.icon-box {
		float: none;
		width: 100%;
	}
}
@media (max-width: 375px){
	.w3_agileits_icons_page {
		margin: 25px 0 0 !important;
	}
}
/*-- //icons --*/
/*--Typography--*/
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}
.typo p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}
.show-grid [class^=col-] {
    background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
	color: #999;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}
.grid_4{
	background:none;
	margin-top:50px;
}
.label {
	font-weight: 300 !important;
	border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: 1em;
    color:#212121;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 0;
}
.badge-primary {
	background-color: #03a9f4;
}
.badge-success {
	background-color: #8bc34a;
}
.badge-warning {
	background-color: #ffc107;
}
.badge-danger {
	background-color: #e51c23;
}
.grid_3 p{
	line-height: 2em;
	color: #888;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}
.bs-docs-example {
	margin: 1em 0;
}
section#tables  p {
	margin-top: 1em;
}
.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}

.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.9em;
	color: #999;
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.label {
	font-weight: 300 !important;
}
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}
.alert {
	font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:2em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
	line-height: 2.5em;
}
.input-group {
	margin-bottom: 20px;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
@media (max-width:768px){
	.grid_5 {
		padding: 0 0 1em;
	}
	.grid_3 {
		margin-bottom: 0em;
	}
	.grid_3.grid_5.w3l {
		margin-top: 1.5em;
	}

}
@media (max-width:640px){
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		margin-bottom: .5em;
	}
	.progress {
		height: 10px;
		margin-bottom: 10px;
	}
	ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
		font-size: 14px;
	}
	.breadcrumb {
		margin-bottom: 25px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
	.label {
		font-size: 60%;
	}
	.in-gp-tl {
		padding: 0 1em;
	}
	.in-gp-tb {
		padding-right: 1em;
	}
	.list-group {
		margin-bottom: 20px;
	}
}
@media (max-width:480px){
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		font-size: 1.2em;
	}
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.alert,p {
		font-size: 14px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
	.grid_3.grid_4.w3layouts {
		margin-top: 0;
	}
}
@media (max-width: 320px){
	.grid_4 {
		margin-top: 18px;
	}
	h3.title {
		font-size: 1.6em;
	}
	.alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.nav > li > a {
		font-size: 14px;
	}
	table.table.table-striped,.table-bordered,.bs-docs-example {
		display: none;
	}
}
/*-- //typography --*/
/*-- portfolio --*/
.agile_portfolio_grid{
	float:left;
	width:33.33%;
}
.view {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.view .mask, .view .content {
	position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.view img {
   display: block;
   position: relative;
}
.view h4{
font-size:24px;
   padding:.3em .5em;
   background:#fff;
   color:#212121;
   text-align:center;
   display:inline-block;
}
/* FIFTH EFFECTS */
.effect img {
   opacity:1;
   -moz-transform:scale(1,1);
   -webkit-transform:scale(1,1);
   -o-transform:scale(1,1);
   -ms-transform:scale(1,1);
   transform:scale(1,1);
   -webkit-transition: all 0.2s ease-in;
   -moz-transition: all 0.2s ease-in;
   -o-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
}
.effect .mask {
   opacity:0;
   overflow:visible;
   border-color:rgba(255, 201, 12, 0.3) transparent transparent transparent;
   border-style:solid;
   border-width:263px;
   width:0;
   height:0;
   -moz-transform:translateY(-125px);
   -webkit-transform:translateY(-125px);
   -o-transform:translateY(-125px);
   -ms-transform:translateY(-125px);
   transform:translateY(-125px);
   -moz-transition: -moz-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
   -webkit-transition: -webkit-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
   -o-transition: -o-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
   -ms-transition: -ms-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
   transition: transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
}
.effect h4{
	opacity:0;
   -moz-transform:translateY(-125px);
   -webkit-transform:translateY(-125px);
   -o-transform:translateY(-125px);
   -ms-transform:translateY(-125px);
   transform:translateY(-125px);
   -moz-transition: -moz-transform 0.3s ease-in, opacity 0.1s ease-in-out;
   -webkit-transition: -webkit-transform 0.3s ease-in, opacity 0.1s ease-in-out;
   -o-transition: -o-transform 0.3s ease-in, opacity 0.1s ease-in-out;
   -ms-transition: -ms-transform 0.3s ease-in, opacity 0.1s ease-in-out;
   transition: transform 0.3s ease-in, opacity 0.1s ease-in-out;

}

.effect:hover .mask {
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.effect:hover h4{
	opacity:1;
   -moz-transform:translateY(170px);
   -webkit-transform:translateY(170px);
   -o-transform:translateY(170px);
   -ms-transform:translateY(170px);
   transform:translateY(170px);
}
.thumbnail {
    padding: 0;
    margin-bottom: 0;
    background-color: #fff;
    border: none;
    border-radius: 0;
}
/*-- //portfolio --*/
/*-- contact --*/
.agileits_w3layouts_contact_gridr input[type="text"],.agileits_w3layouts_contact_gridr input[type="email"],.agileits_w3layouts_contact_gridr textarea{
	outline:none;
	background:#f5f5f5;
	border:1px solid #d7d7d7;
	font-size:14px;
	color:#212121;
	width:100%;
	padding:10px;
}
.agileits_w3layouts_contact_gridr textarea{
	margin:0 0 1em;
	min-height:200px;
}
.agileits_w3layouts_contact_gridr:nth-child(3){
	margin:0 1em;
}
.agileits_w3layouts_contact_gridr textarea::-webkit-input-placeholder{
	color:#212121;
	font-weight:600;
}
.agileits_w3layouts_contact_gridr input[type="submit"]{
	outline: none;
    background:#FFCC00;
    border: none;
    font-size: 14px;
    color: #000000;
    width: 30%;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 2em;
}
.agileits_w3layouts_contact_gridr input[type="submit"]:hover{
	background:#f62b2b;
}
.agileits_w3layouts_contact_gridr label {
    font-size: 14px;
    color: #212121;
    font-weight: 600;
}
.agileits_leave {
    float: left;
    width: 31.65%;
}
.agileits_leave:nth-child(3) {
    margin: 0 1em;
}
.agileits_mail_grid_right_grid h4{
	font-size: 1.3em;
    color: #f62b2b;
    margin: 0 0 0.5em;
}
.agileits_mail_grid_right_grid p{
	color:#999;
	line-height:1.8em;
}
.agileits_mail_grid_right_grid:nth-child(2){
	margin:3em 0;
}
ul.contact_info li {
    list-style-type: none;
    margin-bottom: 1em;
    color: #000000;
    font-size: 15px;
	
}
ul.contact_info li i {
    color: #999;
    border: 1px solid #999;
    padding: .5em;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    margin-right: 1em;
}
ul.contact_info li a {
    color: #000000;
    text-decoration: none;
}
ul.contact_info li a:hover{
	color:#0a9dbd;
}
.map iframe{
	width:100%;
	min-height:400px;
}
/*-- //contact --*/
/*-----start-responsive-design------*/
@media (max-width:1680px){
	.effect .mask {
		border-width: 277px;
	}
}
@media (max-width:1600px){
	.effect .mask {
		border-width: 263px;
	}
}
@media (max-width:1440px){
	.w3_two_grid_right {
		padding:2em 3em 2em 3em;
	}
	.w3_two_grid_right p.w3layouts_dummy_para {
		margin: 1em 0 0;
	}
	.w3_two_grid_right1 {
		padding-top: 0.9em;
	}
	.effect .mask {
		border-width: 238px;
	}
	.effect:hover h4 {
		-moz-transform: translateY(140px);
		-webkit-transform: translateY(140px);
		-o-transform: translateY(140px);
		-ms-transform: translateY(140px);
		transform: translateY(140px);
	}
}
@media (max-width:1366px){
	.w3_two_grid_right h3 {
		font-size: 1.9em;
	}
	.w3_two_grid_right_gridr h4 {
		font-size: 1.3em;
	}
	.w3_two_grid_right_grid1 {
		width: 55px;
		height: 55px;
	}
	.w3_two_grid_right_grid1 i {
		line-height: 2.6em;
	}
	.w3_two_grid_right1 {
		padding-top: 0.88em;
	}
	.effect .mask {
		border-width: 225px;
	}
}
@media (max-width: 1280px){
	.w3_two_grid_right h3 {
		font-size: 1.8em;
	}
	.w3_two_grid_right {
		padding: 1.1em 2em;
	}
	.effect .mask {
		border-width: 211px;
	}
	.effect:hover h4 {
		-moz-transform: translateY(120px);
		-webkit-transform: translateY(120px);
		-o-transform: translateY(120px);
		-ms-transform: translateY(120px);
		transform: translateY(120px);
	}
}
@media (max-width: 1080px){
	.navbar-nav > li > a {
		padding: 2em 1.5em;
	}
	.agileinfo_search {
		width: 27%;
	}
	.banner {
		padding: 7em 0 0;
		min-height: 580px;
	}
	.wthree_banner_grids {
		padding: 6em 0;
	}
	.w3_two_grid_right h3 {
		font-size: 1.6em;
	}
	.w3_two_grid_right_grid {
		width: 19%;
	}
	.w3_two_grid_right_gridr {
		width: 81%;
		padding: 0;
	}
	.w3_two_grid_right_gridr h4 {
		font-size: 1.2em;
	}
	.w3_two_grid_left img {
		min-height: 424px;
	}
	.banner h2 {
		font-size: 2.8em;
	}
	.nbs-flexisel-nav-left {
		left: 93%;
	}
	.banner-bottom, .news, .services, .services-bottom, .features {
		padding: 4em 0;
	}
	.about,.portfolio {
		padding-top: 4em;
	}
	.wthree_stat_right {
		padding: 0;
	}
	.wthree_stat_right ul li {
		width: 31.9%;
	}
	.w3layouts_newsletter_right input[type="email"] {
		width: 74%;
	}
	.w3layouts_newsletter_left h3 {
		font-size: 1.8em;
	}
	.banner1 {
		min-height: 250px;
	}
	.banner1 h3 {
		font-size: 2.8em;
		padding-top: 2.3em;
	}
	.w3_agile_services_grid h4 {
		font-size: 1.18em;
	}
	.agile_services_grid_pos {
		width: 70px;
		height: 70px;
		border: 3px solid #fff;
	}
	.agile_services_grid_pos i {
		font-size: 1.5em;
		line-height: 2.6em;
	}
	.services-bottom h3 {
		font-size: 2.3em;
	}
	.wthree_about_grid p {
		margin: 1em 0;
	}
	.wthree_about_grid h4 {
		font-size: 1.5em;
	}
	.agileinfo_about_grid_right {
		margin-top: 3em;
	}
	.wthree_about_grid h3 {
		font-size: 1.8em;
	}
	.agile_feature_grid {
		width: 60px;
		height: 60px;
	}
	.agile_feature_grid i {
		line-height: 2em;
	}
	.agileits_w3layouts_features_gridr {
		padding: 0;
	}
	.agileits_w3layouts_features_gridr h4 {
		font-size: 1.1em;
	}
	.w3_team_grid h5 {
		font-size: 1.1em;
	}
	.effect .mask {
		border-width: 178px;
	}
	.effect:hover h4 {
		-moz-transform: translateY(80px);
		-webkit-transform: translateY(80px);
		-o-transform: translateY(80px);
		-ms-transform: translateY(80px);
		transform: translateY(80px);
	}
	.agileits_leave {
		width: 31.2%;
	}
	.agileits_mail_grid_right_grid:nth-child(2) {
		margin: 2em 0;
	}
}
@media (max-width: 1024px){
	.w3l_banner_bottom_left h3, .agile_head, .wthree_stat_left h3 {
		font-size: 1.8em;
	}
	
	.w3_two_grid_right h3 {
		font-size: 1.5em;
	}
	.w3_two_grid_right_gridr h4 {
		font-size: 1.1em;
	}
	.w3_two_grid_right_grid {
		padding-left: 0;
	}
	.w3_two_grid_right {
		padding: 1.1em 1.5em;
	}
	.effect .mask {
		border-width: 168px;
	}
}
@media (max-width: 991px){
  .first-widget {
    margin-top: 0;
  }
	.navbar-nav > li > a {
		padding: 2em 1em;
		font-size: 12px;
	}
	.w3_agile_logo h1 a {
		font-size: .9em;
	}
	.agileits_w3layouts_sign_in ul li span {
		font-size: 1.3em;
	}
	.agileinfo_sign {
		font-size: 1.8em;
	}
	.agileinfo_search {
		width: 31%;
	}
	.agileinfo_search input[type="text"] {
		width: 86%;
	}
	.agileinfo_search input[type="submit"] {
		width: 12%;
		background: url(../images/search.png) no-repeat 5px 2px;
	}
	.banner h2 {
		font-size: 2.4em;
	}
	.banner {
		padding: 5em 0 0;
		min-height: 480px;
	}
	.wthree_banner_grid {
		float: left;
		width: 25%;
		padding: 0;
	}
	.agileits_more ul li a.hvr-icon-hang {
		padding: 0.8em 3em 0.8em 2em;
		letter-spacing: 2px;
	}
	.wthree_banner_grids {
		padding: 5em 0;
	}
	.w3l_banner_bottom_right {
		margin-top: 2em;
	}
	.w3l_banner_bottom_right img {
		margin: 0 auto;
	}
	.w3_two_grid_left img {
		min-height: auto;
		margin: 0 auto;
	}
	.w3_two_grid_right h3 {
		font-size: 1.8em;
	}
	.w3_two_grid_right {
		padding: 3em 5em;
	}
	.w3_two_grid_right_gridr h4 {
		font-size: 1.3em;
	}
	.w3_agileits_news_grid_pos {
		bottom: -18%;
	}
	.agileits_w3layouts_news_grid h5 a {
		font-size: 1.07em;
	}
	.agileits_w3layouts_news_grid h5 {
		margin: 3em 0 1em;
	}
	.nbs-flexisel-nav-left {
		left: 90%;
	}
	.banner-bottom, .news,.footer, .services, .services-bottom, .features,.wthree_stat {
		padding: 3em 0;
	}
	.wthree_stat_left {
		margin: 0;
	}
	.wthree_stat_right {
		margin-top: 2em;
	}
	.w3layouts_newsletter {
		padding: 2em 0;
	}
	.w3layouts_newsletter_left {
		float: none;
		margin-bottom: 1em;
		text-align: center;
	}
	.w3layouts_newsletter_right {
		float: none;
		width: 75%;
		margin: 0 auto;
	}
	.w3_footer_grid {
		float: left;
		width: 33.33%;
	}
	.w3_footer_grid:first-child {
		float: none;
		width: 100%;
		margin-bottom: 1em;
	}
	.w3_agile_services_grid {
		float: left;
		width: 33.33%;
	}
	.w3_agile_services_grid h4 {
		font-size: 0.8em;
		line-height: 1.3em;
	}
	.services-bottom h3 {
		font-size: 2em;
	}
	.banner1 {
		min-height: 200px;
	}
	.banner1 h3 {
		font-size: 2.5em;
		padding-top: 2em;
	}
	.agileinfo_about_grid_right {
		width: 40%;
		margin: 2em auto 0;
	}
	.w3_agileits_features_grid {
		float: left;
		width: 50%;
	}
	.w3layouts_team_grid {
		float: left;
		width: 50%;
	}
	.w3layouts_team_grid:nth-child(2) {
		margin-bottom: 2em;
	}
	.effect .mask {
		border-width: 162px;
	}
	.about, .portfolio {
		padding-top: 3em;
	}
	.agileits_w3layouts_contact_gridr {
		margin-top: 3em;
	}
	.agileits_leave {
		width: 31.78%;
	}
	.map iframe {
		min-height: 300px;
	}
}
@media (max-width: 800px){
	.banner {
		background-position: -170px 0px;
	}
	
	.agileits_w3layouts_news_grids, .w3layouts_team_grids, .w3_agile_portfolio_grids, .agileits_w3layouts_contact_grids {
		margin: 2em 0 0;
	}
	.w3_wthree_agileits_icons.main-grid-border {
		padding: 0em 0 3em;
	}
	.typo {
		padding: 0 0 1em;
	}
	.banner1 h3 {
		font-size: 2.2em;
		padding-top: 2.3em;
	}
	.effect .mask {
		border-width: 131px;
	}
	.view h4 {
		font-size: 1em;
	}
	.effect:hover h4 {
		-moz-transform: translateY(45px);
		-webkit-transform: translateY(45px);
		-o-transform: translateY(45px);
		-ms-transform: translateY(45px);
		transform: translateY(45px);
	}
}
@media (max-width: 768px){
	.w3_agileits_news_grid_pos {
		bottom: -9%;
	}
	
	.agileits_w3layouts_news_grid h5 {
		margin: 2em 0 1em;
	}
	.agileits_w3layouts_news_grid h5 a {
		font-size: 1.3em;	
	}
	.w3_footer_grid h4 {
		font-size: 1.1em;
		letter-spacing: 1px;
	}
	.effect .mask {
		border-width: 126px;
	}
}
@media (max-width: 767px){
  .cta .cta-title {  
    display: block;
    margin-bottom: 30px;
  }
  .parallax { 
	background-position: center center !important; 
  }
  
  .parallaxtile { 
	background-position: center center !important; 
  } 
  
  .cta .cta-title {
  

 display: block;
    margin-bottom: 30px;
  }
	.navbar-toggle {
		float: none;
		margin: .5em 0;
	}
	
	.navbar-default .navbar-toggle {
		border-color: #212121;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #212121;
	}
	nav.navbar.navbar-default {
		text-align: center;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		background: #dcdcdc;
		text-align:center;
	}
	.navbar-nav {
		margin: 0;
	}
	.navbar-nav > li > a {
		padding: 1.2em 0;
		font-size: 13px;
	}
	.agileinfo_search {
		width: 60%;
		float: none;
		margin: 0 auto 2em;
	}
	.agileinfo_search input[type="text"] {
		background: #dcdcdc;
	}
	.navbar-nav .open .dropdown-menu {
		background-color: #969595;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
	}
	 #rightsidefixeddiv{ display:none; }	
}
@media (max-width: 736px){
	.banner h2 {
		font-size: 2.2em;
	}
	
	.wthree_banner_grids {
		padding: 3em 0;
	}
	.banner {
		min-height: 440px;
	}
	.w3l_banner_bottom_left h3, .agile_head, .wthree_stat_left h3 {
		font-size: 1.6em;
	}
	.w3_agileits_news_grid_pos {
		bottom: -14%;
	}
	.agileits_w3layouts_news_grid h5 {
		margin: 2.5em 0 1em;
	}
	 #rightsidefixeddiv{ display:none; }	
}
@media (max-width: 667px){
	.banner h2 {
		font-size: 2em;
	}
	
	.w3_two_grid_right h3 {
		font-size: 1.7em;
	}
	.w3_two_grid_right {
		padding: 3em 3em;
	}
	.w3_two_grid_right_gridr h4 {
		font-size: 1.2em;
	}
	.nbs-flexisel-nav-left {
		left: 88%;
	}
	.agileits_w3layouts_news_grid h5 a {
		font-size: 1.24em;
	}
	.w3layouts_newsletter_right {
		width: 85%;
	}
	 #rightsidefixeddiv{ display:none; }	
}
@media (max-width: 640px){
	.agileits_w3layouts_sign_in ul li {
		margin-left: 1em;
		
	}
	.agileits_w3layouts_sign_in ul li:first-child{
		margin-left: 0;
	}
	.agileits_more ul li a.hvr-icon-hang {
		letter-spacing: 1px;
		font-size: 13px;
	}
	.wthree_banner_grid h4 {
		font-size: 14px;
		line-height: 1.3em;
	}
	.banner h2 {
		font-size: 1.8em;
	}
	.banner {
		min-height: auto;
		padding: 4em 0;
	}
	.agileits_signin_form input[type="text"], .agileits_signin_form input[type="password"], .agileits_signin_form input[type="email"] {
		font-size: 14px;
	}
	.w3_agileits_news_grid_pos {
		bottom: -7%;
	}
	.agileits_w3layouts_news_grid h5 a {
		font-size: 1.4em;
	}
	.banner1 h3 {
		font-size: 2em;
		padding-top: 0;
	}
	.banner1 {
		min-height: auto;
		padding: 3em 0;
	}
	.agile_services_grid_pos {
		width: 50px;
		height: 50px;
		border: 2px solid #fff;
	}
	.agile_services_grid_pos i {
		font-size: 1.2em;
		line-height: 2.4em;
	}
	.w3_agile_services_grid h4 {
		margin: 2em 0 0.5em;
	}
	.services-bottom h3 {
		font-size: 1.7em;
	}
	.wthree_about_grid h3 {
		font-size: 1.6em;
	}
	.agileits_w3layouts_features_gridr h4 {
		font-size: 1.06em;
	}
	.effect .mask {
		border-width: 104px;
	}
	.effect:hover h4 {
		-moz-transform: translateY(25px);
		-webkit-transform: translateY(25px);
		-o-transform: translateY(25px);
		-ms-transform: translateY(25px);
		transform: translateY(25px);
	}
	.modal-header {
		font-size: 1.7em;
	}
	.agileits_leave {
		width: 31.4%;
	}
	 #rightsidefixeddiv{ display:none; }	
}
@media (max-width: 600px){
	.modal-body {
		padding: 1em;
	}
	
	.w3_two_grid_right {
		padding: 2em 2em;
	}
	.nbs-flexisel-nav-left {
		left: 87%;
	}
	.wthree_stat_right1 p {
		font-size: 2.5em;
	}
	 #rightsidefixeddiv{ display:none; }	
}
@media (max-width: 568px){
	.agileits_w3layouts_sign_in ul li {
		margin-left: 0em;
	}
	
	.w3_agile_logo h1 a {
		font-size: .85em;	
	}
	.
	.banner h2 {
		font-size: 1.7em;
	}
	.banner {
		padding: 3em 0;
	}
	.modal-body p i {
		margin: 1em 0 0;
	}
	.w3_two_grid_right h3 {
		font-size: 1.6em;
	}
	.nbs-flexisel-nav-left {
		left: 85%;
	}
	.wthree_stat_right1 h4 {
		font-size: 1.2em;
	}
	.wthree_stat_right ul li {
		padding: 1em 1em;
	}
	.w3ls_copyright_left,.w3ls_copyright_right {
		float: none;
		text-align: center;
	}
	 #rightsidefixeddiv{ display:none; }	
}
@media (max-width: 480px){
	.agileits_w3layouts_sign_in ul li {
		display: block;
		text-align: right;
	}
	
	.w3_agile_logo {
		margin-top: 0.5em;
	}
	.agileits_w3layouts_sign_in ul li span {
		font-size: 1.1em;
	}
	.agileits_w3layouts_sign_in ul li:first-child {
		margin-bottom: .3em;
	}
	.banner h2 {
		font-size: 1.4em;
	}
	.w3l_banner_bottom_left h3{
		font-size: 1.5em;
	}
	.agile_head, .wthree_stat_left h3 {
		font-size:1.7em;
	}
	.banner-bottom, .news, .footer, .services, .services-bottom, .features, .wthree_stat {
		padding: 2em 0;
	}
	.w3l_banner_bottom_left h3:after, .wthree_stat_left h3:after {
		width: 35%;
	}
	.w3l_banner_bottom_left p {
		margin: 1.5em 0 0;
	}
	.w3_two_grid_right h3 {
		font-size: 1.36em;
	}
	.w3_two_grid_right_gridr h4 {
		font-size: 1.1em;
	}
	.agileinfo_search {
		width: 80%;
	}
	.nbs-flexisel-nav-left {
		left: 83%;
	}
	.w3_agileits_news_grid_pos {
		bottom: -5%;
	}
	.wthree_stat_right ul {
		text-align: center;
	}
	.wthree_stat_right ul li {
		width: 65%;
		margin: 0 auto;
	}
	.wthree_stat_right ul li:nth-child(2) {
		margin: .5em 0;
	}
	.w3layouts_newsletter_left h3 {
		font-size: 1.6em;
	}
	.w3layouts_newsletter_right {
		width: 100%;
	}
	.w3_footer_grid {
		float: none;
		width: 100%;
		text-align:center;
	}
	.w3_footer_grid:nth-child(3) {
		margin: 1em 0;
	}
	.w3l_footer_grid {
		margin: 0 auto;
	}
	.w3_agile_services_grid {
		float: none;
		width: 100%;
	}
	.agile_services_grid_pos {
		width: 75px;
		height: 75px;
		border: 5px solid #fff;
		bottom: -15%;
	}
	.agile_services_grid_pos i {
		line-height: 3.3em;
	}
	.w3_agile_services_grid h4 {
		margin: 2.5em 0 0.5em;
		font-size: 0.5em;
	}
	.w3_agile_services_grid:nth-child(2) {
		margin: 2em 0;
	}
	.services-bottom h3 {
		font-size: 1.4em;
	}
	.agileinfo_about_grid_right {
		width: 55%;
	}
	.w3_agileits_features_grid {
		padding-top: 1em;
		float: none;
		width: 100%;
	}
	.agileits_w3layouts_features_gridl {
		width: 25%;
	}
	.w3layouts_team_grid {
		padding-left: 0;
	}
	.w3_team_grid h5 {
		font-size: 1em;
	}
	.typo {
		padding: 2em 0 1em;
	}
	.agile_portfolio_grid {
		float: none;
		width: 100%;
	}
	.effect .mask {
		border-width: 232px;
	}
	.effect:hover h4 {
		-moz-transform: translateY(135px);
		-webkit-transform: translateY(135px);
		-o-transform: translateY(135px);
		-ms-transform: translateY(135px);
		transform: translateY(135px);
	}
	.agileits_leave {
		width: 100%;
		float: none;
	}
	.agileits_leave:nth-child(3) {
		margin: 1em 0;
	}
	.agileits_w3layouts_contact_gridr input[type="submit"] {
		width: 45%;
	}
	.map iframe {
		min-height: 250px;
	}
}
@media (max-width: 414px){
	.agileits_w3layouts_sign_in ul li {
		font-size: 13px;
	}
	
	.w3_agile_logo h1 a {
		font-size: .8em;
	}
	.banner h2 {
		font-size: 1.2em;
	}
	.wthree_banner_grid i {
		font-size: 1.5em;
	}
	.wthree_banner_grid h4 {
		font-size: 11px;
	}
	.wthree_banner_grids {
		padding: 2em 0;
	}
	.w3l_banner_bottom_left h3 {
		font-size: 1.3em;
	}
	.w3l_banner_bottom_left,.agileinfo_about_grid_left,.agileits_w3layouts_contact_gridl {
		padding: 0;
	}
	.w3_two_grid_right h3 {
		font-size: 1.4em;
		line-height: 1.5em;
	}
	.w3_two_grid_right {
		padding: 2em 1em;
	}
	.w3_two_grid_right_gridr h4 {
		margin: 0;
	}
	.agile_head, .wthree_stat_left h3 {
		font-size: 1.5em;
	}
	.agile_head:after {
		width: 20%;
	}
	.nbs-flexisel-nav-left {
		left: 80%;
	}
	.w3layouts_newsletter_left h3 {
		font-size: 1.5em;
	}
	.w3layouts_newsletter_right input[type="email"] {
		width: 73%;
	}
	.w3_footer_grid h2 {
		margin-bottom: .5em;
	}
	.services-bottom h3 {
		font-size: 1.3em;
	}
	.wthree_about_grid h3 {
		font-size: 1.4em;
	}
	.wthree_about_grid h4 {
		font-size: 1.3em;
	}
	.wthree_about_grid h4 span {
		font-size: .6em;
	}
	.agileits_w3layouts_features_gridr {
		width: 70%;
	}
	.w3layouts_team_grid {
		padding-left: 1em;
		float: none;
		width: 80%;
		margin:0 auto;
	}
	.w3layouts_team_grid:nth-child(2) {
		margin: 2em auto;
	}
	.w3layouts_team_grid:nth-child(3) {
		margin-bottom: 2em;
	}
	.banner1 h3 {
		font-size: 1.5em;
	}
	.effect .mask {
		border-width: 199px;
	}
	.effect:hover h4 {
		-moz-transform: translateY(110px);
		-webkit-transform: translateY(110px);
		-o-transform: translateY(110px);
		-ms-transform: translateY(110px);
		transform: translateY(110px);
	}
	.agileits_mail_grid_right_grid h4 {
		font-size: 1.1em;
	}
	.agileits_mail_grid_right_grid:nth-child(2) {
		margin: 1.5em 0;
	}
	.agileits_w3layouts_contact_gridr {
		margin-top: 2em;
		padding: 0;
	}
	.modal-body p {
		padding: 1em 1em 0em;
	}
}
@media (max-width: 384px){
	.agileits_w3layouts_sign_in ul li {
		font-size: 12px;
	}

	.agileits_more ul li a.hvr-icon-hang {
		padding: 0.5em 2.5em 0.5em 1.5em;
	}
	.w3layouts_newsletter_left h3 {
		font-size: 1.4em;
	}
	.w3layouts_newsletter_right input[type="submit"] {
		width: 28%;
	}
	.w3layouts_newsletter_right input[type="email"] {
		width: 70%;
	}
	.w3_footer_grid h4 {
		font-size: 1em;
		letter-spacing: 0px;
	}
	.w3_footer_grid h2 a {
		font-size: .9em;
	}
	.agileinfo_sign {
		font-size: 1.5em;
	}
	.services-bottom h3 {
		font-size: 1.2em;
	}
	.agileits_w3layouts_features_gridl {
		width: 30%;
	}
	.w3layouts_team_grid {
		width: 100%;
	}
	.effect .mask {
		border-width: 184px;
	}
	.map iframe {
		min-height: 200px;
	}
}
@media (max-width: 375px){
	.w3_agile_logo h1 a {
		font-size: .79em;
	}
	.w3_agile_logo {
		margin-top: 0em;
	}
	.modal-header {
		font-size: 1.4em;
	}
	.w3_two_grid_right h3 {
		font-size: 1.3em;
		line-height: 1.3em;
	}
	.w3_two_grid_right_grid {
		width: 25%;
	}
	.w3_two_grid_right_gridr {
		width: 75%;
	}
	.agileinfo_search {
		width: 95%;
	}
	.nbs-flexisel-nav-left {
		left: 78%;
	}
	.agileits_w3layouts_news_grid h5 a {
		font-size: 1.3em;
	}
	.agileits_w3layouts_news_grid h5 {
		margin: 2.5em 0 0em;
	}
	.w3layouts_newsletter_right input[type="email"] {
		width: 100%;
		margin-bottom: .5em;
	}
	.w3layouts_newsletter_right input[type="submit"] {
		width: 100%;
	}
	.services-bottom h3 {
		font-size: 1.1em;
	}
	.agileinfo_about_grid_right {
		width: 65%;
	}
	.effect .mask {
		border-width: 179px;
	}
	.effect:hover h4 {
		-moz-transform: translateY(90px);
		-webkit-transform: translateY(90px);
		-o-transform: translateY(90px);
		-ms-transform: translateY(90px);
		transform: translateY(90px);
	}
}
@media (max-width: 320px){
	.w3_agile_logo h1 a {
		font-size: .7em;
	}
	.agileits_w3layouts_sign_in {
		margin-top: 0;
	}
	.banner h2 {
		font-size: 1.07em;
	}
	p, ul li, ol li,.agile_remember_right a,.agileits_w3layouts_contact_gridr input[type="text"], .agileits_w3layouts_contact_gridr input[type="email"],.agileits_w3layouts_contact_gridr label, .agileits_w3layouts_contact_gridr textarea,.agileinfo_search input[type="text"],.agile_remember_left label, .agileinfo_subscribe label,.agileits_signin_form input[type="text"], .agileits_signin_form input[type="password"], .agileits_signin_form input[type="email"] {
		font-size: 13px;
	}
	.agileits_w3layouts_contact_gridr input[type="submit"] {
		width: 60%;
	}
	.agileits_more ul li a.hvr-icon-hang {
		letter-spacing: 0px;
	}
	.agileits_more ul li a.hvr-icon-hang {
		padding: 0.5em 2.5em 0.5em 1.2em;
	}
	.w3l_banner_bottom_left h3 {
		font-size: 1.18em;
	}
	.agileinfo_sign {
		font-size: 1.3em;
	}
	.agile_remember_left {
		float: none;
		text-align: left;
	}
	.agile_remember_right {
		float: none;
		text-align: left;
		margin-top: .5em;
	}
	.agile_remember {
		padding: 1em 0;
	}
	.agileits_signin_form input[type="submit"] {
		padding: 8px 0;
		font-size: 14px;
	}
	.agileits_signin_form p {
		font-size: 13px;
		letter-spacing: 0px;
		padding: 1em 0 1.5em;
	}
	.wthree_follow {
		font-size: 1em;
	}
	.w3agile_social_icons ul li {
		margin-right: 0em;
	}
	.checkbox {
		padding-left: 25px !important;
	}
	.nbs-flexisel-nav-left {
		left: 74%;
	}
	.w3layouts_newsletter_left h3 {
		font-size: 1.21em;
	}
	.w3ls_copyright_left ul li {
		margin-right: 0.6em;
	}
	.copyright {
		padding: 1.5em 0;
	}
	.agile_services_grid_pos {
		width: 60px;
		height: 60px;
		border: 3px solid #fff;
	}
	.agile_services_grid_pos i {
		line-height: 2.8em;
	}
	.w3_agile_services_grid h4 {
		margin: 1.5em 0 0.5em;
		font-size: 1.1em;
	}
	.services-bottom h3 {
		font-size: 0.99em;
	}
	.wthree_about_grid h3 {
		font-size: 1.2em;
	}
	.wthree_about_grid h4 {
		font-size: 1.1em;
	}
	.agileits_w3layouts_features_gridl {
		width: 36%;
	}
	.agileits_w3layouts_features_gridr {
		width: 63%;
	}
	.agileits_w3layouts_features_gridr h4 {
		font-size: 1em;
		line-height: 1.3em;
	}
	.effect .mask {
		border-width: 152px;
	}
	.effect:hover h4 {
		-moz-transform: translateY(65px);
		-webkit-transform: translateY(65px);
		-o-transform: translateY(65px);
		-ms-transform: translateY(65px);
		transform: translateY(65px);
	}
}

/*------------------------------------------------------
	General Styling 
--------------------------------------------------------*/
.light-content {
  background-color: #E7E7E7;
  width: 100%;
  padding: 70px 0 10px 0;
}
.section-header {
  padding-bottom: 70px;
  text-align: center;
}
/*------------------------------------------------------
	General Styling 
--------------------------------------------------------*/
.light-content {
  background-color: #E7E7E7;
  width: 100%;
  padding: 70px 0 10px 0;
}

.dark-content {
  background-color: #262626;
  width: 100%;
  padding: 40px 0 50px 0;
}
.dark-content .section-header .section-title {
  color: white;
}
.dark-content .section-header .section-desc {
  color: #939ea4;
}

.section-header {
  padding-bottom: 70px;
  text-align: center;
}
.section-header .section-title {
  font-size: 30px;
  font-weight: 600;
}

.larger-text {
  font-size: 16px;
  line-height: 36px;
  text-align:left;
}
.larger-text h2 {
  font-size: 20px;
  line-height: 26px;
  text-align:left;
}
.light-text {
  color: #aaaaaa;
}
.thumb-post {
	display: block;
	position: relative;
	overflow: hidden;
}
.thumb-post .overlay {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.thumb-post .overlay .overlay-inner {
  background:rgba(0, 168, 214, 0.7);
  height: 100%;
  position: relative;
}
.thumb-post:hover .overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.thumb-post {
  height: auto;
}
.thumb-post img {
  width: 100%;
  height: auto;
}
.member-name {
  font-size: 22px;
  font-weight: 500;
  margin-top: 25px;
  display: block;
}
.testimonials-widget {
  background-color: #D8D6D6;
  padding: 20px 0 50px 0;
}
.testimonial {
  text-align: center;
}

.testimonial-description {
  font-size: 20px;
  line-height: 1.8em;
  margin: 40px 0 50px 0;
}

.testimonial-content {
  width: 80%;
  margin: 0 auto;
}

.testimonial-author {
  margin-bottom: 40px;
  color: #aaaaaa;
}
.testimonial-author:before, .testimonial-author:after {
  content: "-";
  color: #c3c3c3;
  margin: 0 10px;
}
/*------------------------------------------------------
	Services Styling 
--------------------------------------------------------*/
.service-box-wrap {
  text-align: center;
  margin-bottom: 50px;
  margin-left:-10px;
  margin-right:-10px;
}

.service-icon-wrap {
  display: block;
}
.service-icon-wrap i {
  color: #00a8d6;
}

.service-title {
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0 5px 0;
}
/*-- caption-css --*/
.g1{
	position:relative;
}
.g1 img {
  width: 100%;
  height: auto;
}
.g1:hover div.caption{
	display:block;
	opacity: 0.9;
}
/*-- caption-css --*/
.g1{
	position:relative;
}
.g1 img {
  width: 100%;
  height: auto;
}
.g1:hover div.caption{
	display:block;
	opacity: 0.9;
}
.caption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 0;
	background:#666666;
	color: #fff;
	vertical-align: middle;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	
}
.caption span{

width:22px;
height:22px;
display:inline-block;
float:right;
margin:1em;
}
.caption h3{
	color:#fff;
	font-size:1.2em;
	margin-top:3.5em;
}
.caption h5{
	font-size:0.5em;
	color:#fff;
	margin-top:1em;
}
/*------------------------------------------------------
	Testimonials Styling 
--------------------------------------------------------*/
.testimonials-widget {
  background-color: #BBBBBB;
  padding: 20px 0 50px 0;
}

.testimonial {
  text-align: center;
}

.testimonial-description {
  font-size: 20px;
  line-height: 1.8em;
  margin: 40px 0 50px 0;
}

.testimonial-content {
  width: 80%;
  margin: 0 auto;
}

.testimonial-author {
  margin-bottom: 40px;
  color: #aaaaaa;
}
.testimonial-author:before, .testimonial-author:after {
  content: "-";
  color: #c3c3c3;
  margin: 0 10px;
}
.thumb-post {
	display: block;
	position: relative;
	overflow: hidden;
}
.thumb-post .overlay {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.thumb-post .overlay .overlay-inner {
  background:rgba(0, 168, 214, 0.7);
  height: 100%;
  position: relative;
}
.thumb-post:hover .overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.latest-posts {
  padding-bottom: 80px;
}
.latest-posts .thumb-post {
  overflow: hidden;
  width: 80px;
  height: 80px;
  background-color:#FFCC00;
  border: 4px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
}
.latest-posts .blog-post-content {
  overflow: hidden;
}
.latest-posts h4.post-title {
  margin: 0 0 10px 25px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}
.latest-posts h4.post-title a {
  color: white;
}
.latest-posts .meta-post-date {
  margin-left: 25px;
  font-size: 17px;
}
/*========================================*/


.portfolio-infos {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.portfolio-infos a {
  color: white;
}
.portfolio-infos .portfolio-title {
  margin: 10px 0 0 0;
  font-weight: 600;
  font-size: 20px;
}
.portfolio-infos .meta-category {
  font-size: 14px;
  color: white;
}

.portfolio-expand {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
}
.portfolio-expand a {
  display: block;
  color: #31373a;
  opacity: 1;
}


#rightsidefixeddiv {
	position: fixed;
	right: 0;
	bottom: 25%;
	width: 70px;
	border-radius: 4px 0 0 4px
}

#rightsidefixeddiv #zxzx {
	height: 70px;
	background: url(../images/zxzx.png) no-repeat 0 0;
	cursor: pointer
}

#rightsidefixeddiv #zxzx:hover {
	background-position: 0 -70px
}

#rightsidefixeddiv #contactusright {
	margin-top: 2px;
	height: 70px;
	background: url(../images/zxzx.png) no-repeat 0 -210px;
	cursor: pointer;
	display: block
}

#rightsidefixeddiv #contactusright:hover {
	background-position: 0 -210px
}

#rightsidefixeddiv #contactusright .hotline {
	margin-left: 70px
}

#rightsidefixeddiv #qrcodeicon {
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	width: 70px;
	height: 70px;
	background: gray;
	position: relative;
	margin-top: 2px;
	text-decoration: none
}

#rightsidefixeddiv #qrcodeicon i.fa {
	font-size: 2.3rem;
	margin-top: 8px
}

#rightsidefixeddiv #qrcodeicon .showqrcode {
	position: absolute;
	border: 1px solid #DDD;
	border-radius: 6px;
	padding: 7px 12px;
	right: 78px;
	width: 200px;
	background: #FFF;
	top: -72px;
	display: none
}

#rightsidefixeddiv #qrcodeicon .showqrcode img {
	width: 100%
}

#rightsidefixeddiv #qrcodeicon .showqrcode p {
	font-size: 1rem;
	color: #666
}
.product-grid {
	padding-top:30px;
}
.product-grid img:hover {
  opacity: 0.7;
}
.product-grid img {
  width: 100%;
}
/*--//slider end here--*/
.welcome {
  padding: 16px 0 55px 0;
  	background-color:#F5F6F7;
}
.welcome h3 {
  font-family: "Arial","Microsoft YaHei","??","??",sans-serif;
  font-size: 2em;
  text-align: center;
  color: #002D3C;
  text-transform: capitalize;
}
.welcome h5 {
  font-size: 1.2em;
  text-align: center;
  color: #909090;
  margin-top: .3em;
}
#filters {
  margin: 30px 0 10px 0;
}
#filters li {
  display: inline;
  margin-right: 20px;
  cursor: pointer;
  color: #31373a;
}
#filters li:after {
  content: '/';
  color: #c3c3c3;
  margin-left: 20px;
}
#filters li:last-child:after {
  content: '';
}
#filters li.active {
  color: #00a8d6;
}

.pages {
  margin: 20px 0 100px 0;
  padding-top:30px;
}
.pages li {
  display: inline;
  margin-right: 10px;
}
.pages li a {
  padding: 10px 12px;
  background-color: #f1f4f5;
  color: #31373a;
}
.pages li a.active {
  color: #00a8d6;
}
.member-name {
  font-size: 22px;
  font-weight: 500;
  margin-top: 25px;
  display: block;
}
.thumb-post {
  height: auto;
}
.thumb-post img {
  width: 100%;
  height: auto;
}
.parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}

.parallax-overlay {
  background-color: rgba(0, 0, 0, 0.65);
}

.parallaxtile {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}

.parallaxtile-overlay {
  background-color: rgba(0, 0, 0, 0.65);
}
.pageTitle {
  padding-top: 70px;
  padding-bottom: 80px;
}

.page-title {
  color: white;
  margin: 5px 0 0 0;
  font-size: 30px;
  font-weight: 800;
}

.page-location {
  background-color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  font-size: 14px;
  padding: 7px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.table-title{
    color:#000000;
	font-size:20px;
    border-bottom:1px solid #e9f6ff;
    margin-bottom:10px;
    line-height:25px;
}
/*****************************download*/
.table-title{
    color:#000000;
	font-size:20px;
    border-bottom:1px solid #e9f6ff;
    margin-bottom:10px;
    line-height:25px;
}
/*****************************download*/
.file-name{
    width:40%;
}
.file-type,.file-time,.file-size,.file-operate{
    width:15%;
}
#download {
  background-image: url("../images/download.jpg");
}
#video {
  background-image: url("../images/video.jpg");
}
#about {
  background-image: url("../images/about.jpg");
}
#yvtitle {
  background-image: url("../images/yvtitle.jpg");
}
#product2 {
  background-image: url("../images/products-2.jpg");
}
#Pmachine {
  background-image: url("../images/Pmachine.jpg");
}
#office {
  background-image: url("../images/office.jpg");
}
#gy {
  background-image: url("../images/gy.jpg");
}
#smcnc {
  background-image: url("../images/smcnc.jpg");
}

/*内页 侧栏公共样式*/
.details-section {
  padding: 0 0 27px 0;
  width: 100%;
  background: #efefef;
  overflow: hidden;
}
.details-section .container {
  max-width: 1200px;
  margin: 0 auto;
  *zoom: 1;
}
.details-section .container:before,
.details-section .container:after {
  content: "";
  display: table;
}
.details-section .container:after {
  clear: both;
}
.details-section .container .g-sidebar {
  float: left;
  *display: inline;
  width: 23.3%;
  margin: 39px 26px 0 5px;
}
.details-section .container .g-sidebar h3 {
  width: 98%;
  border: 1px solid #bfbfbf;
  border-left: 6px solid #FFFF00;
  font-size: 22px;
  color: #494444;
  font-weight: bold;
  line-height: 36px;
  padding: 10px 0 10px 8px;
  background: #fff;
}
.details-section .container .g-sidebar .list {
  width: 90%;
  margin-left: 5%;
}
.details-section .container .g-sidebar .list .title { 
  font-size: 15px;
  line-height: 20px;
  color: #666;
  padding: 10px 0 10px 0px;
  cursor: pointer;
  border-bottom: 1px solid #d6d6d6;
  display: block;
}
.details-section .container .g-sidebar .list .active {
  background: url("../images/sy_down.png") no-repeat left 20px;
}
.details-section .container .g-sidebar .list li {
  padding-left: 26px;
  margin-top: 13px;
  display: none;
}
.details-section .container .g-sidebar .list li a {
  background: url("../images/sy_sleft.png") no-repeat left center;
  padding-left: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #999;
}
.details-section .container .g-sidebar .list li a:hover {
  color: #363636;
}
@media screen and (max-width: 990px) {
  .details-section .container .g-sidebar {
    float: none;
    width: 95%;
    margin-top: 0;
  }
}
/*分页*/
.details-section .container .main .g-page {
  width: 98%;
  padding: 10px 0 60px 0;
  margin-left: 1.2%;
  *zoom: 1;
}
.details-section .container .main .g-page:before,
.details-section .container .main .g-page:after {
  content: "";
  display: table;
}
.details-section .container .main .g-page:after {
  clear: both;
}
.details-section .container .main .g-page .page-word {
  float: left;
  *display: inline;
  margin-right: 9px;
  font-size: 18px;
  line-height: 26px;
  color: #787878;
}
.details-section .container .main .g-page .pagelist {
  float: left;
  *display: inline;
}
.details-section .container .main .g-page .pagelist li {
  float: left;
  *display: inline;
  margin-right: 11px;
}
.details-section .container .main .g-page .pagelist li .page-li {
  margin-top: 9px;
  display: block;
  width: 9px;
  height: 9px;
  background: #c1c1c1;
  border-radius: 10px;
}
.details-section .container .main .g-page .pagelist li .page-currentbg {
  background: #69cdf1;
}
.details-section .container .main .g-page .pagelist li .page-front,
.details-section .container .main .g-page .pagelist li .page-behind {
  margin-left: 5px;
  line-height: 28px;
  font-size: 20px;
  color: #c1c1c1;
}
.details-section .container .main .g-page .pagelist li .page-currentcolor {
  color: #69cdf1;
}
@media screen and (max-width: 990px) {
  .details-section .container .main .g-page {
    padding: 1% 0 3% 0;
  }
}