﻿*{
	padding:0px;
	margin:0px;
}

body{
	
}

body img{
	border:none;
}

/* -- <FONTS> --*/

@font-face {
	font-family: 'Avant';
	src: url('../fonts/Avant Garde Book BT.eot');
	src: local('☺'), url('../fonts/Avant Garde Book BT.woff') format('woff'), url('../fonts/Avant Garde Book BT.ttf') format('truetype'), url('../fonts/Avant Garde Book BT.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
	
@font-face {
	font-family: 'Conv_FUTURAN';
	src: url('../fonts/FUTURAN.eot');
	src: local('☺'), url('../fonts/FUTURAN.woff') format('woff'), url('../fonts/FUTURAN.ttf') format('truetype'), url('../fonts/FUTURAN.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_COPRGTL';
	src: url('../fonts/COPRGTL.eot');
	src: local('☺'), url('../fonts/COPRGTL.woff') format('woff'), url('../fonts/COPRGTL.ttf') format('truetype'), url('../fonts/COPRGTL.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans Light'), local('OpenSans-Light'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}


	
	/* -- </FONTS> --*/


body{
	background:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
}

#wrapper{
	width:100%;
	height:auto;
}

.BtnTest{
	width:15%;
	height:20px;
	margin:5px auto 0 auto;
	background:#252525;
	padding:15px 0;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	font-size:1.1em;
	border-radius:8px;
	transition:all .5s ease-in;
	text-decoration:none;
}

.BtnTest a:link{
	text-decoration:none;
}

.BtnTest:hover{
	background:#FFF;
	color:#000;
	cursor:pointer;
	text-decoration:none;
}

.number{
	width:30%;
	height:auto;
	position:absolute;
	padding:15px 0;
	top:80px;
	margin-right:0%;
	font-family: 'Open Sans';
	font-size:1.5em;
	color:#FFF;
	margin-left:239px;
}

#top{
	width:100%;
	height:175px;
	background:#00adc5;
}

#top_left{
	width:40%;
	height:140px;
	float:left;
	padding-left:10%;
}

#top_right{
	width:40%;
	height:140px;
	float:left;
	padding-right:10%;
}

#logo{
	width:560px;
	height:140px;
	float:left;
	background:url(../images/logo.png) no-repeat;
	margin-top:20px;
}

#banner{
	width:100%;
	height:500px;
	background:#000;
}

#navigation{
	width:80%;
	height:60px;
	background:#151515;
	padding:0 10%;
}

#navigation li{
	display:block;
	list-style-type:none;
	font-family: 'Open Sans';
	font-size:16px;
	/* background:#000; */
	margin-left:1px;
	text-transform:uppercase;
}

#navigation a{

	padding:18px 21px;

	color:#e0e0e0;

	text-decoration:none;

	float:left;

	-webkit-transition:all .5s ease-out;

	/* background:url(../images/menuBar.gif) no-repeat 0px 22px; */

	border-left: 1px solid #333;

}

#navigation li:first-child a{

	/* background-image:none; */

	border-left: none;

}

#navigation a:hover{
	background:#00adc5;
}

#navigation a.active{
	background:#00adc5;
}

#testimonial_box{
	width:100%;
	height:250px;
	background:#00adc5;
	padding:30px 10 0 0;
}

#testimonial_head{
	width:100%;
	height:20px;
	float:left;
	font-family: 'Open Sans';
	color:#FFF;
	font-size:3em;
	text-transform:uppercase;
	text-align:center;
	margin-top:10px;
	
	
}

#testimonial_scroll{
	width:100%;
	height:180px;
	float:left;
}

#testimonial_scroll a:link{
	color:#FFF;
	-webkit-transition:all .5s ease-out;
	-moz-transition:all .5s ease-out;
	-o-transition:all .5s ease-out;
	-ms-transition:all .5s ease-out;
}

#testimonial_scroll a:visited {
	color: #FFF;
}

#testimonial_scroll a:hover {
	color: #000;
	text-decoration:none;
}

#testimonial_scroll a:active {
	color: #FFF;
}

#middle_box{
	width:80%;
	height:auto;
	padding:20px 10% 40px 10%;
	margin-top:30px;
	float:left;
}

