body {
	font-weight: 500;
	scroll-behavior: smooth;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: inherit;
}

@font-face {
	font-family: "SofiaProUltraLightAz";
	src: url(/css/fonts/SofiaProUltraLightAz.otf);
}

@font-face {
	font-family: "SofiaProLightAz";
	src: url(/css/fonts/SofiaProLightAz.otf);
}

@font-face {
	font-family: "SofiaProMediumAz";
	src: url(/css/fonts/SofiaProMediumAz.otf);
}

@font-face {
	font-family: "SofiaProRegularAz";
	src: url(/css/fonts/SofiaProRegularAz.otf);
}

.SofiaProMediumAz {
	font-family: "SofiaProMediumAz";
}

.SofiaProLightAz {
	font-family: "SofiaProLightAz";
}

.menu_items {
	width: 100%;
	height: 30px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid white;
	padding-bottom: 1px;
	color: white;
	margin-top: 40px;
	transition: all 0.3s ease-in-out;
	z-index: 999;
}

.menu_items a {
	font-family: SofiaProLightAz;
	font-weight: 200;
	margin: 0;
	font-size: 12px;
	letter-spacing: 3px;
	transition: 0.2s ease-in-out;
	text-transform: uppercase;
}

/*.menu_items a:nth-child(7) {
	display: none !important;
}*/

.menu_items a:hover {
	color: #c6a561;
}

.main-logo {
	width: 350px;
	object-fit: contain;
}

.topbar {
	transition: background-color 0.4s ease, backdrop-filter 0.4s ease;
	z-index: 999;
	padding-top: 20px;
}

.topbar.scrolled {
	background-color: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(8px);
}

.topbar.scrolled .menu_items {
	border-bottom: 1px solid transparent;
}

.main-logo {
	transition: all 0.4s ease;
}

.topbar.scrolled .main-logo {
	object-fit: contain;
}

