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

html {
  scroll-behavior: smooth;
}

:root {
  --header-bg: url("../img/header.png");
}

/* ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #505050;
} */

a {
  text-decoration: none;
  color: #0d6efd;
}

ul,
ol {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
}

img {
  width: 100%;
}

body {
  font-size: 15px;
  color: #696b7e;
  line-height: 26px;
  font-weight: normal;
  background: #ffffff;
  font-family: "Merriweather Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

.clear {
  clear: both;
  padding: 0;
  margin: 0;
}

.py-60 {
  padding: 60px 0;
}

.radius-10 {
  border-radius: 10px;
}

.radius-15 {
  border-radius: 15px;
}

.radius-20 {
  border-radius: 20px;
}

.main-color {
  color: #ff9800;
}

.profile-box {
  width: 160px;
  height: 160px;
  margin: 0 auto 20px;
  overflow: hidden;
  border-radius: 100%;
  display: block;
  text-align: center;
  box-shadow: 0px 2px 0px 5px #ff9800;
  /* outline: 2px solid #ff9800;
  outline-offset: 10px; */
}

.d-profile h4 {
  font-size: 18px;
}

.d-profile span.badge {
  font-size: 12px;
}

.d-profile h4 {
  /* font-size: 18px; */
  font-size: 16px;
  font-weight: 600;
}

.d-profile h5 {
  font-weight: normal;
  font-size: 14px;
  color: #ff9800;
}

/* .committee-member h1 {
  font-size: 28px;
  text-align: center;
  margin: 10px;
  display: inline;
  border-radius: 20px;
  padding: 10px 40px;
  background-color: #ff9800;
  color: #ffff;
} */
.committee-member h1 {
  font-weight: 600;
  font-size: 29px;
}

.d-profile h4 span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 5px;
}

.d-profile span.badge {
  font-size: 12px;
}

/*Top*/

.top {
  background-color: #505050;
}

.top .navbar-light .navbar-nav {
  column-gap: 0.25rem;
  padding-block: 0.5rem;
}

.top .navbar-light .navbar-nav .nav-link {
  color: #ffffff;
  padding: 0.35rem;
  font-size: 13px;
  border-radius: 0.25rem;
  background: #444;
  box-shadow: 2px 2px rgb(0 0 0 / 75%);
  transition: 50ms ease-out;
}

.top .navbar-light .navbar-nav .nav-link:hover {
  box-shadow: 0 0 rgb(0 0 0 / 25%);
}

.top .navbar-light .navbar-nav .nav-link:has(+ .dropdown-menu.show) {
  background: #ff9800;
  border-radius: 0;
  box-shadow: 0 0 rgb(0 0 0 / 25%);
}

.top .navbar-light .navbar-nav .dropdown-menu {
  border-top-left-radius: 0;
}

ul.dropdown-menu.show {
  border: none;
  background: #ff9800;
  padding: 0;
  margin: 0;
  overflow: hidden;
  box-shadow: 1px 4px 4px -3px rgb(0 0 0 / 21%);
}

a.dropdown-item {
  color: #fff;
  border-bottom: 1px solid rgb(255 255 255 / 21%);
}

.btn-default {
  background: #198754;
  color: #fff;
}

.btn-default:hover {
  background: #505050;
  color: #fff;
}

.default-head {
  /* font-size: 32px; */
  line-height: 42px;
  margin: 0 0 20px;
  position: relative;
  color: #ff9800;
  padding: 0 0 10px;
  border-bottom: 1px solid #ff9800;
}

.default-head::before {
  content: "";
  width: 100px;
  height: 4px;
  left: 0;
  bottom: -1px;
  position: absolute;
  background-color: #ff9800;
}

.default-head-white {
  font-size: 32px;
  line-height: 42px;
  margin: 0 0 20px;
  position: relative;
  color: #ffffff;
  padding: 0 0 10px;
  border-bottom: 1px solid #ffffff;
}

.default-head-white::before {
  content: "";
  width: 100px;
  height: 4px;
  left: 0;
  bottom: -1px;
  position: absolute;
  background-color: #ffffff;
}

/*header*/

