/*--
Author: Irfan Lateef
--*/
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Narkisim';
  src: url('nrkis.ttf');
  font-weight: normal;
  font-style: normal;
}




.logowht
{
width:100px; 
height: 100px;
float: right ; 
margin-top:30px; 
margin-right:40px;
}

.logorwp
{
width:100px; 
height: 100px;
float: right ; 
margin-top:30px; 
margin-right:40px;

}

.ftmenu
{
'width:500px; 
height: 150px; 
float: left;
margin-top:30px;
padding:30px;

}

.mapapi
{
height:75px;
width:75px;
border-radius:50px;  
float: right; 
margin-top:30px; 
margin-right:40px;

}




#loader2{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 100px;
	height: 100px;
	margin: -60px 0 0 -60px;
}

#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 120px;
	height: 120px;
	margin: -75px 0 0 -75px;
	border: 3px solid #f3f3f3;
	border-radius: 50%;
	border-top: 3px solid #9B80A3;
    -webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(360deg); }
  100% { -webkit-transform: rotate(0deg); }
}

@keyframes spin {
  0% { transform: rotate(360deg); }
  100% { transform: rotate(0deg); }
}

/* Add animation to 'page content' */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 2s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  text-align: center;
}










*, *::after, *::before {
  box-sizing: border-box;
}
.cd-stretchy-nav {
  position:fixed;
  top:0px;
  left:0px;
  z-index: 902;
  pointer-events: none;
}
.cd-stretchy-nav.nav-is-visible {
  pointer-events: auto;
}
.cd-stretchy-nav.nav-is-visible .stretchy-nav-bg {
  height: 50px;
}

.cd-nav-trigger {
  position: absolute;
  z-index: 903;
  top: 0;
  left: 0;
  height: 60px;
  width: 60px;
  /* replace text with image */
  overflow: hidden;
  white-space: nowrap;
  color: #000000;
  pointer-events: auto;
}
.cd-nav-trigger span, .cd-nav-trigger span::after, .cd-nav-trigger span::before {
  /* this is the hamburger icon */
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
}


.cd-nav-trigger span:hover, .cd-nav-trigger:hover span::after, .cd-nav-trigger:hover span::before 
{
background-color:#41AEB5;
  -webkit-transition: background-color 0.5s;
}


.cd-nav-trigger span {
  /* middle line of the hamburger icon */
  left: 50%;
  top: 40%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background-color 0.3s;
}
.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.3s
}
.cd-nav-trigger span::before {
  -webkit-transform: translateY(-6px);
}
.cd-nav-trigger span::after {
  -webkit-transform: translateY(6px);
}
.cd-nav-trigger: hover {
  box-shadow: 0 6px 30px rgba(1, 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);
  background-color:  #41AEB5;
  -webkit-transition: background-color 0.5s;
}
.nav-is-visible .cd-nav-trigger span::after {
  -webkit-transform: rotate(45deg);
  background-color:  #41AEB5;
  -webkit-transition: background-color 0.5s;
}

.cd-stretchy-nav ul {
  position: relative;
  z-index: 902;
  visibility: hidden;
  -webkit-transition: visibility 0.4s;
  text-align: left;
  list-style:none;
  margin-top:50px;
  background-color:  #885896;
}

.cd-stretchy-nav.nav-is-visible ul {
  visibility: visible;
}


.cd-stretchy-nav ul a {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  line-height: 40px;
  font-size: 18px;
  text-decoration:none;
  -webkit-transition: color 0.9s;
}


.cd-stretchy-nav ul a::before {
  /* line visible next to the active navigation item */
  content: '';
  position: absolute;
  width: 6px;
  height: 40px;
  top: 50%;
  right: 6px;
  -webkit-transform: translateX(3px) translateY(-50%) scaleY(0);
  background-color: #41AEB5;
}
.cd-stretchy-nav.nav-is-visible ul a.active::before {
  -webkit-transform: translateX(3px) translateY(-50%) scaleY(1);
  -webkit-transition: -webkit-transform 0.15s 0.8s;
}


.cd-stretchy-nav ul span {
	/* navigation item labels */
  display: block;
	opacity: 0;
  -webkit-transform: translateX(-25px);
	color:#fff;
	text-decoration: none;
	text-shadow: 0px 1px 1px #000;
}
.cd-stretchy-nav.nav-is-visible ul span {
  opacity: 1;
  -webkit-transform: translateX(0);
  -webkit-animation: slideIn 0.15s backwards;
  -webkit-transition: -webkit-transform 0.5s;
}


.cd-stretchy-nav ul li div {
	/* navigation icons */
  position: absolute;
  width:200px;
  height:40px;
  z-index:5;
  top: 10px;
  left: 0px;
  color: #fff;
  -webkit-transform: translateX(-100px);
  opacity: 0;
	
}
.cd-stretchy-nav ul li div:hover {
	/* navigation icons */
  color: #41AEB5;
	
}

.cd-stretchy-nav.nav-is-visible ul li div{
  opacity: 1;
  -webkit-transform: translateX(0);
  -webkit-animation: slideIn 0.15s backwards;
  -webkit-transition: -webkit-transform 0.1s 0.5s;
}


/*----------------------------------menu ends-----------------------------------*/








/*----------------------------------menu bar-----------------------------------*/






.my_agile_header
{
	position:fixed;
	top: 0px;
	width: 100%;
	height:50px;
	z-index: 900;
	color: #FFFFFF;
	box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	background-color: #9B80A3;
	
}


.my_agile_header ul
{
position:fixed;
top:0px;
right:10px;
}


