/*--services--*/
.service-box {
       text-align: center;
    background: #f7f7f7;
    width: 23%;
    margin-right:2%;
    padding: 0 0 1em;
	    border: 1px solid #ddd;
}
/* Float Shadow */
.hvr-float-shadow {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 105%;
	left: 5%;
	height: 52px;
	width: 95%;
	opacity: 0.5;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 80%);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(9px);
  transform: translateY(9px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
#service {
       padding: 2em 0 0 0; */
}
.serve-grids-top {
    /* margin-top:4em; */
}
.service-box h5 {
	font-size: 1em;
    font-weight: 600;
    color: #146eb4;
        margin-top: 1.3em;
    text-transform: uppercase;
}
.service-box p {
    color: #637B8E;
    font-size: 1em;
    line-height: 1.8em;
    margin: 0.5em 0;
}

/*---- responsive-design -----*/
@media(max-width:991px){
	.service-box {
		float: left;
		width: 48%;
		margin-bottom: 7em;
	}
}
@media(max-width:800px){
	.service-box {
		float: left;
		width: 48%;
		margin-bottom: 7em;
	}
	#service {
		/* padding: 4em 0 3em 0; */
	}
	
}

@media(max-width:670px){
	.serve-grids-top {
		/* margin-top: 2em; */
	}	
}
@media(max-width:640px){
	#service {
		padding: 3em 0 1em 0;
	}
}
@media(max-width:568px){
		.service-box {
		float: left;
		width: 100%;
		margin-bottom: 7em;
	}
}
@media(max-width:480px){
	.service-box {
		float: left;
		width: 100%;
		margin-bottom: 7em;
	}
}
@media(max-width:414px){
	.service-box {
		float: left;
		width: 100%;
		margin-bottom: 5em;
	}
}
@media(max-width:320px){
	.service-box p {
     font-size: 0.875em;
	}	
}

/*-- 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;
}
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: 'Limelight', cursive;
    color: #003665;
    padding-bottom: 25px;
}
section.about-agileits .about-wthree p {
	font-size:16px;
	font-weight:200;
	line-height:35px;
	text-indent:75px;
}
section.about-agileits .about-wthree a {
	font-size: 16px;
    font-weight: normal;
	font-family: 'Limelight', 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: 'Limelight', cursive;
}
.modal-body p {
	font-size: 14px;
    font-weight:200;
    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 --*/
