html {
	overflow-x: hidden;
	width: 100%;
}

body {
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	font-family: "Raleway", serif;
}

a {
	color: inherit;
	text-decoration: none;
}

* {
	scrollbar-width: unset;
	scrollbar-color: #000 #1a1a1a;
}

.bg1 {
	background-color: #000;
}

.bg2 {
	background-color: #F7F7F7;
}

.bg3 {
	background-color: #0B0909;
}

.clr1 {
	color: #fff;
}

.clr2 {
	color: #000;
}

.stroke_txt {
	color: transparent;
	-webkit-text-stroke: 1px #fff;
}

.stroke_txt2 {
	color: transparent;
	-webkit-text-stroke: 1px #000;
}

.breadcrumb {
	position: relative;
	display: inline-block;
	background: rgba(0, 0, 0, 0.6);
	padding: 10px 15px 10px 0px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.breadcrumb a {
	color: #858484;
	text-decoration: none;
	font-size: 15px;
	line-height: 25px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	display: inline-block;
}

.breadcrumb span {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	line-height: 25px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.breadcrumb a:hover {
	color: #fff;
}

.breadcrumb-separator {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: white;
	border-radius: 50%;
	margin: 0px 8px;
}

/* common styles */
.common_padding_bottom {
	padding-bottom: 80px;
}

.common_padding_top {
	padding-top: 80px;
}

h1 {
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 50px;
	line-height: 60px;
}

h2 {
	font-size: 70px;
	line-height: 80px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 25px;
	text-transform: capitalize;
}

h3 {
	font-size: 50px;
	line-height: 60px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 25px;
}

h4 {
	font-size: 35px;
	line-height: 45px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	margin-bottom: 25px;
}

h5 {
	font-size: 30px;
	line-height: 40px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 25px;
}

h6 {
	font-size: 25px;
	line-height: 35px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 15px;
}

p {
	font-size: 16px;
	line-height: 28px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 15px;
}

.read-more-link {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	font-style: normal;
	color: #fff;
	padding: 8px 16px 8px 0px;
	text-align: left;
	background-color: transparent;
	transition: ease-in-out 0.4s;
	text-transform: capitalize;
	margin-bottom: 25px;
}

.read-more-link iconify-icon {
	margin-left: 8px;
	font-size: 22px;
	font-weight: 600;
	transform: rotate(-45deg);
	transition: 0.4s ease-in-out;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #000;
	border: 2px solid #000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.read-more-link:hover {
	color: #fff !important;
	padding: 8px 16px 8px 0px;
}

.read-more-link:hover iconify-icon {
	transform: rotate(360deg);
	font-size: 16px;
	border: 2px solid #fff;
}

.read-more-link2 {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	font-style: normal;
	color: #000;
	padding: 8px 16px 8px 0px;
	text-align: left;
	background-color: transparent;
	transition: ease-in-out 0.4s;
	text-transform: capitalize;
	margin-bottom: 25px;
}

.read-more-link2 iconify-icon {
	margin-left: 8px;
	font-size: 22px;
	font-weight: 600;
	transform: rotate(-45deg);
	transition: 0.4s ease-in-out;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid #fff;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.read-more-link2:hover {
	color: #000;
	padding: 8px 16px 8px 0px;
}

.read-more-link2:hover iconify-icon {
	transform: rotate(360deg);
	font-size: 16px;
	border: 2px solid #000;
}


/*********************** HOMEPAGE STYLES ************************/
.hm_storysec h3 {
	width: 80%;
	margin: 0 auto 25px auto;
	text-align: center;
}

.hm_storysec p {
	width: 90%;
	margin: 0 auto 25px auto;
	text-align: center;
}

.gallery-container {
	display: flex;
	/* flex-wrap: wrap; */
	justify-content: center;
	/* gap: 20px; */
	padding: 40px 0px;
	/* max-width: 1200px; */
	margin: 0 auto;
	position: relative;
}

.cont-card {
	padding: 25px;
	border-radius: 15px;
	background-color: #000;
	color: #fff;
	transition: transform 0.3s ease;
	transform: rotate(3deg);
	text-align: left;
	height: 100%;
}

.cont-cardimg img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	border-radius: 15px;
}

.cont-card h6 {
	font-size: 25px;
	line-height: 35px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 15px;
}

.cont-card p {
	text-align: left;
}

.cont-card:hover {
	transform: rotate(0) scale(1.02);
	z-index: 1;
}


.cont-card2 {
	padding: 25px;
	border-radius: 15px;
	background-color: #000;
	color: #fff;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transform: rotate(-8deg);
	text-align: left;
	height: 100%;
}

.cont-cardimg img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	border-radius: 15px;
}

