/*--gallery--*/
div#gallery h6 {
    color: #fff;
    font-size: 14px;
    padding: 8px;
    text-transform: uppercase;
    text-align: center;
    background: #bc0023;
    visibility: hidden;
	 transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
}
#flexiselDemo1 li:hover  h6{
	visibility: visible;
	 transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
}
.flex-slider{	
	background:#222227;
	padding: 70px 0 165px 0;
}
.opportunity{
	background:#28282e;
	margin:0px 20px;
	padding:80px 0;
	position:relative;
}
#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;
}
.nbs-flexisel-item {
	float: left;
	margin-right:0.1em;
    padding: 0;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer!important;
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 30px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    z-index: 999;
    top: 106% !important;
}
.nbs-flexisel-nav-left {
    left: 95%;
    background: url(../images/next.png) no-repeat 0px 0px;
	 background-size: 25px;
}

.nbs-flexisel-nav-right {
    right: 7%;
    background: url(../images/back.png) no-repeat 0px 0px;
    background-size: 25px;
}
/*--//flexisel--*/
/*-- gallery --*/
.portfolio-container {
    width: 60%;
    margin: 0 auto;
    display: block;
}
.portfolio-modal {
    padding: 0 !important;
	overflow: inherit !important;
}
.portfolio-modal .modal-content {
    padding: 10px 0 35px;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
	-moz-box-shadow: none;
	background: linear-gradient(to right,#fdf7f9,#fdf7f9);
}
.portfolio-modal .modal-content h3 {
    margin: 0.3em 0 0.6em 0;
    font-size: 3em;
    color: #2b2827;
    letter-spacing: 5px;
}
.portfolio-modal .modal-content img {
    margin: 0 auto;
    width: inherit;
	border-radius: 25px;
}
.portfolio-modal .modal-content p {
	padding-top: 10px;
	text-align: left;
    color: #77716f;
	font-size: 16px;
}
.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
	opacity:1;
	z-index: 999;
}
.portfolio-modal .close-modal:hover {
    opacity: .7;
}
.g {
	background-color:#3369e7;
}
.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 2px;
    height: 50px;
    margin-left: 35px;
    background-color: #77716f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 2px;
    height: 50px;
    background-color: #77716f;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.gallery-grids.glry-grid-middle {
    margin: 2em 0em;
}
.bottom-grids.w3ls-btm {
    margin-bottom: 1.54em;
}
.gal-page-agileits-w3layouts{
	background:transparent;
}
.gallery-grids a:focus {
    outline: none;
}
.bottom-grids2 {
    padding: 0 .5em 1em 0;
}
.bottom-grids2:nth-child(2) {
    padding: 0 0 1em .5em;
}
.gallery img.img-responsive {
    width: 100%;
}
/*----- Strip -----*/
.b-link-stripe{
	position:relative;
	display:block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
	border-radius: 25px;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	overflow:hidden;
}
/*------Animation effects------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;	
}
.b-animate img{
	display: block;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position: absolute;
	top: 43%;
    left: -100%;
}
.b-animate-go:hover .b-from-left{
	left: 46%;
}
.b-wrapper:hover {
	background: rgba(0, 0, 0, 0.45);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
.img-responsive1{
	width: 100%;
	height: 500px !important;
	overflow: hidden;
}
.img-responsive1 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.modal-body h2{
	font-size: 20px;
	color: #2b2827;
	font-weight: bold;
	margin-top: 10px;
	text-align: left;
}
@media (max-width: 1680px){
	.portfolio-modal .modal-content img {
		width: 76%;
	}
	.portfolio-modal.port2 .modal-content img {
		width: 43%;
	}
	.portfolio-modal.port3 .modal-content img {
		width: 100%;
	}
}
/*--//Gallery --*/

