/* CSS Document */

* {

	padding:0;

	margin:0;

	list-style:none;

}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,

code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset,

form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	font-size: 100%;

}

/* remember to define focus styles! */

:focus {

	outline: 0;

}

ol, ul {

	list-style: none;

}

/* tables still need 'cellspacing="0"' in the markup */

table {

	border-collapse: separate;

	border-spacing: 0;

}

caption, th, td {

	text-align: left;

	font-weight: normal;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: "";

}

blockquote, q {

	quotes: "" "";

}

body {

	font-family:Arial, Helvetica, sans-serif;

	background:#F3F4F4;

	font-size:100%;

	color:#000;

	line-height:100%;

	font-style:normal;

	font-weight:normal;

	overflow-x: hidden;

}

input { background:none; border:0 none; outline:none; }

table {

	border:0 none;

	border-collapse:collapse;

	border-spacing:0;

}

td { vertical-align:top; }

img	{ border:0 none; max-width:100%; max-height:100%;height:auto;width:auto;display:block;margin:0 auto;}

a	{ outline:none; cursor:pointer;text-decoration:none;display:block; }

.left	{ float:left; }

.right	{ float:right; }

.clear { clear:both; }

.text_right { text-align:right; }

.text_left { text-align:left; }

.text_center { text-align:center; }

.text-justify { text-align:justify; }

.clearfix {

	clear:both;

	/*content:" "; never use this property error in opera*/

	display:block;

	font-size:inherit;

	height:0;

	line-height:0;

}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {

	display:block;

}

/*responsive menu*/