#contactUs_box{
	width:100%;
	height:500px;
	float:left;
	
}
#left_nav{
	width:32.3%;
	height:220px;
	float:left;
	transition: background-image .5s ease-in;
    background-image:url(../images/left_img.jpg);
    background-repeat:no-repeat;
	position:relative;
	border-radius:10px;
}


#left_nav:hover {
    background-image:url(../images/left_img_over.jpg);
    cursor:pointer;
}

#middle_nav{
	width:29.3%;
	height:178px;
	float:left;
	background:#c7bca6;
	margin:0 1%;
	-webkit-transition:all .5s ease-in;
	transition:all .5s ease-in;
	font-family: 'Open Sans';
	font-weight:lighter;
	font-size:20px;
	padding:2%;
	color:#000;
	text-align:center;
	border-radius:10px;
	text-decoration:none;
}

#middle_nav:hover{
	background:#00707f;
	cursor:pointer;
	color:#FFF;
}

#middle_nav_head{
	width:100%;
	height:70px;
	float:left;
}

#right_nav{
	width:32.3%;
	height:220px;
	float:left;
	background:#666;
 	transition: background-image .5s ease-in;
    background-image:url(../images/right_img.jpg);
    background-repeat:no-repeat;
	position:relative;
	border-radius:10px;
}

#right_nav:hover {
    background-image:url(../images/right_img_over.jpg);
    cursor:pointer;
}

.t1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000;
	text-transform:uppercase;
	text-align:center;
}

.t2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#000;
	text-transform:uppercase;
	text-align:center;
}

.t3{
	font-size:24px;
	color:#FFF;
	text-align:center;
}

.t4{
	width: 94%;
	height:40px;
	position: absolute;
	top: 140px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	background-color: rgba(225,225,255,0.9);
	font-family: 'Open Sans';
	font-size: 18px;
	padding: 10px 3%;
	color: #000;
	text-align: center;
	border-radius: 0px 0px 10px 10px;
}

.t4:hover{
	margin-top:0px;
	height:50px;
	top:150px;
}

.t5{
	width:100%;
	height:auto;
	display:block;
	float:left;
	font-family: 'Open Sans';
	font-size:16px;
	color:#616161;
	text-align:justify;
	line-height:28px;
}

.testimoinal_box{
	width:96%;
	height:auto;
	display:block;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#616161;
	background:#ebebeb;
	padding:10px 2%;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-o-border-radius:8px;;
	-ms-border-radius:8px;
}

.testimoinal_box img{
	float:left;
	margin:0 15px 15px 0;
}

.t5 p img {
	float: left;
	list-style-image: url(../images/bullets.gif);
}

.t5 li{
	list-style-image: url(../images/bullets.gif);
	margin-left:2.5%;
	margin-top:10px;
}

.t5 img{
	float:left;
	margin:0 10px 10px 0;
}

.t6{
	width:78%;
	height:170px;
	display:block;
	float:left;
	font-family: 'Open Sans';
	font-size:18px;
	color:#FFF;
	margin-top:20px;
	background-image:url(../images/profile.png);
	background-repeat:no-repeat;
	background-position:right 20px;
	padding-right:20%;
	padding-left:2%;
	padding-top:50px;
	background-color:#00adc5;
}


.t7{
	width:100%;
	height:auto;
	display:block;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#0d9ee6;
	margin-top:5px;
}

.head{
	width:96%;
	height:40px;
	float:left;
	background-image:url(../images/arrow_small.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	font-family: 'Conv_COPRGTL';
	font-size:2em;
	color:#0094b3;
	text-transform:uppercase;
	padding:5px 0 0 4%;
}

#teaching_box{
	width:100%;
	height:auto;
	float:left;
	padding-top:15px;
}

#teaching_head{
	width:100%;
	height:auto;
	padding:10px 0 10px 0;
	float:left;
	color:#00adc5;
	font-family: 'Open Sans';
	font-size:35px;
	text-align:center;
}

.dance_box{
	width:23.3%;
	height:140px;
	float:left;
	margin-top:20px;
	padding-left:10%;
}

.kathak{
	background-image:url(../images/kathak_dance.png);
	background-repeat:no-repeat;
	background-position:5px -15px;

}

