/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
	padding:0;
	margin:0;
	font-family: 'Dosis', sans-serif;
	background:#fff;
	position:relative;
}
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;
}
a:hover{
	text-decoration:none;
}
input[type="button"],input[type="submit"],.contact-form 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;	
	font-family: 'Dosis', sans-serif;
}	
p{
	margin:0;
	font-family: 'Kanit', sans-serif;
	letter-spacing: 1px;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
/*-- banner-top --*/
.w3layouts-banner-top{
    background: url(../images/WATER2.jpg) no-repeat 0px 0px;
    background-size: cover;	
	-webkit-background-size: cover;	
	-moz-background-size: cover;
	-o-background-size: cover;		
	-moz-background-size: cover;
	min-height:780px;
}
.w3layouts-banner-top1{
	background: url(../images/RO2.jpg) no-repeat 0px 0px;
    background-size: cover;	
	-webkit-background-size: cover;	
	-moz-background-size: cover;
	-o-background-size: cover;		
	-moz-background-size: cover;
	min-height:780px;
}
.w3layouts-banner-top2{
	background: url(../images/RO3.jpg) no-repeat 0px 0px;
    background-size: cover;	
	-webkit-background-size: cover;	
	-moz-background-size: cover;
	-o-background-size: cover;		
	-moz-background-size: cover;	
	min-height:780px;
}

/*-- //banner-top --*/ 
/*-- header --*/
.header {
    padding: 1em 0;
    background: transparent !important;
}
.w3l_header_left ul li {
    display: inline-block;
    margin-right: 2em;
    font-size: 1.1em;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
}
.w3l_header_left ul li span, li.add-w3 span{
	padding-right:1em;
}
.w3l_header_left ul li a{
	color:#fff;
	text-decoration:none;
}
.w3l_header_left ul li a:hover{
	color:#7bf3dd;
}
.w3l_header_left {
    padding-top: 1.1em;
}
h1 a.navbar-brand {
    font-size: 1em;
    color: #fff !important;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 13px 0px;
	font-family: 'Lobster', cursive;
	
}
h1 a.navbar-brand span {
    background: #06b393;
    padding: 0px 11px;
	font-weight: bold;
	font-size: 1.2em;
}
/*-- social-icons --*/
.social-icons ul li {
    display: inline-block;
}
.social-icons ul li a.fa {
    font-size: 1em;
    color: #fff;
    line-height: 2.8em;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
    margin: 8px 5px;
    width: 38px;
    height: 38px;
}
.icon-border {
	position: relative;
} 
.icon-border::before,
.icon-border::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
} 
.icon-border::before {
	z-index: 1;
	-webkit-transition: box-shadow 0.3s;
	-moz-transition: box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	-ms-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;      
} 
.icon-border::before {
	-webkit-box-shadow: inset 0 0 0 3px #fff; 
	-moz-box-shadow: inset 0 0 0 3px #fff; 
	-o-box-shadow: inset 0 0 0 3px #fff; 
	-ms-box-shadow: inset 0 0 0 3px #fff; 
	box-shadow: inset 0 0 0 3px #fff; 
}  
/* facebook */
.icon-border.facebook:hover::before {
	-webkit-box-shadow: inset 0 0 0 48px #3b5998; 
	-moz-box-shadow: inset 0 0 0 48px #3b5998; 
	-o-box-shadow: inset 0 0 0 48px #3b5998; 
	-ms-box-shadow: inset 0 0 0 48px #3b5998; 
	box-shadow: inset 0 0 0 48px #3b5998; 
}  
/* twitter */
.icon-border.twitter:hover::before {
	-webkit-box-shadow: inset 0 0 0 48px #4099ff;
	-moz-box-shadow: inset 0 0 0 48px #4099ff;
	-o-box-shadow: inset 0 0 0 48px #4099ff;
	-ms-box-shadow: inset 0 0 0 48px #4099ff;
	box-shadow: inset 0 0 0 48px #4099ff;
}  
/* google plus */
.icon-border.googleplus:hover::before {
	-webkit-box-shadow: inset 0 0 0 48px #d34836;
	-moz-box-shadow: inset 0 0 0 48px #d34836;
	-o-box-shadow: inset 0 0 0 48px #d34836;
	-ms-box-shadow: inset 0 0 0 48px #d34836;
	box-shadow: inset 0 0 0 48px #d34836;
}   
/* rss */
.icon-border.rss:hover::before {
	-webkit-box-shadow: inset 0 0 0 48px #ee802f;
	-moz-box-shadow: inset 0 0 0 48px #ee802f;
	-o-box-shadow: inset 0 0 0 48px #ee802f;
	-ms-box-shadow: inset 0 0 0 48px #ee802f;
	box-shadow: inset 0 0 0 48px #ee802f;
}  
/*-- //social-icons --*/   
/*-- //header --*/
/*-- Banner --*/
.header-bottom {
    padding: 2em 0 0em 0;
    background: transparent !important;
    border-top: 1px solid #fff;
    margin-top: 22px;
}
.navbar-nav {
    float: left;
    margin: 0;
}
.navbar-default {
    background: transparent !important;
    border: none!important;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 1.2em;
	letter-spacing: 1px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #111;
    background-color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #510301;
    background-color: #fff;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #510301;
    background-color: #fff;
}
/*-- nav-hover-effect --*/
.menu__list {
	position: relative;
    -webkit-flex-wrap: inherit;
    flex-wrap: inherit;
    list-style: none;
}
.menu__item {
	display: block;
	margin: 1em 0;
}
.menu__link {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.menu__link:hover,
.menu__link:focus {
	outline: none;
}
/* Francisco */
.menu--francisco .menu__item {
	margin: 0 1.2em;
}
.menu--francisco .menu__link {
	position: relative;
    overflow: hidden;
    height: 3em;
    padding: 1em 1em 1.5em;
	text-align: center;
	color: #b5b5b5;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.menu--francisco .menu__link:hover,
.menu--francisco .menu__link:focus {
	color: #fff;
}
.menu--francisco .menu__item--current .menu__link{
	color: #fff;
}
.menu--francisco .menu__link::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
    opacity: 0;
    background: #06b393;
	-webkit-transform: translate3d(0, -3em, 0);
	transform: translate3d(0, -3em, 0);
	-webkit-transition: -webkit-transform 0s 0.3s, opacity 0.2s;
	transition: transform 0s 0.3s, opacity 0.2s;
}

.menu--francisco .menu__item--current .menu__link::before,.menu--francisco .menu__link:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.1s;
	transition: transform 0.5s, opacity 0.1s;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.menu--francisco .menu__helper {
	display: block;
}

.menu--francisco .menu__item--current .menu__helper,.menu__link:hover  .menu__helper{
	-webkit-animation: anim-francisco 0.3s forwards;
	animation: anim-francisco 0.3s forwards;
}

@keyframes anim-francisco {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
/*-- //nav-hover-effect --*/
/*-- //Banner --*/
.slider-info {
    position: absolute;
    top: 44%;
    left: 14%;
    z-index: 999;
    text-align: left;
    width: 49%;
}
.slider-info h3 {
    font-size: 1.5em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 7px;
}
.slider-info h4 {
    font-size: 3.5em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 1em 0em 2.5em;
}
.slider-info h5 a {
    color: #fff;
    font-size: 1.2em;
    letter-spacing: 1px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.slider-info h5 a:hover{
	color:#06b393;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.slider-info h5 a span{
	padding-right:1em;
}
/* --//navigation --*/
/*-- //Top-Bar --*/
/*-- Slider --*/
#slider {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}
.rslides_tabs {
	list-style: none;
	padding: 0;
	background: rgba(0,0,0,.25);
	box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	font-size: 18px;
	list-style: none;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}
.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}
.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;
	left: 0;
	top: 0;
}
.callbacks img {
	position: relative;
	z-index: 1;
	height: auto;
	border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 39%;
    left: 80%;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 45px;
    width: 45px;
    background: url(../images/up2.png) no-repeat 14px 13px #06b393;
    border: 1px solid #fff;
    border-radius: 501%;
}
.callbacks_nav.next {
    left: auto;
    background: url(../images/down2.png) no-repeat 14px 15px #06b393;
    right: 17%;
    top: 64%;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks2_nav:active {
	opacity: 1.0;
}
#slider-pager a {
	display: inline-block;
}
#slider-pager span {
	float: left;
}
#slider-pager span {
	width: 100px;
	height: 15px;
	background: #fff;
	display: inline-block;
	border-radius: 30em;
	opacity: 0.6;
}
#slider-pager .rslides_here a {
	background: #FFF;
	border-radius: 30em;
	opacity: 1;
}
#slider-pager a {
	padding: 0;
}
#slider-pager li {
	display: inline-block;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	left: 0%;
	top: 0;
	width: 100%;
}
.rslides li {
	position: relative;
	display: block;
	float: none;
}
.rslides img {
    height: auto;
    border: 0;
    width: 100%;
}
.callbacks_tabs {
	list-style: none;
	position: absolute;
	top: 80.5%;
	z-index: 999;
	left: 44.5%;
	padding: 0em 0.6em 1em 0.3em;
	margin: 0;
	display:none;
}
.callbacks_tabs li {
	display: none;
	margin: 0.5em;
}
.callbacks_tabs a {
	visibility: hidden;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	width:0;
	height: 0;
	display: inline-block;
	background: #fff;
	border: none;
	border-radius: 50%;
}
.callbacks_here a:after {
	background: #1ca0de;
}
/*-- //Slider --*/
/*-- model --*/  
.modal-header h4{
	color: #111;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-weight: bold;
}
.modal-header h5 {
    color: #06b393;
    font-size: 1.3em;
    letter-spacing: 1px;
    text-align: center;
    margin: 0.3em 0 1em;
}
.modal-header span {
    font-size: 1.1em;
    color: #777;
    letter-spacing: 1px;
    line-height: 33px;
    padding-bottom: 16px;
	display:inline-block;
	margin-top:1em;
}
.modal-header img{
    float: left;
    width: 100%;
}
/*-- //model --*/  