.sub_menubar_wrapper {
	width: 100%;
	height: 50px;
	background-color: rgb(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	bottom: 0;
}

.sub_menu_inner {
	width: 100%;
	height: 50px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sub_menu_items {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: white;
	gap: 15px;
	font-family: SofiaProLightAz;
}

.sub_menu_items a {
	margin: 0;
}

.search_input {
	width: 100px;
	height: 40px;
	outline: none;
	border: none;
	/* border-bottom: 1px solid white; */
	background-color: transparent;
	color: white;
}

.main_header {
	width: 100%;
	min-height: 800px;
	background-size: cover;
	display: flex;
	justify-self: center;
	align-items: center;
}

.content_head {
	background-image: url("/img/db/images/content_header.webp");
}

.header_heading,
.service_heading {
	color: white;
	text-align: center;
	font-size: 28px;
	font-family: "SofiaProUltraLightAz";
	text-transform: uppercase;
}

.header_heading {
	font-size: 30px;
	letter-spacing: 1px;
}

.service_heading {
	font-size: 26px;
}

.service_subHeading {
	font-size: 22px;
	font-family: "SofiaProUltraLightAz";
	color: white;
	text-align: center;
}

.texture_wrap {
	background-image: url("/img/db/images/BGTexture.webp");
	background-size: cover;
	padding: 100px 0;
}

.text_gold {
	color: #ccad6c;
}

.why_us_heading {
	color: #ccad6c;
	text-align: center;
	font-size: 19px;
	font-family: "SofiaProLightAz";
	font-weight: 500;
	letter-spacing: 5px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.who_ridge_heading {
	color: #fff;
	text-align: center;
	font-size: 17px;
	font-family: "SofiaProUltraLightAz";
	font-weight: 700;
	letter-spacing: 5px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.why_us_para_1 {
	text-align: center;
	font-size: 24px;
	font-family: "SofiaProRegularAz";
	font-weight: 500;
	margin-bottom: 21px;
	color: #204d4f;
}

.why_us_para_2 {
	text-align: center;
	font-size: 18px;
	font-family: "SofiaProUltraLightAz";
	font-weight: 400;
}

.find_out_more {
	text-align: center;
	font-size: 16px;
	font-family: "SofiaProRegularAz";
	/* font-weight: 700; */
	margin-top: 40px;
	letter-spacing: 4px;
	transition: 0.2s ease-in;
	cursor: pointer;
}

.find_out_more:hover {
	text-decoration: underline;
	color: #ccad6c;
}



.sub__menu-wrapper {
	width: 100%;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}

.sub__menu-inner {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.sub__menu-container {
	position: relative;
}

.sub__menu-toggle {
	display: none;
	font-size: 28px;
	color: white;
	position: absolute;
	top: -20px;
	right: 15px;
	cursor: pointer;
	z-index: 20;
}

.sub__menu-items {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	font-family: SofiaProLightAz;
	color: white;
	text-transform: capitalize;
}


.contact_input,
.contact_message {
	width: 100%;
	height: 50px;
	border: none;
	outline: none;
	border-bottom: 2px solid #204d4f;
	background-color: transparent;
	padding: 0 4px;
}

.gradient_form .contact_input {
	border-bottom: 2px solid #fff;
	color: white;
}

.gradient_form .contact_input::placeholder {
	color: white;
}

.contact_message {
	height: 200px;
	resize: none;
	border: 2px solid #204d4f;
	border-radius: 4px;
	padding: 8px;
}

.gradient_form .contact_message {
	border: 2px solid #fff;
	color: white;
}

.submit_btn, .sg_btn {
	height: 45px;
	outline: none;
	border: none;
	border-bottom: 2px solid #ccad6c;
	background-color: transparent;
	font-weight: 350;
	transition: 0.2s ease-in;
	margin-left: 15px;
	letter-spacing: 4px;
	padding: 5px;
	color: #000;
}

.submit_btn:hover, .sg_btn:hover {
	background-color: #ccad6c;
	border-radius: 5px;
	color: white;
	font-weight: 500;
}

.submit_btn {
	width: 90px;
}

.text_seagreen {
	color: #204d4f;
}

.contact_input::placeholder,
.contact_message::placeholder {
	color: #204d4f;
}

.gold_bar,
.gold_bar_1 {
	width: 80px;
	height: 1px;
	border-bottom: 2px solid #ccad6c;
	display: flex;
	margin: auto;
}

.fs-15 {
	font-size: 15px;
}

.fs-14 {
	font-size: 14px;
}

.fs-13 {
	font-size: 13px;
}

.fs-12 {
	font-size: 12px;
}

.owl-nav-custom div {
	font-size: 22px;
	color: #c6a561;
	transition: 0.3s;
}

.owl-nav-custom div i {
	font-size: 23px !important;
}

.mt-n20 {
	margin-top: -20px;
}

.letter-spacing-1 {
	letter-spacing: 1px;
}

.letter-spacing-2 {
	letter-spacing: 2px;
}

.letter-spacing-3 {
	letter-spacing: 3px;
}

.letter-spacing-4 {
	letter-spacing: 4px;
}

.contact_head {
	font-size: 17px;
	color: #ccad6c;
	text-transform: uppercase;
	/* letter-spacing: 4px; */
}

.social_icon {
	transition: 0.2s ease-in-out;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.news_navs {
	margin-top: 250px;
}

.social_icon:hover {
	color: #ccad6c;
}

.address_Wrapper {
	background-color: #ccad6c;
	width: 100%;
	min-height: 100px;
	padding: 50px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.news_letter_btn {
	width: 130px;
	height: 30px;
	color: white;
	background-color: #204d4f;
	border: 1px solid #204d4f;
	outline: none;
	font-size: 14px;
	margin-top: 15px;
}

.news_letter_btn:hover {
	background-color: #356a6d;
	color: #fff;
}

.custom-next,
.news-prev,
.news-next,
.custom-prev {
	transition: 0.2s ease-in-out;
}

.custom-next:hover,
.news-prev:hover,
.news-next:hover,
.custom-prev:hover {
	scale: 1.5;
}

.review_username {
	color: #c6a561;
	font-size: 20px;
}

.fs-19 {
	font-size: 19px;
}

.fs-22 {
	font-size: 22px;
}

.cpd {
	max-width: 70%;
	display: block;
	margin: auto;
}

.news-img-wrapper {
	position: relative;
	height: 550px;
}

.news-img-wrapper img {
	width: 100%;
	height: 550px;
	object-fit: cover;
	object-position: center;
}

.news-overlay {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}

.news-card,
.news-img-wrapper {
	transition: 0.3s ease-in-out;
	cursor: pointer;
}

.news-card:hover .news-overlay {
	opacity: 1;
	visibility: visible;
}

.news-card:hover .news-img-wrapper {
	transform: translateY(-10px);
}

.gradient_wrap {
	width: 100%;
	min-height: 650px;
	background: url("/img/db/images/BrandGradient.webp") no-repeat center center/cover;
	color: white;
	display: flex;
	align-items: center;
}

.case-study {
	display: flex;
	justify-content: center;
	width: 100%;
}

.case-card {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	/* border-radius: 8px; */
	cursor: pointer;
	transition: transform 0.3s ease;
}

.case-card img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.4s ease;
}

.case-card:hover img {
	transform: scale(1.02);
}

.card-content {
	position: absolute;
	bottom: 0;
	color: #fff;
	padding: 20px;
	width: 100%;
	transform: translateY(100%);
	transition: transform 0.3s ease;
	background: rgba(32, 77, 79, 0.5);
}

.case-card:hover .card-content {
	transform: translateY(0);
}

.news_section {
	width: 100%;
	padding-left: 5%;
}

.news_section h4 {
	letter-spacing: 2px;
}

.rigtextbgimage {
	height: 500px;
	position: relative;
	color: white;
	display: flex;
	align-items: end;
	background-attachment: fixed !important;
}

.banner-content {
	position: relative;
	z-index: 2;
	max-width: 600px;
	font-family: "SofiaProUltraLightAz";
}

.banner-content h2 {
	font-size: 2rem;
	font-weight: bold;
}

.banner-content p {
	margin-top: 1rem;
	font-size: 1rem;
	line-height: 1.6;
}

.banner-content a {
	font-size: 14px;
	font-family: "SofiaProUltraLightAz" !important;
	font-weight: 400;
	margin-top: 40px;
	letter-spacing: 4px;
}

/* Animated icon switch */
.icon-transition {
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.qoute {
	font-size: 80px;
	color: #c6a561;
}

.fa-bars {
	color: #ccad6c;
}

.menu-toggle.active .fa-bars {
	transform: rotate(90deg);
	opacity: 0;
}

.menu-toggle.active .fa-times {
	transform: rotate(0deg);
	opacity: 1;
	color: #ccad6c;
}

.menu-toggle .fa-times {
	/* position: absolute; */
	opacity: 0;
	transform: rotate(-90deg);
}

.menu-toggle {
	transform: translateY(-50px);
}

.footer_links a {
	transition: transform 0.3s ease-in-out !important;
}

.footer_links a:hover {
	scale: 1.05 !important;
}

.service_use {
	width: 100%;
	min-height: 600px;
	background-image: url(/img/db/images/ServiceUse.webp);
	background-size: cover;
	padding: 100px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fs-15 {
	font-size: 15px;
}

.fs-16 {
	font-size: 16px;
}

.fs-17 {
	font-size: 17px;
}

.fs-18 {
	font-size: 18px;
}

footer {
	border-top: 4px solid #ccad6c;
}

#rightfooternav .footer_links a:nth-child(3) {
	display: none;
}

@media (min-width: 1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 93%;
	}
}

@media (min-width: 1600px) {
	.news_section {
		max-width: 100%;
		display: flex;
		margin: auto;
	}
}

@media (max-width: 1500px) {
	.topbar {
		height: 125px;
		padding-top: 20px;
	}
}

@media (max-width: 1400px) {
	.menu_items a {
		font-size: 10px;
		letter-spacing: 2px;
	}
}

@media (max-width: 1199px) {
	.sub__menu-wrapper {
		display: none;
	}
}

@media (min-width: 993px) and (max-width: 1500px) {
	.menu_items {
		height: 40px;
	}
}

@media (max-width: 992px) {
	.news_section {
		padding-left: 20px;
		padding-right: 18px;
	}

	.case-study {
		flex-direction: column;
		align-items: center;
	}

	.topbar.scrolled .menu-toggle {
	}

	.menu-toggle {
		margin-right: 15px;
	}

	.main-logo {
		position: static !important;
		transform: none !important;
	}

	#news-carousel .owl-stage {
		padding-left: 0 !important;
	}

	.menu_items {
		position: fixed;
		top: 70px;
		right: -100%; /* start off-screen */
		height: 400px;
		width: 300px;
		flex-direction: column;
		align-items: start;
		padding: 40px 20px;
		background-color: rgba(0, 0, 0, 0.85);
		border-left: 1px solid rgba(255, 255, 255, 0.2);
		border: 1px solid #fff;
		border-bottom-left-radius: 5px;
		border-top-left-radius: 5px;
		border-right: none;
	}

	.menu_items a {
		font-size: 13px;
	}

	.menu_items.show {
		right: 0; /* slide in */
	}
}

@media (max-width: 768px) {
	#logoWrap {
		padding: 0px !important;
	}

	.header_heading {
		font-size: 25px;
	}

	.why_us_para_1 {
		font-size: 20px;
	}

	.fs-sm-11 {
		font-size: 11px !important;
	}

	.main_header {
		background-position: center center;
	}

	.responsive_footer_img {
		max-width: 70%;
		display: block;
		margin: auto;
	}

	.texture_wrap {
		padding: 60px 0;
	}

	.sub__menu-items {
		position: fixed;
		width: 260px;
		height: 0;
		background-color: rgba(0, 0, 0, 0.95);
		flex-direction: column;
		justify-content: center;
		align-items: center;
		transition: all 0.4s ease-in-out;
		gap: 25px;
		z-index: 1000;
		overflow: hidden;
	}

	/* Show the menu below */
	.sub__menu-items.position-bottom {
		top: 50px;
		right: 0;
	}

	/* Show the menu above */
	.sub__menu-items.position-top {
		bottom: 50px;
		right: 0;
	}

	.sub__menu-items.show {
		height: 300px;
	}

	.sub__menu-items a {
		color: white;
		text-decoration: none;
		font-size: 18px;
	}

	.sub__menu-toggle {
		display: block;
	}
}

/* Hover rotate animation for #ad_popup */
#ad_popup, .fa-search {
	transition: transform 0.4s ease;
	cursor: pointer;
}

#ad_popup:hover, .fa-search:hover {
	transform: rotate(180deg);
}

/* Panel styles */
.ad-popup-panel {
	position: fixed;
	top: 10%;
	right: -320px; /* off-screen initially */
	width: 300px;
	min-height: 45vh;
	background: #fff;
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
	border: 1px solid transparent;
	transition: right 0.4s ease;
	z-index: 9999;
	padding-top: 20px;
	border-radius: 10px;
	font-family: SofiaProMediumAz;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ad-popup-panel .popup-content a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 24px;
	transition: 0.5s;
}

.ad-popup-panel .popup-content a:hover {
	color: #c6a561;
}

/* Show panel */
.ad-popup-panel.show {
	right: 15px;
}

/* Close icon positioning */
.popup-close {
	position: absolute;
	top: 10px;
	right: 15px;
	transition: 0.2s ease-in-out;
}

.popup-close:hover {
	rotate: 180deg;
	color: red;
}

#fmobilehonp, .sub__menu-items a:first-child {
	display: none;
}

/* search btn and form , .sub__menu-items a:last-child*/

#qsearchboxwrapper {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	height: 100%;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
}

