body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 28px;
  color: #03355d;
}


/* Common Styles */

.site_heading_h1 {
  font-size: 42px !important;
  line-height: 52px !important;
  color: #03355d;
  font-weight: 700;
}

.site_heading_h2 {
  font-size: 38px !important;
  line-height: 40px !important;
  color: #03355d;
  font-weight: 700;
}

.site_heading_h3 {
  font-size: 25px !important;
  line-height: 35px !important;
  color: #03355d;
  font-weight: 600;
}

.site_heading_h4 {
  font-size: 20px !important;
  line-height: 30px !important;
  color: #03355d;
  font-weight: 600;
}

.site_links {
  color: #02B0B5;
  text-decoration: underline;
}

.site_links:hover {
  color: #03355D;
  text-decoration: underline;
}

.site_list {
  padding-left: 1.2rem;
}

.page_container {
  max-width: 1200px;
  margin: 0 auto;
}

.content_wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.inner_links:hover {
  color: #02b0b5;
}

.banner_div_outer {
  position: fixed;
  top: 0;
  left: 0;
}

.banner_content_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  min-height: 415px;
}

.inner_page_banner {
  background-size: cover;
  background-repeat: no-repeat;
}

.innerPage_banner_title {
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  padding-top: 112px;
}

.innerPage_banner_desc {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  color: #ffffff;
  position: absolute;
  padding-top: 112px;
}

.innerPage_banner_link {
  position: absolute;
  padding-top: 112px;
}

/* .innerPage_banner_desc {

}

.innerPage_banner_link {

} */

.small_nav {
  margin: 30px 0px;
}

.small_nav_text {
  color: #03355d !important;
  text-decoration: none;
}

.small_nav i {
  color: #03355d;
}

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

.sortby_nav_div {
  display: flex;
}

.sort_by_dropdown_label {
  color: #868484;
  margin-right: 20px;
  font-size: 20px;
  line-height: 25px;
}

.sort_by_dropdown {
  cursor: pointer;
  display: block;
  position: relative;
}

.sort_by_dropdown_val {
  font-size: 20px;
  line-height: 26px;
  color: #005599;
  font-weight: 500;
}

.sort_by_dropdown_content {
  position: absolute;
  z-index: 2000;
  width: max-content;
  padding: 0px;
  color: #2C313A;
  text-align: left;
  list-style: none;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 6px;
  box-shadow: 0px 0px 12px #00000029;
  overflow: hidden;
  right: 0px;
  top: 40px;
  max-height: 0;
  transition: max-height 0.8s;
  padding-left: 0rem !important;
}

.sort_by_dropdown_content.open {
  max-height: 1000px;
  transition: max-height 1.5s;
}

.sort_by_dropdown_content li a {
  display: block;
  color: #03355d;
  text-decoration: none;
  font-size: 17px;
  line-height: 20px;
  text-align: left;
  padding: 11px 22px;
  text-decoration: none;
}

.sort_by_dropdown_content li a:hover {
  background-color: #02b0b5;
  color: #ffffff;
}

.particles_center {
  width: 100%;
  position: absolute;
  margin-top: -250px;
  transform: rotate(180deg);
  z-index: -1;
  height: 380px;
}

.particles_footer {
  width: 100%;
  height: 200px;
}

.arrow_hover_link {
  display: inline-block;
  color: #ffffff !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-decoration: none !important;
  position: relative;
  background-color: #005599;
  padding: 10px 52px 10px 33px;
  height: 48px;
  border-radius: 25rem;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  z-index: 0;
}

.arrow_hover_link:hover {
  padding: 10px 68px 10px 25px;
}

.arrow_hover_link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #02B0B5;
  transform: translateX(-100%);
  transition: 0.5s ease-in-out;
  z-index: -1;
}

.arrow_hover_link:hover:before {
  transform: translateX(0);
}

.arrow_hover_link::after {
  content: url("../images/right_arrow_white.svg");
  display: inline-block;
  position: absolute;
  margin-left: 20px;
  transition: all 1s;
  top: 25%;
}

.arrow_hover_link:hover::after {
  content: url("../images/right_arrow_white_long.svg");
  margin-left: 18px;
  transition: all 1s;
}

.custom_tb {
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 6px;
  outline: none;
  padding: 0px 20px;
}

.custom_tb::placeholder {
  color: #707070;
}

.news_event_filter_radio_buttons {
  display: flex;
  flex-wrap: wrap;
}

.radio_div input[type="radio"] {
  display: none;
}

.radio_label {
  cursor: pointer;
  position: relative;
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;

  padding: 10px 20px;
  border: 1px solid #DFDFDF;
  border-radius: 6px;
  margin-right: 20px;
  height: 55px;
  padding-left: 45px;
}

.radio_label::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: transparent;
  border: 1px solid #DFDFDF;
  border-radius: 50%;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
}

.radio_label::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #02b0b5;
  border: 2px solid #02b0b5;
  border-radius: 50%;
  top: 50%;
  left: 10px;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
}

.radio_div input[type="radio"]:checked+label::after {
  transform: translate(10%, -50%);
}

.side_nav_tab {
  padding: 10px 20px;
  border-radius: 6px;
  box-shadow: 0px 0px 12px #0000001F;
  margin-bottom: 5px;
}

.side_nav_tab_items {
  display: block;
  text-decoration: none !important;
  padding: 10px 20px;
  color: #000;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  line-height: 35px;
}

.side_nav_tab_items:last-child {
  border-bottom: none;
}

