@charset "utf-8";
/* CSS Document */
/*-- navigation --*/
.navbar-inverse .navbar-brand {
    color: #AAA;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color:transparent;
}
.navbar-inverse {
    background-color:rgba(0, 0, 0, 0.59);
    border-color:transparent;
}
.navbar-brand {
	padding:8px 15px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #FFFFFF;
	font-weight: 400;
    font-size: 17px;
}
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
ul.nav.navbar-nav.navbar-right {
    margin: 10px 0 0 0;
}
/* Effect 21: borders slight translate */
.cl-effect-21 li a {
	text-shadow: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.cl-effect-21 li a::before,
.cl-effect-21 li a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-21 li a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-21 li a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.cl-effect-21 li a:hover,
.cl-effect-21 li a:focus {
	color: #fff;
}

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

@media (min-width: 768px) {
	.navbar-wrapper {
    margin-top: 20px;
}
	.navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
}
	.navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
}
	.navbar-wrapper .navbar {
    border-radius: 4px;
}
} 
/*-- /navigation --*/
/*-- welcome section --*/
section.welcome {
	padding-bottom:80px;
}
section.welcome h2.text-center {
	font-size:40px;
	font-family: 'Times New Roman';
	font-weight:normal;
	padding:25px 0;
}
section.welcome p {
	text-align: left;
	font-family: 'Times New Roman';
    font-size: 19px;
    padding: 0 80px;
    font-weight: 400;
    line-height: 1.9em;
    color: #31708f;
}
section.welcome ul {
	font-family: 'Times New Roman';
    font-size: 19px;
    padding: 0 80px;
    font-weight: 400;
    line-height: 1.3em;
    color: #31708f;
}
/*-- /welcome section --*/
/*-- services section --*/
section.services {
	padding-bottom:80px;
    background:#f7f7f7 no-repeat;
	background-size:100% 100%;
	background-position: center;
}
section.services h2.text-center {
	font-size:40px;
	font-family: 'Times New Roman';
	font-weight:normal;
	padding:25px 0;
}
section.services p {
	text-align: left;
	font-family: 'Times New Roman';
    font-size: 19px;
    font-weight: 400;
    line-height: 1.9em;
    color: #31708f;
}
section.services ul {
    font-family: 'Times New Roman';
    font-size: 19px;
    padding: 0 80px;
    font-weight: 400;
    line-height: 1.3em;
    color: #31708f;
}
.nav-pills > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #F58703;
    cursor: default;
    background: none;
    border: none;
    border-bottom-color: transparent;
    border-bottom: 1px solid #F58703;
}
.nav-pills > li > a {
	text-align: center;
    margin-right: 3px;
    border-radius: 0;
    font-size:18px;
    color: #212121;
	border: none;
	text-transform:uppercase;
	border-bottom: 1px solid #fff;
}
.nav-pills {
    border-bottom: none;
}
.nav-pills > li {
    margin: 0 0px;
}
.nav-pills > li > a:hover {
    border: none;
	color: #F58703;
    border-bottom: 1px solid;
	background: none;
}
.nav > li > a:hover, .nav > li > a:focus {
    color: #F58703;
}
/*-- /services section --*/
/*-- portfolio section --*/
section.portfolio {
	padding-bottom:80px;
}
section.portfolio h2.text-center {
	font-size:40px;
	font-family: 'Times New Roman';
	font-weight:normal;
	padding:25px 0;
}
section.portfolio p {
	text-align: left;
	font-family: 'Times New Roman';
    font-size: 19px;
    font-weight: 400;
    line-height: 1.9em;
    color: #31708f;
}
.wthree_portfolio_grids{
	margin:3em 0 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #F58703;
    cursor: default;
    background: none;
    border: none;
    border-bottom-color: transparent;
    border-bottom: 1px solid #F58703;
}
.nav-tabs > li > a {
    margin-right: 3px;
    border-radius: 0;
    font-size:14px;
    color: #212121;
	border: none;
	text-transform:uppercase;
	border-bottom: 1px solid #fff;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs > li {
    margin: 0 10px;
}
.nav-tabs > li > a:hover {
    border: none;
	color: #F58703;
    border-bottom: 1px solid;
	background: none;
}
.nav > li > a:hover, .nav > li > a:focus {
    color: #F58703;
}
.nav-tabs > li:first-child {
    margin-left: 17em;
}
.view-sixth img {
   -webkit-transition: all 0.4s ease-in-out 0.5s;
   -moz-transition: all 0.4s ease-in-out 0.5s;
   -o-transition: all 0.4s ease-in-out 0.5s;
   -ms-transition: all 0.4s ease-in-out 0.5s;
   transition: all 0.4s ease-in-out 0.5s;
}
.view-sixth .mask {
   background-color:rgba(40, 40, 40, 0.5);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-in 0.4s;
   -moz-transition: all 0.3s ease-in 0.4s;
   -o-transition: all 0.3s ease-in 0.4s;
   -ms-transition: all 0.3s ease-in 0.4s;
   transition: all 0.3s ease-in 0.4s;
}
.view-sixth h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   background: transparent;
   margin: 20px 40px 0px 40px;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}
