@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
  list-style: none;
}

body {
  background-color: #F7F7F7 !important;
}

p {
  letter-spacing: normal;
  line-height: 1.5rem;
  color: #414141;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-family: "Barlow", sans-serif !important;
}

ul, li, a {
  margin-bottom: 0;
}

i.fas.fa-phone {
  transform: rotate(0) !important;
}

.custom-button.activeLoading {
  cursor: not-allowed;
  position: relative;
}
@keyframes loadingBtn {
  0% {
    transform: rotate(-360deg);
  }
  30% {
    transform: rotate(60deg);
  }
  40% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  60% {
    transform: rotate(360deg);
  }
  70% {
    transform: rotate(540deg);
  }
  80% {
    transform: rotate(600deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
.custom-button.activeLoading .loading {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-button.activeLoading .loading::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 3px solid #FFFFFF;
  border-bottom-color: #EE9D00;
  border-top-color: #EE9D00;
  animation: loadingBtn 2s ease-in-out infinite alternate;
}

.view-all-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.view-all-btn button {
  padding: 0.6rem 2rem;
  color: #FFFFFF;
  background-color: #141414;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
}
.view-all-btn button:hover {
  opacity: 0.85;
}

/***********      section      ***********/
section {
  padding: 50px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.bg {
  background-color: #FFFFFF;
}
section .sec-bg-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/***********      wrapper      ***********/
.wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 2rem;
}
.wrapper.noSpace {
  max-width: auto;
  padding: 0;
}

/***********      title      ***********/
.title {
  text-align: center;
  margin-bottom: 40px;
}
.title h4 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.title h2 {
  font-size: 34px;
  font-weight: 300;
}

.view-all-button-area {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.view-all-button-area.button-left {
  justify-content: flex-start;
}
.view-all-button-area .view-all-button {
  padding: 0.5rem 1rem;
  border: 1.5px solid #1d4781;
  color: #1d4781;
  cursor: pointer;
  font-weight: 500;
}
.view-all-button-area .view-all-button:hover {
  background-color: #1d4781;
  color: #FFFFFF;
}

/***********      Header      ***********/
header {
  position: relative;
  width: 100%;
  z-index: 100;
  background-color: #FFFFFF;
  box-shadow: 0 4px 10px rgba(20, 20, 20, 0.2);
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
header.hideHeader {
  position: relative;
}
header .header-top {
  background-color: #FFFFFF;
}
header .header-top .social-icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10rem;
  gap: 1rem;
}
header .header-top .social-icons i {
  font-size: 0.9rem;
}
header .header-top .social-icons .link-button {
  color: #EE9D00;
}
header .header-top .header-contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
}
header .header-top .header-contact li {
  border-right: 1px solid rgba(20, 20, 20, 0.4);
}
header .header-top .header-contact li.button-link {
  border-right: 0;
  margin-left: 1rem;
}
header .header-top .header-contact li.button-link .link-button {
  background-color: #1d4781;
  color: #FFFFFF;
  padding: 0.4rem 1rem;
  margin: 0;
  font-weight: 600;
}
header .header-top .header-contact li.button-link .link-button:hover {
  background-color: #EE9D00;
}
header .header-top .header-contact li .link-button {
  margin: 0 1rem;
  font-size: 0.8rem;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  color: #141414;
  text-decoration: none;
  font-family: "Barlow", sans-serif !important;
}
header .header-top .header-contact li:nth-last-child(1), header .header-top .header-contact li:nth-last-child(2) {
  border-right: 0;
}
header .header-top .header-contact li:nth-last-child(1).button-link, header .header-top .header-contact li:nth-last-child(2).button-link {
  margin: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.9);
}
header .header-top .header-contact li:nth-last-child(1).button-link .link-button, header .header-top .header-contact li:nth-last-child(2).button-link .link-button {
  margin-right: 0;
}
header .header-top .header-contact li.drop-menu {
  position: relative;
}
header .header-top .header-contact li.drop-menu .link-button span {
  max-width: 5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header .header-top .header-contact li.drop-menu:hover .drop-profile {
  opacity: 1;
  pointer-events: auto;
}
header .header-top .header-contact li.drop-menu .drop-profile {
  position: absolute;
  right: 0;
  top: 2rem;
  background-color: #FFFFFF;
  width: 10rem;
  z-index: 10;
  box-shadow: 0 0 10px rgba(20, 20, 20, 0.1);
  opacity: 0;
  pointer-events: none;
}
header .header-top .header-contact li.drop-menu .drop-profile li a {
  text-decoration: none;
}
header .header-top .header-contact li.drop-menu .drop-profile li:nth-last-child(1) button:hover {
  background-color: #a00000;
  color: #FFFFFF;
}
header .header-top .header-contact li.drop-menu .drop-profile li button {
  padding: 0.5rem 1rem;
  width: 100%;
  color: #141414;
  cursor: pointer;
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.3rem;
}
header .header-top .header-contact li.drop-menu .drop-profile li button i {
  font-size: 0.8rem;
}
header .header-top .header-contact li.drop-menu .drop-profile li button:hover {
  background-color: rgba(29, 71, 129, 0.1);
}
header .header-top .header-other {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
}
header .header-top .header-other .nav-btn {
  gap: 0.5rem;
  font-size: 0.8rem;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 0 !important;
  padding-right: 0;
  font-weight: 400;
  color: black;
}
header .header-top .header-other .nav-btn:hover {
  color: #141414;
}
header .header-top .header-other .nav-btn .icon {
  height: 0.9rem;
  width: 0.9rem;
}
header .header-top .header-other .nav-btn .icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .header-top .header-other .nav-btn i {
  font-size: 0.9rem;
  color: #EE9D00;
}
header .nav-menu-area {
  background-color: #FFFFFF;
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.5rem;
  border-top: 1px solid rgba(20, 20, 20, 0.15);
  position: relative;
  padding: 0 1rem;
}
header .inner .logo {
  height: 178%;
  width: 160px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
}
header .inner .logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}
header .inner .nav-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  width: 100%;
  margin-bottom: 0;
  font-family: "Barlow", sans-serif !important;
}
header .inner .nav-links .drop-menu {
  position: relative;
}
header .inner .nav-links .drop-menu:hover .drop-down {
  opacity: 1;
  pointer-events: auto;
}
header .inner .nav-links .drop-menu .drop-down {
  position: absolute;
  top: 3.4rem;
  left: 30%;
  transform: translateX(-50%);
  width: 18.5rem;
  background-color: #1d4781;
  box-shadow: 0 0 10px rgba(20, 20, 20, 0.1);
  pointer-events: none;
  opacity: 0;
}
header .inner .nav-links .drop-menu .drop-down li {
  border-bottom: 1px solid rgba(20, 20, 20, 0.6);
}
header .inner .nav-links .drop-menu .drop-down li:nth-last-child(1) {
  border-bottom: none;
}
header .inner .nav-links .drop-menu .drop-down li:hover button {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
}
header .inner .nav-links .drop-menu .drop-down li.active button {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.1);
}
header .inner .nav-links .drop-menu .drop-down li button {
  cursor: pointer;
  padding: 0.8rem 1rem;
  color: #FFFFFF;
  font-size: 0.95rem;
  font-weight: 700;
  width: 100%;
  text-align: left;
}
header .inner .nav-links .drop-menu a {
  height: 100%;
}
header .inner .nav-links .loginMember {
  background-color: #EE9D00;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .inner .nav-links .loginMember a {
  height: 100%;
}
header .inner .nav-links .loginMember .nav-btn {
  color: #FFFFFF;
  height: 100%;
}
header .inner .nav-links li {
  height: 100%;
  margin-bottom: 0;
}
header .inner .nav-links li:nth-child(1) .nav-btn {
  padding-left: 0;
}
header .inner .nav-links li:nth-last-child(1) .nav-btn {
  padding-right: 0;
}
header .inner .nav-links .nav-btn {
  height: 100%;
  font-size: 1rem;
  color: #141414;
  cursor: pointer;
  font-weight: 700;
  padding: 0 0.5rem;
  margin-bottom: 0;
  font-family: "Barlow", sans-serif !important;
}
header .inner .nav-links .nav-btn:hover {
  color: #1d4781;
}
header .inner .nav-links .nav-btn.active {
  border-radius: 4px;
}
header .side-nav-btn {
  height: 20px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  display: none;
  background-color: #FFFFFF;
  box-shadow: 0 0 0 0.5rem #FFFFFF;
  border-radius: 0.1rem;
}
header .side-nav-btn.active::before {
  width: 50%;
}
header .side-nav-btn.active::after {
  width: 50%;
}
header .side-nav-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2.5px;
  background-color: #EE9D00;
  border-radius: 10px;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
header .side-nav-btn .das {
  height: 2.5px;
  background-color: #EE9D00;
  border-radius: 10px;
  width: 100%;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
header .side-nav-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.5px;
  background-color: #EE9D00;
  border-radius: 10px;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
header .mobile-profile {
  display: none;
}

/***********      side-nav      ***********/
.side-nav {
  display: none;
  position: fixed;
  top: 0;
  left: -440px;
  width: 400px;
  height: 100%;
  z-index: 100;
  border: 1rem solid rgba(29, 71, 129, 0.1);
  background-color: #FFFFFF;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  pointer-events: none;
  transition: 0.4s;
}
.side-nav.active {
  left: 0px;
  pointer-events: auto;
}
.side-nav .side-nav-close-btn {
  position: absolute;
  top: -1rem;
  right: -45px;
  height: 30px;
  width: 30px;
  background-color: #EE9D00;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
}
.side-nav .logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}
.side-nav .logo img {
  height: 100px;
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.side-nav .logo h3 {
  color: #FFFFFF;
}
.side-nav .nav-links-area {
  height: 70vh;
  overflow: auto;
  padding-bottom: 6rem;
  width: 100%;
}
.side-nav .button-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0 1rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}
.side-nav .button-group button {
  padding: 0.3rem 0.8rem;
  background-color: #1d4781;
  color: #FFFFFF;
  border-radius: 0.3rem;
  font-size: 1.1rem;
}
.side-nav .nav-links {
  padding: 0 1rem;
  width: 100%;
}
.side-nav .nav-links .nav-btn {
  padding: 0.8rem 0.7rem;
  font-size: 1rem;
  background-color: rgba(29, 71, 129, 0.1);
  color: #141414;
  cursor: pointer;
  width: 100%;
  text-align: left;
  margin-bottom: 1rem;
  border-radius: 6px;
  text-transform: capitalize;
}
.side-nav .nav-links .nav-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.side-nav .nav-links .nav-btn.active {
  background-color: rgba(255, 255, 255, 0.2);
}
.side-nav .nav-links .drop-menu:hover .drop-down-area {
  grid-template-rows: 1fr;
  margin-bottom: 1rem;
}
.side-nav .nav-links .drop-menu .drop-down-area {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.side-nav .nav-links .drop-menu .drop-down-area .drop-down {
  overflow: hidden;
  background-color: rgba(29, 71, 129, 0.1);
  border-radius: 6px;
}
.side-nav .nav-links .drop-menu .drop-down-area .drop-down li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.side-nav .nav-links .drop-menu .drop-down-area .drop-down li:nth-last-child(1) {
  border-bottom: none;
}
.side-nav .nav-links .drop-menu .drop-down-area .drop-down li button {
  padding: 1rem;
  width: 100%;
  color: #141414;
  cursor: pointer;
  text-align: left;
  font-size: 0.9rem;
}
.side-nav .nav-links .drop-menu .drop-down-area .drop-down li button.active {
  background-color: rgba(255, 255, 255, 0.2);
}

/***********      banner      ***********/
.banner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.banner .text-sec {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .text-sec .wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .text-sec .wrapper .content {
  width: 50%;
  text-align: center;
  color: #FFFFFF;
}
.banner .text-sec .wrapper .content h2 {
  font-size: 32px;
  font-weight: 500;
}
.banner .text-sec .wrapper .content p {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFFFFF;
}
.banner .text-sec .wrapper .content .others {
  margin: 1.2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .text-sec .wrapper .content .others li {
  margin: 0 0.5rem;
  font-size: 12px;
  text-transform: uppercase;
}
.banner .text-sec .wrapper .content button {
  font-size: 18px;
  color: #FFFFFF;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #2862FF;
  text-align: center;
}
.banner .images-sec {
  position: relative;
}
.banner .images-sec .image-preview {
  overflow: hidden;
}
@keyframes zoomEffect {
  0% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
.banner .images-sec .image-preview .swiper-wrapper {
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.banner .images-sec .image-preview .swiper-slide {
  position: relative;
  height: 600px;
  width: 100%;
}
.banner .images-sec .image-preview .swiper-slide::before {
  content: "";
  position: absolute;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.64);
  pointer-events: none;
  z-index: 20;
}
.banner .images-sec .image-preview .swiper-slide.swiper-slide-active img {
  animation: zoomEffect 4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.banner .images-sec .image-preview .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .images-sec .image-btns {
  overflow: hidden;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 365px;
  z-index: 3;
}
.banner .images-sec .image-btns .swiper-wrapper {
  display: flex;
  align-items: center;
}
.banner .images-sec .image-btns .swiper-slide {
  max-width: 120px !important;
  height: 142px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .images-sec .image-btns .swiper-slide.swiper-slide-thumb-active {
  max-width: 135.19px !important;
  height: 160.13px !important;
}
.banner .images-sec .image-btns img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 90%;
  width: 90%;
}

/***********      about-section      ***********/
.about-section .left-content {
  margin-bottom: 2rem;
}
.about-section .left-content .greeting {
  font-style: italic;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  line-height: 1.2rem;
  font-size: 2rem;
}
.about-section .left-content .section-title {
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 2rem;
}
.about-section .left-content .desc p {
  margin-bottom: 1rem;
  line-height: 1.7rem;
  font-size: 1.1rem;
  font-family: "Barlow", sans-serif;
}
.about-section .left-content .other-infos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}
.about-section .left-content .other-infos .item .total-club {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.6rem;
  padding-bottom: 0.3rem;
  margin-bottom: 0.5rem;
  border-bottom: 0.1rem solid rgba(20, 20, 20, 0.4);
}
.about-section .left-content .other-infos .item .total-club .num {
  font-size: 3.5rem;
  stroke-linejoin: 3.5rem;
  font-weight: 600;
}
.about-section .left-content .other-infos .item .total-club .text {
  font-size: 1.3rem;
  line-height: 1.3rem;
  max-width: 5rem;
}
.about-section .left-content .other-infos .item .total-member {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  font-size: 1.1rem;
  font-weight: 600;
}
.about-section .left-content .other-infos .item .total-member .num {
  font-size: 1.4rem;
}
.about-section .right-content {
  margin-top: 2rem;
  background-color: #27A0DA;
  padding: 1rem;
}
.about-section .right-content .title {
  font-size: 1.5rem;
  font-weight: 600;
}
.about-section .right-content .list {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 1rem;
}
.about-section .right-content .item {
  padding: 1rem;
  text-align: center;
}
.about-section .right-content .item .icon {
  margin-bottom: 3rem;
  color: #FFFFFF;
  font-weight: 300;
}
.about-section .right-content .item .icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 4rem;
  width: 4rem;
}
.about-section .right-content .item .icon .text {
  font-size: 1rem;
}
.about-section .right-content .item .icon .text h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 4rem;
}
.about-section .right-content .item .total-budget {
  font-size: 1rem;
  font-weight: 300;
}
.about-section .right-content .item .total-budget .num {
  font-size: 3rem;
  font-weight: 600;
  line-height: 3rem;
}

/***********      top-stories-bg      ***********/
.top-stories-bg {
  background-color: #FAF8F4;
}

/***********      top-stories      ***********/
.top-stories .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
.top-stories .list .item {
  margin-bottom: 20px;
}
.top-stories .list .item .image {
  overflow: hidden;
}
.top-stories .list .item .item-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
  border-radius: 4px;
}
.top-stories .list .item .item-body {
  margin-top: 0.6rem;
}
.top-stories .list .item .item-body h5 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}
.top-stories .list .item .item-body .item-title {
  color: #414141;
  margin: 0.5rem 0;
}
.top-stories .list .item .item-body .item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: rgba(20, 20, 20, 0.7);
}
.top-stories .list .item .item-body .item-footer .name span {
  color: #141414;
}

/***********      slide-banner      ***********/
.slide-banner {
  position: relative;
}
.slide-banner .swiper-slide img {
  width: 100%;
  height: 90vh;
  min-height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.slide-banner .swiper-slide .main {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(10, 10, 10, 0.1);
  z-index: 1;
}
.slide-banner .swiper-slide .main::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
  pointer-events: none;
  z-index: 2;
}
.slide-banner .swiper-slide .main .content {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  padding: 0 30px 2rem;
  z-index: 3;
}
.slide-banner .swiper-slide .main .content p {
  color: #FFFFFF;
}
.slide-banner .swiper-slide .main .content h1 {
  font-size: 3rem;
  font-weight: 800;
  color: #ffffff;
  width: 70%;
  text-align: center;
}
@media (max-width: 1000px) {
  .slide-banner .swiper-slide .main .content h1 {
    font-size: 2rem;
  }
}
@media (max-width: 600px) {
  .slide-banner .swiper-slide .main .content h1 {
    font-size: 1.5rem;
  }
}
.slide-banner .swiper-slide .main .content .button {
  margin-top: 2.5rem;
  display: inline-block;
}
.slide-banner .swiper-slide .main .content .button .read-more-btn {
  padding: 0.5rem 1rem;
  color: #000000;
  font-size: 1rem;
  background-color: #ffffff;
  transition: 0.3s;
}
.slide-banner .swiper-slide .main .content .button .read-more-btn:hover {
  background-color: #000000;
  color: #ffffff;
}
.slide-banner .swiper-button-prev {
  color: #fff !important;
  padding-left: 30px;
  opacity: 0 !important;
}
.slide-banner .swiper-button-prev:hover {
  opacity: 1 !important;
}
.slide-banner .swiper-button-prev::before {
  content: "←";
  position: absolute;
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  background-color: #000000;
  color: #fff;
  transform: scaleX(0);
  transform-origin: right;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2vw;
  transition: all 0.2s ease;
  margin-left: 30px;
}
.slide-banner .swiper-button-prev:hover::before {
  transform: scaleX(1);
}
.slide-banner .swiper-button-next {
  color: #fff !important;
  padding-right: 30px;
}
.slide-banner .swiper-button-next::before {
  content: "→";
  position: absolute;
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  background-color: #000000;
  color: #fff;
  transform: scaleX(0);
  transform-origin: left;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2vw;
  transition: all 0.2s ease;
  margin-right: 30px;
}
.slide-banner .swiper-button-next:hover::before {
  transform: scaleX(1);
}
.slide-banner .swiper-button-prev:after {
  font-family: unset;
  text-transform: uppercase !important;
  font-size: 1rem !important;
  margin-left: 10px;
}
.slide-banner .swiper-button-next:after {
  font-family: unset;
  text-transform: uppercase !important;
  font-size: 1rem !important;
  margin-right: 10px;
}
.slide-banner .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  background-color: #ffffff;
}
.slide-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 15px;
  width: 15px;
  border: 2px solid #ffffff;
  background-color: transparent;
}

