@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Rajdhani');
@import url('https://fonts.googleapis.com/css?family=Amita');
@import url('https://fonts.googleapis.com/css?family=Ek+Mukta');
 html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	margin: 0px;
	line-height: 1;
	font-family: 'Rajdhani', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #333;
}
a {
	font-family: 'Rajdhani', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #666;
}
.split {
	clear: both;
}
.loader {
        display:none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999000;
	background: url('imgs/preloader.gif') 50% 50% no-repeat rgba(0, 0, 0, 0.9);
}
.wrapper {
	max-width: 1200px;
	width: 95%;
	margin: auto;
}
.fixed_header {
	position: fixed !important;
	top: 0 !important;
	height: 50px !important;
	background: rgba(0, 0, 0, 0.7);
	margin-top: 0px !important;
	padding: 6px 0 0 0px;
	z-index: 10000;
}
header {
	width: 100%;
	position: absolute;
	z-index: 999;
	background: rgba(0, 0, 0, 0.3);
	padding: 10px 0 25px 0px;
}
.org {
	width: 100%;
	margin: 0px 0 0 0px;
	text-align: center;
}
.org h1 {
	font-size: 44px;
	font-weight: 600;
	font-family: 'Ek Mukta', sans-serif;
	line-height: 35px;
	color: #ffddc9;
}
.org h1 span {
	color: #e9a64f;
	font-size: 20px;
	font-family: 'Amita', cursive !important;
}
.smalltext {
	font-size: 20px;
	color: #fff !important;
	font-family: 'Amita', cursive !important;
}
.org h2 {
	font-size: 20px;
	font-weight: 100;
	font-family: 'Rajdhani', sans-serif;
	color: #fff;
	margin: 5px 0 0 0px;
}
.effect_layer {
	width: 100%;
	position: fixed;
}
.rotate {
	animation: 20s tcanim infinite linear;
	-webkit-animation: 20s tcanim infinite linear;
}
@keyframes tcanim {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
	0% {
		transform: rotate(0deg);
	}
}
@-webkit-keyframes tcanim {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
	0% {
		-webkit-transform: rotate(0deg);
	}
}
#main_bg {
	background-image: url(imgs/mainpic.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	height: 100vh;
	text-align: center;
}
#main_bg h2 {
	font-family: 'Amita', cursive !important;
	font-size: 70px;
	color: #cbe8c9;
	margin: 0 0 0px 0px;
	text-shadow: 0 2px 10px #090303;
	width: 100%;
	position: relative;
	z-index: 999;
}
#main_bg h3 {
	font-family: 'Amita', cursive !important;
	font-size: 35px;
	color: #fff;
	line-height: 50px;
	text-shadow: 0 2px 4px #201108;
	width: 100%;
	position: relative;
	z-index: 999;
}
.blank {
	height: 60vh;
}
.head_bars {
	width: 100%;
	background-color: #000;
	min-height: 350px;
	background-position: center top;
}
.inavigation_social {
	position: absolute;
	margin-top: 300px;
	width: 100%;
	z-index: 10000;
}
.navigation_social {
	position: absolute;
	top: 114px;
	width: 100%;
	z-index: 10000;
}
nav {
	float: left;
	margin-left: 5px;
}
nav ul {
	width: auto;
}
nav ul li {
	list-style: none;
	float: left;
	margin: 0 2px 0 2px;
}
nav ul li a {
	 font-size: 24px;
    font-family: 'Rajdhani', sans-serif;
    color: #fff;
    padding: 10px 25px 10px 30px;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}
