/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
	margin:0;
	font-family: 'Roboto', sans-serif;
	background: #fff; 
	position:relative;
}
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;
	outline:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: 'Wire One', sans-serif;
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
body a:focus {
    outline: none;
}
/*-- banner --*/ 
.w3ls-banner{ 
	background:url(../images/a.jpg)no-repeat center 0px;
	background-size:cover;
	position: relative;
} 
.banner-agileinfo,.features-agileinfo {
    background: rgba(0, 0, 0, 0.51);
}
/*-- top-header --*/
.header {
    padding-top: 2.5em;
}
.logo{
    float: left; 
}
.logo h1 {
    font-size: 5em;
    line-height: 1em;
    font-weight: 900;  
    letter-spacing: 3px;
}
.logo h1 a,.logo h1 a:hover{
    color: #FFFFFF;
	text-decoration: none;
	outline:none;
} 
/*-- //top-header --*/
/*-- Nav style -- */
.cd-stretchy-nav {
    position: fixed;
    z-index: 2;
    top: 37px;
    right: 14%;  
}
.cd-stretchy-nav .stretchy-nav-bg {
	/* this is the stretching navigation background */
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 55px;
	height: 55px; 
	background: #ff8484;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-transition: height 0.2s, box-shadow 0.2s;
	-moz-transition: height 0.2s, box-shadow 0.2s; 
	-o-transition: height 0.2s, box-shadow 0.2s;
	-ms-transition: height 0.2s, box-shadow 0.2s;
	transition: height 0.2s, box-shadow 0.2s;
} 
.cd-stretchy-nav.nav-is-visible .stretchy-nav-bg {
	height: 100%;
	-webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
} 
.cd-nav-trigger {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	height: 55px;
	width: 55px; 
	/* replace text with image */
	overflow: hidden;
	white-space: nowrap;
	color: transparent !important; 
}

.cd-nav-trigger span, .cd-nav-trigger span::after, .cd-nav-trigger span::before {
    position: absolute;
    width: 23px;
    height: 2px;
    background-color: #ffffff;
}
.cd-nav-trigger span {
	/* middle line of the hamburger icon */
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
.cd-nav-trigger span::after, .cd-nav-trigger span::before {
	/* top and bottom lines of the hamburger icon */
	content: '';
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}
.cd-nav-trigger span::before {
	-webkit-transform: translateY(-7px);
	-moz-transform: translateY(-7px);
	-ms-transform: translateY(-7px);
	-o-transform: translateY(-7px);
	transform: translateY(-7px);
}
.cd-nav-trigger span::after {
	-webkit-transform: translateY(7px);
	-moz-transform: translateY(7px);
	-ms-transform: translateY(7px);
	-o-transform: translateY(7px);
	transform: translateY(7px);
}
.no-touch .cd-nav-trigger:hover ~ .stretchy-nav-bg {
	-webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
}
.nav-is-visible .cd-nav-trigger span {
	background-color: transparent;
}
.nav-is-visible .cd-nav-trigger span::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-is-visible .cd-nav-trigger span::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
} 
.cd-stretchy-nav ul {
	position: relative;
	z-index: 2;
	padding: 60px 0 10px; 
	visibility: hidden;
	-webkit-transition: visibility 0.3s;
	-moz-transition: visibility 0.3s;
	transition: visibility 0.3s;
	text-align: right;
}
.cd-stretchy-nav ul li {
    display: block;
}
.cd-stretchy-nav ul a {
    position: relative;
    display: block;
    width: 55px;
    height: 40px;
    padding: 0;
    color: rgba(255, 255, 255, 0.7); 
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    transition:0.5s all;
    text-align: left; 
}
.cd-stretchy-nav ul a::after {
    content: "\f015";
    position: absolute;
    right: 19px;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: .6;
    font: 14px/1 FontAwesome;
    font-size:1.2em;
} 
.cd-stretchy-nav ul li:nth-of-type(2) a::after {
    content: "\f05a";
} 
.cd-stretchy-nav ul li:nth-of-type(3) a::after {
    content: "\f03e";
	font-size:1.1em;
}
.cd-stretchy-nav ul li:nth-of-type(4) a::after {
	content: "\f009";
}
.cd-stretchy-nav ul li:nth-of-type(5) a::after {
    content: "\f022";
    font-size:1.1em; 
}
.cd-stretchy-nav ul li:nth-of-type(6) a::after {
    content: "\f003";
} 
.cd-stretchy-nav.edit-content ul span {
    position: absolute;
    top: 6px;
    right: 64px;
    height: 30px;
    line-height: 30px;
    padding: 0 1em;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.55);
    border-radius: 2px;
    text-align: center;
    font-size:1em;
    font-weight: 300;
    letter-spacing: 1px; 
}
.cd-stretchy-nav.edit-content ul span::after {
	/* triangle below the tooltip */
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 0;
	width: 0;
	border: 4px solid transparent;
	border-left-color: rgba(0, 0, 0, 0.55);
}

