* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-family: Arial, Helvetica, sans-serif;
}

:root {
	--red-orange: #FF3300;
	--orange: #FF6600;
	--white-color: #FFFFFF;
	--black: #000000;
	--dark-gray: #4D4D4D;
	--light-silver: #F9DBC6;
	--gradient-btn: linear-gradient(to right, #FF6600, #FF9900);
	--golden-color: #ffc107;
	--danger-color: #DC3545;
}

.equal {
	align-content: center;
}

html {
	font-size: 15px;
}

/* bydefault paddings*/
.padding-TB {
	padding-block: 4.5rem;
}

.padding-T {
	padding-top: 4.5rem;
}

a {
	text-decoration: none;
}

p,
ol li {
	color: var(--dark-gray);
}

/* .custom-hidden{
overflow: hidden!important;
} */
.custom-overflow-hidden {
	overflow: hidden;
}

/* Header start */
/* Top-bar */
.pr-2px {
	padding-right: 0.5rem;
}

.social-icons p {
	font-weight: 500;
}

.social-icons a {
	color: var(--white-color);
	font-size: 1.2rem;
}

.social-icons .topbar-email {
    font-size: 1rem;
}

.text-white {
	color: var(--white-color);
}

.topbar-icons a {
	padding-right: 0.4rem;
}

.orange-bg {
	background-color: #FF6600;
}

.peach-bg {
	background-color: #FFE4C4;
}

.email-link {
	text-decoration: none;
	color: #FF6600;
}

.call-link {
	text-decoration: none;
	color: #FF6600;
}

.btn-gradient-orange {
	background: linear-gradient(to right, #FF6600, #FF9900);
	border: none;
	padding: 10px 20px;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
}

/* center-contact  start*/
.center-contact {
	padding: 1.2rem 1.5rem 1.2rem 1.5rem;
}

.e-mail-center,
.phone-center {
	background: var(--light-silver);
	padding: 10px;
	color: #FF6600;
	font-size: 2rem;
}

.col-8.Email-details,
.col-8.Phone-details {
	margin-left: -15px;
}

.center-contact a {
	color: var(--black);
	font-size: 1.2rem;
	font-weight: 700;
}

.center-contact p {
	color: var(--black);
	font-size: 1rem;
	font-weight: 500;
}

/* menu-links start */
.navbar-custom {
    background-color: #F9DBC6;
	padding: 0;
}

nav .toggle-btn {
    font-size: 1.7rem;
	padding-top: 2px;
}

.navbar-custom a {
    color: black;
    padding-inline: 1.5rem!important;
    font-weight: 600;
	padding-block: 17px;
    font-family: sans-serif;
	transition: all 0.3 ease;
}

.navbar-custom a:hover {
    color: var(--orange);
}

.dropdown .dropdown-menu ul {
	margin-top: 10px;
}

.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0rem;
	transition: all 0.3s ease;
	padding: 0;
}

.drop-issue-padding {
	padding: 15px;
}

/* Style for menu links */
.menu-links a {
	text-decoration: none;
	color: #000000;
	font-weight: 600;
	transition: all 0.3s ease;
	padding-inline: 2rem;
}

/* Hover effect for menu links */
.menu-links a:hover {
	color: var(--red-orange);
	font-weight: 600;
}

/* Dropdown item specific styles */
.dropdown-menu a {
	color: var(--black);
	padding: 10px 20px;
	font-size: 1rem;
	text-decoration: none;
	border-bottom: 0.1rem solid #00000027;
}

/* Dropdown hover effect */
.dropdown-menu a:hover {
	background-color: #FF3300;
	color: #fff;
	transition: background-color 0.3s ease;
}

/* Dropdown menu container */
.dropdown-menu {
	border: none;
	/* Remove border */
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	/* Add subtle shadow */
}

.my-toggle:focus {
	border: none !important;
  }

/* carousel start */
#carouselExampleControls .fa-angle-left,
#carouselExampleControls .fa-angle-right {
	font-size: 5rem;
	font-weight: 600;
	color: #ffffff;
}

/* Content section start */
.button {
	background-color: #007bff;
	color: #fff;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.button:hover {
	background-color: #0056b3;
}

.image-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content {
	padding: 10px;
}

.content .about {
	color: #000000;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

.about {
	position: relative;
	display: inline-block;
	font-size: 1.5rem;
	color: var(--black);
	font-weight: bold;
	display: flex;
}

.about::after {
	content: '';
	position: absolute;
	top: 14px;
	left: 90px;
	bottom: 0px;
	width: 90px;
	height: 2px;
	background-color: var(--red-orange);
}

.content h2 {
	color: #000000;
	font-family: "Montserrat";
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.2em;
}

.content .name-italic {
	font-style: italic;
	color: var(--red-orange);
}

/* Gallery carousel start */
.gallery-heading {
	color: var(--black);
	font-weight: 700;
	text-align: center;
	margin-bottom: 2rem;
}

/* Style for the navigation buttons */
.owl-prev,
.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgb(255, 0, 0);
	color: #fff;
	padding: 10px;
	border-radius: 50%;
	z-index: 100;
	cursor: pointer;
}

