

body {
  font-family: sans-serif !important;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #2e2e2e;
	background: #f4f4f4;
	overflow-x: hidden !important;
}





@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
	.point ul {
    list-style: circle;
    margin: 0 auto;
    display: inline-grid !important;
    padding-left: 5px;
}
}

::-webkit-selection {
  color: #ffffff;
  background: #28bbf8;
}

::-moz-selection {
  color: #ffffff;
  background: #28bbf8;
}

::selection {
  color: #ffffff;
  background: #28bbf8;
}

a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #333333;
  border-bottom: 2px solid transparent;
}

a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
  color: #2e2e2e;
/*  border-bottom: 2px solid #28bbf8;*/
}

input {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Heading */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 20px 0;
  padding: 0;
}

h1, .h1 {
  font-size: 38px;
  line-height: 42px;
}

h2, .h2 {
  font-size: 34px;
  line-height: 38px;
}

h3, .h3 {
  font-size: 20px;
  line-height: 32px;
}

h4, .h4 {
  font-size: 16px;
  line-height: 28px;
}

h5, .h5 {
  font-size: 14px;
  line-height: 24px;
}

h6, .h6 {
  font-size: 12px;
  line-height: 24px;
}
li{
	float: left;
}
ul, ol {
  padding-left: 15px;
  line-height: 26px;
	list-style: none
}
ul ul, ul ol, ol ul, ol ol {
  padding-left: 25px;
}


a:hover{
	text-decoration: none !important;
}
.banner{
	background: url(../img/banner.png) top center;
    width: 100%;
    background-size: cover;
    height: 650px;
    text-align: center;
	    padding: 70px 0;
}
.logo img {
    width: 50%;
}
.locate a {
    padding: 10px 20px;
    text-align: center;
    background: #93365e;
    margin: 0 auto;
    float: right;
    color: #fff;
    border-radius: 50px;
}
.locate a img {
    margin: 0 10px 0 0;
}
.locate span {
    text-decoration: underline;
    
}
.header {
    padding: 10px 15px;
}
.locate {
    margin-top: 30px;
}
.butr {
    position: absolute;
    left: -40px;
    top: -40px;
}
.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #484848 !important;
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #ccc;
    border: none;
    border-radius: 0px !important;
    outline: none !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form {
    background: #fff;
    padding: 30px 20px;
}
.form-group {
    margin-bottom: 0px;
    outline: none;
    border-bottom: 1px solid #93365e;
}

.form-control:focus {
    border-color: #ffffff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, 0.6);
	    box-shadow: none;
	
}

.sb_btn {
    
    float: right;
    display: block;
    padding: 0px 0px;
	    margin-top: 20px;
	   border: none;
}

.head {
    text-align: left;
    padding-left: 15px;
}
.head h2 {
    color: #93365e;
    margin-bottom: 0;
}
.bee {
    position: absolute;
    bottom: -30px;
    right: -30px;
}
.form-group input::-webkit-input-placeholder { /* Chrome */
  color: #484848 !important;
  
}

.best{
	background: url(../img/blue.png) top center;
    
    background-size: cover;
    height: 304px;
    text-align: center;
	    padding: 70px 40px;
}
.best h2 {
    color: #93365e;
    font-weight: bold;
	    text-transform: uppercase;
}

.best p{
	color: #000;
	    padding: 0 30px;
	    font-weight: 600;
}

.gallery{
	background: url(../img/gallery.jpg) top center;
    width: 100%;
    background-size: cover;
    height: 551px;
    text-align: center;
	    padding: 45px 40px;
}
.section{
	margin: 50px 0; 
}
.glyphicon-chevron-left:before {
    content: "\e079";
	display: none;
}
.glyphicon-chevron-right:before {
    content: "\e079";
	display: none;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    line-height: 1;
    width: 100%;
	    
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 10px solid #fff;
}
.gallery h2 {
    color: #fff;
    font-weight: bold;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: 1;
}
.corpo {
    text-align: center;
}
.corpo h2 {
    color: #93365e;
    font-weight: bold;
    margin-bottom: 0;
}
.point ul {
    list-style: circle;
   
}

