html, body {
	font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	background: #ffffff;
	margin: 0;
}
p, ul li, ol li {
	margin: 0;
	font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', sans-serif;
	margin: 0;
	margin-top: 5px;
}
ul, label {
	margin: 0;
	padding: 0;
}
body a:hover {
	text-decoration: none;
}
input[type="submit"], input[type="reset"], a, .w3ls_team_grid1_pos ul li {
	-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;
}
/*-- banner --*/

.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: 900px;
	padding: 1em 0 0;
}
.banner1 {
	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: 300px;
	padding: 1em 0 0;
}
.w3_agile_logo {
	float: left;
}
.w3_agile_logo h1 a {
	font-size: 1.4em;
	color: #fff;
	position: relative;
	padding-left: 0.8em;
	text-decoration: none;
	font-weight: 300;
}
.w3_agile_logo h1 a span {
	display: block;
	line-height:  .5em;
	font-size: .4em;
	padding-left: 2.2em;
	color: #24f4ff;
}
.w3_agile_logo h1 a:before {
	width: 30px;
	height: 55px;
	border: 5px solid #24f4ff;
	position: absolute;
	top: 20%;
	left: 0%;
	content: '';
}
.agile_banner_info {
	position: relative;
	width: 80%;
	margin: 13em auto 5em;
	text-align: center;
}
.agile_banner_info_pos {
	position: absolute;
	top: 100%;
	left: -31%;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}
.agile_banner_info_pos ul li {
	display: inline-block;
	margin: 0 1em;
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 2px;
}
.agile_banner_info h2 {
	font-size: 1.3em;
	color: #fff;
	line-height: 1.8em;
	font-weight: 300;
}
.agile_banner_info h2 span {
	font-size: 3.5em;
	text-transform: uppercase;
	display: block;
	font-weight: 600;
	margin-bottom: .2em;
}
.agile_banner_info h2 i {
	letter-spacing: 2px;
}
.agile_banner_info p {
	color: #fff;
	line-height: 1.8em;
	width: 75%;
	margin: 2em auto 0;
}
.agileinfo_more {
	text-align: center;
}
.agileinfo_more a {
	padding: 10px 40px;
	border: 2px solid #fff;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
}
/* Radial In */

.hvr-radial-in {
	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;
	overflow: hidden;
	background: #24f4ff;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-radial-in:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #494848;
	border-radius: 100%;
	-webkit-transform: scale(2);
	transform: scale(2);
	-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-radial-in:hover {
	color: #212121;
}
.hvr-radial-in:hover:before {
	-webkit-transform: scale(0);
	transform: scale(0);
}
/*-- menu --*/

.m_nav_ham {
	box-sizing: border-box;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#m_nav_container {
	width: 100%;
	height: 200px;
	background-color: #13b3bb;
	position: fixed;
	display: none;
	top: 0px;
	left: 0;

}
.wthree_bg {
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
	-webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.wthree_bg.container_open {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
#m_nav_bar {
	width: 80%;
	margin: auto;
}
#m_nav_list {
	list-style: none;
	margin: 2.4em 0 0;
}
.m_nav_item {
	display: inline-block;
	margin: 0 2em;
}
.m_nav_item a {
	text-decoration: none;
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	-webkit-transition-duration: 0.5s;
}
.container_open {
	position: fixed !important;
	display: block;
	height: 120px;
}
#m_nav_menu {
	width: 50px;
	height: 40px;
	position: fixed;
	background: rgba(0, 0, 0, 0.4);
	top: 30px;
	right: 15%;
	z-index: 3;
	cursor: pointer;
}
.m_nav_ham {
	width: 35px;
	height: 2px;
	background: #fff;
	margin: 5px auto;
}
.m_nav_ham_1_open {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 15px;
}
.m_nav_ham_2_open {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -8px;
}
.m_nav_ham_3_open {
	opacity: 0;
}
.button_open {
	background: #333;
}
.w3_agileits_ham {
	margin-top: .8em;
}
.w3_agileits_ham.m_nav_ham_1_open {
	margin-top: 20px !important;
}
@media screen and (min-width: 780px) {
	#m_nav_container {
		text-align: center;
		height: 100px !important;
	}
	.open_wrapper {
		top: 130px !important;
	}
}
@media screen and (min-width: 1150px) {
	#m_nav_container {
		text-align: center;
		height: 105px !important;
	}
	#m_nav_menu {
	/*--	top: 4%;--*/
	}
}
/*-- nav-effect --*/

.menu__list {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu__link {
	display: block;
	padding: .5em;
}
/* Sebastian */

.menu--sebastian .menu__link {
	position: relative;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}
.menu--sebastian .menu__link:hover {
	color: #fff;
}
.menu--sebastian .menu__item--current .menu__link {
	color: #fff;
}
.menu--sebastian .menu__link::before, .menu--sebastian .menu__link::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
}
.menu--sebastian .menu__link::before {
	top: 0;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}