.owl-prev {
	left: 0px;
	font-size: 5rem !important;
}

.owl-next {
	right: 0px;
	font-size: 5rem !important;
}

.owl-theme .owl-nav [class*=owl-] {
	color: #000000 !important;
	background: #d6d6d600 !important;
}

/* Services start */
.service-card {
	border: 1px solid #ccc;
	padding-block: 2.8rem;
	margin-bottom: 20px;
	border-radius: 10px;
	background-color: white;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.Services-images img {
	width: 30%;
}

.services-background-image {
	background-image: url(../images/services-bg-image.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.services-background-image .service-offered {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
}

.service-offered {
	position: relative;
	display: inline-block;
	font-size: 1.5rem;
	color: var(--black);
	font-weight: bold;
	display: flex;
}

.service-offered::after {
	content: '';
	position: absolute;
	top: 14px;
	left: 190px;
	bottom: 0px;
	width: 90px;
	height: 2px;
	background-color: var(--white-color);
}

.services-background-image h2 {
	color: #ffffff;
	font-family: "Montserrat";
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.2em;
	text-align: left;
}

.service-title {
	font-size: 2.1rem;
	font-weight: bold;
	margin-top: 1.5rem;
	color: var(--dark-gray);
}

.service-description {
	/* margin-bottom: px; */
	color: var(--dark-gray);
	text-align: center;
	padding-inline: 1.5rem;
}

.btn-primary {
	background-color: #007bff;
	border-color: #007bff;
	padding: 1rem 2rem;
}

.btn-success {
	background-color: var(--white-color);
	border-color: #28a745;
}

.service-card .img-rotate {
	animation: img-rotating 5s linear infinite;
	/* Added duration and timing function */
}

@keyframes img-rotating {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
		/* Changed to 360deg for a smooth full rotation */
	}
}

.whatsapp-btn a {
	padding: 20px 30px;
	margin-top: 2rem;
	font-weight: 700;
	color: var(--red-orange);
	transition: color 0.5s ease, background 0.5s ease, border-color 0.5s ease;
	/* Added background and border-color */
}

.whatsapp-btn a:hover {
	background: var(--gradient-btn);
	border-color: #28a745;
}

/* End--------------------------------------------
------------------------------------------ */
/* Feature-title section starts */
.review-card .fa-star {
	color: #ff5d48;
	font-size: 30px;
	width: 30px;
}

.review-card .logo-text,
.review-card .rating-text {
	display: inline-block;
	font-size: 30px;
	line-height: 45px;
	color: var(--dark-gray);
	font-weight: bold;
}

.review-card .rating-starts {
	display: inline-block;
}

.review-card p {
	font-size: 1rem;
	font-weight: 600;
	color: var(--black);
}

.review-card {
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
	display: block;
	width: 300px;
	height: auto;
	text-align: center;
	text-align: center;
	padding: 15px;
	border: #f1f1f1 solid 1px;
	background-color: #ffffff;
	border-radius: 5px;
	color: inherit;
}


 

.view-btn {
    color: white;
	background: linear-gradient(to right, #FF6600, #FF9900);
    padding: 20px;
    font-size: 1.2rem;
    font-weight: 600;
	display: inline-block;
    border-radius: 5px;
    font-family: 'Montserrat';
	transition: all 0.7s ease;
}

.view-btn:hover {
    color: white;
    background: var(--red-orange);
    padding: 20px;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 5px;
    font-family: 'Montserrat';
}

#carouselExampleControlsSecond .fa-angle-left,
#carouselExampleControlsSecond .fa-angle-right {
	font-size: 5rem;
	font-weight: 600;
	color: #ffffff;
}

#feature-tiles-wrapper .feature-carousel {
	margin-top: 6rem;
}

#feature-tiles-wrapper .feature-title-heading {
	color: #000000;
	font-family: "Montserrat";
	font-weight: 700;
	line-height: 1.2em;
}

#feature-tiles-wrapper .heading-titles {
	font-family: "Montserrat";
	font-weight: 700;
	line-height: 1.2em;
	font-size: 1.8rem;
	text-transform: uppercase;
	color: #000000;
	margin: 5px 0px 10px 0px;
}

#feature-tiles-wrapper .features-description p {
	font-weight: 400;
	font-size: 1.1rem;
}

/* Custom styling for icons */
.icon-container {
	width: 100px;
	height: 100px;
	padding: 10px;
	background: var(--gradient-btn);
}

.icon {
	width: 100%;
	height: auto;
}

