/*--Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/*-- reset code --*/
body{
	padding:0;
	margin:0;
	background:#FFF;
}
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;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
	padding:0;
}	
p{
	margin:0;
	padding:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
button{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
img {
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*-- /reset code --*/
body {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight:500;
	color:#999;
}
/* Animations */
[data-aos="example-anim1"] {
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
[data-aos="example-anim1"].aos-animate {
  -webkit-transform: skewX(0);
          transform: skewX(0);
  opacity: 1;
}

[data-aos="example-anim2"] {
  background: red;
  -webkit-transition-property: background;
  transition-property: background;
}
[data-aos="example-anim2"].aos-animate {
  background: green;
}

[data-aos="example-anim3"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
[data-aos="example-anim3"].aos-animate {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 1;
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
/* full height demo */
html.demo-full-height,
html.demo-full-height body,
html.demo-full-height .jarallax,
html.demo-full-height .demo-table {
    height: 100%;
}
html.demo-full-height .jarallax,
html.demo-full-height .demo-table {
    min-height: 800px;
}
/*-- banner section --*/
/*-- navigation section --*/
.navbar-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
	background: #7ad1fe;
}
.navbar-wrapper > .container {
	padding-right: 0;
	padding-left: 0;
}
.navbar-wrapper .navbar {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color:#7ad1fe;
}
.navbar-inverse {
    background-color:transparent;
    border-color:transparent;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
}
.navbar-brand h1 {
	font-size:40px;
	color:#003366;
	font-family: 'Righteous', cursive;
	text-transform:uppercase;
	line-height:20px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
}
.navbar-inverse .navbar-nav>li>a{
	color:#fff;
}

.navbar-nav>li>a {
	color:#003366;
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
	position:relative;
	padding: 0 15px;
    margin-top: 15px;
}
a.facebook {
	margin-top: 5px !important;
}
.navbar {
	margin-bottom:0px;
}
@media (min-width: 768px) {
	.navbar-wrapper {
	padding-top: 40px;
}
	.navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
}
	.navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
}
	.navbar-wrapper .navbar {
    border-radius: 4px;
}
}
/* Effect 5: same word slide in */
.cl-effect-5 a {
	overflow: hidden;
}

.cl-effect-5 a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cl-effect-5 a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
	color: #003665;
}

/* Effect 5: same word slide in and border bottom */
/*-- /navigation section --*/
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
section.banner-w3ls .pogoSlider-slide-element {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    text-align: center;
    margin-top: 410px!important;
}
section.banner-w3ls .pogoSlider-slide-element h3 {
    color: #003366;
    font-weight:bold;
    font-size: 50px;
	padding:0 100px 30px;
    letter-spacing: 3px;
    line-height: 100px;
    padding-bottom: 30px;
    text-transform: uppercase;
	font-family: 'Righteous', cursive;
}
/*-- /banner section --*/
/*-- services section --*/
section.service-w3ls {
    padding: 100px 0;
	background-color:#7ad1fe;
}
section.service-w3ls h3.text-center {
    font-size: 40px;
    font-weight: normal;
    color: #003366;
    font-family: 'Righteous', cursive;
    padding-bottom: 50px;
}
.ch-grid {
	margin:0;
	padding:0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}
.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}
.ch-grid:after {
	clear: both;
}
.ch-grid div {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin:0 auto;
}
section.service-w3ls h4 {
	font-size:25px;
	font-weight:normal;
	color: #003366;
	font-family: 'Righteous', cursive;
	text-align:center;
	padding:20px 0 15px;
}
section.service-w3ls p.serv-w3 {
	font-size:16px;
	color:#003366;
	line-height:30px;
	text-align:center;
}
/*-- /services section --*/
/*-- about section --*/
section.about-agileits {
	padding:0;
	margin:0;
}
section.about-agileits .container-fluid {
	padding:0;
}
.col-lg-6.col-md-6.col-sm-6.about-agile1,.col-lg-6.col-md-6.col-sm-6.about-agile2 {
	padding:0;
}
.column {
	margin:0 auto;
	padding:0;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	width:100%;
	margin: 0 auto;
	padding: 0;
}
.fa-map-marker{
	color: black;
}
figure {
	width:100%;
	margin:0 auto;
	padding: 0;
	overflow: hidden;
}
.hover01 figure img {
	width:100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transition:all 2s ease-in-out;
	transition:all 2s ease-in-out;
	-moz-transition:all 2s ease-in-out;
	-o-transition:all 2s ease-in-out;
	-ms-transition:all 2s ease-in-out;
}
section.about-agileits:hover .hover01 figure img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
}
section.about-agileits .about-wthree {
    padding: 70px 70px;
}
section.about-agileits .about-wthree h2.text-center {
    font-size: 40px;
    font-weight: normal;
	font-family: 'Righteous', cursive;
    color: #003665;
    padding-bottom: 25px;
}
section.about-agileits .about-wthree p {
	font-size:16px;
	font-weight:500;
	line-height:35px;
	text-indent:75px;
}
section.about-agileits .about-wthree a {
	font-size: 16px;
    font-weight: normal;
	font-family: 'Righteous', cursive;
	background-color:transparent;
    display: block;
	outline:none;
    width: 150px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    color: #7ad1fe;
	text-decoration:none;
    border: 2px solid #7ad1fe;
    margin: 30px auto 0;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
}
section.about-agileits .about-wthree a:hover {
	background-color:#7ad1fe;
	color:#fff;
	border: 2px solid #7ad1fe;
}
.modal-open .modal {
	background-color:rgba(0,0,0,0.7);
}
.modal-content {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}
.modal-header {
	background:#1ca0de;
}
.modal-header .close {
    margin-top: -2px;
    font-size: 45px;
    font-weight: normal;
	outline: none;
}
.modal-header h4 {
    color: white;
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
	font-family: 'Righteous', cursive;
}
.modal-body p {
	font-size: 14px;
    font-weight:500;
    color: #999;
    text-align: left;
    line-height: 30px;
    padding: 10px 15px;
}
.modal-footer {
	background: #2b2b2b;
}
.modal-footer button.btn.btn-default {
    color: white;
    border-color:#fff;
    background: rgba(0, 0, 0, 0.05);
	border-radius:5px;
	outline:none;
}
/*-- /about section --*/

