body {
  background: #fff;
  font-family: PT Sans W01 Light;
  color:#000;    text-shadow: none;
  line-height: 22px;overflow-x:hidden;
}
@font-face {
    font-family: PT Sans;
    src: url(../fonts/PTS55F.ttf) format('truetype');
}
@font-face {font-family: "PT Sans W01 Light";
  src: url("../fonts/350d0776989343b358e19b4f084e48ad.eot"); /* IE9*/
  src: url("../fonts/350d0776989343b358e19b4f084e48ad.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/350d0776989343b358e19b4f084e48ad.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/350d0776989343b358e19b4f084e48ad.woff") format("woff"), /* chrome、firefox */
  url("../fonts/350d0776989343b358e19b4f084e48ad.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/350d0776989343b358e19b4f084e48ad.svg#PT Sans W01 Light") format("svg"); /* iOS 4.1- */
}

h1{color:#d4b302!important;}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100; 
  font-family: PT Sans W01 Light;
  color:#000;    text-shadow: none;
}

h1{
  font-size: 36px;
  color:#000;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

a {
  color: #f3cd04;    text-decoration: none!important;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #f3cd04;
}
p{    font-size: 13px;
	}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}


@media (min-width: 1500px){
.container {
    width: 1300px;
}
}
/*************************
*******Header******
**************************/
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #fff;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 15px 15px;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}	
.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #124201;
  padding-bottom: 0;
  padding-top:0px;
}

 .navbar-nav{

 }

.navbar-nav>li{
  margin-left: 1px;

}
.navbar-brand > img {
   width:100%;
}
.navbar-inverse .navbar-nav > li > a {
     padding: 25px 23px;
  margin: 0;
 
  color: #fff;
  line-height: 24px;
  display: inline-block;
}

.navbar-inverse .navbar-nav > li > a:hover{
	background-color: #375f2d;
  color: #fff;    border-top: 3px solid #ffd700;
}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #375f2d;
  color: #fff;
      border-top: 3px solid #ffd700;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: #375f2d;
  
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #124201;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}
.navbar-collapse {
    max-height: initial;
}



/*************************
*******Pre Loader******
**************************/


#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#000; /* change if the mask should be a color other than white */
	z-index:99; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally on the screen */
	top:50%; /* centers the loading animation vertically on the screen */
	background-image:url(../images/loader2.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}





/*************************
*******Carousel******
**************************/

.carousel-caption {
   top:30%;
}
.carousel-control.right, .carousel-control.left{
    background: none;	
}
.carousel-control .glyphicon-chevron-right {
    background: url('../images/next.png') no-repeat;
    width: 73px;
    height: 73px;
    right: 25px;
}
.carousel-control .glyphicon-chevron-right:hover {
    background: url('../images/next_a.png') no-repeat;
}
.glyphicon-chevron-right:before, .glyphicon-chevron-left:before {
    content: "";
}
.carousel-control .glyphicon-chevron-left {
    background: url('../images/prev.png') no-repeat;
    width: 73px;
    height: 73px;
    left: 25px;
}
.carousel-control .glyphicon-chevron-left:hover{
	    background: url('../images/prev_a.png') no-repeat;
}
.carousel {
    height: 50%;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
   min-height: 700px;
    background-position: center!important;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    background-size: cover!important;
    -o-background-size: cover!important;
	background-repeat:no-repeat;
}

@media screen and (max-width: 1340px){
.fill {
    width: 100%;
    min-height: 650px;
}

}

@media screen and (max-width: 1199px){
.fill {
    width: 100%;
    min-height: 550px;
}

}
@media screen and (max-width: 991px){
.fill {
    width: 100%;
    min-height: 450px;
}
.carousel-caption {
    top: 12%;
}
}
@media screen and (max-width: 767px){
.fill {
    width: 100%;
    min-height: 350px;
}
.carousel-caption {
    top: 12%;
}

}
@media screen and (max-width: 620px){
.fill {
    width: 100%;
    min-height: 250px;
}
.carousel-caption {
    top: 12%;
}
}

@media screen and (max-width: 420px){
.fill {
    width: 100%;
    min-height: 200px;
}
.carousel-caption {
    top: 12%;
}
}

.carousel-caption h2 img{
    height: auto;
    border: 0;
    width: 25%;
	    max-width: 200px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (min-width: 768px){
.carousel-indicators {
    bottom: 30%;
}
}
 @media screen and (max-width: 767px){

.global {
    margin-top: 50px!important;
}
}   

@media screen and (min-width: 991px){
.carousel-indicators {
    bottom: 13%;
}
}
/* .bg_img_responsive{margin-left:37.5%} */

/*************************
*******Services******
**************************/
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 22px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.thumb-pad1 .thumbnail {
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    text-align: center;
}
.thumb-pad1 {
    margin: 0 0 42px 0;
    overflow: hidden;
    text-align: center;
}
.thumb-pad1 figure {
    margin: 0;
   /*  border-radius: 100%; */
    display: inline-block;
	    background: #124201;
    padding-bottom: 20px;    border: 4px solid #f3cd04;
}
.thumb-pad1 figure img {
   /*  border-radius: 100%; */
    width: 100%;
	      height: 230px;
}

.global{    margin-top: -75px;}

@media (max-width: 1199px){
.thumb-pad1 figure img {
    /* border-radius: 100%; */
    width: 100%;
    height: 175px;
}

}
@media (max-width: 558px) {

.carousel-caption {
    top: 7%;
}	
}

@media (max-width: 991px) and (min-width: 768px){

.thumb-pad1 figure img {
    height: 140px;
}
}
@media (max-width: 767px){
.thumb-pad1 figure img {
    height: auto;
}	
	
}
.service_opt{
color: #fff;
    text-transform: uppercase;   
    text-align: center;   
    padding-top: 12px;
     display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.service_opt span {
    background: url(../images/arr1.png) 0 0 no-repeat;
    width: 17px;
    height: 16px;
    margin-left: 10px;
    display: inline-block;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


/*************************
*******Index About******
**************************/
#home-about-style{margin-bottom:20px;}
.about_bg{background: #f3cd04;
        height: 450px;
   }
.abt_img_style{
    background:url(../images/aadya-about.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
     height: 450px;
}
.home_about_img{width:100%;    height: 450px;}
.no-padding{padding:0px;}
.home_abt_content{       padding: 10px 60px;
    text-align: justify;}
	.home_abt_content h1{
	color:#1b5805!important;/* text-transform:uppercase; */font-weight:400;
	}
.btn-default {
    color: #fff;
    background-color:transparent!important;
    border-color: #ccc;
}	

/*
@media (max-width: 1280px){
.about_bg {
    height: 550px;
}
.abt_img_style {
    height: 550px;
}
}
*/	
@media (max-width: 991px){
	.home_about_img{height: auto;}
	.about_bg {
    position: relative;    height: auto!important;
	}
}	
	
.about_style .read-more{    padding-top: 20px;
    display: block;
       color: #26a209!important;
    font-weight: 600;}	
	.about_style .courses_box4{    padding-bottom: 20px;}
	

@media (max-width: 1240px){
.about_bg {
    height: 530px;
}
.abt_img_style {
    height: 530px;
}
}

@media (max-width: 768px){
	.abt_img_style {
    height: 249px!important;    background-size: 100% auto;
}
}

@media (max-width: 388px){
	.abt_img_style {
    height: 180px!important;    background-size: 100% auto;
}
}
@media (max-width: 322px){
	.abt_img_style {
    height: 130px!important;    background-size: 100% auto;
}
}
/*************************
*******Portfolio******
**************************/		
	


#info {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;				
	background:#fcf8e3;
	border:1px solid  #fbeed5;
	width:95%;
	max-width:900px;
	margin:0 auto 40px auto;
	font-family:arial;
	font-size:12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

	#info .info-wrapper {
		padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;

	}
	
	#info a {
		color:#c09853;
		text-decoration:none;
	}
	
	#info p {
		margin:5px 0 0 0;
	}



 
#filters {
	margin:1%;
	padding:0;
	list-style:none;
}

	#filters li {
		/* float:left; */
		    display: inline-block;
	}
	
	#filters li span {
		display: inline-block;
		padding:5px 15px;		
		text-decoration:none;
		color:#3e9b1d;    font-size: 20px;
		cursor: pointer;
	}
	
	#filters li span.active {
		/* background: #e95a44; */
		color:#000;
	}
 
