@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,400;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,400;1,500;1,600&display=swap");
/* Hover Transistion */
/* Custom scroll Bar */
/* Custom scroll Bar Inner */
/* Custom scroll Bar Inner */
.footer_wrapper {
  padding: 10px 0 50px 0;
  background: #222222;
  font-family: "Poppins", sans-serif;
}
.footer_wrapper .footer_logo {
  width: 100%;
  height: auto;
  max-width: 200px;
  max-height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.footer_wrapper .footer_item {
  margin-top: 40px;
}
.footer_wrapper .footer_item p {
  color: white;
  margin-top: 10px;
}
.footer_wrapper .footer_logo_item {
  max-width: 300px;
  width: 100%;
}
.footer_wrapper .footer_logo_item img {
  max-width: 100px;
}
.footer_wrapper .footer_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: white;
  margin-top: 13px;
  margin-bottom: 13px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.footer_wrapper .footer_title .vew_gallery_btn {
  text-transform: capitalize;
  color: #d8aa5c;
  text-decoration: none;
}
.footer_wrapper .footer_menu_list li {
  margin-bottom: 4px;
}
.footer_wrapper .footer_menu_list a {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: white;
  transition: color 0.3s;
}
.footer_wrapper .footer_menu_list a:hover {
  color: #d8aa5c;
  opacity: 0.8;
}
.footer_wrapper .footer_gallery_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 8px;
  margin-top: 18px;
}
.footer_wrapper .footer_gallery_grid a img {
  max-height: 70px;
}
.footer_wrapper .footer_gallery_grid a img:hover {
  opacity: 0.8;
}
.footer_wrapper .vew_gallery_btn {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: white;
}
.footer_wrapper .vew_gallery_btn:hover {
  color: white;
}
.footer_wrapper .footer_contact_list li {
  display: grid;
  grid-template-columns: minmax(0, 80px) repeat(1, minmax(0, 1fr));
  align-items: start;
  gap: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: white;
  margin-bottom: 8px;
}
.footer_wrapper .footer_contact_list li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: white;
}
.footer_wrapper .footer_contact_list li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.footer_wrapper .footer_social_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.footer_wrapper .footer_social_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.footer_wrapper .footer_social_list a i {
  color: white;
}
.footer_wrapper .footer_social_list a:hover {
  background-color: #d8aa5c;
}
.footer_wrapper .footer_social_list i {
  color: #222222;
}
.footer_wrapper .copyright_text_area {
  margin-top: 60px;
}
@media all and (max-width: 767px) {
  .footer_wrapper .copyright_text_area {
    transition: 0.5s;
    margin-top: 50px;
  }
}
.footer_wrapper .copyright_text_area p {
  color: white;
}

.topbar_header_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  font-family: "Poppins", sans-serif;
}

/* Topbar Section */
.topbar_wrapper {
  padding: 6px 0;
  opacity: 1;
  background-color: #222222;
  font-family: "Poppins", sans-serif !important;
}
.topbar_wrapper i {
  font-size: 14px;
  color: #9e9e9e;
}
@media all and (max-width: 768px) {
  .topbar_wrapper .topbar_flex {
    transition: 0.5s;
    flex-direction: column;
    justify-content: center;
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .topbar_wrapper .topbar_contact_area {
    transition: 0.5s;
    display: none;
  }
}
.topbar_wrapper .orange_text,
.topbar_wrapper .login_text a {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: white;
  font-family: "Poppins", sans-serif !important;
}
.topbar_wrapper .orange_text:hover,
.topbar_wrapper .login_text a:hover {
  opacity: 0.8;
}
.topbar_wrapper .right_arrow {
  margin-left: 10px;
  cursor: pointer;
}
@media all and (max-width: 991px) {
  .topbar_wrapper .right_arrow {
    transition: 0.5s;
    margin-left: 5px;
  }
}
.topbar_wrapper .login_text .be_member_text {
  color: #101010;
}
.topbar_wrapper .navbar-fixed .topbar_bar_area {
  box-shadow: 0 5px 5px #e3e3e3;
}
@media all and (min-width: 992px) {
  .topbar_wrapper .navbar-fixed .topbar_bar_area {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    display: none;
  }
}
.topbar_wrapper .virtual__tour {
  font-size: 14px;
  font-weight: 500;
  padding: 3px 12px;
  color: #000;
  background-color: #d8aa5c;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8aa5c;
  transition: all 0.4s;
}
.topbar_wrapper .virtual__tour:hover {
  opacity: 0.9;
  color: #000;
  background-color: white;
}
.topbar_wrapper .virtual__tour i {
  font-size: 12px;
  color: #000;
}
.topbar_wrapper .topbar_social_area {
  color: white;
  font-family: "Poppins", sans-serif;
}
@media all and (max-width: 767px) {
  .topbar_wrapper .topbar_social_area {
    transition: 0.5s;
    gap: 10px !important;
  }
}
.topbar_wrapper .topbar_social_area .login_btn {
  font-size: 14px;
  font-weight: 500;
  padding: 3px 12px;
  color: #000;
  background-color: #d8aa5c;
  border-radius: 2px;
  transition: all 0.4s;
}
.topbar_wrapper .topbar_social_area .login_btn:hover {
  opacity: 0.9;
  color: #000;
  background-color: white;
}
.topbar_wrapper .topbar_social_area .login_btn i {
  font-size: 10px;
  color: #000;
}
.topbar_wrapper .topbar_social_area i {
  color: white;
}
.topbar_wrapper .topbar_social_area a:hover {
  color: inherit;
  opacity: 0.8;
}
.topbar_wrapper .sticky_logo {
  display: none;
  transition: all 0.8s;
}

/* Header Section */
.header_wrapper {
  padding: 15px 0 25px 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.2s;
}
@media all and (max-width: 991px) {
  .header_wrapper {
    transition: 0.5s;
    padding: 10px 0;
  }
}
.header_wrapper .logo img {
  max-height: 100px;
  transition: all 0.2s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header_wrapper .logo img {
    transition: 0.5s;
    max-width: 80px;
  }
}
@media all and (max-width: 991px) {
  .header_wrapper .logo img {
    transition: 0.5s;
    max-width: 50px;
  }
}
@media all and (min-width: 992px) {
  .header_wrapper .logo {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    width: 100%;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
  }
}
.header_wrapper .sticky_logo {
  display: none;
  transition: all 1s;
}
.header_wrapper .sticky_logo img {
  max-height: 30px;
  transition: all 1s;
}
.header_wrapper .nav_area {
  margin-top: 25px !important;
  transition: all 0.5s;
}
@media all and (max-width: 991px) {
  .header_wrapper .nav_area {
    transition: 0.5s;
    display: none;
  }
}
.header_wrapper .main_menu_list {
  gap: 8px 20px;
}
.header_wrapper .main_menu_list li {
  position: relative;
}
.header_wrapper .main_menu_list li a,
.header_wrapper .main_menu_list li h6 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
  padding: 2px 0;
  cursor: pointer;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header_wrapper .main_menu_list li a,
  .header_wrapper .main_menu_list li h6 {
    transition: 0.5s;
    font-size: 14px;
  }
}
.header_wrapper .main_menu_list li a:hover,
.header_wrapper .main_menu_list li h6:hover {
  color: #d8aa5c;
}
@media all and (max-width: 991px) {
  .header_wrapper .haeder_flex {
    transition: 0.5s;
    display: none;
  }
}
.header_wrapper .dropdwon_menu_list {
  position: absolute;
  top: 45px;
  left: 0;
  padding: 0 9px;
  width: 220px;
  color: white;
  background: #070707;
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.4);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.header_wrapper .dropdwon_menu_list li a,
.header_wrapper .dropdwon_menu_list li h6 {
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: white;
  text-align: center;
  padding: 10px 0;
}
.header_wrapper .dropdwon_menu_list li a:hover path,
.header_wrapper .dropdwon_menu_list li h6:hover path {
  fill: #d8aa5c;
}
.header_wrapper .dropdwon_menu_list li .setting_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
}
.header_wrapper .dropdwon_first_menu_list li:not(:last-child) a,
.header_wrapper .dropdwon_first_menu_list li:not(:last-child) h6,
.header_wrapper .dropdwon_inner_menu_list li:not(:last-child) a,
.header_wrapper .dropdwon_inner_menu_list li:not(:last-child) h6 {
  border-bottom: 0.5px solid rgba(119, 119, 119, 0.5);
}
.header_wrapper .dropdwon_inner_menu_list {
  top: 20px;
  left: 100%;
  width: 260px;
  opacity: 0 !important;
  visibility: hidden !important;
}
.header_wrapper .dropdown_item_list h6 > i {
  font-size: 14px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.header_wrapper .dropdown_item_list h6 i {
  font-size: 14px;
}
.header_wrapper .dropdown_item_list:hover > h6 > i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.header_wrapper .dropdown_item_list:hover .dropdwon_menu_list {
  top: 32px;
  opacity: 1;
  visibility: visible;
}
.header_wrapper .dropdown_inner_item_list h6 i {
  display: inline-block;
  position: absolute;
  right: 3px;
}
.header_wrapper .dropdown_inner_item_list:hover > h6 > i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.header_wrapper .dropdown_inner_item_list:hover .dropdwon_inner_menu_list {
  top: 0;
  opacity: 1 !important;
  visibility: visible !important;
}
.header_wrapper .header_btn_area {
  display: none;
}
@media all and (max-width: 991px) {
  .header_wrapper .header_btn_area {
    transition: 0.5s;
    display: flex;
  }
}
.header_wrapper .menu_toggle_btn {
  display: none;
}
.header_wrapper .menu_toggle_btn i {
  font-size: 22px;
  color: white;
}
@media all and (max-width: 991px) {
  .header_wrapper .menu_toggle_btn {
    transition: 0.5s;
    display: block;
  }
}
.header_wrapper.others_page_header {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}

.active_menu {
  color: #d8aa5c !important;
  border-top: 1px solid #d8aa5c;
}
.active_menu > i {
  color: #d8aa5c;
}

.navbar_fixed .nav_area {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
}
.navbar_fixed .sticky_logo {
  display: block;
}
.navbar_fixed .topbar_wrapper {
  display: none;
  opacity: 0;
  transition: all 0.4s;
}
@media all and (min-width: 992px) {
  .navbar_fixed {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
  .navbar_fixed .logo {
    width: 40%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -1;
  }
}
.navbar_fixed .header_wrapper {
  top: 0;
  padding: 14px 0;
  background-color: rgba(0, 0, 0, 0.6);
}
@media all and (max-width: 991px) {
  .navbar_fixed .header_wrapper {
    transition: 0.5s;
    padding: 2px 0;
  }
}
.navbar_fixed .nav_area {
  margin-top: 0 !important;
}

.mobile_menu_area {
  font-family: "Poppins", sans-serif;
  position: fixed;
  top: 0;
  left: -100vw;
  width: 50vw;
  height: 100vh;
  background: white;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  overflow-y: scroll;
  z-index: 100000000;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  display: none;
}
.mobile_menu_area::-webkit-scrollbar {
  width: 5px;
}
.mobile_menu_area::-webkit-scrollbar-track {
  background: rgba(153, 153, 153, 0.2);
  border-radius: 5px;
}
.mobile_menu_area::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 5px;
}
.mobile_menu_area::-webkit-scrollbar-thumb:hover {
  background: #f84f4f;
  cursor: grab;
}
@media all and (max-width: 991px) {
  .mobile_menu_area {
    transition: 0.5s;
    display: inline;
  }
}
.mobile_menu_area .header_button_area .default_btn {
  margin-top: 0;
}
@media all and (max-width: 991px) {
  .mobile_menu_area .header_button_area .default_btn {
    transition: 0.5s;
    height: 45px;
    min-width: 150px;
  }
}
.mobile_menu_area .mobile_menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100vh;
  background-color: rgba(199, 199, 199, 0.2392156863);
  z-index: -1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.mobile_menu_area .menu_close_icon {
  padding-right: 15px;
}
.mobile_menu_area .menu_close_icon i {
  font-size: 20px;
}
.mobile_menu_area .accordion-item {
  border: none;
  margin: 12px 0;
  background-color: transparent !important;
}
.mobile_menu_area .accordion-item h2,
.mobile_menu_area .accordion-item h2 a,
.mobile_menu_area .accordion-item button,
.mobile_menu_area .accordion-item li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  background-color: transparent !important;
}
.mobile_menu_area .accordion-item h2 button,
.mobile_menu_area .accordion-item h2 a button,
.mobile_menu_area .accordion-item button button,
.mobile_menu_area .accordion-item li a button {
  padding: 0;
}
.mobile_menu_area .accordion-item h2 button:not(.collapsed),
.mobile_menu_area .accordion-item h2 a button:not(.collapsed),
.mobile_menu_area .accordion-item button button:not(.collapsed),
.mobile_menu_area .accordion-item li a button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.mobile_menu_area .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}
.mobile_menu_area .dropdown_menu_area li {
  margin-bottom: 10px;
}
.mobile_menu_area .social_list i {
  color: #222222;
}
.mobile_menu_area .contact__details i {
  color: #d8aa5c;
  font-size: 16px;
}
.mobile_menu_area .action__buttons {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.mobile_menu_area .action__buttons .login_btn {
  font-size: 14px;
  font-weight: 500;
  padding: 3px 12px;
  color: #000;
  background-color: #d8aa5c;
  border-radius: 2px;
  transition: all 0.4s;
}
.mobile_menu_area .action__buttons .login_btn:hover {
  opacity: 0.9;
  color: #000;
  background-color: white;
}
.mobile_menu_area .action__buttons .login_btn i {
  font-size: 10px;
  color: #000;
}

.mobile_active_menu {
  color: #d8aa5c !important;
}

.navbar_active {
  left: 0;
  width: 50vw;
}
@media all and (max-width: 575px) {
  .navbar_active {
    transition: 0.5s;
    width: 80vw;
  }
}
.navbar_active .mobile_menu_overlay {
  width: 100vw;
}

/* Hero Section */
.hero_wrapper .swiper-slide {
  position: relative;
  height: calc(100vh - 128px);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero_wrapper .swiper-slide {
    transition: 0.5s;
    height: 80vh;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero_wrapper .swiper-slide {
    transition: 0.5s;
    height: 70vh;
  }
}
@media all and (max-width: 767px) {
  .hero_wrapper .swiper-slide {
    transition: 0.5s;
    height: 400px;
  }
}
.hero_wrapper .slider_images {
  width: 100%;
  height: 100%;
}
.hero_wrapper .slider_images img,
.hero_wrapper .slider_images video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero_wrapper .slider_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 5;
  width: 80%;
  text-align: center;
}
@media all and (max-width: 1400px) {
  .hero_wrapper .slider_content {
    transition: 0.5s;
    top: 63%;
  }
}
.hero_wrapper .slider_content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 450px;
  height: 230px;
  z-index: -2;
  background-color: rgba(7, 7, 7, 0.8);
}
@media all and (max-width: 1199px) {
  .hero_wrapper .slider_content::before {
    transition: 0.5s;
    top: 60%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero_wrapper .slider_content::before {
    transition: 0.5s;
    width: 380px;
    height: 200px;
  }
}
@media all and (max-width: 767px) {
  .hero_wrapper .slider_content::before {
    transition: 0.5s;
    width: 250px;
    height: 170px;
  }
}
.hero_wrapper .slider_content h1 {
  font-family: "Marcellus", serif;
  font-size: 56px;
  font-weight: 500;
  color: white;
  text-transform: capitalize;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media all and (min-width: 1500px) {
  .hero_wrapper .slider_content h1 {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-size: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero_wrapper .slider_content h1 {
    transition: 0.5s;
    font-size: 36px;
  }
}
@media all and (max-width: 767px) {
  .hero_wrapper .slider_content h1 {
    transition: 0.5s;
    font-size: 28px;
  }
}
.hero_wrapper .slider_content h4 {
  font-size: 16px;
  color: white;
  letter-spacing: 3px;
  margin-top: 8px;
}
.hero_wrapper .slider_video_content::before {
  display: none;
}
.hero_wrapper .swiper-button-next,
.hero_wrapper .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(7, 7, 7, 0.8);
}
.hero_wrapper .swiper-button-next:hover,
.hero_wrapper .swiper-button-prev:hover {
  background-color: #070707;
}
.hero_wrapper .swiper-button-next::after,
.hero_wrapper .swiper-button-prev::after {
  font-size: 16px;
  color: white;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .hero_wrapper .swiper-button-next,
  .hero_wrapper .swiper-button-prev {
    transition: 0.5s;
    top: 60%;
  }
}
@media all and (max-width: 767px) {
  .hero_wrapper {
    transition: 0.5s;
  }
  .hero_wrapper .swiper-button-next {
    right: 0px;
  }
  .hero_wrapper .swiper-button-prev {
    left: 0px;
  }
}
.hero_wrapper .swiper-button-prev {
  left: 0;
}
.hero_wrapper .swiper-button-next {
  right: 0;
}
.hero_wrapper .swiper-pagination-bullet {
  opacity: 1;
}
.hero_wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: transparent;
  border: 1px solid white;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  opacity: 1;
}
.hero_wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: white;
}