.side_nav_tab_items:hover {
  color: #02b0b5;
  cursor: pointer;
}

.side_nav_tab_items.active {
  color: #02b0b5 !important;
  font-weight: 600;
}

.site_table {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 0px 12px #0000001F;
  margin-bottom: 50px;
}

.site_table thead {
  background-color: #02b0b5;
}

.site_table tbody tr:nth-of-type(even) {
  background-color: #f2fbfb;
}

.site_table th, .site_table td {
  font-size: 18px;
  line-height: 28px;
  height: 50px;
  padding-left: 20px;
}

.site_table th {
  color: #ffffff;
}

.site_table tbody tr td {
  color: #03355d;
}

.site_table tbody tr td:first-child {
  font-weight: 600;
}

.td_bold_value {
  font-size: 18px;
  line-height: 28px;
  color: #03355d;
  font-weight: 600;
}

.td_desc {
  font-size: 14px;
  line-height: 24px;
}

.checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  padding-left: 1px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-top: 10px;
  width: fit-content;
}

.checkbox input {
  position: absolute;
  width: 0;
  left: 50px;
  height: 0;
  opacity: 0;
  cursor: pointer;
}

.checkbox .checkmark {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background: white;
  border-radius: 6px;
  outline: 1px solid #dfdfdf;
  transition: all 0.2s ease;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.checkbox input:checked~.checkmark {
  background: #02b0b5;
  outline: 1px solid #02b0b5;
}


.checkbox .checkmark::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: 40%;
  width: 8px;
  height: 16px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  transition: all 0.2s ease;
}

.checkbox input:checked~.checkmark::after {
  opacity: 1;
  transition: all 0.2s ease;
}

.checkbox .disable {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background: #dfdfdf;
  border-radius: 6px;
  outline: 1px solid #dfdfdf;
  transition: all 0.2s ease;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.checkbox .disable::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: 40%;
  width: 8px;
  height: 16px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  opacity: 1;
}

.error_page_404_div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 125px;
}


.custom_input {
  height: 50px;
  padding: 10px 20px;
  border: 1px solid #DFDFDF;
}

.custom_input:focus-visible {
  outline: none !important;
}

.custom_select {
  height: 50px;
  padding: 10px 20px;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}

.input_feedback {
  font-size: 15px;
  line-height: 26px;
  margin: 10px 0px;
  color: #FF0019;
  font-weight: 600;
}


.radio_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio_container .radio_input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 10px;
  left: 6px;
  width: 85%;
  z-index: 999;
  height: 20px;
  display: block;
}

.radio_checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #DFDFDF;
}

.radio_container .radio_input:checked~.radio_checkmark {
  background-color: #02b0b5;
}

.radio_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio_container .radio_input:checked~.radio_checkmark:after {
  display: block;
}

.radio_container .radio_checkmark:after {
  left: 8px;
  top: 4px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

ul, ol {
  padding-left: 1.2rem !important;
}

.table_btn {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none !important;
  color: #ffffff !important;
  background-color: #03355d;
  border: none;
}

.table_btn:hover {
  background-color: #02b0b5;
}


/* Common Styles */

/* Header Styles */

header {
  width: 100%;
  position: fixed !important;
  top: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  padding: 20px 0px;
  /* height: 125px; */
}

.header_scrolled {
  width: 100%;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  box-shadow: #00000029 0px 3px 10px;
  padding: 5px 0px;
  /* transform: translateY(-50%);
  transition: all 0.5s; */
}

.header_top {
  float: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #3674a6;
  transition: all 0.5s;

  /* padding-top: 15px; */
}

.header_top_hide {
  transform: translateY(-150%);
  transition: all 0.5s;
}

.header_search_box {
  width: 100%;
}

.header_search_input {
  border: none;
  background: transparent;
  color: #059;
  width: 95%;
}

.header_search_input:focus-visible {
  outline: none !important;
}

.header_search_input::placeholder {
  color: #005599;
}

.header_search_icon {
  cursor: pointer;
}

.header_language_dropdown {
  margin-bottom: 0.5rem;
}

.language_drpdwn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  min-width: 1.5rem;
}

.language_drpdwn span {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}

.language_drpdwn_content {
  display: none;
  position: absolute;
  padding: 5px;
  z-index: 1;
  list-style: none;
  top: 40px;
  right: 0;
  background: #fff;
  border-radius: 6px;
}

.language_drpdwn_content li a {
  color: #059;
  text-decoration: none;
  font-weight: 600;
}

.language_drpdwn_content li a:hover {
  color: #02b0b5;
}

.language_drpdwn_content.open {
  display: block;
  transition: display 0.5s;
}

.header_login_box {
  margin-bottom: 0.5rem;
  cursor: pointer;
  margin-left: 20px;
}

.header_login_box a {
  color: #059 !important;
  text-decoration: none;
  display: flex;
}

.header_login_box span {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #005599;
}

.header_logo {
  display: block;
  width: 238px;
  height: auto;
  transition: all 0.5s;
}

.header_logo_sized {
  /* width: 170px; */
  transform: scale(.8) translate(-30px, -12px);
}

.header_logo img {
  width: 100%;
  height: auto;
}

.menu-icon-toggle {
  display: none;
}

.site_navbar {
  transition: all 0.5s;
  padding: 0rem;
  margin-top: -25px;
}

.site_navbar .nav-link {
  font-size: 16px;
  padding: 0rem;
  margin-right: 15px;
  font-weight: 700;
  color: #059 !important;
}

