/* Global Styling */
@import url('https://fonts.googleapis.com/css?family=Roboto');


body {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #363636;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: normal;
    font-weight: 400;
	color: #282828;
    font-family: 'Montserrat', sans-serif;
}


h1 {
    font-size: 52px;
    margin-bottom: 36px;
	font-weight: 600;
}

h2 {
    font-size: 36px;
    margin-bottom: 30px;
	font-weight: 600;
}

h3 {
    font-size: 26px;
    font-weight: 500;
}

h4 {
    font-size: 16px;
    text-transform: none;
    font-weight: 600;
}

p {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}


.p-margin {
    margin-left: 10%;
    margin-right: 10%;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: inherit;
}

select option{
    color:#10069f;
}


.buttons {
	padding: 10px 22px;
	background: #10069F;
	border-radius: 3px;
	border: 1px solid #10069F;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-transition-delay: .5s ease; /* Safari */
    transition: .5s ease;
}

.buttons:hover {
	background: #00aeef;
	border-color: #10069F;
	color: #fff;
}

.btn-learn {
	font-size: 16px;
	color: #ffffff;
	margin-top: 20px;
	padding: 10px 20px;
	background-color:  #10069F;
	font-weight: 400;
	display: inline-block;
	border-radius: 3px;
	-webkit-transition-delay: .5s ease; /* Safari */
    transition: .5s ease;
	
	transform: translateZ(0);
	
	backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.btn-learn:hover {
	background-color: #00aeef;
	color: #fff;
}

.btn-learn i {
	margin-left: 8px;
	transform: translateZ(0);
    transition-duration: 0.1s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.btn-learn:hover i {
	-webkit-animation-name: hvr-icon-wobble-horizontal;
	animation-name: hvr-icon-wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	
}

.margin-r-30 {
	margin-right: 30px;
}

.dummy {
	position: fixed;
	width: 26%;
	overflow: hidden;
	z-index: 8;
}

.gray-bg {
	background: #ededed;
}

.pd-top-bottom-0 {
	padding: 0px !important;
}

.pd-bt-10 {
	padding-bottom: 10px !important;
}

.mr-t-0 {
    margin-top: 0px !important;
}

.color-green {
	color: #10069f;
}

.color-darkblue {
	color: #10069f;
}

/* ===== Header ====== */

.header {
	width: 100%;
	max-height: 100px;
	padding: 18px 0px;
	border-bottom: 1px solid #dedede;
}

.signUpbtn {
	margin-top: 10px;
	position: relative;
}

.logo {
	margin: 0px auto;
	width: 100%;
	text-align: center;
}

.top-search {
	margin-top: 20px;
	display: inline-block;
	float: right;
	z-index: 10;
	position: relative;
}


.top-search-theme {
	background: #ddd;
	padding: 6px;
	position: absolute;
	right: 4em;
	z-index: 10;
	margin-top: 0.40em;
	display: inline-block;
}

.top-search-theme .form-control {
	box-shadow: none;
	border-radius: 3px;
	font-size: 16px;
	height: 50px;
}

.section-area {
	width: 100%;
	height: auto;
	padding: 50px 0px;
}

.theme-welcome {
	width: 100%;
	height: auto;
	display: inline-block;
}

.fa-search {
  color: #10069f;
}

/*
========  Login Form  ===========
*/

.login-form-theme .form-control {
	box-shadow: none;
	border-radius: 3px;
	font-size: 16px;
	height: 50px;
}

.login-form-theme .checkbox {
	margin: 25px 0px;
}

.login-form-theme .buttons {
	margin-bottom: 10px;
}

.login-form-theme a.forgot-resend {
	color:  #9cbd6a;
	-webkit-transition-delay: .5s ease; /* Safari */
    transition: .5s ease;
}

.login-form-theme a.forgot-resend:hover {
	color: #363636;
}

/*
============= Customer ============
*/



.theme-customer {
	width: 100%;
	height: auto;
	text-align: center;
}

.theme-customer h2 b {
	font-size: 42px;
	font-weight: bolder;
}

.theme-customer input {
	font-size: 26px;
	height: 55px;
	background: #f2f2f2;
	border-radius: 2px;
	border: 1px solid #fff;
	box-shadow: none;
	margin-top: 40px;
	padding: 12px 20px;
}

.theme-customer input::placeholder {
	font-style: italic;
}



/*
============= For-School-home ============
*/

.theme-school-home {
	
}

.school-parents-home-img {
	width: 100%;
	max-height: 380px;
	overflow: hidden;
	display: inline-block;
	margin-bottom: -5px;
}

.sp-img-overly-lft {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
}

.sp-img-overly-rgt {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
}

.sp-content {
	width: 100%;
	height: auto;
	padding-left: 20px;
}

.sp-content h3 {
	margin-top: 0%;
	margin-bottom: 30px;
	font-weight: bolder;
}

.sp-content h4 {
	margin-bottom: 10px;
}



/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */
#preloader {
    background : #fff;
    bottom     : 0;
    left       : 0;
    position   : fixed;
    right      : 0;
    top        : 0;
    z-index    : 9999;
    }

#status,
.status-mes {
    background-image    : url(img/ProgressImage.gif);
    background-position : center;
    background-repeat   : no-repeat;
    height              : 200px;
    left                : 50%;
    margin              : -100px 0 0 -100px;
    position            : absolute;
    top                 : 50%;
    width               : 200px;
    }

.status-mes {
    background : none;
    left       : 0;
    margin     : 0;
    text-align : center;
    top        : 65%;
    }



/*
============== Theme Feature ===================
*/


.theme-feature-box-home {
	width: 100%;
	height: auto;
	display: inline-block;
	text-align: center;
    padding-top:30px;
	
	backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.theme-feature-box-home:hover i {
	-webkit-animation-name: hvr-icon-buzz-out;
	animation-name: hvr-icon-buzz-out;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.theme-feature-box-home i {
	margin-top: 20px;
	margin-bottom: 15px;
	color: #9cbd6a;
	
	transform: translateZ(0);
    transition-duration: 0.1s;
    transition-property: transform;
    transition-timing-function: ease-out;
}



.theme-feature-box-home h4 {
	margin-bottom: 20px;
	margin-top: 10px;
}

.theme-feature-box-home p {
	margin-bottom: 20px;
}

/*
============== Theme About ====================
*/

.theme-about h4 {
	margin-bottom: 15px;
}

.video-case {
	width: 100%;
	height: auto;
	display: inline-block;
}

.video-icon-case {
	width: 80px;
	height: 80px;
	background-color: #fff;
	border-radius: 50%;
	z-index: 9;
	top: 27%;
	left: 40%;
	position: absolute;
	box-shadow: 0px 0px 15px #d2d2d2;
	text-align: center;
	line-height: 5em;
	color: #4b4b4b;
}

.video-thumb {
	width: 360px;
	height: 251px;
	background-color: #ddd;
	position: absolute;
	border-radius: 3px;
	overflow: hidden;
	left: 16.4%;
	top: 3.5%;
}


.theme-call-action {
	width: 100%;
	height: auto;
	padding: 20px 0px;
	background-color: #00AEEF;
	color: #fff;
}

.theme-call-action h3 {
	margin-bottom: 0px;
	color: #fff;
	margin-top: 5px;
}

.learnmoreschool h4 {
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 10px;
}


/*
============  Footer  ==============
*/

.footer {
	width: 100%;
	height: auto;
	display: inline-block;
	background: #10069F;
	padding: 20px 0px;
	color: #fff;
}

.footer h5 {
	color: #fff;
	font-weight: 600;
	margin-bottom: 10px;
}

.footer ul li a {
	-webkit-transition-delay: .5s ease; /* Safari */
    transition: .5s ease;
}

.footer ul li a:hover {
	color: #aa0394;
}

.social-links {
	margin: 0px auto;
}

.social-links li {
	margin: 8px 10px !important;
}


.top-pagination {
	width: 100%;
	height: auto;
	padding: 10px;
	background-color: #dddddd;
}

.footer ul li {
	margin: 8px 0px;
}


/*
=========  Contact  =========
*/

.theme-page {
	width: 100%;
	height: auto;
	display: inline-block;
	padding: 0px 0px 80px;
}

.nav-tabs {
	float: none;
}

.nav-tabs li {
	width: 100%;
	
}

.nav-tabs li a {
	width: 120px;
	height: 120px;
	text-align: center;
	line-height: 30px;
	float: left;
	background-color: #ddd;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-box-shadow:inset 1px 1px 1px #ffffff;
	box-shadow:inset 1px 1px 1px #ffffff;
	color:#10069f;
}

.nav-tabs {
	border: none;
}

.nav-tabs li {
	margin-bottom: 2px;
}

.nav-tabs li a i {
	font-size: 32px;
	float: none;
	display: block;
	margin-top: 20px;
}

.theme-contact-form .form-inline {
	margin: 40px 0px;
}

.theme-contact-form .form-group input, .theme-contact-form .form-group select {
	width: 100%;
	box-shadow: none;
	height: 40px;
	margin-bottom: 15px;
	border-radius: 3px;
}

.theme-contact-form .form-group textarea {
	width: 100%;
	box-shadow: none;
	margin-bottom: 15px;
	border-radius: 3px;
}

.theme-contact-form ul li {
	list-style: disc;
	margin-left:  20px;
}

.theme-contact-form .form-group .checkbox-inline input, .theme-contact-form .form-group .radio input {
	width: auto;
	float: left;
	margin-right: 10px;
}

.theme-contact-form .form-group .checkbox-inline, .theme-contact-form .form-inline .radio label {
	line-height: 46px;
}

.theme-contact-form .buttons {
	text-transform: uppercase;
	margin-top: 20px;
}

.theme-page .nav-tabs > li.active > a, .theme-page .nav-tabs > li.active > a:focus, .theme-page .nav-tabs > li.active > a:hover {
	border: 1px solid #ddd;
	
}

.theme-page h3.page-title {
    margin-bottom: 40px;
    text-transform: uppercase;
    padding: 50px 10px;
    color: #fff;
    background: #10069F;
    text-align: center;
    text-shadow: 1px 1px 1px #666666;
}

.theme-page .form-group input, .theme-page .form-group select
	 {
    width: 100%;
    box-shadow: none;
    height: 40px;
    margin-bottom: 15px;
    border-radius: 3px;
}

.theme-page p, .theme-page li {
	margin-bottom: 10px;
}

.checkbox input {
	margin-right: 10px;
	width: auto !important;
	height: 10px !important;
	margin-bottom: 30px;
}

.calender-icon {
	position: absolute;
	top: 12px;
	left: 25px;
	padding: 0px;
}

.get-involved-form {
	width: 100%;
	float: left;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}

#date {
	padding-left: 30px;
	margin-bottom: 20px;
}

p.forgot-txt {
	margin-bottom: 20px;
}

.ul-list li {
	list-style: disc;
	margin-left: 15px;
}

ul.parents-signup-list li {
	list-style: decimal;
	margin-left: 15px;
}

div.addui-input-container input.addui-input-input,
div.addui-input-container input.addui-input-input:focus 
	{
		display: block;
		width: 100%;
		background: transparent;
		border: 1px solid #ddd;
		padding: 7px;
		outline: none;
		font-size: 18px;
		margin: 0;
		margin-bottom: 25px;
		box-shadow: 0 0 0 transparent;
}


div.addui-input-container div.addui-input-placeholder 
	{
		display: block;
		position: absolute;
		top: 10px;
		left: 30px;
		transition: top 0.5s, left 0.5s, font-size 0.5s;
		font-size: 16px;
		pointer-events: none;
}

div.addui-input-container.addui-input-hasValue .addui-input-placeholder,
div.addui-input-container input.addui-input-input:focus+div.addui-input-placeholder
	{
		top: -18px;
		left: 15px;
		font-size: 12px;
}


.datepicker-days {
	paddding: 20px;
}

.datepicker-days tbody tr td {
	cursor: pointer;
	padding: 8px;
	border-radius: 5px;
}

.datepicker-days tbody tr td:hover {
	background: green;
	color: #fff;
}


.learnmoreschool h5 {
	font-size: 18px;
	margin-bottom: 10px;
}

.table > tbody > tr > th {
	font-weight: normal;
}



.table-bordered > thead > tr > th {
	background-color: #4B4B4B;
	font-weight: bold;
	color: #fff;
}

.learnmoreschool ol {
	margin-bottom:  20px;
}

.learnmoreschool ol li {
	list-style: decimal;
	margin-left: 20px;
}

.learnmoreschool dl {
    margin: 40px 0px;
}

.learnmoreschool dl dt {
    margin-bottom: 15px;
}

.learnmoreschool dl dd {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}