
.background-video {
	position: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	height: 100%;
}




/*-- //registration --*/


/*-- bootstrap-pop-up --*/

.modal-header {
	border-bottom: none;
}

.close {
	opacity: 1;
}

.modal-body p {
	color: #6e6e6f;
	text-align: left;
	padding: 2em 1em;
	margin: 0 !important;
	line-height: 2em;
}

.modal-body p i {
	display: block;
	margin: 2em 0 0;
	color: #212121;
}

.modal-body {
	padding: 0;
}

.modal-content {
	border-radius: 0;
}

button.close {
	font-size: 1em;
	color: #016065;
	outline: none;
}

.w3_modal_body_left {
	padding-left: 0;
}

ul.agile_top_section li {
	display: inline-block;
	width: 33%;
	text-align: center;
	list-style: none;
}

a.sign i {
	color: #fff!important;
	border: 1px solid #fff;
	padding: 4px 8px;
	text-align: center;
	width: 30px;
	height: 30px;
	li0: 30px;
	line-height: 21px;
}




/*-- banner --*/

.center-container {
	padding: 2em 0 35em;
	background: rgba(18, 19, 18, 0.33);
}

.center-container.inner_agile {
	padding: 2em 0 27em;
}

.top_header_agile_info_w3ls {
	position: absolute;
	z-index: 99;
	width: 100%;
	border-bottom: 1px solid rgb(221, 221, 221);
	top: -2%;
}


/*-- banner --*/

#home {
	position: relative;
}


/*-- /banner --*/

.agileits-banner-info {
	text-align: center;
	margin: 0em auto 0;
}

.agileits-banner-info h3 {
	font-size: 6em;
	color: #fff;
	font-weight: bold;
	letter-spacing: 8px;
	margin: 0.3em 0;
	text-shadow: 2px 2px 2px rgba(16, 16, 16, 0.8);
}

.agileits-banner-info h4 {
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: rgb(255, 255, 255);
}

.agileits-banner-info p {
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 24px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 3em;
	text-align: center;
}


/*--/banner_info --*/

.banner_wthree_agile_info {
	position: relative;
	text-align: left;
	padding: 18em 0em 0em 0em;
}

.wthree_more {
	padding-left: 1em;
}

.wthree_more.wthree_more2 {
	padding: 0;
}


/*--//banner_info --*/


/* Shutter In Vertical */

.hvr-shutter-in-vertical {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	background: #2098D1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.hvr-shutter-in-vertical:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fcb314;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-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-shutter-in-vertical:hover,
.hvr-shutter-in-vertical:focus,
.hvr-shutter-in-vertical:active {
	color: white;
}

.hvr-shutter-in-vertical:hover:before,
.hvr-shutter-in-vertical:focus:before,
.hvr-shutter-in-vertical:active:before {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}

.more a {
	padding: 10px 20px;
	background: #34bf49;
	color: #FFF;
	font-weight: 400;
	border: none;
	outline: none;
	letter-spacing: 1px;
}

.more a:hover {
	background: #34bf49;
	color: #FFF;
}

span.glyphicon.glyphicon-arrow-right {
	margin-left: 5px;
}


/*-- //banner --*/


/*--slider--*/

#slider2,
#slider3 {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}

.rslides_tabs li:first-child {
	margin-left: 0;
}

.rslides_tabs .rslides_here a {
	background: rgba(255, 255, 255, .1);
	color: #fff;
	font-weight: bold;
}

.events {
	list-style: none;
}

.callbacks_container {
	position: relative;
	float: left;
	width: 100%;
}

.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.callbacks li {
	position: absolute;
	width: 100%;
}

.callbacks img {
	position: relative;
	z-index: 1;
	height: auto;
	border: 0;
}

.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	bottom: -59%;
	left: 40px;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 52px;
	width: 36px;
	display: none;
}

.callbacks_nav.next {
	left: auto;
	left: 141px;
}

.callbacks_nav.prev {
	left: auto;
	left: 100px;
}

#slider3-pager a {
	display: inline-block;
}

#slider3-pager span {
	float: left;
}

#slider3-pager span {
	width: 100px;
	height: 15px;
	background: #fff;
	display: inline-block;
	border-radius: 30em;
	opacity: 0.6;
}

#slider3-pager .rslides_here a {
	background: #FFF;
	border-radius: 30em;
	opacity: 1;
}

#slider3-pager a {
	padding: 0;
}

#slider3-pager li {
	display: inline-block;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	height: auto;
	border: 0;
}

.callbacks_tabs {
	list-style: none;
	position: absolute;
	top: 121%;
	left: 47.2%;
	padding: 0px 7px 9px 2px;
	margin: 0;
	display: block;
	z-index: 9;
	background: rgba(0, 0, 0, 0.56);
	border-radius: 35px;
}

.slider-top span {
	font-weight: 600;
}

.callbacks_tabs li {
	display: inline-block;
	margin: 0px 7px;
	line-height: 9px;
}


/*----*/

.callbacks_tabs a {
	visibility: hidden;
}

.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 10px;
	width: 10px;
	display: inline-block;
	background: #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
}

.callbacks_here a:after {
	background: #34bf49;
}


/*-- banner-bottom --*/

.banner-bottom,
.news,
.login,
.single,
.w3agile_comments,
.services,
.about-bottom,
.mail,
.typo,
.services-bottom,
.special-services,
.about,
.about-counter {
	padding: 5em 0;
}

.view-tenth img {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	width: 100%;
}

