@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

a,
a:hover {
	text-decoration: none;
}

body {
	font-family: var(--gidb-family-font);
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

h2,
p {
	margin-bottom: 0;
}

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

input,
textarea {
	background: none;
	border: none;
	outline: none;
}

img {
	max-width: 100%;
	max-height: 100%;
}

.space6 {
	height: 6px;
}

.space8 {
	height: 8px;
}

.space10 {
	height: 10px;
}

.space12 {
	height: 12px;
}

.space14 {
	height: 14px;
}

.space16 {
	height: 16px;
}

.space18 {
	height: 18px;
}

.space20 {
	height: 20px;
}

.space22 {
	height: 22px;
}

.space24 {
	height: 24px;
}

.space26 {
	height: 26px;
}

.space28 {
	height: 28px;
}

.space30 {
	height: 30px;
}

.space32 {
	height: 32px;
}

.space34 {
	height: 34px;
}

.space36 {
	height: 36px;
}

.space38 {
	height: 38px;
}

.space40 {
	height: 40px;
}

.space42 {
	height: 42px;
}

.space44 {
	height: 44px;
}

.space46 {
	height: 46px;
}

.space48 {
	height: 48px;
}

.space50 {
	height: 50px;
}

.space52 {
	height: 52px;
}

.space54 {
	height: 54px;
}

.space56 {
	height: 56px;
}

.space58 {
	height: 58px;
}

.space60 {
	height: 60px;
}

.space62 {
	height: 62px;
}

.space64 {
	height: 64px;
}

.space66 {
	height: 66px;
}

.space68 {
	height: 68px;
}

.space70 {
	height: 70px;
}

.space72 {
	height: 72px;
}

.space74 {
	height: 74px;
}

.space76 {
	height: 76px;
}

.space78 {
	height: 78px;
}

.space80 {
	height: 80px;
}

.space82 {
	height: 82px;
}

.space84 {
	height: 84px;
}

.space86 {
	height: 86px;
}

.space {
	height: 88px;
}

.space90 {
	height: 90px;
}

.space92 {
	height: 92px;
}

.space94 {
	height: 94px;
}

.space96 {
	height: 96px;
}

.space98 {
	height: 98px;
}

.space100 {
	height: 100px;
}

@keyframes animation-5 {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.1);
	}
}

.aniamtion-key-5 {
	position: relative;
	animation-name: animation-5;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	transition: all 0.4s ease-in-out;
}

@keyframes animation-7 {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(1000deg);
	}
}

.keyframe5 {
	position: relative;
	animation-name: animation-7;
	animation-duration: 90s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

@keyframes animation-1 {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(30px);
	}
}

.aniamtion-key-1 {
	position: relative;
	animation-name: animation-1;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes animation-2 {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(50px);
	}
}

.aniamtion-key-2 {
	position: relative;
	animation-name: animation-2;
	animation-duration: 2.5s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes animation-3 {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(60px);
	}
}

.aniamtion-key-3 {
	position: relative;
	animation-name: animation-3;
	animation-duration: 1.3s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes animation-4 {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(40px);
	}
}

.aniamtion-key-4 {
	position: relative;
	animation-name: animation-4;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes animation-6 {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(50px);
	}
}

