@font-face {
  font-family: "HansHand";
  src: url("../fonts/HansHand.woff") format("woff");
  src: url("../fonts/HansHand.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}

html {
  width: 100%;
}

body {
  background-color: #ffffff;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  body {
    background-color: #2e427d;
  }
}

@media screen and (max-width: 300px) {
  body {
    width: 300px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #525252;
  font-family: "Arial Black", sans-serif;
  font-weight: 400;
  margin: 30px 0 10px 0;
  padding: 0;
}

h1 {
  font-size: 2.8em;
}

h2 {
  font-size: 2.4em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

table {
  border-collapse: collapse;
  border-color: #cccccc;
}

table tr th {
  background-color: #525252;
  border-color: #adadad;
  color: #ffffff;
}

table tr td {
  border-color: #adadad;
}

img {
  border: 0;
}

hr {
  background-color: #adadad;
  border: 0;
  height: 1px;
}

iframe {
  border: 0;
}

.hide_meta {
  display: none;
}

.jump_anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

*:focus {
  outline: none;
}

.disable-scroll {
  overflow: hidden;
}

.spacer_20px {
  width: 100%;
  height: 20px;
}

@media screen and (max-width: 1080px) {
  .spacer_20px {
    display: none;
  }
}

/* INFO BAR */
.info_bar {
  width: calc(100% - 20%);
  height: auto;
  padding: 14px 10%;
  margin: 0 auto;
  position: relative;
  clear: both;
  float: none;
  display: table;
  background-color: #a6ce37;
  z-index: 1;
  font-size: 1.3em;
  line-height: 1.1em;
  text-align: right;
  color: #2e427d;
  font-family: "HansHand", serif;
}

@media screen and (max-width: 1200px) {
  .info_bar {
    width: calc(100% - 5%);
    padding: 12px 5% 12px 0;
    font-size: 1.2em;
  }
}

@media screen and (max-width: 1080px) {
  .info_bar {
    width: calc(100% - 40px);
    padding: 14px 20px;
    text-align: center;
    font-size: 1.3em;
  }
}

@media screen and (max-width: 767px) {
  .info_bar {
    font-size: 1.2em;
  }
}

/* LEFT BAR */
.left_bar {
  width: 440px;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  left: 10%;
  top: 0;
  border-top: 0;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .left_bar {
    width: 400px;
    left: 5%;
  }
}

@media screen and (max-width: 1080px) {
  .left_bar {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
  }
}

/* BANNER SLIDER */
.banner_slider {
  width: calc(100% - 10px);
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  display: table;
  clear: both;
  background-color: #252525;
  z-index: 0;
  overflow: hidden;
  border-right: 5px solid #eeeeee;
  border-left: 5px solid #eeeeee;
}

@media screen and (max-width: 1080px) {
  .banner_slider {
    width: 100%;
    border: 0;
  }
}

.slider_holder {
  width: 100%;
  height: 300px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  display: table-cell;
  clear: both;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1200px) {
  .slider_holder {
    height: 280px;
  }
}

@media screen and (max-width: 1080px) {
  .slider_holder {
    height: auto;
    padding-bottom: 60%;
  }
}

.logo_overlay {
  width: calc(40% - 10px);
  height: auto;
  padding: 5px;
  margin: 0;
  position: absolute;
  top: 5%;
  left: 0;
  background-color: rgba(255, 255, 255, 1);
  pointer-events: none;
}

@media screen and (max-width: 1080px) {
  .logo_overlay {
    width: calc(35% - 20px);
  }
}

@media screen and (max-width: 767px) {
  .logo_overlay {
    width: calc(35% - 20px);
  }
}

@media screen and (max-width: 440px) {
  .logo_overlay {
    width: calc(38% - 20px);
  }
}

.logo_overlay img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  display: table;
}

.bxslider {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.banner_buttons {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 10px auto;
  position: relative;
  z-index: 2;
}

.banner_button_holder {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 2px;
  position: relative;
  display: inline-block;
  text-align: center;
}

.banner_button_holder a,
.banner_button_holder a:visited {
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  margin: 0;
  background-color: #23b85a;
  display: table;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1080px) {
  .banner_button_holder a,
  .banner_button_holder a:visited {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
  }
}

.banner_button_holder a:hover,
.banner_button_holder a:visited:hover {
  background-color: #23b85a;
}

/* PROFILE INFO */
.banner_profile_info {
  width: calc(100% - 230px);
  height: auto;
  padding: 20px 50px 20px 170px;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  background-color: #a6ce37;
  border-right: 5px solid #eeeeee;
  border-left: 5px solid #eeeeee;
}

@media screen and (max-width: 1080px) {
  .banner_profile_info {
    width: calc(100% - 280px);
    padding: 30px 110px 30px 170px;
    border: 0;
  }
}

@media screen and (max-width: 767px) {
  .banner_profile_info {
    width: calc(100% - 180px);
    padding: 20px 20px 20px 160px;
    border: 0;
  }
}

.banner_profile_photo {
  width: 150px;
  height: 220px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: -45px;
  left: 0;
  background-color: #252525;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 8px 8px 0;
}

@media screen and (max-width: 767px) {
  .banner_profile_photo {
    width: 140px;
    height: 210px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 0 8px 8px 0;
  }
}

.banner_profile_stats {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
}

.banner_profile_names {
  width: 100%;
  height: auto;
  padding: 4px 0;
  margin: 0;
  position: relative;
  clear: both;
  font-size: 1.5em;
  line-height: 1.1em;
  color: #ffffff;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .banner_profile_names {
    font-size: 1.3em;
  }
}

.banner_profile_designation {
  width: 100%;
  height: auto;
  padding: 5px 0;
  margin: 0;
  position: relative;
  clear: both;
  font-size: 1em;
  color: #ffffff;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .banner_profile_designation {
    font-size: 0.9em;
  }
}

.banner_profile_qualifications,
.banner_profile_additional_data {
  width: 100%;
  height: auto;
  padding: 5px 0;
  margin: 0;
  position: relative;
  clear: both;
  font-size: 1em;
  color: #ffffff;
  font-weight: 400;
}

.banner_profile_qualifications {
  font-style: italic;
}

@media screen and (max-width: 767px) {
  .banner_profile_qualifications,
  .banner_profile_additional_data {
    font-size: 0.9em;
  }
}

.banner_share_icon {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  position: absolute;
  right: -48px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1080px) {
  .banner_share_icon {
    right: 10px;
  }
}

@media screen and (max-width: 560px) {
  .banner_share_icon {
    display: none;
  }
}

.banner_share_icon a,
.banner_share_icon a:visited {
  width: 80px;
  height: 80px;
  line-height: 80px;
  padding: 0;
  margin: 0;
  position: relative;
  display: table;
  background-color: #252525;
  border: 5px solid #eeeeee;
  border-radius: 50%;
  text-align: center;
  font-size: 40px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .banner_share_icon a,
  .banner_share_icon a:visited {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 34px;
  }
}

.banner_share_icon a:hover,
.banner_share_icon a:visited:hover {
  background-color: #000000;
  transform: scale(1.1, 1.1);
}

/* BUTTON BOX */
.button_box {
  width: calc(100% - 40px);
  height: auto;
  padding: 15px;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  background-color: #2e427d;
  border-right: 5px solid #eeeeee;
  border-left: 5px solid #eeeeee;
}

@media screen and (max-width: 1080px) {
  .button_box {
    width: calc(100% - 30px);
    padding: 15px 15px 5px 15px;
    border: 0;
  }
}

.button_box_link {
  text-decoration: none;
}

.button_box_holder {
  width: calc(50% - 10px);
  min-height: 60px;
  padding: 0;
  margin: 5px;
  position: relative;
  clear: none;
  float: left;
  background-color: #eeeeee;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 440px) {
  .button_box_holder {
    width: calc(100% - 10px);
    min-height: auto;
    clear: both;
    float: none;
  }
}

.button_box_holder:hover {
  background-color: #d3d3d3;
}

.button_box_holder a,
.button_box_holder a:visited {
  text-decoration: none;
}

.button_box_holder_full {
  width: calc(100% - 10px);
}

.button_box_holder_float {
  width: calc(100% - 20px);
  height: auto;
  padding: 10px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 440px) {
  .button_box_holder_float {
    width: calc(100% - 20px);
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0);
  }
}

