/* root.css */
:root {
	/* Colors */
	--primary-color: #00473E;
	--primary-deep-color: #002E25;
	--secondary-color: #F2A007;
	--black-color: #000A05;
	--white-color: #FFFFFF;
	--light-gray-color: #D3D3D3;
	--body-bg: #F5F5F5;
	--paragraph-color: #3c3c3c;
	--light-yellow-color: #FEF5E6;
	--light-green-color: #E5EDEC;
	--light-green-2-color: #CCDAD8;
	--footer-color: #161618;

	/* Font family*/
	--primary-font: 'Parkinsans';
	--secondary-font: 'Poppins';
	--tertiary-font: 'Sacramento';

	/* font size */
	--font-61: 61px;
	--font-49: 49px;
	--font-39: 39px;
	--font-31: 31px;
	--font-25: 25px;
	--font-20: 20px;
	--font-18: 20px;
	--font-16: 16px;
	--font-14: 14px;
	--font-12: 12px;
	--font-13: 13px;
	--font-10: 10px;

	/* Spacing */
	--section-padding-top: 70px;
	--section-padding-bottom: 70px;
	--padding-100: 100px;
	--padding-50: 50px;

}



/* common style */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-size: var(--font-16);
	font-family: var(--secondary-font);
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
p {
	margin-bottom: 0;
}

.lh-0 {
	line-height: 0;
}

.section-gap-vartical {
	padding-top: var(--section-padding-top);
	padding-bottom: var(--section-padding-bottom);
}

.btn.btn-primary span {
	transition: transform 0.3s ease;
}

.btn.btn-primary:hover span {
	transform: translateX(3px);
}

.btn.btn-primary.has-icon {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--primary-color);
	border-color: var(--primary-color);
	padding: 10px 25px;
	font-size: 16px;
}

.btn.btn-primary {
	display: inline-flex;
	align-items: center;
	background: var(--primary-color);
	border-color: var(--primary-color);
	justify-content: center;
}

.btn.btn-primary:hover {
	background: var(--primary-deep-color);
	border-color: var(--primary-color);
}

.btn-primary.btn-outline-primary {
	border-color: var(--primary-color) !important;
	background: transparent !important;
	color: var(--primary-color) !important;
}

.subscription-form .btn:hover {
	background: var(--primary-deep-color);
}

.primary-text {
	color: var(--primary-color);
}

.secondary-text {
	color: var(--secondary-color);
}

.section-title-sm {
	color: var(--primary-deep-color);
	font-family: var(--primary-font);
	font-size: var(--font-31);
	font-weight: 600;
}

.section-title-sm.has-icon {
	display: flex;
	align-items: center;
	gap: 8px;
	text-align: center;
}

.section-title-lg {
	color: var(--black-color);
	font-family: var(--primary-font);
	font-size: var(--font-49);
	font-weight: 700;
	margin-bottom: 0;
}

.section-title-lg span {
	font-family: var(--primary-font);
	font-size: var(--font-49);
	font-weight: 700;
}

.section-paragraph {
	color: var(--paragraph-color);
	font-family: var(--secondary-font);
	font-size: var(--font-16);
	font-weight: 400;
	margin-bottom: 0;
}

.body-bg {
	background: var(--body-bg);
}

.image-bg {
	background: lightgray 0px 20px / 143.447% 95.169% no-repeat;
	overflow: hidden;
}

.light-green-bg {
	background: var(--light-green-color);
}


.service-slider-wrapper .service-arrows,
.ourProject-wrapper .ourProjectSwiper-arrows,
.brandSwiper-wrapper .brandSwiper-arrows,
.brandSwiper2-wrapper .brandSwiper2-arrows,
.testimonialSwiper .testimonial-arrows {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 30px;
	flex-direction: row-reverse;
}

.serviceSwiper-button-next:after,
.ourProjectSwiper-button-prev:after,
.brandSwiper-button-prev:after,
.brandSwiper2-button-prev:after,
.brandSwiper-button-next:after,
.brandSwiper2-button-next:after,
.serviceSwiper-button-prev:after,
.ourProjectSwiper-button-next:after {
	display: none;
}

/*.service-slider-wrapper .swiper,
.ourProject-wrapper .swiper,
.brandSwiper-wrapper .swiper,
.brandSwiper2-wrapper .swiper {
	width: calc(100% - 120px);
}*/

.serviceSwiper-button-next iconify-icon,
.ourProjectSwiper-button-prev iconify-icon,
.brandSwiper-button-prev iconify-icon,
.testimonial-button-prev iconify-icon,
.brandSwiper2-button-prev iconify-icon,
.serviceSwiper-button-prev iconify-icon,
.brandSwiper-button-next iconify-icon,
.brandSwiper2-button-next iconify-icon,
.testimonial-button-next iconify-icon,
.ourProjectSwiper-button-next iconify-icon {
	font-size: var(--font-25);
	color: var(--white-color);
	width: 40px;
	min-width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--primary-color);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .5s;
}

.serviceSwiper-button-next iconify-icon:hover,
.ourProjectSwiper-button-prev iconify-icon:hover,
.brandSwiper-button-prev iconify-icon:hover,
.brandSwipe2-button-prev iconify-icon:hover,
.testimonial-button-prev iconify-icon:hover,
.serviceSwiper-button-prev iconify-icon:hover,
.brandSwiper-button-next iconify-icon:hover,
.testimonial-button-next-button-next iconify-icon:hover,
.brandSwiper2-button-next iconify-icon:hover,
.ourProjectSwiper-button-next iconify-icon:hover {
	background: var(--primary-deep-color);
}

/*.service-slider-wrapper .serviceSwiper-button-next iconify-icon,
.brandSwiper-button-next iconify-icon,
.brandSwiper2-button-next iconify-icon,
.ourProjectSwiper-button-next iconify-icon {
	position: unset;
	right: 50%;
	top: 0;
	z-index: 111;
}*/