/*-- contact section --*/
section.contact-wthree {
	background:url(../images/contact.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;	
	background-size:cover;
	padding:100px 0;
}
section.contact-wthree h3.text-center {
    font-size: 40px;
    font-weight: normal;
    color: #fff;
    font-family: 'Righteous', cursive;
    padding-bottom: 50px;
}
ul.address-w3-agile {
    list-style: none;
}
ul.address-w3-agile li {
	margin-bottom:10px;
	text-align:left;
}
ul.address-w3-agile i.fa {
	width:50px;
	height:50px;
	border:1px solid #fff;
	text-align:center;
	line-height:50px;
	font-size:20px;
	color:#fff;
	margin-right:10px;
	display:inline-block;
	background-color:transparent;
}
ul.address-w3-agile i.fa.fa-map-marker {
    color: #7ad1fe !important;
    border: solid;
}
ul.address-w3-agile li:hover i.fa {
    -webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
	-o-animation: spin 2s linear infinite;
	-ms-animation: spin 2s linear infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
	border-radius: 50%;
	background-color:#7ad1fe;
	color:#fff;
	border:1px solid #7ad1fe;
}
ul.address-w3-agile li:hover i.fa.fa-map-marker {
	background-color:#fff;
	border:1px solid #fff;
}
ul.address-w3-agile p {
	font-size:18px;
	font-weight:600;
	color:#fff;
	line-height:30px;
	display:inline-block;
}
ul.address-w3-agile p a {
	color:#fff;
	text-decoration:underline;
}
.col-lg-6.col-md-6.col-sm-6.contact-agile2 {
    text-align: center;
}
section.contact-wthree h4 {
	font-size:22px;
	font-weight:normal;
	color:#fff;
	text-align:center;
	font-family: 'Righteous', cursive;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
section.contact-wthree input#email1 {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    margin: 15px auto;
    text-align: center;
    font-size: 16px;
	font-family: 'Raleway', sans-serif;
    height: 45px;
    border: 3px solid rgba(0, 168, 255, 0.55);
}
section.contact-wthree button.btn.btn-outline.btn-lg {
    background-color:#0b6797;
    color: #fff;
    font-size: 17px;
	font-family: 'Righteous', cursive;
    padding: 10px 45px;
}
section.contact-wthree button.btn.btn-outline.btn-lg:hover {
	background-color:#003665;
    color:#fff;
}
/*-- /contact section --*/
/*-- map section --*/
.map {
	width:100%;
	height:400px;
}
#map {
	width:100%;
	height: 100%;
}
/*-- /map section --*/
/*-- copyright section --*/
.copyright-w3-agileits {
	padding: 10px 0;
    background-color: #7ad1fe;
}
.copyright-w3-agileits p.copyright {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
	line-height:30px;
    text-align: center;
    padding: 20px 0 0 0;
}
.copyright-w3-agileits p.copyright a {
	color:#f72d2d;
	text-decoration:none;
}
.copyright-w3-agileits p.copyright a:hover {
	color:#a94442;
}
/*-- /copyright section --*/
/*-- back to top --*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.55) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  background-size:70%;
  border:1px solid #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.cd-top:hover {
  background-color: #000;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 30px;
  }
}
/*-- /back to top --*/
.slideanim {visibility:hidden;}
.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide; 
    /* The duration of the animation */
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible; 
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