.view-tenth .mask {
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.view-tenth img {
	filter: alpha(opacity=1);
	opacity: 1;
}

.view-tenth:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.view {
	float: none;
	overflow: hidden;
	position: relative;
	text-align: center;
	padding: 1em 1em 0 1em;
	background: #f5f5f5;
	min-height: 230px;
}

.view .mask,
.view .content {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

.view img {
	display: block;
	position: relative;
}

.agile_text_box p {
	line-height: 1.8em;
	width: 89%;
	margin: 0 auto;
	font-size: 0.9em;
	color: #777;
}

.agile_text_box h3 {
	font-size: 1.4em;
	color: #34bf49;
	line-height: 1.5em;
	margin: 1em 0 .5em;
	font-weight: 600;
	letter-spacing: 1px;
}

.banner_bottom_right_grid {
	padding-right: 0;
}

.wthree_banner_bottom_right_grids:nth-child(2) {
	margin: 1em 0 0;
}

.banner_bottom_left h3 {
	color: #212121;
	font-size: 3em;
	font-weight: 700;
	text-shadow: 2px 2px 2px rgba(189, 187, 187, 0.8);
	-webkit-text-shadow: 2px 2px 2px rgba(189, 187, 187, 0.8);
	-moz-text-shadow: 2px 2px 2px rgba(189, 187, 187, 0.8);
	-o-text-shadow: 2px 2px 2px rgba(189, 187, 187, 0.8);
	-ms-text-shadow: 2px 2px 2px rgba(189, 187, 187, 0.8);
	letter-spacing: 1px;
}

.banner_bottom_left p i {
	color: #34bf49;
	display: block;
	margin: .5em 0 1em;
	letter-spacing: 6px;
	font-size: 0.9em;
}

.banner_bottom_left {
	text-align: left;
	margin-top: 1em;
}

.banner_bottom_left p {
	line-height: 2em;
	margin-bottom: 3em;
}

.wthree_more1 a,
.wthree_more2 a,
.wthree_more3 a {
	text-align: center;
}

.wthree_more.wthree_more1 {
	padding: 0;
	margin-top: 1em;
}

.wthree_more.wthree_more1 a {
	width: 25%!important;
	margin: 0!important;
}

.banner_bottom_agile_grids {
	margin-top: 4em;
}

.banner_bottom_right_grid i {
	color: #111;
	font-size: 2em;
	margin-top: 1em;
}

.banner_bottom_right .img_agile {
	position: relative;
	border: 7px solid #34bf49;
}

.banner_bottom_right .img_agile img {
	position: relative;
	top: 25px;
	left: 25px;
	display: block;
	width: 100%;
	height: auto;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}


/*-- //banner-bottom --*/





/*-- banner1 --*/

.banner1 {
	background: url(../images/banner1.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	min-height: 400px;
}

.services-breadcrumb {
	padding: 1em 0;
	background: #f5f5f5;
	text-align: center;
}

.services-breadcrumb ul li {
	display: inline-block;
	color: #212121;
	text-transform: uppercase;
}

.services-breadcrumb ul li a {
	color: #fcb314;
	text-decoration: none;
}

.services-breadcrumb ul li a:hover {
	color: #212121;
}

.services-breadcrumb ul li i {
	padding: 0 1.5em;
}


/*-- //banner1 --*/





/*--start-responsive-design--*/

@media (max-width: 1680px) {
	.callbacks_tabs {
		left: 47%;
	}
}

@media (max-width: 1600px) {
	.callbacks_tabs {
		left: 46.5%;
	}
}

@media (max-width: 1366px) {
	.callbacks_tabs {
		list-style: none;
		position: absolute;
		top: 121%;
		left: 44.5%;
		padding: 0px 8px 13px 2px;
	}
	.services {
		padding: 5em 0;
	}
}

@media (max-width: 1280px) {
	.agileits-banner-info h3 {
		font-size: 6em;
		letter-spacing: 8px;
	}
	.callbacks_tabs {
		list-style: none;
		position: absolute;
		top: 121%;
		left: 45.5%;
		padding: 0px 8px 13px 2px;
	}
}

@media (max-width: 1080px) {
	h3.title-w3-agileits {
		font-size: 3em;
	}
	.agile_text_box h3 {
		font-size: 1em;
	}
	.agile_text_box p {
		width: 100%;
	}
	.view img {
		width: 100%;
		min-height: 229px;
	}
	.agile_banner_bottom1_right h3 {
		font-size: 1.5em;
	}
	.agile_banner_bottom1_right {
		padding: 2em 2em 2em 2em;
	}
	.agile_banner_bottom1_right p {
		margin: 1em 0 1.3em;
	}
	.agileits_news_grid_left_gridr h4 a {
		font-size: 1em;
	}
	div#loadMore {
		margin-left: 10.8em;
	}
	.w3_testimonials_grids {
		width: 90%;
	}
	.w3agile_footer_grid:nth-child(3) {
		padding-left: 2em;
	}
	.w3agile_footer_grid:nth-child(2) {
		padding-left: 3em;
	}
	.w3agile_footer_grid h2 a {
		font-size: 1.2em;
	}
	.banner1 {
		min-height: 260px;
	}
	.w3l_services_grid1 h4 a {
		font-size: .96em;
	}
	.w3ls_services_bottom_left,
	.w3ls_services_bottom_left_gridl {
		padding: 0;
	}
	.w3ls_services_bottom_left_gridr1 {
		margin: 0.5em auto 0;
	}
	.agile_single_left {
		padding-left: 0;
	}
	.agileits_recent_posts,
	.agileits_twitter_posts,
	.agileits_tags {
		padding: 1.5em;
	}
	.agileits_recent_posts_gridr h4 a {
		font-size: .8em;
	}
	.agile_single_right_grids_two_grid h4 {
		margin: 0;
	}
	.agile_single_right_grids_two_grid p {
		font-size: 14px;
	}
	.agile_about_grid_right h4 {
		font-size: 1.5em;
	}
	.w3l_about_bottom_grid_left h3 {
		line-height: 1.5em;
	}
	.w3l_about_bottom_grid_left p {
		margin: 1em 0 2em;
	}
	.wthree_contact_left textarea {
		width: 95% !important;
	}
	.wthree_contact_left input[type="submit"],
	.wthree_contact_left input[type="reset"] {
		width: 45.8%;
	}
	.login form,
	.agileits_social {
		width: 55%;
	}
	.agile-news-w3grid-text {
		padding: 3em;
		margin-left: -3em;
		margin-top: 3em;
		width: 45%;
	}
	.news_w3l_agileinfo-mdl .agile-news-w3grid-text {
		margin: 3em 0 0;
		position: absolute;
		width: 53%;
		left: 8%;
	}
	.agileinfo_copy_right_left p {
		line-height: 1.8em;
		font-size: 0.9em;
	}
	.social .tooltip span:after {
		top: 100%;
		left: 39%;
		margin-left: -6px;
	}
	.w3_service_bottom_grid_pos.mid_gd {
		padding: 6em 1em;
	}
	.w3lsstatsaitsstats {
		font-size: 2em;
	}
	.w3lsstatsaits-info p {
		font-size: 1em;
	}
	.agile-w3l-grids {
		padding: 8em 3em;
	}
	.agile-w3l-grids {
		padding: 8em 3em;
	}
	.center-container {
		padding: 2em 0 31em;
	}
	.banner_wthree_agile_info {
		padding: 13em 0em 0em 0em;
	}
	.w3layouts_gallery_grid1_pos h3 {
		font-size: 1.2em;
		margin: 0.5em 0 .5em;
	}
	.center-container.inner_agile {
		padding: 2em 0 27em;
	}
}

@media (max-width:1050px) {
	.agileinfo_copy_right_right {
		float: right;
		width: 25%;
	}
	.footer {
		padding: 3em 0;
	}
	.callbacks_tabs {
		list-style: none;
		position: absolute;
		top: 121%;
		left: 45%;
		padding: 0px 8px 13px 2px;
	}
	.callbacks_tabs li {
		display: inline-block;
		margin: 0px 5px;
		line-height: 11px;
	}
	.callbacks_tabs {
		list-style: none;
		position: absolute;
		top: 121%;
		left: 45%;
		padding: 0px 11px 9px 2px;
	}
	.center-container.inner_agile {
		padding: 2em 0 22em;
	}
	.agileits-banner-info h3 {
		font-size: 5em;
		letter-spacing: 6px;
	}
	.banner_wthree_agile_info {
		padding: 13em 0em 0em 0em;
	}
	.agileits-banner-info {
		margin: 1em auto 0;
	}
}

@media (max-width: 1024px) {
	.agile_banner_bottom1_right h3 {
		font-size: 1.3em;
	}
	.agile_banner_bottom1_right {
		padding: 1.5em 2em 2em 1em;
	}
	.agileits_news_grid_left {
		padding: 0 1em;
	}
	.agileinfo_copy_right_right {
		width: 23%;
	}
	.about-counter {
		min-height: 275px;
	}
	.banner ul li,
	.banner {
		height: 500px!important;
	}
	.banner ul li:nth-child(1),
	.banner ul li:nth-child(2),
	.banner ul li:nth-child(3) {
		min-height: 500px!important;
	}
	.social i {
		position: relative;
		top: 1px;
		font-size: 1em;
		margin-right: 8px;
	}
	.w3agile_grid_right h3 a {
		font-size: .7em;
	}
}

@media (max-width: 991px) {
	.banner_bottom_right {
		margin: 3em 0 0;
	}
	.banner_bottom_right_grid {
		float: left;
		width: 50%;
	}
	.agile_text_box h3 {
		font-size: 1em;
	}
	.view img {
		min-height: auto;
	}
	.agile_banner_bottom1_left img {
		width: auto;
		margin: 0 auto;
	}
	.agile_banner_bottom1_right {
		padding: 3em 6em;
		background: #ff9c47;
	}
	.banner-bottom1 {
		background: #fff;
	}
	.agile_banner_bottom1_right h3 {
		font-size: 1.7em;
	}
	.agileits_news_grid_left:nth-child(2) {
		margin: 2em 0 0;
	}
	div#loadMore {
		margin-left: 15.8em;
	}
	.w3_testimonials_grids {
		width: 100%;
	}
	.navbar-nav>li>a {
		padding: 0 16px;
	}
	.w3agile_footer_grid {
		float: left;
		width: 50%;
	}
	.banner_bottom_right_grid {
		padding-right: 0;
		margin-bottom: 1em;
	}
	.w3agile_footer_grid:nth-child(3) {
		padding-left: 0em;
	}
	.w3agile_footer_grid:nth-child(2) {
		padding-left: 1em;
		margin-top: 1em;
	}
	.w3agile_footer_grid:nth-child(4),
	.w3agile_footer_grid:nth-child(3) {
		border-top: 1px solid #5c5c5c;
		padding-top: 2em;
		padding-left: 1em;
	}
	.w3agile_footer_grid:nth-child(2) {
		border-right: none;
	}
	.agileinfo_copy_right_right {
		width: 28%;
	}
	.agile_single_left {
		padding-left: 1em;
		width: 70%;
		margin: 0 auto;
	}
	.agile_single_right {
		margin: 3em 0 0;
	}
	.agile_single_right_grid:nth-child(2) {
		margin: 2em 0 0;
	}
	.agile_single_right_grids_two_grid h4 {
		margin: 1em 0 0;
	}
	.agile_single_right_grids_two_grid h4:before {
		left: 4%;
	}
	.w3agile_grid_right p {
		width: 100%;
	}
	.agileinfo_write_reply_left:nth-child(2) {
		margin: 1em 0 0;
	}
	.agileinfo_write_reply input[type="submit"] {
		width: 45%;
	}
	.w3l_services_grid {
		float: left;
		width: 50%;
	}
	.w3l_services_grid:nth-child(2) {
		margin-bottom: 2em;
	}
	.w3l_services_grids:nth-child(3) {
		margin: 4em 0 2em;
	}
	.w3ls_services_bottom_left:nth-child(3) {
		margin: 2em 0 0;
	}
	.wthree_special_service_left {
		width: 60%;
		margin: 0 auto;
	}
	.wthree_special_service_left h4 {
		margin: 1em 0 1.5em;
	}
	.wthree_special_service_left:nth-child(2) {
		margin: 3em auto;
	}
	.agile_about_grid_left1 {
		float: left;
		width: 50%;
	}
	.agile_about_grid_right {
		margin: 3em 0 0;
	}
	.about_counter_left {
		float: left;
		width: 25%;
	}
	.about_counter_left p {
		font-size: 2em;
	}
	.about_counter_left h3 {
		font-size: 1.1em;
	}
	.about-counter {
		min-height: 255px;
	}
	.bar_group.group_ident-1 {
		margin: 0;
	}
	.w3l_about_bottom_grid_right {
		margin: 3em 0 0;
	}
	.wthree_contact_left {
		margin: 2em 0 0;
		padding: 0;
	}
	.wthree_contact_left_grid:nth-child(2) {
		margin: 1em 0 0;
	}
	.wthree_contact_left textarea {
		width: 100% !important;
		margin: 1em 0;
	}
	.wthree_contact_left input[type="submit"],
	.wthree_contact_left input[type="reset"] {
		width: 46.3%;
	}
	.w3ls_map {
		margin: 3em 0 2em;
	}
	.wthree_contact_left:nth-child(5) {
		margin: 2em 0 0;
	}
	.wthree_contact_left p {
		margin-bottom: 1em;
	}
	.login form,
	.agileits_social {
		width: 75%;
	}
	.agile_banner_bottom1_right {
		padding: 3em 3em;
	}
	.agileinfo_copy_right_right {
		width: 30%;
	}
	.agile_single_right_grids_two_grid img {
		width: 100%;
	}
	.w3ls_services_bottom_left_gridr {
		float: right;
	}
	.w3ls_services_bottom_left_gridl1 {
		text-align: right !important;
	}
	.w3l_header_right {
		float: right;
		margin-bottom: 1em;
	}
	.w3_agileits_services_bottom_l_grid {
		float: left;
		width: 49%;
	}
	.serve_info_agile.two {
		margin-bottom: 0;
	}
	.serve_info_agile,
	.serve_info_agile.two {
		margin-bottom: 2em;
	}
	.agile-news-w3grid-text {
		padding: 3em;
		margin-top: -5em;
		width: 80%;
		margin-left: 5em;
	}
	.news_w3l_agileinfo-mdl .agile-news-w3grid-text {
		margin: 5em 0 0;
		position: absolute;
		width: 81%;
		left: 8%;
	}
	.agileinfo_copy_right_right {
		width: 100%;
		float: none;
		text-align: center;
	}
	.agileinfo_copy_right_left {
		float: none;
		margin-bottom: 1em;
		text-align: center;
	}
	.w3_service_bottom_grid_pos h3 {
		font-size: 1em;
		line-height: 4em;
	}
	.agile-w3l3-grids.w3_agileits_services_bottom_l_grid.w3l-agileits {
		float: left;
		width: 41%;
	}
	.w3_service_bottom_grid_pos.mid_gd {
		padding: 10em 1em;
	}
	.testimonials {
		min-height: 544px;
		padding-top: 6em;
	}
	.wthree_contact_left_grid {
		padding: 0;
	}
	.wthree_contact_left input[type="submit"],
	.wthree_contact_left input[type="reset"] {
		width: 49.7%;
		margin-left: 0em;
	}
	.agile_about_grid_left {
		padding: 0;
	}
	.agile-w3l-grids {
		padding: 4em 2em;
	}
	.w3agile_footer_grid:nth-child(4) {
		padding-left: 1em;
	}
}

@media (max-width:800px) {
	.agile_about_grid_left {
		padding: 0;
	}
	.callbacks_tabs {
		top: 121%;
		left: 43%;
		padding: 0px 11px 9px 2px;
	}
	.w3lsstatsaits-info p {
		font-size: 1.1em;
	}
}

@media (max-width: 768px) {
	.w3agile_footer_grid:nth-child(3) {
		padding-left: 1em;
	}
	.center-container.inner_agile {
		padding: 2em 0 19em;
	}
	.m_nav_item a {
		padding: 10px 15px;
		font-size: 0.9em;
	}
	.w3l_header_left ul li,
	.w3l_header_left ul li a {
		margin-right: 1em;
	}
	.banner-bottom,
	.w3agile_comments,
	.services,
	.about-bottom,
	.special-services,
	.about,
	.about-counter {
		padding: 4em 0;
	}
	.w3_service_bottom_grid_pos.mid_gd {
		padding: 9em 1em;
	}
	h3.title-w3-agileits,
	h2.title-w3-agileits {
		font-size: 3em;
	}
}

@media (max-width: 767px) {
	ul.dropdown-menu.agile_short_dropdown {
		margin: 0 auto!important;
		text-align: center;
		width: 100%;
		background: #484747;
	}
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border: none;
		position: absolute;
		width: 95.5%;
		z-index: 999;
	}
	.m_nav_item a {
		letter-spacing: 1px;
		padding: 0px;
		font-size: 0.8em;
	}
	.navbar-collapse.in {
		overflow: hidden!important;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle {
		border-color: #fff;
	}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border: none;
	}
	.nav>li>a {
		display: inline-block;
	}
	.navbar-collapse {
		box-shadow: none;
	}
	.m_nav_item {
		display: block;
		margin-right: 0em;
		margin-bottom: 0.3em;
		padding: 0.5em 0;
	}
	.menu__list {
		margin: 0;
		background: #828181;
		text-align: center;
		padding: 1em 0;
		z-index: 9999;
	}
	.menu--iris .menu__item {
		margin: 0 0 0em;
	}
	.navbar-nav .open .dropdown-menu {
		background-color: #1f7f9a;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
	}
	.navbar-nav .open .dropdown-menu>li>a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 10px 15px 10px 25px;
	}
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border: none;
		position: absolute;
		width: 96%;
		background: #484747;
		z-index: 9999;
	}
	.navbar-toggle {
		margin: 8px 8px 0 0;
		border-radius: 0;
		padding: 10px 11px;
		border: 1px solid #fff;
	}
	ul.dropdown-menu.agile_short_dropdown li a {
		padding: 7px 0px;
	}
	.signin-form h3,
	h3.agileinfo_sign {
		font-size: 2em;
	}
	nav.navbar.navbar-default {
		background: none;
		padding: 1.5em 1em 0.5em 1em;
	}
	.w3l_header_left {
		text-align: center;
		margin: 1em 0;
	}
}