.menu {color: #333333; cursor: pointer; float: left; font-family: 'Lato',sans-serif; font-size: 22px; line-height: 31px; display:none;}

.menu .menu-trigger { float: left; margin: 8px 20px 0 25px;}

.menu .line:nth-child(1):after { transition: all 0.6s linear 0.1s;}

.menu .line:after { background: #FFFFFF; content: ""; display: block; height: 3px; width: 0;}

.menu .line { background: #333333; display: block; height: 3px; margin-bottom: 5px; width: 33px;}

.header-sec .menu-wrap .menu:hover .line:after { transform: rotate(360deg); width: 100%;}

.show-menu .side-menu {transform: translateX(0px); transition: all 1s ease 0s; z-index: 999999;}

.side-menu {display:none; background:#333333; height: 100%; overflow: hidden; padding: 69px 50px 0; position: fixed; left: 0; top: 0; transform: translateX(-325px);transition: all 0.4s ease 0s; width: 225px; z-index: -1;}

.show-menu #wrapper { transform: translateX(0);}

#wrapper { background: #FFFFFF; position: relative; transition: all 0.3s ease 0s; z-index: 99999;}

.slider,.bx-wrapper,.bx-wrapper .bx-viewport,.slidermain,.slidermain li,.images-slider{height:100% !important;}

/*responsive menu end */



body {

	overflow-x: hidden;

}



.clear {

	clear: both;

}



*{

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

}



@font-face {

  font-family: 'trajan';

  src: url('../fonts/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/TrajanPro-Regular.woff') format('woff'), url('../fonts/TrajanPro-Regular.ttf')  format('truetype'), url('../fonts/TrajanPro-Regular.svg#TrajanPro-Regular') format('svg');

  font-weight: normal;

  font-style: normal;

}



@font-face {

  font-family: 'alegreya';

  src: url('../fonts/Alegreya-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Alegreya-Regular.otf')  format('opentype'),

	     url('../fonts/Alegreya-Regular.woff') format('woff'), url('../fonts/Alegreya-Regular.ttf')  format('truetype'), url('../fonts/Alegreya-Regular.svg#Alegreya-Regular') format('svg');

  font-weight: normal;

  font-style: normal;

}

.container {

	margin: 0 auto;

	max-width: 1170px;

	width:100%

}





/**************** Header ****************/



.header {

	background: url(../images/header-bg.png);

	background-repeat: repeat-x;

	//min-height: 177px;

	padding-top: 20px;

	position: relative;

	border-bottom: 3px solid #0A5B91;

}



.header .header-left {

	float: left;

	width: 14.6%;

}



.header .header-right {

	float: left;

	width: 85.4%;

}

.header:before {

	position: absolute;

	left: -70px;

    position: absolute;

    top: -5px;

	content: url(../images/header-left.png);

}



.header-right  .header-top {

	float: right;

	padding-top: 24px;

}

.header-top .call-info {

	float: left;

/*
	background: url(../images/call-bg.png);
*/

	background-repeat: no-repeat;

	background-position: left center;

	padding-left: 50px;

	border-right: 1px solid #CDCDCD;

	padding-right: 30px;

	margin-right: 30px;
	position:relative;

}
.header-top .call-info:before {
	background:url("../images/header-sprite.png") no-repeat;
	bottom: 0;
	content: "";
	height: 39px;
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 45px;
	background-position:-10px -14px;
}

.call-info p {

	color: #0A5B91;

	font-size: 18px;

	line-height: 140%;

	font-weight: bold;

	font-family: 'trajan';

}

.call-info .no {

	color: #333333;

}



.social-links {

	float: right;

}

.social-links ul li{

	float: left;
	background-repeat: no-repeat;
	margin-right: 15px;
	position:relative;

}
.social-links ul li:before {
	background: url("../images/header-sprite.png") no-repeat scroll -9px -154px rgba(0, 0, 0, 0);
	bottom: 0;
	content: "";
	height: 39px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 46px;
	z-index: 1;
}

.social-links ul li:last-child {

	margin-right: 5px;

}

.social-links ul li a{

	float: left;

	display: inline-block;

	height: 40px;

	width: 45px;

	background: url('../images/all-sprit.png');

	background-repeat: no-repeat;
	position:relative;
	z-index:9;

}

.social-links ul li a.facebook {

	background-position: -49px 16px;

}

.social-links ul li a.facebook:hover, .social-links ul li a.facebook:focus {

	background-position: -49px -24px;

}



.social-links ul li a.twitter {

	background-position: -109px 16px;

}

.social-links ul li a.twitter:hover, .social-links ul li a.twitter:focus {

	background-position: -109px -24px;

}





.social-links ul li a.googleplus {

	background-position: -169px 16px;

}

.social-links ul li a.googleplus:hover, .social-links ul li a.googleplus:focus {

	background-position: -169px -24px;

}

.menu-bg-wrapper {

  background: #0a5b91;

  bottom: 0;

  height: 50px;

  position: absolute;

  right: 0;

  width: 50%;

}

.main-menu {

	width: 100%;

	margin-top: 33px;

	position: relative;

	padding-left: 33px;

	margin-left: 15px;

}
.main-menu:before {
	background: url("../images/header-sprite.png") no-repeat -18px -58px ;
	bottom: 0;
	content: "";
	height: 50px;
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 33px;
}

/*.main-menu:after {

	background: #0A5B91;

	position: absolute;

	width: 500%;

	left: 100%;

	height: 100%;

	content: "";	

	top: 0;

} */

.main-menu ul {

	width: 100%;

	min-height: 50px;

	background: #0A5B91;

}

.main-menu ul li{

	float: left;

}



.main-menu ul li a{

	font-size: 15px;

	line-height: 100%;

	font-family: 'trajan';

	color: #FFFFFF;

	position: relative;

	padding: 22px 20px 12px;

	text-transform: uppercase;

	font-weight: bold;

	transition: 0.3s;

	-webkit-transition: 0.3s;

	-ms-transition: 0.3s;

	-moz-transition: 0.3s;

	background-position: center center;
	z-index:9;

}

.main-menu ul li a:hover, .main-menu ul li a:hover , .main-menu ul li a.active{

	color: #6AB4D4;
}
.main-menu ul li a:before{
	background: url("../images/header-sprite.png") no-repeat -21px -118px ;
	bottom: 0;
	content: "";
	height: 27px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 31px;
	z-index:-1;
	opacity:0;
}
.main-menu ul li a:hover:before, .main-menu ul li a:hover:before, .main-menu ul li a.active:before {
	opacity:1;
}

.main-menu ul li a:after {
	background: url("../images/header-sprite.png") no-repeat -12px -119px ;
	bottom: 0;
	content: "";
	height: 19px;
	left: 0;
	margin: auto;
	position: absolute;
	top: 7px;
	width: 2px;
}

.main-menu ul li:last-child a:after {

	display: none;

}

.main-menu ul li:last-child a {

  padding-right: 0;

}

/**************** Close ****************/

.slidermain li {

	position: relative;

}

.slidermain li .caption {

	position: absolute;

	text-align: center;

}

.slidermain li .caption.style1 {

	right: 2%;

	top: 50%;

	transform: translateY(-50%);

	-webkit-transform: translateY(-50%);

	-moz-transform: translateY(-50%);

	-o-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	max-width: 380px;

}

.slidermain li .caption.style1 p{

	font-size: 25px;

	color: #000000;

	font-family: 'Lato', sans-serif;

	line-height: 117%;

	font-weight: bold;

	font-style: italic;

}

.slidermain li .caption.style1 span {

	font-size: 34px;

	color: #065386;

	line-height: 100%;

	clear: both;

	display: block;

	font-family: 'trajan';

	font-style: normal;

	text-shadow: 2px 2px 1px #FFFFFF;

}



.slidermain li .caption.style2 {

	background: rgba(7,88,142,0.7);

	bottom: 0;

	left: 0;

	right: 0;

}

.slidermain li .caption.style2 p{

	color: #FFFFFF;

	font-family: 'trajan';

	font-size: 32px;

	line-height: 140%;

	padding-top: 15px;

	padding-bottom: 30px;

	text-align: center;

}

.slidermain li .caption.style3 {

	top: 14.5%;

	left: 6.4%;

	right: 0;

	text-align: left;

}

.slidermain li .caption.style3 p{

	color: #333333;

	font-family: 'alegreya';

	font-size: 36px;

	line-height: 130%;

	font-weight: bold;

}

.slidermain li .caption.style3 p span {

	color: #00538B;

}



.slidermain li .caption.style4 {

	bottom: 17%;

	right: 9%;

	text-align: left;

}

.slidermain li .caption.style4 p{

	color: #FFFFFF;

	font-family: 'trajan';

	font-size: 32px;

	line-height: 140%;

	font-weight: bold;

	text-shadow: -2px -1px 10px #000000;

	text-align: right;

}



.slidermain li .caption.style5 {

	background: rgba(0,0,0,0.7);

	bottom: 0;

	left: 0;

	right: 0;

}

.slidermain li .caption.style5 p{

	color: #FFFFFF;

	font-family: 'trajan';

	font-size: 30px;

	line-height: 130%;

	padding: 15px 30px 30px;

	text-align: center;

}



.slidermain li img {

	width: 100%;

}



.slidermain li .caption  span {

	color: #00538B

}

.slidermain li .caption.container {

	left: 0;

	right: 0;

	margin: 0 auto;

}

.slider-section {

	border-bottom: 5px solid #0A5B91;

}



.slider-section .bx-controls {

	bottom: 0;

    display: inline-block;

    height: 32px;

    left: 0;

    margin: 0 auto;

    position: absolute;

    right: 0;

    width: 160px;

    background: #0A5B91;

}

.slider-section .bx-controls:before {

	content: "";

	background: url(../images/all-sprit.png);

	height: 34px;

    width: 23px;

    position: absolute;

    left: -22px;

    top: -1px;

	background-position: -97px -105px;

}



.slider-section .bx-controls:after {

	content: "";

	background: url(../images/all-sprit.png);

	height: 34px;

    width: 23px;

    position: absolute;

    right: -22px;

    top: -1px;

	background-position: -132px -105px;

}

.slider-section .bx-controls .bx-pager {

	display: inline-block;

    bottom: 3px;

    margin: 0 auto;

    text-align: center;

    left: 0;

    right: 0;

}



.slider-section .bx-wrapper .bx-pager.bx-default-pager a {

	width: 12px;

	height: 11px;

	display: inline-block;

	margin-bottom: 0px;

	background: #FFFFFF !important;

	margin-right: 8px;

}

.slider-section .bx-wrapper .bx-pager.bx-default-pager a:hover {

	background: #60ABCD !important;

}

.slider-section  .bx-wrapper .bx-pager .bx-pager-item:last-child a {

	margin-right: 0px;

} 

.slider-section .bx-wrapper .bx-pager.bx-default-pager a.active {

	background: #60ABCD !important;

}



.slider-section .bx-wrapper .bx-prev {

	width: 7px;

	height: 12px;

	color: #FFFFFF;

	z-index: 9999;

    display: inline-block;

    width: 15px;

    background: url(../images/all-sprit.png);

    background-position: -108px -77px;

    background-repeat: no-repeat;

    top: 40%;

}

.slider-section .bx-wrapper .bx-next {

	width: 7px;

	height: 12px;

	color: #FFFFFF;

	z-index: 9999;

    display: inline-block;

    width: 15px;

    background: url(../images/all-sprit.png);

    background-repeat: no-repeat;

	background-position: -126px -76px;

    top: 40%;

}

.slider-section .bx-wrapper .bx-prev:hover, .slider-section .bx-wrapper .bx-next:hover {

	opacity: 0.5;

}

.section-padding {

	padding: 60px 0px;

}

/* about section css*/

.about-section {

}

.about-left {

	width: 60%;

	float: left;

	text-align: justify;

}

.about-right {

	float: left;

	width: 40%;

}

.about-left h3 {

	font-size: 26px;

	font-family: "trajan";

	line-height: 100%;

	color: #333333;

	display: inline-block;

	border-bottom: 1px solid #CCCCCC;

	padding-bottom: 10px;

	position: relative;

	margin-left: 50px;

	margin-bottom: 10px;

	

}

.about-left h3:after {

	content: url(../images/title-bg.png);

	position: absolute;

	left: -50px;

	top: -5px;

} 

.about-left h3 span{

	color: #0A5B91;

	font-family: 'trajan';

	font-weight: bold;

}

.about-left p {

	color: #333333;

	font-size: 15px;

	line-height: 180%;

	font-family: 'Open Sans', sans-serif;

	padding-right: 60px;

	margin-bottom: 20px;

}

.about-left .about-link .link {

	background: url("../images/about-sprit.png") no-repeat;

    border: 1px solid #cccccc;

    color: #333333;

    display: inline-block;

    float: left;

    font-family: 'Open Sans',sans-serif;

    font-size: 18px;

    font-weight: bold;

    line-height: 180%;

    padding: 23px 30px 23px 80px;

    text-transform: uppercase;

    border-radius: 5px;

    margin-right: 24px;

    transition: 0.3s;

    -webkit-transition: 0.3s;

    -o-transition: 0.3s;

    -moz-transition: 0.3s;

    margin-bottom: 25px;

}

.about-left .about-link .link:hover {

	background-color: #000000;

	color: #FFFFFF;

}

.about-left .about-link a.link:last-child{

	margin-right: 0;

} 

.about-left .about-link .link.mission {

	background-position: 21px 18px;

}

.about-left .about-link .link.who {

	background-position: 21px -83px;

}

.about-left .about-link .link.join {

	background-position: 21px -167px;

	margin-right: 0px;

}



.about-right .video video {

	width: 470px;

	height: 300px;

}



.btn-more {

	font-size: 15px;

	background: #00538B;

	color: #FFFFFF;

	display: inline-block;

	padding: 13px 20px;

	border-radius: 5px;

	text-transform: uppercase;

	font-family: 'Open Sans', sans-serif; 

	 transition: 0.3s;

    -webkit-transition: 0.3s;

    -o-transition: 0.3s;

    -moz-transition: 0.3s;

    text-transform: uppercase;

}

.btn-more:hover, .btn-more:focus {

	background: #000000;

}

.btn-more i {

	margin-left: 10px;

}



/* offer section css*/

.section-title h3 {

	font-family: 'trajan';

	font-size: 26px;

	color: #333333;

	line-height: 100%;

	text-align: center;

	background: url(../images/title-border.png) no-repeat center bottom;

	padding-bottom: 40px;

}

.section-title h3 span {

	color: #0A5B91;

}

.section-title p {

	color: #333333;

	font-family: 'Open Sans', sans-serif;

	font-size: 15px;

	line-height: 150%;

	text-align: center;

	margin: 0 auto;

    margin-top: 12px;

}

.offer-section {

	background: url("../images/offer-bg.jpg") no-repeat fixed 0 0 / cover  rgba(0, 0, 0, 0);

}

.offers-list {

	text-align: center

}

.offers-list .offer-block {

	float: left;

    margin-top: 45px;

    max-width: 300px;

    vertical-align: top;

    width: 20%;

    margin-left: 6.6%;

}

.offer-block {

	text-align: center;

}

.offer-link {

	position: relative;

}

.offer-block .offer-link:hover:after {

	opacity:1;

}

.offer-link:before {

	position: absolute;

	content: url(../images/offer-shadow.png);

	bottom: -7px;

    left: 0;

    right: 0;

    margin: 0 auto;

}



.offer-block .offer-link:after {

    background: url("../images/offer-link-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);

    content: "";

    height: 77px;

    left: 32px;

    position: absolute;

    top: -15px;

    width: 77px;

    opacity: 0;

    transition: 0.3s;

	-webkit-transition: 0.3s;

	-moz-transition: 0.3s;

	-o-transition: 0.3s;

	-ms-transition: 0.3s;

}

.offer-block .offer-link a img {

	position: absolute;

    z-index: 1;

    display: inline-block;

    /* vertical-align: super; */

    top: 50%;

    left: 0;

    right: 0;

    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    margin: 0 auto;

}

.offer-block .offer-link a{

	width: 166px;

	height: 166px;

	display: inline-block;

	border: 5px solid #FFFFFF;

	border-radius: 50%;

	position:relative;

	background-position: center center;

	box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);

	z-index: 5;

}



.offer-block .offer-link a:hover:before {

	opacity: 1;	

}

.offer-block .offer-link a:before {

	position: absolute;

	content: url(../images/block-bg.png);

	top: 25px;

    left: 15px;

    opacity: 0;

	transition: 0.3s;

	-webkit-transition: 0.3s;

	-moz-transition: 0.3s;

	-o-transition: 0.3s;

	-ms-transition: 0.3s;

}

.offer-block .offer-link a.autism {

	background-color: #043251;

	

}

.offer-block .offer-link a.mental {

	background-color: #408DB6;



}

.offer-block .offer-link a.behavior {

	background-color: #0A5B91;



}

.offer-block .offer-link a.social {

	background-color: #82CAE4;

	

} 

.offer-block .info h4, 

.offer-block .info a {

	color: #333333;

	font-family: 'trajan';

	line-height: 100%;

	font-size: 20px;

	margin-bottom: 10px;

	font-weight: bold;

	text-decoration: none;

}

.offer-block .info a:hover {

	color: #0A5B91;

}

.offer-block .info p {

	color: #333333;

	font-family: 'Open Sans', sans-serif;

	line-height: 150%;

	font-size: 15px;

}

.offer-block .info p a{

	display: inline;

	color: #333333;

	font-family: 'Open Sans', sans-serif;

	line-height: 150%;

	font-size: 15px;

} 

.offer-block .info p a:hover, .offer-block .info p a:focus {

	color: #0A5B91;

}

.offer-block:first-child {

	margin-left: 0px;

} 

.offer-block .info {

	margin-top: 30px;

	/*padding: 0 30px;*/

}





/* benefits section css start */

.benefits-section {

	padding: 70px 0px;

}

.benefits-section  .section-title h3 {

	margin-bottom: 40px;

}

.benefits-list {

	text-align: center;

}

.benefits-block {

	display: inline-block;

	text-align: center;

	width: 300px;

	margin-left: 70px;

	margin-bottom: 10px;

	vertical-align: top;

}

.benefits-block:first-child {

	margin-left: 0px;

}

.benefits-block:last-child {

	margin-right: 0px;

}	

.benefits-block h4 {

	font-family: 'trajan';

	font-size: 21px;

	line-height: 130%;

	color: #07588E;

	font-weight: bold;

}

.benefits-block a {

	font-family: 'trajan';

	font-size: 21px;

	line-height: 130%;

	color: #07588E;

	font-weight: bold;

}

.benefits-block a:hover {

	color: #000000;

} 

.benefits-block p {

	font-size: 18px;

	line-height: 140%;

	color: #000000;

	font-family: 'Lato', sans-serif;

	margin: 0 auto;

    max-width: 220px;

}

.benefits-block a.link {

	background: #73BBDA;

	border-radius: 50%;

    color: #ffffff;

    display: inline-block;

    height: 28px;

    margin-top: 4px;

    width: 28px;

     transition: 0.3s;

	-webkit-transition: 0.3s;

	-moz-transition: 0.3s;

	-o-transition: 0.3s;

	-ms-transition: 0.3s;

}

.benefits-block a i {

	font-size: 24px;

	line-height: 109%;

	padding-left: 2px;

}

.benefits-block.bottom {

	margin-top: 10px;

	margin-bottom: 0px;

	width: 350px;

}

.benefits-block.bottom:first-child { 

    padding-left: 50px;

}

.benefits-block.bottom a.link {

	background: #07588E;

}

.benefits-block a.link:hover, .benefits-block a.link:focus {

	background: #000000;

}



/* work section css start */

.work-section {

	background: url(../images/work-section.png);

	background-repeat: no-repeat;

	background-attachment: fixed;

	background-size: cover;

	padding-top: 70px;

	padding-bottom: 55px;

}



.work-section ul li {

	float: left;

	width: 32.4%;

	margin-left: 1.4%;

	margin-bottom: 15px

}

.work-list ul li:nth-child(3n+1) {

	clear: both;

	margin-left: 0px

}

.work-section .section-title h3{

	margin-bottom: 33px;

}

.work-list .work-block {

	min-height: 50px;

	float: left;

	/*width: 32%;*/

	width: 100%;

	/*margin-left: 1.4%;*/

	/*width: 32.4%;

	 * margin-bottom: 15px

	 * */

	;

	background: rgba(111,185,216,0.8);

	text-align: center;

	padding-top: 136px;

	position: relative;

	min-height: 271px;

}

.work-list .work-block.blue {

	background: rgba(7, 88, 143, 0.8);

}

.work-list .work-block:nth-child(3n+1) {

	//clear: both;

	//margin-left: 0px

} 

.work-list .work-block h4 {

	font-size: 25px;

	color: #000000;

	font-family: 'trajan';

	line-height: 120%;

}

.work-list .work-block.blue h4, .work-list .work-block.blue p {

	color: #FFFFFF;

}

.work-list .work-block.show p {

	height: auto;

	text-overflow: normal;	

	white-space: normal;

}



.work-list .work-block p {

	color: #333333;

	font-family: 'Lato', sans-serif;

	font-size: 14px;

	line-height: 150%;

	margin-bottom: 30px;

	margin-top: 6px;

	padding: 0px 30px;

	min-height: 40px;

  /*  overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;*/

    transition: 1s;

}

.work-list .work-block.show a:before {

    content: "\f146";

    position: absolute;

    font-family: fontawesome;

    color: #000000;

    font-size: 30px;

    top: 4px;

    left: 1px;

    right: 0;

}

.work-list .work-block.show a,.work-list .work-block.blue.show a {

	background: none !important;

}

.work-list .work-block.blue.show a:before {

	color: #FFFFFF;

}

.work-list .work-block.blue.show a:hover:before{

	color: #000000;

}

.work-list .work-block.show a:hover:before{

	color: #FFFFFF;

}



.work-list .work-block a {

	display: inline-block;

	height: 26px;

	width: 27px;

	background: url(../images/all-sprit.png);

	background-repeat: no-repeat;

    background-position: -59px -71px;

	margin-bottom: -2px;

}

.work-list .work-block a:hover {

	background-position: -59px -115px;

}

.work-list .work-block.blue a{

	background: url(../images/all-sprit.png) !important;

	background-position: -59px -115px !important;

}

.work-list .work-block.blue a:hover {

	 background-position: -59px -71px !important;

}

.work-list .work-block img {

	position: absolute;

	top: 40px;

	left: 0;

	right: 0;

	margin: 0 auto;

}

.work-list .work-block a {

	position: absolute;

	bottom: 0;

	left: 0;

	right: 0;

	margin: 0 auto;

}

/*  autism section css */

.autism-section {

	padding: 50px 0px;

}

.autism-section .section-title h3 {

    margin-bottom: 33px;

}

.autism-section .autism-left {

	width: 40%;

	float: left;

	padding-top: 8px;

}

.autism-section .autism-left iframe {

	float: left;

	height: 253px;

	width: 443px;

}

.autism-section .autism-left .video {

	float: left;

}

.autism-section .autism-left img {

	float: left;

}



.autism-section .autism-right {

	width: 100%;

	padding-left: 25px;

}

.autism-section .autism-right a {

    color: #333333;

    font-family: 'Lato', sans-serif;

    font-size: 16px;

}

.autism-section .autism-right a:hover { 

	color:#0A5B91;

}



.autism-section .autism-right p {

	color: #333333;

	font-weight: bold;

	font-family: 'Lato', sans-serif;

	line-height: 180%;

	font-size: 16px;

	font-family: 'Lato', sans-serif;

	margin-top: 10px;

}

.autism-section .autism-right p:first-child {

	margin-top: 0;

}

.autism-section .autism-right p.light {

	font-family: 'Lato', sans-serif;

	font-weight: normal;

}

.btn-info {

	font-size: 15px;

	font-family: 'Open Sans', sans-serif;

	background: #07588F;

	line-height: 100%;

	display: inline-block;

	color: #FFFFFF;

	padding: 12px 23px;

	text-transform: uppercase;

	border-radius: 5px;

	border-bottom: 1px solid #5E92B6;

	margin-top: 25px;
	
	margin-right: 10px;

}

.btn-info:hover {

	background: #000000;

	border-color: #000000

}



/* contact css start */

.enquiry-section .section-title h3 {

	margin-bottom: 33px;

}

.enquiry-section {

	background: url(../images/contact-bg.jpg);

	padding: 50px 0px;

}

#ajaxLoader {

    display: inline-block;

    margin-left: 5px;

    vertical-align: sub;

}



.form-control {

	float: left;

	width: 49%;

	margin-left: 1%;

}

.form-control .message {

	margin-left: 0px;

	margin-top: 10px;

}



.form-control .message #error {

	padding: 20px 15px;

	border: 1px solid red;

	border-radius: 5px;

}

.form-control .message #result {

	

}

.form-control:nth-child(2n+1) {

	/*margin-left: 0;*/

}

.form-control .control {

	border: 1px solid #D5D5D5;

	border-radius: 5px;

	height: 50px;

	padding-left: 15px;

	padding-right: 15px;

	color: #666666;

	font-family: 'Lato', sans-serif;

	font-size: 15px;

	margin-bottom: 10px;

	width: 100%;

	background: #FFFFFF;

}

.form-control.btn {

	margin-left: 1%;

}

.form-control.option {

	margin-bottom: 10px;

}

.form-control.option select {

	border: 1px solid #D5D5D5;

	border-radius: 5px;

	height: 50px;

	color: #666666;

	font-family: 'Lato', sans-serif;

	font-size: 15px;

	width: 100%;

	padding-left: 15px;

	padding-right: 15px;

	background: #FFFFFF;

}

.form-control .control:focus, .form-control .area:focus {

	border: 1px solid #000000;

}



.form-control .area {

	height: 171px;

	width: 100%;

	max-width: 100%;

	padding: 20px 15px;

	 -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    border: 1px solid #CCCCCC;

    border-radius: 3px;

  	font-size: 16px;

	border-radius: 5px;

	color: #666666;

    font-family: 'Lato', sans-serif;

}



.form-control::-webkit-input-placeholder {

	color: #666666;

	font-family: 'Lato', sans-serif;

	font-size: 15px;

}



.form-control:-moz-placeholder { 

	color: #666666;

	font-family: 'Lato', sans-serif;

	font-size: 15px;

}



.form-control:-moz-placeholder { 

	color: #808080;

	font-family: Arial;

	font-size: 16px;

}



.form-control:-ms-input-placeholder {  

	color: #666666;

	font-family: 'Lato', sans-serif;

	font-size: 15px;

}

.btn-submit {

	background-color: #00538B;

	font-size: 15px;

	color: #FFFFFF;

	height: 50px;

	width: 230px;

	font-family: 'Open Sans', sans-serif;

	border-radius: 5px;

	cursor:pointer;

	transition: 0.3s;

	-webkit-transition: 0.3s;

	-moz-transition: 0.3s;

	-o-transition: 0.3s;

	-ms-transition: 0.3s;

	margin-bottom: 20px;

	text-transform: uppercase;

}

.btn-submit:hover , .btn-submit:focus {

	background: #000000;

	color:#fff;

}

.call-section {

	background:#006AB0;

	padding: 30px 0!important;

	text-align: center;

}

.call-section p {

	display: inline-block;

	color: #FFFFFF;

}

.call-section p.title {

	font-size: 32px;

	font-family: 'trajan';

	line-height: 100%;

	  margin-right: 30px;

}

.call-section p.no {

	font-size: 40px;

	font-family: 'trajan';

	line-height: 100%;

	position: relative;

}

.call-section p.no i {

	height: 50px;

    width: 50px;

    display: inline-block;

    border: 2px solid white;

    border-radius: 50%;

    font-size: 35px;

    padding-top: 6px;

    margin-right: 20px;

}



.footer {

	background: #1B1B1B;

	position: relative;

	

}

.footer-left {

    width: 67%;

    float: left;

    background: url(../images/footer-corner.jpg);

    background-repeat: no-repeat;

    background-position: right 0px;

    padding: 50px 0px;

}



.footer-right {

    width: 33%;

    float: left;

    padding: 51px 23px 47px 55px;

	padding-left: 55px;

	

}



.footer h4 {

	font-size: 22px;

	line-height: 100%;

	font-family: 'trajan';

	color: #CCCCCC;

	border-bottom: #494949;

    padding-bottom: 9px;

    position: relative;

    margin-bottom: 20px;

    border-bottom: 1px solid #494949;

}

.footer h4:after {

    content: "";

    height: 1px;

    width: 40px;

    position: absolute;

    left: 0;

    bottom: -1px;

    background: #1A6B9D;

    z-index: 2;

}

.links ul li a {

    font-size: 16px;

    line-height: 220%;

    color: #CCCCCC;

    position: relative;

    padding-left: 15px;

    font-family: 'Lato', sans-serif;

}

.links h4 {

	margin-bottom: 13px;

}

.links {

	background: url(../images/footer-border.png);

	background-repeat: no-repeat;

	background-position: right center;

	width: 30%;

	padding-right: 55px;

	float: left;

}

.footer .contact {

	float: left;

	color: #CCCCCC;

	font-family: 'Lato', sans-serif; 

	margin-left: 13%;

	width: 41%;

}

.footer .links ul li a:before {

    font-family: fontawesome;

    position: absolute;

    content: "\f105";

    left: 0;

    font-size: 18px;

}

.links ul li a:hover , .links ul li a.active {

color:#1A6B9D;

}

.footer .contact .contact-icon:before {

    left: 0;

    position: absolute;

    top: 0px;

    color: #1A6B9D;

    font-size: 20px;

}

.footer .contact ul li {

    margin-bottom: 11.5px;

}

.footer .contact .address:before {

    content: "\f041";

    font-family: FontAwesome;

}

.footer .contact .address {

    font-size: 16px;

   font-family: 'Lato', sans-serif; 

    line-height: 150%;

    position: relative;

    padding-left: 28px;

}

.footer .contact .address b {

	color: #FFFFFF;

	font-size: 17px;

}

.footer .contact .phone {

    font-size: 18px;

    font-family: 'Lato', sans-serif; 

    line-height: 150%;

    position: relative;

    padding-left: 28px;

}

.footer .contact .phone:before {

	content: "\f095";

    font-family: FontAwesome;

}

.footer .contact .fax {

    font-size: 18px;

    font-family: 'Lato', sans-serif; 

    line-height: 150%;

    position: relative;

    padding-left: 28px;

}

.footer .contact .fax:before {

   content: "\f02f";

    font-family: FontAwesome;

}

.footer .contact .mail {

    position: relative;

    padding-left: 28px;

}



.footer .contact .mail:before {

	content: "\f0e0";

    font-family: FontAwesome;

}

.footer .contact .mail a {

	color: #CCCCCC;

	font-size: 16px;

	font-family: 'Lato', sans-serif;

}

.footer .contact .mail a:hover {

	color: #1A6B9D;

}



.footer .footer-right {

	background: #00538B;

	position: relative;

}

/*.footer .footer-right:after {

	position: absolute;

    height: 100%;

    left: 100%;

    top: 0;

    background: #00538B;

    content: "";

    z-index: 999999;

    width: 500%;

}*/

.opening-bg-wrapper {

  background: #00538b;

  height: 367px;

  position: absolute;

  right: 0;

  top: 0;

  width: 34.7%;

}





.time h4 {

	color: #FFFFFF;

}

.time h4 {

	border-bottom: 1px solid #3375A2

}

.time h4:after {

	background: #FFFFFF;

}

.week-time tr {

	clear: both;



}

.week-time tr td {

	font-size: 16px;

	line-height: 85%;

	font-family: 'Lato', sans-serif; 

	color: #FFFFFF;

	padding-bottom: 10px;

}

.week-time tr td:nth-child(2) {

    padding-left: 10px;

}

.footer .footer-right img{

	clear: both;

	float: left;

	margin-left: 10px;

	margin-top: 17px;

}

.copyright {

	background: #000000;

	color: #FFFFFF;

	padding-top: 10px;

	padding-bottom: 10px;

}

.copyright p {

	font-size: 16px;

	font-family: 'Lato', sans-serif;

	line-height: 150%;

	display: inline-block;

	float: left;

	margin-top: 10px;

}

.copyright p a {

  color: #fff;

  display: inline-block;

/*  text-transform: uppercase; */

}

.copyright p a:hover {

  color: #0a5b91;

}

.social-bottom {

	float: right;

}

.social-bottom li{

	float: left;

	margin-right: 10px;

}

.social-bottom li:last-child{

	margin-right: 0;

}



.social-bottom li a{

	display: inline-block;

	height: 42px;

	width: 43px;

	background: url(../images/all-sprit.png);

	background-repeat: no-repeat;

	transition: 0.3s;

	-moz-transition: 0.3s;

	-o-transition: 0.3s;

	-webkit-transition: 0.3s;

}



.social-bottom li a:hover {

	margin-top: -5px;

}

.social-bottom li a.facebook {

    background-position: 0 0;

}

.social-bottom li a.twitter {

    background-position: 0 -56px;

}

.social-bottom li a.linkedin {

    background-position: 0 -113px;

}



/**************** About-us page ****************/



.about-page .banner-img{

  background:url(../images/about-banner.jpg) no-repeat center center;

  background-size:cover;

}

.banner-caption {

  float: right;

  padding-bottom: 73px;

  padding-top: 115px;

  text-align: right;

  width: 33%;

}

.about-page .about-banner-sec .banner-img .banner-caption .banner-heading {

  color: #065386;

  display: inline-block;

  font-family: 'trajan';

  font-size: 34px;

  line-height: 100%;

  margin-bottom: 20px;

  text-shadow: 2px 1px 0 #fff;

  text-transform: uppercase;

}

.about-page .about-banner-sec .banner-caption .banner-desc {

  color: #000;

  display: inline-block;

  font-family: lato;

  font-size: 25px;

  font-style: italic;

  font-weight: bold;

  line-height: 140%;

}

.about-page .about-left > p {

  padding-right: 65px;

  text-align: justify;

}

.about-page .about-left h3 {

  margin-bottom: 15px;

  padding-bottom: 14px;

}

.mission-block .mission-title {

  border-bottom: 1px solid #ddd;

  color: #333;

  font-family: "trajan";

  font-size: 26px;

  font-weight: bold;

  line-height: 100%;

  margin-bottom: 15px;

  padding-bottom: 12px;

}

.mission-block .mission-desc {

  color: #333;

  font-family: 'Open Sans', sans-serif;

  font-size: 15px;

  line-height: 180%;

  text-align: justify;

}

.mission-block:nth-child(2n+1) .mission-img {

  display: block;

  float: left;

  width: 30%;

}

.mission-block:nth-child(2n+1) .mission-desc-main {

  float: left;

  padding-left: 3.7%;

  width: 70%;

}

.mission-block:nth-child(2n) .mission-img {

  display: block;

  float: right;

  width: 30%;

}

.mission-block:nth-child(2n) .mission-desc-main {

  float: right;

  padding-right: 3.7%;

  text-align:right;

  width: 70%;

}

.mission-join-sec .mission-block {

  padding-top: 60px;

}

.mission-join-sec .mission-block:last-child {

  padding-bottom: 60px;

}

.about-page .benefits-section {

  background: #f3f3f3;

  padding: 60px 0;

}

.about-page #mission {

    padding-top: 60px;

}

