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

.center{
	align-self: center;
	text-align: center;
	align-content: center;
	align-items: center;
}

/* Katalógusok */
.ul-ul{
	list-style: none;
}
.a{
	margin: 1em 1em 0em 1em;
	color:#000;
	border:2px solid #000;
	padding:8px 10px;
	display:block;
}
@media(max-width: 991px){
	.rep_comp_l{
		border-bottom: 2px solid white;
	}
	.rep_comp_r{
		border-top: 2px solid white;
	}
}
@media(min-width: 991px) {
	.rep_comp_l{
		border-right: 2px solid white;
	}	
	.rep_comp_r{
		border-left: 2px solid white;
	}
}


/* Welcome */
.nagy_zaszlo{
	height: 150px;
	width: 260px;
	align-self: center;
	margin: 0.3em;
	margin-top: 1.3em;
}
.lazyload{
	content-visibility: auto;
}

/* About more */
.greetpdf{
	display: block;
}

.au_b{
	display: none;
}
@media(min-width: 966px){
	.au_b{
		display: block;
	}
	.greetpdf{
		display: none;
	}
}

@media(max-width: 966px){
	.greet{
		display: none;
	}
}


.greet{
	margin-left: auto;
	margin-top: 1em;
	text-align: center;
	max-height: 1000px;
	transition: height 1s linear 1s;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
	
	@-webkit-keyframes fadeIn {
		from {opacity: 0;} 
		to {opacity: 1;}
	}
	@keyframes fadeIn {
		from {opacity: 0;}
		to {opacity:1 ;}
	}
}
.greet div:hover{
	height: 1000px;
}

/* Zászlók */
.zaszlok{
	height: 25px;
	width: 33px;
	display: inline;
	margin: 0.2em;
}
@media(max-width: 768px){
	.zaszlok{
	height: 40px;
	width: 53px;
	display: inline;
	margin: 0.2em;
	}
}
/* Logók   768px Logók túl*/
.logo{
	height: 50%;
	width: 50%;
	margin-bottom: 1em;
}
.al-logo_l{
	width: 22%;
	height: 22%;
	margin-left: 0.4em;
}
.al-logo_i{
	width: 20%;
	height: 20%;
	margin-left: 1.5em;
}
.inline_img{
	display: inline;
	width: 100%
}

@media(max-width: 1440px){
	.logo{
		height: 75%;
		width: 75%;
		margin-bottom: 1em;
	}
	.al-logo_l{
		width: 33%;
		height: 33%;
		margin-left: 0.4em;
	}
	.al-logo_i{
		width: 30%;
		height: 30%;
		margin-left: 1.5em;
	}
	.inline_img{
		display: inline-block;
		width: 100%
	}
}

@media(max-width: 1080px){
	.logo{
		height: 80%;
		width: 80%;
		margin-bottom: 1em;
	}
	.al-logo_l{
		width: 35%;
		height: 35%;
		margin-left: 0.4em;
	}
	.al-logo_i{
		width: 32%;
		height: 32%;
		margin-left: 1.5em;
	}
	.inline_img{
		display: inline-block;
		width: 100%;
	}
}

@media(max-width: 991px){
	.zaszlok{
		height: 30px;
		width: 41px;
		display: inline;
		margin: 0.2em;
		}
	.logo{
		height: 70%;
		width: 70%;
		margin-bottom: 1em;
		display: block;
	}
	.al-logo_l{
		width: 35%;
		height: 35%;
		margin-left: 0.4em;
	}
	.al-logo_i{
		width: 32%;
		height: 32%;
		margin-left: 1.5em;
	}
	.inline_img{
		display: inline-flex;
		width: 100%;
	}
}

@media(max-width: 768px){
	.logo{
		height: 50%;
		width: 50%;
		margin-bottom: 1em;
	}
	.al-logo_l{
		width: 22%;
		height: 22%;
		margin-left: 0.4em;
	}
	.al-logo_i{
		width: 20%;
		height: 20%;
		margin-left: 1.5em;
	}
	.inline_img{
		display: inline-block;
		width: 100%;
	}
}
@media(max-width: 480px){
	.logo{
		height: 60%;
		width: 60%;
		margin-bottom: 1em;
	}
	.al-logo_l{
		width: 24%;
		height: 24%;
		margin-left: 0.4em;
	}
	.al-logo_i{
		width: 22%;
		height: 22%;
		margin-left: 1.5em;
	}
	.inline_img{
		display: inline-block;
		width: 100%;
	}
}

