@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


/* Home Page Styles */

.carousel_title {
  font-size: 50px;
  line-height: 65px;
  margin: 0px;
  font-weight: bold;
  color: #fff;
  width: 80%;
  position: absolute;
  top: 10%;
  left: 6%;
}

.carousel_desc {
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
  margin: 0px;
  color: #fff;
  width: 65%;
  position: absolute;
  top: 36%;
  left: 6%;
}

.carousel_link {
  position: absolute;
  top: 50%;
  left: 6%;
}



.home_section_1 {
  margin-top: -180px;
  margin-bottom: 100px;
  position: relative;
  z-index: 999;
}

.home_section_1_img_div {
  height: 550px;
}

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

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

.home_section_1_content_div {
  padding: 40px;
  box-shadow: 0 0 5px;
  border-radius: 10px;
  background-color: #ffffff;
  height: 450px;
  margin-top: 20px;
}

.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_3 {
  margin-top: 120px
}

.news_event_small_title {
  color: #02b0b5;
  font-weight: 600;
  position: relative;
}

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

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

.news_event_div_img {
  width: 100%;
  height: 225px;
  border-radius: 10px;
  transition: height 1s;
  object-fit: cover;
}

.news_event_div_content {
  padding: 30px;
  position: absolute;
  top: 225px;
  z-index: 999;
}

.news_event_div_date {
  color: #03355d;
  font-size: 16px;
  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;
}

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

.news_event_div:hover .news_event_div_date {
  color: #ffffff;
  text-decoration: underline;
}

.news_event_div:hover .news_event_div_desc {
  color: #ffffff;
  text-decoration: underline;
}

.news_event_div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-image: linear-gradient(to bottom, transparent, #02b0b5);
  transition: .5s ease;
  -webkit-transition: .5s ease;
  opacity: 0;
}

.news_event_div:hover::after {
  opacity: 0.5;
}

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

.coming_soon_img {
  width: auto;
  height: 400px;
}


.home_section_4 {
  margin-top: 120px;
}

.partners_div {
  position: relative;
  padding: 10px;
  border: 1px solid #DDDDDD;
  cursor: pointer;
  border-radius: 7px;
  height: 100px;
  width: 100%;
}

.partners_img {
  width: 100%;
  height: 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: 7px;
}

.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.9;
}

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

/* Home Page Styles */


/* About Us Page Styles  */

.aboutus_section_1 {
  margin-top: 50px;
}

.aboutus_section_2 {
  margin-top: 50px;
}

.aboutus_section_3 {
  margin-top: 120px;
}

.about_items {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  height: 270px;
  max-width: 45%;
  background-color: #fff;
}

.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: 10px;
  padding: 0px;
}

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

.about_vision_box {
  padding: 30px;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 25px;
}

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

.about_vision_desc {
  margin-bottom: 0px;
}

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

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

svg {
  width: 75px;
  height: 75px;
}

path {
  stroke: #02b0b5;
}

.aboutus_objective_div:hover {
  /* background-color: #02b0b5; */
  background-color: #fff;
  color: #ffffff;
  color: #03355d;
}

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

/* About Us Page Styles  */


/* Our Team Deatils Page Style */

.our_team_details_thumb_img {
  width: 100%;
  height: 350px;
  border-radius: 5px;
}

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

.certificate_items {
  max-width: 30%;
}

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

.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: 50px;
}

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

.form-check-inline {
  padding: 12px 15px;
  border: 1px solid #DDD;
  border-radius: 5px;
}

