body {	
	/******font: 14px/24px 'Lato', sans-serif;****/
	font: 14px/24px 'Muli', sans-serif;
	color: #1a1a1a;
	background: #fff;
}

body, html{
	height: 100%;
	position: relative;
}

/* Standard Styles Starts */

a { color: #ffff33; }
a:hover, 
a:focus {
	color: #1a1a1a;
}
a:focus { outline: none; }

/* Heading Styles Starts */

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-family: 'Muli', sans-serif;
}
h1 { font-size: 60px; }
h2 { font-size: 54px; }
h3 { font-size: 36px; }
h4 { font-size: 24px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

/* Form & Buttons Styles Starts */

#features h4{ font-size: 17px; font-weight: 400;}

.btn-secondary {
	background-color: #ffff33;
}
.btn-secondary, 
.btn-secondary:hover, 
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
	color: #131313;
}
.btn-secondary:hover, 
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
	background-color: #eaea12;
}

.btn-main {
	background-color: #363636;
}
.btn-main, 
.btn-main:hover, 
.btn-main:focus, 
.btn-main:active, 
.btn-main.active {
	color: #fff;
}
.btn-main:hover, 
.btn-main:focus, 
.btn-main:active, 
.btn-main.active {
	background-color: #0f0f0f;
}

/* Navigation Styles Starts */

#nav {
	margin-bottom: 0;
	padding: 0;
}
#nav.sticky-nav {
	width: 100%;
	z-index: 999;
}
	#nav .navbar-header {
		position: relative;
	}
	#nav .navbar-brand {
		height: auto;
	}
	#nav.navbar-default {
		background-color: #bc221c;
		border: solid #ffff33;
		border-width: 0 0 3px;
		text-transform: uppercase;
	}
		#nav .navbar-nav > li > a {
			padding-top: 20px;
			font-weight: normal;
			line-height: normal;
			color: #fff;
		}
		#nav .navbar-nav > li > a:hover, 
		#nav .navbar-nav > li.current > a {
			color: #ffff33;
		}
		#nav.navbar-default .navbar-toggle {
			margin-top: 22px;
			border-color: #fff;
			background: none;
		}
		#nav.navbar-default .navbar-toggle span {
			background-color: #fff;
		}
		#nav.navbar-default .navbar-toggle:hover {
			background-color: #ffff33;
			border-color: #ffff33;
		}
		#nav.navbar-default .navbar-toggle:hover span {
			background-color: #363636;
		}
		#nav.navbar-default .navbar-collapse {
			margin-top: 10px;
			border-color: #787878;
		}

/* Header Styles Starts */

.main-header {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	color: #fff;
	/********background-image: url(../images/header-bg.jpg);*****/
	background-image:url("../images/yellow-background.jpg");
}
	.main-header h1 {
		margin-top: 35px;
		margin-bottom: 30px;
		padding-bottom: 20px;
		position: relative;
		text-transform: uppercase;
		line-height: 87px;
		font-size: 80px;
		font-weight: 900;
	}
	.main-header h1 span {
		color: #BC221C;
		font-weight: 400;
	}
		.main-header h1:after {
			content: "";
			position: absolute;
			bottom: 0;
			left: 50%;
			margin-left: -135px;
			width: 270px;
			height: 2px;
			background-color: #BC221C;
		}
	.main-header h4 {
		margin-top: 40px;
		line-height: 40px;
		font-size: 35px;
}

	.main-header ul {
		margin-top: 15px;
		margin-bottom: 15px;
	}
		.main-header li {
			padding: 11px 22px;
		}
			.main-header li .fa {
				font-size: 30px;
			}
	.main-header .btn-secondary {
		margin-top: 30px;
		padding: 12px 32px;
		font-size: 24px;
	}
		.main-header .btn-secondary .fa {
			margin-right: 10px;
		}
		
/* Scroll Styles Starts */

	#scroll {
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		position: absolute;
		left: 50%;
		bottom: 50px;
		color: #fff;
		font-size: 30px;
		background-color: #000;
	}
	#scroll:hover {
		color: #363636;
		background-color: #ffff33;
	}		

/* Section Styles Starts */

.section {
	padding-top: 70px;
	padding-bottom: 70px;
}
.section-default {
	background-color: #f2f2f2;
}
.section-inverse {
	background-color: #BC221C;
}
	.section h2 {
		margin-top: 0;
		margin-bottom: 30px;
		padding-bottom: 20px;
		position: relative;
		color: #BC221C;
	}
		.section h2:after {
			content: "";
			position: absolute;
			bottom: 0;
			left: 50%;
			margin-left: -85px;
			width: 170px;
			height: 2px;
			background-color: #1a1a1a;
		}
	.section-inverse, 
	.section-inverse h2 {
		color: #fff;
	}
		.section-inverse h2 span {
			color: #ffff33;
		}
		.section-inverse h2:after {
			background-color: #ffff33;
		}
		
/* Welcome Section Styles Starts */

