html, body{
	margin:0;
	font-size: 100%;
	font-family: Roboto,sans-serif;
	background: #fff;
	line-height: 1.5;
}
.top {
	background:#0ec9ba;
	padding: 1px 0 0 0;
}
.box {
    padding: 5px;
    text-align: center;
    color: #333;
	min-height:200px;
    -webkit-box-shadow: 0 1px 6px #2098D1, 0 -1px 1px rgba(0, 12, 255, 0.1);
    box-shadow: 0 1px 6px #2098D1, 0 -1px 1px rgba(0, 12, 255, 0.1);

}
.addons {
  position: relative;
  bottom: 0;
  background: #fff;
  border:1px solid #0ec9ba;
  border-radius: 10px;
}
.addonsfont {
	font-size:30px;
	text-align:center;
}
.addons-content {
  bottom: 0;
  left: 0;
  text-align:center;
  font-size:16px;
  padding:10px;
}
.dot {
    height: 50px;
	width: 50px;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid;
	margin: 10px 0 0 100px;
	text-align:center;
	color:#0ec9ba;
}
.centre {
	text-align:center;
}
#box {
	background: #e6e6e6;
}
#box h2 {
	color: #0ec9ba;
}
.button {
	margin-top: 0px;
	padding: 10px 15px;
	color: #000;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: none;
	background: #0ec9ba;
	float:right;
}
.text-color {
	color:#0ec9ba;
	font-size:14px;
	text-align:center !important;
}
.box:hover {

    -webkit-box-shadow: 0 1px 15px #2098D1, 0 -1px 1px rgba(0, 12, 255, 0.1);
    box-shadow: 0 1px 15px #2098D1, 0 -1px 1px rgba(0, 12, 255, 0.1);

}
body a {
	text-decoration:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a:hover{
 text-decoration:none;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

h1,h2,h3,h4,h5,h6{
	margin: 15px 0;
    font-weight: 600;
}
h1{
	font-size:30px;
	text-align:center;
}
h2{
	font-size:26px;
	text-align:center;
}
h3{
	font-size:24px;
}
h4{
	font-size:22px;
}
h5{
	font-size:18px;
}
h6{
	font-size:18px;
}
.mtb {
	margin:20px 0;
}
.header-color {
	color:#000;
	margin:170px 0;
}
.line {
    width: 260px;
    height: 2px;
    background: #0ec9ba;
    display: table;
    margin: 8px auto;
    transition: all .3s ease-in-out;
    float: none;
}
p{
	margin: 10px 0 10px;
	text-align: justify;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
.navbar-header h1 {
    text-align: center;
}
.navbar-header h1 img {
    margin-right: 0.3em;
}
.navbar-header h1 a {
    color: #FFF;
    text-decoration: none;
    font-size: 33px;
    display: block;
    padding: 17px 20px;
    font-weight: 600;
}
.navbar-header h1 a span {
    font-size: .3em;
    display: block;
    letter-spacing: 8px;
}
.glyphicon.glyphicon-phone {
    color: #000;
    font-size: 33px;
	display: inline;
}
.nav-contact {
    display: inline-block;
    border-right: 2px solid #070707;
    padding-right: 10px;
    margin-right: 10px;
	    float: left;
}
.nav-contact p {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
	    color: #070707;
}
.top-nav-text .call {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-top: 4px;
}
.top-nav-text a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 7px 30px;
    background: #01bcfa;
	margin-left:2em;
	text-decoration:none;
}
.top-nav-text {
    margin-top: 14px;
    float: right;
    width: 29%;
    margin-left: 3em;
}
.hvr-underline-from-center {
  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;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background:#0ec9ba;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

.navbar-default {
    background: none;
    border: none;
    margin: 0;
    min-height: inherit;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #99abd5;
    background: none;
}
.navbar-nav > li {
   margin: 0 0.4em;
}
.navbar-nav > li:nth-child(6){
	margin-right:0!important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,.navbar-default .navbar-nav li a.active {
    color: #ff8c00;
	background: #0ec9ba !important;
}
.navbar-right {
    float: right!important;
    margin-right:0px!important;
}
.navbar-collapse {
    padding: 0!important;
}
.login-top.sign-top {
    background: #272525;
}
.agileits-login {
    padding:3em;
}
.agileits-login input[type="text"], .agileits-login input[type="password"], .agileits-login input[type="email"], .agileits-login textarea {
    outline: none;
    font-size: 1em;
    color: #fff;
    padding: 10px;
	letter-spacing: 1px;
    margin: 0;
    width: 100%;
    border: none;
    border-bottom: 2px solid transparent;
    -webkit-appearance: none;
    margin-bottom: 2em;
    background: rgba(146, 142, 142, 0.33);
}
.agileits-login textarea {
	resize:none;
	height:80px;
	margin-bottom:0!important;
}
.agileits-login input[type="text"]:focus, .agileits-login input[type="password"]:focus,.agileits-login input[type="email"]:focus,.agileits-login textarea:focus {
    border-bottom: 2px solid rgb(223, 31, 58);
}
.agileits-login ::-webkit-input-placeholder {
   color: #000; 
} 
.agileits-login :-moz-placeholder { /* Firefox 18- */
   color: #000;
} 
.agileits-login ::-moz-placeholder {  /* Firefox 19+ */
   color: #000; 
} 
.agileits-login :-ms-input-placeholder {  
   color: #000; 
}
.agileits-login label {
    font-size: 1em;
    color: #fff;
	letter-spacing: 0.5px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
}
input.checkbox {
    background: #0ec9ba;
    cursor: pointer;
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: text-bottom;
}
input.checkbox:before {
	content: "";
	position: absolute;
	width: 1.2em;
	height: 1.2em;
	background: inherit;
	cursor: pointer;
}
input.checkbox:after {
	content: ""; 
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 1;
	width: 1.2em;
	height: 1.2em;
	border: 1px solid #fff; 
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out; 
	transition: .4s ease-in-out;
}
input.checkbox:checked:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: 1.2em;
	border-color: #fff;
	border-top-color: transparent;
	border-right-color: transparent;
}
.anim input.checkbox:checked:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: .6em;
	border-color: transparent;
	border-right-color: transparent;
	animation: .4s rippling .4s ease;
	animation-fill-mode: forwards;
}
.footer {
    background-color: #474747;
    color: rgba(255, 255, 255, 0.5);
    padding: 2rem 0 0rem 0;
}
.footer ul {
  list-style: none;
}
.footer ul li {
	padding-left:0px;
}
.footer ul li:before {
  content: '✓';
  color:#0ec9ba;
  padding-right: 5px;
  font-weight:bold;
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
    color: #ffffff;
}
ul.alt {
    list-style: none;
    padding-left: 0;
}
ul.plain {
    list-style: none;
    padding-left: 0;
}
.footer strong, .footer b {
    color: #ffffff;
}
.footer p {
    color: #ffffff;
	font-size: 15px;
}
.footer ul.alt li {
    border-top-color: rgba(255, 255, 255, 0.25);
}
.footer a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}
ul.plain li {
    margin-bottom: 1rem;
}
ul.alt li {
    border-top: solid 1px;
        border-top-color: currentcolor;
    padding: 0.75rem 0;
}
@keyframes rippling {
	50% {
		border-left-color: #fff;
	}
	100% {
		border-bottom-color: #fff;
		border-left-color: #fff;
	}
} 
.wthree-text {
    margin-top: 0.5em;
}
.wthree-text ul li {
    display: inline-block;
    float: left;
}
.wthree-text ul li:nth-child(2) {
    float: right;
}
.wthree-text ul li a {
    font-size: 1em;
    color: #fff;
	letter-spacing: 0.5px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.wthree-text ul li a:hover {
    text-decoration: underline;
}
.submit {
    text-align: center;
    margin-top: 2.5em;
} 
.agileits-login input[type="submit"] {
    font-size: 1em;
    color: #fff;
    border:none;
    outline: none;
    padding: .8em 5em;
    -webkit-appearance: none;
	text-transform: uppercase;
    transition: .5s all;
    background: #dd1733;
    display: inline-block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.agileits-login input[type="submit"]:hover {
    background:#01bcfa;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
} 
.modal-header {
    border-bottom: none;
}
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    bottom:-35%;
    left: 0;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width:32px;
    height:32px;
	display:none;
}
 .callbacks_nav:hover{
  	opacity: 0.5;
  }
.callbacks_nav.next {
  left: auto;
      left:51%;
 }
 .callbacks_nav.prev {
	right: auto;
	background-position:left top;
	    left: 46%;
}
#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;
    bottom: -30%;
    left: -1.5%;
    padding: 0;
    margin: 0;
    z-index: 990;
    display: block;
    text-align: center;
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li{
       display: inline-block;
    margin: 0 7px;
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 13px;
    width: 13px;
    display: inline-block;
    background: #01bcfa;
    border: 2px solid #fff;
}
.callbacks_here a:after{
	background:#0ec9ba;
}
/*----*/
.header {
    padding: 0 3em;
	background: #fff;

}
.header.fluid {
    margin: 0;
    z-index: 5;
    box-shadow: rgba(0,0,0,0.3) 0px 2px 8px;
}
.banner_info
 {
    text-align: left;
    margin: 0 auto;
    width: 85%;
}
.slider_banner_info h4 {
    font-size: 30px;
    margin-bottom: .4em;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}
.slider_banner_info p {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 4px;
    margin-bottom: 1.5em;
    line-height: 26px;
}
.slider_banner_info {
    margin-top: 9em;
}
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: white;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.slider {
		padding-right: 0;
		margin-top:4em;
	}
.banner-form-agileinfo {
    padding: 1em 1em;
    margin-top: 2em;
    margin-bottom: 2em;
    background: #e0dede99;
}
.banner-form-agileinfo-inner {
    padding: 1em 1em;
    margin-top: 4em;
    margin-bottom: 4em;
    background: #e0dede99;
}
.banner-form-agileinfo input[type="text"], .banner-form-agileinfo input[type="email"], .banner-form-agileinfo textarea, .form-control {
    border: none;
    width: 100%;
    background: #fff;
    padding: 12px 15px;
    margin-bottom: 8px;
    outline: none;
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
}
.banner-form-agileinfo-inner input[type="text"], .banner-form-agileinfo-inner input[type="email"], .banner-form-agileinfo-inner select , .banner-form-agileinfo-inner textarea, .form-control {
    border: none;
    width: 100%;
    background: #fff;
    padding: 12px 15px;
    margin-bottom: 8px;
    outline: none;
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
}
.form-control {
    border-radius: 0!important;
    height: 38px;
	padding-left:11px!important;
}
.form-control:focus{
	    border: none;
    box-shadow: none;
}
option {
    background: #fff;
}
.banner-form-agileinfo textarea{
	height:45px;
	border:none;
	resize:none;
}
.submit {
	font-size:21px !important;
	font-weight:bold;
}
.banner-form-agileinfo input[type="submit"] {
    margin-top: 0px;
    padding: 7px 12px;
    font-size: 12.5px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    background: #0ec9ba;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.banner-form-agileinfo input[type="submit"]:hover {
    background: #01bcfa;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	transition:0.5s all;
}
.banner-form-agileinfo input[type="submit"]:focus {
    outline: none;
}
.banner-form-agileinfo-inner textarea{
	height:45px;
	border:none;
	resize:none;
}
.banner-form-agileinfo-inner input[type="submit"] {
    margin-top: 0px;
    padding: 12px;
    font-size: 12.5px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    background: #0ec9ba;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.banner-form-agileinfo-inner input[type="submit"]:hover {
    background: #01bcfa;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	transition:0.5s all;
}
.banner-form-agileinfo-inner input[type="submit"]:focus {
    outline: none;
}
.navbar {
  margin-bottom: 0;
}
.navbar-nav {
  float: right;
}
.navbar-default {
  background:none;
  border-color: #012231;
}
.navbar-default .navbar-brand {
	font-family: 'Days One', sans-serif;
	color:#fff !important;
	font-size:40px;
	text-decoration: none;
}
a.navbar-brand img {
    display: inline-block;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    padding: 0;
    margin-top: 18px;
}
.navbar-default .navbar-brand:hover {
	color: #fff;
	text-decoration: none;
}
a.navbar-brand span {
  color: #2FD828;
  margin-left: 12px;
}
.navbar {
    position: relative;
    min-height: inherit;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #2FD828;
}
.navbar-default .navbar-nav > li > a{
	color: #000;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform:uppercase;
    padding: 16px 23px;
    position: relative;
    font-weight: 400;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-brand {
    height: 0;
    padding: 0;
	}
.navbar{
    border-radius: 0px; 
	border:none;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a.active {
    color: #fff;
	background: #0ec9ba !important;
}
.logo {
	width:30%;
	float:left;
}
.navbar {
    border-radius: 0px;
    border: none;
    padding: 0px 0;
}
.btn-color {
	 background: #0ec9ba;
	 color:#fff !important;
	 font-weight:bold !important;
}
.btn-color a:hover {
	 background: #01bcfa;
	 color:#fff !important;
	 font-weight:bold !important;
}
.banner-layouts {
    position:relative;
	background:url('../images/wells-pharmaceutical.jpeg')no-repeat 0px 0px;
	height: auto;
	width:100%;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	background-size:cover;
	box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.83);
}
.banner-layouts-inner {
    position:relative;
	background:url('../images/packers-and-movers-bangalore.jpg')no-repeat 0px 0px;
	height: auto;
	width:100%;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	background-size:cover;
	box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.83);
}
.modal-content  img{
	width:100%;
	height:300px;
}
.modal-content h4 {
    color: #000000;
    text-align: center;
    font-size: 30px;
}
.modal-content h5 {
    color: #ffffff;
    text-align: center;
    font-size: 27px;
    margin-bottom: 1em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.modal-content p {
    color: #636363;
    font-size: 14px;
    line-height: 25px;
}

.features,.capabilities,.gallery, .services{
	padding:15px 0px;
}
.features h1 {
	color:#0ec9ba;
}
.features h2 {
	color:#0ec9ba;
	text-align:center;
}
.features h3 {
	text-align:center;
}
.features table { 
  width: 100%; 
  border-collapse: collapse; 
}
.features tr:nth-of-type(odd) { 
  background: #eee; 
}
.features th { 
  background: #0ec9ba; 
  color: white; 
  font-weight: bold; 
}
.features td, th { 
  padding: 6px; 
  border-bottom: 4px solid #337ab7;
  text-align: left; 
  padding: .625rem;
}
.features td strong {
    font-weight: bold;
    color: #0ec9ba;
}
.features ul, ol {
	margin: 15px;
    padding: 15px;
	text-align:justify;
}
.columns
{   
    -moz-column-width: 11.5em; 
    -webkit-column-width: 11.5em; 
    column-width: 11.5em;
}
.columns ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.columns ul li:first-child
{
    margin-top:0px;
}
.columns ul li:nth-of-type(2n) {
    background: none repeat scroll 0 0 #f0f0f0;
}
.columns ul li {
    background: none repeat scroll 0 0 #ccc;
}
.columns ul li {
    padding: 11px;
	border-bottom: 4px solid #337ab7;
}
.features .accordion_container{
    width: 100%; 
    border: 1px solid #f1f1f1; 
}
.features .accordion_head{
    background: #f7f7f7; 
    padding: 7px 11px; 
    cursor: pointer; 
    color: #000;
}
.features .accordion_body p{
	padding: 10px 0;
}
.features .accordion_head span{
    float: right;
}
.features .accordion_body{
display: none;
    padding: 0 10px;
}
.services h2 {
	color:#0ec9ba;
	text-align:center;
}
.services h3 {
	text-align:center;
}
.services a {
	color:#333;
}
.capabilities h3 {
	color:#0ec9ba;
}
.capabilities ul {
  list-style: none;
  margin-left:20px;
  margin-top: 20px;
}
.capabilities ul li {
	padding-left:0px;
}
.capabilities ul li:before {
  content: '✓';
  color:#0ec9ba;
  padding-right: 5px;
  font-weight:bold;
}
.capabilities input[type="submit"] {
    margin-top: 0px;
    padding: 12px;
    font-size: 12.5px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    background: #0ec9ba;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.capabilities input[type="submit"]:hover {
    background: #01bcfa;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	transition:0.5s all;
}
.capabilities input[type="submit"]:focus {
    outline: none;
}
#portal {
	background:#eee;
}
#work {
	background:url('../images/packers-movers.jpg')no-repeat 0px 0px;
}
#customer {
	background:#eee;
}
.transport
{
	padding:0px 0px;
	background:#f5f5f5;
}
.transport .text {
	text-align:center; 
	color:#FFF; 
	font-size:12px;
	font-weight:bold;
}
.transport .text a{
	color:#FFF; 
}
h4.title ,h2.title {
    font-size: 35px;
    color: #101010;
    text-align: center;
    margin-bottom: 45px;
	text-transform:uppercase;
}
.welcome-left h5 {
    color: #0ec9ba;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    line-height: 40px;
}
.welcome-left p {
    color: #888;
    line-height: 1.9em;
    margin: 1em 0 0 0;
    font-size: 16px;
	letter-spacing: .5px;
}
.welcome-left p span{
	display:block;
	margin:1em 0 0 0;
}
.welcome-img1 img{
	width:100%;
}
.welcome-bottom{
	margin:3em 0 0 0;
}
.transport i {
    width: 190px;
    height: 90px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.transport i{
	font-size: 2.5em;
	color:#fff;
	line-height:2em;
}
.stats-agileits {
    background: url(../images/packers-movers-growing-business.gif)no-repeat 0px 0px;
    background-size: cover;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 999;
    margin: 0;
}
.stats-grid {
    text-align: center;
    margin-bottom: 2em;
}
.numscroller {
    font-size: 40px;
    margin: 20px 0 5px;
    color: #0ec9ba;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
}
.stats-grid h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: 700;
    margin-top: .5em;
    color: #fff;
    text-transform: capitalize;
    padding: 20px;
    line-height: 29px;
    letter-spacing: 1px;
}
.stats-info {
    margin: 0 auto;
    padding: 2em 2em;
    /* border: 5px solid rgba(238, 238, 238, 0.51); */
    background: rgba(65, 63, 63, 0.2);
}
h4.agileits.growing span {
    display: block;
    font-size: 25px;
    letter-spacing: 0.5px;
    font-weight: bold;
    color: #fff;
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.left {
	-webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
}
.leftw3ls .hvr-rectangle-out:before{
	-webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
}
.right {
	-webkit-clip-path: polygon(28% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(28% 0, 100% 0, 100% 100%, 0% 100%);
}
.rightw3ls .hvr-rectangle-out:before{
	-webkit-clip-path: polygon(28% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(28% 0, 100% 0, 100% 100%, 0% 100%);
}
.agileits_growing_features_grids,.w3l_features_bottom_grids{
	margin:3em 0 0;
}
.agileits_growing_features_gridr img{
	margin:0 auto;
}
.agile-why-text h4 {
    font-size: 1.5em;
    color: #0ec9ba;
    letter-spacing: 1px;
}
.agile-why-text p {
    margin: 1em 0 0;
    color: #777;
    line-height: 1.9em;
    font-size: 16px;
}
.siml-w3ls {
    padding-left: 0;
    text-align: right;
}
.simr-w3ls{
	padding-right: 0;
	 text-align: left;
}
.wthree_agile_us i {
    width: 100px;
    height: 100px;
    text-align: center;
    position: relative;
    z-index: 1;
    /* border-radius: 50%; */
}
.wthree_agile_us  i{
	font-size: 1.5em;
	color:#fff;
	line-height:4em;
}
.wthree_agile_us{
	margin-top:3em;
}
.mid-img-agileits{
	background: url(../images/moving-guide.jpg)no-repeat 0px 0px;
    min-height: 475px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
/* Rectangle Out */
.hvr-rectangle-out {
  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;
/*-- agileits --*/
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background:#01bcfa;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
   /*--     border-radius: 50%;
	  -webkit-border-radius: 50%;
	    -o-border-radius: 50%;
		  -moz-border-radius: 50%;
		    -ms-border-radius: 50%;--*/
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
     background: #0ec9ba;
  -webkit-transform: scale(0);
  transform: scale(0);
  -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;
  /*--    border-radius: 50%;
	  -webkit-border-radius: 50%;
	    -o-border-radius: 50%;
		  -moz-border-radius: 50%;
		    -ms-border-radius: 50%;--*/
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before,.agile_banner_bottom_grid:hover .hvr-rectangle-out:before{
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*-- //capabilities --*/
/*-- team --*/
h4.two {
    color: #fff;
}
.team-grid-text-agile {
    padding: 6em 5em 0em 5em;
		min-height: 630.2px;
    background: #000000;
}
.team-grid-text-agile p {
    line-height: 3em;
    color: #a9b1b4;
    margin-top: 3em;
    text-align: center;
    font-size: 16.4px;
}
.team-grid {
    text-align: center;
}
.team-grid img {
    width: 100%;
}
.team-img {
    position: relative;
}
.team-img:hover .overlay {
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1,1);
    -moz-transform: rotateY(0deg) scale(1,1);
    -ms-transform: rotateY(0deg) scale(1,1);
    -o-transform: rotateY(0deg) scale(1,1);
    transform: rotateY(0deg) scale(1,1);
}
.team-img .overlay {
    padding: 5em 0.5em 0em;
    line-height: 24px;
}
.overlay {
        background: rgba(1, 188, 250, 0.52);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5,0.5);
    -moz-transform: rotateY(180deg) scale(0.5,0.5);
    -ms-transform: rotateY(180deg) scale(0.5,0.5);
    -o-transform: rotateY(180deg) scale(0.5,0.5);
    transform: rotateY(180deg) scale(0.5,0.5);
}
.team-grid h5 {
    font-size: 1.4em;
}
.team-grid p {
    font-size: 1em;
    line-height: 1.8em;
    color: #eee;
}
.team-grid h4 {
    font-size: 1.5em;
    color: #fff;
    margin: 1em 0 .2em;
    text-transform: capitalize;
}
h3.tittle3 {
    font-size: 3.5em;
    text-align: center;
    color: #fff;
}
.team-grid span {
    font-size: 1em;
    color: #efefef;
    margin: 0;
}
.w3l-social {
    margin: 1em 0 0 0;
}
.w3l-social ul{
	padding:0;
	margin:0;
}
.w3l-social ul li{
	display:inline-block;
}
.w3l-social ul li a {
	color: #333;
    text-align: center;
}
.w3l-social ul li a i.fa.fa-facebook, .w3l-social ul li a i.fa.fa-twitter, .w3l-social ul li a i.fa.fa-google-plus {
    height: 28px;
    width: 28px;
    margin: 0px 4px;
    background: rgba(200, 239, 252, 0.56);
    line-height: 30px;
    color: #000000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-size: 0.8em;
}
.w3l-social ul li a i.fa.fa-facebook:hover {
	background: #3b5998;
	color: #FFFFFF;
}
.w3l-social ul li a i.fa.fa-twitter:hover{
	background: #1da1f2;
	color: #FFFFFF;
}
.w3l-social ul li a i.fa.fa-google-plus:hover{
	background: #dd4b39;
	color: #FFFFFF;
}
.team-grid {
    text-align: center;
    padding: 0;
}
.agile-team-grids {
    padding: 0;
}
#jzBox {
	top: 0;
	left: 0;
	z-index: 10000;
	position: fixed;
	background-color: rgba(30, 30, 30, 0.9);
	margin: 0 !important;
	text-align: center;
	width: 100%;
	height: 100%;
	display: none;
	color: #fff;
}
#jzBoxTargetImg {
	margin:4% 0 1% 0;
	max-width: 96%;
	max-height: 73%;
	cursor: pointer;
}
#jzBoxTitle {
    font-size: 1.1em;
    font-weight: 300;
	margin-bottom: 1em;
}
#jzBoxCounter {
	margin-bottom: 1%;
	font-size: 12px;
}