/*-- move-text --*/ 
.Main-agile {
    position: relative;
}
.header {
    position: absolute;
    z-index: 999;
    top: 1%;
    left: 12%;
}
.demo {
    background: #fff;
}
marquee {
    margin-bottom: -5px;
    padding: 1em 0em;
	letter-spacing:2px;
	font-size:1em;
	text-transform:uppercase;
}
marquee span {
    margin-left: 18em;
}
/*-- //move-text --*/ 

/*-- welcome --*/
.welcome {
    padding:5em 0em 10em;
}
.welcome-right{
	position: relative!important;
}
.welcome-left {
    margin-top: 2em;
}
.welcome-left h3 {
    color: #06b393;
    font-size: 4em;
    margin: 0;
    text-transform: uppercase;
}
.welcome-left h4 {
    color: #000;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.9em;
    margin: 2em 0 1em 0;
    letter-spacing: 1px;
}
.welcome-left p {
    color: #777;
    font-size: 1em;
    line-height: 1.9em;
    margin: 0;
}
.welcome-right-top img {
    width: 65%;
}
.welcome-right-bottom {
    position: absolute!important;
    top: 17%;
    z-index: -1;
    left: 34%;
}
.welcome-right-bottom img{
    width: 100%;
}
/*-- welcome-bottom --*/
.welcome-bottom-left{
	background: #C0DEF7;
    padding:0;
}
.welcome-bottom-left-grid{
	padding: 5em 5em 5em 14em;
}
.welcome-bottom-left-grid h3{
    font-size: 2em;
    color: #313131;
    margin: 0;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.3em;
}
.welcome-bottom-left-grid h4 {
    color: #313131;
    font-size: .875em;
    font-weight: 600;
    line-height: 1.8em;
    margin: 2em 0 1em 0;
}
.welcome-bottom-left-grid p{
	color: #313131;
    font-size: .875em;
    line-height: 1.8em;
    margin: 2em 0 0 0;
}
/*-- //welcome --*/

/*-- features --*/
.bs-example, .ch-grid, .carousel-caption, .gallery-w3lsrow, .w3_agile_mail_grids_agile{
	margin-top:3em;
}
.nav-tabs > li > a {
    margin-right: 3em;
    border-radius: 0;
    color: #111;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.1em;
    letter-spacing: 1px;
}
.nav-tabs > li {
    float: none;
    display: inline-block;
}
.nav-tabs {
    width: 62%;
    margin: 0 auto;
    border-bottom: 1px solid #ffffff;
    text-align: center;
}
.nav-tabs > li > a:hover {
    border: 1px solid #06b393;
    border-bottom: 1px solid #06b393;
    background: #06b393;
    color: #fff;
}
.nav > li > a:hover, .nav > li > a:focus {
     background: #06b393;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 1px solid #06b393;
    border-bottom: 1px solid #06b393;
    background: #06b393;
    color: #fff;
}
.w3agile_tab_left h4 {
    font-size: 1.7em;
    color: #111;
    text-transform: uppercase;
    font-weight: 600;
}
.w3agile_tab_left p {
    color: #777;
    line-height: 1.9em;
    margin: 1em 0 2em;
    font-size: 1em;
    letter-spacing: 1px;
}
.w3agile_tabs {
    margin: 3em 0 0;
}
.img-w3 {
    margin: 0em 0 0 !important;
}
.w3agile_tab_right1 {
    margin: 2em 0 0;
}
.features h3, .team h3, h3.w3layouts-title, h3.w3stitle, h3.agile{
    color: #06b393;
    margin: 0;
    font-size: 3em;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}
.features, .team, .testimonial, .gallery, .agileinfo-contact, .footer{
    padding: 5em 0;
}
.features {
    background: #eee;
}
.w3agile_tab_right.w3agile_tab_right2 {
    padding-left: 0;
}
/*-- //features --*/

/*-- team --*/
.ch-grid img{
	width: 100%;
}
.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}
.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}
.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: relative;
	cursor: default;
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	-o-perspective: 900px;
	-ms-perspective: 900px;
	perspective: 900px;
}
.ch-info{
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}
.ch-info .ch-info-front {
	box-shadow: inset 0 0 0 16px rgba(0,0,0,0.3);
}
.ch-info .ch-info-back {
	-webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	background:#111;
	opacity: 0;
}
.ch-img-1 { 
	  background: url(../images/t1.jpg)no-repeat;
	z-index: 12;
}
.ch-img-2 { 
	  background: url(../images/t2.jpg)no-repeat;
	z-index: 11;
}
.ch-img-3 { 
	  background: url(../images/t3.jpg)no-repeat;
	z-index: 10;
}
.ch-img-4 { 
	  background: url(../images/t4.jpg)no-repeat;
	z-index: 10;
}
.ch-info h4 {
    color: #fff;
    font-size: 1.8em;
    text-align: center;
    margin: 0 14px;
    padding: 56px 0 0 0;
    height: 106px;
    text-shadow: 0 0 1px #fff;
    letter-spacing: 1px;
}
.ch-info p {
    color: #fff;
    padding: 18px 5px 20px;
    font-style: italic;
    margin: 0 30px;
    font-size: 0.9em;
    border-top: 1px solid rgba(255,255,255,0.5);
    text-align: center;
}
.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
}
.ch-info p a:hover {
    color: #fff;
}
.ch-item:hover .ch-info-front {
	-webkit-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-moz-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-o-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-ms-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	opacity: 0;
}
.ch-item:hover .ch-info-back {
	-webkit-transform: rotate3d(1,0,0,0deg);
	-moz-transform: rotate3d(1,0,0,0deg);
	-o-transform: rotate3d(1,0,0,0deg);
	-ms-transform: rotate3d(1,0,0,0deg);
	transform: rotate3d(1,0,0,0deg);
	opacity: 1;
}
.icons {
    text-align: center;
}
.icons ul {
    padding: 0;
}
.icons ul li {
    display: inline;
    margin: 0 5px;
    text-align: center;
}
.icons ul li.team-twitter{
	margin:0 1em;
}
.icons ul li a {
    color: #FFF;
    text-align: center;
    font-size: 0.9em;
}
.icons ul li a:hover{
	opacity:.5;
}
/*-- team --*/