.welcome {
	padding-bottom: 40px;
	position: relative;
}
.welcome:after {
	content: "";
	position: absolute;
	bottom: -50px;
	width: 100%;
	height: 51px;
	background: url("../images/arrow.png") no-repeat center bottom;
}
	.welcome h2 {
		font-size: 36px;
	}
		
/* Features Section Styles Starts */

.features {
	padding-top: 110px;
}		
	.features > .container > .row {
		margin-top: 50px;
		margin-bottom: 20px;
	}
	.features-list {
		margin-top: 50px;
		margin-bottom: 0;
	}
		.features-list li {
			margin-top: 20px;
			margin-bottom: 20px;
		}
			.features-list .fa {
				/****margin-top: 10px;***/
				width: 48px;
				height: 48px;
				line-height: 46px;
				text-align: center;
				font-size: 26px;
				color: #C2211A;
				border: 1px solid #C2211A;
			}
		
/* About Section Styles Starts */

.about {
	position: relative;
	padding-bottom: 110px;
}
.about:after {
	content: "";
	position: absolute;
	bottom: -50px;
	width: 100%;
	height: 51px;
	background: url(../images/section-curve-bg.png) no-repeat center bottom;
}
	.about h2:after {
		margin-left: 0;
		left: 0;
	}
	.about-list {
		margin-top: 30px;
		margin-bottom: 30px;
	}
		.about-list li {
			padding-bottom: 10px;
			font-size: 18px;
		}
			.about-list li .fa {
				padding-right: 10px;
				font-size: 14px;
				color: #ffff33;
			}
	.about .btn-secondary {
		padding: 12px 24px;
		font-size: 24px;
	}
		.about .btn-secondary .fa {
			margin-right: 10px;
			font-size: 30px;
			vertical-align: bottom;
		}
	#about-carousel {
	}
		#about-carousel .carousel-indicators {
			bottom: -90px;
		}
			#about-carousel .carousel-indicators li {
				margin: 1px 4px;
				width: 16px;
				height: 16px;
				background: none;
				border: 2px solid #fafafa;
			}
			#about-carousel .carousel-indicators li.active {
				border: 2px solid #ffff33;
			}
		
/* Testimonails Section Styles Starts */

.testimonials {
	padding-top: 110px;
	background-image: url(../images/testimonial-bg.jpg);	
}
	#testimonial-carousel {
		margin-top: 30px;
		margin-bottom: 50px;
	}
		#testimonial-carousel blockquote {
			padding: 20px 0;
			border: none;
		}
			#testimonial-carousel blockquote .img-circle {
				margin-top: 20px;
				border: 3px solid #fff;
			}
			#testimonial-carousel blockquote h3 {
				margin-top: 10px;
				line-height: 30px;
				font-size: 20px;
				font-weight: 400;
			}
			#testimonial-carousel blockquote hr {
				border-color: #363636;
			}
			#testimonial-carousel blockquote h6 {
				
				color: #fafafa;
			}
				#testimonial-carousel blockquote h6 span {
					padding-right: 15px;
					color: #ffff33;
				}
		#testimonial-carousel .carousel-indicators {
			bottom: -50px;
		}
			#testimonial-carousel .carousel-indicators li {
				margin: 1px 4px;
				width: 16px;
				height: 16px;
				background: none;
				border: 3px solid #fafafa;
			}
			#testimonial-carousel .carousel-indicators li.active {
				border: 3px solid #ffff33;
			}
		#testimonial-carousel .carousel-control {
			top: 25%;
			width: auto;
			color: #ffffff;
			font-size: 36px;
			background: none;
			text-shadow: none;
			opacity: 1;
		}
		#testimonial-carousel .carousel-control:hover {
			color: #ffff33;
		}
		#testimonial-carousel .carousel-control.left {
			left: 25px;
		}
		#testimonial-carousel .carousel-control.right {
			right: 25px;
		}
		
/* Stats Section Styles Starts */

.stats {
}
	.stats .fa {
		font-size: 54px;
		color: #363636;
	}
	.stats h1 {
		margin-top: 15px;
		color: #1e1e1e;
	}
	.stats h4 {
		margin-bottom: 0;
		color: #686868;
	}
		
/* Screenshot Section Styles Starts */






.screenshot { display: block;
  position: relative;	}

.screenshot::after {
  content: "";
  background-image:url("../images/Ayurveda_1.jpg"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}






	#screenshot-carousel {
		margin-top: 50px;
		margin-bottom: 50px;
	}
		#screenshot-carousel .screenshot-list li {
			position: relative;
		}
			#screenshot-carousel .screenshot-list li a.screenshot-zoom > i.fa {
				position: absolute;
				top: 0;
				opacity: 0;
				font-size: 46px;
				color: #fff;
			}
			#screenshot-carousel .screenshot-list li a.screenshot-zoom:hover > i.fa {
				top: 45%;
				opacity: 0.9;
			}
		#screenshot-carousel .carousel-indicators {
			bottom: -70px;
		}
			#screenshot-carousel .carousel-indicators li {
				margin: 1px 4px;
				width: 16px;
				height: 16px;
				border: 1px solid #818181;
			}
			#screenshot-carousel .carousel-indicators li.active {
				border: 1px solid #000;
			}
		
