html{
    font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	background:#ffffff;
	margin: 0;
}
p,ul li{
	margin:0;
	font-size:16px;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}

.scroll-down {
  width: 22.5px;
  height: 57.45px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 8px;
  border-radius: 50px;
  opacity: .8;
}
.scroll-down .dot {
  width: 9px;
  height: 9px;
  display: block;
  background: green;
  border-radius: 100%;
  box-shadow: 0 17px 0 rgba(224, 70, 129, 0), 0 34px 0 rgba(224, 70, 129, 0);
  -webkit-animation: dotAnimation 1.8s ease-in-out infinite;
  animation: dotAnimation 1.8s ease-in-out infinite;
}

@-webkit-keyframes dotAnimation {
  99% {
    background:green;
    box-shadow: 0 17px 0 rgba(224, 70, 129, 0), 0 34px 0 rgba(224, 70, 129, 0);
  }
  33% {
    background: rgba(224, 70, 129, 0);
    box-shadow: 0 17px 0 green, 0 34px 0 rgba(224, 70, 129, 0);
  }
  66% {
    background: rgba(224, 70, 129, 0);
    box-shadow: 0 17px 0 rgba(224, 70, 129, 0), 0 34px 0 green;
  }
}

@keyframes dotAnimation {
  99% {
    background:green;
    box-shadow: 0 17px 0 rgba(224, 70, 129, 0), 0 34px 0 rgba(224, 70, 129, 0);
  }
  33% {
    background: rgba(224, 70, 129, 0);
    box-shadow: 0 17px 0 green, 0 34px 0 rgba(224, 70, 129, 0);
  }
  66% {
    background: rgba(224, 70, 129, 0);
    box-shadow: 0 17px 0 rgba(224, 70, 129, 0), 0 34px 0 green;
  }
}
.w3_scroll {
    text-align: center;
}
/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#FFD900;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #212121;
}
/*-- //banner --*/
/*-- banner-bottom --*/
.banner-bottom,.testimonials,.services,.portfolio,.typo,.mail{
	padding:0em 0;
}
.head{
	font-size: 10em;
    font-weight: bold;
    color: #E1E1E1;
    position: relative;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.head span{
	position: absolute;
    left: 13%;
    top: 46%;
    color: #212121;
    font-size: .2em;
    text-transform: capitalize;
    font-family: 'Capriola', sans-serif;
}
.head1 span{
    left: 13% !important;
}
.head2 span {
    left: 13% !important;
}
.head span i{
	font-style: normal;
    color: green;
}
.flex-slider{	
	background:#222227;
	padding: 70px 0 165px 0;
}
.opportunity{
	background:#28282e;
	margin:0px 20px;
	padding:80px 0;
	position:relative;
}
ft;
	margin: 0;
    padding: 0;
	position: relative;
	line-height: 0px;
}
/*-- portfolio --*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: green;
    cursor: default;
    background: none;
    border: none;
    border-bottom-color: transparent;
    border-bottom: 1px solid green;
}
.nav-tabs > li > a {
    margin-right: 3px;
    border-radius: 0;
    font-size:14px;
    color: #212121;
	border: none;
	text-transform:uppercase;
	border-bottom: 1px solid #fff;
}
.nav-tabs > li > a:focus{
	background:transparent;
}
.nav-tabs {
    border-bottom: none;
	margin: 3em 0;
}
.nav-tabs > li {
    margin: 0 10px;
}
.nav-tabs > li > a:hover {
    border: none;
	color:green;
    border-bottom: 1px solid;
	background: none;
}
.nav > li > a:hover, .nav > li > a:focus {
    color:green;
}
.nav-tabs > li:first-child {
    margin-left: 2em;
}
.w3_tab_img_left h3 {
    font-size: 1.5em;
    color: #fff;
    margin: 0 0 .5em;
}
.w3_tab_img_left p{
	color:#fff;
	line-height:2em;
}
.w3_tab_img_left {
    margin: 2em 0 0;
}
/*-- //portfolio --*/
@media (max-width:1366px){
	.banner {
		min-height: 700px;
	}
	.nav-tabs > li:first-child {
		margin-left: 2em;
	}
}
@media (max-width:1080px){
	.navbar-nav > li > a {
		padding: 24px 17px;
	}
	.head {
		font-size: 8em;
	}
	.head span {
		left: 21%;
		font-size: .25em;
	}
	.banner-bottom, .testimonials, .services, .portfolio, .typo, .mail {
		padding: 4em 0;
	}
	.nav-tabs > li:first-child {
		margin-left: 2em;
	}
	.nav-tabs {
		margin: 3em 0 1em;
	}
	.head2 span {
		left: 31% !important;
	}
	.head1 span {
		left: 34% !important;
	}
}
@media (max-width: 991px){
	.navbar-brand {
		font-size: .9em;
		height: 65px;
	}
	.navbar-nav > li > a {
		padding:22.5px 7px;
		font-size: 13px;
	}
	.head span {
		left: 13%;
	}
	.nav-tabs > li:first-child {
		margin-left: 2em;
	}
	.head2 span {
		left: 26% !important;
	}
	.nav-tabs {
		margin: 2em 0 1em;
	}
	.w3_tab_img_left {
		float: left;
		width: 50%;
	}
	.banner-bottom, .testimonials, .services, .portfolio, .typo, .mail {
		padding: 0em 0 0em;
	}
	.head1 span {
		left: 29% !important;
	}
}
@media (max-width: 800px){
	.w3agile_banner_info h3 {
		font-size: 3.5em;
	}
	.banner {
		min-height: 570px;
		background-position: -155px 0px;
	}
	.w3_banner_pos img {
		margin: 0 auto;
	}
	.w3_banner_pos {
		right: 2%;
	}
	.agileits_banner_btm_grid_r_pos {
		right: -1%;
	}	
	.agile_banner_bottom1_right {
		width: 80%;
		padding: 2em;
	}
	.agile_banner_bottom1_right h4 {
		font-size: 1.6em;
	}
	.agile_banner_bottom1_right p {
		margin: 1em 0 2em;
	}
	.banner-bottom1, .agile_banner_bottom1_right {
		min-height: 415px;
	}
	.services-bottom {
		background-position: -155px 0px;
	}
	.w3agile_banner_info a {
		letter-spacing: 5px;
		font-size: 13px;
	}
}
@media (max-width: 768px){
	.head {
		font-size: 7em;
	}
	.head span {
		left: 17%;
	}
	.agileits_banner_bottom_grid_l h4 {
		font-size: 1.4em;
	}
	.head1 span {
		left: 34% !important;
	}
	.banner-bottom, .testimonials, .services, .portfolio, .typo, .mail {
		padding: 3em 0;
	}
	.banner1 {
		min-height: 215px;
	}
	.w3agile_services_bottom_grid {
		padding: 3em 0 2em;
	}
	.services-bottom {
		min-height: 315px;
	}
	.w3agile_services_bottom_grid:nth-child(2) {
		width: 80%;
	}
}	
@media (max-width: 767px){
	.navbar-toggle {
		margin: 1.1em 0 0;
	}
	.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;
	}
	.agileinfo_social_icons {
		margin: 1em 0 0;
		float: none;
		text-align: center;
	}
	.navbar-nav {
		float: none;
		text-align: center;
	}
	.navbar-nav > li > a {
		padding: 12px 0;
		font-size: 14px;
	}
	 .navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		position: absolute;
		width: 100%;
		background: rgba(0, 0, 0, 0.81);
		z-index: 999;
	}
}
@media (max-width: 736px){
	.w3agile_banner_info {
		padding: 8em 0 0;
	}
	.banner {
		min-height: 455px;
	}
	.w3_banner_pos img {
		width: 100%;
	}
	.w3_banner_pos {
		right: 7%;
		width: 23%;
	}
}
@media (max-width: 667px){
	.w3_banner_pos {
		right: 1%;
		width: 26%;
	}
	.wthree_testimonials_grid {
		padding: 5em 4em 3em;
	}
	.nav-tabs > li:first-child {
		margin-left: 2em;
	}
}
@media (max-width: 640px){
	.head {
		font-size: 6em;
	}
	.w3agile_banner_info h3 {
		font-size: 3em;
	}
	.w3agile_banner_info a {
		letter-spacing: 3px;
	}
	.w3_banner_pos {
		right: 3%;
		width: 27%;
	}
	.banner-bottom, .testimonials, .services, .portfolio, .typo, .mail {
		padding: 2em 0 3em;
	}
	.agileits_banner_bottom_grid_l h4 {
		font-size: 1.3em;
	}
	.agileits_banner_bottom_grids {
		margin: 2em 0 0;
	}
	.agile_banner_bottom1_right {
		width: 90%;
	}
	.agile_banner_bottom1_right h4 {
		font-size: 1.4em;
	}
	.wthree_testimonials_grid1, .wthree_testimonials_grid {
		width: 100%;
	}
	.nbs-flexisel-nav-left {
		left: -1%;
	}
	.nbs-flexisel-nav-right {
		right: -1%;
	}
	.w3ls_newsletter_left h3 {
		font-size: 3.5em;
	}
	.agileinfo_services_grid1 {
		padding: 2em 1.5em;
	}
	.agileinfo_services_grid1 h4 {
		font-size: 1em;
	}
	.w3agile_services_bottom_grid h3 {
		font-size: 1.2em;
	}
	.w3agile_services_bottom_grid {
		padding: 2em 0;
	}
	.services-bottom {
		min-height: 295px;
		background-position: -120px 0px;
	}
	.nav-tabs > li:first-child {
		margin-left: 3em;
	}
	.head2 span {
		left: 28% !important;
	}
	.head span {
		font-size: .28em;
		left: 13%;
	}
	.head1 span {
		left: 31% !important;
	}
	.agileits_mail_grid_right1 input[type="submit"] {
		margin: .5em 0 0 4.7em;
	}
}
@media (max-width: 600px){
	.head span {
		left: 11%;
	}
	.head1 span {
		left: 30% !important;
	}
	.wthree_testimonials_grid_pos {
		left: 41%;
	}
	.wthree_testimonials_grid:after {
		bottom: -5%;
	}
	.w3ls_newsletter_right {
		width: 90%;
	}
	.nav-tabs > li:first-child {
		margin-left: 2em;
	}
}
@media (max-width: 568px){
	.banner {
		min-height: 400px;
	}
	.agile_banner_bottom1_right ul li {
		font-size: 13px;
	}
	.nav-tabs > li {
		margin: 0 5px;
	}
}
@media (max-width: 480px){
	.nav-tabs > li {
		margin: 0 10px;
	}
	.w3agile_banner_info h3 {
		font-size: 2.8em;
	}
	.w3_banner_pos {
		right: 0%;
	}
	.scroll-down {
		bottom: -5%;
	}
	.w3agile_banner_info {
		padding: 7em 0 0;
	}
	.w3agile_banner_info a {
		letter-spacing: 2px;
	}
	.head {
		font-size: 5em;
	}
	.head span {
		left: 8%;
		top: 42%;
	}
	.head1 span {
		left: 27% !important;
	}
	.agileits_banner_bottom_grid_l h4 {
		font-size: 1.2em;
	}
	.agileits_banner_bottom_grid_l {
		padding-bottom: 4em;
	}
	.agileits_banner_btm_grid_r_pos {
		right:-3%;
	}
	.agile_banner_bottom1_right h4 {
		font-size: 1.3em;
	}
	.agile_banner_bottom1_right {
		width: 95%;
		padding: 1.5em;
	}
	.banner-bottom1, .agile_banner_bottom1_right {
		min-height: 395px;
	}
	.wthree_testimonials_grid {
		padding: 4em 4em 2em;
	}
	.w3ls_newsletter_left h3 {
		font-size: 3em;
	}
	.banner-bottom, .testimonials, .services, .portfolio, .typo, .mail,.footer {
		padding: 2em 0;
	}
	.w3ls_newsletter_right {
		width: 95%;
	}
	.w3l_footer_grid {
		float: none;
		width: 100%;
	}
	.w3l_footer_grid h2 a {
		font-size: 1em;
	}
	.w3l_footer_grid h3 {
		margin-bottom: 1em;
		font-size: 1.3em;
	}
	.w3l_footer_grid:nth-child(2) {
		margin: 2em 0;
	}
	.w3l_footer_grid:nth-child(3) {
		margin-bottom: 2em;
	}
	.w3agile_footer_copy {
		margin: 2em 0 0;
	}
	.agileinfo_services_grids {
		margin: 0;
	}
	.agileinfo_services_grid {
		float: none;
		width: 80%;
		margin: 2em auto 0;
	}
	.agileinfo_services_grid1 h4 {
		font-size: 1.1em;
	}
	.banner1 {
		min-height: 150px;
	}
	.w3agile_services_bottom_grid:nth-child(2) {
		width: 100%;
		float: none;
	}
	.services-bottom {
		background-position: -345px 0px;
	}
	.nav-tabs > li > a {
		margin-right: 0;
		font-size: 13px;
		padding: 10px 5px;
	}
	.nav-tabs > li:first-child {
		margin-left: 2em;
	}
	.nav-tabs {
		margin:1em 0 2em;
	}
	.w3_tab_img_left {
		float: none;
		width: 100%;
		margin:1em 0 0;
	}
	.agileits_mail_grid_left h4 {
		font-size: 1.2em;
	}
	.head2 span {
		left: 20% !important;
	}
	.agileits_mail_grid_right1 {
		padding: 1.5em;
	}
	.agileits_mail_grid_right1 span i {
		font-size: 13px;
		float: none;
		width: 20%;
	}
	.agileits_mail_grid_right1 input[type="text"], .agileits_mail_grid_right1 input[type="email"], .agileits_mail_grid_right1 textarea {
		width: 100%;
		margin: .5em 0 0;
	}
	.agileits_mail_grid_right1 input[type="submit"] {
		margin: .5em 0 0;
		font-size: 14px;
		width: 50%;
	}
	.agileits_mail_grids1 h4 {
		font-size: 1.3em;
		margin-bottom: 1.5em;
	}
}
@media (max-width: 414px){
	.w3agile_banner_info {
		padding:5.5em 0 0 2em;
		text-align: left;
	}
	.navbar-brand {
		font-size: .8em;
		height: 61px;
	}
	.navbar-toggle {
		margin: .9em 0 0;
	}
	.w3agile_banner_info h3 {
		font-size: 2.5em;
	}
	.w3_banner_pos {
		width: 32%;
	}
	.banner {
		min-height: 355px;
	}
	.w3agile_banner_info a {
		letter-spacing: 1.5px;
		font-size: 12px;
	}
	.scroll-down .dot {
		width: 7px;
		height: 7px;
	}
	.head span {
		left: 0%;
		top: 20%;
		line-height: 1.5em;
	}
	.agileits_banner_btm_grid_r_pos {
		top: -24%;
	}
	.agile_banner_bottom1_right {
		width: 100%;
	}
	.agile_banner_bottom1_right h4 {
		font-size: 1.2em;
	}
	.head1 span {
		left: 21% !important;
		top: 33% !important;
	}
	.wthree_testimonials_grid_pos {
		left: 39%;
		top: -23%;
		width: 25%;
	}
	.wthree_testimonials_grid {
		padding: 3em 3.5em 2em;
	}
	.w3ls_newsletter_left {
		padding: 0;
	}
	.w3ls_newsletter_left h3 {
		font-size: 2.8em;
	}
	.agileinfo_services_grid {
		width: 90%;
	}
	.head_services span {
		top: 35% !important;
		left: 5% !important;
	}
	.w3agile_services_bottom_grid h3 {
		font-size: 1.1em;
	}
	.services-bottom {
		background-position: -386px 0px;
	}
	.nav-tabs > li {
		margin: 0 7px;
	}
	.nav-tabs > li:first-child {
		margin-left: 0.3em;
	}
	.head2 span {
		left: 17% !important;
		top: 36% !important;
	}
	.agileits_mail_grid_left,.agileits_mail_grid_right {
		padding: 0;
	}
	.agileits_mail_grid_left h4 {
		font-size: 1.15em;
	}
}
@media (max-width: 384px){
	.agileits_banner_bottom_grid_l {
		padding-bottom: 7em;
	}
	.agileits_banner_btm_grid_r_pos {
		top: -45%;
	}
	.agile_banner_bottom1_right h4 {
		line-height: 1.5em;
	}
	.wthree_testimonials_grid_pos {
		top: -18%;
	}
	.w3ls_newsletter_left h3 {
		font-size: 2.5em;
	}
	.w3ls_newsletter_right {
		width: 100%;
	}
	.w3ls_newsletter_right input[type="submit"] {
		background: url(../images/img-sp.png) no-repeat -119px -136px;
	}
	.agileinfo_services_grid {
		width: 100%;
	}
	.w3agile_services_bottom_grid h3 {
		font-size: 1em;
	}
	.w3agile_services_bottom_grid p {
		margin: 1em 0 2em;
	}
	.services-bottom {
		background-position: -413px 0px;
	}
	.nav-tabs > li {
		margin: 0 3px;
	}
	.head2 span {
		left: 14% !important;
		top: 40% !important;
	}
	.agileits_mail_grid_lft_grid1 ul li {
		padding-left: 3em;
	}
}
@media (max-width: 375px){
	.w3agile_banner_info h3 {
		font-size: 2.4em;
	}
	.w3agile_banner_info a {
		letter-spacing: 1.3px;
	}
	.nbs-flexisel-nav-left {
		left: -5%;
		background: url(../images/img-sp.png) no-repeat 5px -73px;
		background-size: 630%;
	}
	.nbs-flexisel-nav-right {
		right: -4%;
		background: url(../images/img-sp.png) no-repeat -34px -73px;
		background-size: 630%;
	}
	.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
		width:40px;
		height: 40px;
	}
	.nav-tabs > li {
		margin: 0;
		float: none;
		text-align: center;
	}
}
@media (max-width: 320px){
	.navbar-brand span {
		padding: .35em .6em;
	}
	.navbar-brand {
		font-size: .75em;
		height: 54px;
	}
	.navbar-toggle {
		margin: .6em 0 0;
	}
	.w3agile_banner_info {
		padding:5em 0 0 1em;
	}
	.w3agile_banner_info h3 {
		font-size: 2em;
	}
	.w3agile_banner_info a {
		font-size: 10px;
	}
	.banner {
		min-height: 300px;
	}
	.scroll-down {
		bottom: -9%;
		padding-bottom: 0;
	}
	.navbar-nav > li > a {
		padding: 7px 0;
		font-size: 13px;
	}
	.head {
		font-size: 4.5em;
	}
	.head span {
		top: 44%;
	}
	.agileits_banner_bottom_grid_l h4 {
		font-size: 1em;
	}
	p, ul li,.w3ls_newsletter_right input[type="email"],.agileits_mail_grid_right1 input[type="text"], .agileits_mail_grid_right1 input[type="email"], .agileits_mail_grid_right1 textarea {
		font-size: 13px;
	}
	.agileits_banner_btm_grid_r_pos {
		top: -60%;
	}
	.agile_banner_bottom1_right h4 {
		font-size: 1.1em;
	}
	.agile_banner_bottom1_right ul li span {
		padding-right: 1em;
	}
	.agile_banner_bottom1_right {
		padding: 1.5em 1em;
	}
	.wthree_testimonials_grid h4 {
		font-size: 1.1em;
	}
	.wthree_testimonials_grid {
		padding: 3em 2.5em 2em;
	}
	.w3ls_newsletter_left h3 {
		font-size: 2em;
	}
	.w3ls_newsletter_right form {
		padding: 10px 10px 10px 25px;
	}
	.w3ls_newsletter_right input[type="submit"] {
		width: 11%;
	}
	.w3ls_newsletter_right input[type="email"] {
		width: 87%;
	}
	.w3l_footer_grid {
		padding: 0;
	}
	.w3l_footer_grid h2 a {
		font-size: .9em;
	}
	.agileinfo_services_grid1 {
		padding: 1.5em 1em;
	}
	.agileinfo_services_grid1 h4 {
		font-size: 1em;
	}
	.services-bottom {
		background-position: -510px 0px;
	}
	.w3_tab_img_left h3 {
		font-size: 1.3em;
	}
	.agileits_banner_bottom_grids {
		margin: 3em 0 0;
	}
	.head2 span {
		left: 11% !important;
		top: 37% !important;
	}
	.agileits_mail_grid_lft_grid1 {
		margin: 2em 0 0;
	}
	.agileits_mail_grid_right1 {
		padding: 1em;
	}
	.agileits_mail_grid_right1 {
		padding: 1em;
	}
	.agileits_mail_grid_right1 input[type="submit"] {
		width: 100%;
	}
	.agileits_mail_grids1 h4 {
		font-size: 1.2em;
	}
}
.team {
	padding:4em 0;
}
.team h3,.team-bottom h3 {
	font-size: 2em;
    color: #4BC319;
    padding-bottom:.7em;
    position: relative;
    font-family: cursive;
    text-align: center;
	text-transform: capitalize;
}
.team h3:before,.team h3:after,.team-bottom h3:before,.team-bottom h3:after {
	background:#212121;
	height:1px;
	position:absolute;
	content:'';
}
.team h3:before,.team-bottom h3:before {
	width: 5%;
    left: 47%;
    bottom: 0%;
}
.team h3:after,.team-bottom h3:after {
	width: 13%;
    right: 44%;
    bottom: -5%;
}
p.nostrud{
	margin: 2em 0 0;
    color: #999;
    line-height: 1.8em;
    text-align: center;
}
.table {
	margin: auto;
	transform: translate(2px, 2px);
	box-shadow: 5px 5px 15px 5px #ddd;
	border: 2px solid #ddd;
	background-color: #EEEEEE;
}