/*** Services page **/



.service-page .offer-section-top {

  padding-bottom: 43px;

  padding-top: 75px;

}

.service-page .offer-section-top .section-title p {

  line-height: 180%;

  max-width: 100%;

}

.service-page .offer-section {

  padding-bottom: 75px;

  padding-top: 42px;

}

.service-page .offer-block .info p {

  line-height: 160%;

}



/**** resource page ***/

.resource-banner-img img {

	width: 100%;

}

.resource-page .offer-section-top {

  padding-bottom: 43px;

  padding-top: 75px;

}

.resource-page .offer-section-top .section-title p {

  line-height: 180%;

  max-width: 100%;

}

.resource-page .autism-section .autism-right p.light {

  text-align: justify;

}

.resource-page .autism-section {

	background: #f8f8f8;

}

.resource-tab ul li {

	display: inline-block;

    width: auto;

    float: left;

}

.resource-tab ul li:last-child {

	margin-right: 0;

}

.resource-tab .ui-tabs-active a {

	background: #f8f8f8;

 }

 .resource-tab ul li a:hover {

	background: #f8f8f8;

 }

.resource-tab ul li a {

  display: inline-block;

  font-family: 'trajan';

  font-size: 26px;

  color: #333333;

  line-height: 100%;

  font-weight: bold;

  padding: 28px 33px;

  transition: 0.3s !important;

  -webkit-transition: 0.3s !important;

  -moz-transition: 0.3s !important;

  -o-transition: 0.3s !important;

  -ms-transition: 0.3s !important;

}

