﻿/*--Author: W3Layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
 --*/
/*-- Reset Code --*/
.border {
		border:solid;
}

.sub-head {
	font-family: 'Ubuntu Condensed', sans-serif;
    font-size:18px;
	line-height:22px;
	margin-bottom:5px;
	color: #000;
}

.sub-head-h {
	font-family: 'Ubuntu Condensed', sans-serif;
    font-size:18px;
	line-height:22px;
	margin-bottom:5px;
	margin-top:10px;
	color: #000;
}

.justify {
  text-align: justify;
  text-justify: inter-word;
}

.justify-intro {
  text-align: justify;
  text-justify: inter-word;
  vertical-align: middle !important;
  line-height: 2em;
  max-width: 1080px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: -20px;
}

.justify a:link {
	color: #0099cc;
	font-weight: 700;
	}

.justify a:hover {
  text-align: justify;
  text-justify: inter-word;
  color:#000000;
}

.justify-a {
  text-align: justify;
  text-justify: inter-word;
  line-height: 20px;
}

.justify-a a:link {
	color: #0099cc;
	font-weight: 700;
	}

.justify-a a:hover {
  text-align: justify;
  text-justify: inter-word;
  color:#000000;
}

body { 
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: 'PT 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;
	outline:none;
}

input[type="button"], input[type="submit"], button.btn ,i.fa.icons:hover,.footer-nav li{
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	border-radius: 8px;
}

.brochure {
	font-size:20px;
	line-height:24px;
	margin-bottom:11px;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.brochure a:link {
	color: #0b5b7c !important;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu Condensed', sans-serif;
}

h1 {
	font-size:30px;
	line-height:36px;
	margin-bottom:16px;
}

h2 {
	font-size:24px;
	line-height:28px;
	margin-bottom:12px;
	}

h2 a:link {
	color: #0099cc !important;
	}

h2 a:hover {
	color: #000000 !important;
	}

h2 a:visited {
	color: #0099cc !important;
	}

.faq {
	font-size:16px;
	line-height:26px;
	margin-bottom:12px;
	font-weight:700;
	color: #0099cc;
	}

h3 {
	font-size:20px;
	line-height:24px;
	margin-bottom:11px;
}

h4 {
	font-size:16px;
	line-height:20px;
	margin-bottom:11px;
}

h4 a:link {
	color: #B71E3F !important;
	}

h4 a:hover {
	color: #000000 !important;
	}

h4 a:visited {
	color: #B71E3F !important;
	}

ul {
	margin: 0;
	padding: 0;
}

p a:link {
	color: #0099cc !important;
	font-weight: 700;
	}
	
p a:visited {
	color: #0099cc !important;
	font-weight: 700;
	}
	
p a:hover {
	color: #00000 !important;
	font-weight: 700;
	}
	
li {
	line-height:28px;
	color: #888;
	}

label {
	margin: 0;
}

.text-center {
	text-align: center;
}

.sentence-banner {
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu Condensed', sans-serif;
	color: #FFF;
	line-height: 50px;
	font-size: 18px;
}

.intro {
	margin-bottom:-100px;
}

.intros {
	margin-top:-100px;
}

/*-- Anchors --*/
#interviews, #tech-notes {
	padding-top: 80px;
}
#articles {
	padding-top: 80px;
}
/*-- Anchors end --*/

.cool-line{ 
    display:block;
    border:none;
    color:white;
    height:4px;
    background:lightgray;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(lightgray), to(#fff));
}

.oem-image {
  background-image: url("../images/oem.jpg"); /* The image used */
}
  
.prize-image {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 280px;
}

.details {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 280px;
}

.details:hover
	{
	opacity: 0.3;
	filter: alpha(opacity=80);
	}

.details-video {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 170px;
}

.details-video:hover
	{
	opacity: 0.3;
	filter: alpha(opacity=80);
	}

.details-service {
  display: block;
  margin-right: auto;
  width: 0px;
}

.details-service:hover
	{
	opacity: 0.3;
	filter: alpha(opacity=80);
	}

.send {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 180px;
}

.send:hover
	{
	opacity: 0.7;
	filter: alpha(opacity=50);
	}

.more {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 160px;
}

.more:hover
	{
	opacity: 0.3;
	filter: alpha(opacity=80);
	}

.modal-title {font-family: 'PT Sans', sans-serif; font-weight: 400;   
font-size : 18pt; 
line-height:20pt;
margin-top:8pt;
margin-bottom:8pt;
color : #0099cc; 
}

.modal-title-14 {font-family: 'PT Sans', sans-serif; font-weight: 400;   
font-size : 14pt; 
line-height:18pt;
margin-top:8pt;
margin-bottom:8pt;
color : #0099cc; 
}

.Article {
	text-align: left;
	padding-top: 250px;
}

.article-title{
    font-size : 12pt; 
	color: #000;
	margin: 0;
	line-height: 1.6;
	margin-bottom: 0.5em;
}
/*-- //Reset-Code --*/
p {
	font-family: 'PT Sans', sans-serif;
	line-height: 2;
	font-size: 1em;
	color:#888;
}
p a:link {
	color: #0099cc !important;
	font-weight: 700;
	}
	
p a:visited {
	color: #0099cc !important;
	font-weight: 700;
	}
	
p a:hover {
	color: #000000 !important;
	font-weight: 700;
	}
	
/*-- for acceptance --*/
.accept {
	margin: 0;
	font-family: 'PT Sans', sans-serif;
	line-height: 1.5;
	font-size: 0.7em;
	color:#888;
	text-align: center;
	margin-bottom: 1.0em;
}
.Receive {
	text-align: left;
	line-height: 1.5;
	padding-top: 10px;
}

/*-- header styling starts here --*/
/*-- banner --*/
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.header-fixed {
	position:fixed; 
	top:0px; 
	margin:auto; 
	z-index:500; 
	width:100%
}
.content {
	height:210px;
}

.banner{
	background:url(../images/banner-hex-7.jpg) no-repeat center;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:210px;
}
.banner-top{
	background:#0b5b7c;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:130px;
	padding-top:20px;
}
.banner-bottom{
	background: #0b5b7c;
	min-height:55px;
	padding-top:10px;
	z-index:999;
}
.banner_slim{
	/*background:url(../images/banner.jpg) no-repeat center;*/
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:200px;
}

/*-- nav --*/
.navbar-default {
    background: rgba(11, 91, 124, 0.75);
	position:relative;
    border: none;
    padding: 0em 0em;
	z-index: 900;
} 

.navbar-bottom {
	position:relative;
    border: none;
    margin: -1.5em 0 0;
    padding: 0em 0em;
	font-size: 0.9em;
	z-index: 900;
	l
} 

.navbar-dark {
    background: rgba(11, 91, 124, 1);
    border: none;
    margin: 2em 0 0;
    padding: 0em 2em;
} 

.navbar-left {
    float: left !important;
}

.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    font-size: 1.2em;
    padding: 0.5em 0;	
	font-family: 'Ubuntu Condensed', sans-serif;
	text-transform:capitalize;
	font-style:italic;
}