.button_box_icon {
  width: 30px;
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  color: #2e427d;
  text-align: center;
}

.button_box_info {
  width: calc(100% - 30px);
  height: auto;
  padding: 0 0 0 10px;
  display: table-cell;
  vertical-align: middle;
}

.button_box_tag {
  width: 100%;
  height: auto;
  padding: 2px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 0.7em;
  line-height: 1.1em;
  text-transform: uppercase;
  font-weight: 400;
  color: #525252;
}

.button_box_content {
  width: 100%;
  height: auto;
  padding: 2px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 0.9em;
  line-height: 1.1em;
  color: #000000;
}

.no_link_click {
  cursor: default;
}

.footer_notes_link {
  text-decoration: none;
}

/* FOOTER NOTES */
.footer_notes {
  width: calc(100% - 50px);
  height: auto;
  padding: 10px 20px 8px 20px;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  background-color: #a6ce37;
  border-bottom: 5px solid #eeeeee;
  border-right: 5px solid #eeeeee;
  border-left: 5px solid #eeeeee;
}

@media screen and (max-width: 1080px) {
  .footer_notes {
    width: calc(100% - 40px);
    border: 0;
  }
}

.footer_notes_icon {
  width: 40px;
  height: auto;
  padding: 0 15px 0 0;
  display: table-cell;
  text-align: center;
  font-size: 40px;
  color: #2e427d;
  white-space: nowrap;
}