/***********      teams-section      ***********/
.teams-section {
  position: relative;
}
.teams-section .swiper {
  overflow: hidden;
  padding: 2rem 0.5rem;
}
.teams-section .list .item {
  background-color: rgba(255, 255, 255, 0.1);
  background-color: #FFFFFF;
  cursor: pointer;
}
.teams-section .list .item:hover .content .name, .teams-section .list .item:hover .content .phone {
  color: #FFFFFF;
}
.teams-section .list .item:hover .content .social-media li a {
  color: #FFFFFF;
}
.teams-section .list .item:hover .content::before {
  height: 100%;
}
.teams-section .list .item .image-area {
  height: 22rem;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(20, 20, 20, 0.2);
}
.teams-section .list .item .image-area img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.teams-section .list .item .content {
  padding: 1rem;
  position: relative;
}
.teams-section .list .item .content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: black;
  pointer-events: none;
  height: 0;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
  z-index: 1;
}
.teams-section .list .item .name {
  font-size: 1rem;
  font-weight: 600;
  color: #141414;
  position: relative;
  z-index: 2;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.teams-section .list .item .social-media {
  margin-top: 0.5rem;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  padding-left: 0;
  position: relative;
  z-index: 2;
}
.teams-section .list .item .social-media li a {
  color: #141414;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.teams-section .list .item ul {
  padding-left: 1rem;
  margin-bottom: 0;
}
.teams-section .list .item .phone {
  font-size: 0.7rem;
  color: #141414;
  margin: 0.3rem 0;
  list-style: disc;
  position: relative;
  z-index: 2;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.teams-section .list .item .desc {
  text-align: justify;
  font-size: 0.9rem;
  line-height: 1.4rem;
}
.teams-section .list .item .social-icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.4rem;
}
.teams-section .list .item .social-icon i {
  color: #1d4781;
  font-size: 1.2rem;
}
.teams-section .list .item p {
  text-align: center;
  color: rgba(20, 20, 20, 0.7);
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

/***********      explore-activity-sec      ***********/
.explore-activity-sec .item {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
.explore-activity-sec .item:hover .box {
  bottom: 0;
}
.explore-activity-sec .item:hover img {
  top: -20px;
}
.explore-activity-sec .item::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.explore-activity-sec .item img {
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  transition: all 0.4s ease;
}
.explore-activity-sec .item .card-name {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  z-index: 2;
}
.explore-activity-sec .item .box {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -50px;
  padding: 1rem 2rem;
  background-color: #000000;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  color: #ffffff;
  z-index: 2;
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.explore-activity-sec .item .box span {
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/***********      dg-calendar      ***********/
.dg-calendar .table-area {
  overflow: auto;
  padding-bottom: 1rem;
}
.dg-calendar table {
  width: 100%;
  min-width: 50rem;
}
.dg-calendar table thead tr {
  color: #FFFFFF;
  font-size: 0.9rem;
}
.dg-calendar table thead th {
  background: #5DA5B3;
  text-transform: uppercase;
  padding: 0.5rem 0.6rem;
  border: 3px solid #FFFFFF;
  border-bottom: 2px solid #141414;
}
.dg-calendar table tbody tr:nth-last-child(1) td {
  border-bottom: 2px solid rgba(20, 20, 20, 0.6);
}
.dg-calendar table tbody td {
  padding: 1rem 0.6rem;
  border-bottom: 1px solid rgba(20, 20, 20, 0.6);
}

/***********      governer-monthly-letter      ***********/
.governer-monthly-letter {
  position: relative;
}
@keyframes shine {
  0% {
    left: -80%;
    top: -80%;
  }
  100% {
    left: 180%;
    top: 180%;
  }
}
.governer-monthly-letter .governer-section .image-area {
  position: absolute;
  top: -3.2rem;
  left: 1rem;
  height: 35rem;
  width: 40%;
  z-index: 2;
  overflow: hidden;
}
.governer-monthly-letter .governer-section .image-area:hover::after {
  animation: shine 1s ease;
}
.governer-monthly-letter .governer-section .image-area::after {
  content: "";
  position: absolute;
  left: -80%;
  top: -80%;
  transform: rotate(45deg) translate(-50%, -50%);
  height: 200%;
  width: 10rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
}
.governer-monthly-letter .governer-section .image-area img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.governer-monthly-letter .governer-section .image-area .de-name-area {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #EDF3F3;
}
.governer-monthly-letter .governer-section .image-area .de-name-area h4 {
  color: #141414;
  font-weight: 600;
}
.governer-monthly-letter .governer-section .image-area .de-name-area p {
  margin-bottom: 0;
}
.governer-monthly-letter .governer-section .content {
  background-color: #EDF3F3;
  padding: 3rem 1rem;
}
.governer-monthly-letter .governer-section .content .governer-title {
  font-size: 3.5rem;
  line-height: 3.4rem;
  font-weight: 700;
  margin-bottom: 4rem;
  position: relative;
}
.governer-monthly-letter .governer-section .content .governer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2rem;
  height: 1rem;
  width: 4rem;
  background-color: #5DA5B3;
}
.governer-monthly-letter .governer-section .content .message-area p {
  margin-bottom: 1rem;
  line-height: 1.7rem;
  font-size: 1.1rem;
  font-family: "Barlow", sans-serif;
}
.governer-monthly-letter .governer-section .other-content {
  position: absolute;
  top: 32rem;
  left: 0;
  text-align: right;
  max-width: 35%;
  padding: 2rem 1rem;
  width: 100%;
  z-index: 2;
}
.governer-monthly-letter .governer-section .other-content .quots {
  position: absolute;
  top: -0.3rem;
  right: 1.65rem;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  transform: scale(1.2);
}
.governer-monthly-letter .governer-section .other-content .quots .icon {
  height: 3rem;
  width: 3rem;
  background-color: #B8BEC0;
  position: relative;
}
.governer-monthly-letter .governer-section .other-content .quots .icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: -2.9rem;
  height: 100%;
  width: 100%;
  background-color: #B8BEC0;
  -webkit-clip-path: polygon(25% 0%, 80% 0, 53% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 80% 0, 53% 100%, 0% 100%);
  z-index: 2;
}
.governer-monthly-letter .governer-section .other-content .date-area {
  padding: 1rem 0;
  margin: 1rem 0;
  border: 1px solid rgba(20, 20, 20, 0.6);
  border-left: none;
  border-right: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  align-items: flex-end;
}
.governer-monthly-letter .governer-section .other-content .date-area h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
}
.governer-monthly-letter .governer-section .other-content .date-area p {
  font-size: 1.3rem;
  max-width: 11rem;
  text-align: right;
  margin-bottom: 0;
}
.governer-monthly-letter .governer-section .other-content .desc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 3rem;
}
.governer-monthly-letter .governer-section .other-content .desc p {
  max-width: 12.34rem;
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #5DA5B3;
  font-family: "Barlow", sans-serif;
}

/***********      footer      ***********/
footer {
  padding: 3rem 0 2rem;
  background-color: rgba(255, 159, 0, 0.2117647059);
}
footer .footer-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  position: relative;
  z-index: 2;
}
footer .footer-list .item {
  color: #141414;
  margin-bottom: 1rem;
}
footer .footer-list .item .social-media .name {
  font-size: 1.1rem;
  font-weight: 600;
}
footer .footer-list .item .social-media .social-icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0;
}
footer .footer-list .item .social-media .social-icons li {
  margin-bottom: 0;
}
footer .footer-list .item .social-media .social-icons li i {
  font-size: 0.8rem;
  height: 2.2rem;
  width: 2.2rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #265eab;
  color: #FFFFFF;
  margin-right: 0;
}
footer .footer-list .item .social-media .social-icons li i:hover {
  background-color: #1d4781;
}
footer .footer-list .item .logo, footer .footer-list .item .f-title {
  margin-bottom: 1rem;
}
footer .footer-list .item .logo img, footer .footer-list .item .f-title img {
  height: 5rem;
  width: 65%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer-list .item .f-title {
  font-size: 24px;
  font-weight: 500;
  color: #141414;
}
footer .footer-list .item ul li {
  padding: 0.4rem 0;
  cursor: pointer;
  color: #141414;
}
footer .footer-list .item ul li i {
  margin-right: 5px;
  color: #141414;
}
footer .footer-list .item ul li a {
  color: #141414;
  width: 100%;
}
footer .footer-list .item .desc {
  font-size: 16px;
  line-height: 163.4%;
  max-height: 210px;
  overflow: hidden;
}
footer .copyright {
  position: relative;
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(20, 20, 20, 0.8);
  color: #141414;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.7rem;
}
footer .copyright .button-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
footer .copyright .download-on {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
footer .copyright .download-on h4 {
  font-size: 1rem;
}
footer .copyright .download-on .download-on-button {
  height: 2.7rem;
  width: 9rem;
}
footer .copyright .download-on .download-on-button img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .copyright .icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
footer .copyright .icons .icon {
  padding: 0 1rem;
}
footer .copyright .icons .icon a {
  color: #141414;
}

/***********      event-page-banner      ***********/
.event-page-banner {
  height: 27rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.event-page-banner.event-details-page-banner .news-event-main-image {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-items: flex-end;
  z-index: 10;
}
.event-page-banner.event-details-page-banner .news-event-main-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 20rem;
  width: 16rem;
  box-shadow: 0 0 10px rgba(20, 20, 20, 0.4);
}
.event-page-banner.no-dark::after {
  display: none;
}
.event-page-banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 1;
}
.event-page-banner .container, .event-page-banner .row {
  height: 100%;
}
.event-page-banner .contet {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  color: #FFFFFF;
  max-width: 55rem;
}
.event-page-banner .contet h2 {
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: 600;
}
.event-page-banner .contet .date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0 2rem;
}
.event-page-banner .contet .date .tag {
  padding: 0.2rem 1rem;
  color: #FFFFFF;
  background-color: #1d4781;
}
.event-page-banner .contet .date p {
  color: #FFFFFF;
  margin-bottom: 0;
}
.event-page-banner .contet button {
  padding: 1rem 2rem;
  background-color: #EE9D00;
  color: #FFFFFF;
  cursor: pointer;
}
.event-page-banner .contet button:hover {
  background-color: #da9000;
}

/***********      latest-news      ***********/
.latest-news {
  position: relative;
  position: relative;
  overflow: hidden;
}
.latest-news.no-bg, .latest-news.no-bg-color {
  background-color: rgba(238, 157, 0, 0.2);
  border-bottom: 2px solid rgba(20, 20, 20, 0.4);
}
.latest-news.no-bg .right-content, .latest-news.no-bg-color .right-content {
  background: none;
}
.latest-news.no-bg::after, .latest-news.no-bg-color::after {
  display: none;
}
.latest-news.no-bg-color {
  background: none !important;
}
.latest-news.no-bg-color .right-content .right-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
}
.latest-news.no-bg-color .right-content .right-title h1 {
  padding-left: 0;
}
.latest-news.no-bg-color .right-content .news-list {
  padding-left: 0;
}
.latest-news .more-news-button, .latest-news .more-events-button {
  position: absolute;
  top: 50%;
  left: 98%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.latest-news .more-news-button:hover::before, .latest-news .more-events-button:hover::before {
  left: 320%;
}
.latest-news .more-news-button:hover button, .latest-news .more-events-button:hover button {
  text-decoration: underline;
}
.latest-news .more-news-button button, .latest-news .more-events-button button {
  position: relative;
  z-index: 2;
  width: 6rem;
  transform: rotate(-90deg);
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1.1rem;
}
.latest-news .more-news-button::before, .latest-news .more-events-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 340%;
  transform: translate(-50%, -50%);
  height: 40rem;
  width: 40rem;
  border-radius: 50%;
  background-color: #C52435;
  z-index: 1;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.latest-news .more-events-button {
  left: 13%;
  top: 96%;
}
.latest-news .more-events-button:hover::before {
  top: 1030%;
  left: 50%;
}
.latest-news .more-events-button::before {
  left: 50%;
  top: 1100%;
  background-color: #050505;
}
.latest-news .more-events-button button {
  transform: rotate(0);
}
.latest-news .no-padding {
  padding: 0 !important;
}
.latest-news .view-all-button-area {
  display: none;
}
.latest-news::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  background-color: rgba(238, 157, 0, 0.2);
  z-index: -1;
}
.latest-news .left-content {
  position: relative;
  z-index: 2;
  padding: 2rem 0;
}
.latest-news .left-content .left-title {
  border-bottom: 1px solid rgba(20, 20, 20, 0.2);
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
}
.latest-news .left-content .left-title span {
  font-size: 2.2rem;
  line-height: 2.2rem;
  text-align: left;
  font-weight: 600;
  color: #141414;
}
.latest-news .left-content .content {
  padding: 1rem;
  padding-left: 0;
}
.latest-news .left-content .content .date-location {
  color: #1d4781;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.3rem;
}
.latest-news .left-content .content .event-title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8rem;
  margin-bottom: 1rem;
}
.latest-news .left-content .content .read-more-button {
  font-size: 1.2rem;
  color: #A00000;
  text-decoration: underline;
}
.latest-news .right-content {
  padding: 2rem 0;
  background-color: #F7F7F7;
  min-height: 60vh;
}
.latest-news .right-content .right-title {
  border-bottom: 1px solid rgba(20, 20, 20, 0.2);
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}
.latest-news .right-content .right-title span, .latest-news .right-content .right-title h1 {
  text-align: left;
  font-size: 4.14rem;
  font-weight: 600;
  line-height: 4.14rem;
  color: #141414;
  padding-left: 2rem;
  margin-bottom: 0;
}
.latest-news .right-content .news-list {
  padding-left: 2rem;
  margin-top: 2rem;
}
.latest-news .right-content .news-list .news-item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.latest-news .right-content .news-list .news-item:hover .image img {
  transform: scale(1.1);
}
.latest-news .right-content .news-list .news-item:hover .name a {
  color: #A00000;
}
.latest-news .right-content .news-list .news-item .image {
  height: 18rem;
  width: 100%;
  overflow: hidden;
}
.latest-news .right-content .news-list .news-item .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.latest-news .right-content .news-list .news-item .name {
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin: 1rem 0;
}
.latest-news .right-content .news-list .news-item .name a {
  color: #141414;
  text-decoration: none !important;
}
.latest-news .right-content .news-list .news-item .date {
  color: #1d4781;
}

/***********      latest-on-social-media-section      ***********/
.latest-on-social-media-section {
  background-color: rgba(238, 157, 0, 0.2);
}

/***********      latest-on-social-media      ***********/
.latest-on-social-media .title {
  border-bottom: 1px solid rgba(20, 20, 20, 0.2);
  padding-bottom: 2rem;
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 4.14rem;
  font-weight: 600;
  line-height: 4.14rem;
  color: #141414;
  text-align: left;
}
.latest-on-social-media a:hover {
  text-decoration: none;
}
.latest-on-social-media .twitter-id {
  border-bottom: 1px solid rgba(20, 20, 20, 0.2);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  color: #141414;
}
.latest-on-social-media .twitter-id:hover {
  color: #C52435;
}
.latest-on-social-media .twitter-id i {
  font-size: 2rem;
}
.latest-on-social-media .post-list .item {
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  align-items: flex-start;
}
.latest-on-social-media .post-list .item:hover .image img {
  transform: scale(1.1);
}
.latest-on-social-media .post-list .item:hover .content .name {
  color: #A00000;
}
.latest-on-social-media .post-list .item .image {
  height: 8rem;
  width: 8rem;
  overflow: hidden;
}
.latest-on-social-media .post-list .item .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.latest-on-social-media .post-list .item .content {
  max-width: calc(100% - 8rem);
}
.latest-on-social-media .post-list .item .content .name {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #141414;
}
.latest-on-social-media .post-list .item .content .other {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.latest-on-social-media .post-list .item .content .other button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.1rem;
}
.latest-on-social-media .post-list .item .content .other .date {
  font-size: 1.1rem;
  color: #1d4781;
}
.latest-on-social-media .video-area .videobanner {
  height: 20rem;
  margin-bottom: 1rem;
  position: relative;
}
.latest-on-social-media .video-area .videobanner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.latest-on-social-media .video-area .videobanner .playbutton {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  border: 0.3rem solid #FFFFFF;
  z-index: 1;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.latest-on-social-media .video-area .videobanner .playbutton i {
  color: #FFFFFF;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.latest-on-social-media .video-area .videobanner .playbutton:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.latest-on-social-media .video-area .videobanner .playbutton:hover::after {
  transform: translate(-50%, -50%) scale(1.06);
}
.latest-on-social-media .video-area .videobanner .playbutton:hover i {
  transform: scale(0.9);
}
.latest-on-social-media .video-area .videobanner .playbutton::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7rem;
  width: 7rem;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  z-index: 1;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.latest-on-social-media .video-area .videobanner .playbutton i {
  font-size: 2rem;
}
.latest-on-social-media .video-area .content .name {
  font-size: 1.3rem;
  font-weight: 400;
}
.latest-on-social-media .video-area .content .other {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.latest-on-social-media .video-area .content .other button {
  font-size: 1.1rem;
  cursor: pointer;
}
.latest-on-social-media .video-area .content .other .date {
  font-size: 1.1rem;
  color: #1d4781;
}

/***********      past-events      ***********/
.past-events .title {
  padding-bottom: 2rem;
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 4.14rem;
  font-weight: 600;
  line-height: 4.14rem;
  color: #141414;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-end;
}
.past-events .title .view-all-link {
  height: 4rem;
}
.past-events .title .view-all-link a {
  font-size: 1.1rem;
  color: #141414;
  text-decoration: underline;
  font-weight: 400;
}
.past-events .title .view-all-link a:hover {
  text-decoration: none;
}
.past-events .content {
  margin-bottom: 2rem;
}
.past-events .content .image {
  height: 18rem;
  width: 100%;
  margin-bottom: 1rem;
}
.past-events .content .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.past-events .content .date-location {
  color: #1d4781;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.3rem;
}
.past-events .content .event-title {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4rem;
  margin-bottom: 0.6rem;
}
.past-events .content .read-more-button {
  font-size: 1.2rem;
  color: #A00000;
}

/***********      contact-page      ***********/
.contact-page .title {
  border-bottom: 1px solid rgba(20, 20, 20, 0.2);
  padding-bottom: 2rem;
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 4.14rem;
  font-weight: 600;
  line-height: 4.14rem;
  color: #141414;
  text-align: left;
}
.contact-page .item {
  margin-bottom: 2rem;
}
.contact-page .item .image {
  height: 24rem;
  width: 100%;
  margin-bottom: 1rem;
}
.contact-page .item .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-page .item .name {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.contact-page .item .role {
  font-size: 1.1rem;
  color: rgba(20, 20, 20, 0.5);
  margin-bottom: 1rem;
}
.contact-page .item .phone, .contact-page .item .email {
  margin-bottom: 0.1rem;
}
.contact-page .item .phone a, .contact-page .item .email a {
  color: #A00000;
}

/***********      contact-form      ***********/
.contact-form-bg {
  background-color: rgba(238, 157, 0, 0.2);
  border-bottom: 2px solid rgba(20, 20, 20, 0.4);
}

.contact-form .title {
  padding-bottom: 2rem;
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 4.14rem;
  font-weight: 600;
  line-height: 4.14rem;
  color: #141414;
  text-align: left;
}
.contact-form .form .group {
  margin-bottom: 1rem;
  position: relative;
}
.contact-form .form .group .form-input-label {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3rem;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.contact-form .form .group .form-input-label.shrink {
  top: 1rem;
  font-size: 0.9rem;
}
.contact-form .form .group input, .contact-form .form .group textarea {
  height: 4rem;
  width: 100%;
  background-color: #fff;
  padding: 1.5rem 1rem 0.4rem 1rem;
  font-size: 1.2rem;
}
.contact-form .form .group input:focus ~ .form-input-label, .contact-form .form .group textarea:focus ~ .form-input-label {
  top: 1rem;
  font-size: 0.9rem;
}
.contact-form .form .group.message-area .form-input-label {
  top: 2rem;
}
.contact-form .form .group.message-area .form-input-label.shrink {
  top: 1rem;
  font-size: 0.9rem;
}
.contact-form .form .group.message-area textarea {
  height: 10rem;
  padding-top: 2rem;
}
.contact-form .form .confirmation {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.contact-form .form .confirmation .check-box {
  height: 1.5rem;
  width: 1.5rem;
}
.contact-form .form .confirmation label {
  font-size: 1.3rem;
  margin-bottom: 0;
  width: calc(100% - 1.5rem);
}
.contact-form .form .confirmation label a {
  color: #a00000;
  text-decoration: underline;
}
.contact-form .form .confirmation label a:hover {
  text-decoration: none;
}
.contact-form .form .submit-button {
  padding: 1rem 5rem;
  font-size: 1.3rem;
  background-color: #A00000;
  color: #FFFFFF;
  margin-top: 1rem;
  cursor: pointer;
}
.contact-form .form .submit-button:hover {
  background-color: #ba0000;
}

/***********      news-and-event-details      ***********/
.news-and-event-details .left-content {
  margin-bottom: 2rem;
}
.news-and-event-details .left-content .left-title {
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
  color: rgba(20, 20, 20, 0.6);
}
.news-and-event-details .left-content .name {
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 400;
}
.news-and-event-details .right-content {
  background-color: #F7F7F7;
  min-height: 60vh;
}
.news-and-event-details .right-content .right-title {
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}
.news-and-event-details .right-content .right-title span, .news-and-event-details .right-content .right-title h1 {
  text-align: left;
  font-size: 4.14rem;
  font-weight: 600;
  line-height: 4.14rem;
  color: #141414;
}
.news-and-event-details .right-content .date-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
  border-bottom: 1px solid rgba(20, 20, 20, 0.2);
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}
.news-and-event-details .right-content .date-area .go-back-button {
  color: #a00000;
  text-decoration: underline;
}
.news-and-event-details .right-content .date-area .go-back-button:hover {
  text-decoration: none;
}
.news-and-event-details .right-content article {
  margin-top: 4rem;
}
.news-and-event-details .right-content article p {
  margin-bottom: 1.7rem;
  font-size: 1.1rem;
  line-height: 1.7rem;
  font-weight: 400;
}
.news-and-event-details .right-content article img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-and-event-details .right-content article em {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

/***********      discover-news-bg      ***********/
.discover-news-bg {
  background-color: #EBE3D4;
}

/***********      discover-news      ***********/
.discover-news .next-button {
  color: #141414;
  text-decoration: none !important;
}
.discover-news .right-title {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.discover-news .right-title span {
  text-align: left;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 3.5rem;
  color: #CFBC9C;
}
.discover-news .right-title span.discover-title a {
  color: #C1BBAF;
}
.discover-news .right-title span a {
  color: #CFBC9C;
  text-decoration: underline;
}
.discover-news .right-title span a.no-underline {
  text-decoration: none !important;
}
.discover-news .right-title span a:hover {
  text-decoration: none;
}
.discover-news .news-list {
  margin-top: 3rem;
}
.discover-news .news-list .news-item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.discover-news .news-list .news-item:hover .image img {
  transform: scale(1.1);
}
.discover-news .news-list .news-item:hover .name a {
  color: #A00000;
}
.discover-news .news-list .news-item .image {
  height: 18rem;
  width: 100%;
  overflow: hidden;
}
.discover-news .news-list .news-item .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.discover-news .news-list .news-item .name {
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin: 1rem 0;
}
.discover-news .news-list .news-item .name a {
  color: #141414;
  text-decoration: none !important;
}
.discover-news .news-list .news-item .date {
  color: #1d4781;
}

/***********      modal-backdrop      ***********/
.modal-backdrop {
  display: none !important;
}

/***********      new-title      ***********/
.new-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}
.new-title .main-title h3 {
  font-size: 2.2rem;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.new-title .main-title h3 span {
  position: relative;
  color: #FFFFFF;
  margin: 0 0.4rem 0 0.8rem;
}
.new-title .main-title h3 span.left-title {
  margin: 0 0.8rem 0 0.2rem;
}
.new-title .main-title h3 span .text {
  position: relative;
  z-index: 2;
}
.new-title .main-title h3 span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  background-color: #EE9D00;
  z-index: 1;
}
.new-title .main-title p {
  font-size: 0.9rem;
  color: #414141;
}
.new-title .view-all-button {
  padding: 0.4rem 1rem;
  border: 1px solid #1d4781;
  color: #1d4781;
  font-size: 0.9rem;
  border-radius: 0.3rem;
  font-weight: 600;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.new-title .view-all-button:hover {
  color: #FFFFFF;
  background-color: #1d4781;
}
.new-title .carousel-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
}
.new-title .carousel-buttons button {
  height: 2.2rem;
  width: 2.2rem;
  border-radius: 0.4rem;
  border: 1px solid rgba(20, 20, 20, 0.1);
  background-color: #FFFFFF;
  color: rgba(20, 20, 20, 0.6);
  font-size: 0.9rem;
  cursor: pointer;
  outline: none;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.new-title .carousel-buttons button.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.new-title .carousel-buttons button:hover {
  background-color: #1d4781;
  color: #FFFFFF;
}
.new-title .section-search {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.new-title .section-search .group {
  width: 18rem;
  height: 100%;
  border: 1px solid rgba(20, 20, 20, 0.1);
  border-radius: 0.4rem;
  position: relative;
  height: 2.5rem;
}
.new-title .section-search .group input {
  height: 100%;
  width: 100%;
  padding: 1rem;
  padding-left: 2rem;
}
.new-title .section-search .group .icon {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
  color: rgba(20, 20, 20, 0.4);
  cursor: pointer;
  pointer-events: none;
}
.new-title .section-search .group .icon:hover {
  color: #141414;
}

/***********      ads-category-section      ***********/
.ads-category-section a {
  text-decoration: none !important;
}
.ads-category-section .col-sm-4 {
  padding: 0 0.5rem !important;
}
.ads-category-section .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 1rem 1.5rem;
  border: 1px solid rgba(20, 20, 20, 0.1);
  border-radius: 0.4rem;
  height: 11rem;
  gap: 0.5rem;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.ads-category-section .item:hover {
  background-color: #1d4781;
}
.ads-category-section .item:hover .content .name {
  color: #FFFFFF;
}
.ads-category-section .item:hover .content .total-ads {
  color: rgba(255, 255, 255, 0.7);
}
.ads-category-section .item .icon {
  height: 3rem;
  width: 3rem;
}
.ads-category-section .item .icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ads-category-section .item .content .name {
  font-size: 1rem;
  margin-bottom: 0.2rem;
  font-weight: 700;
  color: #141414;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.ads-category-section .item .content .total-ads {
  font-size: 0.9rem;
  color: rgba(20, 20, 20, 0.7);
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
@keyframes skecetonLoading {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.ads-category-section .skeleton-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1rem 1.5rem;
  border: 1px solid rgba(20, 20, 20, 0.1);
  border-radius: 0.4rem;
  height: 11rem;
  gap: 0.5rem;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
.ads-category-section .skeleton-loading.active {
  display: flex;
}
.ads-category-section .skeleton-loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  animation: skecetonLoading 1.4s infinite;
  z-index: 2;
}
.ads-category-section .skeleton-loading .icon {
  margin-top: 0.6rem;
  height: 4rem;
  width: 4rem;
  background: linear-gradient(270deg, rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.2));
}
.ads-category-section .skeleton-loading .name {
  height: 1.2rem;
  width: 7rem;
  background: linear-gradient(270deg, rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.2));
}
.ads-category-section .skeleton-loading .total-ads {
  height: 0.9rem;
  width: 3rem;
  background: linear-gradient(270deg, rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.2));
}
.ads-category-section .category-ads-section-area {
  position: sticky;
  bottom: 5rem;
  align-self: flex-end;
}

/***********      select2-dropdown      ***********/
.select2-dropdown {
  border: 1px solid rgba(20, 20, 20, 0.1) !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid rgba(20, 20, 20, 0.1) !important;
}

/***********      ads-banners      ***********/
.ads-banners {
  height: 27rem;
}
.ads-banners .container, .ads-banners .row {
  height: 100%;
}
.ads-banners .image {
  height: 100%;
  width: 100%;
}
.ads-banners .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}
.ads-banners .content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  flex-direction: column;
}
.ads-banners .content .head {
  font-size: 0.9rem;
  padding: 0.6rem 1.4rem;
  border-radius: 4rem;
  background-color: #1d4781;
  color: #FFFFFF;
  margin-bottom: 0.6rem;
}
.ads-banners .content .banner-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3rem;
}
.ads-banners .content .banner-title span {
  color: #A00000;
}
.ads-banners .content .desc {
  max-width: 35rem;
  font-size: 0.9rem;
  line-height: 1.4rem;
  margin: 1rem 0;
}
.ads-banners .content form {
  width: 100%;
}
.ads-banners .content .search-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  max-width: 50rem;
  width: 100%;
}
.ads-banners .content .search-box .group {
  max-width: 20rem;
  width: 100%;
}
.ads-banners .content .search-box .group #chooseCategory {
  height: 100%;
  width: 100%;
}
.ads-banners .content .search-box .group .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.ads-banners .content .search-box .group .select2-container--open .select2-dropdown--below {
  border: 1px solid rgba(20, 20, 20, 0.1) !important;
}
.ads-banners .content .search-box .group .select2-selection {
  width: 100%;
  height: 3rem;
  border-radius: 0.3rem;
  border: 1px solid rgba(20, 20, 20, 0.1);
  padding: 0.5rem;
  font-size: 0.9rem;
}
.ads-banners .content .search-box .submit {
  padding: 0.6rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  border-radius: 0.3rem;
  background-color: #A00000;
  color: #FFFFFF;
  cursor: pointer;
}
.ads-banners .content .search-box .submit i {
  font-size: 0.9rem;
}

