body {
	background-image: url('../images/Astrologer-main-bg.jpg') !important;
	background-size: cover;
}
.navbar-light .navbar-nav .nav-link {
	color: #fff;
}
header {
	width: 100%;
	float: left;
	position: absolute;
	top: 0;
	z-index: 10;
}
.calling-icon p {
	display: flex;
	gap: 30px;
	justify-content: end;
	align-items: center;
}
.calling {
	border-radius: 40px;
	border: 1px solid #FFE159;
	padding: 8px 12px;
}
.calling-icon-1 {
	margin-top: 16px;
}
.top-bar {
	background-color: transparent;
	padding: 15px 0;
	width: 100%;
	float: left;
	color: #fff;
	justify-content: space-between;
	display: flex;
}
.banner {
	background-image: url('../images/bg-1.png');
	padding: 130px 0 0px;
	background-size: cover;
	background-position: bottom center;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.ban-round {
    animation: spin 10s infinite reverse linear;
	position: absolute;
	width: 580px;
	height: 580px;
	top: -40px;
	right: -141%;
}
.banner::before {
	position: absolute;
	content: '';
	background: url('../images/lp-ban-1.svg');
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	width: 32%;
	z-index: -1;
}
.banner .big-head h1 {
	text-align: left;
	font-style: normal;
	font-weight: 400;
	color: #FFF;
	font-family: Outfit;
	font-size: 32px;
	line-height: 100%;
}
.banner h3 {
	font-style: normal;
	font-family: Outfit;
	font-size: 75px;
	font-weight: 700;
	line-height: 81%;
	background: linear-gradient(90deg, #FFE259 0%, #FFA751 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.banner .content-ban {
	font-family: Outfit;
	font-style: normal;
	color: #FFF;
	font-size: 32px;
	font-weight: 400;
	line-height: 125%;
}
@keyframes spin {
	100% {
		transform: rotate(1turn);
	}
}
.banner .ban-logo{
  width: 100%;
  float: left;
}
.ab-second-sec p {
	color: #CBCBCB;
	font-family: Outfit;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
}
.ab-small-head {
	color: #FFF;
	font-family: Outfit;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}
.ab-large-head {
	font-family: Outfit;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 125%;
	background: linear-gradient(90deg, #FFE259 0%, #FFA751 61.56%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 16px 0;
}
.ab-second-sec {
	padding: 150px 0;
	position: relative;
}
.ab-second-sec .ab-img {
	width: 350px;
	height: 350px;
	border: 2px solid #ffa751;
	border-radius: 50%;
	z-index: 8;
	animation: spin 10s infinite reverse linear;
}
.about-sec-5 {
	margin-top: 0;
}
.sec-2-ab {
	width: 100%;
	/* margin: auto; */
	float: left;
	display: flex;
	justify-content: center;
    position: relative;
}
.rt1 {
	position: absolute;
	top: 0;
	bottom: 0;
    z-index: 9;
}
.rt2 {
	position: absolute;
	top: -95px;
	bottom: 0;
	z-index: 6;
	animation: spin 10s infinite forwards linear;
	width: 545px;
	height: 545px;
}
.rt3 {
	position: absolute;
	top: -48px;
	bottom: 0;
	z-index: 5;
	animation: spin 10s infinite forwards linear;
	height: 445px;
	width: 445px;
}
.rt4 {
	position: absolute;
	top: -70px;
	bottom: 0;
    z-index: 4;
    animation: spin 10s infinite reverse linear;
    height: 488px;
	width: 488px;
}
.rt5 {
	position: absolute;
	top: -90px;
	bottom: 0;
    z-index: 3;
    animation: spin 10s infinite forwards linear;
    height: 535px;
	width: 535px;
}
.rt6 {
	position: absolute;
	top: -80px;
	bottom: 0;
    z-index: 2;
}
.rt7 {
	position: absolute;
	top: -60px;
	bottom: 0;
    z-index: 1;
}
.rt8 {
	position: absolute;
	top: -120px;
	bottom: 0;
    z-index: 0;
}
.ab-second-sec .sec-left {
	margin-left: 40px;
}
.fade-out-down {
  animation: fade-out-down 2s ease infinite;
}
@keyframes fade-out-down {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.ab-third-sec .about-sec-5 .team {
	background-image: url('../images/serv-bg.jpg');
	padding: 16px;
	border-radius: 8px;
	min-height: 247px;
}
.ab-third-sec .ab-large-head {
	text-align: center;
}
.ab-third-sec .ab-small-head {
	text-align: center;
}
.about-sec-5 .ab-small-head {
	margin: 16px 0 40px;
}
.ab-third-sec {
	padding: 0 0 100px;
	position: relative;
	overflow: hidden;
}
.ab-third-sec .about-sec-5{
    margin: 160px 0 0;
}

.ab-third-sec h4 {
	padding: 8px 0 12px;
	color: #313131;
	font-family: Outfit;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 125%;
	text-transform: capitalize;
}
.ab-four-sec h4 {
	color: #313131;
	font-family: Outfit;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 125%;
	text-transform: capitalize;
	padding: 12px;
	float: left;
	min-height: 114px;
}
.ab-third-sec p {
	color: #313131;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 20px */
}
.ab-four-sec .about-sec-5 .team {
	background-image: url('../images/serv-bg.jpg');
	border-radius: 8px;
	width: 100%;
	float: left;
	margin: 15px 0;
	overflow: hidden;
}
.ab-four-sec .about-sec-5 .team img{
	width: 100%;
    float: left;
}
.ab-four-sec .ab-large-head {
	text-align: center;
}
.ab-four-sec .ab-small-head {
	text-align: center;
}
.ab-five-sec {
	padding: 120px 0 0;
}
.ab-five-sec p {
	color: #CBCBCB;
	font-family: Outfit;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
}
.ab-four-sec{
    position: relative;
}
.ab-four-sec::after {
	position: absolute;
	content: '';
	width: 532px;
	height: 532px;
	background-image: url('../images/chakra-2.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
	animation: spin 10s infinite reverse linear;
	bottom: -250px;
	left: -200px;
	z-index: -1;
}
.ab-six-sec {
	padding: 100px 0 100px 0;
	position: relative;
	overflow: hidden;
}
.ab-six-sec p {
	color: #CBCBCB;
	font-family: Outfit;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
}
.ab-six-sec::after {
	position: absolute;
	content: '';
	width: 532px;
	height: 532px;
	background-image: url('../images/chakra-2.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	animation: spin 10s infinite reverse linear;
    top: 0;
	bottom: 0;
    right: -200px;
}
.ab-six-sec .ban-bt {
	margin-top: 15px;
	padding: 8px 16px;
}
.eight-sec {
	background-color: #fff0 !important;
	text-align: center;
	padding: 0px 0;
}
.foot-1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lp-footer{
    padding: 40px 0;
    border-top: 1px solid #343333;
}
.foot-2 {
	display: flex;
	gap: 20px;
}
.lp-footer p{
	margin: 0px;
    color: #CBCBCB;
    text-align: right;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
}

.lp-nine-sec h4 {
	text-align: right;
	font-family: Outfit;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 125%;
	background: linear-gradient(90deg, #FFE259 0%, #FFA751 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.lp-nine-sec h4 span {
	font-size: 40px;
}
.lp-nine-sec {
	padding: 50px 0;
}
.lp-nine-sec .ab-small-head {
	color: #FFF;
	font-family: Outfit;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	text-align: right;
}
.lp-nine-sec .sec-left {
	padding-right: 320px;
}
.lp-nine-sec .sec-left p {
	display: flex;
	justify-content: end;
}
.lp-nine-sec .ab-img-2 {
	padding:40px 0;
}

@keyframes flash {
	from { opacity: 1; }
	to { opacity: 0; }
}
.effective {
	position: relative;
	width: 100%;
	float: left;
}
.ab-img-effect {
	position: absolute;
	left: 0px;
	top: 25px;
	animation: flash 500ms ease infinite alternate;
	width: 690px;
}
.effective .ab-img {
	width: 763px;
	height: auto;
}
.sec-3-ab .mn1 {
	position: absolute;
	right: 0;
	top: 100px;
    z-index: -1;
}
.sec-3-ab .mn2 {
	position: absolute;
	right: 119px;
	top: 310px;
    z-index: -1;
}
.sec-3-ab .mn3 {
	position: absolute;
	right: 254px;
	top: 480px;
    z-index: -1;
}
.sec-3-ab .mn4 {
	position: absolute;
	right: 450px;
	top: 580px;
    z-index: -1;
}
.fade-in-down {
  animation: fade-in-down 2s ease infinite;
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, 1);
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 12px;
	padding-left: 12px;
	color: #FFF;
	text-align: center;
	font-family: Outfit;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}
.navbar-expand-lg {
	align-items: flex-start;
}
.calling-icon p {
	display: flex;
	gap: 30px;
	justify-content: end;
	align-items: center;
	position: relative;
	top: -100px;
}
.adding-im {
	width: 100%;
	float: left;
}
.ab-img-new{
    display: none;
}
.lp-nine-sec .ban-bt {
	margin-top: 5px !important;
	margin-right: 20px !important;
}
@media (max-width: 1600px) {
    .banner .big-head h1 {
	font-size: 28px;
}
.lp-nine-sec .sec-left {
	padding-right: 100px;
}
.banner h3 {
	font-size: 70px;
}
.banner .content-ban {
	font-size: 28px;
}
.ab-large-head {
	font-size: 36px;
}
.ab-small-head {
	font-size: 28px;
}
}

@media (max-width: 1455px) {
    .banner .big-head h1 {
	font-size: 24px;
}
.banner h3 {
	font-size: 65px;
}
.banner .content-ban {
	font-size: 24px;
}
.ab-large-head {
	font-size: 32px;
}
.ab-small-head {
	font-size: 24px;
}
}

@media (max-width: 1366px) {
    .banner .big-head h1 {
	font-size: 22px;
}
.ab-second-sec p {
	font-size: 18px;
}
.lp-nine-sec .sec-left {
	padding-right: 100px;
}
.ab-six-sec p {
	font-size: 18px;
}
.about-sec-5 .ab-small-head {
	margin: 16px 0 20px;
}
.ab-five-sec p {
	font-size: 18px;
}
.banner h3 {
	font-size: 60px;
}
.banner .content-ban {
	font-size: 22px;
}
.ab-large-head {
	font-size: 28px;
}
.ab-small-head {
	font-size: 22px;
}
.ban-bt {
	font-size: 16px;
	padding: 15px 20px;
	margin-top: 30px;
}
}

@media (max-width: 1299px) {
    .banner .big-head h1 {
	font-size: 20px;
}
.banner h3 {
	font-size: 50px;
}
.banner .content-ban {
	font-size: 20px;
}
.ab-large-head {
	font-size: 24px;
}
.ab-small-head {
	font-size: 20px;
}
.ab-second-sec .ab-img {
	width: 300px;
	height: 300px;
}
.rt1 img {
	width: 250px;
	height: auto;
}
.rt2 img {
	width: 450px;
	height: 450px;
	animation: spin 10s infinite forwards linear;
}
.rt2 {
	position: absolute;
	top: -75px;
	bottom: 0;
	z-index: 6;
	animation: inherit;
	width: 545px;
	height: 545px;
	left: 0;
}
.rt3 {
	position: absolute;
	top: -34px;
	bottom: 0;
	z-index: 5;
	animation: inherit;
	height: 400px;
	width: 400px;
	left: 36px;
}
.rt3 img {
	width: 400px;
	height: 400px;
}
.rt3 img {
	width: 370px;
	height: 370px;
	animation: spin 10s infinite forwards linear;
}
.rt4 {
	position: absolute;
	top: -47px;
	bottom: 0;
	z-index: 4;
	animation: inherit;
	height: 400px;
	width: 400px;
	letf: 0;
}
.rt4 img {
	width: 400px;
	height: 400px;
	animation: spin 10s infinite forwards linear;
}
.rt5 {
	position: absolute;
	top: -60px;
	bottom: 0;
	z-index: 3;
	animation: inherit;
	height: 420px;
	width: 420px;
}
.rt5 img {
	width: 420px;
	height: 420px;
}
.ab-second-sec {
	padding: 60px 0;
	position: relative;
}
.rt8 {
	display: none;
}
}

@media (max-width: 1199px) {
    .banner .big-head h1 {
	font-size: 18px;
}
.banner h3 {
	font-size: 45px;
}
.banner .content-ban {
	font-size: 18px;
}
.ab-large-head {
	font-size: 20px;
}
.ab-small-head {
	font-size: 18px;
}
.hidin{
    display: none;
}
.ab-img-new {
	display: block;
	width: 100%;
	float: left;
}
.ab-second-sec {
	padding: 0;
	position: relative;
}
.ab-img-effect {
	position: absolute;
	left: 0px;
	top: 17px;
	animation: flash 500ms ease infinite alternate;
	width: 457px;
}
.effective .ab-img {
	width: 500px;
	height: auto;
}
.ab-six-sec::after {
	width: 400px;
	height: 400px;
}
.ab-six-sec {
	padding: 50px 0;
	position: relative;
	overflow: hidden;
}
.lp-nine-sec .ab-small-head {
	color: #FFF;
	font-family: Outfit;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
	text-align: right;
}
.lp-nine-sec h4 {
	font-size: 24px;
}
.lp-nine-sec h4 span {
	font-size: 30px;
}
}
.effective-1{
    display: none;
}
@media (max-width: 991px) {
    .ab-third-sec .about-sec-5 .team {
        margin: 15px 0;
    }
    .navbar-nav.ml-auto {
	background: #000;
	text-align: left;
}
.navbar-nav.ml-auto {
	background: #000;
	text-align: left;
	padding: 15px 0 30px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	text-align: left;
    color: #ffda58;
}
    .ab-six-sec img {
	margin-top: 30px;
}
.effective{
    display: none;
}
.effective-1{
    display: block;
}
.ab-img-new {
	display: none;
}
.ban-round {
	display: none;
}
.banner .col-lg-4.col-md-12 {
	display: flex;
	justify-content: center;
}
.banner .col-lg-4.col-md-12 .adding-im{
	width: 400px;
}

.ab-five-sec .col-lg-5.col-md-12 {
	display: flex;
	justify-content: center;
}
.ab-five-sec .col-lg-5.col-md-12 .ab-img{
	width: 400px;
}
.ab-five-sec {
	padding: 50px 0 0;
}
.banner .big-head h1 {
	font-size: 18px;
	text-align: center;
}
.ban-para {
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
}
.ban-bt {
	font-size: 16px;
	padding: 15px 20px;
	margin-top: 10px;
}
.ab-second-sec .sec-left {
	margin-left: 0;
	text-align: center;
}
.ab-five-sec .row {
	flex-direction: column-reverse;
}
.about-sec-4.about-sec-2 {
	text-align: center;
}
.lp-nine-sec .sec-left {
	padding-right: 0;
}
.lp-nine-sec .ab-small-head {
	font-size: 24px;
}
.lp-nine-sec h4 {
	text-align: center;
}
.lp-nine-sec .sec-left p {
	display: flex;
	justify-content: center;
}
.lp-nine-sec .ab-small-head {
	font-size: 24px;
	text-align: center;
}
.effective-1 {
	display: flex;
	justify-content: center;
}
.effective-1 img {
	width: 400px;
}
.lp-nine-sec .ab-img-2 {
	padding: 20px 0;
	width: 100%;
	margin: auto;
	text-align: center;
}
}

@media (max-width: 767px) {
    .top-bar .calling-icon {
        text-align: center;
        border-top: 0px;
    }
	.foot-3 {
		flex: 0 0 100%;
		width: 100%;
	}
	.lp-footer p {
		text-align: center;
	}
	.foot-1 {
		display: block;
		justify-content: space-between;
		align-items: center;
	}
	.foot-2 {
		display: flex;
		gap: 20px;
		flex: 0 0 100%;
		width: 100%;
		text-align: center;
		justify-content: center;
		margin-bottom: 10px;
	}
	.navbar-expand-lg {
		align-items: center;
		margin: auto;
		display: flex;
		justify-content: center;
	}
	.abcd{
		text-align: center;
	}
	.ab-four-sec h4 {
	min-height: auto;
}
    .hid{
        display: none;
    }
    .navbar-light .navbar-toggler {
	color: #fff;
	border-color: #fff;
}
.navbar-toggler {
	padding: 0px 5px;
	background-color: #ffda58;
}
.navbar-expand-lg {
	align-items: center;
}
.banner h3 {
	font-size: 36px;
	margin: 15px 0;
}
.ban-bt {
	font-size: 16px;
	padding: 10px 20px;
	margin-top: 10px;
}
.ab-third-sec {
	padding: 0 0 20px;
	position: relative;
	overflow: hidden;
}
.ab-third-sec .about-sec-5 {
	margin: 25px 0 0;
}
.ab-third-sec::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 350px;
	background-image: url('../images/chakra-1.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	animation: spin 10s infinite reverse linear;
}
.mobile-1 {
	display: block;
}
.mobile-1 .owl-dots {
	margin: auto;
	justify-content: center;
	display: flex;
}
.ab-four-sec .mobile-1 .team {
	background-image: url('../images/serv-bg.jpg');
	border-radius: 8px;
	width: 100%;
	float: left;
	margin: 15px 0;
	background-size: cover;
}
.owl-dot {
	background: #ffc555 !important;
	width: 10px !important;
	height: 5px !important;
	margin: 5px !important;
	border-radius: 10px !important;
}
}

@media (max-width: 576px) {
    .banner .col-lg-4.col-md-12 .adding-im {
        width: 300px;
    }
	.lp-nine-sec {
		padding: 30px 0;
	}
	.lp-footer {
		padding: 20px 0;
	}
    .lp-nine-sec .ab-small-head {
	font-size: 20px;
	text-align: center;
}
.lp-nine-sec h4 {
	font-size: 20px;
}
.lp-nine-sec h4 span {
	font-size: 24px;
}
.banner h3 {
	font-size: 28px;
	margin: 10px 0;
}
.effective-1 img {
	width: 300px;
}
.ab-five-sec .col-lg-5.col-md-12 .ab-img {
	width: 300px;
}
}

/* ----- */


 .album .responsive-container-block {
	min-height: 75px;
	height: fit-content;
	width: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	justify-content: flex-start;
  }

	.album .responsive-container-block.bg {
		align-items: center;
		margin: 0 0 0 0;
		justify-content: space-between;
	}

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



	.album .responsive-container-block.img-cont {
		flex-direction: column;
		max-width: 33.3%;
		min-height: auto;
		margin: 0 0 0 0;
		height: 100%;
	}
	.album .responsive-container-block.img-cont img {
		border-radius: 5px;
	}

	@media (max-width: 1024px) {
		.album .img {
		margin: 0 0 18px 0;
		}
	}
/*
	@media (max-width: 768px) {
		.album .img {
		max-width: 32.5%;
		margin: 0 0 0 0;
		}



		.album .responsive-container-block.img-cont {
		max-width: 100% !important;
		flex-direction: row !important;
		justify-content: space-between !important;
		}


	} */

	@media (max-width: 500px) {
		.album .img {
		max-width: 94%;
		margin: 0 0 25px 0;
		}
		.album .responsive-container-block.bg {
			flex-direction: row !important;
		}
		.album .responsive-container-block.img-cont {
		flex-direction: row !important;
		align-items: center;
		padding: 10px 10px 10px 10px;
		max-width: 50% !important;
		display: flex !important;

		}
		.responsive-container-block.img-cont.lst {
			display: none !important;
		}
		.album .responsive-container-block{
			justify-content: center !important;
		}
		span.main-serv-txt h2 {
			font-size: 28px;
		}
	}

	/* .kundli {
		width: 115px;
		object-fit: cover;
		margin-left: 3em;
		height: 78px;
		overflow: visible;
	} */

	.kundli {
		width: 100%;
		object-fit: unset;
		margin-left: 3em;
		height: 90px;
		overflow: visible;
	}
	img.services-img {
		width: 100%;
		height: 175px;
	}

	span.price-list {
		display: block;
	}
	a.book {
		color: white;
		background: black;
		padding: 10px;
		letter-spacing: 1px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.short {
		margin-top: 55px;
	}
	.row.js {
		padding: 20px 0;
	}

	.row.cons {
		padding-bottom: 15px;
				margin: 0;
	}

	span.main-serv-txt h2 {
		color: white;
	}
	.row.cons span.main-serv-txt-icn {
		color: white;
		margin-left: 12px;
		transition: .3s all ease;
		cursor: pointer;
	}
	.row.cons.video {
		padding-top: 4em;
	}
	.vido img.ab-img {
		border-radius: 20px;
		padding-left: 10px;
	}
	.row.cons.video.tel {
		margin-bottom: 2em;
	}
	.tel img.ab-img {
		padding-left: 0;
	}
	.row.cons span.main-serv-txt-icn:hover {
		transform: scale(1.1);
	}
	.vido p {
		font-size: 20px;
	}
	.hidden {
		display: none;
		padding-top: 2em;
	}
	.pad-right button:hover {
		transform: scale(1.03);
	}
	.pad-right button {
		background: white;
		padding: 12px 20px;
		border-radius: 10px;
		margin-left: 10px;
		font-size: 17px;
		transition: .3s all ease;
	}

	button.services-new {
		margin: 0;
		margin-top: 10px;
	}

	.ab-third-sec p a.carrer span.price-list {
		background: black;
		color: white;
		margin: 5px;
		padding: 6px 10px;
		border-radius: 5px;
		font-size: 15px;
	}