.point ul li {
    width: 100%;
    text-align: left;
    color: #000;
}
.behind{
	background: url(../img/bg.png) top center;
    width: 100%;
    background-size: cover;
    height: 325px;
    text-align: center;
}
.bg_right {
    color: #fff;
    padding: 30px 40px 0 0;
	    margin-right: 30px;
}
.bg_right h3 {
    font-weight: 700;
}
.testi_bg {
    background: url(../img/testi_bg.png) top center;
    width: 100%;
    height: 266px;
    background-repeat: no-repeat;
    text-align: center;
    background-size: 100% 100%;
    padding: 90px 20px 0 20px;
}
.testi_bg h4 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
}
.mob{
	width: 0% !important;
}
.testi h2 {
    color: #93365e;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 2px solid #93365e;
    width: 50%;
    margin: 0 auto 20px;
}
.dropbtn img {
    margin-right: 10px;
}
.head1{
	text-align: left;
	padding-left: 15px;
}
.head{
	text-align: center;
}
.head h2{
	color: #93365e;
    font-weight: 700;
}
.awards {
    text-align: center;
    padding-top: 30px;
}
.map_bg {
    position: relative;
    right: 0;
    width: 18%;
    bottom: 0px;
    float: right;
}
.mother1 h2 {
    color: #93365e;
    float: left;
    line-height: 9;
	font-weight: 700;
}
.mother1 img{
	float: right
}
.footer_inner {
    text-align: center;
}
.footer_inner ul {
    margin: 0 auto;
    display: inline-block;
	padding-top: 5px;
}
.footer_inner ul li {
    padding: 0 5px;
}
.footer {
    background: #18b8fb;
    padding: 20px 0;
    color: #fff;
}
.footer p{
	margin-bottom: 0px
}

.dropbtn {
  background-color: #93365e;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
	border-radius: 50px;
	outline: none;
}
    
    
.dropdown {
  position: relative;
  display: inline-block;
	    float: right;
	text-align: right;
}

.dropdown-content {
    display: none;
    position: absolute;
    /* background-color: #f1f1f1; */
    min-width: 160px;
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    z-index: 1;
	    right: 0;
    
}
.sb_frm {
    background: #93365e;
    font-size: 16px !important;
    outline: none;
    border: none;
    padding: 5px 10px;
    border: 1px solid #000;
}
.dropdown-content a {
    color: white;
    padding: 12px 12px;
    text-decoration: none;
    display: block;
    width: 100%;
    margin-bottom: 1px;
	    text-transform: capitalize;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: default;
    background-color: #fff;
    opacity: 1;
}
.dropdown-content a:hover {background-color: #000;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #93365e;}

.social {
    z-index: 99999999;
    position: relative;
}
@media (min-width: 768px){
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    float: left;
}
}

