@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../images/bg2.png);
	color: #9f9e9e;
	
}

.first {
    float: left;
    width: 100%;
    background-image: url(../images/bg1.png);
    margin-top: -30px;
    position: relative;
    padding: 45px 0;
	background-repeat:no-repeat;
}

.form_pl {
    position: absolute;
    /*right: 0px;*/
    z-index: 9;
    /*min-width: 330px;*/
    top: 104px;
    background: rgba(255,256,256,0.8);
    padding: 25px;
    box-shadow: 0px 0px 4px 2px #ccc;
    border-radius: 8px;
	z-index: 99999999;
}

.form_pl h4 {
    font-size: 23px;
    margin: 0 0 20px 0;
}

.form_pl .form-control{
	margin-bottom:15px;
}

.pr_box {
    background-color: #eeeeee;
    float: left;
    padding: 5px 5px 12px;
    width: 100%;
    margin-bottom: 15px;
	border-radius:10px;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
}

.icon-bar {
  position: fixed;
 
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right:0%;
  top: 585px;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
    background-color: #ccc;
}

.facebook {
  background: #3B5998;
  color: white;
}

.phone {
  background: #bb0000;
  color: white;
  border-bottom:1px solid #ccc;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}

.dmd_menu {
    list-style: outside none none;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 1%;
    transition: margin 1s ease 0s;
    z-index: 4;
}

.dmd_menu li {
    clear: both;
    pointer-events: auto;
    width: 100%;
}

.dmd_menu li > span {
    background-color: #ec4639;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    float: left;
    font-size: 14px;
    height: 49px;
    line-height: 49px;
    padding-right: 50px;
    text-align: left;
    transform: translateX(100%);
    transition: transform 0.4s ease 0s, background-color 0.2s ease 0s;
    width: 100%;
    z-index: 7;
	border-radius: 45px;
}

.dmd_menu li > span > a {
    display: inline-block;
    padding-left: 20px;
    padding-right: 5px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
    transition: 0.2s;
}
.dmd_menu a {
    color: #fff;
}

.dmd_menu li > a {
    background-color: #ec4639;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    height: 49px;
    padding: 12px 9px;
    position: absolute;
    right: 0;
    text-align: center !important;
    text-decoration: none;
    transition: 0.2s;
    width: 50px;
    z-index: 8;
}
.dmd_menu a {
    color: #fff;
}

.dmd_menu.open li > span {
    transform: translateX(0px);
}

.dmd_menu li {
    pointer-events: auto;
}



.first_main{
	padding: 50px 0;
	border-top-width: 4px;
  	border-style: solid;
  	border-color: #fff;
  	position: relative;
  	z-index: 1;
}
.first_main.lolp{
	background: transparent;
	z-index: 15;
	padding: 7px 0;
	border: 0;
}
.first_main .cloud_wrapper{
    position: absolute;
    top: -30px;
    left: 0px;
    width: 100%;
    bottom: -30px;
    overflow: hidden;
    margin: 0;
}
.first_main .cloud{
	position: absolute;
	top: 0;
	left: 0px;
}
.first_container{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 0;
}
.first_container .box_conl{
    -webkit-flex: 1 1 270px;
    -ms-flex: 1 1 270px;
    flex: 1 1 270px;
    min-width: calc(25% - 30px);
    margin: 25px 15px 25px;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    box-sizing: border-box;
}
.first_main.lolp .first_container .box_conl{
	margin: 35px 15px 35px;
}
.first_main.lolp .box_conl{
	border-radius: 25% 25% 25% 25%/60% 60% 40% 40%;
	position: relative;
	z-index: 1;
}
.first_main.lolp .box_conl:before,
.first_main.lolp .box_conl:after,
.first_main.lolp .box_conl>*:not(.search-form):before{
	content: '';
	width: 70%;
	height: calc(100% + 60px);
	border-radius: 100%;
	background: #FFF;
	position: absolute;
	top: -30px;
	left: 15%;
	z-index: -1;
}
.first_main.lolp .box_conl>*:first-child:not(.search-form):before,
.first_main.lolp .box_conl>*:last-child:not(.search-form):before{
    width: 20%;
    max-width: 170px;
    top: auto;
    bottom: -15px;
    right: 18%;
    left: auto;
    height: 100%;
    border-radius: 1000px;
}
.first_main.lolp .box_conl>*:last-child:not(.search-form):before{
	right: auto;
	left: 15%;
}
.first_main.lolp .box_conl:after{
	width: 28%;
	max-width: 170px;
	top: -19px;
	right: 14%;
	left: auto;
	height: 100%;
	border-radius: 1000px;
}
.first_container .box_textwidget_content,
.first_container .boxl-title{
	text-align: center;
}
.first_container .box_conl > *:not(:first-child):not(:empty),
.first_container .box_conl .widget_carousel .item > * + *,
.first_container .box_conl .widget_carousel .owl-controls{
	margin-top: 15px;
}
.first_container .box_conl > *:not(.boxl-title):not(:empty):not(.widget_carousel),
.first_container .box_conl .widget_carousel .item > *{
	background: transparent;
	border-radius: 0;
}
.first_container .box_conl .boxl-title:after{
	display: none;
}
.box_title_icon_section{
	display: inline-block;
	line-height: 0;
	vertical-align: middle;
	padding-right: 0.2em;
}
.box_title_icon_section i{
	width: 1em;
	height: 1em;
	line-height: 1;
}
.box_title_text_section {
    display: inline-block;
    vertical-align: middle;
    font-size: 32px !important;
}
.cloud_wrapper{
	margin-top: -35px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
canvas.white_cloud {

}


.box_conl .boxl-title {
    font-size: 1.8em;
    line-height: 1;
}

.boxl-title {
    word-wrap: break-word;
	    color: #26b4d7;

}

.box_title_icon_section {
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
    padding-right: 0.2em;
}



.box_button.small, .box_button.small.alt > span, .mini-cart .button {
    padding: 8px 25px;
    font-size: 1.0211em;
}
.box_button.small {
    border-radius: 6px;
	background-color: #fec20b;
	font-family: 'Patrick Hand', cursive;
}
.box_button.small:hover, .box_button.small:focus {
    border-radius: 6px;
	text-decoration:none;
	color:#fff;
	background-color: #ffd21b;
}

.box_button, input[type="submit"], .mini-cart .button {
    display: inline-block;
    font-size: 1.3em;
    line-height: 1;
    padding: 8px 34px;
    border-radius: 7px;
    border: none;
    color: #fff;
    margin-bottom: 5px;
}

.first_main .box_textwidget_content .link {
    text-align: center;
    margin-top: 20px;
}

.welcome, .our_center, .kiddy_child {
    float: left;
    width: 100%;
}

.box_wite {
    float: left;
    width: 100%;
    background-color: #fff;
    margin-top: -35px;
    padding: 55px 0 55px 0;

}

.heading{
	color:#26b4d7;
	font-size:50px;
}

.yellow{
	color:#fec20b;
}

.welcome ul {
    padding: 0;
    list-style: none;
    margin: 35px 0 25px 0;
}

.welcome ul li{
    margin: 5px 0;
}

.welcome ul li i {
    color: #26b4d7;
    font-size: 16px;
    margin-right: 7px;
}

.our_center h2{
	font-size:27px;
	margin-bottom:5px;
	margin-top:0px;
}


.kiddy_child p {
    max-width: 400px;
    margin: 35px auto 0 auto;
    text-align: center;
    font-size: 19px;
    width: 100%;
}

.com {
	display:table;
    width: 100%;
    margin: 55px 0 10px 0;
	min-height:130px;
}

.kiddy_child .btn{
	margin:25px 0;
}

.img_box {
    border: 10px solid #26b4d7;
    float: left;
    border-radius: 11px;
    margin-bottom: 30px;
}

.llp {
    display: table-cell;
    vertical-align: top;
}

.img_box img{
}

.bg_foote {
    background-image: url(../images/bt.png);
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    height: 143px;
    background-color: #fff;
}

.testi {
    float: left;
    width: 100%;
    background-color: #26b4d7;
    padding: 25px;
    border-radius: 15px;
	background-image:url(../images/dott.png);
}

.testi h5 {
    text-align: center;
    font-size: 30px;
    color: #fff;
	font-family: 'Patrick Hand', cursive;
	margin-bottom: 35px;
}

.testi .item .bolx {
    max-width: 620px;
    margin: 0 auto;
}

.bolx h4{
	color:#fec20b;
	font-weight:600;
}

.line_nn {
    width: 100%;
    float: left;
    padding: 11px 0;
}

.line {
    width: 100%;
    height: 2px;
    background-color: #fec20b;
    float: left;
    position: relative;
}

.footer{
	background-color:#176c81;
	float:left;
	width:100%;
	padding:25px 0;
	background-image:url(../images/dott.png);
	position:relative;
}
.footer::before {
    position: absolute;
    width: 100%;
    height: 11px;
    content: "";
    background-image: url(../images/bt1.png);
    top: -10px;
    z-index: 999999;
}

.footer::after {
    position: absolute;
    width: 100%;
    height: 11px;
    content: "";
    background-image:url(../images/dott.png);
    top: -10px;
    z-index: 999999;
}
.footer h4 {
    font-family: 'Patrick Hand', cursive;
    font-size: 33px;
    color: #fff;
    margin: 15px 0 25px 0;
}

.footer .form-control {

    background-color: transparent;
    border: 1px solid #3c98af;
    margin-bottom: 12px;
    color: #fff;

}

.con {
    float: left;
    width: 100%;
}

.con ul{
	list-style:none;
	padding:0;
}

.con ul li{
    float: left;
    width: 100%;
	margin-bottom:15px;
	
}

.nn {
    max-width: 300px;
}



.nn li{
	border-bottom:1px dashed #fec20b;
	padding-bottom: 15px;
	position:relative;
	padding-left:25px;
}

.con ul li a{
	color:#fff;
	position:relative;
	padding-left:25px;
}

.con ul li a:before, .nn li:before{
	font-family: 'Glyphicons Halflings';
	position:absolute;
	content: "\002a";
	left: 0;
top: 0px;
color:#fec20b;
}

.con ul li a:hover{
	text-decoration:none;
	color:#7ccbde;
}

.con ul li p{
	color:#fff;
	margin-bottom:0px;
}

.con h6{
	color:#fec20b;
	margin:0 ;
}




.con .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.con .form-control:-ms-input-placeholder {
  color: #fff;
}
.con .form-control::-webkit-input-placeholder {
  color: #fff;
}
.con .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}


.copy_right{
	background-color:#0e404d;
	color:#26b4d7;
	background-image:url(../images/dott.png);
	float:left;
	width:100%;
	padding:13px 0;
	font-size:13px;
	position:relative;
}

.copy_right::before {
    position: absolute;
    left: 0;
    top: -10px;
    content: "";
    background-image: url(../images/bt2.png);
    width: 100%;
    height: 20px;
}


.brl{
    background-color: #fec20b;
    display: inline-block;
    text-align: center;
    padding: 4px;
    border-radius: 100%;
    color: #fff;
	margin-right: 15px;
}
.brl i {
	background-color: #26b4d7;
	width: 38px;
    height: 38px;
    display: inline-block;
    text-align: center;
    padding:9px 0;
    border-radius: 100%;
    color: #fff;
	
}

.testimonials{
	color:#fff;
	text-align:center;
}

.menu{
	float:left;
	width:100%;
	position:fixed;
	top:15px;
	left:0;
	z-index:99;
}

.navi {
    clip-path:polygon(101% -8px, 97% 39%, 102% 99%, -4% 100%, 3% 38%, -3% -10%);
    list-style: none;
    padding: 20px 0;
    max-width: 973px;
    position: relative;
    height: 130px;
    margin: 17px auto;
}

.navi li {
    float: left;
    margin: 0;
    
    
}

.navi li a {
    float: left;
    padding: 14px 0 17px 0;
	width: 118px;
	text-align:center;
	color:#fff;
	font-family: 'Patrick Hand', cursive;
	font-size:22px;
	text-decoration:none;
	
	
}
/*

.menu_list a, .navi li a{
background: rgb(254,194,11);
background: -moz-linear-gradient(left, rgba(254,194,11,1) 0%, rgba(240,183,10,1) 100%);
background: -webkit-linear-gradient(left, rgba(254,194,11,1) 0%,rgba(240,183,10,1) 100%); 
background: linear-gradient(to right, rgba(254,194,11,1) 0%,rgba(240,183,10,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec20b', endColorstr='#f0b70a',GradientType=1 ); 
}

.navi li a:hover, .navi li a.active, .menu_list a:hover, .menu_list a.active{
background: rgb(253,142,0); 
background: -moz-linear-gradient(left, rgba(253,142,0,1) 0%, rgba(238,133,0,1) 100%); 
background: -webkit-linear-gradient(left, rgba(253,142,0,1) 0%,rgba(238,133,0,1) 100%); 
background: linear-gradient(to right, rgba(253,142,0,1) 0%,rgba(238,133,0,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8e00', endColorstr='#ee8500',GradientType=1 ); 
text-decoration:none;

}*/


.home_b{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ec83a4+25,b12d56+100 */
background: #ec83a4; /* Old browsers */
background: -moz-linear-gradient(left, #ec83a4 25%, #b12d56 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ec83a4 25%,#b12d56 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ec83a4 25%,#b12d56 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec83a4', endColorstr='#b12d56',GradientType=1 ); /* IE6-9 */
}

.about_b{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ec4639+25,a01207+100 */
background: #ec4639; /* Old browsers */
background: -moz-linear-gradient(left, #ec4639 25%, #a01207 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ec4639 25%,#a01207 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ec4639 25%,#a01207 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec4639', endColorstr='#a01207',GradientType=1 ); /* IE6-9 */
}


.facilities_b{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e77601+25,a65603+100 */
background: #e77601; /* Old browsers */
background: -moz-linear-gradient(left, #e77601 25%, #a65603 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #e77601 25%,#a65603 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #e77601 25%,#a65603 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77601', endColorstr='#a65603',GradientType=1 ); /* IE6-9 */
}

.activites_b{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#34b2c2+25,128493+100 */
background: #34b2c2; /* Old browsers */
background: -moz-linear-gradient(left, #34b2c2 25%, #128493 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #34b2c2 25%,#128493 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #34b2c2 25%,#128493 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34b2c2', endColorstr='#128493',GradientType=1 ); /* IE6-9 */
}

.gallery_b{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a9c177+25,637c30+100 */
background: #a9c177; /* Old browsers */
background: -moz-linear-gradient(left, #a9c177 25%, #637c30 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #a9c177 25%,#637c30 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #a9c177 25%,#637c30 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9c177', endColorstr='#637c30',GradientType=1 ); /* IE6-9 */
}

.contact_b{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c75357+25,9e2b30+100 */
background: #c75357; /* Old browsers */
background: -moz-linear-gradient(left, #c75357 25%, #9e2b30 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #c75357 25%,#9e2b30 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #c75357 25%,#9e2b30 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c75357', endColorstr='#9e2b30',GradientType=1 ); /* IE6-9 */
}

.slder_l {
    background-image: url(../images/top.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    float: left;
    z-index: 9;
}

.navi li:last-child a{
	padding-right:22px;
}

.navi li:first-child a{
	padding-left:22px;
}

.menu_top, .logo{
	display:none;
}

@media(max-width:1200px){
.menu{
	display:none;
}


.top{
	background-color:#26b4d7;
	padding:15px;
	background-image:url(../images/dott.png);
}

.slder_l{
	position:absolute;
	top:-86px;
}
.logo {
  width: 160px;
  position:relative;
  z-index: 999;
  top: 0px;
  left: 0px;
  display:block;
}
.menu_top {
  position:absolute;
  z-index: 99;
  right: 25px;
  top: 25px;
  display:block;
}
.menu_ham {
  position: relative;
  background-color: #fec20b;
  padding: 9px;
  border-radius: 5px;
  width: 44px;
  display: inline-block;
  height: 40px;
  right: 0;
}
.ham {
  background-color: #fff;
  width: 100%;
  height: 3px;
  float: left;
  margin: 2px 0;
}
.menu_list {
  float: left;
  width: 150px;
  background-color: #fec20b;
  border-radius: 5px;
  top: 55px;
  position: absolute;
  right: 0;
  overflow: hidden;
  transition:0.5s;
  z-index:-999999;
  display:none;
  margin-top:35px;
}
.menu_list a {
  float: left;
  width: 100%;
  padding: 8px 14px;
  color: #fff;
  border-bottom:1px solid #ffd21b;
}

.main {
	transition:0.5s;
	z-index:99;
	display:block;
	margin-top:0px;
}
}
@media(max-width:990px){
.first {
    background-image: url(../images/bg1m.png);
	background-repeat:repeat-x;
	min-height: 1196px;
	min-height:1036px;
	
}


}

@media(max-width:600px){
.first {
	min-height: 1056px;
}