/*-- responsive design --*/
@media (max-width:1600px) {
.pogoSlider {
	height: 900px!important;
    padding-bottom: 900px!important;
}
section.banner-w3ls .pogoSlider-slide-element {
	margin-top: 400px!important;
}
textarea.form-control {
	height:112px;
}
}

@media (max-width: 1440px) {
.pogoSlider {
    height: 790px!important;
    padding-bottom: 790px!important;
}
.pogoSlider-slide {
	background-attachment:initial;
}
section.banner-w3ls .pogoSlider-slide-element {
    margin-top: 345px!important;
}
section.about-agileits .about-wthree {
    padding: 35px 30px 0;
}
section.about-agileits .about-wthree h2.text-center {
    font-size: 35px;
	padding-bottom: 15px;
}
section.about-agileits .about-wthree p {
    font-size: 15px;
}
section.about-agileits .about-wthree a {
	margin: 15px auto 0;
}	
}

@media (max-width: 1366px) {
.pogoSlider {
    height: 768px!important;
    padding-bottom: 768px!important;
}
section.banner-w3ls .pogoSlider-slide-element {
    margin-top: 330px!important;
}
section.about-agileits .about-wthree p {
    font-size: 14px;
	line-height:30px;
}
}

@media (max-width: 1280px) {
.pogoSlider {
    height: 675px!important;
    padding-bottom: 675px!important;
}
section.banner-w3ls .pogoSlider-slide-element {
    margin-top: 290px!important;
}
section.banner-w3ls .pogoSlider-slide-element h3 {
	font-size:40px;
}
section.service-w3ls p.serv-w3 {
    font-size: 14px;
}
input#firstname, input#middlename, input#lastname, input#address, input#city, input#state, input#zip, input#usrtel, input#email, input#age, select, textarea.form-control {
	font-size:14px;
}
section.testimonial-wthree p {
    font-size: 14px;
}
}

@media (max-width: 1080px) {

section.banner-w3ls .pogoSlider-slide-element h3 {
	font-size:35px;
}
section.service-w3ls,section.admission-w3-agileits,section.gallery-agileits,section.portfolio-agileinfo,section.team-agileinfo,section.testimonial-wthree,section.contact-wthree {
    padding: 60px 0;
}
section.service-w3ls h4 {
    font-size: 20px;
}
section.about-agileits .about-wthree {
    padding: 20px 30px 0;
}
section.about-agileits .about-wthree h2.text-center {
    font-size: 33px;
    padding-bottom: 10px;
}
section.about-agileits .about-wthree a {
	width: 140px;
    height: 40px;
	font-size: 15px;
	line-height: 37px;
}
img.img-responsive.big {
    margin-bottom: -85px;
}
img.img-responsive.small {
	height: 127px;
}
section.team-agileinfo p {
    font-size: 15px;
}
ul.address-w3-agile p {
    font-size: 14px;
}
section.service-w3ls h3.text-center,section.admission-w3-agileits h3.text-center,section.gallery-agileits h3.text-center,section.portfolio-agileinfo h3.text-center,section.team-agileinfo h3.text-center,section.testimonial-wthree h3.text-center,section.contact-wthree h3.text-center {
    font-size: 35px;
	padding-bottom:40px;
}
}

@media (max-width: 1050px) {
section.service-w3ls h4 {
	padding: 10px 0 10px;
}
section.about-agileits .about-wthree a {
    margin: 0px auto 0;
}
section.team-agileinfo h4 {
	padding: 20px 0 10px;
}
}

@media (max-width:1024px) {
.pogoSlider {
    height: 675px!important;
    padding-bottom: 675px!important;
}
.pogoSlider-slide {
	background-attachment:fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	background-size:cover;
}
section.about-agileits .about-wthree {
    padding: 13px 20px 0;
}
section.about-agileits .about-wthree a {
    margin: 10px auto 0;
}
}

