body{
	margin:0;
	font-family: 'Josefin Sans', sans-serif;
	background: #fff;
} 
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;		
	font-family: 'Timmana', sans-serif;	
}
p{
	margin:0;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1em;
    color: #999;
	letter-spacing:1px;
    line-height: 1.8em;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
/*-- top-nav--*/
.main-w3l {
    position: relative;
}
 .header {
    padding-top: 3em;
}
.navbar-header h1, .navbar-header h2 {
    font-size: 4em;
    margin: .5em 0;
    font-style: italic;
    text-transform: uppercase;
    line-height: .8;
}
.navbar-header h1 a, .navbar-header h2 a{
	color:#f82318;
	text-decoration:none;
	display: block;
}
.navbar-header h1 a span, .navbar-header h2 a span {
    display: block;
    font-size: .2em;
    letter-spacing: 7px;
    color: #fff;
    border-bottom: 1px solid #0a4de5;
    border-radius: 17px 0;
    padding-bottom: .5em;
	font-family: 'Timmana', sans-serif;
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{
	color:#fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background:none !important; 
	color: #f82318;
}
.navbar-nav > li {
    margin-right: 2.5em;
}
.navbar-nav > li > a {
    font-size: 1em;
    font-weight: 600;
    padding: 0;
    letter-spacing: 2px;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
} 
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
	color: #f82318;
} 
.navbar-default .navbar-nav li.active1 a {
    color: #f82318;
}
div#bs-example-navbar-collapse-1 {
    padding: 1em 0;
    margin: 0;
    border-top: 1px solid #d3cece;
    border-bottom: 1px solid #d3cece;
}
nav.navbar.navbar-default {
    background: none;
    border: none;
}
/*-- hover effect6 --*/
/*-- Yaku --*/
.link--yaku {
	overflow: hidden;
}
.link--yaku::before ,.navbar-nav > li.active a:before, .navbar-nav > li.active.open a.dropdown-toggle:before, .navbar-nav > li.open a.dropdown-toggle.link--yaku:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	border-width: 2px 0;
	left: 0;
	-webkit-transform: translate3d(-102%,0,0);
	-moz-transform: translate3d(-102%,0,0);
	-o-transform: translate3d(-102%,0,0);
	-ms-transform: translate3d(-102%,0,0);
	transform: translate3d(-102%,0,0);
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: transform 0.5s;
	-o-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
	transition: transform 0.5s;
} 
.link--yaku:hover::before ,.navbar-nav > li.active a:before, .navbar-nav > li.active.open a.dropdown-toggle:before, .navbar-nav > li.open a.dropdown-toggle.link--yaku:before{
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.link--yaku span {
	display: inline-block;
	position: relative;
	-webkit-transform: perspective(1000px) rotate3d(0,1,0,0deg);
	-moz-transform: perspective(1000px) rotate3d(0,1,0,0deg);
	-o-transform: perspective(1000px) rotate3d(0,1,0,0deg);
	-ms-transform: perspective(1000px) rotate3d(0,1,0,0deg);
	transform: perspective(1000px) rotate3d(0,1,0,0deg);
	-webkit-transition: -webkit-transform 0.5s, color 0.5s;
	-moz-transition: transform 0.5s, color 0.5s;
	-o-transition: transform 0.5s, color 0.5s;
	-ms-transition: transform 0.5s, color 0.5s;
	transition: transform 0.5s, color 0.5s;
}

.link--yaku:hover span {
	color: #f82318;
	-webkit-transform: perspective(1000px) rotate3d(0,1,0,360deg);
	-moz-transform: perspective(1000px) rotate3d(0,1,0,360deg);
	-o-transform: perspective(1000px) rotate3d(0,1,0,360deg);
	-ms-transform: perspective(1000px) rotate3d(0,1,0,360deg);
	transform: perspective(1000px) rotate3d(0,1,0,360deg);
} 
.link--yaku span:nth-child(4),
.link--yaku:hover span:first-child {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}

.link--yaku span:nth-child(3),
.link--yaku:hover span:nth-child(2) {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.link--yaku span:nth-child(2),
.link--yaku:hover span:nth-child(3) {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
} 
.link--yaku span:first-child,
.link--yaku:hover span:nth-child(4) {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
/*-- end hover --*/
/*-- drop-down --*/
.dropdown-menu {
    min-width: 115px;
}
ul.dropdown-menu li {
    border-bottom: 1px solid #888;
}
.dropdown-menu > li > a {
    padding: 0.8em 1.5em;
    font-size: 1em;
} 
.navbar-left span.caret {
    margin-left: 10px;
}
.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
    top: 150%;
    border-top: 3px solid #f82318;
    padding: 0;
}
.navbar-right .dropdown-menu li a:before,.navbar-nav > li.open a.dropdown-toggle:before {
    border: none;
}
/*-- //drop-down --*/
.header-text {
    width: 13%;
    margin-left:5em;
}
.header-text p {
    font-size: 0.8em;
    line-height: 1.6em;
    color: #999;
}
.header-right {
    float: right;
}
.agileits-topnav {
    margin: 0 0 2em;
}
.agileits-topnav ul li {
    display: inline-block;
    margin-right: 3em;
    vertical-align: middle;
    font-size: 1em;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
	text-align: center;
}
li.social-icons ul li a {
    color: #000;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    padding: 1em;
    line-height: 0.9;
    background: #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;
	text-decoration:none;
}
li.social-icons ul li a:hover {
    background: #f82318;
    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;
	text-decoration:none;
}
li.social-icons ul li{
    margin-right:1em;
}
.agileits-topnav ul li span.glyphicon {
    margin-right: 5px;
}
.agileits-topnav ul li a {
    color:#fff;
}
.agileits-topnav a.email-link:hover{
    color: #f82318;
} 
/*-- banner --*/
.banner-w3text {
    text-align: left;
    width: 72%;
    position: absolute;
    top: 39%;
    left: 14%;
}
.banner-w3text h3 {
    font-size: 4em;
    color: #fff;
    letter-spacing: 1px;
}
.banner-w3text h3 span {
    display: block;
}
.banner-w3text h3 span:nth-child(1) {
    color: #0a4de5;
}
.banner-w3text p {
    color: #d5d3d3;
    width: 50%;
    margin: 1em 0 4em;
    font-size: 1.1em;
    font-weight: 600;
}
.banner-w3text a {
    font-size: 1em;
    color: #fff;
    border: 1px solid #fff;
    padding: .7em 3em;
    display: inline-block;
    background-color: #f82318;
    outline: none;
}
.banner-w3text a {
    font-size: 1em;
    color: #fff;
    border: 1px solid #fff;
    padding: .7em 3em;
	letter-spacing:1px;
    display: inline-block;
    outline: none;
}
/*-- hover effect6 --*/
.effect6{
	color:rgba(0,0,0, 0) !important; 
	transition: all .3s ease;
	text-shadow:0 0 0  #fff, 0 -45px 0 #000 ;
	overflow: hidden;
}
@-webkit-keyframes drop {
	0%{text-shadow:0 0 0  #fff, 0 -45px 0 #000 ;}
	20% {text-shadow:0 0 0  #fff, 0 -15px 0 #000 ;}
	30%{text-shadow:0 15px 0  #fff, 0 0px 0 #000 ;}
	40%{text-shadow:0 45px 0  #fff, 0 0px 0 #000 ;}
	41%{text-shadow:0 45px 0  #fff, 0 0px 0 #000 , 0 -45px 0 #fff ;}
	70%{text-shadow:0 45px 0  #fff, 0 15px 0 #000 , 0 0px 0 #fff ;}
	80%{text-shadow:0 45px 0  #fff, 0 45px 0 #000 , 0 0px 0 #fff ;}
	100%{text-shadow:0 45px 0  #fff, 0 45px 0 #000 , 0 0px 0 #fff ;}
}/*safari and chrome*/
@keyframes drop {
	0%{text-shadow:0 0 0  #fff, 0 -45px 0 #000 ;}
	20% {text-shadow:0 0 0  #fff, 0 -15px 0 #000 ;}
	30%{text-shadow:0 15px 0  #fff, 0 0px 0 #000 ;}
	40%{text-shadow:0 45px 0  #fff, 0 0px 0 #000 ;}
	41%{text-shadow:0 45px 0  #fff, 0 0px 0 #000 , 0 -45px 0 #fff ;}
	70%{text-shadow:0 45px 0  #fff, 0 15px 0 #000 , 0 0px 0 #fff ;}
	80%{text-shadow:0 45px 0  #fff, 0 45px 0 #000 , 0 0px 0 #fff ;}
	100%{text-shadow:0 45px 0  #fff, 0 45px 0 #000 , 0 0px 0 #fff ;}
}
.effect6:hover{
	-webkit-animation: drop .6s 1 linear; 
	-moz-animation: drop .6s 1 linear;
	-o-animation: drop .6s 1 linear;
	-ms-animation: drop .6s 1 linear;
	animation: drop .6s 1 linear;
}
/*-- end hover --*/
.modal-body img {
    width: 100%;
}
.modal-body p {
    margin: 2em 0;
}
.modal-header {
    border-bottom: none !important;
}
.w3-agile-text {
    padding: 2em 0;
    text-align: left;
    background-color: #353434;
}
.w3-agile-text h2 {
    font-size: 2em;
    color: #fff;
    font-family: 'Abel', sans-serif;
}
.w3-agile-text h2 span {
    color: #f82318
    font-style: oblique;
}
.w3-agile-text p {
    font-size: 1em;
    color: #9A9A9A;
    margin-top: 0.8em;
	line-height: 1.8em;
}
/*-- background effects --*/
/* Header */
.large-header {
	position: relative;
	width: 100%;
	background: #333;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}
.demo-2 .large-header {
	background-image: url('../images/banner.jpg');
	background-position: center bottom;
}
@media only screen and (max-width : 768px) {
	.demo-2 .main-title {
		font-size: 4em;
	}
}
/*-- //background effects --*/
/*-- banner-bottom --*/
.agileits_banner_bottom_left{
	background:#000;
}
.w3_agileits_banner_bottom_pos_grid{
	padding:7em 3em;
}
.wthree_banner_bottom_grid_right h4 {
    font-size: 2em;
    color: #f82318;
    margin-bottom: .7em;
}
.wthree_banner_bottom_grid_right p{
	color:#fff;
	line-height:2em;
}
.agile_banner_bottom_grid_left_grid{
	width:100px;
	height:100px;
	text-align:center;
}
.agile_banner_bottom_grid_left_grid i {
    font-size: 4em;
    color: #fff;
    line-height: 1.8em;
}
.agileits_banner_bottom_left:hover .agileinfo_banner_bottom_pos,
.agileits_banner_bottom_left1:hover .agileinfo_banner_bottom_pos,
.agileits_banner_bottom_left2:hover .agileinfo_banner_bottom_pos{
	background:rgba(25, 25, 25, 0.7);
}
/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background:transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#f82318;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before,.agileits_banner_bottom_left:hover .hvr-radial-out:before
,.agileits_banner_bottom_left1:hover .hvr-radial-out:before,.agileits_banner_bottom_left2:hover .hvr-radial-out:before,
.w3_agile_services_grid:hover .hvr-radial-out:before,.w3_agileits_services_bottom_grid:hover .hvr-radial-out:before,
.w3layouts_mail_grid_left:hover .hvr-radial-out:before{
  -webkit-transform: scale(2);
  transform: scale(2);
}
/*-- //banner-bottom --*/
/*-- about --*/
.about-top, .stats, .team, .services, .team-section, .gallery, .contact{
    padding: 5em 0;
}
h3.w3l-title {
    font-size: 3.5em;
    color: #111;
    text-align: center;
    letter-spacing: 1px;
	position:relative;
}
span.w3-sub {
    font-size: .9em;
    text-align: center;
    display: inherit;
    color: #f82318;
    letter-spacing: 4px;
    margin: .3em 0 5em;
	text-transform: uppercase;
}
.wthree-services-right-top h4 {
    color: #111;
    font-size: 3em;
    text-transform: uppercase;
}
.wthree-services-right-top p {
    margin: .8em 0 0 0;
    color: #1a58e4;
    font-weight: 600;
    font-size: 1.5em;
    letter-spacing: 3px;
}
.team-social-grids {
    margin: 2em 0 0 2em;
}
.team-social-grids ul {
    padding: 0;
    margin: 0;
}
.team-social-grids ul li {
    display: inline-block;
    margin: 0 .5em 0 0;
}
.team-social-grids ul li a {
    text-align: center;
}
.team-social-grids ul li a i.fa.fa-facebook, .team-social-grids ul li a i.fa.fa-twitter, .team-social-grids ul li a i.fa.fa-rss, .team-social-grids ul li a i.fa.fa-vk {
    height: 40px;
    width: 40px;
    border: solid 2px #000;
    line-height: 2.5em;
    background: none;
    border-radius: 50%;
    color: #000;
	font-size: 1em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.team-social-grids ul li a i.fa.fa-facebook:hover {
	border: solid 2px #3b5998;
	background:#3b5998;
    color: #FFFFFF;
}
.team-social-grids ul li a i.fa.fa-twitter:hover{
	border: solid 2px #55acee;
	background:#55acee;
	color: #FFFFFF;
}
.team-social-grids ul li a i.fa.fa-rss:hover{
	border: solid 2px #f26522;
	background:#f26522;
	color: #FFFFFF;
}
.team-social-grids ul li a i.fa.fa-vk:hover{
	border: solid 2px #45668e;
	background:#45668e;
	color: #FFFFFF;
}
.wthree-services-right {
    position: absolute;
    top: 47%;
    right: 23%;
}
.wthree-services-bottom-grids {
    position: relative;
}
.wthree-services-right-top {
    position: absolute;
    top: 15%;
    right: 18%;
}
/*-- //Scocial-Icons --*/
/*-- //about --*/
/*-- Works --*/
.stats {
    background: url(../images/bg.jpg) no-repeat center;
    background-size: cover;
}
.stats h3.w3l-title, .team-section h3.w3l-title, .contact h3.w3l-title{
    color: #fff;
}
p.counter{
	font-size: 3em;
    color: #212121;
    font-weight: bold;
}
.agileinfo_stats_grid h3 {
    font-size: 1.2em;
    color: #f82318;
    letter-spacing: 1px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
}
.agileits_stats_grids {
    margin-top: 8em;
}
.agileinfo_stats_grid {
    background: #fff;
    width: 230px;
    height: 200px;
    text-align: center;
    padding: 4em 0 0;
}
.agileinfo_stats i {
    color: #fff;
    font-size: 2em;
    border-radius: 50%;
    background: #000;
    padding: 1em;
}
.agileinfo_stats i {
    color: #fff;
    font-size: 2em;
    border-radius: 50%;
    background: #0a4de5;
    padding: 1em;
    position: absolute;
    top: -23%;
    right: 41%;
}
/*-- //Works --*/
/*-- Designs --*/
.w3layouts_team_grid{
    overflow: hidden;
    position: relative;
}
.w3layouts_team_grid_pos{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color:rgba(79, 132, 249, 0.38);
    right: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}
.w3layouts_team_grid_pos{
    -webkit-transform: scale3d(0,0,1);
    -moz-transform: scale3d(0,0,1);
    -ms-transform: scale3d(0,0,1);
    transform: scale3d(0,0,1);
}
.w3_agile_team_grid:hover .w3layouts_team_grid_pos,.w3layouts_gallery_grid:hover .w3layouts_team_grid_pos,
.w3_agile_class_grid:hover .w3layouts_team_grid_pos{
    opacity:1;
	-webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.w3_agile_team_grid:hover .wthree_text,.w3layouts_gallery_grid:hover .wthree_text,
.w3_agile_class_grid:hover .wthree_text{
    opacity: 1;
	-webkit-transform: translateY(0) scale3d(1,1,1);
    -moz-transform: translateY(0) scale3d(1,1,1);
    -ms-transform: translateY(0) scale3d(1,1,1);
    transform: translateY(0) scale3d(1,1,1);
    -webkit-transition: transform 400ms ease 380ms;
    -moz-transition: transform 400ms ease 380ms;
    transition: transform 400ms ease 380ms;
}
.wthree_text{
    text-align: center;
    position: absolute;
    width: 100%;
    top:38%;
    opacity: 0;
	-webkit-transform: translateY(0) scale3d(0,0,1);
    -moz-transform: translateY(0) scale3d(0,0,1);
    -ms-transform: translateY(0) scale3d(0,0,1);
    transform: translateY(0) scale3d(0,0,1);
    -webkit-transition: transform 400ms ease 280ms;
    -moz-transition: transform 400ms ease 280ms;
    transition: transform 400ms ease 280ms;
}
.agileits_social_list li{
	display: inline-block;
}
.agileits_social_list li:nth-child(2){
    margin:0 1.5em;
}
.agileits_social_list li a {
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 1em;
    width: 35px;
    height: 35px;
}
.agileits_social_list li a i{
	line-height: 2.3em;
}
.agileits_social_list li a:hover{
	background:#fff;
}
a.w3_agile_facebook,.w3_facebook{
	background:#3b5998;
}
a.w3_agile_facebook:hover{
	color:#3b5998;
}
a.agile_twitter,.w3ls_twitter{
	background:#1da1f2;
}
a.w3_agile_dribble,.w3l_dribbble{
	background:#ea4c89;
}
a.w3_agile_vimeo{
	background:#1ab7ea;
}
a.agile_twitter:hover{
	color:#1da1f2;
}
a.w3_agile_dribble:hover{
	color:#ea4c89;
}
a.w3_agile_vimeo:hover{
	color:#1ab7ea;
}
.agile_social_icons_banner {
    float: right;
    margin:1.6em 2em 0 0;
}
.w3_agile_team_grid{
	text-align:center;
	position: relative;
}
.w3_agile_team_grid h4 {
    font-size: 1.5em;
    color: #fff;
    margin-bottom: 1.5em;
    letter-spacing: 1px;
}
.w3_agile_team_grid p {
    color: #000;
    margin: 1em 0 2em;
}
.team1{
	background: url(../images/b1.jpg)no-repeat 0px 0px;
	float:left;
	width: 50%;
}
.team2{
	background: url(../images/b2.jpg)no-repeat 0px 0px;
	 float: right;
	 width: 50%;
}
.team3{
	background: url(../images/b3.jpg)no-repeat 0px 0px;
	width: 100%;
}
.team1,.team2,.team3{
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
    min-height: 400px;
}
.team1-info-w3ls, .team2-info-w3ls, .team3-info-w3ls {
    width: 60%;
    padding: 4em 2.5em;
    position: absolute;
    border: 8px solid rgba(16, 16, 16, 0.75);
    text-align: left;
}
.team1-info-w3ls {
    top: 15%;
    right: 1%;
}
.team2-info-w3ls {
    top: 17%;
}
.team3-info-w3ls {
    top: 122%;
    width: 100%;
}
.w3_agile_team_grid:nth-child(2) {
    margin-top: 2em;
}
.team1-info-w3ls h6,.team2-info-w3ls h6,.team3-info-w3ls h6{
	color:#000;
	font-size:2.5em;
	text-transform:capitalize;
	letter-spacing:1px;
}
a.trend-w3l {
    font-size: .9em;
    color: #fff;
    border: 1px solid #fff;
    padding: .7em 1.5em;
    letter-spacing: 1px;
    background: #f82318;
	display: inline-block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
a.trend-w3l:hover {
    background: #000;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/*-- //Designs --*/
/*-- Services --*/
.services-w3lsrow {
    margin-top: 6em;
}
.services-grids { 
    text-align: center;  
} 
.services-grids .icon-holder {
    display: inline-block;
    color: #fff;
    font-size: 1.8em;
    width: 76px;
    height: 42px;
    background: #504f4f;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 1.8em;
}
.services-grids h4 { 
    color: #0a4de5;
    font-size: 1.6em; 
	margin:2em 0 .6em;
}
.hexagon:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 38px solid transparent;
    border-right: 38px solid transparent;
    border-bottom: 20px solid #504f4f;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; 
}
.hexagon:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 38px solid transparent;
	border-right: 38px solid transparent;
	border-top: 20px solid #504f4f;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; 
}
.services-grids:hover .icon-holder { 
	background: #0a4de5;
} 
.services-grids:hover .hexagon:before { 
	border-bottom-color: #0a4de5;
} 
.services-grids:hover .hexagon:after { 
	border-top-color:#0a4de5;
} 
/*-- //Services --*/
/*-- Middle --*/
.testimo {
    background: url(../images/bg3.jpg)no-repeat center;
    background-size: cover;
	padding:8em 0;
}
.testimo-main {
    text-align: left;
}
.testimo-main h3 {
    font-size: 3.5em;
    color: #f82318;
    margin:.5em 0 1em 0;
	letter-spacing:1px;
}
.testimo-main h5 {
    font-size: 2em;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 600;
}
.testimo-main p {
    color: #fff;
    font-size: 1.3em;
    margin-bottom: 1em;
}
a.trend-w3l.grid-cont {
    background: #0a4de5;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
a.trend-w3l.grid-cont:hover {
    background: #f82318;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/*-- //Middle --*/
/*-- Team --*/
.team-section {
    background: url(../images/bg2.jpg)no-repeat center;
    background-size: cover;
}
.team-section ul li {
    display: inline-block;
    margin: 0 .8em 0 0;
}
.team-section ul {
    margin: 9em 0 0;
}
.morph {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 50%;
}
.morph:hover {
	border-radius: 0%;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.fb_icon1 {
    background:#3b5998;
}
.fb_icon2 {
    background:#55acee;
}
.fb_icon3 {
    background:#ea4c89;
}
.pic:hover {
    cursor: pointer;
}
.s-1{
	text-align:center;
}
.s-1 h3 {
    color: #f82318;
    font-size: 1.8em;
    margin: 1em 0 0;
}
.s-1 p {
    color: #fff;
}
.view {
  	width: 256px;
    height: 330px;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.view .mask,.view .content {
  	width: 282px;
	height: 330px;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: -12px;
}
.view-fifth img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}
.view-fifth .mask {
  background-color:rgba(3, 9, 16, 0.67);
   -webkit-transform: translateX(-300px);
   -moz-transform: translateX(-300px);
   -o-transform: translateX(-300px);
   -ms-transform: translateX(-300px);
   transform: translateX(-300px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth:hover .mask {
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
}
.view.view-fifth i {
    color: #fff;
    font-size: 1.4em;
    width: 40px;
    height: 40px;
    line-height: 2;
}
.arrows-serve{
	position:relative;
	color:#31c59d;
	font-size:2em;
}
.arrows-serve:before{
    content: '';
    position: absolute;
    bottom: 43%;
    left: 35.5%;
    background: #333;
    width: 11%;
    height: 3px;
}
.arrows-serve:after{
    content: '';
    position: absolute;
	bottom: 43%;
    right: 35.5%;
    background: #333;
    width: 11%;
    height: 3px;
}
.arrows-serve.test{
	position:relative;
	color:#31c59d;
	font-size:2em;
}
.arrows-serve.test:before{
    content: '';
    position: absolute;
    bottom: 43%;
    left: 35.5%;
    background: #333;
    width:9%;
    height: 3px;
}
.arrows-serve.test:after{
    content: '';
    position: absolute;
	bottom: 43%;
    right: 35.5%;
    background: #333;
    width:9%;
    height: 3px;
}
.box2 {
    margin-top: 3em;
}
.team-section span.w3-sub, .stats span.w3-sub{
    color: #f56e67;
    font-weight: 600;
}
/*-- //Team --*/
/*-- Gallery --*/
.gallery-grids img {
    width: 100%;
}
.gallery-grids { 
	padding: 0;
}
/*-- gallery-hover effect --*/
.w3ls-hover {
	background-color: #FFF;
	display: block; 
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	text-align: center;
}
.w3ls-hover img {  
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
} 
.w3ls-hover .view-caption { 
    padding: 7em 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	-webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
	background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%; 
	border-radius: 50%;
}
.w3ls-hover .view-caption h5{
	color: #fff;
	font-size: 2.5em;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 5px; 
}
.w3ls-hover .view-caption span {
    color: #fff;
    font-size: 1em;
    margin-top: 5%;
    display: inline-block;
    border: 2px solid #fff;
    padding: 12px;
}
.w3ls-hover:hover .view-caption { 
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
	-webkit-border-radius: 0;
	-moz-border-radius: 0; 
	border-radius: 0;
}
.w3ls-hover .view-caption span:hover {
    color: #f82318;
    border-color: #f82318;
}
/*-- //Gallery --*/
/*-- Contact --*/
.contact {
    background: url(../images/bg4.jpg)no-repeat center;
    background-size: cover;
}
.contact-grid1 input[type="text"], .contact-grid1 input[type="email"],.contact-grid1 textarea{
	width: 100%;
    padding: 1em;
    font-size: 1em;
    border: 1px solid #000;
	outline: none;
	letter-spacing:1px;
	margin-bottom: 2em;
}
.contact-grid1 input[type="text"] {
    float: left;
    width: 49%;
}
.contact-grid1 input[type="text"]:nth-child(1) {
    margin-right:1.5em;
}
.contact-grid1 textarea{
	height:210px;
	resize:none;
}
.contact-grid1 input[type="submit"] {
    font-size: 1.1em;
    outline: none;
    border: none;
    text-transform: uppercase;
    background: #0a4de5;
    padding: .9em 5em;
    letter-spacing: 1px;
    color: #fff;
    display: inherit;
    margin: 1.5em auto 0;
    transition: 0.5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.contact-grid1 input[type="submit"]:hover{
	background:#f82318;
	 -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
/*-- //Contact --*/
/*-- Newsletter --*/
.w3layouts-newsletter{
	background:#242424;
    width: 100%;
    display: block;
    background-size: cover;
    padding: 3em 0;
}
.agileinfo-newsletter input[type="email"] {
    width: 73%;
    padding: 14px 14px;
    outline: none;
    color: #000;
    letter-spacing: 1px;
    font-size: 15px;
    border: none;
    margin-right: 10px;
    background: #fff;
}
 ::-webkit-input-placeholder{
	color: #000;
}
:-moz-placeholder { /* Firefox 18- */
   color: #000;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
}
:-ms-input-placeholder {  
   color: #000;
}
.agileinfo-newsletter input[type="submit"] {
    background: #f82318;
    color: #fff;
    font-size: 1.2em;
    letter-spacing: 1px;
    border: none;
    padding: .8em 5em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileinfo-newsletter input[type="submit"]:hover {
    background: #0a4de5;
}
/*-- //Newsletter --*/
/*-- Footer --*/
.agileits-footer-top {
	padding:3em 0;
}
.w3ls-address-grid i{
	color: #0a4de5;
    font-size: 20px;
    float: left;
    margin: 0 4% 0 0;
    display: inline-block;
    line-height: 45px;
}
.w3-address1{
	float: left;
	margin-top: 0.7em;
}
.w3-address1 p {
    font-size: 1.2em;
    color: #fff;
    line-height: 1.5;
}
.w3-address1 p a{
	text-decoration:none;
	color: #fff;
}
.w3-address1 p a:hover{
	text-decoration:underline;
}
.agileinfo-footer{
	background:#242424;
}
.agileits-footer-bottom {
    border-top: 1px double #353b44;
    padding: 2em 0;
}
.footer-class {
    float: left;
    color: #fff;
    letter-spacing: 2px;
}
.footer-class a{
    color: #f82318;
	text-decoration:none;
}
.footer-class a:hover {
	color:#fff;
	text-decoration:underline;
}
.ftr-menu{
	float:right;
}
.ftr-menu ul li{
	display:inline-block;
}
.ftr-menu ul li a {
    font-size: 1.1em;
    color: #fff;
    margin: 0 16px;
    letter-spacing: 2px;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    display: block;
    text-decoration: none;
}
.ftr-menu ul li a:hover{
	color:#f82318;
}
.navbar-header.navbar-left.footer-logo {
    float: none !important;
    text-align: center;
}
.navbar-header.navbar-left.footer-logo h2 a span {
    width: 16%;
    margin: 0 auto;
}
p.footer-w3l-te{
    color: #fff;
    font-size: 1.3em;
    text-align: center;
    width: 80%;
    margin:.5em auto 3em;
}
/*-- social-icons --*/
.w3l_header_left-2 {
    text-align: right;
    margin-top: 2em;
}
.w3ls-social-icons-2 i {
    font-size: 1em;
    color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 3;
    margin: 0 0.5em 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    border: 1px solid #616161;
}
.w3ls-social-icons-2 i:hover {
	background:#0a4de5;
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
	border-color:#0a4de5;
}
.w3ls-social-icons-2 {
    text-align: center;
}
/*-- //social-icons --*/
/*-- //footer --*/
/*-- bottom-to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 24px;
	right: 1%;
	overflow: hidden;
	z-index: 999; 
    width: 64px;
    height: 64px;
	border: none;
	text-indent: 100%;
	background: url("../images/move-up.png") no-repeat 0px 0px;
}
#toTopHover {
    width: 64px;
    height: 64px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //bottom-to-top --*/
/*--responsive--*/
@media(max-width: 1680px){
	
}
@media(max-width: 1600px){

}
@media(max-width: 1440px){
	.banner-w3text h3 {
		font-size: 3.8em;
	}
	.large-header {
		height: 700px !important;
	}
	.banner-w3text {
		left: 10.5%;
	}
	.w3_agileits_banner_bottom_pos_grid {
		padding: 6em 2em;
	}
}
@media(max-width: 1366px){
	.banner-w3text {
		left: 8.5%;
	}
	.w3_agileits_banner_bottom_pos_grid {
		padding: 5em 1em;
	}
}
@media(max-width: 1280px){
	.header {
		padding-top: 2.5em;
	}
	.banner-w3text h3 {
		font-size: 3.7em;
	}
	.banner-w3text p {
		width: 62%;
	}
	.banner-w3text {
		left: 5.5%;
		top: 37%;
	}
	.large-header {
		height: 650px !important;
	}
}
@media(max-width: 1080px){
	.navbar-header h1, .navbar-header h2 {
		font-size: 3.8em;
	}
	.banner-w3text h3 {
		font-size: 3.5em;
	}
	.banner-w3text p {
		width: 74%;
	}
	.w3_agileits_banner_bottom_pos_grid {
		padding: 4em 1em;
	}
	.agile_banner_bottom_grid_left_grid {
		width: 80px;
		height: 80px;
	}
	.agile_banner_bottom_grid_left_grid i {
		font-size: 3.2em;
	}
	.wthree_banner_bottom_grid_right h4 {
		margin-bottom: .4em;
	}
	.wthree-services-right {
		right: 7%;
	}
	.wthree-services-right-top {
		right: 0%;
	}
	.agileinfo_stats_grid {
		width: 205px;
		height: 205px;
	}
	.agileinfo_stats i {
		right: 32%;
	}
	.team1, .team2, .team3 {
		min-height: 360px;
	}
	.team1-info-w3ls h6, .team2-info-w3ls h6, .team3-info-w3ls h6 {
		font-size: 2em;
	}
	.team1-info-w3ls, .team2-info-w3ls, .team3-info-w3ls {
		padding: 3em 2em;
	}
	.team1-info-w3ls {
		top: 17%;
	}
	.testimo {
		padding: 7em 0;
	}
	.view {
		width: 205px;
		height: 264px;
	}
	.team-section ul {
		margin: 8em 0 0;
	}
	.view .mask, .view .content {
		left: -30px;
	}
	.w3ls-hover .view-caption {
		padding: 6em 0;
	}
	.contact-grid1 input[type="text"] {
		width: 48%;
	}
	.navbar-header.navbar-left.footer-logo h2 a span {
		width: 18%;
	}
	.ftr-menu ul li a {
		margin: 0 12px;
	}
}
@media(max-width: 1050px){

}
@media(max-width: 1024px){
	.banner-w3text {
		left: 4.5%
	}
	h3.w3l-title {
		font-size: 3em;
	}
	.about-top, .stats, .team, .services, .team-section, .gallery, .contact {
		padding: 4em 0;
	}
	.agileinfo_stats i {
		right: 33%;
	}
	.testimo-main h3 {
		font-size: 3.2em;
	}
	.testimo-main h5 {
		font-size: 1.7em;
	}
}
@media(max-width: 991px){
	.navbar-header h1, .navbar-header h2 {
		font-size: 3.5em;
	}
	.agileits-topnav ul li {
		margin-right: 2em;
		font-size: .9em;
	}
	li.social-icons ul li a {
		width: 38px;
		height: 38px;
		font-size: 1.1em;
	}
	.navbar-nav > li > a {
		letter-spacing: 1px;
	}
	.navbar-nav > li {
		margin-right: 2em;
	}
	.agileits-topnav {
		margin: 0 0 1.5em;
	}
	.banner-w3text h3 {
		font-size: 3em;
	}
	.banner-w3text p {
		font-size: 1em;
	}
	.banner-w3text {
		left: 13%;
		top: 38%;
	}
	.large-header {
		height: 600px !important;
	}
	.banner-w3text a {
		padding: .6em 2.5em;
	}
	.agile_banner_bottom_grid_left_grid {
		width: 70px;
		height: 70px;
	}
	.agile_banner_bottom_grid_left_grid i {
		font-size: 3em;
	}
	.wthree_banner_bottom_grid_right h4 {
		font-size: 1.9em;
	}
	.w3_agileits_banner_bottom_pos_grid {
		padding: 3.5em 0em;
	}
	.wthree-services-right {
		right: 0%;
	}
	.wthree-services-right-top h4 {
		font-size: 2.8em;
	}
	.wthree-services-right-top p {
		font-size: 1.2em;
	}
	.wthree-services-right-top {
		right: -5%;
	}
	.agileinfo_stats_grid {
		width: 166px;
		height: 200px;
		padding: 4.2em 0 0;
	}
	.agileinfo_stats {
		padding: 0 .5em;
	}
	p.counter {
		font-size: 2.4em;
	}
	.agileinfo_stats_grid h3 {
		font-size: 1.1em;
	}
	.agileinfo_stats i {
		right: 27%;
	}
	.agileits_stats_grids {
		margin-top: 7em;
	}
	.w3layouts_team_grid.team3 {
		float: left;
		width: 50%;
	}
	.team3-info-w3ls {
		top: 18%;
		right: -3%;
		width: 50%;
	}
	.team-agileits-right {
		margin-top: 2em;
	}
	.testimo {
		padding: 6em 0;
	}
	.services-w3lsrow {
		margin-top: 5em;
	}
	.view {
		width: 164px;
		height: 211px;
	}
	.s-1 {
		padding: 0 .5em;
	}
	.s-1 h3 {
		font-size: 1.6em;
	}
	.view .mask, .view .content {
		left: -53px;
	}
	.view.view-fifth i {
		font-size: 1.1em;
		line-height: 2.6;
	}
	.w3ls-hover .view-caption h5 {
		font-size: 2em;
	}
	.w3ls-hover .view-caption {
		padding: 4em 0;
	}
	.agileinfo-newsletter input[type="submit"] {
		padding: .8em 3.2em;
	}
	.navbar-header.navbar-left.footer-logo h2 a span {
		width: 23%;
	}
	p.footer-w3l-te {
		font-size: 1.2em;
		width: 90%;
	}
	.w3ls-address-grid {
		padding: 0 .2em;
	}
	.w3-address1 p {
		font-size: 1em;
	}
	.footer-class {
		letter-spacing: 1px;
	}
	.ftr-menu ul li a {
		margin: 0 5px;
		letter-spacing: 1px;
		font-size: 1em;
	}
	.agileits-footer-top {
		padding: 2em 0;
	}
	.team-section ul {
		margin: 6em 0 0;
	}
}
@media(max-width: 900px){
	.agileits_banner_bottom_left {
		padding: 0 .5em;
	}
}
@media(max-width: 800px){
	.navbar-header h1 a span, .navbar-header h2 a span {
		letter-spacing: 6px;
	}
	.banner-w3text {
		left: 5%;
	}
	.wthree_banner_bottom_grid_right h4 {
		font-size: 1.6em;
	}
	.agile_banner_bottom_grid_left_grid i {
		font-size: 2.5em;
	}
	.agile_banner_bottom_grid_left_grid {
		width: 60px;
		height: 60px;
	}
	.wthree_banner_bottom_grid_right h4 {
		margin-bottom: .3em;
	}
	.w3_agileits_banner_bottom_pos_grid {
		padding: 3em 0em;
	}
	h3.w3l-title {
		font-size: 2.8em;
	}
	span.w3-sub {
		font-size: .8em;
	}
	.wthree-services-left img {
		width: 75%;
	}
	.wthree-services-right-top h4 {
		font-size: 2.5em;
	}
	.wthree-services-right-top p {
		font-size: 1.1em;
	}
	.wthree-services-right-top {
		right: 0%;
	}
	.wthree-services-right {
		top: 43%;
	}
	.testimo-main h3 {
		font-size: 3em;
		margin: .5em 0 .8em 0;
	}
	.testimo-main h5 {
		font-size: 1.6em;
	}
}
@media(max-width: 768px){
	.navbar-nav > li > a {
		font-size: .9em;
	}
	.agileits-topnav ul li {
		margin-right: 1em;
	}
	.wthree_banner_bottom_grid_right h4 {
		font-size: 1.5em;
	}
	.wthree_banner_bottom_grid_right {
		padding: 0 .8em;
	}
}
@media(max-width: 767px){
	.navbar-header.navbar-left {
		float: left;
	}
	.header {
		padding: 2em 2em 0;
	}
	.navbar-header h1, .navbar-header h2 {
		font-size: 3.2em;
		margin: .3em 0;
	}
	.navbar-default .navbar-toggle {
		border-color: #fff !important;
		border-radius: 0 !important;
		margin: .8em 0 0 !important;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #f82318!important;
	}
	li.social-icons ul li a {
		width: 35px;
		height: 35px;
		padding: 1em 0.8em;
	}
	li.social-icons ul li {
		margin-right: 0.7em;
	}
	.agileits-topnav {
		margin: 0.5em 0 0;
	}
	div#bs-example-navbar-collapse-1 {
		margin: 1.9em 0 0;
		position: absolute;
		width: 100%;
		z-index: 9999;
		background: rgba(0, 0, 0, 0.52);
		left: 0;
	}
	.modal-dialog {
		margin: 4em auto;
		width: 80%;
	}
	.modal {
		padding: 0 !important;
	}
	.agileits-topnav {
		margin: 0.9em 0 0 3em;
		display: inline-block;
	}
	ul.nav.navbar-nav.navbar-left {
		float: none !important;
		text-align: center;
		display: table;
		margin: 0 auto;
	}
	.navbar-nav > li {
		margin: 1.2em 0;
	}
	.navbar-nav > li:nth-child(5) {
		margin: 1em 0;
	}
	nav.navbar.navbar-default {
		margin-bottom: 0;
	}
	.header-right {
		float: none;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #fff !important;
		border: none !important;
		text-align: center;
		padding: .7em 0;
	}
	div#bs-example-navbar-collapse-1 {
		padding: 0;
	}
}
@media(max-width: 736px){
	.banner-w3text {
		top: 32%;
	}
	.agileits-topnav {
		margin: 0.9em 0 0 2.8em;
	}
	.header {
		padding: 2em 1.5em 0;
	}
	.banner-w3text h3 {
		font-size: 2.8em;
	}
	.banner-w3text p {
		width: 97%;
	}
	.large-header {
		height: 520px !important;
	}
	.w3_agileits_banner_bottom_pos_grid {
		padding:2.5em 2em;
	}
	.agile_banner_bottom_grid_left_grid {
		width: 80px;
		height: 80px;
	}
	.agile_banner_bottom_grid_left_grid i {
		font-size: 3em;
	}
	.wthree_banner_bottom_grid_right h4 {
		font-size: 1.9em;
	}
	.wthree-services-right {
		top: 41%;
	}
	.agileinfo_stats_grid {
		width: 159px;
		height: 188px;
	}
	.testimo {
		padding: 5em 0;
	}
	.services-grids:nth-child(3), .services-grids:nth-child(4){
		margin-top: 3.5em;
	}
	.view {
		width: 159px;
		height: 205px;
	}
	.w3ls-hover .view-caption {
		padding: 5em 0;
	}
	.agileinfo-newsletter input[type="email"] {
		width: 70%;
	}
	p.footer-w3l-te {
		width: 93%;
	}
	.w3ls-address-grid i {
		margin: 0 1% 0 0;
	}
	.w3-address1 {
		margin-right: 3em;
	}
	.footer-class {
		letter-spacing: 2px;
		text-align: center;
		float: none;
	}
	.ftr-menu {
		float: none;
		text-align: center;
	}
	.ftr-menu ul li a {
		margin: 26px 14px 0;
		letter-spacing: 2px;
	}
}
@media(max-width: 667px){
		.agileits-topnav {
		margin: 0.5em 0 0 4em;
	}
	.banner-w3text h3 {
		font-size: 2.6em;
	}
	.banner-w3text {
		top: 38%;
	}
	div#bs-example-navbar-collapse-1 {
		margin: 1em 0 0;
	}
	.banner-w3text p {
		width: 100%;
		margin: 1em 0 3em;
	}
	.agileinfo_stats_grid {
		width: 141px;
		height: 180px;
	}
	p.counter {
		font-size: 2.2em;
	}
	.agileinfo_stats_grid h3 {
		font-size: 1em;
	}
	.team3-info-w3ls {
		top: 13%;
	}
	.s-1 {
		float:left;
		width: 50%;
	}
	.view {
		width: 276px;
		height: 330px;
	}
	.view .mask, .view .content {
		left: 0px;
		width: 276px;
	}
	.s-1:nth-child(3), .s-1:nth-child(4) {
		margin-top: 2em;
	}
	.contact-grid1 input[type="submit"] {
		padding: .8em 4em;
		margin: 1em auto 0;
	}
	.s-1 {
		padding: 0 1.2em;
	}
	.team-section ul {
		margin: 10em 0 0;
	}
	.wthree-services-right img {
		width: 80%;
	}
	.wthree-services-right {
		top: 47%;
	}
	.wthree-services-right-top h4 {
		font-size: 2.2em;
	}
	.agileinfo_stats i {
		font-size: 1.8em;
	}
	.agileinfo-newsletter input[type="email"] {
		width: 68%;
	}
	p.footer-w3l-te {
		width: 100%;
		margin: .5em auto 2em;
	}
	.w3-address1 {
		margin-right: 2em;
	}
}
@media(max-width: 640px){
	.agileinfo_stats_grid {
		width: 135px;
	}
	.team1-info-w3ls h6, .team2-info-w3ls h6, .team3-info-w3ls h6 {
		font-size: 1.8em;
	}
	.agileinfo-newsletter input[type="submit"] {
		padding: .8em 3em;
	}
	.view {
		width: 276px;
	}
	.w3-address1 {
		margin-right: 1.5em;
	}
	.w3_agileits_banner_bottom_pos_grid {
		padding: 1.5em 2em;
	}
}
@media(max-width: 600px){
	.agileits-topnav {
		margin: 0.5em 0 0 2em;
	}
	.w3-address1 {
		margin-right: 1em;
	}
	.banner-w3text a {
		padding: .6em 2em;
	}
	h3.w3l-title {
		font-size: 2.6em;
	}
	.about-top, .stats, .team, .services, .team-section, .gallery, .contact {
		padding: 3.5em 0;
	}
	span.w3-sub {
		margin: .3em 0 4em;
	}
	.wthree-services-right {
		right: -2%;
	}
	.wthree-services-right img {
		width: 70%;
	}
	.wthree-services-right-top h4 {
		font-size: 2em;
	}
	.wthree-services-right-top p {
		font-size: 1em;
	}
	.wthree-services-right-top {
		right: 5%;
	}
	.team-social-grids {
		margin: 2em 0 0 0em;
	}
	.agileinfo_stats {
		padding: 0 1em;
		width: 50%;
	}
	.agileinfo_stats:nth-child(3), .agileinfo_stats:nth-child(4) {
		margin-top:5em;
	}
	.agileinfo_stats_grid {
		width: 249px;
	}
	.agileinfo_stats i {
		right: 35%;
		top: -22%;
	}
	.team1-info-w3ls, .team2-info-w3ls, .team3-info-w3ls {
		padding: 3em 1.5em;
	}
	.w3ls-hover .view-caption {
		padding: 4em 0;
	}
	.contact-grid1 input[type="text"], .contact-grid1 input[type="email"], .contact-grid1 textarea {
		padding: .9em;
		margin-bottom: 1em;
	}
	.contact-grid1 textarea {
		height: 172px;
	}
	.contact-grid1 input[type="submit"] {
		padding: .8em 4em;
		margin: 0.5em auto 0;
		font-size: 1em;
	}
	.agileinfo-newsletter input[type="submit"] {
		padding: .7em 2.5em;
	}
	.agileinfo-newsletter input[type="email"] {
		padding: 13px 14px;
	}
	.navbar-header.navbar-left.footer-logo h2 a span {
		width: 25%;
	}
	.view {
		width: 243px;
		height: 314px;
	}
	.view .mask, .view .content {
		width: 254px;
	}
}
@media(max-width: 568px){
	p.footer-w3l-te {
		font-size: 1.1em;
	}
	.w3-address1 {
		margin-right: 1em;
	}
	.agileits-topnav {
		margin: 0.5em 0 0 1em;
	}
	.team-social-grids ul li a i.fa.fa-facebook, .team-social-grids ul li a i.fa.fa-twitter, .team-social-grids ul li a i.fa.fa-rss, .team-social-grids ul li a i.fa.fa-vk {
		height: 35px;
		width: 35px;
		font-size: .9em;
	}
	.agileinfo_stats_grid {
		width: 233px;
	}
	.team1-info-w3ls h6, .team2-info-w3ls h6, .team3-info-w3ls h6 {
		font-size: 1.65em;
	}
	.team1-info-w3ls {
		right: -3%;
	}
	.view .mask, .view .content {
		left: 0px;
		width: 254px;
	}
	.team-section ul {
		margin: 8em 0 0;
	}
	.testimo-main h5 {
		font-size: 1.4em;
	}
	.testimo-main h3 {
		font-size: 2.6em;
	}
	.view {
		width: 231px;
	}
	.view {
		width: 227px;
		height: 293px;
	}
	.agileits_stats_grids {
		margin-top: 6em;
	}
	.contact-grid1 input[type="text"]:nth-child(1) {
		margin-right: 1em;
	}
	.agileinfo-newsletter input[type="submit"] {
		padding: .7em 2em;
	}
	.w3-address1 {
		margin-right: .3em;
	}
}
@media(max-width: 480px){
	.header {
		padding: 1.5em 1.5em 0;
	}
	li.social-icons {
		margin-top: 1.5em;
	}
	.agileits-topnav {
		text-align: center;
	}
	.agileits-topnav ul li {
		margin-right: 2em;
	}
	.banner-w3text h3 {
		font-size: 2.4em;
	}
	.banner-w3text p {
		font-size: .9em;
	}
	.banner-w3text {
		top: 42%;
	}
	.w3_agileits_banner_bottom_pos_grid {
		padding: 3em 1.5em;
	}
	.wthree-services-left img {
		width: 75%;
	}
	.wthree-services-right-top h4 {
		font-size: 1.8em;
	}
	.wthree-services-right-top p {
		font-size: .9em;
		letter-spacing: 2px;
		margin: .4em 0 0 0;
	}
	.wthree-services-right-top {
		right: 4%;
		top: 9%;
	}
	.wthree-services-right {
		top: 32%;
	}
	.team-social-grids {
		margin: 7em 0 0 0;
	}
	.agileinfo_stats_grid {
		width: 189px;
	}
	.team1, .team2, .team3 {
		min-height: 300px;
	}
	.team1-info-w3ls h6, .team2-info-w3ls h6, .team3-info-w3ls h6 {
		font-size: 1.5em;
		letter-spacing: 0px;
	}
	.team1-info-w3ls, .team2-info-w3ls, .team3-info-w3ls {
		padding: 2.5em .8em;
	}
	.team1-info-w3ls {
		top: 10%;
	}
	.team2-info-w3ls {
		top: 10%;
	}
	.team3-info-w3ls {
		top: 9%;
	}
	.wthree_text {
		top: 34%;
	}
	.testimo {
		padding: 4em 0;
	}
	.view {
		width: 200px;
		height: 258px;
	}
	.team-section ul {
		margin: 7em 0 0;
	}
	.view .mask, .view .content {
		left: -22px;
	}
	.w3ls-hover .view-caption span {
		font-size: .9em;
		padding: 9px;
	}
	.w3ls-hover .view-caption h5 {
		font-size: 1.7em;
		margin-bottom: 8px;
	}
	.w3ls-hover .view-caption {
		padding: 3em 0;
	}
	.contact-grid1 textarea {
		height: 150px;
	}
	.contact-grid1 input[type="submit"] {
		padding: .8em 3.5em;
	}
	.agileinfo-newsletter input[type="email"] {
		width: 64%;
	}
	.w3ls-address-grid {
		width: 100%;
	}
	.ftr-menu ul li a {
		margin: 26px 9px 0;
	}
	.navbar-header.navbar-left.footer-logo h2 a span {
		width: 32%;
	}
	.w3ls-address-grid {
		float: left;
	}
	.w3ls-address-grid i {
		margin: 0 4% 0 0;
	}
	.s-1 {
		padding: 0 .5em;
	}
	.gallery-grids {
		width: 50%;
	}
	.w3ls-hover .view-caption {
		padding: 5.5em 0;
	}
}
@media(max-width: 440px){
	.agileinfo_stats_grid {
		width: 169px;
	}
	.team1-info-w3ls {
		top: 3%;
		right: -6%;
	}
	.team2-info-w3ls {
		top: 6%;
		left: -4%;
	}
	.team3-info-w3ls {
		top: 2%;
	}
	.view {
		width: 184px;
		height: 237px;
	}
	.agileinfo-newsletter input[type="submit"] {
		padding: .7em 1.5em;
	}
	.ftr-menu ul li a {
		margin: 26px 6px 0;
	}
}
@media(max-width: 414px){
	.s-1 {
		float: none;
		width: 100%;
	}
	.s-1:nth-child(2){
		margin-top:2em;
	}
	.view {
		width: 423px;
	}
	.navbar-header h1, .navbar-header h2 {
		font-size: 3em;
	}
	.banner-w3text h3 {
		font-size: 2.2em;
	}
	.banner-w3text a {
		font-size: .9em;
	}
	.w3_agileits_banner_bottom_pos_grid {
		padding: 2.5em 1em;
	}
	.wthree-services-left img {
		width: 100%;
	}
	.wthree-services-right {
		top: 39%;
	}
	.wthree-services-right-top {
		right: 0%;
		top: 11%;
	}
	.agileinfo_stats_grid {
		width: 156px;
	}
	.agileinfo_stats i {
		right: 31%;
	}
	.team1, .team2, .w3layouts_team_grid.team3 {
		width: 100%;
	}
	.team1, .team2, .team3 {
		min-height: 240px;
	}
	.team1-info-w3ls, .team2-info-w3ls, .team3-info-w3ls {
		width: 100%;
	}
	.team1-info-w3ls {
		top: 46%;
		right: 0%;
	}
	.w3layouts_team_grid.team1,.w3_agile_team_grid:nth-child(2){
		margin-bottom: 13em;
	}
	.team2-info-w3ls {
		top: 70%;
	}
	.w3layouts_team_grid.team3 {
		margin-bottom: 18em;
	}
	.team3-info-w3ls {
		top: 55%;
		right: 0%;
	}
	.view .mask, .view .content {
		left: 0px;
		width: 290px;
		height: 374px;
	}
	.team-section ul {
		margin: 11em 0 0;
	}
	.view {
		width: 290px;
		height: 388px;
	}
	.s-1 {
		padding: 0 2.5em;
	}
	.agileinfo-newsletter input[type="submit"] {
		padding: .7em 1.3em;
	}
	.navbar-header.navbar-left.footer-logo h2 a span {
		width: 36%;
	}
	.ftr-menu ul li a {
		margin: 15px 4px 0;
	}
	.w3ls-hover .view-caption {
		padding: 4.5em 0;
	}
}
@media(max-width: 384px){
	.agileits-topnav {
		margin: 0.5em 0 0 0em;
	}
	.w3_agileits_banner_bottom_pos_grid {
		padding: 2.5em 0em;
	}
	h3.w3l-title {
		font-size: 2.3em;
		letter-spacing: 0px;
	}
	.agileinfo_stats_grid {
		width: 141px;
	}
	.agileinfo_stats i {
		right: 28%;
	}
	.contact-grid1 input[type="text"] {
		width: 100%;
	}
	.agileinfo-newsletter input[type="email"] {
		width: 61%;
	}
	.ftr-menu ul li a {
		letter-spacing: 1px;
	}
	.about-top, .stats, .team, .services, .team-section, .gallery, .contact {
		padding: 2.5em 0;
	}
	.w3ls-hover .view-caption {
		padding: 2em 0;
	}
	.s-1 {
		padding: 0 1.5em;
	}
}
@media(max-width: 375px){
	.w3ls-hover .view-caption {
		padding: 3.5em 0;
	}
	.contact-grid1 input[type="submit"] {
		padding: .8em 3em;
	}
	.agileinfo-newsletter input[type="submit"] {
		padding: .8em 1.3em;
		font-size: 1em;
	}
	.agileinfo-newsletter input[type="email"] {
		font-size: 13px;
	}
	.agileits-topnav ul li {
		margin-right: 1em;
	}
	.w3layouts_team_grid.team1, .w3_agile_team_grid:nth-child(2) {
		margin-bottom: 14em;
	}
	.view {
		width: 300px;
	}
	.s-1 {
		padding: 0 1em;
	}
	.view .mask, .view .content {
		left: 0px;
		width: 300px;
		height: 387px;
	}
}
@media(max-width: 320px){
	.navbar-toggle {
		padding: 7px 7px;
	}
	.navbar-toggle .icon-bar {
		width: 20px;
	}
	.navbar-header h1, .navbar-header h2 {
		font-size: 2.7em;
	}
	.navbar-default .navbar-toggle {
		margin: .5em 0 0 !important;
	}
	.agileits-topnav ul li {
		margin-right: 0.5em;
		font-size: .8em;
	}
	li.social-icons ul li a {
		width: 32px;
		height: 32px;
		padding: 1.2em 0.8em;
	}
	.agileits-topnav {
		margin: 0em 0 0 0em;
	}
	.banner-w3text h3 {
		font-size: 1.8em;
	}
	.banner-w3text {
		top: 34%;
	}
	.banner-w3text p {
		font-size: .8em;
	}
	.banner-w3text p {
		margin: .3em 0 2em;
	}
	.banner-w3text a {
		font-size: .8em;
	}
	.large-header {
		height: 420px !important
	}
	.banner-w3text {
		top: 44%;
	}
	.agile_banner_bottom_grid_left_grid {
		width: 60px;
		height: 60px;
	}
	.agile_banner_bottom_grid_left_grid i {
		font-size: 2.5em;
	}
	.wthree_banner_bottom_grid_right h4 {
		font-size: 1.6em;
	}
	.wthree_banner_bottom_grid_right p {
		line-height: 1.9em;
	}
	.wthree_banner_bottom_grid_right h4 {
		margin-bottom: 0em;
	}
	.w3_agileits_banner_bottom_pos_grid {
		padding: 1.3em 0em;
	}
	.about-top, .stats, .team, .services, .team-section, .gallery, .contact {
		padding: 2em 0;
	}
	h3.w3l-title {
		font-size: 2em;
	}
	span.w3-sub {
		font-size: .7em;
		letter-spacing: 3px;
	}
	span.w3-sub {
		margin: .3em 0 3em;
	}
	.wthree-services-right-top {
		top: 6%;
	}
	.agileinfo_stats {
		width: 100%;
	}
	.agileinfo_stats_grid {
		width: 245px;
	}
	.agileinfo_stats i {
		right: 36%;
	}
	.agileinfo_stats:nth-child(2), .agileinfo_stats:nth-child(3), .agileinfo_stats:nth-child(4) {
		margin-top: 5em;
	}
	.team1-info-w3ls, .team2-info-w3ls, .team3-info-w3ls {
		padding: 1.5em .8em;
	}
	.w3_agile_team_grid p {
		margin: 1em 0 1.5em;
	}
	.w3_agile_team_grid h4 {
		margin-bottom: 1em;
	}
	.wthree_text {
		top: 24%;
	}
	.team3-info-w3ls {
		top: 54%;
	}
	.testimo-main h5 {
		letter-spacing: 1px;
	}
	.services-grids {
		width: 100%;
	}
	.services-grids h4 {
		margin: 1.5em 0 .2em;
	}
	.services-grids:nth-child(2), .services-grids:nth-child(3), .services-grids:nth-child(4) {
		margin-top: 3em;
	}
	.view {
		width: 245px;
		height: 316px;
	}
	.gallery-grids {
		width: 50%;
	}
	.agileinfo-newsletter input[type="submit"] {
		padding: .9em 1em;
	}
	.navbar-header.navbar-left.footer-logo h2 a span {
		width: 44%;
	}
	.w3ls-social-icons-2 i {
		font-size: .9em;
		width: 40px;
		height: 40px;
		margin: 0 0.3em 0;
	}
	p.footer-w3l-te {
		font-size: 1em;
	}
	.agileits-footer-top {
		padding: 1.5em 0;
	}
	p {
		font-size: .9em;
	}
	.view .mask, .view .content {
		left: 0px;
		width: 245px;
		height: 316px;
	}
	.team-section ul {
		margin: 9em 0 0;
	}
	.w3ls-hover .view-caption {
		padding: 2.5em 0;
	}
}
/*--//responsive--*/