.my_agile_header span
{
position:fixed;
top:8px;
right:40%;
background-image:url(https://sciencevalleyschools.com/images/logo-hb.png);
background-size: 247px 30px;
width:247px;
height:30px;
}


.my_agile_header ul li
{	
display:inline;
padding: 10px;
z-index:990;
}
.my_agile_header ul li a
{
text-decoration:none;
color:#FFFFFF
}
.my_agile_header ul li a:hover
{
text-decoration:none;
color:#41AEB5;
  -webkit-transition: color 0.5s;
}

.my_agile_header ul li:nth-of-type(1) a::before {
	font-family:FontAwesome;
	font-size:30px;
    content:"\f015";
	padding: 0 5px 0 5px;
}
.my_agile_header ul li:nth-of-type(2) a::before {
	font-family:FontAwesome;
	font-size:30px;
    content:"\f082";
	padding: 0 5px 0 5px;
} 







/*----------------------------------menu bar ends-----------------------------------*/






/*----------------------------------footer-----------------------------------*/


.footer {
   width:100%;
   height:150px;
  overflow: hidden;
  background-color:#885896; 
}

.gradient {
    background: -webkit-linear-gradient(45deg, #ffaf00, #c80017);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	
}

/*----------------------------------footer ends-----------------------------------*/













/*----------------------------------Login BOX Starts-----------------------------------*/

#small-dialog,#small-dialog1{
	background:#fff;
	padding: 2em;
	text-align: left;
	max-width: 500px;
	margin: 40px auto;
	position: relative;
	text-align:center;
}
#small-dialog-it,#small-dialog-in,#small-dialog-fr,#small-dialog-sh,#small-dialog-sf,#small-dialog-su,#small-dialog-me,#small-dialog-ch,#small-dialog-pi,#small-dialog-am {
	background: white;
	padding:0px;
	text-align: left;
	max-width: 450px;
	margin: 40px auto;
	position: relative;
	text-align:center;
}
a.play-icon.popup-with-zoom-anim img:hover {
	opacity: 0.5;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
}
.portfolio-items{
	text-align:center;
	margin:0 auto;
}
.portfolio-items img{
	width:100%;
}
.portfolio-items h4{
	margin:1em 0;
	font-size:25px;
	color:#a63d56;
}
.portfolio-items p{
	text-align:justify;
}
/**

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in #small-dialog {
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready #small-dialog {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing #small-dialog {
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
opacity: 0;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 1;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0;
}
/**
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }
.mfp-content iframe{
	width:100%;
	min-height:500px;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
   background:#FFF;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
	width: 23px;
    height: 30px;
    line-height: 25px;
    position: absolute;
    left: -30px;
    top: -30px;
    text-decoration: none;
    text-align: center;
    padding: 0 0 18px 10px;
    color: white !important;
    font-style: normal;
    font-size: 45px;
    outline: none;
    font-family: 'Open Sans', sans-serif;
 }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }

.mfp-close-btn-in .mfp-close {
  color: #333333; 
  background: none;
  }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; 
}
.login h3,.signup h3{
	margin:1em 0;
	color: #a63d56;
}
.login input[type="text"],.login input[type="password"]{
	width:90%;
	padding:5px;
	margin:3px 0;x
	border: 1px solid #a63d56;
	outline: none !important;
}
.signup input[type="text"]{
	width: 44.5%;
	padding: 5px;
	margin: 10px 0;
	outline: none;
	background: #EBEBEB;
	border: solid 1px #222;
}
.signup input.email[type="text"],.signup input[type="password"]{
	width: 90%;
	padding: 5px;
	margin: 10px 0;
	outline: none;
	background: #EBEBEB;
	border: solid 1px #222;
}
.login input[type="submit"],.signup input[type="submit"]{
	background: #347083;
	border: 0px;
	padding: 5px 10px;
	margin: 10px 10px;
	outline: none;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	width: 17%;	
	-webkit-appearance: none;
}
.login input[type="submit"]:hover,.signup input[type="submit"]:hover{
	background:#163035;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
@media all and (max-width:568px){
	#small-dialog, #small-dialog1 {
		max-width: 425px;
	}
}
@media all and (max-width:480px){
	.comments-area textarea{
		height:100px;
	}
	.login input[type="submit"], .signup input[type="submit"] {
		font-size: 14px;
		width: 20%;
	}
	.mfp-close {
		left: 0;
	}
	#small-dialog, #small-dialog1 {
		max-width: 445px;
	}
}
@media all and (max-width:414px){
	#small-dialog, #small-dialog1 {
		padding: 1.5em;
	}
}
@media all and (max-width:375px){
	#small-dialog h2, #small-dialog1 h2 {
		font-size: 1.5em;
	}
}
@media all and (max-width:320px){
	.comments-area span.label,.comments-area span.text-field{
		float:none;
		width:100%;
	}
	.comments-area span{
		padding-bottom:3px;
	}
	.comments-area input[type="text"], .comments-area textarea{
		width:92%;
	}
	.comments-area div{
		padding:2px 0;
	}
	.mfp-content iframe{
		width:100%;
		min-height:250px;
	}
	.login input[type="submit"], .signup input[type="submit"] {
		font-size: 12px;
		width: 29%;
	}
	.signup input[type="text"] {
		width: 90%;
	}
	.mfp-close {
		right: 2px;
		top:-30px;
	}
} 

/*-------------------------Login BOX END-----------------------------*/





















/*-------------------------Reponsive tab st-----------------------------*/

ul.resp-tabs-list,
p {
  margin: 0px;
  padding: 0px;
}

.resp-tabs-list li {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
	display: none;
	padding: 2em;
	background: #65b126;
}

.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px !important;
}

.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}

.resp-content-active,
.resp-accordion-active { display: block; }