.menu--sebastian .menu__link::after {
	bottom: 0;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.menu--sebastian .menu__item--current .menu__link::before, .menu--sebastian .menu__item--current .menu__link::after, .menu__link:hover::before, .menu__link:hover::after {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
/*-- //banner --*/

/*-- bootstrap-pop-up --*/

.modal-header {
	font-size: 2em;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	background: #13b3bb;
	border-bottom: none;
}
.close {
	opacity: 1;
}
.modal-body p {
	color: #999;
	text-align: left;
	padding: 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;
}
.modal-dialog {
	width: 845px;
}
.w3_modal_body_left {
	padding-left: 0;
}
/*-- //bootstrap-pop-up --*/

/*-- banner-bottom --*/

.banner-bottom, .events, .services, .featured-services {
	padding: 5em 0;
}
.agileits_banner_bottom_left h3 {
	font-size: 2em;
	color: #212121;
	text-transform: capitalize;
	font-weight: 300;
	padding-left: 0.8em;
	border-left: 5px solid #13b3bb;
}
.agileits_banner_bottom_left h3 span {
	color: #13b3bb;
	text-transform: uppercase;
	font-weight: 500;
}
.agileits_banner_bottom_left p.w3l_para {
	color: #999;
	line-height: 2em;
	margin: 2em 0 3em;
}
.w3ls_banner_bottom_right {
	position: relative;
}
.w3ls_banner_bottom_right_pos {
	position: absolute;
	top: 35%;
	left: -35%;
	width: 80%;
}
.w3l_social_icon_grid {
	position: relative;
}
.w3l_social_icon_gridl {
	float: left;
	width: 80px;
	height: 80px;
	text-align: center;
	cursor: pointer;
}
.w3l_social_icon_gridl i {
	font-size: 1.5em;
	line-height: 3em;
}
.w3_facebook {
	border: 2px solid #3b5998;
}
.w3_facebook i {
	color: #3b5998;
}
.w3_dribbble {
	border: 2px solid #ea4c89;
}
.w3_dribbble i {
	color: #ea4c89;
}
.w3_instagram {
	border: 2px solid #833ab4;
}
.w3_instagram i {
	color: #833ab4;
}
.w3l_social_icon_gridr {
	float: left;
	margin: 1.4em 0 0 7em;
}
.w3l_social_icon_gridr p {
	font-size: 1.5em;
	color: #212121;
	font-weight: bold;
}
.w3l_social_icon_grid_pos {
	position: absolute;
	top: 25%;
	left: 25%;
}
.w3l_social_icon_grid_pos label {
	font-size: 1.5em;
	color: #212121;
}
.w3ls_social_icon_grid {
	margin: 1em 0;
}
/*-- //banner-bottom --*/

/*-- banner-bottom-icons --*/

.w3_banner_bottom_icons_left, .w3_banner_bottom_icons_right {
	padding: 0;
}
.w3_banner_bottom_icons_right {
	border-bottom: 1px solid #f5f5f5;
}
.w3_banner_bottom_icons1 {
	border-right: 1px solid #f5f5f5;
	border-top: 1px solid #f5f5f5;
	padding: 0.45em;
	text-align: center;
}
.w3_banner_bottom_icons1 i {
	font-size: 2em;
	color: #fff;
	font-family: FontAwesome;
	width: 80px;
	height: 80px;
	border-radius: 50px;
	font-style: normal;
	display: inline-block;
	background: #13b3bb;
	line-height: 2.5em;
}
.fa-table:before {
	content: "\f0ce";
}
.fa-trophy:before {
	content: "\f091";
}
.fa-jpy:before {
	content: "\f157";
}
.fa-user:before {
	content: "\f007";
}
.w3_banner_bottom_icons1 h3 {
	font-size: 1.2em;
	color: #212121;
	text-transform: uppercase;
	margin: 1em 0;
	position: relative;
	padding-bottom: .8em;
}
.w3_banner_bottom_icons1 h3:before {
	content: '';
	background: #13b3bb;
	width: 25%;
	height: 2px;
	position: absolute;
	left: 36.9%;
	bottom: 0%;
}
.w3_banner_bottom_icons1 p {
	color: #999;
	line-height: 2em;
}
.w3_banner_bottom_icons1_effect {
	position: relative;
	overflow: hidden;
	display: inline-block;
	-moz-transition: ease-out 0.3s;
	-o-transition: ease-out 0.3s;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
	padding: 1em;
}
.w3_banner_bottom_icons1_effect::before {
	width: 80px;
	height: 80px;
	background: transparent;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	border-right: 2px solid #b1b1b1;
	border-top: 2px solid #b1b1b1;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
}
.w3_banner_bottom_icons1_effect::after {
	width: 80px;
	height: 80px;
	background: transparent;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	border-left: 2px solid #b1b1b1;
	border-bottom: 2px solid #b1b1b1;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
}
.w3_banner_bottom_icons1:hover .w3_banner_bottom_icons1_effect::before {
	opacity: 1;
	right: 5px;
	top: 5px;
}
.w3_banner_bottom_icons1:hover .w3_banner_bottom_icons1_effect::after {
	opacity: 1;
	left: 5px;
	bottom: 5px;
}
.w3_banner_bottom_icons1:hover {
	background: #f5f5f5;
}
.w3_agile_banner_bottom {
	position: relative;
}
.w3_agile_banner_bottom figure, .w3ls_featured_services_grid figure {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
/* Circle */

.hover15 figure {
	position: relative;
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, .2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hover15 figure:hover::before, .w3ls_team_grid:hover .hover15 figure::before, .banner-bottom-icons:hover .hover15 figure::before, .w3_featured_services_grid:hover .hover15 figure::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
/*-- //banner-bottom-icons --*/

/*-- events-top --*/

.agile_events_top_grid {
	padding: 0;
}
.w3_agileits_evets_text_img {
	position: relative;
}
.agile_events_top_grid_pos {
	position: absolute;
	bottom: -15%;
	left: 39%;
}
.agile_events_top_grid_pos img {
	border: 2px solid #212121;
	border-radius: 50px;
}
.agileits_w3layouts_events_text {
	text-align: center;
	padding: 0.5em 0 0;
}
.agileits_w3layouts_events_text h3 {
	font-size: 1em;
	color: #212121;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.agileits_w3layouts_events_text p {
	color: #999;
}
.view {
	overflow: hidden;
	position: relative;
	text-align: center;
}
.view .mask, .view .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view img {
	display: block;
	position: relative;
}
.view .info {
	display: inline-block;
	text-decoration: none;
	margin-top: 6em;
}
.view-eighth .mask {
	background-color: rgba(0, 0, 0, 0.56);
	top: -160px;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0.5s;
	-moz-transition: all 0.3s ease-out 0.5s;
	-o-transition: all 0.3s ease-out 0.5s;
	-ms-transition: all 0.3s ease-out 0.5s;
	transition: all 0.3s ease-out 0.5s;
}
.view-eighth .info {
	-webkit-transform: translateY(-200px);
	-moz-transform: translateY(-200px);
	-o-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	transform: translateY(-200px);
	-webkit-transition: all 0.2s ease-in-out 0.3s;
	-moz-transition: all 0.2s ease-in-out 0.3s;
	-o-transition: all 0.2s ease-in-out 0.3s;
	-ms-transition: all 0.2s ease-in-out 0.3s;
	transition: all 0.2s ease-in-out 0.3s;
}
.view-eighth:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	top: 0px;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-animation: bounceY 0.9s linear;
	-moz-animation: bounceY 0.9s linear;
	-ms-animation: bounceY 0.9s linear;
	animation: bounceY 0.9s linear;
}
.view-eighth:hover .info {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}
@keyframes bounceY {
	0% {
		transform: translateY(-205px);
	}
	40% {
		transform: translateY(-100px);
	}
	65% {
		transform: translateY(-52px);
	}
	82% {
		transform: translateY(-25px);
	}
	92% {
		transform: translateY(-12px);
	}
	55%, 75%, 87%, 97%, 100% {
		transform: translateY(0px);
	}
}
@-moz-keyframes bounceY {
	0% {
		-moz-transform: translateY(-205px);
	}
	40% {
		-moz-transform: translateY(-100px);
	}
	65% {
		-moz-transform: translateY(-52px);
	}
	82% {
		-moz-transform: translateY(-25px);
	}
	92% {
		-moz-transform: translateY(-12px);
	}
	55%, 75%, 87%, 97%, 100% {
		-moz-transform: translateY(0px);
	}
}
@-webkit-keyframes bounceY {
	0% {
		-webkit-transform: translateY(-205px);
	}
	40% {
		-webkit-transform: translateY(-100px);
	}
	65% {
		-webkit-transform: translateY(-52px);
	}
	82% {
		-webkit-transform: translateY(-25px);
	}
	92% {
		-webkit-transform: translateY(-12px);
	}
	55%, 75%, 87%, 97%, 100% {
		-webkit-transform: translateY(0px);
	}
}
/*-- //events-top --*/

/*--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: 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: 40px;
	height: 40px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	background: none;
	top: -5% !important;
	border-radius: 5px;
	display: none;
}
.nbs-flexisel-nav-left {
	left: 91%;
}
.nbs-flexisel-nav-right {
	right: 1.2%;
	background: none;
}
/*--//flexisel--*/

/*- events --*/

.agileinfo_header {
	font-size: 2em;
	color: #212121;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 600;
	padding: .5em 0;
	position: relative;
}
.agileinfo_header:before, .agileinfo_header:after {
	content: '';
	background: #dadada;
	height: 2px;
	position: absolute;
	width: 10%;
}
.agileinfo_header:before {
	top: 0%;
	left: -3%;
}
.agileinfo_header:after {
	bottom: 0%;
	right: 65%;
}
.agileits_dummy_para {
	color: #999;
	margin: 1em 0 0;
}
.wthree_events_grid_left {
	border-left: 2px solid #dadada;
	position: relative;
	padding-left: 0;
}
.wthree_events_grid_left:before, .wthree_events_grid_left:after {
	content: '';
	background: #dadada;
	height: 20px;
	position: absolute;
	width: 20px;
	border-radius: 50px;
	left: -2%;
}
.wthree_events_grid_left:before {
	top: 0%;
}
.wthree_events_grid_left:after {
	bottom: 0%;
}
.w3ls_event_grids, .w3_services_grids {
	margin: 3em 0 0;
}
.wthree_events_grid_left1_gridl {
	padding-left: 0;
}
.wthree_events_grid_left1_gridl p {
	text-transform: uppercase;
	font-weight: 600;
	padding: 2em 0 1em 0;
	border-bottom: 1px solid #999;
	text-align: center;
	font-size: 13px;
	position: relative;
	color: #212121;
}
.wthree_events_grid_left1_gridl p:before {
	content: '';
	background: #13b3bb;
	width: 5px;
	height: 5px;
	border-radius: 10px;
	position: absolute;
	left: -2%;
	bottom: -5%;
}
.wthree_events_grid_left1_gridr h4 a {
	text-transform: capitalize;
	font-size: 1em;
	color: #212121;
	text-decoration: none;
}
.wthree_events_grid_left1_gridr h4 a:hover {
	color: #13b3bb;
}
.wthree_events_grid_left1_gridr h4 a:focus {
	outline: none;
}
.wthree_events_grid_left1_gridr p {
	margin: 1em 0 0;
	color: #999;
	line-height: 2em;
}
.wthree_events_grid_left1 {
	min-height: 130px;
}
.wthree_events_grid_right {
	position: relative;
	background: url(../images/8.jpg) no-repeat 0px 0px;
	min-height: 400px;
	padding: 3em;
}
.wthree_events_grid_right1 {
	padding: 2em;
	background: rgba(9, 243, 255, 0.45);
	height: 305px;
	text-align: center;
}
.wthree_events_grid_right1 h3 {
	font-size: 3em;
	color: #fff;
	text-transform: capitalize;
	border-bottom: 1px solid;
}
.wthree_events_grid_right1 h3 span {
	font-size: .5em;
}
.wthree_events_grid_right1 h2 {
	text-transform: uppercase;
	font-size: 4em;
	color: #fff;
	letter-spacing: 30px;
	margin-top: .5em;
}
.wthree_events_grid_right1 h2 span {
	display: block;
}
/*- //events --*/

/*-- footer --*/

.footer {
	background: #1C1C1C;
	padding: 3em 0;
}
.footer-logo h2 a {
	font-size: 1.5em;
	color: #fff;
	position: relative;
	padding-left: 0.8em;
	text-decoration: none;
	font-weight: 300;
}
.footer-logo h2 a:before {
	width: 30px;
	height: 50px;
	border: 5px solid #24f4ff;
	position: absolute;
	top: 20%;
	left: 0%;
	content: '';
}
.footer-logo h2 a span {
	display: block;
	line-height: 0;
	font-size: .3em;
	padding-left: 2.7em;
	color: #24f4ff;
}
.agileinfo_footer_grid h4 {
	font-size: 1em;
	color: #fff;
	margin: 0.8em 0 0;
	line-height: 2em;
	font-weight: 300;
}
.agileinfo_footer_grid h4 span {
	display: block;
	font-size: 2.5em;
}
.agileinfo_footer_grid p {
	margin: 1em 0;
	color: #fff;
	line-height: 2em;
}
.agileinfo_footer_grid p span {
	display: block;
}
.agileinfo_footer_grid ul.w3layouts_footer_nav {
	padding: 1em 0 0;
}
.agileinfo_footer_grid ul.w3layouts_footer_nav li {
	list-style-type: none;
	margin: 0 0 1em;
}
.w3layouts_footer_nav li i {
	padding-right: 1em;
	color: #fff;
}
.agileinfo_footer_grid ul.w3layouts_footer_nav li a {
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
.agileinfo_footer_grid ul.w3layouts_footer_nav li a:hover {
	color: #24f4ff;
}
.footer-copy {
	background: #3D3D3D;
	padding: 1.5em 0;
	text-align: center;
}
.footer-copy p {
	line-height: 1.8em;
	color: #fff;
	margin: 0;
}
.footer-copy p a {
	color: #24f4ff;
}
.footer-copy p a:hover {
	color: #fff;
}
.agileinfo_footer_grid_left {
	float: left;
	width: 50%;
}
.agileinfo_footer_grid1 {
	padding-left: 0;
}
/*-- social-icons --*/

ul.social-icons li {
	display: inline-block;
}
.icon {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	margin: 0;
	width: 30px;
	height: 30px;
	font-family: FontAwesome;
	font-size: 1em;
	color: #fff;
	text-align: center;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
}
.icon-border {
	position: relative;
}
.icon-border::before, .icon-border::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
	line-height: 2.2em;
}
.icon-border::before {
	z-index: 1;
	-webkit-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
}
.icon-border::after {
	z-index: 2;
}
/* facebook */

.icon-border.facebook::before {
	box-shadow: inset 0 0 0 48px #212121;
}
.icon-border.facebook:hover::before {
	box-shadow: inset 0 0 0 2px #3b5998;
}
.icon-border.facebook::after {
	content: "\f09a";
}
.icon-border.facebook:hover::after {
	color: #3b5998;
}
/* twitter */

.icon-border.twitter::before {
	box-shadow: inset 0 0 0 48px #212121;
}
.icon-border.twitter:hover::before {
	box-shadow: inset 0 0 0 2px #1da1f2;
}
.icon-border.twitter::after {
	content: "\f099";
}
.icon-border.twitter:hover::after {
	color: #1da1f2;
}
/* instagram */

.icon-border.instagram::before {
	box-shadow: inset 0 0 0 48px #212121;
}
.icon-border.instagram:hover::before {
	box-shadow: inset 0 0 0 2px #833ab4;
}
.icon-border.instagram::after {
	content: "\f16d";
}
.icon-border.instagram:hover::after {
	color: #833ab4;
}
/* pinterest */

.icon-border.pinterest::before {
	box-shadow: inset 0 0 0 48px #212121;
}
.icon-border.pinterest:hover::before {
	box-shadow: inset 0 0 0 2px #bd081c;
}
.icon-border.pinterest::after {
	content: "\f231";
}
.icon-border.pinterest:hover::after {
	color: #bd081c;
}
/*-- //social-icons --*/

.w3layouts_newsletter {
	padding: 3em 0;
	background: #13b3bb;
}
.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 #212121;
	padding: 10px 0;
	background: #212121;
	color: #fff;
	font-size: 14px;
	width: 25%;
	text-transform: uppercase;
}
.w3layouts_newsletter_right input[type="submit"]:hover {
	background: #fff;
	border: 1px solid #fff;
	color: #212121;
}
/*-- //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 --*/

/*-- services --*/

.w3layouts_services_grid {
	position: relative;
}
.w3layouts_services_grid h4 {
	font-size: 7em;
	color: #dadada;
	padding-left: 0.5em;
}
.w3layouts_services_grid_pos {
	position: absolute;
	bottom: 0;
	left: 5%;
}
.w3layouts_services_grid_pos i {
	font-size: 1.5em;
	width: 50px;
	height: 50px;
	border: 1px solid #212121;
	border-radius: 30px;
	text-align: center;
	line-height: 2em;
}
.w3_services_grid h3 {
	font-size: 1.1em;
	color: #212121;
	text-transform: uppercase;
	margin: 2em 0 1em;
}
.w3_services_grid p {
	color: #999;
	line-height: 2em;
}
/*-- //services --*/

/*-- services-bottom --*/

.services-bottom {
	background: url(../images/9.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: 417px;
	position: relative;
	margin: 5em 0 0;
}
.services_bottom_grid_left1 {
	position: absolute;
	top: -20%;
	left: 20%;
}
.services_bottom_grid_right h3 {
	font-size: 2em;
	color: #fff;
	padding-left: 1em;
	border-left: 10px solid #13b3bb;
}
.services_bottom_grid_right {
	margin: 3em 0;
}
.services_bottom_grid_right p {
	color: #fff;
	margin: 1em 0 3em;
	line-height: 1.8em;
}
/*-- bars --*/

body .bar_group__bar.thin::before, body .bar_group__bar.thick::before {
	display: block;
	content: '';
	position: absolute;
	z-index: -1;
}
body .bar_group__bar.thin::before {
	width: 100%;
	height: 10px;
	background: #fff;
}
body .bar_group__bar.thin {
	width: 0%;
	height: 10px;
	background: #13b3bb;
	margin-bottom: 20px;
	-webkit-transition: width 1s;
	transition: width 1s;
}
.bar_group {
	position: relative;
	z-index: 1;
}
body .bar_group__bar.thin:last-child {
	margin-bottom: 0;
}
p.b_label {
	font-size: .9em;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: .8em;
}
/*-- //bars --*/

/*-- //services-bottom --*/

/*-- featured-services --*/

.w3_featured_services_grid h4 {
	margin: 2em 0 1em;
	color: #212121;
	font-size: 1.1em;
	text-transform: uppercase;
}
.w3_featured_services_grid p {
	color: #999;
	line-height: 2em;
	margin-bottom: 2em;
}
.w3l_service_more a {
	font-size: 14px;
	color: #13b3bb;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
}
.w3l_service_more a:hover {
	color: #212121;
}
/*-- //featured-services --*/

/*-- icons --*/

.grid_3.grid_4.w3_agileits_icons_page {
	margin: 0;
}
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: #13b3bb !important;
	margin: 30px 0 15px;
	font-weight: 400;
}
h3.agileits-icons-title {
	text-align: center;
	font-size: 35px;
	color: #000;
	font-weight: 300;
}
.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;
}
@media (max-width:1080px) {
	.icon-box {
		width: 33.33%;
	}
}
@media (max-width:991px) {
	h3.agileits-icons-title {
		font-size: 28px;
	}
	h3.icon-subheading {
		font-size: 22px;
	}
	.icon-box {
		width: 50%;
	}
}
@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;
	}
	.grid_3.grid_4.w3_agileits_icons_page {
		margin-top: 0;
	}
}
@media (max-width: 480px) {
	.bs-glyphicons li {
		width: 31%;
	}
	h3.agileits-icons-title {
		font-size: 25px;
	}
	h3.icon-subheading {
		font-size: 19px;
	}
}
@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: 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: #13b3bb;
	font-weight: 400;
}
.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:800px) {
	.grid_3.grid_5.w3ls, .grid_3.grid_5.w3l, .grid_3.grid_5.agileits, .grid_3.grid_5.agileinfo, .grid_3.grid_5.wthree {
		margin: 0;
	}
}
@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 --*/