@media (max-width:991px) {
.navbar-brand {
	padding:15px 0;
}
.navbar-nav>li>a {
	font-size: 14px;
	padding: 0 10px;
}
.pogoSlider {
    height: 590px!important;
    padding-bottom: 590px!important;
}
section.banner-w3ls .pogoSlider-slide-element {
    margin-top: 248px!important;
}
.col-lg-3.col-md-3.col-sm-6.serv-w3layouts {
    height: 390px;
}
.col-lg-6.col-md-6.col-sm-6.about-agile1, .col-lg-6.col-md-6.col-sm-6.about-agile2 {
    padding: 0;
    width: 100%;
}
section.about-agileits .about-wthree {
    padding: 30px 20px;
}
section.service-w3ls, section.admission-w3-agileits, section.gallery-agileits, section.portfolio-agileinfo, section.team-agileinfo, section.testimonial-wthree, section.contact-wthree {
    padding: 50px 0;
}
img.img-responsive.big {
    margin-bottom: -70px;
}
img.img-responsive.small {
    height: 91px;
}
.copyright-w3-agileits p.copyright {
    font-size: 14px;
}
.navbar-brand h1 {
    font-size: 35px;
}
}

@media (max-width:900px) {
section.banner-w3ls .pogoSlider-slide-element h3 {
    font-size: 29px;
}
.pogoSlider {
    height: 520px!important;
    padding-bottom: 520px!important;
}
section.banner-w3ls .pogoSlider-slide-element {
    margin-top: 216px!important;
}
section.banner-w3ls .pogoSlider-slide-element h3 {
    font-size: 30px;
    padding: 0;
}
}

@media (max-width: 768px) {
.pogoSlider-slide {
    background-attachment:initial;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;    
    background-size: cover;
}
.pogoSlider {
    height: 470px!important;
    padding-bottom: 470px!important;
}
section.service-w3ls {
	padding:50px 0 0;
}
section.service-w3ls h3.text-center, section.admission-w3-agileits h3.text-center, section.gallery-agileits h3.text-center, section.portfolio-agileinfo h3.text-center, section.team-agileinfo h3.text-center, section.testimonial-wthree h3.text-center, section.contact-wthree h3.text-center {
    font-size: 33px;
    padding-bottom: 40px;
}
section.admission-w3-agileits, section.gallery-agileits, section.portfolio-agileinfo, section.team-agileinfo, section.testimonial-wthree, section.contact-wthree {
    padding: 30px 0;
}
.lightbox-item .gallery-department {
    font-size: 45px;
}
.map {
    width: 100%;
    height: 290px;
}
section.banner-w3ls .pogoSlider-slide-element {
    margin-top: 185px!important;
}
section.banner-w3ls .pogoSlider-slide-element h3 {
    font-size: 27px;
    padding: 0;
}
.navbar-brand h1 {
    font-size: 30px;
}
.team-info {
    margin-bottom: 30px;
}
section.contact-wthree h4 {
    font-size: 20px;
}
.modal-body p {
    font-size: 14px;
    font-weight: 300;
}
.modal-header {
    padding: 5px;
}
.modal-header .close {
    margin-top: -6px;
    margin-right: 5px;
    margin-left: -5px;
}
}

@media (max-width:767px) {
	ul.nav.navbar-nav.navbar-right.cl-effect-5 {
    margin: 0 auto;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 5px 0px;
}
.navbar-inverse .navbar-toggle {
    border-color: transparent;
    background-color: rgba(0, 0, 0, 0.48);
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #000;
	border-color:#000;
}
.navbar-nav>li>a {
    margin: 18px 0;
}
.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
	color: #7ad1fe;
}

}