.seperation-style{     color: #ddd!important;
    padding: 0px!important;
    font-size: 24px!important;}
 
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display:none;
	float:left;
	overflow:hidden;
}

	.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		    background: #f3cd04;
		cursor:pointer;    margin-bottom: 4%;
	}

	
@media (max-width: 1199px) and (min-width:992px){	
.portfolio-wrapper {
        height: 250px;
}
}	
	
	
	
@media (max-width: 991px) and (min-width:769px){	
.portfolio-wrapper {
   height: 220px;
}
}
	
@media (max-width: 460px) and (min-width:376px){	
.portfolio-wrapper {
    height: 235px;	
}
}
@media (max-width: 375px){	
.portfolio-wrapper {
    height: 180px;	
}
}	
	
	.portfolio img {
		max-width:100%;
		position: relative;
		top:0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);		
	}
	
	.portfolio .label {
		position: absolute;
		width: 100%;
		height:40px;
		bottom:-40px;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	}

		.portfolio .label-bg {
			background: #e95a44;
			width: 100%;
			height:100%;
			position: absolute;
			top:0;
			left:0;
		}
	
		.portfolio .label-text {
			color:#fff;
			position: relative;
			z-index:500;
			padding:5px 8px;
		}
			
			.portfolio .text-category {
				display:block;
				font-size:9px;
			}
	
	.portfolio:hover .label {
    bottom:0;
  }
	.portfolio:hover img {
    top:-30px;
  }  

	



/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container {
		width: 768px; 
	}
}


/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
	.container { 
		width: 95%; 
	}
	
	#portfoliolist .portfolio {
		width:48%;
		margin:1%;
	}		

	#ads {
		display:none;
	}
	
}


/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	
	#ads {
		display:none;
	}
	
}

/* #Clearing */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* Global */


.portfolio-section {
    padding-bottom:40px;
}


/* category filter */

.filter-section {
	padding-top:40px;
}


.filter-container {
    text-align:center;
    padding:20px
}


ul.filter > li > a {
    color:#1abc9c;
    font-size:20px;
    line-height:40px
}

ul.filter > li > a:hover,ul.filter > li > a:focus {
    text-decoration:none;
    color:#16a085;
    outline:none
}

ul.filter > li.active a {
    color:#111
}

ul.filter > li span {
    color:#ddd;
    font-size:20px;
    display:inline-block;
    margin:0 5px
}

.filter-section .filter-container .filter > li {
    padding:0;
    margin:0
}

.filter-section h1 {
    text-align:center
}


/* the color of the transparent overlay border */

.portfolio-section.port-col figure .overlay-background {
    background-color:#000;
    background-color:rgba(0,0,0,0.4);
}


/* portfolio images */

.portfolio-section figure {
    float:left;
    width:100%;
    position:relative
}

.portfolio-section figure img {
    width:100%;
        height: 190px;
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
.portfolio-section figure img {
    width:100%;
        height: 160px;
}
}

/* project title under image */

.portfolio-section .article-title {
    text-align:center;
    float:left;
    width:100%;
    font-size:18px;
    line-height:24px;
    padding:10px 0 30px 0;
}

.portfolio-section .article-title a {
    color:#000;    text-transform: uppercase;
}


/* transparent overlay */

.portfolio-section figure:hover .overlay {
    opacity:1;
    visibility:visible
}

.portfolio-section figure:hover .overlay-background {
    opacity:.8;
    visibility:visible
}

.portfolio-section figure .overlay-background {
    z-index:1;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    visibility:hidden;
    width:100%;
    height:100%
}

.portfolio-section figure .overlay-background .inner {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    margin:11px;
    background-color:#c8e9c8;
    background-color:rgba(194,231,194,0.9)
}

.portfolio-section figure .overlay {
    z-index:2;
    transition:all .2s ease-in-out;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    visibility:hidden;
    width:100%;
    height:100%
}

.portfolio-section figure .inner-overlay {
    display:table;
    width:100%;
    height:100%
}

.portfolio-section figure .inner-overlay-content {
    display:table-cell;
    vertical-align:middle;
    width:100%;
    padding:20px 40px
}

.portfolio-section figure .inner-overlay-content.with-icons {
    text-align:center
}


/* icons inside overlay */

.portfolio-section figure .inner-overlay-content.with-icons a {
    width:40px;
    height:40px;
    line-height:42px;
    display:inline-block;
    margin:0 10px;
    text-decoration:none;
    font-size:20px;
	background:rgba(0,0,0,0.9);
    color:#fff;
    border-radius:0
}