.form-check-label {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.form-check-inline .form-check-input {
  margin-right: 1.2rem !important;
}

.form-check-input:checked+.form-check-label::before {
  background: #02b0b5 !important;
  color: red !important;
  border: 1px solid #02b0b5 !important;
}

.news_event_filter_mob {
  display: none;
}

.news_event_filter_apply_btn {
  display: none;
}

.filter_close {
  display: none;
}

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

.pagination-container {
  padding: 0;
  border-radius: 25rem;
  border: 1px solid #646464;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.pagination-hover-overlay {
  background-color: #E1E1E1;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition-duration: 0.5s;
  left: 60px;
  opacity: 0;
}

.icon-pagination {
  color: #03355d;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

.pagination-prev, .pagination-next {
  margin-right: 15px;
  margin-left: 10px;
}

.pagination-page-number {
  color: #03355d;
  font-weight: 600;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.5s;
  position: relative;
  z-index: 2;
  font-size: 17px;
}

.pagination-page-number:hover {
  background-color: #02b0b5;
  color: #ffffff;
  border-radius: 50%;
  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 */

























/* ---------------------------------New Style Starts-------------------------------------------------------- */



@font-face {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 26px;
  color: #5d5d5d;
  background-color: #f6f6f6;
  font-family: 'Montserrat', sans-serif;
}

/* Header Styles Starts */

header {
  width: 100%;
  height: auto;
  display: flex;
  border-bottom: 1px solid #ddd;
}

.site_header {
  position: static !important;
  transition: .4s;
}

.site_header.scrolling {
  transform: translateY(-100%);
  transition: .4s;
}

.site_header.reveal-header {
  transform: translateY(0%);
  box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
}

.header_left {
  border-right: 2px solid #DDDDDD;
  background-color: #f6f6f6;
  width: 22%;
  z-index: 100;
}

.logo {
  width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 15px 0px;
}

.header_right {
  padding: 0px;
  width: 78%;
}

.header_right_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
  border-bottom: 2px solid #DDDDDD;
}

.search_box {
  width: 400px;
  margin-left: -420px;
  z-index: 0;
  transition: all 0.6s;
}

.search_form {
  position: relative;
}

.searchInput {
  background-color: #C0C0C0;
  border: none;
  width: 100%;
  height: 45px;
  border-radius: 25rem;
  padding: 0px 25px;
}

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

.searchInput::-webkit-autofill {
  background-color: transparent !important;
}

.search-icon {
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
}

.toggle_margin_left {
  margin-left: 0px;
  transition: all 0.6s;
}

.search_icon_hover {
  background: #2b379c;
  padding: 4px 9px;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 10px;
}

.header_intercepter {
  margin: 0px 10px;
}

.header_social_links {
  text-decoration: none !important;
  color: #000;
  margin-right: 5px;
}

.header_social_links:hover {
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translateY(-5px);
  color: #1d6f9e;
}

.header_right_top_navlink {
  color: #000 !important;
  font-size: 12px;
  margin-right: 10px;
  font-weight: 500;
  text-decoration: none !important;
}

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

.header_right_bottom {
  display: flex;
  justify-content: end;
  align-items: center;
}

.login_btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 28px;
  text-decoration: none !important;
  color: #fff !important;
  font-size: 15px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  transition: 0.5s ease-in-out;
  z-index: 0;
  background-color: #2b399a;
  cursor: pointer;
}

.login_btn::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;
}

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

.site_navbar {
  display: block;
}

.site_navbar .nav-link {
  font-size: 14px;
  font-weight: 600;
  color: #75706c !important;
  padding: 0px;
}

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

.site_navbar .nav-item {
  margin-right: 15px;
}

.nav_dropdown {
  position: relative;
}

.nav_dropdown_menu {
  position: absolute;
  z-index: 1000;
  display: none;
  padding: 0px;
  width: max-content;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #f6f6f6;
  background-clip: padding-box;
  /* border: 1px solid rgba(0, 0, 0, 0.15); */
  border-radius: 10px;
  overflow: hidden;
  top: 25px;
  left: -20px;
}

.nav_dropdown:hover .nav_dropdown_menu {
  display: block;
}

.nav_dropdown_menu li:first-child {
  margin-top: 27px;
  border-top: 2px solid rgba(0, 0, 0, 0.15);
}

.nav_dropdown_item {
  display: block;
  font-size: 14px;
  width: 250px;
  padding: 8px 20px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none !important;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  transition: 0.4s all;
  white-space: normal !important;
}

.nav_dropdown_item:hover {
  background-color: #2b399a;
  color: #FFFFFF;
  padding-left: 30px;
  transition: 0.4s all;
}

