/* Header Css  */
.site-header {
	position: relative;
	width: 100%;
	z-index: 99;
	/* background: var(--body-color); */
}

.site-header::before {
	content: "";
	position: absolute;
	background-image: url(../img/header-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 70%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
}

.site-header .mobile-header {
	position: fixed;
	width: 50%;
	height: 100vh;
	top: 0;
	right: 0;
	padding: 100px 40px 20px;
	background-color: var(--extra-color-1);
	min-height: 100%;
	transform: translateX(100%);
	transition: 0.2s;
	z-index: 9999;
}

.header-logo .logo-here {
	object-fit: cover;
	width: 100%;
}

.head-link {
	gap: 60px;
}

.contact-icon {
	background: var(--secondary-color);
	color: var(--primary-color);
	border: 1px solid transparent;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	animation: pulse-animation 2s infinite;
	text-decoration: none;
}

.contact-icon i {
	font-size: 20px;
}

@keyframes pulse-animation {
	0% {
		box-shadow: 0 0 0 0px rgb(1, 83, 1, 0.2);
	}

	100% {
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
	}
}

@media (min-width: 1700px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1600px;
	}
}

@media (max-width: 991px) {
	.site-header .mobile-header.active {
		transform: translateX(0);
	}
}

/* Header Css  */

/* banner Css  */
.banner-inner-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.banner::before {
	content: "";
	position: absolute;
	background-image: url(../img/banner-content-bg.png);
	background-repeat: no-repeat;
	width: 790px;
	height: 800px;
	bottom: 10px;
	left: 50px;
	background-size: cover;
	z-index: -9;
	/* opacity: .7; */
}