#closesearchbtn {
	position: absolute;
	width: 30px;
	top: 10px;
	right: 10px;
	transition: color 1s;
}

#closesearchbtn i {
	font-size: 30px;
	color: #000;
	font-weight: 100;
}

#closesearchbtn:hover i {
	color: #B8A47A;
}

#qsearchbox {
	display: none;
	background-color: #fff;
	z-index: 10001;
	position: absolute;
	width: 90%;
	max-width: 500px;
	height: 270px;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 40px;
}

#quicksearch {
	width: 100%;
}

#quicksearch input {
	display: block;
	width: 70%;
	border: 0;
	outline: none;
	border-bottom: 1px solid #e1e1e1;
	padding: 5px 0 5px 0px;
	color: #000;
	margin: 15px 0px 25px 0;
	font-size: 15px;
	line-height: 15px;
	background-color: transparent;
}

#qsearchbox .b11kh2title {
	margin-bottom: 20px;
	padding-left: 0;
	font-size: 30px;
	line-height: 30px;
}

#qsearchbox .b11kbtt {
	display: block;
	width: 100px;
}

#biglogo {
	position: absolute;
	top: 0;
	z-index: 9999;
	right: 0;
}

#biglogo img {
	opacity: 0.5;
}

.sgsearch_btn {
	margin-left: 0;
}

.websiteby a {
	color: #666;
	font-weight: 200;
}

@media only screen and (max-width:500px) {
	.main-logo {
		width: 250px;
	}

	.topbar {
		height: 90px;
		padding-top: 0px;
	}

	#qsearchbox {
		height: 300px;
	}

	.websiteby {
		font-size: 12px;
		text-align: center;
	}
}
/* end search btn and form */


#footerlogoscol img {
	width: 70%;
	margin: 5px auto;
	display: block;
}

table .fs-18 b, table .fs-18 strong {
	font-weight: 600;
}

.comp-info-pg h3 {
	color: #204d4f;
}