.header {
  padding-block: 1.5rem;
  background-image: url("../img/header_01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-position: center;
}

.header-btn {
  margin-top: 2.5px;
}

.logo {
  padding: 1em 0;
}

.logo img {
  width: 164px;
}

.logo h1 {
  font-size: clamp(3rem, calc(2rem + 1.5vw), 2rem);
  /* font-size: clamp(3.5rem, calc(2rem + 1.5vw), 3rem); */
  font-family: var(--header-title-ff);
  color: var(--header-title-clr);
  line-height: 1;
  margin-top: 32px;
}

.logo h1 span {
  display: block;
  font-family: var(--header-tag-ff);
  color: var(--header-tag-clr);
  font-size: var(--header-tag-fs, 21px);
  font-weight: 600;
  font-style: italic;
}

.login-btn ul {
  justify-content: end;
}

.login-btn ul li {
  margin: 10px;
}

.login-btn ul li:last-child i {
  margin-right: 5px;
}

.banner {
  /*background: rgb(0 0 2 / 5%);*/
  background: url(../img/bg1.jpg) no-repeat;
}

.banner-left .small-title {
  color: #fff;
  background: #e85105;
  font-size: 15px;
  padding: 5px 18px;
  display: inline-block;
  margin-bottom: 15px;
}

.banner-left h1 {
  color: #585858;
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 0;
}

.banner-left p {
  color: #666;
  font-size: 14px;
  margin-bottom: 0;
}

.banner-left h1 span {
  font-weight: 300;
}

.latest-news {
  background: #ffffff;
  padding: 1em;
  position: relative;
}

.latest-news h4 {
  font-size: 18px;
  margin: 0 0 15px;
  color: #ff9800;
  border-bottom: 1px solid #ff9800;
  padding: 0 0 5px;
  position: relative;
  z-index: 1;
}

.latest-news h4::before {
  content: "";
  width: 33%;
  height: 4px;
  left: 0;
  bottom: -2px;
  position: absolute;
  z-index: -1;
  background-color: #ff9800;
}

.latest-news p {
  border-top: 1px solid #edeae4;
  margin-top: 6px;
  line-height: 22px;
}

.latest-news a.btn-default {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 111;
}

.banner-left .btn {
  padding: 5px 10px;
  font-size: 13px;
}

.banner {
  padding: 60px 0;
}

/*container1*/

.container1 {
  /*background: linear-gradient(rgb(255 255 255 / 50%), rgb(255 255 255 / 50%)),
    url(../img/message-bg.webp) no-repeat center;*/
  background: url(../img/container2-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  /* background-blend-mode: overlay; */
  position: relative;
}

.container1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/bg-noise.png");
  background-size: cover;
  background-attachment: fixed;
  mix-blend-mode: soft-light;
  opacity: 0.75;
}

.msg-sec {
  padding: 30px 45px 30px;
  border-radius: 10px;
  position: relative;
  background-color: rgb(255 255 255 / 76%);
  box-shadow: 0px 5px 30px -3px rgb(0 0 0 / 14%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.msg-sec h2 {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  display: inline-block;
}

.msg-sec .quote-head {
  margin-bottom: 30px;
}

.msg-sec .quote-head i {
  left: auto;
  font-size: 60px;
  right: 30px;
  width: auto;
  top: 30px;
  color: #e7e7e7;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.msg-sec:hover .quote-head::before {
  color: #f4462f;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.quote-info {
  margin: 0 0 0 30px;
}

.quote-thumb {
  width: 150px;
  border-radius: 100px;
  overflow: hidden;
  border: 3px solid #ff9800;
  box-shadow: 0px 5px 0px 0px #ff9800;
}

.msg-sec .quote p {
  color: #858b8d;
  font-size: 18px;
  line-height: 27px;
}

.msg-sec .btn {
  padding: 5px 10px;
  font-size: 13px;
}

.quote-info h3 {
  color: #ff9800;
  font-size: 23px;
}

/*becomeamember*/

.becomeamember-left {
  background-image: url(../img/bg-3.jpg);
  background-size: contain;
  position: relative;
  z-index: 1;
  color: #fff;
  padding-left: 50px;
}

.becomeamember-left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255 136 0 / 90%);
  z-index: -1;
}

.becomeamember-right {
  background-image: url(../img/bg-04.jpg);
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 1;
}

.becomeamember-right::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(72 72 71 / 90%);
  z-index: -1;
}

.becomeamember-right a {
  color: #fff;
}

.reg-links a {
  display: block;
  text-align: center;
  background: #fff;
  padding: 2em 10px;
  color: #ff9800;
}

.reg-links h4 {
  font-size: 18px;
}

.reg-links .icon {
  width: 64px;
  height: 64px;
  overflow: hidden;
  margin: 0 auto 1em;
}

.benefits li {
  padding: 0;
  margin: 0 0 1.5em;
}

.benefits li i {
  color: #505050;
  margin: 0 10px 0 0;
  background: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 12px;
  line-height: 32px;
  border-radius: 30px;
  box-shadow: 0px 0px 0px 4px rgb(255 255 255 / 23%);
}