.resource-tabs {

	text-align: center;

}

.map-block {

	width: 100%;

	border: 1px solid #E4E4E4;

	padding: 15px;



}

.contact-map {

width: 100%;

height: 366px;

}

.map-section {

	padding-bottom: 80px;

}



.error_page {

    padding-top: 45px;

    padding-bottom: 45px;

    text-align: center;

}



.error_page .error_msg {

    font-size: 90px;

    line-height: 100%;

    font-weight: bold;

    color: #0A5B91;

    font-family: 'trajan';

    margin-bottom: 45px;

}



.error_page .error_text h3 {

    margin-bottom: 30px;

    color: #0A5B91;

}

.error_page .error_text p {

    line-height: 120%;

    font-weight: normal;

    color: #0A5B91;

    font-family: 'Lato', sans-serif;

    font-size: 16px;

    width: 60%;

    margin: 0 auto;

}







.back-to-home:hover {

    color: #1A6B9D;

}

.back-to-home {

    color: #333333;

    font-family: 'Lato', sans-serif; 

    font-size: 16px;

    text-decoration: none;

    display: inline;

    font-weight: bold;

}

body.show-menu {

	overflow: hidden;

}





/* fancy box css */

.fancybox-lock .fancybox-overlay {

	z-index: 99999;

}

