@font-face {
  font-family: 'admin';
  src: url('../fonts/admin.html');
  src: url('../fonts/admind41d.html?#iefix') format('embedded-opentype'), url('../fonts/admin-2.html') format('woff'), url('../fonts/admin-3.html') format('truetype'), url('../fonts/admin-4.html#admin') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class*='icon-']:before {
  display: inline-block;
  font-family: 'admin';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-admin:before {
  content: '\0041';
}
body, html {
  font-size: 16px;
  color: #303030;
  overflow-x:hidden;
}
/*    Reset
-----------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', sans-serif;
}
p {
  font-family: 'Open Sans', sans-serif;
}
a,
button {
  outline: none!important;
  text-decoration: none!important;
  color: #75429c;
  transition: all 0.4s ease-in-out 0s;
}
a:hover,
button:hover,
a:focus,
button:focus,
a.active,
button.active {
  color: #ee8722;
  outline: none!important;
  text-decoration: none!important;
}
ul {
  padding: 0px;
  margin:0;
}
li {
  list-style: none;
}

/*-- Preloader css start --*/
#preloader {
	background-color: #ecf5f7;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
	width: 100%;
	height: 100%;
}
#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
#status img {
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #75429c;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 0px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index:1000;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 8px;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.hs_logo_wrapper {
    float: left;
    width: 100%;
    position: absolute;
    top: 30px;
    z-index: 999;
}
.menu_fixed {
    position: fixed;
    background: #542875;
	top:auto;
	padding:20px 0px;
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
}
.hs_logo {
    float: left;
    width: 100%;
}
.hs_logo_wrapper .hs_effect_btn ul {
    float: right;
}
.hs_effect_btn li a {
	float: left;
	width: 180px;
	height:50px;
	font-size:16px;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	display: block;
	text-align:center;
	line-height:50px;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.hs_effect_btn li a:focus {
	outline: none;
}
.hs_effect_btnli a > span {
	vertical-align: middle;
}
.hs_effect_btn li .hs_btn_hover {
	border-radius: 50px;
	background: #75429c;
	color: #fff;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.hs_effect_btn li .hs_btn_hover::before {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	background: inherit;
	border-radius: 50px;
	z-index: -1;
	opacity: 0.4;
	-webkit-transform: scale3d(0.8, 0.5, 1);
	transform: scale3d(0.8, 0.5, 1);
}
.hs_effect_btn li .hs_btn_hover:hover {
	-webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	color: #ECEFF1;
	background-color: #ee8722;
	-webkit-animation: anim-moema-1 0.3s forwards;
	animation: anim-moema-1 0.3s forwards;
}
.hs_effect_btn li .hs_btn_hover:hover::before {
	-webkit-animation: anim-moema-2 0.3s 0.3s forwards;
	animation: anim-moema-2 0.3s 0.3s forwards;
}
@-webkit-keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@-webkit-keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.slider_right_wrapper {
    float: left;
    width: 100%;
    background-image: url(../images/slide_bg.jpg);
    background-repeat: repeat-x;
    background-position: center center;
    background-size: cover;
    animation: 90s para infinite linear;
    position: relative;
    text-align: center;
    padding-top: 0;
    height: 700px;
}
.demo_page_heading {
   
}
.demo_page_heading p{
  color: #fff;
  padding-top: 20px;
  font-size: 40px;
}
.demo_page_heading a {
    color: #fff;
    background: #75429c;
    padding: 16px 35px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 20px;
}
.demo_page_heading a:hover{
  background-color: #fff;
  color: #111;
}
.jyotish_sec_wrapper {
    width: 100%;
    float: left;
    padding: 60px 0px;
}
.hs_about_heading_wrapper h4 span:before {
    content: '';
    border: 1px solid #d8d8d8;
    width: 20px;
    position: absolute;
    right: 8px;
    top: 3px;
}
.hs_about_heading_wrapper h4 span:after {
    content: '';
    border: 1px solid #d8d8d8;
    width: 20px;
    position: absolute;
    left: 8px;
    top: 3px;
}
.hs_about_heading_wrapper h4 span {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background: #75429c;
    display: inline-block;
    position: relative;
}
.hs_about_heading_wrapper h4, .hs_about_heading_wrapper p {
    padding-top: 10px;
}
.hs_about_heading_wrapper h2 {
    font-size: 30px;
    font-weight: 400;
    color: #000000;
}
.hs_about_heading_wrapper h2 span {
    font-weight: bold;
}
.hs_about_heading_wrapper {
    float: left;
    width: 100%;
    padding-top: 50px;
    text-align: center;
    display: inline-block;
}
.landing-item-inner {
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 6%);
    background-repeat: no-repeat;
    background: #ffffff;
    height: 500px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-size: 100% 100%;
    padding: 20px;
}
.jyotish_sec_wrapper .template-list {
    text-align: center;
}
.jyotish_sec_wrapper .template-list a{
  padding-top: 12px;
}
.landing-item-img {
    width: 100%;
    height: 460px;
    margin: 0 auto;
    overflow: hidden;
}
.landing-item-img img {
    width: 100%;
}