.cont-card2 p {
	text-align: left;
}

.cont-card2 h6 {
	font-size: 25px;
	line-height: 35px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 15px;
}

.cont-card2:hover {
	transform: rotate(0) scale(1.02);
	z-index: 1;
}

.popup-cont {
	padding: 20px;
}

.image-card {
	position: relative;
	/* width: 300px; */
	border-radius: 15px;
	/* overflow: hidden; */
	overflow: visible;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
	transform: rotate(3deg);
	gap: 20px;
}

.image-card:hover {
	transform: rotate(0) scale(1.02);
	z-index: 1;
}

.image-card img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	display: block;
	border-radius: 15px;
}

.image-card2 {
	position: relative;
	/* width: 300px; */
	border-radius: 8px;
	/* overflow: hidden; */
	overflow: visible;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
	transform: rotate(-8deg);
	gap: 20px;
}

.image-card2:hover {
	transform: rotate(0) scale(1.02);
	z-index: 1;
}

.image-card2 img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	display: block;
	border-radius: 15px;
}

.plus-icon {
	position: absolute;
	/* bottom: 15px;
    right: 15px; */
	bottom: -15px;
	right: 45%;
	width: 28px;
	height: 28px;
	background: #000;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 30px;
	transition: all 0.3s ease;
	z-index: 2;
}

.plus-icon:hover {
	transform: scale(1.1);
	background: rgba(0, 0, 0, 0.9);
}

.popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1000;
	backdrop-filter: blur(5px);
}

.popup-content {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	padding: 25px;
	border-radius: 12px;
	max-width: 90%;
	width: 500px;
	max-height: 90vh;
	overflow-y: auto;
	z-index: 1001;
}

.popup-content h2 {
	margin-bottom: 15px;
	color: #333;
	text-align: left;
}

.popup-content p {
	margin-bottom: 15px;
	color: #666;
	text-align: left;
	width: 100%;
}

.popup-content ul {
	margin-left: 20px;
	margin-bottom: 15px;
	text-align: left;
}

.popup-content li {
	margin-bottom: 8px;
	color: #666;
}

.close-popup {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666;
	border-radius: 50%;
	transition: all 0.3s ease;
	background: #f0f0f0;
	color: #333;
}

.close-popup:hover {
	background: #f0f0f0;
	color: #333;
}

.hidden {
	display: none;
}

.hm_aboutsec {
	position: relative;
	overflow: hidden;
	padding-bottom: 90px;
}

.hm_aboutsec img {
	border-radius: 5px;
}

.hm_aboutcontent {
	padding-right: 20px;
}

.hm_abtimg1 img {
	animation: moveUpDown 3s ease-in-out infinite;
}

@keyframes moveUpDown {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-20px);
	}
}

.hm_abtimg3 img {
	animation: moveDownUp 3s ease-in-out infinite;
}

@keyframes moveDownUp {

	0%,
	100% {
		transform: translateY(-20px);
	}

	50% {
		transform: translateY(0);
	}
}

.hm_abtimg1::before {
	content: "";
	position: absolute;
	bottom: 15px;
	left: -220px;
	width: 150px;
	height: 420px;
	border: 1px solid #353535;
	z-index: 1;
	display: block;
}

.hm_abtimg3::after {
	content: "";
	position: absolute;
	bottom: 30px;
	right: 40px;
	width: 250px;
	height: 250px;
	border: 1px solid #353535;
	z-index: 1;
	display: block;
	border-top-left-radius: 150px;
	border-top-right-radius: 150px;
}

.hm_abtimg3 img {
	content: "";
	position: absolute;
	top: 25%;
	z-index: 2;
	transform: translate(-50%, );
	display: block;
}

.hm_sersec {
	padding-bottom: 140px;
}

.hm_sersec h2 {
	text-align: center;
}

#service_slider .owl-nav {
	position: absolute;
	left: 50%;
	bottom: -60px;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	width: 100%;
}

#service_slider .owl-nav button {
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
	border: 1px solid #000 !important;
}

#service_slider .owl-nav button:hover {
	background: #000 !important;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.hm_highlightsec h2 {
	width: 700px;
	font-size: 50px;
	line-height: 60px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 25px;
}

.hm_highlightimg img {
	border-radius: 5px;
}

.marquee-container {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	padding: 10px 0;
	margin-top: 25px;
}

.marquee {
	display: flex;
	gap: 30px;
	animation: marquee 10s linear infinite;
}

