header {
  background: #fff;
  position: relative;
  justify-content: space-between;
  align-items: stretch;
}

header > div {
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-logo img {
  height: 68px;
  display: block;
}

ul.header-menu {
  margin: 0;
  padding: 0 0 0 20px;
  display: flex;
  list-style: none;
  align-items: stretch;
  gap: 30px;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}

ul.header-menu li a .down-icon,
ul.header-menu-right li a .down-icon {
  background: url(../images/down-arrow-icon.png) no-repeat 0 0;
  background-size: 100%;
  width: 11px;
  height: 6px;
  display: none;
  transition: all ease 0.3s;
  flex-shrink: 0;
}

ul.header-menu li a,
ul.header-menu-right li a {
  display: flex;
  align-items: center;
  gap: 10px;
}



ul.header-menu li.has-submenu a .down-icon,
ul.header-menu-right li.has-submenu a .down-icon {
  display: inline-block;
}

ul.header-menu-right {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  gap: 35px;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}

ul.header-menu li a,
ul.header-menu-right a {
  color: #000;
  transition: all ease 0.3s;
}

ul.header-menu .events-li{
  display: none;
}

.header-right-wrapper {
  background: #f2f2f3;
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 53px;
  justify-content: space-between;
  /* padding-top: 21px; */
  /* padding-bottom: 21px; */
  gap: 30px;
}

.header-left-wrapper {
  display: flex;
  justify-content: space-between;
}

.header-center-wrapper {
  flex-grow: 1;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  padding-right: 32px;
  transition: all 0.3s;
}

.header-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.header-user-image img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
}

.blue-bg {
  background: #001d45;
}

.header-left-wrapper {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 50px;
  padding-right: 20px;
}

.sidebar-office-details {
  padding: 35px 30px 0 50px;
}

.dashboard-main-right-wrapper {
  flex-grow: 1;
  background: #fff;
}

.db-conference-wrapper {
  max-width: 430px;
  min-width: 325px;
  width: 100%;
}

.db-latestnews-wrapper {
  flex-grow: 1;
  padding: 63px 20px 0px 93px;
}

.db-latestnews-wrapper p {
  font-size: 16px;
  line-height: 20px;
  color: var(--dark-blue);
}

.db-latestnews-and-confernce-main {
  padding-bottom: 39px;
}

.db-latestnews-and-confernce-main {
  /* padding-top: 20px; */
}

.db-latestnews-and-confernce-main .news-wrapper {
  width: 100%;
  background-color: var(--bg-darkblue);
}

.db-latestnews-and-confernce-main .news-wrapper .heading {
  font-size: 13px;
  color: #001d45;
  background: #f8f8f9;
}

.db-latestnews-and-confernce-main .news-wrapper .heading,
.db-latestnews-and-confernce-main .news-wrapper .news-title {
  padding: 5px 30px;
}

.db-latestnews-and-confernce-main .news-wrapper .news-title {
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  color: var(--white);
}

.db-latestnews-and-confernce-main .news-wrapper .news-image img {
  width: 100%;
  /* height: 145px; */
  object-fit: cover;
  display: block;
  object-position: left;
}

.dashboard-main-wrapper {
  background: #f2f2f3;
}

.count-block > div {
  background: #f2f2f3;
  padding: 10px 20px 20px;
}

.count-block > div h4 {
  font-size: 13px;
  color: #001d45;
  font-weight: normal;
  padding-bottom: 10px;
  margin: 0;
}

.db-map-main {
  padding-top: 34px;
}

.db-map-wrapper {
  background: #f2f2f3;
  /* padding: 10px 15px; */
  max-height: 750px;
}

.db-login-graph-wrapper {
  background: #f2f2f3;
  padding: 15px;
}

.db-login-graph {
  padding-top: 10px;
  min-height: 90px;
}

.startegic-partners-main-wrapper {
  background: #fff;
  padding: 60px 55px 20px;
}

.startegic-partners-title {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  font-family: "HelveticaNeue";
  color: #052c66;
}

.startegic-partners-title span {
  font-family: "PP Eiko";
  font-weight: 300;
}

.startegic-partners-list-wrapper {
  align-items: center;
  gap: 20px 15px;
  padding: 60px 20px;
  flex-wrap: wrap;
}

.startegic-partners-list-item {
  max-width: calc(16.66% - 15px);
  flex-basis: calc(16.66% - 15px);
}

footer {
  background: #001d45;
  padding: 35px 0 15px 0px;
  font-family: "Helvetica Neue";
  font-size: 15px;
  color: #fff;
}

.footer-left {
  max-width: 150px;
  width: 100%;
}

.footer-right {
  max-width: 268px;
  width: 100%;
}

