/*--
	Author: W3Layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/*-- Reset-Code --*/

body {
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: 'Open Sans', sans-serif;
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
}
body a:focus, 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: 0;
	padding: 0;
}
p {
	margin: 0;
font-family: 'Open Sans', sans-serif;
}
ul {
	margin: 0;
	padding: 0;
}
label {
	margin: 0;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none;
}
/*-- //Reset-Code -- */
/*--/model--*/
.w3ls-social-icons{
	float:left;
	width: 33.333%;
}
.w3ls-social-icons i {
	font-size: 15px;
      background: #26b8d0;
    padding: 8px 10px;
    color: #fff;
    border: 0px solid #337ab7;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.w3ls-social-icons i:hover {
	background: transparent;
    color: #ffcc33;
    border: 1px solid #ffcc33;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.agileits-contact-info{
	float:right;
	width: 33.333%;
	margin-top:6px;
}
.agileits-contact-info ul li {
    display: inline-block;
       font-size: 15px;
	    color: #fff;
		letter-spacing: 1px;
}
.agileits-contact-info ul li i {
    left: -.5em;
    color:#1fc0dc;
}
.agileits-contact-info ul li:nth-child(2) {
    margin-left: 25px;
}
.agileits-contact-info ul li a {
       color: #fff;
    vertical-align: text-bottom;
	    margin-left: 0.2em;
}
.agileits-contact-info ul li a:hover {
   color: #2baf2b;
}
.w3layouts-top-strip {
    background:#1a1a1a;
    padding: 0.5em 1em;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
}
.modal-header {
    min-height: 16.42857143px;
    padding: 2em;
    border-bottom: 0px solid #e5e5e5;
}
.login-form input[type="email"], .login-form input[type="text"], .login-form input[type="password"] {
    width: 100%;
    padding: 1em 1em 1em 1em;
    font-size: 0.8em;
    margin: 1em 0;
    outline: none;
    color: #212121;
    border: 1px solid #999;
    letter-spacing: 1px;
    text-align: center;
}
.login-form input[type="submit"] {
    outline: none;
    padding: 0.9em 0;
    width: 100%;
    text-align: center;
    font-size: 1em;
    margin-top: 1em;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    background: #02a388;
    box-shadow: 0px 2px 1px rgba(28, 28, 29, 0.42);
    border-radius:50px;
}
.login-form input[type="submit"]:hover{
	 background:#0c0d0d;

}
.modal-header h4 {
    font-size: 2em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
	color:#0c0d0d;
}
.modal-dialog {
    width: 600px;
    margin: 96px auto;
}
.form-date-w3-agileits {
    padding-left: 0;
	padding-right:0;
}
/*--//model--*/
/*--header-w3-agileits --*/


.inner-header-agile {
    padding: 0 5em;
    position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}
	
.inner-header-agile.part2 {
    position: relative;
    padding-bottom:1em;
}
/*-- logo --*/
.navbar-header h1 {
    font-size:3em;
    display: block;
    text-transform: uppercase;
}
.navbar-header h1 i {
    color: #fbcd13;
    font-size: 30px;
    vertical-align: middle;
    margin-right: 6px;
}
.navbar-header h1 a {
          color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    line-height: 61px;
    font-weight: bold;
    padding: 8px 0;
    font-family: 'Ubuntu Condensed', sans-serif;
}
h1 span {
    color: #fbcd13;
   
}
/*-- //logo --*/
/*-- top-nav --*/
ul.nav.navbar-nav {
    float: right;
    margin-top: 2em;
}
.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:#fbcd13;*/
	    color:#fff;
    background:none!important;
}
.navbar-nav > li {
      margin: 0 0.8em;
	  border-right:1px solid #fff;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.navbar-nav > li:nth-child(5){
	border-right:none;
}
ul.nav.navbar-nav.navbar-right {
    margin-left: 10%;
}
.navbar-default .navbar-nav > li > a {
	font-size: 1.2em;
	position: relative;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #933;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,.navbar-default .navbar-nav li a.active {
    color: #fe423f;
	background:none!important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
       color: #ff401b;
    background:#2baf2b!important;
}
.navbar-default .navbar-nav>li>a.active, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
      color:#fbcd13;
     background:none!important;
}
.navbar-right {
    float: left!important;
    margin-right:0px!important;
}
.navbar-collapse {
    padding: 0!important;
}
ul.dropdown-menu.multi-column ul li{
    display:block;
	margin-bottom:.5em;
}
ul.dropdown-menu.multi-column ul li a{
	color:#212121;
}
ul.dropdown-menu.multi-column {
    width: 400px;
    left: 0;
    padding: 1em;
}
ul.dropdown-menu.multi-column ul li a:hover{
	color: #fe423f;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #000000;
}
.dropdown-menu {
	border-radius:0;
}
.navbar-nav > li > a {
      padding: 9px 15px!important;
}
p.s-log {
         color: #ffcc33;
    line-height: 1px;
    text-align: right;
    font-weight: 600;
    letter-spacing: 4px;
    margin-top: -11px;
    font-size: 0.3em;
}
.navbar-nav > li > a {
   padding: 0px!important;
    padding-right: 20px!important;
}
.dropdown-menu {
        position: absolute;
    top: 185%;
    left: -9px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 31px;
    padding: 5px 0;
    margin: 2px 0 0;
}
.dropdown-menu > li > a {
    display: block;
    padding: 9px 20px;
    clear: both;
}
/*-- //nav --*/
/*-- search --*/
.cd-main-header {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}
.cd-main-header {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
	-webkit-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px);
}
.nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
	-webkit-transform: translateX(260px);