.comingsoon {

	background: url(../images/header-bg.png);

    background-repeat: repeat-x;

    background-size: 100% 100%;

    position: relative;

	width: 100%;

    height: 100%;

    padding-top: 30px;

    padding-bottom: 30px;

}



.comingsoon:before {

    position: absolute;

    left: -70px;

    position: absolute;

    top: -5px;

    content: url(../images/header-left.png);

  

}

.comingsoon h3 {

	color: #0A5B91;

    font-family: 'trajan';

    font-size: 30px;

    text-align: center;

    text-transform: capitalize;

    line-height: 100%;

    margin-top: 40px

}

.comingsoon .content {

	position: absolute;

	top: 50%;

	transform: translateY(-50%);

	-webkit-transform: translateY(-50%);

	-moz-transform: translateY(-50%);

	-o-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	width: 100%;

	text-align: center;

}

.mission-desc a {

	display: inline;

	    color: #333;

    font-family: 'Open Sans', sans-serif;

    font-size: 15px;

    line-height: 180%;

}

.mission-desc a:hover {

	color: #07588E;

}

.work-list .work-block p a {

	position: relative;

	display: inline;

	color: #FFFFFF;

}

.work-list .work-block p a:hover {

	color: #000000;

} 

.work-list .work-block p a:before {

	display: none;

}

