body{
	margin:0;
	padding:0;
	font-family:open_sansregular;
	font-size:13px;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular.woff2') format('woff2'),
         url('../fonts/opensans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

ul{
	margin:0;
	padding:0;
}

.clear{
	clear:both;
}

header{
	width:100%;
}

.wrapper{
	width:85%;
	margin:auto;
}

.top_section{
	width:100%;
	background:#333;
	padding:5px 0;
}

.contact_info{
	width:auto;
	float:right;
}

.contact_info li {
    padding: 5px 10px;
    float: left;
    color: #000;
    list-style: none;
	border-right: solid 1px #ccc;
}

.contact_info li a{
	color: #000;
	text-decoration:none;
}

.contact_info li:hover{
	color: #f89616;
}
.contact_info li a:hover{
	color: #f89616;
}

.contact_info li:last-child {
	border-right: none;
}

.language_section{
	width:auto;
	float:right;
}

select{
    background: #000;
    border: 1px solid #F89616;
    width: 213px;
    padding: 3px;
    color: #fff;
}

select option{
	background:#FFF;
	color:#333;
}

.search{
	float:right;
	width:auto;
}

.search input[type=text] {
    width: 215px;
    box-sizing: border-box;
    border: 1px solid #F1F1F1;
    border-radius: 4px;
    background-color: white;
    background-image: url("../images/search.png");
    background-position: 10px 11px;
    background-repeat: no-repeat;
    padding: 10px 10px 10px 35px;
    background-size: 7%;
    margin-top: 30px;
}

.social_media{
	float: right;
    width: 100%;
    font-size: 20px;
    word-spacing: 30px;
    text-align: center;
    margin-top: 12px;
}

.social_media a{
	color:#333;
}

.social_media a:hover{
	color:#f89616;
}

.logo{
	width:120px;
}

.logo img{
	width:100%;
	padding-left: 80%;
}

nav {
  display: block;
  background: #f89616;
}

.menu { display: block; }

.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
}

.menu li:first-child { margin-left: 0; }

.menu li a {
  font-weight: 600;
  text-decoration: none;
  padding: 13px 15px;
  display: block;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
}

.menu li a:hover,
.menu li:hover>a {
  color: #fff;
  background: #333;
}

.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 190px;
  position: absolute;
  left: 0px;
  background: #fff;
  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
  border-top: #F89616 2px solid;
}

.menu ul:after {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #F89616;
  border-width: 6px;
  margin-left: -6px;
}

.menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}

.menu ul li a {
  font-size: 12px;
  font-weight: normal;
  display: block;
  color: #797979;
  background: #eee;
}

.menu ul li a:hover,
.menu ul li:hover>a {
  background: #333;
  color: #fff;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.menu ul ul {
  left: 169px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out;
}

.menu ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

.menu li>ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.responsive-menu {
  display: none;
  width: 89%;
  padding: 15px 5%;
  background: #f89616;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration:none;
}

.responsive-menu:hover {
  background: #f89616;
  color: #fff;
  text-decoration: none;
}

a.homer { background: #333; }



/*-----------------Slider css start-----------------*/


.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.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: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.rslides {
  margin: 0 auto 40px;
  }

#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }

.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }


.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
}

#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}

#slider3-pager a {
  padding: 0;
}

/*---------------Slider css close here--------------*/

.container{
	margin:80px 0;
}

.main_container{
	width:100%;
	float:left;
}

h1 {
    text-align: center;
    color: #F89616;
    font-weight: normal;
    font-size: 30px;
}

.about{
	width:100%;
}

.about p {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    line-height: 27px;
	text-align:center;
}

span{
	font-weight:bold;
}

.project{
	background:url(../images/yoga2.jpg);
	float:left;
	width:100%;
}


/*--------------Project Slide Start Here--------------*/

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    /*max-width: 100%;*/
    cursor: pointer;
    position: relative;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:5px 10px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top:40%;
    background: rgba(0,0,0,0.5);
    color: #fff;     
}

.nbs-flexisel-nav-left {
    left: 10px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 5px;    
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}


.nbs_heading{
    background: #F89616;
    float: left;
    width: 78.3%;
    margin: 0 31px;
	color:#FFF;
}

.nbs_heading img {
    width: 100%;
}

.nbs_heading h3{
	margin: 15px 0 5px 0;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    float: left;
}

.nbs_heading a{
	text-decoration: none;
    text-align: center;
    color: #572C02;
	font-weight:bold;
    margin: 15px 0;
    width: 100%;
    float: left;
}
.nbs_heading a:hover{
	color:#fff;
}

.cont_box{
	width:100%;
	float:left;
}

.box_section{
	width: 47%;
    float: left;
    margin: 0 1em;
}

.box_section h1 {
    text-align: left;
    color: #F89616;
    font-weight: normal;
    font-size: 30px;
	margin:0;
}

.box_section p{
    text-align: justify;
    color: #333;
    text-decoration: none;
    font-size: 13px;
    line-height: 22px;
}

.box{
	width:100%;
	float:left;
}

.box_img{
	width:20%;
	margin:20px 15px 0 0;
	float:left;
}

.box_img img{
	width:100%;
}


