@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@300;400;600;700&display=swap");

/*---------------------------- preloader area ----------------------------*/

.loader_bg {
  position: fixed;
  z-index: 9999999;
  background: #b594107e;
  width: 100%;
  height: 100%;
}

.loader {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader img {
  width: 280px;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #0c0c0c;
  background-color: #161616;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
}

.heading_container h2 span {
  color: #40a798;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

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

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .header_section {
  margin-top: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.header_section .header_top {
  padding: 15px 0;
  background-color: #333;
}

.header_section .header_top .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_section .header_top .contact_nav a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
}

.header_section .header_top .contact_nav a i {
  margin-right: 7px;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
}

.header_section .header_top .contact_nav a:hover i {
  color: #476269;
}

.header_section .header_bottom {
  background: linear-gradient(120deg, #b59410 25%, rgb(0, 0, 0) 25%);
  padding: 2px 0;
  /* border: #b59410 1px solid; */
  border-top: 2px solid #b59410;
  border-bottom: 2px solid #b59410;
}

.header_section .header_bottom .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand img {
  width: 100px;
}

.navbar-nav .don{
  position: relative;
  top: -7px;
  background-color: rgb(255, 255, 255);
  /* color: rgb(83, 14, 209); */
  font-weight: 900;
  padding: 3px 1px;
  transition: background-color 0.3s;
}
.navbar-nav .don:hover {
  background-color: #b59410;
  color: white;
}

.navbar-nav .don i{
  /* position: relative; */
  /* right: -10px; */
  background-color: #000000;
  color: rgb(255, 255, 255);
  padding: 7px 14px;
}
.navbar-nav .don i:hover{
  color: #b59410;
  background-color: white;
}


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
}




.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #ffffff;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}
/*end header section*/



/* slider section */
/* FIRST SLIDE TEXT ALIGN LEFT */
#customCarousel1 .carousel-item:first-child .detail-box {
  text-align: left;
  position: relative;
  left: -200px;
}
#customCarousel1 .carousel-item .last {
  text-align: left;
  position: relative;
  left: -200px;
}

.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 75px 0;
}

.slider_section .slider_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.slider_section .slider_bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider_section .slider_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(37, 37, 37, 0.8)), to(rgba(37, 37, 37, 0.65)));
  background: linear-gradient(to right, rgba(37, 37, 37, 0.8), rgba(37, 37, 37, 0.65));
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #476269;
  text-align: center;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
}

.slider_section .detail-box p {
  color: #fefefe;
  font-size: 14px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #b59410;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 20px;
}

.slider_section .detail-box a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}

.slider_section .carousel-indicators li {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 100%;
  opacity: 1;
  text-indent: unset;
  background-clip: unset;
  border: none;
  font-weight: 500;
  background-color: transparent;
  color: #ffffff;
  opacity: 0.7;
  border-radius: 100%;
  border: 2px solid #fd6802;
  font-size: 14px;
}

.slider_section .carousel-indicators li.active {
  border: 2px solid #ffffff;
  opacity: 1;
}

/* .service_section {
  position: relative;
}

.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 55px;
  border-radius: 5px;
}

.service_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  min-width: 90px;
  height: 90px;
  padding: 10px;
  margin-bottom: -45px;
  position: relative;
}

.service_section .box .img-box img {
  max-width: 50px;
  max-height: 50px;
  position: relative;
  z-index: 3;
}

.service_section .box .img-box::before, .service_section .box .img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #40a798;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .img-box::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.service_section .box .img-box::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.service_section .box .detail-box {
  background-color: #f8f8f9;
  padding: 75px 20px 20px 20px;
  text-align: center;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.service_section .box .detail-box a {
  color: #476269;
  font-weight: 600;
}

.service_section .box .detail-box a:hover {
  color: #40a798;
}

.service_section .box:hover .img-box::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
} */


.about_section{
  position: relative;
  top: 70px;
}
.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
  padding: 0 45px 45px 0;
}

.about_section .img-box img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.about_section .img-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 45px);
  height: 550px;
  background-color: #b59410;
  z-index: 1;
  opacity: 0.45;
}