/* Service  Section */
.service_wrapper .card_item {
  position: relative;
  display: block;
  width: 100%;
  height: 280px;
  margin-top: 30px;
  border: 4px solid #f7f7f7;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
@media all and (max-width: 991px) {
  .service_wrapper .card_item {
    transition: 0.5s;
    height: 240px;
    margin-top: 20px;
    border: 2px solid #f7f7f7;
  }
}
.service_wrapper .card_item .img {
  width: 100%;
  height: 100%;
}
.service_wrapper .card_item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service_wrapper .left_shape {
  position: absolute;
  top: -287px;
  left: -270px;
  width: 57%;
  height: 200%;
  transform: rotateZ(56deg);
  background: rgba(7, 7, 7, 0.7);
  opacity: 0;
}
.service_wrapper .right_shape {
  position: absolute;
  top: 137px;
  right: -80px;
  width: 61%;
  height: 200%;
  transform: rotateZ(56deg);
  background: rgba(7, 7, 7, 0.7);
  opacity: 0;
}
.service_wrapper .card_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 7, 7, 0.7);
  display: none;
}
.service_wrapper .image_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 10;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  background-color: #222222;
  opacity: 0;
  visibility: hidden;
}
@media all and (max-width: 991px) {
  .service_wrapper .image_content {
    transition: 0.5s;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    padding: 10px 0;
    opacity: 1;
    visibility: visible;
  }
}
.service_wrapper .image_content h3 {
  font-size: 16px;
  font-weight: 400;
  color: white;
  border-bottom: 1px solid white;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.service_wrapper .image_content p {
  font-size: 14px;
  color: white;
}

/*About Section */
.about_wrapper .about_content_area p {
  margin-top: 15px;
}
.about_wrapper .about_bottom_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 20px;
  margin-top: 40px;
}
@media all and (min-width: 992px) {
  .about_wrapper .about_bottom_grid {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    position: relative;
    left: -120px;
  }
}

/* Event Section */
.event_wrapper .event_slider_area {
  position: relative;
}
.event_wrapper .swiper {
  padding: 10px;
}
.event_wrapper .event_slider_area {
  margin-top: 30px;
}
.event_wrapper .event_slider_grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 200px);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
@media all and (max-width: 1199px) {
  .event_wrapper .event_slider_grid {
    transition: 0.5s;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 20px;
  }
}
.event_wrapper .event_slider_grid .event_cotnent_area {
  padding: 20px;
}
@media all and (max-width: 1199px) {
  .event_wrapper .event_slider_grid .event_img_area {
    transition: 0.5s;
    grid-row: 1;
  }
}
.event_wrapper .swiper {
  width: 100% !important;
  height: 100% !important;
}
.event_wrapper .slider_thumb_area {
  position: relative;
  width: 100%;
  height: 100%;
}
@media all and (min-width: 992px) {
  .event_wrapper .slider_thumb_area {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    margin-top: -60px;
  }
}
.event_wrapper .slider_thumb_area::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 30px);
  margin-top: 20px;
  background-color: white;
}
@media all and (max-width: 991px) {
  .event_wrapper .slider_thumb_area::after {
    transition: 0.5s;
    top: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    left: 0;
    right: auto;
    bottom: 10px;
    width: 100%;
    height: 1px;
    margin-top: 0;
  }
}
.event_wrapper .slider_thumb_area .slider_thumb_inner_area {
  height: 390px;
}
@media all and (max-width: 991px) {
  .event_wrapper .slider_thumb_area .slider_thumb_inner_area {
    transition: 0.5s;
    height: 150px;
  }
  .event_wrapper .slider_thumb_area .slider_thumb_inner_area .swiper {
    padding-bottom: 15px;
  }
}
.event_wrapper .slider_thumb_area .swiper-slide {
  position: relative;
  height: auto !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.event_wrapper .slider_thumb_area .swiper-slide::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scaleX(0);
  -webkit-transform: translateY(-50%) scaleX(0);
  -moz-transform: translateY(-50%) scaleX(0);
  -ms-transform: translateY(-50%) scaleX(0);
  -o-transform: translateY(-50%) scaleX(0);
  right: 25px;
  width: calc(80% - 25px);
  height: 1px;
  background-color: white;
  transform-origin: right center;
  transition: transform 1s ease-in-out;
  -webkit-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 1s ease-in-out;
  -ms-transition: transform 1s ease-in-out;
  -o-transition: transform 1s ease-in-out;
}
@media all and (max-width: 991px) {
  .event_wrapper .slider_thumb_area .swiper-slide::before {
    transition: 0.5s;
    top: auto;
    right: auto;
    bottom: 6px;
    left: 50%;
    transform: translate(-50%, 0) scale(1, 0);
    -webkit-transform: translate(-50%, 0) scale(1, 0);
    -moz-transform: translate(-50%, 0) scale(1, 0);
    -ms-transform: translate(-50%, 0) scale(1, 0);
    -o-transform: translate(-50%, 0) scale(1, 0);
    transform-origin: top center;
    height: calc(80% - 25px);
    width: 1px;
  }
}
.event_wrapper .slider_thumb_area .swiper-slide::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  right: 15px;
  width: 20px;
  height: 20px;
  border: 4px solid white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #ff0000;
  transition: transform 0.8s ease-in-out;
  -webkit-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
}
@media all and (max-width: 991px) {
  .event_wrapper .slider_thumb_area .swiper-slide::after {
    transition: 0.5s;
    top: auto;
    right: auto;
    bottom: -13px;
    left: 50%;
    transform: translate(-50%, 0) scale(0);
    -webkit-transform: translate(-50%, 0) scale(0);
    -moz-transform: translate(-50%, 0) scale(0);
    -ms-transform: translate(-50%, 0) scale(0);
    -o-transform: translate(-50%, 0) scale(0);
    width: 20px;
    height: 20px;
  }
}
.event_wrapper .swiper-slide-thumb-active {
  position: relative;
}
.event_wrapper .swiper-slide-thumb-active .thumb_img_area img {
  opacity: 1;
  border: 4px solid white;
}
.event_wrapper .swiper-slide-thumb-active::before {
  transform: translateY(-50%) scaleX(1) !important;
  -webkit-transform: translateY(-50%) scaleX(1) !important;
  -moz-transform: translateY(-50%) scaleX(1) !important;
  -ms-transform: translateY(-50%) scaleX(1) !important;
  -o-transform: translateY(-50%) scaleX(1) !important;
  transform-origin: left center !important;
}
@media all and (max-width: 991px) {
  .event_wrapper .swiper-slide-thumb-active::before {
    transition: 0.5s;
    transform: translate(-50%, 0) scale(1) !important;
    -webkit-transform: translate(-50%, 0) scale(1) !important;
    -moz-transform: translate(-50%, 0) scale(1) !important;
    -ms-transform: translate(-50%, 0) scale(1) !important;
    -o-transform: translate(-50%, 0) scale(1) !important;
    transform-origin: top center !important;
  }
}
.event_wrapper .swiper-slide-thumb-active::after {
  transform: translateY(-50%) scale(1) !important;
  -webkit-transform: translateY(-50%) scale(1) !important;
  -moz-transform: translateY(-50%) scale(1) !important;
  -ms-transform: translateY(-50%) scale(1) !important;
  -o-transform: translateY(-50%) scale(1) !important;
}
@media all and (max-width: 991px) {
  .event_wrapper .swiper-slide-thumb-active::after {
    transition: 0.5s;
    transform: translate(-50%, 0) scale(1) !important;
    -webkit-transform: translate(-50%, 0) scale(1) !important;
    -moz-transform: translate(-50%, 0) scale(1) !important;
    -ms-transform: translate(-50%, 0) scale(1) !important;
    -o-transform: translate(-50%, 0) scale(1) !important;
  }
}
.event_wrapper .slider_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-left: 27px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.event_wrapper .slider_icon:hover {
  background-color: #ff0000;
}
@media all and (max-width: 991px) {
  .event_wrapper .slider_icon {
    transition: 0.5s;
    position: absolute;
    top: 30px;
    left: -20px;
    z-index: 5;
    margin-left: 0;
    background-color: #ff0000;
  }
  .event_wrapper .slider_icon svg {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
  }
}
@media all and (max-width: 767px) {
  .event_wrapper .slider_icon {
    transition: 0.5s;
    top: 20px;
  }
}
@media all and (max-width: 575px) {
  .event_wrapper .slider_icon {
    transition: 0.5s;
    left: -10px;
  }
}
@media all and (min-width: 992px) {
  .event_wrapper .event_prev_icon {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    margin-bottom: 15px;
  }
}
.event_wrapper .event_next_icon {
  margin-top: 15px;
}
@media all and (max-width: 991px) {
  .event_wrapper .event_next_icon {
    transition: 0.5s;
    left: auto;
    right: -20px;
    margin-top: 0;
  }
}
@media all and (max-width: 575px) {
  .event_wrapper .event_next_icon {
    transition: 0.5s;
    right: -10px;
  }
}
.event_wrapper .thumb_img_area {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media all and (max-width: 767px) {
  .event_wrapper .thumb_img_area {
    transition: 0.5s;
    width: 80px;
    height: 80px;
  }
}
@media all and (max-width: 575px) {
  .event_wrapper .thumb_img_area {
    transition: 0.5s;
    width: 100%;
  }
}
.event_wrapper .thumb_img_area img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  opacity: 0.6;
}
.event_wrapper .thumb_img_area img:hover {
  opacity: 1;
}