@media (max-width:736px) {
.pogoSlider-slide {
    background-attachment: fixed;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    background-size: 100% 100%;
}
.pogoSlider {
    height: 350px!important;
    padding-bottom: 350px!important;
}
section.banner-w3ls .pogoSlider-slide-element {
    margin-top: 127px!important;
}
.col-lg-3.col-md-3.col-sm-6.serv-w3layouts {
    height: initial;
}
section.service-w3ls p.serv-w3 {
    font-size: 14px;
    margin-bottom: 30px;
}
section.about-agileits .about-wthree {
    padding: 20px 20px;
}
img.img-responsive.big {
    margin-bottom: 0px;
}
.col-lg-8.col-md-8.col-sm-8.gallery-agile2 {
    margin-bottom: 20px;
    padding:0 24px;
}
.col-lg-2.col-md-2.col-sm-2.gallery-agile1 {
    margin-bottom: 20px;
    text-align: center;
}
.col-lg-3.col-md-3.col-sm-6.team-w3l {
    text-align: center;
    width: 50%;
    float: left;
}
img.img-responsive.small {
    height: inherit;
}
.col-lg-6.col-md-6.col-sm-6.gallery-agile3 {
	margin-bottom: 20px;
    padding:0 24px;
}
.lightbox-item .gallery-department {
    font-size: 35px;
	top: -7px;
	z-index:7;
}
.lightbox-item .page-link {
    bottom: 25px;
	right: 40px;
}
.modal-header .close {
    margin-top: -6px;
    margin-right: 5px;
    margin-left: -20px;
}
}

@media (max-width:667px) {
.pogoSlider {
    height: 311px!important;
    padding-bottom: 311px!important;
}
section.banner-w3ls .pogoSlider-slide-element {
    margin-top: 106px!important;
}
section.banner-w3ls .pogoSlider-slide-element h3 {
    font-size: 25px;
}	
.pogoSlider-slide {
    background-attachment: fixed;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    -ms-background-size:cover;
    background-size:cover;
}
section.service-w3ls h3.text-center, section.admission-w3-agileits h3.text-center, section.gallery-agileits h3.text-center, section.portfolio-agileinfo h3.text-center, section.team-agileinfo h3.text-center, section.testimonial-wthree h3.text-center, section.contact-wthree h3.text-center {
    font-size: 30px;
    padding-bottom: 30px;
}
section.about-agileits .about-wthree h2.text-center {
    font-size: 30px;
    padding-bottom: 10px;
}
.lightbox-item .page-link {
    display: none;
}
.lightbox-item .person-info li p {
    font-size: 13px;
}
.lightbox-item .person-info-wrap {
	top:2%;
}
.col-lg-6.col-md-6.col-sm-6.gallery-agile3 {
	padding:0 15px;
}
.lightbox-item .person-info li.filter-full_name {
	padding-top: .5em;
}
.lightbox-item .person-info {
    padding: 20px 9px 20px 210px;
    border: none;
}
.lightbox-item img {
	top: 50px;
}
.gallery-link img {
	width:200px;
}
}

@media (max-width: 600px) {
.navbar-brand {
    padding: 15px 0;
    margin-left: 15px;
}
section.banner-w3ls .pogoSlider-slide-element h3 {
    font-size: 20px;
}
.pogoSlider {
    height: 364px!important;
    padding-bottom: 364px!important;
}
section.banner-w3ls .pogoSlider-slide-element {
    margin-top: 133px!important;
}
.col-lg-8.col-md-8.col-sm-8.gallery-agile2 {
    margin-bottom: 20px;
    padding: 0 15px;
}
}

@media (max-width: 568px) {
.pogoSlider {
    height: 256px!important;
    padding-bottom: 256px!important;
}
section.banner-w3ls .pogoSlider-slide-element {
    margin-top: 77px!important;
}
section.banner-w3ls .pogoSlider-slide-element h3 {
    font-size: 18px;
}
.lightbox-item img {
    top: 57px;
    width: 130px;
}
.lightbox-item .person-info {
    padding: 10px 9px 10px 130px;
    border: none;
}
.lightbox-item .person-info li.filter-full_name {
    padding-top: 10px;
}
.lightbox-item .person-info li:last-child {
	padding-bottom:10px;
}
.lightbox-item .person-info li p {
	line-height:25px;
}
.map  {
    width: 100%;
    height: 230px;
}
.copyright-w3-agileits p.copyright {
	padding:10px;
}
section.contact-wthree button.btn.btn-outline.btn-lg {
    padding: 8px 45px;
}
}

@media (max-width: 480px) {
.pogoSlider-slide {
    background-attachment: initial;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;    
    background-size: cover;
}
section.banner-w3ls .pogoSlider-slide-element h3 {
    font-size: 14px;
}
section.service-w3ls {
    padding: 30px 0 0;
}
}