.nav_arrow_mob {
  display: none;
}

.user_dropdown {
  position: relative;
}

.user_dropdown_toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  transition: 0.5s ease-in-out;
  background-color: #2b399a;
  cursor: pointer;
}

.user_icon {
  font-size: 30px !important;
  margin-right: 5px;
}

.user_dropdown_menu {
  display: none;
  position: absolute;
  right: 0;
  width: 100%;
  background-color: #fff;
  list-style: none;
  padding-left: 0rem;
  z-index: 1000;
  border-bottom-left-radius: 6px;
  overflow: hidden;
}

.user_dropdown_item a {
  display: block;
  text-decoration: none !important;
  color: #2b399a;
  font-weight: 600;
  padding: 5px 25px;
  font-size: 16px;
  line-height: 32px;
}

.user_dropdown:hover .user_dropdown_menu {
  display: block;
}

.user_dropdown_item a:hover {
  color: #ffffff;
  background-color: #2b399a;
}

/* Header Styles Ends */


/* Common Styles Starts */

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

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

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

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

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

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

.site_list, ul, ol {
  padding-left: 1.2rem;
  margin-bottom: 0rem;
}

.hideElement {
  display: none !important;
}

.paddingZero {
  padding: 0 !important;
}

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

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

section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0px;
}

.section_title {
  color: #272530;
}

.section_title::after {
  content: '';
  border-bottom: 2px solid #5d5d5d;
  width: 100px;
  display: block;
  margin-top: 15px;
}

.inner_page_banner {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

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

.inner_page_title {
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: 40%;
  left: 80px;
  margin: 0px;
}

.inner_page_banner_details_page {
  background-image: url('../images/about-us-image.jpg');
  background-size: cover;
  width: 100%;
  height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.inner_page_title_details_page {
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
  margin: 0px;
}

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

.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;
}

.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;
}

.custom_input {
  padding: 10px 20px;
  border: 1px solid #DFDFDF;
  font-size: 13px;
}

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

.custom_label {
  font-size: 14px;
}

.custom_select {
  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;
  font-size: 13px;
}

.custom_alert_msg {
  position: absolute;
  top: 130px;
  z-index: 100;
  width: 100%;
  border-radius: 0rem;
}



.trasparent_btn_blue {
  position: relative;
  display: inline-block;
  overflow: hidden;
  min-width: 145px;
  height: 45px;
  padding: 0 15px;
  text-decoration: none !important;
  border: 2px solid #2b399a;
  border-radius: 8px;
  color: #2b399a !important;
  font-size: 15px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  transition: 0.5s ease-in-out;
  z-index: 0;
  background-color: transparent;
  cursor: pointer;
}

.trasparent_btn_blue:hover {
  color: #ffffff !important;
}

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

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

.the_arrow_round {
  width: 0px;
  transition: all 200ms ease-in-out;
  position: absolute;
  top: 50%;
  left: calc(50% + 50px);
}

.the_arrow_round>.shaft_round {
  width: 0px;
  background-color: #ffffff;
}

.the_arrow_round>.shaft_round:before, .the_arrow_round>.shaft_round:after {
  width: 10px;
  background-color: #ffffff;
}

.the_arrow_round>.shaft_round:before {
  transform: rotate(45deg);
}

.the_arrow_round>.shaft_round:after {
  transform: rotate(-45deg);
}

.the_arrow_round>.shaft_round {
  background-color: #ffffff;
  display: block;
  height: 1px;
  position: relative;
  transition: all 200ms ease-in-out;
  will-change: transform;
}

.the_arrow_round>.shaft_round:before, .the_arrow_round>.shaft_round:after {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 200ms ease-in-out;
}

.the_arrow_round>.shaft_round:before {
  transform-origin: top right;
}

.the_arrow_round>.shaft_round:after {
  transform-origin: bottom right;
}

.arrow_link_round {
  display: inline-block;
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none !important;
  transition: all 200ms ease-in-out;
  position: relative;
  background-color: #2b399a;
  padding: 10px 65px 10px 20px;
  border-radius: 25rem;
}

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