.footer_notes_info {
  width: calc(100% - 40px);
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.4em;
  line-height: 1.3em;
  color: #2e427d;
  font-family: "HansHand", serif;
}

@media screen and (max-width: 1080px) {
  .footer_notes_info {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .footer_notes_info {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 560px) {
  .footer_notes_info {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 440px) {
  .footer_notes_info {
    font-size: 1.2em;
  }
}

/* RIGHT BAR */
.right_bar {
  width: calc(80% - 500px);
  height: auto;
  padding: 0;
  margin: 50px 10% 0 0;
  position: relative;
  clear: none;
  float: right;
}

@media screen and (max-width: 1200px) {
  .right_bar {
    width: calc(90% - 460px);
    margin: 50px 5% 0 0;
    position: relative;
    clear: none;
    float: right;
  }
}

@media screen and (max-width: 1080px) {
  .right_bar {
    width: calc(100% - 40px);
    margin: 0 20px;
    clear: both;
    float: none;
  }
}

/* ACCORDIONS */
.accordion {
  width: 100%;
}

.accordion-item {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 10px 0;
  position: relative;
  clear: both;
  display: table;
  border-radius: 6px;
}

.accordion-title {
  width: calc(100% - 42px);
  height: auto;
  padding: 15px 20px;
  margin: 0;
  position: relative;
  font-size: 1.1em;
  cursor: pointer;
  color: #525252;
  border-radius: 6px;
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
}

.accordion-title .accordion_arrow {
  transition: transform 0.2s;
  float: right;
  text-align: right;
}

.accordion-title .fa-custom-icon {
  color: #2e427d;
}

.up {
  transform: rotate(180deg);
}

.down {
  transform: rotate(0deg);
}

.accordion-content {
  width: calc(100% - 42px);
  display: none;
  padding: 10px 20px;
  margin: -5px 0 0 0;
  background-color: #ffffff;
  border-top: 0;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-radius: 0 0 6px 6px;
}

.accordion_section {
  width: 100%;
  height: auto;
  padding: 10px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  border-bottom: 1px solid #c4c4c4;
}

.accordion_section:last-child {
  border-bottom: 0;
}

.accordion_section img {
  max-width: 100%;
  height: auto;
  padding: 0;
  margin: 10px auto;
}

.accordion_section_lined {
  border-bottom: 1px solid #c4c4c4;
}

/* PHOTO GALLERY */
.photo_gallery {
  width: 100%;
  height: auto;
  padding: 15px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
}

.photo_gallery_link {
  text-decoration: none;
}

.photo_gallery_holder {
  width: calc(100% / 3 - 10px);
  height: auto;
  padding-bottom: calc(100% / 4.5 - 10px);
  margin: 4px 5px;
  position: relative;
  clear: none;
  float: left;
  background-color: #252525;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1200px) {
  .photo_gallery_holder {
    width: calc(100% / 2 - 10px);
    padding-bottom: calc(100% / 3.5 - 10px);
  }
}

@media screen and (max-width: 1080px) {
  .photo_gallery_holder {
    width: calc(100% / 3 - 10px);
    padding-bottom: calc(100% / 4.5 - 10px);
  }
}

@media screen and (max-width: 767px) {
  .photo_gallery_holder {
    width: calc(100% / 2 - 10px);
    padding-bottom: calc(100% / 3.5 - 10px);
  }
}

@media screen and (max-width: 440px) {
  .photo_gallery_holder {
    width: calc(100% - 10px);
    padding-bottom: calc(100% / 1.8 - 10px);
    float: none;
    clear: both;
  }
}

/* LOGO IN RIGHT BAR */
.logo_right_bar {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 30px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
}

.logo_right_bar img {
  width: 80%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  display: table;
}

@media screen and (max-width: 1080px) {
  .logo_right_bar img {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .logo_right_bar img {
    width: 60%;
  }
}

@media screen and (max-width: 560px) {
  .logo_right_bar img {
    width: 80%;
  }
}

@media screen and (max-width: 440px) {
  .logo_right_bar img {
    width: 90%;
  }
}

/* RIGHT BAR SOCAILS */
.right_bar_socials {
  width: 100%;
  height: auto;
  padding: 30px 0 0 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
}

.right_bar_socials i {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 5px;
  line-height: 40px;
  background-color: #2e427d;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1080px) {
  .right_bar_socials i {
    background-color: #a6ce37;
    color: #2e427d;
  }
}

.right_bar_socials i:hover {
  transform: scale(1.2, 1.2);
  z-index: 2;
}

/* FOOTER */
.footer {
  width: calc(100% - 20%);
  height: auto;
  padding: 20px 10%;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  clear: both;
  display: table;
  background-color: #c4c4c4;
  z-index: 0;
}

/* POPUP MENU */
.popup_menu {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  background-color: #a6ce37de;
}

.popup_menu_items_float {
  width: 90%;
  height: auto;
  padding: 5%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* Three equal columns */
  gap: 20px;
  /* Adjust the gap between items as needed */
}

@media screen and (max-width: 1080px) {
  .popup_menu_items_float {
    gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  .popup_menu_items_float {
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
  }
}

.popup_menu_items_float a,
.popup_menu_items_float a:visited {
  width: auto;
  height: auto;
  padding: 10px 0;
  margin: 0;
  display: table;
  font-size: 1.4em;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1080px) {
  .popup_menu_items_float a,
  .popup_menu_items_float a:visited {
    padding: 5px 0;
    font-size: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  .popup_menu_items_float a,
  .popup_menu_items_float a:visited {
    padding: 5px 0;
    font-size: 1.2em;
  }
}

.popup_menu_items_float a:hover,
.popup_menu_items_float a:visited:hover {
  color: #252525;
}

.popup_menu_items_float i {
  width: 50px;
  border-right: 2px solid #ffffff;
  margin: 0 25px 0 0;
}

.popup_menu_close_icon {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  position: fixed;
  right: 2%;
  top: 2%;
  font-size: 50px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.popup_menu_close_icon:hover {
  transform: scale(1.1, 1.1);
  z-index: 2;
}
