@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500');
html, body{
    font-size: 100%;
	background:#ffffff;
	margin: 0;
}
p,ul li,ol li{
	margin:0;
	font-size:14px;
	letter-spacing: 1px;
	color:#555;
}
h1,h2,h3,h4,h5,h6{

	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
input[type="submit"],input[type="reset"],.w3ls_footer_grid_leftl,.w3ls_footer_grid_leftr h4,.w3l_footer_pos p a,.w3ls_footer_grid_leftr a,.w3layouts_header_right ul li a,.w3ls_social li a,.w3_team_grid1_pos,.w3_team_grid1_pos img{
	transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
}
/*-- header --*/
/*--header -top--*/
.banner-top {
    border-top: 2px solid #212121;
    background: #212121;
}
.contact-bnr-w3-agile {
    float: right;
}
.contact-bnr-w3-agile ul li {
    list-style: none;
    display: inline-block;
    border-left: 1px solid rgba(192, 192, 192, 0.13);
    padding: 12px 20px;
    color: #fff;
	font-size:13px;
}
.contact-bnr-w3-agile ul li a{
	    color: #c0c0c0;
	text-decoration:none;
	text-transform: lowercase;
}
.contact-bnr-w3-agile ul li a:hover{
	 color: #fff;
}
.contact-bnr-w3-agile ul li i {
       color: #ffb300;
    font-size: 16px;
    margin-right: 15px;
}
/*-- nav --*/
.w3_navigation {
    background: #212121;
    height: 100px;
}
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.logov img{
    width:220px;
    height:75px;
    border:0; 
    margin-top: -2em;  
}
.navbar-collapse {
    padding: 0;
}
.navbar-right {
    margin-right: 0;
    font-family: 'Quicksand', sans-serif;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#212121;
    background:none;
}
.navbar-default .navbar-nav > li > a {
    font-weight: 500;
    letter-spacing: 1px;
} 
.navbar-nav > li > a {
    margin: 0;
    padding:0 1.5em;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover{
    color:#ffb300;
}
.navbar-default .navbar-nav > li > a:focus {
    color: #696969;
	outline:none;
}
nav.navbar.navbar-default {
    background: none;
    padding:2em 0 0 0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color:#000000;
    background: none;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav  > .active.open > a:focus {
	background: #363636;
	color: #fff;
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #171717;
}
p.logo_w3l_agile_caption {
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 11px;
    color: #000000;
    font-weight: 600;
}
.agile_short_dropdown {
    border-radius: 0;
    background: #ffffff;
    text-align: center;
	padding:0;
	border: none;
}
.agile_short_dropdown li a{
	text-transform:uppercase;
	color:#212121;
	font-size:13px;
	font-weight:600;
	padding: .8em 0;
}
.agile_short_dropdown > li > a:hover{
    color: #fff;
    text-decoration: none;
   background-color: #fdbd10;
}
/*-- nav-effect --*/
.menu__list {
	position: relative;
	margin:0.5em 0 0;
}
.menu__item {
	display: block;
	margin: 1em 0;
}
.menu__link {
	font-size: 1.05em;
	font-weight: bold;
	display: block;
	padding: 1em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Iris */
.menu--iris .menu__item {
	margin:0 0.5em;
}
.menu--iris .menu__link {
	position: relative;
	text-align: center;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.menu--iris .menu__link:hover,
.menu--iris .menu__link:focus {
	color: #212121;
}
.menu--iris .menu__item--current .menu__link,.menu__link:hover {
	color:#fdbd10;
}
.menu--iris .menu__link::before,
.menu--iris .menu__link::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	opacity: 0;
	border: 2px solid #888888;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
	transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
}
.menu--iris .menu__link::before {
	top: 0;
	left: 0;
	border-width: 2px 0 0 2px;
	-webkit-transform: translate3d(10px, 10px, 0);
	transform: translate3d(10px, 10px, 0);
}
.menu--iris .menu__link::after {
	right: 0;
	bottom: 0;
	border-width: 0 2px 2px 0;
	-webkit-transform: translate3d(-10px, -10px, 0);
	transform: translate3d(-10px, -10px, 0);
}
.menu--iris .menu__item--current .menu__link::before,
.menu--iris .menu__item--current .menu__link::after,.menu__link:hover::before,.menu__link:hover::after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/*-- //nav-effect --*/
/*-- //header --*/
#home {
    position: relative;
}
.banner {
    margin: 0 auto;
    text-align: center;
	position:relative;
}
.banner img {
    margin: 0 auto;
    text-align: center;
}
.banner h2 {
    font-size: 3.5em;
    color: #fff;
    margin: 0em 0;
    letter-spacing: 6px;
}
.banner span {
    color: #44c7f4;
	letter-spacing:4px;
	font-size:0.9em;
}
.slider-info p {
    font-size: 1.1em;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 7px;
    margin: 0em 0 2em 0;
}
.slider-info {
    padding-top: 13em;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
    background: #ffffff;
}
.banner ul { position: absolute; }
.banner ul li {
  width: 100%;
  height:500px;
  float: left;
  background: no-repeat center center;
  list-style:none!important;
}
.banner ul li:nth-child(1),.banner ul li:nth-child(2),.banner ul li:nth-child(3), .banner ul li:nth-child(4){
          background:url(../images/banner1.jpg) no-repeat center center!important;
		  background-size:cover;
		  min-height:500px;
          opacity: 0.5;
        }
       .banner ul li:nth-child(2){
          background:url(../images/banner3.jpg) no-repeat center center!important;
           opacity: 0.5;
        }
.banner ul li:nth-child(4){
          background:url(../images/banner2.jpg) no-repeat center center!important;
    opacity: 0.5;
        }
		.banner ul li:nth-child(3){
          background:url(../images/banner4.jpg) no-repeat center center!important;
            opacity: 0.5;
        }
.banner ol {
  width:100px!important;
  height: 20px;
  background: rgba(0,0,0,0.5);
  position: absolute;
  left: 50%;
 margin-left: -40px!important;
  bottom: 30px;
  padding: 0 10px;
  border-radius: 10px;
}
.banner ol li {
	list-style:none;
}
.banner ol li {
  width: 10px;
  height: 10px;
  float: left;
  margin: 5px 5px;
  background: #fdbd10;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
}
.banner ol .current { background: rgba(255,255,255,1); }

.banner i {
     width: 32px;
    height: 66px;
  position: absolute;
  top: 50%;
  margin-top: -60px;
  cursor: pointer;
  border-radius:0px!important;
  display: none;
}
.banner .left {
  left: 60px;
  background:url(../images/left1.png) no-repeat 1px 14px;
}
.banner .right {
    right: 60px;
    background: url(../images/right1.png) no-repeat 1px 14px;
}
/*--/banner_info --*/
.banner_wthree_agile_info {
      position: relative;
    text-align: center;
    margin: 11% auto 0;
    width: 50%;
    padding: 1em;
}
.banner_wthree_agile_info p {
     font-size: 2.5em;
    color: #212121;
    font-weight: 700;
    letter-spacing: 3px;
    font-family:sans-serif;
}
/*--//banner_info --*/
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.wthree-tittle {
    margin-bottom: 5em;
    margin-top: 2em;
}

h3.agile_title {
	font-size: 2em;
    color: #212121;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-weight: 700;
}
h3.agile_title:after {
    content: '';
    background: #ffb300;
    height: 4px;
    width:7%;
    position: absolute;
    top: 46%;
    left: 32%;
}
h3.agile_title.one.two {
    color: #fff;
}
h3.agile_title.one:after {
    content: '';
    background: #ffb300;
    height: 4px;
    width: 7%;
    position: absolute;
    top: 46%;
    left: 32%;
}
h3.agile_title.one.two:after {
    content: '';
    background:#ffb300;
    height: 4px;
    width: 7%;
    position: absolute;
    top: 46%;
    left: 31%;
}
p.w3l-agile-its-title {
    text-align: center;
    font-size:0.9em;
       color: #747474;
    letter-spacing: 2px;
}   
p.w3l-agile-its-title.second {
	 color: #ffb300;
}
.about_panel{
	margin:0 !important;
}
.w3ls_logo_about{
	padding-bottom:0 !important;
}
.wthree_about_grid_left h2 {
    font-size: 1.5em;
    color: #333;
    margin-bottom: 1em;
}
.wthree_about_grid_left h2 span {
    color: #212121;
    text-transform: uppercase;
}
.agileits_breadcrumbs_left ul {
    padding: .3em 0 0;
}
.w3_about_grids{
	margin:3em 0 0;
}
.w3_about_grid_left h5{
	color:#212121;
	font-size:1.3em;
	text-transform:capitalize;
	line-height:1.5em;
}
.w3_about_grid_left p{
	color:#999;
	line-height:2em;
	font-style:italic;
	margin:1em 0;
}
.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 35px;
}
.panel-title {
    font-size: 0.9em;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
}
.panel-default {
    border-color: #FFF;
	background: #f5f5f5;
}
.panel-default > .panel-heading {
    border-color: #FFF;
    color: #fff;
    background-color: #212121;
}
.panel-body {
    padding: 1.5em;
    font-size: 14px;
    line-height: 2em;
    color: #555;
}
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;
}
.wthree_about_grid_left p {
    font-size: 0.9em;
    line-height: 2em;
    margin-bottom: 2em;
    color: #555;
}
.panel-heading {
    padding: 10px 23px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.wthree_about_grid_right {
    float: right;
   
}
.wthree_about_grid_right img{
	 text-align: center;
    margin: 0 auto;
	
}
.wthree_about_grid_right {
    float: right;
    margin-top: 3em;
}
/*-- //about --*/
/*--/agile_bottom --*/
.agile_team_left h3{
	font-size:2em;
	color:#fff;
	text-align:center;
}
.agile_team_grid{
	padding:0;
}

.w3ls_banner_bottom_grid  {
    overflow: hidden;
    position: relative;
    text-align: center;
	padding:0;
    cursor: pointer;
}

.w3ls_banner_bottom_grid .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}

.w3ls_banner_bottom_grid:hover .overlay {
      background-color: rgba(253, 253, 253, 0.68);
}

.w3ls_banner_bottom_grid  img {
  display: block;
  position: relative;
    opacity: 0.9;
}

.w3ls_banner_bottom_grid h4 {
    text-transform: capitalize;
    color: #ffffff;
    text-align: center;
    position: relative;
    font-size: 1.2em;
    padding: 10px 0;
    width: 55%;
    margin: 58px auto 2px;
    background: #212121;
    border-radius: 2px;
    -webkit- border-radius: 2px;
    -ms- border-radius: 2px;
    /*---------------------------------------------*/
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}

.w3ls_banner_bottom_grid:hover h4 {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -moz-transform:translateY(50px);
  -o-transform: translateY(50px);
}

.w3ls_banner_bottom_grid .social_agileinfo{
    text-transform: uppercase;
    color: #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
     
    transform: scale(0);
    -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    font-weight: normal;
    margin: 0;
    padding:7em 2em 0em;
}
.social_agileinfo p{
    color: #212121;
    font-size: 0.8em;
    margin-top: -2em;
    text-align: justify;
    text-transform: none;
}
.video-responsive {
position: relative;
padding-bottom: 30%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
    margin-top: 3em;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.w3ls_banner_bottom_grid:hover .social_agileinfo{
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.social_agileinfo li{
	display:inline-block;
	float: none !important;
}
.social_agileinfo li a{
	width:32px;
	height:32px;
	display:block;
	border:2px solid #fff;
	text-align:center;
	color:#fff;
	border-radius:50%;
}
.social_agileinfo li a i {
    font-size: 0.9em;
    line-height: 2.4em;
}
.w3_facebook:hover{
	border:1px solid #3b5998;
	background:#3b5998;
}
.w3_twitter:hover{
	border:1px solid #1da1f2;
	background:#1da1f2;
}
.w3_instagram:hover{
	border:1px solid #833ab4;
	background:#833ab4;
}
.w3_google:hover{
	border:1px solid #dd4b39;
	background:#dd4b39;
}
/*--//agile_bottom --*/
/*--counter-section--*/
.count-bgcolor-w3ls {
    margin: 0 auto;
}
.count-grid {
    text-align: center;
}
.count-grid span {
    background: #ffb300;
    display: block;
    width: 62px;
    height: 2px;
    margin: 0 auto;
}
.count-grid h4 {
    font-size: 4em;
	color:#fff;
}
.count-grid h5 {
   font-size: 1em;
    color: #c0c0c0;
    margin-top: 0.5em;
    letter-spacing: 1px;
}
.count-grid i {
    font-size: 2em;
    color: #bebebe;
}
.numscroller {
    font-size: 1.5em;
    color: #fff;
    padding: 0.3em 0;
}
.count-grids h3 span {
    color: #fff;
}
.count-agileits {
    background: #212121;
    padding: 1em 0;
} 
.count-agileits > .robot {
    margin: 0 auto;
    width: 85%;
} 
.count-agileits h4 {
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 0.5em;
}
.count-agileits  h2 {
    color: #ffb300;
    font-size: 16px;
    display: inline-block;
    margin: 1em;
}
.count-agileits  spam {
    color: #fff;
}
p.counter {
    color: #fff;
    font-size: 1.8em;
    font-weight: bold;
	margin:0.2em 0;
}
/*-- /gallery --*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #212121;
    cursor: pointer;
    background: #ffb300;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
}
.nav-tabs > li > a {
      margin-right: 3px;
    font-size: 1em;
    color: #ffffff;
    border-radius: 2px;
    -webkit-border-radius:2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: .5em 1em;
    background: #212121;
}
.nav-tabs > li > a:focus{
	background:transparent;
}
.nav-tabs {
    border-bottom: none;
    margin: 3em 0;
    text-align: center;
}
.nav-tabs > li {
    margin: 0 15px;
    float: none;
    display: inline-block;
}
.nav-tabs > li > a:hover {
    color: #FFFFFF;
    background: #363636;
    border: 0;
}
.agile-gallery-info{
    padding: 1em;
    background: rgba(113, 113, 113, 0.09);
    margin-bottom: 1em;
    border-bottom: solid 2px #c0c0c0;
}   
.agile-gallery-info h5{
    color: #212121;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0;
}
.agile-gallery-info p{
       color: #555;
    font-size: .8em;
    margin:0;
}
.agile-gallery-info{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.w3_tab_img_left:hover .agile-gallery-info{
    border-bottom: solid 2px #727272;
     border-bottom-style: dotted;

}
.w3_tab_img_left:hover .agile-gallery-info p{
    color:#212121;
}
/*-- //gallery --*/
.wthree_testimonials_grid{
	position: relative;
    margin: 6em auto 0;
    background: rgba(255, 0, 0, 0.26);
    padding: 6em 5em 3em;
}
.wthree_testimonials_grid1,.wthree_testimonials_grid{
	width: 100%;
}
.wthree_testimonials_grid:after{
	content: '';
    width: 4%;
    height: 10px;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid rgba(226, 221, 221, 0.26);
    position: absolute;
    bottom: -7%;
    right: 10%;
}
.wthree_testimonials_grid h4{
	font-size: 1.4em;
    color: #000;
    line-height: 1.5em;
    font-weight: bold;
	text-transform:uppercase;
}
.wthree_testimonials_grid p{
	color: #fff;
    line-height: 2em;
    margin: 1em 0 0;
}
.wthree_testimonials_grid_pos{
	position: absolute;
    top: -30%;
    left: 43%;
}
.wthree_testimonials_grid1{
	text-align:right;
	margin: 0 auto;
}
.wthree_testimonials_grid1 h5{
	font-size: 1em;
    color: #fdbd10;
    margin: 1.5em 0 1em;
}
.wthree_testimonials_grid1 p{
	color:#fff;
}
/*--flexisel--*/
.flex-slider{	
	background:#222227;
	padding: 70px 0 165px 0;
}
.opportunity{
	background:#28282e;
	margin:0px 20px;
	padding:80px 0;
	position:relative;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
    padding: 0;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:34px;
	height:39px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	top:46% !important;
}
.nbs-flexisel-nav-left {
	left: 13%;
    background:rgba(0, 0, 0, 0.78) url(../images/left1.png) no-repeat 0px 3px;
}
.nbs-flexisel-nav-right {
    right: 13%;
    background: rgba(0, 0, 0, 0.78) url(../images/right1.png) no-repeat 3px 3px;
}

.wthree_testimonials_grid_main {
    padding-bottom: 1em;
}
.wthree_testimonials_grid_pos img {
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
    border: 6px solid rgba(226, 221, 221, 0.26);
}
/*--//flexisel--*/
/*-- services --*/
.services{
	padding:4em 0;
    background: #fff !important;
}
.w3-agileits-services-grids{
	margin:4em 0 0 0;
}

/*--slider--*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}

.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  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);
    top: 100px;
    left: 0;
    opacity: 0.6;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 40px;
    height: 40px;
    background: transparent url("../images/arrows.png") no-repeat right top;
}
.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
 }
 .callbacks_nav.prev {
    right: auto;
    background-position: left top;
    left: 0;
}
#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: 315px;
    left: 230px;
    padding: 0;
    margin: 0;
    z-index: 990;
    display: inline-block;
    text-align: center;
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li{
       display: inline-block;
    margin: 0 5px;
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
	content: "\f111";
    font-size: 0;
    visibility: visible;
    display: block;
    height: 10px;
    width: 10px;
    display: inline-block;
    background:rgba(255, 255, 255, 0.38);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.callbacks_here a:after{
    height: 10px;
    width: 10px;
    display: inline-block;
    background: #fdbd10;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.services-info{
	position:relative;
}
/*-- //slider --*/
.services-right-grid {
    text-align: center;
}
i.fa.fa-anchor, i.fa.fa-comment, i.fa.fa-heartbeat,i.fa.fa-magnet,i.fa.fa-thumbs-up {
    color: #ffffff;
    font-size: 2em;
}
.services-icon{
    width: 70px;
    height: 70px;
    text-align: center;
    border: solid 2px rgba(33, 33, 33, 0.63);
    padding: 1em;
    margin: 0 auto;
}
/* Radial In */
.hvr-radial-in {
  display: 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;
  overflow: hidden;
    cursor: pointer;
      background: rgba(33, 33, 33, 0.1);
  -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: #ffb300;
  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, .hvr-radial-in:focus, .hvr-radial-in:active {
  color: white;
}
.services-right-grid:hover div.hvr-radial-in:before{
  -webkit-transform: scale(0);
  transform: scale(0);	
}
.services-right-grid:hover i.fa.fa-anchor,.services-right-grid:hover i.fa.fa-comment,.services-right-grid:hover i.fa.fa-heartbeat,.services-right-grid:hover i.fa.fa-magnet,.services-right-grid:hover  i.fa.fa-thumbs-up{
	color:#FFFFFF;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;	
}
.services-icon-info h5{
        color: #212121;
       font-size: 1.1em;
    font-weight:400;
    margin: 1em 0 0 0;
}
.services-right-grids:nth-child(2){
	margin:2em 0;
}
.services-right-grid i {
    color: #212121;
    font-size: 1.5em;
}
.services_w3lagileinfo h4 {
  font-size: 1.4em;
    color: #ffb300;
    font-weight: bold;
    margin: 0.5em 0 3em 0;
    text-transform: uppercase;
}
/*-- //services --*/
/*-- /contact --*/
#contact {
    width: 100%;
}
.mail-grid1-form {
    padding: 3em;
    background-image: url(../images/correo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
  }  
.dos-columnas{
	margin-top: 50px;
}
.formulario{
	width: 95%;
	margin: auto;
	color:#999;
    background-image: url(../images/correo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 2px solid rgba(0, 102, 178, 0.15);
     border-radius: 3px;
    -webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
}
.caja-1{
	width: 400px;
	height: 40px;
	margin: 20px 20px;
	padding: 10px;
    background: rgba(255, 255, 255, 0.40);
	font-size: 12px;
    color: #212121;
    border: 1px solid rgba(33, 33, 33, 0.50);
    border-radius: 5px;
    -webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}
.caja-2{
	width: 90%;
	height: 200px;
	margin: 20px 20px;
	padding: 10px;
     color: #212121;
    background: rgba(255, 255, 255, 0.50);
	font-size: 13px;
    border: 1px solid rgba(33, 33, 33, 0.50);
    border-radius: 5px;
    -webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}
.correr{
	margin: 20px 20px;
	padding: 10px 40px;
    background: #ffb300;
    color: #212121;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}
.correr:hover{
    background: rgba(255, 179, 0, 0.85);
    color: #ffffff;
}
.formulario2{
	width: 100%;
	margin: auto;
	color:#999;
    padding: 10px 10px;
}
.formulario2 .caja-1{
    color: #212121;
	width: 450px;
	height: 45px;
	margin: 20px 20px;
	padding: 10px;
	font-size: 12px;
    border-radius: 5px;
     border: 1px solid rgba(33, 33, 33, 0.40);
    -webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}
.formulario2 .caja-2{
	width: 100%;
	height: 200px;
	margin: 20px 20px;
	padding: 10px;
	font-size: 13px;
    border: 1px solid rgba(33, 33, 33, 0.40);
    border-radius: 5px;
    -webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}
.formulario2 .correr{
	margin: 20px 20px;
	padding: 10px 100px;
    float: right;
    background: rgba(255, 179, 0, 0.65);
    color: #212121;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}
.formulario2 .correr:hover{
    background: rgba(255, 179, 0, 0.85);
    color: #ffffff;
}
.limpia{
	clear: both;
}
/*-- footer --*/
.footer {
   background: url(../images/piepag.png) no-repeat;
   background-size:cover;
    padding: 0;
    height: 440px;
    position: relative;
    text-align: center;
    z-index: 999;
    padding-top: 4em;
    margin: 0;
}
.footer2{
    width: 100%;
    padding: 0.5em;
    text-align: left;
    background-color: transparent;
    padding-left: 3em;
}
.der1{
    float: left;
    text-align: center;
    padding: 1.5% 0 0 0;
    font-family:sans-serif;
    color: #212121;
}
.der{
    display:inline-block;
    text-align: center;
    padding: 5px 30px 5px 30px;
}
.izq{
    display:inline-block;
    padding: 5px 20px 5px 20px;
}
.center{
   display:inline-block;
    padding: 5px 20px 5px 25px;
    border-left: 1px solid #c0c0c0;
}
.agileinfo_footer_grid h3 {
    font-size: 1.2em;
    color: #212121;
    position: relative;
    margin-bottom: 1.5em;
    padding-left: 0;
    letter-spacing: 1px;
}
.agileinfo_footer_grid h3:after {
    content: '';
    background: #fdbd10;
    height: 3px;
    width: 29%;
    position: absolute;
    top: 6%;
    left: -2%;
}
.agileinfo_footer_grid img{
    width: 40%;
    padding: 1em 0 1em 0;
}
.agileinfo_footer_grid2 img{
padding: 12px;
    clear: both;
}

.agileinfo_footer_grid p{
	color: #212121;
    line-height: 2em;
	font-size: 0.8em;
    text-align: justify;
}
.menu__item2{ 
    list-style: none;
} 
.menu__item2 a{ 
    color: #212121;
    font-size: 13px;
    padding: 15px;
    margin: 0;
} 
.menu__item2 a:hover { 
    border-left: 1px solid rgba(198, 197, 197, 0.83);
    border-right: 1px solid rgba(198, 197, 197, 0.83);
} 
ul.agileinfo_social_icons li{
	display:inline-block;
	margin-top:4em;
}
ul.agileinfo_social_icons li:last-child{
	margin-bottom:0;
    display:inline-block;
}
ul.agileinfo_social_icons li a{
	font-size: 0.8em;
	text-transform:uppercase;
    display: inline-block;
	text-decoration:none;
}
ul.agileinfo_social_icons li a i:hover{
    color: #ffb300;
}
ul.agileinfo_social_icons li a i{
	    text-align: center;
    line-height: 35px;
    color: #fff;
}
ul.agileinfo_social_icons li a span{
    border-radius: 35px;
	margin: 1px;
    display: inline-block;
	    margin-right: 3em;
}
ul.agileinfo_social_icons li a.facebook span{
    background: #212121;
    width: 35px;
    height: 35px;
}
ul.agileinfo_social_icons li a.twitter span{
	background:#212121;
    width: 35px;
    height: 35px;
}
ul.agileinfo_social_icons li a.google span{
	    background: #212121;
    width: 35px;
    height: 35px;
}
ul.agileinfo_social_icons li a.instagram span{
	background:#212121;
    width: 35px;
    height: 35px;
}
.agileinfo_footer_grid {
    text-align: center;
}
.w3lagile_copy_right {
    padding: 1.5em 0;
      background: #070707;
    text-align: center;
}
.w3lagile_copy_right p{
	color:#fff;
	line-height:1.8em;
}
.w3lagile_copy_right p a{
	text-decoration:none;
	    color: #212121;
}
.w3lagile_copy_right p a:hover{
	color:#fff;
}
/*-- //footer --*/
/*-- to-top --*/
#toTop {
	    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 25px;
    overflow: hidden;
    width:40px;
    height:40px;
    border: none;
    text-indent: 100%;
    background: url(../images/arrow.png) no-repeat 0px 0px;
}
/*-- //to-top --*/
/*--/responsive-stats-here--*/
@media(max-width:1440px){
	.about, .gallery {
		padding:4em 0;
	}
	#contact {
		padding-top:4em;
	}
}
@media(max-width:1366px){
	.banner_wthree_agile_info h3 {
		font-size: 2.8em;
		letter-spacing: 3px;
	}
}
@media(max-width:1280px){
	.banner_wthree_agile_info {
		margin: 11% auto 0;
		width: 48%;
		padding: 1em 1em 1.9em 1em;
	}
	.banner ul li {
		width: 100%;
		height:450px!important;
	}
	.banner {
		height:450px!important;
	}
	.banner ul li:nth-child(1), .banner ul li:nth-child(2), .banner ul li:nth-child(3) {
		min-height:450px!important;
	}
	.banner ol {
		width: 84px!important;
		height: 20px;
		left: 50%;
		margin-left: -43px!important;
		bottom:74px;
		padding: 0 10px;
		border-radius: 10px;
	}
	.w3ls_banner_bottom_grid h4 {
		font-size: 1.2em;
		padding: 10px 0;
		width: 55%;
		margin: 29px auto 2px;
	}
}
@media(max-width:1080px){
	.banner_wthree_agile_info p {
        font-size: 2em;
        letter-spacing: 4px;
	}
	.banner ul li {
		width: 100%;
		height:500px!important;
	}
	.banner {
		height:500!important;
	}
	.banner ul li:nth-child(1), .banner ul li:nth-child(2), .banner ul li:nth-child(3) {
		min-height:500px!important;
	}
	.w3ls_banner_bottom_grid h4 {
		font-size: 1.1em;
		padding: 10px 0;
		width: 55%;
		margin: 29px auto 2px;
	}
	h3.agile_title {
      font-size: 1.8em;
	}
	h3.agile_title:after {
		position: absolute;
		top: 46%;
		left: 33%;
	}
	.w3ls_banner_bottom_grid h4 {
		font-size: 1em;
		padding: 10px 0;
		width: 55%;
		margin: 6px auto 2px;
	}
    .social_agileinfo p{
    
    font-size: 0.8em;
    margin-top: -4em;
        letter-spacing: 0;
}
	.services-icon-info h5 {
       font-size: 1em;
	}
	.callbacks_tabs {
		top: 277px;
		left: 186px;
	}
	.wthree_services_slider {
		min-height: 373px;
		margin: 0;
		padding-top: 6em;
	}
}
@media(max-width:1050px){
	.about, .gallery,.services {
		padding: 2em 0;
	}
	.services {
    padding: 3em 0;
	}
}
@media(max-width:1024px){
	.banner_wthree_agile_info {
		margin: 14% auto 0;
		width: 60%;
		padding: 1em 1em 1.9em 1em;
	}
	.banner ul li {
		width: 100%;
		height:480px!important;
	}
	.banner {
		height:480px!important;
	}
    .banner ol {
      width:100px!important;
    }
	.banner ul li:nth-child(1), .banner ul li:nth-child(2), .banner ul li:nth-child(3) {

		min-height:480px!important;
	}
	.agents {
		min-height: 560px;
		padding-top: 6em;
	}
	.agents {
		min-height: 560px;
		padding-top: 6em;
	}
	.agents.testmo {
		min-height:650px;
		padding-top: 6em;
	}
	.contact-right {
		padding-left: 1em;
		float: left;
		padding-top: 8px;
		width: 80%;
	}
	.mail-agileits-w3layouts {
		padding: 0 6px;
		width: 25%;
		float: left;
	}
	.navbar-brand {
		padding: 0;
		font-size: 0.85em;
	}
	.nav-tabs {
       margin:3em 0;
	}
	.services {
    padding: 3em 0;
	}
	#contact {
		padding-top:0;
	}
}
@media(max-width:991px){
    .wthree-tittle {
    margin-bottom: 5em;
    margin-top: 1em;
}
	.navbar-brand {
		font-size: 1em;
	}
	.menu__link {
		font-size: .9em;
	}
    .logov img{
        width:220px;
        height:60px;
        margin-top: -.7em;
        margin-left: -4em;
    }
	.menu--iris .menu__item {
		margin: 0 0.2em;
	}
	.navbar-nav > li > a {
		padding: 0 1em;
	}
	.agent s {
		min-height: 563px;
		padding-top: 6em;
	}
	.services_w3lagileinfo h4 {
		font-size: 1.2em;
		margin: 0.5em 0 3em 0;
    }
	p.logo_w3l_agile_caption {
		letter-spacing: 5px;
	}
	.count-grid {
		text-align: center;
		float: left;
		width: 50%;
	}
	.count-grid:nth-child(1),.count-grid:nth-child(2){
		margin-bottom:2em;
	}
	.wthree_about_grid_right {
		float: left;
		margin-top: 3em;
	}
	.wthree_about_grid_right img {
		width:80%;
	}
	.w3ls_banner_bottom_grid h4 {
		font-size: 1em;
		padding: 10px 0;
		width: 55%;
		margin: 84px auto 2px;
	}
	.callbacks_tabs {
		top: 265px;
		left: 308px;
	}
	h3.agile_title:after {
		position: absolute;
		top: 46%;
		left: 27%;
		width: 10%;
	}
	.w3ls_team_grid {
		width: 50%;
		float: left;
	}
	.w3ls_team_grid:nth-child(1),.w3ls_team_grid:nth-child(2){
		 margin-bottom:2em;
	}
	.agents {
		min-height: 661px;
		padding-top: 4em;
	}
	.w3ls_team_grid h4 {
		margin: 2em 0 0.3em;
		font-size: 1em;
	}
	.agile-gallery-info h5 {
		font-size: 0.9em;
		letter-spacing: 2px;
	}
	.w3ls_banner_bottom_grid {
		float: left;
		width: 50%;
	}
	.w3ls_banner_bottom_grid h4 {
		font-size: 1.5em;
		padding: 10px 0;
		width: 55%;
		margin: 119px auto 2px;
	}
	.wthree-tittle {
		margin-bottom: 2em;
	}
	.agents {
		min-height: 800px;
		padding-top: 2em;
		padding-bottom: 3em;
	}
	.wthree_testimonials_grid1, .wthree_testimonials_grid {
		width: 94%;
	}
	.nbs-flexisel-nav-right {
		right: 1%;
		background: rgba(0, 0, 0, 0.78) url(../images/right1.png) no-repeat 3px 3px;
	}
	.nbs-flexisel-nav-left {
		left: 1%;
		background: rgba(0, 0, 0, 0.78) url(../images/left1.png) no-repeat 0px 3px;
	}
	h3.agile_title.one.two:after {
		height: 4px;
		width: 10%;
		position: absolute;
		top: 46%;
		left: 22%;
	}
	.mail-agileits-w3layouts {
		padding: 0 2px;
		width: 100%;
		float: left;
		margin-top: 3%;
	}
	.footer {
		min-height: 400px;
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.agileinfo_footer_grid h3 {
		font-size: 1em;
		margin-bottom: 1em;
		padding-left: 0;
		letter-spacing: 1px;
	}
    ul.agileinfo_social_icons li{
	display:inline-block;
	margin-top:2em;
}
	.agileinfo_footer_grid h3:after {
		height: 3px;
		width: 17%;
		top: 46%;
		left: 0%;
	}
	ul.w3agile_footer_grid_list li span {
		display: block;
		margin: 1em 0 0;
		padding-left: 2.5em;
		text-align: left;
	}
	.agileinfo_footer_grid:nth-child(2) {
		 margin:2em 0;
        display: inline-block;
	}
	ul.agileinfo_social_icons li {
		display: inline-block;
	}
	.agileinfo_footer_grid {
		padding: 0;
	}
	.map iframe {
		width: 100%;
		min-height: 350px;
		border: none;
	}
	.agents.testmo {
		min-height: 613px;
		padding-top: 4em;
	}
	h3.agile_title.one:after {
	   
		height: 4px;
		width: 9%;
		position: absolute;
		top: 46%;
		left: 25%;
	}
	.nav-tabs {
		margin: 2em 0;
	}
    .agileinfo_footer_grid {
        width: 50%;
        float: left;
        display: inline-block;
    }
    .formulario{
	width: 100%;
        border: none;
}
.caja-1{
	width: 350px;
	height: 40px;
    }
    .footer {
   background-image:url(../images/piepag2.png);
   background-size:cover;
    }
} 

@media(max-width:800px){
    .logov img{
        width:150px;
        height:55px;
        margin-top: -.7em;
        margin-left: 1em;
    }
	.banner_wthree_agile_info {
		margin: 14% auto 0;
		width: 65%;
		padding: 1em 1em 1.9em 1em;
	}
	.banner ul li {
		width: 100%;
		height:370px!important;
	}
	.banner {
		height:370px!important;
	}
	.banner ul li:nth-child(1),.banner ul li:nth-child(2),.banner ul li:nth-child(3) {

		min-height:370px!important;
	}
	.banner i {
		width: 32px;
		height: 64px;
	}
	.agents {
		min-height: 800px;
		padding-top: 3em;
		padding-bottom: 3em;
	}
	.agents.testmo {
		min-height: 583px;
		padding-top: 3em;
	}
	.w3_tab_img_left {
		padding: 0 5px;
	}
	.nav-tabs > li {
       margin: 0 3px;
	}
}
@media(max-width:768px){
	.contact-bnr-w3-agile {
		float: left;
	}
	.social-bnr-agileits {
		float: none;
		margin-left: 1em;
		text-align: Center;
		margin: 0 auto;
		width: 24%;
	}
	.contact-bnr-w3-agile ul li {
       padding: 5px 20px;
	}
	.banner_wthree_agile_info h3 {
		font-size: 2.2em;
		letter-spacing: 3px;
	}
	.banner_wthree_agile_info p {
		font-size: 1.8em;
		letter-spacing: 0;
	}
	.banner ul li {
		width: 100%;
		height:350px!important;
	}
	.banner {
		height:350px!important;
	}
	.banner ul li:nth-child(1),.banner ul li:nth-child(2),.banner ul li:nth-child(3) {

		min-height:350px!important;
	}
	.w3ls_banner_bottom_grid h4 {
		font-size: 1em;
		padding: 10px 0;
		width: 55%;
		margin: 79px auto 2px;
	}
	.mail-grid1-form {
		padding: 1em;
	}
	.services-right-grid {
		text-align: center;
		float: left;
		width: 50%;
	}
   
.dos-columnas{
	margin-top: 20px;
}
.formulario{
	width: 98%;
    border: 0;
}
.caja-1{
	width: 300px;
    background: #fff;
    color: #000000;
}
.caja-2{
     color: #000000;
    background: #fff;
}
	
}
@media(max-width:767px){
    .navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle {
		border-color: #c0c0c0;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #ffb300;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
	}
	.nav > li > a {
		display: inline-block;
	}
	.navbar-collapse {
		box-shadow: none;
	}
	.menu__list {
		margin: 0;
		padding: 1em 0;
		background: #3b3b3b;
		text-align: center;
	}
	.menu--iris .menu__item {
		margin: 0 0 2em;
	}
	.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: 100%;
		z-index: 999;
	}
	.navbar-toggle {
		margin: .8em 0 0;
	}
	.navbar-nav > li > a {
		padding: 0 3em;
	}
	.nav-tabs {
		margin: 2em 0;
	}
	.w3_tab_img_left {
		padding: 0 5px;
		width: 50%;
		float: left;
	}
	.navbar-toggle {
		margin: 0em 0 0;
		border-radius: 5px;
		padding: 10px 10px;
	}
}
@media(max-width:736px){
	.contact-bnr-w3-agile ul li {
		padding: 10px 20px;
	}
	.w3ls_banner_bottom_grid h4 {
		font-size: 1em;
		padding: 10px 0;
		width: 55%;
		margin: 49px auto 2px;
	}
	.w3ls-text {
		width: 80%;
		margin: 2em auto 0;
	}
	.callbacks_tabs {
		top: 265px;
		left: 290px;
	}
}
@media(max-width:667px){
	.social-bnr-agileits {
		float: none;
		margin-left: 1em;
		text-align: Center;
		margin: 0 auto 3em;
		width: 34%;
	}
	.contact-bnr-w3-agile ul li {
		padding: 5px 10px;
	}
	.banner_wthree_agile_info h3 {
		font-size: 2em;
		letter-spacing: 2px;
	}
	.banner_wthree_agile_info {
		margin: 14% auto 0;
		width: 72%;
		padding: 1em 1em 1.9em 1em;
	}
	.banner .right {
		right:30px;
		background: url(../images/right1.png) no-repeat 1px 14px;
	}
	.banner .left {
		left:30px;
		background: url(../images/left1.png) no-repeat 1px 14px;
	}
	.callbacks_tabs {
		top: 265px;
		left: 256px;
	}
}
@media(max-width:640px){
	.contact-bnr-w3-agile ul li {
		padding: 2px 8px;
	}
	.banner ul li {
		width: 100%;
		height:330px!important;
	}
	.banner {
		height:330px!important;
	}
	.banner ul li:nth-child(1),.banner ul li:nth-child(2),.banner ul li:nth-child(3) {

		min-height:330px!important;
	}
	.wthree_about_grid_left h2 {
		font-size: 1em;
		margin-bottom: 1em;
	}
	ul.agileinfo_social_icons li a.facebook span,ul.agileinfo_social_icons li a.twitter span,ul.agileinfo_social_icons li a.google span,ul.agileinfo_social_icons li a.instagram span {
		width: 32px;
		height: 32px;
	}
	ul.agileinfo_social_icons li a i {
		line-height: 33px;
	}
}
@media(max-width:600px){
	.banner_wthree_agile_info p {
		font-size: 1.2em;
		letter-spacing: 3px;
		line-height: 1.7em;
	}
	.contact-bnr-w3-agile ul li {
		padding: 2px 2px;
		font-size: 12px;
	}
	.wthree_services_slider {
		min-height: 344px;
		margin: 0;
		padding-top: 3em;
	}
	.callbacks_tabs {
		top: 231px;
		left: 214px;
	}	
	.nav-tabs > li > a {
		margin-right:2px;
		font-size: 0.9em;
		padding: .5em 0.8em;
	}
    .footer {
       background-image:url(../images/piepag3.png);
       background-size:cover;
    }
     .agileinfo_footer_grid {
        width: 100%;
         margin-bottom: 2em;
    }
     footer jarallax img {
        width: 100%;
         margin-bottom: 2em;
    }
}
@media(max-width:568px){
	.banner_wthree_agile_info h3 {
		font-size: 1.8em;
		letter-spacing: 2px;
	}
	.contact-bnr-w3-agile ul li {
		padding: 13px 38px;
		font-size: 13px;
		margin-right: 35px;
	}
	#contact {
		padding-top:2em;
	}
}
@media(max-width:480px){
	.social-bnr-agileits {
		float: none;
		margin-left: 1em;
		text-align: Center;
		width: 43%;
	}
	.contact-bnr-w3-agile ul li {
		padding: 10px 20px;
		font-size: 12px;
		margin: 0 auto;
	}
	.banner_wthree_agile_info h3 {
		font-size: 1.4em;
		letter-spacing: 2px;
	}
	.banner ul li {
		width: 100%;
		height:280px!important;
	}
	.banner {
		height:280px!important;
	}
	.banner ol {
		width: 100px!important;
		height: 20px;
		left: 50%;
		margin-left: -43px!important;
		bottom: 0;
	}
	h3.agile_title {
		font-size: 1.4em;
	}
	h3.agile_title:after {
		position: absolute;
		top: 46%;
		left: 18%;
		width: 14%;
	}
	.w3ls_banner_bottom_grid h4 {
        font-size: .9em;
		padding: 5px 0;
		width: 70%;
		margin: -10px auto 2px;
	}

	.w3ls-text h5 {
		font-size: 1.2em;
		margin: 0 0 1em 0;
		line-height: 1.5em;
	}
	.wthree_services_slider {
		min-height: 312px;
		margin: 0;
		padding-top: 2em;
	}
	.callbacks_tabs {
		top: 219px;
		left: 166px;
	}
	.about, .gallery,.services {
		padding:1em 0;
	}
	.agents {
		min-height: 717px;
		padding-top: 3em;
		padding-bottom: 3em;
	}
	h3.agile_title.one.two:after {
		height: 4px;
		width: 12%;
		position: absolute;
		top: 46%;
		left: 18%;
	}
	.w3ls_team_grid h4 {
		margin: 2em 0 0.3em;
		font-size: 0.9em;
	}
	.nav-tabs > li > a {
		margin-right: 0px;
		font-size: 0.9em;
		padding: .5em 0.4em;
	}
	.nav-tabs > li {
		margin: 0 0px;
	}
	.wthree_testimonials_grid{
	    position: relative;
		margin: 6em auto 0;
		padding: 3em 3em 2em;
	}
	.wthree_testimonials_grid p{
		font-size:0.85em;
		line-height:1.9em;
	}
	.agents.testmo {
		min-height: 522px;
		padding-top: 3em;
	}
	.wthree_about_grid_left {
		padding: 0;
	}
}
@media(max-width:414px){
	.social-bnr-agileits {
		float: none;
		margin-left: 1em;
		margin: 0 auto 3em;
		width: 50%;
	}
	.numscroller {
		font-size: 1.3em;
		padding: 0.3em 0;
	}
	.count-grid h5 {
		font-size: 0.9em;
		margin-top: 0.5em;
		letter-spacing: 1px;
	}
	p.w3l-agile-its-title {
		font-size: 0.85em;
		letter-spacing: 6px;
	}
	.wthree-tittle {
		margin-bottom: 1.2em;
	}
	.wthree_about_grid_left h2 {
		font-size: 1em;
		margin-bottom: 0.5em;
	}
	.w3ls_banner_bottom_grid {
		float: left;
		width: 100%;
	}
	.w3ls_banner_bottom_grid h4 {
		font-size: 1em;
		padding: 10px 0;
		width: 55%;
		margin: 40px auto 2px;
	}
	.services-icon-info h5 {
		font-size: 0.9em;
	}
	.services_w3lagileinfo h4 {
		font-size: 0.9em;
		margin: 0.5em 0 1em 0;
		text-align: center;
	}
	.services-right-grid {
		text-align: center;
		float: left;
		width: 50%;
		padding: 0;
	}
	.w3ls-text h5 {
		font-size: 1em;
		margin: 0 0 0.5em 0;
		line-height: 1.5em;
	}
	.w3ls-text {
		width: 93%;
		margin: 2em auto 0;
	}
	.callbacks_tabs {
		top: 197px;
		left: 129px;
	}
	.wthree_services_slider {
		min-height: 279px;
		margin: 0;
		padding-top: 2em;
	}
	.banner_wthree_agile_info h3 {
		font-size: 1.3em;
		letter-spacing:1px;
	}
	.banner .right {
		right:10px;
		background: url(../images/right1.png) no-repeat 1px 14px;
	}
	.banner .left {
		left:10px;
		background: url(../images/left1.png) no-repeat 1px 14px;
	}
	.w3ls_team_grid h4 {
		margin: 2em 0 0.3em;
		font-size: 0.8em;
	}
	.agents {
		min-height: 621px;
		padding-top: 3em;
		padding-bottom: 3em;
	}
	h3.agile_title.one.two:after {
		height: 4px;
		width: 15%;
		position: absolute;
		top: 49%;
		left: 11%;
	}
	h3.agile_title.one:after {
		height: 4px;
		width: 14%;
		position: absolute;
		top: 48%;
		left: 12%;
	}
	.mail-grid1-form {
		padding: 2em 1em;
	}
	h3.tittle-w3 {
		font-size: 1.4em;
		margin-bottom: 1em;
	}
	.wthree_testimonials_grid_pos {
		position: absolute;
		top: -36%;
		left: 36%;
	}
	.map iframe {
		width: 100%;
		min-height: 250px;
		border: none;
	}
	p.w3l-agile-its-title {
		font-size: 0.8em;
		letter-spacing: 5px;
	}
	
	.w3lagile_copy_right p {
		line-height: 1.8em;
		font-size: 13px;
	}
}
@media(max-width:384px){

	.banner_wthree_agile_info {
		margin: 14% auto 0;
		width: 72%;
		padding: 1em 0.5em 1em 0.5em;
	}
	.banner ul li {
		width: 100%;
		height:260px!important;
	}
	.banner {
		height:260px!important;
	}
	.banner ul li:nth-child(1),.banner ul li:nth-child(2),.banner ul li:nth-child(3) {

		min-height:260px!important;
	}
	.w3ls_team_grid p {
		font-size: 0.8em;
	}
	.w3ls_team_grid h4 {
		margin: 2em 0 0.3em;
		font-size: 0.7em;
	}
	.agents {
		min-height: 566px;
		padding-top: 3em;
		padding-bottom: 3em;
	}
	.nav-tabs {
		margin: 1.2em 0;
	}
	.nav-tabs > li > a {
		margin-right: 0px;
		font-size: 0.9em;
		padding: .5em 0.6em;
		margin-bottom: 6px;
	}
	.services-right-grid {
		text-align: center;
		float: left;
		width: 100%;
		padding: 0;
		margin-bottom: 1em;
	}
	.services-right-grids:nth-child(2) {
		margin: 1em 0;
	}
	.count-grid h5 {
		font-size: 0.85em;
		margin-top: 0.5em;
		letter-spacing: 1px;
	}
	.count-grid i {
		font-size: 1.7em;
	}
}
@media(max-width:375px){
	p.logo_w3l_agile_caption {
		text-transform: uppercase;
		letter-spacing:3px;
		font-size: 11px;
	}
	.navbar-brand {
		line-height: 26px;
		font-size: 0.65em;
		height: 58px;
		padding: 0;
		float: left;
		width: 81%;
	}
	.navbar-toggle {
		margin: .0em 0 0;
	}
	.banner_wthree_agile_info h3 {
		font-size: 1.3em;
		letter-spacing: 1px;
	}

	.banner_wthree_agile_info {

		margin-top: 8em;
		margin: 11% auto 0;
		width: 94%;
		padding: 0.5em 0.3em 1em 0.3em;
	}
	.banner ul li {
		width: 100%;
		height:250px!important;
	}
	.banner {
		height:250px!important;
	}
	.banner ul li:nth-child(1), .banner ul li:nth-child(2), .banner ul li:nth-child(3) {

		min-height:250px!important;
	}
	.banner ol {
		width: 84px!important;
		height: 20px;
		left: 50%;
		margin-left: -43px!important;
		bottom:56px;
		padding: 0 10px;
	}

	.banner_wthree_agile_info p {
		font-size: 0.85em;
		letter-spacing: 2px;
		line-height: 24px;
	}
	.social-bnr-agileits {
		float: none;
		margin-left: 1em;
		text-align: center;
	}
	.contact-bnr-w3-agile ul li {
    padding: 9px 20px;
     font-size: 13px;
    
	}
	.w3ls_team_grid {
		width: 50%;
		float: left;
		padding: 0 2px;
	}

	.banner i {
		width: 32px;
		height: 60px;
		position: absolute;
		top: 56%;
		margin-top: 1px;
	}
	.wthree_testimonials_grid_pos {
		position: absolute;
		top: -30%;
		left: 33%;
	}
	.banner_wthree_agile_info h3 {
		font-size: 1.1em;
		letter-spacing: 1px;
	}
	p.counter {
		font-size: 1.5em;
		margin: 0.2em 0;
	}
	.callbacks_tabs {
		top: 197px;
		left: 117px;
	}
	.contact-right p {
       font-size: 14px;
	}
	p.w3l-agile-its-title {
		font-size: 0.8em;
		letter-spacing: 4px;
	}
}
@media(max-width:320px){
	.banner_wthree_agile_info p {
		font-size: 0.8em;
		letter-spacing: 2px;
		line-height: 21px;
	}
	.contact-bnr-w3-agile ul li {
		padding: 9px 12px;
		font-size: 13px;
	}
	.social-bnr-agileits {
		float: none;
		margin-left: 1em;
		margin: 0 auto 3em;
		width: 59%;
	}
	.banner ul li {
		width: 100%;
		height:230px!important;
	}
	.banner {
		height:230px!important;
	}
	.banner ul li:nth-child(1), .banner ul li:nth-child(2), .banner ul li:nth-child(3) {

		min-height:230px!important;
	}
	.banner ol {
		left: 50%;
		margin-left: -43px!important;
		bottom:40px;
		padding: 0 10px;
	}
	
	.panel-title {
		font-size: 0.8em;
	}
	h3.agile_title:after {
		position: absolute;
		top: 45%;
		left: 6%;
		width: 18%;
	}
	.w3ls_banner_bottom_grid h4 {
		font-size: 1em;
		padding: 10px 0;
		width: 55%;
		margin: 20px auto 2px;
	}
	.services_w3lagileinfo h4 {
		font-size: 0.95em;
		margin: 0.5em 0 1em 0;
		line-height: 1.6em;
	}
	.services_w3lagileinfo h4 {
		font-size: 0.95em;
		margin: 0.5em 0 1em 0;
		line-height: 1.6em;
	}
	.w3ls-text {
		width: 93%;
		margin: 1em auto 0;
	}
	h3.agile_title.one.two:after {
		height: 4px;
		width: 18%;
		position: absolute;
		top: 46%;
		left: 2%;
	}
	h3.agile_title.one:after {
		height: 4px;
		width: 17%;
		position: absolute;
		top: 48%;
		left: 4%;
	}
	.wthree_testimonials_grid{
	    position: relative;
		margin: 6em auto 0;
		padding:1em 1em 1em;
	}
	.wthree_testimonials_grid img{
		width:70%;
	}
	h3.tittle-w3 {
		font-size: 1.3em;
		margin-bottom: 1em;
	}
	.banner_wthree_agile_info h3 {
		font-size: 1.1em;
		letter-spacing: 1px;
	}
	.callbacks_tabs {
		top: 224px;
		left: 87px;
	}
}