.site_navbar .nav-link:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.site_navbar .nav-link.active, .site_navbar .nav-link:hover {
  color: #02b0b5 !important;
}

/* Header Styles */


/* Modal Popup Style */

.cd_popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 999;
}

.cd_popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;

  display: flex;
  justify-content: center;
  align-items: center;
}

.cd_popup_container {
  position: relative;
  max-width: 520px;
  max-height: 520px;
  margin: 4em auto;
  padding: 40px;
  border: 1px solid #DFDFDF;
  background: #fff;
  border-radius: 6px;
  transform: translateY(5%);

  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.is-visible .cd_popup_container {
  transform: translateY(0%);
}

.cd_popup_links {
  color: #02B0B5 !important;
}

.cd_popup_close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.cd_popup_backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #03355D;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  z-index: 100;

}

.cd_popup_transition {
  transition: all 0.4s ease;
}

.cd_popup_alingment {
  text-align: center;
}

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

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

.blur_bg {
  filter: blur(9px);
}

.cd_popup_container::-webkit-scrollbar {
  width: 7px;
}

.cd_popup_container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #A3A3A3;
  border-radius: 10px;
}

.cd_popup_container::-webkit-scrollbar-thumb {
  background: #555454;
  border-radius: 10px;
}

.cd_popup_container::-moz-scrollbar {
  width: 7px;
}

.cd_popup_container::-moz-scrollbar-track {
  box-shadow: inset 0 0 5px #A3A3A3;
  border-radius: 10px;
}

.cd_popup_container::-moz-scrollbar-thumb {
  background: #555454;
  border-radius: 10px;
}

/* Modal Popup Style */

/* Home Page Styles */

.home_banner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-animation {
  -webkit-animation: bg-animation 10s ease-in-out infinite;
  animation: bg-animation 10s ease-in-out infinite;
}

@-webkit-keyframes bg-animation {
  0% {
    background-position: top;
  }

  50% {
    background-position: bottom;
  }

  100% {
    background-position: top;
  }
}

@keyframes bg-animation {
  0% {
    background-position: top;
  }

  50% {
    background-position: bottom;
  }

  100% {
    background-position: top;
  }
}

.home_banner_item {
  position: relative;
}

.home_banner_img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.home_banner_title {
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  width: 898px;
  padding-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home_banner_desc {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  color: #fff;
  width: 757px;
  padding-bottom: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home_banner_overlay {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 265px;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
  transform: matrix(-1, 0, 0, -1, 0, 0);
}

.home_banner_content_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-top: 125px;
  position: relative;
}

.carousel-inner {
  height: 850px;
}

/* .carousel-indicators {
  bottom: 200px;
} */

.carousel-indicators button {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  padding: 0px;
  border: none;
  background-color: #0056b3;
  margin: 5px;
  opacity: 0.7;
}

.carousel-indicators button.active {
  opacity: 1;
}


.home_section_1 {
  margin-top: -100px;
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
}

.home_section_1_img_div {
  height: 500px;
}

.home_section_1_img_1 {
  padding: 0px;
  position: absolute;
  left: 0;
  top: -30px;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}

.home_section_1_img_2 {
  padding: 0px;
  position: absolute;
  right: -20px;
  top: 50px;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}

.home_section_1_content_div {
  padding: 40px;
  border-radius: 6px;
  background-color: #ffffff;
  height: auto;  
  box-shadow: 0px 0px 12px #0000001F;
  position: absolute;
  right: 0;
}

.home_section_1_content_div_desc {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 30px;
}

.home_section_2 {
  margin-top: 150px;
}

.home_section_2_div {
  display: flex;
  overflow: hidden;
  border-top: 10px solid #005599;
  border-radius: 6px;
  box-shadow: 0px 0px 12px #0000001F;
  min-height: 290px;
  cursor: pointer;
}

.home_section_img {
  width: 50%;
  object-fit: cover;
}

.home_section_content {
  width: 50%;
  padding: 30px;
  position: relative;
  background-color: #fff;
}

.home_section_2_heading {
  font-size: 25px;
  line-height: 35px;
  color: #03355d;
  font-weight: 600;
}

.home_section_2_desc {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home_section_2_link {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #005599;
  position: absolute;
  bottom: 38px;
}

.home_section_2_div:hover .home_section_2_heading {
  color: #02B0B5;
  text-decoration: underline;
}

.home_section_2_div:hover .home_section_2_link {
  color: #02B0B5;
  text-decoration: underline;
}

.home_section_3 {
  margin-top: 120px
}

.home_news_events_haedings {
  text-align: center;
}

.news_event_small_title {
  color: #02b0b5;
  position: relative;
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
}

.news_event_small_title::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #DFDFDF;
  width: 80%;
  margin-left: 20px;
  top: 55%;
  right: 0;
}

.news_event_div {
  position: relative;
  cursor: pointer;
  height: 450px;
  display: block;
  text-decoration: none;
  overflow: hidden;
}

.news_event_div_img {
  width: 100%;
  height: 250px;
  border-radius: 6px;
  transition: height 1s;
  object-fit: cover;
  object-position: top;
}

.news_event_div_content {
  padding: 30px;
}

.news_event_div_date {
  color: #03355d;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.news_event_div_desc {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #03355d;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

.news_event_div:hover .news_event_div_img {
  height: 450px;
  transition: height 1s;
}

.news_event_div:hover .news_event_div_date {
  color: #ffffff;
  text-decoration: underline;
  transition: all 1s;
}

.news_event_div:hover .news_event_div_desc {
  color: #ffffff;
  text-decoration: underline;
  transition: all 1s;
}

.news_event_div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(2, 176, 181, 0.10416666666666663) 0%, rgba(2, 176, 181, 1) 99%);
  opacity: 0;
  overflow: hidden;
  transition: all 1s;
}