/***********      ads-sections      ***********/
.ads-sections.also-viewed .mySwiper {
  overflow: hidden;
  position: relative;
}
.ads-sections.search-filter-page .stickyScrolling {
  top: 1.5rem;
  bottom: auto;
  align-self: flex-start;
}
.ads-sections .stickyScrolling {
  position: sticky;
  bottom: 2rem;
  align-self: flex-end;
}
.ads-sections .ads-filter {
  padding: 1rem;
  border-radius: 0.3rem;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px rgba(20, 20, 20, 0.08);
}
.ads-sections .ads-filter .filter-title {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.1rem;
  font-weight: 600;
}
.ads-sections .ads-filter .filter-title i {
  color: #A00000;
}
.ads-sections .ads-filter .select2-container {
  width: 100% !important;
}
.ads-sections .ads-filter .input-groups .group {
  margin-bottom: 1rem;
}
.ads-sections .ads-filter .input-groups .group #mySelect {
  width: 100%;
}
.ads-sections .ads-filter .input-groups .group .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.ads-sections .ads-filter .input-groups .group .select2-container--open .select2-dropdown--below {
  border: 1px solid rgba(20, 20, 20, 0.1) !important;
}
.ads-sections .ads-filter .input-groups .group .select2-selection {
  width: 100%;
  height: 3rem;
  border-radius: 0.3rem;
  border: 1px solid rgba(20, 20, 20, 0.1);
  padding: 0.5rem;
  font-size: 0.9rem;
}
.ads-sections .ads-filter .input-groups .group input, .ads-sections .ads-filter .input-groups .group select {
  height: 3rem;
  width: 100%;
  border-radius: 0.3rem;
  border: 1px solid rgba(20, 20, 20, 0.1);
  padding: 0.5rem;
  font-size: 0.9rem;
}
.ads-sections .ads-filter .checkbox-area {
  margin-top: 1.4rem;
}
.ads-sections .ads-filter .checkbox-area h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.7rem;
}
.ads-sections .ads-filter .checkbox-area ul .group {
  margin-bottom: 0.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.4rem;
}
.ads-sections .ads-filter .checkbox-area ul .group input {
  height: 1rem;
  width: 1rem;
  border: 1px solid rgba(20, 20, 20, 0.1);
  border-radius: 0.2rem;
  margin-bottom: 0;
  cursor: pointer;
}
.ads-sections .ads-filter .checkbox-area ul .group label {
  font-size: 0.9rem;
  color: rgba(20, 20, 20, 0.6);
  margin: 0;
  cursor: pointer;
}
.ads-sections .ads-filter .submit {
  padding: 0.5rem;
  width: 100%;
  border-radius: 0.3rem;
  color: #FFFFFF;
  background-color: #A00000;
  cursor: pointer;
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
.ads-sections .ads-filter .submit i {
  font-size: 0.8rem;
}
.ads-sections .ads-filter .submit:hover {
  background-color: #ba0000;
}
.ads-sections .search-filter-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
.ads-sections .search-filter-area .total-search-result {
  font-size: 0.9rem;
  margin-bottom: 0;
  max-width: 10rem;
  width: 100%;
}
.ads-sections .search-filter-area .total-search-result span {
  color: #A00000;
}
.ads-sections .search-filter-area .sort-section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
.ads-sections .search-filter-area .sort-section span {
  font-size: 0.9rem;
}
.ads-sections .search-filter-area .sort-section .search-filter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
}
.ads-sections .search-filter-area .sort-section .search-filter .group {
  height: 2.5rem;
  width: 100%;
  max-width: calc(100% - 6rem);
  background-color: #FFFFFF;
  border-radius: 0.4rem;
  padding: 0.4rem;
}
.ads-sections .search-filter-area .sort-section .search-filter .group select {
  height: 100%;
  font-size: 0.9rem;
}
.ads-sections .search-filter-area .sort-section .search-filter .grid-view-button, .ads-sections .search-filter-area .sort-section .search-filter .list-view-button {
  height: 2.6rem;
  width: 2.6rem;
  background-color: #FFFFFF;
  border-radius: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.ads-sections .search-filter-area .sort-section .search-filter .grid-view-button:hover, .ads-sections .search-filter-area .sort-section .search-filter .list-view-button:hover {
  border: 1px solid #A00000;
  color: #A00000;
}
.ads-sections .search-filter-area .sort-section .search-filter .grid-view-button.active, .ads-sections .search-filter-area .sort-section .search-filter .list-view-button.active {
  background-color: #A00000;
  color: #FFFFFF;
}
.ads-sections .search-filter-area .sort-section .search-filter .grid-view-button i, .ads-sections .search-filter-area .sort-section .search-filter .list-view-button i {
  font-size: 0.8rem;
}
.ads-sections .ads-item-list-section {
  margin-bottom: 3rem;
}
.ads-sections .pagination-area {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  grid-gap: 20px;
  margin-top: 1rem;
}
.ads-sections .pagination-area .prev-button, .ads-sections .pagination-area .next-button {
  padding: 0.4rem 1.5rem;
  border-radius: 0.3rem;
  border: 1px solid rgba(20, 20, 20, 0.1);
  background-color: #FFFFFF;
  color: rgba(20, 20, 20, 0.7);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.ads-sections .pagination-area .prev-button:hover, .ads-sections .pagination-area .next-button:hover {
  background-color: #1d4781;
  color: #FFFFFF;
}
.ads-sections .pagination-area .prev-button:hover i, .ads-sections .pagination-area .next-button:hover i {
  color: #FFFFFF;
}
.ads-sections .pagination-area .prev-button i, .ads-sections .pagination-area .next-button i {
  color: #A00000;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.ads-sections .pagination-area .page-number {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.ads-sections .pagination-area .page-number button {
  height: 2.3rem;
  width: 2.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid rgba(20, 20, 20, 0.1);
  background-color: #FFFFFF;
  color: rgba(20, 20, 20, 0.7);
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.ads-sections .pagination-area .page-number button.active {
  background-color: #1d4781;
  color: #FFFFFF;
}
.ads-sections .pagination-area .page-number button:hover {
  background-color: #1d4781;
  color: #FFFFFF;
}
.ads-sections .mySwiper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.ads-sections .mySwiper .swiper-slide {
  width: 100%;
  padding: 0.5rem 0;
}
.ads-sections .col-sm-6 {
  padding: 0 0.5rem;
}
.ads-sections .item-area {
  margin-bottom: 1rem;
}
.ads-sections .no-business-list {
  margin: 0rem 0 1rem;
}
.ads-sections .no-business-list .col-sm-6 {
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}
.ads-sections .no-business-list .item .image:hover img {
  transform: scale(1.1) rotate(0);
}
.ads-sections .item {
  width: 100%;
  border-radius: 0.4rem;
  overflow: hidden;
  height: 100%;
}
.ads-sections .item.no-business .image {
  height: 15rem;
}
.ads-sections .item.no-business .content .first-heading {
  margin-top: 0;
}
.ads-sections .item.no-business .content .c-email {
  display: block !important;
}
.ads-sections .item.no-business .content .item-footer {
  margin-top: 0;
}
.ads-sections .item.no-business .content .item-footer .club-name {
  max-width: 95%;
}
.ads-sections .item:hover .content, .ads-sections .item:hover .image {
  box-shadow: 0 0 5px rgba(20, 20, 20, 0.1);
}
.ads-sections .item .image {
  height: 15rem;
  width: 100%;
  border-radius: 0.4rem 0.4rem 0 0;
  position: relative;
  overflow: hidden;
}
.ads-sections .item .image .featured {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  padding: 0.2rem 0.7rem;
  font-size: 0.8rem;
  background-color: #EE9D00;
  border-radius: 0.3rem;
  color: #FFFFFF;
  z-index: 2;
}
.ads-sections .item .image .wishlist {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
  cursor: pointer;
}
.ads-sections .item .image .wishlist:hover {
  background-color: #a00000;
  color: #FFFFFF;
}
.ads-sections .item .image .wishlist i {
  font-size: 0.8rem;
}
.ads-sections .item .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.ads-sections .item .image:hover img {
  transform: scale(1.3) rotate(10deg);
}
.ads-sections .item .content {
  background-color: #FFFFFF;
  border-radius: 0 0 0.4rem 0.4rem;
  border: 1px solid rgba(20, 20, 20, 0.15);
  border-top: none;
  position: relative;
  padding: 1rem;
  height: 100%;
}
.ads-sections .item .content .rot-info {
  margin-bottom: 0;
}
.ads-sections .item .content .rot-info .rot-name .name {
  display: none;
}
.ads-sections .item .content .user-image {
  position: absolute;
  left: 1rem;
  top: -5%;
  transform: translateY(-50%);
  height: 4.5rem;
  width: 4.5rem;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(20, 20, 20, 0.1);
}
.ads-sections .item .content .user-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ads-sections .item .content .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.4rem;
  margin: 0.5rem 0;
}
.ads-sections .item .content .heading.first-heading {
  flex-direction: column;
}
.ads-sections .item .content .heading.top-heading {
  width: 100%;
}
.ads-sections .item .content .heading.top-heading .cate {
  width: 100%;
}
.ads-sections .item .content .heading.top-heading .views {
  justify-content: flex-end;
  max-width: calc(100% - 10rem);
}
.ads-sections .item .content .heading.other-head {
  margin: 0.5rem 0;
}
.ads-sections .item .content .heading .cate, .ads-sections .item .content .heading .views, .ads-sections .item .content .heading .address {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-start;
  gap: 0.3rem;
  font-size: 0.88rem;
  width: 100%;
}
.ads-sections .item .content .heading .cate a, .ads-sections .item .content .heading .views a, .ads-sections .item .content .heading .address a {
  color: rgba(20, 20, 20, 0.7);
  text-decoration: none !important;
}
.ads-sections .item .content .heading .cate a:hover, .ads-sections .item .content .heading .views a:hover, .ads-sections .item .content .heading .address a:hover {
  color: #A00000;
}
.ads-sections .item .content .heading .cate strong, .ads-sections .item .content .heading .views strong, .ads-sections .item .content .heading .address strong {
  color: #0f9800;
}
.ads-sections .item .content .heading .cate strong.closed, .ads-sections .item .content .heading .views strong.closed, .ads-sections .item .content .heading .address strong.closed {
  color: #A00000;
}
.ads-sections .item .content .heading .cate i, .ads-sections .item .content .heading .views i, .ads-sections .item .content .heading .address i {
  font-size: 0.7rem;
  margin-top: 0.4rem;
}
.ads-sections .item .content .c-address .cate {
  max-width: 100% !important;
  overflow: visible !important;
  text-overflow: unset !important;
  white-space: normal !important;
}
.ads-sections .item .content .c-address .cate span {
  width: 100%;
  max-width: 100% !important;
  overflow: visible !important;
  text-overflow: unset !important;
  white-space: normal !important;
}
.ads-sections .item .content .c-email, .ads-sections .item .content .c-web-link, .ads-sections .item .content .views {
  display: none !important;
}
.ads-sections .item .content .name {
  font-size: 1.2rem;
  font-weight: 700;
}
.ads-sections .item .content .name a {
  color: #141414;
  text-decoration: none !important;
}
.ads-sections .item .content .name a:hover {
  color: #A00000;
}
.ads-sections .item .content .item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ads-sections .item .content .item-footer a {
  text-decoration: none;
}
.ads-sections .item .content .item-footer .club-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: #141414;
}
.ads-sections .item .content .item-footer .rating {
  font-size: 0.8rem;
  color: rgba(20, 20, 20, 0.6);
}
.ads-sections .item .content .item-footer .rating span {
  padding: 0.2rem 0.4rem;
  border-radius: 0.4rem;
  background-color: #EE9D00;
  color: #FFFFFF;
  font-size: 0.8rem;
  margin-right: 0.4rem;
}
.ads-sections .ads-item-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.ads-sections .ads-item-list.active {
  display: block;
}
.ads-sections .ads-item-list.active .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
}
.ads-sections .ads-item-list.active .item.no-business .content .c-email {
  display: block !important;
}
.ads-sections .ads-item-list.active .item.no-business .content .item-footer {
  margin-top: 6rem;
}
.ads-sections .ads-item-list.active .item .image {
  width: 15rem;
  border-radius: 0.4rem 0 0 0.4rem;
  height: auto;
}
.ads-sections .ads-item-list.active .item .image a {
  height: 100%;
}
.ads-sections .ads-item-list.active .item .content {
  max-width: calc(100% - 15rem);
  width: 100%;
  border-radius: 0 0.4rem 0.4rem 0;
  border: 1px solid rgba(20, 20, 20, 0.15);
}
.ads-sections .ads-item-list.active .item .content .rot-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.4rem;
}
.ads-sections .ads-item-list.active .item .content .rot-info .rot-name {
  width: 100%;
  max-width: 90%;
}
.ads-sections .ads-item-list.active .item .content .rot-info .rot-name .name {
  font-size: 0.9rem;
  margin-bottom: 0;
  display: block;
  margin-top: 0;
}
.ads-sections .ads-item-list.active .item .content .rot-info .rot-name .since {
  font-size: 0.8rem;
}
.ads-sections .ads-item-list.active .item .content .name {
  margin-top: 0.5rem;
}
.ads-sections .ads-item-list.active .item .content .user-image {
  position: static;
  height: 2rem;
  width: 2rem;
  transform: translate(0);
}
.ads-sections .ads-item-list.active .item .content .heading {
  margin: 0 !important;
}
.ads-sections .ads-item-list.active .item .content .heading.first-heading {
  flex-direction: row;
}
.ads-sections .ads-item-list.active .item .content .heading li {
  width: 100%;
}
.ads-sections .ads-item-list.active .item .content .item-contact-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  row-gap: 0.3rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  flex-wrap: wrap;
  margin: 0.3rem 0;
}
.ads-sections .ads-item-list.active .item .content .item-contact-info.open-close-time {
  width: 100%;
}
.ads-sections .ads-item-list.active .item .content .item-contact-info.open-close-time .heading {
  flex: 100%;
  max-width: 100%;
  width: 100%;
}
.ads-sections .ads-item-list.active .item .content .item-contact-info .heading {
  flex: 45%;
  max-width: 45%;
  width: 100%;
}
.ads-sections .ads-item-list.active .item .content .item-contact-info .cate {
  width: 100%;
}
.ads-sections .ads-item-list.active .item .content .c-address, .ads-sections .ads-item-list.active .item .content .c-phone-no, .ads-sections .ads-item-list.active .item .content .c-email, .ads-sections .ads-item-list.active .item .content .c-web-link, .ads-sections .ads-item-list.active .item .content .open-close-time {
  display: flex !important;
}
.ads-sections .ads-item-list.active .item .content .item-footer {
  margin-top: 1rem;
}

.ads-popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  padding: 6.5rem 2rem 2rem 2rem;
  overflow: auto;
  pointer-events: none;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
  opacity: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ads-popup.active {
  pointer-events: all;
  opacity: 1;
}
.ads-popup.active .logo-area {
  opacity: 1;
}
.ads-popup.active .ads-container {
  transform: scale(1);
  opacity: 1;
}
.ads-popup.active .ads-bg {
  opacity: 1;
}
.ads-popup .ads-bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 2;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.ads-popup .logo-area {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3.5rem;
  width: 10rem;
  z-index: 3;
  opacity: 0;
}
.ads-popup .logo-area img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}
.ads-popup .logo-area h5 {
  margin: 0.5rem 0 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
.ads-popup .ads-container {
  position: relative;
  max-width: 60rem;
  width: 100%;
  z-index: 3;
  box-shadow: 0 0 10px rgba(20, 20, 20, 0.1);
  transform: scale(0.9);
  opacity: 0;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.ads-popup .ads-container .ads-close {
  position: absolute;
  top: -1rem;
  right: -1rem;
  background-color: rgba(20, 20, 20, 0.3);
  height: 2.3rem;
  width: 2.3rem;
  border-radius: 3rem;
  font-size: 0.9rem;
  color: #FFFFFF;
  cursor: pointer;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
}
.ads-popup .ads-container .ads-close:hover {
  background-color: #A00000;
}
.ads-popup .ads-container .ads-close i {
  display: none;
  font-size: 1.1rem;
}
.ads-popup .ads-container .ads-close svg, .ads-popup .ads-container .ads-close .countdown-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ads-popup .ads-container .ads-close svg.start circle, .ads-popup .ads-container .ads-close .countdown-container.start circle {
  animation: spin 18s linear forwards;
}
.ads-popup .ads-container .ads-close circle {
  fill: none;
  stroke: rgba(20, 20, 20, 0.5);
  stroke-width: 4px;
  stroke-dasharray: 450;
  stroke-dashoffset: 450;
}
.ads-popup .ads-container .ads-close .countdown-container {
  font-size: 1rem;
}
.ads-popup .ads-container .big-image-ads {
  height: 80vh;
  min-height: 26rem;
  width: 100%;
}
.ads-popup .ads-container .big-image-ads img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}

.search-box-area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 2rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}
.search-box-area .filter-box {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 1rem;
  border: 1px solid transparent;
  max-width: 15rem;
  width: 100%;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 500;
}
.search-box-area .filter-box:hover {
  border-color: rgba(20, 20, 20, 0.2);
  justify-content: space-between;
}
.search-box-area .filter-box:hover .options-box {
  display: block;
}
.search-box-area .options-box {
  position: absolute;
  top: 3.5rem;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  padding: 0.3rem;
  z-index: 10;
  box-shadow: 0 0 10px rgba(20, 20, 20, 0.1);
  display: none;
  overflow: auto;
  max-height: 20rem;
}
.search-box-area .options-box .group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.7rem;
  padding: 0.7rem;
  margin-bottom: 0;
  cursor: pointer;
}
.search-box-area .options-box .group:hover {
  background-color: rgba(238, 157, 0, 0.1);
}
.search-box-area .options-box .group input:checked ~ .checkbox {
  background-color: #A00000;
}
.search-box-area .options-box .group input:checked ~ .checkbox i {
  display: block;
}
.search-box-area .options-box .group .checkbox {
  height: 1.3rem;
  width: 1.3rem;
  border: 1px solid rgba(20, 20, 20, 0.1);
  background-color: #e0e0e0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-box-area .options-box .group .checkbox i {
  display: none;
  color: #FFFFFF;
}
.search-box-area .options-box .group h6 {
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 0;
}
.search-box-area .search-box {
  max-width: calc(100% - 15rem);
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.search-box-area .search-box .search-icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  font-size: 1rem;
  color: rgba(20, 20, 20, 0.4);
}
.search-box-area .search-box input {
  padding: 1rem;
  height: 100%;
  margin-bottom: 0;
  font-size: 1rem;
}
.search-box-area .search-box input:focus {
  width: 100%;
}