.navbar-brand span {
    line-height: 0.5;
    color: #b71e3f;
    text-transform: capitalize;
    display: inline-block;
	font-family: 'Sonsie One', cursive;
}

.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-bottom .navbar-brand:focus {
    color:#fff;
}

.navbar-default .navbar-nav .navbar-bottom > .active > a, .navbar-default .navbar-nav .navbar-bottom > .active > a:hover, .navbar-default .navbar-nav .navbar-bottom > .active > a:focus {
    color:#fff;
}

.navbar-nav > li > a {
	padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 2em;
    line-height: 3;
    letter-spacing: 2px;
}

.navbar-default .navbar-nav > li > a {
    color:#fff;
}

.navbar-collapse {
    padding: 0;
    border-top: none;
    box-shadow: none;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}

.navbar-right {
    float: right !important;
    margin-right: 0;
    margin-left: 0em;
}

.navbar-nav {
    float: none;
    margin: 1em 0;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #0b5b7c !important;
}
/*-- drop down menu --*/
.navbar ul li ul {
  display: none;
}
.navbar ul li:hover ul {
  display: block;
  position: absolute;
  /*-- width: 250px; --*/
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
    right: -50%;
    left: -50%;
  background: rgba(11, 91, 124, 0.80);
  z-index:999 !important;
}
.navbar ul li:hover ul li {
  display: block;
}
.navbar ul li:hover ul li a {
  color: white;
  font-family: 'PT Sans', sans-serif;
  line-height: 1.2;
}

@media screen and (max-width: 560px) {
.navbar ul li:hover ul li a {  
		}
}

/*-- //nav --*/
/*-- nav-effect --*/
/*-- search in nav bar --*/

@media screen and (max-width: 560px) {
#top-search {
	display: none !important;
}
}
@media screen and (min-width: 560px) {
#nav-search {
	display: none !important;
}
}

/*-- Back to Top --*/
#back2Top {
    width: 35px;
    line-height: 35px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 40px;
    right: 20px;
    background-color: #0b5b7c;
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
	border-radius: 5px;
}
#back2Top:hover {
    background-color: #DDF;
    color: #000;
}

/* ******************************************************
	Basic Styling
*********************************************************/

.linkEffects ul{
	margin:0;
	padding:0;
	text-align:center;
}

.linkEffects li {
    list-style: none;
    display: inline-block;
    margin: 14px -20px;
	text-align:center;
}

.linkEffects li a{
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1.3em;
	position: relative;
	display: inline-block;
	padding: 0px;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align:center;
}

.linkEffects a:hover,
.linkEffects a:focus {
	color: #000;
}

/* ******************************************************
	Effect 2: Changer .linkHoverEffect_2
*********************************************************/
/* Effect 1: Brackets */
.cl-effect-1 li a::before,
.cl-effect-1 li a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
	color: #fff;
	text-align: right;
}