.view-sixth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -webkit-transition: all 0.3s ease-in-out 0.2s;
   -moz-transition: all 0.3s ease-in-out 0.2s;
   -o-transition: all 0.3s ease-in-out 0.2s;
   -ms-transition: all 0.3s ease-in-out 0.2s;
   transition: all 0.3s ease-in-out 0.2s;
}
.view-sixth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}
.view-sixth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-sixth:hover img {
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-sixth:hover p.cap {
	color: #fefefe;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view {
    margin: 0;
    float: none;
    overflow: hidden;
    position: relative;
    text-align: center;
	width:255px;
	height:191px;
}
.view .mask,.view .content {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
}
.view img {
   display: block;
   position: relative;
}
.view p {
   position: relative;
   color: #fff;
   padding:4em 2em 0;
   text-align: center;
   line-height:1.8em;
}
/*-- jz-box --*/
#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:8px;
  max-width: 100%;
  max-height: 86%;
  cursor: pointer;
}

#jzBox i:hover {
  cursor: pointer;
  color: #2aabd2;
}

#jzBoxBottom { max-height: 22%; }

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

#jzBoxNextBig { left: 65%; }

.close {
    float: none;
    opacity:1;
    background: url(../images/close.png) no-repeat 0px 0px;
    display: block;
    width: 32px;
    height: 32px;
	margin:0em auto 0;
}
.arrow-left{
	background: url(../images/left.png) no-repeat 0px 0px;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.arrow-right{
	background: url(../images/right.png) no-repeat 0px 0px;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
/*-- //jz-box --*/
.tab_img:nth-child(2) {
    margin: 2em 0;
}
/*-- /Portfolio section --*/
/*-- testimonials section --*/
section.testimonials {
	padding-bottom:80px;
    background:#f7f7f7 no-repeat;
	background-size:100% 100%;
	background-position: center;
}
section.testimonials h2.text-center {
	font-size:40px;
	font-family: 'Times New Roman';
	font-weight:normal;
	padding:25px 0;
}
.test-grid p {
	text-align: left;
     background: #D0E8FF;
    font-size: 1em;
	font-weight: 500;
    line-height: 2em;
    padding: 1em;
    color: #31708f;
}
.test-wrapper {
    position: relative;
}
.test-grid {
    float: right;
    width: 97%;
}
.test-wrapper img {
    position: absolute;
    left:40%;
    width:18%;
       border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-top: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
	    bottom: -34%;
}
.test-gr h4{
	font-size: 1.2em;
    font-weight: 500;
	font-family: 'Times New Roman', cursive;
    color:#333;
}
.test-grid-2 {
    margin-top: 4em;
}
.test {
      padding: 6em 0 11em 0;
	      background: #f7f7f7;
}
/*-- /testimonials section --*/
/*-- about section --*/
section.about {
	padding-bottom: 80px;
}
section.about h2.text-center {
	font-size:40px;
	font-family: 'Times New Roman';
	font-weight:normal;
	padding:25px 0;
}
section.about p.capt {
	text-align: left;
    font-size: 1em;
    color: #333;
	font-weight: 500;
}
section.about p {
	text-align: left;
	font-family: 'Times New Roman';
    font-size: 19px;
    padding: 0 80px;
    font-weight: 400;
    line-height: 1.9em;
    color: #31708f;
}
/*-- /about section --*/
/*-- contact section --*/
section.contact {
    padding: 25px 0;
	background:#f7f7f7;
    background-position: center;
    background-size:100% 100%;;
}
section.contact h2.text-center {
	font-size:40px;
	font-family: 'Times New Roman';
	font-weight:normal;
	padding:25px 0;
}
section.contact h3.text-center {
	font-size:25px;
	font-family: 'Times New Roman';
	font-weight:normal;
	padding:25px 0;
	color: #31708f;
}
section.contact p {
	text-align: center;
	font-family: 'Times New Roman';
    font-size: 19px;
    padding: 0 80px;
    font-weight: 400;
    line-height: 1.9em;
    color: #31708f;
}
section.contact label.contact-p1 {
    font-size: 17px;
    font-weight: 300;
    color:#16214e;
    padding-bottom: 10px;
	font-family: 'Times New Roman';
}
.col-lg-6.col-md-6.col-sm-6.contact-agile1,.col-lg-6.col-md-6.col-sm-6.contact-agile2 {
    z-index: 99999;
}
section.contact-us p.help-block {
    color:#ff0500!important;
}
section.contact input#name, section.contact input#email, section.contact input#phone , section.contact input#subject {
	height:50px;
}
section.contact input#name, section.contact input#email, section.contact input#phone, section.contact input#subject ,section.contact textarea#message {
	font-size:17px;
	font-weight:normal;
	color:#000;
	background-color:transparent;
	border-radius:0;
	border-color:#D0E8FF;
}
section.contact button.btn.btn-primary {
	color:#333;
    background-color: transparent;
    border: 2px solid #D0E8FF;
    font-size: 17px;
    padding: 10px 20px;	
	width:100%;
	margin:25px 0;
}
section.contact button.btn.btn-primary:hover {
	color: #fff;
    background-color: #D0E8FF;
    border: 2px solid #D0E8FF;	
}
section.contact .row.contact-row {
    margin-top: 30px;
}
section.contact .contact-grid1-left1 {
	-webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}  