@media (max-width: 736px) {
	.w3ls_banner_info {
		margin: 4.5em auto 0;
		width: 90%;
	}
	.banner {
		min-height: 400px;
	}
	.wthree_more1 .button--wayra {
		margin-left: 30em;
	}
	.agile_banner_bottom1_left {
		padding-left: 1em;
	}
	div#loadMore {
		margin-left: 15.3em;
	}
	.w3_testimonials_grid h4 {
		width: 85%;
	}
	.center-container.inner_agile {
		padding: 2em 0 15em;
	}
	.banner1 {
		min-height: 237px;
	}
	.w3_service_bottom_grid_pos h3 {
		font-size: 1em;
		line-height: 4em;
	}
	.w3_service_bottom_grid_pos.mid_gd {
		padding: 8em 1em;
	}
	.agileits-banner-info h3 {
		font-size: 4.5em;
		letter-spacing: 6px;
	}
	.w3agile_footer_grid h3 {
		font-size: 1.2em;
	}
}

@media (max-width: 667px) {
	.w3l_header_left ul li:first-child {
		margin-right: 1em;
	}
	.w3l_header_left ul li {
		padding: 1em 1em 1em 0;
	}
	.w3l_header_left ul {
		padding: 0;
	}
	.w3l_header_right ul {
		padding: 0;
	}
	.w3l_header_right {
		margin: 0 0 1em 12.5em;
		float: left;
	}
	.center-container {
		padding: 2em 0 28em;
	}
	.w3l_header_left ul li {
		border-right: none;
	}
	.w3l_header_left ul {
		border-left: none;
	}
	.wthree_more1 .button--wayra {
		margin-left: 27em;
	}
	.agile_banner_bottom1_right {
		padding: 2em 3em 3em;
	}
	.w3_testimonials_grid h4 {
		width: 95%;
	}
	.agileinfo_copy_right_right {
		width: 37%;
		margin: 0 auto;
		text-align: center;
	}
	.w3_service_bottom_grid_pos {
		padding: 1.3em 1em;
	}
	.center-container.inner_agile {
		padding: 2em 0 11em;
	}
	.agileits-banner-info h3 {
		font-size: 4em;
		letter-spacing: 6px;
	}
	.banner_wthree_agile_info {
		padding: 12em 0em 0em 0em;
	}
	.agileits-banner-info p {
		font-size: 0.85em;
		letter-spacing: 14px;
		margin-bottom: 3em;
	}
	.agileits-banner-info h4 {
		font-size: 0.85em;
		letter-spacing: 15px;
	}
	.callbacks_tabs {
		top: 121%;
		left: 42%;
		padding: 1px 11px 9px 2px;
	}
	.banner-bottom,
	.w3agile_comments,
	.services,
	.about-bottom,
	.special-services,
	.about,
	.about-counter {
		padding: 3em 0;
	}
	.banner_bottom_agile_grids {
		margin-top: 2em;
	}
	.serve_info_agile h4 {
		font-size: 1.2em;
	}
	.w3_service_bottom_grid_pos h3 {
		font-size: 1em;
		line-height: 6em;
	}
	.w3_service_bottom_grid_pos.mid_gd {
		padding: 6em 1em;
	}
	.w3layouts_gallery_grid1_pos h3 {
		font-size: 1em;
		margin: 0.7em 0 .5em;
	}
	.wthree_contact_left input[type="submit"],
	.wthree_contact_left input[type="reset"] {
		width: 48.7%;
		margin-left: 0em;
	}
	h3.title-w3-agileits,
	h2.title-w3-agileits {
		font-size: 2.8em;
	}
}