/* Styling the review section for layout */
h2 {
	font-size: 1.75rem;
	color: #333;
}

p {
	/* font-size: 1.2rem; */
	color: #666;
}

/* Call to action button */
.btn-warning {
	background-color: #ff9900;
	border-color: #ff9900;
	color: #fff;
	font-weight: bold;
}

.btn-warning:hover {
	background-color: #ff6600;
	border-color: #ff6600;
}

/* End--------------------------------------------
------------------------------------------ */
/* Frequently Asked Questions and Form start */
.faq-wrapper {
	background: var(--light-silver);
}

/* .faq-wrapper p , ol li {
color: var(--dark-gray);
} */
.faq-wrapper h2 {
	font-family: "Montserrat";
	font-weight: 700;
	line-height: 1.2em;
}

.faq-wrapper .accordion-body {
	background-color: var(--light-silver);
}

.accordion-button:not(.collapsed) {
	color: #ffffff;
	background-color: linear-gradient(to right, #FF6600, #FF9900) !important;
	background: linear-gradient(to right, #FF6600, #FF9900);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled) {
	cursor: pointer;
	border: none !important;
	background: linear-gradient(to right, #FF6600, #FF9900);
	color: white;
	margin-block: 1rem;
}

.accordion-item {
	background-color: #ff000000;
	border: none;
}

.accordion-button {
	border: none;
	/* Remove the default border */
	background-color: transparent;
	/* Remove the default background color */
}

.accordion-button:focus {
	outline: none;
	/* Remove the focus outline */
	box-shadow: none;
	/* Remove the focus box shadow */
}

.accordion-item {
	border: none;
	/* Remove the default border */
}

.accordion-body {
	background-color: #f8f9fa;
	/* Set the background color of the accordion body */
}

/* Form start */
.form-container {
	background: var(--gradient-btn);
	padding: 40px;
	border-radius: 10px;
}

.form-container p {
	text-align: justify;
	color: #FFFFFF;
	font-family: "Montserrat";
	font-size: 15px;
	font-weight: 500;
}

.form-container label {
	font-weight: bold;
	margin-bottom: 5px;
}

.form-container input[type="text"],
.form-container input[type="email"],
.form-container input[type="tel"],
.form-container textarea,
.form-container #gender {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	/* border-radius: 5px; */
	margin-block: 2rem;
	box-sizing: border-box;
}

.form-container input:focus,
.form-container #gender,
.form-container textarea:focus {
	outline: none;
	box-shadow: 0 0 0 3px #f5f5f500;
	/* Add a subtle focus effect if you want */
}

.form-container input[type="text"]:focus,
.form-container input[type="email"]:focus,
.form-container #gender:focus,
.form-container input[type="tel"]:focus,
.form-container textarea:focus {
	outline: none;
	box-shadow: 0 0 0 3px #f5f5f500;
	/* Add a subtle focus effect if you want */
}

.form-container button {
	background: var(--white-color);
	color: var(--red-orange);
	padding: 10px 20px;
	width: 100%;
	font-weight: bold;
	border: none;
	cursor: pointer;
}

.form-container button:hover {
	opacity: 0.8;
}

/* End--------------------------------------------
------------------------------------------ */
/* Acheivemnt and blog start */
.achivement-blogs .blog-heading {
	color: var(--black);
	font-weight: 700;
	font-size: 2.3rem;
	text-align: center;
	margin-bottom: 2rem;
}

.achivement-blogs .blog-name-stylish {
	font-style: italic;
	font-weight: bold;
	color: var(--red-orange);
}

.blog-card {
	margin-bottom: 20px;
	padding: 25px 30px 20px 30px;
	border: 1px solid #ddd;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#show-less {
	display: none;
	/* hide the show less button initially */
}

.achivement-blogs .blogs h3,
.achivement-blogs .blogs p,
.achivement-blogs .blogs a {
	text-align: left;
	font-style: italic;
}

.achivement-blogs .blogs .blog-card h3 {
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 31px;
}

.achivement-blogs .blogs .col-md-4 {
	position: relative;
	overflow: hidden;
	/* Ensure the image is clipped inside the container */
}

.achivement-blogs .blogs img {
	width: 100%;
	/* Ensure the image is responsive */
	height: auto;
	transition: transform 0.3s ease-in-out;
}

.achivement-blogs .blogs .col-md-4:hover img {
	transform: scale(1.1);
	/* Zooms the image on hover */
}

.achivement-blogs .blogs .blog-image {
	overflow: hidden;
}

.achivement-blogs .blogs .blog-card a {
	transition: transform 0.3s ease-in-out;
}

.achivement-blogs .blogs .blog-card a:hover {
	transform: scale(0.8);
	/* Zooms the image on hover */
}

/* End------------------------------------
--------------------------------------- */
/* review-wrapper starts */
.review-wrapper {
	background: var(--light-silver);
}

.review-card-section {
	width: 70%;
	margin: 0 auto;
}

.review-wrapper .review-card-section h2 {
	font-style: italic;
	font-weight: 600;
}

.review-wrapper .ratings-section {
	text-align: center;
}

.review-wrapper .ratings-section .text-warning {
	color: #ffc107 !important;
	font-size: 37px;
}

.ratings-section h3 {
	font-weight: 600;
	font-style: italic;
	margin-top: 3rem;
}

.reviews-section.d-flex {
	display: flex;
	align-items: center;
	/* Centers items vertically */
}

.reviews-section .ml-auto {
	margin-left: auto;
	/* Pushes the Google icon to the right */
}

.review-wrapper .review-card-section .review-names {
	padding-inline: 20px;
}

.review-wrapper .review-card-section .reviews-stars {
	text-align: left;
	padding-top: 10px;
}

.reviews-section .card {
	height: 200px;
}

/* End--------------------------------------------
------------------------------------------- */
.connect-section-wrapper {
	background: var(--gradient-btn);
}

.connect-section-wrapper .connect-section {
	width: 60%;
	margin: 0 auto;
}

.connect-section-wrapper .connect-section h2 {
	color: var(--white-color);
	font-size: 1.5rem;
	font-weight: 600;
	font-style: italic;
}

.connect-section-wrapper .connect-section p {
	color: white;
	font-style: italic;
}

.connect-section-wrapper .connect-section a {
	background: var(--white-color);
	font-family: 'Montserrat';
	font-weight: 600;
	cursor: pointer;
	font-style: italic;
	color: var(--red-orange);
	font-size: 1rem;
	padding: 1rem 1.5rem;
}

.about-content p {
	text-align: justify;
}

.about-content-bottom p {
	text-align: justify;
	padding-inline: 1.5rem;
}

/* Footer Starts */
.footer-container {
	background-color: #fff8dc;
}

.footer-container .footer-blogs{
	display: flex;
}

.footer-container a.footer-blogs p {
    color: var(--black);
    padding-left: 10px;
	transition: all 0.3s ease;
}
.footer-container a.footer-blogs p:hover {
    color: var(--red-orange);
}
.footer-container .logo {
	width: 70%;
	margin-bottom: 10px;
	margin-top: -10px;
}

.footer-container h5 {
	color: var(--black);
	/* Orange heading */
	font-weight: 600;
	margin-bottom: 20px;
	font-style: italic;
	padding: 0px 0px 0px 5px;
	border-style: solid;
	border-width: 0px 0px 0px 5px;
	border-color: var(--orange);
}

.footer-container ul {
	list-style: none;
	padding: 0;
	font-style: italic;
}

/* practice */
.contact-info {
	margin-top: 20px;
}

.footer-info .icon {
	color: var(--black);
	font-size: 1.2rem;
	margin-right: 10px;
}

.footer-container .footer-info ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-container .footer-info li {
	margin-bottom: 20px;
	display: flex;
	align-items: flex-start;
	/* Align to the top of the icon */
}

.footer-container .footer-info li .icon {
	margin-right: 10px;
	width: 20px;
	/* Adjust icon width as needed */
	text-align: center;
	/* Ensure icon is horizontally centered */
}

.footer-container .padding-left {
	margin-right: 20px;
}

.footer-container ul li {
	margin-bottom: 20px;
}

.footer-container ul li a {
	color: #333;
	text-decoration: none;
	transition: all 0.3s ease;
}

.footer-container ul li a:hover {
	color: var(--orange);
}

.footer-container .social-icons a {
	font-size: 20px;
	margin-right: 15px;
	color: #333;
}

.footer-container .social-icons a {
	font-size: 20px;
	color: var(--black);
	border-radius: 100%;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 2;
	transition: all 0.3s ease;
}

.footer-container .social-icons a:hover {
	background-color: #FF3300;
	color: #fff;
}

.copyright {
	background-color: #FF3300;
	color: #fff;
	padding-block: 2rem;
	text-align: center;
	font-weight: 700;
}

/* About start */
.about-banner {
	width: 100%;
	height: 300px;
	background-image: url(https://cdn-jdmgf.nitrocdn.com/hmljFkvKFsxtNbXBTdILjLJawTXYFpXx/assets/images/optimized/rev-42f9ee9/astrologerdebraj.com/wp-content/uploads/2020/04/813350-PUTX8L-781-scaled-1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.about-banner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	/* Semi-transparent black */
	z-index: 1;
	/* Place behind the text but above the background */
}

.about-banner h2 {
	color: var(--white-color);
	font-size: 2.2rem;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 2;
	/* Ensure text is above the overlay */
}

.about-image {
	text-align: center;
}

.about-image img {
	width: 100%;
	height: auto;
}

.about-content h2 {
	color: var(--black);
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	font-size: 1.5rem;
	color: var(--black);
	display: flex;
}

.about-content h2::after {
	content: '';
	position: absolute;
	top: 12px;
	left: 135px;
	bottom: 0px;
	width: 90px;
	height: 2px;
	background-color: var(--red-orange);
}

.about-content h1 {
	font-size: 3rem;
	font-weight: bold;
}

.about-content .font-italic-about {
	color: var(--orange);
	font-weight: 600;
	font-style: italic;
}

.best-astrologer-section .padding-inline {
	text-align: justify;
	padding-inline: 1.5rem;
}

.best-astrologer-section h2 {
	color: var(--black);
	font-family: "Montserrat";
	font-weight: 700;
	line-height: 1.2em;
	font-size: 2.2rem;
}

/* Youtube video */
.container.my-5.padding-inline {
	padding-inline: 2rem;
}



/*Services content css starts*/

/*Services.php Page starts*/
.as_breadcrum_wrapper .breadcrumb{
       display: inline-flex;
    background-color: var(--orange);
    border-radius: 40px;
    font-size: 14px;
    line-height: 18px;
    padding: 11px 30px;
    margin: 0px;
    color: white;
}

.as_breadcrum_wrapper a{
    color: white;
    transition: all 0.3s ease;
}

.as_breadcrum_wrapper a:hover{
    color: var(--yellow);
}


.as_breadcrum_wrapper .breadcrumb>li+li:before {
    content: '/\00a0/\00a0';
}

.as_service_wrapper .as_service_box {
    background-color: #2f4f7f;
    padding: 50px 22px;
    margin-top: 30px;
}

.as_service_wrapper .as_service_box .as_icon img{
    width: 50%;
}


.as_service_box {
    background-color: var(--danger-color);
    padding: 50px 22px;
    margin-top: 30px;
}
.as_service_box .as_icon {
    width: 80px;
    background-color: var(--danger-color);
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
    transition: all 0.3s linear;
}
.as_service_box .as_icon:after {
    border: 5px dashed var(--danger-color);
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    bottom: -10px;
    right: -10px;
    border-radius: 100%;
}
.as_service_box:hover .as_icon {
    background-color: var(--orange);
}
.as_service_box:hover .as_icon:after {
    border-color: var(--orange);
    animation: spin 9s infinite linear;
    -webkit-animation: spin 9s infinite linear;
    -moz-animation: spin 9s infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.as_service_box .as_subheading {
    margin: 30px 0 10px;
    padding-bottom: 16px;
    position: relative;
    color:white;
}

.as_service_box .as_subheading:after {
    width: 70px;
    height: 2px;
    background-color: var(--orange);
    position:absolute;
    content:'';
    bottom:0;
    left:50%;
    transform:translateX(-50%);
}
.as_service_box p{
    font-size:14px;
    color:var(--white-color);
    line-height: 24px;
}

.as_link{
      width: 120px;
      height: 40px;
      text-transform: uppercase;
      font-family: 'Montserrat', sans-serif;
      display: inline-block;
      line-height: 38px;
      font-size: 15px;
      font-weight: bold;
      border-radius: 10px;
      cursor: pointer;
      position: relative;
      z-index: 1;
      transition: all .4s ease;
    }


.as_link{
  border-color: rgb(0, 147, 135);
  border: 0;
  border-radius: 0;
  color: var(--orange);
  position: relative;
  border: 2px solid var(--white-color);
  z-index: 1;
  overflow: hidden;
}
  
  .as_link::before{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: var(--orange);
    z-index: -1;
     transition: all .3s ease;
    transform: translatex(-100%) rotate(180deg);
  }
  
 .as_link:hover::before {
    transform: translatex(0%);
    } 



  .as_link::after{
      content: "";
      left: 50%;
      top: 0;
      position: absolute;
      background-color: var(--orange);
      width: 50%;
      height: 100%;
      z-index: -1;
      transform: translatex(100%) rotate(-180deg);
       transition: all .3s ease;
    }

  .as_link:hover::after{
      transform: translatex(0%);
    } 


     

 .as_link:hover {
    color:  #ffff;
    border: 2px solid var(--orange);
  }
  
  
  
  /*Services content page start*/

/*Services.php Page starts*/
.as_breadcrum_wrapper .breadcrumb{
       display: inline-flex;
    background-color: var(--orange);
    border-radius: 40px;
    font-size: 14px;
    line-height: 18px;
    padding: 11px 30px;
    margin: 0px;
    color: white;
}

.as_breadcrum_wrapper a{
    color: white;
    transition: all 0.3s ease;
}

.as_breadcrum_wrapper a:hover{
    color: var(--yellow);
}


.as_breadcrum_wrapper .breadcrumb>li+li:before {
    content: '/\00a0/\00a0';
}

.as_service_wrapper .as_service_box {
    background-color: #2f4f7f;
    padding: 50px 22px;
    margin-top: 30px;
}

.as_service_wrapper .as_service_box .as_icon img{
    width: 50%;
}


.as_service_box {
    background-color: var(--danger-color);
    padding: 50px 22px;
    margin-top: 30px;
}
.as_service_box .as_icon {
    width: 80px;
    background-color: var(--danger-color);
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
    transition: all 0.3s linear;
}
.as_service_box .as_icon:after {
    border: 5px dashed var(--danger-color);
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    bottom: -10px;
    right: -10px;
    border-radius: 100%;
}
.as_service_box:hover .as_icon {
    background-color: var(--orange);
}
.as_service_box:hover .as_icon:after {
    border-color: var(--orange);
    animation: spin 9s infinite linear;
    -webkit-animation: spin 9s infinite linear;
    -moz-animation: spin 9s infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.as_service_box .as_subheading {
    margin: 30px 0 10px;
    padding-bottom: 16px;
    position: relative;
    color:white;
}

.as_service_box .as_subheading:after {
    width: 70px;
    height: 2px;
    background-color: var(--orange);
    position:absolute;
    content:'';
    bottom:0;
    left:50%;
    transform:translateX(-50%);
}
.as_service_box p{
    font-size:14px;
    color:var(--white-color);
    line-height: 24px;
}

.as_link{
      width: 120px;
      height: 40px;
      text-transform: uppercase;
      font-family: 'Montserrat', sans-serif;
      display: inline-block;
      line-height: 38px;
      font-size: 15px;
      font-weight: bold;
      border-radius: 10px;
      cursor: pointer;
      position: relative;
      z-index: 1;
      transition: all .4s ease;
    }


.as_link{
  border-color: rgb(0, 147, 135);
  border: 0;
  border-radius: 0;
  color: var(--orange);
  position: relative;
  border: 2px solid var(--white-color);
  z-index: 1;
  overflow: hidden;
}
  
  .as_link::before{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: var(--orange);
    z-index: -1;
     transition: all .3s ease;
    transform: translatex(-100%) rotate(180deg);
  }
  
 .as_link:hover::before {
    transform: translatex(0%);
    } 



  .as_link::after{
      content: "";
      left: 50%;
      top: 0;
      position: absolute;
      background-color: var(--orange);
      width: 50%;
      height: 100%;
      z-index: -1;
      transform: translatex(100%) rotate(-180deg);
       transition: all .3s ease;
    }

  .as_link:hover::after{
      transform: translatex(0%);
    } 


     

 .as_link:hover {
    color:  #ffff;
    border: 2px solid var(--orange);
  }
  
  
  
  /*Services content page start*/
.as_service_wrapper .secondary-bg {
    padding: 20px;
    margin-top: 10px;
}

.as_service_wrapper .secondary-bg {
    background: var(--danger-color);
}

.as_service_wrapper .secondary-bg h3,
.as_service_wrapper .secondary-bg p,
.as_service_wrapper .secondary-bg ol li{
    color: var(--white-color);
}

.as_service_wrapper h2 {
    text-align: center;
    position: relative;
    margin-top: 2rem;
    margin-bottom: 20px; /* Ensure there's space below the heading */
    padding-bottom: 10px; /* Space between the text and the border */
}

.as_service_wrapper h2::after {
    position: absolute;
    content: "";
    width: 100px; /* Width of the border */
    height: 5px; /* Thickness of the border */
    background-color: var(--orange); /* Color of the border */
    left: 50%; /* Align it in the center */
    transform: translateX(-50%); /* Centering the pseudo-element */
    bottom: 0; /* Aligns it to the bottom of the h2 */
}






/*Services each pages css starts*/
.inner_pages_side_bar ul li a {
    padding: 12px;
    padding-left: 40px;
    width: 100%;
    display: block;
}

.inner_pages_side_bar ul li a:hover, .inner_pages_side_bar ul li.active a {
    background: #3e2449;
    color: #ffffff;
    transition: .3s;
    cursor: pointer;
}

 .categories ul li{
      list-style: none;
    border-bottom: 1px solid #00000017;
    }
.inner_pages_side_bar .categories{
    position: relative;
}
 .categories ul li:before {
    content: "\f0ac";  
    position: absolute;
    left: 12px;
    font-family: 'FontAwesome';
    color: var(--orange);
    transition: all 0.3s ease;
}

.categories ul li:hover:before {
    color: var(--white-color);
}

.categories li:before {
    margin-top: 14px;
    font-size: 14px;
}

/*.categories ul li::before {*/
/*    top: 12px !important;*/
/*}*/

.box-shadow-large, .categories {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.list-style1 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-style1 li{
   border-bottom: 1px solid #00000017;
}

#categories-scroll-bar {
    height: 1000px;
    overflow-y: scroll;
}
 
 .breadcrum-services-mobile{
    display: none;
}

/*Active class for side bar*/
.categories ul li.active a {
    background: #3e2449;
    color: #ffffff;
    cursor: pointer;
}


/*Photos Gallery-------------------------------------------------------
------------------------------------------------------------section starts*/
.photos-gallery .as-photos-marginT{
    margin-top: 1.5rem;
}







/* Blog page css starts------------------------
----------------------------------------------- */
.achivement-blogs .container .load-more,
.achivement-blogs .container .show-less {
	width: 150px;
	margin: 0 auto;
}

.achivement-blogs .blogs .blog-hr-line {
	margin-top: 2.5rem;
}

.achivement-blogs .blogs span.date {
	color: var(--dark-gray);
}

/* Contact section start----------------------
----------------------------------------- */
.form-section {
	width: 400px;
}

.map-section img {
	width: 100%;
	border-radius: 10px;
}

.form-section input[type="text"],
.form-section input[type="email"] {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	padding: 12px;
	height: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #eaeaea;
	border-radius: 2px;
	background: 0 0;
	background-color: #fafafa;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	font-size: 14px;
	line-height: 21px;
	text-align: left;
}

.form-section textarea {
	width: 100%;
	padding: 12px;
	background-color: #fafafa;
	max-width: 100%;
	border: none;
	outline: none;
	height: 120px;
	/* Increase the height as needed */
	resize: none;
	/* Remove the resize handle */
	overflow-y: auto;
	/* Add a scrollbar if the content exceeds the height */
}

.form-section input[type="text"]:focus,
.form-section input[type="email"]:focus,
.form-section textarea:focus {
	outline: none;
	border: 1px solid var(--orange);
	box-shadow: 0 0 5px rgba(255, 102, 0, 0.2);
}

.form-section .required {
	color: red;
	font-size: 12px;
}

.form-section button {
	background-color: var(--orange);
	color: #fff;
	padding: 12px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	width: 100%;
	transition: all 0.3s ease;
}

.form-section button:hover {
	background-color: var(--orange);
}

.contact-section {
	width: 65%;
	margin: 0 auto;
}

.contact-wrapper {
	background-color: #F9DBC6;
}

.contact-info {
	margin-top: 20px;
}

.contact-info .icon {
	color: var(--orange);
	font-size: 1.5rem;
	margin-right: 10px;
}

.contact-wrapper .contact-section .contact-info ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.contact-wrapper .contact-section .contact-info li {
	margin-bottom: 10px;
	display: flex;
	align-items: flex-start;
	/* Align to the top of the icon */
}

.contact-wrapper .contact-section .contact-info li .icon {
	margin-right: 10px;
	width: 20px;
	/* Adjust icon width as needed */
	text-align: center;
	/* Ensure icon is horizontally centered */
}

.contact-wrapper .form-section h1 {
	font-size: 2.2rem;
	font-weight: bold;
	color: var(--black);
}

.contact-wrapper .form-section p {
	font-size: 0.9rem;
	color: var(--black);
	padding-top: 0.5rem;
	padding-bottom: 1rem;
}

.contact-wrapper .contact-section .map-section iframe {
	width: 100%;
	/* display: none; */
}

/* END Contact section----------------------
----------------------------------------- */
/* Responsive Media Query Start Here ----------------------------
-----------------------------------------------------------------*/
 
@media only screen and (max-width: 991px) {
	.custom-text-center {
		text-align: center !important;
	}
	

	.navbar-custom {
        background: rgb(255, 255, 255)!important;
		position: relative;
        bottom: 1.5rem;
    }

	.navbar-contact-details{
		display: none;
	}



/* center-contact  start*/
.center-contact {
	padding: 0rem;
}
.center-contact .book-btn {
    display: none; /* This would hide the .book-btn on smaller screens */
  }

[type=button]:not(:disabled),
[type=reset]:not(:disabled) {
	cursor: pointer;
	border: none !important;
	background: linear-gradient(to right, #FF6600, #FF9900);
	color: white;
	margin-block: 0rem;
}

.logo-z-index{
	position: relative;
	z-index: 300;
	top: 1rem;
}

 



	.navbar-toggler{
	box-shadow: none!important;
	margin-right: 10px;
}


	.navbar-custom .container-fluid{
              padding: 0!important;
	}

	.navbar-custom ul li a { 
		border-bottom: 1px solid rgba(0, 0, 0, 0.361);
	}

	.mobile-dropdown{
		background: var(--light-silver);
		padding: 0!important;
		margin: 0!important;
		z-index: 400;
        position: relative;
		top: 20px;
	}

	/* homepage owl carousel buttons set */
	.owl-prev {
		left: 0px;
		font-size: 5rem !important;
	}

	.owl-next {
		right: 0px;
		font-size: 5rem !important;
	}

	/* about-page */
	.about-content p {
		text-align: justify;
		padding-inline: 1.8rem;
	}

	.about-content h1,
	.about-content h2 {
		margin-top: 1.5rem;
		padding-inline: 1.8rem;
	}

	.about-image {
		padding-inline: 1.5rem;
	}

	.about-content h2::after {
		left: 165px;
		width: 120px;
	}

	.container .row>div:nth-child(1) iframe,
	.container .row>div:nth-child(2) iframe {
		margin-bottom: 20px;
	}

	/* Contact-Page */
	.form-section {
		width: 100%;
		text-align: center;
	}

	.mt-md-custom {
		margin-top: 4rem;
	}

}

@media only screen and (max-width: 767px) {
	.custom-text-center {
		text-align: center !important;
	}

	.custom-icons-padding {
		padding-top: 0.8rem;
	}

	.icon-container {
		width: 100px;
		height: 60px;
	}

	#feature-tiles-wrapper .heading-titles {
		font-size: 1.3rem;
	}

	.reviews-section .card {
		height: 130px;
		margin-block: 1rem;
	}

	.content h2 {
		font-size: 1.4rem;
	}

	.services-background-image h2 {
		font-size: 1.4rem;
	}

	.service-title {
		font-size: 1.5rem;
	}

	.service-offered::after {
		left: 165px;
		width: 67px;
	}

	.review-card.custom-mt {
		margin-top: 1rem;
	}

	/* About-Page */
	.container .row>div:nth-child(1) iframe,
	.container .row>div:nth-child(2) iframe,
	.container .row>div:nth-child(3) iframe {
		margin-bottom: 20px;
	}

	.container .row>div:nth-child(1) iframe,
	.container .row>div:nth-child(2) iframe,
	.container .row>div:nth-child(3) iframe,
	.container .row>div:nth-child(4) iframe {
		width: 100%;
		height: 200px;
	}

	/* Contact-page */
	.contact-section {
		width: 100%;
	}
}


@media only screen and (max-width:650px) {
	.navbar-custom {
        
        bottom: 2rem;
    }
}


@media only screen and (max-width:450px) {

	/* Homepage */
	/* carousel start */
	#carouselExampleControls .fa-angle-left,
	#carouselExampleControls .fa-angle-right,
	#carouselExampleControlsSecond .fa-angle-left,
	#carouselExampleControlsSecond .fa-angle-right {
		font-size: 3rem;
	}
	
	.social-icons a.topbar-email {
            font-size: 0.9rem;
     }

	nav .toggle-btn {
		font-size: 1.2rem;
		padding-top: 2px;
	}
	/* .navbar-custom {
        top: 14%;
    } */

	.navbar-custom {
        background: rgb(255, 255, 255) !important;
        position: relative;
        bottom: 1.5rem;
    }

	.mobile-dropdown {
        top: 21px;
    }

	


	.owl-prev {
		left: 0px;
		font-size: 5rem !important;
	}

	.owl-next {
		right: 0px;
		font-size: 5rem !important;
	}

	.achivement-blogs .blog-heading {
		font-size: 1.7rem;
	}

	.social-icons p {
		font-size: 0.8rem;
	}

	.padding-T {
		padding-top: 3rem;
	}

	.padding-TB {
		padding-block: 3rem;
	}

	.whatsapp-btn a {
		padding: 15px 15px;
		margin-top: 1.5rem;
		font-weight: 600;
		font-size: 0.8rem;
	}

	.view-btn {
		padding: 10px;
		font-size: 0.8rem;
	}
	
	/*Accordian and form*/
	.form-container {
    padding: 1rem;
    margin-top: 1.5rem;
    }

	/* About-Page */
	.about-content h1 {
		font-size: 2rem;
	}

	.connect-section-wrapper .connect-section a {
		padding: 10px;
	}

	.connect-section-wrapper .connect-section {
		width: 100%;
		text-align: center;
	}


	/* contact page */
	.about-banner h2 {
		color: var(--white-color);
		font-size: 1.5rem;
}

    .about-banner {
    height: 180px;
}

/*services*/
.breadcrum-services-mobile{
    display: block;
}

}

@media only screen and (max-width: 391px){
	/* .navbar-custom {
		top: 16%;
    }

	.mobile-dropdown {
		top: 4px;    
    } */
}



@media only screen and (max-width: 376px){
	/* .navbar-custom {
		top: 20%;
    } */
	

	/* .mobile-dropdown {
		top: 4px;    
    } */
}


@media only screen and (max-width: 361px) {
	/* .navbar-custom {
        top: 17%;
    } */
}

@media only screen and (max-width: 345px) {
	/* .navbar-custom {
        top: 15%;
    } */
}
 