/* skew image on hover */ 

.isotopeSelector img {
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -ms-transition:all .4s ease;
    -o-transition:all .4s ease;
    transition:all .4s ease
}

.isotopeSelector:hover img {
    -moz-transform:scale(1.5) rotate(2deg);
    -webkit-transform:scale(1.5) rotate(2deg);
    -o-transform:scale(1.5) rotate(2deg);
    -ms-transform:scale(1.5) rotate(2deg);
    transform:scale(1.5) rotate(2deg);
    -webkit-transition:all .8s ease;
    -moz-transition:all .8s ease;
    -ms-transition:all .8s ease;
    -o-transition:all .8s ease;
    transition:all .8s ease
}

.isotopeSelector figure {
    overflow:hidden
}

.isotopeSelector figure {
    box-shadow:0 0 2px rgba(0,0,0,0.2)
}



/*
|--------------------------------------------------------------------------
|  Demo Specific Code
|--------------------------------------------------------------------------
|
|
|
*/



.demo-colored-wrap {
	background:#ecf0f1;
}
.gallery h1{    text-align: center;color:#f3cd04;padding-top: 25px;}	
@media (max-width: 991px) and (min-width:769px){	
	.portfolio-section figure img {
    width:100%;
        height: 125px;
}

}	
@media (max-width: 768px) and (min-width:671px){	
	.portfolio-section figure img {
    width:100%;
           height: 226px;
}

}
@media (max-width: 670px) and (min-width:601px){	
	.portfolio-section figure img {
    width:100%;
           height: 195px;
}

}
@media (max-width: 600px) and (min-width:376px){	
	.portfolio-section figure img {
    width:100%;
        height: 150px;
}

}
@media (max-width: 375px) and (min-width:200px){	
	.portfolio-section figure img {
    width:100%;
        height: 100px;
}

}	
@media (max-width: 768px) and (min-width:200px){	
#portfoliolist .portfolio {
    width: 50%;
    padding: 7px;
    margin: 0px;
}
}	
	
	
	
/*************************
*******Home Contact Form******
**************************/	
#home-contact-form{    background: url('../images/aadya-contact.jpg');height:500px;background-repeat:no-repeat;    background-size: cover;    margin-top: 45px;    background-position: center;}	
#contact_form_bg{    background: rgba(18,66,1,.7);    margin-top: 50px;
}
.contact_form {
    width: 100%;
    margin: 0 0 1em 0;
    padding: 0 2.5em;
}
.contact_form.body {
    padding: .5em 2.5em 1em;
}

.contact_form form {
    max-width: 100%;
    display: block;
}
.contact_form form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact_form form ul li {
    margin: 0 0 0.25em 0;
    clear: both;
    display: inline-block;
    width: 100%;
}
.contact_form form ul li p {
    margin: 0;  
    padding: 0;    margin: 1%;
    float: left;
}	
.contact_form form ul li .left{  width: 23%;}
.contact_form form input, .contact_form form select {
    margin: 0 0 0.5em 0;
    border: 1px solid #ccc;
    padding: 5px 10px;
    color: #fff;    background: transparent;
    font-size: 1em;    width: 100%;
}	
.contact_form form select{    padding: 8px 10px!important;}
.contact_form form select option{color:#000!important;}
.contact_form form textarea {
    border: 1px solid #ccc;
    padding: 25px 10px;
     background: transparent;
    color: #555;    width: 100%;
}
.txtarea-style{    width: 23%;}
#contact_form_bg .form_header h1{    text-align: center;
    color: #fff!important;
    padding-top: 25px;}	
	
	.contact_form btn.btn-submit:hover {
    background-color: #f3cd04;
}
.contact_form .btn.btn-submit {
    background-color: #f3cd04;    border-radius: 1px;
    border-bottom-color: #f3cd04;font-size:18px;    outline: none;
}
.contact_form form input:focus, .contact_form form select:focus, .contact_form form textarea:focus{outline-color:#f3cd04!important;}

.contact_form .btn {
    font-size: 1.0625em;
    display: inline-block;
    padding: 0.74em 1.5em;
   
    color: #000;
    border-width: 0 0 0 0;
    border-bottom: 5px solid #f3cd04;
   /*  text-transform: uppercase; */
    background-color: #f3cd04;
    border-bottom-color: #8c8c8c;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}	
::-webkit-input-placeholder {
   color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

:-ms-input-placeholder {  
   color: #fff;  
}	
	
input[type="time"]:before{
    color:#fff;
    content:attr(placeholder);
	padding-right:20px;
}
input[type="date"]:before{
    color:#fff;padding-right:20px;
    content:attr(placeholder);
}	
@media (max-width: 768px){	
.contact_form form ul li .left {
    width: 48%;
}

}
@media (max-width: 435px){	
.contact_form form ul li .left {
    width: 97%;
}
.txtarea-style {
    width: 97%;
}
#home-contact-form{    height: auto;}
}



/*************************
*******Testimonial******
**************************/	
#testimonial-style {background: url('../images/aadya-testimonial.jpg');
       padding-bottom: 20px;
    background-repeat: no-repeat;
    background-size: cover;
   
    background-position: center;
}
#testimonial-style h4{color:#f3cd04;}
.trip_advisor_style{    padding-top: 10%;}
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f3cd04;
    opacity: 1;
    overflow: hidden;
}
#testimonial-style .carousel-inner {
    min-height: 320px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
#testimonial-style blockquote p{color:#fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
}
#testimonial-style blockquote small, blockquote .small {
    display: block;
    line-height: 1.428571429;
    color: #fff;
	font-size:20px;
}

@media (max-width: 768px){	
#quote-carousel .carousel-control.left {
    left: -38px;
}
#quote-carousel .carousel-control.right {
    right: -38px;
}

}

@media (max-width: 645px){	
#testimonial-style .carousel-inner {
    min-height: 355px;
}
}
@media (max-width: 537px){	
#testimonial-style .carousel-inner {
    min-height: 385px;
}
}
@media (max-width: 429px){	
#testimonial-style .carousel-inner {
    min-height: 430px;
}
}
@media (max-width: 370px){	
#testimonial-style .carousel-inner {
    min-height: 500px;
}
}
@media (max-width: 340px){	
#testimonial-style .carousel-inner {
    min-height: 630px;
}
}
@media (max-width: 600px){	

#testimonial-style .carousel-indicators {
    width: 80%;
}
}
@media (max-width: 600px){	

#testimonial-style .carousel-indicators {
    width: 100%;
}
#testimonial-style .carousel-indicators {

    left: 30%;
}
}