.cl-effect-1 li  a::before {
	margin-right: 3px;
	content: '|';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 li a::after {
	margin-left: 3px;
	content: '|';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 li a:hover::before,
.cl-effect-1 li  a:hover::after,
.cl-effect-1 li  a:focus::before,
.cl-effect-1 li a:focus::after {
	display: inline-block;
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

.cl-effect-2 li  a::before {
	margin-right: 8px;
	content: none;
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-2 li a::after {
	margin-left: 8px;
	content: none;
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-2 li  a::before {
	margin-right: 3px;
	content: '|';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-2 li a::after {
	margin-left: 3px;
	content: '|';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-2 li a:hover::before,
.cl-effect-2 li  a:hover::after,
.cl-effect-2 li  a:focus::before,
.cl-effect-2 li a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}


/*-- //nav-effect --*/
.w3layouts_banner_info {
    padding: 5em 0 0;
}

.w3layouts_banner_info_agileits_w3layouts{
	padding:18em 0 0;
}

.w3layouts_banner_info_left ul li{
	display: inline-block;
    color: #fff;
    width:24%;
    text-transform: capitalize;
    font-weight: 600;
}

.w3layouts_banner_info_left ul li:nth-child(2){
	margin:0 5em;
}

.w3layouts_banner_info_left ul li span{
	display:block;
	padding-top:.5em;
	margin-top:.5em;
	border-top:1px solid;
}

.w3layouts_banner_info_left{
	float:left;
	width: 50%;
}

/*Wrapper*/
.wrapper{
    position: relative;
}

.wrapper h2 {
    font-size: 1.1em;
    letter-spacing: 5px;
    text-align: center;
    text-transform: capitalize;
    color: #0099cc;
    font-weight: 800;
}

.wrapper .sentence {
    font-size:4em;
/*	text-transform: capitalize; */
}

.wrapper h4 {
    color: #fff;
	font-size:1em;
    letter-spacing: 2px;
}

/*Pop Effect*/
.popEffect{
	display: inline;
	text-indent: 8px;
	line-height: 75px;
}

.popEffect span {
    animation: pop 10s linear infinite 0s;
    -ms-animation: pop 10s linear infinite 0s;
    -webkit-animation: pop 10s linear infinite 0s;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 70%;
    left: 13%;
    color: #fff;
    font-family: 'Ubuntu Condensed', sans-serif;
    letter-spacing: 1px;
}

.popEffect span:nth-child(2){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}

.popEffect span:nth-child(3){
	animation-delay: 12.5s;
	-ms-animation-delay: 12.5s;
	-webkit-animation-delay: 12.5s;
}

/*.popEffect span:nth-child(4){
	animation-delay: 15s;
	-ms-animation-delay: 15s;
	-webkit-animation-delay: 15s;
}*/

/*Pop Effect Animation*/
@-moz-keyframes pop{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: rotate(0deg) scale(0.10) skew(0deg) translate(0px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0;}
}

@-webkit-keyframes pop{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: rotate(0deg) scale(0.10) skew(0deg) translate(0px);}
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

@-ms-keyframes pop{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: rotate(0deg) scale(0.10) skew(0deg) translate(0px); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

/*-- //banner --*/
.modal-header h3{
    color: black;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin: 0.5em 0em 1em;
}

.modal-header h5 {
    color: #b71e3f;
    font-size: 1.3em;
    letter-spacing: 1px;
    text-align:center;
}

.modal-header span {
    font-size: 1em;
    color: #777;
    line-height: 1.7;
    padding-bottom: 16px;
    display: inline-block;
    margin-top: 1em;
}

.modal-header img{
    float: left;
    width: 100%;
}
/* !!! */
.modal-header a{
	color: #b71e3f;
}

.modal-header a:hover{
    color: #000;
}

/* banners */
#img1 {display:block;}
#img2 {display:none}

@media all and (max-width: 499px) {
    #img1 {display: none;}
    #img2 {display: block;}
}

/* !!! */
.w3ls-section{
	padding:3em 0 0 0;
}

.w3lp-section{
	padding:0em 0;
}

.w3leu-section{
	padding:0em 0;
}

.w3lpr-section{
	padding:2em 0 0 0;
}

h3.h3-w3l {
    font-size:3em;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 auto 1em;
	text-transform:capitalize;
	text-align:center;
}	

.button a {
    font-size: 1.2em !important;
    color: #fff;
    letter-spacing: 1px;
    padding: 0.4em 1em;
    text-decoration: none !important;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    background: #B71E3F;
    -ms-transition: 0.5s all;
    margin: 2em auto 0;
    width: 12%;
    display: block;
}

.button a:hover {
    color: #ffffff !important;
    background: #910B1D;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.button span {
    font-size: 14px;
    margin-left: 9px;
}

.modal-header h3{
    color: black;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin: 0.5em 0em 1em;
}

.modal-header h5 {
    color: #b71e3f;
    font-size: 1.3em;
    letter-spacing: 1px;
   text-align:center;
}

.modal-header span {
    font-size: 1em;
    color: #777;
    line-height: 1.7;
    padding-bottom: 16px;
    display: inline-block;
    margin-top: 1em;
}

.modal-header img{
    float: left;
    width: 100%;
}

/*-- //about --*/
span.wthree-line {
    display: block;
    background: #179990;
    width: 75px;
    border-radius: 10px;
    height: 7px;
    margin: 1em auto;
}

h2.h3-w3l.text-center {
    width: 65%;
    margin: 0 auto;
    line-height: 1.3;
	text-transform:none;
}

p.about-info {
    width: 47%;
    margin: 0 auto;
    text-align: center;
    color: rgba(2, 2, 2, 0.88);
    font-size: 1.05em;
}

.agileits-about-grid1 {
    padding: 0em 3em 0em;
}

.agileits-about-grid11 {
    padding: 0em 1.5em 0em 0em;
}
.agileits-about-grid11a {
    padding: 0em 0em 0em 1.5em;
}
@media screen and (max-width: 768px){
.agileits-about-grid11 {
    padding: 0em 0em 0em;
}
.agileits-about-grid11a {
    padding: 0em 0em 0em;
}
}
/* !!! */

.agileits-about-grid1 a{
	color: rgb(183, 30, 63);
}

.agileits-about-grid1 a:hover{
	color: rgb(145,11,29);
}

.agileitseu-about-grid1 {
    padding: 0em 3em 0em;
}

/* !!! */

.agileitseu-about-grid1 a{
	color: rgb(183, 30, 63);
}

.agileitseu-about-grid1 a:hover{
	color: rgb(145,11,29);
}

/* !!! */

/*-- about-bottom --*/
.agileinfo-about-bottom {
    padding: 4em 0 0;
}

.agileinfo-about-grid2 {
    padding: 0;
    width: 66%;
    margin-left: 1em;
}

.agileinfo-about-grid20 {
    padding: 0;
    width: 68%;
    margin-left: 1em;
}

.agileinfo-about-grid25 {
    padding: 0;
    width: 6%;
    margin-left: 1em;
}

.agileinfo-product-grid56 {
    padding: 0;
    width: 76%;
    margin-left: 1em;
	}

.agileinfo-product-grid25 {
    padding: 0;
    width: 1%;
    margin-left: 1em;
	}

.agileinfo-product-grid57 {
    padding: 0;
    width: 18%;
	text-align:center;
	margin:auto;
}

@media screen and (max-width: 480px){
.agileinfo-product-grid56 {
    padding: 0;
    width: 50%;
    margin-left: 1em;
	}

.agileinfo-product-grid57 {
    padding: 0;
    width: 40%;
	}
}

@media screen and (max-width: 960px){
.agileinfo-product-grid56 {
    padding: 0;
    width: 100%;
    margin-left: 1em;
	}

.agileinfo-product-grid57 {
    padding: 0;
    width: 30%;
	text-align:center !important;
	margin-left:auto;
	margin-right:auto;
	}
}

@media screen and (max-width: 1440px){
.agileinfo-product-grid56 {
    padding: 0;
    width: 75%;
    margin-left: 1em;
	}

.agileinfo-product-grid57 {
    padding: 0;
    width: 20%;
	text-align:center !important;
	margin-left:auto;
	margin-right:auto;
	}
}

.agileinfo-about-grid1 {
    background: url(../images/chrom.jpg) center no-repeat;
    background-size: cover;
    padding: 0;
    width: 32%;
}

.agileinfo-about-grid10 {
    background: url(../images/let-there-be-light-1.jpg) center no-repeat;
    background-size: cover;
    padding: 0;
    width: 30%;
}

.a1 {
    padding: 4em 2em 11.5em;
    background: rgba(0, 0, 0, 0.58);
}

.a10 {
    padding: 2em 2em 0.5em;
    background: rgba(0, 0, 0, 0.34);
}

.a57 {
    padding: 0em 0em 0em;
	text-align:center;
}

p.ag1-p {
    margin: 1em 0;
}

p.ag10-p {
    margin: 1em 0;
	color: #FFF;
}

.about-sub-grid2 {
    background:url(../images/zimm.jpg) no-repeat 0 -92px;
    background-size: cover;
    margin-bottom: 1em;
}

.a2 {
    padding: 3em 2em 2.9em;
    background: rgba(0, 98, 155, 0.51);
}

.about-sub-grid1 {
    padding: 2em;
    background:#B71E3F;
    width: 49%;
}

.about-sub-grid2 h4 {
    text-align: right;
}

.about-sub-grid1.m1 {
    margin-right: 1em;
	background:#B71E3F;
}

.agileinfo-about-bottom p {
    color: #fff;
    letter-spacing: 0.5px;
}

.agileinfo-about-bottom h4 {
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 1em;
    font-size: 1.5em;
}

.about-button a {
    letter-spacing: 1px;
    font-weight: 700;
    color: #fff;
    font-style: italic;
}

.about-button {
    margin: 1em 0 0;
}
/*-- //about --*/

/*-- förderung --*/
.agileinfo-subs-bottom {
    padding: 4em 0 0;
}

.agileinfo-subs-grid2 {
    padding: 0;
    width: 66.77%;
    margin-left: 1em;
}

.agileinfo-subs-grid1 {
    background: url(../images/forderung/emblem_web.jpg) center no-repeat;
    background-size: cover;
    padding: 0;
    width: 32%;
}

.a1-subs {
    padding: 4em 2em 11.5em;
    background: rgba(0, 0, 0, 0.58);
}

p.ag1-p-subs {
    margin: 1em 0;
}

.subs-sub-grid2 {
    background:url(../images/forderung/ESF.jpg) no-repeat 0 -92px;
    background-size: cover;
    margin-bottom: 1em;
}

.a2-subs {
    padding: 3em 2em 2.9em;
    background: rgba(0, 98, 155, 0.51);
}

.subs-sub-grid1 {
    padding: 2em;
    background:#b71e3f;
    width: 49%;
}

.subs-sub-grid2 h4 {
    text-align: right;
}

.subs-sub-grid1.m1 {
    margin-right: 1em;
	background:#B71E3F;
}

.agileinfo-subs-bottom p {
    color: #fff;
    letter-spacing: 0.5px;
}

.agileinfo-subs-bottom h4 {
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 1em;
    font-size: 1.5em;
}

.subs-button a {
    letter-spacing: 1px;
    font-weight: 700;
    color: #fff;
    font-style: italic;
}

.subs-button {
    margin: 1em 0 0;
}
/*-- //Förderung --*/


/*-- section --*/
.agileits-section{
	background:url(../images/b5.jpg) center no-repeat;
	background-size:cover;
	min-height:335px;
}

.w3ls-sec-right {
    padding: 2em;
}

.agileits-section p {
    width: 70%;
    margin: 0 auto;
    color: #fff;
    letter-spacing: 1px;
}

.agileits-section.w3ls-section h3.h3-w3l {
    color: #fff;
    letter-spacing: 5px;
}

/*-- section --*/
.agileits-section2 {
    background: #B71E3F;
}

.w3ls-sec-left {
    background: url(../images/b2.png) no-repeat 42px -26px;
    min-height: 420px;
}
/*-- gallery --*/ 

/*-- jzBox-lightbox --*/
#jzBox {
	top: 0;
	left: 0;
	z-index: 10000;
	position: fixed;
	background-color: rgba(30, 30, 30, 0.9);
	margin: 0 !important;
	text-align: center;
	width: 100%;
	height: 100%;
	display: none;
	color: #fff;
}

#jzBoxTargetImg {
	margin:4% 0 1% 0;
	max-width: 96%;
	max-height: 73%;
	cursor: pointer;
}

#jzBoxTitle {
    font-size: 1.1em;
    font-weight: 300;
	margin-bottom: 1em;
}

#jzBoxCounter {
	margin-bottom: 1%;
	font-size: 12px;
}

#jzBox i:hover {
	cursor: pointer;
	color: #b71e3f;
} 

#jzBoxBottom { max-height: 22%; }

#jzBoxNextBig, #jzBoxPrevBig {
	cursor: pointer;
	top: 0;
	left: 0;
	width: 35%;
	position: fixed;
	z-index: 10001;
	height: 100%; 
} 
#jzBoxNextBig { left: 69%; }

i#jzBoxPrev, i#jzBoxNext {
    font-size: 2em;
    padding: 0.2em;
    border: 1px solid #fff;
	z-index: 99999;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}

