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;
}


/*公共头部尾部调整*/

a{text-decoration:none;color: #333}
a:hover {
	text-decoration:none;
	color: #e62318
}
/*公共头部尾部调整end*/
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;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu Condensed', sans-serif;
}
ul {
	margin: 0;
	padding: 0;
}
label {
	margin: 0;
}
.text-center {
	text-align: center;
}
/*-- //Reset-Code --*/
p {
	margin: 0;
	font-family: 'PT Sans', sans-serif;
	line-height: 2;
	font-size: 1em;
	color:#888;
}
/*-- header styling starts here --*/
/*-- banner --*/
.flexslider {
    margin: 0px auto 20px;
    position: relative;
    width: 100%;
    height: 482px;
    overflow: hidden;
    zoom: 1;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}

.flexslider .slides a img {
    width: 100%;
    height: 482px;
}
/*-- nav --*/
.navbar-default {
    background: rgba(3, 192, 202, 0.58);
    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: #034d90;
    text-transform: capitalize;
    display: inline-block;
	font-family: 'Sonsie One', cursive;
}
.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 {
    color:#fff;
    background: none;
}
.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;
}
/*-- //nav --*/
/*-- nav-effect --*/

/* ******************************************************
	Basic Styling
*********************************************************/

.linkEffects ul{
	margin:0;
	padding:0;
	text-align:center;
}
.linkEffects li {
    list-style: none;
    display: inline-block;
    margin: 14px -10px;
}
.linkEffects li a{
	font-weight: 400;
	font-size: 1.1em;
	position: relative;
	display: inline-block;
	outline: none;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.linkEffects a:hover,
.linkEffects a:focus {
	outline: none;
	color:#9ac220;
}

/* ******************************************************
	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;
}

.cl-effect-1 li  a::before {
	margin-right: 10px;
	content: '|';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 li a::after {
	margin-left: 10px;
	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 {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
/*-- //nav-effect --*/
.w3layouts_banner_info {
    padding: 16em 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: #000;
    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;
}
.popEffect span {
    animation: pop 7.5s linear infinite 0s;
    -ms-animation: pop 7.5s linear infinite 0s;
    -webkit-animation: pop 7.5s 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: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.popEffect span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.popEffect span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}

/*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: #f44639;
    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%;
}
.w3ls-section{
	padding:4em 0;
}
h3.h3-w3l {
    font-size:3em;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 auto 1.5em;
	text-transform:capitalize;
	text-align:center;
}
h3.h3-w3ls {
    font-size:3em;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 auto 0.8em;
    text-transform:capitalize;
    text-align:center;
}
p.p-w3l {
    font-size:1.3em;
    color: #666;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.98;
    text-transform:capitalize;
    text-align:left;
    text-indent: 2em;
}   	
.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: #00629b;
    -ms-transition: 0.5s all;
    margin: 2em auto 0;
    width: 12%;
    display: block;
}
.button a:hover {
    color: #ffffff !important;
    background: #24a0de;
    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: #f44639;
    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: #d53362;
    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: 3em 0em 0em 3em;
    text-align: center;
}
.agileits-about-grid1 img{
    text-align: center;
    margin: 0 auto;
    padding-bottom: 1em;
}
.agileits-about-grid1 h3{
    color: black;
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin: 0.5em 0em 1em;
    font-weight: 600;
}
.agileits-about-grid1  p{
    margin: 0 auto;
    text-align: left;
    color: rgba(2, 2, 2, 0.88);
    font-size: 1.2em;
}
/*-- about-bottom --*/
.agileinfo-about-bottom {
    padding: 2em 0 0;
}
.agileinfo-about-bottom img{
    text-align: center;
    margin: 0 auto;
    padding-bottom: 1em;
}
.agileinfo-about-grid2 {
    width: 32%;
    margin-left: 1em;
}
.agileinfo-about-grid1 {
    padding: 0;
    width: 32%;
}
.a1 {
    padding: 4em 2em 5.5em;
    background:#f5792c;
    border-radius: 0.5rem;
}
p.ag1-p {
    margin: 1em 0;
}
.about-sub-grid2 {
    margin-bottom: 1em;
}
.a2 {
    padding: 4em 2em 5.5em;
    background:#17bce8;
    border-radius: 0.5rem;
}
.a3 {
    padding: 4em 2em 5.5em;
    background:#e69b03;
    border-radius: 0.5rem;
}
.a4 {
    padding: 4em 2em 5.5em;
    background:#d1494e;
    border-radius: 0.5rem;
}
.a5 {
    padding: 4em 2em 5.5em;
    background:#29ba89;
    border-radius: 0.5rem;
}
.about-sub-grid1 {
    padding: 2em;
    background:#FB623A;
    width: 32%;
}
.about-sub-grid2 h4 {
    text-align: center;
}
.about-sub-grid1.m1 {
    margin-left: 1em;
	background:#2651c3;
    padding: 4em 2em 5.5em;
    border-radius: 0.5rem;
}
.agileinfo-about-bottom p {
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 1.2em;
    text-align: center;
}
.agileinfo-about-bottom h4 {
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 1em;
    font-size: 1.5em;
    text-align: center;
    font-weight: 600;
}
.about-button a {
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
    background: #fff;
    color: #333;
    padding: 0.5em 3em;
    border-radius: 0.5rem;
    font-size: 1.2em;
}
.about-button {
    margin: 2em 0 0;
    text-align: center;
}
/*-- //about --*/
/*-- section --*/
.agileits-section{
	min-height:335px;
}
.w3ls-sec-right {
    padding: 2em;
}
.agileits-section img {
    max-width: 100%;
    border:1px solid #ccc;
    border-radius: 0.5rem;
    height: 250px;
    margin-top: 2em;
}
.agileits-section h5 {
    color: #333;
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.98;
    padding-bottom: 0.8em;
}
.agileits-section p {
    margin: 0 auto;
    color: #666;
    letter-spacing: 1px;
    text-align: left;
    text-indent:2em; ;
    font-size: 1.2em;
}
.agileits-section.w3ls-section h3.h3-w3l {
    color: #333;
    letter-spacing: 5px;
}
/*-- section --*/
.agileits-section2 {
    background: #03c0ca;
}
.w3ls-sec-left {
    background: url(../images/b2.png) no-repeat 42px -26px;
    min-height: 420px;
}
/*-- gallery --*/ 
.gallery-grid {
  
}
.wpf-demo-4{
    padding: 0;
    position: relative;
    overflow: hidden;
    background: #00baff;
    border-radius: 0.5rem;
    margin-bottom: 2em;
}
.wpf-demo-4 img{
    padding: 0;
    text-align: center;
    margin: 0 auto;
    padding-top: 2em;
}
.view-caption {
    width: 100%;
    text-align: center;
    padding: 1em;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.wpf-demo-4:hover .view-caption {
	top: 0;
}
.view-caption p {
    color: #fff;
    font-size: 1.05em;
    font-weight: 400;
    letter-spacing: 1px;
}
/*-- //gallery --*/

/*-- 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;
    font-weight: bold;
    padding: 1em 0;
}
.p-mask span {
    color: #666;
    margin: 0.5em;
    font-size: 1.2em;
    line-height: 1.89;
}
.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 img{
    max-width: 100%;
    border-radius:5px;
    margin: 0 auto;
    text-align: center;
    padding-top: 1em;
}
.agile_team_grid_main .p-mask{
    bottom: 0%;
    padding:1em 0 .6em;
    width: 100%;
    text-align: center;
    color:#666
}
.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 );
}
/*-- team--*/
/*-- Contact --*/
.contact-right-w3l h3:before {
    width: 35%;
}
/*-- services-bottom --*/
.services-bottom {
    background: #fff;
    min-height: 417px;
    position: relative;
    margin: 5em 0 0;
}
.services-bottom  h5 {
    color: #333;
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.98;
    text-align: center;
    padding-bottom: 0.8em;
}
.services-bottom  p {
    margin: 0 auto;
    color: #666;
    letter-spacing: 1px;
    text-align: left;
    text-indent:2em; ;
    font-size: 1.2em;
}
/*-- //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: 727px;
	}
	.popEffect span {
        width: 74%;
	}
}
@media screen and (max-width: 1024px){
	.banner {
		min-height: 676px;
	}
	.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;
	}
	.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: 623px;
	}
	.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: none;
		position: absolute;
		background:rgba(3, 192, 202, 0.58);
		z-index: 999;
	}
	.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;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: 0px solid #FFF;
	}

	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: 560px;
	}
	.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: 484px;
	}
	.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: 464px;
	}
	.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: 400px;
	}
	.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: 365px;
	}
	.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: 330px;
	}
	.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 -- */