.about_section .detail-box p {
  color: #ffffff;
  margin-top: 15px;
}
.about_section .detail-box .heading_container h2 {
  color: #ffffff;
}
.about_section .detail-box h3 {
  position: relative;
  top: 6px;
  color: #fd6802;
  font-size: 13px;
  font-weight: bold;
}
.about_section .detail-box .heading_container span {
  color: #b59410;
}
.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #b59410;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}
/* Popup Styles */
.profile-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-content {
  background-color: #333;
  padding: 30px;
  border-radius: 8px;
  width: 60%;
  max-width: 600px;
  max-height: 80vh; /* Ensures the popup doesn't exceed 80% of the viewport height */
  overflow-y: auto; /* Enables vertical scrolling if content exceeds max-height */
  text-align: left;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  font-weight: 900;
  cursor: pointer;
  color: #fd6802;
}
.container2 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #333;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.section {
  margin-bottom: 20px;
}

.section1 h3 {
  background-color: #b59410;
  padding: 10px;
  border-radius: 4px;
  color: #ffffff;
  height: 50px;
  font-size: 20px;
}
.popup-content .h2{
  color: #ffffff;
  position: relative;
  left: 22px;
}

.section1 p {
  text-align: justify;
  line-height: 1.6;
  margin: 10px 0;
  color: #ffffff;
  padding: 10px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background-color: #333;
}
.popup-content .section1  div{
  list-style: none;
  text-decoration: none;
  color: #ffffff;
  border: 2px solid #ffffff;
  background-color: #333;
  padding: 10px;
  margin: 10px 0;
  text-align: justify;
  line-height: 1.6;
  border-radius: 4px;
}




/* why us section */
.why_us_section {
  position: relative;
  color: #ffffff;
}

.why_us_section .why_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.why_us_section .why_bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.why_us_section .why_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(71, 98, 105, 0.6)), to(rgba(71, 98, 105, 0.65)));
  background: linear-gradient(to right, rgba(71, 98, 105, 0.6), rgba(71, 98, 105, 0.65));
}

.why_us_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 20px 0;
}

.why_us_section .box .num-box {
  border-radius: 5px;
  color: #fd6802;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.5rem;
  font-weight: bold;
}

.why_us_section .box h5 {
  margin: 0;
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.why_us_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.why_us_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #476269;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.why_us_section .btn-box a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}

/* end why us section */
/* client section start */
.team-section {
  position: relative;
  background: #0c0c0c;
  padding: 20px 0;
  color: #fff;
  border-top: white 2px solid;
  bottom: 20px;
}

.team-section h2 span {
  font-weight: 700;
}

.team-desc {
  max-width: 700px;
  margin: 15px auto 50px;
}

.team-slider {
  overflow: hidden;
}

.team-track {
  display: flex;
  transition: transform 0.6s ease;
}

.team-slide {
  flex: 0 0 33.333%;
  padding: 0 12px;
}

.team-card {
  position: relative;
  overflow: hidden;
}

.team-card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.team-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.822);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  opacity: 0;
  transition: 0.4s;
}

.team-card:hover .team-overlay {
  opacity: 1;
}

.icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
}

.fb { background: #fd6802; }
.tw { background: #fd6802; }
.ln { background: #fd6802; }

.team-info {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255,255,255,0.9);
  border: #b59410 2px solid;
  color: #fd6802;
  padding: 8px 35px;
  border-radius: 30px;
  font-weight: 600;
  white-space: nowrap; 
  max-width: 90%;
}

.team-info small {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #b59410;
}

.team-nav {
  position: relative;
  margin-top: 40px;
  left: -100px;
}

.nav-btn {
  display: inline-block;
  padding: 10px 35px;
  background-color: #b59410;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.nav-btn:hover {
  background: #fff;
  color: #fd6802;
}



/* -----------------content------------------ */
.content {
  background-color: #333;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  text-align: center;
  top: -20px;
  border-top: white 3px solid;
  padding: 30px;
}

.content h1 {
  font-size: 24px;
  font-weight: 900;
  color: white;
}

.content h2 {
  font-size: 36px;
  color: white;
}
.content img{
  width: 40%;
}

/* ----------------------end------------------ */

.container1 {
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-radius: 0px;
  background: #0c0c0c;
  position: relative;
  display: flex;
  gap: 70px;
  top: -20px;
  width: 100%;
  align-items: stretch; /* Ensures all sections align in height */
}

.text-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Distributes space evenly */
  align-items: center;
  height: 100%; /* Matches height of container2 */
}

.text-section h1 {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 150px; /* Adds gap below the h1 */
  color: white;
}

.text-section h2 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px; /* Adds gap below the h2 */ 
  color: #b59410;
 }

