/*
Copyright (c) 2018
------------------------------------------------------------------
[Master Stylesheet]

Project: Astrology
Version: 1.0
Assigned to: Themeforest
-------------------------------------------------------------------

[Table of contents]

1. Body
2. Normal css / .ast_toppadder10
3. Header Start / .ast_top_header
4. Menu css start / .ast_header_bottom
5. Slider Css Start / .ast_slider_wrapper
6. Button css start / .ast_btn
7. Heading css start / .ast_heading
8. About Us css start / .ast_about_wrapper
9. Why We css start / .ast_whywe_wrapper
10. Services css start / .ast_service_wrapper
11. We Do css start / .ast_wedo_wrapper
12. Timer css start / .ast_timer_wrapper
13. Packages css start  / .ast_packages_wrapper
14. Horoscope css start / .ast_horoscope_wrapper
15. Gemstones css start / .ast_gemstones_wrapper
16. Overview css start / .ast_overview_wrapper
17. Testimonial css start / .ast_testimonial_wrapper
18. Download Wrapper css Start / .ast_download_wrapper
19. Footer Wrapper css start / .ast_footer_wrapper
20. Breadcrumb Start / .ast_pagetitle
21. Blog css start / .ast_blog_wrapper
22. Blog Single css start / .ast_blog_comment_wrapper
23. sidebar start / .sidebar_wrapper
24. Pagination start / .ast_pagination
25. Contact css start / .ast_contact_wrapper
26. Team css end / .ast_team_wrapper
27. Error css Start / .ast_error_wrapper
28. Numerology css start / .ast_numerology_wrapper
29. Tarot css start / .ast_tarot_wrapper
30. Vastu css start / .ast_vastu_wrapper
31. Journal css start / .ast_journal_wrapper
32. Responsive css start / .ast_packages_box ul li
-------------------------------------------------------------------*/
/*--------- Body Strat -------*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	/* font-size: 15px; */
	line-height: 1.5;
	/* color: #777777; */
    color: #000;
	background-color:#ffffff;
	-webkit-font-smoothing: antialiased;
}

/* Container */
.social-fixed {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 999;
}

/* Each item */
.social-fixed li {
  margin: 2px 0;
}

/* Square buttons */
.social-fixed li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: 0.3s;
  border-radius: 4px;
}