#jzBox i:hover {
	cursor: pointer;
	color: #f35a5a;
} 
#jzBoxBottom { max-height: 22%; }

#jzBoxNextBig, #jzBoxPrevBig {
	cursor: pointer;
	top: 0;
	left: 0;
	width: 35%;
	position: fixed;
	z-index: 10001;
	height: 100%; 
} 
#jzBoxNextBig { left: 69%; }

i#jzBoxPrev, i#jzBoxNext {
    font-size: 2em;
    padding: 0.2em;
    border: 1px solid #fff;
	z-index: 99999;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
i#jzBoxClose {
    font-size: 3em;
    vertical-align: bottom;
    margin-left: 10em;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
.gallery-grid {
    padding: 0; 
}
.services-grid {
    padding: 5px; 
}
.hovereffect{
    padding: 5px 0;
    position: relative;
    overflow: hidden;
}

.view-caption {
    width: 100%;
    text-align: center;
    background: rgba(1, 188, 250, 0.86);
    border-bottom: 2px solid #0ec9ba;
    padding: 1em;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.view-caption-capabilities {
    width: 100%;
    text-align: center;
    background: rgba(1, 188, 250, 0.86);
    border-bottom: 2px solid #0ec9ba;
    padding: 1em;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.hovereffect:hover .view-caption {
	top: 5px;
}
.view-caption p {
    color: #fff;
    font-size: 1em;
    letter-spacing: 3px;
	text-align:center;
}
.view-caption-capabilities p {
    color: #fff;
    font-size: 1em;
    text-align: center;
}
.banner-agileinfo {
    width: 100%;
    margin-top: 0px;
    padding: 10px;
    font-size: 12.5px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    background: #0ec9ba;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.contact-left h6 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.open-w3ls {
    margin-top: 15px;
}
.contact-left {
    padding: 2.3em 3em;
    background: #0ec9ba;
}
.contact-agile {
    position: absolute;
    left: 5.5em;
    bottom: 2em;
}
.contact-agile h4{
    text-align: left;
    font-size: 22px;
    margin-bottom: 13px;
    color: #00c4ff;
}
.contact-agile h4 {
    color: #00c4ff;
    font-size: 25px;
    margin-bottom: 10px;
}
.contact-left p {
    text-align: left;
    font-size: 13.5px;
    color: #8e0014;
    line-height: 25px;
    letter-spacing: 1px;
}
a.a1 {
    color: #8e0014;
    text-decoration: none;
	 transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
a.a1:hover {
    color: #fff;
	 transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
a.a2 {
    display: block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    padding: 10px;
    text-align: center;
    background: #f52240;
    border: 2px solid rgba(230, 12, 42, 0.83);
    margin-top: 6px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
a.a2:hover {
	background:rgba(230, 12, 42, 0.83);
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.contact-left span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    letter-spacing: .8px;
    display: inline-block;
    margin-bottom: 7px;
}
.contact-agile p.heading-btm-w3ls,.sevices-growing p.heading-btm-w3ls{
    color: #e7e3e3;
}
.contact-middle p {
    color: #b1b1b1;
    margin-bottom: 4px;
    font-size: 15px;
}

.map-w3ls {
    position: relative;
    padding-bottom: 0px!important;
}
.map-w3ls iframe {
    width: 100%;
    height: 31em;
    border: none;
}

::-webkit-input-placeholder{
	color:#000!important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000!important; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000!important;  
}

:-ms-input-placeholder {  
   color: #000!important;  
}
.copy {
    text-align: center;
}
.copy p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 20px 20px;
    background: #1e2223;
}
.copy p a {
    color: #0ec9ba;
    text-decoration: none;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.copy p a:hover{
	color: #ffffff!important;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 24px;
	right: 1%;
	overflow: hidden;
	z-index: 999; 
    width: 64px;
    height: 64px;
	border: none;
	text-indent: 100%;
	background: url("../images/arr.png") no-repeat 0px 0px;
}
#toTopHover {
    width: 64px;
    height: 64px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
@media(max-width:1600px){
	.top-nav-text {
		width: 32%;
	}
	.team-grid-text-agile {
		min-height: 594.2px;
	}
	.team-grid-text-agile p {
		line-height: 2em;
		font-size: 16px;
	}
}
@media(max-width:1440px){
	.top-nav-text a {
		margin-left: 1em;
	}
	.top-nav-text {
		width: 33.1%;
	}
	.slider_banner_info h4 {
		font-size: 30px;
	}
	.team-grid-text-agile p {
		margin-top: 2em;
	}
	.team-grid-text-agile {
		padding: 5.5em 5em 0em 5em;
	}
	.team-grid-text-agile {
		min-height: 540.2px;
	}
}
@media(max-width:1366px){
	.slider_banner_info {
		margin-top: 7em;
	}
	.wthree_agile_us {
		margin-top: 2.6em;
	}
	.team-grid-text-agile p {
		margin-top: 1.5em;
	}
	.team-grid-text-agile {
		min-height: 512.4px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 13px;
		padding: 16px 15px;
	}
	.team-grid h4 {
		font-size: 1.4em;
	}
	.team-img .overlay {
		padding: 4em 0.5em 0;
	}
}
@media(max-width:1280px){
	.top-nav-text a {
		font-size: 12.5px;
		margin-left: 6px;
		margin-top: 3px;
	}
	.banner-form-agileinfo {
		padding: 0 4em;
	}
	.numscroller {
		font-size: 35px;
	}
	h4.agileits.growing span {
		font-size: 22px;
	}
	.stats-grid h4 {
		font-size: 18px;
	}
	.slider_banner_info h4 {
		font-size: 30px;
	}
	.team h4.two {
		margin-bottom: 22px!important;
	}
	.team-grid-text-agile {
		min-height: 480.5px;
	}
	.mid-img-agileits {
		min-height: 465px;
	}
}
@media(max-width:1080px){
	.top-nav-text {
		width: 39.7%;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 12.5px;
		padding: 16px 18px 14px;
	}
	.navbar-header h1 a {
		font-size: 29px;
		padding: 35px 23px;
	}
	.slider_banner_info h4 {
		font-size: 30px;
	}
	.slider_banner_info {
		margin-top: 6em;
	}
	.banner-form-agileinfo {
		padding: 0px 3em;
		margin-top: 5em;
	}
	.callbacks_tabs {
		left: -2.8%;
	}
	h4.title ,h2.title {
		font-size: 32px;
		margin-bottom: 40px;
	}
	.welcome-left h5 {
		font-size: 1.3em;
		letter-spacing: .8px;
		line-height: 35px;
	}
	.slider_banner_info p {
		font-size: 18px;
	}
	.welcome-left p {
		font-size: 15px;
	}
	h4.agileits.growing span {
		font-size: 20px;
	}
	.stats-grid h4 {
		font-size: 16px;
		letter-spacing: .5px;
	}
	.agile-why-text h4 {
		font-size: 1.2em;
	}
	.agile-why-text p {
		margin: 9px 0 0;
		font-size: 15px;
	}
	.agileits-growing-grid {
		width: 100%;
	}
	.wthree_agile_us {
		margin-top: 0;
		width: 33.3%;
		float: left;
	}
	.wthree_agile_us i {
		line-height: 3.8em;
		width: 90px;
		height: 90px;
	}
	.wthree_features_grid.hvr-rectangle-out {
		margin-top: 10px;
	}
	.mid-img-agileits {
		margin: 4% auto;
		width: 30%;
		min-height: 280px;
	}
	.agileits-growing-grid {
		float: none;
	}
	.team-grid-text-agile {
		padding: 3em 3em 0em;
	}
	.team-grid-text-agile p {
		margin-top: 1em;
		line-height: 2.2em;
		font-size: 14.5px;
	}
	.team-grid-text-agile {
		min-height: 405px;
	}
	.team-grid h4 {
		font-size: 1.3em;
	}
	.team-img .overlay {
		padding: 2em 0.5em 0;
	}
	.view-caption p {
		font-size: 1em;
	}
	.view-caption {
		padding: 11px 0;
	}
	.features, .capabilities, .gallery, .services {
		padding: 70px 0px;
	}
	.contact-left h6 {
		font-size: 15px;
	}
	.map-w3ls iframe {
		height: 30em;
	}
}
@media(max-width:1050px){
	.top-nav-text {
		width: 41%;
	}
	.navbar-header h1 a {
		padding: 35.5px 23px;
	}
	.banner-form-agileinfo {
		padding: 0 1em;
	}
	.banner-form-agileinfo input[type="submit"] {
		padding: 10px 5px;
	}
	.banner-form-agileinfo input[type="text"], .banner-form-agileinfo input[type="email"], .banner-form-agileinfo textarea, .form-control {
		padding: 9px 15px;
	}
	.agileits-login input[type="submit"] {
		font-size: 13px;
	}
	.agileits-login input[type="text"], .agileits-login input[type="password"], .agileits-login input[type="email"], .agileits-login textarea {
		font-size: 14px;
		padding: 8px 10px;
	}
	.agileits-login label {
		font-size: .91em;
	}
	.wthree-text ul li a {
		font-size: .908em;
	}
	.slider_banner_info h4 {
		font-size: 30px;
	}
	.slider_banner_info {
		margin-top: 7em;
	}
	.slider_banner_info p {
		font-size: 16px;
		letter-spacing: 3px;
	}
	.welcome-left h5 {
		font-size: 1.2em;
	}
	.stats-grid {
		margin-bottom: 1em;
		width: 50%;
	}
	.stats-info {
		padding: 2em 13em;
	}
	.numscroller {
		margin: 5px 0 5px;
	}
}
@media(max-width:1024px){
	.top-nav-text a {
		font-size: 12.4px
	}
	.top-nav-text {
		width: 42.8%;
	}
	 .team-grid-text-agile {
		padding: 2em 1em 0em;
	}
	 .team-grid-text-agile {
		min-height: 378px;
	}
}
@media(max-width:991px){
	.top-nav-text {
		width: 44.5%;
	}
	.slider {
		float: left;
		width: 50%;
		margin-top: 1.5em;
	}
	.navbar-header h1 a {
		padding: 35.5px 22px;
	}
	.slider_banner_info {
		margin-top: 5em;
	}
	.wthree_agile_us {
		margin-top: 0;
		width: 100%;
		float: left;
	}
	.agile-team-grids {
		margin: 0 auto;
		width: 83%;
	}
	.team-grid-text-agile {
		min-height: 297px;
		padding: 3em 4em 0em;
	}
	.welcome-left:nth-child(1){
		margin-bottom:2em;
	}
	.stats-info {
		padding: 2em 10em;
	}
	h4.title ,h2.title {
		font-size: 27px;
		margin-bottom: 35px;
	}
	.features, .capabilities, .gallery, .services {
		padding: 65px 0px;
	}
	.contact-agile {
		left: 23.5em;
	}
	.map-w3ls iframe {
		height: 24em;
	}
	.contact-left h6 {
		font-size: 14px;
	}
	.w3ls-welcome-img2 {
		margin-bottom: 2em;
	}
	.team-grid {
		float: left;
	}
	.banner-form-agileinfo {
		float: right;
	}
	.gallery-grid {
		float: left;
		width: 33.33%;
	}
	.services-grid {
	float: left;
		width: 33.33%; 
}
	 .view-caption {
		top: -50%;
		padding:8px;
	}
	.view-caption p {
		font-size: 16px;
	}
	.team-img .overlay {
		padding: 5em 0.5em 0;
	}
	.agile-why-text h4 {
		margin-top: 24px;
	}
	.welcome-bottom {
		margin: 2em 0 0 0;
	}
}
@media(max-width:900px){
	.banner-form-agileinfo {
		float: right;
		width: 50%;
		margin-top: 2em;
		padding-top: 10px;
		padding-bottom:10px;
	}
	.slider_banner_info h4 {
		font-size: 30px;
	}
	.header {
		padding: 0 2em;
	}
	.top-nav-text {
		width: 46.5%;
	}
	.top-nav-text {
		width: 47.6%;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 16px 13px 14px;
	}
	.team-grid {
		width: 50%;
	}
}
@media(max-width:800px){
	.top-nav-text a {
		padding: 6px 16px;
		margin-top: 4px;
	}
	.top-nav-text {
		width: 46.5%;
	}
	.navbar-header h1 a {
		padding: 35.5px 16px;
		font-size: 25px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 12px;
		padding: 15px 8.5px 10px;
	}
	.slider_banner_info p {
		font-size: 15px;
		letter-spacing: 2px;
	}
	.slider_banner_info h4 {
		font-size: 30px;
		line-height: 44px;
	}
	.callbacks_tabs a:after {
		height: 12px;
		width: 12px;
	}
	.callbacks_tabs li {
		margin: 0 5px;
	}
	.stats-info {
		padding: 2em 3em;
	}
	.numscroller {
		font-size: 31px;
	}
	.team-img .overlay {
		padding: 3em 0.5em 0;
	}
	.team-grid-text-agile {
		min-height: 310px;
	}
	.contact-left {
		padding: 2em 2.5em;
		background: #0ec9ba;
	}
	.contact-agile {
		left: 17.5em;
	}
	.map-w3ls iframe {
		height: 27.5em;
	}
}

@media(max-width:768px){
	.top-nav-text {
		width: 48.6%;
	}
	.navbar-nav > li {
		margin: 0 0.33em;
	}
	.banner_info
 {
		width: 90%;
	}
}
@media(max-width:767px){
	ul.nav.navbar-nav.navbar-right {
		margin: 0;
		float:none!important;
	}
	.navbar-default .navbar-nav > li > a { 
		text-align: center;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		background: #000;
	}
	.navbar-default .navbar-toggle {
		border-color: rgba(0, 0, 0, 0.01);
		 background: #01bcfa;
		margin: 12px 0px 0px 0px;
		transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	}
	.top-nav-text {
		width: 100%;
		margin-top: 11px;
		float: none;
		margin-left: 0;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #FFF;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #01bcfa;
		border-color: #fff;
		transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	}
	.navbar-default .navbar-nav > li > a:before { 
		width: 0; 
	}
	.navbar-default .navbar-nav > li > a {
		padding: 1em 0;
		color: #fff;
	}
	.navbar-nav > li {
		margin: 0;
	}
	div#bs-example-navbar-collapse-1 {
		background: #0ec9ba;
		margin: 0;
		position: absolute;
		width: 100%;
		z-index: 999;
		border: 1px solid #fff;
		margin-top: 0.5em;
	}
	.navbar-default .navbar-nav > li > a:before {
		width: 0;
		display:none;
	}
	.navbar-header h1 a {
		padding: 11px 20px;
		float: left;
		font-size: 25px;
	}
	.modal-dialog {
		width: 85%;
		margin: 3em auto 0;
	}
	h4.title ,h2.title {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.welcome-left h5 {
		font-size: 1.1em;
	}
	.welcome-left p {
		font-size: 14.5px;
	}
	.stats-grid {
		float: left;
	}
	.agile-why-text p {
		font-size: 14.5px;
	}
	.copy p {
		font-size: 13px;
	}
	.contact-left h6 {
		margin-bottom: 7px;
	}
	.contact-agile {
		left: 16.5em;
	}
	#toTop {
		right: 4%;
		width: 32px;
		height: 30px;
	}
	.wthree_agile_us {
		width: 88%;
		margin: 0 auto;
		float: none;
	}
	.navbar-default .navbar-nav > li:nth-child(1) a {
		padding-top: 1.3em;
	}
	.navbar-default .navbar-nav > li:nth-child(6) a {
		padding-bottom: 1.3em;
	}
}
@media(max-width:736px){
	.wthree_agile_us {
		width: 92%;
	}
	a.a2 {
		padding: 6px;
	}
	.map-w3ls iframe {
		height: 26em;
	}
	.gallery {
		padding: 55px 0px;
	}
	.services {
		padding: 55px 0px;
	}
	.banner-form-agileinfo {
		margin-top: 2em;
		padding-top: 10px;
		padding-bottom:10px;
	}
	.slider_banner_info {
		margin-top: 4em;
	}
	.modal-content h5 {
		font-size: 24px;
	}
}
@media(max-width:667px){
	h4.agileits.growing span {
		font-size: 19px;
	}
	.stats-grid h4 {
		line-height: 24px;
	}
	.agile-why-text h4 {
		margin-top: 13px;
	}
	.agile-why-text h4 {
		font-size: 1.1em;
	}
	.team-img .overlay {
		padding: 2.5em 0.5em 0;
	}
	.team-grid-text-agile {
		min-height: 326px;
		padding: 2.5em 2.5em 0em;
	}
	.contact-agile {
		left: 13.5em;
	}
	.agileits-login textarea {
		height: 65px;
	}
	.agileits-login input[type="text"], .agileits-login input[type="password"], .agileits-login input[type="email"], .agileits-login textarea {
		margin-bottom: 1em;
	}
	.submit {
		margin-top: 1.5em;
	}
	.slider_banner_info h4 {
		font-size: 30px;
		line-height: 38px;
	}
	.slider_banner_info p {
		font-size: 14px;
		letter-spacing: 1px;
	}
	.mid-img-agileits {
		width: 40%;
	}
}
@media(max-width:640px){
	.slider_banner_info h4 {
		font-size: 29px;
		line-height: 36px;
	}
	.welcome-left h5 {
		font-size: 1em;
	}
	.agile-team-grids {
		width: 100%;
	}
	.contact-left span {
		font-size: 12px;
	}
	.team-img .overlay {
		padding: 3em 0.5em 0;
	}
	#Choco_close {
		background-size: 15px;
	}
	#Choco_left_arrow {
		background-size: 20px;
	}
	#Choco_right_arrow {
		background-size: 20px;
	}
}
@media(max-width:600px){
	.welcome-left p {
		margin: .5em 0 0 0;
	}
	.w3ls-welcome-img2 {
		margin-bottom: 1em;
	}
	.welcome-left:nth-child(1) {
		margin-bottom: 1em;
	}
	.features, .capabilities, .gallery, .services {
		padding: 55px 0px;
	}
	.banner_info
 {
		width: 93%;
	}
	.slider_banner_info h4 {
		font-size: 28px;
	}
	.logo {
	width:80%;
	float:left;
}
	.slider {
		padding-right: 0;
		padding-top: 1px;
		margin-top: 0;
	}
	.banner-form-agileinfo input[type="text"], .banner-form-agileinfo input[type="email"], .banner-form-agileinfo textarea, .form-control {
		font-size: 13px;
	}
	.banner-form-agileinfo input[type="submit"] {
		padding: 9px 5px;
		font-size: 12px;
	}
	.stats-grid {
		float: none;
		width: 100%;
	}
	.stats-info {
		padding: 2em 7em;
	}
	.mid-img-agileits {
		width: 45%;
	}
	h4.title ,h2.title {
		font-size: 22px;
	}
	.team-grid-text-agile {
		min-height: 345px;
		padding: 2.5em 2.5em 0em;
	}
	.contact-agile {
		bottom: 1em;
	}
	.navbar-default .navbar-nav > li > a {
		padding: .8em 0;
		color: #fff;
	}
}
@media(max-width:568px){
	.slider {
		width: 100%;
		float: none;
	}
	.slider_banner_info {
		margin-top: 1em;
	}
	.slider_banner_info h4 {
		font-size: 25px;
		margin-bottom: 4px;
	}
	.banner-form-agileinfo {
		margin: 2em 0 0 3.5em;
		width: 79%;
		float:left
	}
	.banner-form-agileinfo input[type="text"], .banner-form-agileinfo input[type="email"], .banner-form-agileinfo textarea, .form-control {
		padding: 6px 15px;
	}
	.form-control {
		height: 31px;
	}
	.slider_banner_info p {
		margin-bottom: 1.2em;
	}
	.gallery {
		padding: 45px 0px;
	}
	.services {
		padding: 45px 0px;
	}
	#toTop {
		bottom: 37px;
		right: 6%;
		width: 34px;
		height: 34px;
	}
	.welcome-left h5 {
		line-height: 25px;
	}
	.contact-agile {
		left: 10.5em;
	}
.features table, thead, tbody, th, td, tr { 
		display: block; 
	}
.features td { 
		border: none;
		border-bottom: 4px solid #337ab7; 
		position: relative;
		padding: .625rem;
	}
}
@media(max-width:480px){
	.nav-contact p {
		font-size: 11px;
	}
	.top-nav-text .call {
		font-size: 12px;
	}
	.glyphicon.glyphicon-phone {
		font-size: 29px;
	}
	.header {
		padding: 0 1.4em;
	}
	.top-nav-text a {
		padding: 5px 16px;
		margin-top: 3px;
	}
	.slider_banner_info h4 {
		font-size: 21px;
		margin-bottom: 2px;
		line-height: 20px;
	}
	.slider_banner_info p {
		font-size: 13px;
	}
	.callbacks_tabs a:after {
		height: 11px;
		width: 11px;
	}
	.callbacks_tabs li {
		margin: 0 3px;
	}
	.banner_info
 {
		width: 95%;
	}
	.banner-form-agileinfo input[type="submit"] {
		padding: 7px 5px;
	}
	.banner-form-agileinfo {
		margin: 2em 0 0 3em;
	}
	h4.title ,h2.title {
		margin-bottom: 25px;
	}
	.welcome-left h5 {
		font-size: 15px;
		letter-spacing: .6px;
	}
	.stats-info {
		padding: 2em 5em;
	}
	.team-img .overlay {
		padding: 1.7em 0.5em 0;
	}
	.team-grid-text-agile p {
		margin-top: .5em;
		line-height: 2em;
	}
	.team-grid-text-agile {
		min-height: 360px;
		padding: 2.5em 2em 0em;
	}
	.gallery-grid {
		float: none;
		width: 100%;
	}
	.services-grid {
		float: none;
		width: 100%;
	}
	.hovereffect img {
		width: 100%;
		margin-bottom: .7em;
	}
	.contact-agile {
		left: 7.6em;
	}
	.copy p {
		line-height: 29px;
		padding: 17px 20px;
		letter-spacing: 1.5px;
	}
}
@media(max-width:414px){
	.navbar-header h1 a {
		font-size: 22px;
	}
	.navbar-default .navbar-toggle {
		margin: 11px 0px 0px 0px;
		padding: 8px 8px;
	}
	h4.title ,h2.title {
		margin-bottom: 20px;
		font-size: 20px;
	}
	.features, .capabilities, .gallery, .services {
		padding: 40px 0px;
	}
	.welcome-left p span {
		margin: .7em 0 0 0;
	}
	.agileits-login {
		padding: 1.5em;
	}
	.agileits-login input[type="submit"] {
		font-size: 12px;
		padding: .6em 4.5em;
	}
	.agileits-login label {
		font-size: .8em;
	}
	.wthree-text ul li a {
		font-size: .8em;
	}
	.modal-content h5 {
		font-size: 20px;
	}
	.banner-form-agileinfo {
		margin: 2em 0 0 2.5em;
	}
	.stats-info {
		padding: 2em 3em;
	}
	.numscroller {
		font-size: 25px;
		margin: 5px 0 0px;
	}
	.stats-grid h4 {
		margin-top: .4em;
	}
	.agile-why-text h4 {
		font-size: 17px;
		letter-spacing: .5px;
	}
	.wthree_agile_us {
		width: 95%;
	}
	.mid-img-agileits {
		width: 60%;
	}
	.team-grid h4 {
		font-size: 1.1em;
	}
	.team-img .overlay {
		padding: .8em 0.5em 0;
	}
	.team-grid-text-agile {
		min-height: 417px;
	}
	.map-w3ls iframe {
		height: 23.5em;
	}
	.copy p {
		padding: 17px 27px;
	}
	#toTop {
		bottom: 16px;
	}
	.contact-agile {
		left: 6em;
	}
	.contact-left {
		padding: 1.7em 2em;
		background: #0ec9ba;
	}
	.agileits-login input[type="text"], .agileits-login input[type="password"], .agileits-login input[type="email"], .agileits-login textarea {
		margin-bottom: 0.8em;
		font-size: 13px;
		padding: 6px 10px;
	}
}
@media(max-width:384px){
	.slider_banner_info h4 {
		font-size: 19px;
		line-height: 19px;
		letter-spacing: 1px;
	}
	.slider_banner_info {
		margin-top: .6em;
	}
	.banner-form-agileinfo {
		margin: 1.5em 0 0 1.8em;
		width: 85%;
	}
	.navbar-default .navbar-nav > li > a {
		padding: .6em 0;
	}
	.welcome-left p {
		font-size: 14.4px;
		line-height: 1.85em;
	}
	.welcome-bottom {
		margin: 1em 0 0 0;
	}
	.siml-w3ls {
		width: 100%;
		text-align: center;
		padding: 0px;
	}
	.simr-w3ls {
		padding-right: 0;
		text-align: center;
		padding: 0;
		width: 100%;
	}
	.wthree_agile_us i {
		line-height: 2.9em;
		width: 75px;
		height: 69px;
		font-size: 1.5em;
	}
	.wthree_agile_us {
		width: 95%;
		margin-bottom: 0.8em;
	}
	.agile-why-text p {
		margin: 5px 0 0;
	}
	.mid-img-agileits {
		width: 65%;
	}
	.team-grid {
		width: 100%;
		float: none;
		margin-bottom: 7px;
	}
	.team-img .overlay {
		padding: 4em 0.5em 0;
	}
	.contact-agile {
		left: 5em;
	}
	.team-grid h4 {
		font-size: 1.4em;
	}
	.agile-why-text p {
		font-size: 14.4px;
		line-height: 1.85em;
	}
	.team-grid-text-agile p {
		font-size: 14.4px;
		line-height: 1.85em;
	}
	.team-grid-text-agile {
		min-height: 391px;
	}
	.gallery {
		padding: 35px 0px;
	}
	.services {
		padding: 35px 0px;
	}
	#Choco_close {
		background-size: 13px;
	}
	#Choco_left_arrow {
		background-size: 18px;
	}
	#Choco_right_arrow {
		background-size: 18px;
	}
	
}
@media(max-width:375px){
	.nav-contact {
		margin-right: 7px;
	}
	.copy p {
		font-size: 12.5px;
	}
}
@media(max-width:320px){
	.glyphicon.glyphicon-phone {
		font-size: 27px;
	}
	.nav-contact {
		margin-right: 5px;
		padding-right: 6px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 10.5px;
	}
	.wthree-text ul li {
		display: block;
		float: none;
		text-align: center;
	}
	.wthree-text ul li:nth-child(2) {
		float: none;
		margin-top: 6px;
	}
	.top-nav-text a {
		padding: 5px 10px;
		font-size: 11px;
		margin-left: 0px;
	}
	.modal-body {
		padding: 8px;
	}
	.banner-form-agileinfo {
		margin: 1.5em 0 0 0em;
		width: 100%;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.team-img .overlay {
		padding: 3em 0.5em 0;
	}
	.navbar-default .navbar-toggle {
		margin: 8px 0px 0px 0px;
	}
	.slider_banner_info h4 {
		font-size: 17px;
		line-height: 14px;
	}
	.navbar-header h1 a {
		font-size: 20px;
		padding: 11px 17px;
	}
	.stats-info {
		padding: 2em 1em;
	}
	.mid-img-agileits {
		width: 80%;
	}
	.team-grid-text-agile {
		min-height: 460px;
		padding: 2.3em 1.5em 0em;
	}
	.contact-agile {
		left: 3em;
	}
	#toTop {
		bottom: 8px;
		right: 3%;
	}
	.gallery {
		padding: 30px 0px;
	}
	.services {
		padding: 30px 0px;
	}
	.view-caption p {
		font-size: 15px;
		letter-spacing: 2px;
	}
	#Choco_close {
		background-size: 11px;
	}
	#Choco_right_arrow {
			background-size: 16px;
		}
	#Choco_left_arrow {
		background-size: 16px;
	}
}
/*--//responsive--*/