.banner::after {
	content: "";
	position: absolute;
	background-image: url(../img/banner-bottom.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 110px;
	bottom: -37px;
	z-index: 9;
}

.banner-wrapper {
	display: flex;
	justify-content: center;
	align-items: start;
}

.banner-social-links {
	z-index: 9;
	height: fit-content;
	margin: auto;
	bottom: 70px;
}

/* .banner-social-links::before {
    content: "";
    position: absolute;
    background-color: var(--secondary-color);
    background-size: cover;
    background-position: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    left: -80px;
    top: -10px;
    z-index: -1;
    clip-path: inset(0 0 0 70%);
} */

.active-slide-number {
	display: inline-block;
	background-color: #f0f0f0;
	padding: 5px 10px;
	border-radius: 5px;
	margin-top: 10px;
	font-weight: bold;
}

.banner-icon::after {
	content: "";
	position: absolute;
	background-color: #ffffff24;
	background-size: cover;
	width: 40px;
	height: 40px;
	right: -10px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
	border-radius: 50%;
	opacity: 0;
}

.banner-icon:hover::after {
	opacity: 1;
}

.banner-icon:hover {
	color: transparent;
	background: var(--secondary-color);
	-webkit-background-clip: text;
}

.scroll-down-wrapper {
	bottom: 60px;
	z-index: 9999;
}

.scroll-down-wrapper .scrolldown-btn {
	background: transparent;
	border-radius: 50%;
	width: 80px;
	height: 80px;
}

.heading-bg:before {
	content: "";
	position: absolute;
	background: linear-gradient(45deg, #c49f69, transparent);
	width: 60%;
	height: 85px;
	z-index: -1;
	left: -10px;
	bottom: 0;
	top: 0;
	margin: auto;
}

.tax-icon1 {
	top: 5rem;
	left: 30px;
}

.tax-icon2 {
	bottom: 110px;
	left: 30px;
}

.tax-icon3 {
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
	height: fit-content;
}

.tax_fig {
	background: var(--secondary-color);
	width: 110px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

/* Banner Section End Here */

/* about-section Css  */

.about-section {
	padding: 100px 0px 68px;
}

.aniamte_img {
	animation-name: float_up_down;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.cell-no:hover {
	color: var(--secondary-color);
}

.customer-review-wrapper {
	transform: rotate(-10deg);
	bottom: -9rem;
}

.about-badge-content {
	rotate: 270deg;
	left: -13rem;
	bottom: 90px;
}

@keyframes float_up_down {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
		/* Adjust the value for the float effect */
	}

	100% {
		transform: translateY(0);
	}
}

/* about-section Css  */

/* service-section Css */

.service-section {
	padding: 100px 0px 68px;
	/* background-color: var(--extra-color-3); */
	z-index: 1;
}

.service-slider .service-slide {
	margin: 20px 20px 0px;
	border-radius: 29px;
	animation: background-animate 3s ease-in-out infinite;
	background: #ffffff1f;
}

.service-section .service-slide:nth-child(even) {
	transform: translateY(40px);
}

.service-slider .service-slide .service-img-wrapper {
	margin-top: -90px;
}

.service-slider .slick-track {
	padding-top: 71px;
}

.service-slide:hover {
	background: var(--extra-color-1);
}

.service-slide:hover .service_hover {
	color: var(--primary-color);
}

.service-slide:hover .btn {
	background: var(--body-color);
	color: var(--primary-color);
	-webkit-text-fill-color: unset;
}

.service-slider .slick-list.draggable {
	padding-bottom: 80px;
}

.service-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
}

.service-btn .service-span {
	background: #d9d9d924;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
}

.service-btn:hover .service-span {
	background: var(--dark-color);
	color: var(--primary-color);
}

.service-dashed-img {
	display: none;
}

@keyframes background-animate {
	0% {
		background-color: var(--body-color);
	}

	33% {
		background: var(--secondary-color);
	}

	66% {
		background-color: var(--dark-color);
	}

	100% {
		background-color: var(--body-color);
	}
}

/* service-section Css */

/* blog-section Css  */
.blog-img-wrapper figure:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent, #000000cf);
	z-index: 1;
	transition: 0.6s cubic-bezier(0.92, -0.08, 0, 1.06);
}

.blog-img-wrapper figure {
	overflow: hidden;
	border-radius: 10px;
}

.blog-img-wrapper figure:hover:before {
	top: 0;
}

.blog-content {
	z-index: 1;
}

.blog-slider .blog-slide {
	margin: 0px 10px;
}

.ml1 .letter {
	display: inline;
	/* line-height: 1em; */
}

.ml1 .text-wrapper {
	position: relative;
	display: inline-block;
	padding-top: 0.1em;
	padding-right: 0.05em;
	padding-bottom: 0.15em;
}

.ml14 .letters,
.ml14 .line,
.ml14 .letter {
	opacity: 1;
}

/* blog-section Css  */

/* testimonilas-section Css  */
.testimonials-section {
	padding: 0px 0px 110px;
}

.testimonials-section::before {
	content: "";
	position: absolute;
	background-image: url(../img/client-bg-img.png);
	background-repeat: no-repeat;
	/* background-color: var(--secondary-color); */
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 1430px;
	top: -29rem;
	z-index: -1;
}

.testi-main-wrapper::before {
	content: "";
	position: absolute;
	background-image: url(../img/testi-img3.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	background-size: contain;
	left: 0;
	bottom: 40%;
	display: flex;
	align-items: center;
	z-index: 9;
}

.testi-main-wrapper::after {
	content: "";
	position: absolute;
	background-image: url(../img/testi-img5.png);
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	background-size: contain;
	bottom: 40%;
	right: 0;
	display: flex;
	align-items: center;
	z-index: 9;
}

.testi-inner-content::before {
	content: "";
	position: absolute;
	background-image: url(../img/testi-img4.png);
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	background-size: contain;
	left: 0;
	bottom: 30px;
	display: flex;
	align-items: center;
	z-index: 9;
}

.testi-inner-content::after {
	content: "";
	position: absolute;
	background-image: url(../img/testi-img3.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	background-size: contain;
	right: 0;
	bottom: 30px;
	display: flex;
	align-items: center;
	z-index: 9;
}

.testimonials-slider .slick-dots {
	bottom: -70px;
	left: 0;
	right: 0;
	align-items: center;
	flex-direction: row;
	justify-content: unset;
	top: unset;
	row-gap: 0;
	gap: 18px;
	justify-content: center;
	align-items: center;
	max-width: fit-content;
	margin: auto;
}

.testi-img-left {
	left: -170px;
	top: 70px;
}

.testi-img-right {
	top: 70px;
	right: -180px;
}

.testimonials-slider .slick-dots li {
	background: var(--extra-color-2);
	border: 0;
	height: 5px;
	width: 40px;
	margin: 0 6px;
	transition: 0.4s ease;
	border-radius: 0px;
}

.testimonials-slider .slick-dots li.slick-active {
	background: var(--secondary-color);
	border-color: transparent;
	width: 40px;
	height: 5px;
}

.testi-img figure {
	/* border: 10px solid #96ddf8; */
	border-radius: 50%;
}

.testimonials-section::after {
	content: "";
	position: absolute;
	background-image: url(../img/client-slider-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 860px;
	height: 790px;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	margin: auto;
}

/* Tablet Responsive  */
@media (max-width: 991px) {
	.testi-img-right {
		top: -30px;
		right: -10px;
	}

	.testi-img-left {
		left: -10px;
		top: -30px;
	}

	.testimonials-section {
		padding: 100px 0px 110px;
	}

	.testimonials-section::before {
		height: 100%;
	}
}

@media (max-width: 768px) {
	.feedback-main {
		padding-bottom: 40px;
	}
}

/* Mobile Resposnive  */
@media (max-width: 575px) {
	.testimonials-section {
		overflow: hidden;
		padding: 80px 0px 100px;
	}

	.testi-inner-content::after {
		width: 80px;
		height: 80px;
	}

	.testi-main-wrapper::before {
		width: 80px;
		height: 80px;
	}

	.testi-inner-content::before {
		width: 70px;
		height: 70px;
	}

	.testi-main-wrapper::after {
		width: 70px;
		height: 70px;
	}
}

/* Mobile Resposnive  */

/* video-section Css  */

.video-section::before {
	content: "";
	position: absolute;
	background-image: url(../img/video-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 550px;
	top: 208px;
	z-index: -1;
}

.video-section .video-slider .video-slide {
	margin: 0px 50px;
}

.video-section
	.video-slider
	.video-slide.slick-current.slick-active.slick-center {
	transform: scale(1.1);
}

.video-section .video-slider .video-slide figure img.img-fluid {
	border: 4px solid var(--primary-color);
	border-radius: 26px;
}

.video-section
	.video-slider
	.video-slide.slick-current.slick-active.slick-center
	.video-figure-wrap
	img.img-fluid {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.video-slider .slick-track {
	padding: 60px 0px;
}

.lending_text {
	font-size: 240px;
}

/* video-section Css  */

/* res-section Css  */

.res-content {
	position: relative;
}

.res-content::after {
	content: "";
	position: absolute;
	border-bottom: 1px solid #ffffff21;
	width: 100%;
	bottom: -40px;
}

.border-right {
	border-right: 1px solid #ffffff21;
}

/* res-section Css  */

/* footer Css  */

.site-footer {
	padding: 70px 0px 10px;
	background-position: top;
}

.site-footer::before {
	content: "";
	position: absolute;
	background-image: url(../img/footer-top.png);
	background-repeat: no-repeat;
	background-size: cover;
	top: -20px;
	background-position: center;
	height: 160px;
	width: 100%;
}
.site-footer::after {
	content: "";
	position: absolute;
	background-image: url(../img/footer-bottom.png);
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	background-position: center;
	height: 134px;
	width: 100%;
}

.footer-logo-main::before {
	content: "";
	position: absolute;
	background-image: url(../img/footer-logo-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	/* background-position: center; */
	width: 100%;
	height: 380px;
	top: -80px;
	z-index: -1;
}

.footer-logo img.img-fluid {
	max-width: 80%;
	margin: auto;
}

/* footer Css  */