.arrow_link_round:hover .the_arrow_round {
  left: calc(50% + 35px);
}

.arrow_link_round:hover .the_arrow_round>.shaft_round {
  width: 25px;
}

.arrow_link_round:hover .the_arrow_round>.shaft_round:before, a:hover .the_arrow_round>.shaft_round:after {
  width: 10px;
}

.arrow_link_round:hover .the_arrow_round>.shaft_round:before {
  transform: rotate(45deg);
}

.arrow_link_round:hover .the_arrow_round>.shaft_round:after {
  transform: rotate(-45deg);
}



.the_arrow_square {
  width: 0px;
  transition: all 200ms ease-in-out;
  position: absolute;
  top: 50%;
  left: calc(100% + -20px);
}

.the_arrow_square>.shaft_square {
  width: 0px;
  background-color: #ffffff;
}

.the_arrow_square>.shaft_square:before, .the_arrow_square>.shaft_square:after {
  width: 10px;
  background-color: #ffffff;
}

.the_arrow_square>.shaft_square:before {
  transform: rotate(45deg);
}

.the_arrow_square>.shaft_square:after {
  transform: rotate(-45deg);
}

.the_arrow_square>.shaft_square {
  background-color: #ffffff;
  display: block;
  height: 1px;
  position: relative;
  transition: all 200ms ease-in-out;
  will-change: transform;
}

.the_arrow_square>.shaft_square:before, .the_arrow_square>.shaft_square:after {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 200ms ease-in-out;
}

.the_arrow_square>.shaft_square:before {
  transform-origin: top right;
}

.the_arrow_square>.shaft_square:after {
  transform-origin: bottom right;
}

.arrow_link_square {
  display: inline-block;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
  transition: all 200ms ease-in-out;
  position: relative;
  background-color: transparent;
  padding: 10px;
  padding-right: 40px;
  border-radius: 8px;
  border: 2px solid #f6f6f6;
}

.arrow_link_square:hover .the_arrow_square {
  left: calc(100% + -32px);
}

.arrow_link_square:hover .the_arrow_square>.shaft_square {
  width: 25px;
}

.arrow_link_square:hover .the_arrow_square>.shaft_square:before, a:hover .the_arrow_square>.shaft_square:after {
  width: 10px;
}

.arrow_link_square:hover .the_arrow_square>.shaft_square:before {
  transform: rotate(45deg);
}

.arrow_link_square:hover .the_arrow_square>.shaft_square:after {
  transform: rotate(-45deg);
}



/* Common Styles Ends */

/* Home Page Styles Starts */

.carousel-item img {
  height: auto;
}

.carousel-control-next img, .carousel-control-prev img {
  padding: 5px;
  background: #fff;
  border-radius: 50%;
}

.home_about_us_section {
  background-color: #eee;
  position: relative;
  overflow: hidden;
  min-height: 530px;
}

.home_about_us_title {
  color: #121349;
}

.home_about_us_title::after {
  content: '';
  border-bottom: 2px solid #5d5d5d;
  width: 100px;
  display: block;
  margin-top: 15px;
}

/* .home_about_us_content_div {
  padding-left: 150px;
} */

.home_about_us_content {
  color: #272530;
  font-weight: 500;
}

.home_about_section_thumb_div {
  padding-top: 110px;
  width: 500px;
  height: auto;
}

.home_about_section_thumb {
  width: 100%;
  height: auto;
  /* box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px; */
  box-shadow: 3px 3px 5px 6px #ccc;
}


.home_our_mission_section {
  background-color: #2b399a;
}

.home_our_mission_title {
  color: #f1f1f7;
}

.home_our_mission_title::after {
  content: '';
  border-bottom: 2px solid #b5b6ba;
  width: 100px;
  display: block;
  margin-top: 15px;
}

.home_our_mission_content {
  color: #f1f1f7;
}

.home_our_mission_content_head {
  font-size: 50px;
}

.home_our_mission_content_head_diff {
  color: #b5b6ba;
}