.ads-details-banner {
  position: relative;
  background-color: #FFFFFF;
  margin-bottom: 2rem;
}
.ads-details-banner.club-details-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
  pointer-events: none;
  background: linear-gradient(0, #141414, rgba(20, 20, 20, 0.1));
  z-index: 2;
}
.ads-details-banner .banner-image {
  height: 23rem;
}
.ads-details-banner .banner-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ads-details-banner .banner-content {
  position: absolute;
  left: 0;
  bottom: 1rem;
  width: 100%;
  z-index: 10;
  color: #FFFFFF;
}
.ads-details-banner .banner-content .banner-details-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 1rem;
}
.ads-details-banner .banner-content .view-photos {
  padding: 0.4rem 2rem;
  border: 1px solid #FFFFFF;
  border-radius: 0.3rem;
  color: #FFFFFF;
  cursor: pointer;
}
.ads-details-banner .banner-content .name {
  font-size: 2.5rem;
  font-weight: 700;
}
.ads-details-banner .banner-content .club-details, .ads-details-banner .banner-content .date-and-time {
  font-size: 1.2rem;
  margin: 0.5rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.ads-details-banner .banner-content .club-details span, .ads-details-banner .banner-content .date-and-time span {
  color: #58B4FF;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.ads-details-banner .banner-content .club-details span.address, .ads-details-banner .banner-content .date-and-time span.address {
  color: #ff8b87;
}
.ads-details-banner .banner-content .club-details i, .ads-details-banner .banner-content .date-and-time i {
  font-size: 1rem;
}
.ads-details-banner .mySwiper {
  overflow: hidden;
}
.ads-details-banner .details-banner-image {
  position: relative;
}
.ads-details-banner .details-banner-image .image {
  height: 23rem;
}
.ads-details-banner .details-banner-image .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  object-position:top;
}
.ads-details-banner .details-banner-image .view-photos {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 10;
  background-color: #FFFFFF;
  padding: 0.4rem 1.5rem;
  font-size: 0.9rem;
  border-radius: 0.4rem;
  cursor: pointer;
}
.ads-details-banner .details-banner-image .view-photos:hover {
  color: #A00000;
}
.ads-details-banner .details-head .ads-profile-details .profile-sec {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
}
.ads-details-banner .details-head .ads-profile-details .profile-sec .image {
  height: 6rem;
  width: 6rem;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(20, 20, 20, 0.1);
}
.ads-details-banner .details-head .ads-profile-details .profile-sec .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.ads-details-banner .details-head .ads-profile-details .profile-sec .content {
  max-width: calc(100% - 6rem);
}
.ads-details-banner .details-head .ads-profile-details .profile-sec .content .name {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0;
}
.ads-details-banner .details-head .ads-profile-details .profile-sec .content .desc {
  font-size: 1rem;
  margin: 0.2rem 0 0.1rem;
}
.ads-details-banner .details-head .ads-profile-details .profile-sec .content h6 strong {
  color: #0f9800;
  font-size: 1rem;
  margin-bottom: 0;
}
.ads-details-banner .details-head .ads-profile-details .profile-sec .content h6 strong.closed {
  color: #A00000;
}
.ads-details-banner .details-head .ads-profile-details .profile-sec .content .rating {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.6rem;
}
.ads-details-banner .details-head .ads-profile-details .profile-sec .content .rating .stars {
  font-size: 0.7rem;
  margin: 0.5rem 0;
  color: #EE9D00;
}
.ads-details-banner .details-head .ads-profile-details .profile-sec .content .rating span {
  font-size: 0.9rem;
}
.ads-details-banner .details-head .ads-profile-details .details-ads-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.ads-details-banner .details-head .ads-profile-details .details-ads-button .nav-button-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.3rem;
  height: 3rem;
}
.ads-details-banner .details-head .ads-profile-details .details-ads-button .nav-button-list li {
  height: 100%;
}
.ads-details-banner .details-head .ads-profile-details .details-ads-button .nav-button-list li button {
  color: #141414;
}
.ads-details-banner .details-head .ads-profile-details .details-ads-button .nav-button-list a {
  text-decoration: none;
  height: 100%;
  color: #141414;
}
.ads-details-banner .details-head .ads-profile-details .details-ads-button .nav-button-list .shareButton {
  position: relative;
}
.ads-details-banner .details-head .ads-profile-details .details-ads-button .nav-button-list .shareButton:hover .share-popup {
  top: 3rem;
  pointer-events: all;
  opacity: 1;
}
.ads-details-banner .details-head .ads-profile-details .details-ads-button .nav-button-list .shareButton .share-popup {
  position: absolute;
  right: 0;
  top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background-color: #FFFFFF;
  padding: 0.4rem;
  border-radius: 4rem;
  box-shadow: 0 0 10px rgba(20, 20, 20, 0.1);
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.ads-details-banner .details-head .ads-profile-details .details-ads-button .nav-button-list .shareButton .share-popup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 80%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 1rem;
  width: 1rem;
  background-color: #FFFFFF;
  box-shadow: -2px -2px 3px rgba(20, 20, 20, 0.06);
  z-index: 1;
}
.ads-details-banner .details-head .ads-profile-details .details-ads-button .nav-button-list .shareButton .share-popup li {
  position: relative;
  z-index: 2;
}
.ads-details-banner .details-head .ads-profile-details .details-ads-button .nav-button-list .shareButton .share-popup a {
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  color: #A00000;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.ads-details-banner .details-head .ads-profile-details .details-ads-button .nav-button-list .shareButton .share-popup a:hover {
  color: #FFFFFF;
  background-color: #A00000;
}
.ads-details-banner .details-head .ads-profile-details .details-ads-button .nav-button-list button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  cursor: pointer;
  height: 100%;
}
.ads-details-banner .details-head .ads-profile-details .details-ads-button .nav-button-list button:hover {
  color: #A00000;
}
.ads-details-banner .details-head .ads-profile-details .details-ads-button .nav-button-list button i {
  color: #A00000;
}
.ads-details-banner .details-head .ads-profile-details .details-ads-button .call-now-button {
  padding: 0.5rem 2rem;
  border-radius: 0.3rem;
  background-color: #A00000;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 0.85rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid #A00000;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.ads-details-banner .details-head .ads-profile-details .details-ads-button .call-now-button:hover {
  background-color: transparent;
  color: #A00000;
}