.news_event_div:hover::after {
  transition: all 2s;
  opacity: 1;
}

.news_event_div:hover .news_event_div_content {
  position: absolute;
  bottom: 0;
  z-index: 999;
}

@keyframes fade_in_out {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fade_in_out {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fade_in_out {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade_in_out {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.news_event_arrow_div {
  text-align: center;
  margin-top: 50px;
}

.home_section_4 {
  margin-top: 120px;
}

.partners_div {
  cursor: pointer;
  width: 100%;
  position: relative;
}

.partners_img {
  width: 100%;
}

.partners_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: #02b0b5;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  border-radius: 6px;
}

.partners_overlay a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff !important;
  font-weight: 600;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.partners_div:hover .partners_overlay {
  opacity: 0.7;
}

.partners_div:hover .partners_img {
  filter: blur(3px);
}

.partners_right_arrow {
  position: absolute;
  right: 25px;
  top: 45%;
}

.partners_div_outer {
  position: relative;
  width: 49%;
}

.partners_div_outer:first-child {
  margin-bottom: 15px;
}

.partners_div_outer:last-child {
  position: absolute;
  right: 0px;
  top: 25%;
}

.partners_div_outer:last-child .partners_img {
  width: 95%;
}

.partners_div_outer:last-child .partners_overlay {
  width: 95%;
}

.home_section_5 {
  border: 1px solid #DFDFDF;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 120px;
  margin-bottom: 50px;
  align-items: center;
  padding: 50px 65px;
}

.home_section_5_img {
  padding: 50px 65px;
}

.home_section_5_img img {
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 15px #00000059;
}

.home_section_5_thumb {
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 15px #00000059;
}

.home_section_5_content {
  padding: 80px 75px 80px 25px;
}

/* Home Page Styles */

/* About Us Page Styles  */

.aboutus_section_1 {
  margin-top: 50px;
}

.aboutus_section_2 {
  margin-top: 100px;
}

.aboutus_section_3 {
  margin-top: 120px;
}

.about_items {
  padding: 20px;
  border: 1px solid #DFDFDF;
  border-radius: 6px;
  height: 300px;
  max-width: 44%;
  background-color: #fff;
}

.about_items_img {
  width: 100px;
  height: 100px;
}

.about_items_img img {
  width: 100%;
  height: auto;
}

.about_items_title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #03355d;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.about_vision_img {
  overflow: hidden;
  border-radius: 6px;
  padding: 0px;
}

.about_vision_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_vision_box {
  padding: 30px;
  border: 1px solid #DFDFDF;
  border-radius: 6px;
  margin-bottom: 25px;
  background-color: #fff;
}

.about_vision_box:last-child {
  margin-bottom: 0px;
}

.about_vision_desc {
  margin-bottom: 0px;
}

.aboutus_objective_div {
  height: auto;
  padding: 20px;
  border-radius: 6px;
  color: #03355d;
  cursor: pointer;
}

.aboutus_objective_div_img {
  width: 75px;
  height: auto;
}

.aboutus_objective_div_img img {
  width: 100%;
  height: auto;
}

.icon_white {
  display: none;
}

.aboutus_objective_div:hover .icon_white {
  display: block;
}

.aboutus_objective_div:hover .icon_blue {
  display: none;
}

.aboutus_objective_desc {
  margin-top: 15px;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.aboutus_objective_div:hover {
  background-color: #02b0b5;
  color: #ffffff;
}

.aboutus_objective_div:hover path {
  stroke: #ffffff;
}

/* About Us Page Styles  */

/* Our Team Page Style */

.our_team_header_div {
  text-align: center;
  margin-top: 70px;
}

.our_team_header_div p {
  margin: 1.5rem 0rem;
}

.our_team_div {
  width: 80%;
  margin: 0 auto;
}

.team_filter {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  background-color: #EEEEEE;
  border-radius: 25rem;
  margin-top: 50px;
  padding-left: 0rem !important;
  width: fit-content;
  align-items: center;
}

.team_filter li {
  font-weight: 600;
  cursor: pointer;
  transform: translateX(0%);
  transition: all 0.50s;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 35px;
}

.team_filter li.active {
  background-color: #02b0b5;
  border-radius: 25rem;
  color: #ffffff;
  box-shadow: 0px 5px 10px #02B0B580;
  transition: all 0.6s;
}

.nav_slide {
  animation: slider 0.5s;
}

@keyframes slider {
  0% {
    transform: translateX(15%);
  }

  100% {
    transform: translateX(0%);
  }
}

.team_filter_li_active_value {
  display: none;
}

.our_team_list {
  justify-content: center;
}

.our_team_thumb_div {
  position: relative;
  cursor: pointer;
  display: block;
  text-decoration: none;
  overflow: hidden;
  padding: 0px;
  max-width: 28%;
  border-radius: 6px;
  margin-bottom: 30px;
  margin-left: 2%;
  margin-right: 2%;
  height: 550px;
}

.our_team_thumb_img {
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 6px;
  transition: height 1s;
}

.our_team_thumb_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.our_team_content {
  padding: 23px;
  height: auto;
}

.our_team_name {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  color: #03355d;
}

.our_team_desg {
  font-size: 20px;
  line-height: 30px;
  color: #005599;
  font-weight: 500;
}

.our_team_thumb_div:hover .our_team_thumb_img {
  height: 100%;
  transition: height 1s;
}

.our_team_thumb_div:hover .our_team_content {
  position: absolute;
  z-index: 10;
  bottom: 0;
}

.our_team_thumb_div:hover .our_team_name {
  color: #ffffff;
  text-decoration: underline;
  transition: all 2s;
}

.our_team_thumb_div:hover .our_team_desg {
  color: #ffffff;
  text-decoration: underline;
  transition: all 2s;
}

.our_team_thumb_div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(2, 176, 181, 0.10416666666666663) 0%, rgba(2, 176, 181, 1) 99%);
  opacity: 0;
  transition: all 1s;
}

.our_team_thumb_div:hover::after {
  opacity: 1;
  transition: all 3s;
}

.our_team_load_more {
  /* display: none; */
  text-align: center;
}

/* Our Team Page Style */


/* Our Team Deatils Page Style */


.our_team_details_row_div {
  margin-top: 60px;
}

.our_team_details_side_panel {
  overflow: hidden;
  width: 100%;
  position: sticky;
  top: 85px;
}

.our_team_details_div {
  overflow: hidden;
}

.our_team_details_thumb {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.our_team_details_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  object-position: top;
}

.our_team_details_content {
  margin-top: 15px;
  width: 100%;
}

.our_team_details_name {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  color: #03355d;
}

.our_team_details_desg {
  font-size: 20px;
  line-height: 30px;
  color: #005599;
  font-weight: 500;
}

.certificate_div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.certificate_items {
  max-width: 30%;
}

.certificate_thumb {
  width: 100%;
  height: 300px;
}

.certificate_title {
  color: #059;
  font-size: 20px;
  font-weight: 600;
  padding: 20px 0px;
}

/* Our Team Deatils Page Style */

/* News & Events Page Style */

.news_event_div_section {
  margin-top: 80px;
}

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

.news_event_filter_mob {
  display: none;
}

.news_event_filter_apply_btn {
  display: none;
}

.news_event_filter_close {
  display: none;
}

.pagination-container a,
.pagination-container a:hover {
  text-decoration: none;
}

.pagination-container {
  padding: 0;
  border-radius: 38px;
  display: inline-flex;
  background-color: #EEEEEE;
}

.icon-pagination {
  color: #03355d;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.pagination-page-number {
  color: #03355d;
  font-weight: 600;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 35px;
  border-radius: 50%;
}

.pagination-page-number:hover {
  background-color: #02b0b5;
  color: #ffffff;
  box-shadow: #02b0b5 0px 5px 15px;
}

.pagination-page-number.active {
  color: #ffffff;
  background-color: #02b0b5;
  border-radius: 50%;
  box-shadow: #02b0b5 0px 5px 15px;
}

/* News & Events Page Style */

/* Membership Page Style */

.membership_thumb {
  height: 400px;
  padding: 0px;
  overflow: hidden;
}

.membership_thumb img {
  width: 100%;
  height: auto;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  object-fit: cover;
}

.memebrship_benifits {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 12px #0000001F;
  padding: 40px 30px;
  height: 490px;
}

.memebrship_benifits_desc ul {
  padding-left: 1rem;
  margin-bottom: 0px;
}

.membership_type {
  height: 520px;
}

.membership_type_head {
  text-align: center;
}

.membership_type_top {
  display: flex;
  align-items: center;
  background-color: #005599;
  border-radius: 6px 6px 0px 0px;
  padding: 30px;
  height: 200px;
}

.membership_type_top_thumb {
  width: 100px;
  height: auto;
  margin-right: 30px;
}

.membership_type_top_thumb img {
  width: 100%;
  height: auto;
}

.membership_type_top h3 {
  color: #fff;
}

.membership_type_top_desc {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
}

.membership_type_bottom {
  position: relative;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #DFDFDF;
  border-radius: 0px 0px 6px 6px;
  padding: 30px;
  height: 320px;
}

.membership_type_list_head {
  font-size: 18px;
  line-height: 28px;
  color: #03355d;
  font-weight: 600;
}

.membership_type_list {
  padding-left: 1rem;
}

.membership_type_link {
  position: absolute;
  bottom: 30px;
  z-index: 10;
  display: grid;
  border-radius: 25rem;
}

/* Membership Page Style */


/* Event Details Page Style */

.event_nav_outer {
  background-color: #fff;
}

.event_nav {
  border-radius: 6px;
  margin-bottom: 50px;
  transition: all 1s;
  background-color: #03355d;
  overflow: hidden;
}

.event_nav_container {
  max-width: 1200px;
  margin: 0 auto;
}

.sticky_event_nav {
  position: fixed;
  top: 70px;
  left: 0%;
  right: 0%;
  z-index: 1000;
  width: 100%;
  border-radius: 0;
  transition: all 1s;
}

.event_nav_item {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-weight: 500;
  background-color: #03355d;
  padding: 0px;
}

.event_nav_item:first-child {
  position: relative;
}

.event_nav_item:first-child::after {
  content: "";
  position: absolute;
  background-color: #B5B5B5;
  width: 1px;
  height: 65%;
  bottom: 10px;
  right: 0;
}

.event_nav_item:last-child {
  position: relative;
}

.event_nav_item:last-child::before {
  content: "";
  position: absolute;
  background-color: #B5B5B5;
  width: 1px;
  height: 65%;
  bottom: 10px;
  left: 0;
}

.event_nav_item:last-child:hover {
  background-color: #02b0b5;
  cursor: pointer;
}

.event_nav_item:last-child:hover::before {
  content: none;
}

.arrow_link_simple {
  display: inline-block;
  color: #ffffff !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  z-index: 0;
  padding: 20px 60px;
}

.arrow_link_simple::after {
  content: url("../images/right_arrow_white.svg");
  display: inline-block;
  position: absolute;
  margin-left: 20px;
  transition: all 2s;
  top: 30%;
}

.arrow_link_simple:hover::after {
  content: url("../images/right_arrow_white_long.svg");
  margin-left: 18px;
  transition: all 2s;
}

.side_nav_outer {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 12px #0000001F;
  padding: 20px 10px;
  max-height: 480px;
  position: sticky;
  top: 180px;
}

.side_nav {
  height: 100%;
  overflow-y: auto;
  padding-right: 10px;
  max-height: 425px;
}

.sticky_event_side_nav {
  position: sticky;
  top: 180px;
  margin-bottom: 30px;
}

.side_nav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  background-color: #F5F5F5;
}