/*-- about --*/

.w3_about_grid {
	padding: 0 1em;
	margin-bottom: 2em;
}
.w3layouts_about_grid_left {
	padding: 0;
}
.w3layouts_about_grid_right h3 {
	font-size: 1.5em;
	color: #212121;
	text-transform: uppercase;
	line-height: 1.5em;
	letter-spacing: 3px;
}
.w3layouts_about_grid_right p.w3_turpis_para {
	margin: 1em 0 3em;
	line-height: 2em;
	color: #999;
}
.w3layouts_about_grid_right_grid1l_1 {
	width: 65px;
	height: 65px;
	border-radius: 50px;
	background: #f5f5f5;
	text-align: center;
	border: 2px solid #13b3bb;
}
.w3layouts_about_grid_right_grid1l_1 i {
	font-size: 1.3em;
	color: #13b3bb;
	line-height: 3.2em;
}
.w3layouts_about_grid_right_grid1r h4 {
	font-size: 1.2em;
	color: #212121;
	margin-bottom: .5em;
	text-transform: capitalize;
	font-weight: 400;
}
.w3layouts_about_grid_right_grid1r p {
	color: #999;
	line-height: 2em;
}
.w3layouts_about_grid_right_grid:nth-child(2) {
	margin: 2em 0;
}
/*-- //about --*/

