@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
body {
	color:#666;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6 {margin:0;}
.img-100 {width:100%;}
.pad-0 {padding:0;}
.relative {position:relative}
.mobile-only {display:none;}
.modal-content {
	color:#444;
	text-transform:none;
}
.page-link {
    height: 86px;
    margin-top: -86px;
}
.header-section {
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5;
    float: left;
    width: 100%;
    padding: 15px;
	transition: all 0.5s;
}
.header-section .navbar {
    min-height: auto;
    margin-bottom: 0;
}
.header-section .navbar .navbar-nav>li>a {
    color: #fff;
    text-shadow: none;
	transition: all 0.2s;
    text-transform: uppercase;
}
.header-section .navbar .nav>li>a:focus, 
.header-section .navbar .nav>li>a:hover {
    background-color: transparent;
	color:#00aeef;
}
.logo {
    width: 250px;
    float: left;

}
.menu {
    display: block;
    vertical-align: middle;
}
.header-section .contact {
    float: right;
    margin-top: 10px;
}
.header-section .contact p {
    color: #fff;
    margin-top: 6px;
}
.header-section .contact p a {
    color: #fff;
}
.header-section .contact p a:hover, .header-section .contact p a:focus {
    color: #ffd527;
	text-decoration:none;
}
.header-menu {
    position: relative;
    float: left;
    cursor: pointer;
    margin-top: 10px;
}
.header-menu div {
    width: 30px;
    height: 4px;
    margin: 6px 20px 0 0;
    background-color: white;
}
.fixed-header {
	background:#01487c;
}
.nav-overlay {
	width: 350px;
	height: 100%;
	position: fixed;
	z-index: 1;
	top: 0%;
	left: -100%;
	overflow-y: hidden;
	-webkit-transition: 0.6s;
	transition: 0.6s;
    background: #01487c;
    color: #fff;
}
.nav-overlay-content {
	position: relative;
	top: 25%;
	width: 100%;
	text-align: center;
}
.nav-overlay-content .menu-ul {
    list-style-type: none;
    padding: 0;
    margin-top: 25%;
}
.nav-overlay-content a {
	display: block;
	text-decoration: none;
	color: rgba(255,255,255,0.6);
	-webkit-transition: 0.6s ease all;
	transition: 0.6s ease all;
	font-size: 18px;
	padding: 8px;
    text-transform: uppercase;
}
.nav-overlay-content a:hover {
	color: rgba(255,255,255,1)
}
.close-btn {
    position: relative;
    float: left;
    color: #fff;
    text-decoration: none;
    font-size: 48px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    z-index: 10;
    margin-top: 10px;
    margin-left: 15px;
}
.close-btn:hover {
	color: rgba(255,255,255,1);
	text-decoration: none;
}
.slider-section {
	height:auto;
	width:100%;
	background:url(../images/slider.jpg);
	background-size:cover;
	background-position:center center;
	overflow:hidden;
	position:relative;
}
.slider-section .carousel-caption {
    padding-bottom: 0px;
    bottom: 12%;
}
.slider-section .carousel-caption h1 {
    font-size: 80px;
    font-weight: 100;
    text-align: left;
}
.slider-section .carousel-indicators {
    z-index: 1;
}
/* About Section CSS */
.about-section {
    padding: 50px 0;
    position: relative;
}
.about-section h1 {
    font-size: 45px;
    text-transform: uppercase;
    color: #43cec7;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
}
.about-section h3 {
    font-size: 24px;
    color: #162c5a;
    text-align: center;
    max-width: 900px;
    margin: auto;
    margin-bottom: 80px;
}
.about-section p {
    color: #333;
    margin-top: 30px;
}
.button {	
	float:left;
	padding:15px 28px;
	background:#ffd223;
	border-radius:30px;
	color:#333;
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
    position: relative;
    display: block;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    padding-right: 40px;
    -webkit-transition: border 1s cubic-bezier(0.19,1,.22,1),color .6s cubic-bezier(0.19,1,.22,1);
    transition: border 1s cubic-bezier(0.19,1,.22,1), color .6s cubic-bezier(0.19,1,.22,1), background 5s cubic-bezier(0.19,1,.22,1);
}
.button:hover {
    text-decoration:none;
	color:#333;
}
.button .mask {
    position: absolute;
    display: block;
    width: 200px;
    height: 100px;
    background: #fff;
    -webkit-transform: translate3d(-120%,-50px,0) rotate3d(0,0,1,45deg);
    transform: translate3d(-120%,-50px,0) rotate3d(0,0,1,45deg);
    -webkit-transition: all 1.1s cubic-bezier(0.19,1,.22,1);
    transition: all 1.1s cubic-bezier(0.19,1,.22,1);
}
.button:hover .mask {
    background: #fff;
    -webkit-transform: translate3d(120%,-100px,0) rotate3d(0,0,1,90deg);
    transform: translate3d(120%,-100px,0) rotate3d(0,0,1,90deg);
}
/* Philosophy Section CSS */
.philosophy-section {
    padding: 50px 0 60px;
    position: relative;
	background:#e8e8e8;
}
.philosophy-section h1 {
    font-size: 45px;
    text-transform: uppercase;
    color: #01487c;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
}
.philosophy-block {
    padding: 50px 50px 40px;
	color:#fff;
	text-align:center;
	font-size:22px;
    position: relative;
	background:#01487c;
	border-radius:10px;
}
.philosophy-block:before {
    position:absolute;
	content:"";
	background: url(../images/left-quote.png) no-repeat;
	height:51px;
	width:74px;
	top:-18px;
	left:30px;
}
.philosophy-block:after {
    position:absolute;
	content:"";
	background: url(../images/right-quote.png) no-repeat;
	height:51px;
	width:74px;
	bottom:-18px;
	right:30px;
}
/* Blue Strip Section */
.blue-strip-section {
	background:#43cec6;
    padding: 50px 0;
    position: relative;
	text-align:center;
	color:#fff;
}
.blue-strip-section h1 {
    font-size: 45px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
	font-weight:300;
}
.blue-strip-section h2 {
    font-size: 45px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
	font-weight:300;
	margin-bottom:20px;
}
.d-blue {
    background: #01487c;
}
/* Autism sign section */
.img-text {
    width: 43%;
    float: left;
    margin-right: 30px;
}
.img-text-right {
    width: 50%;
    float: right;
    margin-left: 30px;
}
.box {
    padding: 30px;
    padding-right: 100px;
}
.box-right {
    padding: 30px;
    padding-left: 100px;
}
.box-50 {
    padding: 30px;
    padding-right: 100px;
    float: left;
    width: 46%;
    padding-bottom: 0;
}
.autism-sign-section {
	background:#01487c;
    position: relative;
	color:#fff;
}
.autism-sign-section .image-with-text {
	//display:table;
}
.autism-sign-section .img-block {
    float: left;
    width: 50%;
}
.autism-sign-section .text-block {
    display: table-cell;
    vertical-align: middle;
}
.autism-sign-section .text-block-left {
    display: table-cell;
    vertical-align: middle;
}
.autism-sign-section h1 {
    font-size: 45px;
    text-transform: uppercase;
    color: #43cec7;
    margin-bottom: 20px;
    font-weight: 400;
    margin-top: 5%;
}
.autism-sign-section p {
    margin-top: 20px;
}
.autism-sign-section .soa-span {
    margin: 50px 0 30px;
    color: #43cec6;
}
.white-bg {
	background:#fff;
	color:#333;
}
.verbal-behavior {
	background:#43cec6;
	color:#fff;
}
.verbal-behavior h4 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 30px;
    color: #01487c;
    margin-top: 5%;
}
.verbal-behavior ul {
    list-style-type: none;
    padding-left: 10px;
    margin-bottom: 40px;
    float: left;
    width: 100%;
}
.verbal-behavior ul li .number {
    float: left;
    height: 44px;
    width: 44px;
    text-align: center;
    padding: 10px;
    color: #01487c;
    background: #ffd223;
    border-radius: 30px;
    font-weight: bold;
	margin-right:20px;
}
.verbal-behavior ul li span {
    font-size: 22px;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 30px;
    color: #01487c;
	font-weight:500;
}
.verbal-behavior ul li {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

/* Floor Time section */
.floor-time-section {
}
.floor-time-section h1 {
    font-size: 45px;
    text-transform: uppercase;
    color: #43cec7;
    margin-bottom: 20px;
    font-weight: 400;
}
.floor-time-section p {
    margin-top: 20px;
}
.floor-time-section .ft-span {
    margin: 50px 0 30px;
    color: #01487c;
    text-transform: uppercase;
}
/* Workshop Section */
.workshop-section {
	background:#01487c;
    padding: 50px 0;
    position: relative;
	text-align:center;
	color:#fff;
}
.workshop-section h1 {
    font-size: 45px;
    text-transform: uppercase;
    color: #43cec7;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
}
.y-span {
	color:#ffd223;
}
.b-span {
	color:#43cec7;
}
.workshop-section .p-small {
    max-width: 610px;
    margin: 40px auto;
}
.workshop-section .slider {
	margin-top:40px;
}
.workshop-section .slick-dots li.slick-active button:before {
    color: #ffce00;
    font-size: 20px;
}
.workshop-section .slick-dots li button::before {
    color: #43cec7;
    font-size: 15px;
}
/* White Parallax Section */
.white-parallax-section {
	background:#fff url(../images/white-parallax.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
	background-attachment:fixed;
    padding: 50px 0 30px;
    position: relative;
}
.white-parallax-section h1 {
    font-size: 45px;
    text-transform: uppercase;
    color: #43cec7;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
}
.white-parallax-section h3 {
    font-size: 22px;
    color: #01487c;
    text-align: center;
    margin: auto;
    line-height: 34px;
    margin-bottom: 30px;
}
.white-parallax-section ol {
    float: left;
    width: 100%;
}
.white-parallax-section ol li {
    margin: 10px 0;
    float: left;
    width: 100%;
    font-size: 18px;
}
.white-parallax-section ol li span {
    color: #ffd223;
}
/* Parallax Section */
.parallax-section {
	background:#030405 url(../images/parallax.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
	background-attachment:fixed;
    padding: 50px 0 30px;
    position: relative;
	color:#fff;
}
.parallax-section h1 {
    font-size: 45px;
    text-transform: uppercase;
    color: #43cec7;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
}
.parallax-section ol {
    float: left;
    width: 100%;
}
.parallax-section ol li {
    margin: 20px 0;
    float: left;
    width: 100%;
    font-size: 24px;
	font-weight:300;
}
.parallax-section ol li span {
    color: #ffd223;
}
/* Form section */
.form-section {
	background:#ebebeb;
    padding: 50px 0;
}
.form-section .form-with-text {
    display: table:;
}
.form-section .form-block {
    display: table-cell;
    vertical-align: middle;
}
.form-section .text-block {
    display: table-cell;
    vertical-align: middle;
    padding-left: 100px;
    width: 50%;
}
.contact-form {
    background: #43cec6;
    padding: 50px 30px 20px;
    border-radius: 30px;
    color: #fff;
	text-align:center;
}
.contact-form h1 {
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
}
.form-group {
	text-align:left;
}
.form-control {
    height: auto;
    padding: 10px 20px;
	margin:20px 0;
    border:0;
    border-radius: 30px;
	font-size:18px;
}
.form-btn {
    background: #ffd223;
    border-radius: 30px;
    padding: 10px 20px;
    border: 0;
    color: #333;
}
.form-logo {
	margin-bottom:30px;
}
.form-icon {
	float:left;
	margin-right:20px;
}
.form-section a {
	color:#1c315e;
	transition:all 0.5s;
}
.form-section a:hover, .contact-form a:focus {
	color:#43cec6;
	text-decoration:none;
}
/* footer section */
.footer-section {
	font-size:16px;
    position: relative;
    padding: 20px 0 10px;
    color: #ababab;
    text-align: center;
}
.footer-section ul {
    list-style-type: none;
    padding-left: 10px;
    max-width: 900px;
    margin: auto;
}
.footer-section ul li {
    display: inline-block;
    padding: 5px 15px;
    text-transform: uppercase;
}
.footer-section ul li a{
    color:#ababab;
	transition: all 0.2s;
}
.footer-section ul li a:hover, .footer-section ul li a:focus, .footer-section ul li a.active{
    color:#162c5a;
	text-decoration:none;
}
.footer-section .footer-logo {
    margin-bottom: 10px;
    max-width: 220px;
}
.footer-section .social-icons {
    margin-top: 10px;
}
.footer-section .social-icons .fa {
    font-size: 22px;
    color: #333;
    background: #ffd223;
    padding-top: 14px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0 5px;
    transition: all 0.2s;
}
.footer-section .social-icons .fa:hover {
    color: #fff;
    background: #43cec6;
}
.footer-section .copyright {
    border-top: 1px solid #ebebeb;
    padding: 15px 0 0;
    margin-top: 20px;
}
.read-more-state {
  display: none;
}
.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
    content: '+';
    right: 20px;
    position: absolute;
}
.read-more-state:checked ~ .read-more-trigger:before {
  content: '-';
    right: 20px;
    position: absolute;
}
.read-more-trigger {
    cursor: pointer;
    display: inline-block;
}