.side_nav::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.side_nav::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #005599;
}

.side_nav_items {
  display: block;
  text-decoration: none !important;
  padding: 10px;
  padding-right: 0px;
  color: #000;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  line-height: 35px;
}

.side_nav_items:last-child {
  border-bottom: none;
}

.side_nav_items:hover {
  color: #02b0b5;
}

.side_nav_items.active {
  color: #02b0b5 !important;
  font-weight: 600;
}

.event_detail_div {
  margin-top: 20px;
}

.event_intro_thumb {
  padding-top: 50px;
  width: 600px;
  max-height: 500px;
}

.event_intro_thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
  border-radius: 6px;
}

.event_section {
  margin: 50px 0px;
}

.event_section_heading {
  overflow: hidden;
}

.event_section_heading>span {
  position: relative;
  display: inline-block;
  font-size: 25px;
  line-height: 35px;
  color: #03355d;
  font-weight: 600;
  max-width: 60%;
}

.event_section_heading>span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  border-bottom: 2px solid #ddd;
  width: 100%;
  min-width: 700px;
  margin-left: 20px;
}

.event_section_list {
  padding-left: 1rem;
  column-count: 2;
}

.event_venue_thumb {
  width: 600px;
  max-height: 400px;
}

.event_venue_thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
}

.event_section_speakers_thumb_div {
  position: relative;
  padding: 0px;
  max-width: 30%;
  cursor: pointer;
  margin-bottom: 20px;
  overflow: hidden;
  height: 550px;
  display: block;
  text-decoration: none;
  margin-left: 2%;
  margin-right: 1%;
  border-radius: 6px;
}