/*-- about-bottom --*/

.w3l_about_bottom_left {
	padding: 0;
	position: relative;
}
.w3l_about_bottom_left img {
	width: 100%;
}
.play-icon {
	position: absolute;
	top: 51%;
	left: 46%;
}
.play-icon span {
	font-size: 3em;
	color: #24f4ff;
}
.play-icon:focus {
	outline: none;
}
.w3l_about_bottom_left_video {
	position: absolute;
	top: 37%;
	left: 36%;
}
.w3l_about_bottom_left_video h4 {
	text-transform: uppercase;
	font-size: 1.5em;
	color: #fff;
}
.w3l_about_bottom_right {
	padding: 3em 5em;
	background: #f5f5f5;
	min-height: 495px;
}
.agileinfo_header1 {
	font-size: 1.6em;
	color: #212121;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 600;
	padding: .5em 0;
	position: relative;
}
.agileinfo_header1:before, .agileinfo_header1:after {
	content: '';
	background: #dadada;
	height: 2px;
	position: absolute;
	width: 15%;
}
.agileinfo_header1:before {
	top: 0%;
	left: -5%;
}
.agileinfo_header1:after {
	bottom: 0%;
	right: 52%;
}
.w3l_about_bottom_right p {
	margin: 1em 0 3em;
	color: #999;
	line-height: 2em;
}
/*-- //about-bottom --*/

/*-- faq --*/

.pa_italic i {
	left: -1em;
	font-size: 11px;
}
.pa_italic span {
	display: none;
}
.collapsed span {
	display: inline-block;
	left: -1em;
	font-size: 11px;
}
.collapsed i {
	display: none;
}
.panel-heading {
	padding: 10px 30px;
}
.panel-title>a {
	font-size: 1em;
	color: #212121;
	text-transform: capitalize;
	text-decoration: none;
}
.panel-default {
	border-color: #FFF;
	background: #f5f5f5;
}
.panel-default>.panel-heading {
	border-color: #FFF;
	color: #212121;
	background-color: #fff;
}
.panel-body {
	padding: 2em;
	font-size: 14px;
	line-height: 2em;
	color: #999;
	background: #e7e7e7;
}
a.pa_italic label {
	cursor: pointer;
	font-weight: 500;
}
a.pa_italic:focus {
	outline: none;
	text-decoration: none;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: transparent;
}
/*-- //faq --*/

/*-- team --*/

.w3ls_team_grid1 {
	position: relative;
}
.w3ls_team_grid1_pos {
	position: absolute;
	right: 0%;
	bottom: -5%;
	background: none;
}
.w3ls_team_grid1_pos ul li:nth-child(2), .w3ls_team_grid1_pos ul li:nth-child(3) {
	opacity: 0;
}
.w3ls_team_grid:hover .w3ls_team_grid1_pos ul li:nth-child(2), .w3ls_team_grid:hover .w3ls_team_grid1_pos ul li:nth-child(3) {
	opacity: 1;
}
.w3ls_team_grid {
	text-align: center;
	position: relative;
	overflow: hidden;
}
.w3ls_team_grid h4 {
	margin: 2em 0 0.3em;
	color: #212121;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1.1em;
}
.w3ls_team_grid p {
	color: #13b3bb;
}
/*-- //team --*/

/*-- contact --*/

.w3_agileits_mail_left {
	background: #e1e1e1;
}
.w3_agileits_mail_left h4 {
	padding: 1em;
	color: #fff;
	background: #13b3bb;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1.1em;
}
.w3_agileits_mail_left {
	text-align: center;
}
.w3_agileits_mail_left h4 i {
	padding-right: 1em;
	color: #fff;
}
.w3_agileits_mail_left p.wthree_address {
	padding: 1em;
	color: #212121;
	line-height: 1.8em;
}
.w3_agileits_mail_left1 {
	padding: 1em;
}
.w3_agileits_mail_left1 a {
	font-size: 14px;
	color: #212121;
	text-decoration: none;
	display: block;
}
.w3_agileits_mail_left1 a:hover {
	color: #13b3bb;
}
p.agileinfo_para {
	color: #212121;
}
.agileits_map iframe {
	width: 100%;
	min-height: 400px;
}
.agileinfo_mail_grids {
	margin: 2em 0 0;
}
/*-- effect --*/

.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1em 1.7em 1em 0;
	max-width: 350px;
	width: calc(100% - 0em);
	vertical-align: top;
}
.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	font-weight: 400;
	-webkit-appearance: none;
	/* for box shadows to show on iOS */
}
.input__field:focus {
	outline: none;
}
.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #696969;
	font-weight: bold;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}
/* Chisato */