@media (max-width: 640px) {
	.w3l_header_left {
		float: none;
	}
	.agileits-banner-info h3 {
		font-size: 3.5em;
		letter-spacing: 6px;
	}
	.agile_banner_bottom1_right {
		padding: 2em 2em 3em;
	}
	div#loadMore {
		margin-left: 13em;
	}
	.agileinfo_copy_right_left {
		float: none;
		text-align: center;
		margin-bottom: 1em;
	}
	.agileinfo_copy_right_right {
		width: 100%;
		float: none;
		text-align: center;
	}
	.agileits_recent_posts_gridr {
		width: 60%;
	}
	.w3agile_comments h4,
	.agileinfo_write_reply h3 {
		font-size: 1.5em;
	}
	.special-services h3 {
		width: 55% !important;
	}
	.about_counter_left h3 {
		font-size: 1em;
	}
	.about_counter_left i {
		font-size: 1.7em;
	}
	.about-counter {
		min-height: 210px;
	}
	.w3ls_map iframe {
		min-height: 250px;
	}
	.wthree_contact_left h4 {
		font-size: 1.3em;
	}
	.wthree_contact_left_grid {
		padding: 0;
	}
	.wthree_contact_left textarea {
		width: 100% !important;
		margin: 1em 0;
	}
	.wthree_contact_left input[type="submit"] {
		margin-left: 0;
	}
	.wthree_contact_left input[type="reset"] {
		margin-left: 1em;
	}
	.wthree_contact_left input[type="submit"],
	.wthree_contact_left input[type="reset"] {
		width: 48.3%;
	}
	.footer {
		padding: 2.5em 0;
	}
	.login form {
		margin: 2em auto 0;
	}
	.agileits_social a.face {
		margin-left: 3em;
	}
	.agileits_social h5 {
		padding: 1.5em 0 2em;
	}
	.agile_back_home {
		margin: 3em 0 0;
	}
	.banner_bottom_agile_grids {
		margin-top: 2em;
	}
	.agile_about_grids {
		margin: 2em 0 0;
	}
	.about_counter_left {
		float: left;
		width: 50%;
		margin-bottom: 1.5em;
	}
	p.quia {
		letter-spacing: 3px;
	}
	.agileits-banner-info {
		margin: 4em auto 0;
	}
	.agileits-banner-info p {
		font-size: 0.8em;
		letter-spacing: 11px;
		margin-bottom: 3em;
	}
	h3.title-w3-agileits {
		font-size: 2.5em;
	}
	.w3_service_bottom_grid_pos h3 {
		font-size: 1em;
		line-height: 5em;
	}
	.callbacks_tabs {
		top: 109%;
		left: 38%;
		padding: 1px 11px 9px 2px;
	}
	.w3layouts_gallery_grid1_pos h3 {
		font-size: 1em;
		margin: 0.5em 0 .5em;
	}
}