/* Notice Section */
.notice_wrapper {
  margin-top: 97px;
  background: #e6f7f5;
  padding-top: 50px;
  padding-bottom: 64px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .notice_wrapper {
    transition: 0.5s;
    padding-top: 45px;
    padding-bottom: 50px;
    margin-top: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .notice_wrapper {
    transition: 0.5s;
    padding-top: 35px;
    padding-bottom: 42px;
    margin-top: 60px;
  }
}
@media all and (max-width: 767px) {
  .notice_wrapper {
    transition: 0.5s;
    padding-top: 24px;
    padding-bottom: 30px;
    margin-top: 50px;
  }
}
.notice_wrapper .notice_top_wrapper {
  padding-right: 28px;
  max-height: 520px;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.notice_wrapper .notice_top_wrapper::-webkit-scrollbar {
  width: 5px;
}
.notice_wrapper .notice_top_wrapper::-webkit-scrollbar-track {
  background: rgba(153, 153, 153, 0.2);
  border-radius: 5px;
}
.notice_wrapper .notice_top_wrapper::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 5px;
}
.notice_wrapper .notice_top_wrapper::-webkit-scrollbar-thumb:hover {
  background: #f84f4f;
  cursor: grab;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .notice_wrapper .notice_top_wrapper {
    transition: 0.5s;
    padding-right: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .notice_wrapper .notice_top_wrapper {
    transition: 0.5s;
    padding-right: 20px;
  }
}
@media all and (max-width: 767px) {
  .notice_wrapper .notice_top_wrapper {
    transition: 0.5s;
    padding-right: 10px;
  }
}
.notice_wrapper .notice_item_wrapper {
  padding: 23px 16px;
  background-color: #b7d7d3;
}
@media (min-width: 768px) and (max-width: 991px) {
  .notice_wrapper .notice_item_wrapper {
    transition: 0.5s;
    padding: 20px 12px;
  }
}
@media all and (max-width: 767px) {
  .notice_wrapper .notice_item_wrapper {
    transition: 0.5s;
    padding: 15px 10px;
  }
}
.notice_wrapper .notice_item {
  padding: 24px 30px;
  margin-bottom: 20px;
  background-color: white;
}
@media (min-width: 768px) and (max-width: 991px) {
  .notice_wrapper .notice_item {
    transition: 0.5s;
    padding: 24px 20px;
  }
}
@media all and (max-width: 767px) {
  .notice_wrapper .notice_item {
    transition: 0.5s;
    padding: 17px 16px;
  }
}
.notice_wrapper .notice_item .icon_grid {
  gap: 10px;
}
.notice_wrapper .notice_item .icon_grid h6 {
  color: #333;
}
.notice_wrapper .notice_item h3 {
  color: #222222;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 8px;
}
.notice_wrapper .event_item_wrapper {
  padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .notice_wrapper .event_item_wrapper {
    transition: 0.5s;
    padding-right: 15px;
  }
}
@media all and (max-width: 767px) {
  .notice_wrapper .event_item_wrapper {
    transition: 0.5s;
    padding-right: 10px;
  }
}
.notice_wrapper .event_item {
  display: grid;
  grid-template-columns: minmax(0, 75px) repeat(1, minmax(0, 1fr));
  align-items: start;
  gap: 20px 13px;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .notice_wrapper .event_item {
    transition: 0.5s;
    grid-template-columns: minmax(0, 48px) repeat(1, minmax(0, 1fr));
  }
}
.notice_wrapper .event_item p {
  margin-top: 17px;
}
@media all and (max-width: 767px) {
  .notice_wrapper .notice_img {
    transition: 0.5s;
    display: none;
  }
}
.notice_wrapper .notice_img img {
  width: 100%;
  height: 556px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) and (max-width: 991px) {
  .notice_wrapper .notice_img img {
    transition: 0.5s;
    height: 356px;
  }
}

/* News Section */
.news_wrapper .news_item .name {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media all and (max-width: 991px) {
  .news_wrapper .news_item .name {
    transition: 0.5s;
    font-size: 18px;
  }
}
.news_wrapper .news_item h4 {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 4px;
}
@media all and (max-width: 991px) {
  .news_wrapper .news_item h4 {
    transition: 0.5s;
    font-size: 12px;
  }
}
.news_wrapper .news_item .img {
  position: relative;
}
.news_wrapper .news_item .img .video_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  color: #3b9adf;
  font-size: 24px;
}
.news_wrapper .news_item .content {
  margin-top: 15px;
}
@media all and (max-width: 991px) {
  .news_wrapper .news_item .content {
    transition: 0.5s;
    margin-top: 10px;
  }
}
.news_wrapper .news_item p {
  margin-top: 14px;
}
.news_wrapper .news_left_area .img {
  width: 100%;
  height: 351px;
}
@media all and (max-width: 991px) {
  .news_wrapper .news_left_area .img {
    transition: 0.5s;
    height: 250px;
  }
}
.news_wrapper .news_left_area .img img {
  width: 100%;
  height: 100%;
}
.news_wrapper .news_grid {
  display: grid;
  grid-template-columns: minmax(0, 206px) repeat(1, minmax(0, 1fr));
  align-items: start;
  gap: 0px 20px;
  margin-bottom: 30px;
}
@media all and (max-width: 991px) {
  .news_wrapper .news_grid {
    transition: 0.5s;
    grid-template-columns: minmax(0, 156px) repeat(1, minmax(0, 1fr));
    gap: 0px 10px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .news_wrapper .news_grid {
    transition: 0.5s;
    grid-template-columns: minmax(0, 100px) repeat(1, minmax(0, 1fr));
  }
}
.news_wrapper .news_grid .img {
  width: 100%;
  height: 160px;
}
@media all and (max-width: 991px) {
  .news_wrapper .news_grid .img {
    transition: 0.5s;
    height: 145px;
  }
}
@media all and (max-width: 767px) {
  .news_wrapper .news_grid .img {
    transition: 0.5s;
    height: 100px;
  }
}
.news_wrapper .news_grid .img img {
  width: 100%;
  height: 100%;
}
.news_wrapper .news_grid .name {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news_wrapper .news_grid .content {
  margin-top: 0;
}
.news_wrapper .news_grid .content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_wrapper .trade_news_area {
  max-height: 390px;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  overflow-y: auto;
}
.news_wrapper .trade_news_area::-webkit-scrollbar {
  width: 5px;
}
.news_wrapper .trade_news_area::-webkit-scrollbar-track {
  background: rgba(153, 153, 153, 0.2);
  border-radius: 5px;
}
.news_wrapper .trade_news_area::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 5px;
}
.news_wrapper .trade_news_area::-webkit-scrollbar-thumb:hover {
  background: #f84f4f;
  cursor: grab;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news_wrapper .trade_news_area {
    transition: 0.5s;
    max-height: 350px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news_wrapper .trade_news_area {
    transition: 0.5s;
    max-height: 240px;
  }
}

/*  Section */
/*  Section */
/*  Section */
/*  Section */
.arrow_header_area__breaking_news {
  position: relative;
  text-align: center;
  background-color: #222222;
}
.arrow_header_area__breaking_news h3 {
  position: relative;
  z-index: 5;
  font-family: "Marcellus", serif;
  font-size: 27px;
  color: #ffffff;
  text-transform: uppercase;
  transition: all 0.3s;
}
@media all and (max-width: 768px) {
  .arrow_header_area__breaking_news h3 {
    transition: 0.5s;
    font-size: 16px;
  }
}
.arrow_header_area__breaking_news .breaking_news_button {
  padding: 17px 10px;
  background-color: #d8aa5c;
  color: #ffffff;
}
.arrow_header_area__breaking_news marquee {
  position: relative;
  z-index: 5;
  font-family: "Marcellus", serif;
  font-size: 20px;
  text-transform: capitalize;
  color: #ffffff;
  transition: all 0.3s;
}
@media all and (max-width: 767px) {
  .arrow_header_area__breaking_news marquee {
    transition: 0.5s;
    font-size: 16px;
  }
}

.message__wrapper .message__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media all and (max-width: 768px) {
  .message__wrapper .message__content {
    transition: 0.5s;
    grid-template-columns: repeat(1, 1fr);
  }
}
.message__wrapper .message__content .message__card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  align-items: center;
  overflow: hidden;
  height: 100%;
}
@media all and (max-width: 768px) {
  .message__wrapper .message__content .message__card {
    transition: 0.5s;
    grid-template-columns: repeat(1, 1fr);
  }
}
.message__wrapper .message__content .message__card .message__img {
  height: 100%;
}
.message__wrapper .message__content .message__card .message__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.message__wrapper .message__content .message__card .message__card_content {
  padding: 25px 20px;
  background-color: rgba(216, 170, 92, 0.09);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.message__wrapper .message__content .message__card .message__card_content h3 {
  margin-bottom: 20px;
  color: #d8aa5c;
  font-size: 24px;
}
.message__wrapper .message__content .message__card .message__card_content p {
  text-align: justify;
  font-size: 0.9rem;
  line-height: 1.8;
}

.upcoming__events__wrapper .section__title__wrap {
  width: 270px;
}
.upcoming__events__wrapper .upcoming__events__contents__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media all and (max-width: 768px) {
  .upcoming__events__wrapper .upcoming__events__contents__wrapper {
    transition: 0.5s;
    grid-template-columns: repeat(1, 1fr);
  }
}
.upcoming__events__wrapper .upcoming__events__contents__wrapper .upcoming__events__content .events__card {
  position: relative;
  height: 100%;
  transition: all 0.3s;
}
.upcoming__events__wrapper .upcoming__events__contents__wrapper .upcoming__events__content .events__card:hover {
  transform: scale(1.02);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
}
.upcoming__events__wrapper .upcoming__events__contents__wrapper .upcoming__events__content .events__card .card__img img {
  width: 100%;
  height: auto;
  max-height: 325px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.upcoming__events__wrapper .upcoming__events__contents__wrapper .upcoming__events__content .events__card .card__date {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 90px;
  height: 80px;
  padding: 10px;
  background-color: #d8aa5c;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}
.upcoming__events__wrapper .upcoming__events__contents__wrapper .upcoming__events__content .events__card .card__content {
  position: absolute;
  z-index: 20;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background-color: rgba(216, 170, 92, 0.7);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
  padding: 15px 10px;
}
.upcoming__events__wrapper .upcoming__events__contents__wrapper .upcoming__events__content .events__card .card__content .location {
  position: relative;
  padding: 0 0 0 25px;
}
.upcoming__events__wrapper .upcoming__events__contents__wrapper .upcoming__events__content .events__card .card__content .location::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("/assets/icons/location-icon-1.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.upcoming__events__wrapper .upcoming__events__contents__wrapper .upcoming__events__content .events__card .card__content .timing {
  position: relative;
  padding: 0 0 0 25px;
}
.upcoming__events__wrapper .upcoming__events__contents__wrapper .upcoming__events__content .events__card .card__content .timing::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("/assets/icons/clock-icon-1.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.upcoming__events__wrapper .upcoming__events__contents__wrapper .upcoming__events__content .events__card .card__content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
.upcoming__events__wrapper .upcoming__events__contents__wrapper .upcoming__events__content .events__card .card__content p {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
}

.notice__board {
  background-image: url("/assets/images/home/notice-bg-1.png");
  padding: 2.5rem 0 4rem 0;
}
.notice__board .section__title__wrap {
  width: 200px;
}
.notice__board .section__title__wrap h3 {
  color: #d8aa5c;
}
.notice__board .notice__board__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 45px;
       column-gap: 45px;
  row-gap: 30px;
}
@media all and (max-width: 768px) {
  .notice__board .notice__board__wrapper {
    transition: 0.5s;
    grid-template-columns: repeat(1, 1fr);
  }
}
.notice__board .notice__board__wrapper .notice__card {
  display: grid;
  grid-template-columns: 2fr 10fr;
  align-items: center;
  background-color: #d8aa5c;
  border-radius: 4px;
}
.notice__board .notice__board__wrapper .notice__card .card__icon {
  width: 100%;
  background-color: #d8aa5c;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notice__board .notice__board__wrapper .notice__card .card__icon img {
  width: 22px;
  max-width: 22px;
  height: auto;
  max-height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.notice__board .notice__board__wrapper .notice__card .card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 21.5px 15px;
  background-color: #ffffff;
  height: 100%;
}
@media all and (max-width: 768px) {
  .notice__board .notice__board__wrapper .notice__card .card__content {
    transition: 0.5s;
    height: auto;
  }
}
.notice__board .notice__board__wrapper .notice__card .card__content .datetime {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  position: relative;
  padding: 0 0 0 35px;
}
.notice__board .notice__board__wrapper .notice__card .card__content .datetime::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("/assets/icons/calendar-icon-2.svg");
  background-size: cover;
}
.notice__board .notice__board__wrapper .notice__card .card__content h3 {
  font-size: 1.2rem;
  font-weight: 400;
}

.latest__news .section__title__wrap {
  width: 200px;
}
.latest__news .section__title__wrap h3 {
  color: #d8aa5c;
}
.latest__news .latest__news__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media all and (max-width: 768px) {
  .latest__news .latest__news__wrapper {
    transition: 0.5s;
    grid-template-columns: repeat(1, 1fr);
  }
}
.latest__news .latest__news__wrapper .latest__news__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  border-radius: 8px;
  box-shadow: 0 0 30px rgba(25, 90, 148, 0.15);
  padding: 1.5rem 1rem;
  transition: all 0.3s;
  height: 100%;
}
.latest__news .latest__news__wrapper .latest__news__card:hover {
  transform: scale(1.02);
}
.latest__news .latest__news__wrapper .latest__news__card .card__img img {
  width: 100%;
  height: auto;
  max-height: 293px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.latest__news .latest__news__wrapper .latest__news__card .card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}
.latest__news .latest__news__wrapper .latest__news__card .card__content h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  color: #d8aa5c;
}
.latest__news .latest__news__wrapper .latest__news__card .card__content .date {
  position: relative;
  text-align: center;
  padding: 0 0 0 35px;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.latest__news .latest__news__wrapper .latest__news__card .card__content .date::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("/assets/icons/calendar-icon.svg");
  background-size: cover;
}
.latest__news .latest__news__wrapper .latest__news__card .card__content .readmore__button {
  position: relative;
  padding: 10px 40px 10px 20px;
  background-color: #d8aa5c;
  color: #ffffff;
  font-weight: 600;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.latest__news .latest__news__wrapper .latest__news__card .card__content .readmore__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("/assets/icons/readmore-icon.svg");
  background-size: cover;
}
.latest__news .latest__news__wrapper .latest__news__card .card__content .readmore__button:hover {
  background-color: #b8aa5c;
}

.club_history_content_wrapper .club_history_grid {
  display: grid;
  grid-template-columns: minmax(0, 77px) repeat(1, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media all and (max-width: 767px) {
  .club_history_content_wrapper .club_history_grid {
    transition: 0.5s;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.club_history_content_wrapper .page_inner_title {
  font-family: "Raleway", sans-serif;
  font-style: italic;
  font-weight: 600;
}
.club_history_content_wrapper .history_title_area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: white;
  background-color: black;
}
@media all and (max-width: 767px) {
  .club_history_content_wrapper .history_title_area {
    transition: 0.5s;
    padding: 10px 0;
  }
}
.club_history_content_wrapper .history_title_area .page_title {
  color: white;
}
@media all and (min-width: 768px) {
  .club_history_content_wrapper .history_title_area .page_title {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transform: rotate(180deg);
    text-orientation: mixed;
    writing-mode: vertical-lr;
  }
}
.club_history_content_wrapper .history_item_area {
  padding-top: 15px;
  padding-bottom: 40px;
}
@media all and (max-width: 767px) {
  .club_history_content_wrapper .history_item_area {
    transition: 0.5s;
    padding: 20px 10px;
    padding-top: 0;
  }
}
.club_history_content_wrapper .history_item {
  margin-top: 20px;
  padding-right: 20px;
}
@media all and (min-width: 768px) {
  .club_history_content_wrapper .history_item {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    margin-top: 25px;
  }
}
.club_history_content_wrapper .history_item .page_inner_title {
  margin-bottom: 12px;
}
.club_history_content_wrapper .history_item p {
  color: rgba(0, 0, 0, 0.78);
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.club_rules_wrapper .club_rules_area {
  border: 1px solid #d8aa5c;
}
.club_rules_wrapper .club_rules_area .page_title {
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .club_rules_wrapper .club_rules_area .page_title {
    transition: 0.5s;
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .club_rules_wrapper .club_rules_area .page_title {
    transition: 0.5s;
    font-size: 26px;
  }
}
@media all and (max-width: 767px) {
  .club_rules_wrapper .club_rules_area .page_title {
    transition: 0.5s;
    font-size: 24px;
  }
}
.club_rules_wrapper .title_area {
  text-align: center;
  padding: 7px 0;
  background: rgba(216, 170, 92, 0.22);
}
.club_rules_wrapper .title_area .page_title {
  color: #d8aa5c;
}
.club_rules_wrapper .content_area {
  padding: 30px;
}
.club_rules_wrapper .rule_item {
  margin-bottom: 30px;
}
.club_rules_wrapper .rule_item h3 {
  color: #d8aa5c;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.2px;
  margin-bottom: 10px;
}
@media all and (max-width: 991px) {
  .club_rules_wrapper .rule_item h3 {
    transition: 0.5s;
    font-size: 15px;
  }
}
.club_rules_wrapper .rule_item li,
.club_rules_wrapper .rule_item p {
  color: rgba(0, 0, 0, 0.79);
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.96px;
}
.club_rules_wrapper .rule_item ul {
  list-style: disc;
  padding-left: 20px;
}
.club_rules_wrapper .rule_item ul li {
  list-style: disc;
}
.club_rules_wrapper .rule_item ol {
  padding-left: 20px;
}
.club_rules_wrapper .rule_item ol li {
  list-style-type: number;
  font-weight: 600;
}

.acount_wrapper .account_grid {
  display: grid;
  grid-template-columns: minmax(0, 420px) repeat(1, minmax(0, 1fr));
  gap: 20px;
}
@media all and (max-width: 991px) {
  .acount_wrapper .account_grid {
    transition: 0.5s;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.acount_wrapper .account_menu_area {
  padding: 40px 30px;
  border: 1px solid #d7d7d7;
  border-radius: 15px;
}
@media all and (max-width: 991px) {
  .acount_wrapper .account_menu_area {
    transition: 0.5s;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 100000;
    background: white;
    border-radius: 0;
    width: 320px;
    height: 100vh;
    padding: 30px 20px;
    overflow-y: scroll;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
    overflow: auto;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  }
  .acount_wrapper .account_menu_area::-webkit-scrollbar {
    width: 5px;
  }
  .acount_wrapper .account_menu_area::-webkit-scrollbar-track {
    background: rgba(153, 153, 153, 0.2);
    border-radius: 5px;
  }
  .acount_wrapper .account_menu_area::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 5px;
  }
  .acount_wrapper .account_menu_area::-webkit-scrollbar-thumb:hover {
    background: #f84f4f;
    cursor: grab;
  }
}
@media all and (max-width: 991px) and (max-width: 575px) {
  .acount_wrapper .account_menu_area {
    transition: 0.5s;
    width: 290px;
  }
}
@media all and (max-width: 991px) {
  .acount_wrapper .account_menu_area.account_active {
    left: 0;
  }
}
.acount_wrapper .account_menu_area h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  color: #333333;
}
@media all and (max-width: 767px) {
  .acount_wrapper .account_menu_area h3 {
    transition: 0.5s;
    font-size: 18px;
  }
}
.acount_wrapper .account_menu_area .accordion-button {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  padding: 15px 0;
  border: none !important;
  border-bottom: 1px solid #d7d7d7 !important;
}
.acount_wrapper .account_menu_area .accordion-button:hover {
  opacity: 0.8;
}
@media all and (max-width: 767px) {
  .acount_wrapper .account_menu_area .accordion-button {
    transition: 0.5s;
    padding: 10px 0;
  }
}
.acount_wrapper .account_menu_area .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}
.acount_wrapper .account_menu_area .accordion-button:focus {
  box-shadow: none;
}
.acount_wrapper .account_menu_area a.accordion-button::after,
.acount_wrapper .account_menu_area .log_out_btn::after {
  display: none;
}
.acount_wrapper .account_menu_area .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: transparent;
}
.acount_wrapper .active_account_menu {
  color: #f5ad30 !important;
}
.acount_wrapper .account_menu_list li {
  margin-bottom: 10px;
}
.acount_wrapper .account_menu_list a,
.acount_wrapper .account_menu_list button {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
.acount_wrapper .account_menu_list a:hover,
.acount_wrapper .account_menu_list button:hover {
  opacity: 0.8;
}
.acount_wrapper .account_toggle_btn_area {
  display: none;
}
@media all and (max-width: 991px) {
  .acount_wrapper .account_toggle_btn_area {
    transition: 0.5s;
    display: block;
  }
}
.acount_wrapper .account_toggle_btn_area i {
  font-size: 17px;
}
.acount_wrapper .account_content_area {
  padding: 40px;
  border: 1px solid #d7d7d7;
  border-radius: 15px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .acount_wrapper .account_content_area {
    transition: 0.5s;
    padding: 30px;
  }
}
@media all and (max-width: 767px) {
  .acount_wrapper .account_content_area {
    transition: 0.5s;
    padding: 20px;
  }
}
.acount_wrapper .account_user_header_area {
  text-align: center;
  margin-top: 20px;
}
.acount_wrapper .account_user_header_area .user_img_area {
  max-height: 200px;
}
.acount_wrapper .account_user_header_area .inner_page_title {
  margin-top: 15px;
}
.acount_wrapper .account_user_header_area h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
}
@media all and (max-width: 767px) {
  .acount_wrapper .account_user_header_area h4 {
    transition: 0.5s;
    font-size: 16px;
  }
}
.acount_wrapper .account_info_area {
  margin-top: 50px;
}
.acount_wrapper .account_info_grid {
  display: grid;
  grid-template-columns: minmax(0, 180px) repeat(1, minmax(0, 1fr));
  align-items: start;
  gap: 5px 40px;
  padding: 15px 0;
  border-bottom: 1px solid #d7d7d7;
}
@media all and (max-width: 575px) {
  .acount_wrapper .account_info_grid {
    transition: 0.5s;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.acount_wrapper .account_info_grid h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
.acount_wrapper .account_info_grid h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
.acount_wrapper .profile_item {
  margin-top: 30px;
}
.acount_wrapper .profile_item h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 10px;
}
.acount_wrapper .signature_area {
  margin-top: 50px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d7d7d7;
}
.acount_wrapper .signature_area h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
.acount_wrapper .create_date_area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 100px;
  margin-top: 50px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .acount_wrapper .create_date_area {
    transition: 0.5s;
    gap: 10px 40px;
  }
}
@media all and (max-width: 767px) {
  .acount_wrapper .create_date_area {
    transition: 0.5s;
    gap: 10px 20px;
  }
}
.acount_wrapper .create_date_area h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
.acount_wrapper .create_date_area h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
.acount_wrapper .account_title_area h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  padding-bottom: 15px;
  border-bottom: 1px solid #d7d7d7;
}
@media all and (max-width: 767px) {
  .acount_wrapper .account_title_area h3 {
    transition: 0.5s;
    font-size: 18px;
    padding-bottom: 12px;
  }
}
.acount_wrapper .notice_item_wrapper {
  margin-top: 18px;
}
.acount_wrapper .notice_item {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #d7d7d7;
}
.acount_wrapper .notice_item .notice_date_area img {
  width: 20px;
  max-width: 20px;
}
.acount_wrapper .notice_item .notice_date_area h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
.acount_wrapper .notice_item h5 {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  margin-top: 5px;
}
.acount_wrapper .transaction_wrapper {
  margin-top: 20px;
}
.acount_wrapper .transaction_wrapper h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
.acount_wrapper .change_password_wrapper {
  max-width: 490px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.acount_wrapper .overview_wrapper {
  margin-top: 50px;
}
.acount_wrapper .overview_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 20px 30px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .acount_wrapper .overview_grid {
    transition: 0.5s;
    gap: 20px;
  }
}
@media all and (max-width: 575px) {
  .acount_wrapper .overview_grid {
    transition: 0.5s;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.acount_wrapper .overview_item {
  border: 1px solid #d7d7d7;
  border-radius: 15px;
}
.acount_wrapper .overview_item h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  padding: 12px 0px;
  text-align: center;
  border-bottom: 1px solid #d7d7d7;
}
.acount_wrapper .overview_item .overview_body_area {
  height: 123px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.acount_wrapper .overview_item .overview_body_area h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #333333;
}

.account_user_title_area {
  margin-top: 20px;
}
.account_user_title_area h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}

.notice_details_wrapper .notice_details_content_area {
  max-width: 630px;
  width: 100%;
}
.notice_details_wrapper .notice_details_content_area p {
  margin-top: 12px;
}
.notice_details_wrapper .notice_details_content_area h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  margin-top: 10px;
}
@media all and (max-width: 767px) {
  .notice_details_wrapper .notice_details_content_area h5 {
    transition: 0.5s;
    font-size: 16px;
  }
}
.notice_details_wrapper .notice_details_content_area .default_btn {
  margin-top: 30px;
}
.notice_details_wrapper .pdf_import_area {
  margin-top: 50px;
}

.event_page_wrapper .event_item_top_area {
  border-top: 1px solid #d7d7d7;
  margin-top: 40px;
}
.event_page_wrapper .event_slider_grid {
  display: grid;
  grid-template-columns: minmax(0, 310px) repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 20px 40px;
  padding: 30px 0;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #d7d7d7;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .event_page_wrapper .event_slider_grid {
    transition: 0.5s;
    grid-template-columns: minmax(0, 270px) repeat(1, minmax(0, 1fr));
    align-items: center;
    gap: 20px 20px;
  }
}
@media all and (max-width: 991px) {
  .event_page_wrapper .event_slider_grid {
    transition: 0.5s;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 20px;
  }
}
.event_page_wrapper .event_slider_grid .event_cotnent_area {
  padding: 0px 5px;
  text-align: start;
}
.event_page_wrapper .event_slider_grid .event_cotnent_area .inner_page_title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  .event_page_wrapper .event_slider_grid .event_cotnent_area .inner_page_title {
    transition: 0.5s;
    margin-top: 10px;
  }
}
.event_page_wrapper .event_slider_grid .event_cotnent_area p {
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  .event_page_wrapper .event_slider_grid .event_cotnent_area p {
    transition: 0.5s;
    margin-top: 10px;
  }
}
@media all and (max-width: 767px) {
  .event_page_wrapper .event_slider_grid .event_cotnent_area .event_btn_area .default_btn {
    transition: 0.5s;
    width: 138px;
  }
}
.event_page_wrapper .previous_event_right_area {
  margin-top: 25px;
}
.event_page_wrapper .related_blog_grid {
  display: grid;
  grid-template-columns: minmax(0, 111px) repeat(1, minmax(0, 1fr));
  align-items: start;
  gap: 20px;
  margin-top: 26px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .event_page_wrapper .related_blog_grid {
    transition: 0.5s;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.event_page_wrapper .related_blog_grid .related_blog_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 73px;
  border-radius: 4px;
  overflow: hidden;
}
.event_page_wrapper .related_blog_grid .related_blog_img img {
  max-height: 100%;
}
.event_page_wrapper .related_blog_grid .related_blog_img img:hover {
  opacity: 0.9;
}
.event_page_wrapper .related_blog_grid h5 a {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #333333;
  width: 100%;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}
.event_page_wrapper .related_blog_grid h5 a:hover {
  opacity: 0.8;
}
.event_page_wrapper .related_blog_grid p {
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*Event Details */
.event_details_wrapper .info_list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.event_details_wrapper .info_list li .info_icon {
  width: 16px;
  max-width: 16px;
}
.event_details_wrapper .info_list li h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  margin-top: 3px;
}
.event_details_wrapper .event_main_img_area {
  margin: 20px 0;
}
.event_details_wrapper .event_main_img_area img {
  border-radius: 15px;
}
.event_details_wrapper .event_deatils_content_area p {
  margin-top: 15px;
}
@media all and (max-width: 767px) {
  .event_details_wrapper .event_deatils_content_area p {
    transition: 0.5s;
    margin-top: 10px;
  }
}

.contact_wrapper .contact_address_area {
  padding: 40px 30px;
  border: 1px solid #d7d7d7;
  border-radius: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact_wrapper .contact_address_area {
    transition: 0.5s;
    padding: 30px 12px;
  }
}
@media all and (max-width: 767px) {
  .contact_wrapper .contact_address_area {
    transition: 0.5s;
    padding: 30px 20px;
  }
}
.contact_wrapper .address_item {
  text-align: center;
  padding: 28px 0;
  margin-top: 18px;
  border-bottom: 1px solid #d7d7d7;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact_wrapper .address_item {
    transition: 0.5s;
    padding: 25px 0;
    margin-top: 1px;
  }
}
@media all and (max-width: 767px) {
  .contact_wrapper .address_item {
    transition: 0.5s;
    padding: 20px 0;
    margin-top: 0;
  }
}
.contact_wrapper .address_item h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #333333;
  margin-top: 15px;
}
@media all and (max-width: 767px) {
  .contact_wrapper .address_item h3 {
    transition: 0.5s;
    font-size: 18px;
  }
}
.contact_wrapper .address_item h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-top: 10px;
}
@media all and (max-width: 767px) {
  .contact_wrapper .address_item h4 {
    transition: 0.5s;
    font-size: 14px;
  }
}
.contact_wrapper .address_item h4 a:hover {
  opacity: 0.8;
}
.contact_wrapper .contact_social_list {
  margin-top: 40px;
  margin-bottom: 30px;
}
.contact_wrapper .contact_social_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.contact_wrapper .contact_social_list a:hover {
  background-color: #333333;
}
@media all and (max-width: 767px) {
  .contact_wrapper .member_image_area {
    transition: 0.5s;
    display: none;
  }
}
.contact_wrapper .other_login_option_area {
  display: flex;
  align-items: center;
  gap: 10px 14px;
  padding: 20px 30px;
  margin-top: 35px;
  border: 1px solid #d7d7d7;
  border-radius: 15px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.contact_wrapper .other_login_option_area:hover {
  background-color: #d7d7d7;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact_wrapper .other_login_option_area {
    transition: 0.5s;
    padding: 15px 20px;
    margin-top: 30px;
  }
}
@media all and (max-width: 767px) {
  .contact_wrapper .other_login_option_area {
    transition: 0.5s;
    padding: 15px 20px;
    margin-top: 25px;
  }
}
.contact_wrapper .other_login_option_area .icon_area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #ff0000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.contact_wrapper .other_login_option_area h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
}