.marquee-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.circle {
	width: 30px;
	height: 30px;
	background: #d5d4d4;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 12px;
}

.marquee span {
	font-size: 90px;
	line-height: 100px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	text-transform: capitalize;
	color: #d5d4d4;
}

@keyframes marquee {
	from {
		transform: translateX(100%);
	}

	to {
		transform: translateX(-100%);
	}
}

.hm_teamsec h2 {
	text-align: center;
}

.hm_teamsec p {
	text-align: center;
}

.hm_teamimg {
	position: relative;
	padding: 20px;
}

.hm_teamimg2 {
	position: relative;
	padding: 20px;
	margin-top: 35px;
}

.hm_teamimg img,
.hm_teamimg2 img {
	border-radius: 25px;
	display: block;
	width: 100%;
	height: auto;
}

.team-name {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.8);
	padding: 8px 25px;
	border-radius: 20px;
	transition: ease-in-out .4s;
	text-align: center;
	width: 80%;
}

.team-name h6 {
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 5px;
}

.team-name p {
	color: #fff;
	font-size: 15px;
	line-height: 26px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 0px;
}

.team-name:hover {
	color: #fff;
	background: #000;
}

.hm_teamsec {
	padding-bottom: 150px;
}

#team_slider .owl-nav {
	position: absolute;
	left: 50%;
	bottom: -65px;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	width: 100%;
}

#team_slider .owl-nav button {
	background: #000;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

#team_slider .owl-nav button:hover {
	background: rgba(255, 255, 255, 0.1) !important;
	color: #fff !important;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.hm_faqsec h2 {
	text-align: center;
}

.accordion_container {
	width: 85%;
	/* max-width: 500px; */
	margin: 25px auto 62px auto;
}

.menu_button {
	width: 100%;
	padding: 15px 40px;
	font-size: 18px;
	line-height: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: none;
	background-color: #fff;
	cursor: pointer;
	border-radius: 5px;
	color: #000;
	text-align: left;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	font-family: "Raleway", serif;
	font-weight: 600;
	font-style: normal;
}

.head_faq {
	width: 88%;
}

.faq_icon {
	font-size: 25px;
	transition: 0.4s;
	color: #000;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 1px solid #000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu_button.open {
	background-color: #000;
	color: #fff;
}

.menu_button.open .faq_icon {
	content: "-";
	transform: none;
	color: #fff;
	border: 1px solid #fff;
}

.faq_content {
	background-color: #000;
	transition: 0.4s;
	height: 0;
	overflow: hidden;
	margin: 10px auto 18px auto;
	border-radius: 5px;
	box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 24px;
}

.faq_content p {
	padding: 30px;
	color: #fff;
	text-align: justify;
}

.hm_blogsec h2 {
	text-align: center;
}

.blog_imgcvr img {
	width: 100%;
	border-radius: 5px;
}

.blog_innerimg {
	max-width: 800px;
}

.blog_innerimg img {
	width: 100%;
	border-radius: 5px;
	margin-bottom: 35px;
	object-fit: cover;
}

.content-wrapper {
	display: flex;
	gap: 20px;
	align-items: center;
	border-right: 1px solid #CCD2DF;
	padding-right: 20px;
	margin-top: 25px;
}

.content-wrapper2 {
	display: flex;
	gap: 20px;
	align-items: center;
	padding-right: 20px;
	margin-top: 25px
}

.content-wrapper3 {
	display: flex;
	gap: 20px;
	align-items: center;
	border-right: 0px solid #CCD2DF;
	padding-right: 20px;
	margin-top: 25px;
}

.hm_blogcontent {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.hm_blogcontent h6 {
	color: #858484;
	font-size: 16px;
	line-height: 28px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	margin-top: 25px;
	margin-bottom: 5px;
}

.hm_blogcontent h5 {
	color: #000;
	font-size: 22px;
	line-height: 32px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	margin-bottom: 15px;
}

.hm_blogcontent p {
	color: #0B0B0B;
	font-size: 11px;
	line-height: 21px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	border-radius: 25px;
	width: 130px;
	border: 1px solid #000;
	text-align: center;
	margin: 10px 0px 10px 0px;
	float: left;
}

.case-study-button {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-top: 8px;
}

.circle-icon {
	width: 14px;
	height: 14px;
	border: 2px solid #000;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
}

.inner-dot {
	width: 6px;
	height: 6px;
	background-color: #000;
	border-radius: 50%;
}

.case-study-button:hover .circle-icon {
	transform: scale(1.2);
	border-color: #000;
}

.case-study-button:hover .inner-dot {
	transform: scale(0.8);
	background-color: #000;
}

.case-study-text {
	transition: color 0.3s ease;
}

.case-study-button:hover .case-study-text {
	color: #000;
}

.footbg {
	background-color: #000;
	position: relative;
	z-index: 1;
	padding-top: 130px;
}

.ctasec {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 60px 55px;
	background: url('../images/ctaimg.webp') no-repeat top center/cover;
	color: #fff;
	border-radius: 10px;
	bottom: -90px;
	z-index: 2;
	overflow: visible;
}

.ctasec::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 10px;
}