.event_section_speakers_thumb_img {
  width: 100%;
  height: 350px;
  border-radius: 6px;
  transition: height 1s;
}

.event_section_speakers_thumb_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.event_section_speakers_content {
  padding: 20px;
  height: auto;
}

.event_section_speakers_name {
  font-size: 23px;
  line-height: 32px;
  font-weight: 600;
  color: #03355d;
}

.event_section_speakers_desg {
  font-size: 18px;
  line-height: 27px;
  color: #005599;
  font-weight: 500;
}

.event_section_speakers_thumb_div:hover .event_section_speakers_thumb_img {
  height: 100%;
  transition: height 1s;
}

.event_section_speakers_thumb_div:hover .event_section_speakers_content {
  position: absolute;
  z-index: 10;
  bottom: 0;
}

.event_section_speakers_thumb_div:hover .event_section_speakers_name {
  color: #ffffff;
  text-decoration: underline;
  transition: all 2s;
}

.event_section_speakers_thumb_div:hover .event_section_speakers_desg {
  color: #ffffff;
  text-decoration: underline;
  transition: all 2s;
}

.event_section_speakers_thumb_div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(2, 176, 181, 0.10416666666666663) 0%, rgba(2, 176, 181, 1) 99%);
  opacity: 0;
  transition: all 1s;
}

.event_section_speakers_thumb_div:hover::after {
  transition: all 3s;
  opacity: 1;
}