.read-more-state ~ .read-more-wrap {
	height:0;
  transition: .25s ease;
}
.read-more-state:checked ~ .read-more-wrap {
	height:auto;
  transition: .25s ease;
}
.modal-dialog {
    width: 100%;
    margin: 0;
}
.autism-sign-section .modal-content {
    background-color: #01487c;
    color: #fff;
    border-radius: 0;
}
#video {
	width:450px;
	height:300px
}
.list {
    background: url(../images/heart.png) no-repeat;
    padding-left: 20px;
    background-position: left;
    line-height: 30px;
}
.list-star {
    background: url(../images/star.png) no-repeat;
    padding-left: 20px;
    background-position: left;
    line-height: 30px;
}
.t-yellow {color:#ffe401;}
.t-dblue {color:#01487c;}
.heading {color:#01487c;font-size:22px;}
.autism-sign-section .aba-span {
    color: #01487c;
}
/* Media Queries */

@media (max-width:1450px) {
	.autism-sign-section h1 {
	    margin-top: 0;
	}
	.autism-sign-section .soa-span {
	    margin: 20px 0 10px;
	    color: #43cec6;
	}
	.about-section h1,.white-parallax-section h1, .philosophy-section h1, .blue-strip-section h1, .autism-sign-section h1, .autism-sign-section h1, .autism-sign-section h1, .blue-strip-section h2, .floor-time-section h1, .workshop-section h1, .parallax-section h1, .contact-form h1 {
    font-size: 35px;
}
}

@media (max-width:1200px) {
	body {
		font-size: 16px;
	}
	.slider-section .carousel-caption h1 {
		font-size: 60px;
	}
	.autism-sign-section h1 {
		margin-top: 0;
		font-size: 30px;
	}
	.autism-sign-section .soa-span {
		margin: 0;
	}
	.autism-sign-section p {
		margin-top: 0;
	}
	.box-right {
		padding-left: 30px;
	}
	.box {
		padding-right: 30px;
	}
}

@media (max-width:1024px) and (max-width:1366px) {
	.box-50 {
	    padding-right: 30px;
	    width: 50%;
	    padding-bottom: 0;
	}
}
@media (max-width:1080px) {
	body {
		font-size:16px;
	}
	.autism-sign-section .soa-span {
		margin: 0;
	}
	.about-section h1,.white-parallax-section h1, .philosophy-section h1, .blue-strip-section h1, .autism-sign-section h1, .autism-sign-section h1, .autism-sign-section h1, .blue-strip-section h2, .floor-time-section h1, .workshop-section h1, .parallax-section h1, .contact-form h1 {
		font-size: 25px;
	}
	.verbal-behavior ul li span {
		font-size: 18px;
		margin-bottom: 0px;
	}
	.verbal-behavior ul li .number {
		margin-bottom: 10px;
	}
	.verbal-behavior ul {
		margin-bottom: 10px;
	}
	.floor-time-section .ft-span {
		margin: 0 0 20px;
	}
	.philosophy-block {
		font-size: 18px;
	}
	.box-50 {
		padding-top: 0;
	}
	.verbal-behavior h4 {
		margin-top: 0;
	}
	.white-parallax-section h3 {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 20px;
	}
	.parallax-section ol li {
		font-size: 20px;
	}
}

@media (max-width:992px) {	
	.header-section .contact {
		max-width: 320px;
		text-align: right;
		margin-top: 0;
	}
	.header-section .contact p span {
		width: 100%;
		float: right;
		text-align: right;
	}
	.header-section .contact p .divider {
		display:none;
	}
	.slider-section .carousel-caption h1 {
		font-size: 50px;
	}
	.about-section h1, .blue-strip-section h1, .autism-sign-section h1, .autism-sign-section h1, .autism-sign-section h1, .blue-strip-section h2, .floor-time-section h1, .workshop-section h1, .parallax-section h1, .contact-form h1 {
		font-size: 28px;
	}
	#video {
		width: 400px;
		height: 250px;
	}
}
@media (max-width:768px) {	
	.autism-sign-section .img-block {
		display: block;
	}
	.about-section h1, .blue-strip-section h1, .autism-sign-section h1, .autism-sign-section h1, .autism-sign-section h1, .blue-strip-section h2, .floor-time-section h1, .workshop-section h1, .parallax-section h1, .contact-form h1 {
		font-size: 24px;
	}
	.about-section h3 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.about-section p {
		margin-top: 0;
	}
	.img-text {
		width: 48%;
	}
	.floor-time-section {
		background: #fff url(../images/floor-time-tab.jpg) no-repeat;
		background-size:cover;
	}
	.workshop-section .p-small {
		max-width: 610px;
		margin: 20px auto;
	}
	.parallax-section ol li {
		margin: 15px 0;
		font-size: 18px;
	}
	.form-section .text-block {
		padding-left: 25px;
		width: 54%;
	}
	.box-50 {
		padding: 15px;
		width: 48%;
	}
	.footer-section .social-icons .fa {
		font-size: 20px;
		padding-top: 15px;
		width: 50px;
		height: 50px;
	}
	.footer-section ul li {
		padding: 5px 10px;
	}
	.verbal-behavior ul li .number {
	    margin-bottom: 30px;
	}
}
@media (max-width:767px) {	
	.header-section {
		position: relative;
		background: rgba(1, 72, 124, 1);
	}
	.header-menu {
		margin-top: 0;
	}
	.nav-overlay {
		width: 100%;
	}
	.logo {
		width: 180px;

	}
	.menu {
		margin-top: 4px;
	}
	.header-section .contact, .slider-section .carousel-indicators {
		display: none;
	}
	.slider-section .carousel-caption h1 {
		font-size: 24px;
		font-weight:500;
	}
	.about-section, .blue-strip-section {
		padding: 20px 0;
	}
	.about-section h3 {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.about-section p {
		margin-top: 20px;
		float: left;
		width: 100%;
	}
	.autism-sign-section .text-block, .autism-sign-section .text-block-left {
		padding-left: 15px;
		padding-right: 15px;
        padding-bottom: 15px;
	}
	.autism-sign-section .text-block {
		display: block;
		width: 100%;
	}
	.button {
		float: none;
		display: inline-block;
	}
	.about-section h1, .blue-strip-section h1, .autism-sign-section h1, .autism-sign-section h1, .autism-sign-section h1, .blue-strip-section h2, .floor-time-section h1, .workshop-section h1, .parallax-section h1, .contact-form h1 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.verbal-behavior ul li .number {
		margin-bottom: 0;
	}
	.form-section .form-block {
		display: block;
	}
	.contact-form {
		padding: 20px 15px 20px;
		border-radius: 20px;
	}
	.form-control {
		border-radius: 10px;
	}
	.form-section .text-block {
		padding-left: 0;
		width: 100%;
		display: block;
		margin-top: 30px;
	}
	.desktop-only {display:none;}
	.mobile-only {
		display: blo	ck;
		margin-bottom: 30px;
	}
	.blue-strip-section h1 {
		margin-bottom: 0;
	}
	.autism-sign-section .img-block {
		padding: 15px;
	}
	.autism-sign-section .text-block, .autism-sign-section .text-block-left {
		padding: 15px;
	}
	.verbal-behavior ul li .number {
	    margin-bottom: 50px;
	}
	.philosophy-block {
		padding: 50px 20px 40px;
	}
	.img-text, .img-text-right {
		width: 100%;
		margin-bottom: 20px;
	}
	.box, .box-right {
		padding: 0px;
	}
	.box-50 {
		padding: 0;
		width: 100%;
	}
	#video {
		width: 100%;
		height: 200px;
	}
	.workshop-section .slider {
		margin-top: 0;
	}
	.slick-slide img {
		margin-bottom: 10px;
	}
	.nav-overlay-content .menu-ul {
		margin-top: 10%;
	}
	.header-menu {
		float: right;
	}
	.header-menu div {
		margin-right: 0;
	}
	.close-btn {
		float: right;
		margin-right: 15px;
	}	
	.page-link {
	    height: 0;
	    margin-top: 0;
	}
}