@media (max-width: 360px){	
#testimonial-style .carousel-inner {
  
}
#testimonial-style .carousel-indicators {
    width: 100%;
}
#testimonial-style .carousel-indicators {

    left: 30%;
}
#quote-carousel .carousel-indicators li {

}
#quote-carousel .carousel-indicators .active {
    background: #333333;

}
#testimonial-style blockquote p {
    color: #fff;
    font-size: 14px;
}
}



/*************************
*******Footer******
**************************/	



.footer{
	/*background:#f2f4f5;*/
	background:url(../images/footerbg.jpg);
	padding:1em 0;
	   margin-top: 0px;
}
.footer table.table_working_hours {
    width: 100%;
}
.table_working_hours tr {
    border: 0;
    border-bottom: 1px dashed #656565;
}
.table_working_hours tr td {
    padding:7px 0;
    color: #777;
    font-size: 0.95em;
    text-transform: capitalize;
}
.table_working_hours tr.opened_1 td {
    padding:0 0 7px;
}
.table_working_hours tr td.day_value {
    padding-left: 3px;
}
.table_working_hours tr td.day_value {
    padding-left: 3px;
    text-align: right;
}
.table_working_hours tr.opened:hover td, .table_working_hours tr.opened_1:hover td {
    color:#e2598e;
}
.grid_4 h3{
	color:#f3cd04;
	font-size:17px;
	margin-bottom:1em;
	/*text-transform: uppercase;*/
	
}
.grid_4 p{
	color:#777;
	font-size:0.95em;
	line-height:1.8em;
	margin-bottom:1em;
}
.social-nav {
    padding: 0;
    list-style: none;
    margin:0px 0 0 -10px;
	    margin: 0 auto;
    width: 100%;
    display: block;
    max-width: 450px;
}
.social-nav a {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color:#fff;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    background: #000;
    position: relative;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.social-nav li {
    float: left;
    margin: 10px 0 0 10px;
    list-style: none;
}
.icons_2 a {
    overflow: hidden;
    font-size: 14px;
    border-radius: 4px;
}
.icons_2 .twitter {
    background: #00ACED;
    border-radius: 50%;
}
.icons_2 a:hover {    
border-radius: 50%;
}
.icons_2 .twitter:hover {
    color: #00ACED;
	background: #fff;
}
.icons_2 .facebook {
    background: #3B579D;
   
border-radius: 50%;
}
.icons_2 .facebook:hover {
	background: #fff;
    color: #3B579D;
}
.icons_2 .google-plus {
    background: #f63e28;
   
	    border-radius: 50%;
}
.icons_2 .google-plus:hover {
	background: #fff;
    color: #f63e28;
}
.icons_2 .youtube { /* round youtube icon*/
    background: #f20000;
	 border-radius: 50%;
}
.icons_2 .youtube:hover { /* round youtube icon*/
    background: #fff;
	color:#f20000;
}
.icons_2 .pinterest { /* round youtube icon*/
    background: #cb2027;
	 border-radius: 50%;
}
.icons_2 .pinterest:hover { /* round youtube icon*/
    background: #fff;
	color:#cb2027;
}
.icons_2 .linkedin { /* round youtube icon*/
    background: #1883bb;
	 border-radius: 50%;
}
.icons_2 .linkedin:hover { /* round youtube icon*/
    background: #fff;
	color:#1883bb;
}
.icons_2 .tumblr { /* round youtube icon*/
    background: #1883bb;
	 border-radius: 50%;
}
.icons_2 .tumblr:hover { /* round youtube icon*/
    background: #fff;
	color:#1883bb;
}
.icons_2 .ae_icone { /* round youtube icon*/
    background:url(../images/ae_icone.png);
	 border-radius:0%;
	 width:55px;
	 height:35px;
	 margin: 10px 0 0 10px;
}
.icons_2 .ae_icone:hover { /* round youtube icon*/
	 border-radius:0%;
}
.icons_2 .pp_icone { /* round youtube icon*/
    background:url(../images/pp_icone.png);
	 border-radius:0%;
	 width:55px;
	 height:35px;
	 margin: 10px 0 0 10px;
}
.icons_2 .pp_icone:hover { /* round youtube icon*/
	 border-radius:0%;
}
.icons_2 .d_icone { /* round youtube icon*/
    background:url(../images/d_icone.png);
	 border-radius:0%;
	 width:55px;
	 height:35px;
	 margin: 10px 0 0 10px;
}
.icons_2 .d_icone:hover { /* round youtube icon*/
	 border-radius:0%;
}
.icons_2 .v_icone { /* round youtube icon*/
    background:url(../images/v_icone.png);
	 border-radius:0%;
	 width:55px;
	 height:35px;
	 margin: 10px 0 0 10px;
}
.icons_2 .v_icone:hover { /* round youtube icon*/
	 border-radius:0%;
}
.icons_2 .m_icone { /* round youtube icon*/
    background:url(../images/m_icone.png);
	 border-radius:0%;
	 width:55px;
	 height:35px;
	 margin: 10px 0 0 10px;
}
.icons_2 .m_icone:hover { /* round youtube icon*/
	 border-radius:0%;
}


.footer address {
    line-height: 1.8em;
    color:#777;
    font-size:0.95em;
    margin-bottom: 0;
}
.footer address a{
	color:#000;
}
.footer address a:hover{
	color:#f1b458;
}
.footer ul.footer_list{
	padding:0;
	margin:0;
	list-style:none;
}
.footer ul.footer_list li{
	line-height:19px;
	font-size:12px;
	
}
.footer ul.footer_list li img{width:6%;}
.footer ul.footer_list li a{
	color:#cac8c8;    font-size: 14px;
}
.footer ul.footer_list li a:hover{
	color:#fff;
}
.copy{
	margin:2em 0 0 0;
	text-align:center;
}
.copy p{
	color: #949090;
    font-size: 0.99em;
}
.copy p a{
	color:#f3cd04!important;
}
.copy p a:hover{
	color:#f1b458;
}
.breadcrumb1 ul{
	padding:0;
	margin:0;
	list-style:none;
}
.breadcrumb1 li {
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
    display: inline-block;
    color:#fff;
}
.breadcrumb1 li.current-page:after{
	display:none;
}
.breadcrumb1 li a {
    display:inline-block;
    color:#f1b458;
}
.breadcrumb1 li a:hover{
	color:#fff;
}
.breadcrumb1 li:after {
    content: '\f105';
    font: normal normal normal 13px/1 "FontAwesome";
    display: block;
    position: absolute;
    left: 100%;
    top:6px;
    color: #cecfd2;
}
.courses_banner h3{
	color:#fff;
	font-size:2em;
	text-transform:uppercase;
}
.footer p.description{
	color: #fff;
    font-size: 0.95em;
    line-height: 1.8em;
    width: 70%;
    margin: 0 auto 2em auto;
}




/*************************
*******About Us******
**************************/	
.about_style p{    line-height: 2em; font-size: 1.1em;
		letter-spacing: 1px;}
.about_style a{ font-size: 1.1em;
		letter-spacing: 0px;color:#000;}
.about_box1 {
        padding: 4em 0em 3em 0em;
	background-color: #fff;
}
.about_box1 p {
        font-size: 1.1em;
		letter-spacing: 0px;
    line-height: 2em;
    margin: 0.5em 0 0;
    color: #855123;
    text-align: justify;
    
    
}

.about_box1 h3 {
 
    color: #7b4503;
    font-size: 2em;
    padding: 0% 0%;
    font-weight: 600;
    letter-spacing: 0px;
}
.courses_box3 {
    padding: 3em 0;
    background-color: #f3cd04;
}
.about_style ul.about_links li {
    padding: 0px 20px 10px;
    position: relative;
     list-style: none;   color: #715D52;
    font-size: 0.95em;
}
.about_style ul.about_links {
    padding: 0;
    margin: 1em 0;
    list-style: none;
}
.about_style ul.about_links li:before {
    color: #b69a03;
    content: "\f10c";
    font-family: 'fontawesome';
    font-size: 12px;
    height: 5px;
    left: 0px;
    top: 0px;
    position: absolute;
    width: 5px;
}




ul.about_links li {
    padding: 0px 20px 10px;
    position: relative;
     list-style: none;   color: #715D52;
    font-size: 0.95em;
}
ul.about_links {
    padding: 0;
    margin: 1em 0;
    list-style: none;
}
ul.about_links li:before {
    color: #b69a03;
    content: "\f10c";
    font-family: 'fontawesome';
    font-size: 12px;
    height: 5px;
    left: 0px;
    top: 0px;
    position: absolute;
    width: 5px;
}







.about_style h1 {
    text-align: center;
    color: #f3cd04; 
    padding-top: 25px;
	padding-bottom: 25px;
}

.aadya_about_video{
max-width: 500px;
    width: 100%;
    margin: 0 auto;
}


@media (max-width: 991px) and (min-width:361px){
.about_box1 {
   padding:0; 
}
}	
@media (max-width: 360px){	
.aadya_about_video .embed-responsive-item{   height: auto;}
}


/*************************
*******Treatment******
**************************/	

.aadya_trtmnt{padding-bottom: 50px; }
.aadya_trtmnt h1{    text-align: center;
    color: #f3cd04;    font-weight: 100;
        font-size: 5em;
    padding-top: 25px;
    padding-bottom: 25px;}

.aadya_trtmnt p{padding-bottom:25px; font-size: 1.1em;
		letter-spacing: 0px;    color: #855123;}

.aadya_trtmnt figure{overflow:hidden;    height: 450px;}


.trtment_opt h3{    color: #f3cd04;}
.trtment_opt p{    color: #b2b2b2;    text-align: justify;
    padding: 0px 5%;}

@media (max-width: 768px){
	.aadya_trtmnt figure {
    overflow: hidden;
    height: auto;
	}
}

.aadya_trtmnt .demo-2 {
    position:relative;
       margin: 0 0 20px 0;
    height:270px;
    overflow:hidden;
    float:left;
  
    background-color:#1b5805;
}

.aadya_trtmnt .demo-2 p, .aadya_trtmnt .demo-2 h2 {
    color:#fff;
    padding:5px 10px;letter-spacing: 0px;
    position:relative
}

.aadya_trtmnt .demo-2 p {
    padding-top: 10px;
    font-size:12px;
    line-height:18px;text-align:justify;
    margin:0
}

.aadya_trtmnt .demo-2 h2 {
    font-size:16px;
    line-height:24px;
    margin:0;
	padding-top:10px;
    
}

.aadya_trtmnt .effect img {
    position:absolute;
    left:0;
	    width: 100%;
       height: 240px;
    bottom:0;
    cursor:pointer;
    margin:-12px 0;
    -webkit-transition:bottom .3s ease-in-out;
    -moz-transition:bottom .3s ease-in-out;
    -o-transition:bottom .3s ease-in-out;
    transition:bottom .3s ease-in-out
}

.aadya_trtmnt .effect img.top:hover {
       bottom: -115px;
    padding-top: 0px;
}
@media (max-width: 1199px) and (min-width: 992px){
	.aadya_trtmnt .effect img.top:hover {
    bottom: -155px;
	}
	.aadya_trtmnt .effect img {
    height: 215px;
}
.aadya_trtmnt .demo-2 {
    height: 245px;
}
	
}

@media (max-width: 991px) and (min-width: 768px){
	.aadya_trtmnt .demo-2 {
       height: 245px;    width: 100%;
	}
	.aadya_trtmnt .effect img.top:hover {
    bottom: -147px;
	}
	.aadya_trtmnt .effect img {
    height: 215px;
}
}
	
@media (max-width: 767px) and (min-width: 675px){
	.aadya_trtmnt .effect img {
      height: 312px;
	}
	.aadya_trtmnt .demo-2 {
    height: 344px;    width: 100%;
	}
}
@media (max-width: 674px) and (min-width: 576px){
	.aadya_trtmnt .effect img {
          height: 267px;
	}
	.aadya_trtmnt .demo-2 {
       height: 295px;    width: 100%;
	}
}
@media (max-width: 470px) and (min-width: 335px){
	.aadya_trtmnt .demo-2 p {
    padding-top: 0px;
	}
	.aadya_trtmnt .demo-2 {
    height: 240px;
	}
	.aadya_trtmnt .effect img {
    height: 215px;
	}
	.aadya_trtmnt .effect img.top:hover {
    bottom: -161px;
	}
}
@media (max-width: 334px){
.aadya_trtmnt .demo-2 {
       height: 230px;
}	
.aadya_trtmnt .effect img {
    height: 195px;
}	
.aadya_trtmnt .effect img.top:hover {
    bottom: -185px;
    padding-top: 0px;
}	
	
}



/*************************
*******Aadya Ayurveda******
**************************/	

.aadyaayurveda_box1 {
       padding: 1em 0em 4em 0em;
	background-color: #fff;
}
.aadyaayurveda_box2 {
       padding: 3em 0em 4em 0em;
	background-color: #f3cd04;
}
.aadyaayurveda_box3 {
       padding: 3em 0em 0em 0em;
	background-color: #FFFFFF;
}
.aadyaayurveda_box3 h4 {
    font-family: "Open Sans";
    color: #1e5c05;
    font-size: 1.3em;
    font-weight: 400;
    text-align: center;
    padding: 0.4em 0em;
}
.aadyaayurveda_box3 p {
    font-size: 0.9em;
    line-height: 1.6em;
        margin: 0em 0em 2.5em;
    color: #7c4006;

    text-align: justify;
    letter-spacing: 0px;
}
.aadyaayurveda_box3 col-md-3{
	padding:2em;
	
}




.aadyaayurveda_box1 h1 {

    text-align: center;
    color:  #f3cd04;
    font-size: 5em;
    padding: 2% 0%;
}
.aadyaayurveda_box2 h4 {

    color: #000;
    font-size: 2.5em;
    font-weight: 400;
    text-align:center;
    padding: 0%;
}
.aadyaayurveda_box2 h5 {

    color: #000;
    font-size: 1.3em;
    font-weight: 400;
    text-align: center;
    padding: 0%;
}
.aadyaayurveda_box2 p {
    font-size: 14px;
    line-height: 2em;
    margin: 0.5em 0 0;
    color: #000;

    text-align: justify;
    letter-spacing: 0px;
}
.aadyaayurveda_box1 h4 {

    color: #7B4604;
    font-size: 1.5em;
    font-weight: 400;
    text-align:center;
    padding: 0%;
}
.aadyaayurveda_box1 h5 {

    color: #7B4604;
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    padding: 0%;
}
.aadyaayurveda_box1 p {
    font-size: 14px;
    line-height: 2em;
    margin: 0.5em 0 0;
    color: #855123;

    text-align: justify;
    letter-spacing: 0px;
}




#aadya-ayurveda .blog-text3 {
    background: #f3cd04;

    margin: 0 auto;
    text-align: center;
       padding: 92px 2em;
}
#aadya-ayurveda .welcome-img {

  margin: 0;
  padding: 0;
}
#aadya-ayurveda .welcome-img img {
  width: 100%;
}
/*.blog-text p {
  font-size: 0.9em;
  line-height: 1.8em;
      color: #7c4006;
  font-weight: 400;
}*/
#aadya-ayurveda .blog-text p {
       font-size: 14px;
    line-height: 1.8em;
    margin: 0.5em 0 0;
    color: #643308;
   
    text-align: justify;
    letter-spacing: 0px;
}
#aadya-ayurveda .blog-text2 p {
       font-size: 0.9em;
    line-height: 1.8em;
    margin: 0.5em 0 0;
    color: #855123;
    font-family: "Open Sans";
    text-align: justify;
    letter-spacing: 0px;
}
#aadya-ayurveda .blog-text3 p {
       font-size: 0.9em;
    line-height: 1.8em;
    margin: 0.5em 0 0;
    color: #855123;
    font-family: "Open Sans";
    text-align: justify;
    letter-spacing: 0px;
}
#aadya-ayurveda .blog-text.two {
  float: right;
}
#aadya-ayurveda .blog-img.two {

  margin: 0;
  padding: 0;
  float:left;
 }
 #aadya-ayurveda .blog-pagenat {
  text-align: center;
  margin-top: 3em;
}
#aadya-ayurveda .blog-pagenat ul li {
  display: inline-block;
  list-style:none;
}
#aadya-ayurveda .blog-pagenat ul li a {
      display: block;
    background:#00aaad;
    padding: 8px 1.1em;
    font-size: 0.9em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    margin-top: 1em;
    text-decoration: none;
    border: 1px solid #00aaad;
}
#aadya-ayurveda .blog-pagenat ul li a:hover {
  background:#a5cd39;
  color:#fff;
      border: 1px solid #a5cd39;
}
#aadya-ayurveda .blog-text {
    background: #f3cd04;
      height: 350px;
    margin: 0 auto;
    text-align: center;
    padding: 2.3em 2em;
}
#aadya-ayurveda .blog-text2 {
    background: #f3cd04;
    height: 350px;
    margin: 0 auto;
    text-align: center;
    padding: 3.1em 2em;
}
/*--blog--*/