.cta-content {
	position: relative;
	z-index: 1;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.cta-heading {
	font-size: 40px;
	line-height: 50px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	width: 700px;
}

.cta_btn {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	font-style: normal;
	color: #fff;
	padding: 8px 40px;
	text-align: center;
	background-color: #000;
	transition: ease-in-out 0.4s;
	text-transform: capitalize;
	border-radius: 5px;
}

.cta_btn iconify-icon {
	margin-right: 8px;
	font-size: 22px;
	transition: 0.4s ease-in-out;
	color: #fff;
}

.cta_btn:hover {
	color: #fff;
}

.footcontent {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 35px;
}

.foot_links ul {
	margin: 0px;
}

.foot_links ul li {
	text-decoration: none;
	display: inline-block;
	list-style: none;
}

.foot_links ul li a {
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	padding: 5px 10px;
	transition: ease-in-out .4s;
}

.foot_links ul li a:hover {
	font-weight: 500;
}

hr {
	border: 1px solid #4C4B4B;
}

.foot_contactcvr {
	margin: 25px 50px 35px 0px;
}

.foot_head {
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.foot_head2 {
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 10px;
	margin-top: 25px;
}

.foot_contact {
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	transition: ease-in-out .4s;
}

.foot_contact:hover {
	color: #fff;
}

.foot_smedia {
	margin-top: 30px;
}

.foot_smedia ul {
	margin: 0;
	padding: 0;
}

.foot_smedia ul li {
	list-style: none;
	display: block;
	padding: 10px 0px;
}

.foot_smedia ul li a {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	border: 1px solid #fff;
	padding: 5px;
	transition: ease-in-out .4s;
}

.foot_smedia ul li a iconify-icon {
	font-size: 18px;
	color: #fff;
}

.foot_smedia ul li a:hover {
	background-color: #fff;
}

.foot_smedia ul li a:hover iconify-icon {
	font-size: 18px;
	color: #000;
}

.copytxt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0px;
}

.copytxt p {
	font-size: 13px;
	line-height: 23px;
	text-decoration: none;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	color: #828282;
	margin-bottom: 0px;
}

.copytxt p a {
	color: #fff;
}

.stats-container {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 50px auto 0px auto;
	font-family: Arial, sans-serif;
	gap: 20px;
}

.stat-item {
	text-align: center;
	padding: 20px;
	flex: 1 1 200px;
	min-width: 200px;
	max-width: 300px;
}

.counter {
	font-size: 80px;
	line-height: 90px;
	font-weight: 500;
	margin-bottom: 10px;
}

.counter-suffix {
	font-size: 80px;
	line-height: 90px;
	font-weight: 500;
	color: #333;
}

.stat-label {
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	color: #666;
	text-transform: uppercase;
	/* letter-spacing: 1px; */
}

@media screen and (max-width: 768px) {
	.stats-container {
		padding: 10px;
		gap: 10px;
	}

	.stat-item {
		padding: 15px;
		min-width: 150px;
	}
}

@media screen and (max-width: 480px) {
	.stats-container {
		flex-direction: column;
		align-items: center;
	}

	.stat-item {
		width: 100%;
		max-width: none;
		padding: 15px 10px;
	}
}

.stat-item:hover {
	transform: translateY(-5px);
	transition: transform 0.3s ease;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.stat-item {
	animation: fadeInUp 0.6s ease-out;
}


/*********************** ABOUTPAGE STYLES ************************/
.innerpage-banner {
	position: relative;
	height: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 120px;
}

.innerpage-banner img {
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.brdr_rt {
	border-right: 1px solid #404040;
}

.inner_content h1 {
	width: 83%;
}

.main_h1 {
    font-size: 35px;
	line-height: 45px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	/*font-weight: 500;*/
	font-style: normal;
	margin-bottom: 25px;
}

.inner_content img {
	margin-top: 40px;
	opacity: 0.2;
}

.about_story p {
	padding: 30px;
	text-align: justify;
}

.team_imgcvr img {
	border-radius: 25px;
	object-fit: cover;
}

.abt_galimg {
	position: relative;
	padding: 20px 0px;
}

.abt_galimg2 {
	position: relative;
	padding: 20px 0px;
	margin-top: 35px;
}

.abt_galimg img,
.abt_galimg2 img {
	border-radius: 25px;
	display: block;
	width: 100%;
	height: auto;
}

.abt_galname {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(8px);
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	padding: 5px 25px;
	border-radius: 20px;
	white-space: nowrap;
	transition: ease-in-out .4s;
}

.abt_galname:hover {
	color: #fff;
	background: #000;
}

.abt_galsec {
	text-align: center;
}

.happy-msg {
	padding: 60px 60px;
	background: url('../images/msgbg.webp') no-repeat center center/cover;
	border-radius: 10px;
}

.happy-msg .container {
	max-width: 1200px;
	margin: auto;
}

.msg-content {
	padding: 30px 30px 30px 0px;
	border-radius: 12px;
	color: white;
	/* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); */
}

.msg-content p {
	text-align: justify;
	margin-bottom: 35px;
}

.msg-content h5 {
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 10px;
	text-transform: capitalize;
	font-size: 20px;
	line-height: 15px;
	color: #fff;
}

.msg-content .designation {
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	text-transform: capitalize;
	font-size: 15px;
	line-height: 25px;
}

.msg-image img {
	width: 100%;
	border-radius: 25px;
}

.abt_whychoose {
	text-align: center;
}

.abt_whymain p {
	text-align: center;
	width: 90%;
	margin: 0 auto 25px auto;
}

.why-choose-us {
	padding: 60px 0;
	background: #fff;
	text-align: center;
}

.p_blocknone {
	display: block;
}

.p_block {
	display: none;
}

.section-title h2 {
	font-size: 36px;
	font-weight: 700;
	color: #222;
	position: relative;
	display: inline-block;
}

.title-line {
	width: 60px;
	height: 4px;
	background: black;
	margin: 10px auto 20px;
}

.section-title p {
	font-size: 16px;
	color: #666;
	max-width: 800px;
	margin: 0 auto 30px;
}

.laptop-image img {
	width: 100%;
	/* max-width: 500px; */
	display: block;
	margin: auto;
}

.why-content {
	text-align: left;
}

.why-box {
	display: flex;
	align-items: center;
	padding: 15px;
	border-radius: 8px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}

.icon-circle {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: black;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
	bottom: 10px;
}

.icon-circle iconify-icon {
	font-size: 25px;
	color: white;
	animation: flip 4s infinite;
}

@keyframes flip {
	0% {
		transform: rotateY(0);
	}

	50% {
		transform: rotateY(180deg);
	}

	100% {
		transform: rotateY(360deg);
	}
}

.box-line {
	height: 1px;
	background: #D9D9D9;
	width: 100%;
	position: absolute;
	left: 50px;
	top: 45%;
	transform: translateY(-50%);
}

.box-line2 {
	height: 1px;
	background: #D9D9D9;
	width: 100%;
	position: absolute;
	left: 50px;
	top: 45%;
	transform: translateY(-50%);
}

.why-box .text {
	margin-left: 30px;
}

.why-box h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 70px;
	margin: 0;
}

.why-box p {
	font-size: 14px;
	color: #666;
	margin: 5px 0 0;
}


/*********************** SERVICEPAGE STYLES ************************/
.content_innerpg p {
	padding: 30px;
	text-align: justify;
}

.serimg_tile {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
	margin-top: 35px;
}

.serimg_tile img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	border-radius: 5px;
}

.serimg_tile_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.778) 100%);
	transition: 0.3s ease-in-out;
	opacity: 1;
}