.home_our_mission_content_small {
  padding: 40px 70px;
}

.home_our_mission_content_thumb {
  width: 700px;
  height: 400px;
  margin-left: 45%;
  margin-top: 30px;
}

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


.home_news_event_div {
  border-radius: 10px;
  overflow: hidden;
  /* box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; */
  height: 240px;
  display: flex;
  text-decoration: none !important;
  color: #f6f6f6 !important;
  border: 1px solid #DDDDDD;
}

.home_news_event_div:hover {
  box-shadow: 0 0 12px 0 #d6d6d6;
}

.home_news_event_div_img {
  width: 40%;
  object-fit: cover;
}

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

.home_news_event_div_content {
  width: 60%;
  padding: 30px;
  position: relative;
  background-color: #ffffff;
}

.home_news_event_div_content_head {
  color: #1d6f9e;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none !important;
  margin-bottom: 20px;
  font-weight: 600;
}

.home_news_event_div_content_desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #272530 !important;
}

.home_news_event_div_signup {
  float: right;
  color: #1d6f9e;
  font-weight: bold;
  font-size: 18px;
}


.home_explore_goc_div {
  height: 500px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  /* box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; */
  border: 1px solid #DDDDDD;
}

.home_explore_goc_div:hover {
  box-shadow: 0 0 12px 0 #d6d6d6;
}

.home_explore_goc_div_img {
  width: 100%;
  height: 225px;
  object-fit: cover;
}

.home_explore_goc_div_content {
  padding: 20px 15px;
  height: 275px;
  position: relative;
}

.home_explore_goc_div_content_head {
  color: #2b399a;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home_explore_goc_div_content_desc {
  color: #272530 !important;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
}

.home_explore_goc_div_content_link {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}

.home_goc_member_pre_div {
  padding: 25px;
  min-height: 400px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #2b399a;
  color: #f6f6f6;
  text-align: center;
}

.home_goc_member_pre_div_head {
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.home_goc_member_pre_div_desc {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: left;
}

.home_goc_member_div {
  padding: 25px;
  min-height: 400px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.home_goc_member_div_img {
  width: 100px;
  height: auto;
}

.home_goc_member_div_head {
  color: #2b399a;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin-bottom: 0rem;
}

.home_goc_member_div_desc {
  margin-top: 10px;
  text-align: left;
}

.home_goc_member_div_list {
  margin-top: 20px;
  padding-left: 1rem;
}

.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;
}

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

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

/* Home Page Styles Ends */

/* Our Team Page Style */

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

.our_team_top_div {
  text-align: center;
  margin-top: 30px;
}

.team_filter {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  background-color: #f1ede8;
  border-radius: 25rem;
  margin-top: 50px;
  padding-left: 0rem;
}

.team_filter li {
  font-weight: 600;
  padding: 20px 35px;
  cursor: pointer;
}

.team_filter li.active {
  background-color: #02b0b5;
  border-radius: 25rem;
  color: #ffffff;
  transition: all 0.5s;
}


.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;
}

/* Our Team Page Style */


/* Profile Page Style  */

.profile_div {
  margin-top: 50px;
}


.profile_items {
  display: flex !important;
  justify-content: space-between;
}

.profile_username {
  font-size: 24px;
  text-align: center;
  margin: 10px 0px;
  font-weight: bold;
}

.prof_attributes {
  font-weight: 600;
}

.prof_values {
  font-weight: 600;
  color: #575E64;
}

.profile-user-img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border: 3px solid #a7a7a7;
  border-radius: 50%;
  overflow: hidden;
}

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

.edit_profile_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 40px;
  cursor: pointer;
}


/* Profile Page Style  */


/* Member Directory Page Styles */

.searchInput_member {
  border: 1px solid #ddd;
  width: 100%;
  height: 45px;
  border-radius: 25rem;
  padding: 0px 25px;
}

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

.searchInput_member::-webkit-autofill {
  background-color: transparent !important;
}

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

.member_dir_box {
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 25px;
  display: flex;
  min-height: 250px;
  overflow: hidden;
  padding: 20px;
}