#aadya-ayurveda .welcome-img img {
    width: 100%;    height: 350px;
}
#aadya-ayurveda img.zoom-img {
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}
#aadya-ayurveda a.mask {
    text-decoration: none;
    overflow: hidden;
    display: block;
}
#aadya-ayurveda img.zoom-img:hover {
    -webkit-transform: scale(1.15);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 750ms;
    -moz-transform: scale(1.15);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 750ms;
    overflow: hidden;
}
#aadya-ayurveda .aadya_trtmnt .effect img {
    position: absolute;
    left: 0;
    width: 100%;
height: 215px;
}
#aadya-ayurveda .aadya_trtmnt .demo-2{height: 245px;}
#aadya-ayurveda  .aadya_trtmnt .demo-2 h2 {
    margin-bottom: 12px;text-transform:uppercase;
}


.aadya_objectives {    margin-top: 60px;margin-bottom:60px;}
 .aadya_ayurveda{  padding-top: 60px;}
.aadya_objectives {
    background: url('../images/aadya-objectives.jpg');
    
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 45px;
    background-position: center;
}


@media (max-width: 1199px) and (min-width: 992px){
#aadya-ayurveda .aadya_trtmnt .effect img.top:hover {
    bottom: -107px;
}
#aadya-ayurveda .aadya_trtmnt .demo-2 h2 {
        font-size: 14px!important;

}
#aadya-ayurveda .aadya_trtmnt .effect img {
    height: 180px;
}
#aadya-ayurveda .aadya_trtmnt .demo-2 {
    height: 210px;
}
#aadya-ayurveda .blog-text, #aadya-ayurveda .blog-text2 {
    height: 365px;
    padding: 0.9em 2em;
}
#aadya-ayurveda .welcome-img img{ height: 365px;}
}