.pay-methods {
  background: rgb(253 251 251 / 88%);
  padding: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.pay-methods h4,
.pay-methods i {
  color: #ff9800;
  text-align: left;
}

.pay-methods span {
  display: inline-block;
  vertical-align: top;
}

.pay-methods img {
  width: 60%;
  display: inline-block;
  vertical-align: top;
}

.steps {
  position: absolute;
  top: 95px;
  right: 46%;
  z-index: 1111;
}

.steps ul li {
  background: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  padding: 10px;
  color: #000000;
  line-height: 18px;
  margin: 12px 0;
  border: 5px solid rgb(34 33 33 / 25%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.steps ul li p {
  margin-bottom: 0;
  font-weight: bold;
  color: #ea7f04;
}

/*footer*/

.footer-bg {
  background-color: #2c2d37;
  background-image: url(../img/footerbg1.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: bottom;
  color: #d9d6d6;
}

.footer-bg a {
  color: #d9d6d6;
}

.footer-top li a {
  padding: 5px 10px;
  display: block;
}

.footer-top li a:hover {
  color: #f4a01c;
}

.services-link {
  line-height: 15px;
}

.footer-section h3 {
  font-size: 24px;
  margin: 0 0 30px;
}

.footer-section h4 {
  font-size: 18px;
  margin: 0 0 5px;
  color: #f8ab05;
}

.footer-section p {
  font-size: 14px;
}

.services-link ul li {
  margin-bottom: 14px;
}

.services-link ul li a {
  font-size: 14px;
  padding-left: 20px;
  color: #d9d6d6;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services-link ul li a i {
  font-size: 14px;
  position: absolute;
  top: 3px;
  left: 0;
  top: 3px;
}

.services-link ul li a:hover i {
  -webkit-animation: fadeInLeft 0.5s linear;
  animation: fadeInLeft 0.5s linear;
}

.services-link ul li a:hover {
  color: #cc8c18;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.register-widget {
  background: #e41e2f;
  position: relative;
  display: block;
  border-radius: 5px;
  padding: 25px 20px 30px 20px;
  margin-top: 6px;
}

.register-widget .upper {
  position: relative;
  padding: 0px 0px 0px 65px;
  margin-bottom: 12px;
  min-height: 56px;
}

.register-widget .upper h4 {
  color: #ffffff;
}

.register-widget .icon-box {
  position: absolute;
  left: 0px;
  top: 0;
  width: 50px;
  height: 50px;
  text-align: center;
}

.register-widget p {
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 23px;
}

.register-widget a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 25px;
  font-family: "DM Sans", sans-serif;
  color: #252638;
  background: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 12.5px 30px;
  border-radius: 5px;
  transition: all 500ms ease;
}

/*Quick Links*/

.quick-links ul li {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  margin: 10px 10px;
  /* background: #fff; */
  overflow: hidden;
  border-radius: 8px;
}

.quick-links ul li a {
  font-size: 19px;
  padding: 30px 10px;
  display: block;
  color: #fff;
  overflow: hidden;
}

.quick-links {
  background-image: url(../img/quick-links-bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 80px 0 40px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.single-item {
  position: relative;
  padding: 0px 20px 23px 20px;
}

/* .single-item:before {
  position: absolute;
  content: "";
  background: #dddddd;
  width: 1px;
  height: 100%;
  top: 0px;
  right: -15px;
} */

.single-column:last-child .single-item:before {
  display: none;
}

.single-item .icon-box {
  color: #333333;
  transition: 0.1s;
}

.single-item:hover .icon-box {
  color: #f2870c;
}

.inner-container {
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 10px 20px -9px rgb(0 0 0 / 25%);
}

.single-item .icon-box {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 70px;
  font-size: 46px;
  text-align: center;
  background: transparent;
  top: -5px;
  margin-bottom: -15px;
  margin-top: -28px;
}

.single-item .icon-box:before {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 100px;
  height: 100px;
  left: 0px;
  top: 0px;
  border-radius: 50px;
  /* transform: rotate(
45deg); */
  z-index: -1;
}

.single-item .icon-box:after {
  background: #333333;
}

.single-item .icon-box:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  left: 0px;
  top: -10px;
  border-radius: 50%;
  /* transform: rotate(
45deg); */
  z-index: -2;
}

.single-item:hover .icon-box:after {
  background: #f2870c;
}

.quick-links h4 {
  color: #f3880d;
}

.quick__links .single-item h4 {
  color: #585858;
  font-size: 18px;
  margin: 0 0 5px;
}

.quick__links .single-item {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 10px 20px -9px rgb(0 0 0 / 25%);
}

.single-item:hover h4 {
  color: #000000;
}

/*webinar-series*/

.webinar-series td {
  padding: 1em;
}

.webinar-series td a {
  padding: 8px 20px;
  background: #ff9800;
  color: #fff;
  border-radius: 3px;
}

.container-video {
  background-color: #e3e3e3;
  padding: 70px 40px;
}

.conference-index {
  border-radius: 10px;
  padding: 10px;
  /* border: 2px solid #d3d3d3;   */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  cursor: pointer;
}

.quick-icon {
  margin: 10px 0;
  padding: 10px 30px;
  padding: 10px 10px;
  border-radius: 10px;
  background: #ffff;
  text-align: center;
  height: 100%;
}

.quick-icon-bg1 {
  background-image: linear-gradient(315deg, #f38465 25%, #e9dd76 100%);
}

.quick-icon-bg2 {
  background-image: linear-gradient(315deg, #4ab937 0%, #9be3a4 74%);
}

.quick-icon-bg3 {
  background-image: linear-gradient(315deg, #43749b 0%, #79bfe9 74%);
}

.quick-icon p {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  color: #ffff;
}

.quick-icon h5 {
  width: 100%;
  padding: 3px;
  background: #f3f3f3;
  border-radius: 10px;
  font-size: 30px;
  margin-top: 10px;
  color: #000000;
}

.quick-icon-bg1 h5 {
  background-color: #cf4a24;
  color: #fff;
}

.quick-icon-bg2 h5 {
  background-color: #26691c;
  color: #fff;
}

.quick-icon-bg3 h5 {
  background-color: #0d2d45;
  color: #fff;
}

.quick-icon img {
  width: 65px;
  text-align: center;
  background-color: #fff9;
  border-radius: 100%;
  padding: 5px;
}

/*  */
.carousel-control-prev-icon {
  background-color: #000;
  border-radius: 50%;
}

.carousel-control-next-icon {
  background-color: #000;
  border-radius: 50%;
}

.item h6 {
  line-height: 25px;
}



.login-menu1 {
  position: fixed;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  text-align: right;
  z-index: 11111;
}

.login-menu1 a {
  display: inline-block;
  padding: 10px 15px;
  margin: 0 0 5px;
  border-radius: 30px 0 0 30px;
  font-size: 16px;
  border: none;
}

.login-menu1 a i {
  color: #ffffff;
}

.login-menu1 a:nth-child(2) i {
  color: #000000;
}

.login-menu1 a:hover {
  border: none;
}

.login-menu1 li:nth-child(1) a {
  color: #fff;

}

.login-menu1 li:nth-child(2) a {
  color: #000;
}

@media only screen and (max-width: 991px) {

  .top {
    background-image: url(../img/header_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-position: center;
  }

  .logo {
    padding: 5px 0;
  }

  .banner {
    padding: 1rem 0;
  }

  .button {
    text-align: start !important;
    margin-bottom: 10px !important;
  }

  .button_lg {
    padding: 5px 10px;
  }


  .logo h1 {
    font-size: 40px;
    margin-top: 12px;
    color: #000;
  }

  .logo img {
    width: 72px;
  }

  .logo h1 span {
    font-size: 12px;
  }
}

@media only screen and (max-width: 798px) {
  .login-menu1 {
    position: fixed;
    right: 0;
    top: 58%;
  }
}

@media only screen and (max-width: 720px) {
  .logo h1 {
    font-size: 35px;
  }


  .steps {
    position: initial;
  }

  .steps ul {
    display: flex !important;
    justify-content: center;
    gap: 30px;
  }

  .single-item {
    margin-bottom: 60px;
    border-bottom: 1px solid rgb(214, 214, 214);
  }

  .quick-links>.container>.inner-container>.row>.col-lg-3:last-child .single-item {
    margin-bottom: 0;
    border-bottom: 0;
  }

  .fellowships-btn {
    display: block;
  }

  .fellowships-btn a {
    display: block;
    margin: 26px 2em !important;
  }

  .webinar-series td a {
    padding: 7px !important;
    display: block;
    text-align: center;
  }

  .menu-title {
    display: block !important;
    color: #d9d9d9 !important;
    /* color: #676767 !important; */
  }
}

@media only screen and (max-width: 500px) {

  .top {
    background-image: url(../img/header_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-position: center;
  }

  .logo {
    padding: 5px 0;
  }

  .banner {
    padding: 1rem 0;
  }

  .button {
    text-align: start !important;
    margin-bottom: 10px !important;
  }

  .button_lg {
    padding: 5px 10px;
  }


  .logo h1 {
    font-size: 40px;
    margin-top: 12px;
    color: #000;
  }

  .logo img {
    width: 72px;
  }

  .logo h1 span {
    font-size: 12px;
  }
}

.menu-title {
  display: none;
}

.not-allowed {
  cursor: not-allowed;
}