nav ul li a:hover {
	color: #85e872;
}
nav ul li:hover ul {
	display: block;
}
nav ul.ashram {
	display: none;
	position: absolute;
	background: rgba(245, 217, 196, 1);
	z-index: 9999;
	padding: 2px 0 1px 0px;
	min-width: 300px;
	/* top:-112px; */
}
nav ul.karyakram {
	display: none;
	position: absolute;
	background: rgba(245, 217, 196, 1);
	z-index: 9999;
	padding: 2px 0 1px 0px;
	/* top:-372px; */
	min-width: 200px;
}
nav ul ul li {
	list-style: none;
	float: none;
}
nav ul ul li a {
	font-size: 18px;
	font-family: 'Rajdhani', sans-serif;
	color: #000;
	padding: 10px 20px 8px 20px;
	display: block;
	background: none;
	border-radius: 0px;
	border-bottom: solid 1px #eaccb5;
}
nav ul ul li a:hover {
	color: #fff;
	background-color: #9f572e;
}
.iconnav {
	padding: 10px 30px 5px 30px !important;
}
.social_icons {
	float: right;
	margin-right: 10px;
}
.social_icons ul {
	width: auto;
}
.social_icons ul h4 {
	color: #fff;
	font-weight: 100;
	font-size: 24px !important;
	float: left;
	font-family: 'Rajdhani', sans-serif;
	margin: 10px 5px 0 0px;
}
.social_icons ul li {
	list-style: none;
	float: left;
}
.social_icons ul li a {
	font-size: 22px;
	color: #fff;
	padding: 11px 15px 11px 10px !important;
	display: block;
}
.social_icons ul li a:hover {
	color: #85e872;
}
.maharajji {
	position: fixed;
	width: 100%;
	z-index: 10;
	top: 200px;
}
.mrj {
	animation: 15s mranim infinite linear;
	-webkit-animation: 15s mranim infinite linear;
}
@keyframes mranim {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-50px);
	}
	100% {
		transform: translateY(0px);
	}
}
@-webkit-keyframes mranim {
	0% {
		-webkit-transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(-50px);
	}
	100% {
		-webkit-transform: translateY(0px);
	}
}
#home_stuff {
	min-height: 400px;
	background-color: #fff;
	width: 100%;
	position: relative;
	z-index: 9999;
}
.intro {
	width: 100%;
	padding: 40px 0 50px 0px;
}
.intro img {
	width: 200px;
	float: left;
	margin-right: 20px;
}
.intro h2 {
	font-family: 'Amita', cursive !important;
	font-size: 30px;
	color: #4b4545;
	text-shadow: 0 2px 2px #ccc;
	margin: 10px 0 15px 0px;
}
.intro p {
	font-size: 20px;
	font-family: 'Rajdhani', sans-serif;
	line-height: 30px;
	color: #333;
	margin: 10px 0 0 0px;
	text-align: justify;
}
.intro p a {
	font-size: 20px;
	font-family: 'Rajdhani', sans-serif;
	font-weight: bold;
	color: #402a0c;
}
.intro p a:hover {
	color: #000;
	text-decoration: underline;
}
.ipages {
	width: 100%;
	text-align: center;
	padding: 20px 0 40px 0px;
}
.ipages h2 {
	font-family: 'Amita', cursive !important;
	font-size: 40px;
	color: #4b4545;
	text-shadow: 0 2px 2px #ccc;
	margin: 15px 0 15px 0px;
}
.ipages h3 {
	font-family: 'Ek Mukta', sans-serif;
	font-size: 30px;
	color: #fd6421;
	text-shadow: 0 2px 2px #ccc;
	margin: 25px 0 10px 0px;
	font-weight: 100;
}
.ipages p {
	font-size: 20px;
	font-family: 'Ek Mukta', sans-serif;
	line-height: 32px;
	color: #333;
	margin: 10px 0 0 0px;
}
.col3 {
	float: left;
	width: 32%;
	text-align: center;
    margin: 8px;
}
.bgbottom {
	background-color: #000;
	background-image: url(imgs/bgnamakar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 785px;
	background-attachment: fixed;
	background-size: cover;
}
.quick_access {
	width: 90%;
	margin: auto;
}
.quick_access h2 {
	font-family: 'Amita', cursive !important;
	font-size: 75px;
	color: #fff;
	text-shadow: 0 2px 2px #666;
	margin: 0px 0 15px 0px;
	text-align: center;
	padding: 120px 0 0 0px;
}
.quick_access ul {
	width: auto;
}
.quick_access ul li {
	list-style: none;
	height: 450px;
	float: left;
	width: 25%;
	text-align: center;
}
.quick_access ul li:hover {
	background: rgba(0, 0, 0, 0.2);
}
.quick_access ul li img {
	border-radius: 50%;
	margin: 10px 0px 10px 0px;
	border: solid 4px #fff;
}
.quick_access ul li p {
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	margin-top: -10px;
}
.quick_access ul li a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.quick_access ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
.padbox {
	padding: 30px;
}
.newlink {
	color: #efdc38 !important;
	padding: 20px 0 20px 0px;
	display: block !important;
	font-family: 'Amita', cursive !important;
	font-size: 25px !important;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
:hover.newlink {
	color: #fff !important;
	text-decoration: none !important;
}
.player {
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 10001;
	background-color: #e1e7db;
	display: none;
}
.videos_thumb {
	width: 100%;
	margin: 50px 0 0 0px;
	overflow: hidden;
}
.videos_thumb ul {
	width: auto;
}
.videos_thumb ul li {
	list-style: none;
	float: left;
	width: 33.3%;
	padding: 5px;
	box-sizing: border-box;
}
.album_thumb {
	width: 100%;
	margin: 50px 0 0 0px;
	overflow: hidden;
}
.album_thumb ul {
	width: auto;
}
.album_thumb ul li {
	list-style: none;
	float: left;
	width: 33.3%;
	padding: 5px;
	box-sizing: border-box;
}
.album_thumb ul li a {
	height: 350px;
	overflow: hidden;
	display: block;
}
.album_thumb ul li a img {
	width: 100%;
	transition: 1s;
}
.album_thumb ul li a:hover img {
	transform: scale(1.5);
	transition: 1s;
}
.album_thumb ul li p {
	background-color: #eaccb5;
	margin: 0;
	padding: 7px 10px;
	cursor: pointer;
	transition: 1s;
}
.album_thumb ul li:hover p {
	background-color: #9f572e;
	text-decoration: none;
	color: #fff;
	transition: 1s;
}
.ipics {
    border: solid 1px #ccc;
    padding: 5px;
    border-radius: 8px;
    margin:  10px 0 10px 0px;
}
footer {
	background-color: #eee;
	position: relative;
	z-index: 999;
	padding: 25px 0 10px 0px;
	text-align: center;
}
footer p {
	font-size: 19px;
	margin: 0 0 18px 0px;
	color: #999;
}
footer p a {
	font-size: 19px;
}
.topline {
	border-top: solid 1px #ddd;
	padding: 20px 0 0px 0px;
}
.audioplayer_area {
	width: 100%;
	margin: 25px 0 0 0;
}
.audioplayer_area .audio_list {
	width: 35%;
	background-color: #F8F8F8;
	border: 1px solid #e7e7e7;
	float: left;
	box-sizing: border-box;
}
.audioplayer_area .audio_list h2 {
	font-size: 28px;
	text-align: left;
	margin: 0 0 0px 0;
	text-shadow: none;
	padding: 20px 20px 15px 20px;
	background-color: #9F572E;
	color: #fff;
}
.audioplayer_area .audio_list ul {
	width: auto;
	list-style: none;
	max-height: 367px;
	overflow: hidden;
}
.audioplayer_area .audio_list ul li {
	width: 100%;
}
.audioplayer_area .audio_list ul li a {
	display: block;
	text-align: left;
	padding: 12px 12px 10px 12px;
	border-bottom: 1px solid #ddd;
	line-height: normal;
	font-size: 18px;
	transition: 0.5s;
}
.audioplayer_area .active {
	background-color: #FFDDC9;
	border-bottom: 1px solid #ffddc9;
	color: #000;
}
.audioplayer_area .audio_list ul li a:hover {
	background-color: #FFDDC9;
	border-bottom: 1px solid #ffddc9;
	color: #000;
	transition: 0.5s;
}
.audioplayer_area .audio_list ul li a i {
	margin-right: 4px;
}
.audioplayer_area .audio_playlist {
	width: 65%;
	background-color: #F2F2F2;
	border: 1px solid #ddd;
	float: left;
	box-sizing: border-box;
}
.audioplayer_area .audio_playlist form {
	width: 100%;
}
.audioplayer_area .audio_playlist form .playtrack_header {
	width: 100%;
}
.audioplayer_area .audio_playlist form .playtrack_header .playtrackname {
	width: 100%;
	font-size: 28px;
	text-align: left;
	margin: 0 0 0px 0;
	text-shadow: none;
	padding: 20px 20px 15px 20px;
	box-sizing: border-box;
	background-color: #FFDDC9;
}
.audioplayer_area .audio_playlist form .playtrack_header .playtrackname i {
	margin-right: 5px;
}
.audioplayer_area .audio_playlist form .playtrack_header .selectall {
	width: 50%;
	float: left;
	text-align: left;
	font-size: 18px;
	line-height: 35px;
}
.audioplayer_area .audio_playlist form .playtrack_header .playtrackop {
	width: 100%;
	padding: 10px 15px;
	display: block;
	box-sizing: border-box;
	background-color: #EAEAEA;
}
.audioplayer_area .audio_playlist form .playtrack_header .selectall input {} .audioplayer_area .audio_playlist form .playtrack_header .downloadtracks {
	width: 50%;
	float: left;
	text-align: right;
}
.audioplayer_area .audio_playlist form .playtrack_header .downloadtracks button {
	height: 35px;
	border: 1px solid #9f572e;
	background-color: #9f572e;
	color: #FFF;
	border-radius: 2px;
	font-size: 15px;
	padding: 0 15px;
	cursor: pointer;
}
.audioplayer_area .audio_playlist form .playtrack_header .downloadtracks button:hover {
	border: 1px solid #333;
	background-color: #333;
	color: #FFF;
}
.audioplayer_area .audio_playlist form .playtrack_body {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}
.audioplayer_area .audio_playlist form .playtrack_body ul {
	width: auto;
	list-style: none;
	max-height: 328px;
}
.audioplayer_area .audio_playlist form .playtrack_body ul li {
	width: 100%;
	text-align: left;
	padding: 14px 0;
	font-size: 19px;
	border-bottom: 1px solid #ddd;
	line-height: 28px;
}
.audioplayer_area .audio_playlist form .playtrack_body ul li input {} .audioplayer_area .audio_playlist form .playtrack_body ul li audio {
	float: right;
	display: none;
}
.audioplayer_area .audio_playlist form .playtrack_body ul li a {
	font-size: 18px;
	border-left: 1px solid #e6e6e6;
	padding: 0px 7px 0 7px;
	border-right: 1px solid #e6e6e6;
}
.playerbottom {
	position: fixed;
	bottom: 0;
	float: none;
	width: 96%;
	left: 0;
	background-color: #2C2C2CB3;
	padding: 15px 2%;
}
.gallery {
	display: inline-block;
	width: 100%;
}
.gallery ul li {
	float: left;
	width: 31%;
	margin: 1%;
	overflow: hidden;
	height: 280px;
}
.gallery ul li img {
	transition: all linear 0.6s;
	width: 100%;
}
.gallery ul li img:hover {
	transition: all linear 0.6s;
	opacity: 0.5;
}
.changeheader header {
	display: none;
}
.changeheader .head_bars {
	background: none !important;
	min-height: auto;
}
.changeheader .ipages {
	padding: 70px 0 20px 0px;
}
.books {
	width: 100%;
}
.books ul {
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}
.books ul li {
	width: 33.3%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
}
.books ul li a {
	width: auto;
}
.books ul li a img {
	width: 100%;
}
.books ul li:hover span.overlap {
	top: 0px;
	transition: 0.5s;
}
.books ul li a span {
	background-color: #eaccb5;
	margin: 0;
	padding: 10px 10px;
	cursor: pointer;
	transition: 1s;
	display: block;
	font-size: 22px;
	font-weight: 800;
}
.hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	width: 100%;
}
.hovereffect:hover img {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
	filter: grayscale(1) blur(3px);
	-webkit-filter: grayscale(1) blur(3px);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.hovereffect h2 {
	text-transform: uppercase;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.6);
}
.hovereffect a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	border: 1px solid #fff;
	margin: 50px 0 0 0;
	background-color: transparent;
}
.hovereffect a.info:hover {
	box-shadow: 0 0 5px #fff;
}
.hovereffect a.info,
.hovereffect h2 {
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	opacity: 0;
	filter: alpha(opacity=0);
	color: #fff;
	text-transform: uppercase;
}
.hovereffect:hover a.info,
.hovereffect:hover h2 {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	top: 44%;
}
.freshdesignweb {
	width: 100%;
	margin: 30px auto;
}
.freshdesignweb a:link {
	text-decoration: none;
}
.freshdesignweb article {
	float: left;
	height: 528px;
	background-size: cover;
}
.fdw-background {
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	margin-top: 0px;
	width: 100%;
	height: 100%;
	transition: 1s;
}
.fdw-background:hover {
	opacity: 1;
	transition: 1s;
}
.fdw-background h4 {
	font-size: 20px;
	font-family: 'Dosis', sans-serif;
	text-align: center;
	padding: 54% 40px 10px;
}
.fdw-background h4 a {
	font-size: 37px;
	color: #fff;
}
.fdw-background .fdw-port {
	text-align: center;
	padding: 0 40px 0;
}
.fdw-background .fdw-port a {
	padding: 8px 12px;
	font-size: 14px;
}
.fdw-subtitle {
	font-size: 0.8em;
	margin-top: -20px;
	color: #0CF;
}
.fdw-subtitle a {
	color: #F90;
}
.c-two {
	width: 32%;
}
.a-center {
	text-align: center;
}
.border {
	border: 1px solid #CCC;
	margin: 0.5%;
}
.fdw-port a {
	background-color: #336699;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-box-shadow: 0 3px 0 #0f3963, 3px 5px 3px #333;
	-moz-box-shadow: 0 3px 0 #0f3963, 3px 5px 3px #333;
	box-shadow: 0 3px 0 #0f3963, 3px 5px 3px #333;
	-o-box-shadow: 0 3px 0 #0f3963, 3px 5px 3px #333;
	text-shadow: 0 1px 1px #000;
transition: 1s;
}
.fdw-port a:hover {
	background-color: #f2f2f2;
	color: #336699 !important;
	text-shadow: 0 1px 1px #ccc;
	-webkit-box-shadow: 0 3px 0 #ccc, 3px 5px 3px #333;
	-moz-box-shadow: 0 3px 0 #ccc, 3px 5px 3px #333;
	box-shadow: 0 3px 0 #ccc, 3px 5px 3px #333;
	-o-box-shadow: 0 3px 0 #ccc, 3px 5px 3px #333;
transition: 1s;
}
.menuabar_icon{
    display: none;
}