.serimg_tile:hover .serimg_tile_overlay {
	background: rgba(0, 0, 0, 0.7);
}

.ser_tilelink {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	z-index: 2;
}

.ser_tilelink:hover {
	color: #fff;
}

.serimg_main_head h5 {
	margin-bottom: 0px;
	text-transform: capitalize;
	font-size: 30px;
	line-height: 40px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

.serimg_tile_head h5 {
	margin-bottom: 0px;
	text-transform: capitalize;
	font-size: 25px;
	line-height: 35px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

.serimg_tile_head h6 {
	margin-bottom: 0px;
	text-transform: capitalize;
}

.ser_headcvr {
	width: 85%;
}

.ser_link {
	width: 35px;
	height: 35px;
	background: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
}

.ser_link iconify-icon {
	font-size: 22px;
	color: #000;
}

.ser_tilelink:hover .ser_link {
	transform: rotate(-40deg);
}

.ser_tilelink:hover .ser_link iconify-icon {
	font-size: 25px;
}

.ser_landsec h2 {
	text-align: center;
}

.ser_tilehead h4 {
	text-align: center;
	font-weight: 600;
	font-size: 40px;
	line-height: 50px;
}

.service-content {
	background: #000;
	padding: 40px 50px;
	border-radius: 5px;
	color: white;
	height: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 35px;
}

.serimg img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	border-radius: 5px;
	margin-top: 35px;
}

.content_innerpg2 {
	/* margin-top: 70px; */
	padding-top: 120px;
}

.content_innerpg2 p {
	text-align: justify;
	margin-bottom: 30px;
}

.content_innerpg2 h4 {
	margin-bottom: 15px;
	font-size: 28px;
	line-height: 38px;
}

.serimgdetail img {
	margin: 25px 0px 0px 0px;
	border-radius: 5px;
	width: 100%;
}

.inner_points h6 {
	color: #fff;
	margin-bottom: 15px;
}

.inner_points ul {
	margin: 0px 0px 30px 0px;
}

.inner_points ul li {
	color: #fff;
	padding: 5px 0px;
	font-size: 16px;
	line-height: 28px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.inner_points2 h6 {
	color: #000;
	margin-bottom: 10px;
	font-size: 20px;
}

.inner_points2 ul {
	margin: 0px 0px 30px 0px;
}

.inner_points2 ul li {
	color: #fff;
	padding: 5px 0px;
	font-size: 16px;
	line-height: 28px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}


/*********************** CONDITIONPAGE STYLES ************************/
.conditionsec h4 {
	margin-bottom: 15px;
}

.conditionimgdetail img {
	margin: 0px 0px 35px 0px;
	border-radius: 5px;
	width: 100%;
}


/*********************** TESTIMONIALPAGE STYLES ************************/
.testisec h2 {
	text-align: center;
}

.testi_btns {
	display: flex;
	align-items: center;
	justify-content: center;
}

.inner_testibtns {
	border: 1px solid #000000;
	border-radius: 10px;
	padding: 10px 2px;
	margin: 25px 0px;
}

.inner_testibtn {
	border: 1px solid #000000;
	border-radius: 7px;
	font-size: 16px;
	line-height: 28px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	padding: 10px 30px;
	background-color: #000;
	color: #fff;
	margin: 2px;
	transition: ease-in-out .4s;
	text-align: center;
}

.inner_testibtn:hover {
	color: #fff;
}

.inner_testibtn:active {
	background-color: #fff;
	color: #000;
	outline: none;
}

.video-thumb {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 35px;
}

.video-thumb img {
	width: 100%;
	display: block;
	border-radius: 5px;
}

.play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70px;
	opacity: 0.9;
	transition: 0.3s;
}

.video-thumb:hover .play-icon {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1.2);
}