.ads-all-details {
  margin-bottom: 3rem;
}
.ads-all-details .stickyScrolling {
  position: sticky;
  bottom: 2rem;
  align-self: flex-end;
}
.ads-all-details .c-padding {
  padding: 0 0.5rem;
}
.ads-all-details .details-section {
  padding: 1rem;
  border-radius: 0.3rem;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px rgba(20, 20, 20, 0.08);
  margin-bottom: 1rem;
}
.ads-all-details .details-section .title-sec {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.1rem;
  font-weight: 600;
}
.ads-all-details .details-section .title-sec i {
  color: #A00000;
}
.ads-all-details .details-section .content .description p {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.ads-all-details .details-section .content .description p:nth-last-child(1) {
  margin-bottom: 0;
}
.ads-all-details .details-section .content .business-details li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #616161;
}
.ads-all-details .details-section .content .business-details li span {
  color: #141414;
}
.ads-all-details .details-section .content .business-details li:nth-last-child(1) {
  margin-bottom: 0;
}
.ads-all-details .details-section .content .feature-list {
  padding: 0 0.5rem;
}
.ads-all-details .details-section .content .feature-list .col-sm-6, .ads-all-details .details-section .content .feature-list .col-6 {
  padding: 0 0.5rem;
}
.ads-all-details .details-section .content .feature-list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
}
.ads-all-details .details-section .content .feature-list .item.feature-item .icon {
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(160, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.ads-all-details .details-section .content .feature-list .item.feature-item .icon span {
  font-size: 1.5rem;
  font-weight: 500;
  color: #A00000;
}
.ads-all-details .details-section .content .feature-list .item.feature-item .icon img {
  height: 55%;
  width: 55%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ads-all-details .details-section .content .feature-list .item.feature-item .info {
  max-width: calc(100% - 6rem);
  width: 100%;
}
.ads-all-details .details-section .content .feature-list .item.feature-item .info .name {
  font-size: 0.9rem;
  margin-bottom: 0.1rem;
}
.ads-all-details .details-section .content .feature-list .item.main-member {
  flex-direction: column;
}
.ads-all-details .details-section .content .feature-list .item.main-member .image {
  width: 100%;
  height: 20rem;
  border-radius: 0.4rem;
}
.ads-all-details .details-section .content .feature-list .item.main-member .info {
  max-width: 100%;
}
.ads-all-details .details-section .content .feature-list .item.main-member .info .name {
 /* font-size: 1.3rem;*/
  margin-bottom: 0.4rem;
  font-weight: 600;
 /* max-width: 95%;*/
 
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ads-all-details .details-section .content .feature-list .item.main-member .info p {
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 0.4rem;
  font-weight: 500;
}
.ads-all-details .details-section .content .feature-list .item.main-member .info p.role {
  margin-bottom: 1.2rem;
}
.ads-all-details .details-section .content .feature-list .item.main-member .info p i {
  font-size: 1rem;
  margin-right: 0.2rem;
}
.ads-all-details .details-section .content .feature-list .item.board-member {
  flex-direction: column;
}
.ads-all-details .details-section .content .feature-list .item.board-member .image {
  width: 100%;
  border-radius: 0.4rem;
  height: 14rem;
}
.ads-all-details .details-section .content .feature-list .item.board-member .info {
  max-width: 100%;
}
.ads-all-details .details-section .content .feature-list .item.board-member .info .name {
  /*max-width: 95%;*/
  font-size:13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ads-all-details .details-section .content .feature-list .item .image {
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ads-all-details .details-section .content .feature-list .item .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
 object-position:top;
}
.ads-all-details .details-section .content .feature-list .item .info {
  max-width: calc(100% - 6rem);
  width: 100%;
}
.ads-all-details .details-section .content .feature-list .item .info .name {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 0.2rem;
}
.ads-all-details .details-section .content .feature-list .item .info p {
  font-size: 0.9rem;
  line-height: 0.9rem;
  margin-bottom: 0.25rem;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Barlow", sans-serif !important;
}
.ads-all-details .details-section .content .feature-list .item .info p.role {
  margin-bottom: 0.8rem;
  overflow: visible;
  text-overflow: clip;
  white-space: pre-wrap;
}
.ads-all-details .details-section .content .feature-list .item .info p a {
  color: #1d4781;
  text-decoration: none;
  margin-bottom: 0;
}
.ads-all-details .details-section .content .feature-list .item .info p i {
  font-size: 0.7rem;
  margin-right: 0.2rem;
}
.ads-all-details .details-section .content .gallery-image-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
.ads-all-details .details-section .content .gallery-image-list .image {
  height: 10rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.4rem;
  position: relative;
}
.ads-all-details .details-section .content .gallery-image-list .image:hover .view-image {
  opacity: 1;
}
.ads-all-details .details-section .content .gallery-image-list .image:hover .view-image i {
  color: #FFFFFF;
}
.ads-all-details .details-section .content .gallery-image-list .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ads-all-details .details-section .content .gallery-image-list .image .view-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(29, 71, 129, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
}
.ads-all-details .details-section .content .business-info .map {
  height: 10rem;
  width: 100%;
  margin-bottom: 1rem;
}
.ads-all-details .details-section .content .business-info .map iframe {
  height: 100%;
  width: 100%;
}
.ads-all-details .details-section .content .business-info .contact-infos li {
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.ads-all-details .details-section .content .business-info .contact-infos li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.ads-all-details .details-section .content .business-info .contact-infos li span {
  max-width: calc(100% - 2rem);
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ads-all-details .details-section .content .business-info .contact-infos li:nth-last-child(1) {
  margin-bottom: 0;
}
.ads-all-details .details-section .content .business-info .contact-infos li i {
  margin-right: 0.3rem;
  color: #A00000;
}
.ads-all-details .details-section .content .business-info .contact-infos li a {
  color: #141414;
}
.ads-all-details .details-section .content .business-info .contact-infos li a:hover {
  color: #A00000;
  text-decoration: none;
}
.ads-all-details .details-section .content .business-info .social-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.ads-all-details .details-section .content .business-info .social-link li a {
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  border: 1px solid rgba(20, 20, 20, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(20, 20, 20, 0.6);
}
.ads-all-details .details-section .content .business-info .social-link li a:hover {
  border-color: #A00000;
  color: #A00000;
  text-decoration: none;
}
.ads-all-details .details-section .content .author-section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.7rem;
}
.ads-all-details .details-section .content .author-section .image {
  height: 2.6rem;
  width: 2.6rem;
  border-radius: 50%;
  overflow: hidden;
}
.ads-all-details .details-section .content .author-section .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ads-all-details .details-section .content .author-section .author-details .name {
  font-size: 1rem;
  font-weight: 500;
}
.ads-all-details .details-section .content .author-section .author-details .date {
  font-size: 0.8rem;
}
.ads-all-details .details-section .content .statisfic-section .statisfic-list li {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F9FAFC;
  border-radius: 0.4rem;
  padding: 0.5rem;
  font-size: 0.9rem;
}
.ads-all-details .details-section .content .statisfic-section .statisfic-list li span {
  font-size: 0.8rem;
}
.ads-all-details .details-section .content .statisfic-section .statisfic-list li .statisfic-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.6rem;
}
.ads-all-details .details-section .content .statisfic-section .statisfic-list li .statisfic-title i {
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(20, 20, 20, 0.1);
  color: #A00000;
  font-size: 0.8rem;
}
.ads-all-details .details-section .content .contact-form .group {
  width: 100%;
  height: 2.6rem;
  position: relative;
  margin-bottom: 1.2rem;
}
.ads-all-details .details-section .content .contact-form .group.uploadImageArea {
  height: 10rem;
  width: 10rem;
  border: 1px dashed rgba(20, 20, 20, 0.6);
  border-radius: 0.3rem;
  cursor: pointer;
  overflow: hidden;
}
.ads-all-details .details-section .content .contact-form .group.uploadImageArea.active {
  border-style: solid;
}
.ads-all-details .details-section .content .contact-form .group.uploadImageArea.active .preview-image {
  display: block;
}
.ads-all-details .details-section .content .contact-form .group.uploadImageArea.active:hover label {
  opacity: 1;
  color: #FFFFFF;
  transform: translateY(0);
  font-size: 1rem;
}
.ads-all-details .details-section .content .contact-form .group.uploadImageArea.active:hover label::before {
  display: block;
}
.ads-all-details .details-section .content .contact-form .group.uploadImageArea.active label {
  opacity: 0;
}
.ads-all-details .details-section .content .contact-form .group.uploadImageArea label {
  text-align: center !important;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ads-all-details .details-section .content .contact-form .group.uploadImageArea label::after {
  display: none;
}
.ads-all-details .details-section .content .contact-form .group.uploadImageArea label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: -1;
  display: none;
}
.ads-all-details .details-section .content .contact-form .group.uploadImageArea label i {
  font-size: 2rem;
}
.ads-all-details .details-section .content .contact-form .group .preview-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
  display: none;
}
.ads-all-details .details-section .content .contact-form .group .input-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  height: 1.1rem;
  width: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ads-all-details .details-section .content .contact-form .group .input-icon.eye-icon {
  cursor: pointer;
}
.ads-all-details .details-section .content .contact-form .group .input-icon.eye-icon.active::after {
  height: 0;
}
.ads-all-details .details-section .content .contact-form .group .input-icon.eye-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 110%;
  width: 3px;
  background-color: #616161;
  border-right: 1.5px solid #FFFFFF;
  z-index: 2;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.ads-all-details .details-section .content .contact-form .group .input-icon i {
  font-size: 1rem;
  color: #616161;
}
.ads-all-details .details-section .content .contact-form .group .input-icon svg {
  height: 100%;
  width: 100%;
}
.ads-all-details .details-section .content .contact-form .group.fileType {
  border: 1.5px solid #ACACAC;
  border-radius: 0.4rem;
  padding: 0.3rem 1rem;
}
.ads-all-details .details-section .content .contact-form .group.active {
  border-color: #1d4781;
}
.ads-all-details .details-section .content .contact-form .group.active .custom-input {
  padding: 0 !important;
  border: none !important;
  padding-top: 0.5rem !important;
}
.ads-all-details .details-section .content .contact-form .group.textarea {
  min-height: 3rem;
  height: auto;
}
.ads-all-details .details-section .content .contact-form .group.textarea .custom-input {
  min-height: 4rem;
  height: 100%;
  max-height: 8rem;
}
.ads-all-details .details-section .content .contact-form .group.textarea label {
  top: 1.3rem;
}
.ads-all-details .details-section .content .contact-form .group.textarea textarea {
  resize: vertical;
  min-height: 3.3rem;
}
.ads-all-details .details-section .content .contact-form .group.error {
  border-color: #A00000;
  margin-bottom: 2rem;
}
.ads-all-details .details-section .content .contact-form .group.error label {
  color: #A00000;
}
.ads-all-details .details-section .content .contact-form .group .input-error {
  position: absolute;
  bottom: -2.5rem;
  left: 0.4rem;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  color: #A00000;
  display: none;
}
.ads-all-details .details-section .content .contact-form .group label {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  padding: 0 0.5rem;
  transform: translateY(-50%);
  pointer-events: none;
  color: #6d6d6d;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.4s;
}
.ads-all-details .details-section .content .contact-form .group label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  background-color: #FFFFFF;
  z-index: -1;
}
.ads-all-details .details-section .content .contact-form .group label.shrink, .ads-all-details .details-section .content .contact-form .group label.autoActive {
  top: 0;
  transform: translateY(-50%);
  font-size: 0.77rem;
  font-weight: 600;
  color: #1d4781;
}
.ads-all-details .details-section .content .contact-form .group .inner-input {
  width: 100%;
  height: 100%;
}
.ads-all-details .details-section .content .contact-form .group .custom-input {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  border: 1px solid rgba(20, 20, 20, 0.3);
  border-radius: 0.3rem;
  padding: 0.5rem 1rem;
  text-align: left;
}
.ads-all-details .details-section .content .contact-form .group .custom-input.auto::-moz-placeholder {
  color: rgba(20, 20, 20, 0.6);
}
.ads-all-details .details-section .content .contact-form .group .custom-input.auto::placeholder {
  color: rgba(20, 20, 20, 0.6);
}
.ads-all-details .details-section .content .contact-form .group .custom-input::-moz-placeholder {
  color: transparent;
}
.ads-all-details .details-section .content .contact-form .group .custom-input::placeholder {
  color: transparent;
}
.ads-all-details .details-section .content .contact-form .group .custom-input:focus {
  border-color: #1d4781;
}
.ads-all-details .details-section .content .contact-form .group .custom-input:focus::-moz-placeholder {
  color: rgba(20, 20, 20, 0.6);
}
.ads-all-details .details-section .content .contact-form .group .custom-input:focus::placeholder {
  color: rgba(20, 20, 20, 0.6);
}
.ads-all-details .details-section .content .contact-form .group .custom-input:focus ~ label {
  top: 0;
  transform: translateY(-50%);
  font-size: 0.77rem;
  font-weight: 600;
  color: #1d4781;
}
.ads-all-details .details-section .content .contact-form .group .custom-input.active {
  border-color: #1d4781;
}
.ads-all-details .details-section .content .contact-form .group .custom-input[type=password] {
  padding-right: 3rem;
}
.ads-all-details .details-section .content .contact-form .group .custom-input[type=file] {
  opacity: 0;
  padding-top: 0.2rem;
  border: 1px solid #ACACAC;
  border-radius: 0.4rem;
  padding: 0.5rem 1rem;
}
.ads-all-details .details-section .content .contact-form .group .custom-input[type=file].active[type=file] {
  opacity: 1;
}
.ads-all-details .details-section .content .contact-form .submit-button {
  padding: 0.5rem 1rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-size: 0.9rem;
  width: 100%;
  position: relative;
  border: 1px solid #A00000;
  overflow: hidden;
}
.ads-all-details .details-section .content .contact-form .submit-button:hover span {
  color: #A00000;
}
.ads-all-details .details-section .content .contact-form .submit-button:hover::before {
  top: 100%;
}
.ads-all-details .details-section .content .contact-form .submit-button span {
  position: relative;
  z-index: 2;
  transition: 0.4s;
  color: #FFFFFF;
}
.ads-all-details .details-section .content .contact-form .submit-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  border-radius: 0.3rem;
  background-color: #A00000;
  transition: 0.4s;
  z-index: 1;
}
.ads-all-details .details-section .content .ratings-section .overall-ratings {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 0.4rem;
  height: 100%;
  background-color: #F9FAFC;
}
.ads-all-details .details-section .content .ratings-section .overall-ratings .total-ratting {
  font-size: 1.3rem;
  font-weight: 800;
}
.ads-all-details .details-section .content .ratings-section .overall-ratings .total-ratting span {
  font-size: 2rem;
}
.ads-all-details .details-section .content .ratings-section .overall-ratings p {
  font-size: 0.9rem;
}
.ads-all-details .details-section .content .ratings-section .overall-ratings .stars {
  font-size: 0.7rem;
  margin: 0.5rem 0;
  color: #EE9D00;
}
.ads-all-details .details-section .content .ratings-section .ratings-progress-bar-area {
  border: 1px solid rgba(20, 20, 20, 0.1);
  border-radius: 0.4rem;
  overflow: hidden;
}
.ads-all-details .details-section .content .ratings-section .ratings-progress-bar-area li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  padding: 0.3rem 0.8rem;
  background-color: #F1F1F1;
}
.ads-all-details .details-section .content .ratings-section .ratings-progress-bar-area li:nth-child(odd) {
  background-color: #FFFFFF;
}
.ads-all-details .details-section .content .ratings-section .ratings-progress-bar-area li .stars {
  font-size: 0.7rem;
  margin: 0.5rem 0;
  color: #EE9D00;
}
.ads-all-details .details-section .content .ratings-section .ratings-progress-bar-area li .progress-bars {
  height: 0.5rem;
  width: 100%;
  max-width: calc(100% - 8rem);
  background-color: #E6E6E6;
  overflow: hidden;
  border-radius: 3rem;
  position: relative;
}
.ads-all-details .details-section .content .ratings-section .ratings-progress-bar-area li .progress-bars .bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #EE9D00;
}
.ads-all-details .details-section .content .ratings-section .ratings-progress-bar-area li .number {
  font-size: 0.9rem;
  color: rgba(20, 20, 20, 0.7);
}
.ads-all-details .details-section .content .comment-section .comment-list .comment-item {
  padding: 1rem;
  background-color: #F9FAFC;
  border-radius: 0.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.ads-all-details .details-section .content .comment-section .comment-list .comment-item .image-sec {
  height: 4.5rem;
  width: 4.5rem;
  border-radius: 50%;
  overflow: hidden;
}
.ads-all-details .details-section .content .comment-section .comment-list .comment-item .image-sec img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ads-all-details .details-section .content .comment-section .comment-list .comment-item .comment-infos {
  max-width: calc(100% - 6rem);
  width: 100%;
}
.ads-all-details .details-section .content .comment-section .comment-list .comment-item .comment-infos .name {
  font-size: 1.2rem;
  font-weight: 600;
}
.ads-all-details .details-section .content .comment-section .comment-list .comment-item .comment-infos .rating-and-date {
  margin: 0.3rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 1rem;
}
.ads-all-details .details-section .content .comment-section .comment-list .comment-item .comment-infos .rating-and-date .stars {
  font-size: 0.7rem;
  margin: 0.5rem 0;
  color: #EE9D00;
}
.ads-all-details .details-section .content .comment-section .comment-list .comment-item .comment-infos .rating-and-date .date, .ads-all-details .details-section .content .comment-section .comment-list .comment-item .comment-infos .rating-and-date .written-by {
  font-size: 0.8rem;
}
.ads-all-details .details-section .content .comment-section .comment-list .comment-item .comment-infos .rating-and-date .date i, .ads-all-details .details-section .content .comment-section .comment-list .comment-item .comment-infos .rating-and-date .written-by i {
  color: #A00000;
  margin-right: 0.3rem;
}
.ads-all-details .details-section .content .comment-section .comment-list .comment-item .comment-infos .commented p {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  line-height: 1.4rem;
}
.ads-all-details .details-section .content .comment-section .comment-list .comment-item .comment-infos .image-list-sec {
  overflow: hidden;
}
.ads-all-details .details-section .content .comment-section .comment-list .comment-item .comment-infos .image-list-sec .image {
  height: 7rem;
  width: 100%;
  border-radius: 0.4rem;
  overflow: hidden;
  position: relative;
}
.ads-all-details .details-section .content .comment-section .comment-list .comment-item .comment-infos .image-list-sec .image:hover .view-image {
  opacity: 1;
}
.ads-all-details .details-section .content .comment-section .comment-list .comment-item .comment-infos .image-list-sec .image:hover .view-image i {
  color: #FFFFFF;
}
.ads-all-details .details-section .content .comment-section .comment-list .comment-item .comment-infos .image-list-sec .image .view-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(29, 71, 129, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
}
.ads-all-details .details-section .content .comment-section .comment-list .comment-item .comment-infos .image-list-sec .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ads-all-details .details-section .content .comment-section .comment-list .leave-comment {
  padding: 1rem;
  background-color: #F9FAFC;
  border-radius: 0.4rem;
}
.ads-all-details .details-section .content .comment-section .comment-list .leave-comment .comment-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.ads-all-details .details-section .content .comment-section .comment-list .leave-comment form .group {
  width: 100%;
  margin-bottom: 1rem;
}
.ads-all-details .details-section .content .comment-section .comment-list .leave-comment form .group label {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
  color: #545454;
}
.ads-all-details .details-section .content .comment-section .comment-list .leave-comment form .group input, .ads-all-details .details-section .content .comment-section .comment-list .leave-comment form .group textarea {
  height: 2.5rem;
  width: 100%;
  border-radius: 0.3rem;
  border: 1px solid rgba(20, 20, 20, 0.1);
  padding: 0.4rem 0.7rem;
  font-size: 0.9rem;
}
.ads-all-details .details-section .content .comment-section .comment-list .leave-comment form .group input:focus, .ads-all-details .details-section .content .comment-section .comment-list .leave-comment form .group textarea:focus {
  border-color: rgba(20, 20, 20, 0.4);
}
.ads-all-details .details-section .content .comment-section .comment-list .leave-comment form .group textarea {
  height: 7rem;
  resize: none;
}
.ads-all-details .details-section .content .comment-section .comment-list .leave-comment form .submit-button {
  padding: 0.5rem 1rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-size: 0.9rem;
  position: relative;
  border: 1px solid #A00000;
  overflow: hidden;
}
.ads-all-details .details-section .content .comment-section .comment-list .leave-comment form .submit-button:hover span {
  color: #A00000;
}
.ads-all-details .details-section .content .comment-section .comment-list .leave-comment form .submit-button:hover::before {
  top: 100%;
}
.ads-all-details .details-section .content .comment-section .comment-list .leave-comment form .submit-button span {
  position: relative;
  z-index: 2;
  transition: 0.4s;
  color: #FFFFFF;
}
.ads-all-details .details-section .content .comment-section .comment-list .leave-comment form .submit-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  border-radius: 0.3rem;
  background-color: #A00000;
  transition: 0.4s;
  z-index: 1;
}

.ads-area-banner {
  width: 100%;
  background-color: #FFFFFF;
  padding: 0.5rem 0;
  border-top: 1px solid rgba(20, 20, 20, 0.15);
  border-bottom: 1px solid rgba(20, 20, 20, 0.15);
}
.ads-area-banner.no-bg-color {
  background: none;
}
.ads-area-banner.longAdss {
  padding: 0;
  border: 0;
  height: 100%;
  padding-bottom: 1rem;
  background: none;
}
.ads-area-banner.longAdss .ads-area-banner-image {
  height: 400px;
}
.ads-area-banner .ads-area-banner-image {
  border-radius: 0.4rem;
  overflow: hidden;
}
.ads-area-banner .ads-area-banner-image.bigAdss {
  margin-bottom: 2rem;
}
.ads-area-banner .ads-area-banner-image.bigAdss:nth-last-child(1) {
  margin-bottom: 0;
}
.ads-area-banner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ads-area-banner a {
  text-decoration: none !important;
}
.ads-area-banner .no-ads-area {
  margin-bottom: 1rem;
}
.ads-area-banner .if-no-ads {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  width: 100%;
  background-color: rgba(20, 20, 20, 0.1);
  gap: 1rem;
  padding: 0 2rem;
  border-radius: 0.4rem;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.ads-area-banner .if-no-ads:hover {
  background-color: rgba(238, 157, 0, 0.15);
  transform: scale(1.02) translateY(-3px);
  box-shadow: 0 4px 4px rgba(20, 20, 20, 0.1);
}
.ads-area-banner .if-no-ads:hover .name {
  color: #1d4781;
}
.ads-area-banner .if-no-ads:hover .contact {
  color: #ffbc3c;
}
.ads-area-banner .if-no-ads.if-no-side-ads {
  height: 11rem;
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  grid-gap: 20px;
  padding: 0.8rem 1rem;
}
.ads-area-banner .if-no-ads.if-no-side-ads .icon {
  height: 4rem;
  width: 4rem;
  margin-right: 1rem;
}
.ads-area-banner .if-no-ads.if-no-side-ads .name {
  font-size: 1.5rem;
  width: 100%;
}
.ads-area-banner .if-no-ads.if-no-side-ads .name strong {
  margin-left: 0;
}
.ads-area-banner .if-no-ads.if-no-side-ads .contact {
  grid-column: span 3;
  width: 100%;
  font-size: 1.3rem;
}
.ads-area-banner .if-no-ads.if-no-card-ads {
  flex-direction: column;
  height: 100%;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
}
.ads-area-banner .if-no-ads.if-no-card-ads .icon {
  height: 5rem;
  width: 5rem;
}
.ads-area-banner .if-no-ads.if-no-card-ads .name {
  text-align: center;
  font-size: 2rem;
}
.ads-area-banner .if-no-ads.if-no-card-ads .name strong {
  margin-left: 0;
}
.ads-area-banner .if-no-ads.if-no-card-ads .contact {
  font-size: 1.3rem;
}
.ads-area-banner .if-no-ads .icon {
  height: 3.5rem;
  width: 3.5rem;
  transform: rotate(-15deg);
}
.ads-area-banner .if-no-ads .icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ads-area-banner .if-no-ads .name {
  margin-bottom: 0;
  font-size: 1.6rem;
  color: rgba(20, 20, 20, 0.7);
  text-transform: uppercase;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.ads-area-banner .if-no-ads .name strong {
  margin-left: 1rem;
  text-transform: lowercase;
}
.ads-area-banner .if-no-ads .name .for-mobile-ads {
  display: none;
}
.ads-area-banner .if-no-ads .contact {
  font-size: 1.5rem;
  color: #EE9D00;
  font-weight: 500;
  margin-bottom: 0;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}

/***********      profile-edit-form      ***********/
.profile-edit-form .title-part {
  padding: 0;
}
.profile-edit-form .title-part .name {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: 600;
}
.profile-edit-form .stickyScrolling {
  position: sticky;
  top: 1.5rem;
  align-self: flex-start;
}
.profile-edit-form .profile-edit-navs .profile-edit-nav-list {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.profile-edit-form .profile-edit-navs .profile-edit-nav-list .profile-edit-nav-button {
  font-weight: 600;
  font-size: 1.2rem;
  color: rgba(20, 20, 20, 0.6);
  cursor: pointer;
  outline: none;
  border-bottom: 3px solid transparent;
}
.profile-edit-form .profile-edit-navs .profile-edit-nav-list .profile-edit-nav-button.active {
  color: #1d4781;
  border-bottom-color: #1d4781;
}
.profile-edit-form .profile-edit-nav .details-section {
  padding: 1rem 0;
  border-radius: 0.3rem;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px rgba(20, 20, 20, 0.08);
  margin-bottom: 1rem;
  padding-bottom: 0;
}
.profile-edit-form .profile-edit-nav .details-section .title-sec {
  padding: 0 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.3rem;
  font-weight: 600;
}
.profile-edit-form .profile-edit-nav .details-section .title-sec i {
  color: #A00000;
}
.profile-edit-form .profile-edit-nav .profile-edit-nav-section .profile-edit-nav-list {
  margin-bottom: 0;
}
.profile-edit-form .profile-edit-nav .profile-edit-nav-section .profile-edit-nav-list li:nth-last-child(1) .profile-edit-nav-button {
  margin-bottom: 0;
  border-bottom: none;
}
.profile-edit-form .profile-edit-nav .profile-edit-nav-section .profile-edit-nav-list .profile-edit-nav-button {
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0.8rem 1rem;
  width: 100%;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
}
.profile-edit-form .profile-edit-nav .profile-edit-nav-section .profile-edit-nav-list .profile-edit-nav-button:hover {
  background-color: rgba(29, 71, 129, 0.1);
  color: #1d4781;
}
.profile-edit-form .profile-edit-nav .profile-edit-nav-section .profile-edit-nav-list .profile-edit-nav-button.active {
  background-color: #1d4781;
  color: #FFFFFF;
}
.profile-edit-form .custom-form-area {
  padding: 2rem;
  background-color: #FFFFFF;
  border-radius: 0.4rem;
  box-shadow: 0 0 10px rgba(20, 20, 20, 0.1);
  max-width: 50rem;
  margin: 0 auto;
}
.profile-edit-form .form-subtitle {
  font-size: 1.1rem;
  margin-bottom: 1.3rem;
}
.profile-edit-form .dataFilter {
  display: none;
}
.profile-edit-form .dataFilter.active {
  display: block;
}
.profile-edit-form .form-inputs .form-title {
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  font-weight: 500;
}
.profile-edit-form .form-inputs .form-title .required {
  color: #fc0000;
}
.profile-edit-form .form-inputs .business-details-all-section {
  margin-bottom: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.profile-edit-form .form-inputs .business-details-all-section.active {
  height: 100%;
  grid-template-rows: 1fr;
}
.profile-edit-form .form-inputs .business-details-all-section.active .business-details-all-section-area {
  margin: 1rem 0;
  padding: 2rem 1rem 1rem 1rem;
  border-color: rgba(20, 20, 20, 0.4);
  overflow: visible;
}
.profile-edit-form .form-inputs .business-details-all-section .business-details-all-section-area {
  position: relative;
  margin: 0;
  overflow: hidden;
  padding: 0 1rem;
  border: 1px solid transparent;
  border-radius: 0.4rem;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.profile-edit-form .form-inputs .business-details-all-section .business-details-all-section-area .form-section-title {
  position: absolute;
  left: 0.5rem;
  top: 0;
  transform: translateY(-50%);
  font-size: 1.3rem;
  font-weight: 600;
  background-color: #FFFFFF;
  padding: 0.4rem;
}
.profile-edit-form .form-inputs .input-group {
  margin-bottom: 0.5rem;
}
.profile-edit-form .form-inputs .input-group.repeaterListSection .removeButton, .profile-edit-form .form-inputs .input-group.repeaterListSection .removeFeatureButton, .profile-edit-form .form-inputs .input-group.repeaterListSection .removeGalleryButton {
  padding: 0.4rem 0.8rem;
  background-color: #A00000;
  border-radius: 0.3rem;
  color: #FFFFFF;
  font-size: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.profile-edit-form .form-inputs .input-group.repeaterListSection .removeButton:hover, .profile-edit-form .form-inputs .input-group.repeaterListSection .removeFeatureButton:hover, .profile-edit-form .form-inputs .input-group.repeaterListSection .removeGalleryButton:hover {
  background-color: #ba0000;
}
.profile-edit-form .form-inputs .input-group.repeaterListSection .form-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 1rem;
}
.profile-edit-form .form-inputs .input-group.repeaterListSection .form-title .addFeature {
  padding: 0.4rem 0.8rem;
  background-color: #00aa1f;
  border-radius: 3rem;
  color: #FFFFFF;
  font-size: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.profile-edit-form .form-inputs .input-group.repeaterListSection .form-title .addFeature:hover {
  background-color: #00911a;
}
.profile-edit-form .form-inputs .input-group.have-business-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background-color: rgba(20, 20, 20, 0.04);
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.profile-edit-form .form-inputs .input-group.have-business-details .form-title {
  margin-bottom: 0;
  font-size: 1.1rem;
}
.profile-edit-form .form-inputs .input-group.have-business-details .switch-area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.1rem;
}
.profile-edit-form .form-inputs .input-group.have-business-details .switch-area.active span.noActive {
  color: rgba(20, 20, 20, 0.6);
}
.profile-edit-form .form-inputs .input-group.have-business-details .switch-area.active span.yesActive {
  color: #141414;
}
.profile-edit-form .form-inputs .input-group.have-business-details .switch-area.active .switch-button .indicator {
  background-color: rgba(29, 71, 129, 0.5);
}
.profile-edit-form .form-inputs .input-group.have-business-details .switch-area.active .switch-button .indicator::after {
  background-color: #1d4781;
  left: 90%;
}
.profile-edit-form .form-inputs .input-group.have-business-details .switch-area span {
  font-size: 0.9rem;
  font-weight: 600;
}
.profile-edit-form .form-inputs .input-group.have-business-details .switch-area span.noActive {
  color: #141414;
}
.profile-edit-form .form-inputs .input-group.have-business-details .switch-area span.yesActive {
  color: rgba(20, 20, 20, 0.6);
}
.profile-edit-form .form-inputs .input-group.have-business-details .switch-area .switch-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
}
.profile-edit-form .form-inputs .input-group.have-business-details .switch-area .switch-button.active .indicator {
  background-color: rgba(29, 71, 129, 0.5);
}
.profile-edit-form .form-inputs .input-group.have-business-details .switch-area .switch-button.active .indicator::after {
  background-color: #1d4781;
  left: 90%;
}
.profile-edit-form .form-inputs .input-group.have-business-details .switch-area .switch-button .indicator {
  margin-right: 1rem;
  position: relative;
  height: 1rem;
  width: 2rem;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 3rem;
  cursor: pointer;
  background-color: rgba(20, 20, 20, 0.4);
}
.profile-edit-form .form-inputs .input-group.have-business-details .switch-area .switch-button .indicator::after {
  content: "";
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 1.4rem;
  width: 1.4rem;
  background-color: #FFFFFF;
  box-shadow: 0 2px 6px rgba(20, 20, 20, 0.32);
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.profile-edit-form .form-inputs .input-group:nth-last-child(1) {
  margin-bottom: 0;
}
.profile-edit-form .phone-number-box {
  display: flex;
  justify-content: stretch;
  align-items: center;
  gap: 1rem;
}
.profile-edit-form .phone-number-box .group {
  margin-bottom: 0;
  max-width: calc(100% - 8rem);
  width: 100%;
}
.profile-edit-form .phone-number-box .group:nth-child(1) {
  max-width: 8rem;
  width: 100%;
}
.profile-edit-form .hotelCategory-label {
  margin-bottom: 1rem;
}
.profile-edit-form .hotelCategory {
  margin-bottom: 2rem;
}
.profile-edit-form .hotelCategory ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.profile-edit-form .hotelCategory ul li .button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.6rem;
  padding: 0.4rem 0.6rem;
  background-color: rgba(20, 20, 20, 0.05);
  border-radius: 0.2rem;
  cursor: pointer;
}
.profile-edit-form .hotelCategory ul li .button:hover {
  background-color: rgba(20, 20, 20, 0.1);
}
.profile-edit-form .hotelCategory ul li .button.active {
  background-color: #EE9D00;
}
.profile-edit-form .hotelCategory ul li .button.active .box i {
  display: block;
}
.profile-edit-form .hotelCategory ul li .button .box {
  height: 1rem;
  width: 1rem;
  background-color: #FFFFFF;
  position: relative;
  border-radius: 0.2rem;
}
.profile-edit-form .hotelCategory ul li .button .box i {
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  display: none;
  font-size: 1.4rem;
}
.profile-edit-form span.info {
  font-size: 0.95rem;
  margin-bottom: 0.7rem;
}
.profile-edit-form .repeaterListArea1, .profile-edit-form .repeaterListArea2 {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.profile-edit-form .repeaterListArea1 .repeaterList, .profile-edit-form .repeaterListArea2 .repeaterList {
  width: 100%;
}
.profile-edit-form .repeaterListArea1 > div:nth-last-child(1), .profile-edit-form .repeaterListArea2 > div:nth-last-child(1) {
  display: none;
}
.profile-edit-form .input-group-divider {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.profile-edit-form .group {
  width: 100%;
  height: 3rem;
  position: relative;
  margin-bottom: 1.5rem;
}
.profile-edit-form .group.uploadImageArea {
  height: 10rem;
  width: 10rem;
  border: 1px dashed rgba(20, 20, 20, 0.6);
  border-radius: 0.3rem;
  cursor: pointer;
  overflow: hidden;
}
.profile-edit-form .group.uploadImageArea.active {
  border-style: solid;
}
.profile-edit-form .group.uploadImageArea.active .preview-image {
  display: block;
}
.profile-edit-form .group.uploadImageArea.active:hover label {
  opacity: 1;
  color: #FFFFFF;
  transform: translateY(0);
  font-size: 1rem;
}
.profile-edit-form .group.uploadImageArea.active:hover label::before {
  display: block;
}
.profile-edit-form .group.uploadImageArea.active label {
  opacity: 0;
}
.profile-edit-form .group.uploadImageArea label {
  text-align: center !important;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.profile-edit-form .group.uploadImageArea label::after {
  display: none;
}
.profile-edit-form .group.uploadImageArea label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: -1;
  display: none;
}
.profile-edit-form .group.uploadImageArea label i {
  font-size: 2rem;
}
.profile-edit-form .group .preview-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
  display: none;
}
.profile-edit-form .group .input-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  height: 1.1rem;
  width: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-edit-form .group .input-icon.eye-icon {
  cursor: pointer;
}
.profile-edit-form .group .input-icon.eye-icon.active::after {
  height: 0;
}
.profile-edit-form .group .input-icon.eye-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 110%;
  width: 3px;
  background-color: #616161;
  border-right: 1.5px solid #FFFFFF;
  z-index: 2;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.profile-edit-form .group .input-icon i {
  font-size: 1rem;
  color: #616161;
}
.profile-edit-form .group .input-icon svg {
  height: 100%;
  width: 100%;
}
.profile-edit-form .group.fileType {
  border: 1.5px solid #ACACAC;
  border-radius: 0.4rem;
  padding: 0.3rem 1rem;
}
.profile-edit-form .group.active {
  border-color: #1d4781;
}
.profile-edit-form .group.active .custom-input {
  padding: 0 !important;
  border: none !important;
  padding-top: 0.5rem !important;
}
.profile-edit-form .group.textarea {
  min-height: 6rem;
  height: auto;
}
.profile-edit-form .group.textarea .custom-input {
  min-height: 8rem;
  height: 100%;
  max-height: 15rem;
}
.profile-edit-form .group.textarea label {
  top: 1.3rem;
}
.profile-edit-form .group.textarea textarea {
  resize: vertical;
  min-height: 3.3rem;
}
.profile-edit-form .group.error {
  border-color: #A00000;
  margin-bottom: 2rem;
}
.profile-edit-form .group.error label {
  color: #A00000;
}
.profile-edit-form .group .input-error {
  position: absolute;
  bottom: -2.5rem;
  left: 0.4rem;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  color: #A00000;
  display: none;
}
.profile-edit-form .group label {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  padding: 0 0.5rem;
  transform: translateY(-50%);
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
  pointer-events: none;
  color: #6d6d6d;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.profile-edit-form .group label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  background-color: #FFFFFF;
  z-index: -1;
}
.profile-edit-form .group label.shrink, .profile-edit-form .group label.autoActive {
  top: 0;
  transform: translateY(-50%);
  font-size: 0.77rem;
  font-weight: 600;
  color: #1d4781;
}
.profile-edit-form .group .inner-input {
  width: 100%;
  height: 100%;
}
.profile-edit-form .group .custom-input {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  border: 1px solid #ACACAC;
  border-radius: 0.3rem;
  padding: 0.5rem 1rem;
  text-align: left;
}
.profile-edit-form .group .custom-input.auto::-moz-placeholder {
  color: rgba(20, 20, 20, 0.6);
}
.profile-edit-form .group .custom-input.auto::placeholder {
  color: rgba(20, 20, 20, 0.6);
}
.profile-edit-form .group .custom-input::-moz-placeholder {
  color: transparent;
}
.profile-edit-form .group .custom-input::placeholder {
  color: transparent;
}
.profile-edit-form .group .custom-input:focus {
  border-color: #1d4781;
}
.profile-edit-form .group .custom-input:focus::-moz-placeholder {
  color: rgba(20, 20, 20, 0.6);
}
.profile-edit-form .group .custom-input:focus::placeholder {
  color: rgba(20, 20, 20, 0.6);
}
.profile-edit-form .group .custom-input:focus ~ label {
  top: 0;
  transform: translateY(-50%);
  font-size: 0.77rem;
  font-weight: 600;
  color: #1d4781;
}
.profile-edit-form .group .custom-input.active {
  border-color: #1d4781;
}
.profile-edit-form .group .custom-input[type=password] {
  padding-right: 3rem;
}
.profile-edit-form .group .custom-input[type=file] {
  opacity: 0;
  padding-top: 0.2rem;
  border: 1px solid #ACACAC;
  border-radius: 0.4rem;
  padding: 0.5rem 1rem;
}
.profile-edit-form .group .custom-input[type=file].active[type=file] {
  opacity: 1;
}
.profile-edit-form .submit-btn {
  width: 100%;
  font-weight: 600;
  margin-top: 1rem;
  font-size: 16px;
  background-color: #1d4781;
  padding: 1rem;
  color: #FFFFFF;
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  cursor: pointer;
}
.profile-edit-form .submit-btn:hover {
  background-color: #265eab;
}
.profile-edit-form .submit-btn img {
  height: 20px;
  width: 20px;
  margin-left: 5px;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.profile-edit-form .submit-btn:hover img {
  transform: translateX(4px);
}
.profile-edit-form .all-day-list ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
  margin-bottom: 1rem;
}
.profile-edit-form .all-day-list ul li.active .switch-area span {
  color: #00a005;
}
.profile-edit-form .all-day-list ul li h4 {
  font-size: 1rem;
  font-weight: 600;
  max-width: 4rem;
  width: 100%;
}
.profile-edit-form .all-day-list ul li .switch-area {
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-edit-form .all-day-list ul li .switch-area .switch-button {
  margin-right: 1rem;
  position: relative;
  height: 1rem;
  width: 2rem;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 3rem;
  cursor: pointer;
  background-color: rgba(20, 20, 20, 0.4);
}
.profile-edit-form .all-day-list ul li .switch-area .switch-button.active {
  background-color: rgba(29, 71, 129, 0.5);
}
.profile-edit-form .all-day-list ul li .switch-area .switch-button.active::after {
  background-color: #1d4781;
  left: 90%;
}
.profile-edit-form .all-day-list ul li .switch-area .switch-button::after {
  content: "";
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 1.4rem;
  width: 1.4rem;
  background-color: #FFFFFF;
  box-shadow: 0 2px 6px rgba(20, 20, 20, 0.32);
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.profile-edit-form .all-day-list ul li .switch-area span {
  font-size: 1rem;
  font-weight: 600;
  color: #A00000;
}
.profile-edit-form .all-day-list ul li .input-area-sec .group {
  margin-bottom: 0;
  height: 2.5rem;
  width: 100%;
}

/***********      club-section-area, committee-section-area     ***********/
.club-section-area .title h4, .committee-section-area .title h4 {
  font-size: 1rem;
}
.club-section-area .title h2, .committee-section-area .title h2 {
  font-weight: 500;
}
.club-section-area .club-left-section, .committee-section-area .club-left-section {
  position: sticky;
  top: 1rem;
  margin-bottom: 4rem;
}
.club-section-area .club-title, .committee-section-area .club-title {
  padding: 1rem;
  border-radius: 0.4rem;
  background-color: #FFFFFF;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 0 10px rgba(20, 20, 20, 0.08);
}
.club-section-area .club-title h5, .committee-section-area .club-title h5 {
  font-size: 1.3rem;
}
.club-section-area .club-title h2, .committee-section-area .club-title h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0;
}
.club-section-area .club-filter, .club-section-area .committee-filter, .committee-section-area .club-filter, .committee-section-area .committee-filter {
  padding: 1rem;
  border-radius: 0.3rem;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px rgba(20, 20, 20, 0.08);
}
.club-section-area .club-filter .club-filter-title, .club-section-area .club-filter .committee-filter-title, .club-section-area .committee-filter .club-filter-title, .club-section-area .committee-filter .committee-filter-title, .committee-section-area .club-filter .club-filter-title, .committee-section-area .club-filter .committee-filter-title, .committee-section-area .committee-filter .club-filter-title, .committee-section-area .committee-filter .committee-filter-title {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.1rem;
  font-weight: 600;
}
.club-section-area .club-filter .club-filter-title i, .club-section-area .club-filter .committee-filter-title i, .club-section-area .committee-filter .club-filter-title i, .club-section-area .committee-filter .committee-filter-title i, .committee-section-area .club-filter .club-filter-title i, .committee-section-area .club-filter .committee-filter-title i, .committee-section-area .committee-filter .club-filter-title i, .committee-section-area .committee-filter .committee-filter-title i {
  color: #A00000;
}
.club-section-area .club-filter .select2-container, .club-section-area .committee-filter .select2-container, .committee-section-area .club-filter .select2-container, .committee-section-area .committee-filter .select2-container {
  width: 100% !important;
}
.club-section-area .club-filter .input-groups .group, .club-section-area .committee-filter .input-groups .group, .committee-section-area .club-filter .input-groups .group, .committee-section-area .committee-filter .input-groups .group {
  margin-bottom: 1rem;
  position: relative;
}
.club-section-area .club-filter .input-groups .group .search-button, .club-section-area .committee-filter .input-groups .group .search-button, .committee-section-area .club-filter .input-groups .group .search-button, .committee-section-area .committee-filter .input-groups .group .search-button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 3rem;
  width: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EE9D00;
  color: #FFFFFF;
  border-radius: 0 0.3rem 0.3rem 0;
  cursor: pointer;
}
.club-section-area .club-filter .input-groups .group .search-button:hover, .club-section-area .committee-filter .input-groups .group .search-button:hover, .committee-section-area .club-filter .input-groups .group .search-button:hover, .committee-section-area .committee-filter .input-groups .group .search-button:hover {
  background-color: #d58c00;
}
.club-section-area .club-filter .input-groups .group #mySelect, .club-section-area .committee-filter .input-groups .group #mySelect, .committee-section-area .club-filter .input-groups .group #mySelect, .committee-section-area .committee-filter .input-groups .group #mySelect {
  width: 100%;
}
.club-section-area .club-filter .input-groups .group .select2-selection__arrow, .club-section-area .committee-filter .input-groups .group .select2-selection__arrow, .committee-section-area .club-filter .input-groups .group .select2-selection__arrow, .committee-section-area .committee-filter .input-groups .group .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.club-section-area .club-filter .input-groups .group .select2-container--open .select2-dropdown--below, .club-section-area .committee-filter .input-groups .group .select2-container--open .select2-dropdown--below, .committee-section-area .club-filter .input-groups .group .select2-container--open .select2-dropdown--below, .committee-section-area .committee-filter .input-groups .group .select2-container--open .select2-dropdown--below {
  border: 1px solid rgba(20, 20, 20, 0.1) !important;
}
.club-section-area .club-filter .input-groups .group .select2-selection, .club-section-area .committee-filter .input-groups .group .select2-selection, .committee-section-area .club-filter .input-groups .group .select2-selection, .committee-section-area .committee-filter .input-groups .group .select2-selection {
  width: 100%;
  height: 3rem;
  border-radius: 0.3rem;
  border: 1px solid rgba(20, 20, 20, 0.1);
  padding: 0.5rem;
  font-size: 1rem;
}
.club-section-area .club-filter .input-groups .group input, .club-section-area .club-filter .input-groups .group select, .club-section-area .committee-filter .input-groups .group input, .club-section-area .committee-filter .input-groups .group select, .committee-section-area .club-filter .input-groups .group input, .committee-section-area .club-filter .input-groups .group select, .committee-section-area .committee-filter .input-groups .group input, .committee-section-area .committee-filter .input-groups .group select {
  height: 3rem;
  width: 100%;
  border-radius: 0.3rem;
  border: 1px solid rgba(20, 20, 20, 0.1);
  padding: 0.5rem;
  font-size: 1rem;
}
.club-section-area .club-filter .input-groups .group input::-moz-placeholder, .club-section-area .club-filter .input-groups .group select::-moz-placeholder, .club-section-area .committee-filter .input-groups .group input::-moz-placeholder, .club-section-area .committee-filter .input-groups .group select::-moz-placeholder, .committee-section-area .club-filter .input-groups .group input::-moz-placeholder, .committee-section-area .club-filter .input-groups .group select::-moz-placeholder, .committee-section-area .committee-filter .input-groups .group input::-moz-placeholder, .committee-section-area .committee-filter .input-groups .group select::-moz-placeholder {
  font-size: 0.8rem;
}
.club-section-area .club-filter .input-groups .group input::placeholder, .club-section-area .club-filter .input-groups .group select::placeholder, .club-section-area .committee-filter .input-groups .group input::placeholder, .club-section-area .committee-filter .input-groups .group select::placeholder, .committee-section-area .club-filter .input-groups .group input::placeholder, .committee-section-area .club-filter .input-groups .group select::placeholder, .committee-section-area .committee-filter .input-groups .group input::placeholder, .committee-section-area .committee-filter .input-groups .group select::placeholder {
  font-size: 0.8rem;
}
.club-section-area .club-filter #match-list, .club-section-area .committee-filter #match-list, .committee-section-area .club-filter #match-list, .committee-section-area .committee-filter #match-list {
  background-color: #FFFFFF;
  border-radius: 0.4rem;
  box-shadow: 0 0 10px rgba(20, 20, 20, 0.1);
  overflow: hidden;
}
.club-section-area .club-filter #match-list .search-derails, .club-section-area .committee-filter #match-list .search-derails, .committee-section-area .club-filter #match-list .search-derails, .committee-section-area .committee-filter #match-list .search-derails {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(20, 20, 20, 0.3);
}
.club-section-area .club-filter #match-list .search-derails:nth-last-child(1), .club-section-area .committee-filter #match-list .search-derails:nth-last-child(1), .committee-section-area .club-filter #match-list .search-derails:nth-last-child(1), .committee-section-area .committee-filter #match-list .search-derails:nth-last-child(1) {
  border-bottom: 0;
}
.club-section-area .club-filter #match-list .search-derails:hover, .club-section-area .committee-filter #match-list .search-derails:hover, .committee-section-area .club-filter #match-list .search-derails:hover, .committee-section-area .committee-filter #match-list .search-derails:hover {
  background-color: rgba(20, 20, 20, 0.07);
}
.club-section-area .club-filter #match-list .search-derails:hover h6, .club-section-area .committee-filter #match-list .search-derails:hover h6, .committee-section-area .club-filter #match-list .search-derails:hover h6, .committee-section-area .committee-filter #match-list .search-derails:hover h6 {
  color: #1d4781;
}
.club-section-area .club-filter #match-list .search-derails a, .club-section-area .committee-filter #match-list .search-derails a, .committee-section-area .club-filter #match-list .search-derails a, .committee-section-area .committee-filter #match-list .search-derails a {
  text-decoration: none !important;
}
.club-section-area .club-filter #match-list .search-derails h6, .club-section-area .committee-filter #match-list .search-derails h6, .committee-section-area .club-filter #match-list .search-derails h6, .committee-section-area .committee-filter #match-list .search-derails h6 {
  padding: 1rem 0.7rem;
  margin-bottom: 0 !important;
  color: #141414;
  font-size: 0.9rem;
  color: #474747;
}
.club-section-area .club-filter .checkbox-area, .club-section-area .committee-filter .checkbox-area, .committee-section-area .club-filter .checkbox-area, .committee-section-area .committee-filter .checkbox-area {
  margin-top: 1.4rem;
}
.club-section-area .club-filter .checkbox-area h4, .club-section-area .committee-filter .checkbox-area h4, .committee-section-area .club-filter .checkbox-area h4, .committee-section-area .committee-filter .checkbox-area h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.7rem;
}
.club-section-area .club-filter .checkbox-area ul .group, .club-section-area .committee-filter .checkbox-area ul .group, .committee-section-area .club-filter .checkbox-area ul .group, .committee-section-area .committee-filter .checkbox-area ul .group {
  margin-bottom: 0.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.4rem;
}
.club-section-area .club-filter .checkbox-area ul .group input, .club-section-area .committee-filter .checkbox-area ul .group input, .committee-section-area .club-filter .checkbox-area ul .group input, .committee-section-area .committee-filter .checkbox-area ul .group input {
  height: 1rem;
  width: 1rem;
  border: 1px solid rgba(20, 20, 20, 0.1);
  border-radius: 0.2rem;
  margin-bottom: 0;
  cursor: pointer;
}
.club-section-area .club-filter .checkbox-area ul .group label, .club-section-area .committee-filter .checkbox-area ul .group label, .committee-section-area .club-filter .checkbox-area ul .group label, .committee-section-area .committee-filter .checkbox-area ul .group label {
  font-size: 0.9rem;
  color: rgba(20, 20, 20, 0.6);
  margin: 0;
  cursor: pointer;
}
.club-section-area .club-filter .submit, .club-section-area .committee-filter .submit, .committee-section-area .club-filter .submit, .committee-section-area .committee-filter .submit {
  padding: 0.5rem;
  width: 100%;
  border-radius: 0.3rem;
  color: #FFFFFF;
  background-color: #A00000;
  cursor: pointer;
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
.club-section-area .club-filter .submit i, .club-section-area .committee-filter .submit i, .committee-section-area .club-filter .submit i, .committee-section-area .committee-filter .submit i {
  font-size: 0.8rem;
}
.club-section-area .club-filter .submit:hover, .club-section-area .committee-filter .submit:hover, .committee-section-area .club-filter .submit:hover, .committee-section-area .committee-filter .submit:hover {
  background-color: #ba0000;
}
.club-section-area .club-item-list a, .committee-section-area .club-item-list a {
  text-decoration: none;
}
.club-section-area .club-item-list .club-item, .committee-section-area .club-item-list .club-item {
  padding: 1rem;
  background-color: #FFFFFF;
  border-radius: 0.4rem;
  border-left: 4px solid #A00000;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
  margin-bottom: 1.5rem;
}
.club-section-area .club-item-list .club-item:hover, .committee-section-area .club-item-list .club-item:hover {
  box-shadow: 4px 6px 6px rgba(20, 20, 20, 0.2);
  transform: scale(1.04) translateY(-2px);
}
.club-section-area .club-item-list .club-item:hover .name, .committee-section-area .club-item-list .club-item:hover .name {
  color: #A00000;
}
.club-section-area .club-item-list .club-item .name, .committee-section-area .club-item-list .club-item .name {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #141414;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.club-section-area .club-item-list .club-item p, .committee-section-area .club-item-list .club-item p {
  margin-top: 0.4rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #141414;
}
.club-section-area .club-item-list .pagination-area, .committee-section-area .club-item-list .pagination-area {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  grid-gap: 20px;
}
.club-section-area .club-item-list .pagination-area .prev-button, .club-section-area .club-item-list .pagination-area .next-button, .committee-section-area .club-item-list .pagination-area .prev-button, .committee-section-area .club-item-list .pagination-area .next-button {
  padding: 0 1.5rem;
  height: 2.3rem;
  border-radius: 0.3rem;
  border: 1px solid rgba(20, 20, 20, 0.1);
  background-color: #FFFFFF;
  color: rgba(20, 20, 20, 0.7);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.club-section-area .club-item-list .pagination-area .prev-button:hover, .club-section-area .club-item-list .pagination-area .next-button:hover, .committee-section-area .club-item-list .pagination-area .prev-button:hover, .committee-section-area .club-item-list .pagination-area .next-button:hover {
  background-color: #1d4781;
  color: #FFFFFF;
}
.club-section-area .club-item-list .pagination-area .prev-button:hover i, .club-section-area .club-item-list .pagination-area .next-button:hover i, .committee-section-area .club-item-list .pagination-area .prev-button:hover i, .committee-section-area .club-item-list .pagination-area .next-button:hover i {
  color: #FFFFFF;
}
.club-section-area .club-item-list .pagination-area .prev-button i, .club-section-area .club-item-list .pagination-area .next-button i, .committee-section-area .club-item-list .pagination-area .prev-button i, .committee-section-area .club-item-list .pagination-area .next-button i {
  color: #A00000;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.club-section-area .club-item-list .pagination-area .page-number, .committee-section-area .club-item-list .pagination-area .page-number {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.club-section-area .club-item-list .pagination-area .page-number button, .committee-section-area .club-item-list .pagination-area .page-number button {
  height: 2.3rem;
  width: 2.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid rgba(20, 20, 20, 0.1);
  background-color: #FFFFFF;
  color: rgba(20, 20, 20, 0.7);
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.club-section-area .club-item-list .pagination-area .page-number button.active, .committee-section-area .club-item-list .pagination-area .page-number button.active {
  background-color: #1d4781;
  color: #FFFFFF;
}
.club-section-area .club-item-list .pagination-area .page-number button:hover, .committee-section-area .club-item-list .pagination-area .page-number button:hover {
  background-color: #1d4781;
  color: #FFFFFF;
}

.profile-page .profile-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(238, 157, 0, 0.15);
  border-radius: 0.4rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
.profile-page .profile-info .profile-image {
  height: 9rem;
  width: 9rem;
}
.profile-page .profile-info .profile-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 3px solid #FFFFFF;
  box-shadow: 0 0 10px rgba(20, 20, 20, 0.1);
}
.profile-page .profile-info .details {
  text-align: center;
  margin: 1rem 0;
}
.profile-page .profile-info .details .name {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.profile-page .profile-info .details .role {
  font-size: 0.9rem;
  color: #EE9D00;
}
.profile-page .profile-info .details .message {
  margin-top: 3rem;
  font-size: 0.8rem;
  line-height: 1.3rem;
  position: relative;
  font-style: italic;
}
.profile-page .profile-info .details .message::after {
  content: "”";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  color: #EE9D00;
}
.profile-page .profile-info .more-details {
  padding: 1rem;
  border-radius: 0.4rem;
  background-color: rgba(238, 157, 0, 0.2);
}
.profile-page .profile-info .more-details .informations li {
  font-size: 0.8rem;
  margin-bottom: 0.3rem;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.profile-page .profile-info .more-details .informations li:hover a {
  color: #1d4781;
}
.profile-page .profile-info .more-details .informations li a {
  color: #141414;
  text-decoration: none;
}
.profile-page .profile-info .more-details .other-details {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.profile-page .profile-info .more-details .other-details button {
  padding: 0.4rem 1rem;
  background-color: #EE9D00;
  border-radius: 0.4rem;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 0.8rem;
}
.profile-page .section-area {
  padding: 1rem;
  border-radius: 0.4rem;
  background-color: rgba(238, 157, 0, 0.1);
  margin-bottom: 1rem;
}
.profile-page .section-area .sec-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.profile-page .profile-title {
  padding: 1rem;
  border-radius: 0.4rem;
  background-color: rgba(238, 157, 0, 0.1);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.profile-page .profile-title h5 {
  font-size: 1.3rem;
}
.profile-page .profile-title h2 {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 0;
}
.profile-page .bio-section p {
  font-size: 0.85rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.profile-page .personality-section .personality-list, .profile-page .personality-section .motivations-list, .profile-page .motivations-section .personality-list, .profile-page .motivations-section .motivations-list {
  margin-bottom: 0;
}
.profile-page .personality-section .personality-list li, .profile-page .personality-section .motivations-list li, .profile-page .motivations-section .personality-list li, .profile-page .motivations-section .motivations-list li {
  margin-bottom: 0.7rem;
}
.profile-page .personality-section .personality-list li:nth-last-child(1), .profile-page .personality-section .motivations-list li:nth-last-child(1), .profile-page .motivations-section .personality-list li:nth-last-child(1), .profile-page .motivations-section .motivations-list li:nth-last-child(1) {
  margin-bottom: 0;
}
.profile-page .personality-section .personality-list li .label-area, .profile-page .personality-section .motivations-list li .label-area, .profile-page .motivations-section .personality-list li .label-area, .profile-page .motivations-section .motivations-list li .label-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.3rem;
}
.profile-page .personality-section .personality-list li .label-area span, .profile-page .personality-section .motivations-list li .label-area span, .profile-page .motivations-section .personality-list li .label-area span, .profile-page .motivations-section .motivations-list li .label-area span {
  font-size: 0.8rem;
}
.profile-page .personality-section .personality-list li .indicatator-area, .profile-page .personality-section .motivations-list li .indicatator-area, .profile-page .motivations-section .personality-list li .indicatator-area, .profile-page .motivations-section .motivations-list li .indicatator-area {
  position: relative;
  height: 0.8rem;
  width: 100%;
  background-color: rgba(238, 157, 0, 0.2);
  border-radius: 0.3rem;
}
.profile-page .personality-section .personality-list li .indicatator-area .indicatator, .profile-page .personality-section .motivations-list li .indicatator-area .indicatator, .profile-page .motivations-section .personality-list li .indicatator-area .indicatator, .profile-page .motivations-section .motivations-list li .indicatator-area .indicatator {
  position: absolute;
  left: 2%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 0.8rem;
  width: 0.8rem;
  background-color: #EE9D00;
}
.profile-page .motivations-section .motivations-list li .indicatator-area {
  overflow: hidden;
}
.profile-page .motivations-section .motivations-list li .indicatator-area .indicatator {
  left: 0;
  transform: translate(0, -50%);
}
.profile-page .goal-section .goal-list, .profile-page .goal-section .frustrations-list, .profile-page .frustrations-section .goal-list, .profile-page .frustrations-section .frustrations-list {
  margin-bottom: 0;
}
.profile-page .goal-section .goal-list li, .profile-page .goal-section .frustrations-list li, .profile-page .frustrations-section .goal-list li, .profile-page .frustrations-section .frustrations-list li {
  margin-bottom: 0.8rem;
  font-size: 0.9rem;
}
.profile-page .goal-section .goal-list li i, .profile-page .goal-section .frustrations-list li i, .profile-page .frustrations-section .goal-list li i, .profile-page .frustrations-section .frustrations-list li i {
  margin-right: 0.5rem;
}
.profile-page .goal-section .goal-list li:nth-last-child(1), .profile-page .goal-section .frustrations-list li:nth-last-child(1), .profile-page .frustrations-section .goal-list li:nth-last-child(1), .profile-page .frustrations-section .frustrations-list li:nth-last-child(1) {
  margin-bottom: 0;
}
.profile-page .goal-section .goal-list li a, .profile-page .goal-section .frustrations-list li a, .profile-page .frustrations-section .goal-list li a, .profile-page .frustrations-section .frustrations-list li a {
  color: #141414;
  text-decoration: none;
  width: 100%;
}
.profile-page .goal-section .goal-list li a:hover, .profile-page .goal-section .frustrations-list li a:hover, .profile-page .frustrations-section .goal-list li a:hover, .profile-page .frustrations-section .frustrations-list li a:hover {
  color: #1d4781;
}
.profile-page .goal-section .goal-list li::marker, .profile-page .goal-section .frustrations-list li::marker, .profile-page .frustrations-section .goal-list li::marker, .profile-page .frustrations-section .frustrations-list li::marker {
  font-size: 1.1rem;
  color: #EE9D00;
}
.profile-page .frustrations-section .frustrations-list {
  padding-left: 1.5rem;
}
.profile-page .frustrations-section .frustrations-list li {
  list-style: disc !important;
}
.profile-page .favourite-brands-section .favourite-brands-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.profile-page .favourite-brands-section .favourite-brands-list img {
  height: 3rem;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.profile-page .contact-section {
  padding: 1.4rem;
}
.profile-page .contact-section .contact-form .group {
  width: 100%;
  height: 2.6rem;
  position: relative;
  margin-bottom: 1.2rem;
}
.profile-page .contact-section .contact-form .group.uploadImageArea {
  height: 10rem;
  width: 10rem;
  border: 1px dashed rgba(20, 20, 20, 0.6);
  border-radius: 0.3rem;
  cursor: pointer;
  overflow: hidden;
}
.profile-page .contact-section .contact-form .group.uploadImageArea.active {
  border-style: solid;
}
.profile-page .contact-section .contact-form .group.uploadImageArea.active .preview-image {
  display: block;
}
.profile-page .contact-section .contact-form .group.uploadImageArea.active:hover label {
  opacity: 1;
  color: #FFFFFF;
  transform: translateY(0);
  font-size: 1rem;
}
.profile-page .contact-section .contact-form .group.uploadImageArea.active:hover label::before {
  display: block;
}
.profile-page .contact-section .contact-form .group.uploadImageArea.active label {
  opacity: 0;
}
.profile-page .contact-section .contact-form .group.uploadImageArea label {
  text-align: center !important;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.profile-page .contact-section .contact-form .group.uploadImageArea label::after {
  display: none;
}
.profile-page .contact-section .contact-form .group.uploadImageArea label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: -1;
  display: none;
}
.profile-page .contact-section .contact-form .group.uploadImageArea label i {
  font-size: 2rem;
}
.profile-page .contact-section .contact-form .group .preview-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
  display: none;
}
.profile-page .contact-section .contact-form .group .input-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  height: 1.1rem;
  width: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-page .contact-section .contact-form .group .input-icon.eye-icon {
  cursor: pointer;
}
.profile-page .contact-section .contact-form .group .input-icon.eye-icon.active::after {
  height: 0;
}
.profile-page .contact-section .contact-form .group .input-icon.eye-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 110%;
  width: 3px;
  background-color: #616161;
  border-right: 1.5px solid #FFFFFF;
  z-index: 2;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
}
.profile-page .contact-section .contact-form .group .input-icon i {
  font-size: 1rem;
  color: #616161;
}
.profile-page .contact-section .contact-form .group .input-icon svg {
  height: 100%;
  width: 100%;
}
.profile-page .contact-section .contact-form .group.fileType {
  border: 1.5px solid #ACACAC;
  border-radius: 0.4rem;
  padding: 0.3rem 1rem;
}
.profile-page .contact-section .contact-form .group.active {
  border-color: #1d4781;
}
.profile-page .contact-section .contact-form .group.active .custom-input {
  padding: 0 !important;
  border: none !important;
  padding-top: 0.5rem !important;
}
.profile-page .contact-section .contact-form .group.textarea {
  min-height: 3rem;
  height: auto;
}
.profile-page .contact-section .contact-form .group.textarea .custom-input {
  min-height: 4rem;
  height: 100%;
  max-height: 8rem;
}
.profile-page .contact-section .contact-form .group.textarea label {
  top: 1.3rem;
}
.profile-page .contact-section .contact-form .group.textarea textarea {
  resize: vertical;
  min-height: 3.3rem;
}
.profile-page .contact-section .contact-form .group.error {
  border-color: #A00000;
  margin-bottom: 2rem;
}
.profile-page .contact-section .contact-form .group.error label {
  color: #A00000;
}
.profile-page .contact-section .contact-form .group .input-error {
  position: absolute;
  bottom: -2.5rem;
  left: 0.4rem;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  color: #A00000;
  display: none;
}
.profile-page .contact-section .contact-form .group label {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  padding: 0 0.5rem;
  transform: translateY(-50%);
  pointer-events: none;
  color: #6d6d6d;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.4s;
}
.profile-page .contact-section .contact-form .group label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  background-color: #F6EEE3;
  z-index: -1;
}
.profile-page .contact-section .contact-form .group label.shrink, .profile-page .contact-section .contact-form .group label.autoActive {
  top: 0;
  transform: translateY(-50%);
  font-size: 0.77rem;
  font-weight: 600;
  color: #1d4781;
}
.profile-page .contact-section .contact-form .group .inner-input {
  width: 100%;
  height: 100%;
}
.profile-page .contact-section .contact-form .group .custom-input {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  border: 1px solid rgba(20, 20, 20, 0.3);
  border-radius: 0.3rem;
  padding: 0.5rem 1rem;
  text-align: left;
}
.profile-page .contact-section .contact-form .group .custom-input.auto::-moz-placeholder {
  color: rgba(20, 20, 20, 0.6);
}
.profile-page .contact-section .contact-form .group .custom-input.auto::placeholder {
  color: rgba(20, 20, 20, 0.6);
}
.profile-page .contact-section .contact-form .group .custom-input::-moz-placeholder {
  color: transparent;
}
.profile-page .contact-section .contact-form .group .custom-input::placeholder {
  color: transparent;
}
.profile-page .contact-section .contact-form .group .custom-input:focus {
  border-color: #1d4781;
}
.profile-page .contact-section .contact-form .group .custom-input:focus::-moz-placeholder {
  color: rgba(20, 20, 20, 0.6);
}
.profile-page .contact-section .contact-form .group .custom-input:focus::placeholder {
  color: rgba(20, 20, 20, 0.6);
}
.profile-page .contact-section .contact-form .group .custom-input:focus ~ label {
  top: 0;
  transform: translateY(-50%);
  font-size: 0.77rem;
  font-weight: 600;
  color: #1d4781;
}
.profile-page .contact-section .contact-form .group .custom-input.active {
  border-color: #1d4781;
}
.profile-page .contact-section .contact-form .group .custom-input[type=password] {
  padding-right: 3rem;
}
.profile-page .contact-section .contact-form .group .custom-input[type=file] {
  opacity: 0;
  padding-top: 0.2rem;
  border: 1px solid #ACACAC;
  border-radius: 0.4rem;
  padding: 0.5rem 1rem;
}
.profile-page .contact-section .contact-form .group .custom-input[type=file].active[type=file] {
  opacity: 1;
}
.profile-page .contact-section .contact-form .submit-button {
  padding: 0.5rem 1rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-size: 0.9rem;
  width: 100%;
  position: relative;
  border: 1px solid #1d4781;
  overflow: hidden;
}
.profile-page .contact-section .contact-form .submit-button:hover span {
  color: #1d4781;
}
.profile-page .contact-section .contact-form .submit-button:hover::before {
  top: 100%;
}
.profile-page .contact-section .contact-form .submit-button span {
  position: relative;
  z-index: 2;
  transition: 0.4s;
  color: #FFFFFF;
}
.profile-page .contact-section .contact-form .submit-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  border-radius: 0.3rem;
  background-color: #1d4781;
  transition: 0.4s;
  z-index: 1;
}

.daterangepicker .drp-calendar .calendar-table {
  display: none !important;
}

@keyframes spin {
  to {
    stroke-dashoffset: 0;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 1199px) {
  .ads-sections .item.no-business .image {
    height: 20rem;
  }
  .ads-area-banner .if-no-ads {
    height: 100px;
  }
  .ads-area-banner .if-no-ads .icon {
    height: 3rem;
    width: 3rem;
  }
  .ads-area-banner .if-no-ads .name {
    font-size: 1.4rem;
  }
  .ads-area-banner .if-no-ads .name strong {
    margin-left: 0.7rem;
  }
  .ads-area-banner .if-no-ads .contact {
    font-size: 1.3rem;
  }
  .ads-area-banner .if-no-ads.if-no-side-ads {
    height: 9.5rem;
  }
  .ads-area-banner .if-no-ads.if-no-side-ads .icon {
    height: 3.7rem;
    width: 3.7rem;
  }
  .ads-area-banner .if-no-ads.if-no-side-ads .name {
    font-size: 1.2rem;
  }
  .ads-area-banner .if-no-ads.if-no-side-ads .contact {
    font-size: 1rem;
  }
  .latest-news .right-content .news-list .news-item .image {
    height: 14rem;
  }
  .discover-news .news-list .news-item .image {
    height: 14rem;
  }
  .governer-monthly-letter .governer-section .other-content {
    max-width: 42%;
  }
}
@media only screen and (max-width: 1100px) {
  header .inner .nav-links .nav-btn {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 1040px) {
  header .inner .nav-links .nav-btn {
    font-size: 0.85rem;
  }
}
@media only screen and (max-width: 1000px) {
  header .inner .nav-links {
    display: none;
  }
  header .side-nav-btn {
    display: flex;
  }
  .side-nav {
    display: block;
  }
  .slide-banner {
    position: relative;
  }
  .slide-banner .swiper-slide {
    height: 100%;
  }
  .slide-banner .swiper-slide img {
    width: 100%;
    height: 30rem;
  }
  footer .footer-list {
    grid-template-columns: 1fr 1fr;
  }
  footer .footer-list .item:nth-child(4) {
    grid-area: 2;
  }
}
@media only screen and (max-width: 991px) {
  .contact-form .title, .contact-page .title, .past-events .title, .latest-on-social-media .title {
    font-size: 3rem;
    line-height: 3rem;
  }
  .discover-news .right-title span {
    font-size: 3rem;
    line-height: 3rem;
  }
  .news-and-event-details .right-content .right-title h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .ads-sections.search-filter-page {
    margin-bottom: 2rem;
  }
  .ads-sections.search-filter-page .stickyScrolling {
    margin-bottom: 2rem;
    position: static;
    top: 1.5rem;
    bottom: auto;
    align-self: flex-start;
  }
  .ads-sections .item.no-business .image {
    height: 20rem;
  }
  .ads-sections .search-filter-area {
    margin-top: 2rem;
  }
  /***********      governer-monthly-letter      ***********/
  .governer-monthly-letter .governer-section .image-area {
    position: relative;
    height: 35rem;
    width: 100%;
    left: 0;
  }
  .governer-monthly-letter .governer-section .image-area img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .governer-monthly-letter .governer-section .content {
    background-color: #EDF3F3;
    padding: 3rem 1rem;
  }
  .governer-monthly-letter .governer-section .content .governer-title {
    font-size: 3.5rem;
    line-height: 3.4rem;
    font-weight: 700;
    margin-bottom: 4rem;
    position: relative;
  }
  .governer-monthly-letter .governer-section .content .governer-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2rem;
    height: 1rem;
    width: 4rem;
    background-color: #5DA5B3;
  }
  .governer-monthly-letter .governer-section .other-content {
    position: relative;
    top: auto !important;
    left: auto !important;
    padding: 0;
    max-width: 100%;
  }
  .governer-monthly-letter .governer-section .other-content .quots {
    top: -2.2rem;
    right: 0.5rem;
  }
  .governer-monthly-letter .governer-section .other-content .quots .icon {
    height: 2rem;
    width: 2rem;
  }
  .governer-monthly-letter .governer-section .other-content .quots .icon::after {
    content: "";
    position: absolute;
    left: 0;
    top: -1.9rem;
  }
  .governer-monthly-letter .governer-section .other-content .date-area h4 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .governer-monthly-letter .governer-section .other-content .date-area p {
    font-size: 1rem;
  }
  .governer-monthly-letter .governer-section .other-content .desc {
    margin-top: 1rem;
  }
  .governer-monthly-letter .governer-section .other-content .desc p {
    max-width: 30rem;
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .ads-all-details .stickyScrolling {
    position: static;
    align-self: auto;
  }
  .ads-area-banner .if-no-ads {
    height: 80px;
    padding: 0 1rem;
  }
  .ads-area-banner .if-no-ads .icon {
    height: 2.2rem;
    width: 2.2rem;
  }
  .ads-area-banner .if-no-ads .name {
    font-size: 1.2rem;
  }
  .ads-area-banner .if-no-ads .contact {
    font-size: 1rem;
  }
  .ads-area-banner .if-no-ads.if-no-side-ads {
    height: 7rem;
    grid-template-columns: 1fr 3.5fr;
  }
  .ads-area-banner .if-no-ads.if-no-side-ads .icon {
    height: 2rem;
    width: 2rem;
    margin-right: 0;
  }
  .ads-area-banner .if-no-ads.if-no-side-ads .name {
    font-size: 0.92rem;
  }
  .ads-area-banner .if-no-ads.if-no-side-ads .contact {
    font-size: 0.83rem;
  }
}
@media only screen and (max-width: 900px) {
  header .header-top .social-icons {
    display: none;
  }
  header .header-top .header-other {
    justify-content: flex-end;
  }
  header .header-top .header-other .header-contact li:nth-child(1), header .header-top .header-other .header-contact li:nth-child(2) {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  header .header-top .header-other {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .contact-page .item .image {
    height: 30rem;
  }
  .governer-monthly-letter .governer-section .content {
    padding: 2rem 1rem;
  }
  .governer-monthly-letter .governer-section .content .governer-title {
    font-size: 2.5rem;
    line-height: 2.4rem;
  }
  .discover-news .right-title span {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  .event-page-banner {
    height: 22rem;
  }
  .event-page-banner.event-details-page-banner .news-event-main-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 14rem;
    width: 10rem;
    box-shadow: 0 0 10px rgba(20, 20, 20, 0.4);
  }
  .event-page-banner .contet h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  .event-page-banner .contet button {
    padding: 0.7rem 1.5rem;
  }
  .latest-news.no-bg-color .right-content .right-title {
    flex-direction: column;
  }
  .latest-news.no-bg-color .right-content .news-list {
    padding: 0;
  }
  .latest-news::after {
    display: none;
  }
  .latest-news .more-news-button, .latest-news .more-events-button {
    display: none;
  }
  .latest-news .view-all-button-area {
    display: flex;
  }
  .latest-news .left-content {
    display: none;
  }
  .latest-news .right-content .right-title h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .latest-news .right-content .news-list {
    padding-left: 0;
    padding: 0 1.5rem;
  }
  .latest-news .right-content .news-list .news-item .image {
    height: 16rem;
  }
  .search-box-area {
    flex-direction: column;
    margin-left: 0;
    gap: 1rem;
  }
  .search-box-area .filter-box {
    max-width: 100%;
    justify-content: space-between;
    border-color: rgba(20, 20, 20, 0.3);
  }
  .search-box-area .search-box {
    max-width: 100%;
    border-bottom: 1px solid rgba(20, 20, 20, 0.3);
  }
  .search-box-area .search-box input {
    width: 100%;
  }
  .ads-banners .col-md-5 {
    display: none;
  }
  .ads-banners .image {
    display: none;
  }
  .ads-category-section .category-ads-section-area {
    position: static;
    align-self: auto;
  }
  .ads-category-section .col-sm-4 {
    padding: 0 0.2rem !important;
  }
  .ads-category-section .col- {
    max-width: 100%;
    flex: 100%;
  }
  .ads-category-section .item {
    height: 9rem;
    padding: 0.8rem;
    gap: 0.3rem;
    margin-bottom: 0.4rem;
  }
  .ads-category-section .item .icon {
    height: 2.5rem;
    width: 2.5rem;
  }
  .ads-category-section .item .content .name {
    font-size: 0.8rem;
  }
  .ads-category-section .item .content .total-ads {
    font-size: 0.7rem;
  }
  .ads-category-section .skeleton-loading {
    padding: 0.8rem;
    height: 9rem;
    margin-bottom: 0.4rem;
  }
  .ads-category-section .skeleton-loading .icon {
    margin-top: 0.6rem;
    height: 2.7rem;
    width: 2.7rem;
  }
  .ads-category-section .skeleton-loading .name {
    height: 0.8rem;
    width: 6rem;
  }
  .ads-category-section .skeleton-loading .total-ads {
    height: 0.5rem;
    width: 2.5rem;
  }
  .ads-sections .ads-item-list {
    grid-template-columns: 1fr;
  }
  .ads-sections .ads-item-list.active .item .image {
    width: 12rem;
  }
  .ads-sections .ads-item-list.active .item .content {
    max-width: calc(100% - 12rem);
  }
  .ads-sections .ads-item-list .item .image {
    height: 20rem;
  }
  .ads-details-banner .details-head .ads-profile-details .details-ads-button .nav-button-list {
    height: 100%;
    padding: 1rem 0;
  }
  .ads-details-banner .details-head .ads-profile-details .profile-sec {
    flex-direction: column;
  }
  .ads-details-banner .details-head .ads-profile-details .profile-sec .content {
    max-width: 100%;
    text-align: center;
    padding: 0 1rem;
  }
  .ads-details-banner .details-head .ads-profile-details .profile-sec .content .rating {
    justify-content: center;
  }
  .ads-all-details .details-section .content .gallery-image-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .ads-all-details .details-section .content .comment-section .comment-list .comment-item .image-sec {
    height: 3rem;
    width: 3rem;
  }
  .ads-all-details .details-section .content .comment-section .comment-list .comment-item .comment-infos .image-list-sec .image {
    height: 12rem;
  }
  .ads-area-banner .if-no-ads {
    height: 60px;
    padding: 0 1rem;
  }
  .ads-area-banner .if-no-ads .icon {
    height: 1.6rem;
    width: 1.6rem;
  }
  .ads-area-banner .if-no-ads .name {
    font-size: 0.9rem;
  }
  .ads-area-banner .if-no-ads .contact {
    font-size: 0.8rem;
  }
  .ads-area-banner .if-no-ads.if-no-card-ads .contact {
    font-size: 1.6rem;
  }
  .ads-area-banner .if-no-ads.if-no-side-ads {
    height: 18rem;
    grid-template-columns: 1fr 3fr;
  }
  .ads-area-banner .if-no-ads.if-no-side-ads .icon {
    height: 6rem;
    width: 6rem;
    margin-right: 0;
  }
  .ads-area-banner .if-no-ads.if-no-side-ads .name {
    font-size: 2.7rem;
  }
  .ads-area-banner .if-no-ads.if-no-side-ads .contact {
    font-size: 1.8rem;
  }
  .profile-edit-form .custom-form-area {
    padding: 2rem 1rem;
  }
  .profile-edit-form .repeaterListArea, .profile-edit-form .repeaterListArea1 {
    grid-template-columns: 1fr;
  }
  .profile-edit-form .all-day-list {
    width: 100%;
  }
  .profile-edit-form .all-day-list ul li {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .profile-edit-form .all-day-list ul li .input-area-sec {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 691px) {
  .ads-sections .search-filter-area .sort-section .search-filter .group {
    max-width: calc(100% - 3rem);
  }
  .ads-sections .search-filter-area .sort-section .search-filter .list-view-button {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .latest-news .right-content .news-list .news-item {
    padding: 0 3rem;
  }
  .latest-news .right-content .news-list .news-item .image {
    height: 24rem;
  }
  .discover-news .news-list .news-item {
    padding: 0 3rem;
  }
  .discover-news .news-list .news-item .image {
    height: 24rem;
  }
  .ads-sections .item.no-business .image {
    height: 30rem;
  }
  .ads-banners .content .banner-title {
    font-size: 2rem;
    line-height: 2.3rem;
  }
  .ads-banners .content .search-box {
    max-width: 100%;
    flex-wrap: wrap;
  }
  .ads-details-banner .banner-content .name {
    font-size: 2rem;
  }
  .ads-details-banner .banner-content .club-details, .ads-details-banner .banner-content .date-and-time {
    font-size: 1rem;
  }
  .ads-all-details .details-section .content .feature-list .item.main-member .image {
    height: 25rem;
  }
  .ads-area-banner .longAdss .ads-area-banner-image {
    height: 500px;
  }
  .ads-area-banner .if-no-ads.if-no-card-ads .contact {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 550px) {
  /***********      about-section      ***********/
  .about-section .left-content {
    margin-bottom: 2rem;
  }
  .about-section .left-content .greeting {
    font-weight: 600;
    line-height: 1.1rem;
    font-size: 1.5rem;
  }
  .about-section .left-content .section-title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .about-section .left-content .desc p {
    margin-bottom: 1rem;
  }
  .about-section .left-content .other-infos {
    gap: 1rem;
    margin-top: 2rem;
  }
  .about-section .left-content .other-infos .item .total-club .num {
    font-size: 2.5rem;
    stroke-linejoin: 2.5rem;
  }
  .about-section .left-content .other-infos .item .total-club .text {
    font-size: 1rem;
    line-height: 1rem;
  }
  .about-section .left-content .other-infos .item .total-member {
    font-size: 1.1rem;
  }
  .about-section .left-content .other-infos .item .total-member .num {
    font-size: 1.4rem;
  }
  .about-section .right-content {
    background-color: #27A0DA;
    padding: 1rem;
  }
  .about-section .right-content .title {
    font-size: 1.2rem;
    font-weight: 600;
  }
  .about-section .right-content .item {
    padding: 1rem;
    text-align: center;
  }
  .about-section .right-content .item .icon {
    margin-bottom: 2rem;
    color: #FFFFFF;
    font-weight: 300;
  }
  .about-section .right-content .item .icon img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 4rem;
    width: 4rem;
  }
  .about-section .right-content .item .icon .text {
    font-size: 1rem;
  }
  .about-section .right-content .item .icon .text h3 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 2.5rem;
  }
  .about-section .right-content .item .total-budget {
    font-size: 1rem;
    font-weight: 300;
  }
  .about-section .right-content .item .total-budget .num {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2rem;
  }
  .governer-monthly-letter .governer-section .image-area {
    height: 25rem;
  }
  .teams-section .list .item .image-area {
    height: 38rem;
  }
  footer .footer-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  footer .footer-list .item .social-media .social-icons li i {
    font-size: 0.75rem;
    height: 1.9rem;
    width: 1.9rem;
  }
  footer .footer-list .item .f-title {
    font-size: 18px;
    margin-bottom: 0.5rem;
  }
  footer .footer-list .item ul li {
    font-size: 12px;
  }
  footer .footer-list .item ul li i {
    margin-right: 5px;
  }
  footer .footer-list .item ul li a {
    width: 100%;
  }
  footer .footer-list .item .desc {
    font-size: 14px;
    line-height: 140%;
  }
  footer .copyright .download-on h4 {
    font-size: 1rem;
  }
  footer .copyright .download-on .download-on-button {
    height: 2.2rem;
    width: 7rem;
  }
  footer .copyright .download-on .download-on-button img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (max-width: 500px) {
  header .inner .logo {
    height: 140%;
    width: 100px;
  }
  .side-nav {
    left: -390px;
    width: 340px;
  }
  .side-nav .button-group {
    gap: 0.5rem;
  }
  .side-nav .button-group button {
    padding: 0.3rem 0.6rem;
    font-size: 1rem;
  }
  .governer-monthly-letter .governer-section .content .governer-title {
    font-size: 2rem;
    line-height: 2rem;
  }
  .ads-all-details .details-section .content .gallery-image-list {
    grid-template-columns: 1fr 1fr;
  }
  .ads-all-details .details-section .content .comment-section .comment-list .comment-item {
    flex-direction: column;
  }
  .ads-all-details .details-section .content .comment-section .comment-list .comment-item .comment-infos {
    max-width: 100%;
  }
  .ads-sections .pagination-area .prev-button, .ads-sections .pagination-area .next-button {
    padding: 0.3rem 1rem;
    font-size: 0.8rem;
  }
  .ads-sections .pagination-area .page-number {
    gap: 0.3rem;
  }
  .ads-sections .pagination-area .page-number button {
    height: 2rem;
    width: 2rem;
  }
  .profile-edit-form .input-group-divider {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .ads-area-banner .if-no-ads {
    height: 100px;
  }
  .ads-area-banner .if-no-ads .name strong span {
    display: none;
  }
  .ads-area-banner .if-no-ads .name .for-mobile-ads {
    display: inline-block;
  }
}
@media only screen and (max-width: 470px) {
  header .header-top {
    display: none;
  }
  header .inner {
    height: 4rem;
  }
  header .inner .logo {
    height: 100%;
    width: 100px;
  }
  header .header-right-item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
  }
  header .mobile-profile {
    display: block;
  }
  header .mobile-profile .image {
    height: 3rem;
    width: 3rem;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1d4781;
    border-radius: 50%;
  }
  header .mobile-profile .image i {
    font-size: 1.3rem;
    color: #FFFFFF;
  }
  header .mobile-profile .image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  header .mobile-profile:hover .drop-profile {
    opacity: 1;
    pointer-events: auto;
    top: 3.4rem;
  }
  header .mobile-profile .drop-profile {
    position: absolute;
    right: 0;
    top: 3rem;
    background-color: #FFFFFF;
    width: 10rem;
    z-index: 10;
    box-shadow: 0 0 10px rgba(20, 20, 20, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
  }
  header .mobile-profile .drop-profile li a {
    text-decoration: none;
  }
  header .mobile-profile .drop-profile li:nth-last-child(1) button:hover {
    background-color: #a00000;
    color: #FFFFFF;
  }
  header .mobile-profile .drop-profile li button {
    padding: 0.5rem 1rem;
    width: 100%;
    color: #141414;
    cursor: pointer;
    border-bottom: 1px solid rgba(20, 20, 20, 0.1);
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.3rem;
  }
  header .mobile-profile .drop-profile li button i {
    font-size: 0.8rem;
  }
  header .mobile-profile .drop-profile li button:hover {
    background-color: rgba(29, 71, 129, 0.1);
  }
  .contact-page .title {
    font-size: 2rem;
    line-height: 2rem;
  }
  .contact-page .item .image {
    height: 26rem;
  }
  .news-and-event-details .right-content .right-title {
    padding-bottom: 0;
  }
  .news-and-event-details .right-content .right-title h1 {
    font-size: 2rem;
    line-height: 2rem;
  }
  .contact-form .title, .past-events .title, .latest-on-social-media .title {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 0.5rem;
  }
  .latest-on-social-media .twitter-id {
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    font-size: 1.1rem;
  }
  .latest-on-social-media .twitter-id i {
    font-size: 1.2rem;
  }
  .latest-on-social-media .post-list .item {
    margin-bottom: 2.5rem;
  }
  .latest-on-social-media .post-list .item .image {
    height: 6rem;
    width: 6rem;
  }
  .latest-on-social-media .post-list .item .content {
    max-width: calc(100% - 6rem);
  }
  .latest-on-social-media .post-list .item .content .name {
    font-size: 1rem;
    line-height: 1.3rem;
    margin-bottom: 0.8rem;
  }
  .latest-on-social-media .post-list .item .content .other button {
    font-size: 1rem;
  }
  .latest-on-social-media .post-list .item .content .other .date {
    font-size: 1rem;
  }
  .latest-on-social-media .video-area .videobanner {
    height: 15rem;
  }
  .latest-on-social-media .video-area .videobanner .playbutton {
    height: 4.5rem;
    width: 4.5rem;
    border: 0.25rem solid #FFFFFF;
  }
  .latest-on-social-media .video-area .videobanner .playbutton::after {
    height: 6rem;
    width: 6rem;
  }
  .latest-on-social-media .video-area .videobanner .playbutton i {
    font-size: 1.5rem;
  }
  .latest-on-social-media .video-area .content .name {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  .latest-on-social-media .video-area .content .other {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .latest-on-social-media .video-area .content .other button {
    font-size: 1rem;
  }
  .latest-on-social-media .video-area .content .other .date {
    font-size: 1rem;
  }
  .contact-form .form .submit-button {
    padding: 0.8rem 3rem;
    font-size: 1rem;
  }
  .contact-form .form .confirmation label {
    font-size: 1rem;
    line-height: 1.3rem;
  }
  .event-page-banner {
    height: 22rem;
  }
  .event-page-banner .contet h2 {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
  .event-page-banner .contet button {
    padding: 0.5rem 1rem;
  }
  .discover-news .right-title {
    flex-wrap: wrap;
  }
  .discover-news .right-title span {
    font-size: 2rem;
    line-height: 2rem;
  }
  .latest-news .right-content .right-title h1 {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 0.5rem;
  }
  .latest-news .right-content .news-list .news-item {
    padding: 0;
  }
  .latest-news .right-content .news-list .news-item .image {
    height: 25rem;
  }
  .latest-news .right-content .news-list .news-item .name {
    font-size: 1rem;
    line-height: 1.3rem;
    margin: 0.7rem 0 0.3rem;
  }
  .latest-news .right-content .news-list .news-item .date {
    color: #1d4781;
  }
  .discover-news .news-list .news-item {
    padding: 0;
  }
  .discover-news .news-list .news-item .image {
    height: 25rem;
  }
  .past-events .title .view-all-link {
    height: 2rem;
  }
  .past-events .title .view-all-link a {
    font-size: 1rem;
  }
  .past-events .content .date-location {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1rem;
  }
  .past-events .content .event-title {
    font-size: 1.3rem;
    line-height: 1.3rem;
    margin-bottom: 0.8rem;
  }
  .past-events .content .read-more-button {
    font-size: 1.1rem;
  }
  .ads-sections .item.no-business .image {
    height: 25rem;
  }
  .ads-area-banner .if-no-ads {
    height: 80px;
  }
  .ads-area-banner .if-no-ads .icon {
    height: 1.5rem;
    width: 1.5rem;
  }
  .ads-area-banner .if-no-ads .name {
    font-size: 0.8rem;
  }
  .ads-area-banner .if-no-ads .contact {
    font-size: 0.7rem;
  }
  .ads-area-banner .if-no-ads.if-no-side-ads {
    height: 15rem;
  }
  .ads-area-banner .if-no-ads.if-no-side-ads .icon {
    height: 5rem;
    width: 5rem;
  }
  .ads-area-banner .if-no-ads.if-no-side-ads .name {
    font-size: 2rem;
  }
  .ads-area-banner .if-no-ads.if-no-side-ads .contact {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 400px) {
  .new-title {
    margin-bottom: 1rem;
  }
  .new-title .main-title h3 {
    font-size: 1.3rem;
  }
  .new-title .main-title h3 span::before {
    height: 2.5rem;
    width: 2.5rem;
  }
  .new-title .main-title p {
    font-size: 0.8rem;
    color: #414141;
  }
  .new-title .section-search {
    gap: 0.4rem;
  }
  .new-title .section-search .group {
    width: 13rem;
    height: 2rem;
  }
  .new-title .section-search .group input {
    font-size: 0.9rem;
  }
  .new-title .section-search .group .icon {
    font-size: 0.8rem;
  }
  .new-title .section-search .group .icon:hover {
    color: #141414;
  }
  .new-title .view-all-button {
    padding: 0.3rem 1rem;
  }
  .ads-all-details .details-section .content .feature-list .item.board-member .image {
    height: 12rem;
  }
  .ads-sections .pagination-area .page-number li:nth-child(3), .ads-sections .pagination-area .page-number li:nth-child(4) {
    display: none;
  }
  .ads-area-banner .if-no-ads {
    height: 60px;
  }
  .ads-area-banner .if-no-ads.if-no-side-ads {
    height: 12rem;
  }
  .ads-area-banner .if-no-ads.if-no-side-ads .icon {
    height: 4rem;
    width: 4rem;
  }
  .ads-area-banner .if-no-ads.if-no-side-ads .name {
    font-size: 1.6rem;
  }
  .ads-area-banner .if-no-ads.if-no-side-ads .contact {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 370px) {
  .side-nav .side-nav-close-btn {
    position: absolute;
    top: -1rem;
    right: -15px;
  }
  .ads-category-section .col-4 {
    max-width: 50%;
    flex: 50%;
  }
  .ads-all-details .details-section .content .feature-list .col-6 {
    max-width: 100%;
    flex: 100%;
  }
  .ads-all-details .details-section .content .feature-list .item.main-member .image {
    height: 20rem;
  }
  .ads-all-details .details-section .content .feature-list .item.board-member .image {
    height: 20rem;
  }
  .ads-all-details .details-section .content .gallery-image-list {
    grid-template-columns: 1fr;
  }
  .ads-all-details .details-section .content .gallery-image-list .image {
    height: 15rem;
  }
  .profile-page .profile-info .profile-image {
    height: 7rem;
    width: 7rem;
  }
}
@media only screen and (max-width: 367px) {
  .ads-details-banner .details-head .ads-profile-details .details-ads-button .nav-button-list .shareButton .share-popup {
    right: auto;
    left: 0;
  }
  .ads-details-banner .details-head .ads-profile-details .details-ads-button .nav-button-list .shareButton .share-popup::before {
    left: 20%;
  }
}
@media only screen and (max-width: 348px) {
  .ads-area-banner .if-no-ads.if-no-side-ads {
    height: 10.5rem;
    grid-template-columns: 1fr 4fr;
  }
  .ads-area-banner .if-no-ads.if-no-side-ads .icon {
    height: 3rem;
    width: 3rem;
  }
  .ads-area-banner .if-no-ads.if-no-side-ads .name {
    font-size: 1.3rem;
  }
  .ads-area-banner .if-no-ads.if-no-side-ads .contact {
    font-size: 1.1rem;
  }
}
#location-images-section .layout-item {
  margin-bottom: 1rem;
}
#location-images-section .layout-item input:checked ~ label {
  background-color: #1d4781;
  box-shadow: 0 0 10px rgba(20, 20, 20, 0.1);
  transform: scale(1.02);
  color: #FFFFFF;
}
#location-images-section .layout-item label {
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.4rem;
  border-radius: 0.4rem;
  text-align: center;
  border: 1px solid rgba(20, 20, 20, 0.3);
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.46, 0.23, 0.48, 1.55);
  font-weight: 600;
}
#location-images-section .layout-item label img {
  height: 6.7rem;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.4rem;
  margin-top: 0.5rem;
}

@media only screen and (max-width: 430px) {
  #location-images-section .col-6 {
    max-width: 100%;
    flex: 100%;
  }
}
@keyframes skecetonLoading {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.skeleton-loading-events .skeleton-loading-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-start;
  gap: 1rem;
  max-width: 20rem;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
.skeleton-loading-events .skeleton-loading-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  animation: skecetonLoading 1.4s infinite;
  z-index: 2;
}
.skeleton-loading-events .skeleton-loading-item .content {
  max-width: calc(100% - 5rem);
  width: 100%;
}
.skeleton-loading-events .skeleton-loading-item .date-area {
  height: 4rem;
  width: 4rem;
  background: linear-gradient(270deg, rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.2));
}
.skeleton-loading-events .skeleton-loading-item .name, .skeleton-loading-events .skeleton-loading-item .name-2 {
  height: 1rem;
  max-width: 18rem;
  width: 100%;
  margin-bottom: 0.5rem;
  background: linear-gradient(270deg, rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.2));
}
.skeleton-loading-events .skeleton-loading-item .name-2 {
  max-width: 8rem !important;
  width: 100%;
}
.skeleton-loading-events .skeleton-loading-item .location {
  height: 0.7rem;
  width: 6rem;
  background: linear-gradient(270deg, rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.2));
}

/********* 
 * new css for pdf 
 * *********/
.pdfBody {
  height: 100%;
}

.distric-committee-pdf {
  height: 100%;
  background-color: #fff;
}
.distric-committee-pdf .pdf-heading {
  height: 4.7rem;
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  grid-gap: 20px;
  align-items: center;
  background-color: #EE9D00;
  border-bottom: 3px solid #141414;
  position: relative;
  z-index: 4;
  margin-bottom: 0.5rem;
  padding: 0 1rem;
  overflow: hidden;
}
.distric-committee-pdf .pdf-heading .heading {
  text-align: center;
  height: 2.7rem;
}
.distric-committee-pdf .pdf-heading .heading h1 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 1rem;
  background-color: #FFFFFF;
  color: #141414;
  position: relative;
  border: 1px solid #141414;
  border-bottom-width: 3px;
  border-right-width: 3px;
}
.distric-committee-pdf .pdf-heading .heading h1 .square1, .distric-committee-pdf .pdf-heading .heading h1 .square2, .distric-committee-pdf .pdf-heading .heading h1 .square3, .distric-committee-pdf .pdf-heading .heading h1 .square4 {
  position: absolute;
  height: 1rem;
  width: 1rem;
  background-color: #EE9D00;
  transform: rotate(45deg);
  border: 1px solid transparent;
}
.distric-committee-pdf .pdf-heading .heading h1 .square1 {
  left: -0.55rem;
  top: -0.55rem;
  border-right-color: #141414;
}
.distric-committee-pdf .pdf-heading .heading h1 .square2 {
  right: -0.55rem;
  top: -0.55rem;
  border-bottom-color: #141414;
}
.distric-committee-pdf .pdf-heading .heading h1 .square3 {
  right: -0.55rem;
  bottom: -0.55rem;
  border-left-color: #141414;
  border-left-width: 3px;
}
.distric-committee-pdf .pdf-heading .heading h1 .square4 {
  left: -0.55rem;
  bottom: -0.55rem;
  border-top-color: #141414;
}
.distric-committee-pdf .pdf-heading .logo {
  height: 3.5rem;
  width: 9rem;
  padding: 0.2rem 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  position: relative;
  border: 1px solid #141414;
  border-bottom-width: 3px;
  border-right-width: 3px;
}
.distric-committee-pdf .pdf-heading .logo .square1, .distric-committee-pdf .pdf-heading .logo .square2, .distric-committee-pdf .pdf-heading .logo .square3, .distric-committee-pdf .pdf-heading .logo .square4 {
  position: absolute;
  height: 1rem;
  width: 1rem;
  background-color: #EE9D00;
  transform: rotate(45deg);
  border: 1px solid transparent;
}
.distric-committee-pdf .pdf-heading .logo .square1 {
  left: -0.55rem;
  top: -0.55rem;
  border-right-color: #141414;
}
.distric-committee-pdf .pdf-heading .logo .square2 {
  right: -0.55rem;
  top: -0.55rem;
  border-bottom-color: #141414;
}
.distric-committee-pdf .pdf-heading .logo .square3 {
  right: -0.55rem;
  bottom: -0.55rem;
  border-left-color: #141414;
  border-left-width: 3px;
}
.distric-committee-pdf .pdf-heading .logo .square4 {
  left: -0.55rem;
  bottom: -0.55rem;
  border-top-color: #141414;
}
.distric-committee-pdf .pdf-heading .logo .logo-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat !important;
}
.distric-committee-pdf .wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
  height: 100%;
}
.distric-committee-pdf .distric-committee-section {
  height: 100%;
  border: 2px solid #141414;
  position: relative;
  padding: 1rem 1.2rem 2rem;
}
.distric-committee-pdf .distric-committee-section .circle1, .distric-committee-pdf .distric-committee-section .circle2, .distric-committee-pdf .distric-committee-section .circle3, .distric-committee-pdf .distric-committee-section .circle4 {
  position: absolute;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: #FFFFFF;
  border-bottom-color: #141414;
  z-index: 2;
}
.distric-committee-pdf .distric-committee-section .circle1 {
  top: -1.62rem;
  left: -1.62rem;
  transform: rotate(-45deg);
}
.distric-committee-pdf .distric-committee-section .circle2 {
  top: -1.62rem;
  right: -1.62rem;
  transform: rotate(45deg);
}
.distric-committee-pdf .distric-committee-section .circle3 {
  bottom: -1.62rem;
  right: -1.62rem;
  transform: rotate(-225deg);
}
.distric-committee-pdf .distric-committee-section .circle4 {
  bottom: -1.62rem;
  left: -1.62rem;
  transform: rotate(225deg);
}
.distric-committee-pdf .pdf-title {
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  background-color: #1d4781;
  color: #FFFFFF;
  border: 1px solid #1d4781;
  position: relative;
  border-radius: 1rem;
  box-shadow: 0 2px 4px rgba(20, 20, 20, 0.2);
  border-bottom: 3px solid #141414;
}
.distric-committee-pdf .pdf-title .circle1, .distric-committee-pdf .pdf-title .circle2 {
  z-index: 1;
  height: 1.8rem;
  width: 1.8rem;
  border-width: 1px;
  border-bottom-color: #1d4781;
}
.distric-committee-pdf .pdf-title .circle1 {
  top: -0.96rem;
  left: -0.96rem;
  transform: rotate(-45deg);
}
.distric-committee-pdf .pdf-title .circle2 {
  top: -0.96rem;
  right: -0.96rem;
  transform: rotate(45deg);
}
.distric-committee-pdf .pdf-title h2 {
  font-size: 1.1rem;
  font-weight: 700;
}
.distric-committee-pdf .main-section, .distric-committee-pdf .list-section {
  height: 100%;
}
.distric-committee-pdf .main-section .item, .distric-committee-pdf .list-section .item {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: stretch;
  gap: 1rem;
  height: 100%;
}
.distric-committee-pdf .main-section .item .image, .distric-committee-pdf .list-section .item .image {
  min-height: 7.5rem;
  max-height: 100%;
  min-width: 7rem;
  max-width: 7rem;
  position: relative;
  border: 2px solid #141414;
}
.distric-committee-pdf .main-section .item .image .circle1, .distric-committee-pdf .main-section .item .image .circle2, .distric-committee-pdf .main-section .item .image .circle3, .distric-committee-pdf .main-section .item .image .circle4, .distric-committee-pdf .list-section .item .image .circle1, .distric-committee-pdf .list-section .item .image .circle2, .distric-committee-pdf .list-section .item .image .circle3, .distric-committee-pdf .list-section .item .image .circle4 {
  height: 1.2rem;
  width: 1.2rem;
}
.distric-committee-pdf .main-section .item .image .circle1, .distric-committee-pdf .list-section .item .image .circle1 {
  top: -0.72rem;
  left: -0.72rem;
}
.distric-committee-pdf .main-section .item .image .circle2, .distric-committee-pdf .list-section .item .image .circle2 {
  top: -0.72rem;
  right: -0.72rem;
}
.distric-committee-pdf .main-section .item .image .circle3, .distric-committee-pdf .list-section .item .image .circle3 {
  bottom: -0.72rem;
  right: -0.72rem;
}
.distric-committee-pdf .main-section .item .image .circle4, .distric-committee-pdf .list-section .item .image .circle4 {
  bottom: -0.72rem;
  left: -0.72rem;
}
.distric-committee-pdf .main-section .item .image .bg-image, .distric-committee-pdf .list-section .item .image .bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.distric-committee-pdf .main-section .item .content, .distric-committee-pdf .list-section .item .content {
  width: calc(100% - 7.5rem);
}
.distric-committee-pdf .main-section .item .content .name, .distric-committee-pdf .list-section .item .content .name {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
.distric-committee-pdf .main-section .item .content h5, .distric-committee-pdf .list-section .item .content h5 {
  font-size: 1.05rem;
  font-weight: 400;
  margin-bottom: 0.2rem;
}
.distric-committee-pdf .main-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #141414;
}
.distric-committee-pdf .list-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.distric-committee-pdf .list-section .item .content .name {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.distric-committee-pdf .list-section .item .content h5 {
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
}
.distric-committee-pdf .page-number-sec {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  z-index: 3;
}
.distric-committee-pdf .page-number-sec .line1, .distric-committee-pdf .page-number-sec .line2, .distric-committee-pdf .page-number-sec .line3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: rgba(20, 20, 20, 0.7);
  z-index: 1;
}
.distric-committee-pdf .page-number-sec .line1 {
  top: 1.3rem;
  width: 60%;
}
.distric-committee-pdf .page-number-sec .line2 {
  top: 1.8rem;
  width: 80%;
}
.distric-committee-pdf .page-number-sec .line3 {
  top: 2.3rem;
  width: 60%;
}
.distric-committee-pdf .page-number-sec .page-number {
  position: relative;
  height: 3rem;
  background-color: #1d4781;
  color: #FFFFFF;
  font-size: 1rem;
  padding: 0.4rem 0.5rem;
  border-radius: 0.5rem 0.5rem 0 0;
  z-index: 2;
}
.distric-committee-pdf .details-main-section {
  display: grid;
  grid-template-columns: 0.6fr 0.6fr 3fr;
  grid-gap: 20px;
}
.distric-committee-pdf .details-main-section .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 0.3rem;
}
.distric-committee-pdf .details-main-section .item .image {
  min-height: 6.6rem;
  max-height: 100%;
  min-width: 6rem;
  max-width: 6rem;
  position: relative;
  border: 2px solid #141414;
}
.distric-committee-pdf .details-main-section .item .image .circle1, .distric-committee-pdf .details-main-section .item .image .circle2, .distric-committee-pdf .details-main-section .item .image .circle3, .distric-committee-pdf .details-main-section .item .image .circle4 {
  height: 1.2rem;
  width: 1.2rem;
}
.distric-committee-pdf .details-main-section .item .image .circle1 {
  top: -0.72rem;
  left: -0.72rem;
}
.distric-committee-pdf .details-main-section .item .image .circle2 {
  top: -0.72rem;
  right: -0.72rem;
}
.distric-committee-pdf .details-main-section .item .image .circle3 {
  bottom: -0.72rem;
  right: -0.72rem;
}
.distric-committee-pdf .details-main-section .item .image .circle4 {
  bottom: -0.72rem;
  left: -0.72rem;
}
.distric-committee-pdf .details-main-section .item .image .bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.distric-committee-pdf .details-main-section .item .content .name {
  font-size: 0.9rem;
  font-weight: 600;
}
.distric-committee-pdf .details-main-section .other-infos ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.85rem;
  margin-bottom: 0.2rem;
}
.distric-committee-pdf .details-main-section .other-infos ul li .name {
  max-width: 8rem;
  width: 100%;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 0.3rem;
}
.distric-committee-pdf .details-other-info-list {
  padding: 0.6rem 0.8rem;
  margin-top: 1rem;
  border: 1px solid #141414;
  position: relative;
  background-color: rgba(20, 20, 20, 0.1);
}
.distric-committee-pdf .details-other-info-list .circle1, .distric-committee-pdf .details-other-info-list .circle2, .distric-committee-pdf .details-other-info-list .circle3, .distric-committee-pdf .details-other-info-list .circle4 {
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid transparent;
  border-bottom-color: #141414;
}
.distric-committee-pdf .details-other-info-list .circle1 {
  top: -0.8rem;
  left: -0.8rem;
}
.distric-committee-pdf .details-other-info-list .circle2 {
  top: -0.8rem;
  right: -0.8rem;
}
.distric-committee-pdf .details-other-info-list .circle3 {
  bottom: -0.8rem;
  right: -0.8rem;
}
.distric-committee-pdf .details-other-info-list .circle4 {
  bottom: -0.8rem;
  left: -0.8rem;
}
.distric-committee-pdf .details-other-info-list .info-title {
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}
.distric-committee-pdf .details-other-info-list p {
  font-size: 0.75rem;
  line-height: 1.3rem;
}
.distric-committee-pdf .details-other-info-list ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 0.7rem;
       column-gap: 0.7rem;
  row-gap: 0.3rem;
}
.distric-committee-pdf .details-other-info-list ul li {
  font-size: 0.75rem;
}
.distric-committee-pdf .other-member-list {
  margin-top: 1rem;
}
.distric-committee-pdf .other-member-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  grid-row-gap: 10px;
}
.distric-committee-pdf .other-member-list ul li p {
  font-size: 0.75rem;
  text-align: justify;
  line-height: 1.1rem;
}
.distric-committee-pdf .meeting-main-section {
  margin-bottom: 1rem;
}
.distric-committee-pdf .meeting-main-section:nth-last-child(1) {
  margin-bottom: 0;
}
.distric-committee-pdf .meeting-main-section .meeting-title {
  font-size: 1.2rem;
  font-weight: 600;
}
.distric-committee-pdf .meeting-main-section .meeting-table {
  margin-top: 0.5rem;
  width: 100%;
}
.distric-committee-pdf .meeting-main-section .meeting-table th {
  text-align: left;
  font-size: 0.8rem;
  font-weight: 600;
}
.distric-committee-pdf .meeting-main-section .meeting-table td {
  font-size: 0.8rem;
  padding: 0.1rem 0;
}/*# sourceMappingURL=styles.css.map */