@media (max-width: 767px) and (min-width: 511px){

#aadya-ayurveda .aadya_trtmnt .demo-2 {
    height: 344px;
}	
	
}
@media (max-width: 767px) and (min-width: 511px){
	#aadya-ayurveda .aadya_trtmnt .effect img {
     height: 310px;
}
}
@media (max-width: 511px) and (min-width: 340px){
	#aadya-ayurveda .aadya_trtmnt .effect img {
     height: 215px;
}
#aadya-ayurveda .aadya_trtmnt .demo-2 {
    width:100%;
}
#aadya-ayurveda .aadya_trtmnt .effect img.top:hover {
    bottom: -73px;
    padding-top: 0px;
}	
}

@media (max-width: 767px){
.aadya_trtmnt .demo-2 {
    float: none;
}
}

@media (max-width: 405px){
#aadya-ayurveda .aadya_trtmnt .demo-2 h2 {
    font-size: 16px;
}	
}
@media (max-width: 339px){	
	
	#aadya-ayurveda .aadya_trtmnt .effect img {
    height: 190px;
}
#aadya-ayurveda .aadya_trtmnt .demo-2 h2 {
    font-size: 14px;
}
}	
@media (max-width: 339px) and (min-width: 335px){	

#aadya-ayurveda .aadya_trtmnt .effect img.top:hover {
    bottom: -85px;
    padding-top: 0px;
}
}
	
		
@media (max-width: 991px){		
    .blog{margin-bottom: 8px;}
	#aadya-ayurveda .blog-text.two {
    float: none;
}
#aadya-ayurveda .blog-text {
    height: auto;
}
#aadya-ayurveda .welcome-img img {
     height: auto;
}
}