.box_text{
	width:75%;
	float:left;
}

.upcoming_news{
	width:100%;
	float:left;
	background:#FDDAAD;
}

.upcoming_news_box{
	width:100%;
	float:left;
}

.upcoming_news_img{
	width:24%;
	margin:20px 15px 0 0;
	float:left;
}

.img_float{
	float:right;
}

.upcoming_news_img img{
	width: 100%;
    border-radius: 83%;
}


.upcoming_news_text{
	width: 69%;
    float: left;
    margin: 44px 0px;
}


.text_align p{
	text-align:right;
}

.upcoming_news_text p span{
	ont-weight: bold;
    color: #333;
    font-size: 20px;
}

.upcoming_news_text a{
	text-decoration:none;
	color:#A54F0C;
	font-style:italic;
	font-weight:bold;
}

.upcoming_news_text a:hover{
	color:#333;
}

/*--------------Project Slide Close Here-------------*/


footer{
	width:100%;
	background:#1D1D1D;
	float:left;
	padding:20px 0;
}

footer .box{
	width:20%;
	float:left;
	padding:2%;
}

footer .box:nth-child(2){
	margin-top:30px;
}

footer .box:nth-child(3){
	margin-top:30px;
}


footer h3{
	font-size: 17px;
    color: #F89616;
    margin: 0 0 10px 0;
}

footer .box li{
	width: 93%;
    float: left;
    color: #F89616;
    margin-left: 7%;
}

footer .box li a{
	color:#CCC;
	font-size:12px;
	line-height:20px;
	text-decoration:none;
}

footer .box2{
	width:24%;
	float:left;
	padding:2%;
	color:#CCC;
	font-size:12px;
	line-height:20px;
	text-decoration:none;
}

footer .box2 p{
	margin:0;
}

footer .box2 a{
	color:#F89616;
	text-decoration:none;
}

.copy_right{
	width:100%;
	text-align:center;
	color:#999;
	background:#000;
	font-size:12px;
	padding:15px 0;
	float:left;
}

footer input{width: 100%;
    padding: 5px;
    border: none;
    border-radius: 3px;
}

footer input[type="button"] {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 2px #f3b037;
    padding: 6px 0px;
    background: #F89616;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    float: left;
    width: 104%;
    text-align: center;
    outline: none;
    margin-top: 10px;
}



/*--------------------Inner Page Code-------------------*/


.inner_container{
	margin:50px 0;
	float:left;
}


.about_page{
	width:67%;
	float:left;
	padding: 0 2em 0 0px
}

.about_page h1 {
    text-align: left;
    color: #F89616;
    font-weight: normal;
    font-size: 30px;
	margin:0;
}

.about_page p {
    color: #333;
    text-decoration: none;
    font-size: 13px;
    line-height: 24px;
	text-align:justify;
}

.side_bar{
	width:30%;
	float:right;
}

.side_bar h3 {
    text-align: left;
    color: #F89616;
    font-weight: normal;
    font-size: 20px;
	margin:0;
}


.side_bar li {
    padding: 10px 0px;
	margin: 0 0 0 30px;
    border-bottom: solid 1px #e9e9e9;
    background: url(../images/r-arrow.gif) no-repeat 8px 10px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
	float:left;
	width:88%;
}

.side_bar li a {
	color:#333;
	font-size:14px;
	text-decoration:none;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}

.tblborder1 {
    border-width: 0px;
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
    border-style: solid solid solid solid;
    border-color: #ccc;
    font-size: 12px;
    background-color: #fff;
    width: 100%;
	text-align:left;
}

.tblborder1 th {
    border-width: 0px 0px 1px 0px;
    margin: 0px;
    padding: 5px 0px;
    vertical-align: top;
    text-align: left;
    border-style: dotted solid dotted dotted;
    border-color: #e0e0e0;
    color:#F89616;
    font-size: 14px;
	font-weight:normal;
}

.blacktext {
    color: #333!important;
}

.enquiry_section{
	width:100%;
	float:left;
}

.enquiry_section span{color:#F00; font-size:10px;}

.enquiry_section input[type="text"]{
	border: solid 1px #cacaca;
    padding: 10px 5px;
	margin:10px 0;
    color: #333;
    width: 94%;
}

.enquiry_section textarea{
	border: solid 1px #cacaca;
    padding: 10px 5px;
	margin:10px 0;
    color: #333;
    width: 94%;
}

.enquiry_section select{
	border: solid 1px #cacaca;
    padding: 10px 5px;
	margin:10px 0;
    color: #333;
    width: 96.5%;
	background:#FFF;
}

.enquiry_section input[type="submit"] {
    cursor: pointer;
    font-weight: bold;
    border-radius: 4px;
    border: solid 2px #f3b037;
    padding: 6px 15px;
    background: #F89616;
    margin-top: 10px;
}

a{
	color:#F89616;
	text-decoration:none;
}

.gallery_box{
	width:30%;
	margin:1%;
	float:left;
	border:1px solid #eee;
}

.gallery_box img{
	width:100%;
	float:left;
}

.video{
	width:46%;
	margin:1%;
	float:left;
}

.video iframe{
	width:100%;
	float:left;
}