@media (max-width: 600px) {
	.w3_service_bottom_grid_pos.mid_gd {
		padding: 5em 1em;
	}
	.w3_testimonials_grid h4 {
		width: 100%;
		padding-left: 1.5em;
		font-size: 1.1em;
	}
	.w3_service_bottom_grid_pos h3 {
		font-size: 1em;
	}
	.w3_service_bottom_grid_pos {
		padding: 1em 1em;
	}
	.wthree_contact_left input[type="submit"],
	.wthree_contact_left input[type="reset"] {
		width: 47.3%;
	}
}

@media (max-width: 568px) {
	.banner_bottom_right {
		padding: 0;
	}
	.w3_testimonials_grids {
		margin: 2em auto 0;
	}
	.w3l_header_right {
		margin: 0 0 1em 10.5em;
	}
	.w3l_header_left ul li {
		padding: 1em 0em 1em 0;
	}
	.w3l_header_left ul li {
		font-size: 0.9em;
	}
	.w3_agileits_services_bottom_l_grid {
		float: left;
		width: 100%;
	}
	.agile-w3l3-grids.w3_agileits_services_bottom_l_grid.w3l-agileits {
		float: left;
		width: 50%;
	}
	.banner_bottom_right .img_agile img {
		width: 90%;
	}
	.w3_service_bottom_grid_pos h3 {
		line-height: 16em;
	}
	.w3_service_bottom_grid_pos.mid_gd {
		padding: 0em 1em;
	}
	.banner_wthree_agile_info {
		padding: 6em 0em 0em 0em;
	}
	.callbacks_tabs {
		top: 109%;
		left: 40%;
		padding: 1px 11px 9px 2px;
	}
	.agile_gallery_grid {
		float: left;
		width: 100%;
	}
	.w3layouts_gallery_grid1_pos h3 {
		font-size: 1em;
		margin: 3.5em 0 .5em;
	}
}