.text-section p {
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
  justify-content: center;
}
.text-section a{
  background-color: #b59410;
  text-decoration: none;
  width: 400px;
  height: 40px;
  text-align: center;
  padding: 4px 0px;
  font-weight: 900;
  font-size: 20px;
  color: #fff;
}

.container2 {
  display: flex;
  gap: 20px;
  background-color: #333;
  padding: 20px;
  width: 100%;
  max-width: 700px;
}

.small-images {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
  height: 100%; /* Full height of the container */
}

.small-images img {
  width: 100%;
  object-fit: cover;
  flex: 1; /* Each image equally shares the height */
}

.large-image {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #b59410;
}

.large-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Reset and Basic Styling */






/* client section end */
/* .contact_section {
  position: relative;
  padding-bottom: 90px;
}

.contact_section .heading_container {
  margin-bottom: 25px;
}

.contact_section .heading_container h2 {
  text-transform: uppercase;
  color: white;
}

.contact_section .form_container {
  margin-right: 15px;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #476269;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #476269;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #476269;
}

.contact_section .form_container input::placeholder {
  color: #476269;
}

.contact_section .form_container input.message-box {
  height: 120px;
}

.contact_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: #b59410;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.contact_section .form_container button:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}

.contact_section .map_container {
  height: 420px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
}

.contact_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
} */

.info_section {
  background-color: #b59410;
  color: #ffffff;
  padding: 45px 0 15px 0;
}

.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}


.info_section .info_col {
  margin-bottom: 30px;
}

ul.social_icon {
  position: relative;
  float: left;
  top: 1px;
  left: -40px;
  white-space: nowrap; /* Prevent text from breaking */
}

ul.social_icon li {
  display: inline-block;
  margin: 0 10px;
  transform: rotate(45deg);
}

ul.social_icon li a {
  background: #fff;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b59410;
}

ul.social_icon li a i {
  font-size: 22px;
  transition: ease-in all 0.5s;
  transform: rotate(-45deg);
}

ul.social_icon li a:hover {
  color: #fff;
  background: #fd6802;
  transition: ease-in all 0.5s;
}

/*# sourceMappingURL=style.css.map */

.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #fd6802;
}

/* .info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}

.info_section .info_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #fd6802;
} */
.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
}

.info_section .info_links a:hover {
  color: #fd6802;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::placeholder {
  color: #ffffff;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #fd6802;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.info_section form button:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: #333;
  text-align: center;
}