section.contact .contact-grid1-left1:hover {
	transform: scale(1.07);
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	-ms-transform: scale(1.07);
	z-index: 1;
	border: none;
}
section.contact .contact-grid1-left1{
	padding:2em;
	border: 1px solid #E4E4E4;
    background: #f5f5f5;
	text-align:center;
}
section.contact .contact-grid1-left1 span {
    font-size: 1.5em;
    color: #EB5425;
}
section.contact .contact-grid1-left1 h4{
	font-size:1.5em;
	color:#212121;
	margin:1em 0 .5em;
	font-family: 'Times New Roman', cursive;
}
section.contact .contact-grid1-left1 p{
	color:#999;
	line-height:1.8em;
	margin-bottom:2em;
}
section.contact .contact-grid1-left1 a {
    font-size: 14px;
    color: #16214E;
    text-decoration: none;
}
section.contact .contact-grid1-left1 a:hover{
	color:#999;
}
section.contact .contact-grid1-left1 ul li{
	list-style-type:none;
	margin-bottom:1em;
	font-size:14px;
	color:#999;
}
/*-- /contact section --*/
/*-- footer section --*/
footer {
    color: #fff;
}
footer h4 {
	font-weight:normal;
	font-size:25px;
	font-family: 'Times New Roman';
	padding-bottom:10px;
}
footer a {
	color:#fff;
	text-decoration:none;
}
footer .footer-above {
    padding-top: 50px;
    background-color:#111113;
}
footer .footer-above p {
	font-size: 15px;
    line-height: 31px;
    font-weight: 400;
}
footer .footer-above i.fa {
	color: #3C86AB;
}
footer .footer-col {
    margin-bottom: 50px;
}
footer .footer-below {
    padding: 25px 0;
    background-color:rgb(11, 11, 12);
}
footer .footer-below  p {
	color:#fff;
	font-size:15px;
	font-weight:400;
}
footer .footer-below  p a {
	color:#fff;
	text-decoration:none;
}
footer .footer-below  p a:hover {
	color:#31708f;
}
/*-- /footer section --*/