@media(max-width: 1366px){
	.logo {
		width: 44%;
	}
	.nav-w3l {
		width: 55%;
	}
	.agileits-banner-info h3 {
		font-size: 3.8em;
	}
	.agileits-banner-info h4 {
		font-size: 2.2em;
	}
	.banner, .banner-2, .w3l-overlay {
		min-height: 748px;
	}
	.agileits-banner-info:before {
		top: -29%;
		width: 420px;
		height: 420px;
		left: 31%;
	}
	.agileits-banner-info {
		margin-top: 19em;
	}
	.header {
		bottom: 7%;
	}
	.content-agileits, .events-w3l, .team, .contact, .gallery {
		padding: 4.5em 0em;
	}
	.left-w3l h4 {
		font-size: 3.75em;
	}
	.search {
		width: 8%;
	}
	.welcome-grid i {
		font-size: 3.45em;
	}
}
@media(max-width: 1280px){
	h3.w3_tittle {
		font-size: 2.8em;
		margin-bottom: 1.2em;
	}
	.ph-agile {
		width: 14%;
	}
	.logo {
		width:10px;
	}
	.nav-w3l {
		width: 58%;
	}
	.wel-grid h4 {
		font-size: 1.9em;
	}
	.left-w3l h4 {
		font-size: 3.51em;
	}
	.welcome-grid i {
		font-size: 3.25em;
	}
}
@media(max-width: 1080px){
	.ph-agile {
		width: 18%;
	}
	.search {
		width: 9%;
	}
	.logo h1 a {
		letter-spacing: 3px;
	}
	.navbar-nav > li {
		margin-right: 1em;
	}
	.nav-w3l {
		width: 65%;
	}
	.logo {
		width: 30%;
	}
	.logo h1 a {
		font-size: 1.3em;
	}
	.banner, .banner-2, .w3l-overlay {
		min-height: 660px;
	}
	.agileits-banner-info h3 {
		font-size: 3.4em;
	}
	.agileits-banner-info h4 {
		font-size: 2em;
	}
	.agileits-banner-info:before {
		top: -30%;
		width: 380px;
		height: 380px;
		left: 29%;
	}
	.agileits-banner-info {
		margin-top: 17em;
	}
	.header {
		bottom: 6.5%;
	}
	h3.w3_tittle {
		font-size: 2.7em;
		margin-bottom: 1em;
	}
	.wel-grid h4 {
		font-size: 1.8em;
		margin-bottom: 0em;
	}
	.left-w3l h4 {
		font-size: 3em;
		padding-bottom: 0.3em;
	}
	.left-w3l h5 {
		font-size: 2.1em;
		padding-bottom: 0.6em;
	}
	.left-w3l ul li a {
		margin-top: 0.7em;
	}
	.text-w3 h4 {
		font-size: 2.2em;
	}
	.text-w3 h6 {
		font-size: 1.2em;
	}
	.text-w3 h5 {
		font-size: 1.7em;
	}
	.text-w3 {
		top: 8%;
	}
	.news-grid-info a.rew3 {
		font-size: 1.3em;
	}
	.media-body.response-text-right h5 {
		font-size: 1.7em;
	}
	.media-body.response-text-right ul li {
		margin-bottom: 1em;
	}
	.team h4 {
		font-size: 1.6em;
	}
	.w3agile-caption h6 {
		font-size: 1.1em;
	}
	.subscribe {
		padding: 6em 0;
	}
	.map iframe {
		height: 400px;
	}
	.map-pos {
		left: 39%;
		top: 13%;
	}
	.footer {
		padding: 3em 0em;
	}
	.ftr-menu {
		padding: 2.5em 0em;
	}
	.welcome-grid i {
		font-size: 2.7em;
	}
}
@media(max-width: 1024px){
	.nav-w3l {
		width: 69%;
	}
	.search {
		width: 10%;
	}
	.left-w3l {
		padding: 0em 2em;
	}
	.agileits-serv {
		padding: 4.3em 0em;
	}
	.right-w3l {
		padding: 1.5em 0em 2em;
	}
	.welcome-grid i {
		font-size: 3.3em;
	}
}
@media(max-width: 991px){
	.navbar-nav > li > a {
		font-size: .9em;
		letter-spacing: 1px;
	}
	.logo h1 a {
		font-size: 1.2em;
	}
	.logo {
		width: inherit;
		top: -8px;
	}
	.ph-agile p span {
		font-size: 1em;
	}
	.agileits-banner-info:before {
		top: -30%;
		left: 24%;
	}
	.agileits-banner-info h4 {
		font-size: 1.9em;
	}
	.agileits-banner-info h3 {
		font-size: 3.2em;
	}
	p {
		font-size: 0.9em;
	}
	.agileits-banner-info {
		margin-top: 17em;
	}
	.port-7.effect-2 .text-desc {
		height: 35%;
	}
	.text-desc h4 {
		font-size: 2.3em;
	}
	.wel-grid {
		margin-top: 3em;
	}
	.wel-grid h4 {
		font-size: 1.9em;
		margin-bottom: 0.3em;
	}
	.left-w3l h4 {
		font-size: 3.5em;
	}
	.agileits-serv {
		padding: 4em 0em;
	}
	.left-w3l {
		padding: 0em 9em;
	}
	.w3l-event-grid {
		padding: 0 .5em;
	}
	.text-w3 {
		top: 6%;
	}
	.media-body.response-text-right h5 {
		font-size: 1.6em;
	}
	.media-body.response-text-right ul li {
		font-size: 0.85em;
	}
	.team-grids:nth-child(3), .team-grids:nth-child(4) {
		margin-top: 4em;
	}
	a.view {
		font-size: 1.1em;
	}
	.news-grid-info a.rew3 {
		font-size: 1.2em;
	}
	.title h3 {
		font-size: 1.5em;
		padding-top: 0.6em;
	}
	.subscribe form input[type="submit"] {
		width: 22%;
	}
	.contact-grid1 textarea {
		height: 13em;
	}
	.contact-grid1 input[type="submit"] {
		width: 22%;
	}
}
@media(max-width: 900px){
	.navbar-nav > li {
		margin-right: 0.5em;
	}
}
@media(max-width: 800px){
	.link--yaku span {
		letter-spacing: 0px;
	}
	.navbar-nav > li > a {
		letter-spacing: 0px;
	}
	.navbar-nav > li {
		margin-right: 0.7em;
	}
	.agileits-banner-info {
		margin-top: 16.5em;
	}
	.left-w3l {
		padding: 0em 2em;
	}
	.w3l-team-text {
		padding-left: 4em;
	}
	.w3agile-caption:before {
		top: 13%;
	}
	.b-from-left {
		top: 34%;
	}
	.map-pos {
		left: 33%;
	}
}
@media(max-width: 768px){
	.banner, .banner-2, .w3l-overlay {
		min-height: 560px;
	}
	.ph-agile {
		width: 22%;
	}
	.search {
		width: 11%;
	}
	.nav-w3l {
		width: 72%;
	}
	.logo h1 a {
		font-size: 1.1em;
		letter-spacing: 2px;
	}
	.sub-agile {
		padding-top: 1em;
	}
	.agileits-banner-info:before {
		width: 330px;
		height: 330px;
		top: -25%;
		left: 26%;
	}
	.agileits-banner-info h4 {
		font-size: 1.7em;
	}
	.agileits-banner-info h3 {
		font-size: 3em;
	}
	a.view {
		font-size: 1em;
	}
	.agileits-banner-info {
		margin-top: 13em;
	}
	.header {
		bottom: 6%;
	}
	.content-agileits, .events-w3l, .team, .contact, .gallery {
		padding: 3.5em 0em;
	}
	.contact-top1 {
		padding: 2.5em 2.5em 3em;
	}
	.portfolio-modal .modal-content h3 {
		font-size: 3.5em;
	}
}
@media(max-width: 767px){
	.navbar-toggle {
		background-color: #3369e7;
		border: 1px solid #fff;
	}
	.navbar-nav {
		margin: 0px !important;
	}
	div#bs-example-navbar-collapse-1 {
		background: #000;
		width: 100%;
	}
	.navbar-nav > li {
		margin-right: 0em;
		margin-top: 1em;
	}
	.navbar-nav > li:nth-child(1) {
		margin-top: 0em;
	}
	span.icon-bar {
		background: #fff;
	}
}
@media(max-width: 736px){
	.agile-top {
		top: 3%;
	}
	.w3l-event-grid:nth-child(2) {
		margin-top: 3.5em;
	}
	.text-w3 p {
		margin-bottom: 3.5em;
	}
	.text-w3 {
		top: 16%;
	}
	.title h3 {
		font-size: 1.4em;
	}
	.logo-fo h2 a {
		font-size: 1.3em;
	}
}
@media(max-width: 667px){
	.nav-w3l {
		width: 70%;
	}
	.agileits-banner-info:before {
		left: 23.5%;
	}
	.agileits-banner-info h3 {
		letter-spacing: 4px;
	}
	.port-7.effect-2 .text-desc {
		height: 39%;
	}
	.left-w3l h4 {
		font-size: 3em;
	}
	.agileits-serv {
		padding: 3.5em 0em;
	}
	span.b-animate.b-from-left img {
		width: 70%;
	}
	.title-w3l {
		float: right;
		width: 70%;
	}
	.title {
		width: 30%;
	}
	.contact-grid1 input[type="text"], .contact-grid1 input[type="email"], .contact-grid1 textarea {
		font-size: 0.95em;
	}
	.contact-grid1 textarea {
		height: 11em;
	}
	.contact-grid1 input[type="submit"] {
		width: 24%;
		font-size: 1em;
	}
	.gallery-grids.glry-grid-middle {
		margin: 1em 0em;
	}
	.gallery-grids-top {
		padding: 0 .5em;
	}
	.bottom-grids.w3ls-btm {
		margin-bottom: 0.7em;
	}
	.map-pos {
		left: 30%;
	}
	.portfolio-modal .modal-content h3 {
		font-size: 3em;
		letter-spacing: 2px;
	}
}
@media(max-width: 640px){
	.banner, .banner-2, .w3l-overlay {
		min-height: 480px;
	}
	.agileits-banner-info h4 {
		font-size: 1.6em;
		letter-spacing: 3px;
	}
	.agileits-banner-info h3 {
		letter-spacing: 3px;
		font-size: 2.8em;
	}
	.agileits-banner-info:before {
		left: 24.5%;
		width: 300px;
		height: 300px;
	}
	a.view {
		margin: 0.5em auto 0em;
	}
	.agileits-banner-info {
		margin-top: 11em;
	}
	.hvr-grow {
		font-size: 1.7em;
	}
	.main ul li {
		padding: 0em 2em;
	}
	h3.w3_tittle {
		font-size: 2.5em;
	}
	.text-desc h4 {
		font-size: 2.1em;
		letter-spacing: 2px;
	}
	.media-body.response-text-right h5 {
		font-size: 1.5em;
	}
	.subscribe form input[type="submit"] {
		width: 25%;
		font-size: 0.9em;
	}
	.subscribe form input.user {
		font-size: 0.9em;
	}
	.map iframe {
		height: 340px;
	}
	.map-pos h3 {
		font-size: 2.2em;
		letter-spacing: 2px;
	}
	.map-pos {
		width: 250px;
		height: 250px;
		padding: 3.5em 0 0;
	}
	.logo-fo h2 a {
		font-size: 1.2em;
	}
	.ftr-menu ul li a {
		font-size: 1em;
		letter-spacing: 1px;
	}
	.w3ls-social-icons-2 i {
		font-size: 0.9em;
		width: 45px;
		height: 45px;
	}
	.footer {
		padding: 2.5em 0em;
	}
	.copyrights p {
		letter-spacing: 1px;
	}
}
@media(max-width: 600px){
	.ph-agile {
		width: 27%;
	}
	.search {
		width: 14%;
	}
	.nav-w3l {
		width: 68%;
	}
	.agileits-banner-info h3 {
		font-size: 2.6em;
	}
	.agileits-banner-info:before {
		left: 25%;
		top: -22%;
		width: 280px;
		height: 280px;
	}
	.callbacks_tabs {
		top: 43%;
	}
	.left-w3l h4 {
		font-size: 2.8em;
	}
	.text-w3 {
		top: 11%;
	}
	.media-body.response-text-right h5 {
		font-size: 1.4em;
	}
	.title {
		width: 32%;
	}
	.title-w3l {
		width: 68%;
	}
	.subscribe form input[type="submit"] {
		width: 28%;
	}
	.subscribe form input.user {
		width: 70%;
	}
	.subscribe {
		padding: 5em 0;
	}
}
@media(max-width: 568px){
	.search {
		width: 15%;
	}
	.logo h1 a {
		letter-spacing: 1px;
	}
	.navbar-toggle {
		padding: 8px 8px !important;
	}
	.search_box:checked~.search_form {
		width: 400px;
		height: 60px;
	}
	.agileits-banner-info h3 {
		letter-spacing: 2px;
	}
	.agileits-banner-info h4 {
		letter-spacing: 2px;
	}
	a.view {
		padding: 0.8em 1.3em;
	}
	.agileits-banner-info:before {
		left: 23.5%;
		top: -21%;
	}
	.agileits-banner-info p {
		font-size: 0.85em;
	}
	.content-agileits, .events-w3l, .team, .contact, .gallery {
		padding: 3em 0em;
	}
	h3.w3_tittle {
		font-size: 2.3em;
		margin-bottom: 0.9em;
	}
	.left-w3l h4 {
		font-size: 2.5em;
	}
	.left-w3l h5 {
		font-size: 1.95em;
	}
	.text-w3 h4 {
		font-size: 2.1em;
	}
	.text-w3 p {
		margin-bottom: 3em;
	}
	.media-body.response-text-right h5 {
		font-size: 1.35em;
	}
	div#planners {
		padding: 3em 0em 4em;
	}
	.ftr-menu ul li a {
		margin: 0 10px;
	}
	.w3l-team-text {
		padding-left: 3.5em;
	}
	.title {
		width: 33%;
	}
	.title-w3l {
		width: 67%;
	}
	.agileits-serv {
		padding: 3em 0em;
	}
	.contact-grid1 textarea {
		height: 10em;
	}
	.contact-grid1 input[type="submit"] {
		width: 28%;
	}
	.copyrights p {
		font-size: 0.95em;
	}
	.portfolio-container {
		width: 80%;
	}
}
@media(max-width: 480px){
	.ph-agile i {
		font-size: 1.2em;
	}
	.ph-agile p span {
		font-size: 0.95em;
	}
	.ph-agile {
		width: 30%;
	}
	.search {
		width: 19%;
	}
	.search_box:checked~.search_form {
		width: 350px;
		height: 60px;
		margin-right: 3em;
	}
	.logo h1 a {
		font-size: 1.05em;
	}
	.nav-w3l {
		width: 63%;
	}
	.navbar-toggle {
		margin-right: 24px;
	}
	.agileits-banner-info h4 {
		font-size: 1.5em;
	}
	.agileits-banner-info h3 {
		letter-spacing: 1px;
		font-size: 2.4em;
	}
	.agileits-banner-info:before {
		left: 21.5%;
		top: -22%;
		width: 250px;
		height: 250px;
	}
	a.view {
		padding: 0.7em 1.2em;
		margin: 0.5em auto 0em;
	}
	.agileits-banner-info p {
		font-size: 0.8em;
		margin: 1.5em auto;
	}
	.banner, .banner-2, .w3l-overlay {
		min-height: 440px;
	}
	.hvr-grow {
		font-size: 1.5em;
	}
	.main ul li {
		padding: 0em 1.5em;
	}
	.header {
		bottom: 5%;
	}
	.content-agileits, .events-w3l, .team, .contact, .gallery {
		padding: 2.5em 0em;
	}
	h3.w3_tittle {
		margin-bottom: 0.7em;
	}
	.left-w3l h4 {
		font-size: 2.4em;
	}
	.left-w3l h5 {
		font-size: 1.9em;
	}
	.text-desc h4 {
		font-size: 1.8em;
	}
	.port-7.effect-2 .text-desc {
		height: 43%;
		padding: 22px 10px 0;
	}
	.left-w3l ul li a {
		letter-spacing: 1px;
	}
	.welcome-grid h4 {
		font-size: 1.8em;
	}
	.text-w3 h4 {
		font-size: 1.8em;
	}
	.text-w3 h5 {
		font-size: 1.6em;
	}
	.text-w3 h6 {
		letter-spacing: 1px;
	}
	.news-grid-info a.rew3 {
		margin: 1em 0em 1em;
	}
	.media-body.response-text-right {
		width: 100%;
		margin-top: 1.5em;
	}
	.media-left.response-text-left {
		width: 30%;
	}
	.w3l-team-text {
		padding-left: 2.5em;
	}
	.team .social-w3lsicon {
		padding: 0.75em 1em;
	}
	.gallery-grids-top {
		width: 100%;
	}
	.gallery-grids-top {
		width: 100%;
	}
	.gallery-grids.glry-grid-middle {
		margin: 0em 0em;
	}
	.bottom-grids.w3ls-btm {
		margin-bottom: 0em;
	}
	span.b-animate.b-from-left img {
		width: 90%;
	}
	.b-from-left {
		top: 38%;
	}
	.title {
		width: 100%;
	}
	.title-w3l {
		width: 100%;
		margin-top: 2em;
	}
	.subscribe {
		padding: 3em 0 5em;
	}
	.contact-top1 {
		padding: 2em 2em 2.5em;
	}
	.map-pos {
		left: 24%;
	}
	.ftr-menu ul li a {
		margin: 0 7px;
	}
	.ftr-menu {
		padding: 2em 0em;
	}
}
@media(	max-width: 414px){
	.ph-agile {
		width: 34%;
	}
	.search_box:checked~.search_form {
		width: 300px;
		margin-right: 2em;
	}
	.search_form input[type='search'] {
		width: 72%;
		font-size: 13px;
	}
	.search_form input[type='submit'] {
		font-size: 13px;
		width: 24%;
		margin-left: 0.5em;
	}
	.navbar-toggle .icon-bar {
		width: 19px;
	}
	.navbar-toggle {
		margin-right: 11px;
	}
	.nav-w3l {
		width: 57%;
	}
	.agileits-banner-info h4 {
		font-size: 1.3em;
	}
	.agileits-banner-info h3 {
		font-size: 2.2em;
	}
	a.view span {
		padding-right: 0.7em;
	}
	.agileits-banner-info:before {
		left: 20.5%;
		top: -19%;
		width: 220px;
		height: 220px;
	}
	a.view {
		padding: 0.6em 1em;
		margin: 0em auto 0em;
		font-size: 0.9em;
	}
	.agileits-banner-info p {
		font-size: 0.75em;
		width: 55%;
		letter-spacing: 1px;
	}
	.banner, .banner-2, .w3l-overlay {
		min-height: 400px;
	}
	.agileits-banner-info {
		margin-top: 10em;
	}
	.hvr-grow {
		font-size: 1.4em;
	}
	h3.w3_tittle {
		font-size: 2.1em;
	}
	.text-desc h4 {
		font-size: 1.7em;
		letter-spacing: 1px;
	}
	.text-desc p {
		font-size: 0.8em;
	}
	.wel-grid {
		margin-top: 2.5em;
	}
	.wel-grid h4 {
		font-size: 1.7em;
		margin-bottom: 0.2em;
	}
	.left-w3l h4 {
		font-size: 2.25em;
	}
	.left-w3l h5 {
		font-size: 1.8em;
	}
	.left-w3l {
		padding: 0em 1em;
	}
	.welcome-grid:nth-child(2) {
		margin: 2em 0em;
	}
	.text-w3 p {
		margin-bottom: 1.5em;
	}
	.text-w3 {
		top: 7%;
	}
	.media-body.response-text-right h5 {
		font-size: 1.3em;
	}
	.media-body.response-text-right ul li {
		font-size: 0.85em;
	}
	.media-body.response-text-right ul li:nth-child(2), .media-body.response-text-right ul li:nth-child(3){
		margin-left: 1em;
	}
	.team-grids {
		padding: 0 .5em;
	}
	.w3agile-caption p {
		font-size: 0.8em;
	}
	.w3l-team-text {
		padding-left: 2em;
	}
	.w3agile-caption:before {
		left: 8%;
	}
	.contact-grid1 textarea {
		height: 9em;
	}
	.contact-grid1 input[type="submit"] {
		width: 37%;
	}
	.map-pos h3 {
		font-size: 2.1em;
		letter-spacing: 1px;
	}
	.map-pos p {
		line-height: 2em;
	}
	.map-pos {
		width: 220px;
		height: 220px;
		padding: 2.5em 0 0;
	}
	.map iframe {
		height: 290px;
	}
	.logo-fo h2 a {
		font-size: 1.1em;
		letter-spacing: 1px;
	}
	.ftr-menu ul li a {
		margin: 0 6px;
		font-size: 0.9em;
		letter-spacing: 0px;
	}
	.w3ls-social-icons-2 i {
		font-size: 0.8em;
		width: 40px;
		height: 40px;
		margin: 0 0.3em 0;
	}
	.copyrights {
		padding: 1.5em 0em;
	}
	.copyrights p {
		line-height: 2;
	}
	.portfolio-container {
		width: 90%;
	}
	.modal-header span {
		font-size: 1em;
	}
}
@media(max-width: 384px){
	.ph-agile {
		width: 37%;
	}
	label.icon-search span {
		padding: .5em;
	}
	.logo h1 a {
		font-size: 1em;
	}
	.nav-w3l {
		width: 55%;
	}
	.agileits-banner-info:before {
		left: 18%;
		top: -18%;
	}
	.main ul li {
		padding: 0em 1.2em;
	}
	.left-w3l ul li a {
		letter-spacing: 0px;
	}
	.welcome-grid h4 {
		font-size: 1.7em;
	}
	.news-grid-info a.rew3 {
		font-size: 1.1em;
	}
	.team-grids {
		width: 100%;
	}
	.team-grids:nth-child(3), .team-grids:nth-child(4), .team-grids:nth-child(2)  {
		margin-top: 4em;
	}
	.w3l-team-text {
		padding-left: 4em;
	}
	.team .social-w3lsicon {
		padding: 0.9em 1em;
	}
	.subscribe form input[type="submit"] {
		width: 28%;
		font-size: 0.85em;
	}
	.subscribe form input.user {
		font-size: 0.85em;
	}
	.contact-top1 label {
		font-size: 1em;
		margin-bottom: 0.3em;
	}
	.contact-grid1 textarea {
		height: 8em;
	}
	.map-pos {
		left: 19%;
		top: 12%;
	}
	.logo-fo h2 a {
		font-size: 1em;
	}
	.ftr-menu ul li a {
		letter-spacing: 1px;
		line-height: 2.2;
	}
	.footer {
		padding: 2em 0em;
	}
}
@media(max-width: 375px){
	.logo h1 a {
		font-size: 0.9em;
		letter-spacing: 0px;
	}
	.banner, .banner-2, .w3l-overlay {
		min-height: 350px;
	}
	.agileits-banner-info:before {
		width: 200px;
		height: 200px;
	}
	.agileits-banner-info h4 {
		font-size: 1.2em;
	}
	.agileits-banner-info h3 {
		font-size: 2.1em;
		margin-top: 0.4em;
	}
	.agileits-banner-info p {
		margin: 1em auto;
	}
	.left-w3l h4 {
		font-size: 2.1em;
	}
	.agileits-serv {
		padding: 2em 0em;
	}
	.text-w3 {
		top: 5%;
	}
	.agileits-banner-info {
		margin-top: 9em;
	}
	.portfolio-modal .close-modal {
		top: 12px;
		right: -1px;
	}
}
@media(max-width: 320px){
	.ph-agile p span {
		font-size: 0.9em;
	}
	.ph-agile {
		width: 43%;
	}
	.search {
		width: 23%;
	}
	.navbar-toggle .icon-bar {
		width: 15px;
		height: 1px;
	}
	.search_box:checked~.search_form {
		width: 250px;
	}
	.search_form input[type='submit'] {
		width: 25%;
		margin-left: 0.3em;
	}
	.search_form input[type='search'] {
		width: 70%;
	}
	.nav-w3l {
		width: 53%;
	}
	.navbar-toggle {
		margin-right: 4px;
	}
	.agileits-banner-info:before {
		width: 190px;
		height: 190px;
		left: 15%;
		top: -20%;
	}
	.agileits-banner-info h4 {
		font-size: 1.1em;
	}
	.agileits-banner-info h3 {
		font-size: 1.8em;
	}
	.agileits-banner-info p {
		font-size: 0.7em;
	}
	a.view {
		padding: 0.6em 0.8em;
		margin: 0.2em auto 0em;
		font-size: 0.85em;
	}
	.agileits-banner-info {
		margin-top: 9em;
	}
	.hvr-grow {
		font-size: 1.3em;
	}
	.main ul li {
		padding: 0em 1em;
	}
	.content-agileits, .events-w3l, .team, .contact, .gallery {
		padding: 2em 0em;
	}
	h3.w3_tittle {
		font-size: 1.9em;
	}
	.text-desc h4 {
		font-size: 1.5em;
		letter-spacing: 0px;
	}
	.port-7.effect-2 .text-desc {
		height: 47%;
		padding: 11px 0px 0;
	}
	.text-desc p {
		font-size: 0.75em;
	}
	.wel-grid {
		margin-top: 2em;
	}
	.wel-grid h4 {
		font-size: 1.5em;
		margin-bottom: 0em;
	}
	p {
		font-size: 0.85em;
	}
	.left-w3l h4 {
		font-size: 1.9em;
	}
	.left-w3l h5 {
		font-size: 1.6em;
	}
	.welcome-grid p {
		font-size: 0.85em;
		letter-spacing: 1px;
	}
	.welcome-grid:nth-child(2) {
		margin: 1.5em 0em;
	}
	.text-w3 h4 {
		font-size: 1.5em;
	}
	.text-w3 p {
		margin-bottom: 1em;
	}
	.text-w3 h6 {
		letter-spacing: 0px;
		font-size: 1.1em;
	}
	.text-w3 h5 {
		font-size: 1.4em;
	}
	.text-w3 {
		top: 4%;
	}
	.news-grid-info a.rew3 {
		font-size: 1em;
		margin: 0.5em 0em 1em;
	}
	a.view.new-w3 {
		font-size: 0.9em;
		margin: 1.5em 0 0;
		padding: 0.8em 0.8em;
	}
	.subscribe form input[type="submit"] {
		width: 34%;
		padding: 1em 0em;
	}
	.subscribe form input.user {
		width: 64%;
	}
	.subscribe {
		padding: 2em 0 3.5em;
	}
	.contact-grid1 input[type="text"], .contact-grid1 input[type="email"], .contact-grid1 textarea {
		padding: .7em;
	}
	.contact-grid1 textarea {
		height: 6em;
	}
	.contact-top1 {
		padding: 1.5em 1.5em 2em;
	}
	.contact-grid1 input[type="submit"] {
		width: 41%;
		font-size: 0.9em;
		margin: 1em auto 0;
	}
	.map-pos {
		width: 200px;
		height: 200px;
		padding: 2em 0 0;
	}
	.map-pos h3 {
		font-size: 1.8em;
	}
	.map iframe {
		height: 250px;
	}
	.logo-fo h2 a {
		font-size: 0.9em;
	}
	.ftr-menu {
		padding: 1.2em 0em;
	}
	.footer {
		padding: 1.5em 0em;
	}
	.w3ls-social-icons-2 i {
		font-size: 0.75em;
		width: 35px;
		height: 35px;
		margin: 0 0.2em 0;
		line-height: 3.2;
	}
	.copyrights p {
		font-size: 0.85em;
	}
	.copyrights {
		padding: 1em 0em 1.5em;
	}
	.portfolio-modal .modal-content h3 {
		font-size: 2.5em;
	}
	.callbacks_tabs a:after {
		height: 8px;
		width: 8px;
	}
	.modal-header span {
		font-size: .9em;
		line-height: 27px;
	}
	.modal-header h4 {
		font-size: 1.7em;
		letter-spacing: 1px;
	}
	.modal-header h5 {
		font-size: 1em;
	}
	.welcome-grid i {
		font-size: 2.7em;
	}	
}
@media only screen and (max-width: 767px){
	.navbar{
		justify-content: normal !important;		
	}
	.navbar-toggler{
		margin-left: auto;
	}
	.header .logo{
		top: 0 !important;
	}
	.navbar {
	    padding: 10px 0 !important;
	}
}
.header .button{
	margin-right: 0 !important;
	margin-left: 200px !important;
}
.navbar-collapse{
	margin-right: -180px !important;
	margin-left: auto;
}
.header .logo{
	top: -10px !important;
}
.navbar{
	margin-bottom: 0 !important;
	border: 0 !important;
}
.nav_jianju{
	padding: 0 !important;
}
/*--//responsive--*/