.folk{
	background-image:url(../images/folk_dance.png);
	background-repeat:no-repeat;
	background-position:5px -15px;
}

.western{
	background-image:url(../images/western_dance.png);
	background-repeat:no-repeat;
	background-position:5px -15px;
}

.dance_head{
	width:75%;
	height:auto;
	float:left;
	text-transform:uppercase;
	font-family: 'Open Sans';
	font-size:23px;
	color:#000;
	padding:0 0 0 25%;
}

.dance_contents{
	width:75%;
	height:auto;
	float:left;
	font-family: 'Open Sans';
	font-size:15px;
	color:#666;
	padding:0 0 0 25%;
}

#footer{
	width:80%;
	height:75px;
	float:left;
	background:url(../images/top_left.gif) repeat;
	padding:30px 10%;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#373737;
	line-height:25px;
	text-align:center;
}

#moov{
	width:200px;
	height:60px;
	position:absolute;
	left:76%;
	margin-top:35px;
	background-image:url(../images/moov.png);
	background-repeat:no-repeat;
	-webkit-transition:all .5s ease-out;
	-moz-transition:all .5s ease-out;
	-o-transition:all .5s ease-out;
	-ms-transition:all .5s ease-out;
}

#moov:hover{
	background-image:url(../images/moov_over.png);
	background-repeat:no-repeat;
}

#footer a:link{
	color:#333;
	text-decoration:none;
	-webkit-transition:all .5s ease-in;
	text-align:center;
	
}
#footer a:visited{
	color:#333;
	text-decoration:none;
	
}

#footer a:hover{
	color:#00adc5;
	
}

.copy_right{
	font-size:12px;
	text-transform:none;
}



#banner_second{
	width:100%;
	height:300px;
	background:#dbdbdb;
}

#contact_left{
	width:40%;
	height:auto;
	float:left;
}

#contact_right{
	width:30%;
	height:200px;
	position:absolute;
	background:#00adc5;
	border-radius:10px;
	margin-left:50%;
	margin-top:110px;
	padding:3%;
}

#middle_content_box{
	width:100%;
	height:auto;
	float:left;
	padding:15px 0 0 0 ;
}

#boxMiddle{
	width:80%;
	height:auto;
	float:left;
	padding:50px 10% 10% 10%;
}

#teach{
	width:100%;
	height:400px;
	float:left;
}

#get_in_touch{
	width:90%;
	height:40px;
	float:left;
	font-family: 'Conv_COPRGTL';
	font-size:2em;
	color:#a0895d;
	background-image:url(../images/arrow_small.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	padding:5px 0 0 10%;
}

#address{
	width:90%;
	height:40px;
	float:left;
	font-family: 'Conv_COPRGTL';
	font-size:2em;
	color:#FFF;
	padding:5px 0 0 10%;
	text-transform:uppercase;
}

#address_details{
	width:75%;
	height:277px;
	float:left;
	font-size:1.5em;
	color:#FFF;
}

#form_box{
	width:100%;
	height:auto;
	float:left;
	padding:10px 0 0 0;
}

#form_box ul li{
	list-style:none;
}

#form_box ul li input{
	width:70%;
	height:16px;
	padding:5px 2%;
	margin:4px 0;
	list-style:none;
	display:block;
	float:left;
	outline:none;
	border:1px solid #CCC;
	-webkit-border-radius:5px;
	-webkit-transition:all .5s ease-out;
}


#form_box ul li input:hover{

	background:#898989;
}

#form_box ul li input:focus{

	background:#898989;
}


#form_box ul li textarea{
	width:70%;
	height:55px;
	padding:5px 2%;
	margin:4px 0;
	list-style:none;
	display:block;
	float:left;
	outline:none;
	border:1px solid #CCC;
	-webkit-border-radius:5px;
	-webkit-transition:all .5s ease-out;
}


#form_box ul li textarea:hover{

	background:#898989;
}

#form_box ul li textarea:focus{

	background:#898989;
}

#form_box ul li input.Submitbtn{
	width:160px;
	height:auto;
	margin:4px 0;
	list-style:none;
	display:block;
	outline:none;
	border:1px solid #CCC;
	-webkit-border-radius:5px;
	-webkit-transition:all .5s ease-out;
	padding:7px 0;
	font-size:20px;
	color:#333;
}