@keyframes fade_in_out {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fade_in_out {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fade_in_out {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade_in_out {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.photo_gallery_outer {
  width: 108%;
  overflow: hidden;
}

.photo_gallery {
  clip-path: inset(0 -20vw 0 0);
}

.owl-stage-outer {
  overflow: visible !important;
}

.photo_gallery a {
  display: block;
  text-decoration: none;
}

.photo_gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.photo_gallery .item {
  height: 350px;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}

.owl-nav, .owl-dots {
  display: none;
}

/* .fancybox-content {
  width: 600px !important;
  height: 400px !important;
  transform: translate(65%, 20%) !important;
  border-radius: 6px;
  overflow: hidden !important;
} */

.event_nav_register_float {
  display: none;
}

/* Event Details Page Style */


/* Resources Page Style  */

.resources_header_div {
  text-align: center;
}

.resources_div {
  margin-top: 100px;
  margin-left: 0px;
}

.resources_items {
  border: 1px solid #DFDFDF;
  border-radius: 6px;
  padding: 30px 30px 30px 17px;
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none !important;
  height: 160px;
}

.resources_items_right {
  margin-left: 15px;
  width: 100%;
}

.resources_items::after {
  content: url("../images/right_arrow_blue.svg");
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 25px;
  transition: all 0.3s;
  z-index: 999;
}

.resources_items:hover::after {
  content: url("../images/right_arrow_white_long.svg");
  transition: all 0.3s;
}

.resources_items_top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #DFDFDF;
  height: 40px;
  width: 90%;
}

.resources_items_type {
  color: #02B0B5;
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
}

.resources_items_posted {
  color: #03355D;
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
}

.resources_items_title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 0px;
  color: #03355D;
  width: 95%;
}

.resources_items_icon {
  height: 75px;
  width: 75px;
}

.resources_items_icon img {
  width: 100%;
  height: auto;
}

.icon_white {
  display: none;
}

.resources_items:hover .icon_white {
  display: block;
}

.resources_items:hover .icon_blue {
  display: none;
}

.resources_items:hover .resources_items_type {
  color: #ffffff;
}

.resources_items:hover .resources_items_posted {
  color: #ffffff;
}

.resources_items:hover .resources_items_title {
  color: #ffffff;
}

.resources_items_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: #02b0b5;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  border-radius: 6px;
  z-index: -1;
}

.resources_items:hover .resources_items_overlay {
  opacity: 1;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  /* filter: blur(3px); */
}


/* .resources_items {
  border: 1px solid #DFDFDF;
  border-radius: 6px;
  padding: 30px 30px 30px 17px;
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none !important;
  height: 160px;
}

.resources_items_right {
  margin-left: 15px;
  width: 100%;
}

.resources_items_top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #DFDFDF;
  height: 40px;
  width: 90%;
}

.resources_items_type {
  color: #02B0B5;
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
}

.resources_items_posted {
  color: #03355D;
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
}

.resources_items_title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 0px;
  color: #03355D;
  width: 95%;
}

.resources_items_icon {
  height: 75px;
  width: 75px;
}

.resources_items_icon img {
  width: 100%;
  height: auto;
}

.resources_items:hover {
  background-color: #02B0B5;
}

.icon_white {
  display: none;
}

.resources_items:hover .icon_white {
  display: block;
}

.resources_items:hover .icon_blue {
  display: none;
}

.resources_items:hover .resources_items_type {
  color: #ffffff;
}

.resources_items:hover .resources_items_posted {
  color: #ffffff;
}

.resources_items:hover .resources_items_title {
  color: #ffffff;
}

.resources_items::after {
  content: url("../images/right_arrow_blue.svg");
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 25px;
  transition: all 0.3s;
  z-index: 999;
}

.resources_items:hover::after {
  content: url("../images/right_arrow_white_long.svg");
  transition: all 0.3s;
} */

.resources_filter_mob {
  display: none;
}

.resources_filter_close {
  display: none;
}

.resources_filter_apply_btn {
  display: none;
}

/* Resources Page Style  */


/* Contact Us Page Style */

.contact_header_div {
  text-align: center;
  margin-top: 50px;
}

.contact_top_div {
  display: flex;
  border: 1px solid #DFDFDF;
  border-radius: 6px;
  margin: 40px 0px;
  height: 380px;
  margin-bottom: 100px;
}

.contact_map_div {
  max-width: 50%;
  overflow: hidden;
}

.contact_details_div {
  max-width: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 40px;
}

/* Contact Us Page Style */


/* News Detals Page Style  */

.news_details_div {
  margin-top: 80px;
}

.news_details_ol {
  list-style: lower-roman;
  margin-top: 20px;
  padding-left: 1.5rem;
}

.news_details_logo {
  width: 330px;
  height: auto;
  margin-top: 50px;
  padding: 15px 0px;
}

/* News Detals Page Style  */

/* My Profile Page Style */

.profile_div {
  margin-top: 100px;
  margin-left: 0px;
}

.profile_welcome_msg {
  display: flex;
}

.profile_welcome_msg p:first-child {
  margin-right: 8px;
}

.nomination_voting_row_div {
  margin-top: 50px;
}

.nomination_list_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 75px;
  border: 1px solid #DFDFDF;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 15px;
  cursor: pointer;
}

.nomination_list_div:last-child {
  margin-bottom: 0px;
}

.nomination_list_div:hover {
  background-color: #02B0B5;
}

.step_round_nominition {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background-color: #02b0b5;
}

.nomination_type {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0rem;
  color: #03355d;
}

.nomination_name {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 0rem;
  color: #03355d;
}

.nomination_list_div:hover .nomination_type {
  color: #ffffff;
}

.nomination_list_div:hover .nomination_name {
  color: #ffffff;
  font-weight: 400;
}

.namination_search_div {
  position: relative;
  border: 1px solid #dfdfdf;
  border-radius: 25rem;
  padding: 20px;
  height: 55px;
}

.namination_search_input {
  position: absolute;
  left: 0px;
  top: 4px;
  width: 95%;
  border: none;
  padding: 10px 20px;
  border-radius: 25rem;
  font-size: 16px;
  color: #707070;
}

.namination_search_input:focus-visible {
  outline: none;
}

.namination_search_icon {
  position: absolute;
  right: 20px;
  top: 18px;
}

.nominee_thumb {
  height: 95px;
  width: 80px;
  overflow: hidden;
  border-radius: 6px;
}

.nominee_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nominee_modal_thumb {
  width: 180px;
  height: 210px;
  overflow: hidden;
  border-radius: 6px;
}