.template-list a {
    text-align: center;
    text-transform: capitalize;
    font-size: 22px;
    display: inline-block;
    color: #222;
    margin-bottom: 30px;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    -ms-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    transition: all 0.5s !important;
}





.hs_about_heading_wrapper p{
  color: #797979;
}
@keyframes para {
	100% {
		background-position: 
			-5000px 20%,
			-800px 95%,
			500px 0,
			1000px 100%,
			400px 0;
		}
}
@keyframes spinsun {
  0% { transform: rotate(0); }
  100%   { transform: rotate(-360deg); }
}
@keyframes shadow {
  0% { background-position: 130% 0%; }
  33%{ background-position: 50% 0%; }
  55% { background-position: 0% 0%; }
  80%{ background-position: -50% 0%; }
  100%{ background-position: -50% 0%; }
}
@keyframes orbitmercury {
  0% { z-index:2; transform: rotateY(0); }
  49% { z-index:2; }
  50% { z-index:-2; }
  99% { z-index:-2; }
  100%   { z-index:2; transform: rotateY(360deg); }
}
@keyframes orbitvenus {
  0% { z-index:3; transform: rotateY(0); }
  49% { z-index:3; }
  50% { z-index:-3; }
  99% { z-index:-3; }
  100%   { z-index:3; transform: rotateY(360deg); }
}
@keyframes orbitearth {
  0% { z-index:4; transform: rotateY(0); }
  49% {z-index:4;}
  50% {z-index:-4;}
  99% {z-index:-4;}
  100%   { z-index:4; transform: rotateY(360deg);}
}
@keyframes orbitmars {
  0% { z-index:5; transform: rotateY(0); }
  49% { z-index:5; }
  50% { z-index:-5; }
  99% { z-index:-5; }
  100%   { z-index:5; transform: rotateY(360deg); }
}
@keyframes orbitjupiter {
  0% { z-index:6; transform: rotateY(270); }
  49% { z-index:6; }
  50% { z-index:-6; }
  99% { z-index:-6; }
  100%   { z-index:6; transform: rotateY(360deg); }
}
@keyframes orbitsaturn {
  0% { z-index:7; transform: rotateY(270); }
  49% { z-index:7; }
  50% { z-index:-7; }
  99% { z-index:-7; }
  100%   { z-index:7; transform: rotateY(360deg); }
}
/* Keep planet image flat */
@keyframes anti-spin {
  from { transform: rotateY(0); }
  to   { transform: rotateY(-360deg); }
}
@keyframes anti-spin-rings {
  from { transform: rotateY(0) rotateX(73deg); }
  to   { transform: rotateY(-360deg) rotateX(73deg); }
}

.admin_demo_content {
	float: left;
    width: 100%;
	display:inline-block;
    padding-top: 100px;
}

.admin_demo_content .hs_effect_btn {
	overflow: hidden;
    text-align:center;
	margin-top:40px;
}
.admin_demo_content .hs_effect_btn ul{
    display: inline-block;
}

/*    Footer
----------------*/
.footer {
	float:left;
	width:100%;
    background: #1a1a1a;
	padding: 40px 0px;
}
.footer-social {
  text-align: right;
}
.footer-social li {
  display: inline-block;
}
.footer-social li a {
  display: inline-flex;
  text-align: center;
}
.footer-social li a:hover i{
  background:#ff7e00;
  color:#fff;
}
.footer-social li a i {
  background: rgba(255, 255, 255, 0.20);
  color: rgba(255, 255, 255, 0.60);
  border-radius: 50px;
  height: 40px;
  margin: 0 5px;
  padding: 9px;
  width: 40px;
  transition: all 0.4s ease 0s;
}
.copy-right p {
  color: #909090;
  margin: 0px;
  float: left;
  padding-top:10px;
}


/* home-banner start*/

.hs_slider_main_wrapper{
	float:left;
	width:100%;
}
@media (max-width: 991px){
	
	.slider_left_wrapper,
	.slider_right_wrapper{
		width:100%;
	}
	.slider_left_wrapper{
		padding-top:30px;
	}
	.slider_right_wrapper{
		min-height:523px;
		padding:0;
	}
	.slider_right_wrapper .admin_demo_content{
		padding-top:70px;
	}
}
@media (max-width: 767px){
	
	.hs_logo_wrapper .hs_effect_btn li a {
		width: 160px;
	}
	.admin_demo_content img{
    width: 100%;
}
}
@media (min-width: 480px) and (max-width: 679px) {
	
	.copy-right p {
		text-align: center;
		padding-bottom: 30px;
	}
	.footer-social {
		float:left;
		text-align: center;
	}	
}
@media (max-width: 320px){
	
	.hs_logo_wrapper .hs_effect_btn li a {
		width: 120px;
	}
	.hs_logo_wrapper .hs_effect_btn li .hs_btn_hover::before {
		left: -15px;
		right: -15px;
	}
}