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:"微软雅黑"; line-height:26px; font-size:13px
}
a:link,a:visited{ text-decoration:none; color:#454545}
a:hover{ text-decoration:none}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
p {
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
}

label {
	margin: 0;
}
body{
	background:#FFFFFF;
}
/*-- banner --*/
.w3-banner{
	/*background: url(../images/banner.jpg) no-repeat 0px 0px;*/
    background-size: cover; 
	-webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    -ms-background-size: cover; 
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	}

.w3layouts-header-top {
    padding: 1em 0em;
    background: rgba(255, 255, 255, 0.25);
}
.w3-header-top-left{
    float: left;
    width: 15%;
}
.w3-header-top-left p,.w3-header-top-right-text p{
	color:#FFFFFF;
	font-size:.9em;
	margin:0;
}
.w3-header-top-right{
    float: right;
}
.agileinfo-social-grids {
    float: left;
}
/*-- social-icons --*/
.agileinfo-social-grids{
    margin-left: 0;
}
.agileinfo-social-grids ul{
	padding:0;
	margin:0;
}
.agileinfo-social-grids ul li{
    display: inline-block;
}
.agileinfo-social-grids ul li a {
	color: #FFFFFF;
    text-align: center;
}
.agileinfo-social-grids ul li a i.fa{
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileinfo-social-grids ul li a i.fa.fa-facebook:hover {
    color: #3b5998;
}
.agileinfo-social-grids ul li a i.fa.fa-twitter{
	margin:0 1em;
}
.agileinfo-social-grids ul li a i.fa.fa-twitter:hover{
	color: #55acee;
}
.agileinfo-social-grids ul li a i.fa.fa-rss{
	margin:0 1em 0 0;
}
.agileinfo-social-grids ul li a i.fa.fa-rss:hover{
	color: #f26522;
}
.agileinfo-social-grids ul li a i.fa.fa-vk:hover{
	color: #45668e;
}
.agileinfo-dot,.agile-dot {
	background: url(../images/dott.png)repeat 0px 0px;
    background-size: 3px;
    -webkit-background-size: 3px;
    -moz-background-size: 3px;
    -o-background-size: 3px;
    -ms-background-size: 3px;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.logo{ width:100%; height:auto; overflow:hidden}
.logo h1{ float:left;
   /* margin: .2em 0 0 0;*/
}
.logo h1 a{
    text-decoration: none;
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 400;
}

.logo span{
	float:right;

}
.logo span a img{max-width:260px; height:auto; overflow:hidden}
.navbar-brand {
	float:left;
   height: auto; 
    padding: 0; 
    font-size: 18px; 
    line-height: 20px;
}
.navbar-nav {margin:0px auto; width:100%;

}
.navbar-default {
    border: none;
    background: none;
    min-height: auto;
    margin-bottom: 0;
}
div#bs-example-navbar-collapse-1 {
	 background-color:#006ab8;
    background-size: cover;
    padding: 0;
}
.navbar-nav li.first-list:after,ul.dropdown-menu li:after{
    background: none !important;
	/*width: 0px !important;*/ width:12.5%; text-align:center
}
ul.nav.navbar-nav li a {
	font-size: 1.2em;
    color: #FFFFFF;
	text-align:center; display:block;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    /*border: solid 2px rgba(255, 255, 255, 0);*/
}
@media screen and (max-width: 990px) {
	ul.nav.navbar-nav li a {
	font-size: 1em;}
	.logo h1{width:60%}
	.logo span{width:30%}

}
@media screen and (max-width: 520px) {
	.logo h1{width:80%}
	
	}
@media screen and (max-width:412px) {
	.logo h1{width:100%}
	}
ul.nav.navbar-nav li a:hover{
    color: #FFFFFF !important;
    background-color:#f29c21; display:block;
	
}
ul.nav.navbar-nav li a:focus{
	outline:none;
	background:#f29c21;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    /*background:none !important;*/
	background:#f29c21;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}
ul.nav.navbar-nav li.active a {
    color: #FFFFFF;
    background:#f29c21;

}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background:none;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none!important;
}
.top-nav .open > .dropdown-menu {
    display: block;
    background: rgba(0, 0, 0, 0.69);
    margin-top: 2em;
    left: -73%;
}
.top-nav .open > .dropdown-menu li {
    margin: 0;
	display: block;
	overflow:hidden;
}
.navbar-top .open > .dropdown-menu li a {
    display: block;
    color: #fff;
    font-size: 1em;
    padding: 0.5em 1em;
    text-align: center;
	border: solid 2px rgba(255, 255, 255, 0);
}
.navbar-top .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color: #ffffff;
    border: none;
    background: none;
	    border: solid 2px #FFFFFF;
}
.navbar-top .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #FF5722;
    text-decoration: none;
    background-color: transparent;
	    border: solid 2px #FFFFFF;
}
ul.dropdown-menu {
    background: rgba(0, 5, 13, 0.74) !important;
}
/*-- banner --*/
.slider {
	position: relative;
}
.w3ls-icon{
	text-align:center;
}
.w3ls-icon i.fa{
	color:#FFF;
	font-size:2em;
}
.border{
    height: 2px;
    background: #FFF;
    width: 4%;
    margin: 22px auto 0;
}
.slider-info {
    text-align: center;
    /*padding: 23em 0;*/
}
.slider-info a{display:block;padding: 23em 0;}
/*@media screen and (min-width: 1081px) {
.slider-info a{width:100%; height: auto; overflow:hidden}
}*/
.slider-info img{display:none}
.head {
    padding-top: 14px;
	}
	
	@media screen and (min-width: 1201px) {
	.head{background:url(../images/nav_bg.jpg) no-repeat center bottom}
}
@media screen and (max-width: 1200px) {
	.head{ background-image:none}
}
@media screen and (max-width:412px) {
	.head{padding-top:5px;}
	}