.footer-center {
  flex-grow: 1;
}

.footer-top {
  align-items: center;
  padding-left: 50px;
  padding-right: 60px;
  padding-bottom: 40px;
  border-bottom: solid 1px #007afe;
}

.footer-middle {
  padding: 45px 60px 70px 50px;
}

.footer-top .footer-right {
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.footer-social-links-wrapper a {
  /* width: 32px;
  height: 32px; */
  /* background: #0c73c4; */
  position: relative;
}

.footer-social-links-wrapper {
  gap: 15px;
  align-items: center;
}

.footer-social-links-wrapper a.facebook {
  /* position: absolute;
  content: ""; */
  background: url(../images/facebook-icon.png) no-repeat 0 0;
  background-size: 100%;
  width: 8px;
  height: 15px;
}

.footer-social-links-wrapper a.linkedin {
  /* position: absolute;
  content: ""; */
  background: url(../images/linkedin-icon.png) no-repeat 0 0;
  background-size: 100%;
  width: 15px;
  height: 15px;
}

.footer-social-links-wrapper a.instagram {
  /* position: absolute;
  content: ""; */
  background: url(../images/instagram-icon.png) no-repeat 0 0;
  background-size: 100%;
  width: 18px;
  height: 18px;
}

.footer-social-links-wrapper a.whatsapp {
  /* position: absolute;
  content: ""; */
  background: url(../images/whatsapp-icon.png) no-repeat 0 0;
  background-size: 100%;
  width: 16px;
  height: 16px;
}

ul.footer-menu {
  display: flex;
  list-style: none;
  gap: 60px;
  padding: 0 50px 0 0;
  margin: 0;
}

ul.footer-menu .footer-submenu {
  list-style: none;
  padding: 20px 0 0 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

ul.footer-menu a,
.footer-office-details a {
  color: #fff;
  transition: all ease .3s;
}

ul.footer-menu a:hover,
.footer-office-details a:hover {
  color:  #007afe;
}


.footer-office-contact-item:not(:last-child) {
  padding-bottom: 20px;
}

.footer-office-detail-title {
  color: #0b73c4;
}

ul.footer-bottom-menu {
  display: flex;
  list-style: none;
  gap: 25px;
  padding: 0 50px 0 0;
  margin: 0;
}

ul.footer-bottom-menu a {
  color: #fff;
  text-decoration: underline;
}

ul.footer-bottom-menu a:hover {
  color:  #007afe;
}

.footer-bottom {
  padding-left: 50px;
  padding-right: 60px;
}

.copyright {
  font-size: 13px;
}

.option-sub-list {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.sort-arrow {
  background: url(../images/down-arrow-sm.png) no-repeat 0 0;
  background-size: 100%;
  width: 10px;
  height: 10px;
  transition: all ease 0.3s;
}

.head-col {
  align-items: center;
  gap: 6px;
  display: inline-flex;
  cursor: pointer;
}

th:first-child .head-col {
  cursor: context-menu;
}

.head-col.desc .sort-arrow {
  transform: rotate(180deg);
}

.member-logo-wrapper {
  background: #fff;
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.member-logo-wrapper img {
  max-height: 64px;
  max-width: 170px;
}

.payment-td img {
  max-width: 60px;
}

.accreditation-logo-wrapper {
  padding: 15px 0 0;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}

.accreditation-logo-wrapper > div {
  width: 50px;
  height: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-services-wrapper {
  background: #e4e6e8;
  padding: 40px 10px 100px 50px;
}

.services-listing-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
  padding-top: 10px;
}

.services-listing-wrapper span {
  display: inline-block;
  padding: 6px 6px;
  background: rgb(255 255 255 / 75%);
  font-weight: 500;
}

.years-of-membership img {
  width: 95px;
  height: 95px;
}

.years-of-membership {
  font-size: 14px;
  text-align: center;
  position: relative;
}

.years-of-membership span {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  font-weight: 900;
}

.headquarters-img {
  width: 18px;
  height: 18px;
  position: relative;
  top: -3px;
}

ul.header-menu li span.menu-text,
ul.header-menu-right li span.menu-text {
  position: relative;
 
}

ul.header-menu li,ul.header-menu-right li {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
}

ul.header-menu .plus-icon ,ul.header-menu-right .plus-icon{
  font-size: 18px;
  font-weight: normal;
  display: none;
}


ul.header-menu li span.menu-text::after,
ul.header-menu-right li span.menu-text::after {
  width: 0;
  transition: all ease 0.3s;
  position: absolute;
  content: "";
  left: 0;
  top: calc(100% + 4px);
  height: 3px;
  background: #0b73c4;
}

ul.header-menu li.active span.menu-text::after,
ul.header-menu-right li.active span.menu-text::after {
  width: 100%;
  transition: all ease 0.3s;
  position: absolute;
  content: "";
  left: 0;
  top: calc(100% + 4px);
  height: 3px;
  background: #0b73c4;
}

ul.header-menu li a:hover span.menu-text::after,
ul.header-menu-right li a:hover span.menu-text::after {
  width: 100%;
}

.header-menu .submenu li {
  border-bottom: solid 1px #e2e8f0;
  transition: all ease 0.3s;
}

.header-menu .submenu li a {
  color: var(--black);
  padding: 30px;
}

.header-menu .submenu li.active a,.header-menu .submenu li:hover a {
  color: var(--logo-blue);
}

.header-menu .submenu li:hover::after,.header-menu .submenu li.active::after {
  position: absolute;
  content: "";
  left: -1px;
  top: 0px;
  height: 100%;
  width: 4px;
  background: #0d74c4;
}

.header-menu .submenu li:last-child {
  border-bottom: none;
}

.header-menu .submenu {
  background: #fff;
  border: solid 1px #e2e8f0;
  min-width: 220px;
  max-width: 280px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 76px;
  left: 0;
  list-style: none;
  z-index: 3;
  display: none;
  font-size: 13px;
  font-weight: 500;
}
ul.header-menu li:hover .submenu{
    display: block;
}

.header-menu .submenu.show {
  display: block;
}

.header-right-wrapper {
  position: relative;
}

.header-right-wrapper.events-menu-clicked {
  background: #001d45;
}

.events-menu-clicked ul.header-menu-right a,
.events-menu-clicked {
  color: #fff;
}

.events-submenu {
  background: #001d45;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  display: none;
  z-index: 1;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  font-size: 13px;
  font-weight: 500;
}

.events-submenu.show {
  display: block;
}

.events-submenu .event-image img {
  width: 100%;
  max-height: 150px;
}

.events-submenu .event-name a {
  padding: 30px;
  position: relative;
}

.events-submenu li:not(:last-child) {
  border-bottom: solid 1px rgb(226 232 240 / 12%);
}

.events-submenu li:hover .event-name a::after {
  position: absolute;
  content: "";
  background: #0b73c4;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
}

ul.header-menu li a.clicked .down-icon,
ul.header-menu-right li a.clicked .down-icon {
  transform: rotate(180deg);
}

header > div {
  padding-top: 0;
  padding-bottom: 0;
}

header {
  background: #f2f2f3;
  /* position: relative; */
  position: fixed;
  width: 100%;
  z-index: 10000;
}

.header-white {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  background: #fff;
}

.header-left-wrapper,
.header-center-wrapper {
  background: #fff;
}

.icon-nav {
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
  transform: rotate(0deg);
  transition: transform 0.5s ease;
  display: none;
}

.icon-nav span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--bg-darkblue);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.25s ease;
}

.icon-nav span:nth-child(1) {
  top: 0;
}

.icon-nav span:nth-child(2) {
  top: 8px;
}

.icon-nav span:nth-child(3) {
  top: 16px;
}

.icon-nav.open span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}

.icon-nav.open span:nth-child(2) {
  opacity: 0;
}

.icon-nav.open span:nth-child(3) {
  top: 8px;
  transform: rotate(-45deg);
}

.events-menu-item-sm {
  display: none;
}

/*================ New IFLN styles ==================*/
.member-login {
  background-color: var(--logo-blue);
  padding: 9px 15px;
  font-size: 14px;
  line-height: 17px;
  font-weight: var(--medium);
  color: var(--white);
  display: flex;
  gap: 7px;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid var(--logo-blue);
  transition: all ease 0.3s;
}

.member-login:hover a {
  color: var(--logo-blue);
}

.member-login a{
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 7px;
}



.member-login:hover,.member-login a:hover {
  background-color: var(--white);
  color: var(--logo-blue);
  border-color: var(--logo-blue);
}

.member-login:hover img {
  transition: all ease 0.3s;
  filter: brightness(0) saturate(100%) invert(36%) sepia(61%) saturate(1309%)
    hue-rotate(177deg) brightness(91%) contrast(99%);
}

.member-login img {
  width: 18px;
  transition: all ease 0.3s;
}

.news-title-wrap {
  padding: 20px 32px 28px 32px;
}

.news-title-wrap > div {
  padding: 5px 0;
  color: var(--white);
  font-size: 16px;
  font-family: "Helvetica Neue";
  line-height: 19px;
  font-weight: 300;
}

.news-title-wrap .readmore {
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: var(--logo-blue);
  text-decoration-thickness: 3px;
}

.db-latestnews-wrapper h1 {
  font-family: "Helvetica Neue";
  font-size: var(--h1-font);
  line-height: var(--h1-line-height);
  color: var(--dark-blue);
  font-weight: var(--light);
  margin: 0;
  padding-bottom: 13px;
}

.db-latestnews-wrapper h1 em {
  font-family: "PP Eiko";
  font-style: italic;
}

.map-title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 17px;
}