/*-----start-responsive-design------*/
@media (max-width: 1280px){
	.portfolio {
		padding: 4em 0;
	}
}
@media (max-width: 1080px){
	.portfolio h3 {
		font-size: 2.2em;
	}
	.nav-tabs > li:first-child {
		margin-left: 12em;
	}
	.view p {
		padding: 2.7em 1em 0;
	}
		.footer-logo h2 a {
		font-size: 1.8em;
	}
}
@media (max-width: 991px){
		.navbar-brand {
		padding: 0 0 0 1.2em;
		line-height: 45px;
		font-size:1.2em;
		background: url(../images/logotesting.png) no-repeat -1px -61px;
	}
		.navbar-nav > li > a {
		font-size: 13px;
		padding: 20px 10px 0;
	}
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -70px;
}
.navbar-brand {
    padding: 10px 15px;
}
section.welcome p, section.services p, section.about p {
	padding:0px;
}
section.welcome ul, section.services ul {
	padding:0px;
}
section.welcome li, section.services li {
	padding:0px;
}
	.agile_portfolio_grids {
		float: left;
		width: 50%;
	}
	.view p {
		padding: 6.7em 1em 0;
	}
	.agile_portfolio_grids:nth-child(2) {
		margin-bottom: 2em;
	}
		.agileinfo_footer_grid {
		float: left;
		width: 50%;
	}
	.agileinfo_footer_grid:nth-child(2) {
		margin-bottom:2em;
	}
	.footer {
		padding: 3em 0;
	}
}
@media (max-width: 800px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -20px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 15px;
    margin-top: 5px;
}
ul.nav.navbar-nav.navbar-right {
    margin: 17px -30px 0 0px;
}
	section.welcome p, section.services p, section.portfolio p, section.about p {
	font-size:15px;	
	}
	section.welcome ul, section.services ul, section.portfolio ul {
		font-size:15px;
	}
	section.welcome li, section.services li, section.portfolio li {
	font-size:15px;
}
}
@media (max-width: 768px){
	.portfolio {
		padding: 3em 0;
	}
	.wthree_portfolio_grids {
		margin: 2em 0 0;
	}
	.nav-tabs > li:first-child {
		margin-left: 4em;
	}
	.nav-tabs {
		margin-bottom: 2em;
	}
		ul.nav.navbar-nav.navbar-right {
    margin: 17px -15px 0 0px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -10px;
}
	.footer-logo h2 a {
		font-size: 1.8em;
	}
	.agileinfo_footer_grid:nth-child(2) {
		margin-bottom: 1em;
	}

}
@media (max-width: 736px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: 20px;
	font-weight: 100;
}
ul.nav.navbar-nav.navbar-right {
    margin: 10px 0 0 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.58);
    overflow-y: hidden;
}
}
@media (max-width: 667px){
	.footer {
		padding: 2em 0;
	}
	.footer-logo h2 a {
		font-size: 1.5em;
		background: url(../images/logo.png) no-repeat 0px -154px;
		background-size: 140%;
	}
}
@media (max-width: 640px){
	.footer-logo h2 a {
		background: url(../images/logo.png) no-repeat 0px -154px;
		background-size: 122%;
	}

	.portfolio h3 {
		font-size: 1.8em;
	}
	.nav-tabs > li:first-child {
		margin-left: 1em;
	}
	.view p {
		padding: 5.5em 1em 0;
	}
.navbar-toggle {
	margin-top: 22px;
    margin-right: 35px;
}
		.agileinfo_footer_grid h4 {
		margin: 0.5em 0 0;
	}
}
@media (max-width: 600px){
	.navbar-toggle {
		margin: .6em 15.9em 0 0;
	}
}
@media (max-width: 568px) {
	section.welcome p, section.services p, section.portfolio p, section.about p {
    padding: 0 20px;
}
section.welcome ul, section.services ul, section.portfolio ul {
	padding:0 20px;
}
section.welcome li, section.services li, section.portfolio li {
	padding:0 20px;
}
}
@media (max-width:480px){
	section.welcome h2.text-center, section.services h2.text-center, section.portfolio h2.text-center, section.testimonials h2.text-center, section.about h2.text-center, section.contact h2.text-center {
    font-size: 30px;
}
	.portfolio h3 {
		font-size: 1.6em;
	}
	.portfolio {
		padding: 2em 0;
	}
	.nav-tabs > li > a {
		font-size: 13px;
		padding: 10px 1px;
	}
	.agile_portfolio_grids {
		float: none;
		width: 100%;
	}
	.agile_portfolio_grids:nth-child(2) {
		margin: 2em 0;
	}
	.agile_portfolio_grids:nth-child(3) {
		margin-bottom: 2em;
	}
	.view p {
		padding: 8.5em 1em 0;
	}
}
@media (max-width: 414px){
	.nav-tabs > li {
		float: none;
		text-align: center;
	}
	.nav-tabs > li {
		margin: 0;
	}
	.nav-tabs > li > a {
		font-size: 14px;
		padding: 15px 0px;
	}
	.nav-tabs > li:first-child {
		margin-left: 0em;
	}
	.view p {
		padding: 7.5em 1em 0;
	}
		.agileinfo_footer_grid h4 {
		margin: 0;
	}
	.agileinfo_footer_grid:nth-child(2) {
		margin-bottom: 0em;
	}

}
@media (max-width:384px){
.portfolio h3 {
		font-size: 1.5em;
	}
	.view p {
		padding: 6.5em 1em 0;
	}
}
@media (max-width:375px){
	.portfolio h3 {
		font-size: 1.7em;
	}
	footer .footer-above {
    padding-top: 25px;
}
footer .footer-col {
    margin-bottom: 22px;
}
p {
    font-size: 14px!important;
}
footer h4 {
    padding-bottom: 10px;
}
}
@media (max-width:320px){
		section.welcome h2.text-center, section.services h2.text-center, section.portfolio h2.text-center, section.testimonials h2.text-center, section.about h2.text-center, section.contact h2.text-center {
    font-size: 25px;
		}
	.portfolio h3 {
		font-size: 1.5em;
	}
	section.welcome p, section.services p, section.portfolio p, section.about p {
    font-size: 14px;
}
section.welcome ul, section.services ul, section.portfolio ul {
	font-size: 14px;
}
section.welcome li, section.services li, section.portfolio li {
	font-size:14px;
}
	.navbar-toggle {
	margin-right: 8px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}
	.agileinfo_footer_grid h4 span {
		font-size: 1.5em;
	}
	footer .footer-below p {
    color: #fff;
    font-size: 13px!important;
    font-weight: 400;
    line-height: 1.9em;
}
footer .footer-above p {
    font-size: 15px;
	}