/* Newsletter */
.newsletter{
	margin-top: 1em;
}
/* margin */
.margin{
	margin: 1em;
}
/* Popup container */
.popup {
	position: relative;
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.container{
	align-content: center;
}
  
  /* The actual popup */
  .popup .popuptext {
	visibility: hidden;
	width: 160px;
	background-color: #1b4d3a;
	color: #fff;
	text-align: center;
	border-radius: 0;
	padding: 8px 0;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -80px;
  }
  .popuptext a{
	  color: #fff;
  }
  
  .popup .show {
	visibility: visible;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
  }
  .popup .show2 {
	visibility: visible;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
  }

  
  @-webkit-keyframes fadeIn {
	from {opacity: 0;} 
	to {opacity: 1;}
  }
  
  @keyframes fadeIn {
	from {opacity: 0;}
	to {opacity:1 ;}
  }
/*-- Reset Code --*/
body {
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: 'open Sans', sans-serif;
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
}
body a:focus, a:hover {
	text-decoration: none;
}
input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	letter-spacing:1px;
}
p {
	margin:0;
}
ul {
	margin:0;
	padding:0;
}
label {
	margin:0;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none
}
img {
	width: 100%;
}
/*-- //Reset Code --*/

/*-- navbar --*/
.nav{
	margin-right: 60px;
	margin-top: 50px;
}
@media(max-width: 991px){
	.nav{
		margin-right: 10px;
		margin-top: 10px;
	}
}
@media(max-width: 768px){
	.nav{
		margin-right: 60px;
		margin-top: 50px;
	}
}

.nav-links .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
    margin-top: 40px;
}
.nav-links .navbar {
	margin-bottom:0px;
}
.nav-links .navbar-inverse {
    background-color:#fff;
	border:none;
}
.nav-links .navbar-inverse .navbar-brand h1 {
    color: #0A0A0A;
	text-transform: uppercase;
	font-size: 30px;
    font-weight: 600;
}
.nav-links .navbar-brand {
	height:inherit;
	padding:5px 0 0;
}
.nav-links .navbar-nav>li>a {
    padding: 10px 25px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.nav-links  .navbar-inverse .navbar-nav>li>a:hover {
    background-color:#fff;
	color:#1b4d3a;
}
.navbar-inverse .navbar-nav > li > a:focus {
    color: #000;
}
.nav-links .navbar-inverse .navbar-nav>.active>a,.nav-links  .navbar-inverse .navbar-nav>.active>a:focus,.nav-links  .navbar-inverse .navbar-nav>.active>a:hover {
    color: #1b4d3a;
    background-color: #FFFFFF;
}
.navbar-header {
    width: 30%;
    float: left;
}
div#myNavbar {
    width: 50%;
    float: right;

}
.navbar-nav {
    float: right;
}