/*-- w3layouts --*/
	-moz-transform: translateX(260px);
	-ms-transform: translateX(260px);
	-o-transform: translateX(260px);
	transform: translateX(260px);
}
.cd-header-buttons {
    position: absolute;
    display: inline-block;
    top: -62px;
    right: 0;
}
.cd-header-buttons li {
	display: inline-block;
}

/*--//header-w3-agileits --*/
/*-- /banner --*/
.baner-info{
   position: absolute;
    /*padding-top:4em;*/
	padding-top:0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    top: 0;
}
.baner-info h3 {
       text-align: center;
    font-size: 3.5em;
    color: #fff;
    font-weight: 600;
    letter-spacing: 4px;
    font-family: 'Ubuntu Condensed', sans-serif;
	background: rgba(90, 84, 84, 0.65);
	width:60%;
	margin:0 auto;
}
.baner-info h3 span {
	color:#fbcd13;
}
.baner-info h4{
    text-align: center;
    font-size: 1em;
       margin: 2em 0 2em 0;
    font-weight:500;
	/* font-weight:700;*/
    letter-spacing: 10px;
    color: #ffcc33;
    padding: 15px 0;
	background: rgba(90, 84, 84, 0.65);
	width:60%;
	margin:0 auto;
}
.w3-banner-head-info {
    position: relative;
}
.w3-border-banner {
    width: 1px;
    height: 1px;
    border-radius: 50%;
    margin: 13em auto 0;
    background: rgba(90, 84, 84, 0.65);
    
}
.baner-info p {
	font-size: 1em;
	font-weight: 300;
  /*  font-weight: 700;*/
    letter-spacing:2px;
    color: #fff;
    width: 32%;
    margin: 0 auto;
}
span.simply-word {
    font-size:18px;
    font-weight: 500;
    margin-left: 5px;
    text-transform: uppercase;
    color: #02a388;
}
.baner-info span img {
    margin: 1em auto 0;
    text-align: center;
}
.baner-w3l-agile-grids-bottom {
       margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 12%;
    bottom: -62%;
    width: 80%;
}
.w3l-b-grid{
	float:left;
	width:32%;
}
.w3l-b-one{
      background:url(../images/b1.jpg) no-repeat 0px 0px;
    min-height:100px;
    background-size: cover;
    text-align: center;
	    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
	}
	.w3l-b-grid .w3l-b-one:hover{
		  min-height:200px;
	}
	
/*-- //banner --*/
/*-- special --*/

.w3l-special-grid {
    padding: 0;
}
.w3ls-special-img {
    padding: 0;
    background: url(../images/ser11.jpg) no-repeat 0px 0px;
    min-height:307px;
    background-size: cover;
    text-align: center;
    position: relative;
}
.w3ls-special-img img{
	width:100%;
}
.agileits-special-info {
    text-align: center;
   /* padding: 6em 2em 0 2em;*/
	padding: 4em 2em 0 2em;
    background: #FFFFFF;
    min-height: 307px;
	font-size: .9em;
}
.agileits-special-info h4{
    color:#fff;
    font-size:2em;
    margin: .3em 0 0 0;
    position: relative;
	font-family: 'Ubuntu Condensed', sans-serif;
	text-transform:uppercase;
}
.agileits-special-info h4:after{
	    content: '';
    background: #f35041;
    width: 25%;
    padding: 1px;
    position: absolute;
    top: 36px;
    left: 127px;
}
.agileits-special-info p{
    line-height: 1.9em;
    margin: 1.5em 0 0 0;
    color: #212121;
    font-size: .95em;
	letter-spacing: 1px;
}
.w3-grid-1 {
    background: #3ce8c9;
}
.w3-grid-2 {
    background:#08d3e0;
}
.w3-grid-3 {
    background:#ff527d;
}
.w3-grid-4 {
    background: #fbcd13;
}
.wthree-img{
    background: url(../images/ser22.jpg) no-repeat 0px 0px !important;
    background-size: cover !important;
}
.wthree-img2{
    background: url(../images/s44.jpg) no-repeat 0px 0px !important;
    background-size: cover !important;
}
.wthree-img3{
    background: url(../images/ser123.jpg) no-repeat 0px 0px !important;
    background-size: cover !important;	
}
.w3ls-special-text p{
    color: #FFFFFF;
    font-size: 1.5em;
    padding: 1.3em 0 0 0;
    background: #f35041;
    width: 100px;
    margin: 0;
    height: 100px;
}