/* Colors */
.social-fixed li:nth-child(1) a { background: #FF0000; } /* YouTube */
.social-fixed li:nth-child(2) a { background: #1877F2; } /* Facebook */
.social-fixed li:nth-child(3) a { background: #E4405F; } /* Instagram */
.social-fixed li:nth-child(4) a { background: #0A66C2; } /* LinkedIn */
.social-fixed li:nth-child(5) a { background: #000000; } /* X */

/* Hover effect */
.social-fixed li a:hover {
  transform: scale(1.1);
}

@media (min-width:320px) and (max-width:500px) {
    .social-fixed li a{
        width: 22px;
        height: 22px;
    }
}
/*--------- Body End -------*/

.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: #d18827;
  color: #fff;
  display: none;
  z-index: 1040;
}

.scroll-top.show {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.loader {
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999999;
  text-align: center;
}

.loader-gif {
  width: 79%;
  max-width: 100%;
}
.loader-gif2 , .loader2 {
display: none;
}

/* .loader {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fffaf2;
  z-index: 2000;
  transition: opacity 0.4s ease;
}

.loader.hidden {
  opacity: 0;
  visibility: hidden;
}

.loader .spinner-border {
  width: 3rem;
  height: 3rem;
  color: #ca8424;
}


.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff; /* or dark background *
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader-gif {
  width: 120px; /* adjust size *
  height: auto;
} */

  :root {
    --gold: #c9952a;
    --gold-light: #e8c46a;
    --gold-pale: #f5e4b0;
    --deep: #0d0a06;
    --dark: #1a1208;
    --brown: #2c1f0e;
    --red: #8b1a1a;
    --red-bright: #c0392b;
    --cream: #f7f0e2;
    --cream-dark: #ede3cf;
    --text: #3a2c1a;
    --text-light: #6b5437;
  }
  

/*---------- Normal Css Start -------*/
a {
	color: #777777;
	text-decoration: none;
	cursor:pointer;
	-webkit-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}
a:hover, a:focus {
	color: #535465;
	text-decoration: none;
}
a:focus {
	outline: none;
}

@font-face {
  font-family: Agenor-Black;
  src: url(../fonts/Agenor-Black.ttf);
}
@font-face {
  font-family: Agenor-bold;
  src: url(../fonts/Agenor-Bold.ttf);
}
@font-face {
  font-family: TheNautigal;
  src: url(../fonts/TheNautigal-Regular.ttf);
}
.heading-bold{
    font-family: "Agenor-bold";

}
.heading{

    font-family: "Agenor-Black";
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Philosopher', sans-serif;
	font-weight: 600;
	line-height: 1.1;
	color: #333333;
    font-family: 'Cinzel';
}
img {
	/* max-width: 100%; */
	max-width: 70%;
}
input, textarea, select, button {
	outline: none;
	box-shadow:none;
}
input:focus, textarea:focus, select:focus, button:focus {
	outline: none;
	box-shadow:none;
}
.ast_toppadder10{
	padding-top:10px;
}
.ast_toppadder20{
	padding-top:20px;
}
.ast_toppadder30{
	padding-top:30px;
}
.ast_toppadder40{
	padding-top:40px;
}
.ast_toppadder50{
	padding-top:50px;
}
.ast_toppadder60{
	padding-top:60px;
}
.ast_toppadder70{
	padding-top:40px;
}
.ast_toppadder80{
	padding-top:80px;
}
.ast_toppadder90{
	padding-top:90px;
}
.ast_toppadder100{
	padding-top:100px;
}
.ast_bottompadder10{
	padding-bottom:10px;
}
.ast_bottompadder20{
	padding-bottom:20px;
}
.ast_bottompadder30{
	padding-bottom:30px;
}
.ast_bottompadder40{
	padding-bottom:40px;
}
.ast_bottompadder50{
	padding-bottom:50px;
}
.ast_bottompadder60{
	padding-bottom:60px;
}
.ast_bottompadder70{
	padding-bottom:40px;
}
.ast_bottompadder80{
	padding-bottom:80px;
}
.ast_bottompadder90{
	padding-bottom:90px;
}
.ast_bottompadder100{
	padding-bottom:100px;
}
.ast_padderboth120{
	padding:120px 0px;
}
/*---------- Normal css End -------*/
/*---------- Header Start -------*/
/* .Logo{
    width: ;
} */
.ast_top_header {
	float: left;
	width: 100%;
    background-color: #ffffff;
    padding: 15px 0px;
}
.ast_autho_wrapper {
	float: right;
	width: auto;
}
.ast_autho_wrapper ul{
	float: left;
	width:auto;
	padding:0px;
	margin:0px;
}
.ast_autho_wrapper li{
	float: left;
	width:auto;
	list-style: none;
	padding-left:20px;
}
.ast_autho_wrapper li a{
	float:left;
	width:auto;
	color: #222222;
	text-decoration: none;
	font-size:14px;
	cursor:pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_autho_wrapper li > a > i{
	color: #ff6f00;
}
.ast_autho_wrapper li a:hover{
	color: #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#login-dialog {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 400px;
	margin: 40px auto;
	position: relative;
	text-align:right;
}
#login-dialog h1{
    float: left;
    width: 100%;
    margin: 0px;
    margin-bottom: 25px;
    font-size: 24px;
	text-align:left;
	text-transform:capitalize;
}
#login-dialog input{
	float:left;
	width:100%;
	border:1px solid #e1e1e1;
	border-radius:3px;
	height:45px;
	padding:0px 15px;
	margin-bottom:15px;
}
#signup-dialog {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 400px;
	margin: 40px auto;
	position: relative;
	text-align:right;
}
#signup-dialog h1{
    float: left;
    width: 100%;
    margin: 0px;
    margin-bottom: 25px;
    font-size: 24px;
	text-align:left;
	text-transform:capitalize;
}
#signup-dialog input, #signup-dialog select{
	float:left;
	width:100%;
	border:1px solid #e1e1e1;
	border-radius:3px;
	height:45px;
	padding:0px 15px;
	margin-bottom:15px;
}
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
	opacity: 0;
}
.ast_contact_details{
	float:left;
	width:auto;
}
.ast_contact_details ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.ast_contact_details ul li{
	float:left;
	width:auto;
	list-style:none;
	color:#222222;
	margin-right:15px;
    font-size: 14px;
}
.ast_contact_details ul li:last-child{
	margin-right:0px;
}
.ast_contact_details ul li a{
	text-decoration:none;
	color:#222222;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_contact_details ul li a:hover{
    color: #ff6f00;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_contact_details ul li i, .ast_contact_details ul li a i{
	padding-right:5px;
	color: #ff6f00;
}
/*---------- Header End -------*/
/*---------- Menu css start -------*/
.ast_header_bottom{
    float: left;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    /* margin-top: 51px; */
    margin-top: 0;
    z-index: 10;
}
.ast_header_bottom.style_2{
    background-color: rgba(0, 0, 0, 0);
    margin-top: 21px;
    padding: 0px 50px;
}
.ast_logo{
    float: left;
    width: 100%;
    padding: 16px 0px;
}
.ast_menu {
    float: left;
    width: 100%;
	position: relative;
}
.ast_menu ul {
    float: right;
    width: auto;
	margin:0;
	padding:0;
}
.ast_menu ul li {
	list-style:none;
	float:left;
	/* margin-right:0px; */
	position:relative;
    margin-right: 6px;
	/*-webkit-transition: all 0.5s;*/
 /*   -moz-transition: all 0.5s;*/
 /*   -ms-transition: all 0.5s;*/
 /*   -o-transition: all 0.5s;*/
 /*   transition: all 0.5s;*/
}
.name-strip{
    width: 54%;
    max-width: unset;
}
.ast_menu ul li:last-child{
	margin-right:0px;
}
.ast_menu ul li a {
    display: block;
    text-transform: capitalize;
    color: #ffffff;
    /* padding: 38px 15px 38px 15px; */
    /* padding: 20px 15px 20px 15px; */
    padding: 8px 15px 8px 15px;

	position:relative;
	z-index:1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    transform-origin: top;
}
.ast_menu ul li a:after{
	content:"";
	position:absolute;
	opacity:0;
	visibility:hidden;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:-1;
	/* background-color: #ff6f00; */
	background-color: #ec1f25;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_menu ul li a:hover:after{
	opacity:1;
	visibility:visible;
	/* background-color: #ff6f00; */
	background-color: #ec1f25;
    border-radius: 6px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_menu ul li a.active {
	/* background-color: #ff6f00; */
	background-color: #ec1f25;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.dropdown-toggle::after {
    border: none;
}

.ast_menu ul li ul.submenu li{
	float:left;
	width:100%;
}
.ast_menu ul li ul.submenu li a{
    padding: 10px 10px;
    width: 100%;
    border-top: 0px;
    border-bottom: 1px solid #555555;
    color: #ffffff;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_menu ul li ul.submenu li a:hover{
	border-top:0px;
	background-color: #ff6f00;
	color: #ffffff;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_menu ul li ul.submenu li ul.submenu {
    top: 0px;
    left: auto;
    right: 100%;
    width: 140px;
}

.ast_menu_btn{
	display:none;
}
.menu_fixed {
    position: fixed;
    z-index: 1000;
    padding: 0px 0px;
    -moz-box-shadow: 0px -5px 20px;
    -webkit-box-shadow: 0px -5px 20px;
    box-shadow: 0px -5px 20px;
}
.menu_fixed.ast_header_bottom {
	margin-top:0px;
    background-color:rgba(0, 0, 0, 0.7);
}
.ast_slider{
	float:left;
	width:100%;
}
.menu_fixed .ast_menu ul li ul.submenu {
    background-color:#333333;
    z-index: 10;
    -webkit-box-shadow: 0px 4px 22px -7px #000000;
    -moz-box-shadow: 0px 4px 22px -7px #000000;
    -o-box-shadow: 0px 4px 22px -7px #000000;
    -ms-box-shadow: 0px 4px 22px -7px #000000;
    box-shadow: 0px 4px 22px -7px #000000;
}
.menu_fixed .ast_menu ul li ul.submenu li ul.submenu{
    background-color:#333333;
    z-index: 10;
    -webkit-box-shadow: 0px 4px 22px -7px #000000;
    -moz-box-shadow: 0px 4px 22px -7px #000000;
    -o-box-shadow: 0px 4px 22px -7px #000000;
    -ms-box-shadow: 0px 4px 22px -7px #000000;
    box-shadow: 0px 4px 22px -7px #000000;
}
/*---------- Menu css end -------*/
/*---------- Slider Css Start -------*/
.ast_slider_wrapper{
    /* float: left; */
    width: 100%;
    /* position: relative; */
	/* background-color:#111111; */
	z-index:1;
    /* background-image: url(https://dummyimage.com/1920x950); */
    /* background-position: center center; */
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
}
.ast_slider_wrapper.style_2{
	background-image: url(../images/content/slider2.jpg);
}
.ast_slider_wrapper .ast_img_overlay {
    z-index: -1;
}
.ast_banner_text{
	/* float:left; */
	width:100%;
	text-align:center;
	color:#fff;
	position:relative;
    /* overflow: hidden; */
	/* padding:250px 0px; */
	/* padding:190px 0px; */
      position: absolute;
  top: 50%;
  left: 44%;
  transform: translate(-50%, -50%);
  color: white;
}
.ast_bannertext_wrapper{
	/* float:left; */
	width:100%;
}
.ast_bannertext_wrapper h1{
	/* float:left; */
	width:100%;
	text-transform:capitalize;
	margin:50px 0px 0px 0px;
    /* font-size: 60px; */
	color:#ffffff;
	font-weight:400;
}
.ast_bannertext_wrapper ul{
	/* float:left; */
	width:100%;
	margin:0px;
	padding-left:0px;
	padding-right:0px;
}
.ast_bannertext_wrapper ul li{
    list-style: none;
    display: inline-block;
    margin-right: 30px;
    position: relative;
    text-transform: capitalize;
    font-family: 'Philosopher', sans-serif;
    font-size: 24px;
}
.ast_bannertext_wrapper ul li:last-child{
	margin-right:0px;
}
.ast_bannertext_wrapper ul li:after{
    content: "*";
    position: absolute;
    top: 3px;
    right: -20px;
}
.ast_bannertext_wrapper ul li:last-child:after{
    display:none;
}
.ast_bannertext_wrapper p{
	float:left;
	width:100%;
	margin:0px;
    text-transform: capitalize;
}
.ast_bannertext_wrapper img{
	display:inline-block;
}
.starfield {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
    z-index: -1;
}
.starfield > * {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  background-image: -webkit-radial-gradient(2px 2px at 40px 60px, #cccccc, rgba(0, 0, 0, 0)), -webkit-radial-gradient(2px 2px at 20px 50px, #dddddd, rgba(0, 0, 0, 0)), -webkit-radial-gradient(2px 2px at 30px 100px, #eeeeee, rgba(0, 0, 0, 0)), -webkit-radial-gradient(2px 2px at 40px 60px, #ffffff, rgba(0, 0, 0, 0)), -webkit-radial-gradient(2px 2px at 110px 90px, #cccccc, rgba(0, 0, 0, 0)), -webkit-radial-gradient(2px 2px at 190px 150px, #dddddd, rgba(0, 0, 0, 0));
  background-image: radial-gradient(2px 2px at 40px 60px, #cccccc, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 20px 50px, #dddddd, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 30px 100px, #eeeeee, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 40px 60px, #ffffff, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 110px 90px, #cccccc, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 190px 150px, #dddddd, rgba(0, 0, 0, 0));
  background-repeat: repeat;
  background-size: 200px 200px;
  -webkit-animation-name: starfieldRotate;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
.starfield > *:nth-child(1) {
  -webkit-animation-duration: 18s;
}
.starfield > *:nth-child(2) {
  -webkit-animation-duration: 22s;
}
.starfield > *:nth-child(3) {
  -webkit-animation-duration: 36s;
}
.starfield > *:nth-child(4) {
  -webkit-animation-duration: 40s;
}
@-webkit-keyframes starfieldRotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
/* code for waves on Banner */
.ast_waves {
	position: absolute;
	width: 800px;
	bottom: -75px;
	left: 0%;
	margin-left: -400px;
}
.ast_waves2 {
    position: absolute;
    width: 100%;
    top: 385px;
    right: 0px;
    margin: 0px auto;
    left: 0px;
}
.ast_waves3 {
	position: absolute;
	width: 900px;
	bottom: 15px;
	right: -400px;
}
.ast_wave {
	width: 700px;
	height: 700px;
	background: rgba(0, 0, 0, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	margin-left: 50%;
	left: -350px;
	position: absolute;
	bottom: -350px;
    z-index: -1;
	-webkit-transform: scale(0.1, 0.1);
	-moz-transform: scale(0.1, 0.1);
	-ms-transform: scale(0.1, 0.1);
	-o-transform: scale(0.1, 0.1);
	transform: scale(0.1, 0.1);
	opacity: 0;
	-webkit-animation: pulse 3000ms ease-out infinite;
	-moz-animation: pulse 3000ms ease-out infinite;
	-ms-animation: pulse 3000ms ease-out infinite;
	-o-animation: pulse 3000ms ease-out infinite;
	animation: pulse 3000ms ease-out infinite;
}
.ast_wave:nth-of-type(2) {
	-webkit-animation-delay: 600ms;
	-moz-animation-delay: 600ms;
	-ms-animation-delay: 600ms;
	-o-animation-delay: 600ms;
	animation-delay: 600ms;
}
.ast_wave:nth-of-type(3) {
	-webkit-animation-delay: 1200ms;
	-moz-animation-delay: 1200ms;
	-ms-animation-delay: 1200ms;
	-o-animation-delay: 1200ms;
	animation-delay: 1200ms;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
	transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
	transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-text {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse-text {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*---------- Slider Css End  -------*/
/*---------- Searchbox Css Start  -------*/
.ast_searchbox_wrapper{
	float: left;
    width: 100%;
    text-align: center;
    background-color: #ffffff;
}
.ast_search_box{
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 30px 15px 15px 15px;
    text-align: center;
    margin-top: -80px;
    z-index: 1;
    position: relative;
    -moz-box-shadow: 0px 0px 30px -10px #000000;
    -webkit-box-shadow: 0px 0px 30px -10px #000000;
    -o-box-shadow: 0px 0px 30px -10px #000000;
    -ms-box-shadow: 0px 0px 30px -10px #000000;
    box-shadow: 0px 0px 30px -10px #000000;
}
.ast_search_box h1{
	float:left;
	width:100%;
	margin:0px 0px 25px 0px;
	text-transform:capitalize;
}
.ast_search_box input, .ast_search_box select{
	float:left;
	width:100%;
	padding:0px 10px;
	height:45px;
	border:1px solid #e1e1e1;
	border-radius:3px;
	margin-bottom:15px;
}
.ast_search_box .ast_btn{
	width:100%;
}
/*---------- Searchbox Css End  -------*/
/*---------- Button css start -------*/
.ast_btn{
    display: inline-block;
    height: 45px;
    line-height: 43px;
    padding: 0px 20px;
    min-width: 130px;
    background-color: #ec1f25;
    /* background-color: #ff6f00; */
    margin-top: 26px;
    color: #ffffff;
    text-transform: capitalize;
    /* border: 1px solid #ff6f00; */
    border: 1px solid #ec1f25;
    /* border-radius: 3px; */
    border-radius: 14px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_btn:hover, .ast_btn:focus{
	background-color:transparent;
	/* color:#ff6f00;
	border:1px solid #ff6f00; */
    color:#ec1f25;
	border:1px solid #ec1f25;
	outline:none;
	box-shadow:none;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*---------- Button css end -------*/
/*---------- Heading css start -------*/
.ast_heading {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
.ast_heading h1{
	float:left;
	width:100%;
	margin:0px 0px 10px 0px;
	text-transform:capitalize;
}
.ast_heading h1 span{
	color: #ff6f00;
}

.ast_heading p {
	float: none;
    width: 55%;
    font-size: 16px;
    margin: auto;
    text-align: center;
}
/*---------- Heading css end -------*/
/*---------- About Us css start -------*/
.ast_about_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.ast_about_wrapper.ast_about_wrapper02 {
    padding:70px 0px 70px;
}
.ast_about_wrapper.ast_about_wrapper_01 {
    padding:70px 0px 70px;
}
.ast_about_wrapper.ast_about_wrapper03 {
    padding: 0 0 70px;
}
.ast_about_info{
	float:left;
	width:100%;
}
.ast_about_info h4{
	float:left;
	width:100%;
	font-size:20px;
	margin-top:0px;
	margin-bottom:15px;
	text-transform:capitalize;
}
.ast_about_info p{
	float:left;
	width:100%;
	margin-bottom:15px;
}
.ast_about_info_img {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 70px;
}
.ast_about_info_img img{
    /* width: 350px; */
    margin-top: -50px;
}
/*---------- About Us css end -------*/
/*---------- Video Tour css start -------*/
.ast_videotour_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.ast_videotour_img{
	float:left;
	width:100%;
	text-align:center;
	position:relative;
}
.ast_videotour_img img{
	width: 100%;
}
.ast_videotour_img a{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0px auto;
    margin-top: -25px;
    width: 64px;
    height: 64px;
    background-color: #ffffff;
    border-radius: 100%;
    text-align: center;
    line-height: 64px;
    color: #000000;
    font-size: 24px;
    padding-left: 5px;
}
/*---------- Video Tour css end -------*/
/*---------- Why We css start -------*/
.ast_whywe_wrapper{
	float:left;
	width:100%;
	background-color:#f4f4f4;
}
.ast_whywe_info{
	float:left;
	width:100%;
}
.ast_whywe_info_box{
	float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom:30px;
}
.ast_whywe_info_box span{
    float: left;
    width: 120px;
    height: 120px;
    line-height: 90px;
    border-radius: 100%;
    background-color: #ff6f00;
    text-align: center;
    border: 10px solid #FFFFFF;    
    -webkit-box-shadow: -1px 0px 1px 0px #e1e1e1;
    -moz-box-shadow: -1px 0px 1px 0px #e1e1e1;
    -o-box-shadow: -1px 0px 1px 0px #e1e1e1;
    -ms-box-shadow: -1px 0px 1px 0px #e1e1e1;
    box-shadow: -1px 0px 1px 0px #e1e1e1;
}
.ast_whywe_info_box span img{
	display:inline-block;
    width: 48px;
}
.ast_whywe_info_box_info{
    position: absolute;
    top: 20px;
    left: 50px;
    right: 0;
    height: 80px;
    background-color: #ffffff;
    margin-bottom: 0px;
    border-radius: 3px;
    z-index: -1;
    padding-top: 25px;
    padding-right: 10px;
    padding-left: 75px;
    -webkit-box-shadow: 0px 0px 1px 0px #e1e1e1;
    -moz-box-shadow: 0px 0px 1px 0px #e1e1e1;
    -o-box-shadow: 0px 0px 1px 0px #e1e1e1;
    -ms-box-shadow: 0px 0px 1px 0px #e1e1e1;
    box-shadow: 0px 0px 1px 0px #e1e1e1;
}
.ast_whywe_info_box_info p{
    float: left;
    width: 100%;
    margin-bottom: 0px;
    font-size: 16px;
    color: #333333;
}
/*---------- Why We css end -------*/
/*---------- Services css start -------*/
.ast_service_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.ast_service_wrapper.ast_bottompadder50 {
    padding-bottom: 70px;
}
.gray_wrapper .ast_service_box{
	background-color:#ffffff;
}
.ast_service_box{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
    padding: 30px 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_service_box:hover{
    -webkit-box-shadow: 0px 10px 15px -10px #777777;
    -moz-box-shadow: 0px 10px 15px -10px #777777;
    -ms-box-shadow: 0px 10px 15px -10px #777777;
    -o-box-shadow: 0px 10px 15px -10px #777777;
    box-shadow: 0px 10px 15px -10px #777777;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_service_box:hover img {
    -webkit-box-shadow: 0px 0px 30px -10px #000000;
    -moz-box-shadow: 0px 0px 30px -10px #000000;
    -o-box-shadow: 0px 0px 30px -10px #000000;
    -ms-box-shadow: 0px 0px 30px -10px #000000;
    box-shadow: 0px 0px 30px -10px #000000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_service_box img{
	display:inline-block;
	border: 5px solid #ffffff;
    border-radius: 100%;
    padding: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_service_box:hover h4{
	color: #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_service_box h4{
    float: left;
    width: 100%;
    font-size: 20px;
    text-transform: capitalize;
    margin: 25px 0px 10px 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_service_box p{
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.ast_service_slider{
	float:left;
	width:100%;
}
.ast_service_slider img{
    width: auto !important;
    display: inline-block !important;
}
.ast_service_slider .owl-theme .owl-nav {
    margin-top: 10px;
}
.ast_service_slider .owl-theme .owl-nav [class*='owl-'] {
    color: #333333;
    padding: 8px 20px;
    background: #f4f4f4;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.gray_wrapper .ast_service_slider .owl-theme .owl-nav [class*='owl-']{
	background-color:#ffffff;
}
.ast_service_slider .owl-theme .owl-nav [class*='owl-']:hover{
	background-color: #ff6f00;
	color:#ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_service_slider .owl-theme .owl-dots{
	display:none;
}
/*---------- Services css end -------*/
/*---------- We Do css start -------*/
.ast_wedo_wrapper{
	float:left;
	width:100%;
	background-color:#f4f4f4;
}
.ast_vedic_astrology{
	float:left;
	width:100%;
	padding:15px;
	border:1px solid #e1e1e1;
	margin-bottom:30px;
	background-color:#ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_vedic_astrology:hover{
    -webkit-box-shadow: 0px 10px 15px -10px #777777;
    -moz-box-shadow: 0px 10px 15px -10px #777777;
    -ms-box-shadow: 0px 10px 15px -10px #777777;
    -o-box-shadow: 0px 10px 15px -10px #777777;
    box-shadow: 0px 10px 15px -10px #777777;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_vedic_astrology h4{
	float:left;
	width:100%;
	font-size:20px;
	margin:0px 0px 15px 0px;
	text-transform:capitalize;
}
.ast_vedic_astrology ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.ast_vedic_astrology ul li{
	list-style:none;
	float:left;
	width:100%;
	border-top:1px solid #e1e1e1;
	padding:10px 0px;
}
.ast_vedic_astrology ul li:last-child{
	padding-bottom:0px;
}
.ast_vedic_astrology ul li a{
	float:left;
	width:100%;
}
.ast_vedic_astrology ul li a img{
	float:left;
	width:45px;
	height:45px;
}
.ast_vedic_astrology ul li a .ast_vedic_astro_info{
	float:left;
	width:calc(100% - 50px);
	padding-left:20px;
}
.ast_vedic_astrology ul li a .ast_vedic_astro_info h5{
	float:left;
	width:100%;
	text-transform:capitalize;
	margin-top:0px;
	font-size:18px;
	margin-bottom:3px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_vedic_astrology ul li a .ast_vedic_astro_info p{
	float:left;
	width:100%;
	margin-bottom:0px;
}
.ast_vedic_astrology ul li:hover a .ast_vedic_astro_info h5{
    color: #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_vedic_astro_box{
	float:left;
	width:100%;
	text-align:center;
    border-top: 1px solid #e1e1e1;
    padding-top: 15px;
}
.ast_vedic_astro_box img{
	display:inline-block;
}
.ast_vedic_astro_box p{
	float:left;
	width:100%;
	text-align:left;
	margin:10px 0px;
}
/*---------- We Do css end -------*/
/*---------- Timer css start -------*/
.ast_timer_wrapper{
    float: left;
    width: 100%;
    background-size: cover;
    /* background-attachment: fixed; */
    position: relative;
	 background-image: url(https://dummyimage.com/1920x700);
    background-position: center center;
	 background-repeat: no-repeat;
     z-index: 1;
}
.ast_timer_wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #00000082;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.ast_img_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
.ast_timer_wrapper .ast_heading h1, .ast_timer_wrapper .ast_heading p{
    color:#ffffff;
}
.ast_counter_wrapper{
	float:left;
	width:100%;
	padding:0px;
    position: relative;
    z-index: 1;
}
.ast_counter{
	float:left;
	width:100%;
	text-align:center;
	padding:0px;
	margin-bottom:30px;
}
.ast_counter span{
    display: inline-block;
    margin-bottom: 20px;
    border: 2px dotted #ffffff;
    border-radius: 100%;
    padding: 20px;
}
.ast_counter span img{
	display:inline-block;
}
.ast_counter h2{
	float:left;
    font-size: 36px;
    margin: 0px;
    color: #ff6f00;
    width: 100%;
    margin-bottom: 10px;
}
.ast_counter h4{
    margin: 0px;
    text-transform: capitalize;
    color: #ffffff;
    font-size: 20px;
    float: left;
    width: 100%;
}
/*---------- Timer css end -------*/
/*---------- Packages css start -------*/
.ast_packages_wrapper{
	float:left;
	width:100%;
	background-color:#f4f4f4;
}
.ast_packages_mainbox{
	float:left;
	width:100%;
}
.ast_packages_box{
	float:left;
	width:100%;
	background-color:#ffffff;
	text-align:center;
	padding:30px 15px;
	margin-bottom:30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_packages_box:hover{
    -webkit-box-shadow: 0px 10px 15px -10px #777777;
    -moz-box-shadow: 0px 10px 15px -10px #777777;
    -ms-box-shadow: 0px 10px 15px -10px #777777;
    -o-box-shadow: 0px 10px 15px -10px #777777;
    box-shadow: 0px 10px 15px -10px #777777;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_packages_box h3:after{
    content: "";
    position: absolute;
    top: 125px;
    left: 0;
    right: 0;
    margin: 0px auto;
    background-color: #e1e1e1;
    height: 1px;
    z-index: -1;
}
.ast_packages_box h3{
	float:left;
	width:100%;
	text-transform:capitalize;
	margin:0px;
    position: relative;
    z-index: 10;
}
.ast_packages_mainbox .row {
    justify-content: center;
}
.ast_packages_box .ast_price{
	display:inline-block;
	width:130px;
	height:130px;
	border:8px solid #f4f4f4;
	background-color:#ffffff;
	border-radius:100%;
	margin:30px 0px;
	position:relative;
    z-index: 10;
    padding-top: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_packages_box:hover .ast_price{
	background-color: #ff6f00;
    -webkit-box-shadow: 0px 0px 30px -10px #000000;
    -moz-box-shadow: 0px 0px 30px -10px #000000;
    -o-box-shadow: 0px 0px 30px -10px #000000;
    -ms-box-shadow: 0px 0px 30px -10px #000000;
    box-shadow: 0px 0px 30px -10px #000000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_packages_box .ast_price h2{
	display:inline-block;
	margin:0px;
	text-transform:uppercase;
	color: #ff6f00;
}
.ast_packages_box:hover .ast_price h2{
	color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_packages_box .ast_price p{
	display:inline-block;
	margin:0px;
	text-transform:uppercase;
	color: #ff6f00;
    font-size: 12px;
}
.ast_packages_box:hover .ast_price p{
	color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_packages_box ul{
	float:left;
	width:100%;
	margin:0px;
	margin-bottom:30px;
	padding:0px;
}
.ast_packages_box ul li{
    display: inline-block;
    list-style: none;
    width: 100%;
    text-transform: capitalize;
    padding: 6px 0px;
    text-align: left;
    padding-left: 80px;
}
.ast_packages_box ul li i{
	padding-right:8px;
	color:#72C759;
}
.ast_packages_box ul li i.fa-times{
	color:#f12626;
}
.ast_packages_box.active{
    position: relative;
    margin-top: 25px;
    -webkit-box-shadow: 0px 10px 15px -10px #777777;
    -moz-box-shadow: 0px 10px 15px -10px #777777;
    -ms-box-shadow: 0px 10px 15px -10px #777777;
    -o-box-shadow: 0px 10px 15px -10px #777777;
    box-shadow: 0px 10px 15px -10px #777777;
}
.ast_packages_box.active span{
    position: absolute;
    top: -42px;
    left: 0;
    right: 0;
    padding: 10px 0px;
    background-color: #ff6f00;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.ast_packages_box.active .ast_price{
	background-color: #ff6f00;
    -webkit-box-shadow: 0px 0px 30px -10px #000000;
    -moz-box-shadow: 0px 0px 30px -10px #000000;
    -o-box-shadow: 0px 0px 30px -10px #000000;
    -ms-box-shadow: 0px 0px 30px -10px #000000;
    box-shadow: 0px 0px 30px -10px #000000;
}
.ast_packages_box.active .ast_price h2{
	color: #ffffff;
}
.ast_packages_box.active .ast_price p{
	color: #ffffff;
}


/*---------- Packages css end -------*/
/*---------- Horoscope css start -------*/
.ast_horoscope_wrapper{
	float:left;
	width:100%;
	background-color:#f4f4f4;
}
.ast_horoscope_wrapper.ast_index_horoscope{
	background-color:#ffffff;
}
.ast_horoscope_info{
	float:left;
	width:100%;
    margin-bottom: 50px;
}
.ast_horoscope_info h3{
	float:left;
	width:100%;
	margin:0px;
	margin-bottom:15px;
	text-transform:capitalize;
}
.ast_horoscope_info p{
	float:left;
	width:100%;
}
.ast_horoscope_box{
    float: left;
    width: 100%;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 30px;
    text-align: center;    
	border-radius: 3px;
	border:10px solid #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_index_horoscope .ast_horoscope_box{
	background-color:#f4f4f4;
}
.ast_horoscope_box a{
	float:left;
	width:100%;
	padding:20px;
}
.ast_horoscope_box:hover{
    background-color: #f4f4f4;	
    -webkit-box-shadow: 0px 10px 15px -10px #777777;
    -moz-box-shadow: 0px 10px 15px -10px #777777;
    -ms-box-shadow: 0px 10px 15px -10px #777777;
    -o-box-shadow: 0px 10px 15px -10px #777777;
    box-shadow: 0px 10px 15px -10px #777777;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_index_horoscope .ast_horoscope_box:hover{
	background-color:#ffffff;
}
.ast_index_horoscope .ast_horoscope_box{
	border-color:#f4f4f4;
}
.ast_horoscope_box span {
    display: flex;
    border: 5px solid #f4f4f4;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 90px;
    background-color: #f4f4f4;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.ast_horoscope_box h4{
	float:left;
	width:100%;
	text-transform:capitalize;
	margin:20px 0px 10px 0px;
	font-size:20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_horoscope_box p{
	float:left;
	width:100%;
	margin-bottom:0px;
}
.ast_horoscope_box:hover span{
	background-color: #ff6f00;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	-webkit-box-shadow: 0px 0px 30px -10px #000000;
	-moz-box-shadow: 0px 0px 30px -10px #000000;
	-o-box-shadow: 0px 0px 30px -10px #000000;
	-ms-box-shadow: 0px 0px 30px -10px #000000;
	box-shadow: 0px 0px 30px -10px #000000;
}
.ast_horoscope_box:hover span svg{
	fill:#ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_horoscope_box:hover h4{
	color: #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*---------- Horoscope css end -------*/
/*---------- Gemstones css start -------*/
.ast_gemstones_wrapper{
	float:left;
	width:100%;
    background-color: #ffffff;	
}
.ast_gemstones_info{
	float:left;
	width:100%;
    margin-bottom: 50px;
}
.ast_gemstones_info h3{
	float:left;
	width:100%;
	margin:0px;
	margin-bottom:15px;
	text-transform:capitalize;
}
.ast_gemstones_info p{
	float:left;
	width:100%;
}
.ast_gemstones_slider{
	float:left;
	width:100%;
}
.ast_gemstonea_slider_box{
	float:left;
	width:100%;
	text-align:center;
	padding:15px 15px 25px 15px;	
    margin-bottom: 30px;
	background-color:#ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_gemstonea_slider_box:hover{
	box-shadow: 0px 0px 18px 0px rgba(4, 4, 4, 0.05);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_gemstonea_slider_box img{
	display:inline-block !important;
	width:auto !important;
}
.ast_gemstonea_slider_box h4{
	float:left;
	width:100%;
	font-size:20px;
	text-transform:capitalize;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_gemstonea_slider_box:hover h4{
	color: #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_gemstonea_slider_box p{
	float:left;
	width:100%;
	margin-bottom:0px;
}
.ast_gemstonea_slider_box a.ast_btn{
	margin-top:20px;
}
.ast_gemstones_slider .owl-theme .owl-nav {
    margin-top: 10px;
}
.ast_gemstones_slider .owl-theme .owl-nav [class*='owl-'] {
    color: #333333;
    padding: 8px 20px;
    background: #f4f4f4;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_gemstones_slider .owl-theme .owl-nav [class*='owl-']:hover{
	background-color: #ff6f00;
	color:#ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_gemstones_slider .owl-theme .owl-dots{
	display:none;
}
/*---------- Gemstones css end -------*/
/*---------- Overview css start -------*/
.ast_overview_wrapper {
    float: left;
    width: 100%;
    background-size: cover;
    /* background-attachment: fixed; */
    position: relative;
    background-image: url(https://dummyimage.com/1920x1000);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
}
.ast_overview_info{
	float:left;
	width:100%;
}
.ast_overview_info h1{
    float: left;
    width: 350px;
    color: #ffffff;
    margin: 50px 0px;
}
.ast_overview_info h1 span{
	color: #ff6f00;
}
.ast_overview_info p{
	float:left;
	width:calc(100% - 400px);    
    color:#ffffff;
    font-size:16px;
    font-style:italic;
    margin-bottom: 0px;
}
/*--- overview style2 css start ---*/
.ast_overview_wrapper.overview_style2 .ast_overview_info h1 ,
.ast_overview_wrapper.overview_style2 .ast_overview_info p{
	width:100%;
	float:none;
	text-align:center;
	margin-top:0;
}
/*--- overview style2 css end ---*/
/*---------- Overview css end -------*/
/*---------- Testimonial css start -------*/
.ast_testimonial_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.ast_testimonials_slider{
	float:left;
	width:100%;
}
.ast_testimonials_slider_box{
	float: left;
    width: 100%;
    padding: 0px 30px;
}
.ast_testimonials_slider_box img{
    float:left;
    width: 100px !important;
    border-radius: 100%;
    margin: 10px 0px;
    padding: 0px;
    border: 5px solid #ffffff;
    -webkit-box-shadow: 0px 0px 30px -10px #000000;
    -moz-box-shadow: 0px 0px 30px -10px #000000;
    -o-box-shadow: 0px 0px 30px -10px #000000;
    -ms-box-shadow: 0px 0px 30px -10px #000000;
    box-shadow: 0px 0px 30px -10px #000000;
}
.ast_testimonials_slider_box_text{
    float: left;
    width: calc(100% - 100px);
    padding-left: 45px;
	background-image:url(../images/content/testimonial.png);
    background-size: 64px;
    background-repeat: no-repeat;
    background-position: 10px -10px;
}
.ast_testimonials_slider_box_text h4{
	float:left;
	width:100%;
	text-transform:capitalize;
	font-size:18px;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:25px;
	position:relative;
}
.ast_testimonials_slider_box_text h4:after{
    content: "";
    position: absolute;
    background-color: #ff6f00;
    width: 15px;
    height: 2px;
    top: 8px;
    left: 0px;
}
.ast_testimonials_slider_box_text span{
    font-size: 16px;
	text-transform:capitalize;
	font-weight:100;
	padding-left:5px;
}
.ast_testimonials_slider_box_text p{
    float: left;
    width: 100%;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 10px;
}
.ast_testimonials_slider .owl-theme .owl-nav{
	display:none;
}
.ast_testimonials_slider .owl-theme .owl-dots {
    margin-top: 30px;
}
.ast_testimonials_slider .owl-theme .owl-dots .owl-dot span{
	background:#e1e1e1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_testimonials_slider .owl-theme .owl-dots .owl-dot.active span, .ast_testimonials_slider .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*---------- Testimonial css end -------*/
/*---------- Download Wrapper css Start -------*/
.ast_download_wrapper{
    float: left;
    width: 100%;
    background-color: #f4f4f4;
    margin-bottom: 678px;
}
.ast_download_box{
	float:left;
	width:100%;
}
.ast_download_box ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	text-align:center;
}
.ast_download_box ul li{
	display:inline-block;
    width: auto;
    list-style: none;
    margin-right: 10px;
}
.ast_download_box ul li:last-child{
	margin-right:0px;
}
/*---------- Download Wrapper css end -------*/
/*---------- Footer Wrapper css start -------*/
.ast_footer_wrapper{
    /* float: left; */
    width: 100%;
    background-color: #222222;
    /* position: fixed; */
    bottom: 0;
    z-index: -1;
    
}

.ast_footer_info{
	float:left;
	width:100%;
	/* text-align:center; */
    margin-bottom: 50px;
}
.ast_footer_info img{
	display:inline-block;
	margin-bottom:15px;
}
.ast_footer_info p{
	float:left;
	width:100%;
	color:#ffffff;
	margin-bottom:20px;
}
.ast_footer_info ul{
	float:left;
	width:100%;
	margin:0px;
	/* padding:0px; */
	padding:20px 0 0;

}
.ast_footer_info ul li{
	display:inline-block;
	width:auto;
	list-style:none;
}
.ast_footer_info ul li a{
    float: left;
    width: 30px;
    height: 30px;
	line-height: 30px;
    border-radius: 100%;
    text-align: center;
    background-color: #777777;
    margin: 5px;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_footer_info ul li a:hover{
    /* background-color: #ff6f00; */
    /* background-color: #ec1f25; */
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    transform: scale(1.1);

}
.ast_footer_info ul li:nth-child(1) a{
    background-color: #FF0000;
}
.ast_footer_info ul li:nth-child(2) a{
    background-color: #1877F2;
}
.ast_footer_info ul li:nth-child(3) a{
    background-color: #E4405F;
}
.ast_footer_info ul li:nth-child(4) a{
    background-color: #0A66C2;

}
.ast_footer_info ul li:nth-child(5) a{
    background-color: #000000;

}

/* .social-fixed li:nth-child(1) a */
.widget.text-widget{
	float:left;
	width:100%;
    /* margin-bottom: 28px; */
}
.widget-title{
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 20px;
    color: #ffffff;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 15px;
}
.ast_newsletter{
    float: left;
    width: 100%;
}
.ast_newsletter p{
    float: left;
    width: 100%;
    color: #ffffff;
    margin-bottom: 25px;
}
.ast_newsletter_box{
	float:left;
	width:100%;
}
.ast_newsletter_box input{
    float: left;
    width: calc(100% - 65px);
    height: 45px;
    padding: 0px 15px;
    border: 1px solid #ffffff;
    border-right: 0px;
    color:#ffffff;
    border-radius: 3px 0px 0px 3px;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_newsletter_box input:hover, .ast_newsletter_box input:focus{
	background-color:rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_newsletter_box input::-webkit-input-placeholder { 
  color: #ffffff;
}
.ast_newsletter_box input::-moz-placeholder {
  color: #ffffff;
}
.ast_newsletter_box input:-ms-input-placeholder {
  color: #ffffff;
}
.ast_newsletter_box input:-moz-placeholder {
  color: #ffffff;
}
.ast_newsletter_box button{
    float: right;
    width: 65px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #ff6f00;
    border: 1px solid #ffffff;
    border-radius: 0px 3px 3px 0px;
    padding: 0px;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_newsletter_box button:hover, .ast_newsletter_box button:focus{
	background-color: #ff6f00;
	color:#ffffff;
	border: 1px solid #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_servicelink{
	float:left;
	width:100%;
}
.ast_servicelink ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.ast_servicelink ul li{
	float:left;
	width:100%;
	list-style:none;
}
.ast_servicelink ul li a{
    float: left;
    width: 100%;
    color: #ffffff;
    text-transform: capitalize;
    padding: 5px 0px 7px 0px;
    border-bottom: 1px solid #444444;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: left;
}
.ast_servicelink ul li:first-child a{
	padding-top: 0px;
}
.ast_servicelink ul li:last-child a{
	padding-bottom: 0px;
	border-bottom:0px;
}
.ast_servicelink ul li a:hover{
	color: #ec1f25;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_sociallink{
	float:left;
	width:100%;
}
.ast_sociallink ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.ast_sociallink ul li{
	float:left;
	width:100%;
	list-style:none;
}
.ast_sociallink ul li a{
    float: left;
    width: 100%;
    color: #ffffff;
    text-transform: capitalize;
    padding: 5px 0px 7px 0px;
    border-bottom: 1px solid #444444;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: left;
}
.ast_sociallink ul li:first-child a{
	padding-top: 0px;
}
.ast_sociallink ul li:last-child a{
	padding-bottom: 0px;
	border-bottom:0px;
}
.ast_sociallink ul li a:hover{
	color: #ec1f25;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.widget-title{
        text-align: left;
    }
.ast_gettouch{
	float:left;
	width:100%;
}
.ast_gettouch ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.ast_gettouch ul li{
	float:left;
	width:100%;
	list-style:none;
	margin-bottom:15px;
}
.ast_gettouch ul li:last-child{
	margin-bottom:0px;
}
.ast_gettouch ul li i{
	float:left;
	width:30px;
	color: #ec1f25;
	font-size:20px;
    padding-top: 3px;
}
.ast_gettouch ul li p{
	float:right;
	width:calc(100% - 30px);
	color:#ffffff;
	margin-bottom:0px;
}
.ast_gettouch ul li a{
    float: left;
    width: calc(60% - 30px);
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_gettouch ul li a:hover{
	color: #ec1f25;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_copyright_wrapper{
	float:left;
	width:100%;
	text-align:center;
	border-top:1px dotted #ffffff;
	padding-top:20px;
}
.ast_copyright_wrapper p{
	float:left;
	width:100%;
	margin-bottom:0px;
	text-transform:capitalize;
	color:#ffffff;
}
.ast_copyright_wrapper p a{
    font-weight: 700;
	color: #ec1f25;
}
/*---------- Footer Wrapper css end -------*/
/*----Breadcrumb Start-----------*/
.ast_pagetitle{
	float: left;
	width: 100%;
	background-color: #272727;
	position:relative;
	background-attachment:fixed;
	background-size: cover;
	color:#ffffff;
	padding:200px 0px 100px 0px;
	background-image: url(https://dummyimage.com/1920x500);
    background-position: center center;
	background-repeat: no-repeat;
	text-align:center;
	}
.page_title h2{
	float:left;
	width:100%;
	color:#ffffff;
	margin:0px;
	font-size:36px;
	text-transform:capitalize;
	}
.ast_pagetitle .breadcrumb {
    display:inline-block;
    padding: 0px;
    width:auto;
	}
.ast_pagetitle ul.breadcrumb {
	margin:0px;
	padding:0px;
	background-color: transparent;
}
.ast_pagetitle ul.breadcrumb  li{
    display: inline-block;
    width: auto;
    list-style: none;
    padding-top: 5px;
	}
.ast_pagetitle ul.breadcrumb li a{
	color: #ffffff;
	font-size: 18px;
	padding: 0px 10px;
	text-decoration: none;
	text-transform:capitalize;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
.ast_pagetitle ul.breadcrumb li:first-child a{
	padding-left:0px;
	}
.ast_pagetitle ul.breadcrumb li:last-child a{
	padding-right:0px;
	}
.ast_pagetitle ul.breadcrumb li:hover a{
	color: #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
.ast_pagetitle ul.breadcrumb li:last-child a{
	color: #ff6f00;
    cursor: text;
	}
.ast_pagetitle ul.breadcrumb li i{
	font-size: 10px;
    border:1px solid #ffffff;
    border-radius:3px;
    padding: 3px 5px 3px 4px;
}
.ast_pagetitle ul.breadcrumb > li + li:before{
	display:none;
}
/*--------Breadcrumb End-----------*/
/*---------- Blog css start -------*/
.ast_blog_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.ast_blog_wrapper.ast_blog_wrapper01 {
    padding: 80px 0px 10px;
}
.ast_blog_box{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.ast_blog_img img {
    width: 100%;
}	
.ast_blog_info{
    float: left;
    width: 100%;
    text-align: left;
    padding-top: 20px;
    position: relative;
}
.ast_blog_info ul.ast_blog_info_text{
    width: 100%;
    margin: 0px;
    padding: 10px;
    position: absolute;
    top: -42px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.ast_blog_info ul.ast_blog_info_text li{
	list-style:none;
	float:left;
	width:auto;
	margin-right:15px;
}
.ast_blog_info ul.ast_blog_info_text li a{
    font-size: 13px;
	color:#ffffff;
	text-transform:capitalize;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_blog_info ul.ast_blog_info_text li a:hover{
	color: #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_blog_info ul.ast_blog_info_text li a i{
	color: #ff6f00;
	margin-right:5px;
}
.ast_blog_info .ast_blog_info_heading{
	float: left;
    width: 100%;
    font-weight: 300;
    margin-top: 0px;
}
.ast_blog_info .ast_blog_info_heading a{
    color: #333333;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;	
}
.ast_blog_info .ast_blog_info_heading a:hover{
	color: #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_blog_info .ast_blog_info_details{
	float:left;
	width:100%;
}
.ast_blog_info .ast_btn{
	margin-top:10px;
}
.ast_blog_img{
	float:left;
	width:100%;
	position:relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_blog_img a:after{
	content:"";
	position:absolute;
	top:0px;
	right:0px;
	left:0px;
	bottom:0px;
	background-color:rgba(0, 0, 0, 0.5);
	opacity:0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_blog_box:hover .ast_blog_img a:after{
	opacity:1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_blog_img img{
	display:inline-block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_blog_img .ast_date_tag{
	position: absolute;
    top: 15px;
    right: 15px;
    background-color: #ff6f00;
    color: #ffffff;
    border-radius: 3px;
    z-index: 1;
    width: 70px;
    text-align: center;
    padding: 10px 0px;
	text-transform:capitalize;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; 
}
.ast_blog_box:hover .ast_date_tag{
	 top: -15px;
	 opacity: 1;
	 visibility: visible;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*---------- Blog css end -------*/
/*---------- Blog Single css start -------*/
.ast_blog_comment_wrapper{
    float: left;
    width: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.ast_blog_comment_wrapper .ast_blog_heading{
	float:left;
	width:100%;
	text-transform:capitalize;
	margin: 0px 0px 30px 0px;
	position:relative;
	padding-bottom:10px;
}
.ast_blog_comment_wrapper .ast_blog_heading:after {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 70px;
    background-color: #ff6f00;
    height: 2px;
}
.ast_blog_comment_wrapper ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.ast_blog_comment_wrapper ul li{
	list-style: none;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.ast_blog_comment_wrapper ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0px;
}
.ast_blog_comment_wrapper ul li ul{
	padding-left:40px;
}
.ast_blog_comment{
	float:left;
	width:100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_comment_image{
    float: left;
    width: 80px;
    margin-right: 20px;
}
.ast_comment_image img{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 5px solid #ffffff;
    -webkit-box-shadow: 0px 0px 30px -10px #000000;
    -moz-box-shadow: 0px 0px 30px -10px #000000;
    -o-box-shadow: 0px 0px 30px -10px #000000;
    -ms-box-shadow: 0px 0px 30px -10px #000000;
    box-shadow: 0px 0px 30px -10px #000000;
}
.ast_comment_text{
    float: left;
    width: calc(100% - 110px);
}
.ast_blog_comment:hover .ast_comment_text h5{
    color: #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_comment_text .ast_bloger_name{
	float: left;
    width: 100%;
    margin: 0px 0px 5px 0px;
    text-transform: capitalize;
    font-size: 16px;
}
.ast_comment_text .ast_blog_date{
    float: left;
    width: 100%;
    text-transform: capitalize;
    font-size: 13px;
}
.ast_comment_text .ast_comment_reply{
    float: right;
    text-decoration: none;
    color: #ff6f00;
    text-transform: capitalize;
    padding-left: 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_comment_text .ast_comment_reply:hover{
	color: #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_comment_text .ast_blog_post{
	float:left;
	width:100%;
	margin:5px 0px 10px 0px;
}
.ast_blog_message_wrapper{
    float: left;
    width: 100%;
    padding: 0px;
    margin-top: 30px;
}
.ast_blog_message_wrapper .ast_blog_heading{
	float:left;
	width:100%;
	text-transform:capitalize;
	margin: 0px 0px 30px 0px;
	position:relative;
	padding-bottom:10px;
}
.ast_blog_message_wrapper .ast_blog_heading:after {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 70px;
    background-color: #ff6f00;
    height: 2px;
}
.ast_blog_messages{
	float:left;
	width:100%;
}
.ast_blog_messages input, .ast_blog_messages textarea{
    float: left;
    width: 100%;
    height: 50px;
    padding: 0px 20px;
    background-color: #ffffff;
    margin-bottom: 20px;
    color: #222222;
    box-shadow: none;
    resize: none;
	border: 1px solid #e1e1e1;
}
.ast_blog_messages textarea{
    padding: 10px 15px;
    height: auto;
}
.ast_blog_messages input:focus, .ast_blog_messages textarea:focus{
	outline:none;
	box-shadow:none;
    border: 1px solid #e1e1e1;
}
/*---------- Blog Single css end -------*/
/*------- sidebar start ---------*/
.sidebar_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
	margin-bottom: 30px;
}
.sidebar_wrapper ul{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.sidebar_wrapper ul li{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    list-style: none;
    padding-left: 10px;
}
.sidebar_wrapper ul li:last-child{
	margin-bottom:10px;
}
.sidebar_wrapper ul li a{
	text-decoration:none;
	text-transform:capitalize;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.sidebar_wrapper ul li a:hover{
	color: #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.sidebar_wrapper .widget-title{
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0px;
    position: relative;
    padding-bottom: 10px;
    text-transform: capitalize;
    color: #222222;
}
.widget-title:after{
	content:"";
	position:absolute;
	bottom:0%;
	left:0%;
	width:110px;
	background-color: #ec1f25;
	height:2px;
}
.get-in-touch .widget-title:after{
    width: 112px;
}
.widget.widget_search{
	float:left;
	width:100%;
	margin-bottom: 30px;
}
.widget_search input{
    border: 1px solid #e1e1e1;
    box-shadow: none;
    border-right: none;
    color: #222222;
    padding: 0px 15px;
    height: 50px;
    float: left;
    width: calc(100% - 50px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.widget_search input:focus{
	outline:0px;
	box-shadow:none;
	border:1px solid #e1e1e1;
	border-right:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.widget_search button{
    border: 1px solid #e1e1e1;
    background-color: #e1e1e1;
    border-left: none;
    border-radius: 0px;
    font-size: 15px;
    height: 50px;
    float: left;
    width: 50px;
    text-align: center;
    color: #222222;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.widget_search button:hover, .widget_search button:focus{
	border:1px solid #ff6f00;
	background-color: #ff6f00;
	color:#ffffff;
	border-left:none;
	outline:none;
	box-shadow:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.widget.widget_categories{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.widget.widget_archive{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.widget.widget_recent_entries{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.widget.widget_tag_cloud{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.widget_tag_cloud a{
	float:left;
	padding:10px 15px;
	margin:0px 6px 6px 0px;
	text-decoration:none;
	text-transform:capitalize;
	border:1px solid #e1e1e1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.widget_tag_cloud a:hover{
	color: #ff6f00;
	border:1px solid #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.widget.widget_button{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.widget_button a{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    z-index: 1;
    padding: 12px 0px;
    text-transform: capitalize;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.widget_button a:hover{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: none;
}
/*------- sidebar end ---------*/
/*-------- Pagination start ---------*/
.ast_pagination{
	float:left;
	width:100%;
}
.ast_pagination ul{
	float:right;
	width:auto;
	margin:0px;
	padding:0px;
}
.ast_pagination ul li{
	list-style:none;
	float:left;
	width:auto;
	margin-right:10px;
}
.ast_pagination ul li:last-child{
	margin-right:0px;
}
.ast_pagination ul li:last-child a{
	border-radius:3px;
}
.ast_pagination ul li:first-child a{
	border-radius:3px;
}
.ast_pagination ul li a{
    float: left;
    width: auto;
    height: 35px;
    line-height: 33px;
    padding: 0px 15px;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    color: #222222;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_pagination ul li a:hover, .ast_pagination ul li a:focus, .ast_pagination ul li a.active{
	color:#ffffff;
	background-color: #ff6f00;
	border-color:#ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*-------- Pagination end ---------*/
/*-------- Contact css start ---------*/
.ast_contact_wrapper{
	float:left;
	width:100%;
	background-color:#f4f4f4;
}
.ast_contact_info{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_contact_info span{
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 75px;
    font-size: 36px;
    border-radius: 100%;
    border: 5px solid #ffffff;
    background-color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_contact_info span i{
	font-size:36px;
	color: #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_contact_info:hover span{
	background-color: #ff6f00;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 0px 30px -10px #000000;
    -moz-box-shadow: 0px 0px 30px -10px #000000;
    -o-box-shadow: 0px 0px 30px -10px #000000;
    -ms-box-shadow: 0px 0px 30px -10px #000000;
    box-shadow: 0px 0px 30px -10px #000000;
}
.ast_contact_info:hover span i{
	color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_contact_info h4{
	float:left;
	width:100%;
	text-transform:capitalize;
	font-size:20px;
	margin:35px 0px 15px 0px;
}
.ast_contact_info p{
	float:left;
	width:100%;
}
.ast_contact_info p a:hover{
	color: #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_mapnform_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.ast_contact_form {
    width: 50%;
    position: absolute;
    background-color: #ffffff;
    padding: 50px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 30px -10px #000000;
    -moz-box-shadow: 0px 0px 30px -10px #000000;
    -o-box-shadow: 0px 0px 30px -10px #000000;
    -ms-box-shadow: 0px 0px 30px -10px #000000;
    box-shadow: 0px 0px 30px -10px #000000;
}
.ast_contact_form label{
	float:left;
	width:100%;
	text-transform:capitalize;
	color:#333333;
	font-weight:600;
	border-radius: 3px;
}
.ast_contact_form input, .ast_contact_form textarea{
	float:left;
	width:100%;
	height:45px;
	padding:0px 15px;
	border:1px solid #e1e1e1;
	margin-bottom:15px;
}
.ast_contact_form textarea{
	height:auto;
	padding:10px 15px;
    resize: vertical;
}
.ast_contact_map{
    float: left;
    width: 100%;
    position: relative;
    padding-top: 300px;
}
.ast_contact_map iframe{
	float:left;
	width:100%;
	height:550px;
	border:0px;
}
/*-------- Contact css end ---------*/
/*-------- Team css end ---------*/
.ast_team_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.ast_team_box{
    float: left;
    width: 100%;
    background-color: #f4f4f4;
	border:10px solid #f4f4f4;
    text-align: center;
    padding: 30px 15px;
	margin-bottom:30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.gray_wrapper .ast_team_box{
	background-color:#ffffff;
	border-color:#ffffff;
}
.ast_team_box:hover{
	border:10px solid #f4f4f4;
	background-color:#ffffff;
    -webkit-box-shadow: 0px 10px 15px -10px #777777;
    -moz-box-shadow: 0px 10px 15px -10px #777777;
    -ms-box-shadow: 0px 10px 15px -10px #777777;
    -o-box-shadow: 0px 10px 15px -10px #777777;
    box-shadow: 0px 10px 15px -10px #777777;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.gray_wrapper .ast_team_box:hover{
	background-color:#f4f4f4;
	border-color:#ffffff;
}
.ast_team_box img{
    display: inline-block;
    width: 150px;
    height: 150px;
    border: 10px solid #ffffff;
    border-radius: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_team_box:hover img{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 0px 30px -10px #000000;
    -moz-box-shadow: 0px 0px 30px -10px #000000;
    -o-box-shadow: 0px 0px 30px -10px #000000;
    -ms-box-shadow: 0px 0px 30px -10px #000000;
    box-shadow: 0px 0px 30px -10px #000000;
}
.ast_team_box h4{
    float: left;
    width: 100%;
    margin: 30px 0px 5px 0px;
    text-transform: capitalize;
}
.ast_team_box h4 a{
	color:#333333;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_team_box h4 a:hover{
	color: #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_team_box p{
    float: left;
    width: 100%;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.ast_team_box ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.ast_team_box ul li{
	list-style:none;
	display:inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	margin:5px;
}
.ast_team_box ul li a{
	float:left;
	width:100%;
	background-color:#ffffff;
	color:#333333;
	border-radius:100%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: inset 1px 1px 7px -5px #000000;
    -moz-box-shadow: inset 1px 1px 7px -5px #000000;
    -o-box-shadow: inset 1px 1px 7px -5px #000000;
    -ms-box-shadow: inset 1px 1px 7px -5px #000000;
    box-shadow: inset 1px 1px 7px -5px #000000;
}
.gray_wrapper .ast_team_box ul li a{
	background-color:#f4f4f4;
}
.ast_team_box:hover ul li a{
	background-color:#f4f4f4;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.gray_wrapper .ast_team_box:hover ul li a{
	background-color:#ffffff;
}
.ast_team_box:hover ul li a i{
	color: #ff6f00;
	background-color:#f4f4f4;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*-------- Team css end ---------*/
/*-------- Error css Start ---------*/
.ast_error_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.ast_error_info{
	float:left;
	width:100%;
	text-align:center;
	padding:100px 0px;
}
.ast_error_info img{
	display:inline-block;
}
.ast_error_info h1{
	float:left;
	width:100%;
	text-transform:uppercase;
	letter-spacing:10px;
	margin-top:100px;
}
.ast_error_info p{
	float:left;
	width:100%;
	text-transform:capitalize;
	letter-spacing:2px;
	font-size:18px;
	margin-bottom:50px;
}
/*-------- Error css end ---------*/
/*-------- Numerology css start ---------*/
.ast_numerology_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.ast_numerology_info{
	float:left;
	width:100%;
    margin-bottom: 50px;
}
.ast_numerology_info h3{
	float:left;
	width:100%;
	margin:0px;
	margin-bottom:15px;
	text-transform:capitalize;
}
.ast_numerology_info p{
	float:left;
	width:100%;
}
.ast_numerology_box_wrapper{
	float:left;
	width:100%;
}
.ast_numerology_box{
    float: left;
    width: 100%;
    background-color: #f4f4f4;
    border: 10px solid #f4f4f4;
    text-align: center;
    padding: 50px 15px;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_numerology_box:hover{
    border: 10px solid #f4f4f4;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 15px -10px #777777;
    -moz-box-shadow: 0px 10px 15px -10px #777777;
    -ms-box-shadow: 0px 10px 15px -10px #777777;
    -o-box-shadow: 0px 10px 15px -10px #777777;
    box-shadow: 0px 10px 15px -10px #777777;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_numerology_box span{
    display: inline-block;
    width: 150px;
    height: 150px;
	line-height:130px;
    border: 10px solid #ffffff;
    border-radius: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_numerology_box:hover span{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 0px 30px -10px #000000;
    -moz-box-shadow: 0px 0px 30px -10px #000000;
    -o-box-shadow: 0px 0px 30px -10px #000000;
    -ms-box-shadow: 0px 0px 30px -10px #000000;
    box-shadow: 0px 0px 30px -10px #000000;
}
.ast_numerology_box a{
    float: left;
    width: 100%;
    height: 100%;
    font-size: 76px;
    font-weight: 600;
    color: #333333;
    border-radius: 100%;
}
.ast_numerology_box:hover a{
	background-color: #ff6f00;
	color:#ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*-------- Numerology css end ---------*/
/*-------- Tarot css start ---------*/
.ast_tarot_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.ast_tarot_info{
	float:left;
	width:100%;
    margin-bottom: 50px;
}
.ast_tarot_info h3{
	float:left;
	width:100%;
	margin:0px;
	margin-bottom:15px;
	text-transform:capitalize;
}
.ast_tarot_info p{
	float:left;
	width:100%;
}
.ast_tarot_box_wrapper{
	float:left;
	width:100%;
}
.ast_tarot_box{
	display:none;
    float: left;
    width: 100%;
    background-color: transparent;
    border: 10px solid transparent;
    text-align: center;
    padding: 15px;
	position:relative;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_tarot_box:hover{
    border: 10px solid #f4f4f4;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 15px -10px #777777;
    -moz-box-shadow: 0px 10px 15px -10px #777777;
    -ms-box-shadow: 0px 10px 15px -10px #777777;
    -o-box-shadow: 0px 10px 15px -10px #777777;
    box-shadow: 0px 10px 15px -10px #777777;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_tarot_box a{
    float: left;
    width: 100%;
}
.ast_tarot_box a h4{
    float: left;
    width: 100%;
	text-transform:capitalize;
	margin:15px 0px 0px 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_tarot_box:hover a h4{
	color: #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_tarot_box a img {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    height: 100%;
}
.ast_tarot_box a:hover img{
    transform: rotateY(180deg);
    opacity: 0;
}
.terot_content h3 {
    text-transform: uppercase;
}
.ast_tarot_box a .terot_content{
    position: absolute;
    top: 15px;
    left: 15px;
	bottom:50px;
	right:15px;
    z-index: 0;
    opacity: 0;
	padding:10px;
	color: #ffffff;
	border-radius:13px;
    background-color: #ff6f00;
	border:1px solid transparent;
    transform: rotateY(180deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}	
.ast_tarot_box a:hover .terot_content {
    opacity: 1;
    z-index: 1;
    transform: rotateY(0deg);
	box-shadow:0 0 10px rgba(0,0,0,0.3);
}
.ast_tarot_box a .terot_content h3{
	color:#ffffff;
}
.ast_tarot_box .terot_content p{
	margin-top:20px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
	-webkit-box-orient: vertical;
}
	
/*-------- Tarot css end ---------*/
/*-------- Vastu css start ---------*/
.ast_vastu_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.ast_vastu_info{
	float:left;
	width:100%;
    /* margin-bottom: 50px; */
}
.ast_vastu_info h3{
	float:left;
	width:100%;
	margin:0px;
	margin-bottom:15px;
	text-transform:capitalize;
}
.ast_vastu_info p{
	float:left;
	width:100%;
}
.ast_vastu_info img{
	margin-top:38px;
    border-radius: 15px;
    max-width: 100% ;
    width: 100%;
}
.ast_vastu_info .lord-vishwakarma{
    max-width: 100%;

}
.ast_vastu_info .KL-Vishwakarma{
    max-width: 80%;

}
.ast_vastu_box_wrapper{
	float:left;
	width:100%;
}
.ast_vastu_box{
    float: left;
    width: 100%;
    background-color: transparent;
    border: 10px solid transparent;
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_vastu_box:hover{
    /* border: 10px solid #f4f4f4; */
    border-radius: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 15px -10px #777777;
    -moz-box-shadow: 0px 10px 15px -10px #777777;
    -ms-box-shadow: 0px 10px 15px -10px #777777;
    -o-box-shadow: 0px 10px 15px -10px #777777;
    box-shadow: 0px 10px 15px -10px #777777;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.ast_vastu_box a{
    float: left;
    width: 100%;
}
.ast_vastu_box img{
    max-width: 100%;
    border-radius: 6px;
    width: 100%;
}
.ast_vastu_box a h4{
    float: left;
    width: 100%;
	text-transform:capitalize;
	margin:15px 0px 0px 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_vastu_box:hover a h4{
	color: #ec1f25;
	/* color: #ff6f00; */
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*-------- Vastu css end ---------*/
/*-------- Journal css start ---------*/
.ast_journal_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.ast_journal_info{
	float:left;
	width:100%;
    margin-bottom: 50px;
}
.ast_journal_info h3{
	float:left;
	width:100%;
	margin:0px;
	margin-bottom:15px;
	text-transform:capitalize;
}
.ast_journal_info p{
	float:left;
	width:100%;
}
.ast_journal_box_wrapper{
	float:left;
	width:100%;
}
.ast_journal_box_wrapper form{
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 40px 25px;
    -webkit-box-shadow: 0px 4px 25px -6px #777777;
    -moz-box-shadow: 0px 4px 25px -6px #777777;
    -ms-box-shadow: 0px 4px 25px -6px #777777;
    -o-box-shadow: 0px 4px 25px -6px #777777;
    box-shadow: 0px 4px 25px -6px #777777;
}
.ast_journal_box_wrapper form h3{
	float:left;
	width:100%;
	text-transform:capitalize;
	text-align:center;
	margin:0px 0px 20px 0px;
}
.ast_journal_box_wrapper form label{
    float: left;
    width: 100%;
	text-transform:capitalize;
	font-weight:600;
	color:#333333;
	margin-bottom:3px;
}
.ast_journal_box_wrapper form input, .ast_journal_box_wrapper form select, .ast_journal_box_wrapper form textarea{
    float: left;
    width: 100%;
	color:#333333;
	height:45px;
	border:1px solid #e1e1e1;
	margin-bottom:25px;
	border-radius:3px;
	padding:0px 10px;
}
.ast_journal_box_wrapper form textarea{
    height: auto;
    padding: 10px 15px;
    resize: vertical;
}
.ast_vastu_box a h4{
    float: left;
    width: 100%;
	text-transform:capitalize;
	margin:15px 0px 0px 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_vastu_box:hover a h4{
	color: #ec1f25;
	/* color: #ff6f00; */
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*-------- Journal css end ---------*/
/*---------- Responsive css start -------*/
@media (min-width: 991px){
.ast_menu ul li ul.submenu{
	position:absolute;
	top:100%;
	left:0px;
	/* width:140px; */
    width: 170px;
	opacity:0;
	visibility:hidden;
	background-color:#333333;
    z-index: 10;
	-webkit-box-shadow: 0px 4px 22px -7px #000000;
    -moz-box-shadow: 0px 4px 22px -7px #000000;
    -o-box-shadow: 0px 4px 22px -7px #000000;
    -ms-box-shadow: 0px 4px 22px -7px #000000;
    box-shadow: 0px 4px 22px -7px #000000;
    transition: all 0.3s;
}
.ast_menu ul li:hover > ul.submenu{
	opacity:1;
	visibility:visible;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_gettouch ul li p{
    font-size: 14px !important;
}
.ast_footer_wrapper .ast_gettouch li {
    justify-content: start;
    font-size: 14px;
    display: flex;
    text-align: left;
  }
  .ast_footer_wrapper .ast_gettouch ul li p{
    font-size: 14px !important;
  }
  
}
@media (max-width: 1200px) {
	.ast_team_box h4 {
	    font-size: 20px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
.ast_packages_box ul li {
    padding-left: 50px;
}
.ast_horoscope_box h4{
	font-size:18px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.ast_footer_wrapper {
    position: initial;
}
.ast_download_wrapper {
    margin-bottom: 0px;
}

.ast_packages_box ul li {
    padding-left: 10px;
}
.ast_menu ul li a {
    padding: 28px 10px 30px 10px;
}
.ast_header_bottom.style_2 {
    padding: 0px 20px;
}
}
@media (max-width:991px){

	.ast_menu_btn{
    display: block;
        float: none;
        position: absolute;
        top: 20px;
        right: 15px;
        /* left: 15px; */
        border: none;
        width: 25px;
        height: 25px;
        font-size: 16px;
        color: #ffffff;
        /* background-color: #ff6f00; */
        background-color: #ec1f25;
        /* background-color: #4dc429; */
        border-radius: 3px; 
        /* margin: ; */
}

.ast_menu_btn:hover, .ast_menu_btn:focus{
	outline:none;
	border:none;
	box-shadow:none;
	text-shadow:none;
}
.ast_menu ul li ul.submenu {
    width: 100%;
    display: none;
}
.ast_about_info_img img {
    margin-top: 30px;
}
.ast_overview_info h1 {
    width: 100%;
    text-align: center;
}
.ast_overview_info p {
    width: calc(100% - 0px);
    text-align: center;
}
.social-fixed{
    display: none;
}
.ast_main_menu_wrapper{
	z-index: 2;
	position:fixed;
    left: 0px;
    /* right: 0px; */
    top: 0px;
	bottom:0px;
    background-color:#333333;
	-webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    /* -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); */
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    height: 100vh;
}
.ast_main_menu_wrapper {
    width: 300px;
}
.ast_main_menu_wrapper.ast_main_menu_hide{
	-webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_menu {
    overflow-y: scroll;
    height: 100%;
}
.ast_menu::-webkit-scrollbar {
    width: 5px;
}
.ast_menu::-webkit-scrollbar-track {
    background-color: #f4f4f4;
}
.ast_menu::-webkit-scrollbar-thumb {
	background-color: #ff6f00;
	outline: 0px;
}
.ast_menu ul {
    width: 100%;
}
.ast_menu ul li {
    width: 100%;
}
.ast_menu ul li a:hover, .ast_menu ul li a.active{
	background-color: #ff6f00;
	color:#ffffff;
	border-top: 0px;
}
.ast_menu ul li a{
    padding: 10px;
    border-top: 0px;
    border-bottom: 1px solid #555555;
    color: #ffffff;
}

.menu_fixed .ast_menu ul li ul.submenu{
    box-shadow: none;
}
.ast_menu ul li ul.submenu li a{
	padding-left:25px;
	font-size:14px;
}
.ast_menu ul li ul.submenu li ul.submenu{
    position: inherit;
    width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    right: auto;
}
.menu_fixed .ast_menu ul li ul.submenu li ul.submenu{
    box-shadow: none;
}
.ast_menu ul li ul.submenu li ul.submenu li a{
	padding-left:40px;
}
.ast_header_bottom .col-sm-3{
	width:100%;
}
.Logo{
    width: 180PX;
    /* width: 200px;; */
}
.ast_menu_btn{
    display: block;
        float: none;
        position: absolute;
        /* top: 62px; */
        top: 20px;
        right: 15px;
        /* left: 15px; */
        border: none;
        width: 25px;
        height: 25px;
        font-size: 16px;
        color: #ffffff;
        /* background-color: #ff6f00; */
        background-color: #ec1f25;
        /* background-color: #4dc429; */
        border-radius: 3px;
}
}
@media (max-width: 767px) {
    .ast_banner_text .container{
        display: none;
    }
    .ast_btn{
    /* min-width: 110px;
    font-size: 15px; */
    font-size: 11px;
    padding: 4px 4px;
    position: absolute;
    transform: translate(-50px, 56px);
    width: unset;
    margin-top: 0;
    min-width: unset;
    height: unset;
    line-height: normal;
    border-radius: 6px;

}
/* .ast_menu_btn{
    display: block;
        float: none;
        position: absolute;
        top: 62px;
        right: 15px;
        left: 15px;
        border: none;
        width: 25px;
        height: 25px;
        font-size: 16px;
        color: #ffffff;
        /* background-color: #ff6f00; */
        /* background-color: #ec1f25; *
        background-color: #4dc429;
        border-radius: 3px;
} */
    .ast_about_wrapper.ast_about_wrapper_01 {
        padding: 70px 0px 70px;
    }
.ast_contact_details {
    width: 100%;
    text-align: center;
}
.ast_contact_details ul {
    float: none;
    width: auto;
    display: inline-block;
}
.ast_contact_details ul li {
    float: none;
    margin-right: 0px;
    margin: 2px 0px;
    display: inline-block;
}
.ast_autho_wrapper {
    width: 100%;
    text-align: center;
    margin-top: 5px;
}
.ast_autho_wrapper ul {
    float: none;
    width: auto;
    display: inline-block;
}
.ast_header_bottom {
    /* margin-top: 100px; */
    margin-top: 0;
}
.ast_logo {
    padding: 10px 0px;
}
/* .ast_menu_btn{
    display: block;
    float: none;
    position: absolute;
    top: 20px;
    right: 15px;
    border: none;
    width: 40px;
    height: 30px;
    font-size: 16px;
    color: #ffffff;
    background-color: #ff6f00;
    border-radius: 3px;
}
.ast_menu_btn:hover, .ast_menu_btn:focus{
	outline:none;
	border:none;
	box-shadow:none;
	text-shadow:none;
}
.ast_main_menu_wrapper{
	z-index: 2;
	position:fixed;
    left: 0px;
    top: 0px;
	bottom:0px;
    background-color:#333333;
	-webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_main_menu_wrapper {
    width: 300px;
}
.ast_main_menu_wrapper.ast_main_menu_hide{
	-webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_menu {
    overflow-y: scroll;
    height: 100%;
}
.ast_menu::-webkit-scrollbar {
    width: 5px;
}
.ast_menu::-webkit-scrollbar-track {
    background-color: #f4f4f4;
}
.ast_menu::-webkit-scrollbar-thumb {
	background-color: #ff6f00;
	outline: 0px;
}
.ast_menu ul {
    width: 100%;
}
.ast_menu ul li {
    width: 100%;
}
.ast_menu ul li a:hover, .ast_menu ul li a.active{
	background-color: #ff6f00;
	color:#ffffff;
	border-top: 0px;
}
.ast_menu ul li a{
    padding: 10px;
    border-top: 0px;
    border-bottom: 1px solid #555555;
    color: #ffffff;
}
.ast_menu ul li ul.submenu {
    position: inherit;
    width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
}
.menu_fixed .ast_menu ul li ul.submenu{
    box-shadow: none;
}
.ast_menu ul li ul.submenu li a{
	padding-left:25px;
	font-size:14px;
}
.ast_menu ul li ul.submenu li ul.submenu{
    position: inherit;
    width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    right: auto;
}
.menu_fixed .ast_menu ul li ul.submenu li ul.submenu{
    box-shadow: none;
}
.ast_menu ul li ul.submenu li ul.submenu li a{
	padding-left:40px;
} */
.ast_footer_wrapper {
    position: initial;
}
.ast_download_wrapper {
    margin-bottom: 0px;
}
.ast_overview_info {
    text-align: center;
}
.ast_overview_info h1 {
    width: 100%;
}
.ast_overview_info p {
    width: 100%;
}
.ast_about_info_img img {
    margin-top: 0;
    margin-bottom: 20px;
}
.ast_about_info {
    text-align: center;
}

.sidebar_wrapper {
    margin-top: 50px;
}

.ast_contact_map {
    padding-top: 450px;
}
.ast_testimonials_slider_box {
    padding: 0px 5px;
}
.ast_banner_text {
    padding: 100px 0px;
}
.ast_waves{
	display:none;
}
.ast_waves3{
	display:none;
}
.ast_packages_box.active {
    margin-top: 45px;
}
.ast_packages_box ul li {
    text-align: center;
    padding-left: 0;
}.ast_about_info_img {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 0;
}

    .ast_footer_wrapper .widget, .ast_footer_info, .ast_copyright_wrapper {
        text-align: center;
    }
    .ast_servicelink ul li a{
        font-size: 14px;
    }
    .ast_sociallink ul li a{
        font-size: 14px;
    }
    .ast_footer_wrapper .ast_gettouch li {
        justify-content: start;
        font-size: 14px;
        display: flex;
        text-align: left;
    }

}
@media (min-width: 568px) and (max-width: 767px) {
.ast_packages_mainbox .col-xs-12 {
    width: 50%;
}
.Logo{
    width:200px;
}
}
@media (min-width: 480px) and (max-width: 767px) {
.ast_counter_wrapper .col-xs-12 {
    width: 50%;
}
.Logo{
    width: 200px;
}
}
@media (max-width: 479px) {
    /* .ast_slider_wrapper.ast_index_vastu{
        height: 180px !important;
    } */
.ast_comment_text {
    width: 100%;
    margin-top: 15px;
}
.ast_main_menu_wrapper {
    width: 240px;
}
.ast_contact_form {
    padding: 15px 5px;
}
.ast_download_box ul li {
    margin-right: 0;
    margin: 5px;
}
.ast_download_box ul li:last-child {
    margin-right: 5px;
}
.ast_footer_info ul li a {
    margin: 2px;
}
.page_title h2 {
    font-size: 26px;
}
.ast_pagetitle ul.breadcrumb li a {
    font-size: 16px;
}
.ast_pagetitle {
    padding: 100px 0px 60px;
}
.ast_heading h1 {
    font-size: 28px;
}
.ast_heading p {
    font-size: 15px;
}
.ast_testimonials_slider_box {
    text-align: center;
}
.ast_testimonials_slider_box img {
    float: none;
    display: inline-block !important;
}
.ast_testimonials_slider_box_text {
	width:100%;
    padding-left: 0px;
    background-size: 44px;
}
.ast_testimonials_slider_box_text p {
    margin-top: 20px;
}
.ast_banner_text {
    padding: 100px 0px;
}
.ast_bannertext_wrapper h1 {
    margin: 0px 0px 0px 0px;
    font-size: 36px;
}
.ast_bannertext_wrapper ul li {
    margin-right: 30px;
    font-size: 18px;
}
.ast_whywe_info_box_info {
    padding-top: 15px;
    padding-right: 0px;
}
.ast_whywe_info_box_info p {
    font-size: 15px;
}
.ast_header_bottom.style_2 {
    margin-top: 0px;
    padding: 0px 0px;
}
.ast_waves{
	display:none;
}
.ast_waves3{
	display:none;
}
}
@media (max-width: 380px) {
.ast_header_bottom {
    margin-top: 110px;
    /* margin-top: 0px; */
}
}
@media (max-width: 320px) {
.ast_main_menu_wrapper {
    width: 210px;
}
}
@media (max-width: 240px) {}
/*---------- Responsive css end -------*/


/*----------- karishma css -----------*/
.ast_header_bottom{
	position:absolute;
}
.ast_header_bottom.menu_fixed{
	position:fixed;
    top: 0;
}
.ast_top_header{
	padding:0;
}
.ast_top_header .ast_contact_details{
	padding:15px 0;
}
.ast_top_header .ast_autho_wrapper{
	position:relative;
}
.ast_top_header .ast_autho_wrapper ul li{
	padding-top:15px;
	padding-bottom:15px;
}
li.ast_search , li.ast_cart{
	padding-left:0;
	margin-left:20px;
}
/* .ast_search{
	position:relative;
} */
.ast_search .ast_search_field{
	position: absolute;
    top: 100%;
    right: 0;
    background-color: #ffffff;
    padding: 12px 20px;
	width:350px;
    z-index: 100;
    box-shadow: 0px 0px 18px 0px rgba(4, 4, 4, 0.3);
	opacity:0;
	visibility:hidden;
	border-radius:30px;
	transform:translateY(20px);
	transition:all .3s;
}
.ast_search .ast_search_field input{
	height:35px;
	width:100%;
	border:1px solid #e1e1e1;
	padding:0 10px;
	border-radius:20px;
}
.ast_search:hover .ast_search_field{
	transform:translateY(0px);
	opacity:1;
	visibility:visible;
}
.ast_search .ast_search_field button{
	position: absolute;
    top: 12px;
    right: 20px;
    border-radius: 35px;
    height: 35px;
    padding: 0 20px;
    border: 1px solid transparent;
    background-color: #ff6f00;
    color: #ffffff;
	transition:all .3s;
}
.ast_search .ast_search_field button:hover{
	background-color:transparent;
	border-color:#ff6f00;
	color:#333333;
}
.ast_cart_box{
	position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    background-color: #ffffff;
    min-width: 250px;
	padding:20px 0 20px 20px;
	box-shadow:0px 0px 18px 0px rgba(4, 4, 4, 0.3);
	opacity:0;
	visibility:hidden;
	transform:translateY(10px);
	-webkit-transition:all .3s;
	-ms-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}
.ast_cart:hover .ast_cart_box{
	transform:translateY(0px);
	opacity:1;
	visibility:visible;
}
.ast_cart_list:after , .ast_cart_btn:after{
	width:100%;
	content:"";
	display:table;
}
.ast_top_header .ast_cart_list{
	border-bottom:1px solid #f5f5f5;
	max-height:172px;
	overflow-x:hidden;
	overflow-y:auto;
}

.ast_top_header .ast_cart_list ul li{
	padding:0 ;
	padding-bottom:15px;
	position:relative;
}
.ast_top_header .ast_cart_list a.ast_cart_remove{
	position:absolute;
	top:0;
	right:-25px;
	width:auto;
	color:#ff6f00;
}
.ast_cart_list .ast_cart_img{
	float:left;
}
.ast_cart_list .ast_cart_img img{
	width:70px;
	border:1px solid #e1e1e1;
}
.ast_cart_info{
	width:calc(100% - 70px);
	float:right;
	padding-left:10px;
}
.ast_cart_list .ast_cart_info a{
	font-size:16px;
	font-weight:500;
	font-family:'Philosopher', sans-serif;
	color:#333333;
	margin-bottom:5px;
	width:110px;
	text-transform:capitalize;
}
.ast_cart_list .ast_cart_info p{
	font-size:14px;
}
.ast_cart_box .ast_cart_total , .ast_cart_box .ast_cart_btn{
	padding-right:20px;
}
.ast_cart_box .ast_cart_total p{
	color:#333333;
	margin-top:10px;
	text-align:left;
	text-transform:capitalize;
}
.ast_cart_box .ast_cart_total p span{
	float:right;
	font-family:'Philosopher', sans-serif;
}
.ast_cart_box .ast_cart_btn{
	text-align:center;
	padding-top:5px;
}
.ast_cart_box .ast_cart_btn button{
	border:1px solid transparent;
	background-color:#ff6f00;
	color:#ffffff;
	display:inline-block;
	padding:8px 15px;
	border-radius:3px;
	text-transform:capitalize;
	-webkit-transition:all .3s;
	-ms-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}
.ast_cart_box .ast_cart_btn button:hover{
	background-color:transparent;
	color:#ff6f00;
	border-color:#ff6f00;
}
.ast_cart_list::-webkit-scrollbar {
	width:4px;
}
.ast_cart_list::-webkit-scrollbar-track {
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
}
.ast_cart_list::-webkit-scrollbar-thumb {
	background-color:#ff6f00;
	outline:#708090 solid 1px;
}
/**--- shop page css start ---**/
.ast_shop_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.ast_shop_main , .ast_shop_sidebar{
	width:100%;
	float:left;
}
.ast_product_section{
	border:1px solid #e1e1e1;
	overflow: hidden;
	max-height:315px;
	margin-bottom:30px;
}
.ast_product_section .ast_product_info{
	text-align:center;
	padding:18px 20px;
	background-color:#f4f4f4;
	transition:all .3s;
}
.ast_product_section:hover .ast_product_info {
    transform: translateY(-90px);
}
.ast_product_info .ast_info_bottom{
	text-align:center;
	padding-top:5px;
}
.ast_product_info i{
	color:#ff6f00;
	font-size:12px;
}
.ast_info_bottom .ast_btn{
	height:35px;
	line-height:33px;
}
.ast_product_info .ast_shop_title{
	margin-bottom:4px;
	font-weight:600;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
	text-transform:capitalize;
    -webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.ast_product_section .ast_product_info .ast_shop_title a{
	color:#ff6f00;
}
.ast_product_section .ast_product_image{
	padding:20px;
	padding-bottom:10px;
}
/*--- shop sidebar css start ---*/
.widget_filter , .widget_latest_product{
	width:100%;
	float:left;
	margin-bottom:30px;
}
.widget_filter .price-filter-range{
	width:100%;
	float:left;
	height:7px;
	background-color:#f1f1f1;
	border-color:transparent;
}
.widget_filter .price-range-field{
	border:none;
}
.widget_filter input#min_price{
	float:left;
}
.widget_filter input#max_price{
	float:right;
	text-align:right;
}
.widget_filter .price-range-field{
	width:60px;
}
.widget_filter .filter_input{
	width:100%;
	float:left;
	margin:10px 0;
}
.widget_filter .ast_btn{
	min-width:auto;
	height:35px;
	line-height:33px;
	margin-top:5px;
}
.widget_filter .ui-slider-handle {
    border-radius: 100%;
    width: 15px;
    height: 15px;
    top: -5px;
    background-color: #ff6f00;
    border-color: transparent;
    cursor: pointer;
}
.widget_filter .ui-slider-handle:focus{
	outline:none;
}
.widget_filter .ui-slider-horizontal .ui-slider-range{
	background-color:#ff6f00;
}
/**--- cart page css start ---**/
.ast_cart_wrapper{
	width:100%;
	float:left;
	background-color:#ffffff;
}
.cart_table {
	text-align:center;
}
.cart_table table {
    border-top: 1px solid #e8e8e8;
    margin-bottom: 30px;
}
.cart_table tr th, .cart_table tr td {
    font-size: 15px;
    font-weight: 400;
	text-align:center;
}
.cart_table tr th:first-child, .cart_table tr td:first-child {
    text-align: left;
}
.cart_table tbody tr th {
    background: #fafafa;
	border: 1px solid #f4f4f4;
	border-top: none;
	font-weight:500;
}
.cart_table tbody tr td {
    border: 1px solid #e8e8e8;
	padding: 20px 10px;
}
.cart_table tr .prod_thumb, 
.cart_table tr .product_details{
    display: table-cell;
    vertical-align: middle;
}
.cart_table tr .prod_thumb{
    width: 60px;
	height:60px;
    border: 1px solid #ccc;
}
.cart_table tr .product_details {
    padding-left: 15px;
}
.cart_table tr .product_details h4 a{
    font-size: 17px;
    font-weight: normal;
    margin: 5px 0 3px;
	text-transform:capitalize;
    color: #ff6f00;
}
.cart_table tr .product_details .prod_size {
    font-size: 14px;
}
.cart_table .pro_quantity {
    width: 50px;
    padding: 0;
    height: 30px;
    background-color: #f1f1f1;
    border: none;
    text-align: center;
}
.close_pro {
    color: #c2c2c2;
    font-size: 16px;
    cursor: pointer;
    width: 20px;
	height: 20px;
	display: inline-block;
	transition: all ease-in-out 0.25s;
	-webkit-transition: all ease-in-out 0.25s;
	-moz-transition: all ease-in-out 0.25s;
}
.close_pro:hover{
	color:#ff6f00;
}
.cupon_code_wrap .cupon_code {
    height: 45px;
    max-width: 200px;
    font-size: 16px;
    text-align: center;
    border: none;
    border-right: 0;
    background: #f1f1f1;
    vertical-align: middle;
    margin-right: 20px;
	padding:0 5px;
	border-radius:3px;
}
.cupon_code_wrap {
    display: flex;
}
.cupon_code_wrap .cupon_btn {
    vertical-align: middle;
}
.cart_table .proceed_btn {
    display: inline-block;
}
/*--- checkout page css start ---*/

.ast_checkout_wrapper {
    background-color: #ffffff;
	width:100%;
	float:left;
}
.checkout_wrapper_box {
    background-color: #f4f4f4;
    padding: 30px;
    float: left;
    width: 100%;
}
.checkout_wrapper_box #progressbar {
    border: none;
    margin-bottom:40px;
    list-style: none;
    padding: 0;
    text-align: center;
}
.checkout_wrapper_box #progressbar > li {
   color: #ff6f00;
    border: 1px solid;
    border-radius: 3px;
    background-color: transparent;
    font-size: 16px;
    padding: 0px 34px;
	margin:5px;
    height: 45px;
    line-height: 41px;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    display: inline-block;
    letter-spacing: 0.02em;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
	opacity:0.7;
}
.checkout_wrapper_box #progressbar > li:before, 
.checkout_wrapper_box #progressbar > li:after {
    z-index: -1;
    position: absolute;
    content: "";
    top: 0;
    width: 0;
    height: 100%;
    opacity: 0;
    background-color: #ff6f00;
    transition: all ease-in 0.25s;
    -webkit-transition: all ease-in 0.25s;
    -moz-transition: all ease-in 0.25s;
}
.checkout_wrapper_box #progressbar > li:before {
    left: 0;
}
.checkout_wrapper_box #progressbar > li:after {
    right: 0;
}
.checkout_wrapper_box #progressbar > li.active {
    color: #ffffff;
    opacity: 1;
    border: 1px solid #ff6f00;
}
.checkout_wrapper_box #progressbar > li.active:before, 
.checkout_wrapper_box #progressbar > li.active:after{
    width: 50.1%;
    height: 100%;
    opacity: 1;
}
.woocommerce_billing .form-group label {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
.woocommerce_billing .form-group .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 9px 15px;
    font-size: 15px;
    color: #777777;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9dcde;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
}
.woocommerce_billing .form-group textarea {
	height: 150px !important;
	resize: none;
}

.woocommerce_billing .form-group.checkbox{
    float: left;
    width:60%;
    position: relative;
	margin:0;
}
.woocommerce_billing .form-group.checkbox label {
	font-size: 14px;
    padding-left:30px;
	margin-bottom:0;
}
.woocommerce_billing .form-group label input {
    display: none;
}
.checkout_wrapper_box .step:not(:first-of-type) {
    display: none;
}
.woocommerce_billing .form-group label .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 15px;
    border: 1px solid #ff6f00;
}
.woocommerce_billing .form-group label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 0;
    left: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.woocommerce_billing .form-group label input:checked ~ .checkmark {
    background-color: #ff6f00;
}
.woocommerce_billing .form-group label input:checked ~ .checkmark:after {
    display: block;
}
.woocommerce_billing .next{
	float:right;
}
.ast_check_payment_method{
	
}
.ast_check_payment_method .form-control {
    margin-bottom: 21px;
}
.woocommerce_checkout_receipt {
    text-align: center;
    padding: 0 100px;
}
.woocommerce_checkout_receipt h1 {
    font-size: 28px;
    margin-bottom: 20px;
}
.woocommerce_checkout_receipt p {
    line-height: 28px;
    margin-bottom: 20px;
    color: #999999;
}
.woocommerce_checkout_receipt .receipt_btn{
    margin:5px;
}
.checkmark{
    position: relative;
    font-size: 10px
}
.woocommerce_billing .form-group {
    margin: 10px 0;
}
/*--- shop single page css start ---*/
.ast_proSingle_wrapper{
	width:100%;
	float:left;
	background-color:#ffffff;
}
.product_slider {
    max-width: 100%;
}
.pro_slider_thumbs .slick-list {
    padding: 0 !important;
}
.pro_thumb {
    position: relative;
}
.product_detail_wrap .slick-slide{
	border:1px solid transparent;
}
.pro_slider_thumbs .pro_thumb:after {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	content: "";
	background-color: #000;
	opacity: 0;
	width:5px;
	height:5px;
	transition: all ease-in 0.25s;
	-webkit-transition: all ease-in 0.25s;
	-moz-transition: all ease-in 0.25s;
}
.pro_slider_thumbs .pro_thumb.slick-current:after {
	width:100%;
	height:100%;
	opacity:0.5;
}
.product_detail_wrap {
    float: left;
    width: 100%;
}
.product_detail_cover {
    float: left;
    width: 100%;
}
.product_description h3 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 18px;
    margin: 0 0 10px;
}
.product_rating .ref_number {
    padding-right: 25px;
    padding-bottom: 25px;
    display: inline-block;
}
.product_description p {
    line-height: 25px;
    font-size: 14px;
}
.product_description .stock_details {
    color: #ff6f00;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-top: 30px;
    margin-bottom: 18px;
}
.product_description .prod_quantity {
    letter-spacing: 0.05em;
}
.prod_quantity input {
    width: 40px;
    padding: 0;
    height: 30px;
    background-color: #f1f1f1;
    border: none;
    text-align: center;
    margin-left: 5px;
}
.product_description .ad_wishlist {
    letter-spacing: 0.003em;
    text-decoration: none;
    display: inline-block;
    text-transform: capitalize;
}
.product_description .product_buy {
    margin-top: 40px;
}
.product_description .ad_wishlist {
    letter-spacing: 0.003em;
    text-decoration: none;
    display: inline-block;
    text-transform: capitalize;
    padding-left: 30px;
}
.product_description .ad_wishlist i {
    margin-left: 2px;
}
.product_description .ad_wishlist:hover {
    color: #ff6f00;
}
/*--- Product descrption ---*/
/*--- Product descrption Tabs ---*/
.product_desc_tabs {
    margin-top: 80px;
    float: left;
    width: 100%;
}
.product_desc_tabs ul.tabs {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.product_desc_tabs ul.tabs > li {
    float: left;
    font-size: 16px;
    text-transform: capitalize;
    padding: 0 15px;
    cursor: pointer;
    line-height: 28px;
    position: relative;
    border-bottom: 2px solid transparent;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}
.product_desc_tabs ul.tabs > li.current {
    color: #ff6f00;
    border-bottom: 2px solid #ff6f00;
}
.product_tab_content {
    float: left;
    width: 100%;
	background-color:#f4f4f4;
	padding:5px 30px 30px;
}
.tab_content {
    display: none;
}
.tab_content h4 {
    margin: 25px 0 10px;
    font-size: 18px;
    letter-spacing: 0.003em;
	padding-top:0;
	text-transform:capitalize;
	position:relative;
	padding-bottom:10px;
}
.tab_content h4:after{
	content: "";
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 70px;
    background-color: #ff6f00;
    height: 2px;
}
.tab_content p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.003em;
}
.tab_content.current {
    display: block;
    -webkit-animation: fadeleft 1s 1;
    -moz-animation: fadeleft 1s 1;
    animation: fadeleft 1s 1;
}
.slick-slide img{
	width:100%;
	border:1px solid #e1e1e1;
}
.ast_review_form input ,
.ast_review_form textarea{
	float: left;
    width: 100%;
    height: 45px;
    padding: 0px 15px;
    border: 1px solid #e1e1e1;
	margin-bottom: 15px;
}
.ast_review_form textarea{
	height:auto;
	padding-top:15px;
	resize:none;
}
.ast_related_pro .owl-carousel{
	width:100%;
	float:left;
}
.ast_related_pro .owl-carousel .ast_product_section{
	max-height:325px;
}
.pro_thumb.slick-slide:focus{
	outline:none;
}
.gray_wrapper{
	background-color:#f4f4f4;
}
.ast_white_wrapper{
	background-color:#ffffff;
}
/*--- palmistry page css start ---*/
.ast_palm_wrapper{
	width:100%;
	float:left;
	background-color:#ffffff;
}	
.ast_palm_section{
	position:relative;
	margin-bottom:70px;
	display:none;
}
.ast_palm_section .ast_palm_img{
	position: absolute;
    top: -33px;
    left: -100px;
    border-radius: 100%;
    background-color: #ff6f00;
    width: 270px;
    height: 270px;
    border: 12px solid #f4f4f4;
    text-align: center;
    overflow: hidden;
}
.ast_palm_section .ast_palm_img img{
	display:inline-block;
	margin-top:15px;
	width:220px;
}
.ast_palm_section .ast_palm_content{
    background-color: #f4f4f4;
    padding: 30px 20px 20px 190px;
}
.ast_palm_content h4{
	margin-top:0;
	font-size:20px;
}
.ast_palm_content h4 a{
	color:#333333;
	text-transform:capitalize;
}
.ast_palm_section:hover .ast_palm_content h4 a{
	color:#ff6f00;
}
.ast_palm_section.ast_palm_right .ast_palm_img{
	left:auto;
	right:-100px;
}
.ast_palm_section.ast_palm_right .ast_palm_content{
	padding: 30px 190px 20px 20px;
	text-align:right;
}
/*--- palmistry page css end ---*/
/*--- video style2 css start ---*/
.ast_videotour_wrapper.ast_video_style2{
	background-image:linear-gradient(rgba(0,0,0,0.8) , rgba(0,0,0,0.8)) , url(https://dummyimage.com/1920x558);
	background-image:-webkit-linear-gradient(rgba(0,0,0,0.8) , rgba(0,0,0,0.8)) , url(https://dummyimage.com/1920x558);
	background-image:-ms-linear-gradient(rgba(0,0,0,0.8) , rgba(0,0,0,0.8)) , url(https://dummyimage.com/1920x558);
	background-image:-moz-linear-gradient(rgba(0,0,0,0.8) , rgba(0,0,0,0.8)) , url(https://dummyimage.com/1920x558);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	color:#ffffff;
}
.ast_video_style2 .ast_heading{
	color:#ffffff;
	margin-bottom:70px;
}
.ast_video_style2 .ast_heading h1{
	color:#ffffff;
}
.ast_video_style2 .ast_videotour_img a{
	position:relative;
	display:inline-block;
	background-color:transparent;
	border:2px solid #ffffff;
	line-height:60px;
	color:#ffffff;
	margin-bottom:30px;
}
.ast_video_style2 .ast_videotour_img p{
	font-size:16px;
}

#login-dialog , #signup-dialog{
	text-align:center;
}
#login-dialog .ast_login_data{
	width:100%;
	float:left;
	margin-bottom:20px;
}
#login-dialog .ast_login_data a{
	float:right;
	transition:all .3s;
	-webkit-transition:all .3s;
	-ms-transition:all .3s;
	text-transform:capitalize;
}
#login-dialog .ast_login_data label{
	cursor:pointer;
	font-weight:400;
	float:left;
	text-transform:capitalize;
	transition:all .3s;
	-webkit-transition:all .3s;
	-ms-transition:all .3s;
}
#login-dialog .ast_login_data label:hover , #login-dialog .ast_login_data a:hover{
	color:#ff6f00;
}
#login-dialog input[type='checkbox']{
	box-shadow: none;
    width: auto;
    float: left;
    height: auto;
    margin: 0;
    margin-right: 10px;
    margin-top: 7px;
}
#signup-dialog p , #login-dialog p{
	text-align:center;
	margin-top:10px;
	margin-bottom:0;
}
#signup-dialog p a , #login-dialog p a{
	color:#ff6f00;
}
#signup-dialog .ast_btn{
	margin-top:10px;
}
/*--- privacy and policy page css start ---*/
.ast_pp_wrapper{
	width:100%;
	float:left;
	background-color:#ffffff;
}
.ast_pp_section{
	width:100%;
	float:left;
	padding:30px;
	box-shadow:0px 4px 25px -6px #777777;
	background-color:#f4f4f4;
}
.ast_pp_section h5{
	font-size:18px;
}
.ast_pp_section p{
	margin:0 0 25px;
}
/*--- privacy and policy page css end ---*/
/*--- crystal ball css start ---*/
.ast_crystal_wrapper , .ast_face_wrapper{
	width:100%;
	float:left;
	background-color:#ffffff;
}
/*--- crystal ball css end ---*/
/*--- horoscope css ---*/
.horoscope_search .ast_search_box{
	margin:0;
}
.horoscope_search{
	background-image:-webkit-linear-gradient(rgba(0,0,0,0.7) , rgba(0,0,0,0.7) , url('../images/content/breadcrumb_bg.jpg'));
	background-image:-ms-linear-gradient(rgba(0,0,0,0.7) , rgba(0,0,0,0.7) , url('../images/content/breadcrumb_bg.jpg'));
	background-image:-moz-linear-gradient(rgba(0,0,0,0.7) , rgba(0,0,0,0.7) , url('../images/content/breadcrumb_bg.jpg'));
	background-image:-o-linear-gradient(rgba(0,0,0,0.7) , rgba(0,0,0,0.7) , url('../images/content/breadcrumb_bg.jpg'));
	background-image:linear-gradient(rgba(0,0,0,0.8) , rgba(0,0,0,0.8)) , url(../images/content/breadcrumb_bg.jpg);
	background-size:cover;
	background-attachment:fixed;
}

/*--- vastu page css ---*/
.ast_vastu_info ul{
	margin:0;
	width:100%;
	float:left;
	/* margin-top:40px; */
	margin-top:0px;
	padding-left:30px;
}
.ast_vastu_info ul li{
	/* font-size:22px; */
	font-size:16px;
	padding-bottom:10px;
	list-style:none;
	position:relative;
    font-weight: 600;
}
.ast_vastu_info ul li:after{
	position: absolute;
    content: "";
    top: 11px;
    left: -30px;
    width: 6px;
    height: 6px;
    background-color: #ff6f00;
    border-radius: 100%;
}
/*--- about slider ---*/

.ast_about_wrapper .row {
    align-items: center;
}
.ast_about_wrapper.ast_bottompadder70 {
    padding-bottom: 130px;
}
.about_slider .about_img {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.about_slider{
	width:100%;
	float:left;
	position:relative;
	height:300px;
}
.about_slider .card {
  position: absolute;
  left:25%;
  display: block;
  width: 300px;
  height: 207px;
 -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s;
  border-radius: 4px;
  border-radius:30px;
}
.about_slider .a {
 -o-transform: translate3d(70px, -80px, -50px);
  -moz-transform: translate3d(70px, -80px, -50px);
  -ms-transform: translate3d(70px, -80px, -50px);
  -webkit-transform: translate3d(70px, -80px, -50px);
  transform: translate3d(-70px, 55px, -50px);
  opacity: .6;
}
.about_slider .c {
   -ms-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  z-index:8;
  box-shadow: 0 20px 50px rgba(0, 34, 45, 0.5);
  -webkit-box-shadow: 0 20px 50px rgba(0, 34, 45, 0.5);
  -moz-box-shadow: 0 20px 50px rgba(0, 34, 45, 0.5);
  -ms-box-shadow: 0 20px 50px rgba(0, 34, 45, 0.5);
  -o-box-shadow: 0 20px 50px rgba(0, 34, 45, 0.5);
}
.about_slider .btn-wrap{
    position: absolute;
    z-index: 20;
    bottom: 12px;
    right: 95px;
}
.about_slider .btn {
  position: absolute;
  top: 0;
  display: block;
  width: 10px;
  height: 10px;
  outline:none;
  padding:0px;
 -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: .5;
  border-radius: 50%;
  background-color: #cbcbcb;
}
.about_slider .focus {
   width: 15px;
  height: 15px;
  -moz-transform: translate(-3px, -3px);
  -ms-transform: translate(-3px, -3px);
  -o-transform: translate(-3px, -3px);
  -webkit-transform: translate(-3px, -3px);
  transform: translate(-3px, -3px);
  opacity: 1;
  background-color: #ff6f00;
}
.about_slider #one {
  left: 0;
}
.about_slider #two {
  left: 25px;
}
.about_slider img{
	border-radius:30px;
	border:2px solid #ff6f00;
	width:300px;
	margin-top:-30px;
}
.ast_about_info_img.abt_img img{
	display:inline-block;
	margin-top:20px;
}
.about_slider.slider_half img , .about_slider.slider_half .card{
	width:auto;
}
.about_slider.slider_half .btn-wrap{
	bottom:-38px;
}
/*--- about slider ---*/
.ast_slider_wrapper.index_horoscope{
	background-image:linear-gradient(rgba(0,0,0,0.4) , rgba(0,0,0,0.4)) , url(https://dummyimage.com/1920x1080);
}
.ast_slider_wrapper.ast_index_gemstone{
	background-image:linear-gradient(rgba(0,0,0,0.4) , rgba(0,0,0,0.4)) , url(https://dummyimage.com/1920x1080);
}
.ast_slider_wrapper.ast_index_tarot{
	background-image:linear-gradient(rgba(0,0,0,0.4) , rgba(0,0,0,0.4)) , url(https://dummyimage.com/1920x1080);
}
.ast_slider_wrapper.ast_index_palmistry{
	background-image:linear-gradient(rgba(0,0,0,0.4) , rgba(0,0,0,0.4)) , url(https://dummyimage.com/1920x1080);
}
/* .ast_slider_wrapper.ast_index_vastu{
	background-image:linear-gradient(rgba(0,0,0,0.6) , rgba(0,0,0,0.6)) , url(https://dummyimage.com/1920x1080);
} */
 .ast_slider_wrapper.ast_index_vastu{
	/* background-image:url(../images/banners/vastushastra-home-bannner.jpg); */
	/* background-image:url(../images/banners/vastushastra-home-bannner.jpeg); */
    /* background-size: cover; */
        /* background-size: calc(100% - -8px); */
    /* background-repeat: no-repeat; */
    position: relative;
    height: 100vh;
  background: url('../images/banners/vastushastra-home-bannner.jpeg') center/cover no-repeat;
  /* background: url('../images/banners/Mobile-home-banner.jpeg') center/cover no-repeat; */

}
.ast_slider_wrapper1{
     position: relative;
    height: 90vh;
    /* height: 400px; */
  background: url('../images/banners/vastushastra-home-bannner.jpeg') center/cover no-repeat;
}
.ast_slider_wrapper10{
     position: relative;
    /* height: 70vh; */
    height: 276px;

    /* height: 400px; */
  background: url('../images/banners/kl-banner.jpeg') center/cover no-repeat;
}

.ast_slider_wrapper2.residential-vastu{
     position: relative;
    /* height: 90vh; */
    height: 248px;
	/* background:linear-gradient(rgba(0,0,0,0.4) , rgba(0,0,0,0.4)), url('../images/banners/Residential-banner.jpg') center/cover no-repeat; */
    background:  url(../images/banners/Residential-banner.jpeg) center / cover no-repeat;
  /* background: url('../images/banners/Residential-banner.jpg') center/cover no-repeat; */
  /* background: url('../images/banners/Mobile-Temple.jpeg') center/cover no-repeat; */

}
.ast_slider_wrapper3.industrial-vastu{
     position: relative;
    /* height: 90vh; */
    height: 248px;
  /* background: linear-gradient(rgb(0 0 0 / 63%), rgb(0 0 0 / 0%)),url('../images/banners/Industrial-banner.jpg') center/cover no-repeat; */
  
  background: url('../images/banners/Industrial-banner.jpeg') center/cover no-repeat;

}
.ast_slider_wrapper4.commercial-vastu{
     position: relative;
    /* height: 90vh; */
    height: 248px;
  /* background: linear-gradient(rgb(0 0 0 / 63%), rgb(0 0 0 / 0%)), url('../images/banners/Commercial-banner.jpg') center/cover no-repeat; */
  background: url('../images/banners/Commercial-banner.jpeg') center/cover no-repeat;

}
.ast_slider_wrapper5.temple-vastu{
     position: relative;
    /* height: 90vh; */
    height: 248px;
  /* background:linear-gradient(rgb(0 0 0 / 63%), rgb(0 0 0 / 0%)),  url('../images/banners/Temple-banner.jpeg') center/cover no-repeat; */
  background: url('../images/banners/Temple-banner.jpeg') center/cover no-repeat;

}
.ast_slider_wrapper6.hospital-vastu{
     position: relative;
    /* height: 90vh; */
    height: 248px;
  /* background:linear-gradient(rgb(0 0 0 / 63%), rgb(0 0 0 / 0%)), url('../images/banners/Hospital-banner.jpg') center/cover no-repeat; */
  background: url('../images/banners/Hospital-banner.jpeg') center/cover no-repeat;

}
.ast_slider_wrapper7.corporate-vastu{
     position: relative;
    /* height: 90vh; */
    height: 248px;
  /* background:linear-gradient(rgb(0 0 0 / 63%), rgb(0 0 0 / 0%)), url('../images/banners/Corporate-banner.jpg') center/cover no-repeat; */
  background: url('../images/banners/Corporate-banner.jpeg') center/cover no-repeat;

}

.ast_slider_wrapper8.gallery{
     position: relative;
    height: 248px;
    /* height: 90vh; */
    /* height: 400px; */
  background: url('../images/banners/Gallery-Banner.jpeg') center/cover no-repeat;
}
.ast_slider_wrapper9.lord-vishwakarma-banner{
     position: relative;
    height: 276px;
    /* height: 90vh; */
    /* height: 400px; */
  background: url('../images/banners/lord-Banner.jpeg') center/cover no-repeat;
}

.ast_slider_wrapper11.testimonials-banner{
     position: relative;
    /* height: 3px; */
    height: 40vh;
    /* height: 400px; */
  background: url('../images/Testimonials-banner-New.jpg') center/cover no-repeat;
}

.read-more-btn{

    color:#25D366;
    font-weight: bold;
    color:  #25D366; font-weight: bold;
}
.read-more-btn:hover{
text-decoration: underline;
}
.ast_bannertext_wrapper h1 {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1s ease forwards;
  animation-delay: 0.3s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ast_slider_wrapper.ast_index_numerology{
	background-image:linear-gradient(rgba(0,0,0,0.6) , rgba(0,0,0,0.6)) , url(https://dummyimage.com/1920x1080);
}
/*--- faq page css start ---*/
.ast_faq_wrapper{
	width:100%;
	float:left;
	background-color:#ffffff;
}
.ast_faq_wrapper .panel-group{
	margin-bottom:0;
}
.ast_faq_section .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #ff6f00;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.ast_faq_section .accordion-button:focus {
    z-index: 3;
    border-color: #ff6f00;
    outline: 0;
    box-shadow: 0 0 0 1px rgb(255 111 0);
}
.ast_faq_section .panel-default>.panel-heading button{
	display:block;
	background-color:#f1f1f1;
	padding:10px;
	font-size:18px;
}
.ast_faq_section .panel-default>.panel-heading button[aria-expanded="true"] , 
.panel-group .panel:first-child .panel-heading button{
	background-color:#ff6f00;
	color:#ffffff;
}
.ast_faq_section .panel-default>.panel-heading button[aria-expanded="false"]{
	background-color:#f7f5f5;
	color:#333333;
}
.ast_faq_section .panel-group .panel{
	border:none;
	margin-top:20px;
}
.ast_faq_section .accordion-body {
    background-color: #f4f4f4;
    margin-top: 10px;
    border-top: none;
    position: relative;
    box-shadow: 0px 0px 5px 0px rgb(4 4 4 / 20%);
}
.ast_faq_section .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "+";
    font-size: 30px;
    line-height: 22px;
    background-image: none;
    transition: transform .2s ease-in-out;
}
.ast_faq_section .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #ff6f00;
    /* box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%); */
    box-shadow: 0px 0px 5px 0px rgb(4 4 4 / 20%);
    border-radius: 5px;
}
.ast_faq_section .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(-180deg);
    content: "-";
    font-size: 40px;
    line-height: 13px;
}
.ast_faq_section button.accordion-button {
    color: #333333;
    background-color: #f4f4f4;
    box-shadow: none;
    font-size: 18px;
    box-shadow: 0px 0px 5px 0px rgb(4 4 4 / 20%);
    line-height: 22px;
}
.ast_faq_section .accordion-item {
    background-color: #fff;
    border: none;
    margin: 15px 0;
}
/*--- responsive css start ---*/
@media(max-width:1400px){
    /* .text h2{
        font-size: 12px ;
    }
    .stat-box img{
        width: 40px;
        height: 40px;
    }
    .hero-cta-row{
        margin-bottom: 10px;
    }
    .serving-text{
        font-size: 12px;
    } */
     
.ast_contact_form {
	    width: 60%;
	}
	.ast_product_section:hover .ast_product_info {
    transform: translateY(-55px);
}
}
@media(max-width:1199px){
	.ast_product_section{
		max-height:275px;
	}
	.ast_related_pro .owl-carousel .ast_product_section{
		max-height:285px;
	}
	.about_slider .btn-wrap{
		right:25px;
	}
	.about_slider.slider_half .btn-wrap{
		bottom:12px;
	}
	.ast_contact_form {
	    width: 65%;
	}
}
@media(max-width:991px){
	.woocommerce_checkout_receipt {
		padding: 0;
	}
	.ast_product_section {
	    max-height: 380px;
	}
	.ast_related_pro .owl-carousel .ast_product_section{
		max-height:393px;
	}
	.ast_palm_section{
		text-align:center;
	}
	.ast_palm_section .ast_palm_img , .ast_palm_section.ast_palm_right .ast_palm_img{
		position:relative;
		display:inline-block;
		top:auto;
		left:auto;
		right:auto;
	}
	.ast_palm_section .ast_palm_content , .ast_palm_section.ast_palm_right .ast_palm_content{
		padding:20px;
		text-align:center;
	}
	.about_slider , .about_slider.slider_half{
		margin-bottom:30px;
		height:282px;
	}
	.about_slider .card , .about_slider.slider_half .card{
		left:35%;
		width:auto;
	}
	.about_slider.slider_half img , .about_slider.slider_half .card{
		width:300px;
	}
.ast_menu ul li.as_submenu_li:after {
    position: absolute;
    content: '';
    border-left: 5px solid #ef1f1f00;
    border-right: 5px solid #ff000000;
    border-top: 5px solid #ffffff;
    top: 20px;
    right: 10px;
    z-index: 1;
}
.ast_contact_form {
    width: 80%;
}
.ast_heading p {
    width: 100%;
}
.about_slider .card {
    height: auto;
}
.product_description .ad_wishlist {
    padding-left: 25px;
}
/*.ast_menu ul li ul.submenu {
	position: static;
}*/
}

@media(max-width:767px){
    .ast_vastu_info .lord-vishwakarma, .ast_vastu_info img{
        margin: 0;
        max-width: 100%;
    }
    .ast_vastu_info h3{
        margin: 6px 0;
    }
    /* .ast_vastu_info p{
        text-align: justify;
    } */
    .ast_vastu_box{
        margin-bottom: 10px;
    }
.name-strip{
    width: 64%;
}
	.about_slider .card {
	    height: 207px;
	}
	.ast_top_header .ast_contact_details , .ast_top_header .ast_autho_wrapper ul li{
		padding-top:8px;
		padding-bottom:8px;
	}
	.ast_top_header{
		text-align:center;
	}
	.ast_autho_wrapper{
		display: inline-block;
		float: none;
		width: auto;
	}
	.table-responsive>.table{
		margin-bottom:30px;
	}
	.table-responsive{
		border:none;
	}
	.ast_product_section , .ast_related_pro .owl-carousel .ast_product_section{
		max-height:100%;
	}
	.ast_product_section:hover .ast_product_info , .ast_related_pro .ast_product_section:hover .ast_product_info{
		transform:translateY(0);
	}
	.product_description{
		margin-top:50px;
	}
	.about_slider , .about_slider.slider_half{
		height:325px;
	}
	.about_slider .btn-wrap{
		bottom:6%;
		right:50%;
	}
	.ast_tarot_box a .terot_content{
		max-width:213px;
		left:0;
		right:0;
		margin:0 auto;
	}
	.product_detail_cover{
		text-align:center;
	}
	.product_slider{
		max-width:90%;
		display:inline-block;
	}
	.product_description{
		text-align:left;
	}
	.ast_search .ast_search_field {
	    width: 100%;
	}
	.ast_product_section .ast_product_image {
	    display: flex;
	    justify-content: center;
	}
}

@media(max-width:479px){
	.checkout_wrapper_box{
		padding:20px;
	}
	.woocommerce_billing .form-group.checkbox{
		width:100%;
	}
	.about_slider .card , .about_slider.slider_half .card{
		left:25%;
		height:0;
	}

}						


/*================Responsive Style==================*/
/*@media(max-width:575px){
	.ast_menu_btn {
	    top: -65px !important;
	}
}*/
@media(max-width:500px){
.ast_bannertext_wrapper {
    padding-top: 30px;
}
.ast_error_info h1 {
    margin-top: 50px;
    font-size: 24px;
}
.ast_error_info p {
    font-size: 16px;
    margin-bottom: 40px;
}
.ast_contact_details ul li:last-child {
    margin: 10px;
}
.ast_contact_form {
    width: 100%;
    padding: 40px;
}				
}				

@media(max-width:420px){
	.about_slider.slider_half img, .about_slider.slider_half .card {
	    width: 200px;
	}
	.about_slider img {
	    margin-top: 0;
	}
}	

@media(max-width:380px){
	.woocommerce_billing .next {
	    margin-top: 30px;
	}
	.ast_header_bottom {
    margin-top: 0px;
}
}	

/* ===== Shared Site Enhancements ===== */
.ast_footer_wrapper {
	/* background:
		linear-gradient(rgba(54, 16, 16, 0.88), rgba(54, 16, 16, 0.88)),
		url("../images/banners/seamless-orange-background-with-gold-floral-pattern-word-energize-your-designs-with-v-scaled.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat; */


        /* --display: flex;
    --min-height: 450px;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 10px 10px;
    --row-gap: 10px;
    --column-gap: 10px;
    --overflow: hidden;
    --overlay-opacity: 0.12;
    --padding-top: 100px;
    --padding-bottom: 100px;
    --padding-left: 0px;
    --padding-right: 0px;

    --margin-left: auto;
    --margin-right: auto;
    max-width: min(100%, 100%);

        align-content: normal;
    align-items: normal;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal;
    background-color: #1C0D0A; */
    padding: 60px 0 20px;
}

.ast_footer_wrapper::before{
    /* --align-self: flex-end; */
        /* background-image: ; */
    --background-overlay: '';
    background-size: cover;

    background:
		/* linear-gradient(rgba(54, 16, 16, 0.88), rgba(54, 16, 16, 0.88)), */
		url("../images/banners/seamless-orange-background-with-gold-floral-pattern-word-energize-your-designs-with-v-scaled.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.ast_footer_wrapper {
  background:
    linear-gradient(rgba(54, 16, 16, 0.88), rgba(54, 16, 16, 0.88)),
    url("../images/banners/seamless-orange-background-with-gold-floral-pattern-word-energize-your-designs-with-v-scaled.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.reveal-text,
.reveal-image {
	opacity: 0;
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-text {
	transform: translateY(24px);
}

.reveal-image {
	transform: scale(0.94);
}

.reveal-text.in-view,
.reveal-image.in-view {
	opacity: 1;
	transform: none;
    /* font-family: 'cinzel'; */
}

.fade-left,
.fade-right {
	opacity: 0;
	transition: opacity 0.75s ease, transform 0.75s ease;
}

.fade-left {
	transform: translateX(36px);
	/* transform: translateX(-10px); */
}

.fade-right {
	transform: translateX(-36px);
	/* transform: translateX(10px); */
}

.fade-left.in-view,
.fade-right.in-view {
	opacity: 1;
	transform: translateX(0);
}

.service-detail-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 28px;
}

.service-detail-card {
	background: #fff;
	border: 1px solid #f2d9d9;
	border-radius: 12px;
	padding: 18px 16px;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

.service-detail-card i {
	color: #ec1f25;
	font-size: 22px;
	margin-bottom: 10px;
}

.service-detail-card h5 {
	font-size: 18px;
	margin-bottom: 8px;
}

.service-detail-card p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.7;
}

.service-detail-cta {
	margin-top: 22px;
	text-align: center;
}

@media (min-width: 768px) and (max-width: 990px) {
	.ast_footer_wrapper .widget {
		margin-bottom: 24px;
	}

	.ast_footer_info,
	.ast_copyright_wrapper {
		text-align: center;
	}

	.service-detail-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.service-detail-grid {
		grid-template-columns: 1fr;
	}
    .widget.text-widget{
        margin-bottom: 30px;
    }
    
}
						




/* /blog */
    .blog-header {
        background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
        url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c');
        background-size: cover;
        background-position: center;
        color: white;
        padding: 100px 20px;
        text-align: center;
    }

    .blog-title {
        font-size: 42px;
        font-weight: bold;
        color: #fff;
    }

    .blog-content {
        background: white;
        padding: 40px;
        margin-top: -50px;
        border-radius: 10px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        margin-bottom: 50px;
    }

    .blog-content p {
        line-height: 1.8;
        font-size: 17px;
        color: #333;
    }

    .highlight {
        color: #ec1f25;
        font-weight: bold;
    }

    .blog-image {
        width: 100%;
        border-radius: 10px;
        margin: 20px 0;
        max-width: 100%;
    }

   



    /* book */
    .book-header {
        background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
        url('../images/banners/Slide-2.jpeg');
        background-size: cover;
        background-position: center;
        color: white;
        padding: 100px 20px;
        text-align: center;
    }

    .book-title {
        font-size: 42px;
        font-weight: bold;
        color: #fff;
    }

    .book-content {
        background: white;
        padding: 40px;
        margin-top: -50px;
        border-radius: 10px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        margin-bottom: 50px;
    }

    .book-content p {
        line-height: 1.8;
        font-size: 17px;
        color: #333;
    }

    .highlight {
        color: #ec1f25;
        font-weight: bold;
    }

    .book-image {
        width: 100%;
        border-radius: 10px;
        margin: 20px 0;
        max-width: 100%;
    }

   

    
  /* ── PAIN SECTION ── */
  .pain-section {
    background: #f7f0e2;
    padding: 90px 5% 30px;
    /* padding: 90px 5% 80px; */
    position: relative; 
  }
  .pain-section::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
  }
  .pain-inner { 
    /* max-width: 1100px; */
     margin: 0 auto; 
}
  /* .pain-eyebrow { font-family: 'Cinzel', serif; font-size: 14px; letter-spacing: 4px; color: var(--gold); text-transform: uppercase; text-align: center; margin-bottom: 16px; } */
  .pain-eyebrow { font-family: 'Playfair Display', serif; font-size: clamp(26px, 3.5vw, 46px); font-weight: 900;
    text-align: center; font-weight:bold ;  letter-spacing: 4px; color: #000; text-transform: uppercase; text-align: center;   font-size: 22px;
    font-size: clamp(1.4rem, 3vw, 1.6rem);
    font-weight: 600;
    /* color: var(--white); */
    letter-spacing: 2px;
    color: var(--red); 
    display: block; }
  .pain-heading {
    font-family: 'Cinzel'; font-size: clamp(26px, 3.5vw, 46px); font-weight: 900;
    text-align: center; color: var(--dark); line-height: 1.2;

    font-size: clamp(26px, 3.5vw, 1.8rem);
    font-weight: 900;
    /* color: var(--gold); */
    letter-spacing: 1px;
    line-height: normal;
    display: block;
    text-wrap-mode: nowrap;
    text-transform: uppercase;
    text-shadow: 0 0 40px rgba(201, 168, 76, 0.3);
/* position: relative; */
color: var(--red);
margin-bottom: 0 !important;
color: var(--red); 

  }
  .pain-heading .em { color: var(--red);     font-style: normal;
    
    /* text-decoration: underline;
    text-decoration-color: var(--gold);
    text-underline-offset: 5px;  */
}
  /* .pain-heading::after{
    content: '';
    width: 100%;
    height: 2px;
    background-color: red;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    
} */
  .pain-subheading {
    text-align: center; font-family: 'Playfair Display', serif; font-size: clamp(26px, 3.5vw, 46px); font-weight: 900;
    text-align: center; color: #000; 
    /* margin-bottom: 56px;  */

    font-size: clamp(1.1rem, 2.5vw, 1.6rem);
    font-weight: 700;
    /* text-transform: ; */
    /* color: var(--white); */
    /* letter-spacing: 3px; */
    display: block;
    color: var(--red); 
    /* text-wrap-mode: nowrap; */
  }

  .pain-eyebrow , .pain-heading, .pain-subheading{
    font-family: 'Cinzel', serif;
    /* font-family: 'Playfair Display', serif; */
    /* font-size: clamp(26px, 3.5vw, 40px); */
    font-weight: 900;
    /* text-align: center; */
    /* color: var(--dark); */
    /* line-height: 1.2;
    text-transform: uppercase; */
    /* margin-bottom: 12px; */
  }


  .ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 22px;}

    .orn-line {
    width: 350px;
    height: 1.5px;
    background: linear-gradient(90deg, transparent, #c8922a);
}
.orn-diamond {
    width: 16px;
    height: 16px;
    background: #c8922a;
    transform: rotate(45deg);
}
.orn-line.right {
    background: linear-gradient(90deg, #c8922a, transparent);
}

.sub-underline {
    width: 90px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #c8922a, transparent);
    margin: 0 auto;
    border-radius: 2px;
    margin-bottom: 56px;
}
  .pain-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 0px;
  }
  .pain-card {
    background: #fff; border: 1px solid rgba(139,26,26,0.12);
    border-left: 3px solid #8b1a1a; border-radius: 4px;
    padding: 20px 22px; display: flex; align-items: center; gap: 14px;
    transition: transform 0.25s, box-shadow 0.25s;
  }
  .pain-card:hover { transform: translateX(4px); box-shadow: -4px 4px 20px rgba(139,26,26,0.1); }
  .pain-icon { font-size: 22px; flex-shrink: 0; }
  .pain-text { font-size: 16px; color: var(--text); font-weight: 700; line-height: 1.4; }


  /*  */

  .course-highlights div .col-md-4 img{
        max-width: 100%;
    box-shadow: aliceblue;
    /* box-shadow: 8px 11px 10px gray; */
    /* box-shadow: 0px 20px 18px gray;; */
    /* box-shadow: -4px 0px 18px 0px #808080c4; */
    margin: 10px 0;
    border-radius: 22px;
  }

  #register img{
    max-width: unset !important;  
    width: 22% !important;
  }
 
  .wrapper {
    width: 80%;
    /* max-width: 780px; */
  }

  /* ── Arrow banner ── */
  .option-item {
    display: flex;
    align-items: stretch;
    margin-bottom: 12px;
    position: relative;
    opacity: 0;
    transform: translateX(-80px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }

  /* Even items slide from the right */
  .option-item:nth-child(even) {
    transform: translateX(80px);
  }

  .option-item.visible {
    opacity: 1;
    transform: translateX(0);
  }

  /* Stagger delays */
  .option-item:nth-child(1) { transition-delay: 0.0s; }
  .option-item:nth-child(2) { transition-delay: 0.15s; }
  .option-item:nth-child(3) { transition-delay: 0.30s; }
  .option-item:nth-child(4) { transition-delay: 0.45s; }
  .option-item:nth-child(4) { transition-delay: 0.55s; }

  /* ── Label block (left pentagon) ── */
  .label-block {
    position: relative;
    min-width: 110px;
    width: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px 14px 18px 22px;
    clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
    z-index: 2;
    flex-shrink: 0;
    height: 68px;
  }

  .label-block .opt-text {
    font-family: 'Oswald', sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.85);
    line-height: 1;
  }

  .label-block .opt-number {
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
  }

  /* ── Content parallelogram ── */
  .content-block {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    padding: 18px 54px 18px 28px;
    margin-left: -2px;
    clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%, 14px 50%);
    z-index: 1;
    height: 68px;
  }

  .content-block p {
    /* font-size: 12.5px;
    line-height: 1.65; */
    color: rgba(255,255,255,0.92);
    font-size: 16px;
    /* color: var(--text); */
    /* color: #000; */
    font-weight: bold;
    /* color: #e7a843; */
    /* line-height: 1.8; */
    margin: 0 ;
  }

  /* Icon circle at right of content */
  .icon-circle {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255,255,255,0.18);
    border: 2px solid rgba(255,255,255,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .icon-circle svg {
    width: 14px;
    height: 14px;
    fill: #fff;
  }

  /* ── Color themes ── */
  /* Row 1 – Gold */
  .option-item:nth-child(1) .label-block  { background: #00305c; }
  /* .option-item:nth-child(1) .label-block  { background: #011733; } */
  /* .option-item:nth-child(1) .content-block { background: #3a5080; } */
  .option-item:nth-child(1) .content-block { background: #00305c; }

  /* Row 2 – Blue */
  /* .option-item:nth-child(2) .label-block  { background: #3a5080; }
  .option-item:nth-child(2) .content-block { background: #3a5080; } */
.option-item:nth-child(2) .label-block  { background: #00305c; }
  .option-item:nth-child(2) .content-block { background: #00305c; }
  /* Row 3 – Red */
  /* .option-item:nth-child(3) .label-block  { background: #c0392b; }
  .option-item:nth-child(3) .content-block { background: #3a5080; } */
  .option-item:nth-child(3) .label-block  { background: #00305c; }
  .option-item:nth-child(3) .content-block { background: #00305c; }

  /* Row 4 – Purple */
  /* .option-item:nth-child(4) .label-block  { background: #6b4fa0; }
  .option-item:nth-child(4) .content-block { background: #3a5080; } */
  .option-item:nth-child(4) .label-block  { background: #00305c; }
  .option-item:nth-child(4) .content-block { background: #00305c; }

  /* Row 5 – Purple */
  /* .option-item:nth-child(5) .label-block  { background: #22a85a; }
  .option-item:nth-child(5) .content-block { background: #3a5080; } */
  .option-item:nth-child(5) .label-block  { background: #00305c; }
  .option-item:nth-child(5) .content-block { background: #00305c; }

  /* ── Responsive ── */
  @media (max-width: 540px) {
    .label-block {
      min-width: 80px;
      width: 80px;
      padding: 14px 10px 14px 14px;
    }
    .label-block .opt-number { font-size: 30px; }
    .label-block .opt-text   { font-size: 8px; }
    .content-block { padding: 14px 44px 14px 18px; }
    .content-block p { font-size: 11px; }
    .icon-circle { right: 10px; width: 24px; height: 24px; }
    .icon-circle svg { width: 11px; height: 11px; }
  }

  @media (max-width: 380px) {
    .label-block { min-width: 68px; width: 68px; }
    .label-block .opt-number { font-size: 24px; }
    .content-block p { font-size: 10px; }
  }
  /*  */

  /* ── BRIDGE ── */
  .bridge {
    /* background: var(--dark); */
    background-color: #f7f0e2;
    padding: 30px 5% 30px;
    /* padding: 70px 5%; */
    position: relative; overflow: hidden;
  }
  .bridge::before {
    content: '?';
    position: absolute; right: 5%; top: 50%; transform: translateY(-50%);
    font-family: 'Playfair Display', serif; font-size: 300px; font-weight: 900;
    color: rgba(201,149,42,0.04); line-height: 1; pointer-events: none;
  }
  .bridge-inner { 
    /* max-width: 900px;  */
    margin: 0 auto; 
    text-align: center;
     position: relative;
      z-index: 1; }
  .bridge-question {
    font-family: 'Cinzel'; font-size: clamp(20px, 1.8vw, 44px);
    /* font-style: italic;  */
    /* color: var(--gold-pale); */
    color: #000;
     line-height: normal; 
     margin-bottom: 32px;
     font-weight: 700;
  }
  .bridge-divider { width: 60px; height: 1px; background: var(--gold); margin: 0 auto 32px; }
  .bridge-body {
    font-size: 18px; 
    /* color: rgba(232,196,106,0.6); */
    color: #000;
     line-height: 1.9; margin-bottom: 28px;
     font-weight: 600;
     max-width: 900px;
     margin: auto;
     margin-bottom: 20px;
  }
  .phone-call-inner h3{
    font-weight: bold;
    
  }
  .bridge-body strong { 
    /* color: var(--gold-light); */
    /* color: red; */
     /* font-weight: 500; */
     }
  .bridge-insight {
    background-color: rgb(201 149 42 / 47%);
    /* background: rgba(201,149,42,0.08); */
     border: 1px solid rgba(201,149,42,0.2);
    border-radius: 10px; padding: 28px 36px; font-size: 18px;
    /* color: rgba(232,196,106,0.7);  */
    color: #000;
    line-height: 1.8; 
    width: fit-content;
    margin: auto;
  }

  /* ── GOOD NEWS ── */
  .good-news {
    background: var(--cream); padding: 30px 5%;
  }
  .good-news-inner { 
    /* max-width: 1000px; */
     /* margin: 0 auto; */
     }
  .good-news-top { text-align: center; margin-bottom: 30px; }
  .good-news-tag {
    display: inline-block; background: #22a85a; color: #fff; font-weight: bold;
    font-family: 'Agenor-bold'; font-size: 18px; letter-spacing: 3px;
    padding: 6px 20px; border-radius: 2px; margin-bottom: 20px; text-transform: uppercase;
    border: 5px solid #ffe5af;
    border-radius: 16px;
  }

  .good-news-top2 { text-align: center; margin-bottom: 20px; }

  .good-news-tag2 {
    /* margin: auto;
    display: block;
    text-align: center;
    display: inline-block; background: #22a85a; color: #fff; font-weight: bold;
    font-family: 'Agenor-bold';  */
    
    /* font-size: 16px; 
    letter-spacing: 3px;
    
    padding: 6px 20px; 
    border-radius: 2px; 
    margin-bottom: 20px;  */
    
    
    /* text-transform: uppercase;

        background: linear-gradient(90deg, #4a0d0d, #7b1d1d, #4a0d0d);
    border-radius: 6px;
    padding: 16px 30px;
    display: inline-block;
    margin: 28px auto 0;
    font-family: 'Cinzel', serif; */
    /* font-size: clamp(12px, 1.5vw, 15px); */
    /* color: var(--gold-light); */
    /* color: #fff;
    letter-spacing: 0.12em;
    font-weight: 700; */

    
    display: inline-block; background: #22a85a; color: #fff; font-weight: bold;
    font-family: 'Agenor-bold'; font-size: 18px; letter-spacing: 3px;
    padding: 6px 20px; border-radius: 2px; margin-bottom: 20px; text-transform: uppercase;
    border: 5px solid #ffe5af;
    border-radius: 26px;
  }
  .good-news-heading, .good-news-heading2 {
    font-family: 'Cinzel'; font-size:clamp(26px, 1.8vw, 1.8rem);;
    font-weight: 700; color: var(--dark); line-height:normal; margin-bottom: 0;
    text-wrap-mode: nowrap;
    text-align: center;
  }
  .good-news-heading em { color: var(--gold); font-style: italic; }
  .good-news-desc {
    font-size: 18px; color: var(--text-light); line-height: 1.1; max-width: 700px; margin: 0 auto;
    color:#b87c00; font-weight: bold;

    
}
/* .good-news-desc-section{
background-image: url(../images/Frame.png);
        background-size: contain;
    padding: 50px;
    background-repeat: no-repeat;
background-position: center;

} */
  .shlokam{
    max-width: unset;
    width: 700px;
    
 }

/*  */
.schedule-bg, .course-highlights, .who-can-join, .special-benefits{
    background-color: var(--cream);
}

.schedule-title{
    background: url(../images/1.png);
        background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    padding: 20px;
}
.schedule-card:hover{
    border-left: 50% solid red;
    border-right: 50% solid red;
    border-bottom: 5px solid red;
}
.course-highlights-title{
     background: url(../images/1.png);
        background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    padding: 20px;

}

.who-can-join-title{
     background: url(../images/1.png);
        background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    padding: 20px;
    margin-bottom: 60px;
}
.who-can-join-grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-bottom: 60px;
}
.who-can-join-grid div .bg-black{
    padding: 20px;
}
.who-can-join-grid .center-item{
    grid-column: 2 / 5;
    display: flex;
    justify-content: center;
}

.who-can-join-img{
    width: 50%;
}
.special-benefits-grid{
     display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-bottom: 60px;
}

.special-benefits-grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    align-items: stretch;
}
.special-benefits .benefit-card h4{
    /* color: ; */
    font-size: 18px;
}
.special-benefits .mb-3{

    font-size: 30px;
}

.special-benefits-grid .benefit-card{
    /* background: #f2f2f2; */
    background-color: rgb(201 149 42 / 59%);
    border-radius: 20px;
    padding: 30px 20px;
    
    height: 220px;          /* equal height */
    width: 100%;            /* equal width */
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    text-align: center;
}
.benefit-card .icon{
    font-size: 30px;
}
.img-heading{
    width: 30%;
    margin: auto;
    display: block;
}
.benefits-img1{
    margin: 34px auto;
    display: block;
}
.benefits-img2{
    display: none;
    margin: auto;

}
@media(max-width: 992px){
    .special-benefits-grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .shlokam{
    width: 100% !important;
}
}

@media(max-width: 576px){
    .special-benefits-grid{
        grid-template-columns: 1fr;
    }
}
.special-benefits-title{
     background: url(../images/1.png);
        background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    padding: 26px;
    margin-bottom: 60px;

}


.blog2{
    background-color: #eaeaea;
}
.blog2 p{
    text-align: justify;
}
/* .good-news-heading2::after {
    content: '';
    display: block;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), var(--gold), transparent);
    border-radius: 2px;
    margin-top: 10px;
} */

.ornament {
    text-align: center;
    color: var(--gold);
    font-size: 22px;
    margin: 8px 0 32px;
    letter-spacing: 10px;
}

.ast_vastu_info h3{
    color: red !important;
}
  .learn-grid {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 48px;
  }
  .learn-grid1{
    display: flex;
    gap: 10px;
}
.learn-item {
    display: flex; align-items: flex-start; gap: 14px;
    background: #fff; border: 1px solid rgba(201,149,42,0.15);
    border-radius: 4px; padding: 20px 22px; transition: box-shadow 0.2s;
}

.learn-grid1 .learn-item{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    }
  .learn-item:hover { 
    /* box-shadow: 0 4px 20px rgba(201,149,42,0.12);  */
box-shadow: 5px 7px 20px 7px rgba(201, 149, 42, 0.12);
}
  .learn-check {
    width: 32px; height: 32px; 
    background: linear-gradient(135deg, var(--gold), var(--red));
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 15px; flex-shrink: 0; margin-top: 2px;
  }
  .learn-text { 
    font-size: 16px;
     /* color: var(--text);  */
     color: #000;
     font-weight: bold;
     line-height: 1.8;
     }
  .promise-box {
    background: linear-gradient(135deg, var(--dark) 0%, #2c1f0e 100%);
    border: 1px solid rgba(201,149,42,0.25); border-radius: 6px;
    padding: 40px 48px; text-align: center;
  }
  .promise-box p {
    font-family: 'Playfair Display', serif; font-size: clamp(16px, 2vw, 22px);
    font-style: italic; color: var(--gold-pale); line-height: 1.7;
  }
  .promise-box strong { color: var(--gold-light); font-style: normal; }

  /* ── SCHEDULE ── */
  .schedule { background: var(--cream-dark); padding: 80px 5%; }
  .section-eyebrow { font-family: 'Cinzel', serif; font-size: 10px; letter-spacing: 4px; color: var(--gold); text-transform: uppercase; text-align: center; margin-bottom: 12px; }
  .section-heading { font-family: 'Playfair Display', serif; font-size: clamp(26px, 3vw, 40px); font-weight: 700; color: var(--dark); text-align: center; margin-bottom: 40px; }
  .schedule-inner { max-width: 700px; margin: 0 auto; }
  .schedule-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .sched-item {
    background: #fff; border: 1px solid rgba(201,149,42,0.15); border-radius: 4px;
    padding: 22px 24px; display: flex; align-items: center; gap: 14px;
  }
  .sched-icon { font-size: 28px; }
  .sched-label { font-family: 'Cinzel', serif; font-size: 10px; letter-spacing: 2px; color: var(--gold); text-transform: uppercase; margin-bottom: 4px; }
  .sched-val { font-size: 18px; color: var(--dark); font-weight: 500; }

  /* ── HIGHLIGHTS ── */
  .highlights { background: var(--cream); padding: 80px 5%; }
  .highlights-inner { max-width: 1100px; margin: 0 auto; }
  .highlights-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .highlight-item {
    display: flex; align-items: flex-start; gap: 12px;
    background: #fff; border: 1px solid rgba(201,149,42,0.12); border-radius: 4px;
    padding: 16px 20px; transition: border-color 0.2s;
  }
  .highlight-item:hover { border-color: rgba(201,149,42,0.4); }
  .h-bullet { width: 7px; height: 7px; background: var(--gold); border-radius: 50%; margin-top: 7px; flex-shrink: 0; }
  .h-text { font-size: 16px; color: var(--text); line-height: 1.5; }

  /* ── WHO CAN JOIN ── */
  .who { background: var(--dark); padding: 80px 5%; }
  .who-inner { max-width: 1100px; margin: 0 auto; }
  .who .section-heading { color: var(--gold-pale); }
  .who-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
  .who-tag {
    background: rgba(201,149,42,0.08); border: 1px solid rgba(201,149,42,0.2);
    color: var(--gold-light); font-family: 'Cinzel', serif; font-size: 11px;
    letter-spacing: 2px; padding: 12px 24px; border-radius: 100px; text-transform: uppercase;
    transition: all 0.25s;
  }
  .who-tag:hover { background: var(--gold); color: var(--deep); border-color: var(--gold); }

  /* ── BENEFITS ── */
  .benefits { background: var(--cream); padding: 80px 5%; }
  .benefits-inner { max-width: 1100px; margin: 0 auto; }
  .benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .benefit-card {
    background: #fff; border: 1px solid rgba(201,149,42,0.12); border-radius: 6px;
    padding: 36px 28px; text-align: center; transition: all 0.3s; position: relative; overflow: hidden;
  }
  .benefit-card::after {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--red));
    transform: scaleX(0); transition: transform 0.3s; transform-origin: left;
  }
  .benefit-card:hover { box-shadow: 0 8px 32px rgba(201,149,42,0.15); transform: translateY(-4px); }
  .benefit-card:hover::after { transform: scaleX(1); }
  .benefit-icon { font-size: 40px; margin-bottom: 16px; display: block; }
  .benefit-title { font-family: 'Cinzel', serif; font-size: 12px; letter-spacing: 2px; color: var(--brown); text-transform: uppercase; margin-bottom: 10px; }
  .benefit-desc { font-size: 15px; color: var(--text-light); line-height: 1.6; }

  /* ── CTA ── */
  .cta-section {
    background: linear-gradient(160deg, #0d0a06 0%, var(--red) 50%, #0d0a06 100%);
    padding: 90px 5%; text-align: center; position: relative; overflow: hidden;
  }
  .cta-section::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse at center, rgba(201,149,42,0.15) 0%, transparent 60%);
  }
  .cta-inner { max-width: 700px; margin: 0 auto; position: relative; z-index: 1; }
  .cta-urgency {
    font-family: 'Cinzel', serif; font-size: 11px; letter-spacing: 4px;
    color: rgba(255,255,255,0.6); text-transform: uppercase; margin-bottom: 16px;
    display: flex; align-items: center; justify-content: center; gap: 10px;
  }
  .cta-urgency::before, .cta-urgency::after { content: ''; width: 40px; height: 1px; background: rgba(255,255,255,0.3); }
  .cta-heading {
    font-family: 'Playfair Display', serif; font-size: clamp(22px, 3.5vw, 42px);
    font-weight: 700; color: #fff; line-height: 1.2; margin-bottom: 24px;
  }
  .cta-sub { font-size: 17px; color: rgba(255,255,255,0.75); margin-bottom: 40px; line-height: 1.7; }
  .cta-box {
    background: rgba(0,0,0,0.35); border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px; padding: 36px 40px; margin-bottom: 32px;
  }
  .cta-box-title { font-family: 'Cinzel', serif; font-size: 12px; letter-spacing: 3px; color: rgba(255,255,255,0.6); text-transform: uppercase; margin-bottom: 12px; }
  .cta-box-join { font-family: 'Playfair Display', serif; font-size: 20px; font-style: italic; color: #fff; margin-bottom: 16px; }
  .cta-phone { font-family: 'Cinzel', serif; font-size: 32px; font-weight: 700; color: var(--gold-light); letter-spacing: 2px; display: block; margin-bottom: 28px; }
  .cta-btn {
    display: inline-flex; align-items: center; gap: 10px;
    background: #25d366; color: #fff; text-decoration: none;
    font-family: 'Cinzel', serif; font-size: 12px; letter-spacing: 3px; text-transform: uppercase;
    padding: 16px 40px; border-radius: 3px; font-weight: 700;
    transition: all 0.3s; box-shadow: 0 4px 24px rgba(37,211,102,0.35);
  }
  .cta-btn:hover { background: #1ebe5d; transform: translateY(-2px); }

@media (min-width:320px) and (max-width:767px) {
    .pain-grid{
            display: grid;
    grid-template-columns: repeat(2, 1fr);
    }
    .pain-section{
         padding: 40px 2.4% 30px;
    }
    .pain-card{
        padding: 10px 12px;
    }
    .page-title{
        font-size: 24px;
    }
     .page-subtitle1{
        /* text-wrap-mode: nowrap; */
        font-size: 16px !important;


  }
  .page-subtitle2{
        /* text-wrap-mode: nowrap; */
        font-size: 18px !important;
  }
}

@media screen and (max-width:424px) {
    .pain-grid{
            display: grid;
    grid-template-columns: repeat(1, 1fr);
    }
}
  .whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 34px;
  height: 34px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  font-size: 28px;
  z-index: 9999;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.whatsapp-float:hover {
  color: #fff;
  transform: scale(1.1);
}


@media screen and (min-width:320px) and (max-width:767px) {
    

    /* .ast_slider_wrapper.ast_index_vastu{
	
    height: 100vh;
  background: url('../images/banners/Mobile-home-banner.jpeg') center/cover no-repeat;

} */

    .ast_slider_wrapper1{
     position: relative;
    height: 90vh;
    /* height: 400px; */
  background: url('../images/banners/vastushastra-home-bannner.jpeg') center/cover no-repeat;
}
.ast_slider_wrapper2.residential-vastu{
     position: relative;
    /* height: 90vh; */
    height: 248px;
	/* background:linear-gradient(rgba(0,0,0,0.4) , rgba(0,0,0,0.4)), url('../images/banners/Residential-banner.jpg') center/cover no-repeat; */
    background: linear-gradient(rgb(0 0 0 / 63%), rgb(0 0 0 / 0%)), url(../images/banners/MOBILE/Mobile-Residential.jpeg) center / cover no-repeat;
  /* background: url('../images/banners/Residential-banner.jpg') center/cover no-repeat; */
  /* background: url('../images/banners/Mobile-Temple.jpeg') center/cover no-repeat; */

}
.ast_slider_wrapper3.industrial-vastu{
     position: relative;
    /* height: 90vh; */
    height: 248px;
  background: linear-gradient(rgb(0 0 0 / 63%), rgb(0 0 0 / 0%)),url('../images/banners/MOBILE/Mobile-Industrial.jpeg') center/cover no-repeat;
  
  /* background: url('../images/banners/Mobile-Temple.jpeg') center/cover no-repeat; */

}
.ast_slider_wrapper4.commercial-vastu{
     position: relative;
    /* height: 90vh; */
    height: 248px;
  background: linear-gradient(rgb(0 0 0 / 63%), rgb(0 0 0 / 0%)), url('../images/banners/MOBILE/Mobile-Commercial.jpeg') center/cover no-repeat;
  /* background: url('../images/banners/Mobile-Temple.jpeg') center/cover no-repeat; */

}
.ast_slider_wrapper5.temple-vastu{
     position: relative;
    /* height: 90vh; */
    height: 248px;
  background:linear-gradient(rgb(0 0 0 / 63%), rgb(0 0 0 / 0%)),  url('../images/banners/MOBILE/Mobile-Temple.jpeg') center/cover no-repeat;
  /* background: url('../images/banners/Mobile-Temple.jpeg') center/cover no-repeat; */

}
.ast_slider_wrapper6.hospital-vastu{
     position: relative;
    /* height: 90vh; */
    height: 248px;
  background:linear-gradient(rgb(0 0 0 / 63%), rgb(0 0 0 / 0%)), url('../images/banners/MOBILE/Mobile-Hospital.jpeg') center/cover no-repeat;
  /* background: url('../images/banners/Mobile-Temple.jpeg') center/cover no-repeat; */

}
.ast_slider_wrapper7.corporate-vastu{
     position: relative;
    /* height: 90vh; */
    height: 248px;
  background:linear-gradient(rgb(0 0 0 / 63%), rgb(0 0 0 / 0%)), url('../images/banners/MOBILE/Mobile-Corporate.jpeg') center/cover no-repeat;
  /* background: url('../images/banners/Mobile-Temple.jpeg') center/cover no-repeat; */

}

.ast_slider_wrapper8.gallery{
     position: relative;
    /* height: 90vh; */
    height: 248px;
  background:linear-gradient(rgb(0 0 0 / 63%), rgb(0 0 0 / 0%)), url('../images/banners/MOBILE/Mobile-Gallery.jpg') center/cover no-repeat;
  /* background: url('../images/banners/Mobile-Temple.jpeg') center/cover no-repeat; */

}

.ast_slider_wrapper9.lord-vishwakarma-banner{
     position: relative;
    /* height: 90vh; */
    height: 248px;
  background:linear-gradient(rgb(0 0 0 / 63%), rgb(0 0 0 / 0%)), url('../images/banners/MOBILE/Mobile-lord-vishwakarma.jpg') center/cover no-repeat;
  /* background: url('../images/banners/Mobile-Temple.jpeg') center/cover no-repeat; */

}
.ast_slider_wrapper10.KL-Vishwakarma-banner{
     position: relative;
    /* height: 70vh; */
    height: 188px;
  background:linear-gradient(rgb(0 0 0 / 63%), rgb(0 0 0 / 0%)), url('../images/banners/MOBILE/Mobile-kl.jpeg') center/cover no-repeat;
  /* background: url('../images/banners/Mobile-Temple.jpeg') center/cover no-repeat; */

}

.ast_slider_wrapper11.testimonials-banner{
     position: relative;
    /* height: 90vh; */
    height: 230px;
  background:linear-gradient(rgb(0 0 0 / 63%), rgb(0 0 0 / 0%)), url('../images/Testimonials-banner-mobile.png') center/cover no-repeat;
  /* background: url('../images/banners/Mobile-Temple.jpeg') center/cover no-repeat; */

}

.pain-grid{
    margin-bottom: 0 !important;
}
.pain-text{
    font-size: 12px ;
    color: #000;

}
.pain-heading{
    font-size: 22px !important;
    letter-spacing:normal;
    text-wrap-mode: wrap;
    margin-bottom: 0 !important;
    
}
.good-news{
    padding: 30px 0px !important;
}
.pain-eyebrow{
    font-size: 19px;
    letter-spacing:normal;
    text-wrap-mode: wrap;

}
.pain-subheading{
    font-size: 19px;
    letter-spacing:normal;
    text-wrap-mode: wrap;

}
.bridge{
    padding: 10px 2% 30px;
}
.bridge-question{
    font-size: 18px !important;
    margin-bottom: 10px;
    line-height: 1.2;
}
.bridge-insight{
    padding: 10px 15px;
    font-size: 14px;
    text-align: justify;

}
.bridge-body{
    /* padding: 10px 15px; */
    font-size: 14px;
    text-align: justify;
}
.content-block p{
    font-weight: 500;
}
.good-news-heading, .good-news-heading2{
    font-size: 14px;
    text-wrap-mode: wrap;

}
.good-news-top2{

    margin-bottom: 20px !important;
}
.good-news-tag2 , .good-news-tag{
font-size: 12px;
font-weight: 500;
letter-spacing: normal;
padding: 6px 10px;
}
.phone-btn{
    font-size: 14px;
}
.wrapper{
    width: 100% !important;
    padding:0 ;
}
.content-block{
    padding:14px 34px 14px 18px !important;
}
 .label-block {
      min-width: 50px;
      width: 50px;
      padding: 14px 14px 14px 14px;
      height:70px;
    }
    .img-heading{
        width: 60%;
    }
.schedule-card {
    padding: 14px !important;
}
.schedule-card  ul li{
    font-size: 13px;
}
.who-can-join img{
    max-width: 100% !important;
    width: 90% !important;
}
.benefits-img1{
    display: none;
}
.benefits-img2{
    display: block;
    margin: auto;
            margin: 30px auto;
        width: 50%;
}
#register img{
    width: 50% !important;
}
.course-highlights ul li{
    font-size: 13px;
} 
.course-highlights .card{
    padding: 14px !important;
}
.orn-diamond {
height: 6px;

}
::marker{
    font-size: 16px;
}
}
@media screen and (min-width:320px) and (max-width:424px){
.ast_slider_wrapper.ast_index_vastu{
  background: url('../images/banners/Mobile-home-banner.jpeg') center/cover no-repeat;

}
}
@media screen and (max-width:319px) {
    .ast_slider_wrapper.ast_index_vastu{
        
        height: 100vh;
        background: url('../images/banners/Mobile-home-banner.jpeg') center/cover no-repeat;
        
    }
}
@media screen and (min-width:320px) and (max-width:424px) {
    .ast_slider_wrapper.ast_index_vastu{

    height: 180px;
    }
    
}
@media screen and (min-width:424px) and (max-width:520px) {
    
    .ast_slider_wrapper.ast_index_vastu{
   
    height:288px ;
    /* background: url('../images/banners/vastushastra-home-bannner.jpeg') center/cover no-repeat; */
    background: url('../images/banners/Mobile-home-banner.jpeg') center/cover no-repeat;
    
    }
}

@media screen and (min-width:520px) and (max-width:767px){
     .ast_slider_wrapper.ast_index_vastu{
   
    height:312px;
    /* background: url('../images/banners/vastushastra-home-bannner.jpeg') center/cover no-repeat; */
    background: url('../images/banners/Mobile-home-banner.jpeg') center/cover no-repeat;
    
    }
}


.loader2{
    display: none;
}
.loader{
    display: block;
}
@media (min-width:320px) and (max-width:991px){
    .loader2 {
        display: block;
  position: fixed;
  top: 0;
  left: 0px;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.loader-gif2 {
  width: 85% !important;
  max-width: 100% !important;
  margin: auto;
  text-align: center;
  display: block;
}

.loader{
    display: none !important;
}
.loader-gif{
    width: 70%;
    max-width: 100%;
}
/* .loader {
  display: none;
} */

/* .loader-gif {
  display: none;
  
} */

.learn-grid{
    grid-template-columns: repeat(1, 1fr);
}
.blog-content{
    padding: 20px;
}
.phone-number{
    font-size: 24px;
}
.special-text{
        font-size: 19px !important;
    }
}

@media (min-width:1000px) and (max-width:1240px){
    .service-icon-item{
        min-width: 76px !important;
    }
    .service-icons-grid{
        justify-content: space-evenly;
    }
}
@media (min-width:1002px) {
    .service-icons-grid{
        justify-content: space-evenly;
    }
}

@media (min-width:1600px){
    .hero-section{
        /* height: 500px; */
            /* min-height: calc(100vh - 420px); */
    }
}

.mobile-menu-sidebar{
    background: #00000033 !important;
}

/* .nav-menu li a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1.5px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color 0.3s;
    white-space: nowrap;
} */
.nav-menu > li > a{
        color: #fff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1.5px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color 0.3s;
    white-space: nowrap;
    text-transform: capitalize;
    transition: transform 0.3s ease !important ;
}

/* .nav-menu > li > a */
.nav-menu > li > a:hover, .nav-menu > li > a.active {
    color: var(--gold);
    transform: scale(1.2);
}



/* rating views */
/* main card container – exactly reproducing the clean "reviews" segment design */
    .review-card {
      /* max-width: 780px;
      width: 100%; */
      background: #ffffff;
      border-radius: 20px;
      box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.02);
      transition: all 0.2s ease;
      overflow: hidden;
    }

    /* inner content padding, matching typical Tripadvisor / review widget spacing */
    .review-content {
      padding: 2rem 2rem 1.8rem 2rem;
    }

    /* header area: "Reviews" title + rating row */
    .reviews-header {
      /* margin-bottom: 1.5rem; */
      background-color: #f6f6f6;
    }

    .reviews-title {
      font-size: 1.8rem;
      font-weight: 700;
      letter-spacing: -0.3px;
      color: #1e2a3e;
      margin-bottom: 0.5rem;
    }

    /* star rating + aggregate info (4.5/5, Tripadvisor style) */
    .rating-aggregate {
      display: flex;
      flex-wrap: wrap;
      align-items: baseline;
      column-gap: 1rem;
      row-gap: 0.5rem;
      margin-bottom: 0.25rem;
    }

    .star-rating-big {
      display: flex;
      align-items: center;
      gap: 4px;
    }

    .star-filled {
      color: gold;   /* modern teal green similar to positive rating stars */
      font-size: 1.35rem;
      margin-right: 1px;
    }

    .star-half {
      color: #34b7a1;
      font-size: 1.35rem;
      position: relative;
    }

    .rating-value {
      font-weight: 700;
      font-size: 1.4rem;
      color: #1e2a3e;
      margin-left: 6px;
      letter-spacing: -0.2px;
    }

    .rating-max {
      font-weight: 500;
      color: #5c6f87;
      font-size: 1rem;
    }

    .tripadvisor-badge {
      background: #f3f5f8;
      padding: 0.2rem 0.7rem;
      border-radius: 40px;
      font-size: 0.8rem;
      font-weight: 500;
      color: #2c3e50;
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }

    .tripadvisor-badge i {
      font-size: 0.9rem;
      color: #00aa6c;
    }

    /* five star row (represented with empty/filled stars) & review count */
    .star-breakdown {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 12px;
      margin: 0.75rem 0 0.5rem 0;
    }

    .star-group {
      display: flex;
      align-items: center;
      gap: 6px;
      background: #f8f9fc;
      padding: 0.25rem 0.8rem;
      border-radius: 40px;
    }

    .star-group span {
      font-size: 0.85rem;
      font-weight: 500;
      color: #2c3e50;
    }

    .star-group i {
      color: gold;   /* warm gold for stars inside breakdown */
      font-size: 0.9rem;
    }

    .review-count {
      font-size: 0.9rem;
      font-weight: 500;
      color: #4a627a;
      background: #f1f5f9;
      padding: 0.25rem 0.9rem;
      border-radius: 40px;
    }

    /* Divider - subtle */
    .divider-light {
      margin: 1.5rem 0 1.5rem 0;
      border: 0;
      height: 1px;
      background: linear-gradient(90deg, #e2e8f0, #cbd5e1, #e2e8f0);
    }

    /* Individual review block (exactly mimicking the text, user, date) */
    .review-text-block {
      margin-bottom: 1.5rem;
    }

    .review-paragraph {
      font-size: 1rem;
      line-height: 1.55;
      color: #1f2a3e;
      font-weight: 450;
      background: #ffffff;
      margin-bottom: 1rem;
    }

    /* reviewer meta (username + date, global ID style) */
    .reviewer-meta {
      display: flex;
      align-items: baseline;
      flex-wrap: wrap;
      gap: 0.5rem;
      font-size: 0.85rem;
      font-weight: 500;
      color: #2c3e50;
      margin-top: 0.25rem;
    }

    .reviewer-name {
      font-weight: 700;
      color: #0f2b3d;
      letter-spacing: -0.2px;
      background: #ecfdf5;
      padding: 0.2rem 0.6rem;
      border-radius: 30px;
      font-size: 0.8rem;
    }

    .review-date {
      color: #657c9a;
      font-weight: 450;
      font-size: 0.8rem;
    }

    /* VIEW ALL REVIEWS button - clean minimal but with subtle hover */
    .view-all-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: transparent;
      border: 1px solid #cbdde9;
      padding: 0.7rem 1.6rem;
      border-radius: 40px;
      font-weight: 600;
      font-size: 0.85rem;
      color: #1a4c6e;
      transition: all 0.2s ease;
      text-decoration: none;
      margin-top: 0.5rem;
      display:flex;
      margin-left:auto;
      justify-content:end;
      width:max-content;
    }

    .view-all-btn:hover {
      background: #f8fafd;
      border-color: #9bb7cc;
      color: #0b3550;
      transform: translateY(-1px);
      box-shadow: 0 4px 8px rgba(0,0,0,0.02);
    }

    /* badge / extra accommodation for "Hotel car" small element? but keeping faithful */
    .inline-tag {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      background: #eef2ff;
      border-radius: 20px;
      padding: 0.1rem 0.55rem;
      font-size: 0.7rem;
      font-weight: 500;
      color: #2c5282;
      vertical-align: middle;
      margin-left: 4px;
    }

    /* responsive polish */
    @media (max-width: 540px) {
      .review-content {
        padding: 1.5rem;
      }
      .reviews-title {
        font-size: 1.5rem;
      }
      .rating-value {
        font-size: 1.2rem;
      }
      .star-rating-big i {
        font-size: 1.1rem;
      }
      .review-paragraph {
        font-size: 0.9rem;
      }
      .star-group span {
        font-size: 0.75rem;
      }
    }

    /* tiny extra for full 5 stars representation in the aggregate line? we mirror exactly: 4.5/5 with half star, plus additional five star icons */
    .half-star-wrapper {
      position: relative;
      display: inline-block;
    }



    
  /* Add to your existing styles */
html {
  overflow-x: hidden;
  width: 100%;
}

body {
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

.hero-section {
  overflow-x: hidden;
}

.stats-wrapper {
  overflow-x: hidden;
  width: 100%;
}

/* Hide mandala on mobile devices */
@media (max-width: 991px) {
  .hero-mandala-bg {
    opacity: 0;
    visibility: hidden;
  }
}