/*-- Link Effect: bottom border enlarge --*/
.link-effect a {
	padding: 0 0 10px;
}
.link-effect a::after {
	position: absolute;
	top: 94%;
	left: 0;
	width: 100%;
	height: 1px;
	background:#1b4d3a;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.link-effect li.active a::after,
.link-effect a:hover::after{
	height: 5px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
/*-- /Link Effect: bottom border enlarge --*/
/*-- /navbar --*/

/*-- banner --*/
.banner-agile{
	background:url(../images/banner.jpg) no-repeat 0px -150px;
	background-size:cover;
	min-height:690px;
	padding-top:50px;
	margin: 0em;
}
.banner-text-agileinfo {
    background: #1b4d3a;
    padding: 20px;
    margin: 20% 0 0 67%;
    width: 30%;
}
.banner-text-agileinfo  h2{
	color:#fff;
	font-size:30px;
	text-align:left;
	margin-bottom:20px;
}
.banner-text-agileinfo  p{
	font-size:14px;
	color:#eee;
	line-height:28px;
}
/*-- /banner --*/

/*-- about--*/
.about{
	margin-left: 2.5em;
	margin-right: 2.5em;
}
.about-agileits,.services-w3,.clients,.team,.contact-wthree,.gallery,.skills-w3ls{
	padding:50px 0;
}
.about-agileits h3,.services-w3 h3,.clients h3,.team h3,.contact-wthree h3,.gallery h3,.products-w3,.skills-w3ls h3{
	font-size:28px;
	text-transform:uppercase;
	color:#000;
	font-weight:700;
}
label.line{
	background:#1b4d3a;
	height:3px;
	width:7%;
	display:block;
	margin:20px auto;
}
p.top-p{
	color:#999;
	line-height:28px;
	width:70%;
	margin:0 auto 40px auto;
	text-align:center;
}
.about-left{
	background:url(../images/g2b.jpg) no-repeat 0px 0px;
	background-size:cover;
	min-height:570px;
}
.about-right{
	padding: 25.5px;
	background:#1b4d3a;
	min-height:570px;
}
.about-right h4{
	color:#fff;
	font-size:24px;
	text-align:left;
	font-weight:700;
	margin-bottom:15px;
}
.about-right p{
	color:#eee;
	font-size:18;
	line-height:28px;
}
p.sec-p{
	margin-top:20px;
}
.about-right a{
	color:#fff;
	border:2px solid #fff;
	padding:8px 10px;
	display:inline-block;
	margin-top:10px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.about-right a:hover{
	color:#888;
	border:2px solid #888;
}
.about-products{
	padding: 55.5px;
	background: #1b4d3a;
	min-height: 560px;
}
.about-products h4{
	color:#fff;
	font-size:24px;
	text-align:left;
	font-weight:700;
	margin-bottom:15px;
}
.about-products p{
	color:#eee;
	font-size:14px;
	line-height:28px;
}
.about-products a{
	color:#fff;
	border:2px solid #fff;
	padding:8px 20px;
	display:inline-block;
	margin-top:20px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.about-products a:hover{
	color:#c7c7c7;
	border:2px solid #c7c7c7;
}
@media(min-width: 967px){
	.about-right:before {
		position: absolute;
		top: 0;
		left: -120px;
		content: '';
		border-top: 0px solid transparent;
		border-bottom: 401px solid transparent;
		border-right: 120px solid #1b4d3a;
		z-index: 1;
}
}

h4.modal-title {
    font-size: 30px;
    font-weight: 700;
}
.modal-body p{
	color:rgb(0, 0, 0);
	font-size:14px;
	line-height:28px;
	margin: 1em;
}

.modal-body ul{
	color: #000000;
	font-size: 14px;
	line-height: 28px;
	margin: 1em;
}
.modal-body ul li{margin-left: 2em;}
.modal-body input{
	margin-top: 1em;
}
.modal-body{
	text-align: left;
}
.modal-body h2{
	margin: 0.5em;
}
.modal-body h3{
	margin: 0.5em;
}
/*--/about --*/

/* drop/scroll-li */
#topNav ul li ul{
	max-height: 320px;
	overflow: auto;
}
/* drop/scroll-li */

/*-- services--*/
.services-grids-w3l div{
	color:#000;
	border:2px solid #000;
	padding:8px 20px;
	display:inline-block;
	margin-top:20px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.services-grids-w3l a:hover{
	color:#1b4d3a;
	border:2px solid #1b4d3a;
}
.services-grids-w3l a{
	text-align: center;
}
.services-grids-w3l{
	text-align:center;
}
.services-grids-w3l .glyphicon{
	color:#000;
	font-size:35px;
	margin-bottom:20px;
}
.services-grids-w3l .serviceh{
	color:#000;
	font-size:30px;
	margin-bottom:20px;
}
.services-grids-w3l {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.services-grids-w3l:hover .glyphicon{
	color:#1b4d3a;
}
.services-grids-w3l p{
	width:90%;
	margin:0 auto;
	color:#999;
	font-size:14px;
	line-height:28px;
}
/*-- /services--*/

/*--gallery--*/
.gallery-grids{
	padding:0;
}
.gallery-box {
    display: block;
    overflow: hidden;
    width: 100%;
	transition: .3s;
	-webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
}
.gallery-box img{
    max-width: inherit;
}
/*--image-zoom--
img.zoom-img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
}
img.zoom-img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 750ms;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-duration: 750ms;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    overflow: hidden;
}
--//image-zoom--*/
/*--//gallery--*/

/*--team--
.agile_team_grids{
	margin:3em 0 0;
}
.agile_team_grid1{
	padding: 1em;
    border: 4px double #D0D0D0;
    text-align: center;
	margin-top:10px;
}
.agile_team_grid1 h4{
	font-size:1.5em;
	text-transform:uppercase;
	color:#212121;
	margin-bottom:.5em;
}
.agile_team_grid1 p{
    color: #1b4d3a;
	font-size:14px;
}
.agile_team_grid_main{
	position:relative;
	overflow:hidden;
}
.agile_team_grid_main .p-mask{
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.72);
    bottom: 0%;
    position: absolute;
    padding:11em 0;
    width: 100%;
    -webkit-transform: translate3d( 0px, 100%, 0px );
    -moz-transform: translate3d( 0px, 100%, 0px );
    -ms-transform: translate3d( 0px, 100%, 0px );
    -o-transform: translate3d( 0px, 100%, 0px );
    transform: translate3d( 0px, 100%, 0px );
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-align: center;
	height:100%;
}
.agile_team_grid:hover .p-mask{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d( 0px, 0px, 0px );
    -moz-transform: translate3d( 0px, 0px, 0px );
    -ms-transform: translate3d( 0px, 0px, 0px );
    -o-transform: translate3d( 0px, 0px, 0px );
    transform: translate3d( 0px, 0px, 0px );
}
ul.social-icons li {
	display:inline-block;	
}
ul.social-icons li  a{
	font-size:16px;
	color:#fff;
	border:1px solid #fff;
	display:inline-block;	
	margin:0 5px;
}
ul.social-icons li  a .fa{
	padding:8px 15px;
}
ul.social-icons li  a .fa-twitter:hover{
	color:#1da1f2;
}
ul.social-icons li  a .fa-facebook:hover{
	color:#3b5998;
}
ul.social-icons li  a .fa-linkedin:hover{
	color:#0077b5;
}*/
/*--team--*/
/*-- clients--
.clients{
	background:url('../images/testimonialsbg.jpg') no-repeat 0px 0px;
	background-size:cover;
	text-align:center;
	background-attachment:fixed;
}
.clients h3{
	color:#fff;
}
.clients label.line{
	background:#fff;
}
.clients h4 {
	font-size: 16px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fff;
	margin-bottom:35px;
}

.flex-active-slide p {
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-style: italic;
    width: 80%;
    margin: 30px auto;
	letter-spacing:2px;
	font-size:14px;
}

.client h5 {
	font-size: 20px;
	color:#1b4d3a;
	font-weight:700;
}*/
/*-- //clients--*/

/*-- contact--*/
.w3layouts-agileits input[type="text"],.w3layouts-agileits input[type="email"]{
	padding:10px;
	border:1px solid #000;
	width:49%;
	outline:none;
}
input[type="text"] {
    margin-right: 10px;
}
.w3layouts-agileits textarea{
	width:100%;
	padding:10px;
	border:1px solid #000;
	resize:none;
	height:150px;
	margin:20px 0;
	outline:none;
}
.w3layouts-agileits input[type="submit"]{
	padding:8px 20px;
	color:#fff;
	background:#1b4d3a;
	outline:none;
	border:none;
}
.w3layouts-agileits input[type="submit"]:hover{
	background:#000;
}
.w3layouts-agileits button{
	padding:8px 20px;
	color:#fff;
	background:#1b4d3a;
	outline:none;
	border:none;
}
.w3layouts-agileits button:hover{
	background:#000;
}
address {
    line-height: 30px;
}
address a{
	color:#000;
}
address  a:hover {
    color:#000;
}
ul.agileits-company-social li{
	display:inline-block;
	padding:0 10px;
}
ul.agileits-company-social li .fa{
	font-size:20px;
}
ul.agileits-company-social .fa-twitter:hover{
	color:#1da1f2;
}
ul.agileits-company-social  .fa-globe:hover{
	color:#3b5998;
}
ul.agileits-company-social .fa-dribbble:hover{
	color:#ea4c89;
}
ul.agileits-company-social .fa-google-plus:hover{
	color:#dd4b39;
}
/*-- //contact--*/
.footer{
	padding:30px 0;
	background:#1b4d3a;
}
.footer  p {
    text-align: center;
    font-size: 14px;
    color: #fff;
	margin-bottom: 0.3em;
}
.footer p a{
	color:#fff;
}
.footer p a:hover{
	text-decoration:underline;
}
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/up-arrow.png) no-repeat 0px 0px;
}

#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
@media(max-width:1440px){
	.about-left {
		min-height: 600px;
	}
	.about-right {
		padding: 49px;
	}
	.about-right:before {
		border-bottom: 465px solid transparent;
	}
}
@media(max-width:1280px){
	.about-right {
		padding: 35px 42px;
	}
}

@media(max-width:1080px){
	.banner-agile {
		min-height: 520px;
	}
	.banner-text-agileinfo {
		margin: 10% 0 0 52%;
		width: 40%;
	}
	.about-left {
		min-height: 750px;
	}
	.about-right:before {
		border-bottom: 465px solid transparent;
	}
	.w3layouts-agileits input[type="text"], .w3layouts-agileits input[type="email"] {
		width: 48.8%;
	}
}
@media(max-width:1024px){
	.banner-text-agileinfo {
		margin: 11% 0 0 49%;
		width: 44%;
	}
	.about-right p {
		font-size: 13px;
	}
}
@media(max-width:991px){
	.nav-links .navbar-inverse .navbar-brand h1 {
		font-size: 27px;
	}
	.nav-links .navbar-nav>li>a {
		padding: 30px 16px;
		font-size:14px;
	}
	.banner-agile {
		min-height: 500px;
	}
	.about-left,.about-right{
		width:50%;
		float:left;
	}
	p.top-p {
		width: 75%;
	}
	.services-grids-w3l {
		width: 33.3%;
		float: left;
	}
	.services-grids-w3l p {
		width: 100%;
	}
	div#demo-pie-2 {
		margin-left:2em;
	}
	div#demo-pie-3 {
		margin: 0 2em;
	}
	.gallery-grids {
		width: 25%;
		float: left;
	}
	.agile_team_grid {
		width: 33.3%;
		float: left;
	}
	.w3layouts-agileits input[type="text"], .w3layouts-agileits input[type="email"] {
		width: 48.4%;
	}
	label.line {
		width: 7%;
	}
	.agile_team_grid_main .p-mask {
		padding: 9em 0;
	}
}
@media(max-width:966px){
	.banner-text-agileinfo {
		margin: 11% 0 0 45%;
	}
	.about-left, .about-right {
		width: 100%;
		float: left;
	}
	.about-left {
		background: url(../images/g2b.jpg) no-repeat 0px -112px;
		background-size: cover;
		min-height: 465px;
	}
}
@media(max-width:900px){
	.banner-agile {
		min-height: 437px;
	}
}
@media(max-width:800px){
	.banner-agile {
		background: url(../images/banner.jpg) no-repeat 0px -90px;
		background-size: cover;
		min-height: 370px;
	}
	.banner-text-agileinfo {
		margin: 8% 0 0 45%;
		width:46%;
	}
}
@media(max-width:768px){
	.banner-text-agileinfo {
		margin: 6% 0 0 45%;
		width:48%;
	}
}
@media(max-width:1000px){
	div.nav{
		width: 50%;
	}
}
@media(max-width:768px){
	.navbar-header {
		width: 100%;
		float: left;

	}
	.nav-links .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left: 5px;
	}
	.nav-links .navbar-brand {
		padding: 10px 0;
	}
	.navbar-toggle{
		background:#1b4d3a;
		border-radius:0;
		border:none;
		margin:20px 0 0 0;
	}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
		border:none;
	}
	div#myNavbar { /*------------------------------------------------------------------------------------------------------------------------------------*/
    width: 50%;
    float: right;
    margin: 0;
    background: #ffffff;
    padding:0 0;
}
	.navbar-nav {
		float: none;
		margin: 0;
	}
	.nav-links .navbar-nav>li>a {
		text-align: center;
		padding: 25px 16px;
	}
	.banner-text-agileinfo {
		margin: 4% 0 0 39%;
		width: 53%;
	}
	canvas {
		height: 120px;
		width: 120px;
	}
	.contact-left{
		width:65%;
		float:left;
	}
	.contact-right{
		width:35%;
		float:left;
	}
	.w3layouts-agileits input[type="text"], .w3layouts-agileits input[type="email"] {
		width: 48.2%;
	}
}
@media(max-width:667px){
	.banner-agile {
		background: url(../images/banner.jpg) no-repeat 0px -61px;
		background-size: cover;
		min-height: 360px;
	}
	.banner-text-agileinfo {
		margin: 3% 0 0 36%;
		width: 59%;
	}
	p.top-p {
		width: 86%;
	}
	.about-left {
		min-height: 350px;
	}
	.w3layouts-agileits input[type="text"], .w3layouts-agileits input[type="email"] {
		width: 48%;
	}
	.agile_team_grid_main .p-mask {
		padding: 7.5em 0;
	}
	.agile_team_grid1 h4 {
		font-size: 1.3em;
	}
}
@media(max-width:640px){
	.banner-agile {
		background: url(../images/banner.jpg) no-repeat 0px -61px;
		background-size: cover;
		min-height: 355px;
	}
	p.top-p {
		width: 95%;
	}
	.about-left {
		min-height: 340px;
	}
	.services-grids-w3l {
		padding: 0 5px;
	}
	ul.social-icons li a .fa {
		padding: 8px 12px;
	}
	.agile_team_grid_main .p-mask {
		padding: 7em 0;
	}
	.flex-active-slide p {
		width: 91%;
	}
	.contact-left {
		width: 100%;
		float: left;
		margin-bottom:20px;
	}
	.contact-right {
		width: 100%;
		float: left;
	}
	.agile_team_grid1 p {
		font-size: 13px;
	}
	.flex-active-slide p {
		width: 100%;
	}
	.w3layouts-agileits input[type="text"], .w3layouts-agileits input[type="email"] {
		width: 48.7%;
	}
}
@media(max-width:600px){
	.banner-agile {
		background: url(../images/banner.jpg) no-repeat 0px -38px;
		background-size: cover;
		min-height: 350px;
	}
	.banner-text-agileinfo {
		margin: 4% 0 0 34%;
		width: 61%;
	}
	.banner-text-agileinfo h2 {
		margin-bottom: 10px;
	}
	.about-agileits, .services-w3, .clients, .team, .contact-wthree, .gallery, .skills-w3ls {
		padding: 35px 0;
	}
	.about-agileits h3, .services-w3 h3, .clients h3, .team h3, .contact-wthree h3, .products-w3, .gallery h3, .skills-w3ls h3 {
		font-size: 25px;
	}
	.about-left {
		min-height: 310px;
	}
	canvas {
		height: 110px;
		width: 110px;
	}
}
@media(max-width:568px){
	.banner-agile {
		background: url(../images/banner.jpg) no-repeat 0px -20px;
		background-size: cover;
		min-height: 345px;
	}
	.banner-text-agileinfo {
		padding: 20px;
	}
	.banner-text-agileinfo {
		margin: 6% 0 0 34%;
	}
	label.line {
		width: 9%;
	}
	p.top-p {
		width: 100%;
	}
	.about-left {
		min-height: 290px;
	}
	.services-grids-w3l {
		padding: 0 8px;
	}
	canvas {
		height: 100px;
		width: 100px;
	}
	.gallery-grids {
		width: 50%;
		float: left;
	}
	.agile_team_grid {
		padding: 0 10px;
	}
	.agile_team_grid1 h4 {
		font-size: 1.2em;
	}
	.w3layouts-agileits input[type="text"], .w3layouts-agileits input[type="email"] {
		width: 48.5%;
	}
}
@media(max-width:480px){
	.nav-links .navbar-inverse .navbar-brand h1 {
		font-size: 25px;
	}
	.banner-text-agileinfo p {
		font-size: 13px;
		line-height: 25px;
	}
	.banner-agile {
		background: url(../images/banner.jpg) no-repeat 0px 0px;
		background-size: cover;
		min-height: 295px;
	}
	.banner-text-agileinfo {
		margin: 0% 0 0 34%;
	}
	.about-left {
		min-height: 250px;
	}
	.services-grids-w3l {
		padding: 0 15px;
		width: 100%;
	}
	.services-grids-w3l:nth-child(5) {
		margin:25px 0;
	}
	canvas {
		height: 84px;
		width: 84px;
	}
	.agile_team_grid {
		width: 55%;
		float: none;
		padding: 0 15px;
		margin:0 auto;
	}
	.agile2{
		margin:25px auto;
	}
	.agile_team_grid_main .p-mask {
		padding: 6em 0;
	}
	.w3layouts-agileits input[type="text"], .w3layouts-agileits input[type="email"] {
		width: 48.3%;
	}
}
@media(max-width:414px){
	.banner-text-agileinfo {
		margin: 0% 0 0 24%;
		width: 69%;
	}
	.banner-text-agileinfo h2 {
		font-size: 28px;
	}
	.about-left {
		background: url(../images/g2b.jpg) no-repeat 0px -62px;
		background-size: cover;
	}
	canvas {
		height: 100px;
		width: 100px;
	}
	div#demo-pie-2 {
		margin:0;
	}
	div#demo-pie-3,div#demo-pie-1 {
		margin-right:5em;
		margin-left:0;
	}
	div#demo-pie-2,div#demo-pie-1 {
		margin-bottom:30px;
	}
	.w3layouts-agileits input[type="text"], .w3layouts-agileits input[type="email"] {
		width: 100%;
	}
	.w3layouts-agileits input[type="text"]{
	   margin-bottom:20px;
	}
	.nav-links .navbar-nav>li>a {
		padding: 19px 16px;
	}
}
@media(max-width:384px){
	.banner-text-agileinfo {
		margin: 0% 0 0 14%;
		width: 78%;
	}
	.about-left {
		background: url(../images/g2b.jpg) no-repeat 0px -47px;
		background-size: cover;
	}
	.about-right h4 {
		font-size: 22px;
	}
	.agile_team_grid {
		width: 65%;
	}
}
@media(max-width:375px){
	.about-left {
		background: url(../images/g2b.jpg) no-repeat 0px -40px;
		background-size: cover;
	}
}
@media(max-width:320px){
	.nav-links .navbar-inverse .navbar-brand h1 {
		font-size: 21px;
	}
	.navbar-toggle {
		margin: 14px 0 0 0;
	}
	.banner-text-agileinfo h2 {
		font-size: 24px;
	}
	.about-agileits h3, .services-w3 h3, .clients h3, .team h3, .contact-wthree h3, .products-w3, .gallery h3, .skills-w3ls h3 {
		font-size: 23px;
	}
	.about-left {
		background: url(../images/g2b.jpg) no-repeat 0px 0px;
		background-size: cover;
	}
	div#demo-pie-3, div#demo-pie-1 {
		margin-right: 1em;
	}
	.gallery-grids {
		width: 100%;
		float: left;
	}
	.agile_team_grid {
		width: 75%;
	}
	.agile_team_grid_main .p-mask {
		padding: 5em 0;
	}
	.about-right h4 {
		font-size: 17px;
	}
	.about-right p {
		line-height: 25px;
	}
	p.sec-p {
		margin-top: 13px;
	}
	label.line {
		width: 14%;
	}
	.banner-agile {
		padding-top: 34px;
	}
	.nav-links .navbar-nav>li>a {
		padding: 16px 16px;
	}
}