.slider-info h3{
        font-weight: 400;
    font-style: normal;
    font-family: 'Oswald', sans-serif;
    color: #ffffff;
	text-transform:uppercase;
    font-size: 70px;
    line-height: 1.5;
    letter-spacing: 13px;
	margin:0 0 25px 0;
}
.slider-info h6 {
   color: #ffffff;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 3px;
	font-weight:400;
    color: #fff;
}
.slider-info p{
    color: #E8E8E8;
    font-size: 1em;
    margin: 0em 0 0 0;
}
.more-button a{
    border: solid 2px #FFF;
    color: #FFF;
    font-size: 1em;
    padding: .5em 2em;
    text-decoration: none;
    letter-spacing: 1px;
}
.more-button {
    margin: 4em 0 1em 0;
}	
.more-button a:hover{
    background: #e709c1;
	border: solid 2px #e709c1;
}
/*------------------ Slider Part starts Here----------*/
#slider2,
#slider3 {
  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;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  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: 50%;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 2px;
    width: 45px;
    margin-top: 0;
    background: #FFF;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
    right:0;
    background-position: right top;
}
#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:cover;
  padding: 0;
  margin: 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;
  width:100%;
}
.callbacks_tabs{
    list-style: none;
    position: absolute;
    top: 86%;
    z-index: 999;
    right: 48%;
    padding: 0;
    margin: 0;
}
.slider-top{
	text-align: center;
	padding:10em 0;
}
.slider-top h1{
	font-weight:700;
	font-size:48px;
	color:#010101;
}
.slider-top p{
	font-weight:400;
	font-size:20px;
	padding:1em 7em;
	color:#010101;
}
.slider-top ul.social-slide{
	display:inline-flex;
	margin: 0px;
	padding: 0px;
}
ul.social-slide li i{
	width:70px;
	height:74px;
	background:url(../images/img-resources.png)no-repeat;
	display: inline-block;
	margin:0px 15px;
}
ul.social-slide li i.win{
	background-position:-6px 0px;
}
ul.social-slide li i.android{
	background-position:-110px 0px;
}
ul.social-slide li i.mac{
	background-position:-215px 0px;
}
.callbacks_tabs li{
  display: inline-block;
  margin: 0 .2em;
}
@media screen and (max-width: 600px) {
	.rslides li{background:none}
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    visibility: visible;
    display: block;
    height: 10px;
    width: 10px;
    background: #f29c21;
    display: inline-block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
}
.callbacks_here a:after{
    border: 2px solid #f29c21;
    background: #f29c21;
	height: 16px;
    width: 16px;
}	
ul.callbacks_tabs.callbacks2_tabs {
    top: 80%;
    left: 46%;
}
ul.callbacks_tabs.callbacks2_tabs li {
    display: inline-block;
    margin: 0 .5em;
}
ul.callbacks_tabs.callbacks2_tabs a:after {
    background: #F1C99B !important;
}
ul.callbacks_tabs.callbacks2_tabs a:after {
    border: none;
}
/*-- //banner --*/
.heading-agileinfo {
    font-weight: normal;
    letter-spacing: .5px;
    font-size: 36px;
    margin-bottom: 1.9em;
    text-align: center;
    color:#006ab8;
    text-transform: uppercase;
    position: relative;
    margin-top: 0;
}
.heading-agileinfo a{color:#006ab8;}

.heading-agileinfo1 {
    font-weight: normal;
    letter-spacing: .5px;
    font-size: 36px;

    text-align: left;
    color:#006ab8;
    text-transform: uppercase;
    position: relative;
    margin-top: 0;
}

.heading-agileinfo span {
    display: block;
    font-size: 18px!important;
    margin-top: 1em;
    letter-spacing: 2px;
    text-transform: capitalize;
    color: #939393;
    font-weight: 500; font-family:Arial, Helvetica, sans-serif;
}
/*.heading-agileinfo span:after {
    content: '';
    background: #006ab8;
    height: 2px;
    width: 70px;
    position: absolute;
    top: 132%;
    right: 47%;
}*/
.portfolio-agileinfo ul{height:auto; overflow:hidden; margin-bottom:40px; display:block}
.portfolio-agileinfo ul li{width:19%; float:left; margin:0 0.4%; list-style:none; text-align:center; display:block; border:1px solid #e2e2e2}
.portfolio-agileinfo ul li a{ display:block; font-size:14px; color:#626262; padding:8px 0px}
.portfolio-agileinfo ul li a:hover{background-color:#f29c20; padding:8px 0px; color:#fff; text-decoration:none}
/*-- modal --*/
.agileits-w3layouts-info img{
	width:100%;
}
.modal-header h4 {
    color: #e709c1;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}
.modal-body p{
    margin: 1em 0 0 0;
    font-size: .875em;
    color: #999999;
    line-height: 1.8em;
}
/*-- //modal --*/


/*about*/
.about_l{width:46%; float:left; height:auto; overflow:hidden}
.about_l EMBED{width:100%; height:400px}
.about_l IFRAME{width:100%; height:400px; display:block}

.about_r{width:50%; float:right}
.about_r p{font-size:13px}

.about_r ul{margin-top:20px; width:100%}
.about_r ul li{width:23%; margin-right:2%; float:left; list-style:none}
.about_r ul li p{width:100%}
.about_r ul li a img{width:100%; height:auto; overflow:hidden; display:block}
.about_r ul li a span{width:100%; text-align:center; position:relative; margin-top:-2.6em; display:block; color:#fff; z-index:99}
/*--welcome --*/
.agileits_services_grid h3 {
    font-size: 22px;
    font-weight: 600;
    color: #e709c1;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding-top: 20px;
}
.agileits_services_grid p{
	color:#999;
	line-height:2em;
	margin:1em 0;
}
.w3layouts_more{
	margin:2em 0 0;
	text-align:left;
}
.w3layouts_more a {
    display: inline-block;
    font-size: 1em;
    color: #e709c1;
    text-transform: uppercase;
    padding: 8px 20px;
    border: 2px solid #e709c1;
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: none;
}
.w3layouts_more a:hover{
	background:#e709c1;
	border:2px solid #e709c1;
	color:#fff;
}
.w3_agile_services_grid1{
	overflow:hidden;
	position: relative;
}
.w3_agile_services_grid1 img {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
	z-index:4;
}
.agileits_services_grid:hover img {
    opacity: 1;
    transform: scale(1.15,1.15);
    -webkit-transform: scale(1.15,1.15);
    -moz-transform: scale(1.15,1.15);
    -ms-transform: scale(1.15,1.15);
    -o-transform: scale(1.15,1.15);
}
.w3_agile_services_grid1 .w3_blur {
    background-color: rgba(0, 0, 0, 0.45);
    height: 100%;
    width: 100%;
    z-index: 5;
    position: absolute;
    opacity: 0;
    top: 0;
}
.agileits_services_grid:hover .w3_blur{
    opacity: 1;
}
.banner-bottom{
	background:#fff;
	padding:5em 0;
}
.w3_agile_services_grid1 {
    margin-bottom: 0em;
}
span.thr{
	color:#fff;
}
/*-- //welcome --*/
/* services */
.heading h3 {
    font-size: 45px;
	text-align:center;
    text-transform: uppercase;
    color: #000;
}
.heading p {
    text-align: center;
    color: #000;
    line-height: 26px;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.grid1 {
    text-align: center;
    padding: 25px 40px;
    background: rgba(88, 88, 88, 0.62);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
	margin-bottom: 30px;
}
.grid1:hover {
    background: #000000;
}
.grid1 h4 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 25px 0 20px;
    color: #e709c1;
	font-weight: 600;
}
.grid1 p {
    font-size: 14px;
    letter-spacing: .5px;
    color: #fdfdfd;
    line-height: 1.8em;
}
.services {
	margin-top:1em;
    padding: 0em 0;
	background:url(../images/index_ys_bg.jpg) no-repeat center top;

    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.services h3{width:49%;}
.services h3 a img{width:100%; height:auto; overflow:hidden}
.services h6{width:62.5%; display:block; line-height:2.5em; padding-top:1.4em; font-size:22px}
.services h6 span a img{width:39%; height:auto; overflow:hidden; display:block; float:right}
.services h6{color:#fff}
.services .heading h3 ,.services .heading p{
    color: #fff;
}
.in_bdys{width:60%; float:left; height:auto; overflow:hidden}
.bdys-1{width:49%; float:left; margin-right:1%; font-size:1.2em; color:#006ab8}
.bdys-1 img{float:left; margin-right:.3em; width:19%; height:auto}
.bdys-1 span{display:block; font-size:0.8em; margin-top:.4em; color:#626262}
@media(max-width:1440px){
.in_bdys{margin-top:3em;}
.bdys-1{ margin-top:1.5em;}
}


@media(max-width:1600px){
	.in_bdys{margin-top:5em; padding-bottom:3em}
.bdys-1{ margin-top:1.6em;}

	}
	@media(max-width:1920px){
	.in_bdys{margin-top:5em; padding-bottom:7em}
.bdys-1{ margin-top:1.7em;}

	}


@media(min-width:1800px){
	.services h6{padding-top:3em;}
}
@media(max-width:1799px){
	.services h6{padding-top:2em;}
}
@media(max-width:1441px){
	.services h6{padding-top:1.6em;}
}

@media(max-width:1200px){
	.services h6{padding-top:.5em;}
}
@media(max-width:600px){
	.in_bdys{width:100%; float:none; margin-top:2em;}
	.bdys-1{width:100%; float:left; margin-right:0; margin-top:1.4em; font-size:1.2em; color:#006ab8}
	.services h6 span{ padding:1em 0 4em 0;}
	.services h3{width:100%;}
.services h3 a img{width:100%; height:auto;}
	}
	@media(max-width:640px){
	.services h6 span a img{width:70%}	
	}
@media(max-width:1024px){
.services{background:none}
.services h3{width:100%; text-align:center; padding:1em 0}
.services h3 a img{width:80%; height:auto; overflow:hidden; margin: auto;  
position: absolute;  
left: 0;
right: 0; }
.services h6{width:100%; color:#838383; display:block; line-height:3em; padding-top:1.3em; font-size:1.5em; text-align:center}
.services h6 span{width:100%; padding:1em 0 4em 0; background:url(../images/index_ys_bg1.jpg) no-repeat center; float:none; text-align:center; display:block;}
.services h6 a img{ width:55%; display:block; margin: auto;  
position: absolute;  
left: 0;
right: 0;  }
.in_bdys{width:100%; float:none; margin-top:2em;}

.services .heading h3 ,.services .heading p{
    color: #fff;
}

}

.services-top-grids {
    margin-bottom: 30px;
}
.grid1 i.fa {
    font-size: 40px;
    color: #fff;
}
/* //services */

/*-- stats --*/  
.stats {
       background: url(../images/mid2.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
	padding: 5em 0;
}
.stats-grid {
    text-align: center;
}
.stats-img i.fa {
    font-size: 2.5em;
    color: #d2d2d2;
} 
.stats-agileinfo p{
    font-size: 14px;
    margin: 1.3em 0 0.8em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.81);
}
.numscroller {
    font-size: 3em;
    font-weight: 300;
    color: #e709c1;
}
/*-- //stats --*/
/*-- portfolio section --*/
section.portfolio-agileinfo h3.text-center {
	font-size:40px;
	font-weight:normal;
	color:#000;
	font-family: 'Nunito', sans-serif;
	padding-bottom:50px;
}
section.portfolio-agileinfo  .portfolio-grids {
    padding: 6px;
}
/******** SAP ************/
section.portfolio-agileinfo .sap_tabs{
	clear:both;
	padding: 0;
}
section.portfolio-agileinfo .tab_box{
	background:#fd926d;
	padding: 2em;
}
section.portfolio-agileinfo .top1{
	margin-top: 2%;
}
section.portfolio-agileinfo .resp-tabs-list {
    list-style: none;
    padding: 4em 0 3em;
    margin: 0 auto;
    text-align: center;
}
section.portfolio-agileinfo .resp-tab-item {
    color: #333;
    font-size: 1em;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    text-align: center;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    margin: 0 1.5em 0;
}
section.portfolio-agileinfo .resp-tab-active {
    text-shadow: none;
    color: #fc4f6b;
    border-bottom: 2px solid;
}
section.portfolio-agileinfo .resp-tabs-container {
	padding: 0px;
	clear: left;	
}
section.portfolio-agileinfo .resp-tab-content {
	display: none;
}
section.portfolio-agileinfo .resp-content-active,section.portfolio-agileinfo .resp-accordion-active {
   display: block;
}
section.portfolio-agileinfo .portfolio-grids a {
    display: block;
    overflow: hidden;
	position:relative;
}
section.portfolio-agileinfo .portfolio-grids img.img-responsive {
    width: 100%;
}
section.portfolio-agileinfo .b-wrapper {
    background:rgba(0,0,0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
	padding: 1em;
	transition:.5s all;
	text-align:center;
}
.b-wrapper p{padding-top:2em}
section.portfolio-agileinfo .portfolio-grids a:hover .b-wrapper{
	bottom: 0%;
}
section.portfolio-agileinfo i.fa.fa-search-plus {
    color: #fff;
    font-size: 30px;
    padding-top:45px;
}
section.portfolio-agileinfo .b-wrapper h5 {
    font-size:25px;
	font-weight:normal;
    color: #fff;
    text-align: center;
    padding:14px 0;
}
section.portfolio-agileinfo .b-wrapper p{
	font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 1.8em;
    text-align: center;
}
section.portfolio-agileinfo .gallery-grids{
	margin:0;
}
section.portfolio-agileinfo .nav-tabs > li.active > a,section.portfolio-agileinfo .nav-tabs > li.active > a:hover,section.portfolio-agileinfo .nav-tabs > li.active > a:focus {
    color:#fff;
    cursor:pointer;
	border:none;
    background-color: #009688;
}
section.portfolio-agileinfo .nav-tabs > li > a {
	margin:0px;
    border-radius: 0;
    font-size: 17px;
    color: #fff;
	border:none;
    background-color: #ffc107;
    font-weight: normal;
}	
section.portfolio-agileinfo .nav-tabs {
    border-bottom: none;
	margin: 0 0 40px;
}
section.portfolio-agileinfo .nav-tabs > li {
    margin-bottom: 0;
    border: 1px solid #009688;
    margin: 0 5px;
}
section.portfolio-agileinfo .nav-tabs > li:nth-child(1) {
	margin-left:41em;
    border-left: 1px solid #009688;
}
section.portfolio-agileinfo .nav > li > a:hover,section.portfolio-agileinfo .nav > li > a:focus {
    color:#000;
	background-color:transparent;
}	
section.portfolio-agileinfo{
	padding:5em 0 2em 0;
}
/*-- /portfolio section --*/
/*-- clients --*/
.clients-main{
	padding:5em 0;
	   background: url(../images/mid2.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.cli-ent {
    width: 60%;
    margin: 0 auto;
}
.contact-w3layouts h3,
.clients h3 {
	color: #000!important;
}
.spldishes-w3left {
	padding: 2.3em;
	background-color: #fd463e;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}
.w3agile-spldishes p.para-agileits-w3layouts {
	color: #8a8888!important;
}
.spldishes-agileinfo:hover .spldishes-w3left {
	background-color: #09c4dc;
}
.spldishes-agileinfo {
	margin-top: 4em;
}
.spldishes-agileinfo h5 {
	font-size: 2em;
	color: #fff;
}
.spldishes-w3left p {
	color: #fff;
	margin-top: 1.4em;
}
.spldishes-grids {
	padding: 0;
}
.g1 {
	position: relative;
	display: block;
	padding: 0em 0em 3em;
	margin: 0em 0em 0em 1em;
}
.agile-dish-caption h4 {
	font-size: 1.5em;
	color:#e709c1;
	margin: 0.6em 0 0em;
	font-weight: 500;
	letter-spacing: 1px;
}
.agile-dish-caption h3 {
	font-weight: bold;
	color: #3d3d3d;
}
.agile-dish-caption span {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 300;
    display: block;
}
#owl-demo .item img {
	width: 100px;
}
p.para-w3-agile {
    font-weight: 400;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0px;
}
.g1 p span.fa {
	font-size: 1.8em;
	color:#e709c1;
	margin-right: 0.5em;
}
@media(max-width:480px) {
	.agile-dish-caption {
		padding: 0.5em;
	}
	.agile-dish-caption span {
		font-size: 0.8em;
	}
}
.client-eql {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

/*-- //clients --*/
/*-- pricing --*/
.pricing{ background-color:#f2f2f2; background-size:cover; height:auto; overflow:hidden; margin-top:5em;
	padding: 5em 0;

}

.in_news_list{width:50%; float:left; padding:2em 1.5% 2em 1.5% }
.in_news_list_n{width:100%; padding:5% 2em; background-color:#fff; margin-top:3em; height:auto; overflow:hidden}
.in_news_list_n a{font-size:1.3em; margin:0 0 1em 8em; display:block; color:#006ab8}
.in_news_list_n p{color:#626262}
/*.in_news_list_rq{width:19%; background-color:#006ab8; height:auto; overflow:hidden; padding:1.5em; text-align:center; margin-top:-14em; margin-left:4%; position:relative; z-index:99; color:#fff; font-size:1em; font-family:Arial, Helvetica, sans-serif}*/
.in_news_list_rq{width:18%; background-color:#006ab8; height:auto; overflow:hidden; padding:1.5em; text-align:center; margin-left:2em; position:absolute; z-index:99; color:#fff; font-size:1em; font-family:Arial, Helvetica, sans-serif}
.in_news_list_rq span{display:block; font-size:3em; font-weight:bold; padding-bottom:.2em}
.moto-color1_3 {
    color: #e709c1;
}
.tabl-erat h6 {
    font-size: 25px;
    color: #fff;
    margin-top: 5px;
}
.tag a {
    display: inline-block;
    background: #e709c1;
    padding: 6px 16px;
    color: #fff;
	text-decoration:none;
}
.tag a:hover{
    background: #24164f;
}
.tabl-erat {
    margin-top: 20px;
}
.ratt{
	text-align:left;
	padding:0;
}
.tag{
	text-align:right;
	padding:0;
}
.pr-ta {
    background: #1c113f;
    padding: 20px;
}
/*-- //pricing --*/
.book-appointment {
    width: 50%;
    margin: 0 auto;
}
.register-sec-w3l {
    background: url(../images/mid1.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 5em 0;
}
.book-appointment h3 {
    text-align: center;
    font-size: 2.5em;
    color: #000;
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: 2px;
}
.gaps p {
    font-size: .9em;
    color: #000;
}
.book-appointment input[type="text"], .book-appointment input[type="email"], .book-appointment textarea {
    width: 100%;
    color: #000;
    outline: none;
    font-size: 1em;
    padding: 10px;
    border: none;
    -webkit-appearance: none;
    margin: .3em 0em 1em;
    background: #fff;
    border: 1px solid #fff;
}
.book-appointment textarea {
    min-height: 100px;
    width: 100% !important;
}
.book-appointment input[type=submit] {
    display: block;
    color: #fff;
    margin: 0 auto;
    margin-top: 1em;
    padding: 10px 60px;
    font-size: .9em;
    /* width: 100%; */
    cursor: pointer;
    letter-spacing: 1px;
    border: none;
    outline: none;
    background: #f53275;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
input[type=submit]:hover {
    background: #24164f;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.image-left-w3l {
    margin-top: 6em;
}
/*-- register --*/
/* Team */
section.team{
	padding: 5em 0;
}
.team img {
    width: 100%;
}
.inner-team1{
	padding:0 0 10px 0;
	background:#1c113f;
}
.team1 h3 {
    text-align: center;
    margin-top: 20px;
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
    font-style: normal;
    text-transform: capitalize;
}
.team1 h4 {
    text-align: center;
    font-size: 18px;
    margin: 10px 0 0;
    letter-spacing: 1px;
    color: #e709c1;
    font-weight: normal;
}
.team1 p {
    color: #999;
    line-height: 1.8em;
    padding: 10px 0;
    text-align: center;
}
.team1 {
    padding: 8px;
}
.team-social a i {
    color: #000;
    font-size: 16px;
    border: 1px solid #8a8a8a;
    padding: 10px;
    width: 35px;
    height: 35px;
    line-height: 15px;
}

.team-social{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
    text-align: center;
    margin-bottom: 10px;
}
.inner-team1:hover div.team-social {
    display: block;
    bottom: 100px;
    left: 68px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.team i.fa.fa-twitter {
	color: #1da1f2;
}
.team i.fa.fa-twitter:hover {
    color: #fff;
    background: #1da1f2;
    border: 1px solid #1da1f2;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
	transition:1s all;
	-o-transition: all 1s;
	-ms-transition: all 1s;
}
.team i.fa.fa-pinterest-p{
	color: #bd081c;
}
.team i.fa.fa-pinterest-p:hover{
    color: #fff;
    background: #bd081c;
    border: 1px solid #bd081c;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
	transition:1s all;
	-o-transition: all 1s;
	-ms-transition: all 1s;
}
.team i.fa.fa-linkedin{
	color: #e68523;
}
.team i.fa.fa-linkedin:hover{
    color: #fff;
    background: #e68523;
    border:1px solid #e68523;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
	transition:1s all;
	-o-transition: all 1s;
	-ms-transition: all 1s;
}
/* Team */
/*-- event schedule --*/
.event-time{
	padding:5em 0;
}
.eventmain-info p {
    font-size: 15px;
    line-height: 1.8em;
    color: #777;
}
.testimonials .nav-tabs {
    border: none;
    text-align: center;
    margin: 4em 0 4em 0em
}

.testi-info .nav-tabs li a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    padding: 15px 20px;
    margin: 0;
    border: none;
    text-transform: uppercase;
    opacity: .5;
    border-radius: 0;
    background: #fff;
    color: #000;
    font-weight: 600;
    font-size: 1em;
}

.testi-info .nav-tabs li {
    display: inline-block;
    float: none;
    margin: 0 0.5em;
}

.testi-info .nav-tabs li.active a,
.testi-info .nav-tabs li a:hover {
    opacity: 1;
    border: none;
    color: #e709c1;
}

#testi label,
#profile label,
#messages label {
    color: #dc7a7a;
    font-size: 14px;
    padding-top: 10px;
}

.testi-info .nav-tabs li a img {
    max-width: none;
    border-radius: 50%;
}

.testi-info .nav-tabs {
    border-bottom: none;
    margin: 4em 0 4em 0em;
    text-align: center;
}
/*-- //event schedule --*/

/*-- news --*/

.eventmain-info {
    background-color: #FCFCFC;
    text-align: center;
    margin: 0 auto;
}

.event-subinfo:nth-child(2) {
    padding: 3.5em 0 0;
}

.event-left h5 {
    color: #e709c1;
    font-size: 1.6em;
    margin: 0 0 10px 0;
}

span.icon-event {
    color: #e709c1;
    font-weight: 600;
    font-size: 1.1em;
    text-transform: capitalize;
    margin-right: 3px;
}

.event-left a {
    border: 1px solid #777;
    padding: 6px 12px;
    margin: 5px 0 0;
    display: inline-block;
    color: #000;
    text-transform: capitalize;
    font-size: 15px;
    text-decoration: none;
}
.event-left a:hover{
    color: #fff;
	background:#e709c1;
	 border: 1px solid #e709c1;
}
.event-left h6 {
    color: #000;
    margin: 6px 0 10px;
    font-size: 1em;
    text-transform: capitalize;
}

.event-left h5 a {
    color: #000;
    text-decoration: none;
}

.event-left h5 a:hover {
    color: #e709c1;
}

.event-left,
.w3-latest-grid {
    padding: 0;
}

.event-right.eventtxt-right {
    float: right;
}

.event-left {
    text-align: right;
}

.event-left.in-news {
    text-align: left;
    padding-left: 1em;
}

.event-right h4 {
    color: #e709c1;
    font-size: 1.4em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -mos-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 0.9em 0 0;
    margin: 0 auto;
}

.event-right h4 span.num {
    display: inline-block;
    font-size: 1.2em;
    color: #e709c1;
}

.event-right h4 span {
    display: block;
    font-size: 1em;
    color: #777;
    margin-bottom: 6px;
}


/*-- //news --*/

.frame iframe {
    width: 100%;
    min-height: 280px;
}
/*-- footer --*/

.footer {
    background: #006ab8;
}
.f-bg-w3l {
    padding: 1em 0;	
}

.footer_l{width:22.6%; height:auto; overflow:hidden; float:left; padding:4em 0}
.footer_l a img{width:100%; height:auto; overflow:hidden}
.footer_l span{margin:.3em 0; padding-top:.3em; border-top:1px solid #4592cb; display:block}
.footer_m{width:2px; height:auto; margin:0 7em; float:left}
.footer_r{width:60%; float:right; height:auto; overflow:hidden; padding:4em 0; color:#fff}
.footer_nav{width:100%; padding-bottom:1em; border-bottom:1px solid #4592cb; height:auto; overflow:hidden}
.footer_nav a{width:11.1%; float:left; color:#fff; font-size:1.1em;}
.footer_bq{height:auto; overflow:hidden; padding-top:2em}
.footer_bq a{color:#d1e4f2}

@media(max-width:1120px){
	.footer_m{margin:0 5em;}
	

}
@media(max-width:991px){
	.footer_m{ display:none}
	.footer_nav a{width:20%; line-height:2em}
	.footer_l{width:35%;}

}

@media(max-width:640px){
	.footer_nav a{width:20%; line-height:2em}
	.footer_l{width:90%; margin:0px auto; float:none; padding:2em 0}
	.footer_r{width:90%; margin:0px auto; float:none;  padding:1em 0;}

}

.w3layouts_footer_grid h2,
.w3layouts_footer_grid h3 {
    font-size: 1.5em;
    color: #fff;
    position: relative;
    margin-bottom: 1.5em;
    letter-spacing: 2px;
}
h3.heading-agileinfo.white-w3ls {
    color: #f8b239;
    font-size: 35px;
    line-height: 48px;
}
.more-button a {
    font-size: 15px;
    background: #e709c1;
    color: #fff;
    padding: 8px 25px;
    display: inline-block;
    margin-top: 2em;
}
.more-button a:hover{
    background: #000;
}
ul.links li {
    list-style: none;
    color: #fff;
    margin-bottom: 10px;
}

.w3layouts_footer_grid h2 span,
.w3layouts_footer_grid h3 span {
    color: #ffcc54;
}

ul.links li a {
    color: #fff;
}

.social_agileinfo li {
    display: inline-block;
}

.social_agileinfo li a {
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
}

.social_agileinfo li a i {
    font-size: 1em;
    line-height: 2.4em;
}

.w3_facebook:hover {
    border: 1px solid #3b5998;
    background: #3b5998;
}

.w3_twitter:hover {
    border: 1px solid #1da1f2;
    background: #1da1f2;
}

.w3_instagram:hover {
    border: 1px solid #833ab4;
    background: #833ab4;
}

.w3_google:hover {
    border: 1px solid #dd4b39;
    background: #dd4b39;
}

.w3l_footer_nav {
    margin: 3em 0 3em;
}

.w3l_footer_nav li {
    display: inline-block;
    margin-right: 4em;
}

.w3l_footer_nav li a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
}

.w3l_footer_nav li a:hover,
.w3l_footer_nav li a.active {
    color: #FFC107;
}
.w3layouts_footer_grid p {
    font-size: 1em;
    line-height: 2em;
    margin-bottom: 2em;
    color: #bfbfbf;
}

p.copyright {
    color: #fff;
    line-height: 1.8em;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 0em;
    background: #0e0e13;
    padding: 10px 0;
}

p.copyright a {
    color: #fff;
    text-decoration: underline;
}

p.copyright a:hover {
    color: #FFC107;
}

.w3layouts_footer_grid form {
    border: 1px solid #fff;
    width: 100%;
}

.w3layouts_footer_grid input[type="email"] {
    outline: none;
    padding: 15px 15px;
    color: #fff;
    font-size: 14px;
    width: 86%;
    border: none;
    background: rgba(0, 0, 0, 0.22);
    letter-spacing: 2px;
}

button.btn1 {
    color: #fff;
    border: none;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    background: #f53275;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    float: right;
    width: 14%;
}

ul.con_inner_text li {
    list-style-type: none;
    color: #bfbfbf;
    font-size: 14px;
    margin-bottom: 17px;
}

ul.con_inner_text li label {
    display: block;
    margin-left: 1.7em;
}

ul.con_inner_text span {
    margin-right: 13px;
}

ul.con_inner_text li a {
    color: #bfbfbf;
}

ul.con_inner_text li label {
    color: #bfbfbf;
    margin-right: 1em;
    font-weight: 400!important;
}

ul.con_inner_text.midimg li {
    display: inline-block;
    float: left;
    width: 22%;
    margin: 6px;
}
/*-- //footer --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
.agile-dish-caption {
    text-align: center;
}
/*-- responsive --*/
@media(max-width:1440px){
}
@media(max-width:1366px){
}
@media(max-width:1280px){
}
@media(max-width:1199px){
.in_news_list_rq{width:22%; }



}
@media(max-width:991px){
.in_news_list{}
.in_news_list_rq{width:22%; padding:.9em;}
.in_news_list_n a{font-size:1.1em; margin:0 0 1em 8em; display:block}

/*.in_news_list{width:50%; float:left; padding:3em 1.5% 8em 1.5% }
.in_news_list_n{width:100%; padding:5% 4%; background-color:#fff; margin-top:3em; height:auto; overflow:hidden}
.in_news_list_n a{font-size:1.3em; margin:0 0 1em 8em; display:block}
.in_news_list_n p{color:#626262}
.in_news_list_rq{width:19%; background-color:#006ab8; height:auto; overflow:hidden; padding:1.5em; text-align:center; margin-top:-14em; margin-left:4%; position:relative; z-index:99; color:#fff; font-size:1em; font-family:Arial, Helvetica, sans-serif}
.in_news_list_rq span{display:block; font-size:3em; font-weight:bold; padding-bottom:.2em}*/
}
@media(max-width:767px){
	.in_news_list_rq{width:23%}
	.in_news_list_n a{font-size:1.1em; margin:0 0 1em 8em;}
}

@media(max-width:640px){
	.in_news_list{ width:100%; }
	.in_news_list_n a{font-size:1.1em; margin:0 0 1em 8em;}
	.in_news_list_rq{width:18%; padding:1.5em}

}
@media(max-width:480px){
	.in_news_list{ width:100%; }
	.in_news_list_n a{font-size:1.1em; margin:0 0 1em 8em;}
	.in_news_list_rq{width:20%; padding:1.2em}

}

@media(max-width:400px){

	.in_news_list_rq{width:26%; padding:1.2em}

}

@media(max-width:1080px){
.navbar-nav {

	}
	.slider-info{padding:0}
	.slider-info a{padding:0;}
.slider-info {
   /* padding: 9em 0 7em;*/
}
.rslides li{background:none}
.slider-info img{display:block; width:100%; height:auto; overflow:hidden }
.more-button a {
    margin-top: 0em;
}
.more-button {
    margin: 2em 0 1em 0;
}
.slider-info h3 {
    margin: 0 0 13px 0;
}
.callbacks_tabs {
    top: 80%;
}
.grid1 {
    padding: 25px 22px;
}
section.portfolio-agileinfo .b-wrapper {
    padding: 1em;
}
}
@media(max-width:1024px){
.stats-agileinfo p {
    font-size: 13px;
}
}
@media(max-width:991px){
	.rslides li{background:none}
.slider-info img{display:block; width:100%; height:auto; overflow:hidden }
ul.nav.navbar-nav li a {
    margin: 0 .3em;
    padding: .5em .6em;
	letter-spacing:1px;
}
	.logo h1 a {
		font-size: 1.1em;
	}

	.navbar-nav {

	}
	.slider-info h3 {
    font-size: 3em;
}
.agileits_services_grid img {
    width: 100%;
}
.agileits_services_grid:nth-child(2){
   margin: 2em 0;
}
.services {
    padding: 0em 0;
}
	.banner-bottom {
    padding: 3em 0;
}
.services-top-grids {
    margin-bottom: 0;
}
.ser-1 {
    float: left;
    width: 50%;
}
section.portfolio-agileinfo .b-wrapper {
    padding: 3em;
}
section.portfolio-agileinfo {
    padding: 3em 0;
}
.clients-main {
    padding: 3em 0;
}
.pricing {
    padding: 3em 0;
}
.ratt {
    float: left;
}
.tag {
    float: right;
}
.register-sec-w3l {
    padding:3em 0;
}
section.team {
    padding: 3em 0;
}
.team1 {
    float: left;
    width: 50%;
}
.stats {
    padding: 3em 0;
}
.stats-grid {
    float: left;
    width: 50%;
    margin-bottom: 20px;
}
.event-time {
    padding: 3em 0;
}
.testi-info .nav-tabs {
    margin: 0em 0 2em 0em;
}
.w3-latest-grid {
    margin-bottom: 2em;
}
.event-subinfo:nth-child(2) {
    padding: 0em 0 0;
}
.f-bg-w3l {
    padding: 3em 0;
}
.w3layouts_footer_grid h2, .w3layouts_footer_grid h3 {
    margin-bottom: 1em;
}
.w3layouts_footer_grid:nth-child(2) {
	margin:1.5em 0;
}
}
@media(max-width:900px){
	.about_l{width:100%; float:none}
	.about_r{width:100%; float:none}
	.about_l EMBED{height:600px}
	.about_l IFRAME{height:600px}
	.about_r ul li a span{margin-top:-2.5em; font-size:1.3em; }

	.rslides li{background:none}
.slider-info img{display:block; width:100%; height:auto; overflow:hidden }

}
@media(max-width:800px){
	.rslides li{background:none}
.slider-info img{display:block; width:100%; height:auto; overflow:hidden }
.logo{ width:70%; float:left}
	.logo span{display:none}
	.about_r ul li a span{margin-top:-2.5em; font-size:1.3em }

	.callbacks_tabs {
		right: 46%;
	}
	.slider-info {
		margin: 0em 0 0 0;
	}
	.slider-info{padding:0}
}
@media(max-width:767px){
	.about_l{width:100%; float:none}
	.about_l EMBED{height:300px}
	.about_l IFRAME{height:300px}
	.about_r{width:100%; float:none}
	
	.head{background:none}

.portfolio-agileinfo ul li{width:47%; margin:1% }

	
	
	.rslides li{background:none}
.slider-info img{display:block; width:100%; height:auto; overflow:hidden }
.slider-info{padding:0}
	.logo{ width:70%; float:left}
	.logo span{display:none}
	.navbar-top {
		position: relative;
	}
	div#bs-example-navbar-collapse-1 {
		background: rgba(0, 0, 0, 0.83);
		position: absolute;
		width: 100%; margin-left:0;
		z-index: 9999;
	}
	.navbar-toggle {
		border: 1px solid rgb(34, 34, 34);
		float:right
	}
	.navbar-toggle .icon-bar {
		background: #222;
	}
	.navbar-toggle {
		margin-top: 12px;
		float:right;
		margin-bottom: 10px;
	}
	ul.nav.navbar-nav li a {
		margin: .5em 0;
		padding: .5em 0;
	}
	.navbar-nav {
		float: none;
		text-align: center;
		margin: 1em 0;
	}
	.cli-ent {
    width: 100%;
    margin: 0 auto;
}
}
@media(max-width:667px){
	.rslides li{background:none}
.slider-info img{display:block; width:100%; height:auto; overflow:hidden }
.slider-info{padding:0}
		.logo{ width:70%; float:left}
	.grid1 h4 {
    font-size: 19px;
	}
	section.portfolio-agileinfo .b-wrapper {
    padding: 2.5em;
}
}
@media(max-width:640px){
	.rslides li{background:none}
.slider-info img{display:block; width:100%; height:auto; overflow:hidden }
	.slider-info{padding:0}
		.logo{ width:70%; float:left}
.slider-info h3 {
    letter-spacing: 6px;
}
.slider-info h6 {
    font-size: 17px;
}
.slider-info {
    /*padding: 7em 0 6em;*/
}
.book-appointment {
    width: 70%;
}
}
@media(max-width:600px){
	.slider-info{padding:0}
	.rslides li{background:none}
.slider-info img{display:block; width:100%; height:auto; overflow:hidden }
		.logo{ width:70%; float:left}
.heading-agileinfo {
    font-size: 36px;
}

}
@media(max-width:568px){
	.about_r ul li a span{margin-top:-2.4em; font-size:1em }
.slider-info{padding:0}	
	.rslides li{background:none}
.slider-info img{display:block; width:100%; height:auto; overflow:hidden }
		.logo{ width:70%; float:left}
	.heading-agileinfo span {
    font-size: 14px!important;
	}
	section.portfolio-agileinfo .b-wrapper {
    padding: 1.5em;
}
.grid1 h4 {
    font-size: 17px;
}
p.para-w3-agile {
    font-size: 20px;
}
}
@media(max-width:480px){
	.about_r ul li{width:44%; margin:2em  3% 0 3%}
	.about_r ul li a span{margin-top:-2.5em; font-size:1.2em }
	.rslides li{background:none}
.slider-info img{display:block; width:100%; height:auto; overflow:hidden }
.slider-info{padding:0}
		.logo{ width:70%; float:left}
.slider-info h3 {
    font-size: 2.2em;
}
	.callbacks_tabs {
		right: 44%;
	}
.stats-agileinfo h6 {
    font-size: 1.3em;
}
.numscroller {
    font-size: 2.5em;
}
.slider-info {
    margin: 0em 0 0 0;
}
.slider-info h3 {
    font-size: 2.2em;
}
.slider-info p {
    margin: 1em auto 0;
    width: 79%;
}
.slider-info {
    /*padding: 5em 0 4em;*/
}
.heading-agileinfo span {
    font-size: 13px!important;
	    letter-spacing: 1px;
}
.ser-1 {
    float: left;
    width: 100%;
}
section.portfolio-agileinfo .b-wrapper {
    padding: 1em;
}
.stats-grid {
    width: 100%;
}
p.copyright {
    font-size: 14px;
}
.event-left h5 {
    font-size: 1.4em;
}
span.icon-event {
    font-size: 1em;
}
}
@media(max-width:414px){
	.slider-info{padding:0}
	.rslides li{background:none}
.slider-info img{display:block; width:100%; height:auto; overflow:hidden }
	.logo{ width:70%; float:left}
	.slider-info h3 {
		font-size: 2em;
	}
	.callbacks_nav {
		width: 25px;
	}
	.more-button {
		margin: 2em 0 1em 0;
	}
	.more-button a {
		font-size: .9em;
		padding: .5em 1em;
	}
	.callbacks_tabs {
		right: 42%;
	}
	.banner-bottom {
		padding: 2em 0;
	}
	.w3l-heading h2, .w3l-heading h3 {
		font-size: 2em;
	}
	.slider-info {
   /* padding: 4em 0 3em;*/
}
.heading-agileinfo {
    font-size: 30px;
	    margin-bottom: 1.5em;
}
.agileits_services_grid h3 {
    font-size: 20px;
}
.agileits_services_grid p {
    line-height: 1.8em;
    margin: 1em 0 0;
    font-size: 14px;
}
.w3layouts_more a{
    font-size: 0.8em;
    padding: 8px 15px;
}
.heading-agileinfo {
    font-size: 30px;
	margin-bottom:1.5em;
}
/*.portfolio-grids {
    width: 100%;
}*/
section.portfolio-agileinfo .b-wrapper {
    padding: 4em;
}
.event-right.eventtxt-right {
    width: 100%;
	padding:0;
}
.event-left {
    width: 100%;
    margin-top: 1em;
}
.event-right {
    width: 100%;
	padding:0;
}
.event-time {
    padding: 3em 0 1em;
}
p.para-w3-agile {
    font-size: 16px;
}
}
@media(max-width:384px){
	.slider-info{padding:0}
.rslides li{background:none}
.slider-info img{display:block; width:100%; height:auto; overflow:hidden }	
	
	.logo{ width:70%; float:left}
	.slider-info h3 {
    letter-spacing: 3px;
}
.slider-info p {
    width: 84%;
}
.book-appointment {
    width: 90%;
}
.team1 {
    width: 100%;
}
.w3layouts_footer_grid input[type="email"] {
    width: 84%;
}
button.btn1 {
    width: 16%;
}
}
@media(max-width:375px){
.slider-info{padding:0}	
.rslides li{background:none}
.slider-info img{display:block; width:100%; height:auto; overflow:hidden }	
	.logo{ width:70%; float:left}
.slider-info p {
    width: 90%;
}
section.portfolio-agileinfo .b-wrapper {
    padding: 2.8em;
}
.w3layouts_footer_grid h2, .w3layouts_footer_grid h3 {
    letter-spacing: 1px;
}
}
@media(max-width:320px){
.rslides li{background:none}
.slider-info img{display:block; width:100%; height:auto; overflow:hidden }	

	.logo{ width:70%; float:left}

	.logo span{display:none}
	.slider-info{padding:0}
	.slider-info h3 {
		font-size: 1.7em;
	}
	.slider-info p {
    width: 90%;
    font-size: 15px;
}
	.border {
		width: 25%;
		margin: 15px auto 0;
	}
	.left-border-info {
		padding: 1em;
	}
	.w3l-heading h2, .w3l-heading h3 {
		font-size: 1.5em;
	}
	.slider-info h6 {
    font-size: 14px;
	letter-spacing:1px;
}
.slider-info {
    /*padding: 3em 0 3em;*/
}
.agileits_services_grid h3 {
    font-size: 18px;
}
.w3layouts_more {
    margin: 1em 0 0;
}
.services {
    padding: 2.5em 0;
}
.pricing {
    padding: 2.5em 0;
}
.register-sec-w3l {
    padding: 2.5em 0;
}
section.team {
    padding: 2.5em 0;
}
.stats {
    padding: 2.5em 0;
}
.w3layouts_footer_grid h2, .w3layouts_footer_grid h3 {
    font-size: 1.3em;
}
ul.con_inner_text.midimg li {
    width: 28%;
}
.event-time {
    padding: 2.5em 0 1em;
}
.f-bg-w3l {
    padding: 2.5em 0;
}
p.para-w3-agile {
    font-size: 15px;
}
.clients-main {
    padding: 2.5em 0;
}
.heading-agileinfo span {
    letter-spacing: 0px;
}
}
/*-- //responsive --*/


.f_kslj{display:none}
	
    @media screen and (max-width: 640px) {
	.f_kslj{width:100%; background:rgba(0,0,0,0.7); padding:1em 0; display:block; position:fixed; bottom:0; height:auto; overflow:hidden}
	.f_kslj ul li{width:25%; float:left; list-style:none; text-align:center}
	.f_kslj ul li a{color:#fff; text-align:center; line-height:2.5em}
	.f_kslj ul li a i{display:block; font-size:1.2em}
}