body {
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-style: normal;
}
a {text-decoration: none;}
.img-fluid {width: 100% !important;}
a:hover {color: #000000;}
.logo {width: 50%;}
h1 {font-size: 45px;}
p {font-size: 18px;}
.bg-dark {
  --bs-bg-opacity: 1;
  background: rgb(0 0 0 / 30%) !important;}
.nav-link {color: rgb(255 255 255 / 100%);}
.navbar-expand-xl .navbar-nav .dropdown-menu {background: #ab6200; color: #fff; border: none;}
.dropdown-item {color: #fff;}
.dropdown-item.active, .dropdown-item:active {background: #c47a19; color: #fff;}
.navbar-toggler {border: none !important;}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
.container-fluid {margin: 0; padding: 0;}
.row {margin: 0; padding: 0;}
.desktop-display {display: block !important;}
.mobile-display {display: none !important;}

.btn-readmore {background: rgb(171,98,0);
  background: linear-gradient(90deg, rgba(171,98,0,1) 16%, rgba(201,153,88,1) 100%, rgba(246,224,159,1) 100%); color: #fff; border: none; text-transform: uppercase; padding: 10px 20px;}

.banner1 {padding:50px 0;} 
.banner1 .title1 {    font-size: 100px;
      text-align: right;
      right: -35%;
      z-index: 1;
      position: relative;
      top: 20%;color: #ab6200;    text-shadow: 1px 1px #000000;}
.banner1 .title2 {    font-size: 100px;
      text-align: right;
      right: 65%;
      z-index: 1;
      position: relative;
      top: 30%;color: #ab6200;     text-shadow: 1px 1px #000000;}
.banner1 .padding-para {padding: 0 0 50px 50px; font-size: 22px; }
.banner1 h1 { margin: 0 0 30px 50px;}
.banner1 .title-p {padding: 50% 0; text-align: right;    margin-right: -97px;  position: relative;  z-index: 1;}
.banner1 .title-p1 {padding: 50% 0; text-align: left; margin-left: -97px;  position: relative;  z-index: 1;}
.banner1 .owl-pagination {display: none;}
.banner1 .mar-top {margin-top: 100px;}

.owl-carousel {padding: 0;}

.annual-report .w-70 {width: 70%; margin: 0 auto 30px auto; text-align: left;}

.content1 {padding: 70px 0;}
.content1 .container {width: 50%; text-align: center;}
.content1 p {line-height: 40px; text-align: justify;}
.content1 .title {margin-bottom: 30px;}

.content2 {padding: 50px 0; color: #fff; background: rgb(171,98,0);
  background: linear-gradient(90deg, rgba(171,98,0,1) 16%, rgba(201,153,88,1) 100%, rgba(246,224,159,1) 100%);}
.content2 .years {font-size: 150px !important;} 
.content2 .padding {padding: 50px;}


.content3 {padding: 50px 0;}
.content3 .container {width: 50%; text-align: center;}


.content4 {padding: 50px 0; background: #f2f2f2;}
.content4 .container {background: #fff;}
.content4 .text {padding: 45px 32px;}

/* Image Hover */
.image-hover {padding: 0 0 50px 0;}
.image-hover h1 {text-align: center; font-size: 40px; margin-bottom: 20px;}
/* End Image Hover */

.profile1 {background-color: #000; color: #fff; padding: 10% 0; text-align: center;}
.profile1 h3 {text-transform: uppercase;}

.investors {padding: 50px 0; background: #f2f2f2;}
.investors h1 {text-align: left;}
.document-box.bor-right::after {
      content: "";
      width: 1px;
      height: 300px;
      background: rgba(0, 0, 0, 0.43);
      display: block;
      position: absolute;
      top: 0;
      right: 130px;
  }

  .ban_text h1 {
    color: #fff;
    font-size: 120px !important;
    text-shadow: 2px 2px #5d1700;
}

.team-bg1 {padding: 0 0 50px 0;}
.team-bg1 h1 {text-align: center;}
.team-bg1 .team-border {margin: 2%;position: relative;}
.team-bg1 h3 {color: #ab6200;    margin-top: 20px; font-size: 20px;    margin-left: 15px;}
.team-bg1 p {margin-left: 15px;}
.team-bg1 .view {background:#ab6200; color: #fff; padding:5px 0px;  font-size: 18px;  text-align: center; border-bottom: 1px #b6792a solid;}
.team-bg1 .view:hover {background: #000000;}
.team-bg1 .view1 {background: #ab6200;  color: #fff; padding:5px 0px;  font-size: 18px;  text-align: center;}
.team-bg1 .view1:hover {background: #000;}
.team-bg1 .mar1 {margin-left: 60px;}

.profile {padding: 50px 0; margin: 60px 0 0 0;}
.profile hr {
  height: 6px;
  width: 100px;
  background: linear-gradient(90deg, #ab6200 0%, #c47a19 100%); opacity: 1; border: 0; margin-bottom: 30px;
}
.profile h2 {color: #ab6200;}
.profile p {text-align: justify;}

.hover-img {
  background-color: #000;
  color: #fff;
  display: inline-block;
  margin: 8px;
  max-width: 320px;
  min-width: 240px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.hover-img * {
  box-sizing: border-box;
  transition: all 0.45s ease;
}
.hover-img h3 {color: #fff;}
.hover-img::before,
.hover-img::after {
  background-color: rgba(171, 98, 0, 0.4);
  border-top: 32px solid rgba(0, 0, 0, 0.5);
  border-bottom: 32px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
  transform: scaleY(2);
}

.hover-img img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;border: 1px #ccc solid;
}

.hover-img figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1em;
  opacity: 0;
  z-index: 2;
  transition-delay: 0.1s;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hover-img:hover::before,
.hover-img:hover::after {
  transform: scale(1);
  opacity: 1;
}

.hover-img:hover > img {
  opacity: 0.7;
}

.hover-img:hover figcaption {
  opacity: 1;
}

/* Tab */
.accordion-tab {padding: 0 0 50px 0;}
.accordion-tab .container {width: 50%;}
.accordion-item, .accordion-item:focus, .accordion-item:active,
.accordion-header, .accordion-header:focus, .accordion-header:active,
.accordion-button, .accordion-button:focus, .accordion-button:active {
  outline: none !important;
}
.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
  border-bottom: 1px solid #ededed;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0 2px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
  padding: 13px 29.3px;
  border-bottom: 4px solid #854e05;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #ffffff;
  border-radius: 6px 6px 0px 0px;
  background: #ab6200;
}


ul.tabs li:hover {
	background-color: #000000;
	color: #fff;
}

ul.tabs li.active {
	background-color: #cc8931;
	color: #fff;
	display: block;
}

.tab_container {
	border: 1px solid #ededed;
	border-top: none;
	clear: both;
	width: 100%;
	background: #fff;
	overflow: auto;
}
.tab_container h2 {color: #ab6200; text-transform: uppercase;}
.tab_content {
	padding: 50px 10%;
	display: none; background: #f9f9f9;
}

.tab_drawer_heading { display: none; }

@media screen and (max-width: 480px) {
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
    background-color: #ab6200;
    color: #fff;
    border-bottom: 4px solid #854e05;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
    padding: 15px 30px;
	}
	.d_active {
    background: #cc8931; color: #fff;  border-bottom: 4px solid #854e05;
	}
}
/* End Tab */


.footer {background: #ab6200; color: #fff; text-align: center; padding: 50px 0;}
.footer h1 {font-size: 30px;}
.footer a {color: #fff; text-decoration: none;}


.copyright {background: #000; text-align: center; padding: 10px;} 
.copyright p {margin: 0; padding: 0; font-size: 14px; color: #fff;}

/* Image Banner Zoom Effect */
/* Styling for the image container */
.image-container {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
}

/* Image inside the container */
.image-container img {
  width: 100%;
  object-fit: cover;
  animation: zoomAnimation 30s infinite;
  transition: transform 0.5s ease-in-out;
  height: 100vh;
}

.image-container .image {height: 100% !important;}
/* Keyframes for the zoom animation */
@keyframes zoomAnimation {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.2);
  }
  100% {
      transform: scale(1);
  }
}

/* Text inside the container */
.image-container h1 {
  position: absolute;
  color: #fff;
  font-size: 20px;
  z-index: 1;
  text-align: center;
  pointer-events: none; text-shadow: 1px 1px #000000;
  font-size: 120px;
  top: 75%;
}

/* End Image inside the container */






@media only screen and (max-width: 1600px) and (min-width: 1365px)  {

}


@media only screen and (max-width: 1366px) and (min-width: 1280px)  {
  h1 {font-size: 50px;}
  .image-container h1 {
    font-size: 80px;
    top: 70%;
  }
  .accordion-tab .container {width: 70%;}
  }

  

@media only screen and (max-width: 767px) and (min-width: 260px)  {
.desktop-display {display: none !important;}
.mobile-display {display: block !important;}
.col-4 {width: 100%;}
.col-5 {width: 100%;}
.col-6 {width: 100%;}
.col-7 {width: 100%;}
.col-8 {width: 100%;}
h1 {  font-size: 40px;}
.navbar-nav {text-align: center;}
.nav-link {
  text-align: center;
  padding: 15px;
  border-bottom: 1px #ccc solid;
}
.bg-dark {
  background: rgb(0 0 0 / 50%) !important;
}
.dropdown-item {
  color: #fff;
  border-bottom: 1px #ccc solid;
  padding: 15px 0;
  text-align: center;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {background: none;}
.image-container h1 {font-size: 90px;
  top: 60%;}

.image-container .title {font-size: 70px;}
  .content1 .title {
  text-align: left;
}
.content1 {
  padding: 50px 0;
}
.content1 p {
 text-align: left;  padding: 0px;
}
.content2 .padding {
  padding: 50px 20px;
}

.banner1 h1 {
  text-align: center;margin: 30px 0;
}
.banner1 .padding {padding: 60px 0 0 0;}
.banner1 .padding-para {
  padding: 0 0 50px 20px;
}

.content1 .container {
  width: 90%;
}
.logo {
  width: 70%;
}
.investors .document-box {padding: 20px 0 !important; }
.accordion-tab .container {
  width: 90%;
}
}