.input--chisato {
	padding-top: 1em;
}
.input__field--chisato {
	width: 100%;
	padding: .9em 0.5em;
	background: transparent;
	border: 2px solid #b5b5b5;
	color: #212121;
	-webkit-transition: border-color 0.25s;
	transition: border-color 0.25s;
}
.input__label--chisato {
	width: 100%;
	position: absolute;
	top: 0;
	text-align: left;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	-webkit-transform: translate3d(0, 3em, 0);
	transform: translate3d(0, 3em, 0);
}
.input__label-content--chisato {
	padding: 0 1em;
	font-weight: 400;
	color: #b5b5b5;
}
.input__label-content--chisato::after {
	content: attr(data-content);
	position: absolute;
	top: -200%;
	left: 0;
	color: #f79087;
	font-weight: 800;
}
.input__field--chisato:focus, .input--filled .input__field--chisato {
	border-color: #f79087;
}
.input__field--chisato:focus+.input__label--chisato, .input--filled .input__label--chisato {
	-webkit-animation: anim-chisato-1 0.25s forwards;
	animation: anim-chisato-1 0.25s forwards;
}
.input__field--chisato:focus+.input__label--chisato .input__label-content--chisato, .input--filled .input__label-content--chisato {
	-webkit-animation: anim-chisato-2 0.25s forwards ease-in;
	animation: anim-chisato-2 0.25s forwards ease-in;
}
@-webkit-keyframes anim-chisato-1 {
	0%, 70% {
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	71%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes anim-chisato-2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	70%, 71% {
		-webkit-transform: translate3d(0, 125%, 0);
		transform: translate3d(0, 125%, 0);
		opacity: 0;
		-webkit-animation-timing-function: ease-out;
	}
	100% {
		color: transparent;
		-webkit-transform: translate3d(0, 200%, 0);
		transform: translate3d(0, 200%, 0);
	}
}
@keyframes anim-chisato-1 {
	0%, 70% {
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	71%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes anim-chisato-2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	70%, 71% {
		-webkit-transform: translate3d(0, 125%, 0);
		transform: translate3d(0, 125%, 0);
		opacity: 0;
		-webkit-animation-timing-function: ease-out;
	}
	100% {
		color: transparent;
		-webkit-transform: translate3d(0, 200%, 0);
		transform: translate3d(0, 200%, 0);
	}
}
/*-- //effect --*/

.agileinfo_mail_grids textarea {
	outline: none;
	background: none;
	border: 2px solid #b5b5b5;
	font-size: 12px;
	color: #212121;
	width: 97.5%;
	padding: .9em 0.5em;
	margin: 2em 0;
	min-height: 200px;
}
.agileinfo_mail_grids textarea:focus {
	border-color: #f79087;
}
.agileinfo_mail_grids input[type="submit"] {
	outline: none;
	background: #13b3bb;
	border: none;
	font-size: 14px;
	color: #fff;
	width: 30%;
	padding: 1em 0;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
}
.agileinfo_mail_grids input[type="submit"]:hover {
	background: #212121;
}
/*-- //contact --*/

/*-- start-responsive-design --*/

@media (max-width:1680px) {
	.w3_banner_bottom_icons1 {
		padding: 0.88em;
	}
	.w3l_about_bottom_right {
		min-height: 520px;
	}
}
@media (max-width:1600px) {
	.w3_banner_bottom_icons1 {
		padding: 0.45em;
	}
	.w3l_about_bottom_right {
		min-height: 495px;
	}
}
@media (max-width:1440px) {
	.w3_banner_bottom_icons1 i {
		font-size: 1.4em;
		width: 55px;
		height: 55px;
	}
	.w3_banner_bottom_icons1 {
		padding: 0.414em;
	}
	.w3l_about_bottom_right {
		min-height: 445px;
		padding: 2em 3em 0;
	}
}
@media (max-width:1366px) {
	.w3_banner_bottom_icons1 h3 {
		font-size: 1.023em;
	}
	#m_nav_list {
		margin: 2.2em 0 0;
	}
	.banner {
		min-height: 800px;
	}
	.agile_banner_info {
		margin: 10em auto 5em;
	}
	.view .info {
		margin-top: 6em;
	}
	.panel-group {
		margin-bottom: 10px;
	}
	.w3l_about_bottom_right {
		min-height: 421px;
		padding: 2em 2em 0;
	}
	.w3l_about_bottom_right p {
		margin: 1em 0 2em;
	}
	.agileinfo_header1:before {
		left: -2%;
	}
}
@media (max-width:1280px) {
	#m_nav_menu {
		right: 5%;
	}
	.w3_agile_logo h1 a {
		font-size: 1.3em;
	}
	.w3_agile_logo h1 a:before {
		width: 27px;
		height: 47px;
	}
	.agile_banner_info_pos {
		top: 40%;
	}
	.w3_banner_bottom_icons1_effect {
		padding: 0.536em;
	}
	.services_bottom_grid_left1 {
		left: 15%;
	}
	.w3l_about_bottom_left img {
		min-height: 450px;
	}
	.w3l_about_bottom_right {
		min-height: 450px;
	}
	.w3l_about_bottom_left_video {
		left: 33%;
	}
}
@media (max-width: 1080px) {
	.agile_banner_info {
		margin: 8em auto 4em;
		width: 90%;
	}
	.agile_banner_info h2 span {
		font-size: 3.2em;
	}
	.agile_banner_info p {
		width: 90%;
	}
	.agile_banner_info_pos {
		left: -24%;
	}
	.banner {
		min-height: 800px;
	}
	.w3ls_banner_bottom_right_pos {
		top: 60%;
	}
	.w3_agile_banner_bottom img {
		min-height: 475px;
	}
	.view .info {
		margin-top: 4em;
	}
	.agile_events_top_grid_pos {
		left: 34%;
	}
	.w3layouts_newsletter_right input[type="email"] {
		width: 74%;
	}
	.w3layouts_newsletter_left h3 {
		font-size: 1.8em;
	}
	.footer-logo h2 a {
		font-size: 1.3em;
	}
	.footer-logo h2 a:before {
		width: 27px;
		height: 40px;
	}
	.banner1 {
		min-height: 200px;
	}
	.services-bottom {
		min-height: 385px;
	}
	.services_bottom_grid_left1 {
		top: -28%;
	}
	.input--chisato:nth-child(3) {
		margin-right: 0;
	}
	.input {
		max-width: 292px;
	}
	.agileinfo_mail_grids textarea {
		width: 99.6%;
	}
	.w3layouts_about_grid_right h3 {
		font-size: 1.3em;
		letter-spacing: 2px;
	}
	.w3layouts_about_grid_right p.w3_turpis_para {
		margin: 1em 0 2em;
	}
	.w3l_about_bottom_left_video {
		left: 30%;
	}
	.agileinfo_header:after {
		right: 63%;
	}
	.w3layouts_services_grid h4 {
		font-size: 6em;
	}
	.w3layouts_services_grid_pos {
		left: 2%;
	}
	.agileinfo_header {
		letter-spacing: 2px;
	}
	.w3_featured_services_grid h4 {
		font-size: 1em;
	}
	.w3layouts_about_grid_right {
		padding-right: 0;
	}
	.agileinfo_header1:after {
		right: 34%;
	}
}
@media (max-width: 1024px) {
	.w3ls_banner_bottom_right_pos {
		top: 56%;
	}
	.banner-bottom, .events, .services, .featured-services {
		padding: 4em 0;
	}
	.agileits_banner_bottom_left p.w3l_para {
		margin: 2em 0;
	}
	.w3l_social_icon_grid_pos {
		left: 31%;
	}
	.agile_events_top_grid_pos img {
		width: 80%;
		margin: 0 auto;
	}
	.agileinfo_header {
		font-size: 1.8em;
	}
	.wthree_events_grid_right {
		min-height: 365px;
		padding: 2em;
	}
	.w3layouts_about_grid_right_grid1l {
		width: 20%;
		padding-left: 0;
	}
	.w3layouts_about_grid_right_grid1r {
		width: 80%;
	}
	.agileinfo_header1:before {
		left: -5%;
	}
	.w3ls_team_grid h4 {
		font-size: 1em;
	}
}
@media (max-width: 991px) {
	.agile_banner_info h2 span {
		font-size: 3em;
	}
	.agile_banner_info {
		margin: 6em auto 3em;
		width: 100%;
	}
	.agile_banner_info_pos {
		left: -26%;
		top: 55%;
	}
	.banner {
		min-height: 800px;
	}
	#m_nav_list {
		margin: 2.1em 0 0;
	}
	.agileits_banner_bottom_left h3 {
		font-size: 1.8em;
	}
	.w3l_social_icon_gridr {
		margin: 1.4em 0 0 15em;
	}
	.agileits_banner_bottom_right {
		margin: 2em 0 0;
	}
	.agileits_banner_bottom_right img {
		margin: 0 auto;
	}
	.w3ls_banner_bottom_right_pos {
		top: 30%;
		left: -10%;
	}
	.banner-bottom-icons {
		padding: 2em 0 0;
	}
	.w3_agile_banner_bottom img {
		min-height: auto;
	}
	.w3_banner_bottom_icons1_effect {
		padding: 1em;
	}
	.w3_banner_bottom_icons1 {
		padding: 2em;
	}
	.agile_events_top_grid_pos {
		left: 32%;
	}
	.w3_banner_bottom_icons1 h3 {
		font-size: 1.1em;
	}
	.agileinfo_header:before, .agileinfo_header:after {
		width: 18%;
	}
	.agileinfo_header:after {
		right: 50%;
	}
	.agileinfo_header:before {
		left: -5%;
	}
	.wthree_events_grid_left1_gridr h4 a {
		font-size: 1.1em;
	}
	.w3_modal_body_left img {
		margin: 0 auto;
	}
	.wthree_events_grid_right {
		width: 85%;
		margin: 0 auto;
	}
	.w3layouts_newsletter_left {
		float: none;
		text-align: center;
		margin-bottom: 1em;
	}
	.w3layouts_newsletter_right {
		float: none;
		width: 75%;
		margin: 0 auto;
	}
	.wthree_events_grid_left:before, .wthree_events_grid_left:after {
		left: -1.5%;
	}
	.agileinfo_footer_grid {
		float: left;
		width: 50%;
	}
	.agileinfo_footer_grid:nth-child(2) {
		margin-bottom: 2em;
	}
	.w3_services_grid {
		float: left;
		width: 33.33%;
	}
	.w3layouts_services_grid h4 {
		font-size: 5.7em;
	}
	.w3_services_grid h3 {
		line-height: 1.5em;
	}
	.services_bottom_grid_right {
		margin: 2em 0 0;
		width: 65%;
		float: right;
	}
	.services-bottom {
		min-height: 360px;
		margin: 4em 0 0;
	}
	.services_bottom_grid_left1 {
		top: -20.5%;
		width: 25%;
		left: 12%;
	}
	.w3_featured_services_grid {
		float: left;
		width: 33.33%;
	}
	.w3_featured_services_grid h4 {
		line-height: 1.5em;
	}
	.w3layouts_about_grid_left1 {
		float: left;
		width: 50%;
	}
	.w3_about_grid img {
		margin: 0 auto;
	}
	.w3layouts_about_grid_right {
		margin: 2em 0 0;
	}
	.w3l_about_bottom_left img {
		min-height: auto;
	}
	.w3l_about_bottom_left_video {
		left: 37%;
	}
	.agileinfo_header1:after {
		right: 65%;
	}
	.agileinfo_header1:before {
		left: -3%;
	}
	.w3l_about_bottom_right {
		min-height: auto;
		padding: 3em;
	}
	.w3ls_team_grid {
		float: left;
		width: 50%;
	}
	.w3ls_team_grid:nth-child(2) {
		margin-bottom: 2em;
	}
	.w3ls_team_grid img {
		margin: 0 auto;
	}
	.agileits_w3layouts_mail_left {
		float: left;
		width: 33.33%;
	}
	.input {
		max-width: 219px;
	}
}
@media (max-width: 800px) {
	.agile_banner_info_pos {
		left: -23%;
	}
	.m_nav_item {
		margin: 0 1em;
	}
	.w3ls_banner_bottom_right_pos {
		left: 0%;
	}
	.view .info {
		margin-top: 2.5em;
	}
	.agile_events_top_grid_pos img {
		width: 70%;
	}
	.agile_events_top_grid_pos {
		left: 28%;
	}
	.agileinfo_header:before {
		left: -2%;
	}
	.modal-dialog {
		width: 700px;
	}
	.services_bottom_grid_left1 {
		width: 31%;
		left: 5%;
	}
	.play-icon {
		left: 48%;
	}
	.agileinfo_header1:after {
		right: 55%;
	}
	.agileits_map iframe {
		min-height: 300px;
	}
}
@media (max-width: 768px) {
	#m_nav_container {
		height: 100px;
	}
	.banner-bottom, .events, .services, .featured-services {
		padding: 3em 0;
	}
	.w3_agile_logo h1 a {
		font-size: 1.1em;
	}
	.w3_agile_logo h1 a:before {
		width: 22px;
		height: 40px;
		border: 3px solid #24f4ff;
	}
	.view .info {
		margin-top: 7.5em;
	}
	.agile_events_top_grid_pos img {
		width: 80%;
	}
	.agile_events_top_grid_pos {
		left: 38%;
		bottom: -13%;
	}
	.agileinfo_header:before {
		left: -1%;
	}
	.services-bottom {
		min-height: 365px;
	}
	.services_bottom_grid_left1 {
		width: 33%;
		left: 4%;
		top: -21%;
	}
}
@media (max-width: 736px) {
	.agile_banner_info {
		margin: 4em auto 3em;
	}
	.agile_banner_info h2 {
		font-size: 1.1em;
	}
	.agile_banner_info p {
		width: 80%;
	}
	.agile_banner_info_pos {
		top: 80%;
		left: -20%;
	}
	.agile_banner_info_pos ul li {
		margin: 0 0.5em;
	}
	.banner {
		min-height: 800px;
	}
	.banner-bottom-icons {
		padding: 1em 0 0;
	}
	.w3ls_banner_bottom_right_pos {
		left: -2%;
	}
	.w3_banner_bottom_icons1 {
		padding: 1em;
	}
	.agileinfo_header {
		font-size: 1.7em;
	}
	.wthree_events_grid_left1 {
		min-height: 110px;
	}
}
@media (max-width: 667px) {
	.agile_banner_info_pos ul li {
		margin: 0 0.5em;
		font-size: 13px;
	}
	.agile_banner_info_pos {
		top: 70%;
		left: -22%;
	}
	.agile_banner_info p {
		margin: 1em auto 0;
	}
	.banner {
		min-height: 800px;
	}
	#m_nav_menu {
		right: 2%;
	}
	.w3ls_banner_bottom_right_pos {
		top: 35%;
	}
	.view .info {
		margin-top: 6.5em;
	}
	.modal-dialog {
		width: auto;
	}
	.w3layouts_newsletter_right {
		width: 90%;
	}
}
@media (max-width: 640px) {
	.agile_banner_info h2 {
		font-size: 1em;
	}
	.agile_banner_info_pos {
		top: 100%;
	}
	.m_nav_item {
		font-size: 13px;
	}
	#m_nav_list {
		margin: 2.18em 0 0;
	}
	.agileinfo_more a {
		border: 1px solid #fff;
		font-size: 13px;
	}
	.agile_events_top_grid_pos {
		left: 37%;
	}
	.agileinfo_header:after {
		right: 40%;
	}
	.wthree_events_grid_right1 h2 {
		font-size: 3.5em;
	}
	.wthree_events_grid_right1 {
		height: auto;
	}
	.wthree_events_grid_right {
		min-height: 330px;
	}
	.services_bottom_grid_right h3 {
		font-size: 1.7em;
	}
	.services_bottom_grid_right p {
		margin: 1em 0 2em;
	}
	.services_bottom_grid_left1 {
		width: 39.8%;
		left: 1%;
	}
	p.b_label {
		margin: 0 0 .5em !important;
	}
	.w3l_about_bottom_left_video {
		left: 34%;
	}
	.w3layouts_about_grid_right h3 {
		font-size: 1.2em;
		letter-spacing: 1px;
	}
	.agileinfo_header1:after {
		right: 42%;
	}
	.w3l_about_bottom_right {
		padding: 3em 2em 2em;
	}
	.agileits_banner_bottom_left h3 {
		font-size: 1.6em;
	}
	.agileits_w3layouts_mail_left {
		float: none;
		width: 100%;
	}
	.wthree_events_grid_left {
		margin-left: 1em;
	}
	.wthree_events_grid_left:before, .wthree_events_grid_left:after {
		left: -2%;
	}
	.agileits_w3layouts_mail_left:nth-child(2) {
		margin: 1em 0;
	}
	.input {
		margin: 1em 0.5em 0em 0;
		max-width: 189px;
	}
	.w3_modal_body_left {
		padding: 0;
	}
}
@media (max-width: 600px) {
	.agile_banner_info_pos {
		left: -26%;
	}
	.w3_agile_logo h1 a {
		font-size: 1em;
	}
	.w3_agile_logo h1 a:before {
		width: 20px;
		height: 36px;
	}
	.m_nav_ham {
		width: 20px;
		height: 1px;
	}
	.m_nav_item {
		display: block;
		text-align: center;
		margin: 0 0 10px;
	}
	#m_nav_container {
		height: auto;
	}
	#m_nav_list {
		margin: 0 auto;
		width: 70%;
		padding: 2.2em 0 1em;
	}
	#m_nav_menu {
		right: 3%;
	/*-- top: 7%;--*/
	}
	.agile_banner_info p {
		font-size: 13px;
	}
	.agile_banner_info {
		margin: 10em auto 2em;
	}
	.banner {
		min-height: 800px;
	}
	.w3l_social_icon_gridr {
		margin: 1.4em 0 0 10em;
	}
	.view .info {
		margin-top: 5.5em;
	}
	.agile_events_top_grid_pos {
		left: 35%;
	}
	.agileinfo_header {
		font-size: 1.5em;
	}
	.agileinfo_header:after {
		right: 45%;
	}
	.wthree_events_grid_left1_gridr h4 a {
		font-size: 1em;
	}
	.wthree_events_grid_right1 h3 {
		font-size: 2em;
	}
	.wthree_events_grid_right1 h2 {
		font-size: 3em;
	}
	.wthree_events_grid_right {
		min-height: 275px;
	}
	.agileinfo_footer_grid h4 span {
		font-size: 2em;
	}
}
@media (max-width: 568px) {
	.agile_banner_info h2 {
		font-size: .9em;
	}
	#m_nav_list {
		padding: 1.4em 0 1em;
	}
	.w3layouts_newsletter_right {
		width: 100%;
	}
}
@media (max-width: 480px) {
	#m_nav_menu {
		top: 3%;
	}
	.agile_banner_info h2 {
		font-size: .8em;
	}
	.agile_banner_info_pos {
		left: -31%;
	}
	.agile_banner_info_pos ul li {
		font-size: 12px;
	}
	.banner-bottom, .events, .services, .featured-services {
		padding: 2em 0;
	}
	.agileits_banner_bottom_left h3 {
		font-size: 1.5em;
	}
	.w3l_social_icon_gridl {
		width: 60px;
		height: 60px;
	}
	.w3l_social_icon_gridl i {
		font-size: 1.2em;
	}
	.w3l_social_icon_gridr {
		margin: 0.8em 0 0 8em;
	}
	.w3l_social_icon_grid_pos {
		top: 20%;
	}
	.w3_banner_bottom_icons1 {
		float: none;
		width: 100%;
	}
	.view .info {
		margin-top: 9.5em;
	}
	.agile_events_top_grid_pos img {
		width: 100%;
	}
	.agile_events_top_grid_pos {
		left: 40%;
	}
	.agileinfo_header:before, .agileinfo_header:after {
		width: 20%;
	}
	.agileinfo_header:after {
		right: 38%;
	}
	.agileinfo_header {
		font-size: 1.45em;
	}
	.wthree_events_grid_left:before, .wthree_events_grid_left:after {
		left: -3%;
	}
	.w3ls_event_grids, .w3_services_grids {
		margin: 2em 0 0;
	}
	.modal-header {
		font-size: 1.7em;
	}
	.w3layouts_newsletter, .footer {
		padding: 2em 0;
	}
	.w3layouts_newsletter_left h3 {
		font-size: 1.6em;
	}
	.agileinfo_footer_grid {
		float: none;
		width: 100%;
	}
	.agileinfo_footer_grid h4 {
		margin: 0;
	}
	.agileinfo_footer_grid p span {
		display: inline-block;
	}
	.agileinfo_footer_grid:nth-child(2) {
		margin-bottom: 1em;
	}
	.agileinfo_footer_grid:nth-child(3) {
		margin-bottom: 2em;
	}
	.w3_services_grid {
		float: none;
		width: 100%;
		text-align: center;
	}
	.w3layouts_services_grid_pos {
		left: 35%;
	}
	.services_bottom_grid_left1 {
		width: 40%;
		left: 27%;
		top: -18%;
	}
	.services-bottom {
		min-height: auto;
		margin: 6em 0 0;
	}
	.services_bottom_grid_right {
		margin: 15em 0 2em;
		width: 100%;
		float: none;
	}
	.services_bottom_grid_right p {
		margin: 1em 0;
	}
	.w3layouts_services_grid h4 {
		font-size: 5em;
	}
	.w3layouts_services_grid_pos i {
		font-size: 1.2em;
		width: 40px;
		height: 40px;
		line-height: 2.2em;
	}
	.w3_services_grid h3 {
		font-size: 1em;
		margin: 1em 0;
	}
	.w3_services_grid:nth-child(2) {
		margin: 1em 0;
	}
	.w3_featured_services_grid {
		float: none;
		width: 100%;
	}
	.w3_featured_services_grid h4 {
		margin: 1em 0;
	}
	.w3_featured_services_grid:nth-child(2) {
		margin: 2em 0;
	}
	.w3_featured_services_grid p {
		margin-bottom: 1em;
	}
	.banner1 {
		min-height: 130px;
	}
	.w3l_about_bottom_left_video {
		left: 28%;
		top: 35%;
	}
	.play-icon span {
		font-size: 2em;
	}
	.w3_about_grid {
		padding: 0 .5em;
		margin-bottom: 1em;
	}
	.w3layouts_about_grid_left1 {
		padding: 0 .5em;
	}
	.agileinfo_header1 {
		font-size: 1.5em;
		letter-spacing: 2px;
	}
	.agileinfo_header1:before, .agileinfo_header1:after {
		width: 20%;
	}
	.agileinfo_header1:after {
		right: 33%;
	}
	.footer-logo h2 a {
		font-size: 1.1em;
	}
	.footer-logo h2 a:before {
		width: 22px;
		height: 33px;
		border: 3px solid #24f4ff;
	}
	.agileinfo_mail_grids {
		margin: 0;
	}
	.input {
		margin: 1em 0 0;
		max-width: 100%;
	}
	.input__field--chisato {
		padding: .7em 0.5em;
	}
	.input__label--chisato {
		-webkit-transform: translate3d(0, 2.6em, 0);
		transform: translate3d(0, 2.6em, 0);
	}
	.agileinfo_mail_grids input[type="submit"] {
		width: 100%;
	}
}
@media (max-width: 414px) {
	.agile_banner_info h2 {
		font-size: .6em;
	}
	.agile_banner_info h2 span {
		font-size: 3.5em;
	}
	.w3_agile_logo h1 a {
		font-size: .9em;
	}
	.agile_banner_info_pos ul li {
		font-size: 11px;
	}
	.agile_banner_info_pos {
		left: -36%;
	}
	.agile_banner_info p {
		font-size: 12px;
	}
	.agileinfo_more a {
		font-size: 12px;
		padding: 8px 35px;
	}
	.banner {
		min-height: 800px;
	}
	#m_nav_list {
		width: 65%;
	}
	.agileits_banner_bottom_left p.w3l_para {
		margin: 1em 0 2em;
	}
	.agileits_banner_bottom_left {
		padding: 0;
	}
	.w3l_social_icon_gridr {
		margin: 0.8em 0 0 6em;
	}
	.agileits_banner_bottom_right {
		padding-right: 0;
	}
	.w3ls_banner_bottom_right_pos {
		left: -5%;
	}
	.agile_events_top_grid_pos {
		left: 39%;
	}
	.view .info {
		margin-top: 8.5em;
	}
	.agileinfo_header {
		font-size: 1.4em;
		letter-spacing: 1px;
	}
	.agileinfo_header:after {
		right: 25%;
	}
	.wthree_events_grid_left1_gridr {
		padding-right: 0;
	}
	.wthree_events_grid_left1_gridr h4 a {
		font-size: .95em;
	}
	.wthree_events_grid_left1_gridl p:before {
		left: -4%;
		bottom: -6%;
	}
	.wthree_events_grid_left:before, .wthree_events_grid_left:after {
		left: -3.1%;
	}
	.wthree_events_grid_right {
		margin: 2em 0 0;
		width: 100%;
		min-height: auto;
	}
	.wthree_events_grid_right1 h2 {
		font-size: 2.5em;
	}
	.wthree_events_grid_right1 {
		padding: 1em;
	}
	.w3layouts_newsletter_right input[type="email"] {
		width: 72%;
	}
	.w3layouts_newsletter_right input[type="submit"] {
		width: 26.8%;
	}
	.footer-logo h2 {
		line-height: 1em;
	}
	.agileinfo_footer_grid {
		padding: 0;
	}
	.footer-logo h2 a span {
		line-height: 1;
	}
	.footer-logo h2 a:before {
		height: 38px;
	}
	.agileinfo_footer_grid h4 {
		font-size: .9em;
	}
	.agileinfo_footer_grid p {
		margin: 0.5em 0 1em;
	}
	.modal-body p {
		padding: 1em 0 1em;
	}
	.modal-body p i {
		margin: 1em 0 0;
	}
	.w3layouts_services_grid_pos {
		left: 32%;
	}
	.services_bottom_grid_right h3 {
		font-size: 1.5em;
		border-left: 5px solid #13b3bb;
		padding-left: .5em;
	}
	.services_bottom_grid_right {
		margin: 13em 0 2em;
	}
	.w3layouts_about_grid_right {
		padding: 0;
	}
	.w3layouts_about_grid_right h3, .w3layouts_about_grid_right_grid1r h4 {
		font-size: 1.1em;
	}
	.w3l_about_bottom_left_video {
		left: 24%;
	}
	.agileinfo_header1 {
		font-size: 1.4em;
		letter-spacing: 1px;
	}
	.w3l_about_bottom_right {
		padding: 2em 1em 1.5em;
	}
	.panel-body {
		padding: 1em;
	}
	.w3ls_team_grid h4 {
		font-size: .9em;
		letter-spacing: 0;
	}
	.w3_agileits_mail_left h4 {
		font-size: 1em;
	}
}
@media (max-width: 384px) {
	.agile_banner_info {
		margin: 10em auto 2em;
	}
	.agile_banner_info h2 i {
		letter-spacing: 1.5px;
	}
	.agile_banner_info_pos {
		left: -39%;
	}
	.agileits_banner_bottom_left h3 {
		font-size: 1.3em;
	}
	.w3_agile_logo h1 a {
		font-size: .8em;
	}
	.w3_agile_logo h1 a span {
		font-size: .4em;
		padding-left: 1.9em;
	}
	.w3_agile_logo h1 a:before {
		width: 17px;
		height: 32px;
	}
	.w3_banner_bottom_icons1 h3 {
		font-size: 1em;
	}
	.view .info {
		margin-top: 7.5em;
	}
	.wthree_events_grid_left1_gridr h4 a {
		font-size: .85em;
	}
	.wthree_events_grid_left1_gridr {
		padding: 0;
	}
	.wthree_events_grid_left1 {
		min-height: 145px;
	}
	.wthree_events_grid_left1_gridl p:before {
		bottom: -4%;
	}
	.wthree_events_grid_left:before {
		top: -2%;
	}
	.w3layouts_newsletter_left h3 {
		font-size: 1.4em;
	}
	.w3layouts_newsletter_right input[type="email"] {
		width: 100%;
		margin-bottom: 1em;
	}
	.w3layouts_newsletter_right input[type="submit"] {
		width: 100%;
	}
	.agileinfo_footer_grid h4 span {
		font-size: 1.8em;
	}
	.services_bottom_grid_left1 {
		width: 45%;
		left: 28%;
		top: -21%;
	}
	.w3l_about_bottom_left_video {
		left: 20%;
	}
	.play-icon {
		left: 46%;
	}
	.panel-title>a {
		font-size: .9em;
	}
	.agileits_map iframe {
		min-height: 250px;
	}
}
@media (max-width: 375px) {
	.agile_events_top_grid_pos {
		left: 38%;
	}
	.wthree_events_grid_left {
		padding-right: 0;
	}
	.wthree_events_grid_left1 {
		min-height: 115px;
	}
	.wthree_events_grid_right1 h2 {
		font-size: 2em;
	}
	.w3layouts_services_grid_pos {
		left: 30%;
	}
	p.b_label {
		font-size: 13px;
	}
	.agileinfo_header:before, .agileinfo_header:after {
		width: 30%;
	}
	.agileinfo_header:after {
		right: 15%;
	}
	.agileinfo_more a {
		letter-spacing: 1px;
	}
	.w3layouts_about_grid_right_grid1l_1 {
		width: 55px;
		height: 55px;
	}
	.w3layouts_about_grid_right_grid1l_1 i {
		font-size: 1.2em;
		line-height: 2.8em;
	}
	.w3l_about_bottom_left_video h4 {
		font-size: 1.3em;
	}
	.w3l_about_bottom_left_video {
		left: 24%;
	}
	.w3ls_team_grid {
		float: none;
		width: 100%;
		padding: 0 3em;
	}
	.w3ls_team_grid:nth-child(2) {
		margin: 2em 0;
	}
	.w3ls_team_grid:nth-child(3) {
		margin-bottom: 2em;
	}
}
@media (max-width: 320px) {
	#m_nav_menu {
		top: 4%;
	}
	.banner, .banner1 {
		padding: 0.5em 0 0;
	}
	.agile_banner_info h2 {
		font-size: .5em;
	}
	.agile_banner_info h2 i {
		letter-spacing: 1px;
	}
	.agile_banner_info_pos {
		left: -46%;
	}
	.agileinfo_more a {
		letter-spacing: 0px;
	}
	.banner {
		min-height: 750px;
	}
	.agile_banner_info {
		margin: 12em auto 1.5em;
	}
	.agile_banner_info_pos ul li {
		margin: 0 0.5em 0 0;
	}
	#m_nav_list {
		width: 60%;
	}
	.m_nav_item a {
		letter-spacing: 1px;
	}
	.w3l_social_icon_gridr {
		margin: 0.8em 0 0 4em;
	}
	.w3ls_banner_bottom_right_pos {
		left: -8%;
		top: 40%;
	}
	p, ul li, ol li {
		font-size: 13px;
	}
	.view .info {
		margin-top: 5.5em;
	}
	.agile_events_top_grid_pos {
		left: 37%;
	}
	.agileinfo_header:before, .agileinfo_header:after {
		width: 45%;
	}
	.agileinfo_header:after {
		right: 5%;
	}
	.wthree_events_grid_left {
		margin-left: 0em;
	}
	.wthree_events_grid_left1_gridr h4 a {
		font-size: .9em;
	}
	.wthree_events_grid_left1_gridl p {
		font-size: 11px;
	}
	.wthree_events_grid_left1_gridl p:before {
		bottom: -7%;
		left: -5%;
	}
	.wthree_events_grid_left:before, .wthree_events_grid_left:after {
		left: -4.1%;
	}
	.wthree_events_grid_left1 {
		min-height: 150px;
	}
	.wthree_events_grid_right {
		padding: 1em;
	}
	.w3layouts_newsletter_left h3 {
		font-size: 1.28em;
	}
	.footer-logo h2 a {
		font-size: 1em;
	}
	.footer-logo h2 a span {
		font-size: .4em;
		padding-left: 2.2em;
	}
	.agileinfo_footer_grid h4, .panel-body {
		font-size: 13px;
	}
	.agileinfo_header {
		font-size: 1.3em;
	}
	.modal-header {
		font-size: 1.4em;
		padding: 10px;
	}
	.w3layouts_services_grid_pos {
		left: 25%;
	}
	.services_bottom_grid_left1 {
		width: 55%;
		left: 24%;
	}
	.w3layouts_about_grid_right h3, .w3layouts_about_grid_right_grid1r h4 {
		font-size: 1em;
	}
	.w3layouts_about_grid_right h3 {
		letter-spacing: 0px;
	}
	.w3layouts_about_grid_right {
		margin: 1em 0 0;
	}
	.w3layouts_about_grid_right_grid1r h4 {
		line-height: 1.5em;
	}
	.w3layouts_about_grid_right_grid:nth-child(2) {
		margin: 1em 0;
	}
	.w3l_about_bottom_left_video h4 {
		font-size: 1.1em;
	}
	.w3l_about_bottom_left_video {
		left: 23%;
		top: 30%;
	}
	.play-icon {
		left: 44%;
		top: 48%;
	}
	.agileinfo_header1 {
		font-size: 1.3em;
	}
	.agileinfo_header1:before, .agileinfo_header1:after {
		width: 30%;
	}
	.agileinfo_header1:after {
		right: 10%;
	}
	.w3ls_team_grid {
		padding: 0 2em;
	}
	.agileits_w3layouts_mail_left {
		padding: 0;
	}
	.input__field, .agileinfo_mail_grids input[type="submit"] {
		font-size: 13px;
	}
	.input__label--chisato {
		-webkit-transform: translate3d(0, 2.3em, 0);
		transform: translate3d(0, 2.3em, 0);
	}
}