@media (max-width: 480px) {
	.banner_bottom_left {
		padding: 0;
	}
	.banner_bottom_right_grid {
		float: none;
		width: 70%;
		margin: 0 auto;
		padding: 0 1em;
		margin-bottom: 1em;
	}
	.banner_bottom_right .img_agile img {
		position: relative;
		top: 22px;
		left: 22px;
	}
	.view img {
		min-height: auto;
	}
	.agileits_news_grids {
		margin: 2em 0 0;
	}
	p.quia {
		font-size: 14px !important;
	}
	.w3agile_footer_grid {
		float: none;
		width: 100%;
	}
	.agile_single_left {
		width: 100%;
	}
	.agileits_twitter_posts {
		margin: 2em 0;
	}
	.w3_comments ul li {
		margin-right: 1em;
		margin-bottom: .5em;
	}
	.agile_single_right h3 {
		margin: 1.5em 0;
		font-size: 1.2em;
	}
	.w3l_services_grid {
		float: none;
		width: 100%;
	}
	.w3_service_bottom_grid_pos.mid_gd {
		padding: 0em 1em;
	}
	.services-bottom h3 {
		font-size: 1.5em;
	}
	.w3ls_services_bottom_left_gridl h4 a {
		font-size: 1em;
	}
	.wthree_special_service_left {
		width: 100%;
	}
	.agileinfo_write_reply_left {
		padding-right: 0em;
	}
	.agileinfo_write_reply input[type="submit"] {
		width: 100%;
		font-size: 14px;
	}
	.agile_about_grid_left,
	.agile_about_grid_right {
		padding: 0;
	}
	.agile_about_grid_left1 {
		float: none;
		width: 100%;
		padding: 0;
	}
	.agile_about_grid_left1:nth-child(2) {
		margin: 1em 0 0;
	}
	.agile_about_grid_left_img {
		padding: 0;
		margin-top: 1em;
	}
	.agile_about_grid_right {
		margin: 2em 0 0;
	}
	.agile_about_grid_right p {
		margin: 1em 0 2em;
	}
	.about_counter_left {
		width: 50%;
	}
	.about_counter_left:nth-child(2) {
		margin-bottom: 2em;
	}
	.w3l_about_bottom_grid_left h3 {
		font-size: 1.3em;
	}
	.w3l_about_bottom_grid_left ol li {
		font-size: 14px;
	}
	.w3l_about_bottom_grid_left p {
		margin: 1em 0 1.5em;
	}
	.bar_group.group_ident-1 {
		width: 100%;
	}
	.w3agile_comments {
		margin: 1em 0;
	}
	.agile_about_grids {
		margin: 2em 0 0;
	}
	.wthree_contact_left input[type="reset"] {
		margin-left: .6em;
	}
	.agileits_social a.face {
		margin-left: 2.7em;
	}
	.agile_back_home {
		margin: 3em 0 1em;
	}
	.w3_service_bottom_grid_pos h3 {
		font-size: 1em;
		line-height: 12em;
	}
	.w3lsstatsaits-grid.w3lsstatsaits-grid-1,
	.w3lsstatsaitsstats.counter,
	.w3lsstatsaits-grid.w3lsstatsaits-grid-3 {
		width: 100%;
		float: none;
		text-align: center;
	}
	h3.title-w3-agileits,
	h2.title-w3-agileits {
		font-size: 2.2em;
	}
	.agileits-banner-info h3 {
		font-size: 3em;
		letter-spacing: 4px;
	}
	.banner_wthree_agile_info {
		padding: 6em 0em 0em 0em;
	}
	.center-container {
		padding: 2em 0 26em;
	}
	.more a {
		padding: 8px 15px;
	}
	.w3l_header_left ul li,
	.w3l_header_left ul li a {
		margin-right: 0.5em;
	}
	.banner_bottom_right .img_agile img {
		width: 90%;
	}
	.agile_gallery_grid {
		float: left;
		width: 100%;
	}
	.w3layouts_gallery_grid1_pos h3 {
		font-size: 1em;
		margin: 3.5em 0 .5em;
	}
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		width: 94%;
	}
	.agileits-banner-info h4 {
		font-size: 0.8em;
		letter-spacing: 10px;
	}
	.banner_bottom_left p i {
		letter-spacing: 4px;
		font-size: 0.85em;
	}
}