/* Download Section Styles Starts */

.download {
	background: transparent url(../images/download-bg.png) no-repeat center bottom;
}
	.download .btn-list {
		margin: 35px 0 100px;
	}
		.download .btn-list > li {
			margin-top: 15px;
			padding-left: 10px;
			padding-right: 10px;
		}
			.download .btn-list > li > .btn-secondary {
				padding: 12px 24px;
				font-size: 18px;
			}
			.download .btn-list > li > .btn-secondary .fa {
				margin-right: 10px;
				font-size: 24px;
				vertical-align: text-top;
			}
	.subscribe-now {
		margin-top: 40px;
		margin-bottom: 60px;
	}
		.subscribe-now .form-group {
			margin-right: 15px;
			width: 40%;
		}
			.subscribe-now .form-control {
				width: 100%;
				height: 58px;
			}
			.subscribe-now .form-control, 
			.subscribe-now .form-control:focus {
				border: none;
			}
			.subscribe-now .form-control, 
			.subscribe-now .btn-secondary {
				padding: 12px 24px;
			}
			.subscribe-now .btn-secondary {
				font-size: 24px;
			}
	
		
/* Contact Section Styles Starts */

.contact {	
}
	.contact .status {
		display: none;
	}
	.contact-form-area {
		margin-top: 35px;
	}
		.contact-form-area .form-group {
			margin-top: 15px;
		}
			.contact-form-area input.form-control {
				height: 46px;
			}
			.contact-form-area .form-control {
				padding: 12px 24px;
				font-size: 18px;
				color: #565656;
				background-color: #e8e8e8;
			}
			.contact-form-area .form-control:focus {
				background-color: #dbdbdb;
			}
			.contact-form-area .form-control, 
			.contact-form-area .form-control:focus {
				border: none;
			}
			.contact-form-area .btn-main {
				margin-top: 20px;
				margin-bottom: 20px;
				padding: 12px 28px;
				font-size: 24px;
			}

/* Footer Styles Starts */

.main-footer {
	padding-top: 45px;
	padding-bottom: 45px;
	background-color: #BC221C;
}
	.main-footer, 
	.main-footer a {
		color: #fff;
	}
	.main-footer ul.sm-links {
		margin: 20px 0 15px;
	}
		.main-footer ul.sm-links li {
			padding: 2px;
			font-size: 36px;
		}
			.main-footer ul.sm-links li, 
			.main-footer ul.sm-links li a {
				color: #fafafa;
			}
			.main-footer ul.sm-links li a:hover, 
			.main-footer ul.sm-links li a:focus {
				color: #ffff33;
			}

/* Generic Styles Starts */

.parallax {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.text-thin { 
	font-family: 'Muli', sans-serif;
	font-weight: 100; 
}
.text-light { 
	font-family: 'Muli', sans-serif;
	font-weight: 300; 
}
.text-normal { 
	font-family: 'Muli', sans-serif;
	font-weight: 400; 
}
.text-bold {
	font-family: 'Muli', sans-serif;
	font-weight: 700;
}
.text-ultra-bold {
	font-family: 'Muli', sans-serif;
	font-weight: 900;
}

.img-center {
	margin-left: auto;
	margin-right: auto;
}

#nav.navbar, 
.no-border-radius {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}

.form-control, 
.download .form-control, 
.btn-secondary {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

.main-header #scroll, 
.features-list .fa {
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
			border-radius: 100%;	
}

.form-control, 
.form-control:focus, 
.no-boxshadow {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

.animation, 
.animation a {
	-webkit-transition: all 0.5s ease 0s;
	   -moz-transition: all 0.5s ease 0s;
		    transition: all 0.5s ease 0s;
}

.animation-1, 
a.animation-1, 
.contact-form-area .form-control {
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
		    transition: all 1s ease;	
}


.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-right>li {
  margin-left: -1px;
}

.tabs-left>li a{color: #BC221C;}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}

.boxx{padding:20px; background: #fafafa;text-align: center;    min-height: 515px;
 }
.boxx h4{ font-size: 20px!important; color: #BC221C; font-weight: 700 !important; }
.boxx i {width: 80px;
height: 80px;
line-height: 80px;
text-align: center;
font-size: 60px;
color: #BC221C;
border: 1px solid #BC221C;}
.boxx p{ font-size: 12px; margin-right: 10px; color:#1a1a1a;}
.error{ color:red; font-size: 12px; font-weight: 400; }
.conttt{background: #BC221C; padding:30px; color: #ffffff;margin-top: 49px;}
.conttt h5 small{color: #FFE051;}
.conttt h5{margin-bottom:0px;}