.aniamtion-key-6 {
	position: relative;
	animation-name: animation-6;
	animation-duration: 1.9s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes animation-8 {
	0% {
		padding-left: 0px;
	}

	100% {
		padding-left: 50px;
	}
}

.aniamtion-key-7 {
	position: relative;
	animation-name: animation-8;
	animation-duration: 1.3s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes fade-in-down {
	0% {
		transform: translate3d(0, -50px, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

.pulse-border {
	position: relative;
	animation-name: pulse-border;
	animation-duration: 1500ms;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes marquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translatex(-100%);
	}
}

@keyframes marquee-2 {
	0% {
		transform: translateX(-100%);
	}

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

:root {
	--gidb-text-white: #fff;
	--gidb-text-black: #071323;
	--gidb-text-yellow: #FFAE42;
	--gidb-blue: #001E4C;
	--gidb-weight-regular: 400;
	--gidb-weight-medium: 500;
	--gidb-weight-semibold: 600;
	--gidb-weight-bold: 700;
	--gidb-weight-black: 800;
	--gidb-family-font: 'Outfit', sans-serif;
	--gidb-family-font: 'Outfit', sans-serif;
}

/*
/*============= COMMON CSS AREA ===============*/
.btn-arrow {
	border-bottom: 1px solid #ccc;
	transition: all 1s;
}

.btn-arrow a svg {
	stroke: var(--gidb-text-black);
}

/* .btn-arrow a:hover svg{
  stroke: var(--gidb-text-yellow);
} */

.bg-gray {
	background-color: #F0F0F8;
}

.site-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 0 20px 0 20px;
}

.site-logo img {
	width: 100%;
}

.header-right {
	align-content: flex-start;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	display: flex;
	/* padding: 0em 80px 0em 0em; */
	margin: 0px;
}

.hero-slider-area {
	display: flex;
}

.slider-block {
	flex: 1;
	width: 70%;
	position: relative;
}


/*====== MINISTER AREA START ========== */

.minister-area {
	background-color: #F1EDE9;
	padding: 45px 65px;
	width: 30%;
}

.minister-block .minister-img img {
	min-width: 100px;
	min-height: 100px;
  max-height: 100px;
}

.minister-area .minister-block {
	display: flex;
	gap: 20px;
	align-items: center;
	margin-bottom: 20px;
}

.minister-area .minister-block:last-child {
	margin-bottom: 0;
}

.minister-detail .minister-name {
	font-weight: 600;
	font-size: 20px;
	line-height: 32px;
	color: #232323;
}

.minister-detail .minister-designation {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color:  #4F4E4A !important ; 
}

/*====== MINISTER AREA END ========== */


/*====== ACCESSIBILITY AREA ========== */


body,
.white_bg {
	background: #fff;
}

.dark-mode {
	background-color: black;
	color: white;
}

.light-mode {
	background-color: white;
	color: black;
}


.dark-mode .about-style-two-content .sec-title h2,
.dark-mode .statistics .sec-title h2,
.dark-mode .sec-title h2 {
	color: #57b33e;
}

.dark-mode .about-style-two-content .thm-btn,
.dark-mode .scroll-to-bottom,
.dark-mode .scroll-to-top {
	background-color: #57b33e;
}

.dark-mode .bg-yellow,
.dark-mode .single-about-style-two,
.dark-mode .gray-bg {
	background-color: black;
	color: white;
}

.dark-mode .single-about-style-two .text-block h3 a {
	color: #57b33e;
}

.dark-mode .single-about-style-two .text-block span {
	color: #fff;
}

/*---accesibility----*/
.accesibility-options {
	/* float: right; */
	/* width: auto; */
}

.accesibility-option a {
	font-size: 13px;
	font-weight: normal;
	color: #575757;
	text-decoration: none;
	text-transform: none;
}


/*====== ACCESIBILITY AREA END ========== */


/*====== HEADER START ========== */


.header-right .header-top-area,
.header-right .header-elements {
	position: relative;
	width: 100%;
	display: block;
}

.heading1 h5 {
	color: var(--gidb-text-black);
	text-align: center;
	font-family: var(--gidb-family-font);
	font-size: 18px;
	font-style: normal;
	font-weight: var(--gidb-weight-medium);
	line-height: 18px;
	text-transform: uppercase;
	display: inline-block;
}

.heading1 h5:before {
	content: '';
	background-color: #ffae42;
	width: 15px;
	height: 15px;
	margin: 2px 10px 5px 0;
	line-height: 25px;
	float: left;
	border-radius: 50%;
}

.heading1 h2 {
	color: var(--gidb-text-black);
	font-family: var(--gidb-family-font);
	font-size: 48px;
	font-style: normal;
	font-weight: var(--gidb-weight-bold);
	line-height: 56px;
	position: relative;
    padding-bottom: 20px;
}

.heading1 h2 span {
	color: var(--gidb-text-yellow);
}


.heading1 p {
	color: #6D6C80;
	font-family: var(--gidb-family-font);
	font-style: normal;
	font-weight: var(--gidb-weight-regular);
	font-size: 18px;
	line-height: 30px;
}


/*====== HEADER END ========== */


/*====== THEME BUTTON START ========== */

.theme-btn1 {
	display: inline-block;
	padding: 20px;
	color: var(--gidb-text-white);
	font-size: 16px;
	font-style: normal;
	font-weight: var(--gidb-weight-medium);
	line-height: 18px;
	position: relative;
	z-index: 2;
	font-family: var(--gidb-family-font);
	border: none;
	overflow: hidden;
	background-color: var(--gidb-blue);
	transition: all 0.4s;
	position: relative;
	z-index: 1;
	text-transform: capitalize;
}

.theme-btn1::after {
	position: absolute;
	content: "";
	height: 100%;
	left: 0;
	top: 0;
	transition: all 0.4s;
	background: var(--gidb-text-white);
	width: 100%;
	/* border-radius: 6px; */
	z-index: -1;
	visibility: hidden;
	opacity: 0;
}

.theme-btn1 span {
	display: inline-block;
	/* transform: rotate(-45deg) translateX(-1px) translateY(4px); */
	transition: all 0.4s;
	width: 1px;
}

.theme-btn1 .arrow2 {
	transform: translateY(0) rotate(-45deg) translateX(-48px);
	transition: all 0.4s;
	opacity: 0;
	margin: -7px 5px 0 7px;
}

.theme-btn1 .arrow1 {
	transition: all 0.4s;
	opacity: 1;
	margin: -7px 5px 0 7px;
}

.theme-btn1:hover .arrow2 {
	transform: translateY(-1px) rotate(1deg) translateX(-15px);
	transition: all 0.4s;
	opacity: 1;
}

.theme-btn1:hover .arrow1 {
	transition: all 0.4s;
	transform: translateY(0) rotate(-45deg) translateX(45px);
	opacity: 0;
}

.theme-btn1:hover {
	color: var(--gidb-text-black);
	transition: all 0.4s;
}

.theme-btn1:hover::after {
	visibility: visible;
	opacity: 1;
	transition: all 0.4s;
	left: 0;
	width: 100%;
	background-color: var(--gidb-text-yellow);
}

.theme-btn1 span svg,
.theme-btn2 span svg {
	margin-top: -3px;
}

.theme-btn2 {
	display: inline-block;
	padding: 20px;
	color: var(--gidb-text-black);
	font-size: 16px;
	font-style: normal;
	font-weight: var(--gidb-weight-medium);
	line-height: 18px;
	position: relative;
	z-index: 2;
	font-family: var(--gidb-family-font);
	border: none;
	overflow: hidden;
	background-color: var(--gidb-text-yellow);
	transition: all 0.4s;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
}

.theme-btn2::after {
	position: absolute;
	content: "";
	height: 100%;
	left: 0;
	top: 0;
	transition: all 0.4s;
	background: var(--gidb-blue);
	width: 100%;
	/* border-radius: 6px; */
	z-index: -1;
	visibility: hidden;
	opacity: 0;
}

.theme-btn2 span {
	display: inline-block;
	/* transform: rotate(-45deg) translateX(-1px) translateY(4px); */
	transition: all 0.4s;
	width: 1px;
}

.theme-btn2 .arrow2 {
	transform: translateY(0) rotate(-45deg) translateX(-48px);
	transition: all 0.4s;
	opacity: 0;
	margin: -7px 5px 0 7px;
}

.theme-btn2 .arrow1 {
	transition: all 0.4s;
	opacity: 1;
	margin: -7px 5px 0 7px;
}

.theme-btn2:hover .arrow2 {
	transform: translateY(-1px) rotate(1deg) translateX(-25px);
	transition: all 0.4s;
	opacity: 1;
}

.theme-btn2:hover .arrow1 {
	transition: all 0.4s;
	transform: translateY(0) rotate(-45deg) translateX(45px);
	opacity: 0;
}

.theme-btn2:hover {
	color: var(--gidb-text-white);
	transition: all 0.4s;
}

.theme-btn2:hover::after {
	visibility: visible;
	opacity: 1;
	transition: all 0.4s;
	left: 0;
	width: 100%;
}


/*====== THEME BUTTON END ========== */


/*============= COMMON CSS AREA ENDS===============*/
.image-anime {
	position: relative;
	overflow: hidden;
}

.image-anime:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, 0.3);
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 1;
}

.image-anime:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}

.reveal {
	position: relative;
	display: -ms-inline-flexbox;
	visibility: hidden;
	overflow: hidden;
}

.reveal img {
	height: "387px";
	width: 100%;
	display: inline-block;
	-o-object-fit: cover;
	object-fit: cover;
	transform-origin: left;
	margin-left: "15px";
}

.sp1 {
	padding: 100px 0 100px;
}

@media (max-width: 767px) {
	.sp1 {
		padding: 50px 0 50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sp1 {
		padding: 50px 0 50px;
	}
}

.sp2 {
	padding: 100px 0 70px;
}

@media (max-width: 767px) {
	.sp2 {
		padding: 50px 0 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sp2 {
		padding: 50px 0 20px;
	}
}

.sp3 {
	padding: 100px 0 50px;
}

.sp4 {
	padding: 80px 0 80px;
}

@media (max-width: 767px) {
	.sp4 {
		padding: 40px 0 40px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sp4 {
		padding: 40px 0 40px;
	}
}

.sp5 {
	padding: 60px 0 60px;
}

@media (max-width: 767px) {
	.sp5 {
		padding: 30px 0 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sp5 {
		padding: 30px 0 30px;
	}
}

.sp6 {
	padding: 120px 0 120px;
}

@media (max-width: 767px) {
	.sp6 {
		padding: 60px 0 60px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sp6 {
		padding: 60px 0 60px;
	}
}

.sp7 {
	padding: 120px 0 90px;
}

@media (max-width: 767px) {
	.sp7 {
		padding: 60px 0 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sp7 {
		padding: 60px 0 30px;
	}
}

.sp8 {
	padding: 100px 0 0;
}

@media (max-width: 767px) {
	.sp8 {
		padding: 50px 0 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sp8 {
		padding: 50px 0 0;
	}
}

.sp9 {
	padding: 120px 0 0;
}

@media (max-width: 767px) {
	.sp9 {
		padding: 60px 0 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sp9 {
		padding: 60px 0 0;
	}
}

.sp10 {
	padding: 0 0 100px;
}

@media (max-width: 767px) {
	.sp10 {
		padding: 0 0 50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sp10 {
		padding: 0 0 50px;
	}
}

.space-margin60 {
	margin-bottom: 60px;
}

@media (max-width: 767px) {
	.space-margin60 {
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.space-margin60 {
		margin-bottom: 30px;
	}
}

.hero-inner-section-area-sidebar {
	position: relative;
	z-index: 2;
	padding: 80px 0 80px;
  }
  @media (max-width: 767px) {
	.hero-inner-section-area-sidebar {
	  padding: 80px 0 80px;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-inner-section-area-sidebar {
	  padding: 160px 0 80px;
	}
  }
  .hero-inner-section-area-sidebar::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #073B3A;
	opacity: 60%;
	z-index: -1;
  }
  .hero-inner-section-area-sidebar .hero-img1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
  }
  .hero-inner-section-area-sidebar .hero-header-area a {
	color: var(--gidb-text-white);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	display: inline-block;
	transition: all 0.4s;
  }
  .hero-inner-section-area-sidebar .hero-header-area a svg {
	height: 20px;
	width: 20px;
	object-fit: cover;
  }
  .hero-inner-section-area-sidebar .hero-header-area h1 {
	color: var(--gidb-text-white);
	text-align: center;
	font-size: 70px;
	font-style: normal;
	font-weight: 600;
	line-height: 70px;
  }
  @media (max-width: 767px) {
	.hero-inner-section-area-sidebar .hero-header-area h1 {
	  font-size: 40px;
	  line-height: 50px;
	}
  }
  .hero-inner-section-area-sidebar .hero-header-area .btn-area1 .theme-btn2 {
	margin-left: 20px;
  }
  @media (max-width: 767px) {
	.hero-inner-section-area-sidebar .hero-header-area .btn-area1 .theme-btn2 {
	  margin-left: 0;
	  margin-top: 10px;
	}
  }
  
  /*============= HERO CSS AREA ===============*/

/*============= ABOUT CSS AREA ===============*/
.about1-section-area {
	position: relative;
	z-index: 1;
	padding: 100px 0 200px;
}

.about-heading.heading1 h2:after {
	content: '';
	border-bottom: 2px solid var(--gidb-text-yellow);
	width: 160px;
	display: block;
	position: absolute;
    margin-top: 12px;

}

.about1-section-area ul {
	padding-left: 2rem;
}

.about1-section-area ul li {
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #6D6C80;
	list-style-type: disc;
}

.about1-section-area .about-images-area {
	position: relative;
	z-index: 1;
}

.about1-section-area .about-images-area .img1 {
	/* width: 466px; */
	height: 467px;
	position: relative;
	max-height: 467px;
	max-width: 466px;
}

.about1-section-area .about-images-area .img1 img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.about1-section-area .about-images-area .img2 {
	width: 299px;
	height: 398px;
	position: absolute;
	z-index: 2;
	left: -100px;
	bottom: -120px;
	clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%, 0% 0%, 0 0%);
}


.about1-section-area .about-images-area .img2 img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.about1-section-area .about-images-area .author-img {
	text-align: center;
	display: inline-block;
	border-radius: 8px;
	background: var(--ztc-bg-bg-1);
	box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
	padding: 18px 28px;
	position: absolute;
	top: 25%;
	right: -100px;
	z-index: 2;
}

@media (max-width: 767px) {
	.about1-section-area .about-images-area .author-img {
		position: relative;
		right: 0;
		top: 0;
		width: 100%;
	}
}

.about1-section-area .about-images-area .author-img h3 {
	color: var(--gidb-text-black);
	text-align: center;
	font-family: var(--gidb-family-font);
	font-size: var(--ztc-font-size-font-s24);
	font-style: normal;
	font-weight: var(--gidb-weight-medium);
	line-height: 24px;
}

.about1-section-area .about-heading {
	padding: 0 0 0 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about1-section-area .about-heading {
		padding: 0;
		margin-top: 50px;
	}
}

.about1-section-area .about-heading .counter-boxes {
	padding-top: 32px;
	padding-bottom: 32px;
	border-bottom: 1px solid #E6E7E7;
	border-top: 1px solid #E6E7E7;
}

.about-heading.heading1 h2 span {
	color: var(--gidb-text-yellow);
}

.arrow-btnarea {
	position: absolute;
	top: -40px;
	right: -40px;
	z-index: 2;
}

.arrow-btnarea a {
	transition: all 0.4s;
}

.arrow-btnarea a .arrow1 {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 40px;
	width: 40px;
	filter: brightness(0) invert(1);
	margin-top: -20px;
	margin-left: -20px;
}

.arrow-btnarea a .circle {
	position: absolute;
	margin-bottom: 0;
	font-size: var(--ztc-font-size-font-s14);
	text-transform: uppercase;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: var(--tg-color-white-default);
}

.arrow-btnarea a .circle span {
	position: absolute;
	top: -70px;
	display: inline-block;
	transform-origin: 0 70px;
	color: var(--gidb-text-white);
}


.play-button {
	position: absolute;
	right: 3.5rem;
	bottom: -45px;
}
.play-button a {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--gidb-text-yellow);
	box-shadow: 0px 4px 50px rgba(249, 173, 0, 0.4);
}
.play-button a img {
	border: 8px solid #001e4c20;
	animation: pulse-animation 2s infinite;
	border-radius: 50rem;
}

  
  @keyframes pulse-animation {
	0% {
	  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
	}
	100% {
	  box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
	}
  }
  

@media (max-width: 767px) {
	.arrow-btnarea a {
		margin-top: 15px;
	}
}

/*============= ABOUT CSS AREA ENDS ===============*/

/*============= HERO CSS AREA ===============*/
.hero-area-slider {
	position: relative;
	z-index: 1;
}

.hero-area-slider .slick-track {
	max-height: 530px;
	height: 530px;
}

.hero-area-slider .hero1-section-area {
	position: relative;
	z-index: 1;
	padding: 40px 0 40px 80px;
}

.hero-slider-area {
	display: flex;
	max-height: 530px;
	height: 530px;
}

.hero-area-slider .hero1-section-area:before {
	content: '';
	background-color: #00000094;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.hero-header-area {
	z-index: 1;
	position: relative;
}

.hero-header-area h5:before {
	content: '';
	background-color: #ffae42;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 5px 5px 5px 0;
	line-height: 25px;
	float: left;
	border-radius: 50%;
}

@media (max-width: 767px) {
	.hero-area-slider .hero1-section-area {
		padding: 160px 0 150px;
	}
}



/* .hero-area-slider .hero1-section-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #073B3A;
  opacity: 60%;
  z-index: -1;
} */
.hero-area-slider .hero1-section-area .hero-img1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1;
}

.hero-area-slider .hero1-section-area .hero-header-area h5 {
	color: var(--gidb-text-white);
	text-align: center;
	font-family: var(--gidb-family-font);
	font-size: var(--ztc-font-size-font-s22);
	font-style: normal;
	font-weight: var(--gidb-weight-medium);
	line-height: 22px;
	text-transform: capitalize;
	display: inline-block;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	/* background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px); */
	padding: 10px 14px;
}

.hero-area-slider .hero1-section-area .hero-header-area .btn-area1 {
	text-transform: uppercase;
}

.hero-area-slider .hero1-section-area .hero-header-area .btn-area1 a {
	margin-right: 20px;
	text-transform: uppercase;
}


@media (max-width: 767px) {
	.hero-area-slider .hero1-section-area .hero-header-area h5 {
		font-size: var(--ztc-font-size-font-s16);
		line-height: 16px;
	}
}

.hero-area-slider .hero1-section-area .hero-header-area h5 {
	position: relative;
	padding: 0;
	border: none;
	margin-bottom: 10px;

}

.hero-header-area h5:before {
	content: '';
	background-color: #ffae42;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 5px 10px 5px 0;
	line-height: 25px;
	float: left;
	border-radius: 50%;
}

.hero-area-slider .hero1-section-area .hero-header-area h1 {
	color: var(--gidb-text-white);
	font-family: var(--gidb-family-font);
	font-size: 60px;
	font-style: normal;
	font-weight: var(--gidb-weight-bold);
	line-height: 70px;
}

.hero-area-slider .hero1-section-area .hero-header-area p {
	color: #ffffff;
}

.hero-area-slider .hero1-section-area .hero-header-area h5 {
	text-transform: uppercase;
	color: var(--gidb-text-white);
	font-size: 16px;
	font-weight: var(--gidb-weight-regular);
}

@media (max-width: 767px) {
	.hero-area-slider .hero1-section-area .hero-header-area h1 {
		font-size: var(--ztc-font-size-font-s40);
		line-height: 50px;
	}
}

.hero-area-slider .hero1-section-area .hero-header-area .btn-area1 .theme-btn2 {
	margin-left: 0;
}


.testimonial-arrows {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 50%;
	right: 48px;
	z-index: 1;
	transform: translate(10px, -50%);
}

.testimonial-arrows .center-line {
	text-align: center;
	padding: 10px 0;
}

.testimonial-arrows .center-line span {
	border-left: 1px solid #ccc;
	height: 45px;
	display: inline-block;
	width: auto;
}

.testimonial-arrows .testimonial-prev-arrow button {
	height: 55px;
	width: 55px;
	text-align: center;

	box-sizing: border-box;
	padding: 12.3384px;
	background: #FFAE42;
	border: 0.911854px solid rgba(255, 255, 255, 0.2);

	display: inline-block;
	transition: all 0.4s;
	/* background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px); */
	color: var(--gidb-text-white);
	border: none;
	outline: none;
	font-size: var(--ztc-font-size-font-s30);
	/* position: absolute;
  z-index: 2;
  top: 50%;
  right: 48px; */
}

@media (max-width: 767px) {
	.testimonial-arrows .testimonial-prev-arrow button {
		top: 65%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial-arrows .testimonial-prev-arrow button {
		top: 40%;
		left: 25px;
	}
}

.testimonial-arrows .testimonial-prev-arrow button:hover {
	background: var(--gidb-blue);
	transition: all 0.4s;
	color: var(--gidb-text-black);
}

.testimonial-arrows .testimonial-prev-arrow button.next-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 48px;
}

.testimonial-arrows .testimonial-next-arrow button {
	height: 55px;
	width: 55px;
	text-align: center;

	box-sizing: border-box;
	padding: 12.3384px;
	background: #FFAE42;
	border: 0.911854px solid rgba(255, 255, 255, 0.2);

	display: inline-block;
	transition: all 0.4s;
	background: rgba(255, 255, 255, 0.2);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	color: var(--gidb-text-white);
	border: none;
	outline: none;
	font-size: var(--ztc-font-size-font-s30);
	/* position: absolute;
  z-index: 2;
  top: 35%;
  right: 48px; */
}

@media (max-width: 767px) {
	.testimonial-arrows .testimonial-next-arrow button {
		top: 65%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial-arrows .testimonial-next-arrow button {
		top: 40%;
		right: 25px;
	}
}

.testimonial-arrows .testimonial-next-arrow button:hover {
	background: var(--gidb-blue);
	transition: all 0.4s;
	color: var(--gidb-text-black);
}


/*============= NOTICE NEWS CSS AREA ===============*/
.notice-news .fix {
	overflow: hidden;
}

.notice-news .title {
	float: left;
}

.notice-news .title .notice {
	background-color: var(--gidb-text-yellow);
	color: var(--gidb-text-black);
	padding: 10px 35px;
	font-size: 22px;
	font-weight: 500;
}
.news {
  padding-right: 25px;
}
.notice-news .marquee {
	position: relative;
	--duration: 30s;
	--gap: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	gap: 0;
	padding: 15px;
}

.notice-news .marquee-block {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	gap: 0;
	min-width: 87%;
	/* -webkit-animation: scroll 50s linear infinite;
  animation: scroll 50s linear infinite; */
}

.notice-news .news .marquee-block {
	-webkit-animation: scroll 50s linear infinite;
	animation: scroll 50s linear infinite;
}

.notice-news .notice .marquee-block {
	-webkit-animation: scroll-1 50s linear infinite;
	animation: scroll-1 50s linear infinite;
}

.notice-news .marquee-block .content-box {
	position: relative;
	margin-right: 1rem;
}

.notice-news .marquee-block .content-box h6.title,
.notice-news .marquee-block .content-box h6.title a {
	font-weight: 400;
	font-size: 18px;
	color: #121212;
	/* padding: 0 48px; */
}

.notice-news .marquee-block .content-box .title {
	margin: 0;
}

.notice-news .notice:hover .marquee-block {
	animation-play-state: paused;
}

.notice-news .news:hover .marquee-block {
	animation-play-state: paused;
}

.notice-news .merge-section {
	display: flex;
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-100% - 1rem));
	}
}

@keyframes scroll-1 {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-100% - 1rem));
	}
}

/*============= NOTICE NEWS CSS AREA END ===============*/


/*============= PUBLIC PRIVATE PARTNERSHIP CSS AREA ===============*/

.ppp-section-area .ppp-title {
	background: url('../images/PPP-BG.png') no-repeat;
	height: 252px;
	background-size: 100% 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 100px;
}

.ppp-title h2 {
	font-size: 48px;
	font-weight: 700;
	color: var(--gidb-text-white);
}

.ppp-title h2 span.highligted-text {
	display: block;
	color: var(--gidb-text-yellow);
}

.ppp-section-area {
	display: flex;
	background-color: #F1EDE9;
	align-items: center;
}


.partnership-slider {

	padding: 0 70px 0;
}

.partnership-single-boxarea {
	padding: 25px 0;
}

.partnership-single-boxarea .card {
	padding: 20px 20px 0;
	border-radius: 0;
	background: #FFFFFF;
	box-shadow: 0px 6px 12px rgba(24, 39, 75, 0.08);
	position: relative;
	border: none;
}

.partnership-single-boxarea .icon-circle {
	border: 6px solid var(--gidb-text-white);
	width: 62px;
	height: 62px;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.partnership-single-boxarea .icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--gidb-text-white);
	border: 4px solid #ffad4220;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.partnership-single-boxarea .icon img {
	width: 32px;
	height: auto;
}

.partnership-single-boxarea .card-body {
	text-align: center;
}

.partnership-single-boxarea .card-body .title {
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	color: #50595E;
	text-shadow: 0px 2.20534px 5.8809px rgba(0, 0, 0, 0.1);

}

.partnership-single-boxarea .card-body .number {
	margin: 0;
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	color: #121212;
	text-shadow: 0px 2.20534px 5.8809px rgba(0, 0, 0, 0.1);
}

.partnership-single-boxarea .card-body .unit {
	font-weight: 400;
	font-size: 30px;
	line-height: 38px;
	color: #121212;
	text-shadow: 0px 2.20534px 5.8809px rgba(0, 0, 0, 0.1);
}


/*============= PUBLIC PRIVATE PARTNERSHIP CSS AREA END ===============*/


/*============= HERO CSS AREA ===============*/

/*============= MOBILE MENU CSS AREA ===============*/
.mobile-header.mobile-haeder1 {
	background: var(--gidb-text-white);
	position: fixed;
	display: none;
}

.mobile-header.mobile-haeder1 .mobile-logo {
	height: 48px;
	width: 380px;
	padding-right: 15px;
}

.mobile-header.mobile-haeder1 .mobile-nav-icon {
	color: var(--gidb-text-black);
}

.mobile-header.mobile-haeder1 .mobile-nav-icon svg {
	height: 25px;
	width: 25px;
	-o-object-fit: cover;
	object-fit: cover;
}

.mobile-sidebar.mobile-sidebar1 {
	background: var(--gidb-text-white);
	overflow-y: scroll;
}
.mobile-sidebar.mobile-sidebar1 .logos {
	height: 48px;
	width: 180px;
}

.mobile-sidebar.mobile-sidebar1 .menu-close svg {
	height: 30px;
	width: 30px;
	-o-object-fit: cover;
	object-fit: cover;
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li a {
	font-weight: var(--gidb-weight-medium);
	color: var(--gidb-text-black);
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 .single-footer .btn-area {
  display: none;
}
.mobile-sidebar.mobile-sidebar1 .btn-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  float: right;
  z-index: 5;
  position: relative;
}

.mobile-sidebar.mobile-sidebar1 .btn-area .search-icon {
  margin-right: 0;
  background: var(--gidb-blue);
  border: 1px solid var(--gidb-blue);
  border-radius: 6px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding-right: 20px; */
  /* border-right: 1px solid #E6E7E7; */
}

.mobile-sidebar.mobile-sidebar1 .btn-area .search-icon svg {
  height: 24px;
  width: 24px;
  color: var(--gidb-text-white);
}

.mobile-sidebar.mobile-sidebar1 .btn-area button {
  border: none;
  height: 30px;
  width: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  background: none;
  margin: 0 0 0 16px;
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li ul li a li a {
	font-family: var(--gidb-family-font);
	font-size: var(--ztc-font-size-font-s16);
	font-weight: var(--gidb-weight-medium) !important;
	line-height: var(--ztc-font-size-font-s16);
	color: var(--gidb-text-black);
	display: inline-block;
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 .theme-btn1 {
	margin-top: 20px;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 h3 {
	font-family: var(--gidb-family-font);
	font-size: var(--ztc-font-size-font-s24);
	line-height: var(--ztc-font-size-font-s24);
	font-weight: var(--gidb-weight-semibold);
	color: var(--gidb-text-black);
	margin-bottom: 20px;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .contact-info-single {
	display: flex;
	margin-bottom: 16px;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .contact-info-single .contact-info-icon svg {
	height: 20px;
	width: 20px;
	-o-object-fit: cover;
	object-fit: cover;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .contact-info-single .contact-info-text a {
	font-family: var(--gidb-family-font);
	font-size: var(--ztc-font-size-font-s14);
	font-weight: var(--gidb-weight-medium);
	color: var(--gidb-text-black);
	line-height: var(--ztc-font-size-font-s22);
	margin-left: 6px;
	display: inline-block;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu {
	margin-bottom: 50px;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul li {
	display: inline-block;
	line-height: 30px;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul li a {
	height: 40px;
	width: 40px;
	display: inline-block;
	text-align: center;
	background: var(--gidb-text-white);
	border: 1px solid var(--gidb-text-black);
	border-radius: 50%;
	padding: 0;
	line-height: 42px;
	transition: all 0.4s ease-in-out;
	color: var(--gidb-text-black);
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
	background: var(--ztc-text-text-4);
	transition: all 0.4s ease-in-out;
	transform: translateY(-3px);
	color: var(--gidb-text-black);
	border: 1px solid var(--ztc-text-text-4);
}

.mobile-header.mobile-haeder2 {
	background: var(--gidb-text-white);
	position: fixed;
}

.mobile-header.mobile-haeder2 .mobile-logo {
	height: 48px;
	width: 180px;
}

.mobile-header.mobile-haeder2 .mobile-nav-icon {
	color: var(--gidb-text-black);
}

.mobile-header.mobile-haeder2 .mobile-nav-icon svg {
	height: 25px;
	width: 25px;
	-o-object-fit: cover;
	object-fit: cover;
}

.mobile-sidebar.mobile-sidebar2 {
	background: var(--gidb-text-white);
	overflow-y: scroll;
}

.mobile-sidebar.mobile-sidebar2 .logos {
	height: 48px;
	width: 180px;
}

.mobile-sidebar.mobile-sidebar2 .menu-close svg {
	height: 30px;
	width: 30px;
	-o-object-fit: cover;
	object-fit: cover;
}

.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li a {
	font-weight: var(--gidb-weight-medium);
	color: var(--gidb-text-black);
}

.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li ul li a li a {
	font-family: var(--gidb-family-font);
	font-size: var(--ztc-font-size-font-s16);
	font-weight: var(--gidb-weight-medium) !important;
	line-height: var(--ztc-font-size-font-s16);
	color: var(--gidb-text-black);
	display: inline-block;
}

.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 .theme-btn3 {
	margin-top: 20px;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
}

.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 h3 {
	font-family: var(--gidb-family-font);
	font-size: var(--ztc-font-size-font-s24);
	line-height: var(--ztc-font-size-font-s24);
	font-weight: var(--gidb-weight-semibold);
	color: var(--gidb-text-black);
	margin-bottom: 20px;
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .contact-info-single {
	display: flex;
	margin-bottom: 16px;
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .contact-info-single .contact-info-icon svg {
	height: 20px;
	width: 20px;
	-o-object-fit: cover;
	object-fit: cover;
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .contact-info-single .contact-info-text a {
	font-family: var(--gidb-family-font);
	font-size: var(--ztc-font-size-font-s14);
	font-weight: var(--gidb-weight-medium);
	color: var(--gidb-text-black);
	line-height: var(--ztc-font-size-font-s22);
	margin-left: 6px;
	display: inline-block;
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .social-links-mobile-menu {
	margin-bottom: 50px;
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .social-links-mobile-menu ul li {
	display: inline-block;
	line-height: 30px;
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .social-links-mobile-menu ul li a {
	height: 40px;
	width: 40px;
	display: inline-block;
	text-align: center;
	background: var(--gidb-text-white);
	border: 1px solid var(--gidb-text-black);
	border-radius: 50%;
	padding: 0;
	line-height: 42px;
	transition: all 0.4s ease-in-out;
	color: var(--gidb-text-black);
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
	background: var(--ztc-text-text-6);
	transition: all 0.4s ease-in-out;
	transform: translateY(-3px);
	color: var(--gidb-text-black);
	border: 1px solid var(--ztc-text-text-6);
}

.mobile-header.mobile-haeder3 {
	background: var(--gidb-text-white);
	position: fixed;
}

.mobile-header.mobile-haeder3 .mobile-logo {
	height: 48px;
	width: 180px;
}

.mobile-header.mobile-haeder3 .mobile-nav-icon {
	color: var(--gidb-text-black);
}

.mobile-header.mobile-haeder3 .mobile-nav-icon svg {
	height: 25px;
	width: 25px;
	-o-object-fit: cover;
	object-fit: cover;
}

.mobile-sidebar.mobile-sidebar3 {
	background: var(--gidb-text-white);
	overflow-y: scroll;
}

.mobile-sidebar.mobile-sidebar3 .logos {
	height: 48px;
	width: 180px;
}

.mobile-sidebar.mobile-sidebar3 .menu-close svg {
	height: 30px;
	width: 30px;
	-o-object-fit: cover;
	object-fit: cover;
}

.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li a {
	font-weight: var(--gidb-weight-medium);
	color: var(--gidb-text-black);
}

.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li ul li a li a {
	font-family: var(--gidb-family-font);
	font-size: var(--ztc-font-size-font-s16);
	font-weight: var(--gidb-weight-medium) !important;
	line-height: var(--ztc-font-size-font-s16);
	color: var(--gidb-text-black);
	display: inline-block;
}

.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 .theme-btn4 {
	margin-top: 20px;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
}

.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 h3 {
	font-family: var(--gidb-family-font);
	font-size: var(--ztc-font-size-font-s24);
	line-height: var(--ztc-font-size-font-s24);
	font-weight: var(--gidb-weight-semibold);
	color: var(--gidb-text-black);
	margin-bottom: 20px;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .contact-info-single {
	display: flex;
	margin-bottom: 16px;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .contact-info-single .contact-info-icon svg {
	height: 20px;
	width: 20px;
	-o-object-fit: cover;
	object-fit: cover;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .contact-info-single .contact-info-text a {
	font-family: var(--gidb-family-font);
	font-size: var(--ztc-font-size-font-s14);
	font-weight: var(--gidb-weight-medium);
	color: var(--gidb-text-black);
	line-height: var(--ztc-font-size-font-s22);
	margin-left: 6px;
	display: inline-block;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .social-links-mobile-menu {
	margin-bottom: 50px;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .social-links-mobile-menu ul li {
	display: inline-block;
	line-height: 30px;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .social-links-mobile-menu ul li a {
	height: 40px;
	width: 40px;
	display: inline-block;
	text-align: center;
	background: var(--gidb-text-white);
	border: 1px solid var(--gidb-text-black);
	border-radius: 50%;
	padding: 0;
	line-height: 42px;
	transition: all 0.4s ease-in-out;
	color: var(--gidb-text-black);
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
	background: var(--ztc-text-text-7);
	transition: all 0.4s ease-in-out;
	transform: translateY(-3px);
	color: var(--gidb-text-white);
	border: 1px solid var(--ztc-text-text-7);
}

.mobile-header.mobile-haeder4 {
	background: var(--gidb-text-white);
	position: fixed;
}

.mobile-header.mobile-haeder4 .mobile-logo {
	height: 48px;
	width: 180px;
}

.mobile-header.mobile-haeder4 .mobile-nav-icon {
	color: var(--gidb-text-black);
}

.mobile-header.mobile-haeder4 .mobile-nav-icon svg {
	height: 25px;
	width: 25px;
	-o-object-fit: cover;
	object-fit: cover;
}

.mobile-sidebar.mobile-sidebar4 {
	background: var(--gidb-text-white);
	overflow-y: scroll;
}

.mobile-sidebar.mobile-sidebar4 .logos {
	height: 48px;
	width: 180px;
}

.mobile-sidebar.mobile-sidebar4 .menu-close svg {
	height: 30px;
	width: 30px;
	-o-object-fit: cover;
	object-fit: cover;
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li a {
	font-weight: var(--gidb-weight-medium);
	color: var(--gidb-text-black);
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li ul li a li a {
	font-family: var(--gidb-family-font);
	font-size: var(--ztc-font-size-font-s16);
	font-weight: var(--gidb-weight-medium) !important;
	line-height: var(--ztc-font-size-font-s16);
	color: var(--gidb-text-black);
	display: inline-block;
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 .theme-btn5 {
	margin-top: 20px;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 h3 {
	font-family: var(--gidb-family-font);
	font-size: var(--ztc-font-size-font-s24);
	line-height: var(--ztc-font-size-font-s24);
	font-weight: var(--gidb-weight-semibold);
	color: var(--gidb-text-black);
	margin-bottom: 20px;
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .contact-info-single {
	display: flex;
	margin-bottom: 16px;
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .contact-info-single .contact-info-icon svg {
	height: 20px;
	width: 20px;
	-o-object-fit: cover;
	object-fit: cover;
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .contact-info-single .contact-info-text a {
	font-family: var(--gidb-family-font);
	font-size: var(--ztc-font-size-font-s14);
	font-weight: var(--gidb-weight-medium);
	color: var(--gidb-text-black);
	line-height: var(--ztc-font-size-font-s22);
	margin-left: 6px;
	display: inline-block;
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .social-links-mobile-menu {
	margin-bottom: 50px;
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .social-links-mobile-menu ul li {
	display: inline-block;
	line-height: 30px;
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .social-links-mobile-menu ul li a {
	height: 40px;
	width: 40px;
	display: inline-block;
	text-align: center;
	background: var(--gidb-text-white);
	border: 1px solid var(--gidb-text-black);
	border-radius: 50%;
	padding: 0;
	line-height: 42px;
	transition: all 0.4s ease-in-out;
	color: var(--gidb-text-black);
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
	background: var(--ztc-text-text-8);
	transition: all 0.4s ease-in-out;
	transform: translateY(-3px);
	color: var(--gidb-text-white);
	border: 1px solid var(--ztc-text-text-8);
}

/*============= MOBILE MENU CSS AREA ===============*/


/*============= NEW PROJECT CSS AREA ===============*/

.news-grid-section-area {
	position: relative;
	z-index: 1;
}

.news-grid-section-area .blog-single-boxarea {
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: all 0.4s;
	background: var(--gidb-text-white);
	margin-bottom: 30px;
	padding: 10px;
}

.news-grid-section-area .blog-single-boxarea:hover {
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.11);
}

.news-grid-section-area .blog-single-boxarea:hover .btn-arrow a svg {
	stroke: var(--gidb-text-yellow);
}

.news-grid-section-area .blog-single-boxarea .btn-arrow {
	padding-bottom: 10px;
}

.news-grid-section-area .blog-single-boxarea:hover .img1 img {
	transform: scale(1.1) rotate(-4deg);
	transition: all 0.4s;
}

.news-grid-section-area .blog-single-boxarea .img1 {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.news-grid-section-area .blog-single-boxarea .img1 img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all 0.4s;
}

.news-grid-section-area .blog-single-boxarea .content-area {
	padding: 10px 0;
	min-height: 167px;
	max-height: 167px;
}

.news-grid-section-area .blog-single-boxarea .content-area p {
	color: #6E777D;
	font-size: 18px;
}

.news-grid-section-area .blog-single-boxarea .content-area ul li {
	display: inline-block;
}

.news-grid-section-area .blog-single-boxarea .content-area ul li:nth-child(2) a {
	border-radius: 4px;
	background: var(--gidb-blue);
	padding: 6px 10px;
	border-radius: 4px;
	display: inline-block;
	position: absolute;
	top: 54%;
	z-index: 1;
	left: 12px;
	color: var(--gidb-text-white);
}

@media (max-width: 767px) {
	.news-grid-section-area .blog-single-boxarea .content-area ul li:nth-child(2) a {
		top: 12px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.news-grid-section-area .blog-single-boxarea .content-area ul li:nth-child(2) a {
		top: 12px;
	}
}

.news-grid-section-area .blog-single-boxarea .content-area ul li:nth-child(2) a svg {
	margin: -5px 0 0 0;
	filter: brightness(0) invert(1);
}

.news-grid-section-area .blog-single-boxarea .content-area ul li a {
	color: var(--gidb-text-black);
	font-family: var(--gidb-family-font);
	font-size: var(--ztc-font-size-font-s16);
	font-style: normal;
	font-weight: var(--gidb-weight-medium);
	line-height: 16px;
	display: inline-block;
	text-transform: capitalize;
}

.news-grid-section-area .blog-single-boxarea .content-area ul li a svg {
	height: 20px;
	width: 20px;
	-o-object-fit: cover;
	object-fit: cover;
	margin: -5px 4px 0 0;
}

.news-grid-section-area .blog-single-boxarea .content-area a.head {
	color: var(--gidb-text-black);
	font-family: var(--gidb-family-font);
	font-size: 24px;
	font-style: normal;
	font-weight: var(--gidb-weight-medium);
	line-height: 28px;
	transition: all 0.4s;
	display: inline-block;
}

.news-grid-section-area .blog-single-boxarea .content-area a.head:hover {
	color: var(--gidb-text-yellow);
	transition: all 0.4s;
}

.news-grid-section-area .blog-single-boxarea .content-area .readmore {
	color: var(--gidb-text-black);
	font-family: var(--gidb-family-font);
	font-size: var(--ztc-font-size-font-s18);
	font-style: normal;
	font-weight: var(--gidb-weight-medium);
	line-height: 18px;
	display: inline-block;
	transition: all 0.4s;
	text-transform: capitalize;
}

.news-grid-section-area .blog-single-boxarea .content-area .readmore svg {
	transition: all 0.4s;
	height: 20px;
	width: 20px;
	-o-object-fit: cover;
	object-fit: cover;
}

.news-grid-section-area .blog-single-boxarea .content-area .readmore:hover {
	color: var(--ztc-text-text-4);
	transition: all 0.4s;
}

.news-grid-section-area .blog-single-boxarea .content-area .readmore:hover svg {
	color: var(--ztc-text-text-4);
	transition: all 0.4s;
}

.news-grid-section-area .horizontal-arrows {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
}

.news-grid-section-area .horizontal-arrows button {
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 10px;
	display: inline-block;
	transition: all 0.4s;
	color: var(--ztc-text-text-2);
	background: var(--gidb-text-white);
	border: 1px solid #e7e7e7;
	outline: none;
	font-size: var(--ztc-font-size-font-s24);
}

.news-grid-section-area .horizontal-arrows button:hover {
	background: var(--gidb-text-yellow);
	border-color: var(--gidb-text-yellow);
}

.news-grid-section-area .horizontal-arrows .next-arrow {
	margin: 0 0 0 10px;
}


/*============= PM GATI SHAKTI CSS AREA ===============*/

.pm-section-area {
	position: relative;
	z-index: 1;
}

.pm-heading {
	z-index: 1;
	position: relative;
}

.pm-slider-section .pm-section-boxarea {
	position: relative;
	z-index: 1;
}

.pm-slider-section .pm-section-boxarea .slider-boxarea {
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: all 0.4s;
	margin: 0 5px;
}

.pm-slider-section .pm-section-boxarea .slider-boxarea:hover .img1::after {
	transform: scale(1);
	transition: all 0.4s;
	visibility: visible;
	opacity: 1;
}

.pm-slider-section .pm-section-boxarea .slider-boxarea:hover .img1 img {
	transform: scale(1.1) rotate(4deg);
	transition: all 0.4s;
}

.pm-slider-section .pm-section-boxarea .slider-boxarea:hover .conetnt-area {
	bottom: 20px;
	transition: all 0.6s;
}

.pm-slider-section .pm-section-boxarea .slider-boxarea .img1 {
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: all 0.4s;
}

.pm-slider-section .pm-section-boxarea .slider-boxarea .img1::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(4, 25, 57, 0) 0%, rgba(4, 25, 57, 0.676827) 52.28%, rgba(4, 25, 57, 0.7) 100%);
	transition: all 0.4s;
	transform: scale(0.7);
	visibility: hidden;
	opacity: 0;
}

.pm-slider-section .pm-section-boxarea .slider-boxarea .img1 img {
	height: 450px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-image-repeat: 8px;
	transition: all 0.4s;
}

.pm-slider-section .pm-section-boxarea .slider-boxarea .conetnt-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	bottom: -200px;
	width: 100%;
	padding: 16px 16px 0 16px;
	z-index: 2;
	transition: all 0.6s;
}

.pm-slider-section .pm-section-boxarea .slider-boxarea .conetnt-area .text .card-name a {
	color: var(--gidb-text-white);
	font-family: var(--gidb-family-font);
	font-size: 24px;
	font-style: normal;
	font-weight: var(--gidb-weight-semibold);
	line-height: 28px;
	display: inline-block;
	transition: all 0.4s;
}

.pm-slider-section .pm-section-boxarea .slider-boxarea .conetnt-area .text .card-name a:hover {
	color: var(--gidb-text-yellow);
	transition: all 0.4s;
}

.pm-slider-section .pm-section-boxarea .slider-boxarea .conetnt-area .text p {
	color: var(--gidb-text-white);
	font-family: var(--gidb-family-font);
	font-size: 16px;
	font-style: normal;
	font-weight: var(--gidb-weight-regular);
	line-height: 20px;
}

.pm-slider-section .pm-section-boxarea .slider-boxarea .conetnt-area .readmore a {
	color: var(--gidb-text-yellow);
	font-size: 16px;
	font-weight: var(--gidb-weight-regular);
	line-height: 16px;
	text-decoration: underline;
}

.pm-slider-section .pm-section-boxarea .slider-boxarea .conetnt-area .arrow a {
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	transition: all 0.4s;
	background: var(--ztc-bg-bg-7);
	color: var(--gidb-text-white);
	border-radius: 50%;
	font-size: var(--ztc-font-size-font-s20);
}

.pm-slider-section .pm-section-boxarea .slider-boxarea .conetnt-area .arrow a svg {
	height: 30px;
	width: 30px;
	display: inline-block;
	text-align: center;
	line-height: 20px;
}

.slider-fluid {
	width: 100%;
	padding-left: 20%;
}

.verticle-arrows {
	display: flex;
	flex-direction: column;
	z-index: 1;
	position: absolute;
	bottom: 21%;
	left: 3%;
}

.verticle-arrows .center-line {
	text-align: center;
	padding: 10px 0;
}

.verticle-arrows .center-line span {
	border-left: 1px solid #ccc;
	height: 45px;
	display: inline-block;
	width: auto;
}

.verticle-arrows .verticle-prev-arrow button,
.verticle-arrows .verticle-next-arrow button {
	height: 55px;
	width: 55px;
	text-align: center;
	box-sizing: border-box;
	padding: 12.3384px;
	background: var(--gidb-text-white);
	border: 0.911854px solid rgba(255, 255, 255, 0.2);
	display: inline-block;
	transition: all 0.4s;
	color: var(--gidb-text-white);
	border: none;
	outline: none;
	font-size: var(--ztc-font-size-font-s30);
}

@media (max-width: 767px) {
	.verticle-arrows .verticle-prev-arrow button {
		top: 65%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.verticle-arrows .verticle-prev-arrow button {
		top: 40%;
		left: 25px;
	}
}

.verticle-arrows .verticle-prev-arrow button {
	background: var(--gidb-text-yellow);
}

.verticle-arrows .verticle-prev-arrow button:hover {
	background: var(--gidb-text-yellow);
	transition: all 0.4s;
	color: var(--gidb-text-black);
}

.verticle-arrows .verticle-prev-arrow button.next-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 48px;
}

.verticle-arrows button:hover {
	background-color: var(--gidb-text-yellow);
}

@media (max-width: 767px) {
	.verticle-arrows .verticle-next-arrow button {
		top: 65%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.verticle-arrows .verticle-next-arrow button {
		top: 40%;
		right: 25px;
	}
}

/*============= PM GATI SHAKTI CSS AREA END ===============*/

/*============= ISLAND CSS AREA ===============*/

.island-section-area {
	position: relative;
	z-index: 1;
}

.island-section-area .property-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.island-section-area .property-heading {
		display: block;
		text-align: center;
	}

	.island-section-area .property-heading .btn-area1 {
		margin-top: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {


	.island-section-area .property-heading .btn-area1 {
		margin-top: 20px;
	}
}

/*============= ISLAND CSS AREA END ===============*/


/*============= FOOTER CSS AREA ===============*/
.gidb-footer {
	/* background-color: #0A1229; */
	background: url('../images/footer-bg.png') no-repeat, #0A1229;
	background-size: 100% 100%;
}

.gidb-footer .single-footer-wized-two .title {
	color: #FFFFFF;
	font-weight: var(--gidb-weight-semibold);
	font-size: 20px;
	line-height: 27px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.single-footer-wized-two.logo-area .disc-f {
	font-weight: var(--gidb-weight-regular);
	font-size: 18px;
	line-height: 28px;
	width: 90%;
	color: #f1f1f1;
}

p:last-child {
	margin-bottom: 0;
}

.gidb-footer .single-fill-footer.info {
	display: flex;
	align-items: center;
}

.gidb-footer .single-fill-footer.info .icon {
	height: 59px;
	width: 59px;
	border: 1px dashed #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.gidb-footer .single-fill-footer.info .info {
	margin-left: 15px;
}

.gidb-footer .single-fill-footer.info .info span {
	display: block;
	font-size: 20px;
	color: var(--gidb-text-white);
}

.gidb-footer .single-fill-footer.info .info a {
	font-size: 16x;
	line-height: 24px;
	color: var(--gidb-text-white);
	font-weight: 300;
}

.gidb-footer .main-ftop-wrapper .single-fill-footer {
	border-right: 2px solid #ffffff30;
	padding: 20px;
	height: 100%;
	background-color: #ffffff20;
}

.gidb-footer .menu-row-wrapper {
	border-bottom: 1px solid #ffffff30;
	border-top: 1px solid #ffffff30;
}

.gidb-footer .menu-wrapper-footer-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gidb-footer .menu-wrapper-footer-row .single-menu {
  text-align: center;
  flex: 1 0 auto;
}
.gidb-footer .main-footer-wrapper-two {
	display: flex;
	align-items: flex-start;
	margin: 50px 0;
}

.gidb-footer .menu-wrapper-footer-row .single-menu:first-child a {
	border-left: 1px solid #ffffff30;
	min-width: max-content;
}

.gidb-footer .menu-wrapper-footer-row .single-menu a {
	padding: 20px 25px;
	display: block;
	border-right: 1px solid #ffffff30;
	color: #f1f1f1;
	font-size: 18px;
}

.gidb-footer .main-footer-wrapper-two .single-footer-wized-two.logo-area {
	flex-basis: 25%;
}

.gidb-footer .logo-area {
	flex: 1 0 auto;
	margin-right: 20px;
}

.gidb-footer .main-footer-wrapper-two .footer-header-two.pages .pages ul {
	padding-left: 0;
	margin: 0;
	list-style: none;
}

.gidb-footer .main-footer-wrapper-two .footer-header-two.pages .pages ul li {
	margin: 0;
	margin-bottom: 10px;
}

.gidb-footer .single-footer-wized-two.pages ul li a {
	display: flex;
	align-items: center;
	transition: 0.3s;
	color: #f1f1f1;
	font-size: 16px;
}

.gidb-footer .menu-wrapper-footer-row .single-menu a:hover,
.gidb-footer .single-footer-wized-two.pages ul li a:hover,
.gidb-footer .copyright-footer-two ul li a:hover {
	color: var(--gidb-text-yellow);
}

.gidb-footer .single-footer-wized-two.pages ul li svg {
	margin-right: 10px;
	transition: 0.2s;
}

.gidb-footer .main-footer-wrapper-two .single-footer-wized-two.pages {
	flex-basis: 20%;
}

.gidb-footer .main-footer-wrapper-two .single-footer-wized-two.newsletter {
	flex-basis: 30%;
}

.gidb-footer .single-footer-wized-two.newsletter .footer-header-two {
	width: 90%;
	margin: auto;
}

.gidb-footer .ltn__copyright-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gidb-footer .bt-text {
	color: #f1f1f1;
	margin-bottom: 5px;
	font-size: 18px;
}

.gidb-footer .rts-social-wrapper-three ul {
	padding: 0;
	/* display: flex; */
	align-items: center;
	gap: 10px;
	list-style: none;
	/* margin-top: 34px; */
	/* margin-top: 20px; */
}

.gidb-footer .rts-social-wrapper-three ul li {
	margin-bottom: 10px;
	padding: 0;
}

.gidb-footer .rts-social-wrapper-three ul li a i {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	display: block;
	border: 1px solid #ffffff30;
	color: #fff;
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	justify-content: center;
	transition: 0.3s;
}

.gidb-footer .rts-social-wrapper-three ul li a i:hover {
	border-color: var(--gidb-text-white);
}

.gidb-footer .copyright-footer-two {
	text-align: center;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}

.gidb-footer .copyright-footer-two p.disc {
	color: #f1f1f1;
	margin-bottom: 0;
	font-size: 18px;
}

.gidb-footer .copyright-footer-two p.disc a {
	color: var(--gidb-text-yellow);
}

.gidb-footer .copyright-footer-two ul li {
	list-style: none;
	display: inline-block;
}

.gidb-footer .copyright-footer-two ul li a {
	color: #f1f1f1;
	margin-bottom: 0;
	font-size: 18px;
	margin-right: 8px;
}

/*============= FOOTER CSS AREA END ===============*/


/*============= HEADER CSS AREA ENDS ===============*/
@media (max-width: 767px) {

	.homepage1-body,
	html {
		overflow-x: hidden !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.homepage1-body,
	html {
		overflow-x: hidden !important;
	}
}

.homepage1-body {
	overflow-x: hidden;
}

.homepage1-body .header-area.homepage1 {
	position: relative;
	width: 100%;
	z-index: 9;
	transition: all 0.4s;
	background: var(--ztc-bg-bg-1);
	display: block;
}

.homepage1-body .header-area.homepage1::after {
	position: absolute;
	content: "";
	height: 72px;
	width: 100%;
	left: 0;
	bottom: 0;
	transition: all 0.4s;
	background: url('../images/bg3.png') no-repeat, var(--gidb-blue);
	background-position: right bottom;
	z-index: -1;
	background-size: 100% auto;
	display: none;
}

.homepage1-body .header-area.homepage1 nav#navbar-example2 {
	display: block;
	padding: 0;
}

.homepage1-body .header-area.homepage1 nav#navbar-example2 ul li a.nav-link.active {
	color: var(--ztc-text-text-4);
}

.homepage1-body .header-area.homepage1 .header-top-area {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 16px 80px 16px 0;
}

.homepage1-body .header-area.homepage1 .header-top-area .header-content li {
	display: inline-block;
}

.homepage1-body .header-area.homepage1 .header-top-area .header-content li .accesibility-options {
	display: inline-block;
}

.homepage1-body .header-area.homepage1 .header-top-area .header-content li .accesibility-options a {
	border: 1px solid #E7E7E7;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	line-height: 26px;
	text-align: center;
	font-size: 13px;
	font-weight: var(--gidb-weight-bold);
}

.homepage1-body .header-area.homepage1 .header-top-area .header-content li .accesibility-options a.bg-dark {
	background-color: #000;
	color: #fff;
}

.homepage1-body .header-area.homepage1 .header-top-area .header-content li span {
	color: rgba(7, 19, 35, 0.3);
	display: inline-block;
	margin: 0 8px;
}

.homepage1-body .header-area.homepage1 .header-top-area .header-content li a {
	color: var(--gidb-text-black);
	font-family: var(--gidb-family-font);
	font-size: 14px;
	font-style: normal;
	font-weight: var(--gidb-weight-regular);
	line-height: 14px;
	display: inline-block;
	transition: all 0.4s;
	text-transform: uppercase;
}

.homepage1-body .header-area.homepage1 .header-top-area .header-content li a svg {
	margin: 0 4px 0 0;
	height: 16px;
	width: 16px;
	-o-object-fit: cover;
	object-fit: cover;
}

.homepage1-body .header-area.homepage1 .header-top-area .list-content {
	position: relative;
}

.homepage1-body .header-area.homepage1 .header-top-area .list-content li {
	display: inline-block;
}

.homepage1-body .header-area.homepage1 .header-top-area .list-content li img {
	position: absolute;
	left: -36px;
	top: 2px;
	background: var(--ztc-bg-bg-1);
}

.homepage1-body .header-area.homepage1 .header-top-area .list-content li .nice-select {
	line-height: 0;
	float: inherit;
	height: auto;
	background: none;
	padding-left: 0;
	border: none;
	color: var(--gidb-text-black);
	font-family: var(--gidb-family-font);
	font-size: 16px;
	font-style: normal;
	font-weight: var(--gidb-weight-medium);
	line-height: 14px;
	/* 100% */
	text-transform: uppercase;
}

.homepage1-body .header-area.homepage1 .header-top-area .list-content li .nice-select::after {
	height: 7px;
	width: 7px;
	top: 5px;
	/* filter: brightness(0) invert(1); */
	-o-object-fit: cover;
	object-fit: cover;
}

.homepage1-body .header-area.homepage1 .header-top-area .list-content li .nice-select ul li {
	display: block;
	color: var(--gidb-text-black);
}

.homepage1-body .header-area.homepage1 .header-top-area .list-content li .nice-select ul li a {
	color: var(--gidb-text-black) !important;
}

.homepage1-body .header-area.homepage1 .header-top-area .list-content li .signin {
	color: var(--gidb-text-white);
	font-family: var(--gidb-family-font);
	font-size: var(--ztc-font-size-font-s14);
	font-style: normal;
	font-weight: var(--gidb-weight-medium);
	line-height: 14px;
	text-transform: uppercase;
	transition: all 0.4s;
}

.homepage1-body .header-area.homepage1 .header-top-area .list-content li .signin span {
	color: #224F4E;
	display: inline-block;
	margin: 0 12px 0 0;
}

.homepage1-body .header-area.homepage1 .header-top-area .list-content li .signin:hover {
	color: var(--ztc-bg-bg-3);
	transition: all 0.4s;
}
.header-top-area.accesibility-options .site-logo {
  display: none;
}




.mobile-sidebar.mobile-sidebar1 .header-top-area {
  display: block;
  align-items: center;
  justify-content: flex-start;
  padding: 16px 0;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
}

.mobile-sidebar.mobile-sidebar1 .header-top-area .header-content li {
	margin-bottom: 10px;
}

.mobile-sidebar.mobile-sidebar1 .header-top-area .header-content li .accesibility-options {
	display: inline-block;
}

.mobile-sidebar.mobile-sidebar1 .header-top-area .header-content li .accesibility-options a {
	border: 1px solid #E7E7E7;
  width: 30px;
  height: 36px;
	margin-right: 5px;
	text-align: center;
	font-size: 13px;
	font-weight: var(--gidb-weight-bold);
}

.mobile-sidebar.mobile-sidebar1 .header-top-area .header-content li .accesibility-options a.bg-dark {
	background-color: #000;
	color: #fff;
}

.mobile-sidebar.mobile-sidebar1 .header-top-area .header-content li span {
	color: rgba(7, 19, 35, 0.3);
	/* display: inline-block; */
	margin: 0 8px;
  display: none;
}

.mobile-sidebar.mobile-sidebar1 .header-top-area .header-content li a {
	color: var(--gidb-text-black);
	font-family: var(--gidb-family-font);
	font-size: 14px;
	font-style: normal;
	font-weight: var(--gidb-weight-regular);
	line-height: 14px;
	display: inline-block;
	transition: all 0.4s;
	text-transform: uppercase;
}

.mobile-sidebar.mobile-sidebar1 .header-top-area .header-content li a svg {
	margin: 0 4px 0 0;
	height: 16px;
	width: 16px;
	-o-object-fit: cover;
	object-fit: cover;
}

.mobile-sidebar.mobile-sidebar1 .header-top-area .list-content {
	position: relative;
  margin-top: 1rem;
}

.mobile-sidebar.mobile-sidebar1 .header-top-area .list-content li {
	display: inline-block;
}

.mobile-sidebar.mobile-sidebar1 .header-top-area .list-content li img {
	position: absolute;
	left: -36px;
	top: 2px;
	background: var(--ztc-bg-bg-1);
}

.mobile-sidebar.mobile-sidebar1 .header-top-area .list-content li .nice-select {
	line-height: 0;
	float: inherit;
	height: auto;
	background: none;
	padding-left: 0;
	border: none;
	color: var(--gidb-text-black);
	font-family: var(--gidb-family-font);
	font-size: 16px;
	font-style: normal;
	font-weight: var(--gidb-weight-medium);
	line-height: 14px;
	/* 100% */
	text-transform: uppercase;
}

.mobile-sidebar.mobile-sidebar1 .header-top-area .list-content li .nice-select::after {
	height: 7px;
	width: 7px;
	top: 5px;
	/* filter: brightness(0) invert(1); */
	-o-object-fit: cover;
	object-fit: cover;
}

.mobile-sidebar.mobile-sidebar1 .header-top-area .list-content li .nice-select ul li {
	display: block;
	color: var(--gidb-text-black);
}

.mobile-sidebar.mobile-sidebar1 .header-top-area .list-content li .nice-select ul li a {
	color: var(--gidb-text-black) !important;
}

.mobile-sidebar.mobile-sidebar1 .header-top-area .list-content li .signin {
	color: var(--gidb-text-white);
	font-family: var(--gidb-family-font);
	font-size: var(--ztc-font-size-font-s14);
	font-style: normal;
	font-weight: var(--gidb-weight-medium);
	line-height: 14px;
	text-transform: uppercase;
	transition: all 0.4s;
}

.mobile-sidebar.mobile-sidebar1 .header-top-area .list-content li .signin span {
	color: #224F4E;
	display: inline-block;
	margin: 0 12px 0 0;
}

.mobile-sidebar.mobile-sidebar1 .header-top-area .list-content li .signin:hover {
	color: var(--ztc-bg-bg-3);
	transition: all 0.4s;
}





.homepage1-body .header-area.homepage1 .header-elements {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	transition: all 0.4s;
	padding: 11px 80px 11px 0;
}
.homepage1-body .header-area.homepage1 .header-elements:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all 0.4s;
    /* background: url('../images/bg3.png') no-repeat, var(--gidb-blue); */
    background: var(--gidb-blue);
    background-position: right bottom;
	background-size: 100% 70%;
    z-index: -1;
    right: 0;
}
.homepage1-body .header-area.homepage1 .header-elements .site-logo {
	height: 48px;
	width: 180px;
	-o-object-fit: contain;
	object-fit: contain;
}

.homepage1-body .header-area.homepage1 .header-elements .all-images-menu {
	display: flex;
	align-items: center;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu {
	position: relative;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li {
	display: inline-block;
	position: relative;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
	transition: all 0.4s;
	position: relative;
	z-index: 1;
	margin: 0 20px 20px 0;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
	transform: scale(1);
	transition: all 0.4s;
	visibility: visible;
	opacity: 0.4;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
	top: 50%;
	visibility: visible;
	opacity: 1;
	transition: all 0.6s;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 100%;
	border-radius: 4px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	transition: all 0.4s;
	background: var(--ztc-bg-bg-2);
	opacity: 0;
	transform: scale(0.8);
	z-index: 1;
	visibility: hidden;
	border-radius: 4px;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
	height: 100%;
	width: 100%;
	transition: all 0.4s;
	border: 1px solid #E5E7EB;
	border-radius: 4px;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
	position: absolute;
	top: 20%;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	text-align: center;
	transition: all 0.6s;
	margin: 0 auto;
	left: 50%;
	margin-left: -68px;
	margin-top: -45px;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .theme-btn1 {
	display: inline-block;
	padding: 14px 16.57px;
	color: var(--gidb-text-black);
	font-size: var(--ztc-font-size-font-s14);
	font-style: normal;
	font-weight: var(--gidb-weight-medium);
	line-height: 14px;
	position: relative;
	z-index: 2;
	font-family: var(--gidb-family-font);
	border: none;
	overflow: hidden;
	background-color: var(--ztc-bg-bg-3);
	transition: all 0.4s;
	border-radius: 8px;
	position: relative;
	z-index: 1;
	text-transform: capitalize;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .theme-btn1::after {
	position: absolute;
	content: "";
	height: 100%;
	left: 0;
	top: 0;
	transition: all 0.4s;
	background: var(--gidb-blue);
	width: 100%;
	border-radius: 6px;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .theme-btn1 span {
	display: inline-block;
	transform: rotate(-45deg) translateX(-1px) translateY(4px);
	transition: all 0.4s;
	width: 12px;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .theme-btn1 .arrow2 {
	transform: translateY(0) rotate(-45deg) translateX(-48px);
	transition: all 0.4s;
	opacity: 0;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .theme-btn1 .arrow1 {
	transition: all 0.4s;
	opacity: 1;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .theme-btn1:hover .arrow2 {
	transform: translateY(-6px) rotate(-45deg) translateX(-15px);
	transition: all 0.4s;
	opacity: 1;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .theme-btn1:hover .arrow1 {
	transition: all 0.4s;
	transform: translateY(0) rotate(-45deg) translateX(45px);
	opacity: 0;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .theme-btn1:hover {
	color: var(--gidb-text-white);
	transition: all 0.4s;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .theme-btn1:hover::after {
	visibility: visible;
	opacity: 1;
	transition: all 0.4s;
	left: 0;
	width: 100%;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
	font-family: var(--gidb-family-font);
	font-size: var(--ztc-font-size-font-s16);
	line-height: var(--ztc-font-size-font-s16);
	font-weight: var(--gidb-weight-semibold);
	color: var(--gidb-text-black);
	transition: all 0.4s;
	margin-top: 20px;
	text-align: center;
	display: block;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-content a:hover {
	color: var(--ztc-text-text-4);
	transition: all 0.4s;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover .tp-submenu {
	visibility: visible;
	transition: all 0.5s ease-in-out;
	opacity: 1;
	z-index: 9;
	position: absolute;
	transition: all 0.4s;
	transform: scale(1);
	top: 201.3%;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:last-child ul.dropdown-padding{
	right: 0;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover ul.dropdown-padding {
	visibility: visible;
	transition: all 0.5s ease-in-out;
	opacity: 1;
	z-index: 9;
	top: 50px;
	position: absolute;
	transition: all 0.4s;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a i {
    position: absolute;
    right: 5px;
    top: 14px;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li:hover ul.dropdown-padding {
    top: 0;
    right: -35px;
    visibility: visible;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 9;
    position: absolute;
    transition: all 0.4s;
	/* scrooling menu  */
	 /* height: 350px;  
    overflow-y: auto; */
	/* scrooling menu  */
	
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding ul.dropdown-padding {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 10px 20px 30px;
    position: absolute;
    background: var(--gidb-text-white);
    top: 100px;
    width: 225px;
    z-index: 1;
    transition: all 0.4s;
    padding: 3px 7px;
    border-radius: 0 0 4px 4px;
    left: 100%;
	}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:last-child ul.dropdown-padding ul.dropdown-padding {
	right: 100%;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li ul.dropdown-padding li:hover ul.dropdown-padding{
    top: 0;
    right: -35px;
    visibility: visible;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 9;
    position: absolute;
    transition: all 0.4s;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding ul.dropdown-padding ul.dropdown-padding {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 10px 20px 30px;
    position: absolute;
    background: var(--gidb-text-white);
    top: 100px;
    width: 225px;
    z-index: 1;
    transition: all 0.4s;
    padding: 3px 7px;	
    border-radius: 0 0 4px 4px;
    left: 100%;

	

}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:last-child ul.dropdown-padding ul.dropdown-padding ul.dropdown-padding {
	right: 100%;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a {
	font-family: var(--gidb-family-font);
	font-size: 18px;
	font-weight: var(--gidb-weight-regular);
	/* color: hsl(0deg 0% 100% / 80%); */
	color: hsl(0deg 0% 100%);
	display: inline-block;
	transition: all 0.4s;
	padding: 0 20px;
	position: relative;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a::after {
	position: absolute;
	content: "";
	height: 2px;
	width: 0;
	left: 50%;
	bottom: -5px;
	transition: all 0.4s;
	background: var(--gidb-blue);
	visibility: hidden;
	opacity: 0;
}

.main-menu ul li a.plus::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 20px;
	top: 100%;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a.plus i {
	font-size: 14px;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover>a {
	transition: all 0.4s;
	color: var(--gidb-text-yellow) !important;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover>a::after {
	visibility: visible;
	opacity: 1;
	width: 100%;
	left: 0;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu {
	visibility: hidden;
	opacity: 0;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
	position: absolute;
	background: var(--gidb-text-white);
	top: 100px;
	z-index: 1;
	transition: all 0.4s;
	padding: 20px 0 0 20px;
	left: 50%;
	width: 1300px;
	max-height: 600px;
	overflow: hidden;
	overflow-y: scroll;
	display: block;
	top: 201.3%;
	transform: scale(1, 0);
	transform-origin: top;
	margin-left: -350px;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding {
	visibility: hidden;
	opacity: 0;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
	position: absolute;
	background: var(--gidb-text-white);
	top: 100px;
	width: 225px;
	z-index: 1;
	transition: all 0.4s;
	padding: 15px;
	border-radius: 0 0 4px 4px;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li {
	display: block;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a {
	font-family: var(--gidb-family-font);
	font-weight: var(--gidb-weight-medium);
	transition: all 0.4s;
	padding: 10px 14px;
	display: block;
	position: relative;
	z-index: 1;
	color: var(--gidb-text-black);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
	position: absolute;
	content: "";
	height: 25px;
	width: 3px;
	transition: all 0.4s;
	z-index: -1;
	left: -10px;
	top: 20%;
	display: inline-block;
	visibility: hidden;
	opacity: 0;
	background: var(--gidb-text-yellow);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
	padding-left: 15px;
	color: var(--gidb-text-yellow);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
	visibility: visible;
	transition: all 0.4s;
	opacity: 1;
	left: 0;
}

.homepage1-body .header-area.homepage1 .btn-area {
	display: flex;
	align-items: center;
}

.homepage1-body .header-area.homepage1 .btn-area .search-icon {
	margin-left: 10px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 6px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* padding-right: 20px; */
	/* border-right: 1px solid #E6E7E7; */
}

.homepage1-body .header-area.homepage1 .btn-area .search-icon svg {
	height: 24px;
	width: 24px;
	color: var(--gidb-text-white);
}

.homepage1-body .header-area.homepage1 .btn-area button {
	border: none;
	height: 30px;
	width: 30px;
	-o-object-fit: cover;
	object-fit: cover;
	background: none;
	margin: 0 0 0 16px;
}

.header-area.homepage1.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transform: translate3d(0, 0, 0);
	z-index: 111;
	animation-name: fade-in-down;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	background: var(--gidb-text-white);
	-webkit-backdrop-filter: blur(50px);
	backdrop-filter: blur(50px);
	transition: all 0.4s;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
}

/*============= HEADER CSS AREA ENDS ===============*/


/*============= PROPERTIES CSS AREA ===============*/
.properties-section-area {
	position: relative;
	z-index: 1;
}

.services-body {
	background: #FFFFFF;
	outline: 2px dashed #E7E7E7;
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.11);
	padding: 30px;

}

.property-feature-slider .tabs-btn-area {
	margin-bottom: 2rem;
}

.services-body .services-title h5 {
	font-weight: 600;
	font-size: 26px;
	line-height: 30px;
	/* text-transform: capitalize; */
	color: var(--gidb-text-black);
	margin-bottom: 1rem;
}

.services-body .services-title h5 img {
	margin-top: -3px;
	margin-right: 14px;
}

.services-category ul {
	padding-left: 2.5rem;
}

.services-category ul li {
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 8px;
	text-transform: capitalize;
	color: #6E777D;
}

.services-category ol {
	margin-top: 1rem;
}

.services-category ol li {
	list-style: decimal;
	margin-bottom: 8px;
}

.property-heading {
	z-index: 1;
	position: relative;
}

.properties-section-area:after {
	content: '';
	background-color: #001E4C94;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 70%;
}

.properties-section-area .property-feature-slider {
	position: relative;
	z-index: 1;
}
.properties-section-area .property-feature-slider .tab-content>.tab-pane.fade {
  transition: opacity 0.4s linear;
}
.properties-section-area .property-feature-slider .tabs-btn-area {
	text-align: center;
	border-bottom: 2px solid #ffffff20;
}

.properties-section-area .property-feature-slider .tabs-btn-area ul {
	display: inline-block !important;
	text-align: center;
}

.properties-section-area .property-feature-slider .tabs-btn-area ul li {
	display: inline-block;
	margin: 0 24px 0 0;
}

.properties-section-area .property-feature-slider .tabs-btn-area ul li:nth-last-child(1) {
	margin: 0;
}

.properties-section-area .property-feature-slider .tabs-btn-area ul li button {
	border-radius: 0px;
	background: transparent;
	color: var(--gidb-text-white);
	text-align: center;
	font-family: var(--gidb-family-font);
	font-size: 18px;
	font-style: normal;
	font-weight: var(--gidb-weight-medium);
	line-height: 18px;
	text-transform: capitalize;
	border-bottom: 2px solid transparent;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	.properties-section-area .property-feature-slider .tabs-btn-area ul li button {
		margin-bottom: 10px;
	}
}

.properties-section-area .property-feature-slider .tabs-btn-area ul li button.active {
	color: var(--gidb-text-yellow);
	transition: all 0.4s;
	border-color: var(--gidb-text-yellow);
}

.properties-section-area .property-feature-slider .tabs-btn-area ul li button svg {
	height: 24px;
	width: 24px;
	-o-object-fit: cover;
	object-fit: cover;
	margin: -5px 6px 0 0;
}

.properties-section-area .property-feature-slider .property-boxarea {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: var(--ztc-bg-bg-1);
	border-radius: 8px;
	margin-bottom: 30px;
}

.properties-section-area .property-feature-slider .property-boxarea:hover .img1 img {
	transform: scale(1.1) rotate(4deg);
	transition: all 0.4s;
}

.properties-section-area .property-feature-slider .property-boxarea .img1 {
	overflow: hidden;
	position: relative;
	z-index: 1;
	border-radius: 8px 8px 0 0;
	transition: all 0.4s;
}

.properties-section-area .property-feature-slider .property-boxarea .img1 img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all 0.4s;
	border-radius: 8px 8px 0 0;
}

.properties-section-area .property-feature-slider .property-boxarea .category-list ul {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
}

.properties-section-area .property-feature-slider .property-boxarea .category-list ul li {
	display: inline-block;
}

.properties-section-area .property-feature-slider .property-boxarea .category-list ul li:nth-child(1) {
	margin: 0 8px 0 0;
}

.properties-section-area .property-feature-slider .property-boxarea .category-list ul li a {
	color: var(--gidb-text-black);
	text-align: center;
	font-family: var(--gidb-family-font);
	font-size: var(--ztc-font-size-font-s16);
	font-style: normal;
	font-weight: var(--gidb-weight-medium);
	line-height: 16px;
	text-transform: capitalize;
	display: inline-block;
	padding: 8px 12px;
	transition: all 0.4s;
	background: var(--ztc-bg-bg-1);
	border-radius: 4px;
}

.properties-section-area .property-feature-slider .property-boxarea .category-list ul li a:hover {
	background: var(--gidb-blue);
	transition: all 0.4s;
	color: var(--gidb-text-white);
}

.properties-section-area .property-feature-slider .property-boxarea .content-area {
	padding: 28px 24px;
}

.properties-section-area .property-feature-slider .property-boxarea .content-area a {
	color: var(--gidb-text-black);
	font-family: var(--gidb-family-font);
	font-size: var(--ztc-font-size-font-s24);
	font-style: normal;
	font-weight: var(--gidb-weight-semibold);
	line-height: 24px;
	display: inline-block;
	transition: all 0.4s;
}

.properties-section-area .property-feature-slider .property-boxarea .content-area a:hover {
	color: var(--gidb-text-yellow);
	transition: all 0.4s;
}

.properties-section-area .property-feature-slider .property-boxarea .content-area p {
	color: var(--ztc-text-text-3);
	font-family: var(--gidb-family-font);
	font-size: var(--ztc-font-size-font-s16);
	font-style: normal;
	font-weight: var(--medium);
	line-height: 16px;
}

.properties-section-area .property-feature-slider .property-boxarea .content-area ul {
	padding-bottom: 28px;
	border-bottom: 1px solid rgba(13, 15, 24, 0.1);
}

.properties-section-area .property-feature-slider .property-boxarea .content-area ul li {
	display: inline-block;
	margin: 0 10px 0 0;
}

@media (max-width: 767px) {
	.properties-section-area .property-feature-slider .property-boxarea .content-area ul li {
		margin: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.properties-section-area .property-feature-slider .property-boxarea .content-area ul li {
		margin: 0;
	}
}

.properties-section-area .property-feature-slider .property-boxarea .content-area ul li:nth-child(3) {
	margin: 0;
}

.properties-section-area .property-feature-slider .property-boxarea .content-area ul li a {
	color: var(--ztc-text-text-3);
	font-family: var(--gidb-family-font);
	font-size: var(--ztc-font-size-font-s16);
	font-style: normal;
	font-weight: var(--medium);
	line-height: 16px;
	display: inline-block;
	transition: all 0.4s;
	border-radius: 110px;
	border: 1px solid rgba(13, 15, 24, 0.1);
	padding: 10px 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.properties-section-area .property-feature-slider .property-boxarea .content-area ul li a {
		padding: 10px;
	}
}

.properties-section-area .property-feature-slider .property-boxarea .content-area ul li a img {
	height: 16px;
	width: 16px;
	display: inline-block;
	-o-object-fit: contain;
	object-fit: contain;
	margin: -4px 6px 0 0;
}

.properties-section-area .property-feature-slider .property-boxarea .content-area .btn-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 28px;
}

.properties-section-area .property-feature-slider .property-boxarea .content-area .btn-area .nm-btn {
	border-radius: 8px;
	background: var(--ztc-bg-bg-3);
	padding: 12px 16px;
	display: inline-block;
	transition: all 0.4s;
	color: var(--gidb-text-black);
	font-family: var(--gidb-family-font);
	font-size: var(--ztc-font-size-font-s16);
	font-style: normal;
	font-weight: var(--gidb-weight-medium);
	line-height: 16px;
}

.properties-section-area .property-feature-slider .property-boxarea .content-area .btn-area .heart {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	transition: all 0.4s;
	background: #CDD8D8;
	border-radius: 50%;
	position: relative;
}

.properties-section-area .property-feature-slider .property-boxarea .content-area .btn-area .heart.active .heart2 {
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
}

.properties-section-area .property-feature-slider .property-boxarea .content-area .btn-area .heart.active .heart1 {
	visibility: visible;
	opacity: 1;
	transition: all 0.4s;
}

.properties-section-area .property-feature-slider .property-boxarea .content-area .btn-area .heart:hover {
	transition: all 0.4s;
}

.properties-section-area .property-feature-slider .property-boxarea .content-area .btn-area .heart:hover .heart2 {
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
}

.properties-section-area .property-feature-slider .property-boxarea .content-area .btn-area .heart:hover .heart1 {
	visibility: visible;
	opacity: 1;
	transition: all 0.4s;
}

.properties-section-area .property-feature-slider .property-boxarea .content-area .btn-area .heart .heart2 {
	visibility: visible;
	opacity: 1;
	transition: all 0.4s;
	height: 21px;
	width: 21px;
	-o-object-fit: cover;
	object-fit: cover;
	display: inline-block;
}

.properties-section-area .property-feature-slider .property-boxarea .content-area .btn-area .heart .heart1 {
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
	position: absolute;
	top: 12px;
	left: 10px;
	height: 18px;
	width: 18px;
	-o-object-fit: contain;
	object-fit: contain;
	display: inline-block;
}

/*============= PROPERTIES CSS AREA END ===============*/


/*============= NEWS SECTION CSS AREA ===============*/
.news-section-area {
	position: relative;
	z-index: 1;
}

.news-section-area .property-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.news-section-area .property-heading {
		display: block;
		text-align: center;
	}

	.news-section-area .property-heading .btn-area1 {
		margin-top: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {


	.news-section-area .property-heading .btn-area1 {
		margin-top: 20px;
	}
}

.news-section-area .property-feature-slider {
	position: relative;
	z-index: 1;
}

/*============= NEWS SECTION CSS AREA END ===============*/


/*============= OTHERS CSS AREA STARTS ===============*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999999999;
	background-color: var(--gidb-text-black);
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading-container,
.loading {
	height: 120px;
	position: relative;
	width: 120px;
	border-radius: 100%;
}

.loading-container {
	margin: 40px auto;
}

.loading {
	border: 1px solid transparent;
	border-color: transparent var(--gidb-text-white) transparent var(--gidb-text-white);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
	transition: all 0.5s ease-in-out;
}

#loading-icon {
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 70px;
	width: 70px;
}

@keyframes rotate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.progress-wrap {
	position: fixed;
	right: 30px;
	bottom: 83px;
	height: 56px;
	width: 56px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.1);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	transition: all 200ms linear;
}

.progress-wrap:hover {
	color: var(--gidb-text-black);
	transform: translateY(-5px);
	box-shadow: 0 0 15px 0 var(--gidb-text-white6);
	transition: all 0.4s ease-in-out;
	background: var(--gidb-text-yellow);

}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.progress-wrap::after {
	position: absolute;
	font-family: "FontAwesome";
	content: "\f062";
	text-align: center;
	line-height: 56px;
	font-size: 18px;
	color: var(--gidb-text-yellow);;
	left: 0;
	top: 0;
	height: 56px;
	width: 56px;
	cursor: pointer;
	display: block;
	z-index: 1;
	transition: all 200ms linear;
}

.progress-wrap:hover::after {
	opacity: 0;
}

.progress-wrap::before {
	position: absolute;
	font-family: "FontAwesome";
	content: "\f062";
	text-align: center;
	line-height: 56px;
	font-size: 18px;
	opacity: 0;
	left: 0;
	top: 0;
	height: 56px;
	width: 56px;
	cursor: pointer;
	display: block;
	z-index: 2;
	transition: all 200ms linear;
}

.progress-wrap:hover::before {
	opacity: 1;
}

.progress-wrap svg path {
	fill: none;
}

.progress-wrap svg.progress-circle path {
	stroke:var(--gidb-text-yellow);
	stroke-width: 4;
	box-sizing: border-box;
	transition: all 200ms linear;
}

/* .progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
} */

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(-75px);
}
/*============= OTHERS CSS AREA ENDS ===============*/


/*============= ISLAND SECTION CSS AREA ===============*/

.island-slider-section {
	position: relative;
	z-index: 1;
}

.island-slider-section .slider-section-boxarea {
	position: relative;
	z-index: 1;
}

.island-slider-section .slider-section-boxarea.owl-carousel .owl-stage-outer {
	overflow: inherit !important;
}

.island-slider-section .slider-section-boxarea .slider-boxarea {
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: all 0.4s;
}

.island-slider-section .slider-section-boxarea .slider-boxarea:hover .img1::after {
	transform: scale(1);
	transition: all 0.4s;
	visibility: visible;
	opacity: 1;
}

.island-slider-section .slider-section-boxarea .slider-boxarea:hover .img1 img {
	transform: scale(1.1) rotate(4deg);
	transition: all 0.4s;
}

.island-slider-section .slider-section-boxarea .slider-boxarea:hover .content-area {
	bottom: 20px;
	transition: all 0.6s;
}


.island-slider-section .slider-section-boxarea .slider-boxarea .img1 {
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: all 0.4s;
}

.island-slider-section .slider-section-boxarea .slider-boxarea .img1::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(4, 25, 57, 0) 0%, rgba(4, 25, 57, 0.676827) 52.28%, rgba(4, 25, 57, 0.7) 100%);
	transition: all 0.4s;
	transform: scale(0.7);
	visibility: hidden;
	opacity: 0;
}

.island-slider-section .slider-section-boxarea .slider-boxarea .img1 img {
	height: 450px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-image-repeat: 8px;
	transition: all 0.4s;
}

.island-slider-section .slider-section-boxarea .slider-boxarea .content-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	bottom: -200px;
	width: 100%;
	padding: 16px 16px 0 16px;
	z-index: 2;
	transition: all 0.6s;
}

.island-slider-section .slider-section-boxarea .slider-boxarea .content-area .text .card-name a {
	color: var(--gidb-text-white);
	font-family: var(--gidb-family-font);
	font-size: 24px;
	font-style: normal;
	font-weight: var(--gidb-weight-semibold);
	line-height: 28px;
	display: inline-block;
	transition: all 0.4s;
}

.island-slider-section .slider-section-boxarea .slider-boxarea .content-area .text .card-name a:hover {
	color: var(--gidb-text-yellow);
	transition: all 0.4s;
}

.island-slider-section .slider-section-boxarea .slider-boxarea .content-area .text p {
	color: var(--gidb-text-white);
	font-family: var(--gidb-family-font);
	font-size: 16px;
	font-style: normal;
	font-weight: var(--gidb-weight-regular);
	line-height: 20px;
}

.island-slider-section .slider-section-boxarea .slider-boxarea .content-area .readmore a {
	color: var(--gidb-text-yellow);
	font-size: 16px;
	font-weight: var(--gidb-weight-regular);
	line-height: 16px;
	text-decoration: underline;
}


/*============= ISLAND SECTION CSS AREA ENDS ===============*/


/* resource development */

.island-slider-section {
    position: relative;
    z-index: 1;
}

.island-slider-section .resource-development {
    position: relative;
    z-index: 1;
}


.island-slider-section .resource-development .slider-boxarea {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s;
    margin-bottom: 30px;
}

.island-slider-section .resource-development .slider-boxarea .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}

.island-slider-section .resource-development .slider-boxarea .img1 img {
    transform: scale(1.1) rotate(4deg);
    transition: all 0.4s;
}

.island-slider-section .resource-development .slider-boxarea .content-area {
    bottom: 20px;
    transition: all 0.6s;
}


.island-slider-section .resource-development .slider-boxarea .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s;
}

.island-slider-section .resource-development .slider-boxarea .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(4, 25, 57, 0) 0%, rgba(4, 25, 57, 0.676827) 52.28%, rgba(4, 25, 57, 0.7) 100%);
    transition: all 0.4s;
    transform: scale(1.1);
    
}

.island-slider-section .resource-development .slider-boxarea .img1 img {
    height: 380px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-image-repeat: 8px;
    transition: all 0.4s;
}

.island-slider-section .resource-development .slider-boxarea .content-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    /* bottom: -200px; */ 
    width: 100%;
    padding: 16px 16px 0 16px;
    z-index: 2;
    transition: all 0.6s;
}

.island-slider-section .resource-development .slider-boxarea .content-area .text .card-name a {
    color: var(--gidb-text-white);
    font-family: var(--gidb-family-font);
    font-size: 24px;
    font-style: normal;
    font-weight: var(--gidb-weight-semibold);
    line-height: 28px;
    display: inline-block;
    transition: all 0.4s;
}

.island-slider-section .resource-development .slider-boxarea .content-area .text .card-name a:hover {
    color: var(--gidb-text-yellow);
    transition: all 0.4s;
}

.island-slider-section .resource-development .slider-boxarea .content-area .text p {
    color: var(--gidb-text-white);
    font-family: var(--gidb-family-font);
    font-size: 16px;
    font-style: normal;
    font-weight: var(--gidb-weight-regular);
    line-height: 20px;
}

.island-slider-section .resource-development .slider-boxarea .content-area .readmore a {
    color: var(--gidb-text-yellow);
    font-size: 16px;
    font-weight: var(--gidb-weight-regular);
    line-height: 16px;
    text-decoration: underline;
}

/* resource development */




/*============= PARTNER CSS AREA ENDS ===============*/
.partner-single-slider.owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}

.partner-section-area {
	position: relative;
	z-index: 1;
}

/*============= PARTNER CSS AREA ENDS ===============*/


/*============= HEADER SEARCH CSS AREA STARTS ===============*/
.header-search-container form input {
	outline: none;
	border: none;
	background: none;
	font-family: var(--gidb-family-font);
	font-weight: 500;
}

.header-search-form-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 400px;
	z-index: 9999;
	background-color: var(--gidb-text-white);
	transform: translate3d(0, -100%, 0);
	transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-end;
}

.header-search-form-wrapper.open {
	transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-start;
	transform: translate3d(0, 0, 0);
}

.header-search-form-wrapper .search-form {
	margin: 0 auto;
	position: relative;
	text-align: center;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.header-search-form-wrapper .search-form input[type=search] {
	height: 65px;
	line-height: 65px;
	font-size: 28px;
	background-color: transparent;
	text-align: left;
	border: none;
	border-bottom: 1px solid #dddbdb;
	padding-left: 0;
	border-radius: 0;
	width: 100%;
	color: var(--gidb-text-black);
}

.header-search-form-wrapper .search-form input[type=search]::-moz-placeholder {
	color: #a4a4a4;
	opacity: 1;
}

.header-search-form-wrapper .search-form input[type=search]::placeholder {
	color: #a4a4a4;
	opacity: 1;
}

.header-search-form-wrapper .search-form input[type=search]:-ms-input-placeholder {
	color: #a4a4a4;
}

.header-search-form-wrapper .search-form input[type=search]::-ms-input-placeholder {
	color: #a4a4a4;
}

.header-search-form-wrapper .search-submit {
	position: absolute;
	height: 50px;
	width: 50px;
	bottom: 0;
	right: 0;
	background-color: transparent;
	color: #9F9F9F;
	font-size: 24px;
	border: none;
	color: #2B495A;
}

.header-search-form-wrapper .tx-search-close {
	background: rgba(204, 204, 204, 0.2705882353);
	width: 54px;
	height: 54px;
	border-width: 18px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	line-height: 54px;
	text-align: center;
	cursor: pointer;
	font-size: 30px;
}

.header-search-form-wrapper .tx-search-close::before,
.header-search-form-wrapper .tx-search-close::after {
	background-color: var(--color-black);
}

.header-search-container {
	width: 100%;
	height: 100%;
	max-width: 1170px;
	border: 0;
	padding: 0;
	background: 0 0;
	transform: translate3d(0, calc(100% - 100px), 0);
	transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
	margin: auto;
	opacity: 0;
	visibility: hidden;
}

.header-search-form-wrapper.open .header-search-container {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

/*============= HEADER SEARCH CSS AREA ENDS ===============*/

/*============= SIDEBAR CSS AREA STARTS ===============*/
.header-site-icon .slide-bar.slide-bar1 {
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: var(--gidb-blue);
	-webkit-backdrop-filter: blur(1px);
	backdrop-filter: blur(1px);
	width: 450px;
}

.header-site-icon .slide-bar.slide-bar1 .sidebar-info .sidebar-logo .close-mobile-menu a {
	font-size: var(--ztc-font-size-font-s32);
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	display: inline-block;
	background: var(--ztc-bg-bg-1);
	cursor: pointer;
}

.header-site-icon .slide-bar.slide-bar1 .sidebar-info .sidebar-logo .close-mobile-menu a svg {
	height: 30px;
	width: 30px;
	-o-object-fit: cover;
	object-fit: cover;
	display: inline-block;
}

.header-site-icon .slide-bar.slide-bar1 .sidebar-info h3 {
	color: var(--gidb-text-white);
	font-family: var(--gidb-family-font);
	font-size: var(--ztc-font-size-font-s24);
	font-style: normal;
	font-weight: var(--gidb-weight-semibold);
	line-height: 24px;
}

.header-site-icon .slide-bar.slide-bar1 .sidebar-info .personal-info {
	display: flex;
	align-items: center;
	padding-bottom: 28px;
	border-bottom: 1px solid #224F4E;
}

.header-site-icon .slide-bar.slide-bar1 .sidebar-info .personal-info .img1 img {
	height: 80px;
	width: 80px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
}

.header-site-icon .slide-bar.slide-bar1 .sidebar-info .personal-info .content {
	padding-left: 16px;
}

.header-site-icon .slide-bar.slide-bar1 .sidebar-info .personal-info .content span {
	color: var(--gidb-text-white);
	font-family: var(--gidb-family-font);
	font-size: var(--ztc-font-size-font-s16);
	font-style: normal;
	font-weight: var(--gidb-weight-regular);
	line-height: 20px;
	display: block;
}

.header-site-icon .slide-bar.slide-bar1 .sidebar-info .personal-info .content a {
	color: var(--gidb-text-white);
	font-family: var(--gidb-family-font);
	font-size: var(--ztc-font-size-font-s20);
	font-style: normal;
	font-weight: var(--gidb-weight-semibold);
	line-height: 20px;
	display: block;
}

.header-site-icon .slide-bar.slide-bar1 .sidebar-info .boxarea a {
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.1);
	display: block;
	padding: 10px 12px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	transition: all 0.4s;
	margin-top: 16px;
}

.header-site-icon .slide-bar.slide-bar1 .sidebar-info .boxarea a:hover {
	background: var(--ztc-bg-bg-1);
	transition: all 0.4s;
}

.header-site-icon .slide-bar.slide-bar1 .sidebar-info .boxarea a:hover .icon {
	background: var(--gidb-blue);
	transition: all 0.4s;
}

.header-site-icon .slide-bar.slide-bar1 .sidebar-info .boxarea a:hover .text {
	color: var(--gidb-text-yellow);
	transition: all 0.4s;
}

.header-site-icon .slide-bar.slide-bar1 .sidebar-info .boxarea a .icon {
	height: 48px;
	width: 48px;
	text-align: center;
	line-height: 48px;
	display: inline-block;
	transition: all 0.4s;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.08);
	color: var(--gidb-text-white);
}

.header-site-icon .slide-bar.slide-bar1 .sidebar-info .boxarea a .icon svg {
	height: 30px;
	width: 30px;
	-o-object-fit: cover;
	object-fit: cover;
}

.header-site-icon .slide-bar.slide-bar1 .sidebar-info .boxarea a .text {
	color: var(--gidb-text-white);
	font-family: var(--gidb-family-font);
	font-size: var(--ztc-font-size-font-s18);
	font-style: normal;
	font-weight: var(--gidb-weight-semibold);
	line-height: 18px;
	display: inline-block;
	transition: all 0.4s;
	padding-left: 12px;
}

/*============= SIDECAR CSS AREA ENDS ===============*/
.header-right .dropdown-menu{min-width:100%;}
.header-right .dropdown-toggle {
    white-space: nowrap;
    background: #0f2b57;
    border-color: #0f2b57;
}
.header-right .btn.show:focus {
    box-shadow: unset;
}
/*7-2-25*/

.about-page .hero-area-slider .slick-track {
    max-height: 350px;
    height: 350px;
}

.about-page .hero-slider-area {
    display: flex;
    max-height: 350px;
    height: 350px;
}

.about-page .hero-area-slider .hero1-section-area .hero-header-area h6 {
    color: var(--gidb-text-white);

}

.about-page .accordion-button:not(.collapsed) {
    color: var(--gidb-text-black);
    background-color: var(--gidb-text-yellow);
    font-weight: 600;

}

.about-page .accordion {
    padding-bottom: 80px;
}

.about-page .about1-section-area ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #6E777D;
    margin-bottom: 8px;
	/* list-style: none; */
}

.about-page .accordion-button {
    font-size: 1.1rem;

}

.accordion-item .timeline-desc {
    color: #6D6C80;
}

.about-page .about1-section-area ol li {
    list-style: inherit;
    margin-bottom: 10px;
     font-size: 18px;
    line-height: 23px;
    color: #6E777D;
}
.about-page .about1-section-area ol li strong{
	color: var(--gidb-text-black);
}

.about-page table td,
.about-page table th {
    padding: 5px
}
.about-page table td {
    font-size: 18px;
    line-height: 23px;
    color: #6E777D;
}
.about-page table th {
    background-color: #001e4c;
    color: #fff;
}
.about-page .services-category ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 8px;
    text-transform: capitalize;
    color: #6E777D;
    list-style: none;
}

.about-page .services-category ul li a {
    color: #6E777D;
}

.gidb-focus {
    margin-top: 20px;
}

.about-page .about1-section-area {
    position: relative;
    z-index: 1;
    padding: 80px 0 20px;
}

.timeline-main {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    background: #fff;
    margin-top: 30px;
}

.timeline-card {
    width: calc(100% - 20px);
    padding: 5px 0;
    border: 1px solid #ddd;
    position: relative;
    flex: 0 0 18rem;
    margin-top: 25px;
    box-shadow: 0px 6px 12px rgba(24, 39, 75, 0.08);
}
.accordion {margin-top: 50px;}
.timeline-desc {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #6E777D;
    text-align: center;
    /*    text-transform: capitalize;*/
    /*    border: 1px solid #ddd;*/
    /*    padding: 10px;*/
    /* height: calc(100% - 15px); */
}

.timeline-desc:not(:last-child) p {
    min-height: 72px;
    line-height: 27px;
}
.timeline-desc:last-child p {
    min-height: 48px;
     line-height: 27px;
}
.timeline-desc p {
    line-height: 27px;
    padding: 0 10px;
}

.timeline-card:not(:last-child)::after {
    content: url(../images/arrow-right.svg);
    position: absolute;
    width: 50px;
    height: 50px;
    right: -77px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: scale(1.8);
    line-height: 50px;
}

.year {
    display: block;
    text-align: center;
    background: transparent;
    font-weight: bold;
    padding: 8px 10px;
    margin-bottom: 10px;
    font-size: 25px;
    color: #ffae42;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
}

.month {
    display: block;
    width: 100%;
    font-weight: bold;
    color: #000;
    margin-bottom: 6px;
}

.timeline-desc:not(:last-child) {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.timeline-card {
      border-radius: 5px;
}
/*timeline*/

.timeline {
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.timeline-nav__item {
    width: auto;
    height: auto;
    text-align: center;
    opacity: 0.5;
    background: transparent;
    color: #484848;
    margin: 15px 25px !important;
    position: relative;
    font-size: 25px;
    line-height: 28px;
    font-weight: 500;
    outline: none;
    cursor: pointer;
}
.timeline-nav__item::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #484848;
    transition: 0.2s;
    z-index: 11;
}
.timeline-nav__item.slick-current {
  color: #ff9900;
  opacity: 1;
}
.timeline-nav__item.slick-current::before {
  background-color: #ff9900;
}
.timeline-wrapper {
    position: relative;
    width: 100%;
    height: 250px;
    margin: 20px auto;
}
/*@media (max-width: 500px) {
  .timeline-wrapper {
    height: 1000px;
    max-height: 900px;
  }
}*/
.timeline-slider {
  height: 100%;
}
.timeline .slick-list {
  height: 100%;
  padding: 0;
}
@media (min-width: 1200px) and (max-width:1400px){
 .timeline-wrapper {
    height: 300px;
 
}
}
.timeline .slick-track {
  height: 100%;
  position: relative;
}
.timeline .slick-track::after {
    content: '';
    background: #ddd;
    height: 1px;
    width: calc(100% - 30px);
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    z-index: -1;
    margin: 0 auto;
}
.timeline-slide {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  outline: none;
  background-size: auto 400px, cover;
  background-position: top;
  margin: 0 15px;
  width: 80%;
  z-index: 1;
}
.timeline-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 52, 113, 0);
    z-index: 2;
    border-radius: 5px;
    border: 1px solid #ddd;
      box-shadow: 0px 6px 12px rgba(24, 39, 75, 0.08);
}
/*.timeline-slide__content {
    z-index: 5;
    position: absolute;
    top: 63px;
    background: #ffffff;
    width: calc(100% - 20px);
    right: 1px;
    /* transform: translate(-50%, 0px); *
    padding: 9px;
    opacity: 1;
    transition: opacity 1s;
}*/
.timeline-slide__content {
    z-index: 5;
    position: absolute;
    top: 0;
    background: #ffffff;
    width: 98%;
    left: 0;
    /* transform: translate(-50%, 0px); */
    padding: 60px 9px 9px;
    opacity: 1;
    transition: opacity 1s;
    right: 0;
    margin: auto;
    height: calc(100% - 10px);
    top: 0;
    bottom: 0;
    border-radius: 5px;
}
@media (max-width: 375px) {
 .timeline-wrapper {
    height: 320px;
   
}
}
.timeline-year {
    z-index: 9;
    font-size: 35px;
    color: #ffffff;
    background: #ff9900;
    padding: 5px 15px;
    transition: opacity 1.2s;
    position: absolute;
    right: 0;
    opacity: 1;
    font-weight: 500;
    border-radius: 0 5px 0 5px;
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
}
.timeline-title {
    color: var(--gidb-text-black);
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
}
.timeline-text {
  font-size: 18px;
  line-height: 28px;
  color: #666666;
}
.timeline .slick-current:after {
    background-color: #ff9900;
}

.timeline .slick-current .timeline-year {
  opacity: 1;
}
.timeline .slick-current .timeline-slide__content {
    opacity: 1;
/*    border-radius: 5px 0 0 5px;*/
}
/*timeline end*/
/*-----------------------------------
Service Form
-------------------------------------*/
.service-form { background-color: #fafbfb; border: 1px solid #e4e8ea; padding: 40px 40px 20px 40px; }
.service-form-group { position: relative; }
.form-icon { position: absolute; right: 14px; bottom: 15px; font-size: 13px; }
.service-form .form-control {
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    height: 56px;
    padding: 14px 18px;
    line-height: 1.42857143;
    border: 1px solid #d2d8db;
    background-color: #fff;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-bottom: 14px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 1);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 1);
    -webkit-appearance: none;
}
/*heading h1-h6*/

.h1{
    font-size:60px;
    color: var(--gidb-text-black);
    font-weight: var(--gidb-weight-bold);
}
.h2{
    font-size: 48px;
    color: var(--gidb-text-black);
    font-weight: var(--gidb-weight-bold);
}
.h3{
    font-size: 36px;
    color: var(--gidb-text-black);
    font-weight: var(--gidb-weight-bold);
}
.h4{
    font-size: 28px;
    color: var(--gidb-text-black);
    font-weight: var(--gidb-weight-bold);
}
.h5{
    font-size: 22px;
    color: var(--gidb-text-black);
    font-weight: var(--gidb-weight-bold);
}
.h6{
    font-size: 18px;
    color: var(--gidb-text-black);
    font-weight: var(--gidb-weight-bold);
}
/*paragraph text */
p.body-text{
	font-size: 18px;
	line-height: 30px;
	    color: #6E777D;
}
/*-----------------------
   2 Form Elements:
-------------------------*/
label { }
.service-form .control-label { font-size: 14px; text-transform: capitalize; color: #06131a; margin-bottom: 10px; letter-spacing: 0px; font-weight: 500; }
.service-form textarea.form-control { height: 90px; }
.required { }
.service-form .form-group { margin-bottom: 5px; }
.service-form select.form-control:not([size]):not([multiple]) { height: 56px; color: #50595e; }
.hero-section .form-control { border: 1px solid #8c897d; height: 58px; }
.service-form .form-control { border-radius: 0px; font-size: 14px; font-weight: 500; width: 100%; height: 56px; padding: 14px 18px; line-height: 1.42857143; border: 1px solid #d2d8db; background-color: #fff; text-transform: capitalize; letter-spacing: 0px; margin-bottom: 14px; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 1); box-shadow: inset 0 0px 0px rgba(0, 0, 0, 1); -webkit-appearance: none; }
.service-form .form-control:focus { color: #06131a !important; outline: 0; box-shadow: 0 0 0 0.1rem rgb(234, 231, 222); border-color: #06131a; }
.service-form input::-webkit-input-placeholder { color: #50595e !important; }
.service-form textarea::-webkit-input-placeholder { color: #50595e !important; }
.service-form .input-group-addon { background-color: transparent; border: 1px solid #eee; border-radius: 0px; position: absolute; right: 16px; top: 16px; font-size: 12px; }
.service-form .focus { border: 1px solid #d2d8db; }
.service-form .focus:focus { border: 1px solid #06131a; }
.service-form .has-success .form-control { border-color: #3c763d; background-color: transparent; box-shadow: none; }
.service-form .has-success .form-control:focus { border-color: #3c763d; outline: 0; -webkit-box-shadow: none; box-shadow: none; }
.service-form .has-error .form-control { border-color: #a94442; background-color: transparent; box-shadow: none; }
.service-form .has-error .form-control:focus { border-color: #34b2a4; outline: 0; -webkit-box-shadow: none; box-shadow: none; }
.service-form .input-group-addon:last-child { border-left: 0; border-right: transparent; border-top: transparent; border-bottom: transparent; }
.service-form .input-group-addon i { color: #63480f; }
.service-form .btn-select { font-size: 14px; }
.service-form select option { margin: 40px; background: rgba(255, 255, 255, 1); color: #50595e; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); position: relative; }
.service-form select.form-control { position: relative; }
.service-form select { -moz-appearance: none; border-radius: 0px; font-size: 14px; font-weight: 700; width: 100%; padding: 14px; line-height: 1.42857143; border: 1px solid #e0e5e9; background-color: #fff; text-transform: capitalize; -webkit-appearance: none; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); }
.service-form .select { position: relative; display: block; line-height: 2.2; overflow: hidden; }
.service-form select { width: 100%; height: 100%; margin: 0; padding: 0 0 0 .5em; cursor: pointer; color: #50595e; font-size: 16px; }
.service-form .select::after { position: absolute; top: 0; right: 0; bottom: 0; padding: 10px 17px 0px 0px; background: transparent; pointer-events: none; font-family: 'FontAwesome'; content: "\f107"; font-size: 16px; }
.service-form .select:hover::after { color: #50595e; }
.service-form .select::after { -webkit-transition: .25s all ease; -o-transition: .25s all ease; transition: .25s all ease; }
.service-form select option { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; cursor: pointer; padding: 10px; width: 100%; background-color: #fff; font-family: 'Barlow Semi Condensed', sans-serif; }
.service-form .input-group>.custom-select:not(:last-child), .service-form  .input-group>.form-control:not(:last-child) { border-top-right-radius: 0px; border-bottom-right-radius: 0px; }
.service-form .table { width: 100%; max-width: 100%; margin-bottom: 1rem; background-color: transparent; }

/*------------------------
Radio & Checkbox CSS
-------------------------*/
input[type=radio].with-font, input[type=checkbox].with-font { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
input[type=radio].with-font~label:before, input[type=checkbox].with-font~label:before { font-family: 'FontAwesome'; display: inline-block; content: "\f1db"; letter-spacing: 10px; font-size: 1.2em; color: #06131a; width: 1.4em; }
input[type=radio].with-font:checked~label:before, input[type=checkbox].with-font:checked~label:before { content: "\f111"; font-size: 1.2em; color: #06131a; letter-spacing: 5px; }
input[type=checkbox].with-font~label:before { content: "\f096"; }
input[type=checkbox].with-font:checked~label:before { content: "\f046"; color: #06131a; }
input[type=radio].with-font:focus~label:before, input[type=checkbox].with-font:focus~label:before, input[type=radio].with-font:focus~label, input[type=checkbox].with-font:focus~label { }

/*-----------------------------------
Service Form-------------------------------------*/
.accordion-button {
    gap: 10px;
    background: #F1EDE9;
}
.accordion-body {
    background: #fff;
}
.about-area-slider {

    position: relative;
    left: 0px;
    top: 0px;
    z-index: 1;
    opacity: 1;
    max-height: 350px;
    height: 350px;
    width: 100%;
}

.about-area-slider .hero1-section-area:before {
    content: '';
    background-color: #00000094;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.about-area-slider .hero-header-area {
    z-index: 1;
    position: relative;
    color: #fff;
}

.about-area-slider .breadcrumb {
    justify-content: center;
}

.about-area-slider .breadcrumb a,
.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;


}

.about-area-slider .breadcrumb a:hover {
    color: var(--gidb-text-yellow);
}

.about-area-slider h1 {
    font-weight: bold;
}

.about-area-slider img.hero-img1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

.about-area-slider .hero1-section-area {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    opacity: 1;
    height: 100%;
}

.quick-links {
    display: flex;
    justify-content: space-between;
    gap: 10px
}

/*.accordion-button::after  {
   content: "\f077";
    font-size: 20px;
    font-family: "Font Awesome 6 Pro";
   
    background: none;
    transform: var(--bs-accordion-btn-icon-transform);
}*/

/*.accordion-button:not(.collapsed)::after {
    content: "\f077";
    font-size: 20px;
    font-family: "Font Awesome 6 Pro";
  
    background: none;
    transform: rotate(180deg) var(--bs-accordion-btn-icon-transform);
}*/
.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;

    background-image: none;
    background-repeat: no-repeat;
    background-size: unset;
    transition: var(--bs-accordion-btn-icon-transition);
    content: url(../images/chevron-down.svg);

    background: none;
    transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    background: none;
    transform: rotate(180deg) var(--bs-accordion-btn-icon-transform);
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: unset;
}

.quick-section-area {

    background-color: #F1EDE9;

}

.quick-section-area .heading1 h2 {
    font-size: 35px;
    line-height: 44px;
}

.quick-links a {
    color: #50595E;
    font-weight: 500;
}

.quick-section-area .partnership-single-boxarea .card:hover {

    background: var(--gidb-text-yellow);

}

.quick-section-area .partnership-single-boxarea .card:hover a {
    color: #000;
}

.quick-links .partnership-single-boxarea .card {
    padding: 0;

}

.quick-links .partnership-single-boxarea .card-body .title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #50595E;
    text-shadow: 0px 2.20534px 5.8809px rgba(0, 0, 0, 0.1);
}

@media(max-width:991px) {
    .timeline-main {
        flex-direction: column;
    }

    .about-page .hero-header-area {
        padding-right: 0;
        padding-top: 80px;
    }

    .timeline-card:not(:last-child)::after {

        right: 0;
        top: auto;
        bottom: -45px;
        margin: 0 auto;
        transform: rotate(90deg) scale(1.8);
        left: 0;
        height: auto;
    }

    .timeline-card {
        width: 100%;
    }

}

.accordion-body p {
    font-size: 18px;
    line-height: 30px;
    color: #6E777D;
}
.about-page .about1-section-area .about-images-area .img1 {
    /* width: 466px; */
     height: auto; 
    position: relative;
    max-height: auto;
    max-width: auto;
}

@media (min-width:1200px) and (max-width:1400px){
    .timeline-card {
     flex: 0 0 15rem;
        
    }
}
@media (min-width: 992px) and (max-width:1199px){
    .timeline-card:not(:last-child)::after {
        right: 0;
        top: auto;
        bottom: -70px;
        margin: 0 auto;
        transform: rotate(90deg) scale(1.5);
        left: 0;
        height: auto;
    }
        .timeline-desc p br{
            display: none;
        }
    .timeline-desc:not(:last-child) p {
    min-height: auto;
    padding-bottom: 10px;
}
.timeline-desc:last-child p {
    min-height: auto;
}
.timeline-card {
    width: 100%;
  
    flex: 0 0 100%;
  
}
.about1-section-area .about-images-area .img1 {
    left: 0;
}
}

@media (min-width: 992px) and (max-width:1199px) {
    .timeline-card:not(:last-child)::after {
        right: 0;
        top: auto;
        bottom: -70px;
        margin: 0 auto;
        transform: rotate(90deg) scale(1.5);
        left: 0;
        height: auto;
    }

    .timeline-desc p br {
        display: none;
    }

    .timeline-desc:not(:last-child) p {
        min-height: auto;
        padding-bottom: 10px;
    }

    .timeline-desc:last-child p {
        min-height: auto;
    }

    .timeline-card {
        width: 100%;

        flex: 0 0 100%;

    }

    .about-page .about1-section-area .about-images-area .img1 {
        left: 0;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .quick-section-area .heading1 h2 {
        text-align: center;
        display: block;
        margin-top: 20px;
    }

    .quick-links a {
        font-size: 16px;
        line-height: 20px;
    }
}



/* Logistics projects */

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:nth-child(2) ul li:nth-child(5) .dropdown-padding {
    height: auto;
}


/* About us organization structure */
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:nth-child(1) ul li:nth-child(4) .dropdown-padding {
    height: auto;
}


 /* Act and  policy */
  .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:nth-child(3) ul li:nth-child(5) .dropdown-padding {
	/* scrooling menu  */
	  height: 350px;  
    overflow-y: auto; 
} 


/*scrolling functionality */

.main-menu ul li:hover ul li:hover a[href*="act_policies/policies"] + ul {
 
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
 
}


@media only screen and (max-width: 512px) {

.gidb-footer .rts-social-wrapper-three ul {
    
    display: flex;
	justify-content: center;
	
    
}
rts-social-wrapper-three {
		display: flex;
    	justify-content: center;
	}

}


@media only screen and (min-width: 768px) and (max-width: 991px) {

	.gidb-footer .rts-social-wrapper-three ul {
    
    display: flex;
	justify-content: center;
	
    
}
rts-social-wrapper-three {
		display: flex;
    	justify-content: center;
	}
}
 

/*     16-7-2025     */

.table-responsive,
.table-bordered,
td,
th {
    overflow: visible !important;
}

.source-sup {
  position: relative;
  cursor: pointer;
  color: #2563eb; 
  transition: color 0.3s ease;
  font-weight: 500;
}

.source-sup:hover {
  color: #1d4ed8; 
  text-decoration: underline;
}

.source-sup::after {
  content: attr(data-tooltip);
  position: absolute;
  top: 50%;
  left: 120%; 
  transform: translateY(-50%);
  background: #1f2937; 
  color: #f9fafb; 
  padding: 8px 12px;
  border-radius: 0.5rem; 
  font-size: 0.8rem;
  line-height: 1.4;
  white-space: normal; 
  max-width: 420px; 
  text-align: left;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 999999;
}

.source-sup:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(8px);
}
