#head_main {
  background-color: white;
  position: static;
}
#head_main .logo_div {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 500px;
  width: 100% !important;
  padding-block: 5px;
}
#head_main .logo_div .logo_text {
  color: #002E5D;
  font-size: 25px;
  font-weight: bold;
}

#nav_main {
  width: 100%;
}

.topbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap-reverse;
  gap: 15px;
  padding: 0px;
  padding-right: 10px;
  /*&:before {
      display: none !important;
  }*/
}
.topbar .login_register {
  float: unset;
  margin-left: auto;
  max-width: 200px !important;
  width: 200px !important;
  font-size: 16px !important;
  margin-right: 0px !important;
  background-color: transparent !important;
}
.topbar .login_register h4 {
  background-color: #002E5D;
  font-size: 18px !important;
  font-weight: 600 !important;
  padding: 10px;
}

.member_sub_ul li:hover {
  background-color: transparent !important;
}

.member_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.member_menu_div {
  background-color: #FEEBD4;
  margin: 0px;
  border: unset;
  padding-block: 5px;
}
.member_menu_div .member_ul {
  background-color: #FEEBD4;
}

.member_sub_ul {
  background-color: white !important;
}
.member_sub_ul li a:hover {
  background-color: #FFF9F7 !important;
}

.member_sub_ul li a {
  color: #002E5D !important;
}

.member_ul li a {
  color: #000;
  font-weight: 600;
}

.member_ul li:hover {
  /* background-color: #dcdcdc; */
  background-color: #002E5D;
  cursor: pointer;
}
.member_ul li:hover > a {
  color: white;
}

.header-li h4 {
  color: black;
}