/* Seventh Section */
.w3ls-special-img .single-effect {
  display: inline-block;
  margin: 0 18px;
}
.w3ls-special-img .single-effect h3 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 20px;
}
.w3ls-special-img.single-effect .hover {
  background-color: #FFF;
  color: #888;
}
/*  Demo 6 */
.wpf-demo-6 {
    height: 262px;
    overflow: hidden;
}
.wpf-demo-6 img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/*-- //special --*/
/*-- about --*/
.services,.gallery,.special,.about,.team, .testimonials, .contact{
	padding:5em 0;
}
.w3ls_head h3,.services-info h2,.w3l_head  h3,.w3-service-head h3,.agileits_w3layouts_schedule h3,.w3-test-heading h3 {
	font-size: 2.8em;
    color: #00bcd4;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    letter-spacing: 5px;
	margin-bottom:40px;
    text-transform: uppercase;
}

.agile-about-right {
    background: #00efd9;
    padding: 6em 0;
    padding-left: 0;
}
.w3-about-border {
        padding: 10em 0;
    border: 5px solid #06e8aa;
    margin: 3em 0;
}
.agile-about-left {
    padding-right: 0;
}
.w3-about-border h3 {
    text-align: center;
    color: red;
    font-size: 3em;
font-family: 'Ubuntu', sans-serif;
}
/*--slider--*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    bottom: -50%;
    left: 0;
    opacity: 0.6;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 40px;
    height: 40px;
    background: transparent url("../images/icons.png") no-repeat left top;
}
 .callbacks_nav:hover{
  	opacity: 0.3;
  }
.callbacks_nav.next {
  left: auto;
    background-position: right top;
  left: 95.5%;
 }
 .callbacks_nav.prev {
	right: auto;
	background-position:left top;
	left: 91%;
}
#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:65px;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 990;
    display: block;
    text-align: center;
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li{
    display: block;
    margin: 0;
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: #ffe000;
   
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.callbacks_here a:after {
    background: #212121;
    border: 1px solid #212121;
    height: 4px;
    width: 30px;
    border-radius: 0;
}
.w3ls-text {
    text-align: left;
    padding-left: 4em;
}
.w3ls-text h3 {
      font-size: 2em;
    text-transform: uppercase;
    color:#fff;
      font-family: 'Ubuntu Condensed', sans-serif;
	  letter-spacing: 4px;
}
.w3ls-text p {
    font-size:1em;
    line-height: 1.5em;
    margin: 2em 0 2em 0;
    color: #333;
    font-weight: 500;
    letter-spacing:2px;
   text-transform: capitalize;
}
.w3ls-text p span {
    display: block;
    margin: 1em 0;
}
.w3ls-text p i {
    font-size: 1.5em;
    color:#dea703;
}
.w3ls-text a{
    color: #FFFFFF;
    font-size: 1em;
    padding: .4em .5em;
    display: block;
    border: solid 2px #f35041;
    width: 11%;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
}
.w3ls-text a:hover {
    background: #f35041;
}
/*-- about --*/
/*--services--*/
.services {
    background:#2d2d2d;
    text-align: center;
}