.map_wrapper iframe {
  width: 100%;
  height: 300px;
}
.map_wrapper .map_text_wrapper {
  padding: 20px 0;
  margin-top: -7px;
  background: #c80000;
}
.map_wrapper .page_title {
  color: white;
}

/* News Section */
.news_page_wrapper {
  padding-bottom: 20px;
  border-bottom: 1px solid #d7d7d7;
}
.news_page_wrapper .news_grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  align-items: start;
  gap: 0px 30px;
  margin-bottom: 26px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .news_page_wrapper .news_grid {
    transition: 0.5s;
    gap: 0px 10px;
  }
}
@media all and (max-width: 767px) {
  .news_page_wrapper .news_grid {
    transition: 0.5s;
    margin-bottom: 20px;
    grid-template-columns: minmax(0, 1fr);
  }
}
.news_page_wrapper .news_grid .img {
  display: block;
  width: 100%;
  max-height: 280px;
  overflow: hidden;
}
.news_page_wrapper .news_grid .img:hover {
  opacity: 0.9;
}
.news_page_wrapper .news_grid .img img {
  width: 100%;
  max-height: 100%;
}
@media all and (min-width: 768px) {
  .news_page_wrapper .news_right_col {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    border-left: 1px solid #d7d7d7;
  }
}
.news_page_wrapper .content {
  margin-top: 20px;
}
.news_page_wrapper .content .news_title {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.news_page_wrapper .content .news_title:hover {
  color: #333;
  opacity: 0.8;
}
.news_page_wrapper .content h4 {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 8px;
}
.news_page_wrapper .content p {
  margin-top: 15px;
}
@media all and (max-width: 991px) {
  .news_page_wrapper .content p {
    transition: 0.5s;
    margin-top: 10px;
  }
}
.news_page_wrapper .content .read_more_btn {
  margin-top: 25px;
}
@media all and (max-width: 991px) {
  .news_page_wrapper .content .read_more_btn {
    transition: 0.5s;
    margin-top: 20px;
  }
}
.news_page_wrapper .category_list_item {
  margin-top: 40px;
}
@media all and (max-width: 991px) {
  .news_page_wrapper .category_list_item {
    transition: 0.5s;
    margin-top: 30px;
  }
}
.news_page_wrapper .category_list_item li {
  margin-top: 10px;
}
.news_page_wrapper .category_list_item li a {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media all and (max-width: 991px) {
  .news_page_wrapper .category_list_item li a {
    transition: 0.5s;
    font-size: 14px;
  }
}
.news_page_wrapper .category_list_item li a:hover {
  opacity: 0.8;
}
.news_page_wrapper .recent_item {
  margin-top: 35px;
}
.news_page_wrapper .recent_grid {
  display: grid;
  grid-template-columns: minmax(0, 0.4fr) minmax(0, 1fr);
  align-items: start;
  gap: 20px;
  margin-top: 26px;
}
.news_page_wrapper .recent_grid:hover {
  opacity: 0.8;
}
.news_page_wrapper .recent_grid .img {
  width: 100%;
  height: 73px;
}
.news_page_wrapper .recent_grid .img img {
  width: 100%;
  height: 100%;
}
.news_page_wrapper .recent_grid h4 {
  color: #404a3d;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
@media all and (max-width: 991px) {
  .news_page_wrapper .recent_grid h4 {
    transition: 0.5s;
    font-size: 14px;
  }
}
.news_page_wrapper .recent_grid p {
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.news_page_wrapper .share_btn {
  margin-top: 40px;
}
.news_page_wrapper .details_content_area {
  margin-top: 30px;
}
.news_page_wrapper .details_content_area .company_name {
  font-weight: 400;
}
.news_page_wrapper .details_content_area p {
  margin-top: 20px;
}
@media all and (max-width: 991px) {
  .news_page_wrapper .details_content_area p {
    transition: 0.5s;
    margin-top: 10px;
  }
}

.news_page_wrapper2 .news_left_area .content {
  position: absolute;
  bottom: 20px;
  left: 15px;
}
.news_page_wrapper2 .news_left_area .content .name,
.news_page_wrapper2 .news_left_area .content h4 {
  color: white;
}
.news_page_wrapper2 .news_grid {
  grid-template-columns: minmax(0, 120px) repeat(1, minmax(0, 1fr));
  gap: 20px 10px;
}
.news_page_wrapper2 .news_grid .img {
  height: 100px;
}

.ec_new_member_wrapper {
  padding-top: 140px;
  padding-bottom: 50px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}
@media all and (max-width: 770px) {
  .ec_new_member_wrapper {
    transition: 0.5s;
    padding-top: 80px;
  }
}
.ec_new_member_wrapper .member_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 140px 80px;
  max-width: 984px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ec_new_member_wrapper .member_grid {
    transition: 0.5s;
    gap: 70px 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ec_new_member_wrapper .member_grid {
    transition: 0.5s;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 70px 30px;
  }
}
@media all and (max-width: 767px) {
  .ec_new_member_wrapper .member_grid {
    transition: 0.5s;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 50px 10px;
  }
}
.ec_new_member_wrapper .member_item {
  filter: drop-shadow(0px 4px 31.9px rgba(0, 0, 0, 0.25));
  border-radius: 28px 28px 27px 27px;
  background: #fff;
  height: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.ec_new_member_wrapper .member_item:hover {
  filter: drop-shadow(0px 4px 28.9px rgba(0, 0, 0, 0.4));
  -webkit-filter: drop-shadow(0px 4px 28.9px rgba(0, 0, 0, 0.4));
}
.ec_new_member_wrapper .member_img_area {
  position: relative;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: -70px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ec_new_member_wrapper .member_img_area {
    transition: 0.5s;
    width: 120px;
    height: 120px;
    margin-top: -50px;
  }
}
@media all and (max-width: 991px) {
  .ec_new_member_wrapper .member_img_area {
    transition: 0.5s;
    width: 80px;
    height: 80px;
    margin-top: -30px;
  }
}
.ec_new_member_wrapper .member_img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 4px solid #d8aa5c;
}
.ec_new_member_wrapper .small_logo {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 28px;
  max-height: 28px;
}
.ec_new_member_wrapper .content_area {
  padding: 18px 25px 40px 25px;
  text-align: center;
  margin-top: 10px;
}
.ec_new_member_wrapper .content_area h4 {
  color: rgba(0, 0, 0, 0.78);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
  font-family: "Poppins", sans-serif;
}
.ec_new_member_wrapper .member_title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 14px;
}
.ec_new_member_wrapper .footer_area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.ec_new_member_wrapper .footer_area .social_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.ec_new_member_wrapper .footer_area .social_link i {
  font-size: 16px;
  color: #d8aa5c;
}
.ec_new_member_wrapper .footer_area .social_link:hover {
  background-color: rgba(215, 215, 215, 0.6);
}

.general_member_wrapper .general_member_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 40px 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .general_member_wrapper .general_member_grid {
    transition: 0.5s;
    gap: 40px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .general_member_wrapper .general_member_grid {
    transition: 0.5s;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 20px;
  }
}
@media all and (max-width: 767px) {
  .general_member_wrapper .general_member_grid {
    transition: 0.5s;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 10px;
  }
}
.general_member_wrapper .general_item {
  position: relative;
  border: 1px solid #a1adb3;
  background: #fff;
  box-shadow: 0px 4px 20.6px 0px rgba(0, 0, 0, 0.25);
  height: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.general_member_wrapper .general_item:hover {
  box-shadow: 0px 4px 20.6px 0px rgba(0, 0, 0, 0.4);
}
.general_member_wrapper .general_item .general_member_shape {
  position: absolute;
  top: 0;
  left: 0;
}
.general_member_wrapper .img_area {
  position: relative;
  z-index: 5;
  width: 154px;
  height: 154px;
  background-color: white;
  border: 13px solid #d8aa5c;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .general_member_wrapper .img_area {
    transition: 0.5s;
    width: 140px;
    height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .general_member_wrapper .img_area {
    transition: 0.5s;
    width: 110px;
    height: 110px;
    border: 8px solid #d8aa5c;
    padding: 6px;
  }
}
@media all and (max-width: 767px) {
  .general_member_wrapper .img_area {
    transition: 0.5s;
    width: 80px;
    height: 80px;
    border: 4px solid #d8aa5c;
    padding: 4px;
    margin-top: 20px;
  }
}
.general_member_wrapper .img_area .member_img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.general_member_wrapper .content_area {
  margin: 30px 0;
  padding: 0 20px;
  text-align: center;
}
@media all and (max-width: 991px) {
  .general_member_wrapper .content_area {
    transition: 0.5s;
    margin: 20px 0;
    padding: 0 10px;
  }
}
.general_member_wrapper .content_area h3 {
  color: #282828;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.general_member_wrapper .content_area h6 {
  color: #3e3e59;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.founder_member_wrapper .founder_member_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 40px 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .founder_member_wrapper .founder_member_grid {
    transition: 0.5s;
    gap: 40px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .founder_member_wrapper .founder_member_grid {
    transition: 0.5s;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 20px;
  }
}
@media all and (max-width: 767px) {
  .founder_member_wrapper .founder_member_grid {
    transition: 0.5s;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 10px;
  }
}
.founder_member_wrapper .member_item {
  border: 3px solid #ffb05c;
  background-color: black;
}
@media all and (max-width: 991px) {
  .founder_member_wrapper .member_item {
    transition: 0.5s;
    border: 2px solid #ffb05c;
  }
}
.founder_member_wrapper .img_area {
  position: relative;
  z-index: 5;
  width: 130px;
  height: 130px;
  background-color: #292929;
  border: 1px solid #ffb05c;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .founder_member_wrapper .img_area {
    transition: 0.5s;
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .founder_member_wrapper .img_area {
    transition: 0.5s;
    width: 80px;
    height: 80px;
    padding: 6px;
  }
}
@media all and (max-width: 767px) {
  .founder_member_wrapper .img_area {
    transition: 0.5s;
    width: 80px;
    height: 80px;
    padding: 4px;
    margin-top: 20px;
  }
}
.founder_member_wrapper .img_area .member_img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #d7d7d7;
}
.founder_member_wrapper .member_logo {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 28px;
  max-height: 28px;
}
.founder_member_wrapper .content_area {
  margin: 30px 0;
  padding: 0 20px;
  text-align: center;
}
@media all and (max-width: 991px) {
  .founder_member_wrapper .content_area {
    transition: 0.5s;
    margin: 20px 0;
    padding: 0 10px;
  }
}
.founder_member_wrapper .content_area h3 {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.founder_member_wrapper .content_area h5 {
  color: white;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.life_member_wrapper .life_member_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 40px 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .life_member_wrapper .life_member_grid {
    transition: 0.5s;
    gap: 40px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .life_member_wrapper .life_member_grid {
    transition: 0.5s;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 20px;
  }
}
@media all and (max-width: 767px) {
  .life_member_wrapper .life_member_grid {
    transition: 0.5s;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 10px;
  }
}
.life_member_wrapper .member_item {
  padding: 30px 10px;
  background: #fff;
  filter: drop-shadow(0px 4px 17.6px rgba(0, 0, 0, 0.25));
  -webkit-filter: drop-shadow(0px 4px 17.6px rgba(0, 0, 0, 0.25));
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media all and (max-width: 767px) {
  .life_member_wrapper .member_item {
    transition: 0.5s;
    padding: 20px 10px;
  }
}
.life_member_wrapper .member_item:hover {
  filter: drop-shadow(0px 4px 17.6px rgba(0, 0, 0, 0.5));
  -webkit-filter: drop-shadow(0px 4px 17.6px rgba(0, 0, 0, 0.5));
}
.life_member_wrapper .img_area {
  position: relative;
  z-index: 5;
  width: 124px;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask-image: url("/assets/images/life_member_shape.png");
  mask-image: url("/assets/images/life_member_shape.png");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media all and (max-width: 767px) {
  .life_member_wrapper .img_area {
    transition: 0.5s;
    width: 100px;
    height: 110px;
  }
}
.life_member_wrapper .img_area img {
  width: 100%;
  height: 100%;
}
.life_member_wrapper .img_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/life_member_shape.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}
.life_member_wrapper .content_area {
  margin-top: 20px;
  text-align: center;
}
@media all and (max-width: 991px) {
  .life_member_wrapper .content_area {
    transition: 0.5s;
    margin-top: 10px;
  }
}
.life_member_wrapper .content_area h3 {
  color: #282828;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
@media all and (max-width: 991px) {
  .life_member_wrapper .content_area h3 {
    transition: 0.5s;
    font-size: 18px;
  }
}
.life_member_wrapper .content_area h6 {
  font-family: "Poppins", sans-serif;
  color: #3e3e59;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 2px;
}

.formal_president_wrapper .formal_president_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 40px 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .formal_president_wrapper .formal_president_grid {
    transition: 0.5s;
    gap: 40px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .formal_president_wrapper .formal_president_grid {
    transition: 0.5s;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 20px;
  }
}
@media all and (max-width: 767px) {
  .formal_president_wrapper .formal_president_grid {
    transition: 0.5s;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 10px;
  }
}
.formal_president_wrapper .member_item {
  padding: 30px 10px;
  background-color: #282828;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .formal_president_wrapper .member_item {
    transition: 0.5s;
    padding: 20px 10px;
  }
}
.formal_president_wrapper .img_main_area {
  position: relative;
  width: 133px;
  height: 154px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 767px) {
  .formal_president_wrapper .img_main_area {
    transition: 0.5s;
    width: 113px;
    height: 134px;
  }
}
.formal_president_wrapper .img_main_area::after {
  content: "";
  position: absolute;
  bottom: 38px;
  left: -50%;
  width: 1000%;
  height: 1px;
  background-color: #d8aa5c;
}
.formal_president_wrapper .img_area {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask-image: url("/assets/images/member_shape.png");
  mask-image: url("/assets/images/member_shape.png");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  border: 1px solid #d8aa5c;
}
.formal_president_wrapper .img_area img {
  width: 100%;
  height: 100%;
}
.formal_president_wrapper .img_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/member_shape.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: difference;
}
.formal_president_wrapper .content_area {
  margin-top: 20px;
  text-align: center;
}
@media all and (max-width: 991px) {
  .formal_president_wrapper .content_area {
    transition: 0.5s;
    margin-top: 10px;
  }
}
.formal_president_wrapper .content_area h3 {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
@media all and (max-width: 991px) {
  .formal_president_wrapper .content_area h3 {
    transition: 0.5s;
    font-size: 18px;
  }
}
.formal_president_wrapper .content_area h6 {
  font-family: "Poppins", sans-serif;
  color: #d8aa5c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 2px;
}

.affilated__clubs__wrapper .affilated__clubs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 25px;
}
@media all and (max-width: 768px) {
  .affilated__clubs__wrapper .affilated__clubs {
    transition: 0.5s;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 426px) {
  .affilated__clubs__wrapper .affilated__clubs {
    transition: 0.5s;
    grid-template-columns: repeat(1, 1fr);
  }
}
.affilated__clubs__wrapper .affilated__clubs .card__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 3.8rem;
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
  padding: 2.5rem 1rem;
  transition: all 0.2s;
  cursor: pointer;
  height: 100%;
}
.affilated__clubs__wrapper .affilated__clubs .card__item:hover {
  transform: scale(1.02);
}
.affilated__clubs__wrapper .affilated__clubs .card__item .card__img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  min-height: 146px;
  max-height: 146px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.affilated__clubs__wrapper .affilated__clubs .card__item .card__content h2 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #d8aa5c;
}

.modal-content .modal__body__content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.modal-content .modal__body__content p {
  display: block;
  padding: 2rem 4rem;
  background-color: #d8aa5c;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}

.member__benefits__wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #FCF7EF;
}
.member__benefits__wrapper .member__benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 25px;
}
@media all and (max-width: 768px) {
  .member__benefits__wrapper .member__benefits {
    transition: 0.5s;
    grid-template-columns: repeat(1, 1fr);
  }
}
.member__benefits__wrapper .member__benefits .card__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  border-radius: 13px;
  padding: 6rem 2rem;
  background-color: #ffffff;
  transition: all 0.2s;
  cursor: pointer;
}
.member__benefits__wrapper .member__benefits .card__item:hover {
  transform: scale(1.02);
}
.member__benefits__wrapper .member__benefits .card__item .card__img img {
  width: 100%;
  height: 100%;
  max-height: 67px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.member__benefits__wrapper .member__benefits .card__item .card__content {
  text-align: center;
}
.member__benefits__wrapper .member__benefits .card__item .card__content h1 {
  font-size: 28px;
  font-weight: 600;
}
.member__benefits__wrapper .member__benefits .card__item .card__content p {
  margin-top: 2rem;
  font-size: 17px;
  font-weight: 600;
  color: rgba(216, 170, 92, 0.6);
}

.founder__members__wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #FCF7EF;
  font-family: "Poppins", sans-serif;
}
.founder__members__wrapper .founder__members {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 15px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media all and (max-width: 1024px) {
  .founder__members__wrapper .founder__members {
    transition: 0.5s;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 120px;
  }
}
@media all and (max-width: 768px) {
  .founder__members__wrapper .founder__members {
    transition: 0.5s;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 120px;
  }
}
.founder__members__wrapper .founder__members .card__item {
  position: relative;
  z-index: 2;
  width: 270px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  margin: 0 auto;
  /* Background shape */
}
.founder__members__wrapper .founder__members .card__item::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -160px;
  /* Adjust as needed */
  left: 50%;
  transform: translateX(-50%);
  width: 350px;
  height: 100%;
  /* Adjust the height of the background shape */
  background-image: url("/assets/images/founder-member-bg-shape.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.founder__members__wrapper .founder__members .card__item .card__img {
  position: absolute;
  z-index: 11;
  left: 50%;
  top: -70px;
  transform: translate(-50%);
  overflow: hidden;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 10px solid #d8aa5c;
}
.founder__members__wrapper .founder__members .card__item .card__img img {
  width: 100%;
  height: 100%;
  max-width: 110px;
  max-height: 111px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.founder__members__wrapper .founder__members .card__item .card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  text-align: center;
  background-color: #ffffff;
  border-radius: 18px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 6rem 0.2rem 2rem 0.2rem;
}
.founder__members__wrapper .founder__members .card__item .card__content .inner h1 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.founder__members__wrapper .founder__members .card__item .card__content .inner .designation__1 {
  margin-top: 1.2rem;
  font-size: 16px;
  font-weight: 400;
}
.founder__members__wrapper .founder__members .card__item .card__content .inner .designation__2 {
  margin-top: 0.8rem;
  font-size: 16px;
  font-weight: 400;
}
.founder__members__wrapper .founder__members .card__item .card__content .card__company__img img {
  width: 100%;
  height: 100%;
  max-width: 90px;
  max-height: 38px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.achievements__wrapper {
  position: relative;
  padding-bottom: 100px;
}
.achievements__wrapper .achievements__shape .top__shape {
  position: absolute;
  top: -190px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 200px;
  background-image: url("/assets/images/achievements-top-shape-1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
@media all and (max-width: 768px) {
  .achievements__wrapper .achievements__shape .top__shape {
    transition: 0.5s;
    top: -100px;
    height: 150px;
  }
}
.achievements__wrapper .achievements__shape .bottom__right__shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 615px;
  height: 265px;
  background-image: url("/assets/images/achievements-bottom-right-shape-1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
@media all and (max-width: 768px) {
  .achievements__wrapper .achievements__shape .bottom__right__shape {
    transition: 0.5s;
    width: 320px;
    height: 130px;
  }
}
.achievements__wrapper .achievements__shape .bottom__left__shape {
  position: absolute;
  bottom: 0;
  left: 8%;
  transform: translate(-8%);
  width: 155px;
  height: 155px;
  background-image: url("/assets/images/achievements-bottom-left-shape-1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.achievements__wrapper .achievements__shape .left__shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65px;
  height: 510px;
  background-image: url("/assets/images/achievements-left-shape-1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.achievements__wrapper .achievements__shape .right__shape {
  position: absolute;
  bottom: 40%;
  right: 0;
  width: 140px;
  height: 173px;
  background-image: url("/assets/images/achievements-right-shape-1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.achievements__wrapper .achievements {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 100px;
}
@media all and (max-width: 768px) {
  .achievements__wrapper .achievements {
    transition: 0.5s;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 50px;
  }
}
.achievements__wrapper .achievements .card__item {
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.14);
  background-color: #FCF7EF;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.achievements__wrapper .achievements .card__item:hover {
  transform: scale(1.02);
}
.achievements__wrapper .achievements .card__item .card__img img {
  width: 100%;
  height: 100%;
  max-height: 375px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 12px;
}
.achievements__wrapper .achievements .card__item .card__content {
  padding: 30px;
}
.achievements__wrapper .achievements .card__item .card__content h2 {
  font-size: 18px;
  font-weight: 600;
  color: #d8aa5c;
}

/* About  Section */
.about_content_wrapper {
  margin-top: 30px;
}
.about_content_wrapper p {
  color: #000;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.96px;
}

/* History Section */
.history_content_wrapper .page_inner_title {
  border-left: 6px solid #d8aa5c;
  padding-left: 10px;
  font-style: italic;
  margin-bottom: 20px;
}
.history_content_wrapper p {
  margin-bottom: 12px;
}

/* Object Section */
.object_wrapper p {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 24px;
}

/* president Message Section */
.president_wrapper .president_grid {
  display: grid;
  grid-template-columns: minmax(0, 100px) repeat(1, minmax(0, 1fr));
  align-items: start;
  gap: 20px 0px;
  background: #fff;
  box-shadow: 0px 47.683px 101.454px 0px rgba(0, 0, 0, 0.24);
}
@media all and (max-width: 767px) {
  .president_wrapper .president_grid {
    transition: 0.5s;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.president_wrapper .name_area {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  gap: 10px;
  height: 100%;
  width: 100%;
  color: white;
  background-color: #050505;
}
@media all and (max-width: 767px) {
  .president_wrapper .name_area {
    transition: 0.5s;
    display: none;
  }
}
.president_wrapper .name_area .president_logo {
  max-width: 70px;
  margin-top: 40px;
}
.president_wrapper .name_area h4 {
  color: #fff;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transform: rotate(180deg);
  text-orientation: mixed;
  writing-mode: vertical-lr;
  margin: 0;
  margin-top: 20px;
}
.president_wrapper .message_content_area {
  padding: 40px 20px 10px 20px;
}
@media all and (max-width: 767px) {
  .president_wrapper .message_content_area {
    transition: 0.5s;
    padding: 30px 20px 10px 20px;
  }
}
.president_wrapper .message_area {
  display: grid;
  grid-template-columns: minmax(0, 330px) repeat(1, minmax(0, 1fr));
  align-items: start;
  gap: 20px 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .president_wrapper .message_area {
    transition: 0.5s;
    grid-template-columns: minmax(0, 230px) repeat(1, minmax(0, 1fr));
  }
}
@media all and (max-width: 767px) {
  .president_wrapper .message_area {
    transition: 0.5s;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.president_wrapper .president_img {
  margin-top: 5px;
  margin-left: -20px;
  width: 100%;
}
@media all and (max-width: 767px) {
  .president_wrapper .president_img {
    transition: 0.5s;
    width: 100%;
    margin-left: 0;
  }
}
.president_wrapper .president_text {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.president_wrapper p {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
  color: #000;
}
.president_wrapper p font,
.president_wrapper p span {
  display: block;
}
.president_wrapper .user_address_area {
  text-align: end;
  margin-top: 20px;
}
.president_wrapper .user_address_area h4 {
  color: rgba(0, 0, 0, 0.78);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.president_wrapper .user_address_area h5,
.president_wrapper .user_address_area a {
  color: rgba(0, 0, 0, 0.78);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.president_wrapper .user_address_area a:hover {
  opacity: 0.8;
}

/* EC Member  Section */
.ec_member_wrapper .president_img {
  padding: 10px;
  border: 1px solid #eaeaea;
}
.ec_member_wrapper .president_content h5 {
  border-top: 1px solid #222222;
  margin-top: 10px;
  padding-top: 5px;
}

/* Notice Section */
.notice_page_wrapper .notice_card_area {
  border: 1px solid #eaeaea;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin-top: 30px;
}
.notice_page_wrapper .notice_card_area ul i {
  font-size: 14px;
}
.notice_page_wrapper .notice_card_area p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
}
.notice_page_wrapper .notice_img {
  height: 200px;
}
.notice_page_wrapper .notice_img img {
  width: 100%;
  height: 100%;
}
.notice_page_wrapper .notice_conent {
  padding: 15px;
  margin-top: 10px;
}
.notice_page_wrapper .notice_conent span {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

/*Gallery Section */
.gallery_wrapper {
  margin-top: 50px;
}
.gallery_wrapper .gallery_item {
  display: block;
  margin-top: 30px;
  text-align: center;
}
.gallery_wrapper .gallery_item:hover {
  opacity: 0.8;
}
.gallery_wrapper .gallery_item img {
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery_wrapper .gallery_item h4 {
  font-size: 17px;
  font-weight: 500;
  margin-top: 5px;
}
.gallery_wrapper .swiper-scrollbar {
  height: 10px;
  bottom: -20px;
  cursor: grab;
}
.gallery_wrapper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #00a7d0;
}
.gallery_wrapper .nav-pills {
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
}
.gallery_wrapper .nav-pills .nav-link {
  font-size: 14px;
  font-weight: 600;
  color: black;
  border: 1px solid #d7d7d7 !important;
}
.gallery_wrapper .nav-pills .active {
  color: white;
  background-color: #d8aa5c;
}

/* Gallery Details  Section */
.gallery_details_wrapper .gallery_popup {
  display: block;
  margin-top: 30px;
}
.gallery_details_wrapper .gallery_popup img {
  width: 100%;
  height: 200px;
}
.gallery_details_wrapper .gallery_popup img:hover {
  opacity: 0.8;
}
.gallery_details_wrapper .slider_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery_details_wrapper .slider_img {
    transition: 0.5s;
    height: 300px;
  }
}
@media all and (max-width: 767px) {
  .gallery_details_wrapper .slider_img {
    transition: 0.5s;
    height: 250px;
  }
}
.gallery_details_wrapper .slider_img img {
  max-height: 100%;
}
.gallery_details_wrapper .gallery-thumbs {
  margin-top: 30px;
}
@media all and (max-width: 991px) {
  .gallery_details_wrapper .gallery-thumbs {
    transition: 0.5s;
    margin-top: 20px;
  }
}
.gallery_details_wrapper .gallery-thumbs .swiper-wrapper {
  justify-content: center;
}
.gallery_details_wrapper .gallery-thumbs .swiper-slide {
  width: 120px;
  opacity: 0.7;
}
.gallery_details_wrapper .gallery-thumbs .slider_thumb_img img {
  width: 120px;
  height: 100px;
  cursor: pointer;
}
.gallery_details_wrapper .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.gallery_details_wrapper .gallery-thumbs .swiper-slide-thumb-active img {
  border: 2px solid #0fc94e;
}
.gallery_details_wrapper .slider_arrow_area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 50px;
}
.gallery_details_wrapper .slider_arrow_area .swiper_next_icon,
.gallery_details_wrapper .slider_arrow_area .swiper_prev_icon {
  position: static;
}

/*  Event Form Section */
.event_form_wrapper {
  border-top: 1px solid #eaeaea;
}
.event_form_wrapper .event_form {
  padding: 40px 0;
  background-color: black;
}
.event_form_wrapper .event_form input {
  font-family: "Poppins", sans-serif;
}

/* Sign In Section */
.login_header_wrapper {
  padding: 10px 0;
  background-color: white;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-bottom: 1.5px solid #eaeaea;
}
.login_header_wrapper .logo {
  max-width: 70px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .login_header_wrapper .logo {
    transition: 0.5s;
    max-width: 50px;
  }
}
@media all and (max-width: 767px) {
  .login_header_wrapper .logo {
    transition: 0.5s;
    max-width: 40px;
  }
}

.login_wrapper {
  margin-top: 30px;
}
.login_wrapper .login_area {
  border: 1px solid #eaeaea;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.login_wrapper .header {
  padding: 10px;
  background-color: #eaeaea;
}
.login_wrapper .login_form {
  margin: 20px 0;
  padding: 14px;
}
.login_wrapper .login_btn_area a {
  text-decoration: underline;
}

.code_conduct_wrapper .page_inner_title {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

.member__section input {
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  height: 48px;
  border: none;
  transition: 0.5s all;
}
.member__section input:focus {
  box-shadow: none;
}
.member__section select {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  border: none;
  height: 48px;
}
.member__section select:focus {
  box-shadow: none;
}
.member__section .search__text {
  margin-right: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
@media (min-width: 320px) and (max-width: 767px) {
  .member__section .search__text {
    transition: 0.5s;
    margin-right: 10px;
  }
}
.member__section .publication__grid {
  padding: 40px 0 0 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .member__section .publication__grid {
    transition: 0.5s;
    padding: 30px 0 0 0;
  }
}
.member__section .publication__grid .each {
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  transition: 0.5s all;
  padding: 20px;
  margin-bottom: 30px;
}
.member__section .publication__grid .each:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.member__section .publication__grid .each h6 {
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  color: #2c2c72;
}
.member__section .publication__grid .each p {
  padding: 15px 0 25px 0;
}
.member__section .member__grid {
  padding: 40px 0 0 0;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 320px) and (max-width: 767px) {
  .member__section .member__grid {
    transition: 0.5s;
    grid-template-columns: 1fr;
    padding: 30px 0 0 0;
  }
}
.member__section .member__grid .each {
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  text-align: center;
  transition: 0.5s all;
}
.member__section .member__grid .each:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.member__section .member__grid .each .img__wraper {
  padding: 20px 15px 15px 15px;
}
.member__section .member__grid .each .img__wraper img {
  border-radius: 15px;
}
.member__section .member__grid .each .heading h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.member__section .member__grid .each .heading p {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #2c2c72;
}
.member__section .member__grid .each .batch {
  padding: 6px 15px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  margin: 8px 0 0 0;
}
.member__section .member__grid .each .batch p {
  font-size: 12px;
  line-height: 24px;
  color: #2c2c72;
}
.member__section .member__grid .each .batch p span {
  font-weight: 600;
}
.member__section .member__grid .each .email {
  padding: 8px 0;
  font-size: 12px;
  line-height: 24px;
}
.member__section .member__grid .each .email span {
  font-weight: 600;
  color: #2c2c72;
}
.member__section .details__grid .content {
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 20px;
}
.member__section .details__grid .content h6 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #2c2c72;
  padding: 15px 0 15px 0;
}
.member__section .details__grid .content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  text-align: justify;
}

.ec__member__section .img__wraper img {
  height: 250px;
}
@media all and (max-width: 991px) {
  .ec__member__section .img__wraper img {
    transition: 0.5s;
    height: 220px;
  }
}

/* Member Details */
@media all and (max-width: 767px) {
  .member_details_wrapper .d-flex-between {
    transition: 0.5s;
    justify-content: start;
    align-items: start;
    flex-direction: column;
  }
}
.member_details_wrapper .member_img img {
  max-height: 500px;
}
.member_details_wrapper .bredcrumb_title {
  color: #222222;
  margin-bottom: 10px;
}
.member_details_wrapper .member_social_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00a7d0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.member_details_wrapper .member_social_list i {
  font-size: 22px;
  color: white;
}
.member_details_wrapper .member_content {
  margin-top: 30px;
}
.member_details_wrapper p {
  margin-bottom: 10px;
}

/* Testimonial Section */
.testimonial_wrapper {
  margin-top: 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial_wrapper {
    transition: 0.5s;
    margin-top: 50px;
  }
}
@media all and (max-width: 991px) {
  .testimonial_wrapper {
    transition: 0.5s;
    margin-top: 30px;
  }
}
.testimonial_wrapper .testimonial_slider_area {
  position: relative;
  margin-top: 50px;
  padding: 70px 60px 50px 60px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial_wrapper .testimonial_slider_area {
    transition: 0.5s;
    padding: 50px 30px 40px 30px;
  }
}
@media all and (max-width: 767px) {
  .testimonial_wrapper .testimonial_slider_area {
    transition: 0.5s;
    padding: 40px 10px 30px 10px;
  }
}
.testimonial_wrapper .page_title {
  color: #d8aa5c;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial_wrapper .page_title {
    transition: 0.5s;
    font-size: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial_wrapper .page_title {
    transition: 0.5s;
    font-size: 30px;
  }
}
@media all and (max-width: 767px) {
  .testimonial_wrapper .page_title {
    transition: 0.5s;
    font-size: 28px;
  }
}
.testimonial_wrapper .testimonial_item {
  padding: 30px;
  border: 1px solid #d8aa5c;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media all and (max-width: 991px) {
  .testimonial_wrapper .testimonial_item {
    transition: 0.5s;
    padding: 20px;
  }
}
.testimonial_wrapper .user_img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial_wrapper .user_img {
    transition: 0.5s;
    width: 90px;
    height: 90px;
  }
}
@media all and (max-width: 767px) {
  .testimonial_wrapper .user_img {
    transition: 0.5s;
    width: 70px;
    height: 70px;
  }
}
.testimonial_wrapper .content_area {
  margin-top: 10px;
}
.testimonial_wrapper .content_area h5 {
  font-size: 16px;
  margin-top: 10px;
}
@media all and (max-width: 767px) {
  .testimonial_wrapper .content_area h5 {
    transition: 0.5s;
    font-size: 14px;
  }
}
.testimonial_wrapper .content_area .page_inner_title {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #3e005b;
}
.testimonial_wrapper .content_area p {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonial_wrapper .star_list {
  gap: 6px;
}
.testimonial_wrapper .star_list i {
  font-size: 14px;
  color: #d8aa5c;
}
.testimonial_wrapper .swiper {
  margin-top: 30px;
}
.testimonial_wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d8aa5c;
}
.testimonial_wrapper .swiper-pagination .swiper-pagination-bullet {
  border-color: #d8aa5c;
}
@media all and (max-width: 767px) {
  .testimonial_wrapper .swiper-pagination {
    transition: 0.5s;
    transform: translateY(10px);
  }
}

/*News Details */
.news_details_wrapper .news_content_area {
  margin-top: 24px;
}
.news_details_wrapper .news_content_area p {
  margin-top: 10px;
}
.news_details_wrapper .author_list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.news_details_wrapper .news_form_area {
  position: relative;
}
.news_details_wrapper .news_form_area input {
  height: 40px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #d7d7d7;
}
.news_details_wrapper .news_form_area button {
  position: absolute;
  right: 0;
  bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.news_details_wrapper .news_form_area button:hover {
  background-color: #d7d7d7;
}
.news_details_wrapper .recent_post_item_area {
  margin-top: 40px;
}
.news_details_wrapper .post_item {
  display: grid;
  grid-template-columns: minmax(0, 110px) repeat(1, minmax(0, 1fr));
  align-items: start;
  gap: 20px 20px;
  margin-top: 24px;
}
@media all and (max-width: 575px) {
  .news_details_wrapper .post_item {
    transition: 0.5s;
    grid-template-columns: minmax(0, 80px) repeat(1, minmax(0, 1fr));
    gap: 10px;
  }
}
.news_details_wrapper .post_img {
  display: block;
  text-align: center;
}
.news_details_wrapper .post_img:hover {
  opacity: 0.8;
}
.news_details_wrapper .post_img img {
  max-height: 80px;
}
.news_details_wrapper .post_conent h3 a {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #404a3d;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_details_wrapper .post_conent h3 a:hover {
  opacity: 0.8;
}
@media all and (max-width: 767px) {
  .news_details_wrapper .post_conent h3 a {
    transition: 0.5s;
    font-size: 16px;
  }
}
.news_details_wrapper .post_conent p {
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_details_wrapper .archive_list li {
  margin-top: 10px;
}
.news_details_wrapper .archive_list a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #777777;
}
.news_details_wrapper .archive_list a:hover {
  opacity: 0.8;
}
.news_details_wrapper .share_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  padding: 9px 30px;
  background: #222222;
  border-radius: 5px;
  margin-top: 40px;
}
.news_details_wrapper .share_btn:hover {
  opacity: 0.8;
}
.news_details_wrapper .share_btn span {
  font-family: "Marcellus", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #ffffff;
}

.virtual_section_wrapper {
  margin-top: 280px;
}
@media all and (max-width: 991px) {
  .virtual_section_wrapper {
    transition: 0.5s;
    margin-top: 150px;
  }
}

.form_area input.form-check-input:checked {
  background-color: #f5ad30;
}
.form_area ::-webkit-file-upload-button {
  border: 1px solid transparent;
  color: white;
  background-color: #f5ad30;
}
.form_area .preview_img_area img {
  max-height: 300px;
}
.form_area .contact_form_area {
  padding: 30px 55px 55px 55px;
  margin-top: 40px;
  border: 1px solid #d7d7d7;
  border-radius: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .form_area .contact_form_area {
    transition: 0.5s;
    padding: 30px 30px;
    margin-top: 40px;
  }
}
@media all and (max-width: 767px) {
  .form_area .contact_form_area {
    transition: 0.5s;
    padding: 20px;
  }
}
.form_area .input_row {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}
.form_area .input_row label {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
}
@media all and (max-width: 767px) {
  .form_area .input_row label {
    transition: 0.5s;
    font-size: 16px;
  }
}
.form_area .input_row label span {
  color: #ff0000;
}
.form_area .input_file_row .file_upload_label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 103px;
  border: 1px dashed #d7d7d7;
  border-radius: 8px;
  cursor: pointer;
}
.form_area .input_file_row .upload_text {
  max-width: 304px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #777777;
}
.form_area .input_box,
.form_area .niceSelect {
  width: 100%;
  height: 50px;
  border: 1px solid #d7d7d7;
  padding: 0 15px;
  border-radius: 8px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .form_area .input_box,
  .form_area .niceSelect {
    transition: 0.5s;
    height: 42px;
    padding: 0 20px;
  }
}
@media all and (max-width: 767px) {
  .form_area .input_box,
  .form_area .niceSelect {
    transition: 0.5s;
    height: 38px;
    padding: 0 20px;
  }
}
.form_area .input_box[type=file],
.form_area .niceSelect[type=file] {
  padding-top: 10px;
  cursor: pointer;
}
@media all and (max-width: 991px) {
  .form_area .input_box[type=file],
  .form_area .niceSelect[type=file] {
    transition: 0.5s;
    padding-top: 4px;
  }
}
.form_area .niceSelect::after {
  right: 18px;
  width: 11px;
  height: 11px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .form_area .niceSelect::after {
    transition: 0.5s;
    right: 15px;
    width: 9px;
    height: 9px;
  }
}
@media all and (max-width: 767px) {
  .form_area .niceSelect::after {
    transition: 0.5s;
    right: 12px;
    width: 8px;
    height: 8px;
  }
}
.form_area .textarea_box {
  padding: 15px 30px;
  width: 100%;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
}
.form_area .passowrd_show_hide_area {
  position: absolute;
  top: 46px;
  right: 7px;
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .form_area .passowrd_show_hide_area {
    transition: 0.5s;
    top: 44px;
  }
}
@media all and (max-width: 767px) {
  .form_area .passowrd_show_hide_area {
    transition: 0.5s;
    top: 42px;
  }
}
.form_area .passowrd_show_hide_area .eye_open_btn {
  display: none;
}
.form_area .passowrd_show_hide_area button i:hover {
  opacity: 0.7;
}
.form_area .select2-container {
  width: 100% !important;
}
.form_area .selection {
  display: block;
}
.form_area .select2-selection {
  height: 60px;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .form_area .select2-selection {
    transition: 0.5s;
    height: 55px;
  }
}
@media all and (max-width: 767px) {
  .form_area .select2-selection {
    transition: 0.5s;
    height: 50px;
  }
}
.form_area .select2-selection__rendered {
  padding-left: 30px !important;
  line-height: 60px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .form_area .select2-selection__rendered {
    transition: 0.5s;
    padding-left: 20px !important;
    line-height: 55px !important;
  }
}
@media all and (max-width: 767px) {
  .form_area .select2-selection__rendered {
    transition: 0.5s;
    padding-left: 20px !important;
    line-height: 50px !important;
  }
}
.form_area .select2-selection__arrow {
  top: 18px !important;
  right: 10px !important;
}
.form_area .select2-selection__placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #bababa !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.form_area .select2-results__option--selectable {
  font-size: 14px;
}
.form_area .select2-selection__placeholder,
.form_area .select2_placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #bababa;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.form_area .select2_placeholder {
  position: absolute;
  top: 13px;
  left: 15px;
  pointer-events: none;
}
.form_area .select2-container--open.select2-container--focus .select2-selection {
  border: 1px solid #ff0000;
}
.form_area .select2-container--open.select2-container--focus ~ .select2_placeholder {
  position: absolute;
  top: -10px;
  left: 20px;
  z-index: 12;
  font-size: 16px;
  padding: 0 4px;
  color: white !important;
  background-color: #31d0c3;
}
.form_area .form-check-label {
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 22px !important;
  color: #2c2c72 !important;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .form_area .form-check-label {
    transition: 0.5s;
    font-size: 16px !important;
  }
}
.form_area .transaction_row {
  margin-top: 50px;
}
.form_area .transaction_row .transaction_select {
  width: 200px;
}
@media all and (max-width: 575px) {
  .form_area .transaction_row .transaction_select {
    transition: 0.5s;
    width: 100%;
  }
}
.form_area .transaction_row .select2-selection {
  height: 50px;
}
.form_area .transaction_row .select2-selection__rendered {
  padding-left: 20px !important;
  line-height: 50px !important;
}
.form_area .transaction_row .select2-selection__arrow {
  top: 13px !important;
}
.form_area .transaction_date_area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 12px;
}
.form_area .transaction_date_area .input_box {
  height: 50px;
  padding: 0 24px;
}
@media all and (min-width: 768px) {
  .form_area .transaction_date_area .input_box {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    width: 240px;
  }
}
@media all and (max-width: 767px) {
  .form_area .transaction_date_area h3 {
    transition: 0.5s;
    text-align: center;
    width: 100%;
  }
}
.form_area .submit_btn_row {
  margin-top: 40px;
}
.form_area .submit_btn_row button {
  outline: 1px solid #f5ad30 !important;
}
.form_area .submit_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #ffffff;
  width: 181px;
  height: 40px;
  background: #f5ad30;
  border-radius: 5px;
}
.form_area .submit_btn:hover {
  opacity: 0.7;
}
@media all and (max-width: 767px) {
  .form_area .submit_btn {
    transition: 0.5s;
    width: 155px;
  }
  .form_area .submit_btn.login_btn {
    width: 120px;
  }
}
.form_area .event_rechaptcha_area {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  gap: 12px 150px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .form_area .event_rechaptcha_area {
    transition: 0.5s;
    gap: 12px 50px;
  }
}
@media all and (max-width: 767px) {
  .form_area .event_rechaptcha_area {
    transition: 0.5s;
    flex-direction: column;
    gap: 12px 20px;
  }
}

.select2-results__options {
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  overflow: auto;
}
.select2-results__options::-webkit-scrollbar {
  width: 5px;
}
.select2-results__options::-webkit-scrollbar-track {
  background: rgba(153, 153, 153, 0.2);
  border-radius: 5px;
}
.select2-results__options::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 5px;
}
.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #f84f4f;
  cursor: grab;
}

.valid-feedback,
.invalid-feedback {
  font-weight: 500;
}

@media all and (max-width: 575px) {
  .table_search_area {
    transition: 0.5s;
    flex-direction: column;
    align-items: start;
  }
}
.table_search_area .number_select_area {
  width: 100px;
}
.table_search_area .number_select_area .niceSelect {
  height: 45px;
  padding: 0 20px;
}
.table_search_area .number_select_area .niceSelect::after {
  right: 16px;
  width: 9px;
  height: 9px;
  top: 20px;
}

.table_search_area {
  margin-top: 50px;
}
.table_search_area .search_box_area {
  position: relative;
}
@media all and (max-width: 575px) {
  .table_search_area .search_box_area {
    transition: 0.5s;
    width: 100%;
  }
}
.table_search_area .input_box {
  height: 50px;
  padding: 0 15px;
  width: 240px;
}
@media all and (max-width: 575px) {
  .table_search_area .input_box {
    transition: 0.5s;
    width: 100%;
  }
}
.table_search_area .search_btn {
  position: absolute;
  right: 4px;
  top: 12px;
}

.transaction_table_area {
  margin-top: 40px;
}
.transaction_table_area th {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
.transaction_table_area h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}

.pagination_wrapper {
  margin-top: 20px;
}
.pagination_wrapper h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}

.pagination {
  display: block !important;
  text-align: center;
}
@media all and (max-width: 575px) {
  .pagination {
    transition: 0.5s;
    width: 100%;
  }
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.pagination li:first-child svg {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.pagination li,
.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #f3f3f3;
  border-radius: 4px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pagination li,
  .pagination a {
    transition: 0.5s;
    width: 30px;
    height: 30px;
  }
}
@media all and (max-width: 767px) {
  .pagination li,
  .pagination a {
    transition: 0.5s;
    width: 28px;
    height: 28px;
  }
}
.pagination li:hover,
.pagination a:hover {
  opacity: 0.8;
}
.pagination .active,
.pagination .active a {
  color: white;
  background: #ff0000;
}

.action_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.action_list a,
.action_list button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #218838;
  border-radius: 3px;
}
.action_list a:hover,
.action_list button:hover {
  opacity: 0.8;
}
.action_list a.link_action,
.action_list button.link_action {
  background: #0069d9;
}
.action_list a.delete_action,
.action_list button.delete_action {
  background: #c82333;
}

/*
!Utilities Or Helper CSS
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: white;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Raleway", sans-serif;
}

p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

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

img,
svg {
  max-width: 100%;
}

a {
  color: unset;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
span {
  display: inline-block;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

:focus {
  outline: none !important;
}

input,
select,
textarea {
  font-weight: 400;
  font-size: 16px;
  color: #101010;
}

input:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e65581 !important;
}

textarea:focus {
  box-shadow: none !important;
  outline: none !important;
}

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

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

button {
  cursor: pointer;
  border: none !important;
  background-color: transparent;
}

button:hover {
  border: none !important;
}

*::-moz-placeholder {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #707070;
}

*::placeholder {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #707070;
}

*::-moz-placeholder {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #707070;
}

::-moz-selection {
  color: rgb(255, 255, 255);
  background: rgb(159, 4, 255);
}

::selection {
  color: rgb(255, 255, 255);
  background: rgb(159, 4, 255);
}

::-moz-selection {
  color: rgb(255, 255, 255);
  background: rgb(159, 4, 255);
}

/*  Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Common Class */
@media all and (max-width: 575px) {
  .container {
    transition: 0.5s;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

.d-flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 7px 12px;
}

.g-sm {
  gap: 8px 12px;
}

.g-lg {
  gap: 10px 15px;
}

@media all and (max-width: 767px) {
  .mm-30 {
    transition: 0.5s;
    margin-top: 30px;
  }
}

@media all and (max-width: 991px) {
  .mlg-30 {
    transition: 0.5s;
    margin-top: 30px;
  }
}

@media all and (max-width: 991px) {
  .d-lg-hide {
    transition: 0.5s;
    display: none;
  }
}

@media all and (max-width: 767px) {
  .d-md-hide {
    transition: 0.5s;
    display: none;
  }
}

.default_section_gap {
  margin-top: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .default_section_gap {
    transition: 0.5s;
    margin-top: 80px;
  }
}
@media all and (max-width: 767px) {
  .default_section_gap {
    transition: 0.5s;
    margin-top: 50px;
  }
}

.default_section_gap2 {
  margin-top: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .default_section_gap2 {
    transition: 0.5s;
    margin-top: 40px;
  }
}
@media all and (max-width: 767px) {
  .default_section_gap2 {
    transition: 0.5s;
    margin-top: 30px;
  }
}

.default_section_gap_padding {
  padding-top: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .default_section_gap_padding {
    transition: 0.5s;
    padding-top: 45px;
  }
}
@media all and (max-width: 767px) {
  .default_section_gap_padding {
    transition: 0.5s;
    padding-top: 50px;
  }
}

.page_title {
  color: #333;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page_title {
    transition: 0.5s;
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page_title {
    transition: 0.5s;
    font-size: 28px;
  }
}
@media all and (max-width: 767px) {
  .page_title {
    transition: 0.5s;
    font-size: 24px;
  }
}

.page_inner_title {
  font-family: "Marcellus", serif;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  color: #222222;
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page_inner_title {
    transition: 0.5s;
    font-size: 19px;
  }
}
@media all and (max-width: 767px) {
  .page_inner_title {
    transition: 0.5s;
    font-size: 18px;
  }
}

.bredcrumb_title {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  font-size: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .bredcrumb_title {
    transition: 0.5s;
    font-size: 24px;
  }
}
@media all and (max-width: 767px) {
  .bredcrumb_title {
    transition: 0.5s;
    font-size: 20px;
  }
}

.president_title {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .president_title {
    transition: 0.5s;
    font-size: 22px;
  }
}
@media all and (max-width: 991px) {
  .president_title {
    transition: 0.5s;
    font-size: 20px;
  }
}

.member_title {
  color: rgba(0, 0, 0, 0.78);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.yellow-color {
  color: #d8aa5c;
}

.white-color {
  color: white;
}

.title_border_left {
  border-left: 6px solid #d8aa5c;
  padding-left: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .title_border_left {
    transition: 0.5s;
    border-left: 5px solid #d8aa5c;
    padding-left: 15px;
  }
}
@media all and (max-width: 767px) {
  .title_border_left {
    transition: 0.5s;
    border-left: 4px solid #d8aa5c;
    padding-left: 10px;
  }
}

.default_btn {
  background: white;
  font-weight: 500;
  padding: 6px 20px;
  font-size: 15px;
  color: white;
  background: #d8aa5c;
  border-radius: 2px;
}
.default_btn:hover {
  opacity: 0.8;
  color: white;
}
.default_btn.default_btn_black {
  background-color: #070707;
}

.text_btn {
  color: #222222;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 8px 14px;
}
.text_btn:hover {
  background-color: #e6f7f5;
  opacity: 0.9;
}

.read_more_btn {
  color: #222222;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
}
@media all and (max-width: 991px) {
  .read_more_btn {
    transition: 0.5s;
    font-size: 14px;
  }
}
.read_more_btn:hover {
  opacity: 0.7;
  text-decoration-line: underline;
}

.default__btn {
  padding: 6px 25px;
  background: #222222;
  border-radius: 2px;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
  transition: 0.4s all;
}
.default__btn:hover {
  background: #222222;
  opacity: 0.8;
  color: #fff;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  display: none;
}

.arrow_header_area {
  position: relative;
  text-align: center;
  padding: 17px 0;
  background-color: #222222;
}
.arrow_header_area::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  width: 30px;
  height: 30px;
  background-color: #222222;
}
.arrow_header_area h2 {
  position: relative;
  z-index: 5;
  font-family: "Marcellus", serif;
  font-size: 27px;
  text-transform: capitalize;
  color: #b8aa5c;
}

.header_area {
  margin-top: 50px;
}
.header_area h3 {
  font-family: "Marcellus", serif;
  font-size: 20px;
  color: #222222;
  text-transform: capitalize;
}
.header_area .line_shape {
  margin-top: 15px;
}
.header_area .line_shape span {
  display: inline-block;
}
.header_area .line_shape .left_line,
.header_area .line_shape .right_line {
  position: relative;
  top: 0px;
  width: 86px;
  height: 1px;
  background-color: #2a2a2a;
}
.header_area .line_shape .left_line span,
.header_area .line_shape .right_line span {
  position: relative;
  top: -13px;
  width: 100%;
  height: 1px;
  background-color: #2a2a2a;
}
.header_area .line_shape h4 {
  font-size: 15px;
  font-weight: 400;
  color: #222222;
}
.header_area p {
  color: #5f6263;
  margin-top: 15px;
}
@media all and (max-width: 767px) {
  .header_area p {
    transition: 0.5s;
    margin-top: 10px;
  }
}

.others_content_wrapper {
  margin-top: 210px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .others_content_wrapper {
    transition: 0.5s;
    margin-top: 210px;
  }
}
@media all and (max-width: 991px) {
  .others_content_wrapper {
    transition: 0.5s;
    margin-top: 80px;
  }
}

/* ============ ScrollToUP Section =========== */
.scrolltop {
  position: fixed;
  right: 70px;
  bottom: 150px;
  z-index: 100000;
  background-color: #d8aa5c;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media all and (max-width: 991px) {
  .scrolltop {
    transition: 0.5s;
    right: 20px;
  }
}
.scrolltop i {
  font-size: 16px;
  color: #070707;
}
.scrolltop:hover {
  background-color: rgba(216, 170, 92, 0.7);
}

.scroll_active {
  bottom: 60px;
  visibility: visible;
  opacity: 1;
}

.img_zoom_animate {
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.img_zoom_animate:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.bounes_animate {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.bounes_animate:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}

.mfp-close {
  cursor: pointer !important;
}

.slider_next_btn,
.slider_prev_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #777777;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.slider_next_btn:hover,
.slider_prev_btn:hover {
  border: 1px solid white;
  background-color: #80b948;
}
.slider_next_btn:hover path,
.slider_prev_btn:hover path {
  fill: white;
}
.slider_next_btn.swiper-button-disabled,
.slider_prev_btn.swiper-button-disabled {
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.slider_next_btn {
  order: 2;
}

.white_slider_next_btn,
.white_slider_prev_btn {
  border: 2px solid #ffffff;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid black;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: black;
}

.swiper-button-next,
.swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #777;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.swiper-button-next.fill_icon,
.swiper-button-prev.fill_icon {
  background-color: white;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  border: 1px solid #d7d7d7;
  background-color: #222222;
}
.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  color: white;
}
@media all and (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    transition: 0.5s;
    width: 28px;
    height: 28px;
  }
}
.swiper-button-next::after,
.swiper-button-prev::after {
  color: #777777;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media (min-width: 768px) and (max-width: 991px) {
  .swiper-button-next::after,
  .swiper-button-prev::after {
    transition: 0.5s;
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .swiper-button-next::after,
  .swiper-button-prev::after {
    transition: 0.5s;
    font-size: 14px;
  }
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.swiper-button-next {
  right: -8px;
}
@media all and (min-width: 768px) {
  .swiper-button-next {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    right: -15px;
  }
}

.swiper-button-prev {
  left: -8px;
}
@media all and (min-width: 768px) {
  .swiper-button-prev {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    left: -15px;
  }
}

.white_slider_next_btn,
.white_slider_prev_btn {
  border: 2px solid #ffffff;
}

.facilites_arrow_area {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px;
}
.facilites_arrow_area .facilites_slider_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
  background: #222222;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.facilites_arrow_area .facilites_slider_icon.swiper-button-disabled {
  opacity: 0.5;
  cursor: no-drop;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.facilites_arrow_area .facilites_slider_icon:hover {
  opacity: 0.6;
}

@media all and (max-width: 767px) {
  .m-sm-30 {
    transition: 0.5s;
    margin-top: 30px;
  }
}

.niceSelect .list {
  width: 100%;
  max-height: 250px;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.niceSelect .list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.niceSelect .list::-webkit-scrollbar-track {
  background: rgba(153, 153, 153, 0.2);
  border-radius: 5px;
}
.niceSelect .list::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 5px;
}
.niceSelect .list::-webkit-scrollbar-thumb:hover {
  background: #f84f4f;
  cursor: grab;
}
.niceSelect .current {
  display: flex;
  align-items: center;
  height: 100%;
}

.social_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.social_list a:hover {
  background-color: rgba(216, 170, 92, 0.7);
}
.social_list i {
  color: white;
  font-size: 16px;
}

.breadcrumb_wrapper {
  padding: 20px 0;
  background-color: #222222;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb_wrapper {
    transition: 0.5s;
    padding: 15px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb_wrapper {
    transition: 0.5s;
    padding: 12px 0;
  }
}
@media all and (max-width: 767px) {
  .breadcrumb_wrapper {
    transition: 0.5s;
    padding: 10px 0;
  }
}
.breadcrumb_wrapper .breadcrumb {
  margin-bottom: 0;
}
.breadcrumb_wrapper .breadcrumb-item,
.breadcrumb_wrapper .breadcrumb-item a {
  font-size: 17px;
}
@media all and (max-width: 991px) {
  .breadcrumb_wrapper .breadcrumb-item,
  .breadcrumb_wrapper .breadcrumb-item a {
    transition: 0.5s;
    font-size: 14px;
  }
}
.breadcrumb_wrapper .breadcrumb-item,
.breadcrumb_wrapper .breadcrumb-item a,
.breadcrumb_wrapper .breadcrumb-item::before {
  color: #666666;
}
.breadcrumb_wrapper .breadcrumb-item:hover,
.breadcrumb_wrapper .breadcrumb-item a:hover,
.breadcrumb_wrapper .breadcrumb-item::before:hover {
  opacity: 0.8;
}
.breadcrumb_wrapper .bredcrumb_title {
  margin-top: 5px;
}
@media all and (max-width: 991px) {
  .breadcrumb_wrapper .bredcrumb_title {
    transition: 0.5s;
    margin-top: 5px;
  }
}

.club_list li {
  display: flex;
  align-items: start;
  margin-bottom: 8px;
}
.club_list li i {
  font-size: 14px;
  position: relative;
  top: 4px;
}
.club_list li span {
  font-weight: 500;
  padding-left: 5px;
  font-size: 14px;
  line-height: 24px;
}

.club_list_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 8px 20px;
}
@media all and (max-width: 991px) {
  .club_list_grid {
    transition: 0.5s;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.club_list_grid li {
  list-style: inherit;
  font-size: 16px;
  font-weight: 700;
}
@media all and (max-width: 991px) {
  .club_list_grid li {
    transition: 0.5s;
    font-size: 14px;
  }
}

.member_card_area {
  position: relative;
  width: 100%;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin-top: 30px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.member_card_area:hover {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
}
.member_card_area .member_name_area {
  padding: 20px;
  height: 120px;
  background-color: #00a7d0;
}
.member_card_area .member_name_area h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-align: center;
  color: white;
}
.member_card_area .membre_user {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.member_card_area .member_content {
  padding: 20px;
  margin-top: 50px;
  text-align: center;
}

.form-control.is-valid,
.was-validated .form-control:valid,
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  background-image: none;
}

.preloader_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 20000;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.preloader_area .logo {
  max-width: 150px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .preloader_area .logo {
    transition: 0.5s;
    max-width: 100px;
  }
}
@media all and (max-width: 767px) {
  .preloader_area .logo {
    transition: 0.5s;
    max-width: 80px;
  }
}
.preloader_area .bar_area {
  margin: 0px auto;
  height: 30px;
  text-align: center;
  font-size: 10px;
  border-radius: 0;
}
.preloader_area .bar_area .bar {
  height: 100%;
  width: 6px;
  display: inline-block;
  background: #000;
  background-color: none;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.preloader_area .bar_area .bar:nth-child(2) {
  animation-delay: -1.1s;
}
.preloader_area .bar_area .bar:nth-child(3) {
  animation-delay: -1s;
}
.preloader_area .bar_area .bar:nth-child(4) {
  animation-delay: -0.9s;
}
.preloader_area .bar_area .bar:nth-child(5) {
  animation-delay: -0.8s;
}

@keyframes stretchdelay {
  0% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  40% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.footer_social_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.footer_social_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.footer_social_list a:hover {
  background-color: #7e7c7c;
}
.footer_social_list i {
  color: #222222;
}

.category_slider_area .swiper {
  padding-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

.category_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  border: 1px solid #d7d7d7;
  padding: 10px;
  min-height: 150px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.category_item:hover {
  border: 0.5px solid #d7d7d7;
  background: #fff;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.2);
}
.category_item .icon {
  max-width: 50px;
  max-height: 50px;
}
.category_item i {
  font-size: 32px;
  color: #00a7d0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .category_item i {
    transition: 0.5s;
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .category_item i {
    transition: 0.5s;
    font-size: 24px;
  }
}
@media all and (max-width: 767px) {
  .category_item i {
    transition: 0.5s;
    font-size: 22px;
  }
}
.category_item h4 {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 16px;
}

.event_slider_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 30px;
  padding: 8px;
  background: #ffffff;
  border-radius: 15px;
}
@media all and (max-width: 767px) {
  .event_slider_grid {
    transition: 0.5s;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 20px;
  }
}
.event_slider_grid .event_cotnent_area {
  position: relative;
  padding: 20px 50px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .event_slider_grid .event_cotnent_area {
    transition: 0.5s;
    padding: 20px 30px;
  }
}
@media all and (max-width: 767px) {
  .event_slider_grid .event_cotnent_area {
    transition: 0.5s;
    padding: 10px 0px;
  }
}
.event_slider_grid .event_cotnent_area h4 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  top: -8px;
  font-family: "Marcellus", serif;
  font-weight: 900;
  font-size: 80px;
  text-transform: uppercase;
  color: #e6e6e6;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .event_slider_grid .event_cotnent_area h4 {
    transition: 0.5s;
    font-size: 60px;
  }
}
@media all and (max-width: 767px) {
  .event_slider_grid .event_cotnent_area h4 {
    transition: 0.5s;
    top: 28px;
    font-size: 40px;
  }
}
.event_slider_grid .event_cotnent_area h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #333333;
}
@media all and (max-width: 767px) {
  .event_slider_grid .event_cotnent_area h6 {
    transition: 0.5s;
    font-size: 18px;
  }
}
.event_slider_grid .event_cotnent_area .inner_page_title {
  font-weight: 800;
  width: 100%;
  height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.event_slider_grid .event_cotnent_area p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-top: 30px;
}
.event_slider_grid .event_cotnent_area h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #ff0000;
}
@media all and (max-width: 767px) {
  .event_slider_grid .event_cotnent_area h5 {
    transition: 0.5s;
    font-weight: 600;
    font-size: 14px;
  }
}
.event_slider_grid .event_cotnent_area .default_btn {
  margin-top: 30px;
}
.event_slider_grid .event_cotnent_area .event_btn_area {
  margin-top: 30px;
}
.event_slider_grid .event_cotnent_area .event_btn_area .default_btn {
  margin-top: 0px;
}
.event_slider_grid .event_inner_content_area {
  position: relative;
}
.event_slider_grid .event_img_area {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 767px) {
  .event_slider_grid .event_img_area {
    transition: 0.5s;
    grid-row: 1;
  }
}
.event_slider_grid .event_img_area img {
  max-height: 425px;
  border-radius: 15px;
}

.single_search_form {
  position: relative;
}
.single_search_form input {
  height: 50px;
  width: 100%;
  border: none !important;
  border-bottom: 1px solid #d7d7d7 !important;
  padding-right: 32px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .single_search_form input {
    transition: 0.5s;
    height: 45px;
  }
}
@media all and (max-width: 767px) {
  .single_search_form input {
    transition: 0.5s;
    height: 42px;
  }
}
.single_search_form .submit_btn {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.single_search_form .submit_btn:hover {
  opacity: 0.8;
  background-color: #d7d7d7;
}

.section__title {
  margin-bottom: 2.5rem;
}
.section__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2.5px;
  background-color: #d8aa5c;
  margin: 10px auto;
}
.section__title h3 {
  font-size: 32px;
  font-weight: 500;
}

.more__button {
  color: #3A9FFF;
  font-size: 16px;
  font-weight: 600;
}/*# sourceMappingURL=style.css.map */