@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Play:400,700');

/*font-family: 'Play', sans-serif;*/

body{ font-size:15px; font-family: 'Play', sans-serif;}

a{ text-decoration:none;}


/*header*/

.wrapper{ padding:35px 0;}

.main_hdr .menu {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9;
}


/*top-head*/

.top-bg{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efe457+0,feae31+100 */
background: #efe457; /* Old browsers */
background: -moz-linear-gradient(top, #efe457 0%, #feae31 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #efe457 0%,#feae31 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #efe457 0%,#feae31 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe457', endColorstr='#feae31',GradientType=0 ); /* IE6-9 */
 padding:18px 0;
 
 }

@font-face {
    font-family: 'HIMALAYA';
    src: url('../fonts/HIMALAYA.eot');
    src: url('../fonts/HIMALAYA.eot') format('embedded-opentype'),
         url('../fonts/HIMALAYA.woff2') format('woff2'),
         url('../fonts/HIMALAYA.woff') format('woff'),
         url('../fonts/HIMALAYA.ttf') format('truetype'),
         url('../fonts/HIMALAYA.svg#HIMALAYA') format('svg');
}


@font-face {
	font-family: 'Mangal';
	src: url('fonts/Mangal.eot');
	src: url('../fonts/Mangal.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Mangal.woff') format('woff'),
		url('../fonts/Mangal.ttf') format('truetype'),
		url('../fonts/Mangal.svg#Mangal') format('svg');
	font-weight: normal;
	font-style: normal;
}

.shalok-txt p {
  color: #fff;
  font-family: "Mangal";
  font-size: 27px;
  letter-spacing: 2.5px;
  line-height: 38px;
  margin-left: 13px;
  text-align: center;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}


.menu .navbar-default {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6d0019+0,a90329+100 */
background: #6d0019; /* Old browsers */
background: -moz-linear-gradient(top, #6d0019 0%, #a90329 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #6d0019 0%,#a90329 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #6d0019 0%,#a90329 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#a90329',GradientType=0 ); /* IE6-9 */
border:none;
margin-bottom:0;
}

.menu .navbar-default .navbar-nav > .active > a,.menu  .navbar-default .navbar-nav > .active > a:focus,.menu  .navbar-default .navbar-nav > .active > a:hover {
  /*background-color: #fabc3b;*/
  background:none;
  color: #fff;
}

.menu .navbar-default .navbar-nav > li > a:focus, .menu .navbar-default .navbar-nav > li > a:hover {
  /*background-color: #fabc3b;*/
  color: #fff; background:none;
}

.menu .navbar {
  border-radius: 0;
}

.menu .navbar-nav li { border-right:solid 1px #fff;}

.menu .navbar-nav li:last-child { border-right:none;}

.menu .navbar-nav > li > a {
  color:#fff;
  padding:15px;
  font-size:15px;
}

.menu .navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 15px 0px 15px;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}

.menu .navbar-default .navbar-brand {
    color: #FDB234;
    pointer-events: none;
    display: none;
    float: right;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #FDB22E;
}

.navbar-default .navbar-toggle {
	border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}


.navbar-nav li.login a {
    background: #F8C340;
    color: #fff;
    font-weight: bold;
    margin-left: 9px;
}

.hm-txt{ text-align:center;}


.hm-txt h1 {
  color: #FF0000;
  font-family: "HIMALAYA";
  font-size: 63px;
  margin: 0 0 40px;
}

.hm-txt h4 {
  color: #db9008;
  font-weight:700;
  font-size: 20px;
  margin: 0 0 35px;
}
.hm-txt p {
  color: #db9008;
  font-size: 19px;
  letter-spacing: 0.25px;
  line-height: 27px;
  margin: 0 0 65px;
}

.hm-txt h1 em{font-family: "Mangal"; color: #008000; font-style:normal;} 

.hm-txt h1 strong {
    font-weight: normal;
    margin-left: -30px;
}

.hm-rm a {
  background: #fc6101 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  font-size: 19px;
  padding: 13px 72px;
  text-align: center;
  text-decoration:none;
}

.hm-rm a:hover{ background:#a20327;}



.usr-titl {
  text-align: center;
}

.usr-titl h4 {
  color: #db9008;
  font-size: 29px;
  margin: 0 0 20px;
  padding-bottom: 25px;
  position: relative;
}

.usr-titl h4::after {
  background: #ddd none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 18px;
  width: 100%;
  z-index: -2;
}

.usr-titl h4::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  font-size: 13px;
  height: 34px;
  left: 0;
  margin: 0 auto;
  padding: 3px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
  z-index: -1;
}

.usr-login form {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 0 auto 40px;
  padding: 45px 30px;
  width: 80%;
}

.usr-login form label {
  color: #a20327;
  font-weight: normal;
  margin: 7px 0 0;
  font-size:17px;
}

.usr-login form .checkbox label {
  margin: 0px 0 0;
}

.usr-login form .checkbox input {
  margin: 6px 0 0 -20px;
}

.usr-login .form-group {
  float: left;
  margin-bottom: 25px;
  width: 100%;
}

.usr-login .form-control {
  background: #edeaec none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  float: left;
  height: 40px;
  margin-left: 25px;
  width: 65%;
}

.logn{ }

.logn button {
  background: #fc6101 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #fff;
  font-size: 17px;
  padding: 6px 16px;
}

.forgot a {
    color: #fc6101;
    display: inline-block;
    margin: 13px 0 0;
}

.logn button:hover{ background:#a20327; color:#fff;}

.create-acunt {
  text-align: center;
}

.create-acunt a {
  background: #a20327 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  font-size: 19px;
  padding: 13px 20%;
  text-align: center;
  text-decoration:none;
}

.create-acunt a:hover{ background:#fc6101;}

footer {
  background: #eeecec none repeat scroll 0 0;
  border-top: 2px solid #e2e0e0;
  margin: 50px 0 0;
  padding: 45px 0;
}

.fotr-links h4 {
  color: #fb6001;
  font-size: 23px;
  margin: 0 0 25px;
  position: relative;
}

.fotr-links h5 {
   color: #a20327;
  font-size: 17px;
  margin: 0 0 25px;
  position: relative;
}

.fotr-links p {
  color: #555053;
  font-size: 17px;
  margin: 0 0 35px;
  position: relative;
}


.fotr-links h4::after {
  background: #e6e1e1 none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: 16px;
  width: 65%;
}

.fotr-links input {
  border-left: medium none;
  border-radius: 3px;
  border-top: 3px solid #e4e2e2;
  height: 40px;
  margin-bottom: 25px;
  padding: 0 10px;
  width: 100%;
}


.fotr-links button {
  background: #fc6101 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #fff;
  font-size: 19px;
  padding: 7px 5%;
  text-align: center;
  text-decoration: none;
}

  .fotr-links .adrss i {
  background: #fc6101 none repeat scroll 0 0;
  border: 2px solid #f09d69;
  border-radius: 100%;
  color: #fff;
  float: left;
  height: 40px;
  line-height: 37px;
  margin-right: 17px;
  text-align: center;
  width: 40px;
}

/* custom css for newsletter subscriber */
#newlettertForm .text-right > button {
  display: none;
}
#newlettertForm #pnumber {
  display: none;
}
.fotr-links .blink{
width: 165%;    
animation: blink 1s linear infinite;
}
@keyframes blink{
0%{opacity: 0;
color: #81011E;     
}
50%{opacity: .5;
}
100%{opacity: 1;
}
}

.fotr-links  .adrss p {
  font-size: 15px;
  line-height: 24px;overflow: hidden;
}

.fotr-links  .adrss b { color:#fc6101; font-weight:normal;}

.fotr-links  .adrss span { color:#fc6101; font-weight:normal;font-family: 'HIMALAYA'; font-size:21px;}

.fotr-links  .adrss a { color:#fc6101; }


.fotr-links button:hover {  background: #a20327 none repeat scroll 0 0;}

.copy{ background:#fcb435; color:#fff; text-align:center; padding:10px 0}
.feeds.feed-body {
  background: #ddd none repeat scroll 0 0;
  height: 230px;
  overflow-x: auto;
  padding: 20px;
}
.fotr-links ul {
  /*height: 236px;*/
  list-style: outside none none;
  margin: 0 0 0;
  /*overflow: auto;*/
  padding: 0;
}

.fotr-links ul li {
  background: #fff;
  /*border-bottom: 1px dashed #999;*/
  float: left;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
}
.fotr-links ul li h6 {
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 8px;
  text-align: right;
}
.fotr-links ul li h6 i {
  /*background: #fc6101 none repeat scroll 0 0;*/
  border-radius: 2px;
  color: #fc6101;
  /*float: right;*/
  font-size: 13px;
  letter-spacing: 0.25px;
  margin: 0;
  padding: 3px 0;
  font-style: normal;
}
.nm {
  color: #a20327;
  /*float: right;
  margin-left: 5px;*/
  padding: 3px 0;
}
.fotr-links ul li h3 {
  color: #a20327;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 6px;
}

.feeds p {
  font-size: 14px;
  margin: 0 0 1px;
}

.feed-header {
  background: #fc6101 none repeat scroll 0 0;
  color: #fff;
  font-size: 15px;
  margin: 0;
  padding: 10px;
  text-align: left;
}
.feedback-butn button {
  background: #a20327 none repeat scroll 0 0;
  float: right;
  font-size: 15px;
  margin: -3px 0;
  padding: 3px 11px;
}

.feedback-butn.ftop {
  /*text-align: right;*/
}

@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Play:400,700');

/*font-family: 'Play', sans-serif;*/

body{ font-size:15px; font-family: 'Play', sans-serif;}

a{ text-decoration:none;}


/*header*/

.wrapper{ padding:35px 0;}


/*top-head*/

.top-bg{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efe457+0,feae31+100 */
background: #efe457; /* Old browsers */
background: -moz-linear-gradient(top, #efe457 0%, #feae31 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #efe457 0%,#feae31 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #efe457 0%,#feae31 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe457', endColorstr='#feae31',GradientType=0 ); /* IE6-9 */
 padding:18px 0;
 
 }

@font-face {
    font-family: 'HIMALAYA';
    src: url('../fonts/HIMALAYA.eot');
    src: url('../fonts/HIMALAYA.eot') format('embedded-opentype'),
         url('../fonts/HIMALAYA.woff2') format('woff2'),
         url('../fonts/HIMALAYA.woff') format('woff'),
         url('../fonts/HIMALAYA.ttf') format('truetype'),
         url('../fonts/HIMALAYA.svg#HIMALAYA') format('svg');
}


@font-face {
	font-family: 'Mangal';
	src: url('fonts/Mangal.eot');
	src: url('../fonts/Mangal.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Mangal.woff') format('woff'),
		url('../fonts/Mangal.ttf') format('truetype'),
		url('../fonts/Mangal.svg#Mangal') format('svg');
	font-weight: normal;
	font-style: normal;
}

.shalok-txt p {
  color: #fff;
  font-family: "Mangal";
  font-size: 27px;
  letter-spacing: 2.5px;
  line-height: 38px;
  margin-left: 13px;
  text-align: center;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}


.menu .navbar-default {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6d0019+0,a90329+100 */
background: #6d0019; /* Old browsers */
background: -moz-linear-gradient(top, #6d0019 0%, #a90329 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #6d0019 0%,#a90329 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #6d0019 0%,#a90329 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#a90329',GradientType=0 ); /* IE6-9 */
border:none;
margin-bottom:0;
}

.menu .navbar-default .navbar-nav > .active > a,.menu  .navbar-default .navbar-nav > .active > a:focus,.menu  .navbar-default .navbar-nav > .active > a:hover {
  /*background-color: #fabc3b;*/
  background:none;
  color: #fff;
}

.menu .navbar-default .navbar-nav > li > a:focus, .menu .navbar-default .navbar-nav > li > a:hover {
  /*background-color: #fabc3b;*/
  color: #fff; background:none;
}

.menu .navbar {
  border-radius: 0;
}

.menu .navbar-nav li { border-right:solid 1px #fff;}

.menu .navbar-nav li:last-child { border-right:none;}


.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
   	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6d0019+0,a90329+100 */
background: #6d0019; /* Old browsers */
background: -moz-linear-gradient(top, #6d0019 0%, #a90329 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #6d0019 0%,#a90329 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #6d0019 0%,#a90329 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#a90329',GradientType=0 ); /* IE6-9 */
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #870220;
}

.menu .navbar-nav li ul li a {
	padding: 10px 20px !important;
	color: #83011E !important;
}
.menu .navbar-nav li ul li a:focus, .menu .navbar-nav li ul li a:hover{
	color: #fff !important;
}
.menu .navbar-nav li .dropdown-menu li {
	border: 0;
}

.menu .navbar-nav > li > a {
	color:#fff;
	padding: 15px 13px;
	font-size: 15px;
}

.menu .navbar-nav li:first-child a {
  padding-left: 0;
}

.menu .navbar-nav li:last-child a { padding-right:0; }

.dropdown-menu {
	background: #FABB3A !important;
	padding: 0 !important;
	right: 0 !important;
	border-radius :0 !important;
	/*min-width: 115px;*/
}

.menu .navbar-nav li.dropdown:hover > .dropdown-menu {
    display: block;
}

.navbar-nav li.login a {
    background: #F8C340;
    color: #fff;
    font-weight: bold;
    margin-left: 9px;
}

.hm-txt{ text-align:center;}


.hm-txt h1 {
  color: #FF0000;
  font-family: "HIMALAYA";
  font-size: 63px;
  margin: 0 0 40px;
}

.hm-txt h4 {
  color: #db9008;
  font-weight:700;
  font-size: 20px;
  margin: 0 0 35px;
}
.hm-txt p {
  color: #db9008;
  font-size: 19px;
  letter-spacing: 0.25px;
  line-height: 27px;
  margin: 0 0 65px;
}

.hm-txt h1 span{font-family: "Mangal"; color: #008000;} 
.hm-txt h1 b {
    font-weight: normal;
    margin-left: -29px;
}
.hm-rm a {
  background: #fc6101 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  font-size: 19px;
  padding: 13px 72px;
  text-align: center;
  text-decoration:none;
}

.hm-rm a:hover{ background:#a20327;}



.usr-titl {
  text-align: center;
}

.usr-titl h4 {
  color: #db9008;
  font-size: 29px;
  margin: 0 0 20px;
  padding-bottom: 25px;
  position: relative;
}

.usr-titl h4::after {
  background: #ddd none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 18px;
  width: 100%;
  z-index: -2;
}

.usr-titl h4::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  font-size: 13px;
  height: 34px;
  left: 0;
  margin: 0 auto;
  padding: 3px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
  z-index: -1;
}

.usr-login form {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 0 auto 40px;
  padding:45px 30px 45px 30px;
  width: 80%;
}

.usr-login form label {
  color: #a20327;
  font-weight: normal;
  margin: 7px 0 0;
  font-size:17px;
}

.usr-login form .checkbox label {
  margin: 0px 0 0;
}

.usr-login form .checkbox input {
  margin: 6px 0 0 -20px;
}

.usr-login .form-group {
  float: left;
  margin-bottom: 25px;
  width: 100%;
}

.usr-login .form-control {
  background: #edeaec none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  float: left;
  height: 40px;
  margin-left: 25px;
  width: 65%;
}

.logn{ }

.logn button {
  background: #fc6101 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #fff;
  font-size: 17px;
  padding: 6px 16px;
}

.forgot a {
    color: #fc6101;
    display: inline-block;
    margin: 13px 0 0;
}

.logn button:hover{ background:#a20327; color:#fff;}

.create-acunt {
  text-align: center;
}

.create-acunt a {
  background: #a20327 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  font-size: 19px;
  padding: 13px 20%;
  text-align: center;
  text-decoration:none;
}

.create-acunt a:hover{ background:#fc6101;}

footer {
  background: #eeecec none repeat scroll 0 0;
  border-top: 2px solid #e2e0e0;
  margin: 50px 0 0;
  padding: 45px 0;
}

.fotr-links h4 {
  color: #fb6001;
  font-size: 23px;
  margin: 0 0 25px;
  position: relative;
}

.fotr-links h5 {
   color: #a20327;
  font-size: 17px;
  margin: 0 0 25px;
  position: relative;
}

.fotr-links p {
  color: #555053;
  font-size: 17px;
  margin: 0 0 35px;
  position: relative;
}


.fotr-links h4::after {
  background: #e6e1e1 none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: 16px;
  width: 65%;
}

.fotr-links input {
  border-left: medium none;
  border-radius: 3px;
  border-top: 3px solid #e4e2e2;
  height: 40px;
  margin-bottom: 25px;
  padding: 0 10px;
  width: 100%;
}


.fotr-links button {
  background: #fc6101 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #fff;
  font-size: 19px;
  padding: 7px 5%;
  text-align: center;
  text-decoration: none;
}

  .fotr-links .adrss i {
  background: #fc6101 none repeat scroll 0 0;
  border: 2px solid #f09d69;
  border-radius: 100%;
  color: #fff;
  float: left;
  height: 40px;
  line-height: 37px;
  margin-right: 17px;
  text-align: center;
  width: 40px;
}



.fotr-links  .adrss p {
  font-size: 15px;
  line-height: 24px;overflow: hidden;
}

.fotr-links  .adrss b { color:#fc6101; font-weight:normal;}

.fotr-links  .adrss span { color:#fc6101; font-weight:normal;font-family: 'HIMALAYA'; font-size:21px;}

.fotr-links  .adrss a { color:#fc6101; }


.fotr-links button:hover {  background: #a20327 none repeat scroll 0 0;}

.copy{ background:#fcb435; color:#fff; text-align:center; padding:10px 0}
.feeds.feed-body {
  background: #ddd none repeat scroll 0 0;
  height: 230px;
  overflow-x: auto;
  padding: 12px;
}
.fotr-links ul {
  /*height: 236px;*/
  list-style: outside none none;
  margin: 0 0 0;
  /*overflow: auto;*/
  padding: 0;
}

.fotr-links ul li {
  background: #fff;
  /*border-bottom: 1px dashed #999;*/
  float: left;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
}
.fotr-links ul li h6 {
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 8px;
  text-align: right;
}
.fotr-links ul li h6 i {
  /*background: #fc6101 none repeat scroll 0 0;*/
  border-radius: 2px;
  color: #fc6101;
  /*float: right;*/
  font-size: 13px;
  letter-spacing: 0.25px;
  margin: 0;
  padding: 3px 0;
  font-style: normal;
}


.nm {
  color: #a20327;
  float: right;
  padding: 3px 0;
  width: 100%;
}
.fotr-links ul li h3 {
  color: #a20327;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 6px;
}

.feeds p {
  font-size: 14px;
  margin: 0 0 1px;
}


.feed-header {
  background: #fc6101 none repeat scroll 0 0;
  color: #fff;
  font-size: 15px;
  margin: 0;
  padding: 10px;
  text-align: left;
}
.feedback-butn button {
  background: #a20327 none repeat scroll 0 0;
  float: right;
  font-size: 15px;
  margin: -2px 0;
  padding: 2px 10px;
}

.feedback-butn.ftop {
  /*text-align: right;*/
}

.feedback-butn button.edit {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  padding: 0;
  margin: 0;
}

.red-tooltip + .tooltip > .tooltip-inner {background-color: #f00;}
.red-tooltip + .tooltip > .tooltip-arrow { border-bottom-color:#f00; }
/*inner pages*/


.breadcrumb-b{ background:url(../images/breadcrumb-bg.jpg) left top no-repeat; height:150px; position:relative; z-index:1; box-shadow:0px 3px 2px 0 rgba(0, 0, 0, 0.1);
background-size: cover;
    
}

.pg-title h1 {
  color: #77011C;
  font-family: "Play",sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin: 41px 0 0;
  text-align: center;
  text-transform: uppercase;
}

.breadcrmb {
  color: #77011C;
  margin: 10px 0 0;
  text-align: center;
}


.breadcrmb a{color:#222; text-decoration:none; position:relative;}

.breadcrmb a:hover{ color:#fff; text-decoration:underline;}


.content {
  border: 2px solid #eee;
  margin-bottom: 30px;
  padding: 10px;
}

.content p {
  color: #db9008;
  font-size: 15px;
  letter-spacing: 0.25px;
  line-height: 25px;
  text-align: justify;
}

.about-img img {
  border: 1px solid #db9008;
  padding: 3px;
  max-width:100%;
}

.astro-img img {
  padding: 3px;
  max-width:100%;
}

.addrs {
  margin-bottom: 46px;
  padding-left: 45px;
}

.addrs p span{ color: #fc6101;
  font-family: "HIMALAYA";
  font-size: 21px;
  font-weight: normal; }

.addrs a{ color:#fc6101;}

.a-icon{ position:relative;}

.a-icon::before {
  border: 1px solid #fc6101;
  border-radius: 100%;
  color: #fc6101;
   content:"\f015";
  font-family: "FontAwesome";
  font-size: 15px;
  height: 32px;
  left: 0;
  line-height: 29px;
  position: absolute;
  text-align: center;
  top: 6px;
  width: 32px;
  margin-top: -4px;
}


.m-icon{ position:relative;}

.m-icon::before {
  border: 1px solid #fc6101;
  border-radius: 100%;
  color: #fc6101;
   content:"\f095";
  font-family: "FontAwesome";
  font-size: 15px;
  height: 32px;
  left: 0;
  line-height: 29px;
  position: absolute;
  text-align: center;
  top: 6px;
  width: 32px;
  margin-top: -4px;
}


.e-icon{ position:relative;}

.e-icon::before {
  border: 1px solid #fc6101;
  border-radius: 100%;
  color: #fc6101;
   content:"\f0e0";
  font-family: "FontAwesome";
  font-size: 15px;
  height: 32px;
  left: 0;
  line-height: 29px;
  position: absolute;
  text-align: center;
  top: 6px;
  width: 32px;
  margin-top: -4px;
}

.addrs.m-icon p {
  line-height: 36px;
}

.addrs.e-icon a {
  line-height: 36px;
}

.enqury-form {
  background: #f5f5f5 none repeat scroll 0 0;
  border-left: 2px solid #fabc3b;
  padding: 30px 10px 30px 30px;
}

.enqury-form .form-group {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 20px;
}

.enqury-form .form-group textarea {
  border: 1px solid #ccc;
  border-radius:0;
  height: 140px;
  padding: 5px 13px;
  width: 100%;
}

.enqury-form input {
  border: 1px solid #ccc;
border-radius:0;
    height: 40px;
}

.enqury-btn {
  text-align: right;
}

.enqury-btn button {
  background: #81011e none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  line-height: 36px;
  margin: 20px 20px 0 0;
  padding: 0 55px 0 0;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}


.enqury-btn button i {
  background: #fabc3b none repeat scroll 0 0;
  border-radius: 3px 0 0 3px;
  font-size: 17px;
  line-height: 41px;
  margin-right: 55px;
  padding: 0 14px;
}

.map {
  margin: 10px 0 -90px;
}

.map iframe{ width:100%; height:400px;}


.content.astro-vid {
  border: medium none;
  padding: 0;
}

.a-vidbtn{ text-align:left;}

.a-vidbtn a {
  background: #fc6101 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  font-size: 19px;
  padding: 13px 62px;
  text-align: center;
  text-decoration: none;
}

.a-vidbtn a:hover {
  background: #a20327 none repeat scroll 0 0;
}

.b-vidbtn {
  text-align: right;
}

.b-vidbtn a {
  background: #a20327 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  font-size: 19px;
  padding: 13px 72px;
  text-align: center;
  text-decoration: none;
}

.b-vidbtn a:hover {
  background: #fc6101 none repeat scroll 0 0;
}

.vids {
    border: 1px solid #fabc3b;
    margin-bottom: 5px;
    padding: 4px 5px 0;
    position: relative;
    height: 266px;
    overflow: hidden;
}

.vids iframe{width:100%; height:250px;}

.vids img{height:100%; width:auto; display:block;}

.vid-name {
    border: none;
    margin-bottom: 30px;
}
.vid-name .rating a {
  background: transparent none repeat scroll 0 0;
  color:gold;
  font-size: 17px;
}
.vid-name h4{
	margin-bottom: 5px;
    margin-top: 5px;
	text-align:left;
}

.vids .vid-plybtn {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 36%;
}

.vids .vid-plybtn i {
  color: #fff;
  font-size: 53px;
}

.modal-header.watch-vid{ background:#81011E; color:#fff;}

.watch-vid label {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 5px;
  max-width: 100%;
  width: 30%;
  color:#FABC3B;
}

.watch-vid .form-inline .form-control {
  display: inline-block;
  vertical-align: middle;
  width: 69%;
  border-radius:0;
 
}

.watch-vid .form-inline textarea.form-control {
    width: 100%;
    height: 130px;
}

.watch-vid .form-inline .form-control:focus{ border-color:#FABC3B;}

.watch-vid .form-inline .form-group {
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: middle;
}

.watch-btn {
  margin-right: 18px;
  text-align: right;
}

.watch-btn button {background:#81011E; color:#fff; border:none; border-radius:3px;}

.watch-btn button:hover{ background:#FABC3B; color:#fff;}

.watch-vid .close {
  color: #fff;
  opacity: 1;
}

.watch-vid .close:hover{color:#FABC3B;}

.vids {transition: all 0.3s ease;}
.vids h4 {
    /* background: #81011e none repeat scroll 0 0; */
    color: #81011e;
    margin: 0 0 5px 0;
    padding: 8px 0;
    text-align: left;
    transition: all 0.3s ease;
}



.horoscope-pg h6
{ color:#555;}
.horoscope-pg h6 img {
  margin-right: 17px;
  width: 37px;
}

.horoscope-pg .panel-heading {
  border: 1px solid #ddd;
  float: left;
  margin: 0 0 6px;
  padding: 0 17px;
  width: 100%;
}

.horoscope-pg .panel-default {
  border-color: transparent;
}

.horoscope-pg .panel-heading h6 {
  float: left;
  font-size: 15px;
  margin: 10px 0 -6px;
  padding-bottom: 12px;
  width: 98%;
}

.horoscope-pg .panel-title i {
  background: #fabc3b none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  float: left;
  font-size: 12px;
  height: 23px;
  line-height: 22px;
  margin: 16px 0 0;
  text-align: center;
  width: 22px;
}

.horoscope-pg .panel-title i:hover {
  background: #555 none repeat scroll 0 0;
}

.vastu img {
  display: block;
  margin-top: -7px;
  width: 100%;
}

.feedback ul {
  list-style: outside none none;
  margin: 0 0 30px;
  padding: 0;
}

.feedback ul li {
    border-bottom: 1px dashed #999;
    float: left;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 19px;
    padding-bottom: 10px;
    width: 95%;
}

.feedback ul li h5 {
  background: #fc6101 none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  float: right;
  font-size: 13px;
  letter-spacing: 0.25px;
  margin: 0 0 10px;
  padding: 3px 7px;
}

.feedback ul li h3 {
  color: #a20327;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 6px;
}

.feedback p {
  font-size: 14px;
  margin: 0 0 1px;
}

.usr-login h1 {
  color: #a20327;
}

.usr-login.rst-pass form {
  margin: 50px auto 0; padding:7px 30px 45px 30px;
}


.usr-login.rst-pass .form-control {
  width: 43%;
}

.horoscope-form {
  text-align: center;
}

.horoscope-form h2 {
  color: #fc6101;
  font-size: 35px;
  margin: 10px 0;
}
.horoscope-form form {
  float: left;
  text-align: left;
  width: 100%;
  background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #ddd;
    padding: 40px;
}


.horoscope-form input {
  border: 1px solid #ccc;
  border-radius: 0;
  height: 40px;
}

.radio-inline input[type="radio"] {
  height: auto;
}

.horoscope-form .form-group textarea {
  border: 1px solid #ccc;
  border-radius: 0;
  height: 140px;
  padding: 5px 13px;
  width: 100%;
}


.mor-vidss h3 {
  color: #fc6101;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

.red-tooltip + .tooltip > .tooltip-inner {background-color: #f00;}
.red-tooltip + .tooltip > .tooltip-arrow { border-bottom-color:#f00; }
/*inner pages*/


.breadcrumb-b{ background:url(../images/breadcrumb-bg.jpg) left top no-repeat; height:150px; position:relative; z-index:1; box-shadow:0px 3px 2px 0 rgba(0, 0, 0, 0.1);
    background-size: cover;
    
}

.pg-title h1 {
  color: #77011C;
  font-family: "Play",sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin: 41px 0 0;
  text-align: center;
  text-transform: uppercase;
}

.breadcrmb {
  color: #77011C;
  margin: 10px 0 0;
  text-align: center;
}


.breadcrmb a{color:#222; text-decoration:none; position:relative;}

.breadcrmb a:hover{ color:#fff; text-decoration:underline;}


.content {
  border: 2px solid #eee;
  margin-bottom: 30px;
  padding: 10px;
}

.content p {
  color: #db9008;
  font-size: 15px;
  letter-spacing: 0.25px;
  line-height: 25px;
  text-align: justify;
}
.content > p em {
  font-family: "Play",sans-serif;
  font-style: normal;
  font-weight: normal;
}

.page-content p {
  color: #db9008;
  font-size: 15px;
  letter-spacing: 0.25px;
  line-height: 25px;
  text-align: justify;
}

.content > ul {
  list-style: outside none none;
  padding-left: 10px;
}
.content li {
  color: #db9008;
  /*font-family: "HIMALAYA";*/
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  text-align: left;
}
.content li::before {
  background: #a20327 none repeat scroll 0 0;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 10px;
}



.page-about-img img {
  padding: 3px;
  max-width:100%;
  margin-bottom: 16px;
}
.about-img img {
  border: 1px solid #db9008;
  padding: 3px;
  max-width:100%;
  margin-bottom: 16px;
}

.astro-img img {
  max-width: 100%;
  padding: 3px;
  margin-bottom: 20px;
}

.addrs {
  margin-bottom: 46px;
  padding-left: 45px;
}

.addrs p span{ color: #fc6101;
  font-family: "HIMALAYA";
  font-size: 21px;
  font-weight: normal; }

.addrs a{ color:#fc6101;}

.a-icon{ position:relative;}

.a-icon::before {
  border: 1px solid #fc6101;


  border-radius: 100%;
  color: #fc6101;
   content:"\f015";
  font-family: "FontAwesome";
  font-size: 15px;
  height: 32px;
  left: 0;
  line-height: 29px;
  position: absolute;
  text-align: center;
  top: 6px;
  width: 32px;
  margin-top: -4px;
}


.m-icon{ position:relative;}

.m-icon::before {
  border: 1px solid #fc6101;
  border-radius: 100%;
  color: #fc6101;
   content:"\f095";
  font-family: "FontAwesome";
  font-size: 15px;
  height: 32px;
  left: 0;
  line-height: 29px;
  position: absolute;
  text-align: center;
  top: 6px;
  width: 32px;
  margin-top: -4px;
}


.e-icon{ position:relative;}

.e-icon::before {
  border: 1px solid #fc6101;
  border-radius: 100%;
  color: #fc6101;
   content:"\f0e0";
  font-family: "FontAwesome";
  font-size: 15px;
  height: 32px;
  left: 0;
  line-height: 29px;
  position: absolute;
  text-align: center;
  top: 6px;
  width: 32px;
  margin-top: -4px;
}

.addrs.m-icon p {
  line-height: 36px;
}

.addrs.e-icon a {
  line-height: 36px;
}

.enqury-form {
  background: #f5f5f5 none repeat scroll 0 0;
  border-left: 2px solid #fabc3b;
  padding: 30px 10px 30px 30px;
}

.enqury-form .form-group {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 20px;
}

.enqury-form .form-group textarea {
  border: 1px solid #ccc;
  border-radius:0;
  height: 140px;
  padding: 5px 13px;
  width: 100%;
}

.enqury-form input {
  border: 1px solid #ccc;
border-radius:0;
    height: 40px;
}

.enqury-btn {
  text-align: right;
}

.enqury-btn button {
  background: #81011e none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  line-height: 36px;
  margin: 20px 20px 0 0;
  padding: 0 55px 0 0;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}


.enqury-btn button i {
  background: #fabc3b none repeat scroll 0 0;
  border-radius: 3px 0 0 3px;
  font-size: 17px;
  line-height: 41px;
  margin-right: 55px;
  padding: 0 14px;
}

.map {
  margin: 10px 0 -90px;
}

.map iframe{ width:100%; height:400px;}


.content.astro-vid {
  border: medium none;
  padding: 0;
}

.a-vidbtn{ text-align:left;}

.a-vidbtn a {
  background: #fc6101 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  font-size: 19px;
  padding: 13px 62px;
  text-align: center;
  text-decoration: none;
}

.a-vidbtn a:hover {
  background: #a20327 none repeat scroll 0 0;
}

.b-vidbtn {
  text-align: right;
}

.b-vidbtn a {
  background: #a20327 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  font-size: 19px;
  line-height:50px;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
}

.b-vidbtn a:hover {
  background: #fc6101 none repeat scroll 0 0;
}

.vids {
    border: 1px solid #fabc3b;
    margin-bottom: 30px;
    padding: 4px 5px 0;
    position: relative;
    height: 266px;
    overflow: hidden;
}

.vids.vid-name {
    border: none;
}
.vids iframe{ width:100%; height:250px;}

.vids img{height:100%; width:auto; display:block;}

.vids.vid-name {
    border: none;
}

.vids .vid-plybtn {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 36%;
}

.vids .vid-plybtn i {
  color: #fff;
  font-size: 53px;
}

.modal-header.watch-vid{ background:#81011E; color:#fff;}

.watch-vid label {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 5px;
  max-width: 100%;
  width: 30%;
  color:#FABC3B;
}

.watch-vid .checkbox label {
    width: 100%;
    margin-top: 11px;
}

.watch-vid .form-inline .form-control {
  display: inline-block;
  vertical-align: middle;
  width: 69%;
  border-radius:0;
 
}

.watch-vid .form-inline textarea.form-control {
    width: 100%;
    height: 130px;
}

.watch-vid .form-inline .form-control:focus{ border-color:#FABC3B;}

.watch-vid .form-inline .form-group {
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: middle;
}

.watch-btn {
  margin-right: 18px;
  text-align: right;
}

.watch-btn button {background:#81011E; color:#fff; border:none; border-radius:3px;}

.watch-btn button:hover{ background:#FABC3B; color:#fff;}

.watch-vid .close {
  color: #fff;
  opacity: 1;
}

.watch-vid .close:hover{color:#FABC3B;}

.vids {transition: all 0.3s ease;}
.vids h4 {
    /* background: #81011e none repeat scroll 0 0; */
    color: #81011e;
    margin: 0 0 5px 0;
    padding: 8px 0;
    text-align: left;
    transition: all 0.3s ease;
}



.horoscope-pg h6
{ color:#555;}
.horoscope-pg h6 img {
  margin-right: 17px;
  width: 37px;
}

.horoscope-pg .panel-heading {
  border: 1px solid #ddd;
  float: left;
  margin: 0 0 6px;
  padding: 0 17px;
  width: 100%;
}

.horoscope-pg .panel-default {
  border-color: transparent;
}

.horoscope-pg .panel-heading h6 {
  float: left;
  font-size: 15px;
  margin: 10px 0 -6px;
  padding-bottom: 12px;
  width: 98%;
}



.horoscope-pg .panel-title i {
  background: #fabc3b none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  float: left;
  font-size: 12px;
  height: 23px;
  line-height: 22px;
  margin: 16px 0 0;
  text-align: center;
  width: 22px;
}


.horoscope-pg .panel-title i:hover {
  background: #555 none repeat scroll 0 0;
}

.vastu img {
  display: block;
  margin-top: -7px;
  width: 100%;
}

.feedback ul {
  list-style: outside none none;
  margin: 0 0 30px;
  padding: 0;
}

.feedback ul li {
    border-bottom: 1px dashed #999;
    float: left;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 19px;
    padding-bottom: 10px;
    width: 95%;
}

.feedback ul li h5 {
  background: #fc6101 none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  float: right;
  font-size: 13px;
  letter-spacing: 0.25px;
  margin: 0 0 10px;
  padding: 3px 7px;
}

.feedback ul li h3 {
  color: #a20327;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 6px;
}

.feedback p {
  font-size: 14px;
  margin: 0 0 1px;
}


.vids .rating a {
  background: transparent none repeat scroll 0 0;
  color:gold;
  font-size: 17px;
}



.usr-login h1 {
  color: #a20327;
}

.usr-login.rst-pass h1 {
    font-size: 53px;
}

.usr-login.rst-pass form h4 {
    margin: 30px 0 37px 0;
}


.usr-login.rst-pass form {
  margin: 50px auto 0;
}



.usr-login.rst-pass .form-control {
  width: 43%;
}

.horoscope-form {
  text-align: center;
}

.horoscope-form h2 {
  color: #fc6101;
  font-size: 35px;
  margin: 10px 0;
}
.horoscope-form form {
  float: left;
  text-align: left;
  width: 100%;
  background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #ddd;
    padding: 40px;
}


.horoscope-form input {
  border: 1px solid #ccc;
  border-radius: 0;
  height: 40px;
}

.radio-inline input[type="radio"] {
  height: auto;
}

.horoscope-form .form-group textarea {
  border: 1px solid #ccc;
  border-radius: 0;
  height: 140px;
  padding: 5px 13px;
  width: 100%;
}


.mor-vidss h3 {
  color: #fc6101;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

.about-img {
  font-size: 21px;
  text-align: center;
}


.abut.content p {
  font-size: 41px;
}

.content img {
  margin: 20px 0;
  width: 100%;
}


	

.pd-50 {
  padding: 50px 0;
}
.gal-col .fancybox {
    float: left;
    margin-bottom: 10px;
    height: 230px;
    border: 2px solid #eee;
    width: 100%;
    position: relative;
    background: #f4f4f4;
}
.gal-col .fancybox > img {
    height: auto;
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.gal-col a .g_hover {
    position: absolute;
    height: 230px;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: #ffd66b;
    width: 100%;
    color: #fff;
    text-align: center;
    padding-top: 90px;
    transition: all 0.3s ease-in-out;
}
.gal-col a {
    position: relative;
}
.gal-col a:hover .g_hover {
    opacity: 0.7;
}
.g_hover i {
    color: #fff;
    font-size: 22px;
    z-index: 9999999;
    border: 1px solid #d62939;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #d62939;
}

	
.gallery h2{
	background: #6d0019;
	background: -moz-linear-gradient(top, #6d0019 0%, #a90329 100%);
	background: -webkit-linear-gradient(top, #6d0019 0%,#a90329 100%);
	background: linear-gradient(to bottom, #6d0019 0%,#a90329 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#a90329',GradientType=0 );
	border: none;
	color: #fff;
	border-radius: 4px;
	padding: 14px;
	font-weight: normal;
	margin-bottom:10px;
	font-size: 19px;
}

.nav-tabs { border-bottom: 2px solid #DDD;

	background: #6d0019;
	background: -moz-linear-gradient(top, #6d0019 0%, #a90329 100%);
	background: -webkit-linear-gradient(top, #6d0019 0%,#a90329 100%);
	background: linear-gradient(to bottom, #6d0019 0%,#a90329 100%);
    
}


    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #fff; }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { color: #fff !important;
background: #fabc3b;
border-radius: 1px; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
    color: #fff !important;
background: #fabc3b;
border-radius: 1px; 
    
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    padding: 9px;
}
        .nav-tabs > li > a::after { content: ""; background: #fabc3b; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #fabc3b none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}


.fotr-links iframe {
    width: 100% !important;
}







@media (max-width:1270px) {
	
	.menu .navbar-nav > li > a {
     font-size: 14.25px;
    padding: 15px 11px;
}

	}



@media (max-width:1199px) {
	
	.menu .navbar-nav > li > a {
  font-size: 13px;
  padding: 15px 9px;
}

.shalok-txt p {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 30px;
}

.shalok-txt p {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 30px;
}

.hm-txt h1 {
  font-size: 59px;
}

.usr-titl h4::before {
  width: 51%;
}

.usr-login form {
  width: 100%;
}

.red-tooltip.edit img {
  display: block;
  width: 100%;
}

.shalok-img img {
  display: block;
  width: 100%;
}
.usr-login form label {
	margin:0px !important;
}
.horoscope-form form {
	padding: 25px 10px;
}
.menu .navbar-nav li ul li a {
	padding: 10px 8px !important;
}


	
	}
	
	@media (max-width:1068px) {
	    
	    .menu .navbar-nav > li > a {
    font-size: 12.5px;
    padding: 15px 5px;
}

	   
	   
	}
	
	
	
@media (max-width:991px) {
	
	 .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }


.menu .navbar-nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-right:none;
}

.menu .navbar-nav > li > a {
  font-size: 15px;
  padding: 12px 9px 12px 0;
}

.menu .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.shalok-txt p {
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 28px;
}
.shalok-img img {
  width: 82px;
}

.logo img {
  width: 140px;
}

.hm-txt h1 {
  font-size: 45px;
}

.hm-txt p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 53px;
}

.usr-login .form-control {
  width: 57%;
}

.fotr-links img {
  width: 100%;
}

.feed-header {
  font-size: 13px;
  padding: 7px;
}
.fotr-links h4::after {
	width: 40%;
}



.fotr-links button {
  font-size: 16px;
  padding: 8px 5%;
}
.feedback-butn button {
  font-size: 14px;
  margin: -3px 0 0;
  padding: 2px 10px 3px 8px;
}

.hm-rm a {
  font-size: 17px;
  padding: 11px 70px;
}

.create-acunt a {
  font-size: 17px;
  padding: 11px 20%;
}

.usr-login.rst-pass form {
  margin: 50px auto 0;
  padding: 7px 4px 45px;
}

.usr-login .form-group {
  margin-bottom: 11px;
}

.usr-login .form-control {
 display: inline-block;
  float: none;
  margin: 9px 0 0 15px;
  width: 87%;}


.usr-login.rst-pass .form-control {
  display: inline-block;
  float: none;
  margin: 9px 0 0 15px;
  width: 87%;
}

.logn button {
  margin: 20px 0 0;
}

.a-vidbtn a {
  padding: 13px 52px;
}

.b-vidbtn a {
  padding: 13px 62px;
}

.fotr-links h5{ line-height:24px;}

.hm-txt h1 b {
	font-weight: normal;
	margin-left: -19px;
}

.menu .navbar-default .navbar-brand {
	display:block
}

.menu .navbar-nav li.dropdown:hover > .dropdown-menu {
	display: none;
}
.menu .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .menu .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #950224 !important;
	background-color: transparent;
}
.menu .navbar-nav li.dropdown.open > .dropdown-menu {
	display: block !important;
}

}
	
	
@media (max-width:767px) {
.main_hdr .menu {
	position: inherit;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9;
}
.carousel-wrapper-middle {
    height: 190px !important;
    
}	

#elementor-wrapper-ratio{
margin-bottom: 30px;
padding: 0px 0px 0px;
position: relative;
height: 150px !important;
overflow: hidden;
width: 100%;
}

	
.menu .navbar-nav li.dropdown:hover > .dropdown-menu {
	display: none;
}
.menu .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .menu .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #950224 !important;
	background-color: transparent;
}
.menu .navbar-nav li.dropdown.open > .dropdown-menu {
	display: block !important;
}
.menu .navbar-nav li ul li a {
	padding: 10px 20px !important;
}
	
.logo {
  text-align: center; margin-bottom: 20px;
}

.shalok-img {
	margin: 28px 0 0;
	display: none;
}

.menu .navbar-collapse {
  padding-left: 25px;
  padding-right: 25px;
}

.logn button {
  margin: 20px 0 0 15px;
}

.usr-login.rst-pass h1 {
  font-size: 43px;
  margin: 30px 0 0;
}

.usr-login.rst-pass form {
  margin: 30px auto 0;
}

.usr-titl h4 {
  margin: 40px 0 20px;
}

.fotr-links h4 {
  margin: 50px 0 25px;
}

.footer {
  padding: 0 0 45px;
}

.watch-vid label {
  width: 64%;
}

.watch-vid .form-inline .form-control {
  width: 100%;
}

.forgot a {
  margin: 13px 0 0 14px;
}

.watch-vid .checkbox label {
  margin-left: 15px;
}

.usr-login .checkbox {
  margin-left: 15px;
}

.abut.content p {
  font-size: 21px;
  text-align: center;
}

.astro-img {
  text-align: center;
}

.b-vidbtn {
  margin: 20px 0 40px;
  text-align: center;
}

.a-vidbtn {
  text-align: center;
}

.vastu {
  text-align: center;
}

.pg-title h1 {
  font-size: 26px;
}

.vids {
  height:auto;
}

.mor-vidss h3 {
  font-size: 18px;
  line-height: 29px;
}

.addrs {
  margin-bottom: 36px;
}

.addrs.m-icon {
  margin-bottom: 20px;
}
.fotr-links {
	float: left;
	width: 100%;
}
.feedback-butn button.edit {
	width: 100%;
}


.astro-vid {
	text-align: center;
}
.astro-vid img {
    height: auto !important;
    width: auto !important;
    max-width: 100% !important;
}
.vids.vid-name {
	border-bottom: 1px solid #fabc3b;
	padding-bottom: 15px;
}

	}
	
.my-video-container.my-video {
    padding-right: -15px !important;
    padding-left: -15px !important;
}

@media (max-width:480px) {
.modal-header {
	padding: 10px 15px !important;
}
.watch-vid.modal-body {
	padding: 10px 0 !important;
}

.my-video-container.my-video {
    padding-right: -15px !important;
    padding-left: -15px !important;
}

.watch-vid .form-inline .form-group {
	margin-bottom: 10px !important;
	display: table;
}
.watch-vid .form-inline .form-group .form-control {
	height: 35px !important;
	min-width: 69% !important;
}
.watch-vid h1.text-center {
	margin-top: 10px !important;
	font-size: 25px !important;
}
.watch-vid label {
	width: 28% !important;
	font-size: 14px !important;
	vertical-align: middle;
	display: table-cell;
	margin: 0;
}
.watch-vid .logn {
	display: block;
	margin-left: 30%;
	padding: 0 20px 0 0;
	overflow: hidden;
}
.watch-vid .checkbox label {
	margin-left: 0 !important;
	width: 100% !important;
}
.watch-vid .logn button {
	margin: 20px 0 0 0 !important;
}
.watch-vid .logn  .forgot a {
	margin: 13px 0 0 0 !important;
}


.hm-txt h1 strong {
	margin-left: -15px !important;
}

.logo img {
 
  width: 120px;
}

.shalok .col-xs-2 {
  display: none;
}

.shalok .col-xs-8 {
  width: 100%;
}

.hm-txt h1 {
  font-size: 38px;
}

.hm-txt h4 {
  font-size: 17px;
}


.usr-titl h4 {
  font-size: 21px;
}

.b-vidbtn a {
  font-size: 15px;
  padding: 13px 40px;
}

.a-vidbtn a {
  font-size: 15px;
  padding: 13px 40px;
}

.pg-title h1 {
  font-size: 22px;
}

.horoscope-form form {
  padding: 20px 5px;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-left: 0px;
  margin-top: 0;
}

.horoscope-form h2 {

  font-size: 22px;
}

.wrapper {
  padding: 35px 0 0;
}

.content.astro-vid {
  border: medium none;
  margin: 0;
  padding: 0;
}

.mor-vidss h3 {
  font-size: 14px;
  line-height: 25px;
}	
}
.btn-home{
	width:100%; 
	background: #a20327 none repeat scroll 0 0; 
	border-radius: 3px;
	text-align: center;
	margin-bottom:10px; 
	margin-left:auto;
	margin-right:auto;
	min-height: 50px; 
	padding-top: 10px;
	padding-bottom: 10px; 
	font-size: 19px; 
}
.btn-home a{
	color: #fff; 
	text-decoration: none;
} 
.btn-home:hover{
	background:#fc6101 none repeat scroll 0 0;
}
.btn-home p{
	margin: 0px; 
} 
.no-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.bvideos hr{
	border: 1px solid gold; 
	clear: both; 
	margin-left: 15px; 
	margin-right: 15px;
}
.my-video-container {
  padding-top: 56.25%;
  height: 0px;
  position: relative;
}
.my-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*border-radius: 10px;*/
}
.my-video:hover{
  cursor: pointer;
}
.word-wrap{
  word-wrap: break-word;
}
.my-green-border{
  border: 4px solid #006400 !important;
  border-radius: 5px;
}
.my-green-bg{
  background-color: #63d471;
  background-image: linear-gradient(315deg, #63d471 0%, #233329 74%);
}