.resp-tab-content { border: 1px solid #c1c1c1; }

h2.resp-accordion {
	border: 1px solid #c1c1c1;
	border-top: 0px solid #c1c1c1;
	margin: 0px;
	padding: 10px 15px;
    font-size: 1.3em;
    color: #212121;
    font-weight: bold;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
	display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
    text-transform: uppercase;
    background: #ffffff;
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
    letter-spacing: 1px;
    font-family: 'Handlee', cursive;
	color:#212121;
}
.resp-vtabs .resp-tabs-list li i{
	padding-right:1em;
}
.resp-vtabs .resp-tabs-list li:last-child{
	border-bottom:1px solid #ececec;
}

.resp-vtabs .resp-tabs-container {
	padding: 0px;
    background-color: #fff;
    border: none;
    border-left: 2px solid #e4e4e4;
    float: left;
    width: 50%;
    border-radius: 0;
    clear: none;
}

.resp-vtabs .resp-tab-content { border: none; }

.resp-vtabs li.resp-tab-active {
	border: none;
    border-right: none;
    background-color: #530052;
    position: relative;
    z-index: 1;
    margin-right: 0;
    color: #fff;
}
.resp-vtabs .resp-tabs-list li:hover{
	background-color: #530052;
	color:#fff;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #fff;
}

/*-----------Accordion styles-----------*/

h2.resp-tab-active { 
	background: #530052 !important;
    color: #fff;
}
h2.resp-accordion:hover{
	background: #530052;
    color: #fff;
}

.resp-easy-accordion h2.resp-accordion { display: block; }

.resp-easy-accordion .resp-tab-content { border: 1px solid #c1c1c1; }

.resp-easy-accordion .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active { display: block; }

h2.resp-accordion:first-child { border-top: 1px solid #c1c1c1 !important; }
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
	h2.resp-accordion i {
		padding-right: 1em;
	}

ul.resp-tabs-list { display: none; }

h2.resp-accordion { display: block; }

.resp-vtabs .resp-tab-content { border: 1px solid #C1C1C1; }

.resp-vtabs .resp-tabs-container {
  border: none;
  float: none;
  width: 100%;
  min-height: initial;
  clear: none;
}

.resp-accordion-closed { display: none !important; }

.resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }
}
@media (max-width: 640px){
	h2.resp-accordion {
		font-size: 1.2em;
	}
}
@media (max-width: 384px){
	.resp-tab-content {
		padding: 1em;
	}
}
@media (max-width: 320px){
	h2.resp-accordion {
		font-size: 1em;
	}
}



/*-----------------------------------reponsive TABS------------------------------------*/














html {
  font-size: 62.5%;
}
body{
  color:BB8613;
	margin:0;
	padding:0;
	background:#fff;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.6rem;
 }
 
 a {
  color:BB8613;
  text-decoration: none;
}



.home_thumb_con {
	width:780px;
	text-align:center;
}

.home_thumb {
width:300px;
height:160px;
border-radius: 5px;
margin: 30px;
float:left;
}



.footer-menu {
	width:100%;
	text-align:center;
text-decoration:none;
margin:100px 0 100px 0;
border-top:2px solid #530052;
padding-top: 30px;
}

.footer-menu a{
text-decoration:none;
color:#87C229;

}
.footer-menu a:hover {
text-decoration:none;
color:#530052;

}




/*-- pop-up --*/
.agileits_xlnc_user{
	position:relative;
}

.agileits_xlnc_user i{
	position: absolute;
    top: 0;
    font-size: 1em;
    color: #fff;
    padding: 20px 0;
    width: 13%;
    background:#530052;
}
.agileits_xlnc_user input[type="text"],.agileits_xlnc_user input[type="email"], .agileits_xlnc_user input[type="password"]{
	outline: none;
    padding: 15px 10px 15px 80px;
    font-size: 14px;
    color: #212121;
    border:2px solid #e0e0e0;
    width: 100%;
	font-weight:600;
}
.agileits_xlnc_user input[type="text"]::-webkit-input-placeholder,.agileits_xlnc_user input[type="email"]::-webkit-input-placeholder, .agileits_xlnc_user input[type="password"]::-webkit-input-placeholder{
	color:#212121 !important;
}
.agileits_xlnc_user:nth-child(2),.agileits_xlnc_user_agileits{
	margin:1em 0;
}
.agile_remember_left {
    float: left;
}
.agile_remember_left label,.agileinfo_subscribe label{
    font-size: 14px;
    color: #212121;
    text-transform: capitalize;
    margin: 0;
    font-weight: 600;
}
.agile_remember_right {
    float: right;
}
.checkbox {
    position: relative;
	padding-left:30px !important;
    cursor: pointer;
}
.checkbox i {
    position: absolute;
    bottom: 2px;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    outline: none;
    border: 1px solid #5B5B5B;
    background: #FFF;
}
.checkbox input + i:after,.radio input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
.checkbox input:checked + i:after,.radio input:checked + i:after{
    opacity: 1;
}
.checkbox input,.radio input {
    position: absolute;
    left: -9999px;
}
.checkbox input + i:after {
    content: '';
    background: url("../images/tick.png") no-repeat 0px 2px;
    top:-3px;
    left: 0px;
    width: 15px;
    height: 15px;
    text-align: center;
}
.agile_remember_right a {
    font-size: 14px;
    color: #14a1ff;
    text-decoration: none;
    font-weight: 600;
}
.agile_remember_right a:hover {
    color: #212121;
}
.agile_remember {
    padding: 1.5em 0;
}
.agileits_modal_body  input[type="submit"]{
	outline: none;
    border: none;
    background: #65b126;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 0;
    width: 40%;
    font-weight: 600;
    letter-spacing: 2px;
}
.agileits_modal_body  input[type="submit"]:hover{
	background:#530052;
}
.agileits_modal_body h5 {
    font-size: 14px;
    color: #212121;
    margin: 2em 0 0;
    text-align: center;
	font-family: 'Open Sans', sans-serif;
}
.agileits_modal_body h5 a{
	text-decoration:underline;
	color:#530052;
}
.wthree_pop h3{
	font-size: 1.5em;
    color: #212121;
    margin-bottom: 1em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
}
.agileits_modal_body h4{
	text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 1em;
    text-align: left;
    letter-spacing: 2px;
}
.agileinfo_subscribe label {
    text-align: left;
}
.agileinfo_subscribe {
    margin: 1.5em 0 2em;
}
/*-- //pop-up --*/


/*-- button-effect --*/
.btn {
    display: inline-block;
    margin-top: 130px;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	font-weight:700;
	background:#880060;
	width:250px;
	height:40px;
}
/* Button 3 */
.btn:focus{
    color: #fff;
    outline:none;
}
.btn-3 {
	color: #fff;
}
.btn-3:hover {
	background:#E700A3;
	color: #fff;
}
.btn-3:before {
	position: absolute;
    left: 0;
    top: 0;
    line-height:2.1;
    font-size: 1.2em;
    width: 25px;
}
.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.icon-arrow-right:before {
    content:"\f061";
	font-family:FontAwesome;
}
/* Button 3e */
.btn-3e {
	overflow: hidden;
}

.btn-3e:before {
	left: auto;
	right: 10px;
	z-index: 2;
}

.btn-3e:after {
	width: 20%;
    height: 195%;
    background-color: rgba(135, 194, 41, 1);
	z-index: 1;
	right: 0;
	top: 3px;
	margin: -5px 0 0 -5px;
	-webkit-transform-origin: 0 0;
	-webkit-transform: rotate(-18deg);
	-moz-transform-origin: 0 0;
	-moz-transform: rotate(-18deg);
	-ms-transform-origin: 0 0;
	-ms-transform: rotate(-18deg);
	transform-origin: 0 0;
	transform:rotate(-18deg);
	
}

.btn-3e:hover:after {
	width: 35%;
}
/*-- //button-effect --*/

/*-- banner-bottom --*/
.banner-bottom,.programs,.team,.stats,.events,.testimonials,.work,.newsletter,.contact{
}
.banner-bottom h3{
	font-size: 1.8em;
}
.banner-bottom h3,.my_agileits_head{
	text-align: center;
    text-transform: capitalize;
    color: #212121;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.5em;
}




.fa-large {
  display: inline-block;
  font: normal normal normal 40px/1 FontAwesome;
  font-size: 40px; 
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit; 
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-desktop:before {
  content: "\f108";
}
.computer:before {
  content: "\f109";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-desktop:before {
  content: "\f108";
}
.montessori:before {
  content: "\f1b3";
}
.fa-graduation-cap:before {
  content: "\f2de";
}
.fa-user:before {
  content: "\f007";
}
.fa-envelope-o:before {
  content: "\f0e0";
}
.fa-key:before {
  content: "\f084";
}
.fa-lib-cap:before {
  content: "\f212";
}

.rfid:before {
  content: "\f1ec";
}
.physics:before {
  content: "\f135";
}
.electronic:before {
  content: "\f2db";
}
.biology:before {
  content: "\f0f1";
}
.sports:before {
  content: "\f1e3";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-arrow-circle-o-right:before {
  content: "\f0ac";
}
.my_child{
	color:#FF9900;
}
.my_child1{
	color:#14a1ff;
}
.my_child2{
	color:#fee00c;
}
.my_child3{
	color:#530052;
}
.my_child4{
	color:#65b126;
}
.my_agile_elit{
	text-align:justify;
	color:#000000;
	line-height:2em;
	padding-bottom:1em;
	position:relative;
	padding: 3%;
}
.my_agile_elit:before{
	content: '';
    background: #14a1ff;
    height: 2px;
    width: 10%;
    position: absolute;
    bottom: 0%;
    left: 45.5%;
}
.agile_banner_bottom_grids{
	margin:3em 0 0;
}
.agile_banner_bottom_grid{
	border:2px solid #530052;
	border-right:none;
	padding:1em;
	position:relative;
	border-radius: 20px;
}
.agile_banner_bottom_grid:nth-child(4){
	border-right:1px solid #530052;
}
.agile_banner_bottom_grid_pos{
	position: absolute;
    bottom: -5%;
    left: 25%;
}
.agile_banner_bottom_grid_pos h4{
	font-size: 1.5em;
    color: #fff;
    padding: .3em 1.5em;
    background: #14a1ff;
}
.agileits_xlnc1{
	background:#530052 !important;
}
.agileits_xlnc2{
	background:#ffc200 !important;
}
.agileits_xlnc3{
	background:#65b126 !important;
}
/*-- hover-effect --*/
.view {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
	display: block;
	position: relative;
}
.view h5 {
	text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 1.5em;
    padding: 10px;
    background: rgb(20, 161, 255);
    margin: 5em 0 0;
	letter-spacing:2px;
}
.view p {
	font-style: italic;
    position: relative;
    color: #fff;
    text-align: center;
    line-height: 2em;
    width: 90%;
    margin: 2em auto 0;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color:rgba(0, 0, 0, 0.62);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h5 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h5,
.view-first:hover p{
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
/*-- //hover-effect --*/
/*-- //banner-bottom --*/
/*-- programs --*/
.programs{
	background:#fef9f3;
	position:relative;
	z-index: 1;
}
.programs:before{
	content:'';
	background:url(../images/6.jpg) no-repeat 0px 0px;
	display:block;
	width:450px;
	height:320px;
	position:absolute;
	right:0%;
	bottom:0%;
	z-index: -1;
}
.my_agileits_head{
	font-size:2em;
}
.xlnc_vertical_tab p{
	color:#fff;
	line-height:2em;
}
.xlnc_vertical_tab p i{
	display:block;
	margin:1em 0 2em;
}
.xlnc_vertical_tab ul li{
	list-style-type:none;
	margin-bottom:1em;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:2px;
}
.xlnc_vertical_tab ul li:last-child{
	margin:0;
}
.xlnc_vertical_tab ul li i{
	padding-right:1em;
	color:#530052;
}
/*-- //programs --*/
/*-- team --*/
.wthree_team_grid_my{
	padding: 1em;
    border: 1px solid #14a1ff;
    border-top: none;
    position: relative;
}
.wthree_team_grid_my h4{
	font-size:1.4em;
	color:#212121;
	font-weight:600;
}
.wthree_team_grid_my p{
	color:#65b126;
}
.wthree_team_grid_my_pos{
	position: absolute;
    right: 7%;
    top:-95%;
}
.agileinfo_social_icons li{
	display:block;
	list-style-type:none;
}
.agileinfo_social_icons li a{
	width: 40px;
    height: 40px;
    border-radius: 50px;
    color: #fff;
    font-size: 1em;
    display: block;
    text-align: center;
}
.agileinfo_social_icons li a.agileits_facebook{
	background:#3b5998;
}
.agileinfo_social_icons li a.agileits_facebook:hover {
    background: #50699c;
}
.agileinfo_social_icons li a.myls_dribble{
	background:#ea4c89;
}
.agileinfo_social_icons li a.myls_dribble:hover {
    background: #f16da0;
}
.agileinfo_social_icons li a.myl_google{
	background:#dd4b39;
}
.agileinfo_social_icons li a.myl_google:hover {
    background: #f38173;
}
.agileinfo_social_icons li a.my_twitter{
	background:#1da1f2;
}
.agileinfo_social_icons li a.my_twitter:hover {
    background: #4eb1ef;
}
.agileinfo_social_icons li a i{
	line-height:2.8em;
}
.wthree_team_grid_my_pos ul li:nth-child(2){
	margin:.5em 0;
}
.wthree_team_grid_my_pos ul li:nth-child(2),.wthree_team_grid_my_pos ul li:nth-child(3){
	display:none;
}
.wthree_team_grid:hover .wthree_team_grid_my_pos ul li:nth-child(2),.wthree_team_grid:hover .wthree_team_grid_my_pos ul li:nth-child(3){
	display:block;
}
/*-- slider --*/
.my_slider {
	position: relative;
	width: 100%;
	height: inherit;
	overflow: hidden;
	padding-bottom:3em;
}
.slides {
	height: 100%;
	/* Simple clear fix */
	overflow: hidden;
	/**
			 * Here is CSS transitions 
			 * responsible for slider animation in modern broswers
			 */
	-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.slide {
	height: 100%;
	float: left;
	clear: none;
}
.slider-arrow {
	position: absolute;
	display: block;
	margin-bottom: -20px;
	padding: 20px;
	text-indent: -9999px;
}
.slider-arrow--right {
	bottom: 50%;
	right: 30px;
}
.slider-arrow--left {
	bottom: 50%;
	left: 30px;
}
.slider-arrows {
    display: none;
}
.slider-nav {
	position: absolute;
	bottom: 0;
}
.slider-nav__item {
	width: 10px;
    height: 10px;
    float: left;
    clear: none;
    display: block;
    margin: 0 5px;
    background: #E1E1E1;
    border-radius: 20px;
}
.slider-nav__item:hover {
	background:#ff5000;
}
.slider-nav__item--current {
	background:#530052;
}
.slides li{
	list-style-type:none;
}
/*-- //team --*/
/*-- stats --*/
.stats{
	background: url(../images/11.jpg) no-repeat 0px 0px;
	background-size: 100% 100%;
	height:677px;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	padding: 40px;
}
.xlnc_stats_grid{
	text-align:center;
}
.xlnc_stats_grid i{
	font-size:28px;
}
.xlnc_stats_grid p{
	font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    margin: .5em 0;
}
.xlnc_stats_grid h4{
	font-size: 12px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.agile_stats_grid{
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin: 0 auto;
    text-align: center;
}
.agile_stats_grid i{
	width: 20px;
    height: 20px;
    border-radius: 50px;
    display: block;
    margin: 0.13em auto 0;
}
.myls_stats_grid{
	border: 2px solid #fee00c;
}
.myls_stats_grid i{
	background: #fee00c;
}
.myls_stats_grid1{
	border: 2px solid #14a1ff;
}
.myls_stats_grid1 i{
	background:#14a1ff;
}
.myls_stats_grid2{
	border: 2px solid #530052;
}
.myls_stats_grid2 i{
	background: #530052;
}
.myls_stats_grid3{
	border: 2px solid #65b126;
}
.myls_stats_grid3 i{
	background: #65b126;
}
/*-- //stats --*/
/*-- events --*/
.events{
	position:relative;
	z-index: 1;
}
.events:after{
	content: '';
    background: url(../images/14.jpg) no-repeat 0px 0px;
    display: block;
    width: 400px;
    height: 197px;
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: -1;
}
.agile_events_grid{
	width:45%;
	margin:0 auto;
	position:relative;
}
.agile_events_grid_pos{
	position: absolute;
    left: 0%;
    top: 10%;
    width: 40%;
	border-bottom: 2px solid #530052;
}
.agile_events_grid_pos_sub{
	position: absolute;
    right: 0%;
    top: 10%;
    width: 40%;
	border-bottom: 2px solid #65b126;
}
.agile_events_grid_pos1 h4 a{
	font-size: 1.1em;
    letter-spacing: 3px;
    color: #530052;
    text-transform: capitalize;
    line-height: 1.5em;
    font-weight: 600;
    text-decoration: none;
}
.agile_events_grid_pos1 h4 a:focus{
	outline:none;
}
.agile_events_grid_pos1 h4 a:hover{
	color:#530052;
}
.agile_events_grid_pos1 h4{
}
.agile_events_grid_pos1 p{
	color:#000000;
	line-height:2em;
}
.agile_events_grid_pos1{
    padding: 1em;
    background: #f5f5f5;
	opacity: 0.7;
}
.agile_events_grid_pos1 h5{
	font-size: 1em;
    color: #14a1ff;
    font-weight: 600;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}
.agile_events_grid_pos1 h5 span{
	font-size: 2em;
    padding-right: 0.5em;
}
.agile_events_grid_pos1 h5:after{
	content: '';
    background: #14a1ff;
    height: 2px;
    width: 29%;
    position: absolute;
    top: 60%;
    left: -1%;
    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.my_agileits_event_head{
	color:#65b126 !important;
}
.my_agileits_event_head:after{
	background:#65b126 !important;
}
.agileits_xlnc_events_grid_social,.agileits_xlnc_events_grid_social1{
	position: absolute;
    top: 0%;
    background: #fee00c;
    padding: 1em;
}
.agileits_xlnc_events_grid_social{
    right: -7.5%;
}
.agileits_xlnc_events_grid_social1{
	left: -7.5%;
}
/*-- //events --*/
/*-- testimonials --*/
.testimonials{
	background: url(../images/11.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}
.wthree_head{
	color:#fff;
}
.agileinfo_testimonials_grid img{
	margin:0 auto;
}
.agileits_testimonials_grids h3{
	text-align: center;
    padding: .5em;
    background: #14a1ff;
    font-size: 1.3em;
    color: #fff;
    width: 25%;
    margin: 0 auto;
    font-weight: 600;
}
.agileits_testimonials_grids h3 span{
	color:#212121;
}
.agileits_testimonials_grids p{
	padding: 2em;
    background: #530052;
    color: #fff;
    line-height: 2em;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
/*--flexisel--*/
.flex-slider{	
	background:#222227;
	padding: 70px 0 165px 0;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
	padding:0;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	line-height: 35px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 33px;
    height: 33px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    background:none;
    top: -5% !important;
    border-radius: 5px;
	display:none;
}
.nbs-flexisel-nav-left {
	left:94%;
}
.nbs-flexisel-nav-right {
	right: 0%;
    background:none;
}
/*--//flexisel--*/
/*-- //testimonials --*/
/*-- work --*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background: #530052;
    border: none;
    border-bottom-color: transparent;
    border-radius: 5px;
}
.nav-tabs > li > a {
    margin-right: 3px;
    border-radius: 5px;
    color: #212121;
	border: none;
	text-transform:uppercase;
	border-bottom: 1px solid #fff;
}
.nav-tabs > li > a:focus{
	background:transparent;
}
.nav-tabs {
    border-bottom: none;
    padding: 3em 0 2em;
}
.work {
    position: relative;
    z-index: 111;
}
.nav-tabs > li {
    margin: 0 10px;
}
.nav-tabs > li > a:hover {
    border: none;
    color: #fff !important;
    border-bottom: 1px solid;
    background: #530052;
}
.nav-tabs > li:first-child {
    margin-left: 23em;
}
.xlnc_work{
	position: relative;
    overflow: hidden;
}

.xlnc_work .xlnc_work_sub img{
	position:relative;
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-mos-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
	z-index:-2;
	height: auto !important;
}

.xlnc_work:hover .xlnc_work_sub img{
	-webkit-transform:translateY(-1.5em);
	-moz-transform:translateY(-1.5em);
	-mos-transform:translateY(-1.5em);
	-o-transform:translateY(-1.5em);
	transform:translateY(-1.5em);
}

.xlnc_work figcaption{
	position:absolute;
	width:100%;
	height:2.188em;
	left:0;
	bottom:-4.063em;
	color:#fff;
	background:#14a1ff;
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-mos-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
	z-index:5;
}

.xlnc_work:hover figcaption{
	bottom:0;
}

.xlnc_work figcaption span{
	position: absolute;
    padding-left: 2.5em;
    z-index: 3;
	text-transform:uppercase;
	font-size:14px;
}

.xlnc_work figcaption:after{
	content: "";
	font-size:250%;
    display: block;
    position: absolute;
    bottom: -0.6em;
    right: 0;
    border-right: 15em solid #6ec0f7;
    border-top: 1.875em solid transparent;
}

.xlnc_work figcaption:before{
	content: "";
	font-size:250%;
    display: block;
    position: absolute;
    bottom: -0.6em;
    left: 0px;
    border-left: 25em solid #14a1ff;
    border-top: 1.875em solid transparent;
    z-index: 1;
}
.agileits_demo{
	margin:2em 0 0;
}
/*-- //work --*/
/*-- newsletter --*/
.newsletter{
	background:#14a1ff;
	position:relative;
	z-index:1;
}
.newsletter:after {
    content: '';
    background: url(../images/4.png) no-repeat 0px 0px;
    display: block;
    width: 250px;
    height: 300px;
    position: absolute;
    right: 3%;
    top: -65%;
    z-index: -1;
}
.xlnc_newsletter_left h3{
	font-size:2em;
	color:#fff;
	text-transform:capitalize;
	margin: .2em 0 0;
}
.xlnc_newsletter_right input[type="email"]{
	outline: none;
    border: 1px solid #fff;
    padding: 10px;
    background: none;
    color: #fff;
    font-size: 14px;
    width: 74.2%;
}
.xlnc_newsletter_right input[type="email"]::-webkit-input-placeholder{
	color: #fff !important;
}
.xlnc_newsletter_right input[type="submit"]{
	outline: none;
    border: 1px solid #ce3000;
    padding: 10px 0;
    background: #530052;
    color: #fff;
    font-size: 14px;
    width: 25%;
    text-transform: uppercase;
}
.xlnc_newsletter_right input[type="submit"]:hover{
	background:#fff;
	border: 1px solid #fff;
	color:#212121;
}
/*-- //newsletter --*/
/*-- contact --*/
.agile_contact_grid_left{
	background:#d23100;
    text-align: center;
}
.agile_contact_grid_left i{
	font-size: 2em;
    color: #fff;
    line-height: 3.8em;
}
.agile_contact_grid_right{
	background: #530052;
    padding: 1em;
}
.agile_contact_grid_right h4{
	font-size: 1.5em;
    color: #fee00c;
    font-weight: 600;
    letter-spacing: 3px;
}
.agile_contact_grid_right p{
	color:#fff;
	line-height:2em;
}
.agile_contact_grid_left,.agile_contact_grid_right{
	min-height:110px;
}
.agile_contact_grid_right p span{
	display:block;
}
.agile_contact_grid_right p a{
	color:#fff;
	text-decoration:none;
}
.agileits_xlnc_left{
	background:#0094f7 !important;
}
.agileits_xlnc_right{
	background:#14a1ff !important;
}
.agileits_xlnc_left1{
	background:#56a119 !important;
}
.agileits_xlnc_right1{
	background:#65b126 !important;
}
.agile_contact_grid_right p a:hover{
	color:#212121;
}
/*-- form-effect --*/
.input {
	position: relative;
    z-index: 1;
    display: inline-block;
    margin: 2em 0 1em;
    width: 100%;
    vertical-align: top;
}

.input__field {
    border: none;
    color: #999;
    font-weight: bold;
    -webkit-appearance: none;
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
    font-weight: bold;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
	position: relative;
    display: block;
    padding: 1.6em 1em;
    width: 100%;
}
/* Akira */

.input__field--akira {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	padding: 0 1em;
	width: 100%;
	height: 100%;
	background: transparent;
}

.input__label--akira {
	padding: 0;
    width: 100%;
    background: none;
    color: #212121;
    cursor: text;
    border: 3px solid #dfdfdf;
    margin: 0;
}

.input__label--akira::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: scale3d(0.97, 0.9, 0);
    transform: scale3d(0.97, 0.9, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__label-content--akira {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.input__field--akira:focus + .input__label--akira::before,
.input--filled .input__label--akira::before {
	-webkit-transform: scale3d(.995, 0.96, 1);
	transform: scale3d(.995, 0.96, 1);
}

.input__field--akira:focus + .input__label--akira,
.input--filled .input__label--akira {
	cursor: default;
	pointer-events: none;
}

.input__field--akira:focus + .input__label--akira .input__label-content--akira,
.input--filled .input__label-content--akira {
	-webkit-transform: translate3d(0, -3.5em, 0);
	transform: translate3d(0, -3.5em, 0);
}
/*-- //form-effect --*/
.my_agileits_contact_right1{
	float:left;
	width:80%;
}
.my_agileits_contact_right1 textarea{
	border: 3px solid #dfdfdf;
    outline: none;
    resize: none;
    width: 100%;
    font-size: 1em;
    color: #212121;
    font-weight: bold;
    padding: 1em;
	border-right:none;
}
.my_agileits_contact_right1 textarea::-webkit-input-placeholder{
	color:#212121 !important;
}
.my_agileits_contact_right {
    margin: 2em 0 0;
}
.my_agileits_contact_right2{
	float:right;
	width:20%;
}
.my_agileits_contact_right2 input[type="submit"]{
	border:none;
	outline:none;
	width:100%;
	background:url(../images/5.png) no-repeat 41px 120px;
	background-color:#fee00c;
	display:block;
}
.my_agileits_contact_right2 input[type="submit"]:hover{
	background-color:#14a1ff;
}
.my_agileits_contact_right1 textarea,.my_agileits_contact_right2 input[type="submit"]{
    min-height: 296px;
}
/*-- //contact --*/
/*-- footer --*/
.my_agileits_twitter_post{
	padding: 2em 0;
    border: 2px solid #14a1ff;
}
.my_agileits_twitter_post h4{
	color: #212121;
    position: relative;
    padding-left: 2em;
    font-size: 1.3em;
    text-transform: capitalize;
    letter-spacing: 2px;
	font-weight:600;
}
.my_agileits_twitter_post h4 a{
	color:#530052;
	text-decoration:none;
	text-transform: initial;
}
.my_agileits_twitter_post h4 a:hover{
	color:#212121;
}
.my_agileits_twitter_post h4:before{
	content:"\f015";
	color:#1da1f2;
	font-family:FontAwesome;
	position:absolute;
	top:0%;
	left:0%;
}
.footer{
	border-top:none;
}
.wthree_footer_grid_left{
	padding:2em;
}
.wthree_footer_grid_left1 h4{
	font-size: 1.2em;
    font-weight: 600;
    color: #212121;
    text-transform: uppercase;
    position: relative;
    padding-bottom: .5em;
    margin-bottom: 1.5em;
    font-family: 'Open Sans', sans-serif;
}
.wthree_footer_grid_left1 h4:after{	
	content: '';
    background: #65b126;
    height: 2px;
    width: 20%;
    position: absolute;
    bottom: 0%;
    left: 0%;
}
.wthree_footer_grid_left1 p{
	color:#999;
	line-height:2em;
}
.wthree_footer_grid_left1 ul li{
	list-style-type:none;
	text-transform:uppercase;
	color:#530052;
	margin-bottom:1em;
}
.wthree_footer_grid_left1 ul li i{
	padding-right:1em;
}
.wthree_footer_grid_left1 ul li:last-child,.wthree_footer_grid_right1 ul li:last-child{
	margin:0;
}
.wthree_footer_grid_left1 ul li a,.wthree_footer_grid_right1 ul li a{
	color:#212121;
	text-decoration:none;
}
.wthree_footer_grid_left1 ul li a:hover{
	color:#530052;
}
.wthree_footer_grid_right,.wthree_footer_grid_right1,.wthree_footer_grid_right2{
	padding:0;
}
.wthree_footer_grid_right{
	border-left: 2px solid #14a1ff;
}
.wthree_footer_grid_right1 h5{
	font-size: 1.3em;
    color: #212121;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
	border-bottom:2px solid #14a1ff;
	padding:1em 3em;
}
.wthree_footer_grid_right1 ul{
	padding:2em 4em;
}
.wthree_footer_grid_right2,.wthree_footer_grid_right1 ul{
	border-bottom:2px solid #14a1ff;
}
.wthree_footer_grid_right2{
	border-left:2px solid #14a1ff;
}
.wthree_footer_grid_right1 ul li{
	list-style-type:none;
	color:#212121;
	margin-bottom:1em;
	font-weight:600;
}
.wthree_footer_grid_right1 ul li i{
	padding-right:1em;
	color:#14a1ff;
}
.wthree_footer_grid_right1 ul li a:hover{
	color:#14a1ff;
}
.wthree_footer_grid_right2_my{
	float:left;
	width:33.33%;
}
.wthree_footer_grid_right_main1{
	text-align:center;
	padding:1em;
}
.agileits_footer_social li{
	display:inline-block !important;
}
.xlnc_copy_right{
	padding:1em 0;
	text-align:center;
}
.xlnc_copy_right p{
	color:#212121;
	line-height:2em;
	font-weight:600;
}
.xlnc_copy_right p a{
	color:#65b126;
	text-decoration:none;
}
.xlnc_copy_right p a:hover{
	color:#212121;
}
/*-- //footer --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 111; 
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- start-responsive-design --*/
@media (max-width:1440px){
	.newsletter:after {
		right: 0%;
	}
	.wthree_footer_grid_right1 ul {
		padding: 1.25em 4em;
	}
	.wthree_footer_grid_right_main1 {
		padding: 1.5em;
	}
}
@media (max-width:1366px){
	.center-container {
		padding: 15em 0;
	}
	.programs:before {
		background: url(../images/6.jpg) no-repeat 0px 0px;
		background-size: 100%;
		width: 325px;
		height: 227px;
	}
	.wthree_footer_grid_right1 ul {
		padding: .95em 4em;
	}
	.wthree_footer_grid_right_main1 {
		padding: 2em;
	}
}
@media (max-width:1280px){
	.newsletter:after {
		background: url(../images/4.png) no-repeat 0px 0px;
		background-size: 100%;
		width: 225px;
		height: 268px;
		top: -46%;
	}
	.wthree_footer_grid_right1 ul {
		padding: .55em 2em;
	}
	.wthree_footer_grid_left1:nth-child(3) {
		padding: 0;
	}
	.wthree_footer_grid_right_main1 {
		padding: 2.2em;
	}
}
@media (max-width:1080px){
	.menu--miranda .menu__item {
		margin: 1.5em 1em 1.5em 0;
	}

	.navbar-nav > li > a {
		padding: 1em 1.7em;
	}
	.navbar-nav > li:nth-child(3) {
		margin-right: 15.6em !important;
	}

	.menu--miranda .menu__item {
		margin: .9em 1em .9em 0;
	}
	.center-container {
		padding: 10em 0;
	}
	.my_agile_banner_info h2 {
		font-size: 2.7em;
	}
	.banner-bottom, .programs, .team, .stats, .events, .testimonials, .work, .newsletter, .contact {
		padding: 4em 0;
	}
	.banner-bottom h3, .my_agileits_head {
		letter-spacing: 1px;
	}
	.view h5 {
		font-size: 1.2em;
		margin: 4.5em 0 0;
	}
	.agile_banner_bottom_grid_pos {
		bottom: -6.5%;
		left: 24%;
	}
	.xlnc_vertical_tab ul li {
		letter-spacing: 1px;
	}
	.view p {
		margin: 1em auto 0;
	}
	.events:after {
		background: url(../images/14.jpg) no-repeat 0px 0px;
		background-size: 100%;
		width: 290px;
		height: 140px;
	}
	.agile_events_grid_pos {
		left: 0%;
	}
	.agile_events_grid_pos,.agile_events_grid_pos_sub {
		top: 8%;
		width: 75%;
	}
	.agile_events_grid_pos1 h4 a {
		letter-spacing: 1px;
	}
	.agileits_testimonials_grids p {
		width: 85%;
	}
	.nav-tabs > li:first-child {
		margin-left: 16em;
	}
	.xlnc_newsletter_right {
		padding: 0;
	}
	.newsletter:after {
		width: 190px;
		height: 228px;
	}
	.my_agileits_contact_right2 input[type="submit"] {
		background: url(../images/5.png) no-repeat 31px 120px;
		background-color: #fee00c;
	}
	.wthree_footer_grid_right1 h5 {
		font-size: 1.1em;
		padding: .5em 1em;
	}
	.wthree_footer_grid_right1 ul li {
		margin-bottom: .96em;
	}
	.wthree_footer_grid_left1 ul li {
		font-size: 12px;
	}
	.wthree_footer_grid_right_main1 {
		padding: 2.5em;
	}
	.wthree_footer_grid_left1 h4:after {
		width: 25%;
	}
	.wthree_team_grid_my h4 {
		font-size: 1.2em;
	}
	.wthree_team_grid_my_pos ul li:nth-child(2) {
		margin: 0.2em 0;
	}
}
@media (max-width:1024px){
	.wthree_footer_grid_left {
		padding:1em;
	}
	.wthree_footer_grid_right1 ul {
		padding: .55em 1em;
	}
	.wthree_footer_grid_right1 ul li {
		margin-bottom: .7em;
	}	
	.wthree_footer_grid_right_main1 {
		padding: 1.8em;
	}
}
@media (max-width: 991px){
	.menu--miranda .menu__item {
		margin:.9em 0.6em;
		font-size: 12px;
	}
	.navbar-nav > li > a {
		padding: 1em 1em;
	}
	.navbar-nav > li:nth-child(3) {
		margin-right: 15.6em !important;
	}

	}
	.my_agile_banner_info h2 {
		font-size: 2.4em;
	}
	.my_elit_para {
		margin: 0em 0 2em;
	}
	.banner-bottom h3 {
		font-size: 1.6em;
	}
	.agile_banner_bottom_grid {
		padding: .5em;
		float: left;
		width: 25%;
	}
	.agile_banner_bottom_grid_pos h4 {
		font-size: 1.2em;
	}
	.agile_banner_bottom_grid_pos {
		bottom: 0%;
		left: 22%;
	}
	.view h5 {
		font-size: 1.1em;
		margin: 2.5em 0 0;
	}
	.xlnc_vertical_tab ul li {
		letter-spacing: 0px;
		font-size: 12px;
	}
	.wthree_team_grid {
		float: left;
		width: 25%;
	}
	.xlnc_stats_grid {
	float: left;
	width: 180px;
	margin-bottom: 15px;
	height: 130px;
	}
	.agile_events_grid {
	width: 55%;
	margin-bottom: 10px;
	}
	.agileits_testimonials_grids h3 {
		width: 35%;
	}
	.agileits_testimonials_grids p {
		width: 100%;
	}
	.nav-tabs > li:first-child {
		margin-left: 9em;
	}
	.nav-tabs {
		padding: 3em 0 0em;
	}
	.my_tab_img_left {
		float: left;
		width: 33.33%;
	}
	.xlnc_work figcaption:before {
		border-left: 15em solid #14a1ff;
		border-top: 2.5em solid transparent;
	}
	.xlnc_work figcaption:after {
		border-right: 15em solid #6ec0f7;
		border-top: 2.5em solid transparent;
	}
	.xlnc_work figcaption {
		height: 2.3em;
	}
	.xlnc_work figcaption span {
		padding-left: 1.5em;
	}
	.xlnc_newsletter_left {
		padding: 0;
	}
	.xlnc_newsletter_left h3 {
		margin: 0 0 1em;
	}
	.newsletter:after {
		width: 220px;
		height: 265px;
		top: -25%;
	}
	.my_agile_contact_grid:nth-child(2) {
		margin: 2em 0;
	}
	.my_agileits_contact_right2 input[type="submit"] {
		background: url(../images/5.png) no-repeat 56px 120px;
		background-color: #fee00c;
	}
	.agile_contact_grid_right {
		padding: 1em 3em;
	}
	.agilemy_contact {
	padding-top: 1em 3em !important;
	background: #E7572B;
	}
	.my_agileits_twitter_post h4 {
		font-size: 1.28em;
		letter-spacing: 1px;
	}
	.wthree_footer_grid_left1 {
		float: left;
		width: 33.33%;
	}
	.wthree_footer_grid_left1 ul li {
		font-size: 14px;
	}
	.wthree_footer_grid_left {
		padding: 2em;
	}
	.wthree_footer_grid_right1,.wthree_footer_grid_right2 {
		float: left;
		width: 50%;
	}
	.wthree_footer_grid_right {
		border-left: none;
	}
	.wthree_footer_grid_right1 h5 {
		font-size: 1.3em;
		padding:1.5em 3em;
		border-top: 2px solid #14a1ff;
	}
	.wthree_footer_grid_right2 {
		border-top: 2px solid #14a1ff;
	}
	.wthree_footer_grid_right1 ul {
		padding:1.75em 3em;
	}
	.wthree_footer_grid_right1 ul li {
		margin-bottom: 1em;
	}
}
@media (max-width: 900px){
	.wthree_footer_grid_right1 ul {
		padding: 1.05em 3em;
	}
}
@media (max-width: 800px){
	.banner-bottom, .programs, .team, .stats, .events, .testimonials, .work, .newsletter, .contact {
		padding: 3em 0;
	}
	.agile_banner_bottom_grid {
		margin-bottom: 1em;
	}
	.agile_events_grid_pos {
		left: -45%;
	}
	.agile_events_grid_pos_sub {
		right: -45%;
	}
	.xlnc_newsletter_right {
		width: 75%;
	}
	.wthree_footer_grid_right1 h5 {
		font-size: 1.1em;
		padding: 1em 3em;
	}
	.wthree_footer_grid_right1 ul {
		padding: 1.25em 3em;
	}
}
@media (max-width: 768px){

	.banner-bottom h3 {
		font-size: 1.4em;
	}
	.xlnc_vertical_tab ul li {
		letter-spacing: 2px;
		font-size: 14px;
	}
	.programs {
		padding-bottom: 13em !important;
	}
	.xlnc_stats_grid {
		width: 150px;
		height:100px;
	}
	.xlnc_stats_grid h4 {
		margin-bottom: 1em;
	}
	.agile_stats_grid {
		width: 20px;
		height: 20px;
	}
	.agile_stats_grid i {
		width: 12px;
		height: 12px;
		margin: 0.08em auto 0;
	}
	.agile_events_grid_pos, .agile_events_grid_pos_sub {
		top: 0;
		width: 100%;
		position: inherit;
	}
	.agile_events_grid_pos {
		left: 0;
	}
	.agile_events_grid_pos_sub {
		right: 0;
	}
	.agile_events_grid {
		width: 70%;
	}
	.agile_events_grid_pos1 h5:after {
		width: 18%;
	}
	.events:after {
		width: 230px;
		height: 110px;
	}
	.wthree_footer_grid_right1 ul li {
		margin-bottom: .75em;
	}
	.container {
		width: auto;
	}
}
@media all and (max-width:480px){


.my_agile_header span
{
position:fixed;
top:8px;
right:50%;
background-image:url(https://sciencevalleyschools.com/images/logo-hb3.png);
background-size: 35px 35px;
height:35px;
width:35px;

}

.ftmenu
{
display:none;

}



.logowht
{ 
margin-right:10px;

}
.logorwp
{ 
margin-right:10px;

}
.mapapi
{
margin-right:10px;

}


}