#siteseal {

	display: inline-block;

	float: left;

	margin-left: 20px;

	padding-top: 7px;

}

.work-list .work-block .more {

	display: none;

}

.work-list .work-block.show p.less {

	display: none;

}

.work-list .work-block.show p.more {

	display: block;

}

/* career page */
.career-page .mission-block .mission-title {
    background: rgba(0, 0, 0, 0) url("../images/title-border.png") no-repeat center bottom;
    border-bottom: 0 none;
    font-weight: normal;
    margin-bottom: 25px;
    padding-bottom: 37px;
    text-align: center;
}
.career-page section {
    margin: 0 !important;
    padding: 80px 0 40px;
}
.career-page #mission > p {
  color: #333;
  font-size: 15px !important;
  line-height: 180%;
  text-align: center;
}
.career-page .current-openings {
    background-color: transparent;
    padding: 0px 0 60px;
}
.career-page .mission-block li .mission-title {
    background: rgba(0, 0, 0, 0) none repeat 0 0;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 25px;
    padding-bottom: 9px;
    text-align: left;
}
.current-openings li h6 {
    color: #00538b;
    font-size: 14px;
    font-weight: normal;
    line-height: 140%;
    font-family: "Open Sans",sans-serif;
}
.pagination li {
    display: inline-block;
    margin: 0 1px;
    vertical-align: top;
}
.current-openings .mission-block li:not(:last-child) {
    border-bottom: 1px solid #cae8fc;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.pagination {
    margin: 60px auto 0;
    max-width: 1200px;
    padding: 0 15px;
    text-align: center;
}
.pagination a {
  background-color: #7dc4da;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: "Open Sans",sans-serif;
  font-weight: 600;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  vertical-align: top;
  width: 35px;
}
.pagination a.previous, .pagination a.next {
    background-color: transparent !important;
    color: #333;
    font-weight: normal;
    margin: 0 5px;
    width: auto;
}
.pagination a.previous::before, .pagination a.next::after {
    content: "";
    font-family: FontAwesome;
    margin: -1px 8px 0;
}
.pagination a.next::after {
	content: "";
}
.pagination a:hover {
	background-color: #00538b;
}
.pagination a.previous:hover, .pagination a.next:hover {
	color: #00538b;
}
.total-job {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
}
.career-page section .container {
  max-width: 1200px;
  padding: 0 15px;
}
/*
.career-page p {
  font-family: "Open Sans",sans-serif;
}
*/

.career-detail h1 {
  color: #333;
  font-family: "trajan";
  font-size: 26px;
  line-height: normal;
  margin-bottom: 30px;
}
.career-detail dl, .career-detail p, .career-detail li {
  color: #333;
  font-size: 15px;
  line-height: 180%;
}
.career-page hr {
  border-color: #eee;
  margin: 25px 0;
}
.career-detail b {
  color: #333;
  display: block;
  font-family: "trajan";
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 30px;
}
/*
.career-detail li:not(:last-child), .career-page p:not(:last-child) {
  margin-bottom: 12px;
}
*/

/* font-family: 'trajan';

 * font-family: 'alegreya';

 * font-family: 'Open Sans', sans-serif;

 * font-family: 'Lato', sans-serif; */


.massage-alert {
	color: #333;
	font-size: 16px;
	padding: 20px 0;
	text-align: center;
	line-height:140%;
}
html .container {
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.mission-block {
    text-align: center;
}