span.glyphicon.glyphicon-home,span.glyphicon.glyphicon-sort-by-attributes,span.glyphicon.glyphicon-object-align-vertical,span.glyphicon.glyphicon.glyphicon-send,span.glyphicon.glyphicon-briefcase,span.glyphicon.glyphicon-phone,span.glyphicon.glyphicon-time {
    font-size:2em;
    color:#2ee0d0;
}
.ser-left {
    text-align: center;
    margin-bottom: 2em;
}
.services h4 {
    font-size: 1.4em;
    margin: 1em 0 0;
    color: #fff;
   text-transform: capitalize;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.services p {
    font-size:1em;
    line-height: 1.8em;
    color: rgba(255, 255, 255, 0.59);
    margin: 1em 0;
}
.ser-top p {
    width: 60%;
  margin: 2em auto;
}
.ser-btm {
    margin-top: 3em;
}
/*--services--*/
/*-- gallery --*/
.w3l_gallery_grid li{
	display: inline-block;
    float: left;
    width: 32.33%;
    padding: 1%;
}
.box {
    position: relative;
    overflow: hidden;
}

.box img {
  position: absolute;
  left: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.box .overbox {
	background-color: hsla(0, 0%, 11%, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    width: 100%;
       padding: 7em 2em 2em;
}
.box,.box .overbox {
	height: 230px;
}
.box:hover .overbox { opacity: 1; }

.box .overtext {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}

.box .title {
     font-size: 1.6em;
    text-transform: uppercase;
    opacity: 0;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
    background: #2be0bf;
    text-align: center;
    padding: 10px;
	font-family: 'Ubuntu Condensed', sans-serif;
}

.box:hover .title,
.box:focus .title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.box .tagline {
	font-size: 13px;
    line-height:1.8em;
	opacity: 0;
	transition-delay: 0.2s;
	transition-duration: 0.2s;
}

.box:hover .tagline,
.box:focus .tagline {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}
ul#lightGallery {
    margin-top: 2em;
}
.modal-content  img{
	width:100%;
}
.modal-content h4 {
    color: #0099e5;
    text-align: center;
    font-size: 35px;
    margin-bottom: 15px;
}
.modal-content h5 {
    color: #000;
    padding: 20px 0 6px;
    font-size: 22px;
    margin-left: 0px;
}
.modal-content p {
    color: #676464;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.2px;
    word-spacing: 1px;
}
.modal-header {
    min-height: 16.42857143px;
    padding: 20px 30px;
}
 .modal-dialog {
    width: 600px;
    margin: 109px auto;
}
.agileits_about_left h3 {
    text-align: left;
}
.agileits_about_left p {
    text-align: left;
}
/*--client--*/

/*-- testimonials --*/
.testimonials{
	background:#f5f5f5;
}
.w3_testimonials_grids{
	margin:3em auto 0;
	width:80%;
	text-align:center;
}
.w3_testimonials_grid h4{
	font-size: 1.2em;
    color: #999;
    line-height: 1.8em;
    margin: 1em auto;
    padding-left: 2.5em;
    position: relative;
    width: 80%;
}
.w3_testimonials_grid h4:before{
	content: '';
    position: absolute;
    left: 2%;
    top: 0%;
    background: url(../images/img-sp.png) no-repeat -10px -181px;
    display: block;
    height: 15px;
    width: 20px;
}
.w3_testimonials_grid h5{
	font-weight:600;
	color:#212121;
	font-size:1em;
}
.w3_testimonials_grid p{
	color:#ff9900;
	line-height:1.8em;
	margin: .5em 0 0;
}
.w3_testimonials_grid img {
    margin: 0 auto;
}
.w3_testimonials_grid {
    padding-bottom: 4em;
}
/*-- //testimonials --*/
/*--- end reset code ---*/
/*-- team --*/

.w3_agile_team_grid h3{
	font-size:1.2em;
	color:#212121;
	margin:1em 0 0;
	text-transform:uppercase;
}
.w3_agile_team_grid p{
	color:#d4573f;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom: 1em;
}
.w3_agile_team_grid:nth-child(2),.w3_agile_team_grid:nth-child(4){
	margin-top:5em;
}
.w3_agile_team_grid ul li{
	display:inline-block;
	margin-right:1em;
}
.w3_agile_team_grid ul li:last-child{
	margin:0;
}
.w3_agile_team_grid figure {
	overflow: hidden;
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before,.w3_agile_team_grid:hover .hover14 figure::before{
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

/*-- //team --*/
.w3-contact {
    padding: 4em 0;
}
.w3-contact {
	background:url(../images/c11.jpg) no-repeat;
	background-position:center;
	background-attachment:fixed;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	font-family: 'Muli', sans-serif;
}
.content-w3ls {
    width: 35%;
    margin: 0 auto;
    background:rgba(0,0,0,0.5);
    text-align: center;
    padding: 60px 0 0;
}
.form-w3ls {
    width: 89%;
    margin: 0 auto 15px;
}
h3.w3-contact-form-head {
    text-transform: uppercase;
    font-size: 33px;
    font-weight: 300;
    text-align:center;
    color: #fff;
	padding-bottom:30px;
	font-family: 'Nunito', sans-serif;
}
input[type="text"],input[type="email"],textarea {
    width: 70%;
    padding: 10px;
    font-size: 12px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    font-weight: normal;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom: 3px dotted #ffffff;
    font-family: 'Muli', sans-serif;
    margin-bottom: 30px;
    outline: none;
	letter-spacing:1px;
}
textarea {
    height: 100px;
}

input::-webkit-input-placeholder {
color:#fff!important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color:#fff!important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color:#fff!important;  
}
 
input:-ms-input-placeholder {  
color:#fff!important;  
}
textarea::-webkit-input-placeholder {
color:#fff!important;
}
 
textarea::-moz-placeholder { /* Firefox 18- */
color:#fff!important;  
}
 
textarea::-moz-placeholder {  /* Firefox 19+ */
color:#fff!important;  
}
 
textarea::-ms-input-placeholder {  
color:#fff!important;  
}
input.sign-in {
    width: 100%;
    height: 100px;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    background-color:#171515;
    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;
    border: none;
    outline: none;
    cursor: pointer;
}
input.sign-in:hover {
	background-color:#000;
}
p.copyright {
	text-align:center;
	padding:50px 0;
	color: #fff;
	font-size:16px;
	font-weight:normal;
}
p.copyright a {
	color:#ab8071;
}
p.copyright a:hover {
	color:red;
}
.agile_map_grid ul li{
    display: inline-block;
    color: #fff;
	margin-bottom:1em;
    text-transform: capitalize;
}
.agile_map_grid ul li:last-child,.agileits_w3layouts_footer_grid ul li:last-child{
	margin:0;
}
.agile_map_grid ul li a,.agileits_w3layouts_footer_grid ul li a{
	color:#fff;
	text-decoration:none;
}
.agile_map_grid ul li a:hover{
	color:#ff0101;
}
.agileits_w3layouts_footer_grid ul li a:hover{
	color:#ff0101;
}
.agile_map_grid ul li i {
    color: #212121;
    margin-right: 1em;
    padding: .5em;
    background: #fff;
    border-radius: 50%;
}
.agile_map_grid ul li span{
    color:#337ab7;
	font-weight:600;
}
.map iframe{
	width:100%;
	min-height:400px;
	margin-bottom:-6px;
}
.map {
    position: relative;
}
.agile_map_grid {
    position: absolute;
    top:15%;
    left: 45%;
	width:25%;
    background:rgba(12, 9, 9, 0.78);

}
.agile_map_grid h3{
	font-size:1.5em;
	color:#00ece2;
	padding-bottom:.5em;
	position:relative;
	margin-bottom:1em;
}
.agile_map_grid h3:after{
	content:'';
	background:#20d8ea;
	height:2px;
	width:20%;
	position:absolute;
	left:0%;
	bottom:0%;
}
.agile_map_grid1 {
   border: 2px dotted #fff;
    padding: 2em;
}
/*-- Footer --*/
.footer {
	background-color: #212121;
} 
.footer-info {
	margin-top: 50px;
} 
.footer h4 {
    color: #337ab7;
    padding: 0 0 20px 0;
    font-weight: 600;
    text-align: left;
    font-size: 20px;
} 
.footer-info li {
	color: #EEE;
	display: block;
	font-weight: 300;
	font-size: 13px;
	line-height: 25px;
}
.links a {
    color: #EEE;
    font-size: 1em;
}
.links a:hover {
	color: #FFF;
	text-decoration: underline;
} 
a.mail {
	color: #EEE;
} 
a.mail:hover {
	color: #bdd001;
} 
/*-- Newsletter --*/
.footer-info p {
	color: #EEE;
	font-weight: 300;
	font-size: 13px;
	line-height: 23px;
	margin-bottom: 10px;
} 
.newsletter {
	position: relative;
} 
.newsletter .email {
	padding: 5px 60px 5px 15px;
	font-style: italic;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	height: 40px;
	border: 1px solid #ddd;
	width: 100%;
	outline:none;
	color: #bcc0c4;
	background-color: #565f66;
	border: none;
}  
.newsletter .submit {
	width: 40px;
	height: 40px;
	background-image: url('../images/subscribe.png');
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	background-color: #fbcd13;
	top: 0;
	right: 0;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s ;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	outline:none;
}
.newsletter:hover .submit{
	background-color: #337ab7;
}
/*-- //Newsletter --*/ 
/*-- Footer-Social-Icons --*/
.connect {
	padding-bottom: 30px;
	text-align: center;
}
.connect h4 {
	text-align: center;
}
.connect-social ul li {
    display: inline-block;
    margin: 0 2px;
}
.connect-social ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-size: 300px;
    color: #fff;
    border: 1px solid #fff;
    line-height: 2.4em;
    border-radius: 50%;
    text-align: center;
} 
.connect-social ul li a:hover {
    color: #337ab7;
    border-color: #337ab7;
	-webkit-transform: rotatez(360deg);
	-moz-transform: rotatez(360deg);
	-o-transform: rotatez(360deg);
	-ms-transform: rotatez(360deg);
    transform: rotatez(360deg);
}
/*-- Footer-Social-Icons --*/ 
/*-- Copyright --*/
.copyright {
	text-align: center;
	padding: 30px 0;
	border-top: 1px solid #EEE;
}
.copyright p {
	color: #FFF;
}
.copyright a {
	color: #FFF;
	text-decoration: none;
}
.copyright a:hover {
	color: #fbcd13;
	text-decoration: underline;
}
::-webkit-input-placeholder {
	color:#fff !important;
}
:-moz-placeholder { /* Firefox 18- */
	color:#fff !important;
}
::-moz-placeholder {  /* Firefox 19+ */
	color:#fff !important;
}
:-ms-input-placeholder {  
	color:#fff !important;
}
/*-- //Copyright --*/
/*-- //Footer --*/  


/* Effect 6 */


.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 30px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}



.hi-icon:before {
	speak: none;
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}


@-webkit-keyframes spinAround {
	from {
		-webkit-transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes spinAround {
	from {
		-moz-transform: rotate(0deg)
	}
	to {
		-moz-transform: rotate(360deg);
	}
}
@keyframes spinAround {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg);
	}
}

.hi-icon-effect-6 .hi-icon {
	box-shadow: 0 0 0 4px rgba(255,255,255,1);
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}

.hi-icon-effect-6 .hi-icon:hover {
	background: rgba(255,255,255,1);
	color: #64bb5d;
}

.hi-icon-effect-6 .hi-icon:hover:before {
	-webkit-animation: spinAround 2s linear infinite;
	-moz-animation: spinAround 2s linear infinite;
	animation: spinAround 2s linear infinite;
}
/* //Effect 6 */
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 46px;
    height: 54px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- responsiv design --*/
@media screen and (max-width:1440px) {
	.w3-border-banner {
    margin: 8em auto 0;
   }
   .zs-enabled .zs-slideshow .zs-bullets {
    position: absolute;
    z-index: 4;
    bottom: 80px;
   }
   
}
@media screen and (max-width:1336px) {
	.w3-border-banner {
    margin: 5em auto 0;
    }
.agile_map_grid {
    position: absolute;
    top: 15%;
    left: 45%;
    width: 25%;
    background: rgba(12, 9, 9, 0.78);
    }
	
}
@media screen and (max-width:1280px) {
	.agileits-special-info h4:after {
    left: 102px;
   }
   .agile_map_grid {
    width: 26%;
     }
}
@media screen and (max-width:1080px) {
	.navbar-header h1 {
    font-size: 2.5em;
	}
	.agileits-special-info h4:after {
    left: 82px;
     }
	 .box, .box .overbox {
    height: 189px;
     }
	 .box .overbox {
    padding: 5em 2em 2em;
    }
	.content-w3ls {
    width: 41%;
	}
	.agile_map_grid {
    width: 33%;
    }
	.owl-carousel .owl-wrapper-outer {
    width: 67%;
   }
}
@media screen and (max-width:1024px) {
	.inner-header-agile {
    padding: 0 1em;
    }
	.agileits-special-info {
    /*padding: 4em 2em 0 2em;*/
	 padding: 2em 2em 0 2em;
	 font-size:.8em;
	}
	.agileits-special-info h4:after {
    left: 72px;
     }
	 .zs-enabled .zs-slideshow .zs-bullets {
    position: absolute;
    z-index: 4;
    bottom: 29px;
     }
}
@media screen and (max-width:991px) {
	.baner-info p {
    font-size: 1em;
	letter-spacing:1px;
	}
	.w3l-special-grid {
    width: 50%;
    float: left;
    }
	.agileits-special-info h4:after {
    left: 160px;
    }
	.agileits-special-info p {
    letter-spacing: 2px;
    }
	.agile-about-right {
    background: #00efd9;
    padding: 4em 0 19em 0;
    }
	.services-w3-grid1 {
    width: 33%;
    float: left;
     }
	 .services-w3-grid2 {
    width: 33%;
    float: left;
    }
	.box, .box .overbox {
    height: 146px;
     }
	 .box .overbox {
    padding: 4em 2em 2em;
     }
	 .w3_agile_team_grid {
    width: 50%;
    float: left;
    }
	.agile_map_grid {
    width: 35%;
     }
	 .zs-enabled .zs-slideshow .zs-bullets {
    position: absolute;
    z-index: 4;
    bottom: 43px;
    }
	.w3_testimonials_grids {
    width: 77%;
   }
   input.sign-in {
    width: 100%;
    height: 75px;
   }
}
@media screen and (max-width:800px) {
	.navbar-nav > li {
    margin: 0 0.2em;
    }
	.w3-border-banner {
    margin: 4em auto 0;
    }
	.w3-border-banner {
    width: 289px;
    height: 289px;
	}
	.baner-info p {
    font-size: 1em;
    width: 50%;
    }
	.agileits-special-info h4:after {
    left: 125px;
     }
	 .agile_map_grid {
    width: 43%;
    left: 40%;
    }
	#demo-1 {
    min-height: 549px;
    }
	input.sign-in {
    width: 100%;
    height: 68px;
	}
	.services, .gallery, .special, .about, .team, .testimonials, .contact {
    padding: 4em 0;
	}
}
@media screen and (max-width:768px) {
	.navbar-header h1 {
    font-size: 2.2em;
     }
	 .content-w3ls {
    width: 50%;
    }
	.agile_map_grid {
    width: 48%;
    left: 37%;
    }
	 .navbar-default .navbar-nav > li > a {
    text-align: center;
	}
	.navbar-default .navbar-nav > li > a {
    padding:1em;
     }
	 .navbar-default .navbar-nav > li > a {
    font-size:1.2em;
     }
}
@media screen and (max-width:736px) {
.agileits-special-info p {
    letter-spacing: 3px;
}
.content-w3ls {
    width: 44%;
}
input.sign-in {
    width: 100%;
    height: 61px;
    }
	.footer h4 {
    color: #337ab7;
    padding: 0 0 20px 0;
    font-weight: 600;
     text-align:center;
    font-size: 20px;
	}
	.col-md-4.col-sm-4.footer-info-grid.links {
    width: 100%;
    text-align: center;
	 margin: 0 0 3em 0;
   }
   .footer-info-grid.address {
    width: 100%;
    text-align: center;
    margin: 0;
    }
	.footer-info-grid.email {
    width: 100%;
    text-align: center;
    margin: 0 0 3em 0;
     }
	 ul.nav.navbar-nav {
    float: none;
	 }
	 .navbar-nav > li {
     border-right:none;
    }
	.navbar-nav {
    margin: 0;
    }
	.navbar-nav > li {
    margin: 1em;
    }
	.navbar-toggle {
    margin-top: 25px;
     }
	 ul.nav.navbar-nav {
    margin: 1em;
     }
	 .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: #131010;
     }
	 .inner-header-agile {
    border-bottom: none;
    }
	h3.w3-contact-form-head {
        font-size: 28px;
	}
	.newsletter .email {
      width: 50%;
   
	}
	.newsletter .submit {
    right: 131px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: #131010;
    position: absolute;
    width: 100%;
    z-index: 999;
	}
	.content-w3ls {
    width: 64%;
	}
	.footer-info-grid.email {
    margin: 0 0 1em 0;
	}
}
@media screen and (max-width:667px) {
	.agileits-special-info p {
    letter-spacing: 0px;
     }
	 .agileits-special-info h4:after {
    left: 106px;
     }
	 .agile_map_grid {
    width: 52%;
	}
	 .box .title {
    padding: 5px;
    }
	.box, .box .overbox {
    height: 128px;
     }
	 #lightGallery-slider .lightGallery-slide img {
    display: inline-block;
    max-height: 100%;
    max-width: 82%;
	 }
	 .services, .gallery, .special, .about, .team, .testimonials, .contact {
    padding: 3em 0;
	}
	
}
@media screen and (max-width:640px) {
	.baner-info h3 {
    font-size: 3.2em;
    letter-spacing: 3px;
    
     }
	  .w3-border-banner {
    width: 233px;
    height: 233px;
     }
	 .baner-info {
    position: absolute;
    padding-top: 2em;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    top: 0;
     }
	 .box .title {
    padding: 3px;
     }
	 .box .overbox {
    padding: 3em 2em 2em;
     }
	 .services-w3-grid1 {
    width: 50%;
    float: left;
     }
	 .services-w3-grid2 {
    width: 50%;
    float: left;
	}
	.services-w3-grid3 {
    width: 50%;
    float: left;
	}
	.box, .box .overbox {
    height: 119px;
    }
	.box .overbox {
    padding: 3em 1em 2em;
	}
	.box .title {
    padding: 2px;
    }
	.box .title {
    font-size: 1.3em;
	}
	.content-w3ls {
    width: 54%;
    }
	.agile_map_grid {
    width: 53%;
    }
}
@media screen and (max-width:600px) {
	.baner-info {
    padding-top: 1em;
	}
	.agileits-special-info h4:after {
    left: 85px;
    }
	.box, .box .overbox {
    height: 112px;
    }
	.content-w3ls {
    width: 59%;
     }
	 .baner-info p {
    font-size: 1em;
    width: 66%;
    }
	.zs-enabled .zs-slideshow .zs-bullets {
    bottom: 52px;
     }
	 .agile_map_grid {
    width: 55%;
     }
	 .w3ls_head h3, .services-info h2, .w3l_head h3, .w3-service-head h3, .agileits_w3layouts_schedule h3, .w3-test-heading h3 {
    font-size: 2em;
	}
	h3.w3-contact-form-head {
    font-size: 2em;
	}
	
}
@media screen and (max-width:568px) {
	.box .overbox {
    padding: 5em 1em 2em;
   }
   .box, .box .overbox {
    height: 166px;
    }
	.w3l_gallery_grid li {
    display: inline-block;
    float: left;
    width: 50%;
    padding: 1%;
    }
	.agile_map_grid {
    width: 60%;
	}
	.newsletter .submit {
    right: 89px;
	}
	.w3ls_head h3, .services-info h2, .w3l_head h3, .w3-service-head h3, .agileits_w3layouts_schedule h3, .w3-test-heading h3 {
    font-size: 2em;
	}
	h3.w3-contact-form-head {
    font-size: 2em;
	}
	.hi-icon:before {
    speak: none;
    font-size: 25px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
	}
}
@media screen and (max-width:480px) {
	#demo-1 {
    min-height: 429px;
    }
	.baner-info h3 {
    font-size: 3em;
    letter-spacing: 1px;
    }
	.w3-border-banner {
    margin: 4em auto 0;
    }
	.baner-info h4 {
    letter-spacing: 7px;
    }
	.baner-info p {
    font-size: 1em;
    width: 90%;
     }
	 .agileits-special-info h4:after {
    left: 63px;
     }
	 .agileits-special-info p {
    letter-spacing: 1px;
     }
	 .agile-about-right {
    background: #00efd9;
    padding: 4em 0 23em 0;
     }
	 .box, .box .overbox {
    height: 138px;
    }
	.box .overbox {
    padding: 4em 1em 2em;
     }
	 .agile_map_grid {
    width: 83%;
	left: 16%;
     }
	 .zs-enabled .zs-slideshow .zs-bullets {
    bottom: 19px;
     }
	 .w3_testimonials_grid h4 {
    width: 100%;
	}
	.services, .gallery, .special, .about, .team, .testimonials, .contact {
    padding: 2em 0;
	}
	.content-w3ls {
    width: 79%;
	}
	 
	 
}
@media screen and (max-width:414px) {
	.navbar-header h1 {
    font-size: 2em;
    }
	.baner-info h3 {
    font-size: 2.5em;
    letter-spacing: 1px;
	}
	.baner-info h4 {
    letter-spacing: 5px;
	}
	.baner-info p {
    font-size: 1em;
    width: 91%;
    }
	.zs-enabled .zs-slideshow .zs-bullets {
    bottom: 143px;
     }
	.zs-enabled .zs-slideshow .zs-bullets {
    bottom: 15px;
    left: 0px;
     }
	.w3l-special-grid {
    width: 100%;
	}
	.agileits-special-info h4:after {
    left: 129px;
     } 
	 .agile-about-right {
    padding: 4em 0 28em 0;
     }
	 .w3ls-text h3 {
    font-size: 1.6em;
    letter-spacing: 3px;
     }
	 .w3ls-text p {
    letter-spacing: 1px;
	 }
	 .agile-about-right {
    padding: 4em 0 23em 0;
     }
	 .services-w3-grid1 {
    width: 100%;
     }
	  .services-w3-grid2 {
    width: 100%;
     }
	  .services-w3-grid3{
    width: 100%;
     }
	 .content-w3ls {
    width: 71%;
    }
	.w3ls_head h3, .services-info h2, .w3l_head h3, .w3-service-head h3, .agileits_w3layouts_schedule h3 {
    font-size: 2.5em;
    color: #00bcd4;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
     }
	 .box .overbox {
    padding: 3em 1em 2em;
     }
	 .box, .box .overbox {
    height: 112px;
     } 
	 .newsletter .email {
    width: 74%;
	}
	.newsletter .submit {
    right: 46px;
	}
	.w3ls_head h3, .services-info h2, .w3l_head h3, .w3-service-head h3, .agileits_w3layouts_schedule h3 {
    font-size: 2em;
	}
	.content-w3ls {
    width: 94%;
	}
	.w3ls_head h3, .services-info h2, .w3l_head h3, .w3-service-head h3, .agileits_w3layouts_schedule h3, .w3-test-heading h3 {
    font-size: 2em;
    letter-spacing: 3px;
	}
  

}
@media screen and (max-width:384px) {
	.baner-info h3 {
    font-size: 2em;
    letter-spacing: 1px;
     }
	 .agileits-special-info h4:after {
    left: 113px;
     }
	 .w3ls-text p {
    letter-spacing: 0px;
     }
	 .box, .box .overbox {
    height: 103px;
     }
	 .box .overbox {
    padding: 3em 1em 2em;
    }
	.w3-border-banner {
    margin: 3em auto 0;
     }
	 .agile_map_grid {
    width: 87%;
    left: 9%;
    }
	.services, .gallery, .special, .about, .team, .testimonials, .contact {
    padding: 2em 0;
	}
	.newsletter .email {
    width: 72%;
	}
	input.sign-in {
    font-size: 17px;
	}
	.agile_map_grid {
    width: 100%;
    left: 0;
    position: static;
	}
	.agile_map_grid ul li i {
    margin-right: 0.3em;
	}
	.w3ls_head h3, .services-info h2, .w3l_head h3, .w3-service-head h3, .agileits_w3layouts_schedule h3, .w3-test-heading h3 {
    font-size: 1.5em;
    letter-spacing: 2px;
	}
	.w3l_gallery_grid li {
    float: none;
    width: 100%;
	}
	.box, .box .overbox {
    height: 219px;
	}
	.box .overbox {
    padding: 7em 5em 1em;
	}
	.newsletter .submit {
    right: 41px;
	}
}
@media screen and (max-width:375px) {
.newsletter .submit {
    right: 41px;
	}
}
@media screen and (max-width:320px) {
	.navbar-header h1 i {
    font-size: 20px;
    }
	.navbar-header h1 {
    font-size: 1.7em;
    }
	.baner-info h3 {
    font-size: 1.7em;
    letter-spacing: 1px;
   }
   .baner-info h4 {
    letter-spacing: 3px;
     }
	 .baner-info p {
    font-size: 1em;
    width: 96%;
     }
	 .agileits-special-info h4:after {
    left: 92px;
     } 
	 .w3ls-text h3 {
    font-size: 1.4em;
    letter-spacing: 1px;
     }
	 .w3ls-text p {
    letter-spacing: 1px;
     }
	 .agile-about-right {
    padding: 4em 0 27em 0;
     }
	 .w3ls_head h3, .services-info h2, .w3l_head h3, .w3-service-head h3, .agileits_w3layouts_schedule h3 {
    font-size: 2em;
    }
	.box, .box .overbox {
    height: 120px;
     }
	 .box .overbox {
    padding: 3em 1em 2em;
     }
	 .w3l_gallery_grid li { 
    width: 100%;
       }
	   .content-w3ls {
    width: 86%;
     }
	 .special {
    padding: 2em 0;
     }
	 .w3-about-grid-top {
    padding: 0px 0 4em 0;
     } 
	 .w3-service-grids {
     padding:0em;
	 }
	 input.sign-in {
    width: 100%;
    height: 48px;
    }
	.box, .box .overbox {
    height: 191px;
	}
	.box .overbox {
    padding: 6em 1em 2em;
	}
	.w3ls_head h3, .services-info h2, .w3l_head h3, .w3-service-head h3, .agileits_w3layouts_schedule h3, .w3-test-heading h3 {
    font-size: 1.5em;
    letter-spacing: 2px;
	}
	.w3_testimonials_grids {
    width: 100%;
	}
	.w3_agile_team_grid {
    width: 100%;
    float: none;
    margin: 3em 0;
	}
	.w3_agile_team_grid:nth-child(2), .w3_agile_team_grid:nth-child(4) {
    margin-top: 0;
	}
	.newsletter .submit {
    right: 35px;
	}
	h3.w3-contact-form-head {
    font-size: 1.5em;
	}
	.footer h4 {
    font-size: 18px;
	}
	.newsletter .email {
    width: 93%;
	}
	.newsletter .submit {
    right: 9px;
	}
}

/*-- responsiv design --*/