/*-- portfolio section --*/
section.portfolio-agileinfo {
	padding:100px 0;
}
section.portfolio-agileinfo h3.text-center {
	font-size: 40px;
    font-weight: normal;
    color:#003665;
    font-family: 'Limelight', cursive;
    padding-bottom: 50px;
}
 .person-info li p {
	font-size:15px;
	font-weight:200;
	color:#999;
	line-height:30px;
}
ul.social-icons1 {
    padding: 20px 0;
}
ul.social-icons1 li {
	display:inline;
	list-style:none;
}
ul.social-icons1 li a {
	margin-right:2px;
}
ul.social-icons1 li a i.fa {
	font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
ul.social-icons1 li a i.fa:hover {
    -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;
	 border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
ul.social-icons1 li a i.fa.fa-facebook {
	color:#3b5998;
	border: 1px solid #3b5998;
}
ul.social-icons1 li a i.fa.fa-facebook:hover {
	background-color:#3b5998;
	color:#fff;
	border-color:#3b5998;
}
ul.social-icons1 li a i.fa.fa-twitter {
	color:#1da1f2;
	border: 1px solid #1da1f2;
}
ul.social-icons1 li a i.fa.fa-twitter:hover {
	background-color:#1da1f2;
	color:#fff;
	border-color:#1da1f2;
}
ul.social-icons1 li a i.fa.fa-google-plus {
	color:#dd4b39;
	border: 1px solid #dd4b39;
}
ul.social-icons1 li a i.fa.fa-google-plus:hover {
	background-color:#dd4b39;
	color:#fff;
	border-color:#dd4b39;
}
ul.social-icons1 li a i.fa.fa-youtube {
	color:#cd201f;
	border: 1px solid #cd201f;
}
ul.social-icons1 li a i.fa.fa-youtube:hover {
	background-color:#cd201f;
	color:#fff;
	border-color:#cd201f;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*-- /portfolio section --*/
/*-- team section --*/
section.team-agileinfo {
	background:url(../../images/team.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	padding:100px 0;
}
section.team-agileinfo h3.text-center {
    font-size: 40px;
    font-weight: normal;
    color: #fff;
    font-family: 'Limelight', cursive;
    padding-bottom: 50px;
}
.col-lg-3.col-md-3.col-sm-6.team-w3l {
    text-align: center;
}
section.team-agileinfo h4 {
	font-size:20px;
	font-weight:normal;
	font-family: 'Limelight', cursive;
	padding:20px 0;
	color:#fff;
}
section.team-agileinfo p {
	font-size:16px;
	font-weight:normal;
	color:#fff;
	text-align:center;
}
/* Rotate */
.hover06 figure img {
	/* -webkit-transform: rotate(15deg) scale(1.4); */
	/* transform: rotate(15deg) scale(1.4); */
	-moz-transform: rotate(15deg) scale(1.4);
	-o-transform: rotate(15deg) scale(1.4);
	-ms-transform: rotate(15deg) scale(1.4);
	-webkit-transition:all .7s ease-in-out;
	transition:all .7s ease-in-out;
	-moz-transition:all .7s ease-in-out;
	-o-transition:all .7s ease-in-out;
	-ms-transition:all .7s ease-in-out;
}
.team-info:hover .hover06 figure img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-moz-transform: rotate(0) scale(1);
	-o-transform: rotate(0) scale(1);
	-ms-transform: rotate(0) scale(1);
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
}
/*-- /team section --*/

@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%);
    }
}


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;
}	
}

section.about-agileits .about-wthree p {
    font-size: 14px;
	line-height:30px;
}
}

@media (max-width: 1280px) {}

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.service-w3ls,section.admission-w3-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;
}

section.service-w3ls h3.text-center,section.admission-w3-agileits h3.text-center, 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) {

section.about-agileits .about-wthree {
    padding: 13px 20px 0;
}
section.about-agileits .about-wthree a {
    margin: 10px auto 0;
}
}

@media (max-width:991px) {
.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.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;
}

}

@media (max-width: 768px) {
section.service-w3ls {
	padding:50px 0 0;
}
section.service-w3ls h3.text-center, section.admission-w3-agileits h3.text-center, 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.portfolio-agileinfo, section.team-agileinfo, section.testimonial-wthree, section.contact-wthree {
    padding: 30px 0;
}

.team-info {
    margin-bottom: 30px;
}

}


@media (max-width:736px) {
.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 {
    margin-bottom: 20px;
    padding:0 24px;
}
.col-lg-2.col-md-2.col-sm-2{
    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 {
	margin-bottom: 20px;
    padding:0 24px;
}
}

@media (max-width:667px) {

section.service-w3ls h3.text-center, section.admission-w3-agileits h3.text-center, 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;
}
}

@media (max-width: 600px) {

.col-lg-8.col-md-8.col-sm-8 {
    margin-bottom: 20px;
    padding: 0 15px;
}
}

section.service-w3ls {
    padding: 30px 0 0;
}
}

@media (max-width: 414px) {

.ch-info h3 {
	font-size: 17px;
	padding: 85px 0 0px;
}
section.service-w3ls h4 {
    padding: 10px 0 5px;
}
.col-lg-3.col-md-3.col-sm-6.team-w3l {
    text-align: center;
    width: 100%;
    float: left;
}
}

@media (max-width:384px) {
section.service-w3ls h3.text-center, section.admission-w3-agileits h3.text-center, 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;
}

}


@media (max-width:320px) {
section.service-w3ls p.serv-w3 {
    font-size: 13px;
    margin-bottom: 30px;
}
section.about-agileits .about-wthree p {
    font-size: 13px;
    line-height: 30px;
}
}


/*-- /responsive design --*/	