/*.service-slider-wrapper .serviceSwiper-button-prev iconify-icon,
.brandSwiper-button-prev iconify-icon,
.brandSwiper2-button-prev iconify-icon,
.ourProjectSwiper-button-prev iconify-icon {
	position: unset;
	left: 50%;
	top: 0;
	transform: translateY(-50%);
	z-index: 111;
}*/

.overflow-ctrl {
	overflow: hidden;
}

@media (max-width: 767px) {

	.service-arrows .serviceSwiper-button-next iconify-icon,
	.ourProjectSwiper-button-prev iconify-icon,
	.brandSwiper-button-prev iconify-icon,
	.brandSwiper2-button-prev iconify-icon,
	.service-arrows .serviceSwiper-button-prev iconify-icon,
	.brandSwiper-button-next iconify-icon,
	.brandSwiper2-button-next iconify-icon,
	.ourProjectSwiper-button-next iconify-icon {
		width: 40px;
		min-width: 40px;
		height: 40px;

	}

	.service-slider-wrapper .service-arrows,
	.ourProject-wrapper .ourProjectSwiper-arrows,
	.brandSwiper-wrapper .brandSwiper-arrows,
	.brandSwiper2-wrapper .brandSwiper2-arrows,
	.testimonialSwiper .testimonial-arrows {
		margin-bottom: 15px;
	}

	/*.service-slider-wrapper .swiper,
	.ourProject-wrapper .swiper,
	.brandSwiper-wrapper .swiper,
	.brandSwiper2-wrapper .swiper {
		width: calc(100% - 50px);
	}*/


}


/* ###common style */


/* top menu sec */
.top-social-sec {
	background: var(--primary-deep-color);
	color: var(--white-color);
	padding: 15px 0;
}

.icon-wrapper {
	display: flex;
	gap: 8px;
	font-size: var(--font-26);
	align-items: center;
}

.icon-wrapper .icon {
	line-height: 0;
	color: var(--primary-color);
	background: #fff;
	width: 30px;
	min-width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: .3s;
}

.icon-wrapper .icon:hover {
	background-color: var(--primary-color);
	color: var(--white-color);
}

.phn-number a {
	color: var(--white-color);
	text-decoration: none;
	font-size: var(--font-14);
}

/* navbar */
.navbar-brand img {
	width: 200px;
}

.cont-number-sec {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: end;
}

.lets-talk-btn a {
	font-size: var(--font-16);
	min-width: 120px;
}

.lets-talk-btn a span {
	line-height: 0;
	font-size: var(--font-20);
}

.nav-item-custom-style {
	column-gap: 10px;
	font-size: var(--font-16);
	flex-wrap: wrap;
}

.nav-item-custom-style .dropdown-item:active {
	background: var(--primary-color);
	color: var(--white-color);
}

.nev-social-icon .icon {
	background: var(--primary-color);
	color: var(--white-color);
}

/*.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler.open .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6l18 18M6 24L24 6'/%3E%3C/svg%3E");
}*/

/* hero sec */
.hero-banner {
	background-image: url(../images/dark-industrial-living-room.webp);
	min-height: 700px;
	/*height: 80vh;*/
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--white-color);
	overflow: hidden;
}

.hero-banner::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.70);
	top: 0;
	left: 0;
	z-index: -1;
}

.banner-content {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.hero-title {
	font-size: var(--font-61);
	font-family: var(--primary-font);
	font-weight: 700;
}

.hero-card {
	max-width: 450px;
}

.hero-card p {
	color: var(--paragraph-color);
	font-family: var(--secondary-font);
	font-size: var(--font-14);
	font-weight: 400;
}

.hero-card .signature {
	color: var(--primary-color);
	font-family: var(--tertiary-font);
	font-size: var(--font-25);
	font-weight: 400;
}

.hero-card .name {
	color: var(--black-color);
	font-family: var(--secondary-font);
	font-size: var(--font-16);
	font-weight: 700;
}

.hero-card .designation {
	color: var(--paragraph-color);
	font-family: var(--secondary-font);
	font-size: var(--font-14);
	font-weight: 400;
}

.hero-right-content-wrapper {
	position: relative;
}

.hero-right-content-wrapper img {
	position: absolute;
	right: -78px;
	top: -61px;
	pointer-events: none;
}

.play-btn {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: var(--primary-color);
	box-shadow: 0 0 0px 0px rgba(242, 160, 7, 0.40);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: absolute;
	left: 150px;
	bottom: -60px;
	animation: playEffect 2s infinite;
}

.play-btn iconify-icon {
	font-size: 50px;
	color: var(--white-color);
}

@keyframes playEffect {
	0% {
		box-shadow: 0 0 0px 0px rgba(242, 160, 7, 0.40);

	}

	50% {
		box-shadow: 0 0 0px 8px rgba(242, 160, 7, 0.40);

	}

	100% {
		box-shadow: 0 0 0px 0px rgba(242, 160, 7, 0.40);

	}
}

/* ###hero sec */

/* counter section */
.counter-item {
	padding: var(--padding-50);
}

.counter-heading {
	color: var(--black-color);
	text-align: center;
	font-family: var(--primary-font);
	font-size: var(--font-39);
	font-weight: 700;
}

.counter-sub-heading {
	color: var(--black-color);
	text-align: center;
	font-family: var(--primary-font);
	font-size: var(--font-20);
	font-weight: 400;
}

.contact-us-left {
	display: flex;
	flex-direction: column;
	gap: 50px;
	justify-content: space-between;
}

.contact-us-text {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.contact-info-wrapper {
	display: flex;
	gap: 21px;
}

.contact-info {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

/* ###counter section */

/* about sec */
.about-wrapper {
	position: relative;
	background: var(--body-bg);
	overflow: hidden;
}

.about-left-content {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding-top: var(--section-padding-top);
	padding-bottom: var(--section-padding-bottom);
}

.right-img-style img {
	position: absolute;
	width: 48%;
	top: 0;
	right: 0;
	height: 100%;
	object-fit: cover;
}

.left-img-style img {
	position: absolute;
	width: 48%;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: cover;
}

/* ###about sec */

/* our service */
.content-container {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.content-container h2,
.content-container h3,
.content-container p {
	justify-content: center;
	text-align: center;
}

.service-tab {
	margin-top: 20px;
}

.service-tab .nav-link span.icon {
	line-height: 0;
}

.service-tab .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: var(--white-color);
	background-color: var(--primary-color);
}

.service-tab .nav-link {
	border-radius: 5px;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	display: flex;
	align-items: center;
	gap: 8px;
}

.content-container ul {
	justify-content: center;
	gap: 15px;
}

.content-container .nav-link:focus,
.content-container .nav-link:hover {
	color: var(--primary-color);
}


.serviceSwiper .swiper-pagination {
	position: relative !important;
	margin-top: 30px;
}

.swiper {
	width: 100%;
}

.serviceSwiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.serviceSwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	min-height: 420px;
}

.serviceSwiper .swiper-pagination-bullet-active {
	background: var(--primary-color);
}

.serviceSwiper .btn-style {
	text-align: center;
	margin-top: 20px;
}

.serviceSwiper .img-content {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	padding: 15px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	/* opacity: 0; */
	/* transform: translateY(50px); */
	transition: all 0.5s ease;
	/* Increased duration and applied smoother easing */
}

/* .serviceSwiper .swiper-slide:hover .img-content {
	opacity: 1;
	transform: translateY(0);
} */


.img-content::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 10, 5, 0.94);
	filter: blur(37px);
	left: 0;
	bottom: 0;
	z-index: -1;
}