.testisec p {
	margin-top: 10px;
	font-size: 16px;
	line-height: 28px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	color: #0B0B0B;
}


/*********************** BLOGPAGE STYLES ************************/
.content_innerpg3 p {
	text-align: justify;
}

.blogsec p {
	text-align: justify;
}

.blogcvr {
	background-color: rgba(255, 255, 255, 0.2);
	padding: 40px 40px 80px 40px;
	border-radius: 5px;
	position: relative;
}

.post {
	display: flex;
	background: #fff;
	padding: 10px 15px;
	border-radius: 5px;
	margin-bottom: 10px;
	align-items: center;
}

.post img {
	width: 60px;
	height: 60px;
	border-radius: 5px;
	margin-right: 10px;
	object-fit: cover;
}

.post-content {
	flex: 1;
}

.post-content p {
	font-size: 14px;
	line-height: 24px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	margin: 0px 15px 0px 0px;
}

.post-content small {
	color: #5e5e5e;
	font-size: 12px;
	line-height: 22px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

#blogsec .pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-top: 20px;
	opacity: 1 !important;
	position: absolute;
}

#blogsec .pagination button {
	padding: 8px 16px;
	border: none;
	background: #000;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}

#blogsec .pagination button:disabled {
	background: #ccccccba;
	cursor: not-allowed;
	color: #fff;
}

#blogsec .pagination button:hover:not(:disabled) {
	background: #000;
	color: #fff;
}

#page-number {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.inner_points ol {
	margin: 0px 0px 30px 0px;
}