.map-title-note {
  font-size: 36px;
  line-height: 40px;
  color: var(--dark-blue);
  font-weight: 300;
}

.db-banner-main {
  position: relative;
}

.db-banner-content {
  position: absolute;
  inset: 0;
  height: calc(100% - 2px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: calc(50% + 128px);
  padding: 50px 38px 50px 92px;
  gap: 20px;
  flex-wrap: wrap;
  background: linear-gradient(270deg, rgba(2, 20, 60, 0) 0%, #011643 160%);
}

.count-box {
  border-top: 1px solid var(--white);
  min-width: 85px;
  color: var(--white);
}

.count-box div {
  font-size: 30px;
  line-height: 37px;
  color: var(--white);
  font-weight: 700;
  padding: 7px 0;
}

.count-box span {
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
}

.banner-content-left {
  display: flex;
  gap: 25px;
}

.benefits-section {
  padding: 71px 40px 50px 40px;
  background: linear-gradient(74.91deg, #001c45 39.38%, #00337e 100%);
  text-align: center;
  color: var(--white);
  display: flex;
  justify-content: center;
  font-family: "SFProDisplay";
}

.benefits-section h3 {
  font-size: 28px;
  line-height: 38px;
  max-width: 648px;
  margin: 0;
  padding-bottom: 22px;
  font-weight: 300;
}

.benefits-section h3 em {
  font-family: "PP Eiko";
}

.benefits-section p {
  font-size: 16px;
  line-height: 26px;
  max-width: 648px;
  padding-bottom: 35px;
}

.benefits-section a {
  color: var(--logo-blue);
  text-decoration: underline;
  text-underline-offset: 5px;
  font-weight: 500;
  text-decoration-thickness: 3px;
}

.member-btn {
  padding: 11px 32px;
  font-size: 14px;
  line-height: 17px;
  background-color: var(--logo-blue);
  border: solid 1px transparent;
  outline: none;
  color: var(--white);
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: background-position 0.5s ease;
  cursor: pointer;
  font-family: "SFProDisplay";
}

.member-btn a{
   color: var(--white);
   text-decoration: none;
}

.member-btn.bg-white,.member-btn.bg-white a {
  color: var(--logo-blue);
}

.member-btn.bg-white:hover {
  border-color: var(--white);
  background: transparent;
  color:var(--white);
}

.member-btn.bg-white:hover a {
   color:var(--white);
}

.member-btn.bg-white::after {
  display: none;
}

.member-btn.active {
  box-shadow: 0px 4px 40px 0px rgba(160, 228, 255, 0.75);
  -webkit-box-shadow: 0px 4px 40px 0px rgba(160, 228, 255, 0.75);
  -moz-box-shadow: 0px 4px 40px 0px rgba(160, 228, 255, 0.75);
  background-color: var(--white);
  color: var(--logo-blue);
}

.member-btn.active:hover,.member-btn.active a{
   color: var(--logo-blue);
}

.member-btn.active::after {
  display: none;
}

.member-btn::after {
  content: "";
  position: absolute;
  background: url(../images/hover-effect.png) no-repeat center center;
  background-size: contain;
  width: 90px;
  height: 100%;
  top: 0;
  left: -90px;
  z-index: -1;
  transition: transform 0.5s ease;
}

.member-btn:hover::after {
  transform: translateX(calc(100% + 190px));
}

.member-btn.join-us-btn {
  padding: 11px 50px;
}

.tile-content-section,.tile-content-section-inner {
  display: flex;
}

.tile-content-section-inner {
  flex-wrap: wrap;
}

.tile-content-section-inner > div,.tile-content-section > div {
  width: 50%;
}

.img-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.content-tile {
  /* color: var(--white); */
  color: var(--black);
  padding: 62px 40px 62px 92px;
  font-family: "SFProDisplay";
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-tile h3 {
  margin: 0;
  padding-bottom: 11px;
  font-size: 36px;
  line-height: 43px;
  min-height: 54px;
  font-weight: 300;
  font-family: "SFProDisplay";
}

.content-tile h3 em {
  font-family: "PP Eiko";
  font-style: italic;
  font-weight: 300;
}

.content-tile p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.content-tile.bg-white {
  color: #000;
}

.content-tile.bg-white h3 {
  color: var(--off-black);
}

.slider-main-wrapper{
  position: relative;
}
