



/*-- contact --*/ 

h2.title-w3l, h3.title-w3l {
    font-size: 2em;
    color: #483b33;
    text-align: center;
    margin: 0 0 1.5em;
	position:relative;
}
h2.title-w3l span, h3.title-w3l span {
    color: #4CAF50;
}
h2.title-w3l:before {
    content: " ";
    background: #000;
    width: 6%;
    position: absolute;
    height: 2px;
    top: 113%;
    left: 47%;
}
h3.title-w3l:before {
    content: " ";
    background: #000;
    width: 6%;
    position: absolute;
    height: 2px;
    top: 113%;
    left: 47%;
}
.contact, .testimonials, section.footer-w3 {
	padding: 5em 0;
}
.contact-left input[type="text"],.contact-left input[type="email"], .contact-left input[type="date"]{
	border: 1.5px solid #8a7bd1;
	font-size:1em;
	color:#828282;
	background:none;
	width:100%;
	padding:0.8em 1em;
	outline:none;
}
.dro{
	border: 1.5px solid #8a7bd1;
	background-color: red;	
}
.contact-left input[type="text"]:hover,.contact-left input[type="email"]:hover,.contact-right textarea:hover{
	border-color:#828282;	
}
.contact-right textarea{
	border:1.5px solid #8a7bd1;
	font-size:1em;
	color:#828282;
	background:none;
	width:100%;
	padding:.8em 1em;
	outline:none;
    min-height: 13em;
	resize:none;
}
.contact-left input[type="email"]{
	margin:1.5em 0;
}
.contact-right input[type="submit"] { 
    padding: .6em 1em;
    color: #fff;
    font-size: 1.1em;
    background: #8a7bd1; 
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	transition: 0.5s all;
    outline: none;
    margin: 1em 0 0;
    width: 100%;
	border:1px solid #8a7bd1;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.contact-right input[type="submit"]:hover{
    background: transparent;	
	color:#8a7bd1;
}
.address-row {
    margin:0 0 1em;
}
.address-right {
    text-align: left;
    padding-left: 2em;
}
.contact-w3lsright h6 {
    font-size: 1.8em;
    color: #595c65;
    font-weight: 300;
    line-height: 1.8em;
    text-transform: uppercase; 
}
.contact-w3lsright h6 span {
    color: #03A9F4; 
} 
.address-left {
    padding: 0;
    text-align: center;
}
.address-row span.glyphicon {
    font-size: 1.2em;
    border: 2px solid ;
    padding: 1em;
    color: #8a7bd1;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
.address-row:hover span.glyphicon {
    border-color: #8a7bd1; 
	-webkit-transform: rotatey(360deg);
	-moz-transform: rotatey(360deg);
    transform: rotatey(360deg);	
	-o-transform: rotatey(360deg);
	-ms-transform: rotatey(360deg);
}
.address-row h5 {
    font-size: 1.6em;
    color: #000;
    margin-bottom: .3em;
    font-weight: 300;
}
.address-row p a {
    color: #8a7bd1;
}
.address-row p a:hover{
    color: #999;
}
.address h4 {
    font-size: 1.8em;
    color: #00BCD4;
    margin-bottom: 0.6em;
    text-transform: uppercase;
}
/*-- //contact --*/  
/*-- footer section --*/
section.footer-w3 {
    background-color: #1d1b1b;
}
ul li {
    list-style-type: none;
}
section.footer-w3 h3 {
	font-size:25px;
	font-weight:bold;
	color:#fff;
	padding-bottom:20px;
}
section.footer-w3 p.footer-p1 {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    padding-bottom: 25px;
	color:#fff;
}
section.footer-w3 button.btn.btn-outline.btn-lg {
    width: 30%;
    float: left;
	height: 40px;
	letter-spacing: 1px;
	text-align:center;
	background-color:#ea3c56;
	border:1px solid #ea3c56;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-ms-border-radius:0;
}
section.footer-w3 button.btn.btn-outline.btn-lg:hover {
	background-color:#3ba2c1;
	color:#fff;
	border-color:#3ba2c1;
}
section.footer-w3 ul.tweet-agile li:nth-child(1) {
	padding-bottom:30px;
}
section.footer-w3 ul.tweet-agile li i.fa.fa-twitter-square {
    font-size: 45px;
	color:#fff;
	display:inline-block;
}
section.footer-w3 ul.tweet-agile li p.tweet-p1 {
    font-size: 15px;
    font-weight: normal;
    margin: -48px 0 10px 44px;
    line-height: 30px;
	color:#fff;
}
section.footer-w3 ul.tweet-agile li p.tweet-p1 a {
	text-decoration:none;
	color:#4caf50;
}
section.footer-w3 ul.tweet-agile li p.tweet-p2 {
	font-size:13px;
	font-weight:normal;
	font-style:italic;
	color:#dcdcdc;
}
.agileinfo_footer_grid1 {
    float: left;
    width: 26.45%;
    margin: 0 .5em .7em 0;
}
/*-- //footer section --*/
.w3layouts_copy_right {
    padding: 1em 0;
    text-align: center;
	background: #000;
}
.w3layouts_copy_right p {
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 2px;
}
.w3layouts_copy_right p a {
    color: #4caf50;
}
.w3layouts_copy_right p a:hover {
    color: #fff;
}
/*-- slider-up-arrow --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 6%;
    right: 3%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url("../images/move-up.png") no-repeat 0px 0px;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-o-transform: scale(0.85);
	-ms-transform: scale(0.85);
    transform: scale(0.85);
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
#toTop:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
    transform: scale(1);
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	transform: scale(1);
}
/*-- //slider-up-arrow --*/

/*--responsive--*/

@media(max-width: 1680px){
	.projects-grid-caption {
		height:367px;
	}
}
@media(max-width: 1600px){
	.projects-grid-caption {
		height:355px;
	}
}
@media(max-width: 1440px){
	.sb-search-input {
		width: 41%;
	}
	.wrapper p {
		width: 40%;
	}
}
@media(max-width: 1366px){
	.sb-search {
		right: 4%;
	}
	.w3layouts_banner_info {
		padding: 9em 0 0;
	}
	.projects-grid-caption {
		height: 339px;
	}
}
@media(max-width: 1280px){
	.wrapper p {
		width: 43%;
	}

	.w3layouts_banner_info {
		padding: 7em 0 0;
	}
	.wrapper .sentence {
		font-size: 3.5em;
	}
	.w3agile_hire_left h4 {
		font-size: 2.7em;
	}
	.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
		top: 45% !important;
	}
}
@media(max-width: 1080px){
	.top-nav ul li {
		font-size: 1.1em;
	}
	.nav-w3lm p button {
		top: 11px;
	}
	.wrapper p {
		width: 50%;
		margin: 3em auto 2em;
	}
	.projects-grid-caption h4 {
		width: 57%;
	}
	
	.about-w3l {
		padding: 2em 0 12em;
	}
	.projects-grid-caption h4 {
		font-size: 1.5em;
	}
	.projects-grid-caption {
		height: 291px;
	}
	h2.title-w3l, h3.title-w3l {
		font-size: 3.3em;
	}
	.agile_offer_grid h4 {
		font-size: 1.6em;
	}
	.services {
		background-size: 36%;
	}
	.col-news-top .date-in {
		width: 283px;
		height: 283px;
	}
	.text-about h4 {
		font-size: 1.4em;
		line-height: 1.6;
		width: 170px;
		height: 170px;
	}
	.wthree_text h3 {
		font-size: 2.3em;
	}
	.wthree_text {
		padding: 5em 0 0;
	}
	p.team-p {
		font-size: 1.8em;
		width: 73%;
	}
	.w3ls_team_grid1.hover15 img {
		min-height: 338px;
	}
	.w3ls_team_grid1.hover15.w3l-tem-k img {
		width: 86%;
	}
	.w3ls_team_grid1.hover15.w3l-tem-k-2 img {
		width: 89%;
	}
	.pos-mk-h3 h4 {
		font-size: 4em;
		letter-spacing: 12px;
		padding-left: 4.7em;
	}
	.as-pos-botm {
		padding: 2.5em 3em;
		margin-top: -4em;
		margin-left: 17.4em;
	}
	#slideshow .strip {
		padding-bottom: 37.5%;
	}
	#slideshow button.next {
		right: 73.4%;
	}
	#slideshow > button {
		bottom: 15%;
		left: 14%;
	}
}
@media(max-width: 1050px){
	.projects-grid-caption {
		height: 286px;
	}
	.agileinfo_footer_grid1 {
		width: 29.45%;
	}
}
@media(max-width: 1024px){
	.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
		top: 41% !important;
	}
	.wrapper p {
		width: 55%;
	}
}
@media(max-width: 991px){
	.wrapper .sentence {
		font-size: 3em;
	}
	.wrapper p {
		font-size: 1.2em;
	}
	h1.w3l-logo a {
		font-size: 1.1em;
	}
	
	.about-w3l {
		padding: 1em 0 11em;
	}
	.col-news-top .date-in {
		width: 225px;
		height: 225px;
	}
	.col-news-top {
		padding: 0 .5em;
	}
	.text-about h4 {
		width: 150px;
		height: 150px;
		padding: 2em 1em;
	}
	.text-about {
		left: 23%;
	}
	.services, .pricing-plans, .gallery, .team-w3, .contact, .testimonials, section.footer-w3 {
		padding: 4em 0;
	}
	.w3ls_banner_bottom_grids {
		float: left;
		width: 50%;
	}
	.services {
		background-position: right bottom;
		background-size: 37%;
		margin-bottom:2em;
	}
	.price-value h3 a, .price-value.two h3 a, .price-value.three h3 a {
		font-size: 1.5em;
	}
	.price-value h5 {
		font-size: 16px;
	}
	.wthree_text h3 {
		font-size: 2em;
	}
	.wthree_text {
		padding: 3.8em 0 0;
	}
	p.team-p {
		width: 92%;
	}
	.w3ls_team_grid1.hover15 img {
		min-height: 250px;
	}
	.w3ls_team_grid h4 {
		font-size: 1.1em;
	}
	h2.title-w3l, h3.title-w3l {
		font-size: 3em;
	}
	.as-pos-botm {
		padding: 2em 2em;
		margin-top: -3.5em;
		margin-left: 13.3em;
	}
	.agileinfo_team_grid1_text h5 {
		font-size: 1.7em;
	}
	.agileinfo_team_grid1_text p {
		font-size: .9em;
	}
	#slideshow button.next {
		right: 73%;
	}
	#slideshow > button {
		left: 11%;
	}
	.w3agile_hire_left h4 {
		font-size: 2.1em;
	}
	a.wthree-more {
		font-size: .9em;
	}
	.address-row.w3-agileits {
		padding: 2.5em 1em;
	}
	.address-right {
		padding-left: 0em;
	}
	.contact form {
		margin-top: 3em;
	}
	.pos-mk-h3 h4 {
		font-size: 3em;
		letter-spacing: 10px;
	}
	.address-row {
		margin: 0;
	}
	.agileinfo_footer_grid1 {
		width: 15.45%;
	}
}
@media(max-width: 900px){
	.wrapper p {
		width: 57%;
	}
	.wrapper .sentence {
		font-size: 2.5em;
	}
	.projects-grid-caption h4 {
		font-size: 1.1em;
	}
	.projects-grid-caption {
		height: 230px;
	}
	.services {
		background-size: 38%;
	}
	.mfp-close {
		left: 95.7%;
	}
	.sb-search-input {
		width: 59%;
	}
}
@media(max-width: 800px){
	.wrapper p {
		width: 65%;
	}
	
	.projects-grid-caption {
		height: 214px;
	}
	.nav-w3lm p button {
		left: 37px;
	}
}
@media(max-width: 768px){
	.services {
		background-size: 42%;
	}
}
@media(max-width: 767px){
	
}
@media(max-width: 736px){
	h1.w3l-logo a {
		font-size: 1em;
	}
	.wrapper p {
		font-size: 1.1em;
	}
	.projects-grid-caption h4 {
		width: 65%;
	}
	.projects-grid-caption p {
		font-size: 1em;
	}
	.wrapper .sentence {
		font-size: 2.3em;
	}
	.col-news-top .date-in {
		width: 216px;
		height: 216px;
	}
	.text-about {
		left: 19%;
	}
	.projects-grid-caption {
		height: 210px;
	}
	.w3layouts_gallery_grid {
		margin-top: 1em;
		padding: 0 .5em;
	}
	.as-pos-botm {
		margin-left: 12.8em;
	}
	.contact-right {
		margin-top: 1.5em;
	}
	section.footer-w3 ul.tweet-agile li p.tweet-p2 {
		margin-top: 1.5em;
	}
	section.footer-w3 p.footer-p1 {
		padding-bottom: 0;
	}
	section.footer-w3 h3 {
		font-size: 23px;
	}
	.footer-agile1:nth-child(2) {
		padding: 2.5em 1em;
	}
	section.footer-w3 ul.tweet-agile li:nth-child(1) {
		padding-bottom: 16px;
	}
	.mfp-close {
		left: 94.7%;
	}
}
@media(max-width: 667px){
	.wrapper p {
		width: 73%;
	}
	.w3layouts_banner_info {
		padding: 5em 0 0;
	}
	.popEffect span {
		width: 80%;
		left: 10.5%;
	}

	h2.title-w3l:before, h3.title-w3l:before {
		width: 10%;
		left: 45%;
	}
	.col-news-top .date-in {
		width: 193px;
		height: 193px;
	}
	.text-about h4 {
		width: 130px;
		height: 130px;
		padding: 2em 1em;
		font-size: 1.2em;
	}
	.about-w3l {
		padding: 1em 0 9em;
	}
	.projects-grid-caption h4 {
		margin: 6em auto 1em;
	}
	.projects-grid-caption {
		height: 199px;
	}
	.services {
		background-size: 48%;
	}
	.pricing-grid1, .pricing-grid2, .pricing-grid3 {
		width: 64%;
		float: none;
		margin: 0 auto;
	}
	.pricing-grid2 {
		margin: 2.5em auto;
	}
	.wthree_text {
		padding: 3.5em 0 0;
	}
	p.team-p {
		font-size: 1.6em;
	}
	.w3ls_team_grid1.hover15 img {
		min-height: 208px;
	}
	.agileinfo_team_grid1_pos {
		width: 29%;
	}
	#slideshow .strip {
		padding-bottom: 47%;
	}
	#slideshow button.next {
		right: 70%;
	}
	.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
		width: 93%;
	}
	.projects-grid-caption h4 {
		width: 75%;
	}
	.projects-grid-caption p {
		letter-spacing: 1px;
	}
}
@media(max-width: 640px){
	.nav-w3lm p button {
		left: 20px;
	}
	.top-nav ul li {
		font-size: 1em;
	}
	.wrapper p {
		width: 75%;
	}

	.col-news-top .date-in {
		width: 184px;
		height: 184px;
	}
	.text-about {
		left: 19%;
		top: 68%;
	}
	.projects-grid-caption {
		height: 235px;
	}
	.agile_offer_grid_pos p {
		font-size: 2.2em;
		width: 60px;
		height: 60px;
		line-height: 1.6;
	}
	.agile_offer_grid h4 {
		font-size: 1.5em;
	}
	.wthree_text {
		padding: 3.2em 0 0;
	}
	.agileinfo_team_grid1_pos {
		width: 31%;
	}
	#slideshow .strip {
		padding-bottom: 51%;
	}
	#slideshow button.next {
		right: 68.5%;
		bottom: 19%;
	}
	#slideshow > button {
		bottom: 20%;
	}
	.w3agile_hire_left h4 {
		font-size: 1.9em;
	}
	.agileinfo_footer_grid1 {
		width: 14.45%;
	}
}
@media(max-width: 600px){
	.sb-search-input {
		width: 65%;
	}
	.wrapper p {
		width: 82%;
	}
	.col-news-top .date-in {
		width: 170px;
		height: 170px;
	}
	.text-about h4 {
		width: 120px;
		height: 120px;
		font-size: 1.1em;
	}
	.agile_offer_grid h4 {
		letter-spacing: 0px;
	}
	.wthree_text {
		padding: 3em 0 0;
	}
	.w3ls_team_grid1.hover15 img {
		min-height: 185px;
	}
	.w3ls_team_grid h4 {
		font-size: 1em;
	}
	.w3ls_team_grid p {
		font-size: 1.1em;
		letter-spacing: 1px;
	}
	p.team-p {
		font-size: 1.4em;
	}
	h2.title-w3l, h3.title-w3l {
		font-size: 2.5em;
		margin: 0 0 1.3em;
	}
	.pos-mk-h3 h4 {
		font-size: 2.2em;
		letter-spacing: 7px;
		padding-left: 6em;
	}
	.as-pos-botm {
		margin-left: 12em;
		padding: 1.5em 1.5em;
		margin-top: -4em;
	}
	#slideshow button.next {
		right: 68%;
	}
	.agileinfo_team_grid1_text h5 {
		font-size: 1.5em;
	}
	#slideshow .strip {
		padding-bottom: 48%;
	}
	.mfp-close {
		left: 94%;
	}
}
@media(max-width: 568px){
	.top-nav ul li {
		padding: 1.5em 1em;
	}
	h1.w3l-logo a {
		font-size: .9em;
	}
	.wrapper p {
		margin: 2.5em auto 2em;
		font-size: 1em;
	}
	.popEffect span {
		width: 90%;
		left: 3.5%;
	}
	.wrapper .sentence {
		font-size: 2em;
	}

	.col-news-top .date-in {
		width: 160px;
		height: 160px;
	}
	.text-about {
		left: 17%;
	}
	.projects-grid-caption {
		height: 220px;
	}
	.agile_offer_grid h4 {
		font-size: 1.4em;
	}
	.wthree_text h3 {
		font-size: 1.6em;
	}
	.w3ls_team_grid {
		width: 80%;
		margin: 0 4em;
	}
	.w3ls_team_grid1.hover15.w3l-tem-k img {
		width: inherit;
	}
	.w3ls_team_grid1.hover15.w3l-tem-k-2 img {
		width: inherit;
	}
	h2.title-w3l:before, h3.title-w3l:before {
		width: 13%;
		left: 43%;
		top: 122%;
	}
	.agileinfo_team_grid1_pos {
		width: 28%;
	}
	.pos-mk-h3 h4 {
		padding-left: 5em;
	}
	#slideshow .strip {
		padding-bottom: 53%;
	}
	.as-pos-botm {
		margin-left: 0em;
		margin-top: 0em;
	}
	#slideshow > button {
		bottom: 64%;
		left: 79%;
	}
	#slideshow button.next {
		right: -2%;
		bottom: 64%;
	}
	.w3agile_hire_left h4 {
		font-size: 1.7em;
	}
}
@media(max-width: 480px){
	.sb-search-input {
		width: 75%;
	}
	.top-nav ul li {
		padding: 2em .5em;
		font-size: .9em;
	}
	.nav-w3lm p button {
		width: 46px;
	}
	.wrapper p {
		letter-spacing: 2px;
	}
	.wrapper .sentence {
		font-size: 1.8em;
	}
	h1.w3l-logo a {
		font-size: .8em;
	}
	.w3layouts_banner_info {
		padding: 4em 0 0;
	}

	.col-news-top {
		width: 100%;
	}
	.col-news-top .date-in {
		width: 230px;
		height: 230px;
		margin-bottom: 7em;
	}
	.text-about {
		left: 36%;
		top: 53%;
	}
	.about-w3l {
		padding: 1em 0 1em;
	}
	.projects-grid-caption h4 {
		font-size: 1.4em;
	}
	.projects-grid-caption {
		height: 310px;
	}
	.w3ls_banner_bottom_grids {
		float: none;
		width: 100%;
	}
	.agile_offer_grid:nth-child(2) {
		padding: 2em 0;
	}
	.agile_offer_grid.w3l-grid-mk {
		padding: 2em 0 0;
	}
	.agile_offer_grid_pos {
		float: left;
		width: 25%;
	}
	.wthree_offer_grid1 {
		float: right;
		width: 75%;
	}
	.services {
		background-size: 63%;
		background-position: 100% 100%;
		padding-bottom: 11em;
	}
	.pricing-grid1, .pricing-grid2, .pricing-grid3 {
		width: 75%;
	}
	.wthree_text {
		padding: 2.3em 0 0;
	}
	#slideshow .strip {
		padding-bottom: 65%;
	}
	#slideshow > button {
		left: 76%;
	}
	.lightspeed-box img.lsb-image.lsb-image-loaded {
		max-width: 78%;
	}
	p.team-p {
		font-size: 1.3em;
	}
	.w3agile_hire_left h4 {
		font-size: 1.5em;
	}
	.footer-agiletop {
		padding: 4em 0;
	}
	.address-right {
		padding-left: 1em;
	}
	.agileinfo_footer_grid1 {
		width: 15.45%;
		margin: 0 .3em 0 0;
	}
	.payment-online-form-left textarea {
		height: 130px;
	}
	.mfp-close {
		left: 93%;
	}
	h2.title-w3l, h3.title-w3l {
		font-size: 2.3em;
	}
	.overlay ul li a {
		font-size: 1.1em;
	}
	.wrapper p {
		width: 86%;
	}
	.w3layouts_gallery_grid {
		float: left;
		width: 50%;
	}
	.wthree_text {
		padding: 3em 0 0;
	}
}
@media(max-width: 440px){
	.mfp-close {
		left: 92.5%;
	}
	.wrapper p {
		width: 90%;
	}
	#slideshow .strip {
		padding-bottom: 72%;
	}
	.agileinfo_team_grid1_pos {
		width: 31%;
	}
	.pos-mk-h3 h4 {
		padding-left: 4.4em;
	}
	.w3agile_hire_left h4 {
		font-size: 1.8em;
		line-height: 1.5;
	}
	.w3agile_hire_right {
		margin-top: 2em;
	}
}
@media(max-width: 414px){
	.nav-w3lm p button {
		width: 38px;
	}
	.sb-search-input {
		width: 85%;
	}
	.sb-search {
		right: 3%;
	}
	.top-nav ul li {
		padding: 2em 1em;
		font-size: .9em;
		letter-spacing: 1px;
	}
	.nav-w3lm p button {
		left: 13px;
		top: 15px;
	}
	.overlay ul li a {
		font-size: 1.1em;
	}
	h1.w3l-logo a {
		font-size: .75em;
	}
	.wrapper p {
		letter-spacing: 1px;
	}
	.popEffect span {
		width: 100%;
		left: 0%;
	}
	.wrapper .sentence {
		font-size: 1.7em;
	}
	
	.w3layouts_banner_info {
		padding: 3.5em 0 0;
	}
	.projects-grid-caption {
		height: 286px;
	}
	.services, .pricing-plans, .gallery, .team-w3, .contact, .testimonials, section.footer-w3 {
		padding: 3em 0;
	}
	.services {
		background-size: 70%;
		padding-bottom: 10em;
	}
	.pricing-grid1, .pricing-grid2, .pricing-grid3 {
		width: 80%;
	}
	p.team-p {
		width: 100%;
	}
	#slideshow .strip {
		padding-bottom: 84%;
	}
	.agileinfo_team_grid1_pos {
		width: 35%;
	}
	#slideshow > button {
		left: 71%;
	}
	.w3agile_hire_left h4 {
		font-size: 1.7em;
	}
	.address-row h5 {
		font-size: 1.4em;
	}
	.agileinfo_footer_grid1 {
		width: 24.45%;
		margin: 0 .3em .3em 0;
	}
	.payment-online-form-left form {
		padding: 1em;
	}
	#small-dialog, #small-dialog1, #small-dialog2, #small-dialog3, #small-dialog4, #small-dialog5 {
		padding: 9px;
	}
	.mfp-close {
		left: 92%;
	}
	.w3ls_team_grid {
		width: 70%;
		margin: 0 4em;
	}
	.projects-grid-caption h4 {
		width: 68%;
	}
}
@media(max-width: 384px){
	.nav-w3lm p button {
		left: 9px;
	}
	.sb-search {
		right: 2.5%;
	}
	.text-about {
		left: 33%;
	}
	.wthree_text {
		padding: 2.8em 0 0;
	}
	p.team-p {
		font-size: 1.2em;
	}
	.agileinfo_team_grid1_pos {
		width: 40%;
	}
	#slideshow .strip {
		padding-bottom: 92%;
	}
	.pos-mk-h3 h4 {
		padding-left: 5.8em;
		font-size: 1.8em;
		letter-spacing: 5px;
	}
	#slideshow > button {
		left: 68%;
	}
	.mfp-close {
		left: 91%;
	}
	.wrapper .sentence {
		font-size: 1.6em;
	}
	.wrapper p {
		width: 93%;
	}
}
@media(max-width: 375px){
	.top-nav ul li {
		font-size: .8em;
	}
	.sb-search {
		top: -3%;
	}
	.wrapper p {
		width: 84%;
	}
	.text-about {
		left: 34%;
	}
	.pricing-grid1, .pricing-grid2, .pricing-grid3 {
		width: 90%;
	}
	p.team-p {
		font-size: 1.1em;
	}
	.w3ls_team_grid {
		width: 80%;
		margin: 0 2.5em;
	}
	#slideshow .strip {
		padding-bottom: 95%;
	}
	.agileinfo_team_grid1_pos {
		width: 41%;
	}
	.agileinfo_team_grid1_text h5 {
		font-size: 1.3em;
	}
	.agileinfo_team_grid1_text p {
		padding: .8em 0 0;
	}
	.wrapper p {
		width: 94%;
	}
}
@media(max-width: 320px){
	.top-nav ul li {
		font-size: .7em;
	}
	.top-nav ul li {
		padding: 2.5em .5em;
	}
	.sb-search-input {
		font-size: 13px;
		letter-spacing: 0px;
		width: 92%;
	}
	h1.w3l-logo a {
		font-size: .7em;
	}
	.wrapper p {
		font-size: .8em;
	}
	.wrapper .sentence {
		font-size: 1.3em;
	}
	
	.w3layouts_banner_info {
		padding: 2.5em 0 0;
	}
	h2.title-w3l, h3.title-w3l {
		font-size: 2em;
	}
	.about-w3l {
		padding: .5em 0 .5em;
	}
	.text-about {
		left: 29%;
	}
	.projects-grid-caption {
		height: 261px;
	}
	.w3ls_banner_bottom_grids {
		padding: 0 .5em;
	}
	.agile_offer_grid_pos p {
		font-size: 1.8em;
		width: 50px;
		height: 50px;
	}
	.services {
		background-size: 76%;
		padding-bottom: 8.5em;
	}
	.price-value h3 a, .price-value.two h3 a, .price-value.three h3 a {
		font-size: 1.3em;
	}
	.price-value h5 {
		font-size: 14px;
		padding: 9px 0;
	}
	.price-value, .price-value.two, .price-value.three {
		padding: 1em;
	}
	.pricing-grid1 ul li a, .pricing-grid2 ul li a, .pricing-grid3 ul li a {
		font-size: 14px;
		padding: 14px 0;
	}
	.payment-online-form-left input[type="text"], .payment-online-form-left input[type="email"] {
		width: 100%;
	}
	.payment-online-form-left textarea {
		height: 100px;
	}
	.payment-sendbtns input[type="reset"] {
		padding: 8px 35px;
	}
	.payment-online-form-left form {
		padding: .8em;
	}
	.payment-online-form-left h4 {
		font-size: 1.5em;
	}
	.mfp-close {
		left: 89.6%;
	}
	.w3layouts_gallery_grid {
		float: none;
		width: 100%;
	}
	.wthree_text {
		padding: 4.8em 0 0;
	}
	.w3ls_team_grid {
		margin: 0 2em;
	}
	.agileinfo_team_grid1_text h5 {
		letter-spacing: 0px;
	}
	.agileinfo_team_grid1_pos {
		width: 46%;
	}
	.agileinfo_team_grid1_text p {
		font-size: .8em;
	}
	.as-pos-botm {
		padding: 1em 1.5em;
	}
	#slideshow .strip {
		padding-bottom: 107%;
	}
	.pos-mk-h3 h4 {
		padding-left: 6.5em;
		font-size: 1.5em;
		letter-spacing: 4px;
	}
	#slideshow button.next {
		right: -3%;
	}
	#slideshow > button {
		left: 62%;
	}
	.w3agile_hire_left h4 {
		font-size: 1.4em;
	}
	.footer-agiletop {
		padding: 3em 0;
	}
	a.wthree-more {
		font-size: .8em;
	}
	.address-right {
		padding-left: 2em;
	}
	.address-row span.glyphicon {
		font-size: 1em;
	}
	.address-row {
		padding: 0 .5em;
	}
	.address-right p {
		letter-spacing: 0px;
		font-size: 6px;
	}
	.address-row.w3-agileits {
		padding: 2em .5em;
	}
	.contact-left input[type="email"] {
		margin: 1em 0;
	}
	.contact-right {
		margin-top: 1em;
	}
	section.footer-w3 p.footer-p1 {
		font-size: 13px;
		line-height: 26px;
	}
	section.footer-w3 ul.tweet-agile li p.tweet-p1 {
		font-size: 14px;
	}
	section.footer-w3 h3 {
		font-size: 21px;
	}
	.agileinfo_footer_grid1 {
		width: 28.45%;
	}
	.w3layouts_copy_right p {
		font-size: .9em;
	}
	.pricing-plans, .gallery, .team-w3, .contact, .testimonials, section.footer-w3 {
		padding: 2em 0;
	}
}
/*--//responsive--*/