@media screen and (max-width: 768px){
	.dropdown {
    position: relative;
    display: inline-block;
    float: right;
    text-align: right;
    margin-top: 30px;
}
	@-webkit-keyframes blink {
    
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
   
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes blink {
    
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.cl {
    -webkit-animation: blink 0s !important;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: blink 0s !important;
    -moz-animation-iteration-count: infinite;
    -o-animation: blink 0s !important;
    -o-animation-iteration-count: infinite;
}
.logo img {
    width: 85% !important;
    text-align: center;
    margin: 0 auto;
}
.logo {
    float: left;
    display: block;
    width: 46% !important;
}
	.info {
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
    position: absolute;
    top: 205px !important;
    width: 100%;
    text-align: center;
}
	.price h4 {
    font-weight: bold;
    color: #fff;
    font-size: 22px !important;
    margin-bottom: 0px !important;
    text-transform: uppercase;
}
	.testi_bg {
    
    background: no-repeat !important;
}
	.testi h2 {
    color: #93365e;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 2px solid #93365e;
    width: 100% !important;
    margin: 0 auto 20px;
}
	.form {
    background: #fff;
    padding: 30px 20px;
    float: unset !important;
    margin: 0 50px;
    width: 80% !important;
}
	.behind {
    background: url(../img/half_blue_mob.jpg) top center;
    width: 100%;
    background-size: cover;
    height: auto;
    text-align: center;
}
}


@-webkit-keyframes blink {
    
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
   
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes blink {
    
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.cl {
    -webkit-animation: blink 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: blink 1s;
    -moz-animation-iteration-count: infinite;
    -o-animation: blink 1s;
    -o-animation-iteration-count: infinite;
}

.call img {
    float: left;
    margin-right: 10px;
    margin-top: 8px;
}
.call span {
    margin-top: 0px;
    color: #ffffff;
    padding-top: 17px;
    display: inline-block;
    text-decoration: none;
}
.call {
    /* margin-top: 35px; */
    float: left;
    margin-top: 0px;
    margin-left: 70px;
    background: #93365e;
    border-radius: 50px;
    height: 56px;
    padding: 0 20px;
}
.director img {
    box-shadow: 2px 2px 9px #636363;
    width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.call {
    /* margin-top: 35px; */
    float: left;
    margin-top: 0px;
    margin-left: 0px;
    background: #93365e;
    border-radius: 50px;
    height: 56px;
    padding: 0 10px;
}
.call span {
    margin-top: 0px;
    color: #ffffff;
    padding-top: 19px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
}
	.call img {
    float: left;
    margin-right: 5px;
    margin-top: 13px;
    width: 20%;
}
	.dropdown-content a {
    
    font-size: 15px;
}
	.dropbtn {
    
    font-size: 15px;
    
}
}
@media (min-width: 992px){
.col-md-offset-6 {
    margin-left: 41% !important;
}
	.cl{
		display: none
	}
}
@media screen and (max-width: 992px){
	.bg_right {
    color: #fff;
    padding: 30px 30px 0 0;
    margin-right: 0px !important;
}
	.all{
		display: inline-block;
	}
	.daycare {
    
    min-height: 542px !important;
    
}
	.call {
    display: none;
}
	.map_bg {
    position: relative;
    right: 0;
    width: 18%;
    bottom: 0px;
    float: right;
    visibility: hidden;
}
	.point ul li {
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 14px !important;
}
.logo img {
    width: 50%;
    text-align: center;
    margin: 0 auto;
}
.logo {
    float: left;
    display: block;
    
}
.locate {
    margin-top: 0px;
    float: none !important;
    display: inline;
}

	.head1 h2 {
    font-size: 24px;
    margin-bottom: 0;
}
	.sb_btn {
    
    float: none;
    display: block;
    padding: 0px 0px;
    margin-top: 20px;
}
	.best {
    background: url(../img/blue.png) top center;
    background-size: cover;
    text-align: center;
    padding: 70px 40px;
		height: auto;
}
	.gallery {
    background: url(../img/gallery.jpg) top center;
    width: 100%;
    background-size: cover;
    height: auto;
    text-align: center;
    padding: 45px 40px;
}
	
	.point ul {
    list-style: circle;
    margin: 0 auto;
    display: flex;
}

	.testi_bg {
    background: url(../img/testi_bg.png);
    width: 100%;
    height: 46vh;
    background-repeat: no-repeat;
    text-align: center;
    padding: 60px 20px 0 20px;
    background-size: 100% 100%;
    margin: 0 0 50px 0;
}
	.map_bg {
    position: relative;
    right: 0;
    width: 50%;
    bottom: 0px;
    float: right;
}
	
.mother h2 {
    color: #93365e;
    float: none;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}	
	
	.section {
    margin: 50px 0;
    margin-bottom: 0 !important;
}
	
	.mother1 h2 {
    color: #93365e;
    float: none;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
}
	.d-md-block {
    margin-bottom: 20px;
}
	.right1 {
    float: unset !important;
    position: relative;
    bottom: 0px !important;
}
	.left1 {
    float: unset !important;
    position: relative;
    bottom: 0px !important;
}
	.info {
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
    position: absolute;
    top: 230px;
    width: 92% !important;
    text-align: center;
}
	
	
	
	
	
	
	
	
}
.controls {
    margin-top: 20px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.social ul {
    position: fixed;
    float: left;
    top: 40%;
    left: -15px;
	width: 6%;
}
.social ul li {
    width: 100%;
}
.pro h2{
	color: #93365e;
    font-weight: bold;
    margin-bottom: 20px;
	text-align: center
}


.col-item
{
    
    border-radius: 5px;
    background: #FFF;
}
.col-item .photo img
{
    margin: 0 auto;
    width: 100%;
}

 .info
{
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
    position: absolute;
    top: 190px;
    width: 100%;
    text-align: center;
}
.price p {
    color: #fff;
    margin-bottom: 0;
}

.col-item .price
{
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
}

.col-item .price h5
{
    line-height: 20px;
    margin: 0;
}

.price-text-color
{
        color: #ffffff;
    padding: 0 10px;
    text-align: justify;
	line-height: 1.4;
}

.col-item .info .rating
{
    color: #777;
}

.col-item .rating
{
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator
{
    border-top: 1px solid #E1E1E1;
}

.clear-left
{
    clear: left;
}

.col-item .separator p
{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i
{
    margin-right: 5px;
}
.col-item .btn-add
{
    width: 50%;
    float: left;
}

.col-item .btn-add
{
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details
{
    width: 50%;
    float: left;
    padding-left: 10px;
}
.controls
{
    margin-top: 20px;
}
[data-slide="prev"]
{
    margin-right: 10px;
}

.pre{
	background: url(../img/pre-nursery.png);
	background-repeat: no-repeat;
	width: 100%;
	min-height: 502px;
	    background-size: cover;
}

.daycare{
	background: url(../img/daycare.png);
	background-repeat: no-repeat;
	width: 100%;
	min-height: 502px;
	    background-size: cover;
}

.mother{
	background: url(../img/mother.png);
	background-repeat: no-repeat;
	width: 100%;
	min-height: 502px;
	    background-size: cover;
}

.kinder{
	background: url(../img/kinder.png);
	background-repeat: no-repeat;
	width: 100%;
	min-height: 502px;
	    background-size: cover;
}

.nursery{
	background: url(../img/nursery.png);
	background-repeat: no-repeat;
	width: 100%;
	min-height: 502px;
	    background-size: cover;
}
.price h4 {
    font-weight: bold;
    color: #fff;
    font-size: 24px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.right1 {
    float: right;
    position: relative;
    bottom: 280px;
}
.left1 {
    float: left;
    position: relative;
    bottom: 280px;
}
.director{
	text-align: center;
	padding: 15px 0;
}
.director h3 {
    color: #93365e;
    font-weight: bold;
    margin: 10px 0 0 0;
}

.awrd{
	background: #f3e9eb;
	padding: 15px 0;
}