#aadya-ayurveda h2{	
color:#1b5805;    font-size: 30px;	
}
#aadya-ayurveda .aadya_trtmnt .demo-2 h2{font-size: 16px;
    color: #fff;}
.ul_styles{
    padding: 0;
    margin: 1em 0;
    list-style: none;
}
.ul_styles li {
    padding: 0px 20px 10px;
    position: relative;
    list-style: none;
    color: #715D52;
    font-size: 0.95em;
}
.ul_styles li:before {
    color: #b69a03;
    content: "\f10c";
    font-family: 'fontawesome';
    font-size: 12px;
    height: 5px;
    left: 0px;
    top: 0px;
    position: absolute;
    width: 5px;
}




/*************************
********Yoga*****
**************************/		
.aadya_yoga{margin-bottom:60px;}	
.aadya_yoga .welcome-img1 img {
    height: 450px!important;
}

.aadya_yoga .blog-text {

    height: 450px!important;

}
.aadya_yoga .welcome-img2 img {
       height: 500px!important;
}
.aadya_yoga .blog-text.two  {    height: 500px!important;} 



@media (max-width: 991px){	
.aadya_yoga .welcome-img1 img, .aadya_yoga .blog-text, .aadya_yoga .welcome-img2 img, .aadya_yoga .blog-text.two {
    height: auto!important;
}
}



/*************************
******** Facilities *****
**************************/	
#rliving-gallery{padding-bottom:50px;}
#rliving-gallery img{width:100%;}
.rlivinggallery-small-img img{height:212px;}

@media (max-width: 1199px) and (min-width: 992px){
.rlivinggallery-small-img img {
    height: 165px;
}
#rliving-gallery .embed-responsive-item {
    height: 350px;
}
}
@media (max-width: 991px) and (min-width: 768px){
.rlivinggallery-small-img img {
    height: 165px;
}
#rliving-gallery .embed-responsive-item {
    height: 260px;
}
}

#rliving-contact{margin-top:60px;margin-bottom:60px;}
.middle-contact{height:400px;background:#f3cd04;padding:95px 0px;}
.rlivinggallery-contact-img img{width:100%;height:400px;}
.rlivinggallery-contact-img, .no-padding{padding:0px;}
.middle-contact p{
    padding: 20px;
    text-align: center;
    font-size: 17px;
}
.middle-contact .btn.btn-submit {
    background-color: #f3cd04;
    outline: none;font-size: 18px;

    border: 1px solid #bf8212;
    margin: 0 auto;color:#000;
    max-width: 200px;
    width: 100%;border-radius:1px;
    padding: 12px;display: block;
}

#aadya-facilities{background:#f3cd04;padding-top:30px;}
#aadya-facilities h1{    color: #1b5805!important;
        font-weight: 100;text-align:center;padding-bottom:30px;}

#aadya-rliving .thumb-pad1 {
    margin: 0 0 25px 0;
}

#aadya-facilities .global {
    margin-top: 0px;
}

#rliving-gallery .embed-responsive-item{ border:none;overflow:hidden}


@media (max-width: 991px)and (min-width:768px){	

.rlivinggallery-small-img img {
    height: 130px;
}
.rlivinggallery-contact-img img, .middle-contact {
    height: 350px;
}
.middle-contact {
    padding: 30px 0px;
}
}
@media (max-width: 767px){	
.rlivinggallery-small-img img {
    height: auto;
}
.rlivinggallery-contact-img img, .middle-contact {
    height: auto;
}

}

@media (max-width: 991px)and (min-width:768px){	
#rliving-gallery .embed-responsive-item {
    min-height: 260px;

}
}
@media (max-width: 767px){	
#rliving-gallery .embed-responsive-item{   height: 360px;}
}
}

@media (max-width: 666px){	
#rliving-gallery .embed-responsive-item{   height: 300px;}
}

@media (max-width: 500px) {	
#rliving-gallery .embed-responsive-item{height: 220px;}
}

@media (max-width: 355px){	
#rliving-gallery .embed-responsive-item{height: auto;}
#rliving-gallery .embed-responsive-item{    min-height: auto;}
}



/*************************
******** Contact Us *****
**************************/	

#aadya-contact{    padding-bottom: 50px;}

