/*--A Design by W3layouts 
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
html, body{
    font-size: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	background:#FFFFFF;
}
/*-- banner --*/
.banner{
    background: url(../images/banner3.jpg) no-repeat 0px -90px;
    background-size: cover;
    padding: 1em 0 5em;
}
/*-- top-nav --*/
.header {
    background: rgba(0, 0, 0, 0.4);
    padding: 1em 0;
}
.navbar-header h1{
	margin:0;
}
.navbar-header h1 a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    margin: 0;
    font-size: 1em;
    font-family: 'Oswald', sans-serif;
}
nav.navbar.navbar-default {
    background: none !important;
    padding: 0 !important;
    margin: 0;
}
ul.nav.navbar-nav.navbar-right {
    margin: 1em 0 0 0;
}
ul.nav.navbar-nav.navbar-right li {
    margin: 0 1em;
}
ul.nav.navbar-nav.navbar-right li:nth-child(6) {
    margin-right: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
    font-size: 1em;
    padding: 0;
    position: relative;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav li a.active {
    color: #fbb034;
}
/*-- //top-nav --*/
/* Effect 5: same word slide in */
.cl-effect-5 a {
	overflow: hidden;
	padding: 0 4px;
}

.cl-effect-5 a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cl-effect-5 a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

/*-- banner-info --*/
.banner-info{
    padding: 8em 0;
}
.w3ls-text{
    padding: 3em 2em;
    border: solid 2px #FFFFFF;
    width: 60%;
    text-align: center;
    margin: 0 auto;
}
.w3ls-text h3{
	font-size: 2em;
    color: #FFFFFF;
    margin: 0;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}
.w3ls-text h5{
    font-size: 1.5em;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    font-weight: 600;
    color: #fbb034;
    padding-bottom: 2em;
}
.w3ls-text h5:after{
    content: '';
    position: absolute;
    height: 2px;
    width: 10%;
    background: #FFFFFF;
    top: 39px;
    left: 280px;
}
.w3ls-text p{
	font-size:1em;
	line-height:1.8em;
	margin:2em 0 0 0;
	color:#FFFFFF;
}
/*--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/arrows.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;
    bottom: -50%;
    z-index: 999;
    left: 0;
    padding: 0;
    margin: 0;
    display: block;
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li{
  display: inline-block;
  margin: 0 .3em;
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
  font-size: 0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height: 15px;
  width: 15px;
  display: inline-block;
  background: #fff;
  border: 2px solid #fff;
  border-radius:50%;
  -webkit-border-radius:50%;
  -o-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
}
.callbacks_here a:after{
     background:#EFA52C;
    border: 2px solid #EFA52C;
}
/*-- //banner-info --*/
/*-- services --*/
.services{
    padding: 4em 0;
    background: #FFFFFF;
}
.services-heading{
	text-align:center;
}
.services-heading h5,.welcome-heading  h5,.w3-testimonial-heading h5,.codes-heading h5,.team-heading h5,.news-heading h5{
    color: #999;
    font-size: 1em;
    text-transform: uppercase;
    margin: 0 0 1em 0;
    font-weight: 600;
    letter-spacing: 1px;
}
.services-heading h2,.welcome-heading h3,.w3-testimonial-heading h3,.codes-heading h2,.team-heading h3,.news-heading h3,.agile-contact-form-heading h3{
	color: #353535;
    font-size: 3em;
    margin: 0;
    font-family: 'Oswald', sans-serif;
}
.services-grids {
    margin: 3em 0 0 0;
}
.hi-icon-wrap {
	text-align: center;
	margin: 0 auto;
}

.hi-icon {
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
	font-family: 'ecoicon';
	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;
}


/* Effect 2 */
.hi-icon-effect-2 .hi-icon {
    color: #ffffff;
    box-shadow: 0 0 0 3px #eea303;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.hi-icon-effect-2 .hi-icon:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #eea303;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

/* Effect 2a */
.hi-icon-effect-2a .hi-icon:hover {
    color: #ffffff;
}

.hi-icon-effect-2a .hi-icon:hover:after {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
}

i.fa.fa-cog,i.fa.fa-pagelines{
    font-size: 2em;
    padding: .9em 0 0 0;
}
.services-grid-heading {
    text-align: center;
}
.services-grid-heading h3{
    color: #353535;
    font-size: 1.5em;
    margin: 1em 0 .5em 0;
    font-family: 'Oswald', sans-serif;
}
.services-grid-heading p{
    color: #999;
    font-size: 1em;
    margin: 0;
    line-height: 1.8em;
}
/*-- //services --*/
/*-- welcome --*/
.welcome{
	padding: 4em 0;
    background: #def6ff;
}
/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    height: auto;
    background: #3085a3;
    text-align: center;
}

.grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico figcaption {
	padding: 3em;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h4 {
    margin: 2.5em 0 1em 0;
    font-size: 2em;
    color: #FFFFFF;
}

figure.effect-chico p {
	margin: 0 auto;
	max-width: 200px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.grid {
    position: relative;
}
.agileits-left img{
	width:100%;
}
.welcome-heading {
	text-align:center;
}
.agile-welcome-grids {
    margin: 3em 0 0 0;
}
.agileits-left {
    padding: 0;
}
.agile-welcome-right-info h4{
    color: #353535;
    font-size: 1.5em;
    margin: 0 0 .5em 0;
    font-family: 'Oswald', sans-serif;
    line-height: 1.5em;
}
.agile-welcome-right-info p{
    color: #353535;
    font-size: 1em;	
	line-height:1.8em;
	margin:0;
}
.agile-welcome-grid {
    padding-right: 0;
}
.agileits-right{
	padding: 1.8em;
    background: #eea303;
    text-align: center;
}
.agileits-right:nth-child(2) {
	margin: 1em 0;
    background: #5BD899;
}
.agileits-right:nth-child(3) {
    background: #447ea8;
}
.agileits-right h4{
    font-size: 2em;
    color: #FFFFFF;
    margin: 0;
    text-transform: uppercase;
    font-weight: 800;	
}
.agileits-right p {
    color: #FFFFFF;
    font-size: 1em;
    line-height: 1.8em;
    margin: .5em 0 0 0;
}
/*-- //welcome --*/
/*-- testimonial --*/
.testimonial{
	padding: 4em 0;
    background: #FFFFFF;
    position: relative;
}
.w3-testimonial-heading{
	text-align:center;
}
.w3agile-slider {
    margin: 3em auto 0;
    width: 70%;
    text-align: center;
}
.w3agile-slider-grid-img{
    width: 10%;
    margin: 0 auto 1em;
}
.w3agile-slider-grid img{
    width: 100%;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    border: solid 2px #eea303;
}
.w3agile-slider-grid-info p{
	color: #999;
    font-size: 1em;
    margin: 0;
    line-height: 1.8em;
}
.w3agile-slider-grid-info h5{
    color: #eea303;
    font-size: 1.5em;
    margin: 1em 0 .5em 0;
    font-family: 'Oswald', sans-serif;
}
/*-- //testimonial --*/
/*-- footer --*/
.footer{
	padding:3em 0;
	background:#111;
}
.agile-grid-left {
    text-align: center;
}
.agile-grid-left h4,.agile-grid-right h4{
    color: #FFFFFF;
    font-size: 1.5em;
    margin: 0 0 1em 0;
    font-family: 'Oswald', sans-serif;
}
.agile-grid-left form input[type="email"] {
    background: #383838;
    box-shadow: none !important;
    padding: 10px 10px;
    color: #ffffff;
    font-size: 1em;
    width: 60% !important;
    font-weight: 400;
    border: none;
    margin: 0;
}
.agile-grid-left form input[type="submit"] {
    border: solid 2px #eea303;
    color: #ffffff;
    font-size: 1em;
    padding: .5em 2em;
    text-decoration: none;
    background: #eea303;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agile-grid-left form input[type="submit"]:hover {
    color: #FFFFFF;
    border: solid 2px #FFFFFF;
	background:none;
}
.agile-grid-left form input[type="email"]:focus {
    outline: none;
}
.social {
    margin: 1em 0 0 0;
}
.social ul{
	padding:0;
	margin:0;
}
.social ul li{
	display:inline-block;
}
.social ul li a {
	color: #333;
    text-align: center;
}
.social ul li a i.fa.fa-facebook{
    height: 40px;
    width: 40px;
    background: #383838;
    line-height: 40px;
    color: #FFF;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.social ul li a i.fa.fa-facebook:hover {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #3b5998;
}
.social ul li a i.fa.fa-twitter{
    height: 40px;
    width: 40px;
    background: #383838;
    line-height: 40px;
    color: #FFF;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.social ul li a i.fa.fa-twitter:hover{
    height: 40px;
    width: 40px;
    line-height: 40px;
	background: #55acee;
}
.social ul li a i.fa.fa-rss{
    height: 40px;
    width: 40px;
    background: #383838;
    line-height: 40px;
    color: #FFF;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.social ul li a i.fa.fa-rss:hover{
    height: 40px;
    width: 40px;
    line-height: 40px;
	background: #f26522;
}
.social ul li a i.fa.fa-vk{
    height: 40px;
    width: 40px;
    background: #383838;
    line-height: 40px;
    color: #FFF;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.social ul li a i.fa.fa-vk:hover{
    height: 40px;
    width: 40px;
    line-height: 40px;
	background: #45668e;
}
.social ul li:nth-child(2){
	margin:0 .5em;
}
.social ul li:nth-child(3){
	margin:0 .5em 0 0;
}
.agile-nav{
	margin: 3em 0 0 0;
    text-align: center;
    padding: 3em 0 0 0;
    border-top: solid 1px #1d1d1d;
}
.agile-nav ul{
	padding:0;
	margin:0;
}
.agile-nav ul li{
	display:inline-block;
	margin:0 1em;
}
.agile-nav ul li a{
	color:#FFFFFF;
	font-size:1em;
	text-decoration:none;
}
.agile-nav ul li a:hover{
	color:#eea303;
}
/*-- //footer --*/
/*-- copyright --*/
.copyright{
    padding: 2em 0;
    background: #222;
    text-align: center;
}
.copyright p{
	color:#FFFFFF;
	font-size:1em;
	margin:0;
}
.copyright p a{
	color:#FFFFFF;
}
.copyright p a:hover{
	color:#fbb034;
}
/*-- //copyright --*/
/*--Shortcodes--*/
.codes-heading{
	margin:2em 0 0 0;
}
.codes-heading h5{
	color:#FFFFFF;
}
.codes-heading h2{
    color: #fbb034;
}
.bg-img{
    padding: 1em 0 2em !important;
}
.code-banner{
    padding: 1em 0 2em;	
}
.codes {
    padding: 4em 0;
    background: #FFFFFF;
}
.codes-heading {
    text-align: center;
}
h3.hdg {
    font-size: 2.5em;
	color:#000 !important;
}
.show-grid [class^=col-] {
    background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
  color: #555;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
.grid_4{
	background:none;
}
.label {
  font-weight: 300 !important;
  border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg {
	margin-bottom:1em;
	color: #333;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 0;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.grid_3 p{
  line-height: 2em;
  color: #888;
  font-size: 1em;
  margin-bottom: 1em;
  font-weight: 300;
}
.bs-docs-example {
  margin: 1em 0;
}
section#tables  p {
 margin-top: 1em;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: 0.9em;
  color: #555;
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
.nav-tabs {
  margin-bottom: 1em;
}
.alert {
  font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:1.8em;
  margin-top:0.5em;
  margin-bottom: 0.5em;
}
li.list-group-item1 {
  line-height: 2.5em;
}
.input-group {
  margin-bottom: 20px;
  }
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
  margin-bottom: 48px;
}
ol {
  margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
@media (max-width:768px){
.grid_5 {
	padding: 0 0 1em;
}
.grid_3 {
	margin-bottom: 0em;
}
}
@media (max-width:640px){
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		margin-bottom: .5em;
	}
	.progress {
		height: 10px;
		margin-bottom: 10px;
	}
	ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
		font-size: 14px;
	}
	.breadcrumb {
		margin-bottom: 10px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
.grid_4 {
    margin-top: 30px;
}
}
@media (max-width:480px){
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.pagination {
		margin: 20px 0 0px;
	}
}
@media (max-width: 320px){
	.grid_4 {
		margin-top: 18px;
	}
	.alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px !important;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
		font-size: 0.81em;
	}
	.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	    padding: 12px!important;
	}
	.codes .row {
		margin: 0;
	}
}
/*--//Shortcodes--*/
/*-- about --*/
.about-top{
	padding:4em 0;
	background:#FFFFFF;
}
.agile-about-top-left-info {
    background: url(../images/a1.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 346px;
}
.agile-about-top-right {
    border: solid 1px #dadada;
    padding: 1em;
}
.agile-about-top-right h4{
    color: #353535;
    font-size: 1em;
    text-transform: uppercase;
    margin: 0 0 1em 0;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.8em;
}
.agile-about-top-right p{
    color: #999;
    font-size: 1em;
    margin: 0;
    line-height: 1.8em;	
}
.agile-about-top-right p span{
	display:block;
	margin:1em 0 0 0;
}
/*-- //about --*/
/*-- team --*/
.team{
    padding: 4em 0;
}
.team-heading{
	text-align:center;
}
.team-grids {
    margin: 4em 0 0 0;
}
.ih-item.circle {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    margin: 0 auto;
}
.ih-item.circle .img {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
    border-radius: 50%;
    width: 100%;
}
.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ih-item.circle.effect10 .img {
  z-index: 11;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect10.colored .info {
  background: #1a4a72;
}
.ih-item.circle.effect10 .info {
    background: #eea303;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect10 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect10 .info p {
  color: #bbb;
  font-style: italic;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect10:hover .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.ih-item.circle.effect10.top_to_bottom .info h3 {
  margin: 0 30px;
  padding: 25px 0 0 0;
  height: 78px;
}
.ih-item.circle.effect10.top_to_bottom .info p {
  margin: 0 30px;
  padding: 5px;
}
.ih-item.circle.effect10.top_to_bottom:hover .img {
  -webkit-transform: translateY(50px) scale(0.5);
  -moz-transform: translateY(50px) scale(0.5);
  -ms-transform: translateY(50px) scale(0.5);
  -o-transform: translateY(50px) scale(0.5);
  transform: translateY(50px) scale(0.5);
}

.ih-item.circle.effect10.bottom_to_top .info h3 {
    margin: 6.5em 0 1em 0;
    font-size: 1.2em;
    font-family: 'Oswald', sans-serif;
    color: #FFF;
}
.ih-item.circle.effect10.bottom_to_top .info p {
  margin: 0 30px;
  padding: 5px;
}
.ih-item.circle.effect10.bottom_to_top:hover .img {
  -webkit-transform: translateY(-50px) scale(0.5);
  -moz-transform: translateY(-50px) scale(0.5);
  -ms-transform: translateY(-50px) scale(0.5);
  -o-transform: translateY(-50px) scale(0.5);
  transform: translateY(-50px) scale(0.5);
}
.icons ul{
	padding:0;
	margin:0;
}
.icons ul li{
	display:inline-block;
}
.icons ul li:nth-child(2){
	margin:0 1em;
}
.icons ul li a{
	color: #FFFFFF;
    text-align: center;	
}
.icons ul li a:hover{
	opacity:.5;
}
/*-- //team --*/
/*-- news --*/
.news {
    padding: 4em 0;
	background: #def6ff;
}
.news-left{
    min-height: 400px;
}
.news-heading{
	text-align:center;
}
.agile-news-grid-info {
    background: #FFF;
}
.news-grid-info-img a img {
    width: 100%;
}
.news-grid-info-bottom {
    padding: 1em;
    background: #FFF;
}
.admin {
    float: left;
}
.admin a {
    color: #383838;
    font-size: .875em;
    margin: 0;
    text-decoration: none;
}
.time {
    float: left;
    margin-left: 7em;
}
.time p {
    color: #383838;
    font-size: .875em;
    margin: 0;
}
.news-grid-info-bottom-text {
    margin: 1em 0 0 0;
}
.news-grid-info-bottom-text a {
    color: #fbb034;
    font-size: 1em;
    margin: 0;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
}
.news-grid-info-bottom-text p {
    color: #999;
    font-size: 1em;
    margin: 0;
    line-height: 1.8em;
}
.news-grids{
	margin:4em 0 0 0;
}
.news-left-heading h3{
	color: #fbb034;
    font-size: 2em;
    margin: 0;
    font-family: 'Oswald', sans-serif;
}
.date {
    margin: 1em 0 0 0;
}
.date-text a {
    font-size: 1em;
    margin: 0;
    color: #353535;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 0 0;
}
.date-text p {
    color: #717171;
    font-size: 1em;
    margin: 0;
    line-height: 1.8em;
}
.date-text{
	margin:.5em 0;
}
/*-- //news --*/
/*-- gallery --*/
.gallery-grids {
    padding: 4em 0;
}
.show-reel a img{
	width:100%;
}
.show-reel:nth-child(2){
	margin:2em 0;
}
.agile-gallery{
	position: relative;
    overflow: hidden;
    text-align: center;;	
}
.agileits-caption {
    background: rgba(0, 0, 0, 0.62);
    padding: 1em;
    position: absolute;
    left: 0;
    bottom: -105%;
    text-align: center;
    width: 100%;
    height: 170px;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}
.agile-gallery:hover .agileits-caption {
    bottom: 0%;
}
.agileits-caption h4{
    color: #FFFFFF;
    font-size: 1.5em;
    margin: .5em 0;
    font-family: 'Oswald', sans-serif;
}
.agileits-caption p{
    color: #FFFFFF;
    font-size: 1em;
    margin: 0;
    line-height: 1.8em;	
}
/*-- //gallery --*/
/*-- contact --*/
.agile-contact-form {
    padding: 4em 0;
}
.agile-contact-form-heading {
    text-align: center;
    margin-bottom: 4em;
}
.agile-contact-form input[type="text"],.agile-contact-form input[type="email"] {
	width: 49%;
    color: #999;
    background: none;
    outline: none;
    font-size: 1em;
    padding: 1em;
    margin: 0 .5em 1em 0;
    border-bottom: solid 2px #3C3C3C;
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-appearance: none;
}

.agile-contact-form textarea {
    resize: none;
    width: 100%;
    color: #999;
    background: none;
    font-size: 1em;
    outline: none;
    padding: 1em;
    min-height: 150px;
    -webkit-appearance: none;
    border-bottom: solid 2px #3C3C3C;
    border-top: none;
    border-left: none;
    border-right: none;
}
.agile-contact-form form input[type="submit"] {
	border: solid 2px #eea303;
    color: #ffffff;
    font-size: 1em;
    padding: .5em 2em;
    text-decoration: none;
    background: #eea303;
    margin: 1em 0 0 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agile-contact-form form input[type="submit"]:hover {
    color: #353535;
    border: solid 2px #353535;
    background: none;
}
.w3agile-map{
    margin: 2em 0 0 0;
}
.w3agile-map iframe{
    border: none;
    min-height: 300px;
    width: 100%;	
}
/*-- //contact --*/
/*-- single --*/
.single {
    padding: 4em 0;
}
.w3ls_single_left_grid_right ul{
	padding:0;
}
.w3ls_single_left_grid_left h3{
	font-size:1.5em;
	color:#353535;
}
.w3ls_single_left_grid_left h3 i,.w3ls_single_left_grid_left h3 span{
	padding:.5em;
	display:block;
}
.w3ls_single_left_grid_left h3 i{
	font-style: normal;
    background: #fbb034;
    color: #fff;
}
.w3ls_single_left_grid_right h3{
    font-size: 1.2em;
    color: #353535;
    line-height: 1.5em;
    text-transform: capitalize;
    margin: 0 0 .5em 0;
    font-family: 'Oswald', sans-serif;
}
.w3ls_single_left_grid_right ul li{
	display:inline-block;
	margin-right:1.5em;
	font-size:14px;
}
.w3ls_single_left_grid_right ul li span{
    color: #999;
	padding-left:1em;	
}
.w3ls_single_left_grid_right ul li a{
    color: #999;
    text-decoration: none;
    padding-left: 1em;
}
.w3ls_single_left_grid_right ul li a:hover{
	color:#fbb034;
}
.w3ls_single_left_grid1{
	margin: 1em 0;
}
.w3ls_single_left_grid1 p{
	margin: 2em 0;
    color: #999;
    line-height: 1.8em;
    font-size: 1em;
}
.w3ls_single_left_grid1 p span{
	display:block;
	margin:1em 0 0;
}
.w3l_admin {
    padding: 2em;
    background: #353535;
    margin:3em 0 0;
}
.w3l_admin p {
    color: #f5f5f5;
    line-height: 1.8em;
    position: relative;
    padding-left: 3.5em;
	margin-bottom: 1em;
}
.w3l_admin p:before {
    position: absolute;
    top: 0%;
    left: 0%;
    content: '';
    background: url(../images/img-sp.png) no-repeat -9px -10px;
    display: block;
    width: 20px;
    height: 15px;
}
.w3l_admin a {
    display: block;
    text-align: right;
    color:#fbb034;
    font-size: 1em;
    text-decoration: none;
}
.w3l_admin a:hover{
	color:#fff;
}
.w3ls_search1 input[type="text"] {
    outline: none;
    padding: 12px;
    color: #999;
    font-size: 1em;
    width: 100%;
    border-bottom: solid 2px #3C3C3C;
    border-top: none;
    border-left: none;
    border-right: none;
	-webkit-appearance:none;
}
.w3ls_search1 input[type="submit"] {
    outline: none;
   padding: .5em 2em;
    text-align: center;
    color: #fff;
    border: none;
    font-size: 1em;
    background:#fbb034;
    margin: 1em 0 0;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.w3ls_search1 input[type="submit"]:hover {
    background: #111;
}
.wthree_recent h4,.agileits_three_comments h3,.w3_leave_comment h3{
    font-size: 1.7em;
    color: #353535;
    margin: 0;
    line-height: 1.6em;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    position: relative;
    padding-bottom: .5em;
}
.wthree_recent h4:after,.agileits_three_comments h3:after,.w3_leave_comment h3:after{	
	content: '';
    position: absolute;
    bottom: 0%;
    left: 0%;
    background: #fbb034;
    width: 20%;
    height: 2px;
}
.agileits_three_comments h3:after,.w3_leave_comment h3:after{
	left:0;
}
.wthree_recent ul{
    padding:2em 0 0;
}
.wthree_recent ul li{
    list-style-type: none;
    font-size: 14px;
    color: #999;
    padding: 1em 0;
    border-bottom: 1px dotted #C1C1C1;
    text-transform: capitalize;
}
.wthree_recent ul li a{
	font-size: 1em;
    color: #999;
    text-decoration: none;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
}
.wthree_recent ul li a:hover{
    color:#353535;
}
.wthree_recent ul li span {
    display: block;
    font-size: 13px;
    padding-left: 2em;
    color: #fbb034;
    margin: .5em 0 0;
}
.wthree_recent ul li span i {
    left: -1em;
}
.wthree_recent {
    margin: 3em 0;
}
.wthree_recent ul li a i {
    padding-right: 1em;
}
.wthree_recent ul li:last-child {
    border-bottom: none;
}
.agile_tags_cate{
    padding: 3em 0;
    border-top: 1px dotted #adadad;
    border-bottom: 1px dotted #adadad;
    margin:5em 0;
}
.agile_cat_grid{
    text-align: center;
}
.agile_cat_grid h4 {
    color: #353535;
    font-size: 2em;
    margin: 0;
	font-family: 'Oswald', sans-serif;
}
.agile_cat_grid ul {
    padding: 2em 0 0;
}
.agile_cat_grid ul.categories li {
    list-style-type: none;
    margin-top: 1em;
	font-size: 14px;
	margin-bottom:.5em;
}
.agile_cat_grid ul.categories li a {
    color: #999;
    border: 1px dotted #adadad;
    padding: .5em 1em;
    text-decoration: none;
	display: block;
}
.agile_cat_grid ul.categories li a:hover,.agile_cat_grid_tags ul li a:hover{
    color: #fff;
    background-color: #fbb034;
	border: 1px dotted #fbb034;
}
.agile_cat_grid_tags ul li{
	display:inline-block;
	margin:5px;
	font-size:14px;
}
.agile_cat_grid_tags ul li a{
	padding:5px 10px;
	border: 1px dotted #adadad;
	text-decoration:none;
	color:#999;
	display: block;
}
.agileits_three_comment_grid{
    padding:3em 0;
    border-bottom: 1px solid #dddddd;
    width: 100%;
}
.agileits_tom {
    float: left;
    border: 1px dotted #353535;
    padding: .5em;
}
.agileits_tom_right{
    float: left;
    width: 70%;
    margin-left: 3em;
}
.hardy {
    float: left;
}
.reply {
    float: left;
    margin-left: 10em;
    margin-top: .5em;
}
.reply a {
    padding:8px 40px;
    background:#fbb034;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.reply a:hover{
	background:#353535;
}
.agileits_tom_right p.lorem {
    color: #999;
    line-height: 2em;
    margin: 1.5em 0 0;
}
.agileits_three_comments h3,.w3_leave_comment h3{
	text-align:left;
}
.hardy h4 {
	font-size: 1.1em;
    color: #353535;
    font-family: 'Oswald', sans-serif;
}
.hardy p {
    color:#fbb034;
    margin: .5em 0 0;
}
.agileits_three_comment_grid:nth-child(2){
    margin:4em 0 0;
	padding-top:0 !important;
}
.agileits_three_comment_grid:last-child{
	border-bottom:none;
	padding-bottom:0 !important;
}
.agileits_three_comment_grid1{
	padding-left:5em;
}
.w3_leave_comment{
	margin:5em 0 0;
	width:60%;
}
.w3_leave_comment form{
	margin:3em 0 0;
}
.w3_leave_comment input[type="text"],.w3_leave_comment input[type="email"],.w3_leave_comment textarea{
    outline: none;
    padding: 10px;
    font-size: 1em;
    color: #999;
    width: 100%;
    border-bottom: solid 2px #3C3C3C;
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-appearance: none;
}
.w3_leave_comment input[type="email"],.w3_leave_comment textarea{
	margin:1em 0;
}
.w3_leave_comment textarea{
    min-height: 200px;
    resize: none;
}
.w3_leave_comment input[type="submit"]{
	outline:none;
	background:#fbb034;
	border:none;
	padding: .5em 2em;
	font-size:1em;
	color:#fff;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.w3_leave_comment input[type="submit"]:hover{
	background:#111111;
}
/*-- //single --*/
/*-- responsive --*/
@media(max-width:1080px){
	.w3ls-text {
		width: 73%;
	}
	.agileits-caption p {
		line-height: 1.4em;
	}
	.agile-gallery:hover .agileits-caption {
		bottom: -15%;
	}
	.agileits-caption {
		bottom: -127%;
	}
	.agile-contact-form input[type="text"], .agile-contact-form input[type="email"] {
		width: 48.9%;
	}
}
@media(max-width:1024px){
	.time {
		margin-left: 6em;
	}
	.news-left {
		min-height: 430px;
	}
}
@media(max-width:991px){
	.w3ls-text {
		width: 95%;
	}
	.callbacks_tabs {
		bottom: -25%;
	}
	.callbacks_nav {
		bottom: -25%;
	}
	.banner-info {
		padding: 7em 0;
	}
	.banner {
		padding: 1em 0 0em;
	}
	.services-grid:nth-child(2) {
		margin: 2em 0;
	}
	.services-grid:nth-child(3) {
		margin: 2em 0;
	}
	.agile-welcome-grid-right {
		padding: 0;
		margin-bottom: 1em;
	}
	.agile-welcome-grid {
		padding: 0;
	}
	.agileits-left {
		float: left;
	}
	.w3agile-slider {
		width: 90%;
	}
	.w3agile-slider-grid-img {
		width: 16%;
	}
	.agile-grid-left {
		margin-bottom: 2em;
	}
	.agile-about-top-left {
		padding: 0;
	}
	.news-left {
		min-height: 290px;
	}
	.agile-gallery-grid {
		float: left;
		width: 50%;
		margin-bottom: 2em;
	}
	.show-reel:nth-child(2) {
		margin: 0em 0;
	}
	.agile-nav {
		margin: 0em 0 0 0;
	}
	.news-right-middile{
		margin-bottom:1em;
	}
	.w3ls_search1 {
		margin: 2em 0 0 0;
	}
	.agile_tags_cate {
		margin: 0em 0 1em 0;
	}
	.agile-contact-form input[type="text"],.agile-contact-form input[type="email"] {
		width: 48.6%;
	}
	.agile-gallery:hover .agileits-caption {
		bottom: 0%;
	}
	.agileits-caption {
		height: 220px;
	}
	.agileits-caption h4 {
		margin: 2em 0 .5em 0;
	}
}
@media(max-width:800px){
	.banner-info {
		padding: 3em 0 6em 0;
	}
	.banner {
		background: url(../images/banner3.jpg) no-repeat 0px -31px;
		background-size: cover;
	}
}
@media(max-width:768px){
	.banner {
		background: url(../images/banner3.jpg) no-repeat 0px 0px;
		background-size: cover;
	}
	.w3_leave_comment {
		width: 100%;
	}
}
@media(max-width:640px){
	.w3ls-text {
		padding: 2em 2em;
	}
	.w3ls-text h3 {
		font-size: 1.2em;
	}
	.w3ls-text h5:after {
		left: 220px;
	}
	.agileits-left {
		width: 50%;
	}
	ul.nav.navbar-nav.navbar-right {
		text-align: center;
	}
	ul.nav.navbar-nav.navbar-right li {
		margin: 1em 0;
	}
	.team-grid:nth-child(2) {
		margin: 2em 0;
	}
	.agileits-caption {
		height: 178px;
	}
	.agileits-caption h4 {
		margin: 1em 0 .5em 0;
	}
	.agile-contact-form input[type="text"], .agile-contact-form input[type="email"] {
		width: 48.3%;
	}
}
@media(max-width:568px){
	.callbacks_nav.next {
		left: 94.5%;
	}
	.callbacks_nav.prev {
		left: 89%;
	}
}
@media(max-width:480px){
	.w3ls-text {
		padding: 1em;
	}
	.w3ls-text h5 {
		padding-bottom: 1.5em;
	}
	.w3ls-text h5:after {
		left: 165px;
	}
	.w3ls-text p {
		font-size: .9em;
		margin: 1em 0 0 0;
	}
	.callbacks_nav.prev {
		left: 89%;
	}
	.w3ls-text h3 {
		font-size: 1em;
	}
	.banner-info {
		padding: 3em 0 5em 0;
	}
	figure.effect-chico figcaption {
		padding: 1em;
	}
	figure.effect-chico h4 {
		font-size: 1.5em;
	}
	figure.effect-chico figcaption::before {
		top: 25px;
		right: 25px;
		bottom: 25px;
		left: 25px;
	}
	.news-left {
		min-height: 355px;
	}
	.agileits_tom_right {
		width: 70%;
		margin-left: 1em;
	}
	.reply {
		margin-left: 8em;
	}
	.agileits-caption {
		height: 157px;
	}
	.agile-contact-form input[type="text"], .agile-contact-form input[type="email"] {
	    width: 100%;
		margin-right: 0;
	}
	.services-heading h2, .welcome-heading h3, .w3-testimonial-heading h3, .codes-heading h2, .team-heading h3, .news-heading h3, .agile-contact-form-heading h3 {
		font-size: 2em;
	}
	.services {
		padding: 2em 0;
	}
	.welcome {
		padding: 2em 0;
	}
	.testimonial {
		padding: 2em 0;
	}
	.footer {
		padding: 2em 0;
	}
	.callbacks_nav.next {
		left: 91.5%;
	}
	.callbacks_nav.prev {
		left: 83%;
	}
	.callbacks_nav {
		bottom: -30%;
	}
	.agile-nav {
		padding: 2em 0 0 0;
	}
	.about-top {
		padding: 2em 0;
	}
	.news {
		padding: 2em 0;
	}
	.news-grids {
		margin: 2em 0 0 0;
	}
	.team {
		padding: 2em 0;
	}
	.team-grids {
		margin: 2em 0 0 0;
	}
	.single {
		padding: 2em 0;
	}
	.agileits_three_comment_grid1 {
		padding-left: 0;
	}
	.gallery-grids {
		padding: 2em 0;
	}
	.agile-contact-form {
		padding: 2em 0;
	}
	.agile-contact-form-heading {
		margin-bottom: 2em;
	}
	.codes {
		padding: 2em 0;
	}
}
@media(max-width:414px){
	.w3ls-text {
		width: 100%;
	}
	.w3ls-text p {
		font-size: .8em;
	}
	.w3ls-text h5:after {
		left: 147px;
	}
	.w3agile-slider {
		width: 100%;
		margin: 2em auto 0;
	}
	.w3agile-slider-grid-img {
		width: 24%;
	}
	.agile-grid-left form input[type="submit"] {
		padding: .5em 1em;
	}
	.agile-nav ul li {
		margin: 0 .5em;
	}
	.agile-about-top-left-info {
		min-height: 265px;
	}
	.news-left-heading h3 {
		font-size: 1.5em;
	}
	.news-left {
		min-height: 380px;
	}
	.w3ls_single_left_grid1 p {
		margin: 1em 0;
	}
	.w3l_admin {
		padding: 1em;
	}
	.agile_cat_grid ul {
		padding: 1em 0 0;
	}
	.agile_tags_cate {
		padding: 2em 0;
	}
	.agileits-right h4 {
		font-size: 1.5em;
	}
	.agileits_three_comment_grid:nth-child(2) {
		margin: 2em 0 0;
	}
	.agile-welcome-grids {
		margin: 2em 0 0 0;
	}
	.agile-gallery-grid {
		float: none;
		width: 100%;
		margin-bottom: 1em;
	}
	.agileits-caption {
		height: 224px;
	}
	.agileits-caption h4 {
		margin: 2em 0 .5em 0;
	}
}
@media(max-width:384px){
	.w3ls-text h5:after {
		left: 139px;
	}
	.w3ls-text h3 {
		font-size: 1.1em;
		line-height: 1.5em;
	}
	.w3ls-text p {
		font-size: .875em;
	}
	.banner-info {
		padding: 3em 0 6em 0;
	}
	.agileits-left {
		width: 100%;
		float: none;
	}
	figure.effect-chico h4 {
		font-size: 2em;
	}
	figure.effect-chico figcaption::before {
		top: 30px;
		right: 30px;
		bottom: 30px;
		left: 30px;
	}
	.w3ls_single_left_grid_right ul li {
		margin-right: .5em;
	}
}
@media(max-width:320px){
	.w3ls-text h5:after {
		left: 103px;
	}
	.callbacks_tabs {
		bottom: -16%;
	}
	.callbacks_nav.prev {
		left: 75%;
	}
	.callbacks_nav.next {
		left: 87.5%;
	}
	.callbacks_nav {
		bottom: -19%;
	}
	.banner-info {
		padding: 2em 0 4em 0;
	}
	.services-heading h2, .welcome-heading h3, .w3-testimonial-heading h3, .codes-heading h2, .team-heading h3, .news-heading h3, .agile-contact-form-heading h3 {
		font-size: 1.5em;
	}
	.services-grids {
		margin: 2em 0 0 0;
	}
	figure.effect-chico p {
		font-size: 1em;
	}
	.agile-grid-left form input[type="email"] {
		width: 100% !important;
		margin: 0 0 1em 0;
	}
	.bg-img {
		padding: 1em 0 1em !important;
	}
	.services-heading h5, .welcome-heading h5, .w3-testimonial-heading h5, .codes-heading h5, .team-heading h5, .news-heading h5 {
		font-size: .875em;
	    margin: 0 0 .5em 0;
	}
	.codes-heading {
		margin: 1em 0 0 0;
	}
	.agile-about-top-left-info {
		min-height: 195px;
	}
	.agile-about-top-right h4 {
		font-size: .875em;
	}
	.news-left-heading h3 {
		font-size: 1.2em;
	}
	.news-left {
		min-height: 408px;
		padding: 0;
	}
	.news-right-middile {
		padding: 0;
	}
	.time {
		margin-left: 5em;
	}
	.news-right {
		padding: 0;
	}
	.w3ls_single_left_grid_right h3 {
		font-size: 1em;
	}
	.w3l_admin p {
		font-size: 1em;
		padding-left: 2.5em;
	}
	.agileits_tom_right {
		width: 64%;
		margin-left: .5em;
	}
	.reply a {
		padding: 6px 21px;
	}
	.agileits_three_comment_grid {
		padding: 1em 0;
	}
	.w3_leave_comment {
		margin: 1em 0 0;
	}
	.w3_leave_comment textarea {
		min-height: 155px;
	}
	.agileits-caption {
		height: 206px;
	}
	.agileits-caption h4 {
		margin: 2.5em 0 .5em 0;
	}
	.copyright {
		padding: 1em 0;
	}
	.copyright p {
		font-size: .875em;
	}
	.agile-nav ul li a {
		font-size: .875em;
	}
	.services-grid-heading p {
		font-size: .875em;
	}
	.agileits-right p {
		font-size: .875em;
	}
	.w3agile-slider-grid-info p {
		font-size: .875em;
	}
	.agile-about-top-right p {
		font-size: .875em;
	}
	.date-text a {
		font-size: .875em;
	}
	.news-grid-info-bottom-text p {
		font-size: .875em;
	}
	.agileits-caption p {
		font-size: .875em;
	}
}
/*-- //responsive --*/