@media (max-width: 414px) {
.navbar-brand h1 {
    font-size: 28px;
	line-height: 26px;
}
section.banner-w3ls .pogoSlider-slide-element {
    margin-top: 119px!important;
}
section.banner-w3ls .pogoSlider-slide-element h3 {
    font-size: 14px;
    padding: 0 20px;
    line-height: 20px;
}
.ch-info h3 {
	font-size: 17px;
	padding: 85px 0 0px;
}
section.service-w3ls h4 {
    padding: 10px 0 5px;
}
input.register,input.reset {
	width:140px;
}
.gallery-item {
    margin: 0 15px 15px;
}
.lightbox-item .page-link {
	display:block;
    bottom: 10px;
    right: 69px;
    left: initial;
}
.lightbox-item .person-info {
    padding: 10px 20px 10px;
    border: none;
}
.lightbox-item img {
    top: 5px;
    width: 170px;
    left: 26%;
}
.lightbox-item .person-info-wrap {
    top: 38%;
}
.col-lg-3.col-md-3.col-sm-6.team-w3l {
    text-align: center;
    width: 100%;
    float: left;
}
.modal-header h4 {
	font-size: 25px;
    padding-top: 3px;
}
}

@media (max-width:384px) {
.pogoSlider {
    height: 230px!important;
    padding-bottom: 230px!important;
}
section.banner-w3ls .pogoSlider-slide-element {
    margin-top: 105px!important;
}
input.register, input.reset {
    width: 140px;
    margin: 5px;
}
.lightbox-item .person-info-wrap {
    top: 36%;
}
.lightbox-item .page-link {
    right: 55px;
}
.lightbox-item img {
    top: 5px;
    width: 170px;
    left: 24%;
}
section.service-w3ls h3.text-center, section.admission-w3-agileits h3.text-center, section.gallery-agileits h3.text-center, section.portfolio-agileinfo h3.text-center, section.team-agileinfo h3.text-center, section.testimonial-wthree h3.text-center, section.contact-wthree h3.text-center {
    font-size: 27px;
    padding-bottom: 30px;
}
ul.address-w3-agile i.fa {
	width: 40px;
    height: 40px;
	line-height: 40px;
    font-size: 15px;
	margin-right: 7px;
}
section.contact-wthree input#email1 {
	font-size:14px;
}
section.contact-wthree button.btn.btn-outline.btn-lg {
	font-size: 15px;
}
}

@media (max-width:375px) {
input#firstname, input#middlename, input#lastname, input#address, input#city, input#state, input#zip, input#usrtel, input#email, input#age, select {
	height:43px;
}
section.about-agileits .about-wthree p {
	text-indent:40px;
}
input.register, input.reset {
    width: 135px;
    margin: 5px;
}
.lightbox-item .page-link {
    right: 52px;
	bottom: -13px;
}
.lightbox-item img {
	left: 23%;
}
ul.address-w3-agile i.fa {
    width: 37px;
    height: 37px;
    line-height: 37px;
    font-size: 15px;
    margin-right: 7px;
}
ul.address-w3-agile {
    margin-bottom: 20px;
}
.modal-header .close {
    margin-top: -6px;
    margin-right: 5px;
    margin-left: -15px;
}
}

@media (max-width:320px) {
.navbar-brand {
	margin-left: 10px;
}
.pogoSlider {
    height: 210px!important;
    padding-bottom: 210px!important;
}
section.banner-w3ls .pogoSlider-slide-element h3 {
    font-size: 15px;
	padding: 0 30px;
}
section.banner-w3ls .pogoSlider-slide-element {
    margin-top: 89px!important;
}
section.service-w3ls p.serv-w3 {
    font-size: 13px;
    margin-bottom: 30px;
}
section.about-agileits .about-wthree p {
    font-size: 13px;
    line-height: 30px;
}
input#firstname, input#middlename, input#lastname, input#address, input#city, input#state, input#zip, input#usrtel, input#email, input#age, select, textarea.form-control {
    font-size: 13px;
}
input.register, input.reset {
    width: 107px;
    margin: 5px;
	font-size: 15px;
}
.lightbox-item img {
    left: 21%;
	top: 2px;
    width: 159px;
}
.lightbox-item .page-link {
	display:none;
}
section.testimonial-wthree p {
    font-size: 13px;
}
section.testimonial-wthree h4 {
	padding: 10px 0;
}
ul.address-w3-agile p {
    font-size: 13px;
}
ul.address-w3-agile i.fa {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    margin-right: 5px;
}
p.extra {
    margin: -27px 0 0 35px;
}
.copyright-w3-agileits p.copyright {
    font-size: 13px;
	padding:0 10px;
}
.map .googlemaps {
    width: 100%;
    height: 190px;
}
.modal-body p {
    font-size: 13px;
    font-weight: 300;
	padding:10px 0;
} 
}


/*-- /responsive design --*/