.serviceSwiper .img-content h3 {
	color: var(--white-color);
	font-family: var(--primary-font);
	font-size: var(--font-25);
	font-weight: 600;
	text-align: left;
}

.serviceSwiper .img-content p {
	color: var(--white-color);
	font-family: var(--secondary-font);
	font-size: var(--font-14);
	font-weight: 400;
	text-align: left;
}


/* ###our service */

/* Anniversary  sec */
.anversary-section {
	background: var(--body-bg);
}

.Anversary-content-wrapper {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.video-content-wrapper {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.video-content-wrapper iframe {
	width: 100%;
	height: 300px;
}

.video-content-wrapper h4 {
	color: var(--black-color);
	font-family: var(--primary-font);
	font-size: var(--font-31);
	font-weight: 400;
}

.video-content-wrapper p {
	color: var(--black-color);
	font-family: var(--secondary-font);
	font-size: var(--font-16);
	font-weight: 700;
}

.video-content-wrapper img {
	width: 150px;
}

/* ###Anniversary  sec */

/* why choose sec */
.why-choose-section {
	background: var(--light-yellow-color);
}

.card-icon {
	width: 80px;
	height: 80px;
	background: var(--primary-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;

	color: var(--white-color);
}

.card-icon iconify-icon {
	font-size: 40px;
}

.card.card-vr-style {
	height: 100%;
}

.card-vr-style .card-body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
}

.card-vr-style .card-number {
	color: rgba(0, 10, 5, 0.10);
	text-align: right;
	font-family: var(--primary-font);
	font-size: var(--font-61);
	font-weight: 800;
	line-height: 61px;
	margin-bottom: -30px;
}

.card-vr-style .card-title {
	color: var(--black-color);
	font-family: var(--primary-font);
	font-size: var(--font-25);
	font-weight: 700;
	margin-bottom: 0;
	transition: .5s;
}

.card-vr-style .card-text {
	color: var(--paragraph-color);
	font-family: var(--secondary-font);
	font-size: var(--font-26);
	font-weight: 400;
	transition: .5s;
}

.space-between {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.card-vr-style.add-hover:hover .card-title {
	color: var(--white-color);
}

.card-vr-style.add-hover:hover .card-text {
	color: var(--white-color);
}

.card-vr-style.add-hover {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.card-vr-style.add-hover::after {
	content: '';
	position: absolute;
	width: 80px;
	height: 80px;
	left: 16px;
	top: 16px;
	background: #00473e;
	transition: .5s all;
	border-radius: 50%;
	z-index: -1;
}

.card-vr-style.add-hover:hover:after {
	width: 200%;
	height: 200%;
	left: -200px;
	top: -200px;
}

/* ###why choose sec */

/* brand promoter style */
.brand-promoter-section {
	background: var(--body-bg);
}

.promoter-card {
	overflow: hidden;
}

.promoter-card-img {
	overflow: hidden;
}

.promoter-card-img img {
	transition: transform 0.5s;
}

.promoter-card:hover .promoter-card-img img {
	transform: scale(1.1);
}

.promoter-card .card-body {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.promoter-card .card-body h5 {
	color: var(--black-color);
	text-align: center;
	font-family: var(--primary-font);
	font-size: var(--font-20);
	font-weight: 700;
	margin-bottom: 0;
}

.promoter-card .social-icon {
	line-height: 0;

}

.promoter-card .social-icon iconify-icon {
	font-size: 30px;
	color: var(--primary-color);
}

.brandSwiper .swiper-slide {
	display: flex;
	justify-content: center;
}

/* ###brand promoter style */

/* how we work section */
.how-we-work-section {
	background: url(../images/how-we-work-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 160px;
}

.how-we-work-section .section-title-lg,
.how-we-work-section .section-paragraph,
.how-we-work-section .section-title-sm {
	color: var(--white-color);
}

.how-we-work-section .custom-position {
	margin-bottom: -160px;
}

/* ###how we work section */

/* govt project */
.govt-project-section {
	background: var(--body-bg);
}

.govt-project-section .section-title-sm,
.govt-project-section .section-title-lg,
.govt-project-section .section-paragraph {
	justify-content: flex-start;
	text-align: start;
}

.govt-logo-container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.govt-logo-container img {
	width: 150px;
	object-fit: contain;
}

/* ###govt project */

/*  best interior section */
.creative-space-ad {
	background: var(--body-bg);
}

.two-img-container {
	display: flex;
	gap: 20px;
}

.two-img-container .left-side-first-img {
	margin-bottom: 70px;
}

.two-img-container .left-side-second-img {
	margin-top: 70px;
}

.custom-padding {
	padding-top: var(--section-padding-top);
	padding-bottom: var(--section-padding-bottom);
}

.content-container.text-left .section-title-sm,
.content-container.text-left .section-paragraph,
.content-container.text-left .section-title-lg {
	justify-content: flex-start;
	text-align: left;
}

/*  ###best interior section */

/* testimonial section */

.top-icon {
	text-align: left;
	line-height: 0;
}

.top-icon iconify-icon,
.bottom-icon iconify-icon {
	color: var(--Primary-Tint-600, #66918B);
	font-size: 56px;
}

.bottom-icon {
	transform: rotate(180deg);
	line-height: 0;
}

.testimonial-author {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.author-img img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
}

.author-name {
	color: var(--black-color);
	font-family: var(--secondary-font);
	font-size: var(--font-16);
	font-weight: 500;
}

.author-designation {
	color: var(--paragraph-color);
	font-family: var(--secondary-font);
	font-size: var(--font-12);
	font-weight: 400;
}

.testimonialSwiper .swiper-button-next:after,
.testimonialSwiper .swiper-button-prev:after {
	display: none;
}

.testimonialSwiper .swiper-button-next,
.testimonialSwiper .swiper-button-prev {
	position: relative;
}

.testimonialSwiper .swiper-button-next iconify-icon,
.testimonialSwiper .swiper-button-prev iconify-icon {
	font-size: 50px;
	color: var(--primary-color);
}

.testimonialSwiper .testimonial-arrows {
	display: flex;
	justify-content: center;
	margin: 30px 0;
}

.testimonialSwiper .testimonial-pagination {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.testimonialSwiper .swiper-pagination-bullet-active {
	background: var(--primary-color);
}

.testimonialSwiper .card-text {
	color: var(--paragraph-color);
	font-family: var(--secondary-font);
	font-size: var(--font-26);
	font-weight: 400;
	transition: .5s;
}

/* ###testimonial section */

/* video-section */

.video-section {
	position: relative;
	background: var(--light-yellow-color);
}

.video-section .video-container {
	position: absolute;
	width: calc(50% - 24px);
	text-align: center;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	padding: 80px;
}

.video-container iframe {
	height: 400px;
}

/* ###video-section */

/* faq-section */
.faq-section {
	background: var(--body-bg);
}

.faq-section .accordion-button {
	justify-content: space-between;
}

.faq-section .accordion-button::after {
	display: none !important;
}

/* Custom icons visibility */
.faq-section .accordion-button .accordion-icon-up {
	display: none;
}

.faq-section .accordion-button.collapsed .accordion-icon-down {
	display: inline-block;
}

.faq-section .accordion-button:not(.collapsed) .accordion-icon-up {
	display: inline-block;
}

.faq-section .accordion-button:not(.collapsed) .accordion-icon-down {
	display: none;
}

.faq-section .accordion-item {
	border: none !important;
	border-radius: 8px !important;
	background: transparent;
}

.accordion-body {
	background: var(--white-color);
}

.faq-section .accordion-button {
	background: var(--white-color);
	border-radius: 8px !important;
}

.faq-section .accordion-button:not(.collapsed) {
	background: var(--white-color);
}

.faq-section .accordion-button {
	color: var(--black-color);
	font-family: var(--primary-font);
	font-size: var(--font-16);
	font-weight: 400;
}

.faq-section .custom-icon-wrapper iconify-icon {
	font-size: 20px;
}

.faq-section .accordion-body {
	color: var(--paragraph-color);
	font-family: var(--secondary-font);
	font-size: var(--font-16);
	font-weight: 400;
	margin-bottom: 0;
}

.faq-section .accordion-button:not(.collapsed) {
	color: var(--black-color);
	font-weight: 700;
}

/* ###faq-section */

/* cta section */
.cta-bg {
	background: url(../images/how-we-work-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: var(--padding-100);
	border-radius: 27px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.cta-bg::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.50);
	top: 0;
	left: 0;
	z-index: -1;
}

/* ###cta section */

/* our project section */
.our-completed-project {
	background: var(--body-bg);
}

.our-completed-project .card {
	border: 0;
}

.ourProjectSwiper .video iframe {
	width: 100%;
	height: 200px;
}

.ourProject-pagination {
	text-align: center;
}

.ourProject-pagination .swiper-pagination-bullet-active {
	background: var(--primary-color);
}

.project-title {
	color: var(--black-color);
	font-family: var(--primary-font);
	font-size: var(--font-25);
	font-weight: 600;
}

.project-info {
	color: var(--primary-color);
	font-family: var(--secondary-font-font);
	font-size: var(--font-13);
	font-weight: 400;
}

.project-info span {
	color: var(--black-color);
	font-family: var(--secondary-font-font);
	font-size: var(--font-13);
	font-weight: 400;
}

.project-description {
	color: var(--paragraph-color);
	font-family: var(--secondary-font-font);
	font-size: var(--font-16);
	font-weight: 400;
	margin-bottom: 0;
}

.ourProjectSwiper .swiper-slide {
	height: auto;
}

.ourProject-pagination {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

/* ###our project section */

/* testimonial-section */
.testimonial-section {
	background: var(--body-bg);
}

/* ###testimonial-section */



/* ourApproach-hero-section */
.ourApproach-hero-section {
	background: var(--light-green-color);
}

/* ###ourApproach-hero-section */

/* Innovative & Functional Design */
.banner-highlight {
	background: url(../images/58caae3949deec2fc479d7685a84281a.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

.banner-highlight::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.70);
	top: 0;
	left: 0;
	z-index: -1;
}

/* ###Innovative & Functional Design */


/* lets talk section */
.call-section {
	display: flex;
}

.call-section .icon {
	line-height: 0;
}

.call-section .icon iconify-icon {
	font-size: 45px;
	color: var(--primary-color);
}

.contact-card {
	padding: 33px 24px;
	border: 0;
	box-shadow: 0px 4px 40px 0px rgba(144, 144, 144, 0.25);
	border-radius: 8px;
	background: var(--white-color);
}

.contact-card input,
.contact-card textarea {
	background: #F1F1F1;
}

/*span.input-group-text {
    background: transparent;
    border: 0;
}
input.form-control {
    border-radius: 0;
    border: 0;
	padding-left: 0;
}
.input-group:focus{
	border-color: red;
}
.input-group {
    border: 1px solid lightgray;
    border-radius: 8px;
    overflow: hidden;
}*/
.custom-form-style.form-group {
	display: flex;
	align-items: center;
	position: relative;
}

.custom-form-style.form-group .icon {
	position: absolute;
	left: 10px;
	line-height: 0;
}

.custom-form-style .form-control {
	padding-left: 30px;
	font-size: var(--font-16);
}

.form-control.custom-focus-color {
	font-size: var(--font-16);
}

.custom-form-style .form-control:focus,
.form-control.custom-focus-color:focus {
	border-color: var(--primary-color);
}

/* ###lets talk section */

/* mission and vision */
.right-img-wrapper {
	position: relative;
}

.bottom-text {
	border-radius: 0px 8px 8px 0px;
	border-left: 5px solid var(--Primary-Tint-1000, #00473E);
	background: rgba(0, 71, 62, 0.60);
	color: var(--white-color);
	font-family: var(--primary-font);
	font-size: var(--font-25);
	font-weight: 700;
	padding: 5px 15px;
	width: fit-content;
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.hero-right-logo {
	position: absolute;
	right: 100px;
	top: 50px;
}

.hero-right-logo img {
	width: 150px;
}

/* ###mission and vision */

/* our team style */
.join-team-section {
	background: var(--body-bg);
}

.join-team-section .card {
	background: var(--light-green-2-color);
	border-radius: 20px;
	border: 0;
}

.card-title {
	color: var(--black-color);
	font-family: var(--primary-font);
	font-size: var(--font-25);
	font-weight: 600;
}

.team-img img {
	transition: .3s;
}

.team-member-card:hover .team-img img {
	transform: scale(1.1);
}

.team-member-card .card-title {
	margin-bottom: 0;
}

.team-member-card .card-body {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.team-member-card .icon-wrapper .icon {
	width: 40px;
	height: 40px;
	background: var(--light-green-color);
	transition: .3s;
}

.team-member-card .icon-wrapper .icon iconify-icon {
	font-size: 20px;
	color: var(--primary-color);
	transition: .3s;
}

.team-member-card .icon-wrapper .icon:hover iconify-icon {
	color: var(--white-color);
}

.team-member-card .icon-wrapper .icon:hover {
	background: var(--primary-color);
}

.our-team-img {
	position: absolute;
	bottom: 0;
}

.text-wrapper {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 30px;
}

/* ###our team style */


/* career page style */
.left-content-wrapper {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.left-content-txt-wrapper {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.job-card.card {
	background: var(--white-color);
	box-shadow: 0px 0px 40px 0px rgba(159, 159, 159, 0.15);
	border: 0;
	padding: 30px;
}

.job-subtitle {
	color: var(--paragraph-color);
	font-family: var(--secondary-font);
	font-size: var(--font-16);
	font-weight: 400;
	margin-bottom: 0;
}

.job-main-title {
	color: var(--black-color);
	font-family: var(--primary-font);
	font-size: var(--font-39);
	font-weight: 700;
	margin-bottom: 0;
}

.badge-pill {
	background: var(--light-green-color);
	padding: 8px 12px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 500;
	display: flex;
	gap: 3px;
	align-items: center;
	color: var(--primary-color);
	font-family: var(--secondary-font);
	font-size: var(--font-14);
	font-weight: 600;
}

.badge-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.right-content-wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
}

.location-badge {
	background: var(--light-green-color);
	padding: 6px 14px;
	border-radius: 50px;
	align-items: center;
	display: flex;
	gap: 3px;

}

.location-badge img {
	width: 20px;
}

.location-badge span {
	color: var(--primary-color);
	font-family: var(--secondary-font);
	font-size: var(--font-14);
	font-weight: 600;
}


/* ###career page style */


/* achievment page style */
.timeline-container {
	margin: 0 auto;
	width: calc(100% - 32px);
}

.timeline-content {
	display: flex;
	align-items: flex-start;
	position: relative;
	margin-bottom: 30px;
	justify-content: center;
	gap: 30px;
}

.timeline-content:last-child {
	margin-bottom: 0;
}

.timeline-container .date-wrapper {
	width: 600px;
	padding: 10px;
	display: flex;
	justify-content: flex-end;
}

.timeline-container .date {
	border-radius: 31.5px;
	background: var(--primary-color);
	color: var(--white-color);
	font-size: var(--font-14);
	font-weight: 700;
	line-height: 150%;
	padding: 10px 20px;
	width: fit-content;
}

.timeline-container .middle-circle {
	display: flex;
	justify-content: center;
}

.timeline-container .year {
	display: flex;
	width: 114px;
	height: 114px;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	background: var(--light-green-2-color);
	outline: 14px solid #fff;
	color: var(--primary-color);
	text-align: center;
	font-family: var(--primary-font);
	font-size: var(--font-31);
	font-weight: 700;
}

.timeline-content::after {
	content: "";
	position: absolute;
	width: 4px;
	height: calc(100% - 128px);
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="198" viewBox="0 0 4 198" fill="none"><path d="M2 2V195.806" stroke="url(%23paint0_linear_232_7263)" stroke-width="3" stroke-linecap="round" stroke-dasharray="9 9"/><defs><linearGradient id="paint0_linear_232_7263" x1="2.5" y1="2" x2="-1.87207" y2="232" gradientUnits="userSpaceOnUse"><stop stop-color="%2300473E"/><stop offset="0.684991" stop-color="%23F2A007"/></linearGradient></defs></svg>');
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -10px;
}

.timeline-container .right-content {
	padding: 25px 20px;
	background: #FFF;
	border-radius: 10px;
	font-family: Arial, Helvetica, sans-serif;
	width: 600px;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.timeline-content:nth-child(odd) .right-content::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 20px solid #ffffff;
	border-bottom: 10px solid transparent;
	left: -20px;
	top: 20px;
}

.timeline-content:nth-child(even) .right-content::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 20px solid #fff;
	border-bottom: 10px solid transparent;
	right: -20px;
	top: 10px;
}

.timeline-container .right-content div {
	font-size: 20px;
	color: #00473e;
	text-transform: capitalize;
}

.timeline-content:nth-child(even) .year,
.timeline-content:nth-child(even) .date {
	background: #FCECCD;
	color: var(--secondary-color);
}

.timeline-content:nth-child(even)::after {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="198" viewBox="0 0 4 198" fill="none"><path d="M2 2V195.806" stroke="url(%23paint0_linear_232_7263)" stroke-width="3" stroke-linecap="round" stroke-dasharray="9 9"/><defs><linearGradient id="paint0_linear_232_7263" x1="2.5" y1="2" x2="-1.87207" y2="232" gradientUnits="userSpaceOnUse"><stop stop-color="%23F2A007"/><stop offset="0.70" stop-color="%2300473E"/></linearGradient></defs></svg>');
}

.timeline-content:nth-child(even) .date-wrapper {
	justify-content: flex-start;
}

.timeline-content:nth-child(even) {
	flex-direction: row-reverse;
}

.timeline-container .custom-margin-bottom {
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.timeline-content {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.timeline-content::after {
		content: "";
		position: absolute;
		width: 4px;
		height: calc(100% - 132px);
		top: 50%;
		left: -16px;
		transform: translateY(-50%);
	}

	.timeline-container .date-wrapper,
	.timeline-container .middle-circle {
		justify-content: flex-start;
	}

	.timeline-container .timeline-container {
		padding: 20px;
	}

	.timeline-container .right-content {
		width: 100%;
	}

	.timeline-content:nth-child(even) {
		flex-direction: column;
	}

	.timeline-content:nth-child(odd) .right-content::after,
	.timeline-content:nth-child(even) .right-content::after {
		display: none;
	}

	.timeline-container .year {
		display: flex;
		width: 80px;
		height: 80px;
	}

	.timeline-container .date-wrapper {
		width: auto;
	}

	.mobile-center {
		text-align: center;
	}
}

/* ###achievment page style */


/* signature section */
.signature-section .signature {
	color: var(--primary-color);
	font-family: var(--tertiary-font);
	font-size: var(--padding-50);
	font-weight: 400;
	margin-bottom: 0;
	text-align: left;
}

.signature-section .name {
	color: var(--black-color);
	font-family: var(--primary-font);
	font-size: var(--font-20);
	font-weight: 600;
	margin-bottom: 0;
}

/* ###signature section */


/* portfolio page style */
.portfolio-hero-section {
	background: url(../images/contact-us-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	position: relative;
	z-index: 1;
}

.portfolio-hero-section::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.70);
	top: 0;
	left: 0;
	z-index: -1;
}

/* ###portfolio page style */

/* contact us */
.paragraph-wrapper .section-paragraph {
	display: flex;
	gap: 10px;
	justify-content: center;
}

.paragraph-wrapper .section-paragraph span {
	display: flex;
	align-items: center;
}

.map-wrapper {
	margin-bottom: -7px;
}

/* ###contact us */

/* privacy-policy */
.privacy-policy-banner {
	background: url('../images/contact-us-img.png') center/cover no-repeat;
	color: white;
	text-align: center;
	padding: 100px 20px;
	position: relative;
	z-index: 1;
}

.privacy-policy-banner::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.70);
	top: 0;
	left: 0;
	z-index: -1;
}

.privacy-policy-banner .breadcrumb-item+.breadcrumb-item::before {
	content: '>';
	color: #fff;
}

li.breadcrumb-item a {
	display: flex;
	gap: 5px;
}

li.breadcrumb-item .icon {
	display: flex;
	align-items: center;
}

.banner-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.policy-wrapper {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 35px;
}

.policy-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.policy-item .section-title-sm {
	color: var(--black-color);
	font-weight: 400;
	margin-bottom: 0;
}

/*.content {
	padding: 40px;
}*/
/* ###privacy-policy */

/* service single */
.service-single-banner {
	background-image: url(../images/service-single-hero.png);
	min-height: 700px;
	/* height: 80vh; */
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: end;
	color: var(--white-color);
	overflow: hidden;
}

.service-single-banner::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(184deg, rgba(217, 217, 217, 0.00) 20.88%, rgba(0, 0, 0, 0.86) 73.65%);
	z-index: -1;
}

.custom-list-wrapper {
	display: flex;
	flex-direction: column;
	gap: 27px;
}

.check-icon iconify-icon {
	font-size: 40px;
	color: #00473E;
}

.custom-list-items-title {
	font-size: var(--font-25);
	color: var(--black-color);
	font-family: Parkinsans;
	font-weight: 600;
}

.custom-list-items-desc {
	color: var(--paragraph-color);
	font-family: Poppins;
}

.location-list {
	display: flex;
	justify-content: space-between;
	padding: 20px 20px;
	background: #EDEDED;
	border-radius: 18px;

}

.location-item {
	margin-bottom: 5px;
	color: var(--primary-color);
}

.location-item a {
	text-decoration: none;
	color: var(--primary-color);
	font-weight: 600;

}

.custom-map-style iframe {
	height: 450px;
}


.service-area-sec {
	background: center/cover no-repeat;
	color: white;
	text-align: center;
	padding: 100px 20px;
	position: relative;
	z-index: 1;
}

.service-area-sec::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.70);
	top: 0;
	left: 0;
	z-index: -1;
}

.service-area-sec .breadcrumb-item+.breadcrumb-item::before {
	content: '>';
	color: #fff;
}

/* ###service single */




















/* footer section */
.footer-wrapper {
	background: var(--footer-color);
	color: var(--white-color);
}

.subscription-wrapper {
	display: flex;
	justify-content: flex-end;
}

.subscription-form {
	display: flex;
	border-radius: 5px;
	/*max-width: 600px;*/
	margin-left: auto;
}

.subscription-form input[type="email"] {
	flex: 1;
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-radius: 5px 0 0 5px;
}

.subscription-form button {
	padding: 10px 20px;
	border: none;
	border-radius: 0 5px 5px 0;
	background-color: #004d40;
	color: white;
}

.subscription-wrapper h3 {
	color: var(--white-color);
	font-family: var(--primary-font);
	font-size: var(--font-25);
	font-weight: 600;
}

.subscription-extra {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer-section h5 {
	font-weight: bold;
	margin-bottom: 15px;
}

.footer-links {
	list-style: none;
	padding-left: 0;
}

.footer-links li {
	display: flex;
	gap: 8px;
	align-items: center;
}

.footer-links li a {
	padding: 5px 0;
	cursor: pointer;
	position: relative;
	font-family: var(--secondary-font);
	font-size: var(--font-16);

	text-decoration: none;
	color: var(--white-color);
}

.footer-links li span.icon {
	line-height: 0;
	color: var(--secondary-color);
}

/*.footer-links li::before {
    content: "+";
    color: #f0ad4e;
    margin-right: 8px;
    font-weight: bold;
}*/

.footer-links li a:hover {
	color: var(--secondary-color);
}

.social-icons i {
	font-size: 20px;
	margin-right: 10px;
	cursor: pointer;
	transition: 0.3s;
}

.social-icons i:hover {
	color: var(--secondary-color);
}

h5.footer-link-title {
	color: var(--white-color);
	font-family: var(--primary-font);
	font-size: var(--font-25);
	font-weight: 600;
	margin-bottom: 10px;
}

.step_images {
	margin-bottom: 10px;
}


.step_images img {
	border-radius: 10px;
}

/* ###footer section */

/* media query */
@media only screen and (max-width: 1400px) and (min-width: 992px) {
	.hero-right-content-wrapper img {
		top: 0;
		left: 0;
	}

	.hero-card {
		max-width: 400px;
	}

	.play-btn {
		left: 90px;
		bottom: -90px;
	}

}

@media only screen and (max-width: 1024px) {
	.govt-logo-container img {
		width: 130px;
	}
}

@media only screen and (max-width: 991px) {
	:root {
		/* Font sizes */
		--font-61: 49px;
		--font-49: 39px;
		--font-39: 31px;
		--font-31: 25px;
		--font-25: 20px;
		--font-20: 16px;
		--font-16: 14px;
		--font-14: 12px;
		--font-12: 10px;
		--font-10: 8px;

		/* Spacing */
		--section-padding-top: 50px;
		--section-padding-bottom: 50px;
		--padding-100: 70px;
		--padding-50: 35px;
	}

	.hero-right-content-wrapper img {
		left: 0;
		top: 15px;
	}

	.card-vr-style.add-hover::after {
		left: 14px;
		top: 14px;
	}

	.video-section .video-container {
		padding: 40px;
	}

	.text-wrapper {
		padding: 10px;
	}

	.govt-logo-container img {
		width: 100px;
	}

	.video-container iframe {
		height: 300px;
	}

	.play-btn {
		width: 80px;
		height: 80px;
		left: 100px;

	}

	.play-btn iconify-icon {
		font-size: 40px;
		color: var(--white-color);
	}

	.card-vr-style.add-hover:hover:after {
		left: -150px;
		top: -150px;
	}
}

@media only screen and (max-width: 767px) {
	:root {
		/* Font sizes */
		--font-61: 40px;
		--font-49: 34px;
		--font-39: 28px;
		--font-31: 26px;
		--font-25: 22px;
		--font-20: 18px;
		--font-16: 16px;
		--font-14: 10px;
		--font-12: 9px;
		--font-10: 7px;

		/* Spacing */
		--section-padding-top: 30px;
		--section-padding-bottom: 30px;
		--padding-100: 50px;
		--padding-50: 25px;
	}

	.video-section {
		position: unset;
	}

	.right-img-style {
		position: relative;
	}

	.right-img-style img,
	.left-img-style img {
		position: relative;
		width: 100%;
		padding-top: 30px;
		height: auto;
	}


	.hero-right-content-wrapper img {
		left: 127px;
		top: -127px;
	}

	.video-section .video-container {
		height: auto;
	}

	.icon-wrapper {
		justify-content: flex-end;
	}


	.phn-number {
		display: none;
	}

	.play-btn {
		width: 70px;
		height: 70px;
		background: var(--primary-color);
		box-shadow: 0 0 0px 6px rgba(242, 160, 7, 0.40);
		left: 163px;
		bottom: -30px;
	}

	.card-vr-style.add-hover::after {
		left: 16px;
		top: 16px;
	}


	.video-section .video-container {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		padding: 20px;
	}

	.video-section .video-container iframe {
		width: 80%;
	}

	.subscription-wrapper,
	.footer-wrapper .icon-wrapper {
		justify-content: flex-start;
	}

	.call-section .icon iconify-icon {
		font-size: 30px;
	}

	.card.contact-card {
		padding: 12px;
	}

	.our-team-img {
		position: relative;
	}

	.job-card.card {
		padding: 15px;
	}

	.mobile-column-reverse {
		flex-direction: column-reverse;
	}

	.right-content-wrapper {
		align-items: flex-start;
		gap: 8px;
	}

	.contact-info-wrapper {
		column-gap: 5px;
	}

	.govt-project-section .section-title-sm,
	.govt-project-section .section-title-lg,
	.govt-project-section .section-paragraph {
		/*justify-content: center;
		text-align: center;*/
	}


	.two-img-container .left-side-first-img {
		margin-bottom: 50px;
	}

	.two-img-container .left-side-second-img {
		margin-top: 50px;
	}

	.policy-wrapper {
		gap: 20px;
	}

	.hero-right-logo {
		right: 50px;
		top: 25px;
	}

	.govt-logo-container {
		/*justify-content: center;*/
	}

	.hero-right-logo img {
		width: 100px;
	}

	.video-container iframe {
		height: 300px;
	}

	.btn-wrapper {
		/*text-align: center;*/
	}

	.content-container.text-left .section-title-sm,
	.content-container.text-left .section-paragraph,
	.content-container.text-left .section-title-lg {
		/*text-align: center;
		justify-content: center;*/
	}

	.section-title-lg {
		/*text-align: center;*/
	}

	.how-we-work-section .custom-position,
	.how-we-work-section {
		margin-bottom: 0;
	}

	.custom-map-style iframe {
		height: 300px;
	}

	.location-list {
		padding: 20px 16px;
	}

	.section-paragraph,
	.card-vr-style .card-text,
	p,
	p>* {
		font-size: 16px !important;
	}
}

@media only screen and (max-width: 488px) {
	.hero-right-content-wrapper img {
		left: 100px;
		top: -50px;
		width: 275px;
	}

	.play-btn {
		width: 50px;
		height: 50px;
		box-shadow: 0 0 0px 4px rgba(242, 160, 7, 0.40);
		left: 120px;
		bottom: 90px;
	}

	.play-btn iconify-icon {
		font-size: 25px;
	}

	.hero-card {
		max-width: 350px;
	}

	.video-section .video-container {
		padding: 15px;
	}

	.top-social-sec {
		padding: 10px 0px;
	}

	.top-social-sec .row>.col-md-6:first-child {
		display: none;
	}

	.cont-number-sec {
		justify-content: center;
	}

	.phn-number {
		display: inline-block;
	}

	.phn-number a {
		font-size: 16px;
	}

	.nav-item {
		font-size: 16px;
	}

	.serviceSwiper .swiper-slide img {
		min-height: 460px;
	}

	.btn.btn-primary.has-icon {
		padding: 10px 25px;
		font-size: 16px;
	}

	.govt-logo-container {
		justify-content: space-between;
	}

	.faq-section .accordion-button {
		font-size: 14px;
	}

	.faq-section .accordion-body {
		font-size: 14px;
	}

	.service-single-banner {
		min-height: 460px;
	}

	.section-paragraph,
	.card-vr-style .card-text,
	p {
		font-size: 16px !important;
	}

	.brandSwiper2 img {
		width: 120px;
	}

	.brandSwiper2 .swiper-slide {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.btn-outline-primary {
		font-size: 16px;
	}

	.sw .toolbar>.sw-btn {
		font-size: 16px;
	}
}

.footer-logo img {
	width: 300px;
	filter: invert(1);
}

.widgets-actions-btn-inner {
	position: fixed;
	bottom: 100px;
	right: 0px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 999;
}

.widgets-actions-btn-inner .btn-widgets {
	background: var(--white-color);
	color: var(--primary-color);
	font-size: 16px;
	border: none;
	border-radius: 10px 0px 0px 10px;
	box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.25);
	padding: 5px 8px;
	display: flex;
	align-items: center;
	gap: 5px;
	text-decoration: none;
	/* transform: translateX(105px); */
	transition: 0.5s ease;
}

.widgets-actions-btn-inner .btn-widgets:hover {
	/* transform: translateX(0px); */
}

.widgets-actions-btn-inner .btn-widgets span.icon {
	line-height: 0;
}


.widgets-actions-btn-inner .btn-widgets span.text {
	font-size: 16px;
	color: var(--black-color);
	text-decoration: none;
}

.widgets-actions-btn-inner .btn-widgets.get_a_qote_btn {
	border-radius: 10px 10px 0px 0px;
	position: absolute;
	top: -94px;
	width: 120px;
	right: -42px;
	height: 50px;
	transform: rotate(-90deg);
	justify-content: center;
	align-items: center;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}


.widgets-actions-btn-inner .btn-widgets.get_a_qote_btn .text {
	position: relative;
	top: -4px;
	right: 2px;
}

.card-vr-style .card-body .card-top-img img {
	max-height: 280px;
	width: 100%;
	object-fit: cover;
}

header {
	position: sticky;
	top: 0;
	z-index: 999;
}

.navbar a.btn.btn-primary.has-icon {
	padding: 8px 16px;
	font-size: 14px;
}

/* New Form Codes*/
#interiorForm p {
	font-size: 24px;
	font-weight: bold;
	line-height: 120%;
}

.option-group {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

#staticBackdrop .btn-close {
	background: #ff0000a3 !important;
	opacity: 1 !important;
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	width: 30px !important;
	height: 30px !important;
	border-radius: 50px !important;
	z-index: 999;
}

.btn-outline-primary {
	border-color: var(--primary-color) !important;
	color: var(--primary-color) !important;
}

.btn-outline-primary:hover,
.btn-outline-primary.active {
	background: var(--primary-color) !important;
	color: var(--white-color) !important;
}

.sw-toolbar-elm.toolbar.toolbar-bottom {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

button.btn.sw-btn-prev.sw-btn {
	background: var(--secondary-color);
	border-color: var(--secondary-color);
	color: var(--black-color);
}

button.btn.sw-btn-next.sw-btn {
	background: var(--primary-color);
	border-color: var(--primary-color);
}

.sw-theme-basic {
	border: none;
}

.bn {
	font-family: "Hind Siliguri", sans-serif !important;
}

.italic {
	font-style: italic;
}

#email-error,
#messages-error,
#budget-error,
#address-error,
#name-error,
#phone-error {
	position: absolute;
	top: -25px;
	right: 0;
	font-size: 12px;
}

.text-primary {
	color: var(--primary-color) !important;
	--bs-primary-rgb: #00473E;
}

.blog_category_list li a {
	color: var(--bs-primary-rgb) !important;
}