@media (max-width: 991px) {
  .dropdown-menu {
    position: static;
  }
  .dropdown-menu .dropdown-toggle {
    text-align: left;
    color: white;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .dropdown-menu .dropdown-toggle {
    text-align: left;
    color: white;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .member_ul li {
    text-align: left;
    color: white;
    padding: 5px !important;
    width: 100%;
  }
  .member_ul li a {
    color: white;
  }
  .member_ul {
    background-color: #002E5D;
  }
  .menu_desktop {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
@media (min-width: 992px) {
  .mynavbar {
    display: none !important;
  }
}
@media (min-width: 581px) and (max-width: 991px) {
  .menu_mobile {
    display: block !important;
  }
  .member_ul {
    text-align: center;
    margin-bottom: 0px;
    width: 100%;
    padding: 0% 0%;
  }
  .member_menu {
    width: 100%;
    padding: 0%;
  }
}
@media (min-width: 581px) and (max-width: 991px) {
  .mbr_desk_view {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: block !important;
  }
}
/*#nav_main{
    width:100%;
    background-color:$secondary-color !important;
}
*/
@media (max-width: 992px) {
  .menu_mobile {
    width: 100% !important;
  }
  .menu_desktop {
    width: 100%;
  }
  .navbar-header {
    width: 100% !important;
  }
  .header-li h4 {
    margin: 0px;
  }
}
/*
@media (max-width: 768px) {
    .navbar-collapse.collapse {
        display: unset !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}


@media (min-width: 992px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}*/
.sub_menu1 {
  background-color: white !important;
}

.dropdown-menu > li > a {
  color: #002E5D !important;
  font-weight: 600 !important;
}

@media (max-width: 767px) {
  .dropdown-menu > li > a {
    display: block;
    padding: 5px 0px !important;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    font-size: 15px !important;
    white-space: nowrap;
  }
}
.contact_sec {
  background-color: white;
}
.contact_sec h4 {
  color: black;
}
.contact_sec h3 {
  color: black;
}
.contact_sec p {
  color: black;
}

.footer_div {
  background-color: white;
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 0px;
}

p a {
  text-decoration: none;
}

.footer_top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-left: 120px;
  padding-right: 120px;
  color: gray;
}

.footer_top h4 {
  color: #002e5d;
}

.box-four {
  margin-top: 10px;
}

.text_box {
  border: none;
  background-color: whitesmoke;
  padding: 5px;
  padding-left: 10px;
}

.inner_fourbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.box-two, .box-three {
  line-height: 27px;
}

.btn_send {
  padding: 5px 45px 5px 45px;
  background-color: #002e5d;
  color: white;
  border: none;
}

.footer_top li {
  list-style: none;
}

.footer_bottom {
  background-color: #FEEBD4;
  text-align: center;
  align-items: center;
}

.footer_bottom p {
  margin: 0px;
  padding: 20px;
}

.all_icon {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer_div .icon {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

@media only screen and (max-width: 768px) {
  .footer_top {
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.inner-header {
  height: 25vh;
  width: 100%;
  margin: 0;
  padding: 0;
}

.waves {
  position: relative;
  width: 100%;
  margin-bottom: -7px; /*Fix for safari gap*/
  min-height: 100px;
  max-height: 300px;
}

/* Animation */
.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
}
.footer_bottom {
  background-color: #002e5d;
  text-align: center;
  align-items: center;
  color: white;
}

body {
  padding: 0px !important;
  background-color: #FFF9F7 !important;
}

@media (max-width: 991px) {
  .social_icon, .icon-bar {
    display: none;
  }
}
.heading {
  text-align: center;
  font-size: 35px;
  padding-bottom: 20px;
  margin-top: 0px;
  margin-bottom: 25px;
  color: #002E5D;
  position: relative;
}
.heading:before {
  content: "";
  position: absolute;
  width: 150px;
  bottom: -2px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffc4a6;
}
.heading:after {
  content: "";
  position: absolute;
  width: 150px;
  bottom: -10px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffc4a6;
}

.spacing {
  padding-top: 50px;
  padding-bottom: 50px;
}

#counter_2 {
  flex-wrap: wrap !important;
  display: flex;
  gap: 26px !important;
}

.member_main_div {
  background-color: unset !important;
  top: 30% !important;
}
.member_main_div h3, .member_main_div h2 {
  /*text-shadow: 5px 5px 15px #0000008C;*/
  font-size: 38px;
  font-weight: bold;
}

.counterMain {
  background-color: #FEEBD4;
  padding-block: 50px;
  padding-inline: 15px;
}
.counterMain .counter {
  width: -moz-fit-content;
  width: fit-content;
  color: #002E5D !important;
  font-weight: bold;
}
.counterMain > div {
  background-color: white;
  padding: 20px;
  /*box-shadow: 3px 3px 15px #0000001F;*/
}
.counterMain > div p {
  color: black;
  font-weight: bold;
  font-size: 18px;
}
.counterMain > div h4 {
  display: flex;
  align-items: center;
  color: #002E5D !important;
  gap: 3px;
  justify-content: center;
  font-weight: bold;
}

.member_count p {
  font-size: clamp(1.8rem, 4vw, 6rem);
  font-weight: bolder;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

.join_now {
  padding-block: 80px;
  background-color: #002E5D;
  /*  background: linear-gradient(rgba(0, 46, 93, 0.6), rgba(0, 46, 93, 0.6)), url("../../images/newWebsiteImages/Pattern.png");*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.join_now a {
  background-color: #FEEBD4;
  padding: 8px 15px;
  font-size: 16px;
  width: 100%;
  max-width: 150px;
  text-align: center;
  color: #002E5D !important;
  font-weight: 700 !important;
}

.Membership {
  background: rgb(255, 249, 247);
  background: linear-gradient(90deg, rgb(255, 249, 247) 0%, rgb(255, 249, 247) 81%, rgb(118, 201, 204) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff9f7",endColorstr="#76c9cc",GradientType=1);
  padding-block: 50px;
}
.Membership .heading {
  text-align: center;
  padding-top: 0px;
}
.Membership p {
  color: #333;
  text-align: center;
  font-weight: bold;
}
.Membership h5 {
  color: #002E5D;
  font-size: 25px;
  padding-bottom: 20px;
  max-width: 350px;
  line-height: 25px;
}
.Membership .right_cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding-top: 30px;
}
.Membership .right_cards h4 {
  font-size: 18px;
  color: #002E5D;
}
.Membership .right_cards .card {
  margin-bottom: 30px;
  display: flex;
  background-color: white;
  padding: 15px;
  text-align: center;
  width: 100%;
  justify-content: center;
  border-bottom: 8px solid #FEEBD4;
}
.Membership .right_cards .card > div:nth-child(1) {
  max-width: 100%;
}

@media (max-width: 768px) {
  .right_cards .cards {
    flex-direction: column-reverse;
  }
}
.HOSPITALITY_EXCELLENCE {
  padding-block: 50px;
  background-color: white;
}
.HOSPITALITY_EXCELLENCE p {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.HOSPITALITY_EXCELLENCE .roundShape_cont {
  display: flex;
  justify-content: center;
  row-gap: 40px;
  -moz-column-gap: 100px;
       column-gap: 100px;
  flex-wrap: wrap;
  padding-top: 50px;
}
.HOSPITALITY_EXCELLENCE .roundShape_cont > div > div {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background-color: #002E5D;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.HOSPITALITY_EXCELLENCE .roundShape_cont > div h6 {
  font-size: 22px;
  text-align: center;
  color: white;
}

.membership_dicount {
  padding-block: 50px;
  background-image: url("../../images/newWebsiteImages/light-pattern.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.membership_dicount p {
  text-align: center;
  font-weight: bold;
}
.membership_dicount .card_main {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap-reverse;
}
.membership_dicount .card_main > div {
  background-color: #FEEBD4;
  padding: 10px;
  width: 320px;
  height: 180px;
  display: grid;
  place-content: center;
}
.membership_dicount .card_main > div h6 {
  font-size: 20px;
  color: #002E5D;
  text-align: center;
}

.avail_membership {
  padding-block: 50px;
  background-color: #FEEBD4;
}
.avail_membership .btn-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
}
.avail_membership a {
  background-color: #002E5D;
  padding: 8px 15px;
  font-size: 16px;
  width: 100%;
  max-width: 150px;
  text-align: center;
  color: white;
}

/*magzine*/
.map {
  padding-block: 50px;
}

.magzine {
  background-color: #FFF9F7;
  padding-block: 50px;
}
.magzine .owl-carousel {
  padding-top: 30px;
}

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

.card-hover .card-img-top {
  transition: transform 0.2s;
}

.card-hover:hover .card-img-top {
  transform: scale(1.1);
}

.card-hover .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  text-align: center;
  opacity: 0;
  transition: 0.3s;
  padding: 0px !important;
  box-shadow: 3px 4px 0px 4px black;
}

.down_load {
  display: flex;
  justify-content: flex-end;
}

.card-hover:hover .card-content {
  opacity: 1;
  transition: 0.3s;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}

.btn_see {
  background-color: #FEEBD4;
  border: none;
  padding: 10px;
  color: navy;
  margin-top: 20px;
}

.download_btn {
  background-color: #FEEBD4;
  padding: 5px 10px 5px 10px;
}

@font-face {
  font-family: "FSElliotPro-Bold";
  src: url("../../fonts/newfonts/FSElliotPro-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "FSElliotPro";
  src: url("../../fonts/newfonts/FSElliotPro.ttf") format("truetype");
}
@font-face {
  font-family: "FSElliotPro-Heavy";
  src: url("../../fonts/newfonts/FSElliotPro-Heavy.ttf") format("truetype");
}
* {
  font-family: "FSElliotPro" !important;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6, .counter {
  font-family: "FSElliotPro-Bold ";
  font-weight: bold;
}

.heading {
  font-family: "FSElliotPro-Bold";
}

.fa {
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.news_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}
.news_grid > div {
  background-color: white;
  border-bottom: 8px solid #FEEBD4;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.4s;
}
.news_grid > div:hover {
  transform: scale(1.05);
}
.news_grid .divNews {
  display: flex;
  justify-content: space-between;
}
.news_grid h4 {
  font-weight: bold;
  text-align: left;
  line-height: 30px;
  text-transform: uppercase;
  display: flex;
  gap: 15px;
  align-items: baseline;
}
.news_grid h4 i {
  font-size: clamp(1.5rem, 2vw, 2rem) !important;
}
.news_grid h4 a {
  color: #002E5D;
}
.news_grid h4 a span {
  font-size: clamp(1.5rem, 2vw, 1.8rem) !important;
  word-break: break-word;
}

.news_mid_sec {
  background-color: transparent;
  overflow: visible;
}

.hrani_desc {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.bg-white {
  background-color: white;
  padding: 15px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.bg-white .member_img2 {
  width: 100%;
  float: none;
  margin: auto;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  text-align: center;
  padding: 15px;
}
.bg-white .member_img2 h6 {
  margin-top: 30px;
}

.magzine-filter {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.magzine-filter button {
  background: #002E5D;
  color: white;
  padding: 7px;
  border: none;
}

.e_year {
  margin: 0px;
}

.publication_mid_sec2 {
  background-color: transparent;
}

.blue_btn {
  background-color: #002E5D;
  color: white;
  padding: 5px 15px 5px 15px;
}

.blue_btn:hover {
  color: #002E5D;
  background-color: white;
  border: 2px solid #002E5D;
}

.pink_btn {
  background-color: #FEEBD4;
  padding: 8px 15px;
  font-size: 16px;
  width: 100%;
  max-width: 150px;
  text-align: center;
}

.fhrai_pubbuy_btn, .fhrai_pub_buy2btn {
  background-color: #002E5D;
}
.fhrai_pubbuy_btn:hover, .fhrai_pub_buy2btn:hover {
  color: #002E5D;
}

.inner_count_div {
  background-color: #002E5D !important;
}

.cart_label {
  background-color: #FEEBD4;
}
.cart_label span {
  color: #002E5D !important;
}

.blue_btn {
  background-color: #002E5D;
  color: white;
  padding: 5px 15px 5px 15px;
}

.blue_btn:hover {
  color: #002E5D;
  background-color: white;
  border: 2px solid #002E5D;
}

.pink_btn {
  background-color: #FEEBD4;
  padding: 8px 15px;
  font-size: 16px;
  width: 100%;
  max-width: 150px;
  text-align: center;
}

.fhrai_pubbuy_btn, .fhrai_pub_buy2btn {
  background-color: #002E5D;
}
.fhrai_pubbuy_btn:hover, .fhrai_pub_buy2btn:hover {
  color: #002E5D;
}

.inner_count_div {
  background-color: #002E5D !important;
}

.cart_label {
  background-color: #FEEBD4;
}
.cart_label span {
  color: #002E5D !important;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body, html {
  overflow-x: hidden;
  width: 100%;
}

.asso_img {
  border-radius: 20px;
  /*border:2px solid black;*/
  box-shadow: 0 4px 8px 0 rgba(255, 182, 193, 0.2), 0 6px 20px 0 rgba(255, 182, 193, 0.19);
}

.asso_img h2 {
  padding: 10px;
}

.asso_img img {
  border-radius: 20px;
  padding: 5px;
  /*border:2px solid black;*/
  box-shadow: 0 4px 8px 0 rgba(255, 182, 193, 0.2), 0 6px 20px 0 rgba(255, 182, 193, 0.19);
}

.row_main {
  margin: 50px auto;
}

.row_main .last {
  color: #002E5D;
}

.buttons {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.square-list {
  list-style-type: square;
  color: #002E5D;
}

.square-list li {
  margin-top: 10px;
}

.asso_img h2 {
  text-align: center;
}

.second_row {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .square-list {
    padding-left: 15px;
    margin-top: 20px;
  }
}
.benefit_heading h3 {
  margin-top: 10px !important;
  padding: 5px 15px 5px 15px;
  background-color: #002E5D;
  border-radius: 20px;
  color: white;
  display: inline-block;
}

.benefit_img {
  height: 250px;
  overflow: hidden;
}

.benefit_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}

/*banner */
.member_img2 {
  margin: 8% auto;
}

.arrow_box {
  position: relative;
  border: 4px solid #a7a7a7;
  position: relative;
  top: -148px;
  right: -248px;
  width: 254px;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  visibility: hidden;
}

.arrow_box:after, .arrow_box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #fff;
  border-width: 30px;
  margin-top: -30px;
}

.arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #a7a7a7;
  border-width: 36px;
  margin-top: -36px;
}

#ajit {
  height: 220px;
}

.arrow_box2 {
  text-align: center;
  border: 4px solid #a7a7a7;
  position: relative;
  top: 0;
  margin: 0 auto;
  width: 254px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s;
}

.arrow_box2:after, .arrow_box2:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box2:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 30px;
  margin-left: -30px;
}

.arrow_box2:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #a7a7a7;
  border-width: 36px;
  margin-left: -36px;
}

.arrow_box {
  display: block;
}

.arrow_box2 {
  display: none;
}

@media (max-width: 900px) {
  .arrow_box {
    display: none;
  }
  .arrow_box2 {
    display: block;
  }
  #ajit {
    height: auto;
  }
  .secretary_member_main {
    margin: 0 auto !important;
  }
}
.member_heading {
  background-color: blue;
}

/*.banner-past-speaker {
          width: 100%;
          min-height: 50vh;
          background-repeat: no-repeat;
                      background-image:url("../../images/newWebsiteImages/bannerimages/executive_commitee.jpg");
          background-position: center;
      }*/
.banner-header {
  text-align: center;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 60px;
  height: 50vh;
}

.banner-header img {
  width: 100%;
  height: 45vh;
}

.banner-header h1 {
  color: white;
  font-weight: 900;
  font-size: 3em;
  /*drop-shadow:5px 5px 15px black !important;*/
  text-shadow: 5px 5px 15px black;
  opacity: 1 !important;
}

.card-body {
  background-color: #002e5d;
  padding: 10px;
}

.card-body .highlight {
  color: #002E5D;
  font-weight: bold;
}

.card {
  margin-bottom: 50px;
}

.second_div {
  background-color: #f5f7fc;
}

.card-title {
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
}

.card-body p {
  margin: 0px;
}

.card-subtitle {
  color: #ffcc00;
  font-size: 1em;
}

.card-text a {
  color: #007bff;
  text-decoration: none;
}

.card-image {
  background: linear-gradient(180deg, #fff 50%, #002e5d 50%);
}

.card {
  border: unset;
  background-color: #f5f7fc;
}

.card-image img {
  border-radius: 20px;
  background-color: gray;
}

.card-body p {
  width: 100%;
}

.card-body h5, .card-body h6 {
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.main_box {
  max-width: 350px;
  margin: 0px auto;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}

@media only screen and (max-width: 425px) {
  .regional_head {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.news_heading_main {
  width: 100%;
}

.executive_mid_sec {
  background-color: #fff;
}

.committee {
  padding-top: 50px;
}

/*@import 'Media.scss';*/
.blue_btn {
  background-color: #002E5D;
  color: white;
  padding: 5px 15px 5px 15px;
}

.blue_btn:hover {
  color: #002E5D;
  background-color: white;
  border: 2px solid #002E5D;
}

.pink_btn {
  background-color: #FEEBD4;
  padding: 8px 15px;
  font-size: 16px;
  width: 100%;
  max-width: 150px;
  text-align: center;
}

.fhrai_pubbuy_btn, .fhrai_pub_buy2btn {
  background-color: #002E5D;
}
.fhrai_pubbuy_btn:hover, .fhrai_pub_buy2btn:hover {
  color: #002E5D;
}

.inner_count_div {
  background-color: #002E5D !important;
}

.cart_label {
  background-color: #FEEBD4;
}
.cart_label span {
  color: #002E5D !important;
}

.heading {
  text-align: center;
  font-size: 35px;
  padding-bottom: 20px;
  margin-top: 0px;
  margin-bottom: 25px;
  color: #002E5D;
  position: relative;
}
.heading:before {
  content: "";
  position: absolute;
  width: 150px;
  bottom: -2px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffc4a6;
}
.heading:after {
  content: "";
  position: absolute;
  width: 150px;
  bottom: -10px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffc4a6;
}

.register_new {
  text-align: center;
  font-weight: 700;
  font-size: 23px;
  color: #002E5D;
  margin-top: 13px;
}

.register_new a {
  font-weight: 700;
  font-size: 23px;
  color: #002E5D;
}

.logmod__tabs li {
  text-align: center;
}

.logmod__tabs li a {
  text-decoration: none;
  color: #809191;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
}

.logmod__heading-subtitle {
  text-align: center;
  color: #002E5D;
}

.input {
  /*border: 1px solid;*/
  margin: auto;
}

/*banner */
.banner-past-speaker {
  width: 100%;
  min-height: 50vh;
  background-repeat: no-repeat;
  background-image: url("../../images/newWebsiteImages/banner_background.png");
  background-position: center;
}

.banner-header {
  text-align: center;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 60px;
  height: 50vh;
}

.banner-header img {
  width: 100%;
  height: 45vh;
}

.banner-header h1 {
  color: white;
  font-weight: 900;
  font-size: 3em;
  /*drop-shadow:5px 5px 15px black !important;*/
  text-shadow: 5px 5px 15px black;
  opacity: 1 !important;
}

.simform__actions .sumbit {
  background-color: #002E5D !important;
}

/*register page css*/
.sminputs .input input[type=text], .input input[type=password], select {
  /*border: none;*/
  /*margin: 10px;*/
  padding: 8px 7px !important;
  width: 244px !important;
}

.representative .input {
  border: unset !important;
}

.signup_5 {
  margin: auto;
}

.signup_7 .sign_full table {
  width: 100% !important;
}
.signup_7 .sign_full table td {
  /*padding-right:20px;*/
}

.photo {
  display: flex;
  justify-content: center;
}

.main-input {
  display: flex;
  gap: 20px;
}

.main-button {
  display: flex;
  flex-direction: column;
}

.button {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  .main-input {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0px;
  }
  .sminputs .input input[type=text], .input input[type=password], select {
    width: 100% !important;
  }
}
.regional_mid_sec {
  background-color: transparent;
}

.blue_btn {
  background-color: #002E5D;
  color: white;
  padding: 5px 15px 5px 15px;
}

.blue_btn:hover {
  color: #002E5D;
  background-color: white;
  border: 2px solid #002E5D;
}

.pink_btn {
  background-color: #FEEBD4;
  padding: 8px 15px;
  font-size: 16px;
  width: 100%;
  max-width: 150px;
  text-align: center;
}

.fhrai_pubbuy_btn, .fhrai_pub_buy2btn {
  background-color: #002E5D;
}
.fhrai_pubbuy_btn:hover, .fhrai_pub_buy2btn:hover {
  color: #002E5D;
}

.inner_count_div {
  background-color: #002E5D !important;
}

.cart_label {
  background-color: #FEEBD4;
}
.cart_label span {
  color: #002E5D !important;
}

.heading {
  text-align: center;
  font-size: 35px;
  padding-bottom: 20px;
  margin-top: 0px;
  margin-bottom: 25px;
  color: #002E5D !important;
  position: relative;
}
.heading:before {
  content: "";
  position: absolute;
  width: 150px;
  bottom: -2px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffc4a6;
}
.heading:after {
  content: "";
  position: absolute;
  width: 150px;
  bottom: -10px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffc4a6;
}

/*banner */
.banner-past-speaker {
  width: 100%;
  min-height: 50vh;
  background-repeat: no-repeat;
  background-image: url("../../images/newWebsiteImages/banner_background.png");
  background-position: center;
}

.banner-header {
  text-align: center;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 60px;
  height: 50vh;
}

.banner-header img {
  width: 100%;
  height: 45vh;
}

.banner-header h1 {
  color: white;
  font-weight: 900;
  font-size: 3em;
  /*/drop-shadow:5px 5px 15px black !important;/*/
  text-shadow: 5px 5px 15px black;
  opacity: 1 !important;
}

.general_search_heading h3 {
  font-size: 18px;
  color: #777;
  font-weight: 100;
}

.membership_btns input[type=submit] {
  background-color: #002E5D;
}

.search_member_tb th {
  background-color: #002E5D;
}

.general_search_mid {
  background-color: transparent;
}

.general_search_top {
  margin-top: 0px !important;
}

table {
  background-color: white;
}

select, input[type=text], select, textarea, input[type=number] {
  outline: none;
  border: 1px solid #002E5D;
  background-color: #FFF9F7;
  padding: 7px;
  outline: none;
}

.submitbtn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 20px;
}

.blue_btn {
  background-color: #002E5D;
  color: white;
  padding: 5px 15px 5px 15px;
}

.blue_btn:hover {
  color: #002E5D;
  background-color: white;
  border: 2px solid #002E5D;
}

.pink_btn {
  background-color: #FEEBD4;
  padding: 8px 15px;
  font-size: 16px;
  width: 100%;
  max-width: 150px;
  text-align: center;
}

.fhrai_pubbuy_btn, .fhrai_pub_buy2btn {
  background-color: #002E5D;
}
.fhrai_pubbuy_btn:hover, .fhrai_pub_buy2btn:hover {
  color: #002E5D;
}

.inner_count_div {
  background-color: #002E5D !important;
}

.cart_label {
  background-color: #FEEBD4;
}
.cart_label span {
  color: #002E5D !important;
}

.heading {
  text-align: center;
  font-size: 35px;
  padding-bottom: 20px;
  margin-top: 0px;
  margin-bottom: 25px;
  color: #002E5D !important;
  position: relative;
}
.heading:before {
  content: "";
  position: absolute;
  width: 150px;
  bottom: -2px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffc4a6;
}
.heading:after {
  content: "";
  position: absolute;
  width: 150px;
  bottom: -10px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffc4a6;
}

/*banner */
.banner {
  background-image: url("../../images/newWebsiteImages/bannerimages/event&Seminar1_fhrai.jpg");
}

.banner-header {
  text-align: center;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 60px;
  height: 50vh;
}

.banner-header img {
  width: 100%;
  height: 45vh;
}

.banner-header h1 {
  color: white;
  font-weight: 900;
  font-size: 3em;
  /*/drop-shadow:5px 5px 15px black !important;/*/
  text-shadow: 5px 5px 15px black;
  opacity: 1 !important;
}

.home_banner_div {
  border: 5px solid #002E5D !important;
}

.vacancy_form_mid {
  background-color: transparent;
}

.sub_vacancy_head {
  background-color: #002E5D;
  color: white;
  padding: 5px;
  text-align: center;
  margin-block: 30px !important;
  text-transform: uppercase;
}

.form_main {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.vacancy_form_div {
  width: 100%;
}

.annual_mid_sec {
  background-color: transparent !important;
}
.annual_mid_sec #tblrecordlist {
  margin-top: 20px;
}
.annual_mid_sec #tblrecordlist select {
  max-width: 90px;
}
.annual_mid_sec #tblrecordlist thead {
  background-color: #002E5D;
  color: white;
}
.annual_mid_sec .contentpart {
  width: 100%;
}

.add_detail_div {
  margin-top: 0px !important;
}

.add_detail_main_div {
  background-color: transparent;
}

.form_main {
  background-color: white;
  padding: 15px;
}
.form_main .member_select {
  width: 100% !important;
}
.form_main .make_payment {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.form_main .form-group {
  margin-inline: 0px;
}
.form_main .add_detail_heading {
  width: 100%;
  text-align: center;
  margin: 0px;
  background-color: #002E5D;
  padding: 3px;
}
.form_main .add_detail_heading h3 {
  color: white;
}

.add_detail_field, select {
  width: 100%;
}
.add_detail_field .inputbox, select .inputbox {
  width: 100% !important;
}

.shipping_add_heading {
  margin: 0px;
  width: 100%;
  padding: 0px;
}
.shipping_add_heading h5 {
  color: white;
  padding: 5px;
  padding-block: 10px;
  font-size: 20px;
  background-color: #002E5D;
  text-align: center;
  margin-bottom: 15px;
}

.cart_total_amount {
  background-color: #FEEBD4;
}

.cart_count2 .cart_label {
  color: black !important;
}

.blue_btn {
  background-color: #002E5D;
  color: white;
  padding: 5px 15px 5px 15px;
}

.blue_btn:hover {
  color: #002E5D;
  background-color: white;
  border: 2px solid #002E5D;
}

.pink_btn {
  background-color: #FEEBD4;
  padding: 8px 15px;
  font-size: 16px;
  width: 100%;
  max-width: 150px;
  text-align: center;
}

.fhrai_pubbuy_btn, .fhrai_pub_buy2btn {
  background-color: #002E5D;
}
.fhrai_pubbuy_btn:hover, .fhrai_pub_buy2btn:hover {
  color: #002E5D;
}

.inner_count_div {
  background-color: #002E5D !important;
}

.cart_label {
  background-color: #FEEBD4;
}
.cart_label span {
  color: #002E5D !important;
}

.heading {
  text-align: center;
  font-size: 35px;
  padding-bottom: 20px;
  margin-top: 0px;
  margin-bottom: 25px;
  color: #002E5D !important;
  position: relative;
}
.heading:before {
  content: "";
  position: absolute;
  width: 150px;
  bottom: -2px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffc4a6;
}
.heading:after {
  content: "";
  position: absolute;
  width: 150px;
  bottom: -10px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffc4a6;
}

/*banner */
.banner-past-speaker {
  width: 100%;
  min-height: 50vh;
  background-repeat: no-repeat;
  background-image: url("../../images/newWebsiteImages/banner_background.png");
  background-position: center;
}

.banner-header {
  text-align: center;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 60px;
  height: 50vh;
}

.banner-header img {
  width: 100%;
  height: 45vh;
}

.banner-header h1 {
  color: white;
  font-weight: 900;
  font-size: 3em;
  /*/drop-shadow:5px 5px 15px black !important;/*/
  text-shadow: 5px 5px 15px black;
  opacity: 1 !important;
}

ol.gradient-list {
  counter-reset: gradient-counter;
  list-style: none;
  margin: 1.75rem 0;
  padding-left: 1rem;
}

ol.gradient-list > li {
  background: white;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  counter-increment: gradient-counter;
  margin-top: 1rem;
  min-height: 3rem;
  padding: 1rem 1rem 1rem 3rem;
  position: relative;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  color: #5a5a5a;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: 600;
}

ol.gradient-list > li:hover {
  transform: scale(1.01);
}

ol.gradient-list > li::before, ol.gradient-list > li::after {
  /*background-image: linear-gradient(90deg, rgb(133 5 24) 0%, rgb(133 5 24) 35%, rgb(233 40 142) 100%);*/
  color: white;
  background-color: #002E5D;
  border-radius: 1rem 1rem 0 1rem;
  content: "";
  height: 3rem;
  left: -1rem;
  overflow: hidden;
  position: absolute;
  top: -1rem;
  width: 3rem;
}

ol.gradient-list > li::before {
  align-items: flex-end;
  content: counter(gradient-counter);
  color: #fce3a8;
  display: flex;
  font: 600 2rem "Montserrat";
  justify-content: flex-end;
  padding: 0.125em 0.25em;
  z-index: 1;
}

ol.gradient-list > li:nth-child(odd):before {
  /*background-image: linear-gradient(90deg, rgb(133 5 24) 0%, rgb(133 5 24) 35%, rgb(233 40 142) 100%);*/
  color: white;
  background-color: #002E5D;
}

ol.gradient-list > li:nth-child(even):before {
  /*background-image: linear-gradient(90deg, rgb(133 5 24) 0%, rgb(133 5 24) 35%, rgb(233 40 142) 100%);*/
  color: white;
  background-color: #002E5D;
}

ol.gradient-list > li + li {
  margin-top: 3rem;
}

.links_mid_sec li a {
  color: black;
}

.links_mid_sec {
  background-color: transparent;
}

/*banner */
.banner-past-speaker {
  width: 100%;
  min-height: 50vh;
  background-repeat: no-repeat;
  background-image: url("https://img.freepik.com/free-photo/hand-holding-discount-voucher-percentage-online-shopping-symbol-icon-cartoon-3d-rendering_56104-1340.jpg?t=st=1724255999~exp=1724259599~hmac=9d7419836bfbef3d78c1f4a57ca8ddc9b208618577d48d605d749642b32d3e03&w=900");
  background-position: center;
}

.banner-header {
  text-align: center;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 60px;
  height: 50vh;
}

.banner-header img {
  width: 100%;
  height: 45vh;
}

.banner-header h1 {
  color: white;
  font-weight: 900;
  font-size: 3em;
  /*drop-shadow:5px 5px 15px black !important;*/
  text-shadow: 5px 5px 15px black;
  opacity: 1 !important;
}

.download_cards {
  padding-block: 50px;
  background-image: url("../../images/newWebsiteImages/light-pattern.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.download_cards .download_main {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.download_cards .download_main > div {
  background-color: #FEEBD4;
  padding: 10px;
  width: 320px;
  height: 180px;
  display: grid;
  place-content: center;
}
.download_cards .download_main > div h6 {
  font-size: 20px;
  color: #002E5D;
  text-align: center;
}

.cross-img img {
  height: 100px;
  width: 100px;
}

.cross-img h2 {
  font-size: 7rem;
  margin: 0;
  color: transparent; /* Make the fill color transparent */
  -webkit-text-stroke: 0.5px #002E5D; /* Outline color and width */
  font-weight: bold;
}

.cross-img h1 {
  color: #002E5D;
  font-weight: bold;
}

.rules {
  border: 1px solid #002E5D;
  margin-bottom: 20px;
  width: 90%;
  background-color: white;
}

.content_card p {
  margin-top: 20px;
}

.sec_rules {
  margin-left: 8%;
}

.discount_maincards {
  background-color: #FEEBD4;
  padding-top: 20px;
}

h6 a {
  text-decoration: none;
  font-size: 20px;
  color: #002E5D;
}

.blue_btn {
  background-color: #002E5D;
  color: white;
  padding: 5px 15px 5px 15px;
}

.blue_btn:hover {
  color: #002E5D;
  background-color: white;
  border: 2px solid #002E5D;
}

.pink_btn {
  background-color: #FEEBD4;
  padding: 8px 15px;
  font-size: 16px;
  width: 100%;
  max-width: 150px;
  text-align: center;
}

.fhrai_pubbuy_btn, .fhrai_pub_buy2btn {
  background-color: #002E5D;
}
.fhrai_pubbuy_btn:hover, .fhrai_pub_buy2btn:hover {
  color: #002E5D;
}

.inner_count_div {
  background-color: #002E5D !important;
}

.cart_label {
  background-color: #FEEBD4;
}
.cart_label span {
  color: #002E5D !important;
}

.text {
  text-align: center;
  color: #002E5D;
  font-weight: bolder;
  display: flex;
  align-items: center;
  background-image: url("../../images/newWebsiteImages/dot-dot.png");
  background-repeat: no-repeat;
}

.square-list {
  list-style-type: square;
  color: #002E5D;
}

li {
  margin-bottom: 10px;
}

.first_row {
  margin-top: 30px;
}

.criteria_btn {
  margin-top: 20px;
  margin-bottom: 10px;
}

.main_section {
  padding-block: 50px;
  background-color: #FEEBD4;
}

.white_section {
  background-color: white;
}

.join_now {
  margin-bottom: 40px;
}

.banner {
  background-image: url("https://img.freepik.com/free-photo/high-angle-uncompleted-voting-questionnaire-close-up_23-2148265550.jpg?t=st=1724255590~exp=1724259190~hmac=6a81bad6b03ec57a3ce48e791016493a3335cab00cf9ce66f171297cc22655dc&w=900");
}

@media only screen and (max-width: 768px) {
  .main_section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sec_two {
    padding-top: 20px;
  }
}
.member_img2 {
  margin: 8% auto;
}

.arrow_box {
  position: relative;
  border: 4px solid #a7a7a7;
  position: relative;
  top: -148px;
  right: -248px;
  width: 254px;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  visibility: hidden;
}

.arrow_box:after, .arrow_box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #fff;
  border-width: 30px;
  margin-top: -30px;
}

.arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #a7a7a7;
  border-width: 36px;
  margin-top: -36px;
}

#ajit {
  height: 220px;
}

.arrow_box2 {
  text-align: center;
  border: 4px solid #a7a7a7;
  position: relative;
  top: 0;
  margin: 0 auto;
  width: 254px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s;
}

.arrow_box2:after, .arrow_box2:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box2:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 30px;
  margin-left: -30px;
}

.arrow_box2:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #a7a7a7;
  border-width: 36px;
  margin-left: -36px;
}

.arrow_box {
  display: block;
}

.arrow_box2 {
  display: none;
}

@media (max-width: 900px) {
  .arrow_box {
    display: none;
  }
  .arrow_box2 {
    display: block;
  }
  #ajit {
    height: auto;
  }
  .secretary_member_main {
    margin: 0 auto !important;
  }
}
.member_heading {
  background-color: blue;
}

/*.banner-past-speaker {
          width: 100%;
          min-height: 50vh;
          background-repeat: no-repeat;
                      background-image:url("../../images/newWebsiteImages/bannerimages/executive_commitee.jpg");
          background-position: center;
      }*/
.banner-header {
  text-align: center;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 60px;
  height: 50vh;
}

.banner-header img {
  width: 100%;
  height: 45vh;
}

.banner-header h1 {
  color: white;
  font-weight: 900;
  font-size: 3em;
  /*drop-shadow:5px 5px 15px black !important;*/
  text-shadow: 5px 5px 15px black;
  opacity: 1 !important;
}

.card-body {
  background-color: #002e5d;
  padding: 10px;
}

.card-body .highlight {
  color: #002E5D;
  font-weight: bold;
}

.card {
  margin-bottom: 50px;
}

.second_div {
  background-color: #f5f7fc;
}

.card-title {
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
}

.card-body p {
  margin: 0px;
}

.card-subtitle {
  color: #ffcc00;
  font-size: 1em;
}

.card-text a {
  color: #007bff;
  text-decoration: none;
}

.card-image {
  background: linear-gradient(180deg, #fff 50%, #002e5d 50%);
}

.card {
  border: unset;
  background-color: #f5f7fc;
}

.card-image img {
  border-radius: 20px;
  background-color: gray;
}

.card-body p {
  width: 100%;
}

.card-body h5, .card-body h6 {
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.main_box {
  max-width: 350px;
  margin: 0px auto;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}

@media only screen and (max-width: 425px) {
  .regional_head {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.news_heading_main {
  width: 100%;
}

.executive_mid_sec {
  background-color: #fff;
}

.committee {
  padding-top: 50px;
}

.banner, .banner-past-speaker {
  background-image: unset !important;
  background-color: #002e5d;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh !important;
  min-height: 40vh !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-header {
  max-width: 1170px;
  margin: auto !important;
  height: 100% !important;
  align-items: center !important;
  text-transform: uppercase !important;
}

.membership_mid_sec {
  background-color: transparent;
}

li {
  margin-bottom: 0px;
}

.common_breadcrumb {
  width: 100%;
  max-width: 1180px;
}

.banner-header h1 {
  font-size: clamp(1.5rem, 5vw + 1rem, 4rem) !important;
}/*# sourceMappingURL=Main.css.map */