@media (max-width: 440px) {
	.w3agile_footer_grid {
		float: none;
		width: 100%;
		padding: 0;
	}
	.w3agile_footer_grid:nth-child(2),
	.w3agile_footer_grid:nth-child(3) {
		padding: 0;
	}
	.w3agile_footer_grid:nth-child(4) {
		padding-left: 0;
	}
	.w3agile_footer_grid:nth-child(3) {
		padding-top: 1em;
	}
	.w3_service_bottom_grid_pos h3 {
		font-size: 1em;
		line-height: 11em;
	}
	.w3_testimonials_grid h4 {
		font-size: 1em;
	}
	.testimonials {
		min-height: 500px;
		padding-top: 4.5em;
	}
	.w3layouts_gallery_grid1_pos h3 {
		font-size: 1em;
		margin: 2.5em 0 .5em;
	}
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		width: 93%;
	}
}

@media (max-width: 414px) {
	.w3agile_footer_grid h3 {
		font-size: 1.5em;
	}
	.w3agile_footer_grid h3:before {
		width: 20%;
	}
	.footer {
		padding: 2em 0;
	}
	.w3agile_footer_grid h2 a {
		font-size: 1.1em;
	}
	.w3agile_footer_grid h2 {
		margin: .5em 0 0;
	}
	ul.w3agile_footer_grid_list li:last-child {
		margin-bottom: 0;
	}
	.agile_single_right,
	.agile_single_right_grid,
	.agile_single_right_grids_two_grid {
		padding: 0;
	}
	.w3agile_comments h4,
	.agileinfo_write_reply h3 {
		font-size: 1.3em;
	}
	.w3agile_grid_left {
		width: 25%;
	}
	.w3agile_grid_right {
		width: 68%;
	}
	.w3agile_grid_right h3 a {
		font-size: .7em;
	}
	.w3ls_services_bottom_left_gridr {
		width: 25%;
	}
	.w3ls_services_bottom_left_gridl {
		width: 74%;
	}
	.special-services h3 {
		width: 75% !important;
	}
	.wthree_contact_left input[type="submit"],
	.wthree_contact_left input[type="reset"] {
		width: 100%;
	}
	.wthree_contact_left input[type="reset"] {
		margin: 1em 0 0;
	}
	.agileits_social a.face,
	.agileits_social a.twitt {
		font-size: 14px;
		width: 47%;
	}
	.agileits_social a.face {
		margin-left: 0.8em;
	}
	.agileits_social a.twitt {
		margin-left: 0.5em;
	}
	.callbacks_tabs {
		top: 115%;
		left: 39%;
		padding: 1px 11px 9px 2px;
	}
	.w3_service_bottom_grid_pos h3 {
		font-size: 1em;
		line-height: 10em;
	}
	.banner_bottom_right_grid {
		float: none;
		width: 100%;
	}
}