i#jzBoxClose {
    font-size: 3em;
    vertical-align: bottom;
    margin-left: 10em;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
/*-- //jzBox-lightbox --*/

/*-- Gallery --*/
.gallery-grid {
    padding: 0; 
}

.gallery-grid-home {
    padding-left: 20px; 
    padding-right: 20px; 
    padding-top: 0px; 
}

.gallery-grid-home-3 {
    padding-left: 20px; 
    padding-right: 20px; 
    padding-top: 40px; 
}

.wpf-demo-4{
    padding: 0;
    position: relative;
    overflow: hidden;
}

.view-caption {
    position: absolute;
    top: 0%;
    width: 100%;
    text-align: center;
    background: rgba(56, 10, 204, 0.85);
    border-bottom: 2px solid #0b5b7c;
    padding: 1em;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.view-caption-a {
    position: absolute;
    top: 0%;
    width: 100%;
    text-align: center;
    background: rgba(183, 30, 63, 0.85);
    border-bottom: 2px solid #910B1D;
    padding: 1em;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.view-caption-b {
    position: absolute;
    top: 0%;
    width: 100%;
    text-align: center;
    background: rgba(120, 120, 120);
    border-top: 0px solid #910B1D;
    padding-top: 1em;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.view-caption-c {
    position: absolute;
    top: 0%;
    width: 100%;
    text-align: center;
    background: rgba(11,91,124);
    border-top: 0px solid #910B1D;
    padding-top: 1em;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.wpf-demo-4:hover .view-caption {
    background: rgba(56, 10, 204, 0.30);
	top: 0%;
}

.wpf-demo-4:hover .view-caption-a {
    background: rgba(183, 30, 63, 0.30);
	top: 0%;
}

.wpf-demo-4:hover .view-caption-b {
    background: rgba(11,91,124);
	top: 0%;
}

.wpf-demo-4:hover .view-caption-c {
    background: rgba(120,120,120);
	top: 0%;
}

.view-caption p {
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 3px;
}

.view-caption-a p {
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 3px;
}

.view-caption-b p {
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 1px;
}

.view-caption-c p {
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 1px;
}

/*-- //gallery --*/

/*-- testimonials --*/
.testimonials {
/*    background: url(../images/3.jpg); */
	background-size:cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.testimonials .h3-w3l{
	color:#000;
}
	/*--/test-monials --*/
#test-monials {
    background: url(../images/3.jpg)no-repeat 0px 0px;
    background-size: cover;
    background-attachment: fixed;
    padding: 0;
    min-height: 667px;
    padding-top: 5em;
}

.test-review {
    padding: 2em;
    border: 1px solid #b71e3f;
}

.test-review p {
	color:#000;
    line-height: 2.2em;
}

.test-review img {
    margin: 0 auto;
}

.test-review img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
}

.test-review a {
    color: #b71e3f;
}

.test-review a:hover {
    color: #EB4549;
}

.w3_about_grid_left h6 {
    color: #EB4549;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 0;
}

.test-monials h5 {
    font-size: 20px;
    text-align: center;
    color: #000;
    text-transform: none;
    margin-top: 1em;
}

.test-review i {
    color: #b71e3f;
    font-size: 2em;
    margin: 0 0.5em;
}

.img-agile h6 {
    font-size: 1.2em;
	color: #b71e3f;
	margin-top: 1em;
}

.img-agile img {
    margin: 0 auto;
    border-radius: 20%;
}

.test-tooltip1:after {
    content: '';
    position: absolute;
    left: -19px;
    border-color: #b71e3f;
    top: 40%;
    border-left: 9px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid rgba(255, 255, 255, 0.66);
    transform: rotate(90deg);
    -webkit-transform: rotate(-92deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
/*-- //testimonials --*/

/*-- team --*/
.team{
	padding:50px 0px;
}

.team h3:before{
	width:20%;
}

.team h3:after{
	width:5%;
}

.agile_team_grid_main:before {
    content: '';
    background: #fb623a;
    width: 35%;
    height: 3px;
    position: absolute;
    top: 0%;
    left: 0%;
}

.agile_team_grid_main:after {
    content: '';
    background: #fb623a;
    width: 83%;
    height: 3px;
    position: absolute;
    top: -3%;
    left: -41%;
    transform: rotate(90deg);
}

.tg1:after {
    content: '';
    background: #fb623a;
    width: 83%;
    height: 3px;
    position: absolute;
    bottom: 0;
    right: -40.5%;
    transform: rotate(90deg);
}

.tg1:before {
    content: '';
    background: #fb623a;
    width: 35%;
    height: 3px;
    position: absolute;
    bottom: 0%;
    left: 64%;
}

.agile_team_grids{
	margin:3em 0 0;
}

.team h4 {
    color: #000;
    font-size: 1.3em;
	display:inline;
}

.p-mask span {
    color: #fff;
    margin: 0.5em;
    font-size: 0.9em;
}

.agile_team_grid1{
	padding: 1em;
    border: 4px double #D0D0D0;
    text-align: center;
}

.agile_team_grid_main{
	position:relative;
	overflow:hidden;
	border-radius:5px;
}

.agile_team_grid_main .p-mask{
    opacity: 0;
    visibility: hidden;
    background: rgb(183, 30, 63);
	bottom: 0%;
    position: absolute;
    padding:1em 0 .6em;
    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;
}

.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;
}

.icon-button {
    cursor: pointer;
    display: inline-block;
    height: 3rem;
    line-height: 2rem;
    margin: 1em 0.2em;
    position: relative;
    text-align: center;
    width: 3rem;
}

.icon-button i {
    background: none;
    color: white;
    height: 3rem;
    left: 0;
    line-height: 2rem;
    position: absolute;
    top: 0;
    width: 3rem;
    z-index: 10;
}

.icon-button span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 0;
    margin: 0;
    position: absolute;
    top:0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 0;
}

.twitter span{
    background-color:#3b5998;
}

.google span{
	background-color:#55acee;
}

.v span{
	background-color:#0063B1;
}

.pinterest span{
	background-color:#833ab4;
}

.email span{
	background-color:#dd4b39;
}

.icon-button:hover span {
    width: 3rem;
    height: 3rem;
    margin: 0;
}

ul.social-icons li .icon-button .icon-twitter{
    background:url(../images/img-sp.png) no-repeat -4px -35px;
    display: block;
}

ul.social-icons li .icon-button .icon-twitter:hover{
    background-position:-4px -74px;
}

ul.social-icons li .icon-button .icon-google{
    background:url(../images/img-sp.png) no-repeat -42px -38px;
    display: block;
}

ul.social-icons li .icon-button .icon-google:hover{
    background-position:-42px -74px;
}

ul.social-icons li .icon-button .icon-v{
    background:url(../images/img-sp.png) no-repeat -79px -36px;
    display: block;
}

ul.social-icons li .icon-button .icon-v:hover{
    background-position:-79px -71px;
}

/* !!! */
ul.social-icons li .icon-button .icon-email{
    background:url(../images/img-sp.png) no-repeat -162px -36px;
    display: block;
}

ul.social-icons li .icon-button .icon-email:hover{
    background-position:-162px -70px;
}
/* !!! */
ul.social-icons li .icon-button .pinterest{
    background:url(../images/img-sp.png) no-repeat -125px -36px;
    display: block;
}

ul.social-icons li .icon-button .pinterest:hover{
    background-position:-125px -70px;
}
/*-- team--*/

/*-- Contact --*/
.contact-right-w3l h3:before {
    width: 35%;
}

.mail{
	margin:30px 0px;
}

.call{
	margin-bottom:30px;
}

.contact-left-w3ls{
	position:relative
}

.contact-left-w3ls:before {
    content: '';
/*--    background: url('../images/c1.png') no-repeat 0px 0px; --*/
    width: 91%;
    height: 170px;
    position: absolute;
    top: 0;
    left: -38%;
}

.contact-left-w3ls:after {
    content: '';
/*--    background: url(../images/c2.png) no-repeat 0px 0px; --*/
    width: 134px;
    height: 172px;
    position: absolute;
    bottom: 69px;
    left: 68%;
}

span.glyphicon.glyphicon-home {
    background: #00a388;
}

span.glyphicon.glyphicon-envelope {
    background:#fdbd10; 
}

span.glyphicon.glyphicon-phone {
    background: #B71E3F;
}

span.glyphicon.glyphicon-time {
    background: #fb623a;
}

.contact-left-w3ls .glyphicon {
    font-size: 1em;
    padding: 1em;
	color:#fff;
}

.contact-left-w3ls h4,.contact-left-w3ls h5{
	text-align:left;
}

.contact-left-w3ls h4 {
    color: #000;
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 0.5em;
}

.contact-left-w3ls p{
	color:#8d8d8d;
	font-weight:400;
	font-size:1em;
}
.contact-left-w3ls p a{
	color:#8d8d8d;
}

.contact-right-w3l input[type="text"]{
	font-size:14px;
	border:1px solid #d5d3d3;
	background:transparent;
	outline:none;
	padding:10px;
	width:48.5%;
	margin-bottom:15px;
}

.contact-right-w3l input[type="email"]{
	font-size:14px;
	border:1px solid #d5d3d3;
	background:transparent;
	outline:none;
	padding:10px;
	width:48.5%;
	margin-bottom:15px;
	margin-right:2.4%;
}

.contact-right-w3l input[type="text"]:nth-child(1),.contact-right-w3l input[type="text"]:nth-child(3) {
    margin-right:2.4%;
}

.contact-right-w3l textarea{
	width:100%;
	padding:10px;
	outline:none;
	resize:none;
	height:100px;
	border:1px solid #d5d3d3;
	font-size:14px;
}

.contact-right-w3l input[type="submit"]{
	background:#0099cc;
	color:#fff;
	padding:8px 15px;
	margin-top:10px;
	border:none;
	outline:none;
	border-radius: 6px;
}

.contact-right-w3l input[type="submit"]:hover {
    background: #000000;
}
/*-- //contact --*/

.agileits_w3layouts-map iframe{
	width:100%;
	display:block;
	min-height:400px;
}

/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 35px;
	height: 35px;
	border: none;
	text-indent: 100%;
	background: url(../images/top-arrow.png) no-repeat 0px 0px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
}

#toTopHover {
	width: 35px;
	height: 35px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/

/*-- services-bottom --*/
.services-bottom {
    /*-- background: #03c0ca; --*/
	background: #B71E3F;
    min-height: 417px;
    position: relative;
    margin: 5em 0 0;
}

.services_bottom_grid_left1{
	position: absolute;
    top: -19.5%;
    left: 13%;
}

.services_bottom_grid_right {
    margin: 10em 0;
}

.services_bottom_grid_right p {
    color: #fff;
    margin: 2em 0 0;
    line-height: 1.8em;
    width: 70%;
    font-size: 1.1em;
    letter-spacing: 1px;
}

.services_bottom_grid_right h3.agileits-title {
    font-size: 3.5em;
    text-transform: capitalize;
}

.agileinfo-copyright {
    padding: 1.0em 0;
    background: #0b5b7c;
	position:fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.agileinfo-copyright p {
    color: #fff;
    font-size: 0.8em;
	line-height: 1.0em;
    letter-spacing: 1px;
}

.agileinfo-copyright a {
    color: #fff;
}

.agileinfo-copyright a:hover{
    color: #000;
}

.agileinfo-subfooter {
    padding: 1.0em 0;
    background: #b71e3f;
	position:fixed;
    left: 0;
    bottom: 58px;
    width: 100%;
}

.agileinfo-subfooter p {
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 1px;
}

.agileinfo-subfooter a {
    color: #fff;
}

.agileinfo-subfooter a:hover{
    color: #000;
}

.bottom {
	min-height: 80px;
}

.page-bottom {
	min-height: 80px;
}
/*-- //services-bottom --*/

/* -- Responsive code -- */
@media screen and (max-width: 1440px){
	.contact-right-w3l {
		width: 68%;
	}
	.contact-left-w3ls {
		width: 30%;
	}
	.contact-left-w3ls:before {
		top: 6px;
		left: -42%;
		width: 141px;
		height: 103px;
		background-size: 100%;
	}
	.contact-text-agileinf0 {
		margin-left: 1em;
		width: 77%;
	}
	.contact-left-w3ls:after {
		bottom: 158px;
		background-size: 100%;
		left: 75%;
		height: 100px;
		width: 100px;
	}
}

@media screen and (max-width: 1366px){
	.popEffect span {
		left: 15%;
	}
	.services_bottom_grid_right {
		padding-left: 3em;
	}
	.services_bottom_grid_left1 {
		top: -19.5%;
		left: 13%;
	}
	.contact-left-w3ls:before {
		top: 51px;
		left: -25%;
		width: 100px;
		height: 100px;
	}
}	

@media screen and (max-width: 1280px){
	.services_bottom_grid_left1 {
		left: 8%;
	}
	.contact-left-w3ls:before {
		top: 45px;
		left: -18%;
		background-size: 89px;
	}
}	

@media screen and (max-width: 1080px){
	.agileits-about-grid1 {
		padding: 1em 2em 1em;
	}
	.contact-left-w3ls {
		width: 38%;
	}
	.contact-right-w3l {
		width: 62%;
	}
	.navbar-nav > li > a {
		margin: 0 1.5em;
	}
	.contact-right-w3l input[type="text"]:nth-child(1), .contact-right-w3l input[type="text"]:nth-child(3) {
		margin-right: 2.3%;
	}
	.button a {
		width: 14%;
	}
	.agileinfo-about-grid1 {
       width: 31.68%;
	}
	.about-sub-grid1 {
       width: 48.87%;
	}
	.services_bottom_grid_left1 {
		left: 4%;
	}
	.services_bottom_grid_left1 {
		top: -12%;
	}
	.a1 {
		padding: 4em 2em 9.5em
	}
	.contact-left-w3ls:after {
		left: 76%;
	}
}	

@media screen and (max-width: 1050px){
	.services_bottom_grid_left1 {
        left: 3%;
	}
	.services_bottom_grid_left1 {
		position: absolute;
		top: -12%;
		left: 5%;
	}
	.contact-left-w3ls:after {
		background-size: 90px;
	}
	.contact-left-w3ls:before {
		top: 45px;
		left: -13%;
		background-size: 75px;
	}
	.agileits_w3layouts-map iframe {
		min-height: 330px;
	}
	.banner {
		min-height: 210px;
	}
	.popEffect span {
        width: 74%;
	}
}

@media screen and (max-width: 1024px){
	.banner {
		min-height: 210px;
	}
	.services_bottom_grid_right h3.agileits-title {
		font-size: 3.1em;
	}
	.services_bottom_grid_left1 {
		left: 2%;
	    top: -13.5%;
	}
	.contact-left-w3ls:before {
       left: -10%;
		background-size: 65px;
	}
}

@media screen and (max-width: 991px){
	.navbar-default {
       padding: 0em 1em;
	}
	.w3layouts_banner_info {
		padding: 14em 0 0;
	}
	.linkEffects li a {
		font-size:1em;
	}
	.linkEffects li {
		margin: 14px -22px;
	}
	.services_bottom_grid_left1 {
		top: -19.3%;
	}
	.wrapper .sentence {
		font-size: 3.5em;
	}
	.agileits-about-grid1 {
		padding: 1em 2em;
	}
	.button a {
		width: 19%;
	}
	.agileinfo-about-grid2 {
		width: 100%;
		float: left;
		margin: 1em 0 0;
	}
	.about-sub-grid1 {
		width: 49%;
	}
	.agileits-section p {
		width: 84%;
	}
	.services_bottom_grid_right p {
		width: 86%;
	}
	.agile_team_grid {
		width: 45%;
		float: left;
		margin: 1em;
		padding: 1em;
	}
	.contact-left-w3ls {
		width: 55%;
	}
	.contact-right-w3l {
		width: 45%;
	}
	.contact-right-w3l input[type="text"]:nth-child(1), .contact-right-w3l input[type="text"]:nth-child(3) {
		margin-right: 1.7%;
	}
	.contact-left-w3ls:before {
		left: -20%;
		background-size: 100px;
		top: 38px;
	}
	.gallery-grid {
		float: left;
		width: 33.33%;
	}
	.view-caption {
		top: -38%;
	}
	.services_bottom_grid_right {
		margin: 8em 0;
		padding-left: 9em;
	}
	.popEffect span {
		width: 97%;
	}
	.popEffect span {
		left: 1%;
	}
	.contact-right-w3l input[type="text"] {
        width: 100%;
	}
	.contact-right-w3l input[type="text"]:nth-child(1), .contact-right-w3l input[type="text"]:nth-child(3) {
		margin-right: 0;
	}
	.tg1:after {
       right: -41%;
	}
	.a1 {
		padding: 3em 2em 3.8em;
	}
	.agileinfo-about-grid1 {
		width: 100%;
	}
	.agileinfo-about-bottom h4 {
        line-height: 1.5;
		margin:0 0 0.5em;
	}
	.about-sub-grid2 {
		background: url(../images/a2.jpg) no-repeat center;
    }
	.contact-left-w3ls:after {
		background-size: 75px;
	}
	.test-review {
		padding: 1em 1.4em;
	}
}

@media screen and (max-width: 900px){
	.linkEffects li {
		margin: 14px -29px;
	}
	.banner {
		min-height: 210px;
	}
	.w3layouts_banner_info {
		padding: 12em 0 0;
	}
	.navbar-default {
		 padding: 0em 1em;
	}
	.navbar-nav > li > a {
		margin: 0 2em;
	}
	.linkEffects li a {
		font-size: 1em;
	}
	.services_bottom_grid_right {
		padding-left: 11em;
	}
	.agileits-section p {
		width: 95%;
	}
}

@media screen and (max-width: 800px){
	.wrapper .sentence {
		font-size: 3.2em;
	}
	.contact-left-w3ls:before {
		left: -9%;
		background-size: 64px;
		top: 52px;
	}
	.services_bottom_grid_right {
		margin: 7em 0;
		padding-left: 23em;
	}
	.services_bottom_grid_right {
		margin: 7em 0;
		padding-left: 14em;
	}
	.services_bottom_grid_right h3.agileits-title {
		font-size: 2.9em;
	}
	.services_bottom_grid_left1 {
		top: -19.7%;
	}
}

@media screen and (max-width: 768px){
	.agileits-section.w3ls-section h3.h3-w3l {
		font-size:2.8em;
		letter-spacing:3px;
	}
	.services_bottom_grid_left1 {
		top: -19.5%;
	}
	.about-sub-grid1 {
		padding: 1em 1.5em;
	}
	h3.h3-w3l {
       margin: 0 auto 0.7em;
	}
	.img-agile img {;
		width: 81%;
	}
	.services-bottom {
       margin: 2em 0 0;
	}
	.contact-left-w3ls:before {
		left: -4%;
		background-size: 58px;
		top: 29px;
	}
	.contact-left-w3ls:after {
		left: 74%;
	}
	.services_bottom_grid_left1 {
		left: -1%;
	}
}

@media screen and (max-width: 767px){
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: 0px;
		position: absolute;
		background:rgba(11, 91, 124, 0.80);
		z-index: 900;
	}
	.navbar-default {
		padding: 0em 0em;
	}
	.navbar-left {
		 float: none !important;
	}
	.navbar-brand {
		height: 64px;
		padding-left:10px;
	}
	.navbar-toggle {
        margin-top: 16px;
	}
	.linkEffects ul {
		margin: 0;
		padding: 0;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff !important;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
/* background-color: #034d90 !important;*/
	background-color: #910B1D !important;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: 0px solid #FFF;
	}
.navbar ul li:hover ul {
  position: relative;
  margin-left: auto;
  margin-right: -50%;
  padding-left: 50%;
  padding-right: 0;
  text-align:center;
  background: rgba(11, 91, 124, 0.80);
  z-index:999;
}

	nav.linkEffects.cl-effect-1 ul li {
		z-index: 9999;
	}
	nav.navbar.navbar-default {
		right: 0px;
	}
	.linkEffects li {
		width: 100%;
		background:transparent;
		margin: 0.2em auto;
		padding: 0.4em 0;
	}
	.agileits-about-grid1 {
		padding: 1em 2em 1em;
	}
	.services_bottom_grid_right {
		padding-left: 23em;
	}
	.contact-left-w3ls,.contact-right-w3l {
		width: 100%;
		float: none;
		padding:2em 4em;
	}
	.contact-left-w3ls:before {
		left: -1%;
	}
	.contact-left-w3ls:after {
		left: -23px;
		bottom: -47%;
	}
}

@media screen and (max-width: 736px){
	.banner {
		min-height: 210px;
	}
	.agileits-about-grid1 {
		padding: 0em 2em 1em;
	}
	.button a {
		width: 20%;
	}
	.about-sub-grid1 {
		width: 48.8%;
	}
	.services_bottom_grid_right p {
		width: 94%;
	}
	.services_bottom_grid_left1 {
		top: -19.4%;
	}
	.view-caption {
		top: -40%;
	}
	.contact-icon-wthree {
		width: 10%;
	}
}

@media screen and (max-width: 667px){
	.services_bottom_grid_left1 {
		left: -2%;
		width:40%;
	}
	.button a {
		width: 22%;
	}
	.view-caption {
		top: -44%;
	}
	.services_bottom_grid_right h3.agileits-title {
		font-size: 2.7em;
	}
	.wrapper .sentence {
		font-size: 3em;
	}
	h3.h3-w3l {
		font-size: 2.8em;
	}
	.w3ls-section {
		padding: 3em 0;
	}
	.services_bottom_grid_right {
		padding-left: 18em;
		margin:5em 0;
	}
	.services-bottom {
		min-height: 325px;
	}
	.button a {
        margin: 1em auto 0;
	}
	.agile_team_grid {
		width: 45%;
		float: left;
		margin: 1em;
	}
	.test-review i {
       font-size: 1.5em;
	}
}

@media screen and (max-width: 640px){
	.agileits-section.w3ls-section h3.h3-w3l {
		font-size: 2.5em;
		letter-spacing: 3px;
	}
	.button a {
		width: 23%;
	}
	.view-caption {
		top: -46%;
	}
	.services_bottom_grid_right {
		padding-left: 16em;
		margin: 4em 0 0;
	}
	.services_bottom_grid_left1 {
		top: -14%;
	}
	.icon-button {
		height: 2.5rem;
		line-height: 0rem;
		margin: 0em 0.2em;
	}
	.img-agile {
		width: 20%;
	}
	.img-agile,.test-review  {
		width: 100%;
	}
	.img-agile img {
		width: 20%;
	}
	.test-tooltip1:after {
		 left: 48%;
		top: -15%;
		transform: rotate(90deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
	}
	.img-agile h6 {
		margin: 2em 0;
	}
	ul.social-icons {
		padding: 1em 0;
	}
	.test-review {
		width: 100%;
	}
	.contact-left-w3ls, .contact-right-w3l {
       padding: 1em 4em 1em;
	}
}

@media screen and (max-width: 600px){
	.button a {
		width: 24%;
	}
	.about-sub-grid1 {
		padding: 1em;
	}
	.about-sub-grid1 {
		width: 48.6%;
	}
	.agileits-section.w3ls-section h3.h3-w3l {
		font-size: 2.5em;
	}
	.view-caption {
		top: -50%;
	}
	.services_bottom_grid_left1 {
		top: -7%;
	}
	.services_bottom_grid_right h3.agileits-title {
		font-size: 2.5em;
	}
	.services_bottom_grid_right p {
		margin:1em 0 0;
		width: 100%;
	}
	.agile_team_grid {
		width: 44%;
	}
	h3.h3-w3l {
		font-size: 2.5em;
	}
	.agileits_w3layouts-map iframe {
		min-height: 284px;
	}
	.w3layouts_banner_info {
		padding: 12em 0 0;
	}
}

@media screen and (max-width: 568px){
	.banner {
		min-height: 210px;
	}
	.wrapper .sentence {
		font-size: 2.8em;
	}
	.button a {
		width: 26%;
	}
	.about-sub-grid1 {
		width: 48.6%;
	}
	.w3layouts_banner_info {
		padding: 10em 0 0;
	}
	.services_bottom_grid_left1 {
		top: -1%;
	}
	.a1 {
		padding: 3em 2em 3em;
	}
	.view-caption {
		top: -53%;
		padding:0.1em;
	}
	.services_bottom_grid_right {
		padding-left: 14em;
	}
	.navbar-brand {
		font-size: 1.1em;
	}
}

@media screen and (max-width: 480px){
	.contact-icon-wthree {
		width: 13%;
	}
	.wrapper .sentence {
		font-size: 2.3em;
	}
	.wrapper h4 {
		letter-spacing: 1px;
	}	
	.wrapper p {
		letter-spacing: 1px;
	}
	.button a {
		width: 31%;
	}
	.agileinfo-about-grid1,.agileinfo-about-grid2,.about-sub-grid1,.about-sub-grid1{
		width:100%;
	}
	.agileinfo-about-grid2 {
		margin: 1em 0;
	}
	.about-sub-grid1.m1 {
		margin: 1em 0;
	}
	.w3ls-section {
		padding: 2.8em 0;
	}
	.agileits-section.w3ls-section h3.h3-w3l {
		font-size: 2.2em;
		letter-spacing:3px;
	}
	.gallery-grid {
		width: 100%;
	}
	.services_bottom_grid_right {
		padding-left: 16em;
		margin: 3em 0 0;
	}
	.services_bottom_grid_left1 {
		top: -2%;
	}
	.services_bottom_grid_left1 {
		width: 48%;
	}
	.services_bottom_grid_right {
		padding-left: 14em;
    }
	.services_bottom_grid_right h3.agileits-title {
		font-size: 1.8em;
	}
	.about-sub-grid2 {
		margin-bottom: 0;
	}
	.services_bottom_grid_left1 {
		width: 38%;
		position: inherit;
		margin: 0 auto;
	}
	.services_bottom_grid_right {
		width: 100%;
		float: none;
		padding: 2em;
		margin: 0em auto 0;
	}
	.agile_team_grid {
		width: 100%;
		float: none;
	}
	.agile_team_grid {
		width: 76%;
		margin: 1em auto;
		float: none;
	}
	.banner {
		min-height: 90px;
	}
	.w3layouts_banner_info {
		padding: 8em 0 0;
	}
}

@media screen and (max-width: 414px){
	.popEffect span {
		left: 0%;
		width: 100%;
	}
	.wrapper .sentence {
		font-size: 2.2em;
	}
	.popEffect {
       text-indent: -1px;
	}
	.button a {
		width: 36%;
	}
	h3.h3-w3l {
        margin: 0 auto 0.7em;
	}
	.w3layouts_banner_info {
		padding: 7em 0 0;
	}
	.agileits-about-grid1 {
		padding: 0em 0.5em 1em;
	}
	.a1 {
		padding: 2em 2em 3em;
	}
	.about-sub-grid1 {
		padding: 2em;
	}
	.agileinfo-about-bottom {
		padding: 2em 0 0;
	}
	.w3ls-section {
		padding: 2.3em 0;
	}
	.agileits-section.w3ls-section h3.h3-w3l {
		font-size: 2em;
		letter-spacing: 2px;
	}
	.agileits-section p {
		width: 100%;
	}
	.services-bottom {
		margin: 0em 0 0;
	}
	.services-bottom {
		min-height: 279px;
	}
	.services_bottom_grid_right h3.agileits-title {
		font-size: 1.64em;
	}
	.services_bottom_grid_right p {
        font-size: 1em;
		letter-spacing:0px;
	}
	.test-tooltip1:after {
        top: -12%;
	}
	.contact-left-w3ls, .contact-right-w3l {
		padding: 1em 2em 1em;
	}
	.contact-left-w3ls:before {
      top: 40px;
	}
	.contact-left-w3ls:after {
		left: -18px;
		bottom: -71%;
		background-size: 61px;
	}
	.contact-text-agileinf0 {
		padding: 0 2em;
	}
}

@media screen and (max-width: 384px){
	.contact-text-agileinf0 {
		padding: 0 0 0 2em;
	}
	.banner {
		min-height: 210px;
	}
	.wrapper .sentence {
		font-size: 1.9em;
		letter-spacing: 0px;
	}
	.w3layouts_banner_info {
		padding: 6em 0 0;
	}
	.button a {
		width: 40%;
	}
	.agileits-section.w3ls-section h3.h3-w3l {
        letter-spacing: 1px;
	}
	.services_bottom_grid_right h3.agileits-title {
		font-size: 1.6em;
		line-height: 1.2;
	}
	.services-bottom {
		min-height: 257px;
	}
	.agile_team_grid {
		width: 100%;
		padding: 0 18px;
	}
	.agile_team_grid_main .p-mask {
		padding: 1em 0;
	}
	.agileinfo-copyright {
		padding: 1em;
	}
	.contact-left-w3ls:before {
		top: -39px;
	}
}

@media screen and (max-width: 375px){
	.banner {
		min-height: 210px;
	}
	.w3layouts_banner_info {
		padding: 5em 0 0;
	}
	.a1 {
		padding: 1em 2em 2em 1em;
	}
	.services_bottom_grid_left1 {
		top: 6%;
	}
}

@media screen and (max-width: 320px){
	.banner {
		min-height: 210px;
	}
	.agileits-about-grid1 {
		padding: 0em 0 1em;
	}
	h3.h3-w3l {
		margin: 0 auto 0.5em;
	}
	.wrapper h4 {
		letter-spacing: 0px;
	}
	.wrapper p {
		letter-spacing: 0px;
	}
	.services_bottom_grid_left1 {
		top: 15.5%;
	}
	h3.h3-w3l {
		font-size: 2.3em;
	}
	.button a {
		width: 49%;
	}
	.agileinfo-about-bottom h4 {
		font-size: 1.4em;
	}
	.agileits-section.w3ls-section h3.h3-w3l {
		font-size: 1.7em;
	}
	.contact-left-w3ls, .contact-right-w3l {
		padding: 1em 0em 1em;
	}
}	


/* -- //Responsive code -- */