.nominee_modal_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* My Profile Page Style */


/* Membership Register Page Style */

.membership_header_div {
  text-align: center;
  margin-top: 50px;
}

/* Membership Register Page Style */


/* Event Register Page Style */

.step_title_heading>span {
  position: relative;
  display: inline-block;
  font-size: 25px;
  line-height: 35px;
  color: #03355d;
  font-weight: 600;
  cursor: pointer;
}

.step_title_heading>span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  border-bottom: 1px solid #dfdfdf;
  width: 100rem;
  margin-left: 30px;
}

.event_participate_div {
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  padding: 50px 40px;
  margin-bottom: 50px;
}

.step_div {
  margin-top: 50px;
}

.step {
  transition: all 0.4s ease-in-out;
  background-color: #FFF;
}

.step_round {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #03355D;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 20px;
}

.step_content {
  overflow: hidden;
  max-height: 1000vh;
  transition: max-height 1.5s;
}

.step.minimized>.step_content {
  max-height: 0px;
  transition: max-height 1.5s;
}


.event_payment_div {
  padding: 40px;
  border: 1px solid #DFDFDF;
  border-radius: 6px;
  margin-top: 50px;
}

.event_payment_details_value {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #03355D;
  margin-bottom: 0rem;
}

.event_payment_details_value_left {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #03355D;
  margin-bottom: 0rem;
  margin-top: 7px;
}

.event_payment_details_thumb {
  width: 300px;
  height: 100px;
  overflow: hidden;
}

.event_payment_details_thumb img {
  width: 100%;
  height: 100%;
}

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

.final_price_check {
  display: flex;
}

/* Event Register Page Style */


/* Search page Styles */

.search_result_div {
  display: block;
  text-decoration: none !important;
  padding-top: 10px;
  color: #000;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  line-height: 35px;
}

.search_result_div_title {
  font-size: 23px;
  line-height: 32px;
  font-weight: 600;
  color: #03355d;
  margin-bottom: 0rem;
}

.search_result_div_page_title {
  font-weight: 500;
  margin-bottom: 0rem;
  color: #03355d !important;
}

.search_result_div:hover .search_result_div_title {
  color: #02B0B5;
}

.search_result_div_desc {
  font-size: 20px;
  line-height: 30px;
  color: #005599 !important;
}


/* Search page Styles */

/* Footer Styles */

footer {
  background-color: #03355d;
  padding-top: 50px;
  color: #ffffff;
  animation: box_glow 5s infinite;
}

@keyframes box_glow {
  50% {
    box-shadow: 5px -70px 50px #B6D0E3;
  }
}

.particles {
  width: 100%;
  height: auto;
  /* overflow: hidden; */
  /* object-fit: cover; */
  /* object-position: top; */
}

.footer_canvas {
  /* background-image: linear-gradient(#fff 70%, #B6D0E3); */
  overflow: hidden;
  height: 300px;
}

.home_canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
  overflow: hidden;
  z-index: -1;
}

#home_canvas {
  max-height: 350px;
}

.aboutus_canvas_div {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: 300px;
  overflow: hidden;
  z-index: -1;
}

#aboutus_canvas {
  max-height: 300px;
}

.footer_heading {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #ffffff;
}

.footer_desc {
  font-size: 16px;
  line-height: 26px;
  color: #ECEBEB;
}

.footer_links {
  font-size: 16px;
  line-height: 30px;
  display: block;
  color: #ECEBEB !important;
}

.newletter_form {
  position: relative;
  height: 52px;
}

.newletter_input {
  width: 100%;
  padding: 10px 185px 10px 25px;
  border-radius: 25rem;
  color: #707070;
  border: none;
  height: 52px;
}

.newletter_input:focus-visible {
  outline: none !important;
}

.newletter_btn {
  background: none;
  border: none;
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
}

.newletter_btn .subscribe_arrow {
  display: none;
}

.newletter_btn .subscribe_arrow {
  display: none;
}

.social_icons {
  color: #fff !important;
  text-decoration: none !important;
  padding: 10px 12px;
  border-radius: 50%;
  background-color: #02b0b5;
  font-size: 22px !important;
  margin-right: 15px;
  transition: all 0.6s ease;
  /* animation: glow 5s infinite; */
}

.social_icons:last-child {
  margin-right: 0px;
}

.social_icons:hover {
  box-shadow: 0 0 24px 0 #02b0b5;
}

/* @keyframes glow {
  50% {
    box-shadow: 0 0 24px 0 #02b0b5;
  }
} */

.social_icons_svg {
  margin-right: 10px;
  transition: all 0.6s ease;
  text-decoration: none !important;
  display: inline-block;
  border-radius: 50%;
}

.social_icons_svg:last-child {
  margin-right: 0px;
}

.social_icons_svg:hover {
  box-shadow: 0 0 24px 0 #02b0b5;
}

.footer_copyright {
  font-size: 14px;
  line-height: 26px;
  display: block;
  color: #ffffff;
  padding: 25px 0px;
}

#move-to-top {
  position: fixed;
  right: 0;
  bottom: 80px;
  background-color: #005599;
  height: 60px;
  width: 60px;
  border-radius: 6px 0px 0px 6px;
  cursor: pointer;
  z-index: 2000;
  display: grid;
  justify-content: center;
  align-items: center;
}

/* Footer Styles */



/* Bold - 700
Semi - 600
Medium - 500
Regular - 400 */