/*-- testimonial --*/
h3.w3layouts-title {
    color: #fff;
}
.testimonial{
    background:url(../images/bgt.jpg)no-repeat center fixed; 
	background-size: cover;
}   
.testimonial-grids { 
	margin: 0 auto;
	width: 80%;
}
.testimonial-left {
    width: 14%;
    float: left;
    border:2px solid #F44336;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    border-radius: 50%;
    padding: 5px;
}
.testimonial-left img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    border-radius: 50%;
	width:100%;
}
.testimonial-right{
	float: left;
	width: 65%;
	margin: 0.5em 0 0 2em;
    text-align: left;
}
.testimonial-right h5 {
    color: #06b393;
    margin: 0;
    font-size: 2em; 
}
.testimonial-right p {
    color: #fff;
    margin: 1.5em 0 0 0;
    font-size: 1em;
    line-height: 1.9em;
}
.testimonial-right p span{
	font-size: 2em;
	line-height: .1em;
	vertical-align: middle;
}
.carousel-caption {
    z-index: 10;
    position: initial;
} 
.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 500px;
}
.carousel-indicators {
    bottom: -20px;
} 
.carousel-indicators .active {
    width: 13px;
    height: 13px;
    margin: 0px 4px;
}
.carousel-indicators li {
    width: 13px;
    height: 13px;
	margin: 0px 4px;
}
/*-- //testimonial --*/ 

/*-- gallery --*/
.gallery-grids img {
    width: 100%;
}
.gallery-grids { 
	padding: 0;
}
/*-- gallery-hover effect --*/
.w3ls-hover {
	background-color: #FFF;
	display: block; 
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	text-align: center;
}
.w3ls-hover img {  
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
} 
.w3ls-hover .view-caption { 
    padding: 7em 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	-webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
	background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%; 
	border-radius: 50%;
}
.w3ls-hover .view-caption h5{
	color: #fff;
	font-size: 2.5em;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 5px; 
}
.w3ls-hover .view-caption span {
    color: #fff;
    font-size: 1em;
    margin-top: 5%;
    display: inline-block;
    border: 2px solid #fff;
    padding: 12px;
}
.w3ls-hover:hover .view-caption { 
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
	-webkit-border-radius: 0;
	-moz-border-radius: 0; 
	border-radius: 0;
}
.w3ls-hover .view-caption span:hover {
    color:#06b393;
    border-color: #06b393;
}
/*-- //gallery --*/