.cd-stretchy-nav.edit-content.nav-is-visible ul span {
	/* reset default style */
	-webkit-animation: none;
	-moz-animation: none;
	animation: none;
}
.no-touch .cd-stretchy-nav.edit-content.nav-is-visible ul a:hover span {
	opacity: 1; 
	/* reset default style */
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.cd-stretchy-nav.nav-is-visible ul {
	opacity:1;
	visibility: visible;
} 
.cd-stretchy-nav.edit-content.nav-is-visible ul a::after {
	/* navigation item icons */
	-webkit-transform: translateY(-50%) scale(1);
	-moz-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	-o-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
	-webkit-animation: scaleIn 0.15s backwards;
	-moz-animation: scaleIn 0.15s backwards;
	animation: scaleIn 0.15s backwards;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.cd-stretchy-nav.nav-is-visible ul a.active,.cd-stretchy-nav.nav-is-visible ul li.active a{
	color: #fff;
}
.cd-stretchy-nav.nav-is-visible ul a.active::after ,.cd-stretchy-nav.nav-is-visible ul li.active a::after{
	opacity: 1;
}
.cd-stretchy-nav.nav-is-visible ul a.active::before {
	-webkit-transform: translateX(3px) translateY(-50%) scaleY(1);
	-moz-transform: translateX(3px) translateY(-50%) scaleY(1);
	-ms-transform: translateX(3px) translateY(-50%) scaleY(1);
	-o-transform: translateX(3px) translateY(-50%) scaleY(1);
	transform: translateX(3px) translateY(-50%) scaleY(1);
	-webkit-transition: -webkit-transform 0.15s 0.3s;
	-moz-transition: -moz-transform 0.15s 0.3s;
	transition: transform 0.15s 0.3s;
} 
.no-touch .cd-stretchy-nav.nav-is-visible ul a:hover {
    color: #fff;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
    transform: scale(1.2);
}
.no-touch .cd-stretchy-nav.nav-is-visible ul a:hover::after {
	opacity: 1;
}
.no-touch .cd-stretchy-nav.nav-is-visible ul a:hover span {
	-webkit-transform: translateX(-5px);
	-moz-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	-o-transform: translateX(-5px);
	transform: translateX(-5px);
}
.cd-stretchy-nav.nav-is-visible ul li:first-of-type a::after,
.cd-stretchy-nav.nav-is-visible ul li:first-of-type span {
	-webkit-animation-delay: 0.05s;
	-moz-animation-delay: 0.05s;
	animation-delay: 0.05s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(2) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(2) span {
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(3) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(3) span {
	-webkit-animation-delay: 0.15s;
	-moz-animation-delay: 0.15s;
	animation-delay: 0.15s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(4) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(4) span {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(5) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(5) span {
	-webkit-animation-delay: 0.25s;
	-moz-animation-delay: 0.25s;
	animation-delay: 0.25s;
}  
@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: translateY(-50%) scale(0);
  }
  to {
    -webkit-transform: translateY(-50%) scale(1);
  }
}
@-moz-keyframes scaleIn {
  from {
    -moz-transform: translateY(-50%) scale(0);
  }
  to {
    -moz-transform: translateY(-50%) scale(1);
  }
}
@keyframes scaleIn {
  from {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
  }
  to {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
}
@-webkit-keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideIn {
  from {
    opacity: 0;
    -moz-transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-25px);
    -moz-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    -o-transform: translateX(-25px);
    transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/*-- //Nav style -- */
/*-- banner-text --*/ 
.banner-w3ltext {
    padding: 14em 0;
    text-align: center;
}
.banner-w3ltext h2 {
    font-size: 8em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.1em;
    letter-spacing: 1px;
    font-weight: 900;
    display: inline-block;
    border: 10px solid rgba(255, 255, 255, 0.34);
    padding: 0.7em 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%; 
    border-radius: 50%;
    font-family: 'Wire One', sans-serif;
    width: 320px;
    height: 320px;
}
.banner-w3ltext h2 span {
    font-family: 'Roboto', sans-serif;
    display: block;
    font-size: .13em;
    font-weight: 300;
    line-height: 0.5em;
    letter-spacing: 12px;
} 
/*-- //banner --*/  
/*-- about --*/ 
.about,.codes,.subscribe,.about,.w3gallery,.team,.news,.contact,.features-agileinfo{
	padding:5em 0;
} 
h3.agileits-title {
    font-size: 5em;
    color: #000;
    text-align: center;
    margin-bottom: 1em;
    font-weight: 600;
    letter-spacing: 3px;
}
p {
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
}
.w3layouts_about_grid_left {
    padding: 0 13em 0 0;
}
.w3layouts_about_grid_left_pos {
    background: #ff8484;
    padding: 2em 0;
}
.w3layouts_about_grid_left_pos img.img-responsive {
    margin-left: 3em;
}
.w3layouts_about_grid_right h4 {
    font-size: 1.8em;
    color:#5f9ea0;
    text-transform: capitalize;
    font-weight: 100;
    margin-bottom: 0.2em;
    font-family: 'Roboto', sans-serif;
}
.w3layouts_about_grid_right h5 {
    font-size: 6em;
    color: #ff8484;
    text-transform: capitalize;
    letter-spacing: 1px;
}   
.w3layouts_about_grid_right p {
    margin: 2em 0 0; 
    line-height: 2em;
}
/*-- //about --*/  
/*-- services --*/ 
.services {
    background: url(../images/l1.png)no-repeat center 0px;
    background-size: cover;
	padding:8em 0 5em; 
}
.services-w3grid-left {
    text-align: right;
}
.agileits-title p {
    text-align: center;
    width: 45%;
    margin: 0.5em auto 0;
}
.services-w3grid-bottom {
    margin-top: 3em;
}
.services span.glyphicon {
    font-size: 1.8em;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    z-index: 1;
    padding: 1.2em .7em;
    -webkit-transition: .5s linear;
    -moz-transition: .5s linear;
	-o-transition: .5s linear;
	-ms-transition: .5s linear;
    transition: .5s linear;
    background: #ff8484;
}
.services h4 {
    font-size: 1.6em;
    color: #000;
    margin-bottom: .3em;
    font-weight: 900;
    letter-spacing: 2px;
}
.services-w3grid:hover span.glyphicon { 
	-webkit-transform: rotatey(360deg);
	-moz-transform: rotatey(360deg);
	-o-transform: rotatey(360deg);
	-ms-transform: rotatey(360deg);
	transform: rotatey(360deg); 
}
/*-- //services --*/
/*-- news --*/ 
.news-grid-left { 
    padding: 0 15em;
}
.news-grid-left:nth-child(1) {
    margin: 3em 0 2em 0;
}
.date {
    padding: 3em 1em;
    border: 7px #5F9EA1;
    border-style: inset;
    margin: 0;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.date p {
    color: #5f9ea1;
    font-size: 3em;
    text-align: center;
    margin: 0 0 .4em 0;
    line-height: 0.9em;
}
.date span {
    display: block;
    line-height: 0.6em;
    color: #5f9ea1;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
    margin-top: -3px;
    font-weight: 300;
    letter-spacing: 4px;
}
.datew3-agileinfo {
    padding-left: 2em;
}
.datew3-agileinfo h5 {
    font-size: 2em;
    font-weight: 600;
    letter-spacing: 1px;
}
.datew3-agileinfo h5 a{
	color:#5f9ea0; 
	text-decoration:none;
} 
.datew3-agileinfo p {
    margin: 1em 0 0;
}
.news-grid-left:hover .date {
    border-color: #ffb2b2;
}
/*-- //news --*/ 
/*-- modal --*/
.modal-open .modal {
    background: rgba(0, 0, 0, 0.48);
}
.modal-body {
    padding: 2em;
}
.modal-dialog {
    margin: 6em auto 0;
}
.modal-body iframe {
    border: none !important;
    width: 100%;
    min-height: 300px;
}
.about-modal .modal-header {
    border: none;
    min-height: 2.5em;
    padding: 1em 2em 0;
}
.about-modal button.close {
    color: #ff8484;
    opacity: .9;
    font-size: 2.5em;
	outline:none;
}
.modal-body p {
    margin-top: 1em; 
    font-weight: 400;
}
.modal-body p span {
    display: block;
    border-left: 3px solid #5f9ea0;
    padding-left: 1em;
    margin: 1em 2em;
}
/*-- //modal --*/
/*-- button effect --*/ 
.wthree-btn {
    position: relative;
    display: inline-block;
    margin: 1em auto;
    text-transform: uppercase;
    overflow: hidden;
    border: 2px solid #ff8484;
    padding: .7em 2em;
    color:#ff8484;
	z-index: 9;
	font-size: .9em;
	outline:none; 
}
.wthree-btn:focus{
	color:#ff8484;
	text-decoration:none;
	outline: none;
}
.wthree-btn:hover{ 
    color:#fff; 
}
/*-- deals-effect --*/
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
} 
.wthree-btn:before, .wthree-btn:after {
	position: absolute;
	top: 50%;
	content: '';
	width: 20px;
	height: 20px;
	background:#ff8484;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	z-index: -1;
	transition:.5s all;
}
.wthree-btn:before {
	left: -20px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.wthree-btn:after {
	right: -20px;
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
} 
.wthree-btn:hover:before {
	-webkit-animation: criss-cross-left 0.8s both; 
	-moz-animation: criss-cross-left 0.8s both;
	-o-animation: criss-cross-left 0.8s both;
	-ms-animation: criss-cross-left 0.8s both;
    animation: criss-cross-left 0.8s both;
}
.wthree-btn:hover:after {
	-webkit-animation: criss-cross-right 0.8s both;
	-moz-animation: criss-cross-right 0.8s both;
	-o-animation: criss-cross-right 0.8s both;
	-ms-animation: criss-cross-right 0.8s both;
	animation: criss-cross-right 0.8s both;
}  
/*-- //button effect --*/ 
/*-- gallery --*/ 
.gallery-wthreegrids {
    padding: 0;
	background: #f3f3f3;
}
.gallery-w3lsgrid a.agilefig{
    background: url(../images/g1.jpg) no-repeat center 0px;
    background-size: cover;  
	display: block;
    min-height: 238px;
} 
.gallery-w3lsgrid a.agilefig.gallery-img2{
    background: url(../images/g2.jpg) no-repeat center 0px; 
	background-size: cover;
}
.gallery-w3lsgrid a.agilefig.gallery-img3{
    background: url(../images/g3.jpg) no-repeat center 0px; 
	background-size: cover; 
}
.gallery-w3lsgrid a.agilefig.gallery-img4{
    background: url(../images/g4.jpg) no-repeat center 0px; 
	background-size: cover; 
} 
.gallery-w3lsgrid a.agilefig.gallery-img5{
    background: url(../images/g5.jpg) no-repeat center 0px; 
	background-size: cover; 
} 
.gallery-w3lsgrid a.agilefig.gallery-img6{
    background: url(../images/g6.jpg) no-repeat center 0px; 
	background-size: cover; 
} 
.gallery-w3lsgrid {
    padding: 0; 
	overflow:hidden;
}
.gallery-agileinfo-row:hover .gallery-w3lsgrid a.agilefig {
	-webkit-transform: scale(1.4) rotate(15deg);
	-moz-transform: scale(1.4) rotate(15deg);
	-o-transform: scale(1.4) rotate(15deg);
	-ms-transform: scale(1.4) rotate(15deg);
    transform: scale(1.4) rotate(15deg);
}
.gallery-w3lsgrid.gallery-w3lsgrid3 {
    float: right;
} 
.gallery-w3lsgrid.gallery-text, .gallery-w3lsgrid.gallery-text2, .gallery-w3lsgrid.gallery-text3 {
    padding:3.7em 3em; 
    position: relative;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.gallery-agileinfo-row h4 {
    font-size: 2.3em;
    color: #5f9ea0;
    margin-bottom: 0.4em;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
    font-weight: 600;
    letter-spacing: 2px;
}
.gallery-w3lsgrid p { 
    line-height: 2em;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}
.gallery-w3lsgrid.gallery-text:before {
    content: '';
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    top: 42%;
    left: -15px;
    position: absolute; 
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
} 
.gallery-w3lsgrid.gallery-text3:before {
	content: ''; 
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
    position: absolute;
	top: 42%;
    right: -15px;
	z-index:9;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}  
.gallery-agileinfo-row{
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}
.gallery-agileinfo-row:hover {
    background:#5f9ea0; 
}
.gallery-agileinfo-row:hover .gallery-w3lsgrid h4{
    color: #000;
}
.gallery-agileinfo-row:hover .gallery-w3lsgrid p {
    color: #fbfbfb;
}
.gallery-agileinfo-row:hover .gallery-w3lsgrid.gallery-text:before {
    border-right-color:#5f9ea0;
} 
.gallery-agileinfo-row:hover .gallery-w3lsgrid.gallery-text3:before {
    border-left-color:#5f9ea0;
}
/*-- //gallery --*/
/*-- subscribe --*/ 
.sub-agileitsinfo{ 
	background: url(../images/bg1.jpg)no-repeat center 0px;
    background-size: cover;
}
.subscribe {
    text-align: center;
    background: rgba(255, 132, 132, 0.77);
}
.subscribe h4 {
    font-size: 5em;
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px;
}
.subscribe form {
    width: 50%;
    margin: 3em auto 0;
}
.subscribe input[type="email"] {
    width: 78%;
    padding: .8em 1em;
    font-size: 1em;
    float: left;
    color: #5f9ea0;
    outline: none;
    border: 1px solid #fff;
    border-right: none;
    background: #fff;
    -webkit-appearance: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
.subscribe input[type="submit"] {
    float: left;
    color: #fff;
    font-size: 1em;
    outline: none;
    padding: .8em 2em;
    border: 1px solid #fff;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-appearance: none;
    background: none;
    font-weight: 600;
}
.subscribe form:hover input[type="email"] {
    border-color: #5f9ea0;
}
.subscribe form:hover input[type="submit"] {
    border-color: #5f9ea0;
    background: #5f9ea0;
    color: #fff;
}
.subscribe ::-webkit-input-placeholder {
	color:#999 !important;
}
.subscribe :-moz-placeholder { /* Firefox 18- */
	color:#999 !important;
}
.subscribe ::-moz-placeholder {  /* Firefox 19+ */
	color:#999 !important;
}
.subscribe :-ms-input-placeholder {  
	color:#999 !important;
}
/*-- //subscribe --*/
/*-- footer --*/
.footer {
    padding: 3em 0;
    text-align: center;
    background: #2B2B2B;
}
.footer p {
    color: #fff;
    margin-top: 1em;
    letter-spacing: 1px;
    font-weight: 300;
}
.footer p a{
    color:#ff8484;
}
.footer p a:hover{
    color: #fff;
}
.social-button {
    display: inline-block;
    background-color: #fff;
    width: 32px;
    height: 32px;
    margin: 0 3px;
    line-height: 32px;
    text-align: center;
    position: relative;
    overflow: hidden;
    opacity: .99; 
}
.social-button:before {
    content: '';
    background-color: #000;
    width: 120%;
    height: 120%;
    position: absolute;
    top: 102%;
    left: -118%;
    -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
	-moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59); 
    transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button .fa {
	font-size: 18px;
	vertical-align: middle;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
	-moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59); 
	transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button.facebook:before {
	background-color: #3B5998;
}
.social-button.facebook .fa {
	color: #3B5998;
}
.social-button.twitter:before {
	background-color: #3CF;
}
.social-button.twitter .fa {
	color: #3CF;
}
.social-button.google:before {
	background-color: #DC4A38;
}
.social-button.google .fa {
	color: #DC4A38;
}
.social-button.dribbble:before {
	background-color: #F26798;
}
.social-button.dribbble .fa {
	color: #F26798;
}
.social-button.skype:before {
	background-color: #00AFF0;
}
.social-button.skype .fa {
	color: #00AFF0;
}
.social-button:focus:before, .social-button:hover:before {
	top: -10%;
	left: -10%;
}
.social-button:focus .fa, .social-button:hover .fa {
	color: #fff;
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1); 
}
/*-- //footer --*/  
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
/*-- slider-up-arrow --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 6%;
    right: 3%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url("../images/move-up.png") no-repeat 0px 0px;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-o-transform: scale(0.85);
	-ms-transform: scale(0.85);
    transform: scale(0.85);
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
#toTop:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
    transform: scale(1);
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	transform: scale(1);
}
/*-- //slider-up-arrow --*/
/*-- about-page --*/
.banner-w3ltext.about-w3bnr {
    padding:2em 0 3em;
}
.banner-w3ltext.about-w3bnr h2 {
    font-size: 3em;
    width: initial;
    height: inherit;
    border: none;
    padding: 0;
}
.banner-w3ltext.about-w3bnr h2 a {
    color: #fff;
}
.banner-w3ltext.about-w3bnr h2 a:hover {
    color: #ff8484;
}
/*-- //about-page --*/
/*-- features --*/
.features{
    background: url(../images/a.jpg)no-repeat 0px 0px;
    background-size: cover; 
}
.features-grids {
    border: 1px solid #fff;
    padding: 2em;
    overflow: hidden;
    background: #000;
    width: 32.5%;
}
.features-grids.features-grids-mdl {
    margin: 0 1em;
}
.features-left {
    float: left;
	margin-right: 1em;
}
.features-right {
    float: right;
}
.features-right span.glyphicon {
    font-size: 5em;
    color: #5f9ea0;
    margin-top: 0.5em;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
.features h4 {
    font-size: 1.8em;
    color: #ff8484;
    letter-spacing: 2px;
    font-weight: 600;
}
.features h5 {
    font-size: 4em;
    color: #fff;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    margin-top: 0.3em;
} 
.features-grids:hover span.glyphicon {
    -webkit-transform: scale(3);
    transform: scale(3);
    -moz-transform: scale(3);
    -o-transform: scale(3);
    -ms-transform: scale(3);
    opacity: .3;
    -moz-opacity: .3;
}
/*-- //features --*/
/*-- team --*/  
.team-wthree-grids img {
    width: 100%;
} 
/* general styling for all the hovers */ 
.w3ls-effect11 {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #000;
}
.w3ls-effect11 .overlay {
    width: 100%;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 0; 
    text-align: center;
    padding: 2em 0;
}
.w3ls-effect11 img {
	display: block;
	position: relative;
} 
.w3ls-effect11 h5 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 2em;
    padding: 10% 0 10px 0;
    font-weight: 700;
    letter-spacing: 3px;
}
.w3ls-effect11 p {
    color: #ff8484;
    letter-spacing: 2px;
}
.w3ls-effect11 .w3social-icons {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
    opacity: 0;
    margin: 0px;
    padding: 0px;
    border: none; 
	-webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
	transition: opacity 0.35s, transform 0.45s;
	-webkit-transform: translate3d(-20px,0,0);
	-moz-transform: translate3d(-20px,0,0);
	-o-transform: translate3d(-20px,0,0);
	-ms-transform: translate3d(-20px,0,0);
	transform: translate3d(-20px,0,0);
}
.w3ls-effect11 img {
	max-width: none; 
	width: -webkit-calc(100% + 60px); 
	width: calc(100% + 60px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
	-moz-transition: opacity 0.35s, -moz-transform 0.45s; 
	transition: opacity 0.35s, transform 0.45s;
	-webkit-transform: translate3d(-40px,0,0);
	-moz-transform: translate3d(-40px,0,0);
	-ms-transform: translate3d(-40px,0,0);
	-o-transform: translate3d(-40px,0,0);
	transform: translate3d(-40px,0,0);
}  
.w3ls-effect11:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
} 
.w3ls-effect11:hover .w3social-icons {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
} 
/*-- //team --*/ 
/*-- map --*/ 
.map{
    margin:4em 0;
}
.map iframe{
	width:100%;
	height:350px;
	position:relative;
	border: none;
}  
.address-right {
    text-align: left;
    padding-left: 2em;
}
.contact-w3lsright h6 {
    font-size: 1.8em;
    color: #595c65;
    font-weight: 300;
    line-height: 1.8em;
    text-transform: uppercase; 
}
.contact-w3lsright h6 span {
    color: #03A9F4; 
} 
.address-left {
    padding: 0;
    text-align: center;
}
.address-row span.glyphicon {
    font-size: 1.2em;
    border: 1px solid ;
    padding: 1em;
    color: #5f9ea0;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
.address-row:hover span.glyphicon {
    border-color: #5f9ea0; 
	-webkit-transform: rotatey(180deg);
	-moz-transform: rotatey(180deg);
    transform: rotatey(180deg);
	-o-transform: rotatey(180deg);
	-ms-transform: rotatey(180deg);
}
.address-row h5 {
    font-size: 1.8em;
    color: #ff8484;
    margin-bottom: .2em;
    font-weight: 600;
    letter-spacing: 1px;
}
.address-row p a {
    color: #5f9ea0;
}
.address-row p a:hover{
    color: #999;
}
.address h4 {
    font-size: 1.8em;
    color: #5f9ea0;
    margin-bottom: 0.6em;
    text-transform: uppercase;
}
/*-- //map --*/ 
/*-- contact --*/ 
.contact-left input[type="text"],.contact-left input[type="email"]{
	border:1px solid #ccc;
	font-size:1em;
	color:#828282;
	background:none;
	width:100%;
	padding:.8em 1em;
	outline:none;
	-webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	transition: 0.5s all;
}
.contact-left input[type="text"]:hover,.contact-left input[type="email"]:hover,.contact-right textarea:hover{
	border-color:#5f9ea0;	
}
.contact-right textarea{
	border:1px solid #ccc;
	font-size:1em;
	color:#828282;
	background:none;
	width:100%;
	padding:.8em 1em;
	outline:none;
    min-height: 8em;
	resize:none;
}
.contact-left input[type="email"]{
	margin:1.5em 0;
}
.contact-right input[type="submit"] { 
    padding: .6em 1em;
    color: #fff;
    font-size: 1.1em;
    background: #5f9ea0; 
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	transition: 0.5s all;
    outline: none;
    margin: 1em 0 0;
    width: 100%;
	border:1px solid #5f9ea0;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.contact-right input[type="submit"]:hover{
    background: transparent;	
	color:#5f9ea0;
}
/*-- //contact --*/  
/*-- pages --*/ 
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
	line-height: 2.5em;
}   
.grid_3{
	margin-bottom:3em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}   
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.w3ls-hdg, h3.bars {
    margin-bottom: 1em;
    color: #ff8484;
    font-weight: 700;
    letter-spacing: 2px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 0;
}
.badge-primary {
	background-color: #03a9f4;
}
.badge-success {
	background-color: #8bc34a;
}
.badge-warning {
	background-color: #ffc107;
}
.badge-danger {
	background-color: #e51c23;
}
.grid_3 p{ 
	color: #888;
	font-size: 0.9em;
	margin-bottom: 0.5em;
	font-weight: 300;
}
.bs-docs-example {
	margin: 1em 0;
}
section#tables  p {
	margin-top: 1em;
}
.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.9em;
	color: #999;
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
} 
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
	font-weight: 300 !important;
}
.nav-tabs {
	margin-bottom: 1em;
} 
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:1.8em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
} 
.input-group {
	margin-bottom: 20px;
}
.codes .row {
    margin: 0;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
} 
.form-control1, .form-control_2.input-sm{
	border: 1px solid #e0e0e0;
	padding:5px 18px;
	color: #616161;
	background: #fff;
	box-shadow: none !important;
	width: 100%;
	font-size: 0.85em;
	font-weight: 300;
	height: 40px;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-appearance: none;
	outline:none;
}
.control3{
	margin:0 0 1em 0;
}
.codes label {
    font-weight: 400;
}
/*-- icons --*/
.codes a {
    color: #999;
}
.icon-box {
    padding: 8px 15px;
    background:rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #fff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
} 
.icon-box:hover {
    background: #5f5f5f;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.icon-box:hover i.fa {
	color:#fff !important;
}
.icon-box:hover a.agile-icon {
	color:#fff !important;
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px; 
    line-height: 1.4;
    text-align: center;  
    font-size: 12px;
    list-style-type: none;	
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
	font-size: 28px;
    color:#5f9ea0 !important;
    margin: 30px 0 15px;
	letter-spacing: 1px;
	font-weight: 700;
}
.agileits-icons-title {
    text-align: center;
    font-size: 36px;
    color: #ef2e46;
    font-weight: 300;
}
.icons a {
    color: #999;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}
.icons .bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background:rgba(149, 149, 149, 0.18);
    margin: 1%;
}
.icons .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
	color: #282a2b;
}
.icons .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.icons .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
/*-- //icons --*/ 
@media (max-width:1080px){
.icon-box {
    padding: 8px 9px; 
}
}
@media (max-width:768px){
	.grid_5 {
		padding: 0 0 1em;
	}
	.grid_3 {
		margin-bottom: 0em;
	}
}
@media (max-width:640px){
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		margin-bottom: .5em;
	}
	.progress {
		height: 10px;
		margin-bottom: 10px;
	}
	ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
		font-size: 14px;
	}
	.breadcrumb {
		margin-bottom: 25px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
	.label {
		font-size: 60%;
	}
	.in-gp-tl {
		padding: 0 1em;
	}
	.in-gp-tb {
		padding-right: 1em;
	}
}
@media (max-width:480px){
	h3.w3ls-hdg {
		font-size: 1.6em;
		margin: 1em 0 0.6em;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		font-size: 1.2em;
	}
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.codes .alert {
		font-size: 0.9em;
		padding: 10px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
	.grid_3.grid_4.w3layouts {
		margin-top: 0;
	}
	.agileits-icons-title {  
		font-size: 30px; 
	}
	h3.icon-subheading {
		font-size: 22px; 
	}
	.icons .bs-glyphicons li { 
		width: 31%; 
	} 
}
@media (max-width: 320px){ 
	.alert,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 1em;
		padding: 5px 11px !important;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
		font-size: 0.8em;
	}
	.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		padding: 13px!important;
	} 
	.agileits-icons-title { 
		font-size: 25px;
	}
	h3.icon-subheading {
		font-size: 18px;
		margin: 21px 0 12px;
	}
}
/*-- //pages --*/
/*-- responsive-design --*/
@media(max-width:1440px){
}
@media(max-width:1366px){
.services { 
    padding: 8em 0;
}
.gallery-w3lsgrid.gallery-text, .gallery-w3lsgrid.gallery-text2, .gallery-w3lsgrid.gallery-text3 {
    padding: 3.7em 2.5em; 
}
}
@media(max-width:1280px){
.banner-w3ltext {
    padding: 12em 0; 
}
.w3layouts_about_grid_right h5 {
    font-size: 5em; 
}
.w3layouts_about_grid_left {
    padding: 0 11em 0 0;
}
.services, .news {
    margin: -2em 0 0;
}
.gallery-w3lsgrid.gallery-text, .gallery-w3lsgrid.gallery-text2, .gallery-w3lsgrid.gallery-text3 {
    padding: 3.7em 2em;
}
.cd-stretchy-nav { 
    top: 42px;
    right: 5%;
}
}
@media(max-width:1080px){
.cd-stretchy-nav { 
    right: 6%;
} 
.banner-w3ltext h2 { 
	font-size: 7em; 
    padding: 0.75em 0; 
    width: 300px;
    height: 300px;
}
.banner-w3ltext {
    padding: 10em 0;
}
.w3layouts_about_grid_left {
    padding: 0 9em 0 0;
}
h3.agileits-title {
    font-size: 4.5em; 
    text-align: center; 
}
.gallery-w3lsgrid.gallery-text, .gallery-w3lsgrid.gallery-text2, .gallery-w3lsgrid.gallery-text3 {
    padding: 2.6em 2em;
}
.subscribe form {
    width: 59%; 
}
.features-grids { 
    width: 32.3%; 
}
.features-right span.glyphicon { 
    margin-top: 0.2em; 
}
.about, .codes, .subscribe, .about, .w3gallery, .team, .news, .contact, .features-agileinfo {
    padding: 4em 0;
}
.subscribe h4 {
    font-size: 4em; 
}
.address-row {
    padding: 0;
} 
.news-grid-left {
    padding: 0 7em;
}
}
@media(max-width:1024px){
.banner-w3ltext h2 { 
    padding: 0.7em 0;
    width: 280px;
    height: 280px;
}
.banner-w3ltext {
    padding: 8em 0;
}
.w3layouts_about_grid_right h5 {
    font-size: 4.5em;
}
.w3layouts_about_grid_right h4 {
    font-size: 1.6em; 
    margin-bottom: 0.4em; 
}
.modal-body p span { 
    margin: 1em;
}
}
@media(max-width:991px){
.header {
    padding-top: 2em;
}
.cd-stretchy-nav {
    top: 35px; 
	right: 13%;
}
.w3layouts_about_grid_left {
    padding: 0 30em 0 0;
    margin-bottom: 3em;
}
.w3layouts_about_grid_right h5 {
    font-size: 4em;
}
.w3layouts_about_grid_right p {
    margin: 1em 0 0; 
}
.services-w3grid-right {
    padding-right: 0;
}
.services {
    padding: 6em 0 8em;
}
.services {
    padding: 6em 0 8em;
}
.gallery-w3lsgrid a.agilefig { 
    min-height: 262px;
}
.subscribe form {
    width: 80%;
	margin: 2em auto 0;
}
.footer {
    padding: 2em 0; 
} 
.features-grids {
    width: 50%;
    margin: 0 auto;
}
.features-grids.features-grids-mdl {
    margin: 2em auto;
}
.features h5 {
    font-size: 3em; 
}
.team-wthree-grids {
    padding: 0 .5em;
}
.gallery-agileinfo-row h4 {
    font-size: 2.1em; 
}
.address-row.w3-agileits {
    padding: 1.5em 0;
}
.map {
    margin: 3em 0;
}
.news-grid-left {
    padding: 0 3em;
}
}
@media(max-width:800px){
.logo h1 {
    font-size: 4em; 
}
.cd-stretchy-nav {
    top: 28px;
    right: 4%;
}
.banner-w3ltext h2 span { 
    letter-spacing: 10px;
}
.w3layouts_about_grid_right h5 {
    font-size: 3.5em;
}
.gallery-w3lsgrid p { 
    font-size: .9em;
}
.gallery-w3lsgrid.gallery-text, .gallery-w3lsgrid.gallery-text2, .gallery-w3lsgrid.gallery-text3 {
    padding: 2.2em 2em;
}
.gallery-w3lsgrid a.agilefig {
    min-height: 230px;
}
.gallery-agileinfo-row h4 {
    font-size: 1.8em;
}
.modal-dialog {
    margin: 3em auto;
}
.w3ls-effect11 h5 { 
    font-size: 1.8em; 
    letter-spacing: 2px;
}
.map iframe { 
    height: 250px; 
}
.contact-left {
    padding-left: 0;
}
.contact-right {
    padding-right: 0;
}
.map {
    margin: 2.5em 0;
}
.banner-w3ltext.about-w3bnr h2 {
    font-size: 2.5em; 
}
.banner-w3ltext.about-w3bnr {
    padding: 1.5em 0 2em;
}
h3.agileits-title {
    font-size: 4em; 
    margin-bottom: 0.8em;
    letter-spacing: 2px;
}
}
@media(max-width:767px){
.banner-w3ltext h2 {
    font-size: 6em; 
	width: 250px;
    height: 250px;
}
.header {
    padding-top: 1.5em;
}
.cd-stretchy-nav {
    top: 20px; 
}
.services-w3grid-left { 
    padding: 0;
}
.news-grid-left {
    padding: 0 1em;
}
.gallery-w3lsgrid.gallery-text, .gallery-w3lsgrid.gallery-text2, .gallery-w3lsgrid.gallery-text3 {
    padding: 4.2em 3em;
}
.subscribe input[type="email"] {
    width: 70%; 
}
.cd-stretchy-nav.edit-content ul span { 
    font-size: 0.9em; 
}
.w3layouts_about_grid_right h4 {
    font-size: 1.3em; 
}
.team-wthree-grids {
    padding: .5em;
}
.team-agileinfo.w3ls-team-row {
    margin: 0 5em;
}
.contact-right {
    padding: 0;
    margin-top: 1em;
}
.contact-left input[type="email"] {
    margin: 1em 0;
}
.contact-left {
    padding: 0;
} 
.w3layouts_about_grid_right {
    padding: 0;
}
.services-w3grid {
    padding: 0;
}
}
@media(max-width:667px){
.w3layouts_about_grid_left {
    padding: 0 25em 0 0; 
}
.w3layouts_about_grid_right h5 {
    font-size: 3em;
}
.datew3-agileinfo {
    padding-left: 1em;
}
.services {
    padding: 6em 0 7em;
}
.services, .news {
    margin: -4em 0 0;
}
.datew3-agileinfo h5 {
    font-size: 1.8em; 
}
}
@media(max-width:640px){
.about, .codes, .subscribe, .about, .w3gallery, .team, .news, .contact, .features-agileinfo {
    padding: 3em 0;
}
.features-grids { 
    padding: 1.5em; 
}
.team-agileinfo.w3ls-team-row {
    margin: 0 3em;
} 
}
@media(max-width:600px){
.gallery-w3lsgrid.gallery-text, .gallery-w3lsgrid.gallery-text2, .gallery-w3lsgrid.gallery-text3 {
    padding: 4.2em 2em;
}
.banner-w3ltext {
    padding: 6em 0;
}
.w3layouts_about_grid_left {
    padding: 0 18em 0 0;
}
.team-agileinfo.w3ls-team-row {
    margin: 0 1em;
}
.subscribe h4 {
    font-size: 3.5em;
}
.subscribe form { 
    margin: 1em auto 0;
}
.banner-w3ltext.about-w3bnr h2 {
    font-size: 2em;
}
}
@media(max-width:568px){ 
.features-grids {
    width: 60%;
    margin: 0 auto;
}
.gallery-w3lsgrid.gallery-text, .gallery-w3lsgrid.gallery-text2, .gallery-w3lsgrid.gallery-text3 {
    padding: 3.2em 2em;
}
}
@media(max-width:480px){
.banner-w3ltext h2 {
    font-size: 4em;
    width: 180px;
    height: 180px;
    border-width: 5px;
    padding: 0.9em 0;
}
.banner-w3ltext h2 span {
    letter-spacing: 7px;
    font-size: .16em;
} 
.w3layouts_about_grid_left_pos { 
    padding: 1em 0;
}
.w3layouts_about_grid_left {
    padding: 0 10em 0 0;
    margin-bottom: 2em;
}
.services-w3grid {
    float: none;
    width: 100%;
}
h3.agileits-title {
    font-size: 3.5em; 
} 
.services-w3grid-bottom,.services-w3grid:nth-child(2)  {
    margin-top: 2em;
}
.services span.glyphicon {
    font-size: 1.6em;  
} 
.date {
    padding: 2em 1em; 
}
.datew3-agileinfo {
    width: 100%;
    margin-top: 1.5em;
    padding: 0;
}
.date-w3grid {
    width: 100%;
    padding: 0;
} 
.subscribe form {
    width: 95%; 
}
.features-grids {
    width: 76%; 
}
.features-right span.glyphicon {
    font-size: 4em; 
}
.team-agileinfo.w3ls-team-row {
    margin: 0;
}
.w3ls-effect11 p { 
    letter-spacing: 1px;
}
.subscribe input[type="submit"] { 
    padding: .8em 1.5em; 
} 
}
@media(max-width:414px){
.logo h1 {
    font-size: 3em;
}
.cd-stretchy-nav .stretchy-nav-bg,.cd-nav-trigger,.cd-stretchy-nav ul a  { 
    width: 45px;
    height: 40px; 
} 
.cd-stretchy-nav ul { 
    padding: 50px 0 10px; 
}
.cd-stretchy-nav ul a::after { 
    right: 15px; 
}
.cd-stretchy-nav.edit-content ul span { 
    right: 48px; 
}
.gallery-w3lsgrid.gallery-text, .gallery-w3lsgrid.gallery-text2, .gallery-w3lsgrid.gallery-text3 {
    padding: 2.2em 1.5em;
}
.subscribe input[type="email"] {
    width: 64%;
}
p {
    font-size: 0.9em; 
}
.services-w3grid-left {
    text-align: center;
}
.subscribe h4 {
    font-size: 3em;
}
.subscribe input[type="email"],.subscribe input[type="submit"],.contact-left input[type="text"], .contact-left input[type="email"]{ 
    font-size: 0.9em; 
}
.contact-right input[type="submit"] { 
    font-size: 1em;  
}
.news-grid-left:nth-child(1) {
    margin: 0em 0 1em 0;
}
.wthree-btn { 
    margin: 1em auto 0; 
    font-size: .85em; 
}
.about, .codes, .subscribe, .about, .w3gallery, .team, .news, .contact, .features-agileinfo {
    padding: 2.5em 0;
}
.w3layouts_about_grid_right h5 {
    font-size: 2.5em;
}
.w3layouts_about_grid_right h4 {
    font-size: 1.1em;
}
.features-grids {
    width: 90%;
}
.features h4 {
    font-size: 1.5em; 
    letter-spacing: 1px; 
}
.datew3-agileinfo { 
    margin-top: 1em; 
}
.datew3-agileinfo p {
    margin: 0.5em 0 0;
}
.w3layouts_about_grid_left_pos img.img-responsive {
    margin-left: 1em;
}
} 
@media(max-width:375px){
.w3layouts_about_grid_left {
    padding: 0 2em 0 0; 
}
.news-grid-left {
    padding: 0;
}
.date {
    padding: 1.5em 1em;
}
.date p { 
    font-size: 2.5em; 
}
.date span { 
    font-size: 0.8em; 
}
.gallery-w3lsgrid {
    width: 100%;
    float: none;
}
.gallery-w3lsgrid.gallery-text, .gallery-w3lsgrid.gallery-text2, .gallery-w3lsgrid.gallery-text3 {
    padding: 1.8em 1.5em;
} 
.subscribe form {
    width: 100%;
}
.banner-w3ltext {
    padding: 4em 0;
}
.banner-w3ltext h2 {
    font-size: 3.2em;
    width: 140px;
    height: 140px;
    border-width: 5px;
    padding: 0.8em 0;
}
.banner-w3ltext h2 span {
    letter-spacing: 5px; 
}
.team-wthree-grids {
    padding: .5em;
    width: 100%;
}
.address-row h5 {
    font-size: 1.5em; 
}
.map {
    margin: 1.5em 0;
}
h3.agileits-title {
    font-size: 3em;
}
.banner-w3ltext.about-w3bnr {
    padding: 1.5em 0;
}
.banner-w3ltext.about-w3bnr h2 {
    font-size: 1.5em;
}
}
/*-- //responsive-design --*/