#aadya-contact h1 {
    text-align: center;
    color: #f3cd04;    font-size: 5em;
    padding-top: 25px;
    padding-bottom: 25px;
}
#aadya-contact .btn-submit {
    background-color: #f3cd04!important;
    border-radius: 1px;    width: 100%;
	color:#000;font-size:18px;    outline: none;
    border-bottom-color: #f3cd04;
}
#aadya-contact h3 {
       margin-top: 0px;
    color:  #1b5805;
}
#aadya-contact h4 a{    color: #339900;} 
#aadya-contact .form-control{    border-radius: 1px;}
.aadya-contact-img{width:100%;}
.aadya-resort{    padding-top: 50px;}
.form-control:focus{    outline: #f3cd04;    border: 1px solid #f3cd04;    box-shadow: none; }

@media (max-width: 900px) and (min-width:768px){	
#aadya-contact .form-control, #aadya-contact .btn-submit {
    width: 86%;
}
}
@media (max-width: 767px){
#aadya-contact .contact-form{    padding-top: 20px;}
}


/*************************
******** Chikitsa Package *****
**************************/	
#aadya-chikitsa-package{padding-bottom:50px;}
#aadya-chikitsa-package .global {
    margin-top: 0px;
}

#aadya-chikitsa-package .thumb-pad1 figure {
    margin: 0; 
    /* 
	   min-height: 550px;
	border-radius: 100%; */
    display: inline-block;
    background: #f3cd04;
    padding-bottom: 20px;
   border: none;
}

@media (max-width: 1199px) and (min-width: 768px){
#aadya-chikitsa-package .thumb-pad1 figure {
    margin: 0;    min-height: 550px;
	
}
}	



#aadya-chikitsa-package .thumb-pad1 figure img {
    /* border-radius: 100%; */
    width: 100%;
    height: 230px;
}
#aadya-chikitsa-package .btn.btn-submit {
    background-color: #124201;
    border-radius: 1px; color: #f3cd04;
    border-bottom-color: #124201;
    font-size: 18px;
    outline: none;
}
#aadya-chikitsa-package h3, #aadya-chikitsa-package h4{text-align:left;    padding: 0px 20px;}
#aadya-chikitsa-package p{text-align:justify;    padding: 0px 20px;       min-height: 80px;}
#aadya-chikitsa-package h4{    border-bottom: 1px solid #ffb01f;
    padding-bottom: 10px;margin-top: 0px;color:#1b5805!important;}
#aadya-chikitsa-package h3{    margin-bottom: 0px;}

@media (max-width: 767px){
#aadya-chikitsa-package p{ min-height: auto;}
#aadya-chikitsa-package .thumb-pad1 figure img {
    height: auto;
}
}

@media (max-width: 991px) and (min-width:768px){
#aadya-chikitsa-package .thumb-pad1 figure img {
    height: 225px;
}

}
#aadya-chikitsa-packages #contact_form_bg {
    background: rgba(18,66,1,.7);
    margin-top: 0px;
    padding-top: 23px;
}
.modal-content {
    position: relative;
    background-color: rgba(18,66,1,.7);
}
#aadya-chikitsa-packages .modal-header h4{color:#f3cd04;}

#aadya-chikitsa-packages .close {
    float: right;
    font-size: 39px;
    font-weight: 100;
    line-height: 0.7;
    color: #f3cd04;
    text-shadow: 0 1px 0 #fff;
   opacity: 1;
    filter: alpha(opacity=20);
}

#aadya-chikitsa-packages .about_links li a{
    color: #124201!important;font-weight: 700;
}


.view_more_close {
    float: right;
    font-size: 39px;
    font-weight: 100;
    line-height: 8px!important;
	outline:none!important;
    color: #f3cd04!important;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    filter: alpha(opacity=20);
}
#contact_form_bg .aadya_package_days{
	color:#fff;
}
#contact_form_bg #contact_form_bg {
    background: rgba(18,66,1,.7);
    margin-top: 20px;
}
.view-more-btn{
	color: #000;
    font-weight: 700;
    outline: none!important;
	box-shadow:none!important;
	
}




@media screen and (min-width: 1005px){
	#myModal .modal-dialog {
    width: 960px;
    margin: 30px auto;
}
#myModal2 .modal-dialog {
    width: 960px;
    margin: 30px auto;
}

}

@media (max-width: 1004px) and (min-width: 768px){
	#myModal .modal-dialog {
    width: 750px;
    margin: 30px auto;
}
#myModal2 .modal-dialog {
    width: 750px;
    margin: 30px auto;
}
}
@media (max-width: 767px){
	
	.txtarea-style {
    width: 48%;
}
}

@media (max-width: 435px){
.txtarea-style {
    width: 97%;
}
}

#myModal2 .packagename {
    font-size: 26px;
    font-weight: bold;
    color: #31AF13;    line-height: 36px;
    margin-top: 20px;
	text-align:center;
}
#myModal2 .packageprice {
    font-size: 26px;
    font-weight: bold;
    color: #31AF13;    line-height: 36px;
    margin-top: 20px;
	text-align:center;
}

#myModal2 .btn.btn-submit {
    background-color: #f3cd04;
    border-radius: 1px;
    border-bottom-color: #f3cd04;
    font-size: 18px;
    outline: none;
	margin: 0 auto;
    max-width: 200px;
    width: 100%;
    display: block;    margin-bottom: 30px;
}

#myModal2 .modal-content {
    position: relative;
     background-color: #fff;
}
#myModal2 img{width: 100%;
    height: 200px;
    max-width: 300px;
    margin: 0 auto;
    display: block;
  border-radius: 2px;
    margin-top: 30px;}


/*************************
******** Oneday Package *****
**************************/	

   .package-days{ text-align: left;}
	.aadya_package_days{
padding: 0px 20px;
        min-height: 80px;
}
	.aadya-sukh-chikitsa #aadya-chikitsa-package .btn.btn-submit {
    margin-top: 20px;
	}
	.aadya-sukh-chikitsa #aadya-chikitsa-package p {
    min-height: 170px;
}
	.aadya-sukh-chikitsa #aadya-chikitsa-package .thumb-pad1 figure {
    margin: 0;
  /*   min-height: 575px; */
	}
	
	
@media (max-width: 1199px) and (min-width:992px){	
	.aadya-sukh-chikitsa #aadya-chikitsa-package .thumb-pad1 figure {
    margin: 0;
    min-height: 645px;
}
.aadya-sukh-chikitsa #aadya-chikitsa-package p {
    min-height: 210px;
}
.aadya_package_days {
    padding: 0px 20px;
    min-height: 210px;
}
.aadya-sukh-chikitsa #aadya-chikitsa-package h3 {
    margin-bottom: 0px;
    min-height: 50px;
}
}
	
	
	
	
	
	
	