.inner_points ol li {
	color: #000;
	padding: 5px 0px;
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.inner_points2 ul {
	margin: 0px 0px 30px 0px;
}

.inner_points2 ul li {
	color: #000;
	padding: 5px 0px;
	font-size: 16px;
	line-height: 28px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}


/*********************** CONTACTPAGE STYLES ************************/
.contact_left {
	margin: 35px 0px;
}

.contact_left ul {
	margin: 0px;
	padding: 0;
}

.contact_left ul li {
	list-style: none;
	display: block;
	margin: 0px 0px 50px 0px;
}

.cont_cvr {
	display: flex;
}

.cont_details {
	margin-left: 20px;
}

.cont_iconcvr {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #000;
	transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
	flex-shrink: 0;
}

.cont_iconcvr iconify-icon {
	font-size: 20px;
	color: #000;
	transition: color 0.4s ease-in-out;
	animation: zoomAnimation 1.5s infinite ease-in-out;
}


@keyframes zoomAnimation {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}

.cont_iconcvr:hover {
	background-color: #000;
}

.cont_iconcvr:hover iconify-icon {
	color: #fff;
}

.cont_details h6 {
	font-size: 18px;
	line-height: 28px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 10px;
	color: #000;
}

.cont_details a {
	font-size: 15px;
	line-height: 25px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	color: #353535;
}

.cont_details a:hover {
	color: #353535;
}

.map {
	margin: 10px 0px;
}

.map a {
	font-size: 15px;
	line-height: 25px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	text-decoration: underline;
	color: #000;
	display: block;
	margin: 5px 0px;
}

.map-link:hover {
	color: red;
}

.form_content {
	background: #000;
	padding: 40px 50px;
	border-radius: 5px;
	color: white;
	height: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 35px;
}

.form_content h6 {
	margin-bottom: 15px;
}

.form-group {
	margin-bottom: 20px;
}

.form-control {
	width: 100%;
	border: none;
	border-bottom: 1px solid #70707065;
	background: transparent;
	outline: none;
	padding: 8px 0;
	font-size: 14px;
	font-family: "Raleway", serif;
	border-radius: 0px;
	color: #fff;
	box-shadow: none;
}

.form-group input,
.form-group textarea {
	color: #fff;
}

.form-control:focus {
	border-bottom: 1px solid #70707065;
	background-color: transparent;
	box-shadow: none;
	color: #fff;
}

textarea.form-control {
	resize: none;
}

.submit_btn {
	border: 1px solid #fff;
	border-radius: 7px;
	font-size: 16px;
	line-height: 28px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	padding: 10px 30px;
	background-color: #fff;
	color: #000;
	margin-top: 50px;
	transition: ease-in-out .4s;
	text-align: center;
}

.submit_btn:hover {
	background-color: #000;
	color: #fff;
}


/*********************** SIDEBAR STYLES ************************/
.sidebar {
	position: fixed;
	right: 20px;
	top: 66%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	gap: 15px;
	z-index: 999;
}

.action-btn {
	width: 40px;
	height: 40px;
	background: white;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: transform 0.2s;
}

.action-btn:hover {
	transform: scale(1.05);
}

.action-btn iconify-icon {
	font-size: 20px;
	color: #000;
	animation: zoomAnimation 1.5s infinite ease-in-out;
}

@keyframes zoomAnimation {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.3);
	}

	100% {
		transform: scale(1);
	}
}

.cta-card {
    position: fixed;
    right: 20px;
    bottom: 30px;
    background: white;
    padding: 17px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    max-width: 270px;
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 999;
}

.cta-cont {
	width: 330px;
}

.cta-cont h6 {
	font-size: 12px;
	line-height: 18px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 8px;
	width: 330px;
}

.cta-sideimg {
	width: 110px;
	position: fixed;
	right: 30px;
	bottom: 30px;
}

.cta-sideimg img {
	width: 100%;
}

.book-btn {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	padding: 6px 14px;
	border-radius: 20px;
	cursor: pointer;
	font-size: 10px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	transition: ease-in-out 0.4s;
}

.book-btn:hover {
	background: #fff;
	color: #000;
}

.popupbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 2000;
}

.popup-form {
	background: white;
	padding: 30px;
	border-radius: 12px;
	width: 70%;
	max-width: 500px;
	position: relative;
}

.close-btn {
	position: absolute;
	right: 15px;
	top: 15px;
	background: none;
	border: none;
	font-size: 26px;
	cursor: pointer;
	color: #666;
}

#bookingForm .form-group {
	margin-bottom: 20px;
}

#bookingForm .form-group label {
	display: block;
	margin-bottom: 5px;
	font-weight: 500;
}