.member_dir_box_img {
  width: 50%;
  height: 200px;
  overflow: hidden;
  border-radius: 8px;
}

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

.member_dir_box_content {
  padding: 0px 20px;
  width: 50%;
  position: relative;
  height: 200px;
}

.member_dir_box_content_details {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #5d5d5d;
  margin-bottom: 0rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.member_dir_box_content_link {
  position: absolute !important;
  bottom: 0;
}

/* Member Directory Page Styles */


/* Contact Us Page Style */

.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;
  padding: 100px 50px;
  color: #03355d;
}

/* Contact Us Page Style */

/* Footer Styles */

.footer_top {
  background-color: #3eb0c8;
  color: #f6f6f6;
  font-weight: 600;
  padding-bottom: 50px;
}

.footer_logo_box {
  background-color: #f6f6f6;
  padding: 30px 50px;
}

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

.footer_social_links {
  margin: 20px 0px;
  text-align: center;
}

.footer_social_icons {
  color: #3eb0c8 !important;
  text-decoration: none !important;
  padding: 10px 12px;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 22px !important;
  margin-right: 15px;
  transition: all 0.6s ease;
}

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

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

.footer_head {
  color: #0c6e8d;
  font-weight: bold;
}

.footer_email {
  color: #f6f6f6 !important;

}

.footer_bottom {
  background-color: #2b399a;
  color: #f6f6f6;
  font-weight: 600;
  font-size: 12px;
}

.footer_bottom_links {
  color: #f6f6f6 !important;
}

.the_arrow_round_footer {
  width: 0px;
  transition: all 200ms ease-in-out;
  position: absolute;
  top: 50%;
  left: calc(50% + 50px);
}

.the_arrow_round_footer>.shaft_round_footer {
  width: 0px;
  background-color: #ffffff;
}

.the_arrow_round_footer>.shaft_round_footer:before, .the_arrow_round_footer>.shaft_round_footer:after {
  width: 10px;
  background-color: #ffffff;
}

.the_arrow_round_footer>.shaft_round_footer:before {
  transform: rotate(45deg);
}

.the_arrow_round_footer>.shaft_round_footer:after {
  transform: rotate(-45deg);
}

.the_arrow_round_footer>.shaft_round_footer {
  background-color: #ffffff;
  display: block;
  height: 1px;
  position: relative;
  transition: all 200ms ease-in-out;
  will-change: transform;
}

.the_arrow_round_footer>.shaft_round_footer:before, .the_arrow_round_footer>.shaft_round_footer:after {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 200ms ease-in-out;
}

.the_arrow_round_footer>.shaft_round_footer:before {
  transform-origin: top right;
}

.the_arrow_round_footer>.shaft_round_footer:after {
  transform-origin: bottom right;
}

.arrow_link_round_footer {
  display: inline-block;
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none !important;
  transition: all 200ms ease-in-out;
  position: relative;
  background-color: #d48125;
  padding: 10px 65px 10px 20px;
  border-radius: 25rem;
  border: 2px solid #f6f6f6;
}

.arrow_link_round_footer:hover {
  background-color: #2b399a;
}

.arrow_link_round_footer:hover .the_arrow_round_footer {
  left: calc(50% + 35px);
}

.arrow_link_round_footer:hover .the_arrow_round_footer>.shaft_round_footer {
  width: 25px;
}

.arrow_link_round_footer:hover .the_arrow_round_footer>.shaft_round_footer:before, a:hover .the_arrow_round_footer>.shaft_round_footer:after {
  width: 10px;
}

.arrow_link_round_footer:hover .the_arrow_round_footer>.shaft_round_footer:before {
  transform: rotate(45deg);
}

.arrow_link_round_footer:hover .the_arrow_round_footer>.shaft_round_footer:after {
  transform: rotate(-45deg);
}

/* Footer Styles */

/* Modal css */
.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;
}

.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;
  filter: blur(9px);
}

.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;
}

.lost_pass_container {
  transform: translateY(20%) !important;
}