#form_box ul li input.Submitbtn:hover{

	background:#0087a6;
	cursor:pointer;
	color:#FFF;
}


div#page {
	width: 1000px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
}

.kathak_box{
	width:65%;
	height:240px;
	float:left;
	background-image:url(../images/kathak_box.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	padding:0 0 0 35%;
}


.folk_box{
	width:65%;
	height:240px;
	float:left;
	background-image:url(../images/folk_box.png);
	background-repeat:no-repeat;
	background-position:right;
	padding:0 35% 0 0;
	margin-top:100px;
}
.teaching_head{
	width:94%;
	height:40px;
	float:left;
	font-family: 'Conv_COPRGTL';
	font-size:2.2em;
	color:#151515;
	font-weight:bold;
	background-image:url(../images/plus_icon.png);
	background-repeat:no-repeat;
	padding:0 0 0 6%;
	margin-top:15px;
}

.class_shedule_table {
	width:100%;
	height:auto;
	color: #7A7A7A;
	border: 1px solid #969696;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	background:#eeeeee;
	float:left;
}

.class_shedule_table   td {
	padding: 11px;
	border: 1px solid #969696;
}

.class_shedule_table  th {
	color: #F66;
	text-align: left;
	padding: 4px;

}

.class_shedule_table tr {
	border-bottom-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #E8E8E8;
}

/*-- banner --*/

.rslides{
  position:relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height:500px;
  float: left;
  width:100%;
  }
  
 .rslides_second img {
  display: block;
  height: 300px;
  float: left;
  width:100%;
  }
  
/*-- banner --*/

.social_media{
	width:300px;
	height:80px;
	position:absolute;
	z-index:999;
	margin-left:265px;	
}

.social_media img{
	float:left;
	margin:50px 0 0 16px;
}


.enquiry {
	width: 80%;
	height: 155px;
	background:#1d1d1d;
	float: left;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 10%;
	padding-right: 10%;
}
.enquiry .left {
	width: 30%;
	height: 165px;
	float: left;
	padding-top:0px;
}
.enquiry .left p {
	font-size: 1.2em;
	display: block;
	padding-top: 8px;
	color:#FFF;
}
.enquiry .right {
	width: 70%;
	height: 160px;
	float: left;
}
.enquiry .right .formRight {
	width: 60%;
	height: 160px;
	float: left;
}
.enquiry .right .formLeft {
	width: 40%;
	height: 160px;
	float: left;
}

.enquiry .right .formLeft input[type=submit], #wrapper .middle_contents .addressBox .right input[type=reset] {
	width:100%;
	height:auto;
	float:left;
	border-radius:8px;
	outline:none;
	background:#3abce5;
	border:none;
	font-size:1.3em;
	margin:1% 1% 1.5% 1%;
	color:#FFF;
	transition:all .5s ease-out;
}

.enquiry .right .formLeft input[type=submit]:hover, #wrapper .middle_contents .addressBox .right input[type=reset]:hover {
	background:#FFF;
	cursor:pointer;
	color:#232323;
}

.enquiry .right form {
	height: auto;
}
.enquiry .right label {
	width: 47%;
	height: auto;
	padding: 0 1%;
	float: left;
	margin: 5px 0px 10px 1%;
}
.enquiry .right .formLeft textarea {
	width: 100%;
	height: 50px;
	padding: 6px 1%;
	float: left;
	margin: 5px 0px 5px 1%;
	outline: none;
	border-radius: 10px;
	border: none;
	font-size:1em;
}
.enquiry .right .formLeft .button {
	width: 96%;
	height: 37px;
	float: left;
	background: #004b87;
	margin: 0px 0 0 2%;
}
.enquiry .right input {
	width: 42%;
	height: 20px;
	outline: none;
	border-radius: 10px;
	border: none;
	padding: 3%;
	margin: 5px 0px 10px 1%;
	font-size:1em;
}
.enquiry .left h3 {
	font-size: 1.5em;
	color: #FFFFFF;
}



.carousel img {
	display: block;
	float: left;
	width:1340px;
	height:500px;
}