#bookingForm .form-group input,
#bookingForm .form-group textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 13px;
	color: #000;
}

#bookingForm .submit-btn {
	background: #000;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 6px;
	cursor: pointer;
	font-size: 14px;
	width: 100%;
}

#bookingForm .submit-btn:hover {
	background: #333;
}

.popupbox-overlay.active {
	display: flex;
}


/*********************** LANDINGPAGE STYLES ************************/
.main_landingpg h4 {
	text-transform: capitalize;
	margin-bottom: 20px;
}

.main_landingpg p {
	margin-bottom: 40px;
}

#testimonial_slider {
	padding-bottom: 60px;
	padding-top: 30px;
}

#testimonial_slider .testi_innercvr {
	border: #E0E0E0 1px solid;
	border-radius: 15px;
	padding: 30px;
}

.testi_wrap img {
	width: 55px !important;
	margin-bottom: 20px;
	top: -55px;
	left: 0;
	position: absolute;
}

.testi_wrap h6 {
	color: #272727;
	font-size: 18px;
	line-height: 23px;
}

.testi_profile {
	display: flex;
	align-items: center;
	padding: 0px;
}

.testi_profile img {
	max-width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-right: 20px;
}

.name_wrap h4 {
	color: #fff;
	font-size: 16px;
	margin-bottom: -5px;
	font-family: "Raleway", serif;
	font-weight: 500;
	font-style: normal;
}

.name_wrap span {
	color: #8b8b8b;
	font-size: 14px;
	font-weight: 400;
	font-family: "Raleway", serif;
	font-style: normal;
}

.testi_wrap {
	position: relative;
	border-radius: 15px;
	margin-bottom: 35px;
}

.testi_wrap p {
	color: #fff;
	text-align: left;
}

#testimonial_slider .owl-nav {
	position: absolute;
	left: 50%;
	bottom: -15px;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	width: 100%;
}

#testimonial_slider .owl-nav button {
	background: #000;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
	border: 1px solid #fff;
}

#testimonial_slider .owl-nav button:hover {
	background: #fff !important;
	color: #000 !important;
	border: 1px solid #fff;
}

.landingpg-bannersec {
	position: relative;
	width: 100%;
	height: 100vh;
	background: url('../images/landingpg-img.webp') no-repeat center center;
	background-size: cover;
	display: flex;
	align-items: center;
	/* padding-right: 50px;  */
	z-index: 1;
}

.popup-form2 {
	background: white;
	padding: 30px;
	border-radius: 12px;
	width: 70%;
	max-width: 500px;
	margin: 0 auto;
	margin-top: 100px;
	z-index: 2;
}

.close-btn {
	position: absolute;
	right: 15px;
	top: 15px;
	background: none;
	border: none;
	font-size: 26px;
	cursor: pointer;
	color: #666;
}

#bookingForm2 .form-group {
	margin-bottom: 20px;
}

#bookingForm2 .form-group label {
	display: block;
	margin-bottom: 5px;
	font-weight: 500;
}

#bookingForm2 .form-group input,
#bookingForm2 .form-group textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 13px;
	color: #000;
}

#bookingForm2 .submit-btn {
	background: #000;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 6px;
	cursor: pointer;
	font-size: 14px;
	width: 100%;
}

#bookingForm2 .submit-btn:hover {
	background: #000;
}

.popupbox-overlay.active {
	display: flex;
}

.landingpg_content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 100vh;
	text-align: left;
	position: absolute;
	z-index: 2;
}

.landingpg_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.778) 100%);
	transition: 0.3s ease-in-out;
}

.landingpg_content h1 {
	font-size: 40px;
	line-height: 50px;
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	width: 500px;
	color: #fff;

}


/*********************** RESPONSE STYLES ************************/
.thank_icon iconify-icon {
	color: #20BF55;
	font-size: 100px;
}

.thank_box {
	background: white;
	padding: 30px;
	border-radius: 12px;
	width: 60%;
	margin: 0 auto;
	margin-top: 100px;
	z-index: 2;
	text-align: center;
}

.thank_box h6 {
	font-size: 40px;
	line-height: 50px;
}

@media (max-width: 993px) {
	.thank_box {
		width: 90%;
		margin-bottom: 50px;
	}

	.thank_box h6 {
		font-size: 30px;
		line-height: 40px;
	}

	.thank_icon iconify-icon {
		font-size: 70px;
	}
}

@media (max-width: 500px) {
	.thank_box h6 {
		font-size: 28px;
		line-height: 38px;
	}

	.thank_icon iconify-icon {
		font-size: 50px;
	}
}