td  {
    border: 1px solid #fff;
    text-align: left;
    padding: 8px;
}
th {
	border: 1px solid #fff;
    text-align: center;
    padding: 8px;
}
/*-- contact --*/
.w3agile_contact_left{
	padding:5em 4em 5em 13em;
}
.w3agile_contact_right{
	/*padding:9.9em 13em 5em 5em;*/
}
.w3agile_contact_left{
	
}
.w3agile_contact_right{
	background:hsla(0, 0%, 20%, 0);
}
.w3agile_contact_left p {
    color: #212121;
    margin: 1em 0 1em;
	line-height:1.8em;
}
.w3agile_contact_left input[type="text"],.w3agile_contact_left input[type="email"],.w3agile_contact_left textarea{
	outline:none;
	border:1px solid lightgrey;
	padding:10px;
	width:100%;
	font-size:14px;
	color:#212121;
	background:none;
}
.w3agile_contact_left textarea{
	min-height:45px;
	resize:none;
}
.w3agile_contact_left input[type="email"]{
	margin:2em 0;
}
.w3agile_contact_left input[type="submit"]{
	outline: none;
    border: none;
    padding: 10px 0;
    width: 100%;
    font-size: 14px;
    color: #fff;
    background: #4BC319;
    margin: 3em 0 0;
}
.w3agile_contact_left input[type="submit"]:hover{
	background:#EEE048;
	color:#212121;
}
.w3agile_contact_right h3 a{
	font-size:1em;
	color:black;
	text-decoration:none;
	text-transform: unset;
	font-family:forte;
}
.w3agile_contact_right_agileinfo h4{
	font-size:2em;
	color:black;
	margin:0 0 1em;
}
.w3agile_contact_right_agileinfo p{
	color:black;
	line-height:1.8em;
	margin-bottom:1em;
	font-size:15px;
}
.w3agile_contact_right_agileinfo p a{
	color:black;
	text-decoration:none;
}
.w3agile_contact_right_agileinfo p a:hover{
	color:#fff;
}
.w3agile_contact_right_agileinfo p span{
	left: 0em;
    padding-right: 2em;
}
.w3agile_contact_right_agileinfo {
    margin: 1em 0 0;
}
.w3agile_contact_right_agileinfo p i {
    font-style: normal;
    padding-left: 3em;
}
.w3_copy_right{
	margin:7.2em 0 0;
}
.w3_copy_right p{
	color:#212121;
	line-height:1.8em;
	text-align: right;
}
.w3_copy_right p a{
	color:#fff;
	text-decoration:none;
}
.w3_copy_right p a:hover{
	color:#212121;
}
.w3agile_contact_right_agileinfo:nth-child(3) {
    text-align: right;
}
/*-- //contact --*/