.footer_section p {
  color: #ffffff;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}

/* --------------who we are css--------------- */

.page-hero {
  position: relative;
  background-image: url("../images/statement2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  height: 320px;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.774);
}

.hero-content {
  position: relative;
  color: #fff;
  z-index: 2;
}

.hero-content h1 {
  display: flex;
  align-items: center;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 12px;
}

.hero-content .bar {
  width: 5px;
  height: 38px;
  background: #b59410;
  margin-right: 12px;
}

.breadcrumb1 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  text-transform: uppercase;
}

.breadcrumb1 a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.breadcrumb1 a:hover {
  color: #f5b301;
}

.breadcrumb1 .dash {
  color: #f5b301;
}

.breadcrumb1 .active {
  color: #f5b301;
  font-weight: 600;
}
 /* -------for the profile section in about page---- */
.asw{
  position: relative;
  top: -20px;
  padding: 30px 0px;
  border-top: rgba(255, 255, 255, 0.452) solid 4px;
}
/* ---------end---------------- */

.about{
  position: relative;
}
.about,.a1,.a2{
  text-align: center;
  font-size: 20px;
  padding: 10px 70px;
  color: #ffffff;
}


/* .sliding-text-wrap {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #333, #333, #333);
  padding: 15px 0;
} */

/* soft edge fade */
/* .sliding-text-wrap::before,
.sliding-text-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 70%;
  z-index: 2;
  pointer-events: none;
} */

/* .sliding-text-wrap::before {
  left: 0;
  background: linear-gradient(to right, #ffffff, transparent);
}

.sliding-text-wrap::after {
  right: 0;
  background: linear-gradient(to left, #ffffff, transparent);
}

.sliding-track {
  display: flex;
  width: max-content;
  animation: slide-left 25s linear infinite;
}

.sliding-text {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding-right: 60px;
  color: #f5b301;
  margin: 10 5px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 6px;
} */

/* .sliding-text {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 6px;
  margin: 0 14px;
  color: #f5b301;
  text-transform: uppercase; */

  /* glow */
  /* text-shadow:
    0 0 10px rgba(255, 180, 0, 0.35),
    0 0 20px rgba(255, 180, 0, 0.25),
    0 0 40px rgba(255, 180, 0, 0.15); */

  /* gentle float */
  /* animation: floatText 4s ease-in-out infinite;
} */

/* .sliding-text span:nth-child(even) {
  animation-delay: 1.5s;
} */

/* main slide */
/* @keyframes slide-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
} */

/* subtle life movement */
/* @keyframes floatText {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
} */

/* pause on hover */
/* .sliding-text-wrap:hover .sliding-track {
  animation-play-state: paused;
} */

/* responsive */
/* @media (max-width: 768px) {
  .sliding-text {
    font-size: 28px;
    letter-spacing: 3px;
  }
} */
 /* Content Section */
main{
  position: relative;
  border-top: #b59410 solid 5px;
}
.content-section {
  padding: 60px 20px;
  text-align: center;
}

.content-section.alt-bg {
  background: #33333325;
}

.content-section h2 {
  font-size: 2.5em;
  color: #b59410;
  margin-bottom: 15px;
}

.content-section h3 {
  font-size: 1.8em;
  color: #ffffff;
  margin-bottom: 10px;
}

.content-section p {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #ffffff;
}

.text-image {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.text-image .text {
  flex: 1 1 50%;
  padding: 20px;
  text-align: left;
}

.text-image .image {
  flex: 1 1 50%;
  padding: 20px;
}

.text-image .image img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.link-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #b59410;
  color: white;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s ease;
  width: 230px;
}

.link-button:hover {
  background-color: #fd6802;
  color: #ffffff;
}

/* -------------------end---------------------------- */

/* General Styling */

.header-banner {
  background-color: #b59410;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  top: -10px;
  left: 100px;
  width: 85%;
  position: relative;
  text-align: center;
  color: #fff;
}

.banner-content {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 1200px;
  width: 100%;
}
.icon5{
  background-color: black;
  padding: 40px 40px;
  height: 160px;
  width: 175px;
}

.icon5 h1{
  position: relative;
  top: -20px;
  font-size: 50px;
  font-weight: 900;
  right: 29px;
}

.text5 h2 {
  font-size: 1.5rem;
  margin: 0;
  flex: 1;
}



/* Values and Commitments Section */
.values-commitments {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  top: 2px;
}

.section {
  flex: 1;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.section h3 {
  background-color: #b59410;
  color: #fff;
  padding: 10px;
  margin: -20px -20px 20px;
  text-align: center;
}

.section:nth-child(2) h3 {
  background-color: #b59410;
}

.section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.section ul li::before {
  
  color: #f6a623;
  margin-right: 10px;
  font-weight: bold;
}



/* ------------------------------------------ */
.feature-section {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
  /* background-color: white; */
}

.feature-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 50px;
}

/* 👇 THIS creates the opposite layout */
.feature-row.reverse {
  flex-direction: row-reverse;
}

.feature-image {
  width: 40%;
  position: relative;
}

.feature-image img {
  width: 100%;
  display: block;
  border-radius: 4px;
}

/* Decorative black offset (like your screenshot) */
.feature-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #333333;;
  top: 20px;
  left: 20px;
  z-index: -1;
}


.feature-content {
  width: 50%;
}

.feature-content h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #b59410;
}

.feature-content p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #ffffff;
}

.feature-row hr{
  color: white;
}

.btn {
  background: #b59410;
  color: #ffffff;
  padding: 14px 34px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

/* -------------------end---------------------------- */

.content-image-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  /* top: 150px; */
  color: #333;
  /* background-image: linear-gradient(rgba(255, 255, 255, 0.7),rgba(255, 255, 255, 0.74)),url(images/bg-grey.png); */
  background-color: white;
}

.content1 {
  flex: 1;
  padding: 20px;
}

.content1 h1 {
  margin-top: 0;
}

.content1 p {
  margin-bottom: 10px;
}

.link-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #b59410;
  color: white;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  width: 300px;
}

.link-button:hover {
  background-color: #f5b301;
  color: #ffffff;
}

.image1 {
  flex: 1;
  display: flex;
  justify-content: center;
}

.image1 img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}