/*-- services-bottom --*/
.services-bottom {
    background: #06b393;
    padding: 5em 0;
}
.agileits_w3layouts_about_counter_left i {
    font-size: 30px;
    color: #111;
    border: 1px solid #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 1.9;
}
.agileits_w3layouts_about_counter_left p {
    font-size: 3em;
    font-weight: bold;
    color: #fff;
    margin: 0.5em 0 0em;
}
.agileits_w3layouts_about_counter_left {
    text-align: center;
}
.agileits_w3layouts_about_counter_left h3 {
    color: #fff;
    font-size: 1.4em;
    margin: .5em 0 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/*-- //services-bottom --*/

/*-- contact --*/
.map iframe{
	width:100%;
	min-height:400px;
}
.agileits_mail_grid_right1 span i {
    color: #000;
    font-size: 1em;
    text-transform: uppercase;
    font-style: normal;
    float: left;
    width: 13.5%;
    margin: .8em 0 0;
    letter-spacing: 1px;
}
.agileits_mail_grid_right1 input[type="text"],.agileits_mail_grid_right1 input[type="email"],.agileits_mail_grid_right1 textarea{
	outline: none;
    width: 86.5%;
    background: #fff;
    color: #000;
    padding: 10px;
    font-size: 1em;
	resize:none;
    border: 1px solid #111;
}
.agileits_mail_grid_right1 span {
    padding: .5em 0;
    display: block;
}
.agileits_mail_grid_right1 textarea{
	min-height:15em;
}
.agileits_mail_grid_right1 input[type="submit"] {
    outline: none;
    width: 23%;
    background: #06b393;
    color: #fff;
    padding: 10px 0;
    font-size: 1.1em;
    text-transform: uppercase;
    border: none;
    resize: none;
    margin: 1em auto 0em;
    display: inherit;
    letter-spacing: 1px;
}
.agileits_mail_grid_right1 input[type="submit"]:hover{
    background:#111;
    color: #fff;
}
/*-- //contact --*/

/*-- footer --*/
.footer{
	background:#212121;
}
.logo-footer-1 {
    padding-bottom: 1.5em;
}
h2 a.navbar-brand {
    font-size: 1.2em;
    color: #fff !important;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 0px;
    font-family: 'Lobster', cursive;
}
.logo-w3l-footer2 {
    text-align: right;
}
.agileinfo_footer_grid h4 {
    font-size: 1.4em;
    color: #fff;
    margin-bottom: 2em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
.agileinfo_footer_grid ul li{
	list-style-type: none;
    margin-bottom: 1em;
    font-size: 14px;
    line-height: 1.8em;
    color: #999;
    padding-left: 1em;
}
.agileinfo_footer_grid ul li span{
	left:-1em;
}
.agileinfo_footer_grid ul li a{
	color:#999;
	text-decoration:none;
}
.agileinfo_footer_grid ul li a:hover{
	color:#fff;
}
.agileinfo_footer_grid1{
	float:left;
	width:31.45%;
	margin:0 0.3em .3em 0em;
}
.w3agile_footer_copy{
	padding:2em 0 0em;
	border-top:1px solid #606060;
	text-align:center;
	margin-top:3em;
}
.w3agile_footer_copy p{
	font-size:14px;
	color:#8F8F8F;
	margin:0;
	line-height:1.8em;
	letter-spacing: 2px;
}
.w3agile_footer_copy p a{
	color:#fff;
	text-decoration:none;
}
.w3agile_footer_copy p a:hover{
	color:#8F8F8F;
}
.agileinfo_footer_grid:nth-child(1) {
    padding: 0 2em 0 0;
}
.agileinfo_footer_grid p {
    color: #999;
    line-height: 1.9em;
    font-size: 1em;
}
.agileinfo_footer_grid p span{
	display:block;
	margin:1em 0 0;
}
.nav-w3-l ul li {
    display: block;
    list-style: none;
    margin-top: 0.5em;
}
.logo-w3l-footer2 ul li {
    display: inline-block;
    list-style: none;
    margin-left: 1em;
    color: #fff;
    font-size: 1.4em;
    letter-spacing: 1px;
}
.nav-w3-l ul li a {
    font-size: 1.1em;
    color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.nav-w3-l ul li a:hover {
    color: #06b393;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.w3l_header_right.soci-w3 {
    padding-top: 0.7em;
}
.logo-footer {
    padding-top: 3em;
}
/*-- newsletter --*/
.newsletter-w3l {
    padding: 2em 0em;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.get-in-grids{
	padding:1em;
	background:#f4f4f4;
}
.welcome-grid:nth-child(2) {
	padding-left: 2em !important;
}
.news-grid-left {
	padding: 0 !important;
}
.welcome-grid:nth-child(1) {
	padding: 0 !important;
}
.get-in-grid-left{
	float:left;
	width: 26%;
}
.get-in-grid-left p {
    font-size: 1.5em;
    color: #06b393;
    margin: 4px 0 0;
    text-align: center;
	letter-spacing: 0px;
}
.get-in-grid-right{
	float:left;
	margin-left:1em;
	width: 72%;
}
.get-in-grid-right input[type="email"] {
    outline: none;
    color: #000;
    font-size: 1em;
    width: 72%;
    padding: 11px 10px;
    background: #fff;
    border: 1px solid #777;
}
.get-in-grid-right input[type="submit"] {
    background: #06b393;
    width: 24%;
    color: #fff;
    font-size: 1.1em;
    padding: 11px 0;
    border: none;
	letter-spacing: 1px;
    outline: none;
    margin: 0 0 0 1em;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.get-in-grid-right input[type="submit"]:hover{
	background:none;
	color:#06b393;
}
.get-in-grid-left p span {
    padding-left: 0.5em;
    vertical-align: middle;
}
/*-- //newsletter --*/

/*-- information --*/
.w3-agileits_mail_grid_left1{
	float: left;
    width: 55px;
    height: 55px;
    background: #06b393;
    text-align: center;
    border-radius: 50px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.w3-agileits_mail_grid_left1 span {
    font-size: 1.1em;
    color: #fff;
    line-height: 3.5em;
}
.w3-agileits_mail_grid_left2{
	float:right;
	width:75%;
}
.w3-agileits_mail_grid_left2 h3{
	font-size: 1.2em;
    color: #fff;
    margin: .3em 0 0;
}
.w3-agileits_mail_grid_left2 a{
	text-decoration:none;
	color:#999;
	font-size:1em;
	display: block;
	margin-top:10px;
}
.w3-agileits_mail_grid_left2 a:hover{
	color:#06b393;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.w3-agileits_mail_grid_left2 p {
    color: #999;
	 margin-top: 10px;
}
.w3-agileits_mail_grid_left:nth-child(2), .w3-agileits_mail_grid_left:nth-child(3) {
    margin-bottom: 2em;
}
.w3-agileits_mail_grid_left:hover .w3-agileits_mail_grid_left1{
	background:#111;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*-- //information --*/
/*-- //footer --*/
/*--bottom-to-top --*/
#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/up-arrows.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);
}
/*-- //bottom-to-top --*/


/*--responsive--*/
@media(max-width: 1680px){

}
@media(max-width: 1600px){

}
@media(max-width: 1440px){
	.w3layouts-banner-top,.w3layouts-banner-top1,.w3layouts-banner-top2{
		min-height:680px;
	}
	.header {
		left: 9%;
	}
	.slider-info {
		left: 11%;
	}
	.callbacks_nav {
		left: 84%;
	}
	.callbacks_nav.next {
		right: 13%;
	}
}
@media(max-width: 1366px){
	.header {
		left: 6.5%;
	}
	.slider-info {
		left: 9%;
	}
	.slider-info h3 {
		font-size: 1.4em;
	}
	.slider-info h4 {
		font-size: 3.35em;
	}
	.callbacks_nav {
		left: 85.5%;
	}
	.callbacks_nav.next {
		right: 11%;
	}
	.welcome-left h3 {
		font-size: 3.8em;
	}
}
@media(max-width: 1280px){
	.header {
		left: 3.5%;
	}
	.slider-info {
		left: 6%;
	}
	.header-bottom {
		padding: 1.7em 0 0em 0;
		margin-top: 17px;
	}
	.slider-info h4 {
		font-size: 3.2em;
		padding: 1em 0em 2em;
	}
	.slider-info h3 {
		font-size: 1.3em;
	}
	.callbacks_nav.next {
		right: 9%;
	}
	.callbacks_nav {
		left: 87.5%;
	}
	.welcome-left h3 {
		font-size: 3.5em;
	}
	.features h3, .team h3, h3.w3layouts-title, h3.w3stitle, h3.agile {
		font-size: 2.9em;
	}
	.w3ls-hover .view-caption h5 {
		font-size: 2.35em;
	}
	.map iframe {
		min-height: 360px;
	}
}
@media(max-width: 1080px){
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
		min-height:565px;
	}
	.w3l_header_left ul li {
		margin-right: 1em;
		font-size: 1em;
	}
	h1 a.navbar-brand {
		font-size: 0.95em;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 1.1em;
	}
	.menu--francisco .menu__link {
		padding: 1em 1em 1em;
	}
	.menu--francisco .menu__item {
		margin: 0 0.6em;
	}
	.slider-info h3 {
		font-size: 1.15em;
	}
	.slider-info h4 {
		font-size: 2.8em;
	}
	.callbacks_nav.next {
		right: 8%;
	}
	marquee {
		font-size: 0.95em;
	}
	.welcome-right-top img {
		width: 71%;
	}
	.welcome {
		padding: 4em 0em 9em;
	}
	.welcome-left h3 {
		font-size: 3.2em;
	}
	.welcome-left h4 {
		font-size: 1.15em;
		margin: 1.5em 0 1em 0;
	}
	.welcome-left p {
		font-size: 0.9em;
	}
	.features, .team, .testimonial, .gallery, .agileinfo-contact, .footer {
		padding: 4em 0;
	}
	.features h3, .team h3, h3.w3layouts-title, h3.w3stitle, h3.agile {
		font-size: 2.7em;
	}
	.nav-tabs {
		width: 70%;
	}
	.nav-tabs > li > a {
		font-size: 1em;
	}
	.w3agile_tab_left h4 {
		font-size: 1.65em;
	}
	.ch-grid li {
		width: 211px;
		height: 211px;
		display: inline-block;
		margin: 10px;
	}
	.ch-info h4 {
		font-size: 1.65em;
	}
	.w3ls-hover .view-caption {
		padding: 6em 0;
	}
	.w3ls-hover .view-caption h5 {
		font-size: 2.1em;
	}
	.agileits_w3layouts_about_counter_left h3 {
		font-size: 1.3em;
		letter-spacing: 1px;
	}
	.map iframe {
		min-height: 330px;
	}
	h2 a.navbar-brand {
		font-size: 1.1em;
	}
	.logo-w3l-footer2 ul li {
		font-size: 1.3em;
	}
	.get-in-grid-right {
		width: 69%;
	}
	.get-in-grid-left p {
		font-size: 1.4em;
	}
	.get-in-grid-left {
		width: 28%;
	}
	.get-in-grid-right input[type="submit"] {
		margin: 0 0 0 0.8em;
	}
	.agileits_w3layouts_about_counter_left p {
		font-size: 2.8em;
	}
	.agileits_mail_grid_right1 textarea {
		min-height: 14em;
	}
	.agileinfo_footer_grid p {
		font-size: 0.95em;
	}
	.agileinfo_footer_grid1 {
		margin: 0 0.2em .3em 0em;
	}
	.w3-agileits_mail_grid_left1 {
		width: 48px;
		height: 48px;
	}
	.w3-agileits_mail_grid_left1 span {
		font-size: 1em;
		line-height: 3.2em;
	}
	.w3-agileits_mail_grid_left2 {
		width: 72%;
	}
	
}
@media(max-width: 1050px){
	.welcome-left h3 {
		font-size: 3em;
	}
	.w3agile_tab_left p {
		font-size: 0.95em;
	}
}
@media(max-width: 1024px){
	.header {
		left: 1.9%;
	}
	.w3l_header_left ul li span, li.add-w3 span {
		padding-right: 0.5em;
	}
	.header-bottom {
		padding: 1.5em 0 0em 0;
	}
	.slider-info {
		left: 5%;
		top: 47%;
	}
	.callbacks_nav {
		top: 42%;
	}
	.callbacks_nav.next {
		top: 70%;
	}
}
@media(max-width: 991px){
	.w3l_header_left {
		float: left;
		width: 70%;
	}
	.w3l_header_right {
		float: right;
		width: 30%;
	}
	.header {
		left: 11%;
	}
	.navi-w3l {
		float: right;
		width: 72%;
	}
	.logo-w3l {
		float: left;
		width: 28%;
	}
	.w3l_header_left ul li {
		margin-right: 0.5em;
		font-size: 0.9em;
	}
	h1 a.navbar-brand {
		font-size: 0.8em;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 1em;
	}
	.menu--francisco .menu__link {
		padding: 1em 0.7em 1em;
	}
	.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
	.menu--francisco .menu__item {
		margin: 0 0.2em;
	}
	.slider-info h3 {
		font-size: 1em;
		letter-spacing: 5px;
	}
	.slider-info h4 {
		font-size: 2.4em;
	}
	.slider-info h5 a {
		font-size: 1.1em;
	}
	.slider-info {
		left: 14%;
	}
	.callbacks_nav {
		left: 80.5%;
	}
	.callbacks_nav.next {
		right: 14.5%;
	}
	marquee {
		font-size: 0.9em;
	}
	.welcome-right-top img {
		width: 51%;
	}
	.welcome-right {
		width: 100%;
	}
	.welcome-left {
		margin-top: 7em;
	}
	.welcome-left h4 {
		font-size: 1.2em;
	}
	.welcome-left p {
		font-size: 0.95em;
	}
	.welcome {
		padding: 4em 0em;
	}
	.nav-tabs {
		width: 100%;
	}
	.w3agile_tab_left {
		float: left;
		width: 60%;
	}
	.w3agile_tab_right.w3agile_tab_right2 {
		float: right;
		width: 40%;
	}
	.w3agile_tab_right.w3agile_tab_right2 img, .w3agile_tab_right.w3agile_tab_right1 img{
		width: 100%;
	}
	.w3agile_tab_left h4 {
		font-size: 1.55em;
	}
	.w3agile_tab_right.w3agile_tab_right1{
		float:left;
		width:40%;
	}
	.ch-grid li {
		width: 160px;
		height: 160px;
		margin: 10px 8px;
	}
	.ch-info h4 {
		font-size: 1.4em;
		padding: 36px 0 0 0;
		height: 74px;
	}
	.icons ul li a {
		font-size: 0.8em;
	}
	.icons ul li {
		margin: 0 3px;
	}
	.icons ul {
		margin: 0 39px;
	}
	.ch-info p {
		padding: 14px 0px;
		font-size: 0.75em;
	}
	.features h3, .team h3, h3.w3layouts-title, h3.w3stitle, h3.agile {
		font-size: 2.5em;
	}
	.testimonial-right p {
		font-size: 0.95em;
	}
	.w3ls-hover .view-caption h5 {
		font-size: 1.7em;
	}
	.w3ls-hover .view-caption span {
		font-size: 0.9em;
		border: 1px solid #fff;
		padding: 10px;
	}
	.w3ls-hover .view-caption {
		padding: 4.5em 0;
	}
	.agileits_w3layouts_about_counter_left {
		float: left;
		width: 25%;
	}
	.agileits_w3layouts_about_counter_left h3 {
		font-size: 1.13em;
		letter-spacing: 0px;
	}
	.agileits_w3layouts_about_counter_left p {
		font-size: 2.7em;
	}
	.agileits_mail_grid_right1 textarea {
		min-height: 13em;
	}
	.map iframe {
		min-height: 320px;
	}
	h2 a.navbar-brand {
		font-size: 1.05em;
	}
	.logo-w3l-footer2 ul li {
		font-size: 1.2em;
	}
	.logo-footer-1 {
		padding-bottom: 1em;
	}
	.get-in-grids {
		float: left;
		width: 70%;
	}
	.get-in-grid-right input[type="submit"] {
		margin: 0 0 0 0.4em;
		width: 26%;
		font-size: 1em;
		padding: 10px 0;
	}
	.get-in-grid-right input[type="email"] {
		width: 71%;
		padding: 10px 10px;
	}
	.get-in-grid-left p {
		font-size: 1.1em;
		margin: 9px 0 0;
	}
	.get-in-grid-left p span {
		padding-left: 0.3em;
	}
	.agileinfo_footer_grid {
		float: left;
		width: 50%;
	}
	.agileinfo_footer_grid:nth-child(3), .agileinfo_footer_grid:nth-child(4) {
		margin-top: 3em;
	}
	.w3-agileits_mail_grid_left1 {
		width: 55px;
		height: 55px;
	}
	.w3-agileits_mail_grid_left1 span {
		font-size: 1.1em;
		line-height: 3.5em;
	}
	.w3-agileits_mail_grid_left2 {
		width: 75%;
	}
}
@media(max-width: 900px){

}
@media(max-width: 800px){
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
		min-height: 465px;
	}
	.header {
		left: 1.9%;
		top: 0%;
	}
	.header-bottom {
		padding: 1em 0 0em 0;
	}
	.slider-info h3 {
		letter-spacing: 4px;
	}
	.slider-info h4 {
		font-size: 2.2em;
		letter-spacing: 2px;
	}
	.slider-info {
		left: 6%;
	}
	.slider-info h5 a {
		font-size: 1.05em;
	}
	.callbacks_nav {
		left: 88%;
	}
	.callbacks_nav.next {
		right: 6.5%;
		top: 72%;
	}
	.welcome {
		padding: 3.5em 0em;
	}
	.welcome-left h3 {
		font-size: 2.7em;
	}
	.features, .team, .testimonial, .gallery, .agileinfo-contact, .footer {
		padding: 3.5em 0;
	}
	.w3agile_tab_left p {
		font-size: 0.9em;
	}
	.testimonial-right p {
		font-size: 0.9em;
	}
	.header-bottom {
		padding: 1em 0 0em 0;
	}
}
@media(max-width: 768px){
	.header {
		left: 0%;
	}
	.slider-info h4 {
		font-size: 2.1em;
	}
	.callbacks_nav.next {
		right: 6%;
	}
	.map iframe {
		min-height: 300px;
	}
}
@media(max-width: 767px){
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #06b393 !important;
	}
	.navbar-default .navbar-toggle {
		border-color: #fff !important;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: #fff;
		background: rgba(0, 0, 0, 0.75);
	}
	ul.nav.navbar-nav.menu__list {
		width: 100%;
	}
	.carousel-caption {
		padding-top: 0px !important;
	}
}
@media(max-width: 736px){
	.w3l_header_left {
		width: 60%;
		padding-top: 0.5em;
	}
	.w3l_header_left li span.add-w3 {
		margin-top: 1em;
	}
	.w3l_header_right {
		width: 40%;
		text-align: right;
	}
	.logo-w3l {
		width: 50%;
	}
	.navi-w3l {
		width: 50%;
	}
	.slider-info {
		left: 4.5%;
	}
	.slider-info h4 {
		font-size: 2em;
	}
	.callbacks_nav {
		left: 87.5%;
	}
	.callbacks_nav.next {
		right: 6.5%;
		top: 66%;
	}
	.welcome-left h4 {
		font-size: 1.1em;
	}
	.welcome-left p {
		font-size: 0.9em;
	}
	.features h3, .team h3, h3.w3layouts-title, h3.w3stitle, h3.agile {
		font-size: 2.4em;
	}
	.nav-tabs > li > a {
		font-size: 0.95em;
		margin-right: 2em;
	}
	.ch-grid li {
		width: 158px;
		height: 158px;
		margin: 10px 6px;
	}
	.w3ls-hover .view-caption h5 {
		font-size: 2em;
	}
	.w3ls-hover .view-caption {
		padding: 6em 0;
	}
	.agileits_w3layouts_about_counter_left {
		width: 50%;
	}
	.agileits_w3layouts_about_counter_left h3 {
		font-size: 1.2em;
		letter-spacing: 1px;
	}
	.agileits_w3layouts_about_counter_left:nth-child(3), .agileits_w3layouts_about_counter_left:nth-child(4) {
		margin-top: 2.5em;
	}
	.services-bottom {
		padding: 3.5em 0;
	}
	.get-in-grids {
		width: 60%;
	}
	.get-in-grid-right input[type="email"] {
		width: 70%;
	}
	.get-in-grid-right {
		margin-left: 0.5em;
	}
	.get-in-grid-left p {
		font-size: 1.05em;
		margin: 2px 0px 0;
	}
	.ch-info p {
		margin: 0 25px;
	}
}
@media(max-width: 667px){
	.slider-info {
		width: 55%;
	}
	.callbacks_nav {
		left: 86.5%;
		background-size: 44%;
		background-position: 11px 10px;
		height: 40px;
		width: 40px;
	}
	.callbacks_nav.next {
		right: 7.5%;
		top: 69%;
		background-size: 44%;
		background-position: 12px 12px;
	}
	.slider-info h5 a {
		font-size: 1em;
	}
	marquee {
		font-size: 0.85em;
	}
	.welcome-right-bottom {
		top: 18%;
		left: 26%;
	}
	.welcome-right-bottom img {
		width: 85%;
	}
	.welcome-left h3 {
		font-size: 2.4em;
	}
	.features h3, .team h3, h3.w3layouts-title, h3.w3stitle, h3.agile {
		font-size: 2.3em;
	}
	.features, .team, .testimonial, .gallery, .agileinfo-contact, .footer {
		padding: 3em 0;
	}
	.welcome {
		padding: 3em 0em;
	}
	.nav-tabs > li > a {
		font-size: 0.9em;
		margin-right: 1.5em;
	}
	.w3agile_tab_left h4 {
		font-size: 1.5em;
	}
	.w3agile_tab_left p {
		margin: 1em 0 1.4em;
	}
	.ch-grid li {
		width: 211px;
		height: 211px;
		margin: 14px 35px;
	}
	.ch-info p {
		padding: 18px 0px;
		font-size: 0.9em;
	}
	.testimonial-right p {
		font-size: 0.85em;
		margin: 1em 0 0 0;
	}
	.w3agile_tabs {
		margin: 2em 0 0;
	}
	.ch-info h4 {
		font-size: 1.5em;
		padding: 54px 0 0 0;
		height: 105px;
	}
	.bs-example, .ch-grid, .carousel-caption, .gallery-w3lsrow, .w3_agile_mail_grids_agile {
		margin-top: 2.5em;
	}
	.w3ls-hover .view-caption h5 {
		font-size: 1.8em;
	}
	.w3ls-hover .view-caption {
		padding: 5em 0;
	}
	.get-in-grid-right input[type="email"] {
		font-size: 0.9em;
		width: 67%;
	}
	.get-in-grid-right input[type="submit"] {
		font-size: 0.95em;
		letter-spacing: 0px;
		width: 29%;
	}
	.w3-agileits_mail_grid_left:nth-child(2), .w3-agileits_mail_grid_left:nth-child(3) {
		margin-bottom: 1.5em;
	}
	.agileinfo_footer_grid ul li {
		margin-bottom: 0.8em;
	}
	.logo-footer-1 {
		padding-bottom: 0.5em;
	}
	.logo-footer {
		padding-top: 2em;
	}
	.agileinfo_footer_grid h4 {
		font-size: 1.3em;
		margin-bottom: 1.5em;
		letter-spacing: 1px;
	}
	.agileinfo_footer_grid:nth-child(3), .agileinfo_footer_grid:nth-child(4) {
		margin-top: 2.5em;
	}
	
}
@media(max-width: 640px){
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
		min-height: 395px;
	}
	.agileits_mail_grid_right1 textarea {
		min-height: 12em;
	}
	.slider-info {
		width: 58%;
		top: 47%;
		left: 5%;
	}
	.header-bottom {
		padding: 0.5em 0 0em 0;
	}
	.callbacks_nav.next {
		right: 7%;
	}
	.slider-info h4 {
		padding: 1em 0em 1.8em;
	}
	.welcome-right-bottom img {
		width: 82%;
	}
}
@media(max-width: 600px){
	.w3l_header_left {
		width: 100%;
		text-align: center;
		padding-top: 0em;
	}
	.w3l_header_right {
		width: 100%;
		text-align: center;
		padding-top: 0.5em;
	}
	.header {
		padding: 0.4em 0 0;
	}
	.header-bottom {
		margin-top: 11px;
	}
	.social-icons ul li a.fa {
		font-size: 0.95em;
		line-height: 2.7em;
		margin: 4px 6px;
		width: 35px;
		height: 35px;
	}
	h1 a.navbar-brand {
		font-size: 0.75em;
		padding: 12px 0px;
	}
	.slider-info h3 {
		letter-spacing: 3px;
		font-size: 0.95em;
	}
	.slider-info h4 {
		font-size: 1.8em;
	}
	.slider-info h5 a {
		font-size: 0.95em;
	}
	.slider-info {
		top: 50%;
		left: 5%;
	}
	.navbar-toggle {
		padding: 8px 7px !important;
	}
	.callbacks_nav {
		left: 86%;
		top: 48%;
		background-size: 42%;
		background-position: 10px 9px;
		height: 34px;
		width: 34px;
	}
	.callbacks_nav.next {
		right: 8%;
		top: 72%;
		background-position: 10px 11px;
		background-size: 42%;
	}
	marquee {
		font-size: 0.8em;
	}
	marquee span {
		margin-left: 11em;
	}
	.welcome-left h3 {
		font-size: 2.2em;
	}
	.welcome-right-bottom img {
		width: 76%;
	}
	.welcome-left h4 {
		font-size: 1em;
		margin: 1em 0 1em 0;
	}
	.welcome-left p {
		font-size: 0.8em;
	}
	.features h3, .team h3, h3.w3layouts-title, h3.w3stitle, h3.agile {
		font-size: 2.2em;
	}
	.nav-tabs > li > a {
		font-size: 0.85em;
		margin-right: 1em;
	}
	.w3agile_tab_left h4 {
		font-size: 1.4em;
	}
	.w3agile_tab_left p {
		margin: 1em 0 1.3em;
		font-size: 0.8em;
	}
	.testimonial-right h5 {
		font-size: 1.75em;
	}
	.testimonial-right p {
		font-size: 0.75em;
	}
	.carousel-indicators li {
		width: 11px;
		height: 11px;
	}
	.carousel-indicators .active {
		width: 11px;
		height: 11px;
	}
	.w3ls-hover .view-caption h5 {
		font-size: 1.6em;
	}
	.agileits_w3layouts_about_counter_left p {
		font-size: 2.6em;
	}
	.agileits_w3layouts_about_counter_left h3 {
		font-size: 1.15em;
	}
	.agileits_mail_grid_right1 span i {
		font-size: 0.95em;
	}
	.agileits_mail_grid_right1 input[type="text"], .agileits_mail_grid_right1 input[type="email"], .agileits_mail_grid_right1 textarea {
		padding: 9px;
		font-size: 0.95em;
	}
	.agileits_mail_grid_right1 textarea {
		min-height: 11em;
	}
	.agileits_mail_grid_right1 input[type="submit"] {
		width: 26%;
		padding: 10px 0;
		font-size: 1em;
	}
	.map iframe {
		min-height: 260px;
	}
	h2 a.navbar-brand {
		font-size: 0.95em;
	}
	.logo-w3l-footer2 ul li {
		font-size: 1em;
	}
	.logo-footer-1 {
		padding-bottom: 0em;
	}
	.get-in-grids {
		width: 100%;
		margin-bottom:0.5em;
	}
	.get-in-grid-left p {
		font-size: 1.25em;
	}
	.get-in-grid-right {
		margin-left: 1em;
	}
	.get-in-grid-right input[type="submit"] {
		font-size: 1em;
		letter-spacing: 1px;
		width: 27%;
	}
	.get-in-grid-right input[type="email"] {
		font-size: 0.95em;
		width: 69%;
	}
	.welcome-left {
		margin-top: 6em;
	}
	.newsletter-w3l {
		padding: 1.5em 0em;
	}
	.agileinfo_footer_grid h4 {
		font-size: 1.2em;
		margin-bottom: 1.2em;
	}
	.agileinfo_footer_grid p {
		font-size: 0.9em;
	}
	.w3-agileits_mail_grid_left2 {
		width: 69%;
	}
	.w3-agileits_mail_grid_left2 h3 {
		font-size: 1.1em;
	}
	.nav-w3-l ul li a {
		font-size: 0.95em;
	}
	.w3-agileits_mail_grid_left1 {
		width: 48px;
		height: 48px;
	}
	.w3-agileits_mail_grid_left1 span {
		font-size: 1em;
		line-height: 3.2em;
	}
	.w3-agileits_mail_grid_left:nth-child(2), .w3-agileits_mail_grid_left:nth-child(3) {
		margin-bottom: 1.1em;
	}
	.agileinfo_footer_grid ul li {
		margin-bottom: 0.5em;
	}
	.w3agile_footer_copy p {
		letter-spacing: 1px;
	}
	.w3agile_footer_copy {
		padding: 1.5em 0 0em;
		margin-top: 2em;
	}
	.header-bottom {
		padding: 0.8em 0 0em 0;
	}
	.ch-grid li {
		margin: 14px 25px;
	}
}
@media(max-width: 568px){
	.header {
		padding: 0em 0 0;
	}
	.slider-info h3 {
		font-size: 0.8em;
	}
	.slider-info h4 {
		font-size: 1.65em;
	}
	.slider-info h5 a {
		font-size: 0.85em;
	}
	.modal-header h4 {
		font-size: 1.8em;
	}
	.modal-header h5 {
		font-size: 1.1em;
	}
	.modal-header span {
		font-size: 1em;
	}
	.welcome {
		padding: 2.5em 0em;
	}
	.features, .team, .testimonial, .gallery, .agileinfo-contact, .footer {
		padding: 2.5em 0;
	}
	.nav-tabs > li > a {
		font-size: 0.8em;
	}
	.ch-info h4 {
		font-size: 1.45em;
	}
	.ch-info p {
		font-size: 0.8em;
	}
	.welcome-left h3 {
		font-size: 2.1em;
	}
	.features h3, .team h3, h3.w3layouts-title, h3.w3stitle, h3.agile {
		font-size: 2.1em;
	}
	.testimonial-right h5 {
		font-size: 1.6em;
	}
	.w3ls-hover .view-caption {
		padding: 4.5em 0;
	}
	.agileits_w3layouts_about_counter_left p {
		font-size: 2.5em;
		margin: 0.3em 0 0em;
	}
	.agileits_w3layouts_about_counter_left h3 {
		font-size: 1.05em;
	}
	.services-bottom {
		padding: 3em 0;
	}
	.agileits_mail_grid_right1 textarea {
		min-height: 10em;
	}
	.agileits_mail_grid_right1 input[type="submit"] {
		width: 28%;
		font-size: 0.9em;
	}
	.get-in-grid-left p {
		font-size: 1.2em;
	}
	.agileinfo_footer_grid p {
		font-size: 0.85em;
	}
	.w3agile_tab_left {
		width: 100%;
	}
	.w3agile_tab_right.w3agile_tab_right2 {
		width: 100%;
		margin-top: 2em;
	}
	.w3agile_tab_right.w3agile_tab_right1 {
		width: 100%;
		margin-bottom: 2em;
	}
	.w3agile_tab_left p {
		margin: 1em 0 1.5em;
		font-size: 0.9em;
	}
	.w3agile_tab_left h4 {
		font-size: 1.45em;
		letter-spacing: 1px;
	}
	.welcome-right-top img {
		width: 54%;
	}
	.ch-grid li {
		margin: 14px 17px;
	}
}
@media(max-width: 480px){
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
		min-height: 340px;
	}
	.w3l_header_left ul li {
		margin-right: 0.5em;
		font-size: 0.8em;
		letter-spacing: 0.5px;
	}
	.slider-info h3 {
		font-size: 0.75em;
	}
	.slider-info {
		width: 61%;
	}
	.slider-info {
		width: 61%;
		left: 7%;
	}
	h1 a.navbar-brand span {
		padding: 0px 9px;
		font-size: 1.05em;
	}
	.navbar-toggle {
		margin-top: 6px !important;
	}
	.slider-info h4 {
		font-size: 1.5em;
	}
	.navbar-toggle .icon-bar {
		width: 20px !important;
	}
	.navbar-toggle {
		padding: 7px 7px !important;
	}
	.header-bottom {
		padding: 0.5em 0 0em 0;
	}
	.callbacks_nav {
		left: 84%;
		background-size: 40%;
		background-position: 8px 8px;
		height: 28px;
		width: 28px;
	}
	.callbacks_nav.next {
		right: 9.8%;
		background-position: 8px 9px;
		background-size: 40%;
	}
	marquee {
		font-size: 0.7em;
	}
	.welcome-right-top img {
		width: 55%;
	}
	.welcome-right-bottom img {
		width: 69%;
	}
	.welcome-left h3 {
		font-size: 2em;
	}
	.features h3, .team h3, h3.w3layouts-title, h3.w3stitle, h3.agile {
		font-size: 2em;
	}
	.nav-tabs > li > a {
		font-size: 0.75em;
		margin-right: 0.5em;
	}
	.w3agile_tab_left p {
		margin: 1em 0 1.2em;
		font-size: 0.85em;
	}
	.w3agile_tab_left h4 {
		font-size: 1.3em;
	}
	.ch-grid li {
		width: 186px;
		height: 186px;
	}
	.ch-info h4 {
		font-size: 1.4em;
		height: 100px;
	}
	.testimonial-right p {
		line-height: 1.8em;
	}
	.w3ls-hover .view-caption h5 {
		font-size: 1.4em;
	}
	.w3ls-hover .view-caption {
		padding: 3em 0;
	}
	.agileits_w3layouts_about_counter_left p {
		font-size: 2.3em;
	}
	.map iframe {
		min-height: 240px;
	}
	h2 a.navbar-brand {
		font-size: 0.85em;
	}
	.logo-w3l-footer2 ul li {
		font-size: 0.95em;
		margin-left: 0.5em;
	}
	.get-in-grid-left {
		width: 33%;
	}
	.get-in-grid-right {
		width: 65%;
		margin-left: 0.5em;
	}
	.get-in-grid-right input[type="submit"] {
		font-size: 0.95em;
		width: 30%;
	}
	.get-in-grid-right input[type="email"] {
		width: 66%;
	}
	.get-in-grid-left p {
		font-size: 1.15em;
		margin: 7px 0px 0;
	}
	.agileinfo_footer_grid p {
		font-size: 0.75em;
		line-height: 1.8em;
	}
	.w3agile_footer_copy p {
		font-size: 13px;
	}
	.testimonial-grids {
		width: 90%;
	}
	.bs-example, .ch-grid, .carousel-caption, .gallery-w3lsrow, .w3_agile_mail_grids_agile {
		margin-top: 2em;
	}
	.ch-grid li {
		margin: 10px 9px;
	}
	
	.ch-info p {
		padding: 14px 0px;
	}
	.ch-info h4 {
		height: 92px;
		padding: 47px 0 0 0;
	}
}
@media(max-width: 414px){
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
		min-height: 300px;
	}
	.w3l_header_left ul li {
		margin-right: 1em;
		font-size: 0.8em;
		letter-spacing: 1px;
	}
	.w3l_header_left li span.add-w3 {
		margin-top: 0.8em;
	}
	.w3l_header_left {
		padding-top: 0.5em;
	}
	.social-icons ul li a.fa {
		font-size: 0.8em;
		line-height: 2.8em;
		margin: 2px 6px;
		width: 30px;
		height: 30px;
	}
	.icon-border::before {
		-webkit-box-shadow: inset 0 0 0 2px #fff; 
		-moz-box-shadow: inset 0 0 0 2px #fff; 
		-o-box-shadow: inset 0 0 0 2px #fff; 
		-ms-box-shadow: inset 0 0 0 2px #fff; 
		box-shadow: inset 0 0 0 2px #fff; 
	}  
	h1 a.navbar-brand {
		font-size: 0.7em;
		padding: 11px 0px;
	}
	.slider-info h3 {
		font-size: 0.7em;
	}
	.slider-info {
		width: 65%;
		left: 8%;
		top: 57%;
	}
	.slider-info h4 {
		font-size: 1.4em;
	}
	.navbar-toggle .icon-bar {
		width: 18px !important;
	}
	.navbar-toggle {
		padding: 6px 7px !important;
	}
	.callbacks_nav {
		left: 81%;
		top: 55%;
	}
	.callbacks_nav.next {
		right: 10.9%;
		top: 78%;
	}
	.nav > li > a {
		padding: 8px 12px !important;
	}
	.nav-tabs > li > a {
		margin-right: 0.2em;
	}
	.w3agile_tab_left h4 {
		font-size: 1.2em;
	}
	.w3agile_tab_left p {
		margin: 1em 0 1em;
		font-size: 0.8em;
	}
	.w3agile_tab_right.w3agile_tab_right2 {
		margin-top: 1em;
	}
	.ch-grid li {
		width: 160px;
		height: 160px;
		margin: 11px;
	}
	.ch-info p {
		font-size: 0.7em;
		padding: 12px 0px;
	}
	.ch-info h4 {
		font-size: 1.25em;
		height: 76px;
		padding: 37px 0 0 0;
	}
	.gallery-grids {
		float: left;
		width: 50%;
	}
	.w3ls-hover .view-caption {
		padding: 4em 0;
	}
	.w3ls-hover .view-caption h5 {
		font-size: 1.7em;
	}
	.agileits_w3layouts_about_counter_left h3 {
		font-size: 1em;
	}
	.agileits_mail_grid_right1 span i {
		font-size: 0.85em;
		letter-spacing: 0px;
	}
	.agileits_mail_grid_right1 span {
		padding: .35em 0;
	}
	.agileits_mail_grid_right1 textarea {
		min-height: 8em;
	}
	.agileits_mail_grid_right1 input[type="submit"] {
		width: 35%;
		font-size: 0.85em;
		margin: 0.5em auto 0em;
	}
	.logo-w3l-footer2 ul li {
		font-size: 0.85em;
		margin-left: 0.2em;
		letter-spacing: 0.5px;
	}
	h2 a.navbar-brand {
		font-size: 0.8em;
	}
	.get-in-grid-right input[type="submit"] {
		width: 60%;
		text-align: center;
		margin: 1em auto 0em;
	}
	.get-in-grid-left {
		width: 40%;
	}
	.get-in-grid-right {
		width: 53%;
		margin-left: 0.5em;
	}
	.get-in-grid-right input[type="email"] {
		width: 100%;
	}
	.agileinfo_footer_grid {
		width: 100%;
	}
	.agileinfo_footer_grid p {
		font-size: 0.8em;
	}
	.w3-agileits_mail_grid_left2 {
		width: 70%;
	}
	.agileinfo_footer_grid.f3 {
		float: right;
		width: 40%;
	}
	.agileinfo_footer_grid.f2{
		float: left;
		width: 60%;
	}
	.agileinfo_footer_grid.f1 {
		margin-top: 2.5em;
	}
	.welcome-left h4 {
		line-height: 1.8em;
	}
	.welcome-left p {
		line-height: 1.8em;
	}
	.welcome-left {
		margin-top: 5em;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 0.95em;
	}
	.testimonial-grids {
		width: 100%;
	}
	.icons ul {
		margin: 0 40px;
	}
}
@media(max-width: 384px){
	h1 a.navbar-brand {
		letter-spacing: 1px;
	}
	.slider-info h4 {
		font-size: 1.3em;
	}
	.slider-info {
		width: 68%;
	}
	.nav-tabs > li > a {
		font-size: 0.7em;
	}
	.agileits_w3layouts_about_counter_left h3 {
		font-size: 0.88em;
	}
	.welcome-right-bottom img {
		width: 68%;
	}
	.ch-grid li {
		width: 150px;
		height: 150px;
		margin: 11px 8px;
	}
	.logo-w3l-footer {
		width: 100%;
		text-align: center;
		float: left;
		margin: 0 auto;
	}
	.logo-w3l-footer2 {
		text-align: center;
		width: 100%;
		float: right;
	}
	.logo-w3l-footer2 ul li {
		font-size: 0.95em;
		margin-left: 1em;
		letter-spacing: 1px;
		margin-bottom: 1em;
	}
	.nav > li > a {
		padding: 8px 10px !important;
	}
	.icons ul li {
		margin: 0 1px;
	}
	.ch-info p {
		padding: 10px 0px;
	}
}
@media(max-width: 375px){
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
		min-height: 268px;
	}
	h1 a.navbar-brand {
		letter-spacing: 0px;
	}
	.w3l_header_left li span.add-w3 {
		margin-top: 0.5em;
	}
	.header-bottom {
		margin-top: 8px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 0.9em;
	}
	h1 a.navbar-brand {
		padding: 8px 0px;
	}
	.slider-info h4 {
		font-size: 1.25em;
	}
	.slider-info h4 {
		padding: 0.8em 0em 1.5em;
	}
	.slider-info {
		left: 9.5%;
		top: 60%;
	}
	.callbacks_nav {
		left: 80%;
		top: 60%;
	}
	.callbacks_nav.next {
		right: 11.9%;
		top: 79.5%;
	}
	.welcome-left h3 {
		font-size: 1.9em;
	}
	.welcome-left h4 {
		font-size: 0.95em;
	}
	.nav > li > a {
		padding: 8px 9px !important;
	}
	.w3agile_tab_left h4 {
		font-size: 1.15em;
	}
	.features h3, .team h3, h3.w3layouts-title, h3.w3stitle, h3.agile {
		font-size: 1.9em;
	}
	.features, .team, .testimonial, .gallery, .agileinfo-contact, .footer {
		padding: 2em 0;
	}
	.ch-grid li {
		margin: 11px 6px;
	}
	.ch-info p {
		padding: 11px 0px;
		margin: 0 24px;
	}
	.agileits_w3layouts_about_counter_left {
		width: 100%;
	}
	.agileits_w3layouts_about_counter_left:nth-child(3), .agileits_w3layouts_about_counter_left:nth-child(4), .agileits_w3layouts_about_counter_left:nth-child(2) {
		margin-top: 2em;
	}
	.services-bottom {
		padding: 2.5em 0;
	}
	.agileits_w3layouts_about_counter_left h3 {
		font-size: 1em;
	}
	.agileits_mail_grid_right1 input[type="text"], .agileits_mail_grid_right1 input[type="email"], .agileits_mail_grid_right1 textarea {
		font-size: 0.9em;
		width: 84%;
	}
	.agileits_mail_grid_right1 span i {
		width: 16%;
	}
	.agileits_mail_grid_right1 input[type="submit"] {
		font-size: 0.8em;
	}
	.map iframe {
		min-height: 200px;
	}
	.get-in-grid-left {
		width: 47%;
	}
	.get-in-grid-right {
		width: 50%;
	}
	.agileinfo_footer_grid h4 {
		font-size: 1.15em;
	}
	.w3-agileits_mail_grid_left2 {
		width: 65%;
	}
	.w3-agileits_mail_grid_left2 h3 {
		font-size: 1em;
	}
}
@media(max-width: 320px){
	.w3l_header_left ul li {
		margin-right: 0.6em;
		font-size: 0.75em;
	}
	.menu--francisco .menu__link {
		padding: 0.5em 0.5em 0.5em !important;
	}
	.navi-w3l {
		width: 49%;
	}
	.logo-w3l {
		width: 51%;
		padding: 0 0px 0 12px;
	}
	.slider-info h3 {
		letter-spacing: 2px;
	}
	.slider-info h4 {
		font-size: 1.1em;
		letter-spacing: 1px;
	}
	.slider-info h5 a {
		font-size: 0.8em;
	}
	.navbar-toggle {
		padding: 5px 6px !important;
	}
	.callbacks_nav {
		left: 78%;
	}
	.callbacks_nav.next {
		right: 12.5%;
		top: 80%;
	}
	h1 a.navbar-brand {
		padding: 7px 0px;
	}
	.welcome-right-top img {
		width: 57%;
	}
	.welcome {
		padding: 2em 0em;
	}
	.welcome-left h3 {
		font-size: 1.8em;
	}
	.welcome-left {
		margin-top: 4em;
	}
	.features h3, .team h3, h3.w3layouts-title, h3.w3stitle, h3.agile {
		font-size: 1.8em;
	}
	.nav > li > a {
		padding: 8px 4px !important;
	}
	.ch-grid li {
		margin: 11px 33px;
		width: 200px;
		height: 200px;
	}
	.ch-info p {
		padding: 16px 0px;
		font-size: 0.8em;
	}
	.ch-info h4 {
		font-size: 1.5em;
		height: 100px;
		padding: 54px 0 0 0;
	}
	.bs-example, .ch-grid, .carousel-caption, .gallery-w3lsrow, .w3_agile_mail_grids_agile {
		margin-top: 1.5em;
	}
	.w3ls-hover .view-caption h5 {
		font-size: 1.45em;
	}
	.w3ls-hover .view-caption {
		padding: 3em 0;
	}
	.agileits_mail_grid_right1 span i {
		width: 19%;
	}
	.agileits_mail_grid_right1 input[type="text"], .agileits_mail_grid_right1 input[type="email"], .agileits_mail_grid_right1 textarea {
		width: 81%;
		padding: 7px;
	}
	.agileits_mail_grid_right1 textarea {
		min-height: 7em;
	}
	.agileits_mail_grid_right1 input[type="submit"] {
		font-size: 0.75em;
		width: 41%;
	}
	.map iframe {
		min-height: 180px;
	}
	h2 a.navbar-brand {
		font-size: 0.75em;
		letter-spacing: 1px;
	}
	.logo-w3l-footer2 ul li {
		font-size: 0.9em;
		margin-left: 0.3em;
	}
	.get-in-grid-left {
		width: 100%;
	}
	.get-in-grid-right {
		width: 100%;
		margin-left: 0em;
	}
	.get-in-grid-right input[type="email"] {
		width: 60%;
	}
	.get-in-grid-right input[type="submit"] {
		width: 35%;
	}
	.get-in-grid-left p {
		font-size: 1.2em;
		margin: 0px 0px 0;
	}
	.agileinfo_footer_grid p {
		font-size: 0.75em;
	}
	.agileinfo_footer_grid.f2 {
		width: 100%;
	}
	.agileinfo_footer_grid.f3 {
		width: 100%;
	}
	.w3-agileits_mail_grid_left2 {
		width: 72%;
	}
}
/*--//responsive--*/