@media (max-width: 384px) {
	.w3ls_services_bottom_left_gridl h4 a {
		line-height: 1.5em;
	}
	.services-bottom h3 {
		font-size: 1.4em;
	}
	.wthree_special_service_left h4 {
		font-size: 1.2em;
	}
	.agileits_recent_posts_gridr {
		width: 63%;
	}
	.agileits_tags ul li {
		margin: 0 .1em .5em 0;
	}
	.agile_about_grids {
		margin: 2em 0 0;
	}
	.agile_about_grid_right h4 {
		font-size: 1.3em;
	}
	.w3ls_map {
		margin: 2em 0 2em;
	}
	.w3ls_map iframe {
		min-height: 200px;
	}
	.wthree_contact_left {
		padding: 0;
	}
	.w3layouts_gallery_grid1_pos h3 {
		font-size: 1em;
		margin: 1.5em 0 .5em;
	}
	.banner_bottom_right .img_agile img {
		width: 86%;
	}
	.w3_service_bottom_grid_pos h3 {
		font-size: 1em;
		line-height: 8em;
	}
	h3.title-w3-agileits,
	h2.title-w3-agileits {
		font-size: 2em;
	}
	.callbacks_tabs {
		top: 115%;
		left: 37%;
		padding: 1px 11px 9px 2px;
	}
}

@media (max-width: 375px) {
	.agileits_recent_posts h3,
	.agileits_twitter_posts h3,
	.agileits_tags h3 {
		font-size: 1.2em;
	}
	.agile_single_left {
		padding: 0;
	}
	.agile_single_right h3 {
		font-size: 1em;
	}
	.w3_comments_bottom p {
		margin: 1em 0 0;
	}
	.agile_single_right_grid:nth-child(2),
	.agile_single_right_grids_two {
		margin: 1em 0 0;
	}
	.w3agile_comments h4,
	.agileinfo_write_reply h3 {
		font-size: 1.1em;
	}
	.w3ls_services_bottom_left_gridr1 {
		width: 50px;
		height: 50px;
	}
	.w3ls_services_bottom_left_gridr1 h4 {
		font-size: 1em;
	}
	.special-services h3 {
		width: 85% !important;
	}
	.wthree_special_services {
		margin: 2em 0 0;
	}
	.about_counter_left p {
		font-size: 1.7em;
	}
	.w3l_about_bottom_grid_left {
		padding: 0;
	}
	.w3l_about_bottom_grid_left h3 {
		font-size: 1.2em;
	}
	.button--wayra {
		width: 66%;
	}
	.w3layouts_gallery_grid1_pos h3 {
		font-size: 1em;
		margin: 1.2em 0 .5em;
	}
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		width: 92%;
	}
	.agileits-banner-info h3 {
		font-size: 2em;
		letter-spacing: 4px;
	}
	.center-container {
		padding: 0em 0 24em;
	}
}

@media (max-width: 320px) {
	p.quia {
		font-size: 13px !important;
	}
	.w3agile_footer_grid ul li {
		margin-bottom: 0.5em;
	}
	.banner1 {
		min-height: 115px;
	}
	.services-breadcrumb {
		padding: 0.5em 0;
	}
	.agileits_recent_posts,
	.agileits_twitter_posts,
	.agileits_tags {
		padding: 1em;
	}
	.agileits_recent_posts h3,
	.agileits_twitter_posts h3,
	.agileits_tags h3 {
		font-size: 1.1em;
	}
	.agileits_recent_posts_gridr h4 a {
		font-size: .86em;
	}
	.agile_single_right_grids_two_grid h4 {
		padding: 1em 1em 1em 3em;
	}
	.agile_single_right_grids_two_grid h4:before {
		top: 10%;
	}
	.agileinfo_write_reply textarea {
		min-height: 180px;
	}
	.services-bottom h3 {
		font-size: 1.2em;
	}
	.w3ls_services_bottom_left_gridl h4 a {
		font-size: .9em;
	}
	.w3ls_services_bottom_left_gridr {
		padding-right: 0;
	}
	.wthree_special_service_left h4 {
		font-size: 1.1em;
	}
	.agile_about_grid_right h4 {
		font-size: 1.2em;
	}
	.about_counter_left h3 {
		font-size: 0.95em;
	}
	.w3agile_checkbox1,
	.w3agile_forgot {
		float: none;
	}
	.remember {
		margin: 0.5em 0 1.5em;
	}
	.login input[type="submit"] {
		font-size: 14px;
	}
	.agileits_social:before {
		width: 40%;
		left: 30%;
	}
	.agileits_social h5 {
		padding: 1.5em 0 2em;
		font-size: 14px;
	}
	.agile_back_home a {
		padding: 8px 30px;
	}
	ul.social li {
		display: inline-block;
		margin: 0em;
		text-align: center;
		margin-left: 5px;
	}
	.w3layouts_gallery_grid1_pos h3 {
		font-size: 1em;
		margin: 0em 0em;
	}
	.w3layouts_gallery_grid1_pos h3:after {
		background: #ffcc2f;
		bottom: 0;
		content: '';
		height: 2px;
		left: 30%;
		position: absolute;
		width: 50px;
	}
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		width: 91%;
	}
	h3.title-w3-agileits,
	h2.title-w3-agileits {
		font-size: 1.8em;
	}
	.agileits-banner-info h3 {
		font-size: 2.2em;
		letter-spacing: 4px;
	}
	.callbacks_tabs {
		top: 115%;
		left: 34%;
		padding: 1px 11px 9px 2px;
	}
	.center-container {
		padding: 0em 0 21em;
	}
}